/*
Theme Name: Bridge Child - Frontend
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme. This one enables the Visual Composer Frontend Editor
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Dark Blue  #003359 */

/*
  #################################################
	Header
  #################################################
*/
	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
		text-decoration: none;
	}
	nav.mobile_menu .menu-item.active .current span:first-of-type:after {
		background-color: inherit;
	}
	
/*
  #################################################
	Radio Show
  #################################################
*/
	body.post-type-archive-radio_shows .blog_holder article {
		border-top: 1px solid #dfdfdf;
		margin: 0 0 25px;
		padding-top: 25px;
	}
	.blog_holder.blog_single article.type-radio_shows {
		margin-bottom: 30px;
	}
	@media only screen and (max-width: 480px) {
		.blog_holder.blog_single article.type-radio_shows h2 {
			font-size: 24px;
		}
		.blog_holder.blog_single article.type-radio_shows .post_info {
			display: none;
		}
		.blog_holder.blog_single article.type-radio_shows .post_info+p {
			margin-top: 0;
		}
	}
	.radio-show-player-wrapper {
		border: 2px solid #003359;
		display: flex;
		max-width: 500px;
		padding-right:5px;
	}
	.radio-show_download{
		display: none;
	}
	@media only screen and (min-width: 600px) {
		.radio-show_download{
			display: block;
			background-color: rgb(255, 255, 255);
			height:40px;
		}
		.radio-show_download button {
			background-color: rgb(255, 255, 255);
			border:none;
			padding-left:5px;
			padding-top: 8px;
		}
		.radio-show_download i {
			color: #000000;
			font-size:18px;
			margin-top: 2px;
		}
	}	
	h4.radio-show_intro {
		font-size: 17px;
		margin-bottom: 15px;
	}
	/* Archive Page */
	body.post-type-archive-radio_shows .entry_date,
	body.single-radio_shows .entry_date,
	body.post-type-archive-radio_shows .post_info,
	body.single-radio_shows .post_info {
		display: none;
	}
	@media only screen and (max-width: 375px) {
		.mejs-controls div.mejs-time-rail {
			width: 120px !important;
		}
	}
	
	
/*
  #################################################
	Limited Time Offers
  #################################################
*/
	/* Homepage - Featured Offers */
		.lto_col {
			margin: 20px 0;
		}
		@media only screen and (min-width: 768px) {
			.lto_col {
				margin: 20px 10px;
			}
		}
		
		.lto_col:first-child {
			margin-left: 0;
		}
		.lto_outer {

		}
		.lto_top {
			position: relative;
			margin-bottom: 50px;
		}
		.lto_title {
			/*position: absolute;
			bottom: 0;*/
		}
		.lto_title h4 {
			color: #ffffff;
			margin: 0 0 20px;
			padding-bottom: 20px;
			text-align: center;
		}
		@media only screen and (max-width: 767px) {
			.lto_top {
				height: 135px;
				position: relative;
			}
		}
		@media only screen and (min-width: 768px) {
			.lto-side-gutter {
				display: none;
			}
			.lto-offers .vc_col-sm-4 {
				width: 45% !important;
			}
			.lto_top {
				/*height: 160px;
				position: relative;*/
			}
		}
		@media only screen and (min-width: 960px) {
			.lto_top {
				height: 135px;
			}
			.lto-offers .vc_col-sm-4 {
				width: 50% !important;
			}
		}
		@media only screen and (min-width: 1020px) {
			.lto-offers .vc_col-sm-4 {
				width: 45% !important;
			}
		}
		.lto_logo {
			text-align: center;
			width: 100%;
		}
		.lto_logo img {
			height: 100px;
		}
		.lto_title {
			text-align:center;
			width:100%;
		}
		.lto_thumbnail {
			transition: background-color 0.5s;
			position: relative;
			width: 100%;
			min-height: 300px;

		}
		.lto_thumbnail:hover {
			background-color: rgba(0%, 20%, 35%, 0.5) !important;
		}
		.lto_thumbnail:hover .lto_hover {
			display: block;
		}
		.lto_thumbnail:before {
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			background-color: inherit;
			content: ' ';
		}
		.lto_thumbnail .lto_hover {
			display: none;
			overflow: hidden;
			position: absolute;
			left: 0;
			bottom: -300px;
			width: 100%;
			transition: all 1s ease-in;
		}
		.lto_thumbnail:hover .lto_hover {
			top: 60%;
		}
		.lto_btn .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline{
			font-size: 12px;
			text-transform: uppercase;
		}
		.lto_expiration {
			color: #ffffff;
			text-align: center;
		}

	/* Title Area On Single LTO */
		.lto_single-title {
			margin-bottom: 30px !important;
		}
		.title_supplier-logo {
			max-width: 300px;
			text-align: center;
			margin: auto;
			padding: 15px;
		}
		.title_expiration-date {
			color: #ffffff;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
		}

	body.single-limited_time_offer .blog_holder {
		margin-bottom: 60px;
	}

	/* Limited Time Offer Archive Page */
		body.post-type-archive-limited_time_offer .content .container{
			background: #003359;
		}
		.lto-archive-grid {
			clear: both;
			margin-top: 60px !important;
			margin-bottom: 60px !important;
		}
		.lto-archive-grid .lto_wrapper {
			overflow: hidden;
			margin-bottom: 40px;
		}
	/* Featured Agent */
		.lto_featured_agent {
			padding: 50px 0;
		}
		.lto_featured_agent ul.agent-list {
			margin-top: 0;
		}
	

/*
  #################################################
	Blog - Post Grid
  #################################################
*/
	.o2dca-grid-post-image.vc_gitem-col {
		padding: 0;
	}
	.o2dca-grid-post-content {
		background-color: #003359;
		height: 100px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.o2dca-grid-post-content .o2dca-post-title {
		margin-bottom: 0;
		padding-top: 20px;
	}
	.o2dca-grid-post-content .o2dca-post-title h5 {
		font-size: 12px;
		text-align: center;
	}
	.o2dca-grid-post-content .o2dca-post-title h5 a {
		color: #ffffff;
		text-decoration: none;
	}
	.o2dca-grid-post-content .o2dca-post-title h5 a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.o2dca-grid-post-content .o2dca-post-date {
		color: #ffffff;
		font-weight: 300;
	}
	.o2dca-blog-grid .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline{
		color: #003359;
		border-color: #003359;
		background-color: transparent;
		font-weight: 700;
		padding: 13px 35px;
	}
	.o2dca-blog-grid .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
		color: #ffffff;
		border-color: #003359;
		background-color: #003359;
		font-weight: 700;
	}
	body.page-id-28 .vc_gitem-zone-a .vc_gitem-row-position-top,
	body.page-id-28 .vc_gitem-zone-b .vc_gitem-row-position-top {
		top: 8px;
	}

	/*
	  #################################################
		Single Post
	  #################################################
	*/
		.blog_holder.single_image_title_post article .post_image {
			-webkit-transform: scale(1.1);
					transform: scale(1.1);
		}
		.blog_holder.single_image_title_post article .post_image::before {
			left: 0;
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			background: inherit;
			filter: blur(10px);
			-moz-filter: blur(10px);
			-webkit-filter: blur(10px);
			-o-filter: blur(10px);
		} 
		.blog_holder.single_image_title_post article .post_category {
			display: none;
		}
		.single_image_title_post .post_info .post_author,
		.single_image_title_post .post_info .post_comments,
		.single_image_title_post .post_info .blog_like,
		.single_image_title_post .post_info .vertical_separator {
			display: none;
		}
		.single_image_title_post .vertical-line {
			display: none;
		}
		@media only screen and (min-width: 960px) {
			.single_image_title_post .vertical-line {
				display: block;
				top: 90px;
			}
		}
		@media only screen and (max-width: 400px) {
			.blog_holder.single_image_title_post article .post_info {
				display: block;
			}
			.blog_holder.single_image_title_post article .itp_post_text .post_text_inner {
				padding-top: 0px;
			}
			.vc_column-inner.mobile {
				padding-right: 40px;
			}
		}

		.o2-more-articles {

		}
		.o2-more-articles h2 {
			text-align: center;
			text-transform: none;
		}
		.o2-more-articles .o2-post {
			width:400px;
		}
		.o2-more-articles .o2-post a {
			color: #ffffff;
			text-align: center;
			text-decoration: none;
		}
		.o2-more-articles .o2-post a:hover {
			text-decoration: underline;
		}
		.o2-post-details {
			background-color: #003359;
			padding: 20px 15px;
			height: 100px;
			display: flex;
			justify-content: center;
			flex-direction: column;
			text-align: center;
		}
		.o2-post-image {
			width: auto;
			height: 300px;
		}
		.o2-more-articles .o2-post .o2-post-nav{
			display: block;
			color: #003359;
			font-family: 'Playfair Display', sans-serif;
			font-size: 22px;
			font-weight: 600;
			margin-top: 20px;
			text-decoration: underline;
			text-align: left;
		}
		.o2-more-articles .o2-post .o2-post-nav:hover {
			text-decoration: none;
		}
		.o2-more-articles .o2-post .o2-post-nav.next {
			text-align: right;
		}
		
		
img[alt*="google_maps_pin"] {
  width:200px !important;
}
		
/*
  #################################################
	Footer
  #################################################
*/
	.column1.footer_col1 .column_inner {
		text-align: center;
	}

	.footer-mid-left {
		text-align: center;
	}
	.footer-mid-right {
		margin-top: 35px;
		padding-left: 30px;
		text-align: center;
	}
	.footer-mid-right span {
		margin-right: 10px;
	}
	@media only screen and (min-width: 768px) {
		.footer-mid-left {
			padding-right: 30px;
			text-align: right;
		}
		.footer-mid-right {
			margin-top: 0;
			padding-left: 30px;
			text-align: left;
		}
		.footer-mid-right span {
			display: block;
			margin-right: 10px;
		}
	}
	
	