/*
 Theme Name:     Brazil Child
 Theme URI:      http://webnus.biz/themes/brazil-wp/
 Description:    Brazil Child Theme
 Author:         WEBNUS
 Author URI:     http://themeforest.net/user/WEBNUS
 Template:       brazil-wp
 Version:        1.1.2
*/

@import url("../brazil-wp/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.button {
	background: none repeat scroll 0 0 #e30026;
}

#headline h3 {
	color: #e30026
}

.mex-title {
	color: #e30026
}

.h2 {
	color: #e30026
}

@media only screen and (min-width: 768px) {

	#header.sticky #nav-wrap .container {
	       padding: 0 10px 0 300px;

	}

}

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

	.flags {
		display: none;
	}

}

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

	.globe {
		display: none;
	}
	
@media only screen and (max-width: 767px) {
	#header.sm-rgt-mn #menu-icon {	
		margin-top: 0px;
	
	}	
	
	#header.sm-rgt-mn .nav-wrap2 {
		margin-top: -65px;
	}
	
	#header.sm-rgt-mn #menu-icon {
		margin-top: 0px;
	}
}	

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

	.flags {
		display: none;
	}
	
	.globe {
		display: inline-block;
		padding: 1em !important;
		z-index: 999999999;
	}
	
}