/*
 Theme Name:   Hello Elementor Child
 Description:  A child theme for Elementor
 Author:       The Skull Labs
 Author URI:   https://www.theskulllabs.com.br
 Template:     hello-elementor
 Version:      1.0.0
*/


/* novas variáveis 

--e-global-color-primary: #254C69;
    --e-global-color-secondary: #1BBEDD;
    --e-global-color-text: #254C69;
    --e-global-color-accent: #FFFFFF;
    --e-global-color-59bb7a6: #E4E4E4;
    --e-global-typography-primary-font-family: "Playfair Display";
    --e-global-typography-primary-font-size: 48px;
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-primary-font-style: italic;
    --e-global-typography-primary-line-height: 1.2em;
    --e-global-typography-secondary-font-family: "Playfair Display";
    --e-global-typography-secondary-font-size: 39px;
    --e-global-typography-secondary-font-weight: 700;
    --e-global-typography-secondary-font-style: italic;
    --e-global-typography-secondary-line-height: 1.2em;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-font-style: normal;
    --e-global-typography-accent-font-family: "Montserrat";
    --e-global-typography-accent-font-size: 33px;
    --e-global-typography-accent-font-weight: 700;
    --e-global-typography-accent-font-style: normal;
    --e-global-typography-39c7456-font-family: "Montserrat";
    --e-global-typography-39c7456-font-size: 16px;
    --e-global-typography-39c7456-font-weight: 700;
    --e-global-typography-39c7456-text-transform: uppercase;
    --e-global-typography-39c7456-font-style: normal;
    --e-global-typography-39c7456-text-decoration: none;
    --e-global-typography-6845080-font-family: "Montserrat";
    --e-global-typography-6845080-font-size: 19px;
    --e-global-typography-6845080-font-weight: 700;
    --e-global-typography-6845080-text-transform: none;
    --e-global-typography-71bcd76-font-family: "Montserrat";
    --e-global-typography-71bcd76-font-size: 39px;
    --e-global-typography-71bcd76-font-weight: 700;
    --e-global-typography-71bcd76-text-transform: none;
    --e-global-typography-71bcd76-font-style: italic;

*/

*{
  box-sizing: border-box;
}

html{
  overflow-x: hidden;
}


body{
  overflow-x: hidden;}

a{
  transition: all ease 300ms;
}

li{
    line-height: 1.6em;
}

.elementor-widget-image a{
	display: block !important;
}

/***** HEADER *****/

.header{
  height: 100px !important;
}

.header .main-logo{
	display: block;
}

.header .white-logo{
	display: none;
}

.header.elementor-sticky--effects{
  height: 80px !important;
  background-color: var(--e-global-color-secondary);
}

.header.elementor-sticky--effects .main-logo{
	display: none;
}

.header.elementor-sticky--effects .white-logo{
	display: block;
}

.header.elementor-sticky--effects > div{
	padding: 0 !important;
	height: 80px !important;
	/*overflow: hidden !important;*/
}

.header.elementor-sticky--effects > div > .elementor-element{
	background-color: transparent !important;
}

.header.elementor-sticky--effects a.elementor-item{
	color: var(--e-global-color-accent);
}

.header.elementor-sticky--effects a.elementor-item:hover,
.header.elementor-sticky--effects a.elementor-item-active{
	color: var(--e-global-color-primary) !important;
}


/***** HOME *****/



/***** PORTFOLIO *****/

.portfolio-thumb img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.portfolio-item .e-con-inner:hover > div h3,
.portfolio-item .e-con-inner:hover > div p{
    color: var(--e-global-color-secondary) !important;
}

.elementor-widget-text-editor ul{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.elementor-widget-text-editor ul li{
	padding-left: 30px;
	position: relative;
}

.elementor-widget-text-editor ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "\e90d";
	font-family: "eicons";
	font-size: 20px;
	font-weight: 900;
	display: inline-block;
}

.single-hotel article li a{
	color: var(--e-global-color-primary) !important;
}

/***** TEAM MEMBERS *****/

.team-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100% !important;
}

/***** CONTACT FORM *****/

form .elementor-message{
	text-align: center !important;
}

form .elementor-field-group > label{
	padding-left: 14px;
}

textarea.elementor-field-textual{
	padding: 10px 14px !important;
}

/***** Complianz Terms/Cookies/Opt-out *****/

.cmplz-document{
	max-width: 100% !important;
}

.cmplz-document h2{
	font-family: var(--e-global-typography-text) !important;
	font-size: 22px !important;
	font-weight: 700;
	font-style: normal !important;
	color: var(--e-global-color-primary) !important;
}

.cmplz-document h2:not(:first-child){
	margin-top: 50px !important;
}

/***** FOOTER *****/

footer .elementor-widget-nav-menu:nth-of-type(2) a:hover{
  text-decoration: underline;
}

/***** MEDIA QUERIES *****/

@media screen and (max-width: 1024px){
	.elementor-nav-menu__align-center .elementor-nav-menu{
		flex-direction: column;
		gap: 7px;
	}
	
	.elementor-widget-text-editor ul{
		padding-left: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.home-about img{
		aspect-ratio: 6 / 7;
	}
}