/*
Theme Name: K Theme
Theme URI: https://skriba.cloud/themes/k-theme
Author: Skriba
Author URI: https://skriba.cloud
Description: Custom starter theme used by Skriba for tailored WordPress builds.
Version: 1.0.0
Text Domain: k_theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --gold: #E5A65E;
  --gray: #142924;
}

@font-face {
  font-family: "Resort";
  src: url(./font/SeasideResortNF.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: url(./font/SeasideResortNF.ttf) format("truetype");
}

html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  position: relative;
  color: white;
}

body p:empty:before {
  content: none;
}

body p:empty {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h1 {
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2.4rem;
}

h3 {}

h4 {
  text-align: center;
  text-transform: uppercase;
}

a {
  color: #64dd17;
  text-decoration: none;

}

a:hover {
  color: #64dd17;
}

a:focus,
a:hover {
  text-decoration: none;
}

span.wpcf7-list-item {
  margin: 0;
}

div.wpcf7 {
  text-align: center;
}

label.accetta {
  font-family: 'Montserrat';
  font-weight: 400;
  color: white;
  font-size: 0.8rem;
}

label.accetta a {
  color: #64dd17;
}

label.accetta a:hover {}

input:focus,
textarea:focus {
  outline-offset: 0;
  outline: 0;
}

.preloader {
  background-color: #64dd17;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
}

.preloader.out {
  height: 0;
  width: 0;
  -webkit-transition: height cubic-bezier(.29, .78, .31, .95) .5s, bottom ease-in 0.3s;
  -o-transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
  transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
}

.standard .content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.standard .content h2,
.standard .content h3,
.standard .content h4 {
  text-align: inherit;
  text-transform: inherit;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* buttòn */

button {}


/* form */

label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: lowercase;
  color: #706f6f;
  width: 100%;

}

input {
  max-width: 100%;
  font-size: 0.9rem;
  font-family: 'Montserrat';
  margin-top: 10px;
  border: 1px solid #64dd17;
  padding: 10px;
  border-radius: 50px;
  background-color: transparent;
  text-transform: uppercase;
  color: white;
  width: 100%;
}

textarea {
  width: 100%;
  border: 1px solid #64dd17;
  border-radius: 35px;
  font-size: 0.9rem;
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding: 20px;
  margin-top: 10px;
  background-color: transparent;
  color: white;

}

input[type=checkbox] {
  width: auto;
}

input[type=submit] {
  background-color: #64dd17;
  color: black;
  font-weight: 700;
  font-size: 0.8rem;
  float: right;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 50px;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
}

.flexslider {
  border: 0;
}

/* colours */

.white {
  background-color: white;
  color: black;
}

.black {
  background-color: black;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.flex-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.evidenza {
  width: 100%;
  height: 30vw;
}

.clearfix {
  clear: both;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.relative {
  position: relative;
}

.main {
  padding-top: 125px;
}

.loop {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* Menu icon css */

#nav-icon1 {
  width: 35px;
  height: 25px;
  position: relative;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 6px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #64dd17;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  right: 20px;
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



/*-------------------*/

/* header */

.top {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.top.scroll {
  display: none;
}

.logo-top-head {
  max-width: 210px;
  height: 90px;
}

.header-container {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* menu */

.main-menu a {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.main-menu .current-menu-item a {
  color: #64dd17;
}

.menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

.menu li:not(:last-child) {
  margin-right: 8vw;
}

.menu-mobile {
  display: none;
}

/* home */

.home .content {
  margin-bottom: 80px;
}

.home .content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(2.2rem + 0.4vw);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  color: var(--gold);
  padding: 20px 0;
  position: relative;
}


.home .content .mese {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Resort', sans-serif;
  border-radius: 15px;
  border: 2px solid var(--gold);
  margin-bottom: 30px;
  color: white;
  font-size: calc(1.4rem + 0.4vw);
  text-decoration: none;
}

.home .content .mese a {
  color: white;
  font-size: calc(2rem + 0.4vw);
  text-decoration: none;
}

/* standard */

.header-container .mese {
  border-bottom: 1px solid var(--gold);
  width: 100%;
  display: flex;
}

.header-container .mese:before {
  content: '';
  display: block;
  position: relative;
  left: 0;
  bottom: -10px;
  height: 50px;
  width: 80px;
  transform: scaleX(-1);
  background-image: var(--pseudo-bg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.header-container .mese:after {
  content: '';
  display: block;
  position: relative;
  right: 0;
  bottom: -10px;
  height: 50px;
  width: 80px;
  background-image: var(--pseudo-bg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.header-container .mese .nome {
  width: 250px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.standard .content .page-title {
  font-family: 'Resort', sans-serif;
  font-size: calc(2.2rem + 0.4vw);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  color: var(--gold);
  padding: 20px 0;
  position: relative;
}

.standard .content figure {
  margin: 0 auto 50px auto;
  width: 80%;
}

.standard .content .page-title:before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 10px;
}

.standard .content .page-title:after {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 10px;
}

/* notfound */

.notfound {
  text-align: center;
  padding: 150px 20px;
}

.notfound .informazioni h1 {
  font-size: calc(1.5rem + 1.8vw);
  margin-bottom: 20px;
}

/* footer */

.footer .logo-footer {
  max-width: 210px;
  margin: 0 auto 20px auto;
}

.footer-dati .info {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

/* media queries incasinate */

@media (max-width: 1399.98px) {}


@media (max-width: 1199.98px) {

  #nav-icon1 {
    z-index: 100;
  }

  .menu-mobile .menu-contain>ul>li>a {
    padding: 15px 0;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 6rem;
  }

  .menu .sub-menu {
    left: auto;
    transform: none;
    z-index: 1000;
    width: 75%;
    margin: 0 auto;
    background-color: white;
  }

  .menu nav>ul>li {
    height: auto;
  }

  .menu ul {
    display: block;
    float: none;
  }

  .menu-mobile {
    z-index: 0;
    position: fixed;
    top: 1vw;
    padding-top: 30vw;
    right: 1vh;
    width: 0;
    height: 0;
    background: linear-gradient(to top, rgba(100, 221, 23, 1) 0%, rgba(0, 0, 0, 1) 46%);
    transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1), width 600ms cubic-bezier(0.23, 1, 0.32, 1), border-radius 600ms cubic-bezier(0.23, 1, 0.32, 1), top 600ms cubic-bezier(0.23, 1, 0.32, 1), right 600ms cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
    border-radius: 50%;
  }

  .menu-mobile.menu-ham {
    display: block;
    z-index: 99;
    transition: height 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), width 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), border-radius 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), top 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), right 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    height: 100%;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
  }

  .menu-contain .main-menu li,
  .menu-contain .main-menu .sub-menu li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .menu-contain .main-menu .sub-menu {
    display: block;
  }

  .main-menu ul {
    position: relative;
  }

}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
  .header-container .mese .nome {
    height: 50px;
    width: 200px;
  }

  .standard .content figure {
    margin: 0 auto 50px auto;
    width: 95%;
  }
}

@media (max-width: 575.98px) {}