/*
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.5
*/
 
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BebasNeue/BebasNeue-webfont.woff') format('woff'),
		 url('fonts/BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
		 url('fonts/BebasNeue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body.custom-font-enabled, h1, h2, h3, h4, h5, h6{
	font-family: 'Helvetica Neue', 'Noto Sans Ethiopic', 'Noto Kufi Arabic', Arial, Verdana, sans-serif;
}

body.custom-font-enabled p, body.custom-font-enabled ul li, .widget ul li, .slide-excerpt, p{
	font-size: 14px;
}

.single-post h1.entry-title, .flex-caption h2{
	font-family: BebasNeueRegular, arial, Georgia, serif;
}

.flex-caption h2{
	font-size: 28px;
}

.section, h4.sba_title, .sbb_title, .sbc_title{
	    font-size: 16px;
}

.primary-nav, #responsive-menu{
	background-color: #f44336;
	width: 100%;
	border-bottom: 2px solid #0099cc;
}

.primary .wrap{
	width: 100%
}

.content{
	margin-left: 0;
	width: 48.9166%
}

.primary-nav li ul{
	padding: 0;
}

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

.primary-nav li ul li:hover > a {
    color: #fff;
    background: #f44336;
}

ul.footer-links{
	list-style: none;
	display: flex;
}

ul.footer-links li{
	padding: 0 5px;
}

.notes_left{
	width: 41%;
}

.notes_right{
	width: 55%;
}

.widget_block h4, h4.sba_title, .sbb_title, .sbc_title, .section, h4.sba_title, .sbb_title, .sbc_title{
	color: #424242;
	font-family: BebasNeueRegular, arial, Georgia, serif;
	font-size: 20px;
}

.widget_block h4:after, h4.sba_title:after, .sbb_title:after, .sbc_title:after{
	content: "";
    width: 24px;
    height: 2px;
    display: block;
    background: #f44336;
    margin: 8px 0;
}

.page_titles{
	display: none;
}

table.links-table {
    display: none;
}

.toggle-icon span{
	background: #fff;
}

a, .entry-meta a, .widget .entry-meta a, p.dsq-widget-meta, .notes_left, .footer a, .meta-box a, .meta-box span, ul.grid_list li a:hover, .widget ul a:hover, .widget ul li.current-menu-item > a, span.rss-date{
	color: #f44336;
}

.scroll-to-top a{
	background-color: #f44336;
}

.scroll-to-top a:hover{
	background-color: rgba(244, 67, 54, 0.6);
}

button, a.button, input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: rgba(244, 67, 54, 0.6);
}

button:hover, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background-color: #f44336;
}

.wp-block-search__button{
	margin-top: 0;
	background-color: rgba(244, 67, 54, 0.6);
	border: 0;
	color: #fff;
}

p.single_post_video{
    position: relative;
}

p.single_post_video a{
    position: absolute;
   display: block;
   background: url('youtube_icon.png');
   background-repeat: no-repeat;
   height: 96px;
   width: 96px;
   top: 42%;
   left: 44%;
}