/*
Theme Name: Enfold Child
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:*/

/*
	COLORES
		
*/

body {font-size: 15px; font-weight: 300 !important;}
#header_meta ul.avia_wpml_language_switch {
display: none;
}

h2 {text-transform: none !important;}

.av_promobox {margin: 30px 0; border-width: 3px;}
.avia-promocontent p {color: #fff !important; font-size: 22px !important;}
.avia-promocontent strong {color: #fff !important;font-size: 26px !important;}

.politica-txt {font-size: 13px; font-style: italic;}

#footer #text-6 img {float: left; margin-right: 5px;}



/*	SIDEBARS	*/



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	
}
	

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

	.av-logo-container .logo img {width: 200px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}
	
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
}
