/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/*
* {
  touch-action: manipulation;
}
*/
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   /* text-rendering: optimizeLegibility;*/
	-webkit-text-stroke: 0.15px;
	
	-webkit-user-select: none;
    -webkit-touch-callout: none;
}

body.home {

	background: #000;
}

.elementor-container {
	z-index: 1;
}

/*----- Header -----*/

.translatepress-en_US .tp_en, .translatepress-pt_PT .tp_pt {
	display: none;
}

canvas {
	display: block;
	position: absolute;
	/*background-size: cover;*/
	
	 width: 100%;
  height: 100%;
	}



.logo-svg {
	width: 54px;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6 ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


/* @keyframes duration | easing-function | delay |
iteration-count | direction | fill-mode | play-state | name */
.logo-svg path{	
	fill: #FFF;
	opacity: 0;
    animation: 24s ease-in-out infinite forwards paused opacity;
	
	/*animation: 5.5s ease-in-out 2 forwards opacity;*/
}

.logo-svg path.play {
  animation-play-state: running;
}

@keyframes opacity {
 /*     0% {opacity: 0} 
      100% {opacity: 1}*/
     /* 65% {opacity: 1} 
      85% {opacity: 0}*/
	
	
		0% {
			opacity: 0;
		}
		3% {
			opacity: 1;
		}
		47% {
			opacity: 1;
		}
		50% {
			opacity: 0;
		}
		53% {
			opacity: 0;
		}
		56% {
			opacity: 1;
		}
		97% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
		
 }

/*	#p1 {animation-delay: 0s}
    #p2 {animation-delay: .05s}
    #p3 {animation-delay: .10s}
    #p4 {animation-delay: .15s}
	#p5 {animation-delay: .20s}
    #p6 {animation-delay: .25s}
    #p7 {animation-delay: .30s}
    #p8 {animation-delay: .35s}
	#p9 {animation-delay: .40s}
	#p10 {animation-delay: .45s}
	#p11 {animation-delay: .50s}
	#p12 {animation-delay: .55s}*/
	
	/*#p1 {animation-delay: 0s}
	#p2 {animation-delay: .1s}
    #p3 {animation-delay: .2s}
    #p4 {animation-delay: .3s}
    #p5 {animation-delay: .4s}
	#p6 {animation-delay: .5s}
    #p7 {animation-delay: .6s}
    #p8 {animation-delay: .7s}
    #p9 {animation-delay: .8s}
	#p10 {animation-delay: .9s}
	#p11 {animation-delay: 1.0s}
	#p12 {animation-delay: 1.1s}*/



	/*#p1 {animation-delay: .8s}
	#p2 {animation-delay: .7s}
    #p3 {animation-delay: .6s}
    #p4 {animation-delay: .5s}
    #p5 {animation-delay: .3s}
	#p6 {animation-delay: .0s}
    #p7 {animation-delay: .0s}
    #p8 {animation-delay: .3s}
    #p9 {animation-delay: .5s}
	#p10 {animation-delay: .6s}
	#p11 {animation-delay: .7s}
	#p12 {animation-delay: .8s}*/

	#p1 {animation-delay: .8s}
	#p2 {animation-delay: .5s}
    #p3 {animation-delay: .3s}
    #p4 {animation-delay: .2s}
    #p5 {animation-delay: .1s}
	#p6 {animation-delay: .0s}
    #p7 {animation-delay: .0s}
    #p8 {animation-delay: .1}
    #p9 {animation-delay: .2s}
	#p10 {animation-delay: .3s}
	#p11 {animation-delay: .5s}
	#p12 {animation-delay: .8s}



	/*#p12 {animation-delay: .1s}
    #p11 {animation-delay: .2s}
    #p10 {animation-delay: .3s}
    #p9 {animation-delay: .4s}
	#p8 {animation-delay: .5s}
    #p7 {animation-delay: .6s}
    #p6 {animation-delay: .7s}
    #p5 {animation-delay: .8s}
	#p4 {animation-delay: .9s}
	#p3 {animation-delay: 1.0s}
	#p2 {animation-delay: 1.1s}
	#p1 {animation-delay: 1.2s}*/


.logo-svg {
	display: block;
    margin: 0 auto;
    padding: 1em 0 0;
    opacity: 1;
	
}

/*#header-menu-sidebar-inner .logo-svg {
	width: 70px;
    padding: 15px 0 0 15px;
	opacity: 1;
	
}
}*/

#header-menu-sidebar-inner .logo-svg path{
	
	/*fill : url(#gradient);*/
	opacity: 1;
	fill:#999;
	animation: none;
}


/*.squiggle {
  stroke-dasharray: 1600;
  stroke-dashoffset: 450;
  animation: draw 2s ease forwards;

	
}*/

@keyframes draw {
  to {
    stroke-dashoffset:00;
  }
}


:root {
  --dot-width: 5px;
  --dot-color: #FFF;
  --speed: 1.5s;
}


.typing {
	/*opacity: 0;*/
    position: absolute;
    right: .6em;
	bottom: 50%;           /* Move to middle */
    transform: translateY(50%); /* Offset for perfect vertical center */
    display: flex;         /* Align dots in a row */
    align-items: center;
    gap: 4px;              /* Space between dots instead of margins */
  
	/*padding: 1em 1.5em;*/
	/*transform: translate(-50%, -50%)*/
}
.typing span {
    /* content: ''; is only for :before/:after, remove it here */
    display: block;
    animation: blink var(--speed) infinite;
    animation-fill-mode: both;
    height: var(--dot-width);
    width: var(--dot-width);
    background: var(--dot-color);
    border-radius: 50%;
    position: relative;    /* Changed from absolute to keep them in a row */
    left: auto;            /* Reset original absolute positioning */
    top: auto;
	}
	
/* Simplify your delays - no more margin-left needed because of flex gap */
.typing span:nth-child(2) {
  animation-delay: .2s;
}

.typing span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1); }
}

.chatbot  {
	margin: 1em 0;
	opacity: 0;
	position: relative;
	width: 50%;
	transition: width .3s ease-in-out;
	/*transform: translateY(10px);
    transition: all .2s ease-out;*/
}

.chatbot #chat_input {
	/*font-size: 1.2em;*/
    background: none;
	/*border-radius: 3em;*/
	padding: .5em 4em .5em .6em;
	border:0;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
   /* border-bottom: 1px solid rgba(255, 255, 255, .8);*/
	/*border-right: 1px solid rgba(255, 255, 255, .8);*/
    display: block;
    color: rgb(255, 255, 255);
	width: 100%;
   	outline: 0;
	border-radius: 0;
	font-size: 16px;
	
	
}
.chatbot #chat_input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}



.chatbot button {
	font-size: 1em;
	
 	position: relative; /* Switch from absolute to relative to stay in flex flow */
	translate: 0 0;     /* Remove the 50% shift that breaks mobile clicks */
	bottom: auto;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	
    border: 0;
    color: #fff;
    /*padding: 1em 1.5em;*/
   
    opacity: .4;
    transition: all .4s ease;
    /*width: 44px;
	height: 44px;*/
    border-radius: 4em;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
    padding: .6em .2em;
	
}
.chatbot button .icon {
/*	padding-right: 3px;*/
	/*transition: all .3s ease-in-out;*/
}
.chatbot button:hover {
   opacity: 1;
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .2));*/
	/*background: rgba(255, 255, 255, .3);*/
	/*border: 1px solid rgba(255,255,255,1);*/
	color: #FFF;
}

.chatbot button#mic_submit {
	padding: .6em;
	
}
.chatbot #chat_input, .chatbot button {
    /* Existing logic */
   /* -webkit-user-select: none; 
    -webkit-touch-callout: none;
    user-select: none !important;
	*/
    touch-action: none;

    /* Remove the focus outline */
    outline: none;

    /* Remove the mobile tap highlight (the grey/blue flash) */
    -webkit-tap-highlight-color: transparent;
}

/* Specifically target focus to ensure it stays clean after a click */
.chatbot button:focus,
.chatbot button:active {
    outline: none;
    box-shadow: none; /* Some themes add a shadow instead of an outline */
}

/*button#mic_submit:disabled,
button#mic_submit[disabled]{
 	cursor: not-allowed;
	opacity: .4;
}*/
@media screen and (max-width: 767px) {
	
	.chatbot  {
		width: 80%;
	}
	.chatbot button {
		font-size: 1.1em;
	}
	/*.chatbot #chat_input {
		width: 100%;
		padding-right: 50px; 	
	}*/
}

/* 2. Position the container exactly where the line is */
    .chat-btns {
        position: absolute;
        right: 0;
        bottom: 0; /* Align to the bottom border line */
        display: flex;
        /*flex-direction: row-reverse;*/ /* Keeps Send first, then Mic to its left */
        align-items: center;
        height: 100%; /* Center buttons vertically relative to input */
    }

body.home .header-main  {
	opacity: 0;
}
body.home:not(.elementor-editor-active) #herosection, body.elementor-maintenance-mode #herosection {
	opacity: 0;
	/*transition: opacity 1s ease-out;*/
}
/*#herosection {
    height: 100vh;    
    height: 100dvh;   
}*/

/*#herosection {
    height: var(--full-height);
}*/

/*https://nestler-creation.de/gsap-integration-in-der-hero-section-mit-elementor/*/
/*#text-1, #text-2, #text-3,*/ .hero-desc, .hero-chat  {
    overflow: hidden;
}

/*#chat-wrapper {
	position: fixed;
	width: 100%;
}*/
.hero-chat {
 	margin-bottom: 4.6em;
	margin-left: .6em;
	/*height: auto;*/
	width: 90%;
	overflow: hidden;
	position: absolute;
	bottom:0;
	
	opacity: 0;
    transform: translateY(10px);
    /*transition: opacity .2s ease-out;*/
	
	/*-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 1) 30%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 1) 30%);*/
}	

/*.hero-chat .elementor-widget-container {

	position:absolute;
	bottom:0;
}*/
@media (max-width: 768px) {
	.hero-chat {
		/*bottom: 5.4em;*/
		width: 100%;
		
	}

	/*.hero-chat .elementor-widget-container {	
		bottom:0;
	}*/
}
.chat-user {
	opacity: .7;
	margin-bottom: 1em;
	font-size: .94em;
	border-radius: 1.4em;
	width: fit-content;
	margin-left: auto;
	background: rgba(0,0,0,.3);
	padding: .8em 1.4em;
    line-height: 1.5em;
	max-width: 80%;
}
.chat-system {
	font-size: .98em;
	margin-bottom: 1.8em;
	width: 90%;
}

.chat-system a {
	color: #fff;
	text-decoration: underline !important;
}
/*.hero-chat.expanded {
  transition: max-height 1.6s ease-in-out;
  overflow: hidden;
  max-height: 1000px;
}*/




#text-1 .word:not(:last-child) {
	opacity: 0;
    transform: translateY(10px);
    transition: all .2s ease-out;
}
#text-1 .word:last-child .char {
	opacity: 0;
    transform: translateY(30px);
    transition: all .2s ease-out;
}
#text-2 .word:first-child .char {
	opacity: 0;
    transform: translateY(30px);
    transition: all .2s ease-out;
}
#text-2 .word:not(:first-child) {
	opacity: 0;
    transform: translateY(10px);
    transition: all .2s ease-out;
}

/*#text-3 .line {
	opacity: 0;
    transform: translateY(4px);
    
}*/

#text-3 .word:not(:last-child) {
	opacity: 0;
    transform: translateY(10px);
    transition: all .2s ease-out;
}
.hero-desc {
	opacity: 0;
    transition: opacity .2s ease-out;
}
#text-3 .word:last-child {
	opacity: 0;
}
.hero-desc .line, .hero-chat .line {
	opacity: 0;
    transform: translateY(10px);
    transition: all .2s ease-out;
}

/*.elementor-widget-heading h1.elementor-heading-title{
    line-height: 1.1 !important;
}*/
/*.elementor-heading-title {
	lime-height:inherit !important;
}*/

/*.elementor-widget-heading .elementor-heading-title {
line-height: 2!important;
}*/

#chatbot .elementor-widget:not(:last-child) {
    margin-block-end:0 !important;
}

/*.elementor-widget:not(:last-child) {
    margin-block-end:5px !important;
}*/
.elementor-heading-title {
	line-height: .94;
}
/*https://fossheim.io/writing/posts/css-text-gradient/*/
.gradient-brand-primary {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #3BCFD4 0%, #FC9305 48%, #F20094 100%);
}

.gradient-brand-second {
    background-color: #333;
    background-image: linear-gradient(90deg, #5AD43B 0%, #FFB95D 100%);
}

.gradient-text {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}


/*@media (min-width: 768px) {*/
.nv-navbar {
	position: fixed !important;
    top: 0;
	right: 0;
    width: 100%;	
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6 ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
	
	background: rgba(0,0,0,0);
	z-index: 999900;
	
	/*-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);*/
	
}
/*body:not(.home) .nv-navbar {
	background: rgba(0,0,0,1);
}
*/
.m-style>ul>li>.wrap::after, .sm-style .sub-menu .wrap::after {
	height: 1px;
}

/*.header-menu-sidebar .builder-item .item--inner {
	font-weight: 300;
}*/




[class*=header--row-inner] {
	background: rgba(0,0,0,0);
}
/*}*/

/*.menu-mobile-toggle {
	position: fixed !important;
    top: 0;
   
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	
	background: rgba(0,0,0,0);
	z-index: 999900;
	
}*/

/*----- Site Logo -----*/
/*.builder-item {
	padding-right: 20px;
	padding-left: 20px;
}*/
/*.builder-item--logo .site-logo {
	padding: 10px 0;
}*/

.site-logo {
	font-family: "Oswald";
	line-height: 0;
	padding-bottom: 0.4em;
	
}
.site-logo a {
	text-decoration: none;
}

.site-logo h1, .site-logo p {
    font-weight: 300;
    font-size: 1.4em;
    margin-bottom: 0.02em;
}

.grecaptcha-badge {
	display: none;
}

@media (max-width: 768px) {
.chat-user {
	max-width: 90%;
}
.chat-system {
	width: 90%;
}
/*.site-logo {
	line-height: 0.5;
}*/
.cookie-notice-container{
	text-align: left;
}
.cookie-notice-container #cn-notice-buttons {
	text-align: right;
}
}

a.brand:hover{
	opacity: 1;
}
/*.home */.site-logo a:not(.button) {
	color: #FFF;
}
/*.home */ .site-logo small {
	color: #FFF;
}


.builder-item--logo {
	
	  -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

/*.nav-ul li a {
 color:#333;
}*/
@media (max-width: 820px) {
.home .header-main .builder-item--logo {
	opacity: 1 !important;
}
.builder-item--logo {
	opacity: 1;
	
}
	
	.nav-ul li.nv-active>.wrap .caret, .nav-ul li.nv-active>.wrap>a {
		color:#CCC;
	}
	
	/*.home #header-menu-sidebar.overlay .nav-ul li.nv-active>.wrap>a {
		color:#FFF;
	}*/
	
	
	.header-menu-sidebar-inner {
		width: 100%;
	}
	
	.nav-ul {
		margin: 0;
	}
	
	.nav-ul li, button.navbar-toggle {
		-webkit-tap-highlight-color: transparent;
	}
	
	.nav-ul li a {
	/*	display: block;
		text-align: center;*/
		width: auto;
		
	}
	
	.nav-ul li a:hover {
		opacity:.6;
		color: #FFF !important;
		
	}
	
}
/*.site-logo p {
	font-weight: 400;
}*/
.site-logo small {
	font-weight: 300;
	color: #EEE;
	letter-spacing: 4px;
	font-size: 9px;
	text-transform: uppercase;
	padding-left: 1px;
	text-align: center;
}
.mobile-left .site-logo small {
	
	font-size: 7px;
	letter-spacing: 4.1px;
	padding-left: 3px;
	
}
/*@media screen and (max-width: 767px) {
.site-logo small {
	font-size: 7px;
	
}
}*/
.site-logo small:before, .site-logo small:after {
	content: "-";
}

.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a {
	font-size: 1em;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul ul.sub-menu li:not(.woocommerce-mini-cart-item) > a{
	font-size: .8em;
}

/*----- Home Header Menu-----*/

/*.caret-wrap {
	display: none;
}*/


.header-menu-sidebar-inner .caret{
	font-size: 0.9em;
}
/*.home */.header nav {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
/*.home */.nv-navbar {
	background: none;
}

.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a {
	text-decoration: none;
	
}

.style-border-bottom ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart)>a:after, .style-border-top ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart)>a:after, .style-full-height ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart)>a:after {
    height: 1px;
}

/*.home */.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a {
	color: #FFF !important;
	
}
/*.home */.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a:hover {
	color: #FFF !important;
}
/*.home */.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a:after {
	background-color: #FFF;
}
.row .primary-menu-ul .sub-menu {
	background-color: #FFF;
}
.row .primary-menu-ul .sub-menu li a {
	justify-content: left;
}
/*.home */.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu li:not(.woocommerce-mini-cart-item) > a {
	color: #666 !important;
}
/*.home */.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu li:not(.woocommerce-mini-cart-item) > a:hover {
	color: #666 !important;
}
/*.home */.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu li:not(.woocommerce-mini-cart-item) > a:after {
	background-color: #666;
}
.row .primary-menu-ul .sub-menu li.trp-language-switcher-container {
	min-width: auto;
}
/*----- Hamburger Menu-----*/
/*.header-menu-sidebar {
	width: 100%;
}*/
/*.header-menu-sidebar-inner {
	position: absolute;
	padding: 0;
	top: 0;
	width: 80%;
}*/


/*.header-menu-sidebar {
   
   display: none;
}*/

.is-menu-sidebar .header-menu-sidebar {
    height: 100%;

}
.is-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar {
	display: flex;
}
.header-menu-sidebar-inner .nav-menu-primary li {
	width: auto;
	margin: 0 auto;
}
.header-menu-sidebar .header-menu-sidebar-bg .site-logo .site-title {
	color: #666;
}
.header-menu-sidebar .header-menu-sidebar-bg .site-logo small {	
	color: #666;		
}
.header-menu-sidebar .navbar-toggle-wrapper {
    padding: 21px 14px;
	margin-left: 50%;
	z-index: 999;
}
.builder-item--nav-icon .navbar-toggle {
	border-radius: 50%;
	padding:17px 14px;
}
.navbar-toggle {
	/*padding:9px 13px;*/
	border: 0;
	outline: none !important;
}
.icon-bar {
	width: 22px;
	height: 2px;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
    top: 9px;
}
.icon-bar:nth-child(2) {
    margin: 5px 5px;
	width: 12px;
}
/*.home */ .header-main-inner .icon-bar {
	background: #FFF;
}
.caret {
    margin-left: 2px;
}
.caret-wrap {
	outline: none;
	/*margin-left: .5em;*/
	padding-top: .1em;
	font-size:10px !important;

}

.main_menu li.current-menu-item a, .main_menu li.current-menu-ancestor a{
    color: #F00 !important; /* highlight color */
}

.builder-item--primary-menu li > a svg {
	width: .6em;
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu {
	/*margin-top: 3em;
	padding-top: 0;*/
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .primary-menu-ul > li:not(.nv-active) > .wrap > a {
    /*height: 32px;*/
	/*font-size: 3.4em;*/
	
	color: #666;
	/*text-transform: uppercase;*/
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .primary-menu-ul > li > .wrap > a {
    /*height: 32px;*/
	/*font-size: 3.4em;*/
	/*font-weight: 400;*/
	font-size: 1em;
    line-height: 1.1em;
	/*text-transform: uppercase;*/
}
.header-menu-sidebar .nav-ul li:not([class*=block])>.wrap>a {
	padding: .2em 0;
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .primary-menu-ul > li > .wrap > a:hover {
 
	color: #CCC;

}


#header-menu-sidebar .header-menu-sidebar-bg {
	background: rgba(0,0,0,.5);
	
}
#header-menu-sidebar  {

	-webkit-backdrop-filter: blur(72px);
    backdrop-filter: blur(72px);
}

.home #header-menu-sidebar.overlay {
	mix-blend-mode: overlay;
	transition-timing-function: linear;
	
}
/*.home #header-menu-sidebar.overlay .header-menu-sidebar-bg {
	background-color: #000;
}*/
/*.home #header-menu-sidebar.overlay .header-menu-sidebar-bg::before {
	background-color: transparent;
}
*/


.fixed-position {
     overflow: hidden;
 }

/*.home .header-menu-sidebar-inner {
	transition-timing-function: linear;
}*/

.social-menu-mobile a {
	color:#666;
}

.header-menu-sidebar hr {
	
	width: 20%; 
	margin: 0 40% 0 40%;
	
	border: none;
	height: 1px;
	/* Set the hr color */
	color: #444;  /* old IE */
	background-color: #444;  /* Modern Browsers */
}

.home .overlay hr {
	color:  #999 !important;
	background-color: #999 !important;
	
}
.home .overlay .social-menu-mobile a {
	color:#CCC;
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .primary-menu-ul>li:not(.nv-active)>.wrap>a {
	color: #666;
}
.home .header-menu-sidebar.overlay .header-menu-sidebar-bg .builder-item--primary-menu .primary-menu-ul>li>.wrap>a {
	color: #FFF;
	/*-webkit-text-fill-color: #FFF;*/
	/* -webkit-text-stroke: .6px #FFF;*/
}
.header-menu-sidebar .nav-ul li>.wrap {
	padding: 0;
	
}
.header-menu-sidebar .m-style>ul>li>.wrap::after, .sm-style .sub-menu .wrap::after {
	height: 0;
}


@media screen and (orientation:portrait) { 
	/*.header-menu-sidebar-inner div:nth-child(2) {
	position: absolute;
    bottom: 0;
	margin: 2em 0 7em;
	}*/
	.social-menu-mobile {
	/*position: absolute;
    bottom: 0;
	left:0;*/
    margin: 0;
	padding-top: 1em;
}
}
@media screen and (orientation:landscape) {
	/*.header-menu-sidebar-inner div:nth-child(2) {
	position: relative;
  	margin: 2em 0 7em;
	}*/
	.social-menu-mobile {
	position: relative;
    margin: 2em 1em 1em .7em;
	
}
}
/*.header-menu-sidebar-inner div:nth-child(2) {

	
	}*/

.builder-item--secondary-menu {
	margin: 3em 0 1em;
}
.builder-item--secondary-menu .nav-ul#secondary-menu li > a {
	color:#333;
}

.builder-item--secondary-menu .nav-ul#secondary-menu li.current-menu-item > a {
	color: #CCC;
}
.builder-item--secondary-menu .nav-ul li > a {
	line-height: 1em;
	font-size: .8em;
	font-weight: 900;
}

.header-menu-sidebar .header-menu-sidebar-bg .builder-item--secondary-menu #secondary-menu> li > a {
	display: table-row;
	text-transform: uppercase;
	
}



/*.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:last-child a {
	display: none;
	background: #f00;
}*/
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a {
	color: #333 !important;
	 outline: none !important;
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.current_page_item > a, .header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul 	li.current-page-ancestor a {
	color: #FFF !important;
}
/*.header-menu-sidebar .nav-menu-primary .sub-menu li {
	
	padding: 0;
	height: 27px;
}*/
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu li:not(.woocommerce-mini-cart-item) > a {
	color: #888 !important;
	font-size: .8em;
	height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu li.current_page_item > a {
	color: #FFF !important;
}
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu {
	padding-left: 0;
	
}

.header-menu-sidebar-inner {

    padding: 0;
  
}

/*.nav-ul {
	align-items:flex-start;
}*/

/*#secondary-menu {
	align-items: flex-end;
}*/


.header-menu-sidebar-inner .nav-ul .sub-menu li {

    padding: .5em 0 0;
  
}

.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a::after, .header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul .sub-menu li a::after {
	background-color:#FFF;
}
.hfg_header .header-menu-sidebar .header-menu-sidebar-bg, .hfg_header .header-menu-sidebar .header-menu-sidebar-bg .nav-ul .sub-menu {
		/*background-color:#000;*/
}

.header-menu-sidebar .header-menu-sidebar-bg .icon-bar {
	background-color: #666;
}
/*.builder-item--primary-menu .nav-ul>li a {
	color: #CCC;
}

.nav-ul li.nv-active>.wrap .caret, .nav-ul li.nv-active>.wrap>a {
	color: #FFF;
}*/
/*.builder-item--primary-menu .nav-ul>li:not(:last-of-type) {
	margin-right: 40px;
}*/

/*.builder-item--primary-menu .nav-ul>li:last-of-type {
	margin-right: 40px;
}*/

.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary>.primary-menu-ul li a:after, .header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary>.primary-menu-ul .sub-menu li a:after {
	background-color: #111;
}


/*----- Homepage -----*/



.footer--row .footer--row-inner .container .row {
	display: flex;
	align-items: start;
	
}

.footer--row:first-child .footer--row-inner .container .row{
	
	padding: 3em .5em;
}



/*.footer-top-inner {
	background: #111;
}*/

.footer-top-inner, .footer-top-inner a:not(.button), .footer-top-inner .navbar-toggle {
    color: #666;
}
.nav-menu-footer #footer-menu > li > a {
    color: #666;
}
.footer-bottom-inner, .footer-bottom-inner a:not(.button), .footer-bottom-inner .navbar-toggle {
	/*color: #333;*/
}

@media all and (max-width:767px) {
	
.header-menu-sidebar .header-menu-sidebar-bg .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.trp-language-switcher-container a {
	display: none;
}
.home-img {
	height: 400px;
}
	
.footer--row:first-child .footer--row-inner .container .row {
	
	padding: 0.5em;
}
}
/*----- Fotter -----*/

.widget {
   
     margin-bottom: 0; 
}


.widget p.widget-title {
	margin: 1em .1em;
	font-weight: 600;
	font-size: .82em;
	/*color:#666;*/
}

/*body.home .widget p.widget-title {

	color:#999;
}*/

.widget ul li {
	margin-top: 2px;
}
.widget ul li.menu-item-object-language_switcher {
	display: none;
}
.widget ul ul {
	padding-left: 0px;
}
.site-footer ul ul {
	margin: .4em;
}
.site-footer li {
	font-size: .82em;
}
.site-footer .hfg-grid-bottom li {
	font-size: .6em;

}
.site-footer .hfg-grid-bottom li a {

	color:#666;
}
.site-footer ul ul li {
	font-size: .9em;
}
.site-footer .textwidget p {
	font-size: .86em;
	line-height: 1.5em;
	/*font-weight: 500;
	color:#666;*/
}
/*body.home .site-footer .textwidget p {
	color:#666;
	
}*/
.hfg-item-right .footer-menu li:not(:first-child) {
	margin-left: 10px;
}
.builder-item--footer-menu li > a {
	font-size: .8em;
	font-weight: 900;
}

.hfg-item-v-middle {
    align-self:start;
}

@media (max-width: 960px) {
.footer--row .builder-item:not(:last-child) {
	margin-bottom: 0px;
}
}

.header-main-inner .mobile-left, .header-menu-sidebar .mobile-left, .header-main-inner .desktop-left, .header-menu-sidebar .desktop-left {
    text-align: center;
}

.builder-item--footer_copyright {
	font-weight: 900;
	font-size: .6em;
	padding-top: 2em;
}

@media all and (max-width:767px) {
.builder-item--footer-menu li > a {
	font-size: .7em;
	font-weight: 900;
}
.builder-item--footer_copyright {
	text-align: center;
}
.hfg-item-left .footer-menu li:not(:last-child) {
	margin-right: 10px;
}
.mobile-left .builder-item--footer-menu{
    justify-content: center;
}
.builder-item--footer_copyright {
	padding-top: 0;
}
.builder-item--footer-three-widgets {
    padding: 0 0 2em;
}
}

/*----- Gallery Masonry -----*/
	
.elementor-image-gallery {
	margin: -1px 0;
}

.jw-images-layout__content:before {
	opacity: 0 !important;
}
.elementor-slideshow__footer {
	display: none;
}
/*.gallery_3, .gallery_4 {
	padding: .2em .4em;
}*/
.gallery_3 .gallery-icon img, .gallery_4 .gallery-icon img {
	width: 100%;
/*	padding: .25em .4em;*/
	/*padding: 0;*/
	display: block;
}
.gallery_3 .gallery {
	display: inherit
}
.gallery_4 .gallery {
	display: inherit
}
.gallery_3 #gallery-1, .gallery_3 #gallery-2, .gallery_3 #gallery-3 {
	column-count: 3;
	column-gap: 0;
}
.gallery_4 #gallery-1, .gallery_4 #gallery-2 {
	column-count: 4;
	column-gap: 0;
}
.gallery_3 .gallery-icon a, .gallery_4 .gallery-icon a {
	display: block;
	
	
}
.elementor-image-gallery {
	padding: .24em;
}
.elementor-image-gallery .gallery-item img {
    padding: .24em;
    
}
@media all and (max-width:767px) {
.gallery_3 #gallery-1 {
	column-count: 1;
}
.gallery_4 #gallery-1 {
	column-count: 3;
}
/*.gallery_3, .gallery_4 {
    padding: 0 .6em;
}	
.gallery_3 .gallery-icon img, .gallery_4 .gallery-icon img {
	
	padding: .05em .2em;
}*/
}
/*----- Contact From 7 -----*/


/*.wpcf7 p {
	margin-bottom: 20px;
}*/

 input[type=submit].wpcf7-submit {
	border-radius: 2em;
	padding: .8em 3em;
	 margin-top: 1em
}
.wpcf7-spinner {
vertical-align: middle;
	margin: 14px;
	    background-color: #999;

}



.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]), .elementor-10 .elementor-element.elementor-element-da51a67 .wpcf7 .select2-selection {
	width: 100%;
	font-size: 16px;
}
span.wpcf7-list-item {
	display: block;
	font-size: 0.9em;
	margin: 0;
}
span.wpcf7-not-valid-tip {
	font-weight: 600;
	font-size: .76em;
	float:left;
	
	padding-top: .4em;
	line-height: 1.5;
}
input.wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 form .wpcf7-response-output{
	padding: 0;
	margin: 0;
	width: 80%;
	position: absolute;
}

.wpcf7 label {
		
		font-size: .86em;
	}

@media all and (max-width:767px) {
/*span.wpcf7-not-valid-tip {

	position: relative;
	
}*/
 input[type=submit].wpcf7-submit {
	 margin-top: 1em;
}
/*.elementor-heading-title {
	line-height: 1.05;
} */
.wpcf7 label {
		display: block;
		
	}
	input.wpcf7-submit {
		width: 60%;
	}
	/*.wpcf7-spinner {
	position: absolute;

	}*/
	.wpcf7 form .wpcf7-response-output {
	width: 90%;
	}
}
/*div.wpcf7-response-output {
	margin: 0;
	font-size: 0.9em !important;
}*/
.wpcf7 .wpcf7-form textarea {
	max-height: 100px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	border: none;
	font-size: .86em;
	line-height: 1.4;
}


.wpcf7 .ajax-loader {
	margin: 0 15px;
	vertical-align: middle;
}

.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not([type=checkbox]):not([type=radio]) {
	border:0;
	border-bottom: 1px solid #999;
	
}
/*----- Cookie Notice -----*/


.cn-close-icon {
	display: none;
}
.cookie-notice-container a {
	color: #666;
	text-decoration: underline;
}
.cn-button.bootstrap {
	color: #CCC;
	background-color: #111;
	border: 1px solid #CCC;
	border-radius: 0;
}

@media (max-width: 480px) {
.cookie-notice-container {
	padding: 1.4em 1.8em;
}
	
.cookie-notice-container #cn-notice-text{
	padding-right: 2em;
	/*padding-left: .5em;*/
}
}



input[type=button] {
	border-radius: 2em;
    padding: 1em 4em;
    font-size: 1em;
    background: none;
    border: 1px solid #333;
    color: #333;
}
input[type=button]:hover {
	background: #333;
   
    color: #FFF;
}


.hamburger.is-active.navbar-toggle.active {
	background: none;
	
}

.play-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -13px;
    text-align: center;
    display: none;
    width: 32px;
    height: 32px;
    transform: scale(1.4);
}

.mute-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin: -16px 0 0 -16px;
    text-align: center;
    background-color: rgba(219, 219, 219, .2);
    display: none;
    width: 32px;
    height: 32px;
    line-height: 2.3;
    transform: scale(1.4);
}
.video-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 1;
    position: absolute;
    top: 0;
	left: 0;
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -ms-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
   /* -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);*/
}

.spinner-black-video {
    border: 2px solid transparent;
    border-top: 2px solid #aaa;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1.5s ease-in-out infinite;
    -moz-animation: spin 1.5s ease-in-out infinite;
    -ms-animation: spin 1.5s ease-in-out infinite;
    -o-animation: spin 1.5s ease-in-out infinite;
    animation: spin 1.5s ease-in-out infinite;
}
