/*
Theme Name: Vino Child
Theme URI: http://vino.elated-themes.com
Description: A child theme of Vino Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: vino
Template: vino
*/

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');


/* H1 DISPLAY NONE */

.displaynone{
	display: none;
}


/* HEADER */

.eltdf-mobile-header .eltdf-mobile-logo-wrapper img{
	height: 70%!important;
}


/* CALENDLY */

a.calendly_btn{
color: #fff;
text-transform: uppercase;
text-decoration: none;
background: #B1AF6A;
padding: 42px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
font-size: 23px;
}

a.calendly_btn:hover{
color: #000;
}


/* FONTSIZE MENU */

.eltdf-main-menu ul li a {
    font-size: 16px!important;
}

.eltdf-drop-down .second .inner ul li a{
	font-size: 16px!important;
}


/* Title header */

.eltdf-title.eltdf-standard-type .eltdf-title-text span{
	display: none!important;
}


/* Fix Ratings */

.eltdf-woo-single-page .eltdf-woo-accordions #reviews .comment-respond .stars a.active:after {
    display: none!important;
}
.eltdf-woo-single-page .eltdf-woo-accordions #reviews .comment-respond .stars.selected a:before {
    color: #B69F01;
    content: "\e033";
}

.eltdf-woo-single-page .eltdf-woo-accordions #reviews .comment-respond .stars.selected a.active ~ a:before {
    content: "\e031";
}


