@charset "UTF-8";
/*
Theme Name: ESPRESSO - Child
Theme URI: http://envirra.com/themes/espresso
Author: envirra
Author URI: http://themeforest.net/user/envirra?ref=envirra
Description: Magazine WordPress Theme
Version: 1.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html‎
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
Text Domain: envirra
Template: espresso
*/


.footer-ad{
	text-align: center;
}

 .vw-post-style-small-left-thumbnail .vw-post-box-thumbnail .wp-post-image{
	width: 85px;
}

.vwspc-content-column .g-2 .g-single{
	text-align: center;
}

.widget_adrotate_widgets img{
	width: 100%;
}

.vw-logo-wrapper{
	width: 350px;
	display: inline-block;
	float: left;
}

.vw-logo-wrapper img{
	width: 340px;
	height: auto;
}

.vw-site-header-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-ad{
	overflow: hidden;
	width: auto;
	padding-top: 23px;
	padding-bottom: 23px;
}

.header-ad .g{
	float: right;
	margin-top: 0;
}
.vw-post-style-slide-large-carousel .vw-post-box-thumbnail img{
	height: 260px;
	width: auto;
}

aside.vw-footer-sidebar-1{
	padding-right: 0;
}

ul#menu-footer-menu{
	margin-top: 0;
	list-style: none;
}

.vw-footer-sidebar h3{
	font-size: 15px;
}

.vw-footer-sidebar .footer-logo img{
	width: 250px;
	height: auto;
}

.my-calendar-date-switcher select,
.my-calendar-date-switcher select option,
.my-calendar-date-switcher input{
	/*line-height: 20px;*/
	height: 23px;
	border-radius: 5px;
	font-size: 11.2px;
}

.my-calendar-date-switcher input[type=submit]{
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 11.2px !important;
	line-height: 1px;
	height: 23px;
	border: none;
}

.my-calendar-date-switcher form>div{
	position: relative;
	top: -1px;
}

.vw-post-content >p img{
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

li.menu-item-search{
	display: none;
}


@media only screen and (max-width : 1200px) {
	.vw-menu-location-main .main-menu-link{
		font-size: 14px !important;
	}

	.vw-logo-wrapper{
		width: 300px;
		display: inline-block;
		float: left;
		margin-right: 8px;
	}

}

@media only screen and (max-width: 1023px) {
	
	aside.vw-footer-sidebar-1{
		padding-right: 15px;
	}

	ul#menu-footer-menu{
		padding-left: 0;
	}

	.header-ad{
		display: none;
	}


/*	.vw-logo-wrapper img{
		width: 75%;
		height: auto;
	}*/

	.vw-mobile-nav-button-wrapper{
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.vw-menu-main-inner{
		display: none;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets{
		width: 48%;
		display: inline-block;
		margin-right: 1%;
		padding-top: 48%;
	  box-sizing: border-box;
	  position: relative;

	}
	.home .vw-sticky-sidebar .widget_adrotate_widgets .g{
		position: absolute;
		top: 0;
		left: 0;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets div{
		width: 100%;
		height: 100%;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets .g img{
		height: 100%;
	}

	
}

@media only screen and (max-width : 767px) {

	.gallery-caption{
		display: none;
	}

	.vw-breaking-news-bar{
		display: none;
	}

	li.menu-item-search{
		display: block;
	}	

	li.menu-item-search input[type="text"]{
		color: #333;
		width: 75%;
		padding-left: 20px;
	}	

	li.menu-item-search input[type="submit"]{
		margin: 0;

	}
	
	.vw-logo-wrapper{
		max-width: 100%;
	}
	
	.vw-logo-wrapper img{
		max-width: 100%;
		height: auto;
	}

}

@media only screen and (max-width : 400px) {

	.home .vw-sticky-sidebar .widget_adrotate_widgets{
		width: 100%;
		display: block;
		margin-right: 0;
		padding-top: 0;
	  box-sizing: border-box;
	  position: relative;

	}
	.home .vw-sticky-sidebar .widget_adrotate_widgets .g{
		position: relative;
		top: 0;
		left: 0;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets div{
		width: 100%;
		height: auto;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets a{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	.home .vw-sticky-sidebar .widget_adrotate_widgets .g img{
		height: auto;
	}

	.header-ad{
		display: none;
	}
}


@media only screen and (min-width : 768px) {
	.vw-sidebar-position-right .vw-page-content, .vw-sidebar-position-left .vw-page-content{
		width: 75%;
	}

	.vw-sidebar-position-right .vw-page-sidebar, .vw-sidebar-position-left .vw-page-sidebar{
		width: 25%;
	}
}