/*
 Theme Name:   WelcomeHome Landing
 Theme URI:    https://welcomehome.treetopsmarbella.com
 Description:  WelcomeHome Landing Page
 Author:       inknite
 Author URI:   https://inknite.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  landing
*/

/*=============================================*/
/*GENERAL*/
/*=============================================*/

/*COLORS*/
/*
LC GREEN: #33CC66
LC DARK: #1e201e;
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;800&family=Allura&display=swap');
:root{
   --primary-color: #33CC66;
   --bg-color: #F5F5F5;
   --font: 'Montserrat', sans-serif;
}
*{
  box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
  overflow-x:hidden;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font), sans-serif;
  position: relative;
  overflow-y:auto;
  overflow-x:hidden;
  max-width: 100vw !important;
  min-width: 100vw !important;
  background-color: var(--bg-color);
  font-size: 10px;
  margin: 0 !important;
  background-color: #f5f5f5;
  /*background-image: url(./img/bg_breeze_lp.jpg);*/
  background-image: url(./img/Guadalmina-Golf-1-2.jpg);
  background-position: bottom center;
  background-size: 120% auto;
  background-repeat: no-repeat;
}
a{
  color: inherit;
  text-decoration: none;
}
h1{
  font-size: 5.2em;
  font-weight: 400;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
h2{
  font-size: 3.5em;
  font-weight: 400;
  color: #222;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
h3{
  font-size: 4em;
  font-weight: 300;
  color: #45525c;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  overflow: visible;
  display: block;
  text-transform: lowercase;
}
p{
  font-family: var(--font), sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 15px;
  color: #EEE;
}
p strong{
  font-weight: 500;
}
.s_padding{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.three_cols .wp-block-column{
  -webkit-flex-basis: 30%;
  -o-flex-basis: 30%;
  -ms-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
.inner_container .headings{
  width: 100%;
}
/*=====FLEX SYSTEM=====*/

.fbox{
  display: -webkit-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: flex !important;
}
.calign{
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content:  center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.valign{
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fb19{
  -webkit-flex-basis: 19%;
  -o-flex-basis: 19%;
  -ms-flex-basis: 19%;
  -moz-flex-basis: 19%;
  flex-basis: 19%;
  max-width: 19%;
  width: 19%;
}
.fb22{
  -webkit-flex-basis: 22%;
  -o-flex-basis: 22%;
  -ms-flex-basis: 22%;
  -moz-flex-basis: 22%;
  flex-basis: 22%;
  max-width: 22%;
  width: 22%;
}
.fb25{
  -webkit-flex-basis: 25%;
  -o-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.fb30{
  -webkit-flex-basis: 30%;
  -o-flex-basis: 30%;
  -ms-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
.fb33{
  -webkit-flex-basis: 33.3%;
  -o-flex-basis: 33.3%;
  -ms-flex-basis: 33.3%;
  -moz-flex-basis: 33.3%;
  flex-basis: 33.3%;
  max-width: 33.3%;
  width: 33.3%;
}
.fb50{
  -webkit-flex-basis: 50%;
  -o-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.fb40{
  -webkit-flex-basis: 40%;
  -o-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
.fb48{
  -webkit-flex-basis: 48%;
  -o-flex-basis: 48%;
  -ms-flex-basis: 48%;
  -moz-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
}
.fb60{
  -webkit-flex-basis: 60%;
  -o-flex-basis: 60%;
  -ms-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%;
  width: 60%;
}
.fb70{
  -webkit-flex-basis: 70%;
  -o-flex-basis: 70%;
  -ms-flex-basis: 70%;
  -moz-flex-basis: 70%;
  flex-basis: 70%;
  max-width: 70%;
  width: 70%;
}
.fb100{
  -webkit-flex-basis: 100%;
  -o-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.fwrap{
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fb-jsb{
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.fb-jsa{
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fb-jfend{
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.fb-jcenter{
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
/*===================================================*/
/*HEADER*/
/*===================================================*/

header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  padding-left: 50px;
  padding-right: 6%;
  padding-top: 40px;
  width: 25vw;
  height: auto;
  min-width: 100%;
}
#logo{
  position: relative;
  z-index: 99999999;
  width: 350px;
  opacity: 0;
  animation: logoanim 0.8s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#logo img{
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes logoanim {
  100%{
    opacity: 1;
  }
}
#contact_top{
  font-size: 2.7em;
  font-weight: bold;
  color: #FFF;
  padding-left: 50px;
  background-position: left center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-image: url('./img/whatsapp-logo.png');
}
#contact_top a{
  text-shadow: 3px 1px 10px rgb(0 0 0 / 60%);
}
/*===================================================*/
/*HERO*/
/*===================================================*/

#lp_hero{
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  background-color: #333;
  position: relative;
}
#lp_hero::after{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  width: 450px;
}
#lp_hero::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99998;
  width: 100%;
}
#lp_hero .headings{
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 80px;
  width: 450px;
  height: 100%;
  max-width: 400px;
  padding-top: 80px;
}
#lp_hero .headings h1{
  color: #FFF;
  font-size: 5em;
  font-weight: 300;
}
#lp_hero .headings p{
  color: #FFF;
}
/*#lp_hero::after{
  content: "";
  bottom: 0;
  left: 50%;
  left: calc(50% - 1.5px);
  height: 20vh;
  background-color: #FFF;
  position: absolute;
  width: 3px;
  z-index: 9999;
}*/
#lp_hero .inner_container{
  height: 100%;
  position: relative;
}
/*#lp_hero .inner_container::before{
  content: "";
  position: absolute;
  left: 10vw;
  width: 80vw;
  height: 80vw;
  top: -40vw;
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 19%, rgba(255,255,255,0) 47%);
  z-index: 999;
  border-radius: 50%;
  opacity: 0.95;
  opacity: 0;
  animation: logoanim 0.8s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}*/
#lp_hero .render{
  overflow: hidden;
  background-color: #000;
  position: relative;
  height: 100%;
}
#lp_hero .golf, #lp_hero .beach{
  height: 100%;
  position: relative;
  overflow: hidden;
}
#lp_hero .golf::after, #lp_hero .beach::after{
  background-color: #4e6a78;
  opacity: 0.3;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
#lp_hero .render .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('./img/breeze_concepthome_nvoga_nocturno.jpg');
  animation: bgzoom 30s linear;
  animation-fill-mode: forwards;
  top: 0;
  right: 0;
}
#lp_hero .beach .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('./img/beach.jpg');
  animation: bgzoom 12s linear;
  animation-fill-mode: forwards;
}
@keyframes bgzoom{
  0%{
    opacity: 0;
  }
  3%{
    opacity: 1;
  }
  100%{
    transform: scale(1.2,1.2);
    opacity: 1;
  }
}
.overlay_content{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.overlay_content h1{
  font-size: 15em;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  line-height: 1.5;
  transform: scale(1.2,1.2);
  margin: 0;
  animation: h1anim 1.5s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
}
@keyframes h1anim {
  100%{
    opacity: 1;
    line-height: 0.9;
    transform: scale(1,1);
  }
}
/*===================================================*/
/*GENERAL BLOCKS*/
/*===================================================*/
.wp-block-image img{
  width: 100%;
  height: auto;
}
.pad30{
  padding: 30px;
}
.noleft_margin{
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.s_block{
  padding: 120px 12% 60px 11%;
}
.top_line{
  position: relative;
}
.top_line::before{
  content: "";
  top: 0;
  left: 50%;
  left: calc(50% - 1.5px);
  height: 80px;
  background-color: #89c247;
  position: absolute;
  width: 3px;
  z-index: 9999;
}
.s_block h2{
  font-size: 5em;
  font-weight: 300;
  color: #45525c;
}
.s_block h2 strong{
  color: #ced5ff;
  font-weight: 500;
  font-family: "Allura", sans-serif;
  font-size: 1.4em;
  margin-top: 50px;
  margin-bottom: 20px;
}
#byconcepthome{
  color: #EEE;
  font-weight: 500;
  font-family: "Allura", sans-serif;
  font-size: 3.5em;
  bottom: 50px;
  right: 6%;
  position: absolute;
  z-index: 99999;
  text-transform: lowercase;
}
#byconcepthome img{
  width: 30vw;
  min-width: 150px;
}
.s_block h2 strong{
   background: linear-gradient(to right, #b5d7e5 0%, #8bcd4a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      overflow: visible;
      padding-right: 20px;
      padding-left: 0px;
      margin-left: -100px;
      display: inline-block;
}
.cta{
  position: relative;
  padding: 25px 35px;
  border: 2px solid #FFF;
  text-align: center;
  color: #FFF;
  font-size: 1.7em;
  font-weight: 500;
  display: inline-block;
}
/*===================================================*/
/*FOOTER*/
/*===================================================*/
footer{
    background-color: transparent;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 70px;
    padding-bottom: 100px;
}
footer .footer_branding{
  font-size: 1.5em;
  line-height: 1.5;
  color: #FFF;
}
footer .footer_branding .legals{
  display: block;
  margin-top: 20px;
}
footer .footer_branding .legals a{
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  color: #EEE;
    border-bottom: 1px dotted #EEE;
}

.breeze_mask{
  position: relative;
  width: 100%;
}
.breeze_mask img{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 999;
}
.breeze_mask video{
  position: absolute;
  top: 10%;
  left: -20%;
  z-index: 0;
  width: 150%;
  height: 80%;
}
form.lcform_contact_form {
    border: none !important;
    background-color: #FFF !important;
}
.lcform_contact_form input.text, .lcform_contact_form input.title, .lcform_contact_form input[type="email"], .lcform_contact_form input[type="password"], .lcform_contact_form input[type="tel"], .lcform_contact_form input[type="text"], .lcform_contact_form textarea, .et-db #et-boc .lcform_contact_form input.text, .et-db #et-boc .lcform_contact_form input.title, .et-db #et-boc .lcform_contact_form input[type="email"], .et-db #et-boc .lcform_contact_form input[type="password"], .et-db #et-boc .lcform_contact_form input[type="tel"], .et-db #et-boc .lcform_contact_form input[type="text"], .et-db #et-boc .lcform_contact_form textarea{
  border-bottom: 1px solid #45525c !important;
}
.lcform_contact_form input[type="submit"], .et-db #et-boc .lcform_contact_form input[type="submit"]{
  position: relative;
  padding: 25px 35px;
  border: 2px solid #333 !important;
  text-align: center;
  color: #333 !important;
  font-size: 1.7em;
  font-weight: 500;
  display: inline-block;
  background-color: transparent !important;
}
.lcform_contact_form input[type="submit"]:hover, .et-db #et-boc .lcform_contact_form input[type="submit"]:hover{
  position: relative;
  padding: 25px 35px;
  border: 2px solid #333;
  text-align: center;
  color: #333;
  font-size: 1.7em;
  font-weight: 500;
  display: inline-block;
}
form.lcform_contact_form{
  background-color: #f9f9f9 !important;
}
.legal_checkbox p, #et-boc .legal_checkbox p {
    color: #555 !important;
}





/*OVERRIDE*/
/*reemplazar estas propiedades*/
p {
  color: #5C5C5C;
}
