/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
/*----FONTS-----*/

@import url("//hello.myfonts.net/count/315aab");


@font-face {font-family: 'FeltThat';src: url('webfonts/315AAB_0_0.eot');src: url('webfonts/315AAB_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/315AAB_0_0.woff2') format('woff2'),url('webfonts/315AAB_0_0.woff') format('woff'),url('webfonts/315AAB_0_0.ttf') format('truetype');}


/*---------COMMON ELEMENTS-------*/

h1{}
h2{}
h3{}
h4{}
h5{}

.darkblue {color:#168fb5 !important;}
.lightblue {color:#30d4e4}
.darkgrey {color:#636363}
.lightgrey {color:#b8b8b8}
.white {color:#ffffff}

.upper {text-transform:uppercase;}

.black-button {
    background: #000;
    color: #fff;
    border-radius: 28px;
    padding: 12px 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: montserrat;
    width: auto;
}
.black-button:hover {
    Background:#fff;
    color:#000;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
}
.blue-button {
    background: #30d4e4;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    margin: 40px auto 0 !important;
    display: block;
    max-width: 251px;
    font-weight: 600;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.blue-button:hover {
    Background:#168fb5;
    color:#fff;
}
.img-shadow { 
    -webkit-box-shadow:  0px 0px 5px 4px rgba(100, 100, 100, 0.32);
    -moz-box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.32);
    box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.32);
}

.portfolio-loading, #ajax-loading-screen .loading-icon, .loading-icon {
    margin: 0 auto !important;
    max-width: 250px;
    background-size: contain;
    background-position: center;
    position: relative;
}

header#top .col.span_9 > nav .sf-menu li {
    display: none !important;
}

header#top .col.span_9 ul.buttons {
    height: 60px !important;
}


div#header-outer.small-nav {
    background: #fff !important;
    height: 80px !important;
} 
@media all and (min-width:1000px){
    div#header-outer, div#header-space {
        height: 0 !important;
        padding: 0 !important;
        padding-top: 20px !important;
        background: none;
        background-color: transparent !important;
    }
}
@media all and (max-width:1000px){
    header#top .slide-out-widget-area-toggle {
        height: 30px;
        transform: translateY(0) !important;
        -webkit-transform: translateY(0%) !important;
        top: 0 !important;
        margin-top: 0 !important;
    }
    header#top .slide-out-widget-area-toggle > div {
        height: 30px !important;
        position: relative !important;
        display: block;
    }
    header#top .slide-out-widget-area-toggle > div i{
        background: none;
    }
	.ps-home-header-mobile.wpb_row.full-width-content {left: 50vw !important;}
}
/*-------------PAGE HEADERS--------------------*/

body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
    font-family: FeltThat;
    font-size: 140px;
    font-weight: 300;
}
.page-id-68 #page-header-bg h1,.page-id-85 #page-header-bg h1, .page-id-77 #page-header-bg h1, .page-id-80 #page-header-bg h1, .page-id-82 #page-header-bg h1 {color:transparent !important;}
/*About*/
.page-id-68 #page-header-bg h1:after {
    background:url(/wp-content/uploads/about-me.gif) no-repeat;
content: '';
    width: 80%;
    height: 240px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto;
    max-width: 480px;
}
/*AS SEEN ON TV*/
.page-id-85 #page-header-bg h1:after {
    background:url(/wp-content/uploads/as-seen.gif) no-repeat;
    content: '';
    width: 80%;
    height: 240px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto;
    max-width: 480px;
}
/*MEET ME*/
.page-id-77 #page-header-bg h1:after {
    background:url(/wp-content/uploads/meet-me.gif) no-repeat;
    content: '';
    width: 80%;
    height: 240px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto;
    max-width: 480px;
}
/*SPEAKING*/
.page-id-80 #page-header-bg h1:before {
    background: url(/wp-content/uploads/speaking.gif) no-repeat;
    content: '';
    width: 80%;
    height: 240px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto;
    max-width: 480px;
}
/*TWITTER*/
.page-id-82 #page-header-bg h1:after {
    background:url(/wp-content/uploads/twitter.gif) no-repeat;
    content: '';
    width: 80%;
    height: 240px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto;
    max-width: 480px;
}

@media all and (max-width:480px){
#header-outer {
    background-color: #fff !important;
}
}


/*---------HOMEPAGE-----------*/
img.ewic-wid-imgs {
    width: 100% !important;
}
#PS-home  #post-area {
    overflow: auto;
    padding: 0 0 0 20px !important;
    margin: 0 !important;
    width: 53%;
}

.page-template-Template-home #footer-outer, #footer-twitter{
    display:none;
}

#PS-home .wpb_wrapper .post_text p {
    padding-right: 0px;
}

.page-template-Template-home .footer-optin-container {
    display: none;
}
.page-template-Template-home .main-content .row{padding-bottom: 0px;}

#PS-home{padding-bottom:0px;}

.page-template-Template-home .bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.page-template-Template-home header#top .container{
    padding:0px !important;
}
.page-template-Template-home .side-widget-open header#top {
    width: 97%;
}
.page-template-Template-home .side-widget-open .starting-logo {
    opacity: 1 !important;
    left: 44% !important;
    height: 80px !important;
}
.page-template-Template-home .starting-logo{
    opacity:0 !important;
}
.page-template-Template-home .side-widget-open #logo .stnd {
    opacity:0 !important;
}
.page-template-Template-home .side-widget-open header#top #logo img {
    transition: opacity 0s ease;
}
.page-template-Template-home #logo .dark-version{
    opacity: 0 !important;
}
.page-template-Template-home #logo .stnd {
    opacity:1 !important;
}
.page-template-Template-home #sidebar{
    z-index: 100;
}
.page-template-Template-home #header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a i.lines{
    background-color:#888888 !important;
}
.page-template-Template-home #header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a i.lines:before{
    background-color:#888888 !important;
}
.page-template-Template-home #header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a i.lines:after{
    background-color:#888888 !important;
}
body.page-template-Template-home #header-outer, body[data-header-color="dark"] #header-outer {
    background-color: transparent !important;
}
.page-template-Template-home #header-outer {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.page-template-Template-home .shadow{
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    height: 54px;
    box-shadow: 2px 17px 15px #FFFFFF;
    z-index: 12;
    left:-5px;
}
.page-template-Template-home #page-header-wrap{
    display:none;
}
.page-template-Template-home header#top nav ul .slide-out-widget-area-toggle {
    margin-left: -20px !important;
}
body.page-template-Template-home #header-outer[data-transparent-header="true"].transparent{
    border-bottom:none !important;
}
.page-template-Template-home header#top {
    width:50%;
}
.page-template-Template-home .slide-out-widget-area-toggle {
    padding-left: 0 !important;
}

.page-template-Template-home .bx-wrapper .bx-viewport {
    left: 0px !important;
}

.page-template-Template-home #home-header{
    position: fixed;
    z-index: 3333;
    background-color: #FFFFFF;
    width: 100%;
    height: 54px;
    box-shadow: 2px 17px 15px #FFFFFF;
    margin-left: -39px;
}

.page-template-Template-home header#top ul li{
    list-style: none;
}
.page-template-Template-home header#top nav ul{
    width:100%;
}
body[data-header-color="custom"].page-template-Template-home header#top nav ul #search-btn > div{
 border-left:none !important;   
}
.page-template-Template-home li#search-btn{
    float:right !important;
}
.page-template-Template-home .slide-out-widget-area-toggle{
    padding-left:20px !important;
}
.page-template-Template-home .icon-salient-search:before {
    color:#30d4e4!important;
}
#PS-home  h2{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0d0e12 !important;
}
.page-template-Template-home .nectar-button.regular-button.extra-color-2, .nectar-button.tilt.extra-color-2 {
    background-color: #0d0e12 !important;
}
#PS-home  .wpb_wrapper p {
    padding-right: 130px;
}
.top-video-link {
    background: #30d4e4;
    color: #fff;
    position: absolute;
    right: 10%;
    top: 70%;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 34px;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 24px;
    max-width: 274px;
    text-align: center;
}
.top-video-link:hover {
    color:#fff;
    background:#000;
}
#PS-home  #post-area{
    padding:0 !important;
    margin-top: 115vh !important;
}
header#top nav ul .slide-out-widget-area-toggle a {
    padding: 0px 0px 0px 50px;
}
#PS-home .section-home-top{
    padding: 115px 20px 30px 50px !important;
    margin-bottom:0px !important;
}
#PS-home .section-home{
    padding: 30px 20px 30px 50px !important;
}
#PS-home .speaking-block{
    -webkit-clip-path: polygon(0px 59px, 115% 0px, 115% 100%, 0% 88%);
    clip-path: polygon(0px 59px, 115% 0px, 115% 100%, 0% 88%);
    padding: 52px 28px 52px 25px !important;
    background-image: url('https://shankman.com/wp-content/uploads/PS-Home-Icon-Speaking-@2x.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 130px;
}
#PS-home h4.entry-title.summary {
    width: 47%;
    display: inline-block;
    text-align: center;
}

#PS-home tr.ecs-event {
    width: 50% !important;
    display: inline-block;
}

#PS-home tr.ecs-event td {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px !important;
}

#PS-home table.ecs-event-table {
    width: 96% !important;
}

#PS-home .ecs-all-events{
    display:none;
}
#PS-home ul.ecs-event-list {
    list-style: none;
    margin: 20px auto;
    padding-right: 50px;
}

#PS-home li.ecs-event h4 {
    display: inline-block;
    max-width: 40%;
    width: auto;
}

#PS-home li.ecs-event span.duration.time {
    width: auto;
    display: inline-block;
    text-align: right;
    width: 60%;
    right: 50px;
    position: absolute;
    color: #30d4e4;
}

#PS-home li.ecs-event h4 a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

#PS-home ul li.ecs-event {
    border-bottom: 2px #30d4e4 solid;
    margin-bottom: 10px;
    padding-bottom: 0px;
    list-style: none;
}
#PS-home .ecs-all-events {
    position:absolute;
    bottom:30px;
    right:0;
}
#PS-home .ecs-all-events a {
    color: #30d4e4;
}
#PS-home .section-podcast{
    padding: 30px 20px 30px 30px !important;
    margin: 20px;
}

#PS-home .podcast-image{
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: -10px;
}
#PS-home .podcast-image img{
    width:100%;
    margin:0px !important;
}
#PS-home .podcast-text{
    width: 50%;
    float: right;
    padding: 28px;
    background-color: #FFFFFF;
}
#PS-home p.podcast-p{
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
    margin-bottom: -20px;
    padding-right:0pc !important;
}
#PS-home .podcast-text h2 {
    font-size:14px !important;
    line-height: 20px;
}
#PS-home .podcast-text h2 a{
    color:#0d0e12 !important;
}
#PS-home .podcast-container{
    background-color:#FFFFFF;
    overflow:auto;
    margin-right: 10px;
}
#PS-home .podcast-img{
    position: absolute;
    width: 130px !important;
    top: -85px;
    right: 0;
}
.podcast-container .wp_rss_retriever_metadata {
    display: none;
}

.podcast-container  ul.wp_rss_retriever_list {
    padding: 20px;
}

.podcast-container  .wp_rss_retriever_image {
    background: #efefef;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.podcast-container  .wp_rss_retriever_container {
    max-width: 590px;
    display: inline-block;
    width: calc(100% - 170px);
}

.podcast-container  a.wp_rss_retriever_title {font-weight: 600;font-size: 17px;}

.podcast-container  .wp_rss_retriever_container a.wp_rss_retriever_readmore {
    display: block;
}
#PS-home .shankmind-block{
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 78%, 0% 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 78%, 0% 100%);
    padding: 34px 30px 125px 52px !important;
    background-image: url('https://shankman.com/wp-content/uploads/PS-Home-Icon-Shankminds-@2x.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 130px;
}
#PS-home .section-clients .wpb_wrapper p {
    padding-right: 50px;
}
#PS-home .section-clients {
    margin-bottom: 0px;    
    margin-top: 80px;
}
#PS-home  a.white-button{
    background-color: transparent !important;
    border: 2px solid #FFFFFF !important;
}
#PS-home .home-footer{
    margin-bottom:0px;
}

/*HOME RECENT POSTS*/
#PS-home code{
    padding:0 !important;
    background: transparent;
}
#PS-home .recent_posts_container{
    background-color: #FFFFFF;
    margin-bottom: 30px;
    overflow:auto;
    margin-right: 35px;
    -webkit-box-shadow: 10px 10px 35px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 35px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 35px -15px rgba(0,0,0,0.75);
}
#PS-home .recent_posts_container img{
    margin:0 !important;
}
#PS-home .recent_posts_container .post_text{
    padding: 20px;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    position: relative;
    white-space: pre-line;
}
#PS-home .recent_posts_container .post_text p {
    padding-right: inherit;
}
#PS-home .thumb_container{
    width: 100%;
    float:none;
    margin-right: 6%;
    display:block;
}
#PS-home .thumb-outer{
    display: inline-block;
    width: 34%;
    margin-right: 3%;
    background-position: center !important;
    background-size: cover !important;
    vertical-align: top;
}
#PS-home .thumb-outer .thumb_container {
    height: 330px !important;
    vertical-align: top !important;
}
#PS-home .thumb_container img {
    vertical-align: middle;
}
#PS-home a.white-button-2 {
    background-color: transparent !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
    font-size: 10px !important;
    margin-top:20px;
    font-size:12px !important;    
    padding: 10px 22px !important;
}

/*BOOKS CAROUSEL*/
#PS-home .smooth_slideri a img{
    max-height: 100% !important; 
    border:none !important;margin: 0 41px 0 0px !important;
}
#PS-home .smooth_slider{
    -webkit-box-shadow: 10px 10px 35px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 35px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 35px -15px rgba(0,0,0,0.75);
    max-width:  inherit !important;
    margin-right: 35px;
    max-width:auto !important;
    width: inherit !important;
    padding: 0 30px !important;
    position: static !important;
    padding-left: 0 !important;
}

#PS-home .smooth_slider .smooth_slideri {
    margin: 0 !important;    max-width: 100% !important;
}
#PS-home .smooth_slider p.smooth_more a {
    text-decoration: none !important;
    background-color: transparent !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
    font-size: 12px !important;
    padding: 7px 27px !important;
    margin-top: 20px;
    border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    -o-border-radius: 200px!important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: Montserrat !important;
    text-transform: uppercase!important;
    letter-spacing: 0;
    font-weight: 700;
    bottom: 23px;
    left: 50%;
    position: absolute;
}
#PS-home .smooth_slider h2{
        text-transform: initial !important;
        font-family: Roboto Slab, Arial, Helvetica, sans serif ;
            padding-top: 40px !important;
}
#PS-home .smooth_slider h2 a{
    font-size:16px !important;
}
#PS-home .smooth_slider span {
    font-size: 16px !important;
}
.page-template-Template-home .footer-social a{
    color:#FFFFFF !important;
    margin-right: 28px;
    font-size: 11px;
}
.page-template-Template-home .home-footer-social{
    margin-top: 35px;
    margin-left: 14px;
}
.page-template-Template-home .books-arrow{
    background: transparent;
    font-size: 15px;
    font-weight: bolder;
    color: #30d4e4 !important;
}
.page-template-Template-home .smooth_slider p.smooth_more a {
    text-decoration: none !important;
}
.page-template-Template-home .smooth_slider .smooth_next {
    right: 0px !important;
}
.page-template-Template-home .smooth_slider .smooth_prev {
    left: -35px !important;
}
.page-template-Template-home .books-container{
        position: relative;margin-top:40px;
}
.page-template-Template-home .recent-posts-outer{
    position:relative;
    margin-bottom: 30px;
}
.page-template-Template-home .wpb_alert p:last-child, .page-template-Template-home #content .wpb_alert p:last-child, .page-template-Template-home .wpb_text_column p:last-child,.page-template-Template-home .wpb_text_column *:last-child,.page-template-Template-home  #content .wpb_text_column p:last-child,.page-template-Template-home #content .wpb_text_column *:last-child,.page-template-Template-home .wpb_toggle_content p:last-child {
    margin-bottom:0px;
}

/*----- MEDIA QUERIES------*/

@media all and (max-width:1000px) {
	#top-video-home {display:none;}

	header#top #logo img.stnd {
		width: 160px !important;
		height: auto !important;
		max-width: 100%;
		min-width: 0;
		min-height: 0;
		max-height: 500px;
		display: block;
	}

	#PS-home .section-home-top {
		padding-top: 40px !important;
	}

	header#top {
		padding: 0 !important;
	}
	#PS-home #sidebar {
		width: 100% !important;
		position: relative;
		float: left !important;
		left: auto;
		display:none;
	}
	.page-template-Template-home .footer-optin-container {
		display: none;
	}
	.page-template-Template-home .section-home-top {
		padding: 40px 10% 20px !important;
	}

	#PS-home h2 {
		text-align: center;
	}
	#PS-home #post-area {
		width: 100%;
		margin-top:0 !important;
	}

	#PS-home .wpb_wrapper p {
		padding-right: initial !important;
	}

	#PS-home .podcast-image {
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	#PS-home .podcast-text {
		float: none;
		width: 100%;
		padding: 10px;
	}

	#PS-home .podcast-text a.nectar-button {
		margin: 0 auto !important;
		display: block;
		width: 130px;
		text-align: center;
	}

	#PS-home .smooth_slider p.smooth_more a {
		margin: 9px auto !important;
		display: block;
		width: auto;
		text-align: center;
		position: relative;
		padding: 8px 14px !important;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		max-width: 240px;
	}

	#PS-home p.smooth_more {
		text-align: center !important;
		width: 100%;
		position: relative;
	}

	#PS-home #smooth_slider_1 {
		padding: 5px !important;
		margin: 0 !important;
		text-align: center;
	}

	#PS-home .smooth_slider .smoothNone {
		margin: 0 auto !important;
	}

	#PS-home .section-home {
		padding: 30px 20px !important;
	}

	#PS-home .smooth_slider .smooth_prev {
		left: 0px !important;
	}

	.page-template-Template-home #header-outer {
		background: #fff !important;
	}

	.page-template-Template-home header#top {
		width: 100%;
		background:#fff;
	}

	#PS-home .shadow {
		display: none;
	}

	#PS-home .post_text {
		padding: 15px 20px !important;
		width: 100% !important;
	}

	#Ps-home .recent-posts-outer {
		max-width: 420px;
		margin: 40px auto;
	}

	#PS-home .recent_posts_container {
		margin: 20px auto !important;
		/* text-align: center; */
	}

	#PS-home .thumb-outer {
		display: block;
		width: 100%;
	}

	#PS-home .thumb-outer .thumb_container {
		height: 150px !important;
		width: 100% !important;
	}

	#PS-home .podcast-container {
		margin: 10px auto !important;
		text-align: center;
		width: 90%;
		max-width: 740px;
	}
	.section-podcast .wp_rss_retriever_item_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

	.section-podcast .wp_rss_retriever_item_wrapper .wp_rss_retriever_container {
		width: 100%;
	} 
	html body #header-outer {
		padding-top: 0px!important;
	}
	body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
		vertical-align: top;
	}
}
@media all and (max-width:680px) {
    a#logo, #logo-container, header .container, header .container .row , #header-space,  #header-outer, #header-outer header {
     max-height: 70px !important;
}
#header-outer header a.closed {
    top: 15px !important;
    line-height: 4px !important;
    position: absolute;
	right: 0;
}
}
/*-RESPONSIVE SLIDER-*/
div#rsfs_slider1_container {
    max-width: 100%;
    min-height: 100vh !important;
}

div#rsfs_slider1_container > div {
    height: 100vh !important;
    width: 100% !important;
}

div#rsfs_slider1_container > div > div {
    height: 100vh !important;
}

div#rsfs_slider1_container > div > div >div {
    height: 100vh !important;
}

div#rsfs_slider1_container > div > div >div > div {
    height: 100vh !important;
}

.page-template-Template-home img.attachment-full.size-full.wp-post-image {
    width: 50% !important;
    height: auto !important;
    top: -50px !important;
}


.page-template-Template-home #sidebar li {
    list-style: none;
}
.page-template-Template-home .jssord21l, .jssord21r {
    display: none !important;
}

div#rsfs_slider1_container > div > div > div.jssorn21 {
    height: 19px !important;
    left: calc(25% - 55px) !important;
    top: 85%;
}

div#rsfs_slider1_container > div > div > div.jssorn21 > div.av {
    border-color: #fff !important;
}

div#rsfs_slider1_container > div > div > div.jssorn21 > div {
    height: 14px !important;
    border-color: #30e4d4 !important;
    border-width: 7px;
    border-style: solid;
    border-radius: 50%;
    width: 14px !important;
}

div#rsfs_slider1_container > div > div > div.jssorn21 > div.av {
    color: #30e4d4 !important;
}

#rsfs_slider1_container > div > div > div:nth-child(3) > div > div:nth-child(2) {
    display: none;
}

.page-template-Template-home ul.wp_rss_retriever_list{
    margin-left:0px !important;
}
.page-template-Template-home p.smooth_more a:hover{
    background-color: #000 !important;
    color: #FFFFFF !important;
    opacity: 1 !important;
}

/*---Homepage Sidebar-----*/
/*.page-template-Template-home #header-outer, .page-template-Template-home #header-spacer {display:none !important;}*/

#PS-home #sidebar {
    position: fixed;
    right: 0;
    height: 100vh !important;
    overflow:hidden;
    box-shadow: -6px 0px 20px #888888;
    width: 47%;
}

#PS-home  #sidebar .bx-viewport {
    height: 100vh !important;
    overflow: hidden;
}

#sidebar div ul li{
    padding:0px !important;
}

/*---FOOTER---*/
#footer-twitter {
    text-align: center;
    margin-bottom: -170px;
    position: relative;
    background: #e6e6e6;
    padding: 80px 0 140px;
}

#footer-twitter p {
    max-width: 910px;
    margin: 0 auto;
    width: 90%;
    font-weight: 600;
    font-size: 18px;
}

#copyright a{
    color:#b8b8b8!important;
}
#copyright{
    text-align:center;
}
.footer-optin-container{
    bottom: -85px;
    position: relative;
    background: #30D4E4;
    z-index: 1000;
    max-width: 910px;
    width: 90%;
    overflow: auto;
    margin: 0 auto;
    height: 170px;
}
#footer-outer .row {
    padding-top: 134px;
}
#nav_menu-2{
    float: left;
    margin-right: 122px;
}
.ascend #footer-outer .widget.widget_nav_menu li a {
    padding: 0!important;
    border: none!important;
    height: 15px;
    text-transform: uppercase;
    font-family: Montserrat, Arial;
    font-size: 12px;
    font-weight: 700;
    color:#636363 !important;
}
#text-3{
    font-size: 12px;
    line-height: 20px;
    color: #636363 !important;
}
#footer-outer a:not(.nectar-button) {

    color:#b8b8b8!important;
}
#text-4 img{
    width:200px;
}
.footer-optin-container .optin-inner{
    padding: 40px 60px;
}
.footer-optin-container .optin-inner h5{
    text-transform: uppercase;
    margin-bottom:20px;
}
.footer-optin-container .optin-inner input[type=text] {
    float: left;
    width: 16.5%;
    background: #FFFFFF;
    border: none;
    margin-right: 2%;
}
.footer-optin-container .optin-inner input[type=email]{
    float: left;
    width: 37%;
    background: #FFFFFF;
    border: none;
    margin-right: 4%;
}
.footer-optin-container .optin-inner input[type=submit]{
    padding: 14px 30px;
    background-color: #0091B7;
}
.footer-optin-container .optin-inner input[type=text]::-webkit-input-placeholder, .optin-inner input[type=email]::-webkit-input-placeholder {
   font-weight:100;
   font-family: Roboto Slab;
}
.footer-optin-container .optin-inner input[type=text]::-webkit-input-placeholder, .optin-inner input[type=email]:-moz-placeholder { /* Firefox 18- */
   font-weight:100;
   font-family: Roboto Slab;
}
.footer-optin-container .optin-inner input[type=text]::-webkit-input-placeholder, .optin-inner input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   font-weight:100;
   font-family: Roboto Slab;
}
.footer-optin-container .optin-inner input[type=text]::-webkit-input-placeholder, .optin-inner input[type=email]:-ms-input-placeholder {
   font-weight:100;
   font-family: Roboto Slab;
}


/*---------------404 PAGE--------------*/
.error404 #ajax-content-wrap {
    background-color: #168fb5 ;
    background: url(/wp-content/uploads/PS-Website-404Page-Image@2x.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.error404 .container-wrap {
background: url(/wp-content/uploads/PS-Website-404Page-Image@2x.png) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    min-height: 70vh;
}
#error-404 {
    text-align: center;
    margin: 0 auto;
    padding: 15vh 0;
}
.error404 #error-404 h1 {
       color: #fff;
    font-size: 150px !important;
    line-height: 150px !important;
}
.error404 #error-404 h2 {
    font-size: 42px;
}

.error404 #error-404 h1 img {
    width: 100px;
    vertical-align: middle;
    margin-left:  20px;
    margin-right: 20px;
}
.cat-404 {
    width: 420px !important;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.error404 .footer-optin-container {
    display: none;
}
/*----------------BLOG-----------------*/

.post-featured-img.no-featured-img {
    background-size: cover !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    display: block;
    position: absolute;
    height: 100%;
    width: 38%;
    top: 0;
}

/*---BLOG ARCHIVES----*/
body.archive #page-header-bg h1, body.archive .row .col.section-title h1, .archive .nectar-box-roll .overlaid-content h1 {
    margin-top: 35px !important;
    font-size:100px !important;
}

/*----SINGLE POST----*/
.single .container-wrap.no-sidebar {
    padding-top: 0px;
}

.single.single-post .section-title h1 {
    font-family: Montserrat !important;
    font-size: 42px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding-bottom: 10px;
    line-height: 52px !important;
}

.single .row.heading-title {
    border: none;
}

.single h1.entry-title {
    text-align: center;
    width: 90% !important;
    display: block !important;
    margin: 0 auto;
    max-width: 1280px !important;
    color: #fff;
}

.single .row.heading-title {
    background: url(/wp-content/uploads/PS-Blog-Header.png);
    background-size: cover;
    background-position: center;
    padding: 120px 20px 50px;
    color: #fff;
    text-align: center;
    margin-top: -20px
}

.single #single-below-header span {
    float: none !important;
    text-align: center !important;
    display: inline-block;
    color: #fff;
}

.single #single-meta {
    display: inline-block !important;
    float: none !important;
    position: relative !important;
    color: #fff;
    margin: 20px auto 0;
}

.single #single-meta ul li a {
    color: #fff !important;
    background: #fff;
}
.single #single-meta ul li.meta-share-count .nectar-social, #project-meta ul li.meta-share-count .nectar-social {
    height: 45px !important;
    padding: 7px;
    background: #fff;
    width: 122px;
    border-radius: 30px;
}
.post-content .content-inner a.no-featured-img-wrap {
    display: none !important;
}
#post-area p img, .p1 img {
    display: block;
    margin: 20px auto 30px;
}
#post-area p img.alignleft, .p1 img.alignleft {
    margin-right: 20px;
}

/*-NEXT POST BUTTONS-*/

#next-post-button{
    text-align: center;
    border-top: 1px #f7f7f7 solid;
    padding: 40px 0 0 !important;
}

#next-post-button h2 {margin-bottom:40px; font-size: 20px;}

.next-post-wrap { 
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    border: 1px #f7f7f7 solid;
    padding: 0;
    position: relative;
    min-height:175px;
}

a:nth-child(2) .next-post-wrap {
    margin-right: 0;
}

.next-post-wrap img {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.next-post-wrap span.post-featured-img {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
}
.next-post-wrap .next-post-text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px;
    text-align: left;
    margin: 0 0px 0 40% !important;
    min-height: 150px;
}
.next-post-text p {
    color: #30e4d4;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 14px;
}
.single .no-featured-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
}

@media all and (max-width:480px){
    

.single #post-area > article .content-inner {
    margin-bottom: 0px;
    border-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
}
.single #PS-single #single-meta ul {
    float: none !important;
}
.single #PS-single #single-meta ul li.meta-share-count .nectar-social {
    margin-left: auto !important;
    margin-right: auto!important;
    text-align: center;
}
.single #PS-single header#top #logo img {
    max-width: 50% !important;
    height: auto !important;
}
}


/*--SINGLE POST FLOATING NAV--*/

div#cooler-nav {display:none;}

@media all and (min-width:840px){
div#cooler-nav {
    display:block;
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 100;
}

.nav-box.nb-previous {
    position: absolute;
    left: 10px;
    z-index: 100;
    width: 100px;
    text-align: right;
    display: none;
}
.nav-box.nb-next {
    position: absolute;
    right: 10px;
    z-index: 100;
    width: 100px;
    text-align: right;
    display: none;
}
.nav-box p {
    font-size: 12px;
    line-height: 120%;
    font-family: Montserrat;
    text-align: right;
    padding-bottom:5px
}
}
/*---TV APPEARANCE POST---*/

#tv-app-single .container.main-content {max-width:1024px; margin:40px auto;}
#tv-app-single a.no-featured-img-wrap {
    display: none;
}
#tv-app-header {
    background: url(/wp-content/uploads/PS-Blog-Header.png) no-repeat;
    background-size:cover;
    background-position:center;
    padding:75px 0;
    text-align:center;
}
#tv-app-header .entry-title {    font-weight: 300;color:#fff;font-size:40px; text-align:center; font-family:Montserrat !important;text-transform:uppercase;}

.single-tv_app .container-wrap {
    padding-top: 56px;
}

.single-tv_app #single-below-header, .single-tv_app #single-meta {
    width: auto;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
}

.single-tv_app #single-meta {
    float: right;
    margin: 0;
}

.single-tv_app #single-below-header > span {
    font-size: 22px;
    padding: 10px !important;
    line-height: 16px;
    vertical-align: middle;
    border: none !important;
}

.single-tv_app #single-below-header > span > span {
    font-size: 22px;
}

#tv-app-single-video {    
    width: 90%;
    margin: 40px auto 80px;
    max-width: 860px;
}
.tv-app-single-video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.tv-app-single-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    opacity: 1 !important;
}

#tv-app-single .row.heading-title {padding:10px 20px; margin-top:180px;}

.single .comment-list , .single #author-bio.no-pagination, .single  .comment-wrap {
    border: 0 !important;
}

.single h3#comments {padding-top:20px;}

.single .comment-wrap h3#comments {
    padding-top: 0px !important;
    font-size: 16px !important;
    color: #444;
    text-align: left;
    border-bottom: 2px #efefef solid;
}
.single .comment-wrap h3#comments span {
    color: #30d4e4;
    font-size: 16px;
    display: inline-block;
    margin-right: 12px;
}

.single .comment-meta.commentmetadata {
    display: inline-block;
}

.single .comment-author.vcard {
    display: inline-block;
    color: #30d4e4;
    margin-right: 10px;
}

.single .comment-body p {
    margin-top: 5px !important;
}

.single .comment-author.vcard img {
    border-radius: 0 !important;
}
 
.single .comment-wrap h3#comments span i {
    font-style: normal !important;
}
.single .comment-wrap h3#comments:after {
    content: '';
    display: block;
    width: 110px;
    background: #888;
    height: 3px;
    margin-bottom: -3px;
    margin-left: 153px;
}

#tv-app-single .next-post-img {
    height: 173px !important;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 44%;
    background-size: cover !important;
    background-position: center !important;
}
/*-------SPEAKING PAGES--------*/

.tweet-thumb {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.tweet-name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    text-align:left;
}

.tweet-content p {
    line-height: 150%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.selected-tweets .tweet-date {
    margin: 30px auto 0px !important;
}
.tweet-name h2 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 100%;
}

.selected-tweets {
    margin: 20px auto;
}

.tweet-name h3 {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: Montserrat !important;
    color: #bbb;
    letter-spacing: 0.1px;
}

/*-----------MEET ME-----------*/

/*---SINGLE EVENTS PAGE---*/
#PS-event .main-content ul li {
    list-style: none;
    list-style-position: outside;
}

/*-----EVENTS ARCHIVES-----*/

.post-type-archive-tribe_events #home-header #top nav {
    display: none !important;
}





/*--------------SUMO POPUP CUSTOMIZING----------*/


.sumome-popup-form .sumome-popup-input {
    width: 46% !important;
    display: inline-block !important;
    margin-right:4% !important;
    height:42px !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
 .sumome-popup-form .sumome-popup-button {
    width: 30% !important;
    display: inline-block !important;
    border-radius: 26px !important;
    vertical-align: middle !important;
    padding: 10px 0 !important;
}

.sumome-popup-form form {
    width: 69%;
    display: inline-block;
    margin-right:0% !important;
}

.sumome-vex.sumome-popup.sumome-popup-mode-subscribe > div.sumome-vex-content.sumome-popup-content.sumome-popup-res-medium .sumome-popup-scale {   
    width: 90%;
    max-width: 890px;
    padding: 30px;
    transform: translate(-50%, -50%) scale(1) translateZ(0px) !important;
}

@media all and (max-width:680px) {
  input.sumome-popup-input[type="text"] {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .sumome-vex-content.sumome-popup-content .sumome-popup-form form .sumome-eac-input-wrap {
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 15px !important;
    display: block !important;
    max-width: 100% !important;
  }
  .sumome-popup-template-default .sumome-popup-form {
    padding: 10px 0 !important;
  }
  .sumome-popup-form form {
    width: 100%;
    text-align: center;
  }
  .sumome-popup-form button.sumome-popup-button {
    width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .sumome-popup-text > div {
      margin: 5px 0 10px !important;
  }
  .sumome-popup h2 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 641px){
  .sumome-scrollbox-small {
    min-width: 400px !important;
  }
}
/*------SUMO ME SCROLLBOX---*/

.sumome-scrollbox-content.sumome-scrollbox-template-default.sumome-scrollbox-res-medium{
    width: 100%;
    max-width: 890px;
    padding: 30px;
}


.sumome-scrollbox-form .sumome-scrollbox-input {
    width: 30% !important;
    display: inline-block !important;
    margin-right:4% !important;
    vertical-align: middle;
    font-size: 12px !important;
}
 .sumome-scrollbox-form .sumome-scrollbox-button {
    width: 30% !important;
    display: inline-block !important;
    border-radius: 26px !important;
    padding: 10px 10px;
    vertical-align: middle;
}

sumome-scrollbox-content.sumome-scrollbox-template-default.sumome-scrollbox-res-medium {
    width: 90%;
    max-width: 890px;
    padding: 30px;
}

/*---------------------------SUMOME----------------------*/
@media all and (max-width:1024px) {
    .sumome-scrollbox-popup .sumome-scrollbox-input, .sumome-scrollbox-popup .sumome-scrollbox-button {
      display: block !important;
      width: 90% !important;
      margin: 20px auto !important;
    }
    .sumome-scrollbox-popup h2 {
      font-size:20px !important;
    }
    .sumome-scrollbox-popup div {
      font-size:16px !important;
      line-height:120% !important;
    }
}



/*RESPONSIVE QUERIES*/

/*FOOTER*/
@media only screen and (max-width: 1000px){
    #nav_menu-2, #nav_menu-3, #footer-widgets span_4 col_last{
        display:none;
    }
}

@media only screen and (max-width: 768px){
.optin-inner input[type=text], .optin-inner input[type=email] {
    width: 100% !important;
    margin-bottom: 19px !important;
}
.footer-optin-container {
    bottom: -85px;
    width: 100%;
    height: auto;
}
.img-who-am {
    display:none;
}
}


/*--------------404--------------*/
@media only screen and (max-width: 690px){
  .error404 #error-404 h1 img {
    width: 88px;
   }
   .cat-404 {
     bottom: -120px;
   }

   /*BLOG*/
   .next-post-wrap {
      width: 100%;
      margin-bottom: 16px;
   }
}
