/*
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:*/

#line {min-height:18px !Important;}

#header .widget{
      right: 44%;
    padding-top: 0;
    position: absolute;
    top: 20px;
    transform: translate(50%);
z-index:999;
	width:32%;
}

poppy{
    background-color: #E50D2E;
    color: #ffffff;
	font-size:24px;
	font-weight:bold;
    border-color: #E50D2E;
	padding:20px;
}

poppy:hover{
	background-color: #d30826;
}

.av-main-nav > li > a{padding:0 24px !important;}

#header .widget #box1{float:left;text-align:left;}
#header .widget #box2{float:right;text-align:right;}
#header .widget #box2 h4{margin-bottom:35px !important;}

@media only screen and (max-width: 1699px){
	#header .widget{width:38%;}
}


@media only screen and (max-width: 1489px){
	#header .widget{width:42%;right: 30%;}
}

@media only screen and (max-width: 1340px){
	#header .widget{width:46%;right: 35%;}
}

@media only screen and (max-width: 1241px){
	#header .widget{width:50%;}
}

@media only screen and (max-width: 1121px){
	#header .widget{width:50%;}
	#header .widget #box2 h4{font-size:16px !Important;}
}

@media only screen and (max-width: 1041px){
	#header .widget{width:52%;}
}

@media only screen and (max-width: 989px){
	#header .widget #box1, #box2 h2, #box2 h4{display:none !Important;}
	poppy{
	font-size:18px;
	padding:14px;
}
	#header .widget{
      right: 44%;
    top: 30px;
		width:auto;
}
}

@media only screen and (max-width: 989px){#header .widget{display:none;}}