/* Exclusive section */

/* Call Out Box */
.calloutDiv{float: right;width: 40%;border: 1px #ccc solid;padding: 10px;margin: 30px 0 0 20px;background-color:#f1f1f1;}
.calloutDiv IMG {padding:15px 0 15px 0;}
.calloutDiv .headline {font-weight:bold;text-align:center;text-decoration: none;width: 100%;display: block;}
.calloutDiv .link {color:darkblue;font-weight:bold;text-decoration:underline;}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	.calloutDiv {
		width: 100%;
		margin: 10px 0;}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.calloutDiv {
		width: 100%;
		margin: 10px 0;}
}

.exclusives-template-default .entry-title {
	font-size: 2.5rem;
	text-align: left;
	line-height: 2.5rem;
	font-family: Roboto Slab;
	font-weight: bold;
	text-transform: capitalize;
	color: rgba(0,0,0,1);
}
.exclusives-template-default .post-content.entry-content {
    padding: 0 30px 40px 0;
    font-family: Georgia,'Times New Roman',Times,serif;
}
.exclusives-template-default .et_pb_extra_column_main-na {
    max-width: 980px;
    margin: 0 auto;
}
.exclusives-template-default .et_pb_extra_column_sidebar .widget_text {
    font-size: 0.8rem;
}
.exclusives-template-default article {
    margin: 0 5%;
}
.exclusives-template-default p {
	line-height: 25px;
    font-size: 18px;
	margin-bottom: 1em;
}
.exclusives-template-default .with_sidebar .et_pb_extra_column_main {
    border-right: 1px #ccc solid;
}
.exclusives-template-default #breadcrumbs {
    display: none;
}
.exclusives-template-default .post-header .post-meta p {
    padding: 0;
    font-size: 11px;
	margin: 0
}
.exclusives-template-default #et-menu .sub-menu {
    display: none;
}
.exclusives-template-default #top-header {
    display: none;
}
.exclusives-template-default .exNotice {
    border-top: 1px #ccc solid;
    padding: 10px 0 0 0;
}
.exclusives-template-default .exNotice p {
	font-size: 11px;
	color: #666;
	line-height: 15px;
}
.exclusives-template-default h3 {
	display:none;
}
.exclusives-template-default .PopularPostList ul {
	padding: 0 0 0 30px;
}

.PopularPostList .et_pb_widget ul li {
	border-bottom: none;
    padding: 0;
}
.exclusives-template-default .PopularPostList a:link {
	text-decoration: underline;
}
.exclusives-template-default .PopularPostList::before {
    content: 'POPULAR POSTS';
    color: rgba(0,0,0,.75);
    background: rgb(248,248,250);
    background: -moz-linear-gradient(top,rgba(248,248,250,1) 0%,rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top,rgba(248,248,250,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom,rgba(248,248,250,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8fa',endColorstr='#eeeeee',GradientType=0);
    padding: 5px;
    margin: 5px 0 5px 10px;
    font-size: 0.956em;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-bottom: 2px #222 solid;
}

.exclusives-template-default .meetExp::before  {
    content: 'MEET OUR EXPERTS';
    color: rgba(0,0,0,.75);
    background: rgb(248,248,250);
    background: -moz-linear-gradient(top,rgba(248,248,250,1) 0%,rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top,rgba(248,248,250,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom,rgba(248,248,250,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8fa',endColorstr='#eeeeee',GradientType=0);
    padding: 5px;
    margin: 5px 0 5px 0;
    font-size: 1.3em;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-bottom: 2px #222 solid;
}

/*** Header text - Advertoiral ***/
.ad_txt {
    float: right;
    margin: -73px 8px 0 0;
    z-index: 10000;
    position: relative;
    font-weight: bold;
    color: #999;
    font-size: 1.6em;
}
/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .ad_txt {
		margin: -34px 8px 0 0;
	}
    .exclusives-template-default .with_sidebar .et_pb_extra_column_main {
        border-right: none !important;
    }
}

/* Smartphones in portrait mode (0-768px) */
@media only screen and ( max-width: 768px ) {
    .ad_txt {
		margin: -27px 8px 0 0;
		font-size: 1em;
	}
	.exclusives-template-default .with_sidebar .et_pb_extra_column_main {
		border: none !important;
	}
	.exclusives-template-default article {
		margin: 0;
	}
	.exclusives-template-default .post-content.entry-content {
		padding-right: 0;
	}
	.exclusives-template-default .PopularPostList ul {
		padding: 0;
	}
	.exclusives-template-default .PopularPostList::before {
		margin: 5px;
	}
    .exclusives-template-default .entry-title {
    font-size: 2rem;
    line-height: 2rem;
    }
    .page article, .single article, #breadcrumbs>span {
    padding: 0px 10px;
    }
}

/*** end ***/

/*** Meet Exp sidebar ***/
.meetExp {
    padding: 10px;
    color: #222;
    font-size: 10px;
    text-align: center;
}

.meetExp img {
	width: 255px;
    padding: 4px;
}

/*** date hide ***/
.exclusives-template-default .hide {
	display:none;
}

/* Simple Exclusive V2 template */
#simple-div .header { height: 130px; }
#simple-div .entry-title { font-size: 32px; font-weight: 600; }
#simple-div #main-header { position: fixed; width: 100%; }
#simple-div .logo { height: auto !important; }
#simple-div #logo { height: auto !important; }
#simple-div .et_pb_extra_column_main { margin-top: 5px; }
@media screen and (min-width: 782px) {
	#simple-div #main-content .container {
		width: 60%;
	}
	#simple-div .container .post-wrap {
		width: 70%;
		margin: auto;
		padding: 0px 35px;
	}
}
@media screen and (max-width: 782px) {
	#simple-div .header {
		height: 110px;
	}
	#simple-div .et_pb_extra_column_main {
		margin-top: 30px;
	}
}


/* Exclusive simple optimized template */
.exclusives-template-single-exclusives-simple-optimized html {margin-top:0px !important;}
/* .exclusives-template-single-exclusives-simple-optimized .container {width: 100% !important;max-width: 860px !important;} */
.exclusives-template-single-exclusives-simple-optimized .post-header #logo {margin: 0 auto;height: 60px;display: block;}
.exclusives-template-single-exclusives-simple-optimized .exclusiveLinks {text-align: center;padding: 10px 0 5px 0;font-size: 0.8em;}
.exclusives-template-single-exclusives-simple-optimized .exclusiveFooter{background:#f1f1f1;padding:3% 10%;margin:0;}
.exclusives-template-single-exclusives-simple-optimized .exclusiveFooter span{font-size: 0.7em;line-height: 1.4em;display: block;margin: 0 0 10px 0;}
.exclusives-template-single-exclusives-simple-optimized #main-content {padding-top: 0 !important;}
.exclusives-template-single-exclusives-simple-optimized .adBar {font-size: 1.3rem;text-align: center;color: #999;padding: 0;background: #f1f1f1;margin: 0 0 30px 0;}
.exclusives-template-single-exclusives-simple-optimized .with_sidebar .et_pb_extra_column_main {border-right: none !important;}body {background-color: #fff !important;}
.exclusives-template-single-exclusives-simple-optimized .smallHeader {border-bottom: 1px #ccc solid;padding: 0 0 10px 0;margin: 10px 0;}
.exclusives-template-single-exclusives-simple-optimized #logofooter {width: 190px;margin: 0 auto;display: block;}
.exclusives-template-single-exclusives-simple-optimized .entry-title{text-align: center !important;margin: 6% 0 4%;font-family: "Libre Franklin", sans-serif !important;}
.exclusives-template-single-exclusives-simple-optimized .default p {line-height: 36px !important;font-size: 23px !important;margin-bottom: 0.8em !important;}
.exclusives-template-single-exclusives-simple-optimized .post-content.entry-content {padding: 0 !important;}
.exclusives-template-single-exclusives-simple-optimized .single .post-wrap .post-content {margin: 0 !important;}
.exclusives-template-single-exclusives-simple-optimized .exclusiveLinks a:link, .exclusives-template-single-exclusives-simple-optimized .exclusiveLinks a:visited {text-decoration: underline;}
.exclusives-template-single-exclusives-simple-optimized .copyright {display: block;text-align: center;}
.exclusives-template-single-exclusives-simple-optimized .ad_txt {text-align: center;font-size: 19px;font-weight: bold;padding: 2px 0;text-transform: uppercase;float: none;margin: 0 0 2% 0;position: static;color: #999;background: black; top: 0;position: fixed; z-index: 9999999999999; width: 100%; border-bottom: 1px solid white;}
.exclusives-template-single-exclusives-simple-optimized .ad_txt:empty {display: none;}
.exclusives-template-single-exclusives-simple-optimized .et_pb_extra_column_main-na {padding: 0;margin: 0 auto;}
.exclusives-template-single-exclusives-simple-optimized .post-content {margin: 0 !important;}

/* Video embed on page */
.subscribe-Now {display: none;}

/* Navbar Styles BEGIN */
.exclusives-template-single-exclusives-simple-optimized #header-bh-account-wrapper {
    display: none;
}

.exclusives-template-single-exclusives-simple-optimized .mam-fixed-header #main-header .container .logo {
    width: 100% !important;
}

.exclusives-template-single-exclusives-simple-optimized .container {
    width: 75%;
}

.exclusives-template-single-exclusives-simple-optimized #breadcrumbs {
    display: none;
}

/* Navbar Styles END */

.exclusives-template-single-exclusives-simple-optimized .videocontainer {margin: 2% auto;padding: 0px 0px 0px 0px;max-width: 780px;}
.exclusives-template-single-exclusives-simple-optimized .buy-button {
 cursor: pointer;
 display: none;
 font-size: 40px;
 color: #fff;
 text-align: center;
 border-radius: 10px;
 padding: 12px 30px 10px 25px;
 position: relative;
 background: #ff9c00;
 margin: 2% auto;
 visibility: hidden;
 opacity: 0;
 max-width: 450px;
 flex-direction: column;
 overflow: hidden;
 line-height: 37px;
 font-family: 'Roboto Slab', serif;
 box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
 /* safari fix */
 -webkit-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
}
.exclusives-template-single-exclusives-simple-optimized .buy-button:hover, .exclusives-template-single-exclusives-simple-optimized .CTA-call-container:hover, .exclusives-template-single-exclusives-simple-optimized .CTA-order-container:hover, .exclusives-template-single-exclusives-simple-optimized .CTA-chat-container:hover, .exclusives-template-single-exclusives-simple-optimized .CTA-rewind-container:hover {
 background: #ffae00;
}
.exclusives-template-single-exclusives-simple-optimized .buy-button a {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 color: #fff;
 text-decoration: none;
}
.exclusives-template-single-exclusives-simple-optimized .buy-button span {
 font-size: 16px;
 line-height: 16px;
 margin-top: 10px;
}
.exclusives-template-single-exclusives-simple-optimized .buy-button a:before {
 content: "";
 display: block;
 position: absolute;
 border-bottom: solid 400px #ff8400;
 border-left: solid 200px transparent;
 top: 50%;
 right: -95px;
 margin-top: -300px;
 box-shadow: none;
 background: none;
 border-radius: 0px;
}
.exclusives-template-single-exclusives-simple-optimized .buy-button a:after {
 content: "";
 display: block;
 position: absolute;
 width: 24px;
 height: 24px;
 background: transparent url('https://s3.amazonaws.com/BanyanHill_com_webimages/img/basic_arrow.png') no-repeat;
 right: 15px;
 top: 50%;
 margin-top: -12px;
}

/* PlayBar for BC */
.video-js .vjs-duration, .video-js .vjs-time-divider, .video-js .vjs-fullscreen-control, .video-js .vjs-current-time, .video-js .vjs-subs-caps-button, .video-js .vjs-progress-control.vjs-control {
 display: none;
}
.video-js.vjs-quality-menu .vjs-quality-menu-wrapper {
  display: none !important;
}
.bc-player-BJbzp9Sym_default .vjs-big-play-button, .bc-player-BJbzp9Sym_default .vjs-control-bar {
  color: #ffffff;
}
.bc-player-default_default .vjs-time-control {
    padding: 0px;
}
.video-js .vjs-live-control {
    margin-left: 1.5em;
}
.bc-player-default_default .vjs-control-bar {
 color: rgba(255, 255, 255 ,1);
}
.vjs-live-display:after {
 content: '';
 display: inline-flex;
 width: 8px;
 height: 8px;
 background: red;
 border-radius: 8px;
 margin-left: 6px;
 -webkit-animation-name: blinker;
 -webkit-animation-duration: 1.5s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -moz-animation-name: blinker;
 -moz-animation-duration: 1.5s;
 -moz-animation-timing-function: linear;
 -moz-animation-iteration-count: infinite;
 animation-name: blinker;
 animation-duration: 1.5s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}
.vjs-live-display.vjs-replay:after {
  display: none;
}
 @-moz-keyframes blinker {
 0% {
 opacity: 1.0;
 }
 50% {
 opacity: 0.0;
 }
 100% {
 opacity: 1.0;
 }
}
 @-webkit-keyframes blinker {
 0% {
 opacity: 1.0;
 }
 50% {
 opacity: 0.0;
 }
 100% {
 opacity: 1.0;
 }
}
 @keyframes blinker {
 0% {
 opacity: 1.0;
 }
 50% {
 opacity: 0.0;
 }
 100% {
 opacity: 1.0;
 }
}
.mute-button-container {
 display: flex;
 width: 100%;
 height: 100%;
}
button.mute-button {
 color: #fff;
 background-color: rgba(0,0,0,0.5);
 z-index: 1;
 padding: 20px;
 border-color: rgba(255, 255, 255, 1);
 border-radius: 20px;
 border-width: 2px;
 border-style: solid;
 margin: auto;
 cursor: pointer;
 font-size: 28px;
 width: 175px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.mute-button .mute-icon {
 height: 60px;
 width: 75px;
 margin: 0px auto 15px auto;
 display: block;
}

@media all and (max-width: 640px) {
 button.mute-button {
 padding: 10px;
 font-size: 20px;
 width: 139px;
 }
}
/* Animation */
@keyframes VOL_SMALL_ANIM {
 0% {
 opacity: 0;
 }
 33% {
 opacity: 1;
 }
 66% {
 opacity: 1;
 }
 100% {
 opacity: 0;
 }
}
@keyframes VOL_LARGE_ANIM {
 0% {
 opacity: 0;
 }
 33% {
 opacity: 1;
 }
 66% {
 opacity: 1;
 }
 100% {
 opacity: 0;
 }
}
.volume__small-wave {
 animation: VOL_SMALL_ANIM 2s infinite;
 opacity: 0;
}
.volume__large-wave {
 animation: VOL_LARGE_ANIM 2s infinite .3s;
 opacity: 0;
}

#et-search-icon{display:none;}
#et-mobile-navigation{display:none;}
#main-header-wrapper #main-header .container img {
	margin: 0 auto;
}
.mam-fixed-header #main-header .container .logo {
	width: 100%;
}

.et_extra_layout .et_pb_column_main, .et_pb_extra_column_main {
	padding: 0px;
	padding: 5px;
}

@media only screen and (max-width: 600px) {
	#main-header #et-navigation {
		/* border-top: 0px; */
		height: 110px;
	}

	.mam-fixed-header #logo {
		margin-top: 28px !important;
    height: 63px !important;
	}
}

@media only screen and (min-width: 600px) {
	#main-header #et-navigation {
		/* border-top: 0px; */
		height: 110px;
	}

	.mam-fixed-header #logo {
		margin-top: 28px !important;
    height: 63px !important;
	}
}

@media only screen and (min-width: 768px) {
	#main-header #et-navigation {
		/* border-top: 0px; */
		height: 110px;
	}

	.mam-fixed-header #logo {
		margin-top: 28px !important;
    height: 63px !important;
	}
}

#footer-bottom.exclusiveFooter > #footer-info {
	color:white;
}

#footer.exclusiveFooter > .exclusiveLinks {
	color:white;
}

#footer.exclusiveFooter > .exclusiveLinks {
	color:white;
}

#footer.exclusiveFooter > .exclusiveLinks > a {
	color:white;
}

#footer.exclusiveFooter > span {
	color:white;
}

#footer .disclaimer {
	margin-top:5px;
}
