/*
Theme Name: Hello Elementor Child Master
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Pixel Parlor
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-theme-child-master
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

h1 {
	font-family: mislab-std, serif;
	font-weight:  500;
	text-transform: uppercase;
	font-size: 55px;
	letter-spacing: 2px;
}
h2 {
	font-family: 'Lora', serif;
	font-weight:  500;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 48px!important;
}
h3 {
	font-family: mislab-std, serif;
	font-weight:  500;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	color: #ae7051;
	line-height: 32px!important;
}
h4 {
	font-family: 'Lora', serif;
	font-weight:  500;
	font-size: 21px;
	line-height: 30px;
}
h5 {
	line-height: 28px!important;
}
p {
	font-family: 'Lora', serif;
	font-weight:  500;
	font-size: 18px;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: .9rem;
}

h4 a {
	line-height: 30px!important;
}

nav.site-navigation ul.menu li.menu-item a:link,
nav.site-navigation ul.menu li.menu-item a:visited {
	font-family: mislab-std, serif;
	font-weight: 500;
	color: #262626;
	text-decoration: none;
	font-size:  16px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
nav.site-navigation ul.menu li.menu-item a:hover {
	color: #ae7051;
}
.site-navigation ul.menu li.menu-item-has-children:after {
	display: none;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 0;
}

nav.elementor-nav-menu--main ul.elementor-nav-menu li.btn-primary a:link,
nav.elementor-nav-menu--main ul.elementor-nav-menu li.btn-primary a:visited {
	font-family: mislab-std, serif;
	font-weight: 500;
	font-size:  16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #faf8f4!important;
	background: #ae7051;
	border: 2px solid #ae7051;
	text-align: center;
	padding: 10px!important;
	-webkit-transition: all .2s;
    transition: all .2s;
}
nav.elementor-nav-menu--main ul.elementor-nav-menu li.btn-primary a:hover {
	color: #ae7051!important;
	background: #faf8f4;
}

.elementor-83 .elementor-element.elementor-element-061cf31 .elementor-nav-menu--dropdown a {
    padding-left: 15px;
    padding-right: 25px;
}

a.btn-primary:link,
a.btn-primary:visited {
	font-family: mislab-std, serif;
	font-weight: 500;
	font-size:  16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #faf8f4;
	background: #ae7051;
	border: 2px solid #ae7051;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: all .2s;
    transition: all .2s;
}
a.btn-primary:hover {
	color: #ae7051;
	background: #faf8f4;
}
a.btn-secondary:link, 
a.btn-secondary:visited {
	font-family: mislab-std, serif;
	font-weight: 500;
	font-size:  16px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	text-decoration: none;
	color: #ae7051;
	background: #faf8f4;
	border: 2px solid #faf8f4;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: all .2s;
    transition: all .2s;
}
a.btn-secondary:hover {
	color: #faf8f4;
	background: #ae7051;
	border: 2px solid #ae7051;
}

span.h4 {
	font-family: mislab-std, serif;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #ae7051;
}

.elementor-accordion .elementor-tab-title.elementor-active a.elementor-accordion-title {
    color: #ae7051!important;
}

.elementor-accordion .elementor-accordion-item p {
	font-style: italic;
}

/* MENU PAGE */

.menu-item {
	font-size: 21px;
}
.menu-item span.price {
	color: #ae7051;
}
.menu-item span.small {
	font-size: 16px;
}
img.menu-ornament {
	width: 225px;
    margin: 0 10px 3px 10px;
}

h4.bronze-bold {
	font-weight: 700;
	color: #ae7051!important;
	margin-bottom: 8px!important;
}

p.bronze-bold.price {
	font-size: 70px;
	font-weight: 700;
}

.faq .elementor-accordion .elementor-accordion-title {
	font-size: 21px;
}

/* CONTACT FORM STYLING */

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500!important;
    font-family: mislab-std, serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ae7051;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 18px;
    border-radius: 0!important;
    border: 2px solid #ae7051;
}
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
	border: 2px solid #262626;
}
.elementor-kit-7 input[type="submit"] {
	border: 0;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 500!important;
    font-family: mislab-std, serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.elementor-kit-7 input[type="submit"]:hover {
	background: #262626;
	color: #faf8f4;
}

p#breadcrumbs {
	font-weight: 500!important;
    font-family: mislab-std, serif;
    letter-spacing: 2.5px;
    font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}

footer h5 {
	line-height: 1!important;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus,a:visited,a:active,*:focus{
  outline: none!important;
	box-shadow: none!important;
}

.privacy-policy .site-main {
    padding: 60px 20px 0 20px;
	max-width: 1200px!important;
}
.privacy-policy .site-main h1.entry-title {
    color: #ae7051;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1024px) {
	h3 img.menu-ornament {
		display:  none;
	}
}

@media screen and (max-width: 767px) {
	.menu-item {
		font-size: 18px;
	}
	.menu-item span.small {
		font-size: 15px;
	}
	footer h5 {
		line-height: 1.4!important;
	}
	.elementor .elementor-hidden-phone {
		display:block;
	}
	h1 {
		font-size: 2em!important;
		line-height: 1.25em!important;
	}
	.home h1 {
		font-size: 2.5em!important;
	}
	h2 {
		font-size: 1.5em!important;
		line-height: 1.35em!important;
	}
	h3 {
		font-size: 1.4em!important;
		line-height: 1.3em!important;
	}
	h4, .elementor-kit-7 h4 {
		font-size: 1.2em!important;
	}
}
