/*
Theme Name:     Volt Child
Theme URI:      http://labs.saurabh-sharma.net/themes/volt/wp/
Description:    Child theme for the Volt theme
Author:         Saurabh Sharma
Author URI:     http://themeforest.net/user/SaurabhSharma
Template:       volt                             
Version:        3.9.3
*/
 
/*******************KALENDER*************************/
.ai1ec-agenda-widget-view .ai1ec-date, 
.ai1ec-agenda-view .ai1ec-date {
	background: none !important;
	border-top: none !important;
}
.timely {
	font-family: "PT Sans", sans-serif !important;

}
.ai1ec-agenda-widget-view .ai1ec-date-title, 
.ai1ec-agenda-view .ai1ec-date-title,
.ai1ec-agenda-widget-view .ai1ec-month, 
.ai1ec-agenda-view .ai1ec-month,
.ai1ec-agenda-widget-view .ai1ec-event > a,
.timely .ai1ec-btn-default,
.ai1ec-calendar-toolbar {
	border-radius: 0 !important;
	border: none !important;
}
.timely a,
.ai1ec-subscribe-dropdown.ai1ec-btn-xs > .ai1ec-subscribe {
	margin-top: 10px;
	background: none !important;
}
.ai1ec-subscribe-dropdown.ai1ec-btn-xs > .ai1ec-subscribe:hover,
.timely .ai1ec-btn-xs:hover,
.ai1ec-btn-group > .ai1ec-btn:first-child:hover {
	color: rgb(201,2,8);
	background: #FFF !important;
}
#ai1ec-calendar-view-container,
.ai1ec-agenda-widget-view .ai1ec-date-title {
	background: none !important;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
}
.primary-nav li ul li a {
	white-space: normal !important; 
	color: #424242;
	font-size: 14px;
	line-height: 1.7142857;
	font-weight: 500;
	text-decoration: none !important;
	background: none !important;
}
.nav-menu > li > a {
	font-family: 'Lato', sans-serif;
}
.primary-nav li ul {
	width: 280px;
}
ul {
font-family: 'Ovo', serif;
font-size: 12pt;
}
/**************** HEADER *********************/
.brand {
display: none;
}
.header,
.primary-nav {
	width: 98%;
	margin: auto;
}

.header_widget_area {
max-width: 100% !important;
margin: 0;
}
.header .wrap {
	padding-top: 0 !important;
}
.hwa_wrap {
padding-bottom: 0;
}
.header-slim .brand {
	width: 20%!important;
}

.header_widget_area {
	float: none;	
}
.header_widget_area img {
	margin: auto;
}
.post-thumb img {
	width: 100%;
}
body {
	background-color: #eee !important;
}
body.custom-background,
.top-nav,
.container {
	background-color: #eee !important;
	max-width: 1200px !important;
}
.sidebar1 {
	width: 29%;
	margin: 0 auto;
}
.top-nav {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.secondary-nav {
	max-width: 66%;
}
.widget,
.content_medium,
.header .wrap {
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.content_medium {
	padding: 2%;
	margin-left: 0;
	margin-right: 2%;
}
.widget {
	padding: 6%;
	margin: 0 auto 4% auto;
}
.top-nav .wrap {
	max-width: 1170px;
}
.header-container {
	max-width: 1180px;
}
.one_fourth {
	width: 47% !important;
	margin: 0 1.2%;
}
.wrap {
	width: 100%;
}
.footer {
	width: 97%;
	margin: auto;
}

/****************RESPONSIVE*************************/
@media only screen and (max-width: 768px) {
	ul#menu-top-menu-3 {display: none;}
	
}
@media only screen and (max-width: 600px) {
	.content_medium .half {width: 100% !important;}
	.column {width: 97.9166% !important;}
}

