/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 07:14:01 */
/* ----- GENERAL ----- */ 
a {outline: none !important;}
.disnone {display: none !important;}
.mt15{
	margin-top:15px !important;
}

/* ----- HEADER ----- */ 




/* ----- MENU ----- */ 
.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after{
	color: #74B0B4;
}
#site-header.transparent-header {
  background-color: rgba(0,0,0,0.3);
}

.dropdown-menu .sub-menu {
    border-top: 2px solid #74B0B4;
}
.dropdown-menu .sub-menu, #searchform-dropdown, .current-shop-items-dropdown {
    background-color: rgba(0,0,0,0.9);
}
.dropdown-menu ul li a.menu-link, #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
    font-size: 13px;
}
.dropdown-menu ul li a.menu-link:hover{
	color: #74B0B4;
}
.dropdown-menu ul li a.menu-link {
    text-transform: none;
}
a.sidr-class-toggle-sidr-close i {
    vertical-align: baseline;
}

/* ----- REVIEW ----- */
.review{
	color: #ebe305;
}
.review-content{
	border: 3px solid #E9E9E9;
	padding: 30px;
}

.review-content summary{
	margin-top: 5px;
	cursor: pointer;
	color: #000;
    font-size: 13px;
}

.review-citation{
	font-size: 24px;
    font-weight: 800;
    margin: 0 8px;
	color: #d3d3d3;
}

/* ----- PRICE ----- */ 
span.price-item{
	width: 40%;
	display: inline-block;
	margin-right: 50px;
}



/* ----- FORM ----- */ 
#wpforms-form-558 input, #wpforms-form-558 textarea {
	background-color: #fff;
	border:0;
	font-size: 13px;
	color: #000;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 10px 0;
}
#wpforms-form-558 .btn-form{
	background-color: #EB8C3D!important; 
	padding: 15px 30px!important;
}
#wpforms-form-558 .btn-form:hover{
	background-color: #A55A1C !important;  
}
#wpforms-form-558 button[type="submit"]:after {
  content: "\f08b"; 
  font-family: "FontAwesome"; 
  margin-left: 15px;
}
.form a{
	color: #9b5115;
	text-decoration: underline;
}
.form a:hover{
	color: #763c0d;
	text-decoration: none;
}


/* ----- CONTACT ----- */ 

.contact-info a{
	color: #fff;
	text-decoration: underline;
}
.contact-info a:hover{
	color: #fff;
	text-decoration: none;
}

.contact-content .elementor-icon-box-title{
	display: block;
	color: #245F63 !important;
	font-size: 18px;
	margin-bottom: 30px !important;
	text-transform: uppercase;
	font-weight: 800;
}

.contact-content a:hover{
	text-decoration: none;
	color: #EB8C3D;
}
.contact-map{
	padding-left: 50px;
}

/* ----- COPYRIGHT ----- */ 

#copyright img{
	height:18px;
	margin-left: 5px;
}
#copyright .fa-solid{
	color: #e21361;
}


/* ----- MEDIA QUERIES ----- */

@media(max-width: 767px){
    .contact-map{
	   padding-left: 0;
    }
	#wpforms-form-558 .btn-form {
       width: 100%;
    }
	#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a     img {
       max-height: 80px;
    }
}