/*
Theme Name: nepenthes
Version: 1.0
Description: A child theme of Page Builder Framework
Template: page-builder-framework
Author: Administrator
*/
@import url("../page-builder-framework/style.css");
@font-face {
    font-family: 'futura';
    src: url('fonts/Futura-T-OT-Book_19064.ttf');
}
@font-face {
    font-family: 'Isidora Soft Black';
    font-style: normal;
    font-weight: normal;
    src: local('Isidora Soft Black'), url('fonts/Isidora Soft Black.woff') format('woff');
}
body {
font-family: 'Quicksand', sans-serif;
}
::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #353535; 
  }
  
 /* Style the form - display items horizontally */
 .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  
  /* Add some margins for each label */
  .form-inline label {
    margin: 5px 10px 5px 0;
  }
  
  /* Style the input fields */
  .form-inline input {
    color: #353535;
    background: #dae3ea!important;
    font-size: 20px;
    vertical-align: middle;
    margin: 5px 15px 5px 0;
    padding: 9px 15px!important;
    background-color: #fff;
    border: 1px solid #ddd;
    width: auto!important;
  }
  .input-date::after{content: url(img/icon/calender.png);margin-left: -100px;
    padding-left:30px;height: 65px;width: 65px; position:absolute; cursor: pointer;}
    .input-number::after{}
        .input-number::before{}
  /* Style the submit button */
  .form-inline button {
      font-size: 20px;
    padding: 10px 20px;
    background-color: #56b342;
    border: 1px solid #56b342;
    color: white;
  }
  
  .form-inline button:hover {
    background-color: #56b342;
    cursor: pointer;
  }
  .content-form{
    padding: 50px 230px;
  }
  .futura {font-family: 'Jost', sans-serif !important;}
  .inner-form{padding-top: 15px;
    background: #fff;
    padding-bottom: 15px;}
    .elementor-swiper-button{top: 97%!important; z-index: 2!important;}
    .elementor-swiper-button-next{left: 49px;}
    .elementor-swiper-button-prev{left: 0!important;}
    .eicon-chevron-left, .eicon-chevron-right{background-color: #fdffff;
        color: #5e5e5e;font-size: 40px!important;padding: 5px!important;}
    .eicon-chevron-left:hover, .eicon-chevron-right:hover{background-color: #f1f1ef;
        color: #5e5e5e;}
        .plus{content: url(img/icon/plus.png);margin-left: 192px;height: 53px; width: 53px; position:absolute; cursor: pointer}
            .minus{
                content: url(img/icon/minus.png);    margin-left: 130px;
    margin-top: 0;height: 53px; width: 53px; position:absolute; cursor: pointer
            }
            p {
                margin-bottom: 0!important;
              }
.citation-title{  font-family: Roboto;
    font-size: 14px;
    font-weight: 400;}
    .citation{color: #3a3e37;
        font-size: 30px;
          letter-spacing: -1px;
        font-family: "Roboto", Sans-serif; font-weight: 900;}
    .citation-author{font-size: 12px;font-style: italic;
        font-size: 12px;}
.row {
  display: flex;
}
.form-control.input-number{    display: flex;
    flex-direction: column;
    justify-content: space-around;}
    #form-book .form-control.input-number{display:block;}
  .flex-direction-nav a::before{font-size: 25px;}
  .flex-direction-nav .flex-next,   .flex-direction-nav .flex-prev{text-align: center; background: #fff;}
  .flexslider{margin: 0;}
  .fa-ul > li{display: inline-block;
margin-right: 50px;}
#form-book{text-align:center;}
#form-book button{text-align: center;
background: #56b342;
color: #fff;
padding: 5px 15px;cursor:pointer;}
#form-book input, #form-book select, #form-book textarea{
    margin-bottom: 15px;
border: 0;
border-bottom: 1px solid #787878;padding: 13px 0; color:#353535;
}
#form-book .input-date::after{
    margin-left: -82px;
    margin-top: -8px;
}
#form-book .plus{margin-left: -53px;margin-top: -8px;}
.column {
  flex: 50%;
  margin: 0 10px;
}
#form-book .minus{margin-top: -8px;right: 60px;}
.column {
  flex: 50%;
  margin: 0 10px;
}
.column input {
  margin-bottom:10px;
}
.wpcf7-form p{margin: 0 10px 10px 10px !important;}
.wpcf7-form input, .wpcf7-form textarea{border: 0!important;
border-bottom: 1px solid #787878!important;padding: 13px 0!important;;}
.wpcf7-form .wpcf7-submit{float:right;background: #39BA94;
color: #fff;border-bottom:0;font-family: 'Quicksand', sans-serif;font-size:18px; text-transform:uppercase;font-weight:400;padding: 14px 16px!important;}

.wpcf7-form textarea{line-height: 1;}
span.wpcf7-not-valid-tip{top: 13px!important;background: transparent!important;}
.message{font-family: 'Quicksand', sans-serif;}
 #overlay{	
          position: fixed;
          top: 0;
          left: 0;
          z-index: 100;
          width: 100%;
          height:100%;
          display: none;
          background: rgba(0,0,0,0.6);
        }
        .cv-spinner {
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;  
        }
        .spinner {
          width: 40px;
          height: 40px;
          border: 4px #ddd solid;
          border-top: 4px #56b342 solid;
          border-radius: 50%;
          animation: sp-anime 0.8s infinite linear;
        }
        @keyframes sp-anime {
          100% { 
            transform: rotate(360deg); 
          }
        }
        .is-hide{
          display:none;
        }

/* datepicker */
#ui-datepicker-div, .ui-datepicker .ui-datepicker-buttonpane button{font-family: 'Quicksand', sans-serif;}
.ui-widget-header{border: 1px solid #56b342;
    background: #56b342 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;}
    /* scroll down */
    .field {
        /* display: flex; */
        align-items: center;
        justify-content: space-around;
      }
      
      .mouse {
          cursor: pointer;
        margin: auto;
        width: 28px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 60px;
        position: relative;
      }
      
      .mouse::before {
        content: "";
width: 2px;
height: 12px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
border-radius: 50%;
opacity: 1;
animation: wheel 2s infinite;
-webkit-animation: wheel 2s infinite;
      }
      
      @-moz-document url-prefix() {
          #form-book .minus {
              margin-top: -69px;
            }
        }
      
      @keyframes wheel {
        to {
          opacity: 0;
          top: 30px;
        }
      }
      @-webkit-keyframes wheel {
        to {
          opacity: 0;
          top: 60px;
        }
      }
      .scroll {
        cursor: pointer;
          margin: auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: relative;
        animation: down 1.5s infinite;
        -webkit-animation: down 1.5s infinite;
      }
      .scroll::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 21px;
        width: 18px;
        height: 18px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
      }
      
      @keyframes down {
        0% {
          transform: translate(0);
        }
        20% {
          transform: translateY(10px);
        }
        40% {
          transform: translate(0);
        }
      }
      @-webkit-keyframes down {
        0% {
          transform: translate(0);
        }
        20% {
          transform: translateY(10px);
        }
        40% {
          transform: translate(0);
        }
      }
      .arrow {
        cursor: pointer;
          margin: auto;
        width: 0;
        height: 40px;
        border: 1px solid #fff;
        position: relative;
        animation: scroll 1.5s infinite;
        -webkit-animation: scroll 1.5s infinite;
        top: 15px;
      }
      /* .arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: -5px;
        width: 1px;
        height: 10px;
        border-top: 10px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
      } */
      
      @keyframes scroll {
        0% {
          height: 40px;
        }
        30% {
          height: 50px;
        }
        60% {
          height: 40px;
        }
      }
      @-webkit-keyframes scroll {
        0% {
          height: 40px;
        }
        30% {
          height: 50px;
        }
        60% {
          height: 40px;
        }
      }

  
  /* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
  @media (max-width: 1515px) {
    .content-form {
        padding: 50px 220px;
      }
  } 
  @media (max-width: 1450px) {
    .content-form {
        padding: 50px 200px;
      }
  } 
  @media (max-width: 1399px) {
    .content-form {
        padding: 50px 260px;
      }
  } 
  @media (max-width: 1398px) {
    .content-form {
        padding: 50px 200px;
      }
  } 
  @media (max-width: 1300px) {
    .content-form {
      padding: 50px 135px;
      }
  } 
  @media (max-width: 1270px) {
    .content-form {
      padding: 50px 90px;
      }
  } 
  @media (max-width: 1190px) {
    .content-form {
      padding: 50px 60px;
      }
  } 
  @media (max-width: 1130px) {
    .content-form {
      padding: 50px 40px;
      }
  } 
    @media (max-width: 1090px) {
    .content-form {
      padding: 50px 20px;
      }
  }
  @media (max-width: 1035px) {
    .content-form {
      padding: 50px 0;
      }
  } 
  @media (max-width: 920px) {
    .form-inline input {
      margin: 10px 0;
      width: 95% !important;
      margin-left: 15px;
    }
    .content-form {
        padding: 50px 50px;
      }
    .plus {
        margin-left: -70px;
    }
    .minus {
        margin-left: -130px;
        margin-top: 0;
    }
    .form-inline button{
        width: 95%;
        margin-left: 15px;
    }
    .form-control.input-number {
    display: block;
    }
  
    .form-inline {
      flex-direction: column;
      align-items: stretch;
    }
  } 
  @media (max-width: 620px) {
    .form-inline input {
      margin: 10px 0;
      width: 94% !important;
      margin-left: 15px;
    }
  }
   @media (max-width: 512px) {
    .form-inline input {
      margin: 10px 0;
      width: 93% !important;
      margin-left: 15px;
    }
    .content-form {
  padding: 50px 5px;
}
  }