/*
Theme Name:     Vlog Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Vlog theme
Author:         meks
Author URI:     http://mekshq.com
Template:       vlog
Version:        0.1.0
*/

.promo_slider {
	height:auto !important;
	min-height: 165px !important;
}
.vlog-module .entry-image img {
	margin: 0 auto !important;
	display: block;
	max-height:173px !important;
}
.vlog-module .entry-image a {
	background: #000;
}
.post-406 .bawpvc-ajax-counter {
	display:none;
}
.ctct-embed-signup button {
	background-color: #cc0000;
	font-size: 12px;
	padding: 14px 27px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: none;
	line-height: 1;
}
#mobile-ad {
	display:none;
}

@media (max-width:1271px) {
	.vlog-site-header img.vlog-logo {
		max-width: 600px;
	}
	.vlog-header-bottom {
		height:auto;
	}
	.vlog-header-bottom .vlog-slot-l,
	.vlog-header-bottom .vlog-slot-r {
		position:static;
		display:block;
		text-align:center;
	}
	.vlog-header-bottom .vlog-slot-r .vlog-actions-button>span {
		padding: 0 16px 17px;
	}
}
@media (max-width:991px) {
	#mobile-ad {
		padding-top:50px;
		display:block;
	}
	#mobile-ad .vlog-ad {
		margin-bottom:0;
		width:auto;
		max-width:970px;
	}
	#mobile-ad .vlog-ad.hidden-xs {
		display:block !important;
	}
}
@media (max-width:990px) {
	#content.vlog-site-content {
		padding-top:0;
	}
}
@media (max-width:767px) {
	#content.vlog-site-content {
		margin-top:0;
	}
}
@media (max-width:700px) {
	.col-sm-4 {
		width:50%;
	}
}
@media (max-width:549px) {
	.col-sm-4,
	.col-sm-6 {
		width:100%;
	}
	.vlog-responsive-header {
		padding-top:38px;
		height:auto;
	}
	.vlog-responsive-header .dl-menuwrapper {
		top: 96px;
	}
	.vlog-responsive-header .dl-menuwrapper button.dl-trigger {
		top: -90px;
	}
	.vlog-module .entry-image img {
		max-height:none !important;
	}
	#mobile-ad {
		padding-top:80px;
	}
}