/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/*header*/
.av_minimal_header #header_main_alternate {
	background:#fff;
	padding:20px 0px !important;
}
.logo img {
	margin-top:25px;
}
/*nav*/
nav.main_menu {
	margin-right: 0!important;
	margin-left: 0!important;
}
#top #header .av-main-nav > li {
	padding-left: 15px;
	padding-right: 15px;
}
.av-main-nav-wrap, .main_menu {
	width: 100% !important;
}
a.learnmore {
	width:236px;
	height:37px;
	background-image:url('/wp-content/uploads/2023/06/Learn_more_off.png');
	background-repeat:no-repeat;
	float:right;
	display:block;
	margin-top:40px;
}
a.learnmore:hover {
	width:236px;
	height:37px;
	background-image:url('/wp-content/uploads/2023/06/Learn_more_on.png');
	background-repeat:no-repeat;
	float:right;
	display:block;
	margin-top:40px;
	transition: all 0.4s ease-in-out;
}
a.contact_page {
	width:236px;
	height:37px;
	background-image:url('/wp-content/uploads/2023/06/contactus_off.png');
	background-repeat:no-repeat;
	float:right;
	display:block;
	margin-top:40px;
}
a.contact_page:hover {
	width:236px;
	height:37px;
	background-image:url('/wp-content/uploads/2023/06/contactus_on.png');
	background-repeat:no-repeat;
	float:right;
	display:block;
	margin-top:40px;
	transition: all 0.4s ease-in-out;
}
/*text*/
h1, h2, h3, h4, h5, h6 {
	text-transform:none !important;
}
#content_pages h1 {
	font-size:40px;
}
/*contact*/
#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
	border-color:#000;
}
/*socket*/
#socket .copyright {
	font-size:16px;
}
/*responsive*/
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
	background-color:#fff;
}
@media only screen and (max-width: 1024px){
	#top #header .av-main-nav > li {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media only screen and (max-width: 990px){
	.responsive #top #wrap_all .main_menu {
		left:80% !important;
	}
	.responsive .logo img {
		padding:7px;
	}
}
