/***
============================================
General Styles
Section: Body
============================================
***/

body {
  color: var(--blue);
  background-color: var(--creamBg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    &.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
}
body a,
body a:focus,
body a:active {
  text-decoration: none;
  color: var(--blue);
}
body a:hover  {
  color: var(--yellow);
    transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

html, body {
  scroll-behavior: auto !important;
}

body a.color-yellow:hover {
  color:var(--darkBlue);
    transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
body a.color-yellow:focus,
body a:active {
  color:var(--darkBlue);
}
/***
============================================
General Styles
Section: Outline, Active, Focus
============================================
***/

div,
input,
textarea,
button:active,
button:focus,
.button,
button,
a[type="button"] {
    outline: 0;
}
.button.focus,
.button:focus {
    box-shadow: 0 0 0 0;
}

/***
============================================
General Styles
Section: b & Strong tags
============================================
***/

b, strong {
  font-weight:400;
}
.text-justify p {
  text-align: justify;
}

/***
============================================
General Styles
Section: Lists
============================================
***/

ul li,
ul,
ol li,
ol {
    margin: 0;
    padding: 0;
}
li {
  list-style: none;
}
.card li,
.gfield li {
  list-style: disc;
  margin-left: 1.1rem;
}
.fancy-list ul li {
  margin-bottom: 1rem;
  display: flex;
  margin-left: 1rem;
}
.fancy-list ul li::before {
  background-image: url(../../img/icons/icon-list.svg);
  background-size: cover;
  min-width: 25px;
  height: 25px;
  display:inline-block;
  content: '';
  align-items: flex-start;
  position: relative;
  top: 5px;
  left: -15px;

}

/***
============================================
General Styles
Section: Wrapper
============================================
***/

.wrapper,
.wrapper-header {
    padding-left: 15px;
    padding-right: 15px;
}
.wrapper-left {
    padding-left:0px;
}
.wrapper-mobile-left {
    padding-left:20px;
}
.wrapper-mobile-right {
    padding-right:20px;
}
.wrapper-right {
    padding-right: 0;
    padding-left:0px;
}
.wrapper-full-left {
  padding-left:33px;
}
.wrapper-full-right {
  padding-left:30px;
}
.wrapper-full-right.wrapper-mobile-right {
  padding-right:33px;
}

@media (min-width: 992px) {
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .wrapper-header {
    padding-left: 32px;
    padding-right: 32px;
  }
  .pl-regular {
      padding-left:7%;
  }
  .pr-regular {
      padding-right:7%;
      padding-left:25px;
  }
  .pl-25 {
    padding-left:25px;
  }
  .wrapper-full-right {
      padding-left:0;
      padding-right:7%;
  }
  .wrapper-full-left {
    padding-left:8%;
  }
  .wrapper-left {
    padding-left:14%;
  }
  .wrapper-mobile-left {
      padding-left:0;
  }
  .wrapper-mobile-right {
      padding-right:0;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .wrapper-left {
      padding-left:7%;
  }
  .wrapper-right {
      padding-right:7%;
  }
}
@media (min-width: 1400px) {
  .wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }
  .wrapper-header {
    padding-left: 32px;
    padding-right: 32px;
  }
  .wrapper-left {
    padding-left:19%;
  }
  .wrapper-right {
    padding-right:9%;
  }
  .wrapper-full-left {
    padding-left:10%;
  }
  .wrapper-full-right {
    padding-right:19%;
    padding-left:0;
  }
}
@media (min-width: 1600px) {
  .wrapper,
  .m-layaout {
    padding-left: 17%;
    padding-right: 17%;
  }
  .wrapper-header {
    padding-left: 17%;
    padding-right: 17%;
  }
  .wrapper-left {
      padding-left:19%;
  }
  .wrapper-right {
      padding-right:17%;
  }
  .wrapper-full-left {
    padding-left:17.75%;
  }
}
@media (min-width:1750px) {
  .wrapper-left {
    padding-left:34%;
  }

}

/***
============================================
General Styles
Section: Relative
============================================
***/

.relative {
    position: relative;
}

/***
============================================
General Styles
Section: Recaptcha
============================================
***/

.grecaptcha-badge {
  right: -300px !important;
}

/***
============================================
General Styles
Section: Z-index
============================================
***/

.z-index-11 {
    z-index: 11;
}
.z-index-21 {
    z-index: 21;
}

/***
============================================
General Styles
Section: Background
============================================
***/

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(51,56,87,0.66);
}
.bg-image-regular {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.image-wrapper img {
  border-radius: 12px;
}
.image-wrapper-top img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/***
============================================
General Styles
Section: Buttons
============================================
***/

.button {
  background-image: none;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  border: 0;
  font-size: 0.95rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  padding: 12px;
  height:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.small-button {
  background-image: none;
  text-align: center;
  width: 100%;
  border-radius: 12px;
  border: 0;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.3rem 0.3rem 0.7rem 0.3rem;
  height: 30px;
  display: block;
}
.button.bg-gold:hover {
  cursor: pointer;
  background: var(--lightGold);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.button.bg-blue:hover {
  cursor: pointer;
  background: var(--lightBlue);
  color: #fff;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.button.border-blue:hover {
  cursor: pointer;
  background: var(--lightBlue);
  border-color: var(--lightBlue);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.button.bg-blue:focus,
.button.bg-blue:active {
  color: #fff;
}
.button.bg-gold:focus,
.button.bg-gold:active {
  color: var(--blue);
}

@media (min-width: 768px) {
  .button {
    width: auto;
    font-size: 16px;
    padding: 11px 24px 11px 24px;
    display: block;
    height: 48px;
  }
}

/***
============================================
General Styles
Section: Custom Margins
============================================
***/

.mb-45 {
  margin-bottom:2rem;
}
.mt-45 {
  margin-top:2rem;
}
.mt--2 {
  margin-top: -2px;
}
.mt--10 {
  margin-top: -10px;
}
.mt--40 {
  margin-top: -40px;
}
.mb-5em {
  margin-bottom:5em;
}
.mb-10em {
  margin-bottom:10em;
}
.mt-16 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 18px;
}
.mb-16 {
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 18px;
}
.mt-48 {
  margin-top: 32px;
}
.mb-48 {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .mt-16 {
    margin-top: 16px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .mt-48 {
    margin-top: 48px;
  }
  .mb-48 {
    margin-bottom: 48px;
  }
}

/***
============================================
General Styles
Section: Separator
============================================
***/


.home-selector-separator {
  font-size: 2em;
  color: #979797;
  font-weight: 300;
}

/***
============================================
General Styles
Section: Underline for Section Title
============================================
***/


.page-title-mobile {
  font-family: 'Suez One', sans-serif;
  font-size: 20px;
  line-height: 22px;
  display: block;
  text-align: center;
}

/***
============================================
General Styles
Section: Card
============================================
***/

.card {
  border: 0;
  padding: 16px;
  box-shadow: 0px 4px 40px 0px #3338571A;
}
.card.narrow-card {
  padding: 1rem;
}
.card-body {
  padding: 2rem;
}
.card-row .card-body p {
  margin-bottom: 0;
}
.card-home {
  background-color: var(--brown);
  /*box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);*/
}

.card-home-header {
  border-bottom: 3px solid #f7f7f7;
  width: 100%;
}

.card .button {
  display: inline-block;
  text-transform: uppercase;
}

.card p:last-child {
  margin-bottom: 0;
}


/***
============================================
General Styles
Section: Form Validation
============================================
***/

.wpcf7-not-valid-tip {
  color: #EB5D55;
  position: absolute;
  min-width: 200px;
}
.invalid .wpcf7-response-output {
  border-bottom: 2px solid #EB5D55 !important;
}
/***
============================================
General Styles
Section: Confirmation message on forms
============================================
***/

.wpcf7-response-output {
  background-color: var(--creamBg);
  border: 0 !important;
  border-bottom: 2px solid var(--yellow) !important;
  margin-left: -5px !important;
}
#form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 12;
  display: none;
  align-items: center;
  justify-content: center;
}
.form-preloader {
  display: block;
  background-image: url(../../img/preloader.gif) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
}

/***
============================================
General Styles
Section: Parsley Validation
============================================
***/

#customer-details .form-row {
  position: relative;
}
.parsley-required {
  color: #EB5D55;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9em;
  border-bottom: 1px solid #EB5D55;
}
.select2-container .parsley-required {
  right: 40px;
}

/***
============================================
General Styles
Section: Modals
============================================
***/

.modal-dialog {
  margin-top: 10%;
}
.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-content {
  border: 0;
  border-radius: 0;
  position: relative; 
  overflow: hidden;
}
.modal-header {
  border: 0;
  padding: 3px 16px;
  background-color: var(--gold);
  justify-content: flex-end;
  border-radius: 0;
}
.modal-border {
  width: 92%;
  margin: 0 1.5rem;
}
.modal input[type="submit"] {
  min-width: 150px;
}
.modal .close span {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .modal-dialog {
    margin-top: 7%;
  }
  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

@media (min-width: 1350px) {
  .col-xxl-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-xxl-4 {
    flex:0 0 auto;
    width:33.3333333333%;
  }
  .col-xxl-8 {
    flex:0 0 auto;
    width:66.6666666667%;
  }
  .col-xxl-10 {
    flex:0 0 auto;
    width:83.3333333333%;
  }
  
}

@media (min-width: 1750px) {
  .col-xxl-10 {
    flex:0 0 auto;
    width:66.6666666667%;
  }
}
