/*
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
*/
@font-face {
    font-family: 'Gotham Greek';
    src: url('fonts/GothamGreek-Medium.eot');
    src: url('fonts/GothamGreek-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamGreek-Medium.woff2') format('woff2'),
        url('fonts/GothamGreek-Medium.woff') format('woff'),
        url('fonts/GothamGreek-Medium.ttf') format('truetype'),
        url('fonts/GothamGreek-Medium.svg#GothamGreek-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek';
    src: url('fonts/GothamGreek-Bold.eot');
    src: url('fonts/GothamGreek-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamGreek-Bold.woff2') format('woff2'),
        url('fonts/GothamGreek-Bold.woff') format('woff'),
        url('fonts/GothamGreek-Bold.ttf') format('truetype'),
        url('fonts/GothamGreek-Bold.svg#GothamGreek-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek Book';
    src: url('fonts/GothamGreek-Book.eot');
    src: url('fonts/GothamGreek-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamGreek-Book.woff2') format('woff2'),
        url('fonts/GothamGreek-Book.woff') format('woff'),
        url('fonts/GothamGreek-Book.ttf') format('truetype'),
        url('fonts/GothamGreek-Book.svg#GothamGreek-Book') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

p {
    padding-bottom: 1em;
}
.bg-100{
  background-size: 100%;
}
sup {
    font-size: 60%;
    vertical-align: super;
}
.img-w100, .img-w100 img{
	width:100vw;
}
.font-press, .font-press *{
	font-family: "Press Start 2P"!important;
}
.font-400, .font-400 *{
	font-weight:400!important;
}
.material .wpb_content_element {
    margin-bottom: 0.5em;
}
.kynigoi-btn{
	font-family: "Press Start 2P"!important;
	font-size:12px!important;
	border-radius:0!important;
	box-shadow:none!important;
	padding: 5px 8px!important;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	border-top:3px solid rgba(255,255,255,0.3);
	border-right:3px solid rgba(255,255,255,0.3);
	border-bottom:3px solid #4b31a7;
	border-left:3px solid #4b31a7;
	
}
.mathitis-btn.kynigoi-btn{
	border-bottom:3px solid #af4560;
	border-left:3px solid #af4560;
	min-width: 245px;
}
.awards-btn.kynigoi-btn{
	border-bottom: 3px solid rgb(147 53 77);
    border-left: 3px solid rgb(147 53 77);
}
.kynigoi-btn.periballon-btn{
	border-bottom: 3px solid rgb(58 37 132);
    border-left: 3px solid rgb(58 37 132);
}
.kynigoi-btn:after{
	content:url(/wp-content/uploads/2021/10/daskalos.png);
	height:45px;
	width:45px;
	margin-left: 10px;
}

.mathitis-btn:after{
	content:url(/wp-content/uploads/2021/10/mathitis.png);
}
.periballon-btn:after{
	content:url(/wp-content/uploads/2021/10/barbadaki.png);
	margin-left: 20px;
	word-spacing: -6px;
}
.awards-btn:after{
	content:url(/wp-content/uploads/2021/10/mathitis.png);
	margin-left: 20px;
	word-spacing: -6px;
}

/* FORM */
p a, span a {
    text-decoration: underline;
}
a.terms-link-form {
    font-family: 'Gotham Greek';
}
.myrow {
    display: flex;
    font-size: 16px;
    line-height: 1.2;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 3% 0;
    flex-direction: column;
}
.mycol{
    padding:10px 0;
}
.mycol2 {
    display: flex;
    justify-content: start;
}
.wpcf7 p{
padding-bottom: 0;
}
@media (min-width:1000px){
label.my-class {
    display: flex;
    align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}
.my-class .wpcf7-form-control-wrap {
    position: relative;
    margin-left: auto;
    width: 75%;
	flex-grow: 2;
    padding-left: 20px;
}
.myrow {
   flex-direction: row;
}
.mycol2 {
    display: flex;
    justify-content: start;
    width: 50%;
    margin-left: auto;
}
}
.wpcf7 input{
    border-radius: 15px;
    border-style: solid;
}
.container-wrap input[type="submit"], input[type="submit"],.material input[type="submit"]{
    margin-left: auto;
    text-align: left;
    position: relative;
    display: block;
    background: #4b31a7;
    font-family: "Press Start 2P"!important;
    font-size: 12px!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 17px 11px!important;
    border-top: 3px solid rgba(255,255,255,0.3);
    border-right: 3px solid rgba(255,255,255,0.3);
    border-bottom: 3px solid rgba(75, 49, 167,1);
    border-left: 3px solid rgba(75, 49, 167,1);
    position: relative;
    width: 180px;
    padding-right: 70px!important;
    display: block;
    background-image: url(/wp-content/uploads/2021/10/daskalos.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 19%;
}
.wpcf7{
padding: 30px 3%;	
}

.wpcf7 .wpcf7-list-item {
  /*margin: 0 0 1em 1em;*/
  margin-bottom: 10px;

}
.wpcf7 .wpcf7-radio .wpcf7-list-item{
    min-width: 46%;  
}

.wpcf7-form .wpcf7-radio {
  
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
    padding-left: 25px;
    right: 0;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
    border-radius: 5px;
    height: 22px;
    width: 22px;
    top: 0px;
    left: 0;
    border: 2px solid #51344d;
    border-style: solid;
    background: transparent;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 25px;
    width: 13px;
    top: -8px;
    left: 4px;
    visibility: hidden;
    font-size: 36px;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
/* background: #51344d; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
/*    background: #51344d; */
   visibility: visible;
}
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    padding-left: 25px;
	font-weight:400px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
    border-radius: 5px;
    height: 22px;
    width: 22px;
    top: 0px;
    left: 0;
    border: 2px solid #51344d;
    border-style: solid;
    background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 25px;
    width: 13px;
    top: -8px;
    left: 4px;
    visibility: hidden;
    font-size: 36px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
/*       background:transparent; */
/*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}
span.terms-block{
	font-size: 16px;	
	line-height:1.4;
}
.terms-link{
	margin-bottom: 10px;
    margin-left: 4vw;
    display: block;

}
@media screen and (max-width:690px){
	.wpcf7-form .nectar-wpcf7-inline-form{
		flex-direction: column;
	}
	.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field{
		padding-right:0;
	}
}
.form-title{
	background-image: url(/wp-content/uploads/2023/10/Asset-34.png);
    background-repeat: no-repeat;
    background-position: 68% top;
    padding-top: 20px;
	position:relative;
}
@media screen and (min-width:900px){
	.form-title:before{
	content: '';
    position: absolute;
    width: 75px;
    height: 67px;
    top: 0;
    left: 1vw;
    background-image: url(/wp-content/uploads/2023/10/Asset-33.png);
    background-repeat: no-repeat;
    background-size: contain;
}
}

.form-second-title{
	background-image:url('/wp-content/uploads/2023/10/Asset-35.png');
	 background-repeat: no-repeat;
    background-position: 73% bottom;
    padding-bottom: 10px;
}

/* HOME PAGE CSS */
.hero-image-over{
    max-width: 90vw;
    max-height: 75vh;
	padding: 2%;
}
.nectar-box-roll .overlaid-content .subheader{
	font-size: 25px;
    line-height: 30px;
    font-weight: 500;
	letter-spacing: -2px;
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots, 
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots{
	bottom: 7px;
}
.inner-menu-row .nectar-button.small{
    font-size:21px;
    line-height:1.2;
    margin: 0 1%;
}
.inner-menu-row .wpb_column > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay,
.inner-menu-row .wpb_column[data-shadow="medium_depth"] > .vc_column-inner > .column-bg-overlay-wrap,
.inner-menu-row .wpb_column > .vc_column-inner > .column-bg-overlay-wrap{
    border-radius: 0 0 40px 40px;    
}
.apothiki-title{
    padding: 50px 20px;
    background: #6fa187;
    border-bottom: 0px solid rgba(255,255,255,0.3);
    max-width: 1100px;
    margin: 20px auto;
    position: relative;
/*     text-shadow: 0.2px 2px #fff; */
}
.apothiki-title:before {
    content: "";
    width: 100%;
    position: absolute;
    background: #409378;
    height: 5px;
    left: 0;
    bottom: -5px;
}
.apothiki-title:after {
    content: "";
    width: 100%;
    position: absolute;
    background: #000;
    height: 5px;
    left: 0;
    bottom: -10px;
}
.container-1440{
	max-width:1440px;
}
.center-container{
    margin:0 auto!important;
}
@media (min-width:1000px){
.heroes-img{
    transform: translateY(75px)!important;
	}
}
@media (min-width:1440px){
    .container-big.center-container{
        max-width:1790px;
        margin: 0 auto!important;
    }
}
@media (min-width:640px){
.battery-before:before{
    content: '';
    top: 0;
    left: -90px;
    position: absolute;
    width: 80px;
    height: 90px;
    background-size: contain;
/*     background-image: url(/wp-content/uploads/2021/10/small-battery.png); */
	background-image: url(/wp-content/uploads/2023/10/Asset-34-80.jpg);
	
    background-repeat: no-repeat;
}
	.battery-before.terms-before:before{
		 	content: '';
		    width: 80px;
    		height: 90px;
			left: -90px;
			background-image: url(/wp-content/uploads/2023/10/Asset-35-80.jpg);
		}
}
.cta-terms{
    position:absolute;
    bottom:86px;
    z-index:20;
    left:38%;
}
.cta-terms.battery-before:before{
      content: '';
      position: absolute;
      top: 0;
    left: -115px;
    width: 120px;
    height: 135px;  
    background-repeat: no-repeat;
     background-size: contain;
     background-image: url(/wp-content/uploads/2021/10/medium-batery.png);
}
.cta-terms h3 span {
    font-size: 0.8em;
	line-height: 1;
}
.cta-terms p{
	font-size: .9em;
}
.gradient-container .column-bg-overlay,
.gradient-container .column-overlay-layer
{
    border-radius: 40px;
}
.form-container{
/*     border-radius:50px; */
    padding:2%;
    text-align:left;
/* 
background: #abd2d5; 
background: -moz-linear-gradient(top,   #abd2d5 0%, rgba(171,210,213,0.2) 30%, rgba(171,210,213,0.1) 53%, rgba(171,210,213,0) 80%); 
background: -webkit-linear-gradient(top,  #abd2d5 0%, rgba(171,210,213,0.2) 30%, rgba(171,210,213,0.1) 53%, rgba(171,210,213,0) 80%); 
background: linear-gradient(to bottom,    #abd2d5 0%, rgba(171,210,213,0.2) 30%, rgba(171,210,213,0.1) 53%, rgba(171,210,213,0) 80%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(171,210,213)', endColorstr='rgba(171,210,213,0)',GradientType=0 ); */

}
.translate-y-8{
    transform: translateY(7px);
}
@media screen and (max-width:1000px){

	.poloi-batarias img{
		max-width:80%!important;
}
	}
}
/*  section mathites */
.apothiki-mathiton-title{
     text-shadow: 0.2px 2px #fff;
}
.mathites-big-kid .column-image-bg{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;  
    background-color: linear-gradient(to bottom,  #f6d8d9 0%,#a9d2d5 100%); 
}
.fixed-row{
    padding-top: 0px;
    padding-bottom: 1px;
    position: fixed;
    top: 0px;
}

.nectar-video-box .nectar_video_lightbox path {
    fill: #4b31a7!important;
}

.nectar_video_lightbox svg {
    width: 30px;
    height: 30px;
}
.nectar-video-box:before{
	    border-radius: 30px;
}
@media screen and (min-width:1000px){
.mathites-title-batteries .wpb_wrapper{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
}
.img-with-aniamtion-wrap[data-border-radius="20px"] .img-with-animation, .img-with-aniamtion-wrap[data-border-radius="20px"] .hover-wrap {
    border-radius: 35px;
}
/* FOOTER */
.absolute-footer{
    position: absolute!important;
    z-index: 0;
    bottom: 0;
}
.footer-social{
    display:flex;
	justify-content: flex-end;
    margin-right: 5vw;
	gap: 5px;
}
.footer-social img{
	max-width: 50px!important;
}
img.img-with-animation.skip-lazy.footer-img-afis.animated-in {
    max-width: 215px;
	margin-right:5vw;
}
.logo-footer .wpb_wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 5vw!important;
}
/* UNDER 690px CSS */
@media screen  and (max-width: 690px){
	.overlaid-content .subheader{
		
	}
	.inner-menu-row .nectar-button.small {
		font-size: 14px;
		margin: 0;
		line-height: 1;
		padding: 6px 10px;
	}
	.cta-terms h3{
		font-size: 21px;
    	line-height: 1.2;
	}
	.cta-terms {
		position: absolute;
		bottom: 0;
		z-index: 20;
		left: 30%;
	}
	.cta-terms.battery-before:before {		
		top: 0;
		left: -75px;
		width: 70px;
		height: 80px;
	}
	.nectar-box-roll .overlaid-content[data-alignment-v="middle"] .row, .nectar-box-roll .overlaid-content[data-alignment-v="middle"] .container, .nectar-box-roll .overlaid-content[data-alignment-v="top"] .row, .nectar-box-roll .overlaid-content[data-alignment-v="top"] .container, .nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .row, .nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .container {
    max-width: 100%!important;
}
	.batteries-pair{
		max-width: 160px!important;
	}
}
/* POP UPS */
.pum-content p, .my-popup p{
    padding-bottom: 0;
    font-size: 22px;
    padding-top: 20px;
}
.my-popup .wpb_wrapper>div {
    margin-bottom: 10px;
}

/* portfolio */
body .nectar-view-indicator span {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}
