/*
Theme Name: POH
Description: This is a child theme for Flatsome Theme
Author: Unitas
Template: flatsome
Version: 1.0
*/

/****** Custom fonts ******/

@font-face
{
font-family: "IsentoBook";
src: url('webfonts/Isento-Book2.woff2') format('woff2'), url('webfonts/Isento-Book2.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: "IsentoBold";
src: url('webfonts/Isento-Bold2.woff2') format('woff2'), url('webfonts/Isento-Bold2.woff') format('woff');
font-weight: normal;
font-style: normal;
}

.font-isento-book {font-family:"Book"}
.font-isento-bold {font-family:"Bold"}

/****** END Custom fonts ******/

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    letter-spacing: 0em !important;
}

body {
	line-height: 1.3;
	color: #444444;
}

pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
 margin-bottom:0.5em
}

p {
	line-height: 1.8;
}

.pohcontent p {
	line-height: 1.8;
}

#b,
#video,
#audio,
#photos,
#analysis,
#related {
	display: block;
	float:left;
	margin-bottom:100px;
}

.clear {
    clear: both;
}

.pd-b-0 {
padding-bottom:0;
}

.mfp-bg.mfp-ready {

    opacity: 0.95;

}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li > a:hover{
    color: #cccccc !important;
}
.nav > li > a  {
color: rgba(102,102,102,0.85);
}
.norm {
    font-weight: normal;
}

.pd-bt-0 {
    padding-bottom: 0;
}

.nopadd-y {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.maxWidth500 {
	max-width: 500px;
	width: 100%;
}

.maxWidth800 {
	max-width: 800px;
	width: 100%;
}

.photocaption {
	font-size: 12px;
}
.mainbutton {
	font-family: "IsentoBook";
    border: 1px solid #555555 !important;
    color: #888888;
    background: none !important;
}

.mainbutton:hover {
    background: #333333 !important;
}


.transparent .header-wrapper {

    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7525210767900911) 100%); 
}


#masthead {

    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6525210767900911) 100%); 
}

div.amazingslider-box-1 :nth-child(3) { 
   visibility: hidden;
}

blockquote {
	font-family: 'Playfair Display', serif;
	color: #666666;
	font-weight: normal !important;
	border-left-color: #666666 !important;
}

.toppy {
	height: 530px;
}

.page-header-excerpt{
    display: none;
}

/***** Mobile menu ******/

.mfp-bg {
	z-index: 10000;
}
.mfp-wrap {
    z-index: 10000;
}

/**** Info Panel *******/
.panel-info p {
	font-family: "IsentoBook";
    margin-bottom: 10px;
	font-size: 20px;
	color:#999999;
	font-kerning: normal;
	line-height: 26px;
}

p.panel-info-label {
    font-family: "IsentoBold";
    color: #eeeeee;
    margin-bottom: 0px !important;
	font-size: 20px;
}

.panel-bio h3 {
    font-size: 26px !important;
    color: #777777;
	font-weight: normal;
}

.banner-small-heading {
     font-family: 'Playfair Display', serif;
    color: #ffffff !important;
    font-size: 20px !important;
    padding:10px 20px !important;
    background: rgb(232, 49, 49) !important;
    display: inline-block;
    width: auto;
     line-height: 1 !important;
    min-height: 20px !important;
    margin: 0 !important;
}

.banner-button span{
    line-height: 1 !important;
}

.banner-small-text {
    font-size: 13px;
}

.scroll-to-bullets {
	display: none !important;
}



/**** Bio Panel ****/

.head1 {
    color: #ffffff;
    font-size: 30px;
    padding:5px 30px;
    background: rgb(232, 49, 49);
    display: inline-block;
    width: auto;
}


.ms-layer h2 {
	color: #ffffff;
	font-size: 2.9em;
	margin-bottom: 5px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.ms-layer h2{
	font-size: 30px !important;
}
}

.ms-layer p {
	color: #ffffff !important;
	font-size: 15px !important;
	line-height: 19px !important;
	margin-bottom: 20px !important;
}

.ms-layer a.is-small {
	font-size:12px ;
}

.ms-slide-bgcont img { margin-top: 0px !important;  }

.panel-bio h2 {
    
}

.panel-bio {
    font-size: 20px;
}

.author {
	border-top: 1px solid #aaa;
	padding-top: 8px !important;
	width: 50%;
	margin: 10px auto;
	font-size: 16px;
}

.sectiontype1 {
    
	padding-top: 80px !important;
}

section.blackbar {
   	padding-top: 40px !important;
}

figcaption {
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 12px;
}

.textright2 .col-inner, .textleft2 .col-inner  {
    padding-top: 0 !important;
}

.pic1 {
	margin: 20px 0;
	font-size: 12px;
	font-family:"Book";
}

.pic1.alignleft {
	margin-right:20px;
}

.pic1.alignright {
	margin-left:20px;
}

.pic1.piccenter {
	text-align: center;

}


.pic1.half img {
	width:100%;
	max-width:450px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.pic1.half img{
	width:100%;
	max-width:600px;
}
}
/******* IDEAS Panel *******/
.ideas {
	background: #f1f1f1 !important;
}

.ideas .col.medium-2 .col-inner{
	padding-bottom: 0;
	padding-top: 0;
}
.ideas .col.medium-2 .col-inner h4{
	margin-bottom: 6px;
}

.ideas .col.medium-8 .col-inner{
	padding-top: 6px;
}

/****** POP UP *****/
#fancybox-content {
    background: none !important;
    border: none !important;
}

#fancybox-outer {
    background: none !important;
    border: none !important;
	-webkit-box-shadow: 0 0 0px #111;
}

#fancybox-overlay {
	background: #000000 !important;
}

.audiovideo .col {
	padding-bottom:0 !important;
}

.vidboxes img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px solid #cccccc;
}

.vidboxes img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.vidboxes h5 {
	padding:10px 10px 10px 0;
	color:#cccccc;
}

.vidboxes a:hover h5 {
	color:#ffffff;
}

.html5-lightbox-overlay {
	width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25%;
}

.html5lightbox-web iframe {
    position: absolute;
    left: 0;
    top: 0;
}


.tabbox {
    padding:20px;
    border: solid 1px #333;
	color: #aaaaaa;
}

.wonderplugincarousel-container {
	padding-bottom:0 !important;
}

.amazingcarousel-title {
	font-family: "Playfair" !important;
	text-shadow: 0px 0px 0px #fff !important;
	font-size:16px !important;
	line-height: 18px !important;
	color: #ffffff !important;
	font-weight: normal !important;
	margin-top:8px !important;
}

.amazingcarousel-item-container {
	background: none !important;
}

.amazingcarousel-image {
	background-color: #666 !important;
	padding: 1px !important;
}



.html5-next-fullscreen,
.html5-prev-fullscreen,
.html5-next.html5-next-outside,
.html5-prev.html5-prev-outside{
	display: none !important;
}

.tabtitle {
	margin-bottom:0;
}

.spotintro {
	margin: 0 0 20 0;
	padding: 20px;
	background: #f6f6f6;
}
.home .banner .overlay {
	background: rgb(0,0,0) !important;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7525210767900911) 100%) !important;
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow{
	fill: #ffffff !important;
}

.slider-wrapper .text-box.banner-layer {
	width: 80% !important;
}

.slider-wrapper .text-box.banner-layer .text-inner.text-left p {
	max-width: 500px;
}

.slider-wrapper .text-box.banner-layer .text-inner.text-left {
	/* background: rgba(0,0,0,0.4) !important; */
	padding-bottom: 20px !important; 
}

/**** Photos section ****/
.photos p {
	color: #777777;
}


/** Simple Social */
div.simplesocialbuttons.simplesocialbuttons-float-right-center {
	right: 8px;
}

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share{
    background: #43609c;
  color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover{
	color: #43609c;
  border-color: #43609c;
background: #ffffff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share{
 background: #1da1f2;
  color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover{
   color: #1da1f2;
  border-color: #1da1f2;
	background: #ffffff;

}
.home button.simplesocial-whatsapp-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share{
  background: #34AF23;
  color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share:hover{
  color: #34AF23;
  border-color: #34AF23;
	background: #ffffff;

}
.home div.simplesocialbuttons.simplesocialbuttons-float-right-center {
  right: 8px;
  top: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  text-align: right;
}

.page-id-2378 .simplesocialbuttons {
    display:none;
}

/**** social top bar ****/

ul#cssnav {
margin:0;
padding:0;
list-style-type:none;
	display: none;
}

.home ul#cssnav {
margin:0;
padding:0;
list-style-type:none;
	display: block;
}

ul#cssnav li {
position:relative;
font-family: arial, verdana, helvetica, sans-serif;
float:left;
width: 34px;
height: 35px;
line-height:2em;
text-align:center;
    margin-right: 4px;
}
#cssnav li a {
display:block;
width: 34px;
height: 35px;
display: block;
color: #FFF;
text-decoration: none;
background: url("images/socialicons1.png")no-repeat left top;/* normal state of image*/
    background-size: 68px 115px;
}
        
#cssnav li a.facebook {
background-position: 0px 0px;
}
        
#cssnav li a.facebook:hover {
background-position: -34px 0px;
}
        
        #cssnav li a.twitter {
background-position: 0px -40px;
}
        
#cssnav li a.twitter:hover {
background-position: -34px -40px;
}
        
        #cssnav li a.whatsapp {
background-position: 0px -80px;
}
        
#cssnav li a.whatsapp:hover {
background-position: -34px -80px;
}
/**** Search results *****/

.bsearchform {
    max-width: 500px;
    margin: 0 auto;
}

.search-results #primary {
   padding-top: 40px;
}

.search-results .page-header {
   padding-top: 30px;
}

.search-results .page-header h1{
   font-size: 40px;
    border-bottom: solid 1px #555555;
}

.search-results .simplesocialbuttons {
    display: none;
}

.search-results article {
   margin-bottom: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dddddd;
}

.bsearch-entry-header p {
    margin-bottom: 0px !important;
}

.bsearch-entry-title {
    margin-bottom: 0px;
}

.bsearch_score {
    font-size: 12px;
}

.bsearch_date {
    display: none;
}

/**** wonder carousel ****/
.html5-social-email,
.html5-social-pinterest{
	display: none !important;
}

@media only screen and (max-width: 548px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.summarypanel, .textleft {
    padding-bottom: 0;
}
    
.summarypanel2 .col-inner, .textright .col-inner{
    padding-top: 0 !important;
}

 .slider-wrapper .flickity-prev-next-button {
  display:block !important;
 }
	
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}