/* 
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 */

#menu-1-0864ebd li.menu-btn:not(:last-of-type) {
	margin-inline-end: 14px;
}
.menu-btn a {
    background-color: var(--e-global-color-7dbf8ab4);
    color: var(--e-global-color-text) !important;
    border-radius: 50px;
    border: 2px solid var(--e-global-color-7dbf8ab4);
}
.menu-btn a:hover {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-7dbf8ab4);
	border: 2px solid var(--e-global-color-accent);
}
.menu-btn.outline a {
    background-color: transparent;
    color: var(--e-global-color-7dbf8ab4) !important;
    border-radius: 50px;
    border: 2px solid var(--e-global-color-7dbf8ab4);
}
.menu-btn.outline a:hover {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary) !important;
	border: 2px solid var(--e-global-color-accent);
}

.elementor-nav-menu--dropdown ul {
    padding: 20px;
}
#menu-2-0864ebd li.menu-btn:not(:last-child) {
    margin-block-start: 20px;
	margin-block-end: 20px;
}

.header-login a {
	color: var(--e-global-color-accent) !important;
}
.header-login a::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	vertical-align: middle;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2'/%3E%3Cpath d='M21 12h-13l3 -3'/%3E%3Cpath d='M11 15l-3 -3'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2'/%3E%3Cpath d='M21 12h-13l3 -3'/%3E%3Cpath d='M11 15l-3 -3'/%3E%3C/svg%3E") no-repeat center / contain;
	background-color: currentColor; /* This makes the mask inherit the link colour */
	position: relative;
	opacity: 1 !important;
}

/*#content p > a {
	text-decoration: underline dashed;
	
	&::hover {
		text-decoration: none;
	}
}*/
#content p > a,
main p > a,
.single-post .elementor-widget-theme-post-content a {
    border-bottom: 1px dashed;
}
#content p > a:hover,
main p > a:hover,
.single-post .elementor-widget-theme-post-content a:hover {
    border-bottom: 0px;
}

.lte-moto-row .elementor-column-gap-no .elementor-element {
  overflow: visible !important;
}
.elementor-editor-active .lte-moto-row .elementor-container {
  overflow: hidden;
}
.lte-moto-row .lte-slider-moto {
  min-height: 100%;
  background-color: transparent !important;
}
.lte-moto-row .lte-slider-moto.elementor-widget-empty {
  display: block !important;
}
.lte-moto-row .lte-slider-moto > i {
  display: none !important;
}
@media (min-width: 1200px) {
  .lte-moto-row .lte-slider-moto img {
    max-width: initial !important;
    position: absolute !important;
    top: 0;
    right: 15px;
    -webkit-transform: translate(80px, 140px);
    -moz-transform: translate(80px, 140px);
    -ms-transform: translate(80px, 140px);
    -o-transform: translate(80px, 140px);
    transform: translate(80px, 140px);
  }
}
@media (max-width: 1599px) {
  .lte-moto-row .lte-slider-moto img {
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .lte-moto-row .lte-slider-moto img {
    max-width: 800px !important;
    -webkit-transform: translate(80px, 230px);
    -moz-transform: translate(80px, 230px);
    -ms-transform: translate(80px, 230px);
    -o-transform: translate(80px, 230px);
    transform: translate(80px, 230px);
  }
}
.lte-pizza-section {
  position: relative;
}
.elementor-editor-active .lte-pizza-section .elementor-container {
  overflow: hidden;
}
.lte-pizza-section .lte-pizza {
  min-height: 100%;
  background-color: transparent !important;
}
.lte-pizza-section .lte-pizza.elementor-widget-empty {
  display: block !important;
}
.lte-pizza-section .lte-pizza > i {
  display: none !important;
}
@media (min-width: 1200px) {
  .lte-pizza-section .lte-pizza img {
    max-width: initial !important;
    position: absolute !important;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .lte-pizza-section .lte-pizza img {
    padding-left: 35%;
    right: 50px;
    margin-top: 75px;
  }
}
@media (max-width: 1199px) {
  .lte-pizza-section .lte-pizza {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
.lte-car-section {
  position: relative;
}
.elementor-editor-active .lte-car-section .elementor-container {
  overflow: hidden;
}
.lte-car-section .lte-car {
  min-height: 100%;
  background-color: transparent !important;
}
.lte-car-section .lte-car.elementor-widget-empty {
  display: block !important;
}
.lte-car-section .lte-car > i {
  display: none !important;
}
@media (min-width: 1200px) {
  .lte-car-section .lte-car img {
    max-width: initial !important;
    position: absolute !important;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .lte-car-section .lte-car img {
    padding-left: 45%;
    margin-top: 85px;
  }
}
@media (max-width: 1199px) {
  .lte-car-section .lte-car {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
@media (max-width: 991px) {
  .lte-about-inner-photo {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .lte-about-inner-col {
    width: 100% !important;
  }
}

/*
	23. Subscribe block
*/
.mc4wp-form {
  position: relative;
  background: transparent;
  padding: 0 0;
  margin: 0 0 0 auto;
  max-width: 630px;
}
@media (max-width: 1199px) {
  .mc4wp-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .mc4wp-form {
    margin-top: 0;
  }
}
.mc4wp-form .lte-btn-wrap {
  margin-left: 1px;
}
.mc4wp-form .input-group input[type="email"] {
  border: 0 transparent !important;
  padding: 24px 30px !important;
  font-size: 16px;
	border-radius: 48px;
}
.mc4wp-form .input-group button {
	font-size: 16px;
	padding: 22px 45px 18px !important;
	min-width: 220px;
	border: 0;
	border-radius: 48px;
    background-color: #000;
    color: #fff;
    z-index: 1;

	&::hover {
		background-color: #fff;
    	color: #000;
	}
}
@media (min-width: 992px) {
  .mc4wp-form .input-group {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
  }
  .mc4wp-form .input-group input[type="email"] {
    width: 1% !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin-bottom: 0;
    margin-right: 0px !important;
  }
  .mc4wp-form .input-group button {
    margin-left: -60px;
  }
  .mc4wp-form .input-group .input-group-append {
    display: flex;
    margin-left: -1px;
  }
  .mc4wp-form .input-group .input-group-append span {
    display: flex;
  }
}
@media (max-width: 991px) {
  .mc4wp-form .input-group {
    display: block;
  }
  .mc4wp-form .input-group button {
    margin-top: 16px;
    min-width: 200px;
    width: 100%;
    padding: 24px 40px !important;
  }
}
.mc4wp-form button,
.mc4wp-form input {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.mc4wp-form button:before,
.mc4wp-form input:before {
  display: none;
}
@media (max-width: 479px) {
  .mc4wp-form {
    padding: 0;
  }
  .mc4wp-form .input-group {
    width: 100%;
  }
  .mc4wp-form .input-group-btn {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}

/**
 * FOOTER
 */
footer nav ul li a:before {
	opacity: 1 !important;
	position: relative !important;
    border: solid var(--e-global-color-accent);
    border-width: 0 2px 2px 0;
    padding: 2.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 14px;
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block !important;
    vertical-align: .1em;
}

#elementor-popup-modal-20765 {
    height: 100dvh;
}