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

#header .widget{
      right: 31%;
    padding:0;
    position: absolute;
    top: 40px;
    transform: translate(50%);
text-align:right;
z-index:999;
}

#header .widget h2 {
font-size: 24px;
}

#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
    line-height: 200px !important;
}


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

#header .widget h2 {
	font-size: 20px;
	}
}


@media only screen and (max-width: 840px) {
	#header .widget h2 {
	font-size: 16px;
	}
}

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

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

/* FIX FORMINATORA AND THEME COLLISIONS */
input[type='text'],
input[type='email'],
input[type='number'],
input[type='text']
{
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 16px !important;
        color: black !important
}
textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        min-height: 100px !important;
        color: black !important;
}
.forminator-col #submit {
        background: none !important;
        margin: 0px !important;
        padding: 0px !important;
}
.forminator-col #submit > button {
        width: 100% !important;
        padding-top: 16px;
        padding-bottom: 16px;
	background: #488ebd;
}

.forminator-col #submit > button:hover {
	background: #0f74bc;
}

