/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
    font-family: 'DaftBrush';
    src: url('font/DaftBrush.eot');
    src: url('font/DaftBrush.eot?#iefix') format('embedded-opentype'),
        url('font/DaftBrush.woff2') format('woff2'),
        url('font/DaftBrush.woff') format('woff'),
        url('font/DaftBrush.ttf') format('truetype'),
        url('font/DaftBrush.svg#DaftBrush') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Esther';
    src: url('font/Esther-Regular.eot');
    src: url('font/Esther-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Esther-Regular.woff2') format('woff2'),
        url('font/Esther-Regular.woff') format('woff'),
        url('font/Esther-Regular.ttf') format('truetype'),
        url('font/Esther-Regular.svg#Esther-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.esther, .esther h2, .esther div, .esther a{	
    font-family: 'Esther' !important;
    font-weight: normal !important;
}
.daftbrush h2, .daftbrush div, .daftbrush a{
    font-family: 'DaftBrush' !important;
	font-weight: normal !important;
}
.bio{
	color: #63b461 !important;
}
.big{
	font-size: 125% !important;
}
section.box{
	position: relative;
    background-color: rgba(229, 227, 215, .5);
    padding: 50px 10px 50px 10px;
    margin: 0 0 50px 0;
}
section.box2{
	position: relative;
    background-color: rgba(229, 227, 215, .5);
    padding: 50px 10px 50px 10px;
    margin: 0 0 50px 0;
}
h2.titolo-food, h2.titolo-wine{	
    font-family: 'DaftBrush';
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
h4.sottotitolo-wine, h4.sottotitolo-menu{
    font-family: 'Esther';
    font-weight: normal;
	text-align: center;
	line-height: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h4.provincia-wine{	
    font-family: 'DaftBrush';
	margin: 0;
	padding: 30px 0 0 0;
	text-align: left;
}

table.menu{
	margin: 0;
}
table.menu td, table.menu th{
    font-family: 'Esther';
    font-weight: normal;
    padding: 10px 0 0 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    border: none;
    vertical-align: bottom;
    line-height: 1em;
}
table.menu tr:nth-of-type(odd){
    background-color: transparent; /* #e5e3d7 !important;*/
}
table.menu tr:nth-of-type(even){
    background-color:  transparent; /* #FFF !important;*/
}
table.menu tr th{
     background-color:  transparent; /* #FFF !important;*/
	 text-transform: uppercase;
}
table.menu th:nth-child(1) {
    visibility:hidden;
}


table.menu td:nth-child(1) {  }
table.menu td:nth-child(2) { text-align:center; }
table.menu td:nth-child(3) { text-align:center; }

table.menu td:nth-child(1)::before {
    content: '•';    
    font-size: 30px;
    line-height: 0;
    color: #E84233;
    position: relative;
    padding-right: 3px;
    vertical-align: middle;
}


/* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
	.titolo-food, .titolo-wine{	font-size: 3em; line-height: 1em;}
	table.menu{ font-size: 1.3em; }
	h4.sottotitolo-wine, .esther a{ font-size: 1.3em; }
	h4.sottotitolo-menu{ font-size: 0.8em; }
	h4.provincia-wine{ font-size: 1.5em; }
	table.menu th:nth-child(2),table th:nth-child(3) { font-size:60% !important;}
}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
	.titolo-food, .titolo-wine{	font-size: 4.5em; line-height: 1em;}
	table.menu{ font-size: 1.6em; }
	h4.sottotitolo-wine, .esther a{ font-size: 1.6em; }
	h4.sottotitolo-menu{ font-size: 1em; }
	h4.provincia-wine{ font-size: 1.8em; }
	table.menu th:nth-child(2),table th:nth-child(3) { font-size:70% !important;}
}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {
	.titolo-food, .titolo-wine{	font-size: 5.5em; line-height: 1em;}	
	table.menu{ font-size: 2em; }
	h4.sottotitolo-wine, .esther a{ font-size: 2em; }
	h4.sottotitolo-menu{ font-size: 1.2em; }
	h4.provincia-wine{ font-size: 2.2em; }
	table.menu th:nth-child(2),table th:nth-child(3) { font-size:100% !important;}
}

