/* Custom CSS for LinguaClick */

/* General Styles
-------------------------------------------- */

body {
    color: #222;
    background-color: #FFF;
    font-family: 'IBM Plex Sans', sans-serif;

    &.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
}

body a,
body a:hover,
body a:focus,
body a:active {
    text-decoration: none;
    color: inherit;
}

img {
   /* width: 100%;*/
    height: auto;
}
.img-regular {
  width: auto;
}
body [type=button] {
    -webkit-appearance: none;
}
.btn {
  background-image: none;
	background-color: transparent;
  text-align: center;
  width: auto;
  border-radius: 0;
  font-size: 1em;
  font-family: 'IBM Plex Sans', sans-serif;
}
.color-white {
  color: #fff;
}
.color-grey {
  color: #EAEAEA;
}
.color-dark-orange {
  color: #E39B42;
}
.color-orange {
  color:#F2C284;
}
.color-custom-white {
  color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-grey {
  background-color:#EAEAEA;
}
.bg-light-grey {
  background-color:#F6F6F6;
}
.bg-orange {
  background-color:#F2C284;
}
.bg-dark-orange {
  background-color:#E39B42;
}
.bg-light-orange {
  background-color: #F9ECE1;
}
.uppercase {
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-family: 'IBM Plex Sans', sans-serif;
}
h1 {
    font-size: 1.1em;
    line-height: 1.8em;
}
h2 {
    font-size: 1.8em;
    line-height: 1.3em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.4em;
}
h4 {
    font-size: 1.3em;
    line-height: 1em;
}

h5 {
    font-size: 1em;
    line-height: 1em;
}
ul li,
ul {
    margin: 0;
    padding: 0;
}
.wrapper {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}
.rel-wrapper {
    position: relative;
    /*overflow:hidden;*/
}
p,
a,
input,
textarea,
ul li,
ol li,
.order-list,
span,
table,
table tr,
table tr td {
    font-size: 0.98em;
    font-weight: 300;
}
input,
textarea,
button:active,
button:focus {
    outline: 0;
}
.btn-link:hover {
	text-decoration:none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0;
}
.fs-08 {
  font-size:0.8em;
}
.fs-09 {
  font-size:0.9em;
}
.fs-1 {
  font-size:1em;
}
.fs-2 {
  font-size:2em;
}
.fs-12 {
  font-size:1.2em;
}
.fw-bold {
  font-weight: bold;
}
.fw-medium {
  font-weight: 500;
}
.fw-light {
  font-weight: 300;
}
.fw-extralight {
  font-weight: 200;
}
.f-italic {
  font-style: italic;
}
.lh-1 {
  line-height:1em;
}
a:hover {
    color: inherit;
}
.site-footer ul li,
.site-footer li {
    list-style: none;
}
.no-breaks p {
    margin-bottom: 0;
}
.z-index-11 {
    z-index: 11;
}
.z-index-21 {
    z-index: 21;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 20;
}
.btn-border-grey {
    border: 1px solid #ccc;
}
.border-bottom-1x {
  border:1px solid;
}
.border-bottom-2x {
  border:2px solid;
}
.border-grey {
  border-color:#eaeaea;
}
.border-white {
  border-color:#fff;
}
.border-orange {
  border-color:#F2C284;
}
.single-room,
.bg-black,
.post-type-archive-room {
  background-color:#222;
}
.bg-light-black {
  background-color:rgba(100,100,100,0.3);
}
.hide-content {
  background-color:#222;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1000;
  color:#f6f6f6;
  height:100vh;
}
.hide-content .content {
  top:50%;
  left:50%;
  position:absolute;
  z-index:1500;
  transform:translate(-50%,-50%);
}

/* Header
-------------------------------------------- */

.admin-bar nav {
  top:46px;
}
.navbar-icon-menu {
  font-size:1.5em;
}
.navbar-brand img {
  width:200px;
}
#navbar {
	background-color: #fff;
	color: #222;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	padding-top: 30px;
	z-index: 99;
	overflow-y: hidden;
}
.navbar-nav {
  position:relative;
  padding-left:20px;
  padding-top:20px;
}
.close-menu {
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 101;
  font-size: 1.5rem;
}
.navbar-main.navbar-transition {
  top:0;
  position:relative;
}
.navbar-main.navbar-transition.scrolled {
  top:-32px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .admin-bar nav {
    top:32px;
  }
  #navbar {
    background-color:transparent;
    position:relative;
    height:auto;
    padding-top:0;
  }
  .nav-link {
    font-size:0.9rem;
  }
  .wrapper {
    padding-left:5%;
    padding-right:5%;
  }
  .navbar-nav {
    padding:0;
  }
  .main-hashtag {
    font-size:1.1em;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  #navbar ul li {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
}

@media (min-width:1750px) {
  .wrapper {
    padding-left:15%;
    padding-right:15%;
  }
}

/* Footer
-------------------------------------------- */

#footerRoom {
  background-color: #080808;
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width:1750px) {
}

/* Front Page
-------------------------------------------- */

.bg-img-regular {
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center center;
}
.home-slider-wrapper div {
  min-height:70vh;
}
.room-card {
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
  background-color:#f9ece1;
}
.room-card h2 {
  font-size:1.1em;
}
.room-img {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  height:30vh;
}
.room-widget .room-img {
  height:100%;
}
.btn-link {
  border:0;
  border-bottom:1px solid #E39B42;
  border-top:1px solid #E39B42;
  color:#222;
  padding:5px 10px;
  font-size:0.85em;
}
.btn-link:hover {
  background-color:#E39B42;
  color:#fff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.galeria-link .btn-link {
  color:#fff;
}
.home-slider-content .btn-link {
  border-bottom:1px solid #E39B42;
  border-top:1px solid #E39B42;
}
.home-slider-content .btn-link:hover {
  background-color:#E39B42;
  border-bottom:1px solid #E39B42;
  border-top:1px solid #E39B42;
}
@keyframes bounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.btn-bounce {
  animation: bounce 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.home-slider-wrapper img {
  width:100%;
}
.bg-overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.65);
  z-index:11;
}
.home-slider-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:21;
}
.main-message h1 {
  color:#fff;
  line-height:1.2em;
  font-size:1.5em;
}
.main-message a {
  color:#fff;
}
.galeria-inner-card {
  background-color: #F2C284;
}
.room-card.room-content {
  max-height: 30vh;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .room-img {
    height:100%;
  }
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {
  h1 {
    font-size:1.5em;
    line-height:1.3em;
  }
  .main-message h1 {
    font-size:2.2em;
  }
  .room-card h2 {
    font-size:1.1em;
  }
  .room-img-wrapper {
    overflow:hidden;
  }
  .room-img:hover {
    transform:scale(1.1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .room-card .row {
    min-height:25vh;
  }
  .home-slider-content .btn-link {
    font-size:1em;
  }
  .room-card.room-content {
    max-height: 20vh;
    overflow-y: scroll;
  }
}

@media (min-width: 1200px) {
  .home-slider-wrapper div {
    min-height:82vh;
  }
  .room-card.room-content {
    max-height: 27vh;
    overflow-y: scroll;
  }

}
@media (min-width: 1600px) {
  .room-card.room-content {
    max-height: 27vh;
    overflow-y: scroll;
  }
}

@media (min-width:1750px) {
  .home-slider-wrapper div {
    min-height:85vh;
  }
}

/* Room Single Post
-------------------------------------------- */
.room-slider h3 {
  position:absolute;
  bottom:10%;
  font-size:0.9em;
  left:50%;
  transform: translateX(-50%);
  background-color:#F2C284;
  padding:5px;
  width:260px;
}
.gallery-img {
  width:100%;
}
.room-inner-card {
  height:50vh;
  background-color:#F2C284;
  overflow-y: scroll;
}
.comments-area {
  background-color:rgba(100,100,100,0.3);
  color:#f6f6f6;
}
.comment-list {
  padding-right:35px;
}
.comment-list li {
  background-color: #222;
  padding: 10px;
  border-radius: 6px;
  margin-bottom:20px;
}
.comment-list li::marker {
  font-size:1.2em;
}
.comments-title, .comment-respond {
  padding:20px;
}
.comments-title, .comment-reply-title {
  font-size:1.1em;
}
.comment-author img {
  border-radius:50%;
  margin-right:10px;
}
.comment-content {
  margin-top:10px;
}
.comment-reply-link {
  color:#E39B42;
}
.comments-area input, .comments-area textarea {
  border:0;
  color:#f6f6f6;
  background-color:#222;
  border-radius:6px;
}
.comments-area input {
  padding:10px 5px;
}
.form-submit {
  margin-top:30px;
}
.comment-metadata time {
  font-size:0.9em;
}
.comments-area input[type=submit] {
  background-color: transparent;
  border-top: 1px solid #E39B42;
  border-bottom: 1px solid #E39B42;
  border-radius:0;
  padding:10px;
  color: #fff;
  font-weight: 500;
}
.comments-area input[type=submit]:hover{
  cursor:pointer;
  background-color:#E39B42;
  color: #222;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.comments-area p label {
  width:100%;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comments-area .comment-form-cookies-consent label {
  width:90%;
  font-size: 0.85rem;
  margin-left: 10px;
}
.comment-respond {
  border-top:2px solid #222;
}
.comment-form-comment {
  display:flex;
  flex-flow: column;
}
.room-widget .row {
  min-height:auto;
}
a.color-custom-white:hover {
  color:#E39B42;
}
.slick-dots {
    text-align:center;
    margin-top:10px;
}
.slick-dots li {
    display:inline-block;
    margin-right:8px;
}
.slick-dots li:last-child {
    margin-right:0;
}
.slick-dots li button {
    background-color:#f6f6f6;
    border-radius:100%;
    border:0;
    color:transparent;
    height:10px;
    padding:0;
    width:10px;
}
.slick-dots li button:hover {
    cursor:pointer;
}
.slick-dots li.slick-active button {
    background-color:#f7a808;
}
.accordion-header {
  border-bottom:2px solid #222;
}
.slick-arrow {
  background-color:transparent;
  background-repeat: no-repeat;
  background-size:contain;
  width:auto;
  height:auto;
  border:0;
  box-shadow:0 0 0;
  position:absolute;
  bottom: -90px;
  transform:translateY(-50%);
  z-index:12;
  padding: 10px;
  width: 48%;
  font-weight: 500;
  border-top: 1px solid #E39B42;
  border-bottom: 1px solid #E39B42;
}
.slick-arrow:hover {
  cursor:pointer;
}
.slick-next {
  right: 0;
  color: #fff;
  background-color: transparent;
}
.slick-prev {
  left:0;
  color: #fff;
  background-color:transparent;
}
.slick-next:hover,
.slick-prev:hover {
  color: #222;
  background-color: #E39B42;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.slick-next:active,
.slick-prev:active,
.slick-next:focus,
.slick-prev:focus {
  color: #fff;
  background-color: transparent;
}
@media (min-width: 768px) {

  .comments-area p label {
    width:160px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .slick-arrow {
    bottom: 0;
    transform:none;
    left: auto;
    z-index:12;
    padding: 10px;
    width: 150px;
    font-weight: 500;
    font-size: 0.9rem;
  }
  .slick-arrow:hover {
    cursor:pointer;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    right: 175px;
  }
}

@media (min-width: 1200px) {

}

@media (min-width:1750px) {

}


/* Insert Page here
-------------------------------------------- */

.page-template-template-intro {
  background-color: #000;
}
.video-container {
  height:65vh;
  width:100%;
}
.video-container {
  display:flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.video-wrapper a {
  color:#fff;
  border-bottom:1px solid #E39B42;
  border-top:1px solid #E39B42;
  padding:5px 10px;
  font-size:0.85em;
}
.video-wrapper a:hover {
  background-color:#E39B42;
  color:#222;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .video-container {
    height:90vh;
    width:100%;
  }
}

@media (min-width: 1200px) {

}

@media (min-width:1750px) {

}

.form-volunteers, .product-card {
  background-color:#fff;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
  border-radius: 0;
  padding: 2rem;
}
.form-volunteers input, 
.form-volunteers select, 
.form-volunteers textarea,
.product-card input, 
.product-card select,
.product-card textarea {
  padding: 1rem;
  border: 0;
  border-radius: 12px;
  width: 100%;
  background-color: #f6f6f6;
}
.product-card label,
.form-volunteers label {
  text-align: left;
  display:block;
  font-weight: 500;
}
.product-card required,
.form-volunteers .required {
  color: #E39B42;
}
.product-card textarea,
.form-volunteers textarea {
  text-transform: none;
}
.product-card select,
.form-volunteers select {
  color: #656565;
}
.button {
  width: auto;
  font-weight: 500;
  border-radius: 50px;
  min-width: 150px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-volunteers input[type="submit"] {
  width: auto;
  background-color: #E39B42;
  font-weight: 500;
  border-radius: 50px;
  min-width: 150px;
  height: 40px;
  padding: 0;
}
.product-card input[type="submit"]:hover,
.form-volunteers input[type="submit"]:hover,
.button:hover {
  cursor: pointer;
  background-color: #222;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.button:hover {
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #E39B42;
}
.product-card a {
  color: #E39B42;
  font-weight: 500;
}
.product-card a.button {
  color: #fff;
}

ul {
  margin-left: 1.1rem;
}
ul li {
  margin-bottom: 1rem;
}

.min-height {
  min-height: 70vh;
}

.m-room5 {
  margin-top: 7rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .m-room5 {
    margin-top: 1.5rem;
  }
}


.main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.main-wrapper h2 {
  font-weight: 400;
  font-size: 1.5rem;
}
.main-wrapper .left-window,
.main-wrapper .right-window {
  min-height: 50vh;
  width: 100%;
  position: relative;
}
.main-wrapper .left-window-caption {
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 12;
  text-align: right;
}
.main-wrapper .right-window-caption {
  position: absolute;
  left: 5%;
  bottom: 10%;
  text-align: left;
  z-index: 12;
}
.bg-overlay-home {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.5);
  z-index:11;
}

@media (min-width: 992px) {
  .main-wrapper {
    flex-flow: row;
  }
  .main-wrapper h2 {
    font-size: 1.8rem;
  }
  .main-wrapper .left-window,
  .main-wrapper .right-window {
    min-height: 87vh;
  }
  .main-wrapper .left-window-caption {
    left: 5%;
    right: auto;
    top: 10%;
    bottom: auto;
    text-align: left;
  }
  .main-wrapper .right-window-caption {
    right: 5%;
    left: auto;
    text-align: right;
  }
}

.product-card li {
  margin-bottom: 0.4rem;
}
.product-card .experience-price,
.product-card .experience-price span {
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-card h2 {
    font-size: 1.4rem;
  }
}

.form-book-experience .required {
  color: #E39B42;
}
.form-book-experience label,
.form-book-experience input {
  font-size: 0.9rem;
}
.form-book-experience input[type="submit"] {
  background: none;
  background-color: #E39B42;
  color: #fff;
  width: auto;
  border-radius: 50px;
  min-width: 150px;
  font-size: 0.98rem;
  font-weight: 500;
}
.form-book-experience .error {
  color: rgb(191, 87, 87);
  font-weight: 500;
  margin-top: 1rem;
}

.woocommerce-billing-fields .validate-email,
.woocommerce-billing-fields label,
.woocommerce-billing-fields .validate-phone,
.woocommerce-billing-fields .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields .form-row-last,
.woocommerce-billing-fields .form-row-first {
  width: 100% !important;
}

.woocommerce-billing-fields .required {
  color: #E39B42 !important;
  font-size: 0.7rem;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  height: 40px;
  display: flex;
  align-items: center;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.woocommerce-checkout-payment .button {
  background-color: #E39B42 !important;
  color: #fff !important;
  width: auto !important;
  border-radius: 50px !important;
  font-size: 0.98rem !important;
}
.woocommerce-checkout-payment .button:hover  {
  background-color: #222 !important;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #f6f6f6;
  border-radius: 0; 
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #F9ECE1;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #F9ECE1;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-notices-wrapper {
  display: none;
}

.icon-whatsapp, .icon-book-now {
  background-color: #25D366;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
  opacity: 0;
}
.icon-book-now {
  bottom: 140px;
  background-color: #E39B42; 
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 0.7rem;
}
.icon-book-now span {
  background-color: #E39B42;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
}
.icon-whatsapp img,
.icon-book-now img {
  width: 100%;
  height: 100%;
}
.icon-whatsapp:hover {
  background-color: #1aac4f;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.icon-whatsapp.show,
.icon-book-now.show {
  opacity: 1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

@media (min-width: 992px) {
  .icon-whatsapp {
    right: 40px;
    width: 50px;
    height: 50px;
  }
}

.woocommerce-ordering,
.woocommerce-result-count,
.product-card.product-loop a.button {
  display: none;
}
.product-card.product-loop a {
  color: #222;
}
.product-card.product-loop a.button.bg-dark-orange {
  display: flex;
  width: fit-content;
  color: #fff;
}