/*
Theme Name: Avada Child
Theme URI: https://avada.theme-fusion.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.1.1.1606981736
Updated: 2020-12-03 09:48:56

*/

.fusion-layout-column.fusion-spacing-yes.fusion-column-last {
   
    padding-top: 25px !important;
}
.fusion-header .fusion-logo{
     /*height: 160px !important;*/
     width: 160px !important;
}
.fusion-sticky-logo{
	margin-top: 25px !important;
}
.fusion-mobile-logo{
	/*height: 100px !important;*/
     width: 100px !important;
}
.fusion-header{
	height:auto !important;
}
.fusion-disable-outline .add-request-quote-button,
.yith_ywraq_add_item_browse_message{
	background: #e3c5a1;
    color: #ffffff !important;
	    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
display: inline-block;
    position: relative;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
	font-family: 'roboto';
    font-style: normal;
    letter-spacing: 1px;
    border-width: 0px;
    border-style: solid;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all .2s;
}
.fusion-disable-outline .button:hover,
.yith_ywraq_add_item_browse_message:hover{
	background: #000000;
    color: #ffffff;
	
}
.header_banner_title, .header_banner_description{
	text-shadow: 2px 2px 5px #000000;
}
/*Title on mobile*/
/*..8/8plus..*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	.header_banner_title{
		font-size: 45px !important;
	}
}
/*iPhone 5 & 5S in portrait & landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.header_banner_title{
		font-size: 33px !important;
		line-height: 33px;
	}
}

/*Main Menu Order button*/
.main-menu-order>.button-default{ 
	border-radius:5px;
}
.main-menu-order>.button-default::hover{
	background:#000!important;
	border-radius:5px;
}