/*
 Theme Name:   kapas
 Theme URI:    https://www.webhippies.gr
 Description:  kapas Child Theme
 Author: WebHippies
 Author URI: https://www.webhippies.gr
 Template:     whdynamic
 Version:      1.0.10
 License:      GNU General Public License v2 or later
 License URI:  
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  kapas
 Colors: https://coolors.co/ee1c25-02adef-fec20a-76891f-0b0c05-ffffff

*/

:root {
  --text: #0b0c05;
  --black: #0b0c05;
  --white: #ffffff;
  --racing-red: #EE1C25;
  --fresh-sky: #02ADEF;
  --school-bus-yellow: #FEC20A;
  --olive: #76891F;  
  /* --font: "GFS Neohellenic", sans-serif; */
  --font: "Gidole", sans-serif;
  --headings-font: "Gidole", sans-serif;
}

.page {
    margin: 0 0 0;
	min-height: 100vh;

}

.grecaptcha-badge {
    opacity: 0;
    display: none!important;
}

.sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
}
@media screen and (min-width:600px) {
	.admin-bar .sticky {
		top: 30px;
	}
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--text);
	font-family: var(--font);
	font-size: 1em;
    font-optical-sizing: auto;
    font-style: normal;
	line-height: 1.5;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headings-font);
	font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
}

h1 { font-size: 4em;}
h2 { font-size: 2.5em;}
h3 { font-size: 2em;}
h4 { font-size: 1.5em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1em;}


a, a:visited, a:hover {
	color: var(--text);
}

span.wh-share-text, .calligraphy {
    font-family: var(--headings-font);
    font-size: 3em;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: .6;
}

/* Buttons
--------------------------------------------- */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid;
    border-color: var(--fresh-sky);
    border-radius: 35px;
    background: var(--fresh-sky);
    color: var(--white);
    width: auto;
    padding: 10px 0;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color:var(--racing-red);
	background: var(--racing-red);
	color: var(--white);
}



/* Navigation
--------------------------------------------- */

.hfe-nav-menu-icon  #topBar,
.hfe-nav-menu-icon  #botBar {
	fill: var(--racing-red);
	transition: .5s ease-in-out;
}

.hfe-nav-menu-icon  #midBar {
	transition: .5s ease-in-out;
	fill: var(--fresh-sky);
}

.hfe-nav-menu-icon:hover #midBar {
    rotate: 0deg;
    x: 25%;
    width: 50%;
	
}

.hfe-nav-menu-icon:hover #topBar {
    y: 0;
}

.hfe-nav-menu-icon:hover #botBar {
	y: 22;
}


/* Header */
.ehf-header #masthead,
.home header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
}
.admin-bar.ehf-header #masthead,
.home.admin-bar header#masthead {
    top: 30px;
}

.site-header {
    -webkit-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
    /* background-color: var(--white); */
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0000000A", GradientType=0);
}

.site-header.scrolled {
    box-shadow: #ffffff33 1px 1px 10px;
    -webkit-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
    box-shadow: 0 3px 20px 0px #0000001f;
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

 /* Logo Container */
.hfe-site-logo-container {
    -webkit-transition: width .25s ease-in-out!important;
    transition: width .25s ease-in-out!important;
}
.scrolled .hfe-site-logo-container {
    height: 0;
    -webkit-transition: width .25s ease-in-out!important;
    transition: width .25s ease-in-out!important;
}

/* Full Logo */
.full-logo .hfe-site-logo img {
    width: 170px;
    -webkit-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
}
.scrolled .full-logo {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
}

/* Mark Logo */
.logo-mark .hfe-site-logo {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
}

.logo-mark .hfe-site-logo img {
    width: 60px;
    -webkit-transition: width .25s ease-in-out!important;
    transition: width .25s ease-in-out!important;
}

.scrolled .logo-mark .hfe-site-logo {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    margin-top: -20px;
    -webkit-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
}

@media screen and (max-width: 480px) {
    .hfe-site-logo img {
        width: 100px;
    }
    .scrolled .hfe-site-logo img {
        width: 50px;
        -webkit-transition: width .25s ease-in-out!important;
        transition: width .25s ease-in-out!important;
    }
    
}

[data-elementor-type="wp-page"] {
	
}

/* Footer */

.site-footer, .site-footer a {
	 color: #fff;
}
.site-footer {
     background-color: var(--black);
}

/* Forms */


.wpcf7-list-item {
    margin: 0 0 10px 3px;
}

.wpcf7 input {
	border: 0;
    border-bottom: 2px solid var(--fresh-sky);
    box-shadow: none;
    padding: 12px;
    width: 100%;
    height: 50px;
    margin: 0;
    background: #f9f9f9;
    border-radius: 0;
    text-align: left;
    font-family: var(--headings-font);
	color: var(--white);
}

.wpcf7 label {
    width: 100%;
}


.wpcf7 input.subscribe-acceptance {
	height: 12px;
}

.wpcf7 textarea {
	border: 0;
    border-bottom: 2px dotted  var(--racing-red);
    box-shadow: none;
    padding: 12px;
    margin: 0 0 15px 0;
    background: #f9f9f9;
    border-radius: 0;
}

.wpcf7-not-valid-tip {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
}

.wpcf7 input[type="submit"] {
	border: 2px solid var(--racing-red);
    text-align: center;
    font-weight: 900;
    background-color: transparent;
    width: 100%;
    height: 55px;
    font-size: 1em;
    line-height: 0;
    color: var(--white);
    padding: 0;
}

.wpcf7 input[type="submit"]:hover:not(:disabled) {
    background-color: var(--racing-red);
}


label.contact-acceptance-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.contact-acceptance-text {
    font-size: 0.8em;
    line-height: 0.8em;
    vertical-align: middle;
    color: var(--white);
}


.wpcf7-spinner {
    position: absolute;
    bottom: 66%;
    left: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--white);
    text-align: center;
    margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--racing-red);
}

.wpcf7-not-valid-tip {
    margin-top: 0;
    color: var(--white);
}

/* Elementor */
/* @media (min-width: 768px) { */
.elementor-image-gallery .gallery-columns-2 .gallery-item,
.elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 100%!important;
}
/* } */

@media (max-width: 768px) {
	.gallery-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* CookieYes*/
button.cky-btn {
    padding: 10px!important;
    border-radius: 0!important;
	width: auto!important;
}

button.cky-btn:hover, button.cky-btn:active {
	border-radius: 0!important;
}

button.cky-accordion-btn:hover, button.cky-accordion-btn:active {
	background-color: #fff!important;
	border-radius: 0!important;
	border:0!important;
}

.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }

.stripes {
  background: repeating-linear-gradient(
  45deg,
  var(--racing-red),
  var(--racing-red) 100px,
  var(--black) 100px,
  var(--black) 200px
) 
}

.price-tag .elementor-button, 
.price-tag .elementor-button a { 
    cursor:pointer;
}
.price-tag .elementor-button {
    
    transform: skewX(-20deg);
    border-radius: 15px 0 15px 0 !important;
}

.price-tag .elementor-button-content-wrapper {
    transform: skewX(20deg);
}