/* 
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 */
/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
ul.list-default{
	margin: 0;
}
.elementor-widget-text-editor p:last-child{ 
	margin-bottom:0px;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}
/*****************************TEST SLIDER*************************************/
section.sld-food {
	height: 840px;
	overflow: hidden;
}

section.sld-food .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.centered-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}

.centered-text h1 {
	font-size: 3rem;
}
h1 span.red,
h2 span.red,
h3 span.red{
	color: #AA4049;
}

/*********************STYLE HOME PAGE************************/
div.bgheroHome {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
img.ftlogopub {
    height: 14px;
}


/*********************STYLE FORM REACH OUT************************/
div.frmcontactez label{
	font-size: 20px;
	color: #0D0D0C;
	display: block;
	margin-bottom: 1rem;
}
input.input-default,
textarea.input-default{
	margin-top: 1rem;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #0D0D0C;
	padding: .5rem 0;
	border-radius: 0;
}
textarea.input-default{
	resize: none;
}
div.input-col {
    margin-bottom: 0 !important;
}
p.wrap-checkbox {
    font-size: 12px;
    color: #9B9B9B;
    line-height: 13px;
	display: flex;
	align-items: center;
}
p.wrap-checkbox span{
	width: auto !important;
	margin: 0 !important;
}
p.wrap-checkbox span.wpcf7-form-control-wrap{
	margin-right: .4rem !important;
}
input.checkbox-default{
	margin: 0 !important;
	accent-color: #FF4944;
}
div.wrap-btn-send {
    display: flex;
    flex-direction: column;
}
div.wrap-btn-send input.btn-send {
    margin-left: auto;
    background-color: #D0969B;
    border: 1px solid #D0969B;
	color: #110607;
	border-radius: 20px;
	transition: all ease 500ms;
	width: 165px;
}
div.wrap-btn-send input.btn-send:hover{
	background-color: transparent;
	color: #110607;
}
div.wpcf7-response-output {
    color: #0D0D0C;
}

/*********************STYLE FORM NEWS************************/
div.frmnews{
	display: flex;
	align-items: center;
	padding: .5rem;
	background-color: #371518;
	border-radius: 8px;
	gap: 2rem;
	height: 72px;
}
div.frmnews input.input-default{
	margin-top: 0;
	background-color: transparent;
	border-bottom: 0;
	color: #F7ECED;
}
div.frmnews input.input-default::placeholder{
	color: #F7ECED;
}
div.frmnews div.wrap-btn-send input.btn-send{
	border-radius: 20px;
}
div.frmnews div.wrap-btn-send input.btn-send:hover{
	color: #D0969B;
}

a.ftlink{
	color: #FFF;
}

/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {
	/*********************STYLE FORM REACH OUT************************/
	div.input-col {
        display: flex;
        gap: 1rem;
    }
	div.input-col label{
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1549px) {
	div.abscircle-latest,
	div.abscircle-reach,
	div.abscircle-exp,
	div.abscircle-journey{
		display: none;
	}
}
@media only screen and (max-width: 1799px) {
	div.abscircle-joy{
		display: none;
	}
}
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 544px) {}