/*
Theme Name: The Startup Chat
Theme URI: http://thestartupchat.com/
Description: The Startup Chat with Steli & Hiten
Author: WeBuild
Author URI: http://webuild.io
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: hiten
*/

@import url("../hiten/style.css");

body {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 28px;
	transition: margin 0.2s;
	min-height: 100%;
	overflow-x: hidden;
	background: none!important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"],
input[type="email"],
input[type="submit"] { -webkit-appearance: none; border-radius: 0; }

.flyout-menu,
.outer-wrapper,
.custom-header-small { -webkit-transition: margin 0.2s, left 0.2s, right 0.2s; transition: margin 0.2s, left 0.2s, right 0.2s;  }
.custom-header-small { left: 0; }
body .outer-wrapper { width: 100%; margin: 0; }
body.menu-open .custom-header-small { left: -380px; }
body.menu-open .outer-wrapper { margin-left: -380px; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	min-width: 100% !important;
	width: 100% !important;
}

/* Homepage */
.home .post-content h2.entry-title {display:none;}

/*Individual Posts*/
.single h2.entry-title { font-weight: 600; font-size: 2em; margin: 0 0 1em; line-height: 1.1; }
p.author_name { display: none; }
p.author_details span { font-size: 1.2em; display: block; color: #333332; font-weight: bold; }
blockquote { border-left: 3px solid #216ae4; }
h1, h2, h3, h4, h5, h6 { color: #333; }

.flyout-menu { width: 262px; position: fixed; top: 0; right: -380px; height: 100%; overflow: auto; background: #1a1a1a; z-index: 1000000; padding: 0 59px; }
.flyout-menu:after { content: ''; display: block; width: 100%; height: 100px; }
.flyout-menu { transition: right 0.2s; }
.flyout-menu .close-menu { position: absolute; top: 23px; right: 23px; width: 13px; height: 13px; background: url('images/menu-close.png') no-repeat; background-size: 13px 13px; }

body.menu-open .flyout-menu { right: 0; }
.flyout-menu ul { list-style: none; padding: 0; }
.flyout-menu a { font-size: 15px; line-height: 22px; color: #cdcdcd; }
.flyout-menu .menu-section .fa-angle-right { margin-left: 9px; }
.flyout-menu .menu-section a { color: #acacac; }
.flyout-menu .menu-section li,
.flyout-menu .menu-section li a { line-height: 1.3; margin-bottom: 11px; }
.flyout-menu .menu-section li { padding-bottom: 11px; letter-spacing: 0.5px; }
.flyout-menu .menu-section a:hover { text-decoration: underline; }
.flyout-menu .menu-section:first-child { border-top: 0; padding-top: 0; }
.flyout-menu .menu-section { margin-top: 57px; padding: 8px 0 1px; border-top: 1px solid #1b4285; }
.flyout-menu .menu-section h3 { margin-bottom: 23px; color: #216ae4; font-weight: 300; text-transform: uppercase; font-size: 13px; font-weight: 300; line-height: 1.2; letter-spacing: 0.5px; overflow: hidden; }
.flyout-menu .menu-section h3 a { font-size: 12px; margin: -4px 0 0 0; color: #acacac; float: right; text-transform: none; }
.flyout-menu .menu-socials { font-size: 0; line-height: 0; padding-top: 1px; }
.flyout-menu .menu-socials a { display: inline-block; font-size: 20px; line-height: 20px; color: #acacac; }
.flyout-menu .menu-socials a:hover { color: #cccccc; text-decoration: none; }
.flyout-menu .menu-socials a + a { margin-left: 28px; }
.flyout-menu iframe { width: 263px; height: 219px; margin-top: 20px; border: 0!important; }
.flyout-menu .menu-latest-posts { margin-bottom: -21px; }
.flyout-menu .menu-latest-posts ul { margin-top: -2px; }
.flyout-menu .menu-latest-posts li { padding-bottom: 7px; font-size: 15px; line-height: 1.3; letter-spacing: 0; }
.flyout-menu .menu-latest-posts li a { font-size: 15px; line-height: 1.5; }
.flyout-menu .menu-latest-presentation h3 { margin-bottom: 19px; }

#header,
#load-content-posts { display: none; }

.header-modal { display: none; }

.mobile-header { display: none; }

.home .headers-holder { min-height: 492px; }
.home .headers-holder.small { min-height: 80px; }
.headers-holder { min-height: 20px; }
.headers-holder.small { min-height: 80px; }

.custom-header-home { padding: 100px 0 102px; }
.custom-header { margin-bottom: 20px; background: #fafcff; opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.custom-header.active { opacity: 1; }
.custom-header .header-image { float: left; margin-right: 61px; margin-left: 10px; }
.custom-header .header-image img { display: block; }
.custom-header .header-content { overflow: hidden; }
.custom-header .header-content h2 { font-size: 24px; line-height: 28px; margin: -6px 0 10px 0; font-weight: normal; }
.custom-header .header-content p { padding-bottom: 17px; font-weight: normal; }
.custom-header .header-content a { color: #216ae4; }
.custom-header .header-content a:hover { text-decoration: underline; }
.custom-header .header-content p strong { font-weight: 600; }
.subscribe-form { margin: -3px 0px 0 0; font-size: 0; line-height: 0; height: 38px; position: relative; }
.subscribe-form.submitted { border-color: #c5eed1; }
.subscribe-form.submitted input[type="text"],
.subscribe-form.submitted .subscribe-form-button { display: none; }
.subscribe-form .subscribe-form-thank-you { color: #25c648; font-size: 16px; line-height: 32px; padding-left: 30px; display: none; }
.subscribe-form .subscribe-form-thank-you { background: url('images/green-tick.png') 0 9px no-repeat; background-size: 19px 15px; }
.subscribe-form.submitted .subscribe-form-thank-you { display: block; }
.subscribe-form.submitted .subscribe-form-thank-you p { font-size: 14px; }
.subscribe-form:after { content: ''; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.subscribe-form input[type="text"] { color: #216ae4; background: #fff; border: 0; padding: 0 0 0 34px; width: 290px; font-size: 16px; }
.subscribe-form input[type="text"] { background: url( 'images/form-envelope.png' ) no-repeat 1px 3px; background-size: 21px 15px; }
.subscribe-form input[type="text"] { float: left; vertical-align: top; margin: 9px 0 0 0; }
.subscribe-form { border-bottom: 1px solid #c4d7f8; }
.subscribe-form ::-webkit-input-placeholder { color: #216ae4; }
.subscribe-form ::-moz-placeholder { color: #216ae4; opacity: 1; }
.subscribe-form :ms-input-placeholder { color: #216ae4; }
.subscribe-form-button { float: right; vertical-align: top; background: #fafcff; width: 148px; height: 38px; position: relative; bottom: -1px; text-align: right; font-size: 0; line-height: 0; }
.subscribe-form-button button { display: inline-block; width: 138px; height: 38px; border: 0; color: #fff; background: #216ae4; text-transform: uppercase; border-radius: 18px; cursor: pointer; font-size: 14px; transition: background-color 0.3s; }
.subscribe-form-button button:hover { background: #327fff; }

.custom-header-small-subscribe { display: block; position: fixed; top: 0; width: 100%; z-index: 1000; }
.custom-header-small-subscribe .shell { white-space: nowrap; }
.custom-header-subscribe { display: block; position: fixed; top: 0; width: 100%; z-index: 1000; }

.custom-header-small-subscribe .subscribe-form,
.custom-header-subscribe .subscribe-form { width: 45%; float: right; height: 29px; margin-top: 5px; margin-right: 57px; }

.custom-header-small-subscribe .subscribe-form input[type="text"],
.custom-header-subscribe .subscribe-form input[type="text"] { width: auto; padding-left: 30px; margin: 7px 0 0; font-size: 13px; background-size: 20px 13px; background-position: 1px 2px; }

.custom-header-small-subscribe .subscribe-form .subscribe-form-button,
.custom-header-subscribe .subscribe-form .subscribe-form-button { margin-top: 1px; width: 90px; height: 28px; }

.custom-header-small-subscribe .subscribe-form .subscribe-form-button button,
.custom-header-subscribe .subscribe-form .subscribe-form-button button { width: 90px; height: 27px; background: transparent; color: #216ae4; border: 1px solid #c4d7f8; font-size: 11px; } 

.custom-header-small { position: fixed; top: 0; width: 100%; padding: 9px 0; background: #fafcff; z-index: 1000; }
.custom-header-small .shell { max-width: 722px; font-size: 0; line-height: 0; position: relative; }
.custom-header-small .header-image { display: inline-block; margin-left: 10px; margin-right: 14px; vertical-align: top; }
.custom-header-small .header-text { display: inline-block; padding-top: 1px; vertical-align: top; }
.custom-header-small .header-text p { font-size: 13px; line-height: 40px; color: #333; text-transform: none; font-weight: normal; }
.custom-header-small .small-header-button { position: absolute; top: 12px; right: 12px; width: 25px; height: 20px; }
.custom-header-small .small-header-button { font-size: 0; line-height: 0; }
.custom-header-small .small-header-button:after,
.custom-header-small .small-header-button:before { content: ''; position: absolute; left: 0; display: block; width: 100%; height: 9px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.custom-header-small .small-header-button:after { top: 0;}
.custom-header-small .small-header-button:before { bottom: 4px; }
.custom-header-small .small-header-subscribe { position: absolute; top: 10px; right: 30px; color: #333; font-size: 13px; line-height: 20px; }
.custom-header-small .small-header-subscribe { text-transform: uppercase; padding-left: 20px; background: url('images/email_icon@2x.png') 0 center no-repeat; }
.custom-header-small .small-header-subscribe { background-size: 15px 10px; display: none; }

.custom-footer { padding: 94px 0; background: #fafcff; }
.custom-footer .shell { max-width: 700px; }
.custom-footer .footer-image { float: left; margin: 9px 28px 0 -1px; }
.custom-footer .footer-top { overflow: hidden; padding-bottom: 75px; }
.custom-footer .footer-top .footer-content { overflow: hidden; }
.custom-footer .footer-top .footer-content h3 { font-size: 16px; line-height: 28px; margin-bottom: 15px; font-weight: 600; }
.custom-footer .footer-middle { padding-bottom: 75px; position: relative; }
.custom-footer .subscribe-form { height: 40px; margin-right: 0; }
.custom-footer .subscribe-form-button { height: 40px; }
.custom-footer .subscribe-form-button button { margin-top: 2px; }
.custom-footer .subscribe-form input[type="text"] { margin-bottom: 2px; background-position: 0 4px; }
.custom-footer .subscribe-form:after { margin-right: 145px; }

.custom-footer .more-tweets { position: absolute; bottom: 91px; right: 35px; font-size: 14px; letter-spacing: 0.4px; text-transform: uppercase; }
.custom-footer .more-tweets a { color: #216ae4; }
.custom-footer .more-tweets a:after { content: '\f105'; display: inline-block; margin: -1px 0 1px 9px; vertical-align: middle; font-family: 'FontAwesome', sans-serif; }
.custom-footer .more-tweets a:hover { text-decoration: underline; }

.custom-footer .footer-bottom { border-top: 1px solid #e8ebef; padding-top: 11px; overflow: hidden; font-size: 12px; line-height: 1.2; }
.custom-footer .footer-bottom a { color: #AAABAC; }
.custom-footer .footer-bottom ul { list-style: none; padding-left: 0; }
.custom-footer .footer-bottom .copyright { float: left; padding: 3px 0 0; color: #aaabac; }
.custom-footer .footer-bottom .footer-menus { float: right; padding: 3px 4px 0 0; }
.custom-footer .footer-bottom .footer-menus ul { overflow: hidden; float: left; }
.custom-footer .footer-bottom .footer-menus li { float: left; }
.custom-footer .footer-bottom .footer-menus li + li { margin-left: 30px; }
.custom-footer .footer-bottom .footer-menus a { color: #AAABAC; }
.custom-footer .footer-bottom .footer-menus a:hover { color: #216ae4; }
.custom-footer .footer-bottom .footer-social { float: left; margin-left: 34px; margin-top: -4px; }
.custom-footer .footer-bottom .footer-social a { font-size: 18px; line-height: 20px; color: #c0c1c2; }
.custom-footer .footer-bottom .footer-social a:hover { color: #216ae4; }
.custom-footer .footer-bottom .footer-social a + a { margin-left: 27px; }

.more-posts-link { margin-bottom: 67px; text-align: center; font-size: 0; line-height: 0; background: url('images/ajax-loader.gif') center center no-repeat #fff; background-size: 16px 16px;  }
.more-posts-link a { display: inline-block; font-size: 14px; line-height: 35px; letter-spacing: 0.6px; text-transform: uppercase; border: 1px solid #216ae4; }
.more-posts-link a { padding: 0 32px; border-radius: 18px; color: #216ae4; background: #fff; }
.more-posts-link a:hover { color: #fff; background: #216ae4; }

.shell { width: 80%; max-width: 740px; margin: 0 auto; }
.shell:after { content: ''; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.categories-menu { border-top: 2px solid #f9f9f9; font-size: 0; line-height: 0; padding-bottom: 36px; }
.categories-menu.loading { background: url( 'images/ajax-loader.gif' ) right 8px no-repeat; background-size: 16px 16px;  }
.categories-menu a { font-family: 'Open Sans'; font-size: 13px; line-height: 38px; text-transform: uppercase; transition: none; }
.categories-menu a { display: inline-block; color: #717171; }
.categories-menu a:hover { color: #216ae4; }
.categories-menu a + a { margin-left: 24px; }
.categories-menu a[rel="prev"],
.categories-menu a.current { color: #216ae4; border-top: 3px solid #216ae4; margin-top: -3px; }
.categories-menu .next-post { display: inline-block; color: #216ae4; border-top: 3px solid #216ae4; margin-top: -3px; font-family: 'Open Sans'; font-size: 13px; line-height: 38px; text-transform: uppercase; transition: none; } 

.post-header .entry-title { font-family: 'Open Sans'; color: #000; font-weight: 600; font-size: 28px; }
.post-header .entry-title a { color: #000; }
.post-header .entry-title a:hover { color: #216ae4; }
.subscribe-form.loading:before { content: ''; width: 16px; height: 16px; position: absolute; left: 50%; top: 10px; margin-left: 50px; z-index: 1000; background: url( 'images/ajax-loader.gif' ) right 0 no-repeat; background-size: 16px 16px; }

.post { padding-bottom: 43px; margin-bottom: 44px; }

.post-header h2  { line-height: 1.24; }

.posts-wrap { position: relative; overflow: hidden; }
.posts-wrap .post:last-child { padding-bottom: 68px; margin-bottom: 0; border-bottom: 0; }
.posts-wrap .share-widget { position: absolute; top: 60px; left: -117px; width: 57px; margin-top: -11px; opacity: 0; }
.posts-wrap .share-widget ul { list-style: none; padding: 0; }
.posts-wrap .share-widget li { display:block;  overflow: hidden; border-bottom: 1px solid; padding-top: 19px; }
.posts-wrap .share-widget li a { display:block; padding: 0 0 3px; }
.posts-wrap .share-widget li + li { padding-top: 11px !important; }
.posts-wrap .share-widget li.essb_link_twitter { border-color: #43c5ff; }
.posts-wrap .share-widget li.essb_link_linkedin { border-color: #007bb6; }
.posts-wrap .share-widget li.essb_link_buffer { border-color: #303030; }
.posts-wrap .share-widget li.essb_link_facebook { border-color: #425c9e; }
.posts-wrap .share-widget li.essb_link_google { border-color: #e43912; }
.posts-wrap .share-widget li .essb_network_name { font-size:15px; float:right; margin: 1px 1px 0 0; }
.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_icon { -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }

.posts-wrap .share-widget.fixed { position: fixed; top: 70px; left: 50%; margin-top: 0; margin-left: -470px; z-index: 1000; }

.menu-open .posts-wrap .share-widget.fixed { margin-left: -660px; }
.posts-wrap .share-widget.fixed { top: 50px !important; }
.posts-wrap .share-widget.absolute { position:absolute; bottom: 0; top: auto !important; }

.posts-wrap .share-widget li.share-twitter .stArrow span { color: #43c5ff; }
.posts-wrap .share-widget li.share-linkedin .stArrow span { color: #007bb6; }
.posts-wrap .share-widget li.share-buffer .stArrow span { color: #303030; }
.posts-wrap .share-widget li.share-facebook .stArrow span { color: #425c9e; }
.posts-wrap .share-widget li.share-gplus .stArrow span { color: #e43912; }

.posts-wrap .share-widget .stButton_gradient,
.posts-wrap .share-widget .stMainServices { width: 20px; overflow: hidden; float: left; opacity: 0; }
.posts-wrap .share-widget .stArrow .stButton_gradient,
.posts-wrap .share-widget .stArrow .stMainServices { opacity: 1; }
.posts-wrap .share-widget .stArrow { float: right; }
.posts-wrap .share-widget .stArrow,
.posts-wrap .share-widget .stArrow span { background: transparent; border: 0; padding: 0; font-size: 15px; line-height: 18px; text-align: right; }
.posts-wrap .share-widget .stButton { width: 100%; }
.posts-wrap .post-header { margin-bottom: 6px; }
.posts-wrap .post-header h2 { margin-bottom: 0; }

.post-content p { font-family: 'Open Sans'; font-size: 18px; line-height: 33px; }
.post-content p a { color: #216ae4; text-decoration: none; background: transparent; }
.post-content p a:hover { text-decoration: underline; }
.post-content p + .share-buttons { padding-top: 12px; padding-bottom: 30px; }

.post .post-content ol { margin: 0 0 30px 23px; padding-left: 0px; }

.post-content iframe { margin-bottom: 40px !important; }
.post-content iframe + p { margin-top: -7px; }

.comments { padding-top: 17px; }

.next-post-container { margin-top: 87px; }
.next-post-container h2 { margin-bottom: 5px!important; }
.next-post-container h2 a { color: #000; font-weight: 600; }
.next-post-container .categories-menu { padding-bottom: 28px; letter-spacing: 0.5px; }
.next-post-container h2 a:hover { color: #216ae4; }
.next-post-container p a { color: #216ae4; }
.next-post-container p a:hover { text-decoration: underline; }

.share-buttons { font-size: 0; line-height: 0; margin: -4px 0 0; padding-bottom: 38px; }
.share-buttons a { display: inline-block; vertical-align: top; width: 156px; height: 38px; border-radius: 19px; padding-left: 56px; transition: none; }
.share-buttons a i { font-style: normal; }
.share-buttons a .text-desktop { display: block; }
.share-buttons a .text-mobile { display: none; }
.share-buttons a { color: #fff; font-size: 12px; line-height: 38px; text-transform: uppercase; position: relative; }
.share-buttons a > span { position: absolute; top: 50%; left: 26px; font-size: 18px; line-height: 20px; margin-top: -10px; }
.share-buttons a + a { margin-left: 32px; }
.share-buttons a.share-twitter { background: #43c5ff; }
.share-buttons a.share-linkedin { background: #007bb6; }
.share-buttons a.share-facebook { background: #2852ad; }

.share-buttons a.share-twitter:hover { background: #60ceff; }
.share-buttons a.share-linkedin:hover { background: #0d8cc9; }
.share-buttons a.share-facebook:hover { background: #3161c9; }

/*.twitter-tweet { width: 100%!important; padding: 35px 0!important; border-radius: 0!important; max-width: 100%!important; }*/

.latest-tweet ul { list-style: none; padding-left: 0; }
.latest-tweet li { background: #fff; padding: 30px 34px 10px; border: 1px solid #e4eaf4; }
.latest-tweet li img { display: none; }

.latest-tweet  { position:relative; box-shadow: 0 1px 5px rgba(0, 0, 0, .04); }
.latest-tweet .user { margin-bottom: 15px; }
.latest-tweet .user a:hover { text-decoration: underline; }
.latest-tweet .user:before { content: "\f099"; display: inline-block; margin: -2px 3px 2px 0; font-family: "FontAwesome"; font-size: 24px; color: #2ac4f4; vertical-align: middle; }
.latest-tweet .user span {  color:#2ac4f4; font-size: 15px; line-height: 17px; }
.latest-tweet .tweet { padding: 2px 0 32px; border-bottom: 1px solid #ebeff2; margin-bottom: 24px; font-size: 22px; line-height: 1.6; color:#000; }
.latest-tweet .timePosted { position:absolute; top: 39px; right: 35px; font-size: 12px; line-height: 14px; color:#818181; }
.latest-tweet .timePosted a { color: #818181; }
.latest-tweet .timePosted a:hover { color: #818181; text-decoration: underline; }
.latest-tweet .interact { font-size:0; }
.latest-tweet .interact a {  display: inline-block; margin-right: 38px;
	transition: all, .2s;
	-moz-transition: all, .2s;
	-webkit-transition: all, .2s;
	-o-transition: all, .2s;
}
.latest-tweet .interact a:hover { opacity: .7; }
.latest-tweet .interact a span { font-size: 12px; line-height: 17px; padding-left: 28px; color: #a2b0bc; font-weight: bold; }
.latest-tweet .twitter_reply_icon { background: url(images/t-icon1.png) no-repeat 0 0; min-width: 18px; height: 17px; }
.latest-tweet .twitter_retweet_icon { background: url(images/t-icon2.png) no-repeat 0 0; min-width:21px; height:17px;  }
.latest-tweet .twitter_fav_icon { background:  url(images/t-icon3.png) no-repeat 0 0; min-width: 18px; height: 17px; }
.latest-tweet .user span.twitter-followers { color: #a7a7a7; font-size: 11px; line-height: 26px; padding: 0 8px; display: inline-block; vertical-align: top; margin-left: 20px; }
.latest-tweet .user span.twitter-followers { position: relative; border: solid #f0f3f5; border-width: 2px 2px 2px 0; }
.latest-tweet .user span.twitter-followers:before { content: ''; }
.latest-tweet .user span.twitter-followers:before { position: absolute; top: -2px; left: -30px; width: 0; height: 0; border: 15px solid; border-color: transparent #f0f3f5 transparent transparent; }
.latest-tweet .user span.twitter-followers:after { content: ''; }
.latest-tweet .user span.twitter-followers:after { position: absolute; top: 0; left: -26px; width: 0; height: 0; border: 13px solid; border-color: transparent #fff transparent transparent; }


.latest-tweet .tweet a { color: #216ae4; }
.latest-tweet .tweet a:hover { text-decoration: underline; }

/* About */
/*.page-template-templatesabout-php .custom-header-small  { display:none; }*/

.main-content { max-width: 980px; margin: 0 auto; }

.feature-image { text-align: center; margin-top: -34px; margin-bottom: 44px; }

.page-header { text-align: center; }
.page-header h2 { font-size: 28px; line-height: 30px; font-family: 'Open Sans', arial, sans-serif; color:#000; text-align: center; font-weight: normal;  }
.page-header .quote-text { padding: 30px 0 20px; font: italic bold 40px/60px Georgia, times, serif; color:#000033; }
.page-header .quote-author { margin-top: -10px; font: 18px/22px "Open Sans", arial, sans-serif; color:#000033; text-transform: uppercase; }

.column-row { position:relative; overflow: hidden; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; padding: 54px 0 40px; margin-bottom: 42px; }
.column-row a { color: #216ae4; }
.column-row a:hover { text-decoration: underline; }
.column-row .col { width:46%; }
.column-row .col-left { float:left; }
.column-row .col-right { float:right; }
.column-row .img-row { position: relative; overflow: hidden; clear: both; width: 100%; padding: 36px 0 0; }
.column-row .img-row img { display: block; margin: 0 5px; }
.column-row .img-row img  {  }
.column-row .img-row .col-left img { float: right; }
.column-row .img-row .col-right img { float: left; }

.gallery { margin-bottom: -10px !important; }
.editor-content .gallery-item { display: inline-block !important; float:none !important;  width: 18% !important; border: 0; margin: 13px 1%; vertical-align: top; }
.editor-content .gallery-item img { border: 0 !important; width:auto; max-width: 100%; }

.social-holder { margin: -8px 0 8px; text-align: center; }
.social-holder a { color:#c2c2c2; margin: 0 13px;  font-size: 23px;
	transition: all, .3s;
	-moz-transition: all, .3s;
	-webkit-transition: all, .3s;
	-o-transition: all, .3s;
}
.social-holder a:hover { color:#216ae4; }

/* Disable Header */
.single #header {max-height:0px !important;}

/* Flyout Nav */
#navwrap .widgettitle span {display:block;}
.nano h5.widgettitle strong {background:#4292cb; color:#fff; padding:5px; text-transform:uppercase; font-size:14px; transition:0.4s all ease;}
.nano h2.widgettitle {color:#4292cb;}
.nano ul.socials {float: left;}
.nano ul.socials li {margin:0px 9px 0 0;}
.socials .twitter:hover i {color: #00aced;}
.socials .linkedin:hover i {color: #007bb6;}
.socials .instagram:hover i {color: #517fa4;}

/* Social Share */
.single-post .singlePostSocial .sharre .box {width: 80px; height: 36px;}
.single-post .singlePostSocial .sharre .box a {padding:0px 15px 0px 0px;}
.single-post .singlePostSocial .social-icon {background:transparent; border:1px solid #f2f2f2;}
.singlePostSocial .social-icon:hover .box:before, .social-icon:hover a.count {color:#fff !important;}
.singlePostSocial .social-icon.facebook, .singlePostSocial .sharre.facebook .box a {color:#435e9c;}
.singlePostSocial .social-icon.twitter, .singlePostSocial .sharre.twitter .box a {color:#4bc6fd}
.singlePostSocial .social-icon.google, .singlePostSocial .sharre.google .box a {color:#c43b2b;}
/* 
.singlePostSocial .social-icon.facebook {border-color: #435e9c}
.singlePostSocial .social-icon.twitter {border-color: #4bc6fd}
.singlePostSocial .social-icon.google {border-color: #c43b2b}
*/
.singlePostSocial .social-icon .box:before { font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; float: left;}
.singlePostSocial .social-icon.facebook .box:before  {content:"\f09a"; padding:8px 0px 0px 15px; font-size:1.4em; }
.singlePostSocial .social-icon.twitter .box:before  {content:"\f099"; padding:7px 0px 0px 10px; font-size:1.4em; }
.singlePostSocial .social-icon.google .box:before  {content:"\f0d5"; padding:10px 0px 0px 12px; font-size:1.3em; }
.social-share i.fa-facebook:hover {color:#435e9c;}
.social-share i.fa-twitter:hover {color:#4bc6fd;}
.social-share i.fa-google-plus:hover {color:#c43b2b;}

/* Sitewide */
::selection { color: #fff; background: #fc4146; }
::-moz-selection { color: #fff; background: #fc4146; }

.single h2.entry-title { margin-bottom: 37px; font-size: 28px; color: #000; }
.single #content-wrapper p { margin-bottom: 25px; }
.single blockquote { font-family: 'Georgia';  margin: 0 0 33px; padding: 6px 32px; font-size: 28px; line-height: 33px; }
.single blockquote p,
.single #content-wrapper blockquote p { padding: 0; margin: 0; font-size: 28px; }
.single .posts-wrap .post:last-child { padding-bottom: 0; margin-bottom: -5px; }
.single .next-post-content { padding-bottom: 31px; }
.single .next-post-content h2.entry-title { margin: 0 0 8px !important; }
.single .next-post-content p { font-family: Georgia, serif; font-size: 18px; line-height: 1.85; }
.single .posts-wrap { overflow: visible; }

.mobile-share { display: none; }

.posts-wrap .share-widget li .essb_network_name  { font-size: 15px !important;  }
.posts-wrap .share-widget li.essb_link_twitter .essb_network_name { color: #5dc6ff !important; }
.posts-wrap .share-widget li.essb_link_linkedin .essb_network_name { color: #297bb7 !important; }
.posts-wrap .share-widget li.essb_link_buffer .essb_network_name { color: #2f2f2f !important; }
.posts-wrap .share-widget li.essb_link_facebook .essb_network_name { color: #465b9f !important; }
.posts-wrap .share-widget li.essb_link_google .essb_network_name { color: #d82200 !important; }
.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_icon { width: 18px !important; height: 18px !important; background-size: 100% 100%; }

.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_link_twitter .essb_icon { background: url(images/social-ico-1.png) no-repeat 0 0; background-size: 100% 100%; }
.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_link_linkedin .essb_icon { background: url(images/social-ico-2.png) no-repeat 0 0; background-size: 100% 100%; }
.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_link_buffer .essb_icon { background: url(images/social-ico-3.png) no-repeat 0 0; background-size: 100% 100%; }
.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_link_facebook .essb_icon { background: url(images/social-ico-4.png) no-repeat 0 0; background-size: 100% 100%; }
.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_link_google .essb_icon { background: url(images/social-ico-5.png) no-repeat 0 0; background-size: 100% 100%; margin-left: 2px; margin-top: 1px; }

.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_icon { width: ; }

/* Animations */
.nano h5.widgettitle strong {
	-webkit-animation: colorfade 8s infinite alternate;
	-moz-animation: colorfade 8s infinite alternate;
	-ms-animation: colorfade 8s infinite alternate;
	-o-animation: colorfade 8s infinite alternate;
	animation: colorfade 8s infinite alternate;
}

/* KeyFrames */
@-webkit-keyframes colorfade {
	from { background-color: #4292cb; }
	to { background-color: rgb(0, 188, 195); }
}
@-moz-keyframes color_change {
	from { background-color: #4292cb; }
	to { background-color: rgb(0, 188, 195); }
}
@-ms-keyframes color_change {
	from { background-color: #4292cb; }
	to { background-color: rgb(0, 188, 195); }
}
@-o-keyframes color_change {
	from { background-color: #4292cb; }
	to { background-color: rgb(0, 188, 195); }
}
@keyframes color_change {
	from { background-color: #4292cb; }
	to { background-color: rgb(0, 188, 195); }
}

.custom-header-small-subscribe .subscribe-form .subscribe-form-button, 
.custom-header-subscribe .subscribe-form .subscribe-form-button { max-width:100px;  }

.mobile-version { display: none !important; }

.post-navigation-inside { display:none; }

.header-holder { display: block; height: 80px; }

.posts-wrap .share-widget .essb_links.essb_template_light-retina .essb_icon { float: left; }

.share-widget .essb_links.essb_template_light-retina li { width: 58px; margin-bottom: 7px !important; }
.share-widget .essb_links.essb_template_light-retina li,
.share-widget .essb_links.essb_template_light-retina li span,
.share-widget .essb_links.essb_template_light-retina li a,
.share-widget .essb_links.essb_template_light-retina li a .essb_icon,
.share-widget .essb_links.essb_template_light-retina li a,
.share-widget .essb_links.essb_template_light-retina li a .essb_network_name { float: right; padding: 0; margin: 0; }
.share-widget .essb_links.essb_template_light-retina li a .essb_network_name { margin-top: -5px; margin-bottom: 5px; }
.share-widget .essb_links.essb_template_light-retina li a { width: 100%; }
.share-widget .essb_links.essb_template_light-retina .essb_link_google .essb_network_name { color: #da2b00; }

.post-content iframe { display: block; margin: 0 auto; }

.single .header-holder { display: none; }

.mobile-title { display: none; }

.footer-social-stats { display: none !important; }

.facebook-comments { padding-bottom: 40px; }

/* Startup Chat styles */
.header-banner { background-repeat: no-repeat; background-size: cover; background-position: center bottom; text-align: center; color: #fff; background-color: #181818; }
.header-banner h1 { font-size: 45px; line-height: 50px; color: #fff; font-weight: 300; text-transform: uppercase; margin: 0; padding-top: 80px; }
.header-banner h1 a { color: #fff; }
.header-banner.header-banner-subscribed h1 a,
.header-banner h1 a:hover { color: #fc4146; }
.header-banner h2 { font-size: 23px; line-height: 38px; color: #fff; font-weight: normal; margin-bottom: 13px; }
.header-banner h2 em { display: block; font-size: 15px; line-height: 38px; font-style: normal; }
.header-banner h3 { font-size: 23px; line-height: 29px; font-weight: normal; color: #ed3d40; margin-bottom: 10px; }
.header-banner p { font-size: 18px; line-height: 29px; color: #c3c3c3; }
.header-banner p em { font-style: normal; }
.header-banner .gform_wrapper { font-size: 0; line-height: 0; }
.header-banner .gform_title,
.header-banner .gform_wrapper .top_label .gfield_label { display: none; }
.header-banner .gform_wrapper .gform_body ul { padding: 0; list-style: none outside none; }
.header-banner .gform_wrapper .gform_body { width: 332px; }
.header-banner .gform_wrapper .gform_body,
.header-banner .gform_wrapper .gform_footer { display: inline-block; vertical-align: top; }
.header-banner .gform_wrapper input[type="text"],
.header-banner .gform_wrapper input[type="email"] { display: block; color: #fff; background: transparent; border: 1px solid #fc4146; padding: 19px 22px 20px; width: 332px; height: 65px; font-size: 18px; margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-banner .gform_wrapper .gfield_error input[type="text"],
.header-banner .gform_wrapper .gfield_error input[type="email"] { background: rgba(255, 238, 238, 0.8); box-shadow: 0 0 16px rgba(255, 0, 0, 0.3) inset; }
.header-banner .gform_wrapper input[type="submit"] { width: 273px; height: 65px; color: #fff; background: #fc4146; border: 0; cursor: pointer; font-size: 18px; margin: 0; }
.header-banner .gform_wrapper input[type="submit"] { transition: opacity 0.3s; }
.header-banner .gform_wrapper input[type="submit"]:hover { background: #FF3338; }

.header-banner .gform_confirmation_wrapper,
.footer-form .gform_confirmation_wrapper { overflow: hidden; max-width: 605px; margin: 0 auto; text-align: center; }

.header-banner,
.footer-form { padding-bottom: 40px; }
.header-banner .gform_confirmation_message,
.footer-form .gform_confirmation_message { color: #12b625; border: 1px solid #15671f; font-size: 18px; line-height: 19px; padding: 22px; }
.footer-form .gform_confirmation_message { margin-bottom: 0; }

.header-banner .gform_confirmation_message:before,
.footer-form .gform_confirmation_message:before { content: ''; display: inline-block; margin-right: 20px; width: 26px; height: 19px; position: relative; top: 3px; }

.header-banner .gform_confirmation_message:before,
.footer-form .gform_confirmation_message:before { background: url('images/form-success.png'); background-size: 100% 100%; }

.header-banner ::-webkit-input-placeholder { color: #fff; }
.header-banner :-moz-placeholder { color: #fff; }
.header-banner ::-moz-placeholder { opacity: 1; }
.header-banner :-ms-input-placeholder { color: #fff; }

.header-holder { display: none; }

.media-buttons { font-size: 0; line-height: 0; text-align: justify; text-justify: distribute-all-lines; padding-top: 28px; }
.single .media-buttons { padding-bottom: 40px; }
.media-buttons a { font-size: 14px; line-height: 21px; color: #176ae6; display: inline-block; vertical-align: top; border: 1px solid #e1ecfc; border-radius: 22px; padding: 12px 40px; }
.media-buttons a:hover { border-color: #176ae6; }
.media-buttons a span.label-mobile { display: none; }
.media-buttons a:before { content: ''; display: inline-block; width: 24px; height: 21px; display: inline-block; vertical-align: top; margin-right: 14px; }
.media-buttons a.button-stream:before { background: url('images/button-stream.png') center center no-repeat; background-size: 100% 100%; }
.media-buttons a.button-download:before { background: url('images/button-download.png') center center no-repeat; background-size: 100% 100%; }
.media-buttons a.button-listen:before { background: url('images/button-listen.png') center center no-repeat; background-size: 100% 100%; }
.media-buttons a.button-tweet:before { background: url('images/button-tweet.png') center center no-repeat; background-size: 100% 100%; }
.media-buttons .button-justifier { display: inline-block; vertical-align: top; width: 100%; height: 0; }

.tweets-list { text-align: justify; text-justify: distribute-all-lines; padding: 76px 0 0 0; }
.tweets-list.tweets-list-centered { text-align: center; }
.tweets-list .shell { max-width: 1110px; }
.tweet-box-justifier { display: inline-block; vertical-align: top; width: 100%; height: 0; }
.tweet-box { display: inline-block; vertical-align: top; width: 30%; text-align: center; word-wrap: normal; padding: 60px 0 48px; position: relative; }
.tweet-box p { word-wrap: normal; width: 100%; word-break: normal; }
.tweet-box:before { content: ''; width: 42px; height: 33px; position: absolute; top: 0; left: 50%; margin-left: -21px; }
.tweet-box:before { background: url('images/quote-image.png') center center no-repeat; background-size: 100% 100%; }
.tweet-box .button-tweet-wrapper { text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 48px; }
.tweet-box .button-tweet-wrapper a { color: #176ae6; font-size: 14px; line-height: 21px; padding: 12px 40px 13px; border: 1px solid #4588eb; border-radius: 24px; }
.tweet-box .button-tweet-wrapper a { display: inline-block; vertical-align: top; }
.tweet-box .button-tweet-wrapper a:hover { color: #fff; background: #55acee; border-color: #55acee; }
.tweet-box .button-tweet-wrapper a:hover:before { background-image: url('images/button-tweet-hover.png'); }
.tweet-box .button-tweet-wrapper a:before { content: ''; display: inline-block; width: 24px; height: 21px; display: inline-block; vertical-align: top; }
.tweet-box .button-tweet-wrapper a:before { margin-right: 14px; background: url('images/button-tweet.png') center center no-repeat; background-size: 100% 100%; }

.tags-list { text-align: center; padding: 85px 0 96px; font-size: 0; line-height: 0; }
.tags-list a { display: inline-block; vertical-align: top; color: #181818; background: #f2f6fb; font-size: 14px; line-height: 30px; }
.tags-list a { padding: 0 9px; margin: 0 5px 10px; }
.tags-list a:hover { color: #fff; background: #176ae6; }

.recent-episodes .shell { border-top: 1px solid #f6f6f6; padding: 17px 0 0 0; }
.recent-episodes h3 { font-size: 16px; line-height: 20px; color: #181818; font-weight: normal; text-transform: uppercase; }
.recent-episodes h3:after { content: ''; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.recent-episodes h3 a { float: right; color: #176ae6; }
.recent-episodes h3 a span { padding-left: 6px; }
.recent-episodes h3 a:hover { border-bottom: 1px solid #176ae6; margin-bottom: -1px; }
.recent-episodes ul { list-style: none; padding: 0; }
.recent-episodes li + li { padding-top: 34px; }
.recent-episodes li a { color: #000; font-size: 23px; line-height: 32px; font-weight: 500; }
.recent-episodes li a:hover { color: #fc4146; }

.mobile-all-episodes { display: none; }

#content-wrapper { padding-top: 0; }

.content-post { padding-top: 80px; }
.post { border: 0; }

.custom-footer { padding: 0; }
.custom-footer .shell { max-width: 740px; }

.custom-footer .footer-bottom { padding-top: 0; border-top: 0; }

.link-boxes { text-align: justify; text-justify: distribute-all-lines; padding-bottom: 30px; }
.link-box { display: inline-block; vertical-align: top; width: 345px; color: #fff; background: #181818; text-align: center; text-decoration: none; }
.link-box { padding-top: 21px; margin-bottom: 21px; }
.link-box span { display: block; }
.link-box span.box-pre-title { font-size: 12px; line-height: 30px; color: #c3c3c3; }
.link-box span.box-title { font-family: 'Raleway'; font-size: 33px; line-height: 35px; padding: 10px 0 25px; transition: color 0.6s; }
.link-box span.box-slogan { font-size: 12px; line-height: 74px; color: #c3c3c3; border-top: 1px solid #282828; transition: color 0.6s, background 0.3s; }
.link-box span.box-slogan:after { content: ''; width: 6px; height: 10px; display: inline-block; vertical-align: middle; }
.link-box span.box-slogan:after { background: url('images/link-box-arrow.png') center center no-repeat; background-size: 100% 100%; margin-left: 10px; }
.link-box:hover span.box-slogan:after { background-image: url('images/link-box-arrow-hover.png'); }
.link-box:hover span.box-title { color: #fc4247; }
.link-box:hover span.box-slogan { color: #fff; background: #fc4247; }
.link-box-justifier { display: inline-block; vertical-align: top; width: 100%; height: 0; line-height: 0; }

.footer-copyright { background: #181818; }
.footer-copyright p { color: #5d5d5d; font-size: 10px; line-height: 61px; text-align: center; }

.footer-form { background: #181818; padding: 70px 0; }
.footer-form .gform_wrapper { font-size: 0; line-height: 0; }
.footer-form .gform_title { font-size: 23px; line-height: 27px; color: #fff; text-align: center; font-weight: 300; padding-bottom: 15px; }
.footer-form .gform_wrapper .top_label .gfield_label { display: none; }
.footer-form .gform_wrapper .gform_body ul { padding: 0; }
.footer-form .gform_wrapper .gform_body { width: 458px; }
.footer-form .gform_wrapper .gform_body,
.footer-form .gform_wrapper .gform_footer { display: inline-block; vertical-align: top; }
.footer-form .gform_wrapper input[type="text"],
.footer-form .gform_wrapper input[type="email"] { display: block; color: #fff; background: transparent; border: 1px solid #fc4146; padding: 19px 22px 20px; width: 412px; font-size: 18px; }
.footer-form .gform_wrapper .gfield_error input[type="text"],
.footer-form .gform_wrapper .gfield_error input[type="email"] { background: rgba(255, 238, 238, 0.8); box-shadow: 0 0 16px rgba(255, 0, 0, 0.3) inset; }
.footer-form .gform_wrapper input[type="submit"] { width: 273px; height: 65px; color: #fff; background: #fc4146; border: 0; cursor: pointer; font-size: 18px; }
.footer-form .gform_wrapper input[type="submit"] { transition: opacity 0.3s; }
.footer-form .gform_wrapper input[type="submit"]:hover { background: #FF3338; }

.footer-form ::-webkit-input-placeholder { color: #fff; }
.footer-form :-moz-placeholder { color: #fff; }
.footer-form ::-moz-placeholder { opacity: 1; }
.footer-form :-ms-input-placeholder { color: #fff; }

.footer-bios { background: #000; padding: 73px 0; font-size: 0; line-height: 0; text-align: justify; text-justify: distribute-all-lines; }
.footer-bios .shell { max-width: 850px; position: relative; }
.footer-bios .itunes-link { width: 248px; height: 45px; box-sizing: border-box; font-size: 14px; line-height: 21px; padding: 9px 40px 15px; }
.footer-bios .itunes-link { color: #fc4146; background: #181818; }
.footer-bios .itunes-link { position: absolute; top: 31px; left: 50%; margin-left: -125px; border-radius: 22px; border: 1px solid #181818; }
.footer-bios .itunes-link { white-space: nowrap; }
.footer-bios .itunes-link:hover { border-color: #fc4146; }
.footer-bios .itunes-link:before { content: ''; display: inline-block; vertical-align: top; margin-right: 13px; width: 21px; height: 21px; }
.footer-bios .itunes-link:before { background: url('images/itunes-icon.png') center center no-repeat; background-size: 100% 100%; }
.footer-bio-box { display: inline-block; vertical-align: top; max-width: 360px; text-align: center; }
.footer-bio-box p em { font-style: normal; }
.footer-bios a span { display:block; padding-bottom: 10px; }
.footer-bios a i { font-size: 24px; vertical-align: middle; }
.footer-bios a img {  width: 100px; height: 100px; display: inline-block; vertical-align: top; border-radius: 50%; max-width: 100%; max-height: 100%; }
.footer-bios .twitter-username { font-size: 15px; line-height: 30px; color: #fff; font-weight: normal; text-align: center; margin: 0; padding: 5px 0 10px; }
.footer-bios .twitter-username a { color: #fff; }
.footer-bios .twitter-username a:hover { color: #55acee; }
.footer-bios .bio-box-about-text { font-size: 13px; line-height: 24px; color: #a2a2a2; }
.footer-bios .bio-box-about-text a { color: #a2a2a2; text-decoration: underline; }
.footer-bios .bio-box-about-text a:hover { color: #fc4146; }
.footer-bio-box-justifier { display: inline-block; vertical-align: top; width: 100%; height: 0; }

.page-template-landing { background: #000 !important; }
.page-template-landing .link-boxes,
.page-template-landing .content-post,
.page-template-landing .header-banner,
.page-template-landing .header-main,
.page-template-landing .custom-footer { display: none; }

.btn { display: inline-block; padding: 10px 40px 15px; margin-top: 29px; font-size: 14px; color: #fff; border-radius: 30px; background: #181818; }
.btn img { display: inline-block; margin: 2px 10px -2px 0; }
.btn:hover { background-color: #262626; }

.page-template-landing #content-wrapper { background: transparent; color: #fff; }
.page-template-landing .form-landing { display: block; padding: 0; text-align: left; background: transparent; }
.page-template-landing .copyright { position: absolute; bottom: 48px; left: 50px; font-size: 15px; }
.page-template-landing .entry { position: absolute; top: 50%; left: 50px; z-index: 30; width: 630px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; line-height: 1.3; }
.page-template-landing .entry h2 { margin: 0 0 7px; font-size: 56px; line-height: 1.1; letter-spacing: 3px; font-weight: normal; text-transform: uppercase; color: #fff; }
.page-template-landing .entry h3 { margin: 0 0 14px; font-size: 29px; line-height: 1.1; letter-spacing: 1px; font-weight: normal; color: #fff; }
.page-template-landing .entry ul { list-style: none outside none; }
.page-template-landing .entry h3 em { font-size: 21px; font-style: normal; margin-right: 5px; letter-spacing: 0; }
.page-template-landing .entry h4 { margin: 0 0 17px; font-size: 24px; font-weight: normal; color: #ed3d40; }
.page-template-landing .entry .btn { display: inline-block; padding: 12px 40px 14px; margin-top: 29px; font-size: 14px; color: #fff; border-radius: 30px; background: #181818; border: 1px solid transparent; }
.page-template-landing .entry .btn img { display: inline-block; max-width: 25px; margin: -4px 10px -2px 0; }
.page-template-landing .entry .btn:hover { color: #f43b3a; border-color: #f43b3a; }

.landing-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.landing-wrapper .mobile-images { display: none; }
.landing-wrapper .mobile-images img { border-radius: 50%; }
.landing-wrapper .image { position: absolute; bottom: 0; right: 0; }

.landing-socials { position: absolute; top: 40px; right: 53px; font-size: 14px; }
.landing-socials ul { list-style: none outside none; }
.landing-socials ul li { float: left; padding-left: 67px; }
.landing-socials ul li:first-child { margin-left: 0; }
.landing-socials a { color: #fff; }
.landing-socials a img { display: inline-block; vertical-align: middle; height: 20px; margin: -3px 13px 0 0; }

.landing-skip { position: absolute; top: 40px; left: 53px; }
.landing-skip-mobile { text-align: center; padding-top: 28px; }
.landing-skip-large { padding-top: 42px; }
.landing-skip a,
.landing-skip-mobile a,
.landing-skip-large a { color: #fff; text-decoration: underline; font-size: 14px; line-height: 28px; }
.landing-skip-large a { font-size: 18px; letter-spacing: 1px; }

.landing-skip-mobile,
.landing-skip-large { display: none; }

@media screen and (min-width: 1281px) {
	.page-template-landing .entry { left: 50%; margin-left: -315px; text-align: center; }
	.page-template-landing .entry h2 { font-size: 50px; }
	.page-template-landing .entry h3 { margin-bottom: 24px; }
	.page-template-landing .entry h4 { letter-spacing: 0.6px; }
	.page-template-landing .entry .btn { margin-top: 42px; }
	.page-template-landing .gform_wrapper { margin: 0 12px; }
	.page-template-landing #content-wrapper p { margin-bottom: 42px; letter-spacing: 0.6px; }
	.page-template-landing .landing-wrapper .image { display: none; }
	.page-template-landing .mobile-images { display: block; }
	.page-template-landing .mobile-images img { position: absolute; top: 50%; width: 212px; margin: -214px -589px; }
	.page-template-landing .mobile-images img:nth-child(1) { left: 50%; }
	.page-template-landing .mobile-images img:nth-child(2) { right: 50%; }
	.page-template-landing .mobile-images img:nth-child(2) ~ img { display: none; }
	.page-template-landing .copyright { right: 50px; text-align: center; }
}

@media screen and ( min-width: 1800px ) {
	.header-banner { background-size: contain; }
	.landing-skip-large { display: block; }
	.landing-skip,
	.landing-skip-mobile { display: none; }
}

@media screen and (max-width: 1300px) {
	.landing-wrapper .image { right: -100px; }
}

@media screen and ( min-width: 641px ) {
	
	.custom-header-small {  
		transition: all, .2s;
		-moz-transition: all, .2s;
		-webkit-transition: all, .2s;
		-o-transition: all, .2s;
	}
	.custom-header-small.hide { 
		transform: translateZ(0); 
		-webkit-transform: translateZ(0); 
		top: -60px;
	}  
}

@media screen and ( min-width: 481px ) {
	.single .custom-header { height: 0; padding: 0; margin: 0; }
	.single .custom-header .header-image,
	.single .custom-header .header-content { display:none; }
}

@media screen and ( max-width: 1200px ) {
	.custom-header .header-image,
	.custom-header .header-content { float: none; display: block; width: 100%; margin-top: 10px; }
	.custom-header .header-content.header-modal { display: none; }

	.column-row { font-size: 16px; }

	.landing-wrapper .image { max-width: 50%; }

	.page-template-landing .entry { margin-top: -80px; }

}

@media screen and ( max-width: 1024px ) {
	.flyout-menu { position: absolute; padding: 0 29px; }
	.posts-wrap .share-widget { display: none; }
	.mobile-version { display:inline-block !important; }
	.desktop-version { display:none !important; }

	.post .post-content ul,
	.post .post-content ol { padding-left: 10px; }
}

@media screen and ( max-width: 930px ) {
	.nicescroll-rails { display: none!important; }
	.crb-transcript { overflow-y: scroll!important; }
	.header-banner h1 { padding-top: 27px; }
	.header-banner p em:before { content: ''; display: block; }

	.content-post { padding-top: 25px; }
	.posts-wrap .post { margin-bottom: 0; }

	.media-buttons { padding-top: 16px; }

	.share-buttons a { box-sizing: border-box; width: 31.5%; padding-left: 40px; }
	.share-buttons a + a { margin-left: 2%; }
	.share-buttons a > span { left: 15px; }
	.share-buttons a .text-desktop { display: none; }
	.share-buttons a .text-mobile { display: block; }
	
	.custom-header-small-subscribe .subscribe-form, 
	.custom-header-subscribe .subscribe-form { width: 62%; }

	.flyout-menu { position:fixed; height:100%; max-height: 100%; min-height: 100% !important; overflow: auto; }

	.custom-header .header-image { margin: 0 0 20px; }

	.column-row { padding-left: 30px; padding-right: 30px; }

	.header-banner { background: #000; }
	.header-banner h1 { font-size: 30px; line-height: 45px; }
	.header-banner h2 { font-size: 20px; }
	.header-banner h2 em { font-size: 14px; }
	.header-banner p { font-size: 15px; line-height: 25px; }

	.post-header .entry-title { font-size: 22px; line-height: 31px; }

	.footer-form .shell,
	.header-banner .shell { width: auto; max-width: none; }

	.footer-form .gform_wrapper input[type="text"],
	.footer-form .gform_wrapper input[type="email"],
	.header-banner .gform_wrapper input[type="text"],
	.header-banner .gform_wrapper input[type="email"] { display: block; color: #fff; background: transparent; border: 1px solid #fc4146; padding: 19px 22px 20px; width: 100%; font-size: 18px; text-align: left; box-sizing: border-box; margin: 0; }
	.footer-form .gform_wrapper input[type="submit"],
	.header-banner .gform_wrapper input[type="submit"] { width: 273px; height: 65px; color: #fff; background: #fc4146; border: 0; cursor: pointer; font-size: 18px; width: 100%; }

	::-webkit-input-placeholder { text-align: center; }
	:-moz-placeholder { text-align: center; }
	::-moz-placeholder { text-align: center; }
	:-ms-input-placeholder { text-align: center; }

	.footer-form .gform_wrapper input[type="text"]:focus::-webkit-input-placeholder,
	.footer-form .gform_wrapper input[type="email"]:focus::-webkit-input-placeholder,
	.header-banner .gform_wrapper input[type="text"]:focus::-webkit-input-placeholder,
	.header-banner .gform_wrapper input[type="email"]:focus::-webkit-input-placeholder { color: transparent; }

	.footer-form .gform_wrapper input[type="text"]:focus:-moz-placeholder,
	.footer-form .gform_wrapper input[type="email"]:focus:-moz-placeholder,
	.header-banner .gform_wrapper input[type="text"]:focus:-moz-placeholder,
	.header-banner .gform_wrapper input[type="email"]:focus:-moz-placeholder { color: transparent; }

	.footer-form .gform_wrapper input[type="text"]:focus::-moz-placeholder,
	.footer-form .gform_wrapper input[type="email"]:focus::-moz-placeholder,
	.header-banner .gform_wrapper input[type="text"]:focus::-moz-placeholder,
	.header-banner .gform_wrapper input[type="email"]:focus::-moz-placeholder { color: transparent; }

	.footer-form .gform_wrapper input[type="text"]:-ms-input-placeholder,
	.footer-form .gform_wrapper input[type="email"]:-ms-input-placeholder,
	.header-banner .gform_wrapper input[type="text"]:-ms-input-placeholder,
	.header-banner .gform_wrapper input[type="email"]:-ms-input-placeholder { color: transparent; }


	.footer-form .gform_wrapper .gform_body,
	.footer-form .gform_wrapper .gform_footer,
	.header-banner .gform_wrapper .gform_body,
	.header-banner .gform_wrapper .gform_footer { width: auto; display: block; margin: 0 15px; }

	.footer-form .gform_wrapper .gform_body,
	.footer-form .gform_wrapper .gform_footer { margin: 0; }

	.footer-form .gform_title { font-size: 20px; line-height: 45px; padding-bottom: 0; margin-bottom: 20px; }
	.footer-form .gform_title span { font-size: 30px; display: block; }

	.media-buttons { text-align: center; }
	.media-buttons a { border-radius: 0; box-sizing: border-box; width: 33%; padding-left: 0; padding-right: 0; }
	.media-buttons a + a { margin-left: -1px; }
	.media-buttons a:hover { border-color: #e1ecfc; }
	.media-buttons a span.label-desktop { display: none; }
	.media-buttons a span.label-mobile { display: block; }
	.media-buttons a:before { content: none; }
	.media-buttons a:first-child { border-radius: 24px 0 0 24px; }
	.media-buttons a:last-of-type { border-top-right-radius: 24px; border-bottom-right-radius: 24px; }

	.link-box span.box-slogan { font-size: 10px; }

	.link-box { display: block; width: auto; }

	.tweet-box { display: block; width: 100%; height: auto !important; }
	.tweet-box .button-tweet-wrapper { position: static; padding: 40px 0 32px; }
	.single #content-wrapper .tweet-box p { margin: 0; }

	.tags-list { padding-top: 0; }
	.recent-episodes h3 a { display: none; }

	.mobile-all-episodes { display: block; }
	.mobile-all-episodes a { display: block; font-size: 14px; line-height: 40px; color: #181818; text-align: center; border: 1px solid #e7e7e7; margin-top: 42px; }
	.mobile-all-episodes a { box-sizing: border-box; width: 100%; text-transform: uppercase; border-radius: 24px; }

	#content-wrapper { padding-bottom: 40px; }
	#content-wrapper p,
	#content-wrapper li { font-size: 14px; line-height: 24px; }

	.tweets-list { padding-top: 20px; }
	.tweet-box { padding-bottom: 0; }
	.tags-list { padding-bottom: 32px; }

	.footer-bios { padding: 30px 0; }
	.footer-bios .itunes-link { position: static; margin-left: 0; box-sizing: border-box; width: 100%; display: block; text-align: center; }
	.footer-bio-box { display: block; max-width: none; padding-top: 50px; }
	.footer-bio-box p br { display: none; }
	.footer-bio-box p em:before { content: ''; display: block; }

	.landing-wrapper .image { max-width: 80%; }
	.landing-wrapper .form-landing { margin: 0 -15px; }

	.landing-skip-mobile { display: block; }
	.landing-skip,
	.landing-skip-large { display: none; }

}

@media screen and ( max-width: 767px ) {
	.single h2.entry-title { font-size: 2.5em; margin: 0 0 0.5em; }

	.custom-footer .subscribe-form { height: auto; border: 0; }
	.custom-footer .footer-image { display: none; }
	.custom-footer .subscribe-form-button,
	.custom-footer .subscribe-form input[type="text"] { float: none; display: block; }
	.custom-footer .subscribe-form input[type="text"] { margin-bottom: 20px; }
	.custom-footer .subscribe-form-button { border-top: 1px solid #c4d7f8; width: 100%; padding-top: 30px; }
	.custom-footer .subscribe-form-button button { width: 80%; margin: 0 auto; display: block; }

	body.menu-open .custom-header-small { left: -320px; }
	body.menu-open .outer-wrapper { margin-left: -320px; }

	.landing-wrapper .mobile-images { display: block; padding: 48px 0 36px; font-size: 0; text-align: center; }
	.landing-wrapper .mobile-images img { width: 142px; margin: 0 14px; }

	.landing-wrapper .image { display: none; }

	.page-template-landing .entry { position: relative; top: 0; left: 0; width: auto; margin: 0 15px; font-size: 14px; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
	.page-template-landing #content-wrapper .entry p { margin-bottom: 30px; line-height: 1.36; }
	.page-template-landing .entry h2 { margin-bottom: 2px; font-size: 33px; letter-spacing: 1px; }
	.page-template-landing .entry h3 { margin-bottom: 11px; font-size: 18px; }
	.page-template-landing .entry h3 em { font-size: 12px; }
	.page-template-landing .entry h4 { margin-bottom: 3px; font-size: 14px; }
	.page-template-landing .entry .btn { margin-top: 28px; padding: 9px 30px 12px; display: block; font-size: 12px; text-align: center; }
	.page-template-landing .entry .btn img { width: 20px; margin: 2px 8px -2px 0; }
	.page-template-landing .copyright { position: relative; bottom: auto; left: auto; font-size: 9px; text-align: center; }
	.page-template-landing #content-wrapper .copyright p { font-size: 9px; text-align: center; }

	.page-template-landing .footer-form .gform_wrapper input[type="text"],
	.page-template-landing .footer-form .gform_wrapper input[type="email"],
	.page-template-landing .header-banner .gform_wrapper input[type="text"],
	.page-template-landing .header-banner .gform_wrapper input[type="email"] { padding: 14px 10px; font-size: 16px; }

	.header-banner .gform_wrapper input[type="text"],
	.header-banner .gform_wrapper input[type="email"] { padding: 14px 10px; height: 50px; line-height: 1; }

	.footer-form .gform_wrapper input[type="submit"],
	.header-banner .gform_wrapper input[type="submit"] { height: 50px; font-size: 16px; }


	#content-wrapper .landing-socials { position: relative; overflow: hidden; padding: 30px 0 0; top: auto; right: auto; font-size: 0; text-align: center; }
	#content-wrapper .landing-socials ul { padding: 0 0 14px; }
	#content-wrapper .landing-socials li { float: none; display: inline-block; padding: 0 12px; font-size: 13px; }
	#content-wrapper .landing-socials img { height: 18px; margin: -2px 6px 2px 0; }

}

@media screen and ( max-width: 640px ) {
	.transcript-popup .btn-close { top: -40px!important; }
	.content-post,
	.custom-footer .shell,
	.shell { width: auto; margin-left: 15px; margin-right: 15px; }

	.flyout-menu { -webkit-overflow-scrolling: touch; }
	.flyout-menu .menu-section li { padding-bottom: 6px; }
	
	.custom-header { padding: 0; margin: 0; }
	.custom-header .subscribe-form input[type="text"] { box-sizing: border-box; width: 100%; float: none; }
	.custom-header .subscribe-form-button { float: none; width: 100%; text-align: left; bottom: 0; padding: 30px 0; }

	.subscribe-form { height: auto; }
	.single h2.entry-title { font-size: 22px; line-height: 31px; margin-bottom: 15px; }
	.single p { font-size: 16px; line-height: 28px; }

	.latest-tweet li { padding: 29px 33px 10px; }
	.latest-tweet .tweet { font-size: 20px; }
	.latest-tweet .user { margin-bottom: 29px; }
	.latest-tweet .timePosted { position: absolute; top: 69px; left: 34px; font-size: 12px; }
	.custom-footer .more-tweets { display:none; }
	
	.more-posts-link { margin-bottom: 75px; }
	.posts-wrap .post-header h2 { margin-bottom: 0; padding-bottom: 3px; }
	.posts-wrap .post:last-child { padding-bottom: 50px; }
	.posts-wrap .post { padding-bottom: 24px; margin-bottom: 26px; }

	.custom-header-subscribe .subscribe-form { display:none; }
	.custom-header-small .small-header-subscribe { display: block; text-transform: none; margin: 1px 20px 0 0; padding-left: 22px; background-position: 0 6px; }
	
	.custom-footer { padding: 16px 0 0; }
	.custom-footer img { width: 75px; }
	.custom-footer .footer-image { position: relative; display: inline-block; float: none; width: auto; margin: 0 0 6px; }
	.custom-footer .footer-image:after { content: 'Hi, I‘m Hiten.'; position: absolute; left: 100%; top: 50%; margin: -13px 0 0 13px; width: 250%; font-size: 20px; line-height: 26px; font-family:'Open Sans', arial, sans-serif;  }
	.custom-footer .footer-middle,
	.custom-footer .footer-top { padding-bottom: 40px; }
	.custom-footer .footer-top .footer-content h3 { margin-bottom: 20px; font-size: 15px; line-height: 1.8; font-weight: normal; }
	.custom-footer .footer-top .footer-content h3 span { display:none; }
	.custom-footer .subscribe-form-button { padding-bottom: 4px; margin: 0; }
	.custom-footer .subscribe-form input[type="text"] { margin: 0 0 7px; }
	
	.custom-footer .footer-bottom { position: relative; }
	.custom-footer .footer-bottom .copyright { position: absolute; bottom: 53px; left: 0; right: 0; width: auto; padding: 0; text-align: center; }

	.custom-header-small-subscribe .subscribe-form { display:none; }

	.post-content iframe { height: 263px; margin-bottom: 15px; }

	.header-modal p,
	.custom-header .header-content p { font-size:15px; line-height: 27px; }

	.outer-wrapper { max-width: 100%; overflow: hidden; position:relative; }

	.categories-menu { padding-bottom: 25px; }

	.post-header .entry-title { margin-bottom: 9px; }
	.custom-footer .footer-bottom .footer-social { margin: -3px -4px 0 0; }
	.custom-footer .footer-bottom .footer-social a + a,
	.custom-footer .footer-bottom .footer-menus li + li { margin-left: 24px; }
	.custom-footer .footer-bottom .footer-menus li + li { padding-left: 4px; }
	.post-content p { font-size:15px; line-height: 27px; }

	.custom-header .header-content.header-modal { display: none; }
	.custom-header .header-image { text-align: center; padding-bottom: 40px; }

	.custom-header-small .header-content.header-modal,
	.custom-header .header-content.header-modal { position: fixed; top: 0; left: 0; background: #f4f8fe; height: 100%; padding: 0 15px; width: auto; z-index: 100000; margin-top: 0; overflow: auto; }
	.custom-header-small .header-content.header-modal .subscribe-form-button,
	.custom-header .header-content.header-modal .subscribe-form-button { background: #f4f8fe; width: 100%; margin-top: 7px; border-top: 1px solid #bfd4f7; }
	.custom-header-small .header-content.header-modal .subscribe-form-button button,
	.custom-header .header-content.header-modal .subscribe-form-button button { width: 80%; display: block; margin: 0 auto; }
	.custom-header-small .header-content.header-modal .subscribe-form,
	.custom-header .header-content.header-modal .subscribe-form { border-bottom: 0; }
	.custom-header-small .header-content.header-modal h2,
	.custom-header .header-content.header-modal h2 { font-size: 20px; margin: 46px 0 0; padding: 23px 0 29px 90px; background: url('images/footer-image.png') 0 0 no-repeat; background-size: 76px 76px; }
	.header-modal p,
	.custom-header .header-content p { padding-bottom: 14px; }
	.custom-header-small .header-content.header-modal .header-modal-close,
	.custom-header .header-content.header-modal .header-modal-close { position: absolute; top: 30px; right: 20px; background: url('images/close.png') no-repeat; }
	.custom-header-small .header-content.header-modal .header-modal-close,
	.custom-header .header-content.header-modal .header-modal-close { background-size: 13px 13px; width: 13px; height: 13px; }
	.custom-header-small .header-content.header-modal .subscribe-form,
	.custom-header .header-content.header-modal .subscribe-form { padding-bottom: 35px; }

	.custom-header-small .header-image { margin: 1px 14px -1px 0; }
	.custom-header-small .header-text p { font-size: 13px; text-transform: uppercase; }
	.custom-header-small .small-header-button { top: 13px; right: 0; }
	
	.next-post-container { margin-top: 35px; }
	.next-post-container .categories-menu { padding-bottom: 27px; }

	.single h2.entry-title { margin-bottom: 13px; }
	.single #content-wrapper p { font-size: 14px; line-height: 28px; margin-bottom: 28px; }
	.single #content-wrapper blockquote { margin-top: 11px; margin-bottom: 47px; font-size: 24px; line-height: 31px; }
	.single #content-wrapper blockquote p { padding: 0; font-size: 24px; line-height: 31px; }
	.single .next-post-content { padding-bottom: 43px; }
	.single .next-post-content h2.entry-title { font-size: 28px; line-height: 1.2; }
	.share-buttons a .text-mobile { letter-spacing: 0.5px; }

	.mobile-share  { display: block; padding: 21px 0 3px; }

	.post-content .share-buttons { display: none; }
	.post-content .entry-title + .share-buttons { display: block; padding: 11px 0 28px; margin: 0; }
	.post-content iframe { margin-bottom: 20px !important; }
	.post-content iframe + p { margin-top: -4px; }

	.flyout-menu .menu-socials { padding-top: 6px; }

	.header-holder { display: none; }

	.header-modal p br { display: none; }

	.subscribe-form .subscribe-form-thank-you { background-position: 0 8px; }

	.latest-tweet .user span[data-scribe="element:screen_name"] { display: none; }

	.flyout-menu .featured-image { display: block; margin-bottom: 30px; }

	.modal-show body,
	.modal-show { height: 100%; position: relative; overflow: hidden; }
	.modal-show body { background: #f4f8fe !important; }
	.modal-show #content-wrapper,
	.modal-show .custom-footer { opacity: 0 !important; }

	.feature-image { margin-top: -38px; margin-bottom: 13px; }
	
	.column-row { padding: 31px 0 42px; margin: 0 14px 33px; font-size: 16px; }
	.column-row .col-left,
	.column-row .col-right { float: none; width: auto; }

	.column-row p br { display: none; }
	.social-holder { margin: 0; padding-bottom: 26px; }
	.social-holder a { padding: 0 5px; }
	#content-wrapper .page-header .quote-text { padding: 0 15px 37px; font-size: 25px; line-height: 1.5; }
	#content-wrapper .page-header .quote-text p { padding: 0; margin: 0; }
	#content-wrapper .page-header .quote-author { margin: 6px 0 0; font-size: 18px; }

	.column-row .img-row .col-right img,
	.column-row .img-row .col-left img { float: none; display: block; margin: 0 auto;  }
	
	.gallery { margin-bottom: 35px !important; }
	.editor-content .gallery-item { width: 48% !important; }
	.editor-content br { display: none; }
	.editor-content .gallery-item:nth-child(odd) { clear: both; }

	#gallery-1 { padding-top: 5px; }
	#gallery-1 .gallery-item { margin-top: 3px !important; margin-bottom: 0 !important; }

	.page-template-templatesabout-php .page-header h2 { display: none; }

	.mobile-title { display: block; margin: 0 0 14px; font-size: 22px; font-weight: normal; text-align: left; }

	.flyout-menu:after { content: ''; display: block; width: 100%; height: 50px; }

	.posts-wrap .post { margin-bottom: 0; }

	.footer-copyright p { font-size: 10px; }
}

@media screen and ( max-width: 480px ) {
	.custom-header-subscribe .subscribe-form { display: none; }
	.mobile-header .custom-header-small { display: block !important; }

	.share-buttons { padding-bottom: 25px; }

	.custom-header-small,
	.custom-header .header-image,
	.custom-header .header-content { display: none; }
	.mobile-header,
	.mobile-header .custom-header-small { display: block; }

	.post { padding: 0 0 25px; margin: 0 0 25px; }
	.post-header { margin: 0 0 5px; }
	.mobile-header .custom-header-small .subscribe-form  {  display: none; }

	.post-header .entry-title { line-height: 26px; font-size: 22px; }
	.custom-footer .footer-bottom ul { float:left; }
	.custom-footer .footer-bottom .footer-menus { float:none; display:block; }
	.custom-footer .footer-bottom .footer-social { float:right; }
	.custom-footer .footer-bottom .footer-social { margin-left:10px;  }

	.headers-holder { min-height: 60px; }
	.headers-holder.small { min-height: 60px; }

	.header-banner br { display: none; }
}

@media screen and (max-width: 370px) {

	.share-buttons a { padding-left: 38px; }


	body.menu-open .custom-header-small { left: -265px; }
	body.menu-open .outer-wrapper { margin-left: -265px; }

	.latest-tweet .user { white-space: nowrap; }
	.flyout-menu { padding: 0 19px; width: 227px; }

	.latest-tweet .timePosted .mobile-posted { display: none; }
	.latest-tweet .tweet { font-size: 18px; }
}

@media screen and (max-width: 360px) {
	.header-banner .gform_confirmation_message,
	.footer-form .gform_confirmation_message { font-size: 14px; }
}

.footer-content #subscribed { margin-top: 20px; }

.header-banner .gform_wrapper,
.footer-form,
.custom-header-small-subscribed .small-header-subscribe { display: none; }
.transcript { max-height: 400px; overflow-y: scroll; border: 1px solid #eeeeee; padding: 20px; margin: 20px 0; background: #f8f8f8; }
.crb-transcript { padding-left: 60px; overflow-x: hidden; }
.crb-transcript { opacity: 1; height: 700px; }
.crb-transcript .avatar { display: block; width: 100%; position: relative; text-transform: uppercase; color: #b3b3b1; }
.crb-transcript .avatar { letter-spacing: 0em; font-weight: bold; }
.crb-transcript .avatar img { position: absolute; left: -70px; top: 0; border-radius: 50%; height: auto; }
.btn-transcript { color: #176ae6; text-align: center; width: 100%; display: block; border: 1px solid #e1ecfc; border-radius: 27px; padding: 12px 40px 13px; margin: 50px 0 30px; -webkit-transition: border .4s;
     -o-transition: border .4s;
        transition: border .4s; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.btn-transcript:hover { border: solid 1px #186be6; }
.btn-transcript:before { content: ''; display: inline-block; height: 28px; width: 20px; background: url( images/transcript_icon@2x.png ); background-repeat: no-repeat; margin-bottom: -9px; margin-right: 5px; -webkit-background-size: 100%; background-size: 100%;}
.transcript-popup { z-index: 1000; width: 100%; height: 100vh; position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; -webkit-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s; }
.transcript-popup.active { opacity: 1; background-color: #f4f4f4; visibility: visible; left: 0; }
.transcript-popup .popup-inner {  max-height: calc( 100vh - 200px ); position: absolute; top: 0; left: 0; width: 100%; margin: 60px 0; 
	/*-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
     -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%); */
        -webkit-overflow-scrolling:touch; -webkit-transition: opacity .6s, height .6s;
     -o-transition: opacity .6s, height .6s;
        transition: opacity .6s, height .6s; }
.transcript-popup .crb-transcript { max-height: calc( 100vh - 200px ); -webkit-overflow-scrolling:touch; overflow: scroll; outline: none; margin: 0 auto; max-width: 700px; background: #fff; padding: 30px 30px 20px 100px; line-height: 1.7; cursor: auto !important;  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.transcript-popup .crb-transcript p { margin-bottom: 15px; }
.transcript-popup .popup-header strong { color: #fc575b; font-weight: normal; text-transform: uppercase; }
.transcript-popup .popup-header span { color: #b3b3b1; }
.transcript-popup .popup-header { max-width: 700px; width: 100%; margin: 0 auto; padding-left: 30px; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.transcript-popup .popup-title { padding: 0 30px; max-width: 700px; margin: 0 auto 30px; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.transcript-popup .btn-close { position: absolute; top: 20px; right: 20px; content: ''; display: block; width: 40px; height: 40px;  }
.transcript-popup .btn-close span { position: absolute; display: block; height: 3px; width: 100%; background: #c3c3c3; transition: background .3s;}
.transcript-popup .btn-close:hover span { background: #176AE6;  }
.transcript-popup .btn-close span:nth-child(1) { transform: rotate(45deg); }
.transcript-popup .btn-close span:nth-child(2) { transform: rotate(-45deg); }
.nicescroll-rails { opacity: 1 !important; }
.nicescroll-cursors { background: #0864e9!important; width: 4px !important; height: 50px !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 7px !important; height: 37px !important; background-color: #0864e9 !important; border-radius: 3px;  }
.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff !important; }
.mCSB_scrollTools .mCSB_draggerContainer { z-index: 9999 !important; }
.mCSB_inside > .mCSB_container { margin-right: 50px !important; }
.crb-transcript { z-index: 9998 !important; border: 1px solid #e8f1ff; -webkit-box-shadow: 2px 8px 30px #f4f4f4; box-shadow: 2px 8px 30px #f4f4f4; }

body.popup-active { overflow: hidden; }

/* Slack Landing Page */
.content-post.slack {max-width:900px;}
.slack h2.entry-title {display:none;}
.slack .intro {text-align: center; padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid #ddd;}
.slack .intro h1 {font-size:40px; line-height:52px;}
.slack .intro h2 {font-size:26px; width: 55%; margin-left: auto; margin-right: auto;}
.slack .intro h4 {color:#999; font-style:italic; width: 60%; margin-left: auto; margin-right: auto;}
.slack .benefits {padding-bottom:40px; width:80%; margin:0 auto;}
.slack .benefits h2 {text-align:center; padding-bottom:20px;}
.slack h3 {position:relative;}
.slack h3:before {content:""; background:url(images/slack-icon.png) no-repeat 0; background-size:cover; width:50px; height:50px; position:absolute; margin-left:-80px; top:-5px;}
.slack a.button {background:#fc4146; color:#fff; padding:20px 80px; text-align:center; font-weight:bold; font-size:1.2em;}
.slack a.button:hover {background:#FF3338;}
.slack .benefits a.button {display:inline-block;}
.slack .cta {text-align:center; margin:60px 0 0 0;}
.header-banner.slack {background-image:url(http://thestartupchat.com/wp-content/uploads/top-banner.jpg);}
.header-banner.slack span {display:block; clear:both; font-size:0.8em; line-height:80px;}
.header-banner.slack span em {background:url(images/slack-logo.png) no-repeat 0; background-size: 190px; width: 195px; height: 55px; font-size: 0px; display: inline-block;}

@media(max-width: 767px){
	.transcript-popup .popup-title { margin: 0 auto 20px; padding: 0 20px; }
	.transcript-popup .crb-transcript { padding: 20px 20px 20px 90px ; }
	.transcript-popup .btn-close { margin-top: 10px; }
}


@media screen and ( max-width: 480px ) {
.header-banner.slack p em:before {display:none;}
.transcript-popup .popup-header { padding: 0 20px; }
.slack h3:before {width: 30px; height: 30px; position: relative; float: left; margin-right: 8px; margin-left:0px; top:0px;}	
.slack .intro h1 {font-size: 30px; line-height: 40px; }
.slack .intro h2 { width: 100%; font-size: 18px; line-height: 1.5; }
.slack .intro h4 {width:80%;}
}

@media screen and ( max-width: 320px ) {
.header-banner.slack span {line-height:40px;}
}