/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* import font custom */
@font-face {
  font-family: 'Lequire';
  src: url('./Lequire.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.ns-heading-el, 
.nectar-scrolling-text[data-style="text_outline"] em,
.nectar-scrolling-text[data-style="text_outline"] i {
  font-family: 'Lequire', sans-serif !important; 
}



.nectar-button[data-color-override="false"].regular-button.gb-button {
	background-color: transparent !important;
}
a.gb-button {
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 0 10px !important;
	margin-left: 11px;
	border: 12px solid transparent;
	font-family: Inter !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 18px;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
	text-decoration: none;
	color: #000000 !important;
	outline: none;
	transition: color .2s ease !important;
	opacity: 1 !important;
	margin: 0 auto;
	background-color: transparent !important;
}
a.gb-button::before {
  content: ""!important;
  position: absolute!important;
  top: 50%!important;
  left: -24px!important;
  width: calc(100% + 48px)!important;
  height: calc(100% + 24px)!important;
  border-radius: 200px!important;
  transform: translateY(-50%)!important;
  z-index: -1!important;
	opacity: 1 !important;
}
a.gb-button::before {
  background: linear-gradient(90deg, #ffffff, #a2785a, #ffffff);
  background-size: 1300%;
  animation: gbButtonGradientScroll 10s linear infinite;
}

@keyframes gbButtonGradientScroll {
  0% {
    background-position: -300% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/*.link_text*/
#header-outer .slide-out-widget-area-toggle a:hover i.label {
	color: #a2785a !important;
}
#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after {
	background-color: #a2785a !important;
}



#header-outer.transparent #top #logo {
	height: 45px;
}
#header-outer[data-transparent-header="true"] #logo img {
	width: 210px;
    height: auto !important;
}
#header-outer:not([data-format=left-header]) #top .span_3 {
	margin-right: 0px !important;
	flex: 0 0 210px;
}
#social-in-menu {
	margin-left: 0px !important;
}

@media only screen and (min-width: 1000px) {
    #header-outer #top>.container>.row .right-aligned-menu-items nav {
        flex-direction: row;
    }
}
@media only screen and (max-width: 1406px) {
	#top nav > ul > li > a {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1270px) {
	#header-outer.transparent #top #logo {
		width: 55px;
   		overflow: hidden;
	}
	#header-outer:not([data-format=left-header]) #top .span_3 {
		flex: 1;
	}
}
@media only screen and (max-width: 1050px) {
	#header-outer:not([data-format=left-header]) #top .span_3 {
        flex: 0 0 210px;
    }
	#header-outer.transparent #top #logo {
		width: auto;
        overflow: auto;
	}
}
@media only screen and (max-width: 1109px) {
	#top nav > ul > li > a {
		font-size: 10px;
	}
}

a.gb-button.mobile-check-button {
	display: none;
	position: absolute;
    top: 12px;
    right: 0px;
    z-index: 21;
	font-size: 10px !important;
    padding: 0 0 !important;
}
@media only screen and (max-width: 1050px) {
	a.gb-button.mobile-check-button {
		display: initial;
	}
}
a.gb-button.mobile-check-button::before {
	left: -10px !important;
    width: calc(100% + 21px) !important;
    height: calc(100% + 20px) !important;
}




.shadow-text {
    filter: drop-shadow(2px 4px 6px black);
}
.shadow-text h3 { 
	font-size: 2em !important;
}

form.wpcf7-form input {
    border: 1px solid #e0e0e0;
}
a[hreflang="el"] span,
a[hreflang="en-US"] span {
    display: flex;
    align-items: center;
}
a[hreflang="el"] span img,
a[hreflang="en-US"] span img {
	margin-bottom: 0px !important;
}

body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul {
	background-color: #f8f8f899 !important;
	border-radius: 0px 0px 10px 10px;
	padding: 0px !important;
	overflow: hidden !important;
}
body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul a {
	padding: 20px;
}
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
	background-color: #f8f8f8 !important;
	color: #a2785a!important;
}
#top nav > ul > li > a {
	font-weight: 500;
}
#top nav>ul>li.current-menu-item >a {
    font-weight: 900 !important;
}