/*
Theme Name: Vydnokolo
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
font-family: 'Montserrat', sans-serif;
}
h3.av-special-heading-tag {
	color: #5feb3b !important;
	text-shadow: 0 0 10px #000 !important;
}
.wpcf7-form input {
	margin-bottom: 0px !important;
}
.wpcf7-form input.wpcf7-submit {
	margin-top: 15px !important;
}
h5.av-special-heading-tag {
	color: #178A00 !important;
}

#who div.container {
	padding-top: 0px !important;
}
.sidebar_left {
	text-align: left !important;
}
#who {
	padding-bottom: 4px !important;
	background-color: #111111 !important;
}
.fa-white {
	color: #ffffff !important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	#top #wrap_all .av-inherit-size .av-special-heading-tag {
    	font-size: 0.4em !important;
	}	
	.avia-section-huge .content,  .avia-section-huge .sidebar { 
		padding-top: 40px; 
		padding-bottom: 40px;
	}

	#who {
		display: none !important;
	}
	body .container_wrap .hr.avia-builder-el-last, 
	body .container_wrap .hr.avia-builder-el-first {
		    margin: 0 !important;
	}
}