/*
Theme Name: Listenwise Blog Theme 2020
Theme URI: http://www.hiveforge.com
Author: Hive Forge
Author URI: http://www.hiveforge.com
Description: Listenwise using minimal starter theme _tk
License: GNU General Public License

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Twitter Bootstrap


*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );



/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */

html {
	overflow-x: hidden;
}

body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.text-align-right, .textAlignRight {
	text-align: right;
}

.textAlignCenter {
	text-align: center;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/*

 //----------------------------------------------------------------------
 // colors
 //----------------------------------------------------------------------

 $background:  #f8f8ff;
 $white:       #FFFFFF;
 $off-white:	  #f5f5f5;
 $headline:	  #3b3b3b;
 $emphasis:	  #d27410;
 $paragraph:	  #414141;
 $grey:		  	#e5e5e5; // use for section borders
 $light-grey:  #f5f5f5; // use for section backgrounds
 $med-grey:	  #b4b4b4;
 $dark-grey:	  #808080;
 $link-color:  #2775ad;
 $link-hover:  #0a3757;
 $error-red:	  #B94A48;
 $black:       #151515;
 $green:		  #1f9d40;
 $orange:	  #f0891b;
 $blue:		  #26ace2;
 $teal:			#33aa92;
 $dark-blue:	 #227ea3;

 //----------------------------------------------------------------------
 // fonts
 //----------------------------------------------------------------------

 $headline-font: 	"proxima-nova", sans-serif;
 $paragraph-font:	"open-sans", sans-serif;
*/

.b {
	font-weight: bold;
}

.n {
	font-weight: normal;
}

 body {
   font-family: "open-sans", sans-serif;
 	background-color: #FFFFFF;
 }

 .navbar {
 	background: #fff;
 	border-raduis: 0;
 	margin-bottom: 10px;
 }

 h1, h2, h3, h4, h5, h6 {
 	font-family: "montserrat", sans-serif;
 	margin: 0;
	font-style: normal;
	font-weight: 500;
	color: #3B3B3B;
 }

 h1 {
 	line-height: 42px;
 }

 h2 {
 	line-height: 34px;
 }

 h3 {
 	line-height: 28px;
 }

 h5 {
 	font-size: 16px;
 	line-height: 20px;
 }

 h6 {
 	font-size: 16px;
 	line-height: 20px;
 	color: #e5e5e5;
 	font-style: italic;
 	font-weight: 400;
 }

 p {
	 font-family: "open-sans", sans-serif;
	 color: #797676;
 }

 .post-sticky .entry-summary p {
		color: #1A4F74;
	}

	#commentform p {
		color: #2E7D77;
	}

 a {
 	color: #2775ad;
 	font-weight: 700;
}

a:hover {
	/* color: #0a3757; */
	text-decoration: none;
}

.btn-primary {
	color: #fff;
	background-color: #227ea3;
	border-color: #1e6e8e;
}

.btn-primary:hover {
		background-color: #1e6e8e;
}

.btn-warning {
	color: #fff;
	background-color: #f0891b;
	border-color: #e37c0f;
}

.btn-warning:hover {
	background-color: #e37c0f;
}

.btn-success {
	color: #fff;
	background-color: #1f9d40;
	border-color: #1b8837;
}

.btn-success:hover {
		background-color: #1b8837;
}

.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
}

#login_button:hover {
	background: #fff;
	color: #333;
}

#signup_button:hover {
	background-color: #f0891b;
}

#upper_nav {
	padding: 10px 0;
	background: #fff;
}

.navbar {
	border-radius: 0;
	border: none;
	background: #227ea3;
	margin: 0;
	-moz-box-shadow: inset 0 4px 3px rgba(0,0,0,.2); /* inner shadow */
	-webkit-box-shadow: inset 0 4px 3px rgba(0,0,0,.2); /* inner shadow */
	box-shadow: inset 0 4px 3px rgba(0,0,0,.2); /* inner shadow */
}

.navbar	li > a  {
	color: #fff;
}


.navbar	li:hover > a {
	background: #26ace2;
	/* -moz-box-shadow: inset 0 4px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 4px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 4px 3px rgba(0,0,0,.2);  */
}


.navbar .navbar-toggle {
	background-color: #fff;
}

.navbar	.navbar-toggle:focus {
			outline: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
text-decoration: none;
background-color: #2775ad;
}



.navbar	.navbar-toggle .icon-bar {
	background: #f0891b;
}

.navbar .navbar-collapse {
	padding: 0;
}


.navbar	a.navbar-brand {
	color: #fff;
}

.nav_dropdown li a, .dropdown-menu li a {
	color: #227ea3;
	font-weight: 700;
}

.nav_dropdown li a:hover {
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav > li > a:focus {
	background: none;
}

.formerly {
 	padding: 2px 8px 4px 8px;
 	background:  #f5f5f5;
 	color: #808080;
 	font-size: .75em;
 	position: absolute;
 	top: 0;
 	left: 144px;
 	-webkit-border-bottom-right-radius: 4px;
 	-webkit-border-bottom-left-radius: 4px;
 	-moz-border-radius-bottomright: 4px;
 	-moz-border-radius-bottomleft: 4px;
 	border-bottom-right-radius: 4px;
 	border-bottom-left-radius: 4px;
 }

.go_to_home {
	color: #fff;
	background: #227ea3;
	border-radius: 4px;
	margin: 15px 0;
	padding: 4px 10px;
}

.go_to_home:hover {
	color: #fff;
	text-decoration: none;
	background: #1e6e8e;
}

 .content_area {
 	background: #FFFFFF;
 	padding: 0;
	text-align: center;
}


footer.main_footer {
	padding: 0 0 40px 0;
	margin: 0;
	min-height: 100px;
	/* background: #227ea3; */
	color: #fff;
}

footer.main_footer a {
		color: #fff;
}

footer.main_footer ul {
	list-style: none;
	padding: 0;
}


footer.main_footer .container-fluid {
	padding: 0;
}


footer.main_footer .lower_footer {
		margin-top: 40px;
		text-align: center;
}

footer.main_footer .lower_footer span {
	margin-top: 20px;
	font-size: .8em;
}

footer.main_footer .footer_content a {
			font-weight: 400;
			font-size: .9em;
}

footer.main_footer .footer_content li.header_link a, .resources_header  {
			font-weight: 700;
			font-size: 1.1em;
}

footer.main_footer .footer-title > a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
}

.footer-logo {
	text-align: right;
}

div.row.footer_newsletter {
	background: #f1f1f6;
}

div.row.footer_newsletter strong {
	font-size: 200%;
	color: #333333;
}

div.row.footer_links_container, div.row.footer_newsletter {
	margin: 0;
	padding: 6% 4%;
	width: 100%;
}

div.row.footer_links_container {
	background: #227ea3;
}

div.row.footer_terms {
	background-color: #ffffff;
}

div.row.footer_terms > div {
	padding: 40px;
}

div.row.footer_terms .links > * {
	color: #999;
	font-weight: normal;
	display: inline-block;
}

div.row.footer_terms .spp_image {
	max-width: 110px;
}

.spp_image {
	margin: auto 0;
	/* display: block; */
	width: 7em;
}

img.logo_lis {
	width: 2.688em;
}

.footer_links_container .sub-menu {
	margin-top: 8px;
}

.footer_links_container .sub-menu li {
	padding: 8px;
}

.footer_links_container .sub-menu a {
	font-weight: normal;
}

header.page-header {
	margin: 0 0 20px 0;
}

header.page-header h1.page-title {
}

.archive_header {
	margin: 40px 60px;
	font-weight: normal;
}

.tags-links a {

}

.hentry {
	padding: 0 20px;
	margin: 10px 0 20px 0;
	/* border-top: 10px solid #26ace2; */
	background: #fff;
}

.tag_header {
	color: #000000;
	margin-right: 10px;
	font-size: .75em;
}

.all_posts_link {
	margin-top: 20px;
	display: block;
}

.widget_search {
	margin: 10px 0 0 0;
}

.search_icon {
	font-size: 1.6em;
	top: 16px;
	position: absolute;
	color: #2775ad;
	right: 22px;
}

#public_actions {
	float: right;
	display: inline;
	margin-top: 10px;
}

#public_actions .btn {
	border-radius: 30px;
	/* border: none; */
	font-size: 0.9em;
	padding: 8px 20px;
	margin-left: 5px;
}

.public_nav_search {
	float: right;
	margin-top: 8px;
}

.search-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-group .search-field {
	display: inline-block;
	padding-left: 26px;
	background: url("https://www.listenwise.com/assets/search_icon-f52c2bfa7eda1b5cc485429eb19d54cc7d70d4eaae9a62f8b56e67afd9eeed5a.png") center left no-repeat #fff;
	font-size: 0.85em;
	border-radius: 0;
	width: 200px;
	border: 0;
}

.search-submit.btn {
	background: #2BAAE1;
	border-radius: 30px;
	border: none;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 8px 20px;
	margin-left: 5px;
}

.row.blog-spacer {
	height: 40px;
}

.post-sticky {
	background: url('/wp-content/themes/listenwiseblog2020/includes/img/gradient-blog-header.png') repeat-x #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}

.post-sticky .row {
	text-align: center;
}

.post-sticky .entry-meta {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: #FFFFFF;
}

.hentry.sticky {
	padding: 0;
	margin: 0;
	border-top: none;
	background: none;
	max-width: 1440px;
	display: inline-block;
}

.hentry.sticky .featured-image {
	text-align: center;
}

.hentry.sticky .featured-image img {
	height: 380px;
	width: 380px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.hentry.sticky .page-header {
	margin-top: 40px;
	border-bottom: none;
	padding: 0 10% 0 3%;
	text-align: left;
}

/* .hentry.post .page-header {
	margin-top: 40px;
	border-bottom: none;
	padding: 0 3% 0 10%;
	text-align: left;
} */

.hentry.sticky .page-title {
	margin-bottom: 20px;
}

.hentry.post .page-title {
	margin-bottom: 10px;
}

.post-header {
	text-align: left;
}

.hentry.sticky .page-title a, .hentry.post .page-title a {
	text-decoration: none;
	font-weight: 600;
}

.hentry.sticky .page-title a {
	color: #FFFFFF;
}

.hentry.sticky .entry-summary, .hentry.post .entry-summary {
	margin-bottom: 30px;
	color: #2775AD;
}

.single-post .hentry {
	background: none;
	max-width: 1440px;
	/* display: inline-block; */
	margin: 0 auto;
}

.single-post .hentry .featured-image {
	text-align: center;
}

.single-post .hentry .featured-image img {
	height: 380px;
	width: 380px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.single-post .page-header {
	text-align: left;
	border-bottom: none;
	padding: 0 3% 0 10%;
}

.single-post .post-content {
	text-align: left;
}

.single-post .post-content a {
	font-weight: 500;
	text-decoration: underline;
}

.single-post .post-content h2 {
	margin: 30px 0 20px 0;
}

.single-post .post-content h5 a {
	font-weight: 700;
	text-decoration: none;
}

.single-post .row.content_related {
	background: #BFE5F6;
	padding-bottom: 40px;
}

.single-post .icon__separator {
	border-top: 1px solid #ddd;
	/* margin-bottom: 65px; */
	margin-top: 25px;
}

.single-post .container {
	max-width: 970px;
}

.single-post .icon__separator__icon {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -71px;
	background: #fff;
	/* display: block; */
}

.single-post .crp_related {
	max-width: 978px;
	margin: 0 auto;
}

.single-post .crp_related li {
	list-style: none;
	width: 33%;
	float: left;
	padding: 10px 40px;
	text-align: center;
}

.single-post .crp_related h3 {
	text-align: center;
	padding: 40px 0;
}

.single-post .crp_title {
	display: block;
	font-size: 18px;
}

.single-post .crp_thumb {
	border: 3px solid #2775AD;
	margin-bottom: 10px;
}

.single-post .sidebar-right .crp_title {
	display: unset;
}

.single-post .sidebar-right .crp_thumb {
	width: 30%;
	float: left;
	margin-right: 10px;
	max-width: 95px;
}

.single-post .sidebar-right .crp_related_widget ul {
	padding-left: 0;
}

.single-post .sidebar-right .crp_related_widget li {
	list-style: none;
	clear: both;
}

.single-post .comment-list .media-body {
	text-align: left;
}

#commentform .form-submit {
	text-align: right;
}

#commentsubmit {
	background: #2BAAE1;
	border-radius: 30px;
	border: none;
	color: #FFFFFF;
	/* font-size: 0.9em; */
	padding: 8px 20px;
	margin-left: 5px;
}

.reply.comment-reply a.btn {
	background: #2BAAE1;
	border-radius: 30px;
	border: none;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 8px 20px;
	float: right;
}

.reply.comment-reply.panel-footer {
	background: none;
	border-top: none;
}

.comment-awaiting-moderation {
	color: #2775ad;
	font-style: italic;
	margin-left: 15px;
}

.avatar.avatar-50.photo {
	border-radius: 50px;
}

/* Needs to be added at Sharpspring to work */

/* .sharpspring_form #submit_button {
	background: #2BAAE1;
	border-radius: 30px;
	border: none;
	color: #FFFFFF;
	padding: 8px 20px;
	font-size: 1em;
	width: max-content;
	float: right;
	text-decoration: none;
	font-weight: 500;
	height: unset;
	line-height: unset;
} */

.single-post .comment-list.media-list {
	max-width: 978px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0 20px;
}

.entry-tags {
	margin-top: 30px;
}

.entry-tags ul {
	padding: 0;
}

.entry-tags li {
	list-style: none;
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
	background: #BFE5F6;
	color: #227EA3;
	border-radius: 8px;
	font-size: 12px;
}

.entry-tags li a {
	font-weight: lighter;
}

.btn-read-more {
	background: #2BAAE1;
	border-radius: 30px;
	border: none;
	color: #FFFFFF;
	padding: 8px 20px;
	font-size: 1em;
	width: max-content;
	float: right;
	text-decoration: none;
	font-weight: 500;
}

.btn-read-more.small {
	font-size: 0.9em;
	padding: 6px 14px;
	/* margin-right: 10px; */
}

article .entry-content {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

article .entry-content h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #3B3B3B;
}

article .entry-content {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #797676;
}

.body-main {
	max-width: 1440px;
	display: inline-block;
}

.body-main .row {
	/* text-align: center; */
}

.single-post .body-main {
	padding: 0 20px;
}

.sidebar {
	text-align: left;
	padding: 40px 60px;
}

.widget-content {
	margin-bottom: 40px;
}

.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

.tag-cloud-link {
	background: #BFE5F6;
	border-radius: 10px;
	padding: 8px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px !important;
	line-height: 48px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	text-transform: lowercase;
	margin: 4px;
}

.blog .hentry {
	margin: 0;
	border-top: none;
}

.post-block {
	padding: 0 60px 20px;
	text-align: left;
}

.post-header {
	padding-bottom: 9px;
	margin: 40px 0 0;
	/* text-align: center; */
}

.post-header .featured-image {
	margin-bottom: 10px;
}

.post-header .featured-image img {
	width: 240px;
	height: 240px;
	border: 3px solid #2775ad;
}

.single-post .post-header {
	margin: 40px 0 0 20px;
}

.ccfic {
	width: 380px;
	display: inline-block;
	padding: 5px;
	background: #fff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ccfic-source a {
	font-weight: 500;
	font-size: 11px;
}

.post-header h1.post-title {
	font-size: 22px;
	line-height: 24px;
	/* width: 240px; */
	/* text-align: left; */
	/* margin: 0 auto; */
}

.post-header h1.post-title a {
	color: #2775ad;
	text-decoration: none;
	font-weight: 600;
}

.post-header .entry-meta {
	color: #797676;
	font-size: 12px;
	margin-top: 6px;
	/* width: 240px; */
	/* text-align: left; */
	/* margin: 0 auto; */
}

.content-padder .clearfix:last-of-type {
	margin-bottom: 40px;
}

#nav-below {
	padding: 40px 5%;
}

.pager span.meta-nav {
	display: none;
}

.pager li > a {
	background: #F57C5E;
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	border: none;
}

.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background: #F57C5E;
}

body .addtoany_header {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #3B3B3B;
}

body .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
	text-align: center;
	margin: 40px 0;
}

body .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	height: 36px;
	line-height: 36px;
	width: 36px;
}

body .addtoany_list a:not(.addtoany_special_service) > span {
	border-radius: 40px;
	display: inline-block;
	opacity: 1;
	padding: 5px;
}

body .a2a_svg.a2a_s__default {
	background: #2775AD !important;
}

.panel-default > .panel-heading {
	background: none;
	border: none;
}

.media-body-wrap.panel.panel-default {
	border: none;
	box-shadow: none;
}

.panel-heading, .comment-content.panel-body, .comment-meta {
	padding: 0 15px;
}

body h5.media-heading {
	color: #797676;
	font-weight: 500;
	font-size: 14px;
}

body .comment-content.panel-body p {
	color: #3B3B3B;
	font-size: 14px;
}

body .comment-meta {
	color: #797676;
	font-size: 10px;
}

#respond {
	background: #6ACAC3;
	padding: 30px 8%;
}

#respond h3 {
	color: #FFF;
	max-width: 978px;
	margin: 0 auto;
}

#commentform {
	color: #2E7D77;
	max-width: 978px;
	margin: 0 auto;
}

.comment-form-author, .comment-form-email {
	float: left;
	width: 50%;
}
#author, #email {
	width: 100%;
}
.comment-form-author {
	padding-right: 10px;
}
.comment-form-email {
	padding-left: 10px;
}


.comment-form-url, #commentform label {
	display: none;
}

.bottombar.promo {
	background: #6ACAC3;
	color: #FFFFFF;
	padding: 40px 8%;
	text-align: center;
}

.bottombar.promo h2 {
	color: #FFFFFF;
}

.bottombar.promo .widget-content {
	margin-bottom: 0;
	max-width: 1440px;
	display: inline-block;
	text-align: left;
}

.text-promo-join {
	margin-right: 200px;
}

.button-promo-join {
	background: #2AAAE1;
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	float: right;
	margin-top: -50px;
}

.bottombar.socialfeeds {
	background: #BFE5F6;
	color: #2BAAE1;
	padding: 20px;
	text-align: center;
	max-width: 1440px;
	display: inline-block;
}

.row.socialfeeds {
	background: #BFE5F6;
}

.bottombar.socialfeeds .widget-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #2775AD;
	background: #95D4F0;
	margin: 0;
	padding: 10px;
}

.bottombar.socialfeeds .textwidget {
	height: 500px;
	overflow: auto;
	background: #FFFFFF;
	padding: 20px;
}

.bottombar.socialfeeds .textwidget h1 {
	display: none;
}

/* The emerging W3C standard
   that is currently Firefox-only */
.bottombar.socialfeeds {
  scrollbar-width: auto;
  scrollbar-color: #2AAAE1 #95D4F0;
}

/* Works on Chrome/Edge/Safari */
.bottombar.socialfeeds ::-webkit-scrollbar {
  width: 20px;
}
.bottombar.socialfeeds ::-webkit-scrollbar-track {
  background: #95D4F0;
}
.bottombar.socialfeeds ::-webkit-scrollbar-thumb {
  background-color: #2AAAE1;
  border-radius: 20px;
  border: 5px solid #95D4F0;
}

/* breakpoint sticky posts */

@media (max-width: 991px) {

	.hentry.sticky .page-title a, .single-post .post-sticky .page-title a, .post-sticky .entry-meta {
		color: #2775ad;
	}

	.hentry.sticky .page-header {
		padding: 0 10%;
	}

	.single-post .post-content.row {
		/* padding: 0 60px 20px; */
		margin: 0;
		padding: 0 10%;
	}

	.single-post .post-sticky .entry-tags {
		display: none;
	}

	body .row.featured-banner {
		display: flex;
		flex-direction: column-reverse;
	}

	body .row.featured-banner .page-header.col-md-7 {
		flex: 2;
		margin-bottom: 0;
	}

	.col-md-3.logo {
		text-align: center;
		margin-top: 20px;
	}

}


/* breakpoint sm columns */
@media (max-width: 768px) {


	.navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}

	.nav > li > a:hover, .nav > li > a:focus {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: inset 0 none;
	}
	.nav > li > a:hover {
		background: #26ace2;
	}
	.nav > li > a:focus {
		background: #227ea3;
	}

	.navbar li > a {
		text-align: center;
	}

	.text-promo-join {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.button-promo-join {
		margin-top: 0;
	}

	footer.main_footer {
		margin: 0;
	}

	footer.main_footer .footer_content ul {
		text-align: center;
	}

	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_links_container li.footer-title {
		margin-bottom: 20px;
	}

	.footer_links_container li {
		text-align: center;
	}

	.public_nav_search {
		text-align: center;
		float: unset;
		margin-bottom: 20px;
	}

	.single-post .crp_related li {
		width: 100%;
	}

}

/* breakpoint sm columns */
@media (max-width: 480px) {

	#public_actions {
		display: none;
	}

	.post-sticky {
		background-size: 100% 30%;
	}

	.hentry.sticky .featured-image img, .single-post .hentry .featured-image img {
		max-width: 70%;
		height: auto;
	}

}

/* Hide notice of allowed HTML tags when commenting */
.form-allowed-tags {
	display: none;
	}
.alert-info {
	display: none;
	}

/* Styles for 3Play plugin skin */
.p3-transcript-container .p3-transcript-main p.current_paragraph .tracked_word {
	color: #26ace2
	}

/* Removing border on image caption */
.wp-caption {
	border: none;
    margin-bottom: 4px;
}

/* CSS for modals from marketing website */
#signpost_modal_sign_up .modal-content, #signpost_modal_sign_in .modal-content {
 max-width:400px;
 margin-right:auto;
 margin-left:auto
}
#signpost_modal_sign_up .modal-content .modal-title, #signpost_modal_sign_in  .modal-content .modal-title {
 color:#f0891b
}
.modal_header_box {
 background:#227ea3;
 padding:20px;
 border-radius:4px;
 margin-bottom:10px
}
.modal_header_box h4 {
 color:#FFFFFF;
 margin-bottom:15px
}
.modal_header_box ul li,
.modal_header_box p {
 color:#FFFFFF
}
.modal_header_box ul li a {
 color:#FFFFFF;
 text-decoration:underline
}
