/*
 Theme Name: HealthyEnergetics
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template: Divi
 Version:      
 Tags:         
 Text Domain:  
*/

@import url("../Divi/style.css");

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: none !important;
border: 3px solid #eee !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 20px !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #4f7a97 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 18px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 20px;
padding: 6px 28px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 28px !important;
}


/*---------------------------RESPONSIVE---------------*/

@media only screen and ( min-width: 1025px ) and ( max-width: 1130px )
{
#logo {
	max-height: 70% !important;
}

#top-menu li {
	display: inline-block;
	padding-right: 10px !important;
	font-size: 13px !important;
}	
}

@media only screen and ( min-width: 981px ) and ( max-width: 1024px )
{
#logo {
	max-height: 70% !important;
}

#top-menu li {
	display: inline-block;
	padding-right: 12px !important;
	font-size: 11px !important;
}	
}


/*---------------------------RESPONSIVE---------------*/