/*
Theme Name:     Molteni
Template:       engic
Version:        1.0
*/

/**
 * Modifiche box in visualizazione mobile
 */
.eut-isotope.eut-with-gap .eut-isotope-item {
    margin-bottom: 10px !important;
}

.eut-isotope .eut-title{
	color: #303030;
	font-weight: 600;
}

.pull-to-right{
	float: right;
}

/**
 * Modifiche header
 */
#eut-header #eut-inner-header.eut-fullwidth .eut-container{
	padding-left: 0;
}

/**
 * Modifiche footer
 */
#eut-footer ul{
    list-style: none;
    margin: 0;
}
#eut-footer-area{
	padding-top: 120px !important;
}

/**
 * Box home
 */
.first-cont-col > .eut-element{
	max-width: 610px !important;
	margin-left: auto;
	right: 0;
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.first-cont-col{
	right: 0 !important;
	padding-right: 0 !important;
}

.second-cont-col > .eut-element{
	max-width: 610px !important;
	margin-right: auto;
	left: 0;
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.second-cont-col{
	left: 0 !important;
	padding-left: 0 !important;
}

.eut-carousel-navigation[data-navigation-type="1"].eut-dark .eut-carousel-buttons div{
	color: #8e734f;
}
.eut-carousel-navigation[data-navigation-type="1"].eut-dark .eut-carousel-buttons div:hover{
	color: #fff;
}

/* =============================================================================
 Molteni Single Portfolio
============================================================================= */

.msp_item_container {
	width: 100%;
	overflow: hidden;
}
.msp_item_inner {
	background-color: #000;
	width: 100%;
	height: 241px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-webkit-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	position: relative;
}
.msp_item_inner:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
}

.msp_layer {
	display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.msp_text {
	display: block;
	text-align: center;
	color: #fff;
	font-size:14px !important;
	font-weight: 400;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*JOBINFORMATICA 21092017*/
h1, h2, h3, h4, h5, h6 {
	color: #b58d52 !important;
	font-family: Raleway !important;
}

.box-grey-text, .box-grey-slide {
	background-color: #ededed;
	min-height:473px;
}

.box-grey-slide {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: space-between;
	-webkit-justify-content: space-between;

}
.no-padding, .no-padding p{
	padding: 0 !important;
}

.box-white{
	background-color: #ffffff;
	min-height:350px;
}

.box-grey-text h2, .box-grey-text h1{
	padding-left: 0 !important;
	padding-top: 20%;
	color: #b58d52 !important;
	text-align: left !important;
}

.box-grey-text p{
	padding-bottom: 20%;
}
.box-grey-text h2, .box-grey-text p {
	padding-right: 10%;
}

.box-white .eut-element.eut-text {
	padding-top: 40px;
}

.box-grey-text .eut-container .eut-section {
	margin-bottom: 0;
}

.gold {
	color: #b58d52 !important;
	text-decoration: underline;
}

.box-knobs,.box-dekton {

}

.box-knobs  img{
	background-color: #ededed;
}

.box-knobs .eut-element , .box-dekton .eut-element{
	margin: 0;
}

.box-knobs p , .box-dekton p{
	background-color: #ffffff;
	padding-top: 5%;
	padding-left: 5%;
}

.row-no-margin {
	margin-bottom: 0 !important;
}
#eut-main-content h2 {
	padding-left: 0 !important;
}

#eut-header.eut-default #eut-inner-header, #eut-header.eut-default[data-sticky-header='shrink'] {
	background-color: #fff !important;
}

/*footer background*/
#eut-footer-bar {
	background: transparent !important;
}

#eut-footer-area {
	background: transparent !important;
}

#eut-footer-area .widget li a, #eut-footer-area a {
	color:#b58d52 !important;
}
#eut-footer-area .eut-widget-title{
	color:#b58d52 !important;
}

/*background dietro footer*/
#eut-footer {
	background: radial-gradient(#f0f0f0,#fefefe) !important
}
#eut-footer-bar .eut-copyright{
	color:#b58d52 !important;
}

/*box in singolo prodotto*/
#eut-main-content .eut-h5{
	color: #b58d52;
}
#eut-main-content{
	color: #333 !important;
}

#eut-main-content .eut-container {
	padding-top: 0;
	padding-bottom: 0;
}


/*lingue footer*/
#lang_sel_footer ul li a {
	color: #b58d52 !important;
	font-size: 12px !important;
}




/*contact logo image*/
.logosize img{
	height:100px !important;
	width:100px !important;
}

.eut-row.eut-bookmark {
	position: relative;
}

.eut-widget-title{
	font-size:12px !important;
}
.eut-btn{
	font-size:13px !important;
}

.eut-hr.eut-element div{
	border-color:#b58d52 !important;
}

#eut-footer-area {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

#eut-header[data-menu-options="right"] .eut-menu-elements-wrapper {
	border-left: 0 !important;
}

.hesperiden .tp-thumb .tp-thumb-title{
	display:none !important;
}

.tp-thumb-image{
	border: 1px solid #dcdcdc !important;
}

.tp-thumb-image{
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.tparrows:before{
	color: #b58d52 !important;
}

.tparrows{
	background:transparent !important;
}

/*migliorie per mobile*/
/*logo*/
#eut-header .eut-logo .eut-logo-wrapper img {
	height: 70% !important;
	top: -40% !important;
}

#eut-single-media .eut-media {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.eut-portfolio-info {
	margin-top: 30px !important;
}


#eut-main-content h2{
	padding-left:25px;
}

/**
 * Full screen HTML5 video
 */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	/*padding-top: 56.25%;*/ /* 16:9 */
	padding-top: 42.70%; /* 96:41 */
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}


/*altezza box gallery*/
.msp_item_inner {
	height: 300px !important;
}

/*portfolio residence de la pinede*/
#post-1960 #eut-single-media .eut-media img {
	display: none !important;
}

/*hide video shortcode bar*/
.home .wp-video .mejs-container .mejs-controls {
	visibility: hidden;
}

#eut-main-content h5{
	margin-top:30px;
}


.input.inputButton {
	background-color: #b58d52 !important;
}


#eut-top-bar.eut-fullwidth ul.eut-bar-content.eut-left-side, #eut-top-bar.eut-fullwidth ul.eut-bar-content.eut-right-side {
	display: none !important;
	margin: 0;
}

#eut-header.eut-default #eut-main-menu>ul>li.current-menu-item>a,
#eut-header.eut-default #eut-main-menu>ul>li.current-menu-parent>a,
#eut-header.eut-default #eut-main-menu>ul>li.current_page_item>a,
#eut-header.eut-default #eut-main-menu>ul>li.current_page_ancestor>a,
#eut-header.eut-default #eut-main-menu>ul>li:hover>a,
#eut-header.eut-default #eut-main-menu>ul>li.current-menu-ancestor>a,
#eut-header.eut-default #eut-main-menu>ul>li.active>a,
#eut-header.eut-default .eut-menu-options li a:hover,
#eut-hidden-menu ul.eut-menu>li.open>a,
#eut-header.eut-default .eut-cart-button a:hover{
	color: #b58d52 !important;
}

input.inputButton {
	background-color: #b58d52 !important;
}

#cookie-notice .button{
	margin-left: 0 !important;
}

a#cn-accept-cookie {
	background-color: #b58d52;
	padding: 5px 10px;
	color: #fff;
	margin: 3px;
	font-weight: bold;
}
#eut-content-area .wpb_content_element.wpb_raw_html, #eut-content-area .wpb_content_element.wpb_raw_html .wpb_wrapper {
	/*margin: 0 !important;
	position: absolute;*/
	min-height: 473px;
	width: auto;
	height: 100%;
	position: relative;
}

/*
.column-link {
	display: block;
	min-height: 473px;
	width: 100%;
	overflow: auto;
}*/
.column-link {
	display: block;
	min-height: 473px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	left: 0;
	height: 100%;
}
.code-back{
	min-height: 1px !important;
}
#eut-content-area .wpb_content_element.code-back, #eut-content-area .wpb_content_element.code-back .wpb_wrapper {
	min-height: 1px;
	margin: 0 !important;
	position: absolute;
	width: 100%;
}
.back-link {
	background-color:#ededed;
	color: #b58d52;
	cursor: pointer;
	padding-left: 10px;
}
.back-link:hover {
	text-decoration: underline;
}

.box-info{
	border:1px solid #b58d52;
	padding:10px;
}

.first-title{
	font-size:30px;
}
.top-text {
	margin-top: 60px;
}

.full-screen {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.colum-link {
	position:absolute;
	width:100%;
}
#eut-nav-bar {
	display: none;
}

h5.eut-post-title {
	font-size: 18px;
	line-height: 18px;
}
/*JOBINFORMATICA RESPONSIVE*/
@media screen and (min-width: 320px) and (max-width: 425px) {

	.box-knobs, .box-dekton {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.box-grey-slide {
		display: block;
		min-height: 150px;
	}

	#eut-nav-bar .eut-nav-item.eut-prev span, #eut-nav-bar .eut-nav-item.eut-next span {
		/*display: block !important;*/
		margin: 0;
		padding: 0;
		vertical-align: middle;
		margin-top: 8px;
		width: 85%;
		display: none;
	}

	#eut-nav-bar .eut-nav-item.eut-next span {
		float: left;
	}

	#eut-nav-bar .eut-nav-item.eut-prev span {
		float: right;
	}

}

@media screen and (min-width: 426px) and (max-width: 768px) {

	.box-knobs, .box-dekton {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

}


@media only screen and (max-width: 1023px) {
	.eut-column-1-2 {
		width: 100%;
	}

	.box-grey-text.inverti {
		margin-top: -746px;
	}
	.box-grey-text.inverti2 {
		margin-top: 373px;
	}
	.box-grey-text {
		min-height: 373px;
	}
	.box-grey-text h2, .box-grey-text h1  {
		padding-top: 5%;
	}
	.box-grey-text p  {
		padding-bottom: 5%;
	}
}

/*gallery fixed border*/
@media only screen and (max-width: 767px) {
	.eut-isotope-container, .eut-isotope-item {
		max-width:100%;
	}
}

/*FINE*/

/**
 * COM21 GTM SNIPPETS
 **/
div#GDPRConsent {
    z-index: 10001;
}
input#acceptBtn {
    padding: 10px 20px;
	color: #ffffff;
    background-color: #b58d52;
}
input#declineBtn {
    padding: 10px 20px;
    border: 2px solid #b58d52 !important;
    color: #b58d52 !important;
}
input#declineBtn:hover {
    background-color: #b58d52 !important;
    color: #ffffff !important;
}

/* menu fix */
#eut-header[data-menu-align="center"] #eut-main-menu {
	position: static !important;
}

@media only screen and (max-width: 1023px) {
	#eut-header #eut-inner-header, #eut-header #eut-header-wrapper, #eut-header .eut-menu-options, #eut-header .eut-menu-elements-wrapper, #eut-header .eut-responsive-menu-button {
		height: 100px !important;
		line-height: 100px !important;
	}

}

/*Custom form Omega200*/
.molteni_o2000contactus input[type=text], .molteni_o2000contactus textarea {
	font-family: Raleway !important;
	color: inherit !important;
	border-width: 1px !important;
	border-color: inherit !important;
	font-size: 17px !important;
	font-weight: 300 !important;
}

.molteni_o2000contactus input[type=text] {
	height: 50px !important;
}

.molteni_o2000contactus .selection .select2-selection {
	width: 100% !important;
	font-size: 17px !important;
	height: 50px !important;
	border-width: 1px !important;
	border-color: inherit !important;
}

.molteni_o2000contactus table, .molteni_o2000contactus tr, .molteni_o2000contactus td {
	border: none;
}

.molteni_o2000contactus input[type=checkbox] {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	margin: 3px 3px 3px 4px;
}
.molteni_o2000contactus td,
.contactsform__content__inputgroup td{
	text-align: left !important;
}
.molteni_o2000contactus input[type="text"],
#eut-theme-wrapper input[type="text"]{
	border: 1px solid #000000 !important;
}
.contentDivForm .select2-selection--single {
	background-image: url(https://www.molteni.com/wp-content/uploads/2016/02/dropdown_off.png) !important;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
span.select2-selection.select2-selection--single.form-control:focus {
	outline: none;
}
#eut-header #eut-inner-header {
z-index: 1048;
}
.o2000__contactsform .o2000__contactsform__content2 .contactsform__content__label{
	font-size: 15px !important;
}
#contact-banner .molteni_o2000contactus{

}
.molteni_o2000contactus{
	width: 70%;
	margin: 0 auto;
}
#contact-banner .molteni_o2000contactus{
	width: 100%;
}
@media only screen and (max-width: 1200px){
	.molteni_o2000contactus{
		width: 100%;
	}
}
	/**
    BANNER CONTACT US
     */
.contact-us-banner{
	position: fixed;
	top:0;
	right: -41%;
	z-index: 1050;
	width: 40%;
	height: 100vh;
	background-color: #ffffff;
	padding: 50px 35px 20px;
	overflow-y: scroll;
}
.contact-us-banner .c21-close{
	position: absolute;
	top:20px;
	right:35px;
}
.c21-overlay{
	background-color: #000000;
	opacity: 0.5;
	position: fixed;
	top:0;
	width: 100%;
	height: 100vh;
	z-index: 1049;
}
.c21-hidden{
	display: none;
}
.o2000__contactsform .o2000__contactsform__content2 .contactsform__content__inputgroup .select2-selection__arrow.select2-selection__arrow.select2-selection__arrow b {
	top: 28% !important;
}
@media screen and (max-width:1200px){
	.contact-us-banner{
		width: 100%;
		right: -101%;
	}
}


/***
		SOCIAL ICON
*/
a.eut-icon-share.eut-toggle-share-modal img {
	margin-top: -5px;
	height: 18px;
	width: auto;
}

#eut-theme-wrapper #eut-share-modal ul{
	list-style: none;
	display: flex;
	width: 60%;
	margin: 0 auto;
}

li.c21ContainerIcon{width: 80px;
	height: 80px;
}

li.c21ContainerIcon a{
	display: block;
	width: 80px;
	height: 80px;
	background-position: center;
}

a.icon-social:hover {
	transition: all .3s ease;
	transform: scale(1.2);
}

a.icon-mail-gold{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Mail_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b58d52;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M60,78.09L11.99,39.04H108.01l-48.01,39.05Zm0,12.8L11.99,51.85v59.1H108.01V51.84l-48.01,39.05h0Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

a.icon-twitter-gold{	
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Livello_6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b58d52;%7D%3C/style%3E%3C/defs%3E%3Cg id='layer1'%3E%3Cpath id='path1009' class='cls-1' d='M15.66,33.29l34.41,46.01L15.44,116.71h7.79l30.31-32.75,24.49,32.75h26.52l-36.34-48.59,32.23-34.82h-7.79l-27.92,30.16-22.56-30.16H15.66Zm11.46,5.74h12.18l53.8,71.93h-12.18L27.12,39.03Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

a.icon-facebook-gold{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Facebook' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b58d52;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M83.31,23.43v20.83h-10.41s-4.96,.99-4.96,5.45v10.41h15.37l-4.96,20.83h-10.41v45.62h-20.83v-45.62h-10.41v-20.83h10.41v-15.87s-3.47-20.83,16.36-20.83h19.83Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

a.icon-linkedIn-gold{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='LinkedIn' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b58d52;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M107.35,85.16v35.21h-20.33v-32.73c0-8.43-2.98-13.88-10.41-13.88-5.45,0-8.93,3.97-10.41,7.44-.5,1.49-.5,2.98-.5,4.96v34.21h-20.83s.5-55.54,0-60.99h20.33v8.43c2.48-3.97,7.44-9.92,18.35-9.92,13.39,0,23.8,8.43,23.8,27.27ZM24.05,29.63c-6.94,0-11.4,4.46-11.4,10.41s4.46,10.41,11.4,10.41c6.94,.5,10.91-4.46,10.91-10.41s-3.97-10.41-10.91-10.41ZM13.64,120.37h20.33V58.88H13.64v61.49Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

/* =============================================================================
19. Share Modal
============================================================================= */
#eut-theme-wrapper #eut-share-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	text-align: center;
	max-width: 800px;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

#eut-theme-wrapper #eut-search-modal {
	height: 112px;
	display: none;
	position: fixed;
	z-index: 9999;
	text-align: center;
	max-width: none;
	width: 100%;
	top: 112px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%);
	background-color: #fff;
}

#eut-theme-wrapper #eut-share-modal ul{
	list-style: none;
	display: flex;
	width: fit-content;
	margin: 0 auto;
}
#eut-share-overlay > .eut-modal-content ul {
	display: flex;
	padding: 0;
	margin: 0;
	text-align: center;
	max-width: 800px;
	list-style: none;
}
#eut-theme-wrapper .eut-modal-content li {
	margin: 0 20px;
	float: left;
}
a.fa.fa-facebook:hover, a.fa.fa-twitter:hover, a.fa.fa-linkedin:hover, a.fa.fa-envelope:hover {
	transition: all .3s ease;
	transform: scale(1.2);
}

@media screen and (max-width: 767px){
	#eut-theme-wrapper #eut-share-modal ul{
		display: block;
	}
	#eut-theme-wrapper .eut-modal-content li {
		margin: 10px 20px;
		float: none;
	}
}

#eut-search-overlay.eut-body-overlay {
	margin-top: 111px;
}

#eut-share-overlay a {
	outline: none;
	display: block;
	height: 80px;
	width: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}

#eut-share-overlay a.fa {
	transition: all .3s ease;
}

#eut-theme-wrapper #eut-search-modal input[type='text'] {
	background: none;
	padding: 0;
	border: none !important;
	font-size: 40px !important;
	line-height: 2.2 !important;
	height: auto;
	/* text-align: center; */
	/* position: absolute; */
	top: 85px;
	/* left: 50%; */
	/* margin-top: -40px; */
	display: none;
	margin-top: -28px !important;
	text-align: left;
	color: rgb(48, 48, 48)
}

#eut-theme-wrapper #eut-search-modal input[type='text']:focus {
	color: #b58d52;
}

#eut-theme-wrapper #eut-search-modal .eut-search-placeholder {
	padding: 0 20px;
	border: none;
	color: #fff;
	font-size: 80px;
	line-height: 1.2;
	text-align: center;
}

#eut-theme-wrapper #eut-search-modal .eut-search-placeholder.hide {
	opacity: 0;
}

#eut-theme-wrapper #eut-search-modal .eut-close-search {
	cursor: pointer;
	color: #c6c6c6;
	display: inline-block;
	vertical-align: top;
	-webkit-transition : color .3s;
	-moz-transition    : color .3s;
	-ms-transition     : color .3s;
	-o-transition      : color .3s;
	transition         : color .3s;
}

#eut-theme-wrapper #eut-search-modal input[type='text']:hover,
#eut-theme-wrapper #eut-search-modal input[type='text']:focus {
	background: none;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0);
}

#eut-search-modal input[type='submit'] {
	margin-top: 40px;
	padding: 1.182em 1.455em;
}


.eut-widget .eut-search {
	position: relative;
	display: block;
	width: 95%;
	margin: 30px auto;
	max-width: none;
}

.eut-widget .eut-search input[type='text'] {
	width: 100%;
	height: 45px;
	padding-left: 30px;
	padding-right: 35%;
}

.eut-widget .eut-search button[type='submit'] {
	width: 80px;
	height: 80px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-left: 3px solid #b58d52 !important;
	top: 0;
	right: 0;
	padding: 0;
	cursor: pointer;

}
.eut-widget #eut-page-title .eut-description {
	font-family: "Raleway" !important;

}
.eut-widget #eut-page-title {
	margin-bottom: 30px;
	padding: 15px;
}
.eut-widget .eut-search button[type='submit'] .fas.fa-search{
	color: #303030;
	font-size: 25px;
}

.eut-widget .eut-search button[type='submit']:hover .fas.fa-search {
	color: #b58d52;
}

.eut-widget + #eut-page-title {
    margin-bottom: 30px;
    padding: 15px;
}

.eut-widget + #eut-page-title .eut-description {
    font-family: "Raleway" !important;
}

#eut-theme-wrapper .input-text,
#eut-theme-wrapper input[type="text"],
#eut-theme-wrapper input[type="input"],
#eut-theme-wrapper input[type="password"],
#eut-theme-wrapper input[type="email"],
#eut-theme-wrapper input[type="number"],
#eut-theme-wrapper input[type="date"],
#eut-theme-wrapper input[type="url"],
#eut-theme-wrapper input[type="tel"],
#eut-theme-wrapper input[type="search"],
#eut-hidden-menu input[type="text"],
#eut-theme-wrapper textarea,
#eut-theme-wrapper select,
#eut-theme-wrapper .select2-choice {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px;
	margin: 0;
	width: 100%;
	text-indent: 0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0);
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 3px solid #b58d52 !important;
	height: 80px;
	font-size: 25px;
}