/*
Theme Name: Simone Cureton
Author: ThreeAM Web + IT
Author URI: https://threeam.com.au
Description: Custom Theme by ThreeAM Web + IT
*/


:root {
  --site-default-padding-sections: 90px;
  --site-default-padding-content: 30px;
}

html {
  font-size: 62.5%;
}

html.mobilesafari .better-mobile-menu .children {
  padding-bottom: 80px;
}

body {
    font-family: 'Neue Haas Grotesk', sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.25px;
    color: #1a5961;
}


@font-face {
    font-family: 'BogueSlab';
    src: url('/wp-content/themes/simone-cureton/assets/fonts/BogueSlab-Italic.woff2') format('woff2'),
        url('/wp-content/themes/simone-cureton/assets/fonts/BogueSlab-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-bottom: 2rem;
}

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

.textmode-light {
  color: #fff;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: ; */
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-bottom: 0;
}

 em {
  font-family: 'BogueSlab', serif;
  font-style: italic;
  font-weight: normal;
}

h1, .h1-style {
  font-size: 73.58px;
  line-height: 73.58px;
}

h2, .h2-style {
  font-size: 37.92px;
  line-height: 37.34px;
}

h3, .h3-style {
  font-size: 30px;
  line-height: 36px;
}

blockquote {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  background: #ededed;
  padding: 10px 30px;
  padding-left: 50px;
  position: relative;
  line-height: 1.5;
}

blockquote:before {
  content: "“";
  display: inline-block;
  left: 10px;
  top: 15px;
}

blockquote:after {
  content: "”";
  display: inline-block;
  right: 15px;
  bottom: 5px;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 40px;
  font-size: 4rem;
  line-height: 20px;
}

.post-content h3 {
  margin-bottom: .5rem;
}

.post-content p + ul,
.post-content p + ol {
  margin-top: -10px;
}

h4 {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 37.4px;
  line-height: 3.74rem;
  text-transform: uppercase;
}

a {
  transition: 600ms ease-in-out;
}

a, a:hover {
  color: inherit;
}

/*@media (min-width: 1500px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1699px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}*/

@media (min-width: 1700px) {
  .container-fluid {
    max-width: 1610px;
  }
}

@media (max-width: 1699px) {
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.button,
.primary-btn,
.secondary-btn,
.tertiary-btn,
.grey-btn {
  /* font-weight: bold; */
  line-height: 1;
  background-color: #d7eeec;
  color: #1a5961;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 15px 30px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  border: 0;
  cursor: pointer;
}

.secondary-btn {
  background-color: #b881b2;
  color: #fff;
}

.tertiary-btn {
  background: #1a5961;
  color: #fff;
}


.background-sc-lightblue {
  background: #d7eeec;
}
.background-sc-darkblue {
  background: #1a5961;
}
.background-sc-purple {
  background: #b881b2;
  color: #fff;
}

/*  color: rgb(0, 93, 148);
*/
.button:hover,
.primary-btn:hover,
.secondary-btn:hover,
.tertiary-btn:hover,
.grey-btn:hover {
  color: #1a5961;
  opacity: 0.7;
  text-decoration: none;
}

.secondary-btn:hover,
.tertiary-btn:hover {
  color: #fff;
}

.read-more {
  font-weight: bold;
  color: inherit;
  position: relative;
  padding-bottom: 5px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.read-more:after {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.read-more:hover {
  text-decoration: none;
  opacity: 0.7;
}

.padding-none-top {
  padding-top: 0px;
}

.padding-smaller-top {
  padding-top: 45px;
}

.padding-default-top {
  padding-top: 90px;
}

.padding-larger-top {
  padding-top: 140px;
}

.padding-none-bottom {
  padding-bottom: 0px;
}

.padding-smaller-bottom {
  padding-bottom: 45px;
}

.padding-default-bottom {
  padding-bottom: 90px;
}

.padding-larger-bottom {
  padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .padding-smaller-top {
    padding-top: 35px;
  }

  .padding-default-top {
    padding-top: 70px;
  }

  .padding-larger-top {
    padding-top: 100px;
  }

  .padding-smaller-bottom {
    padding-bottom: 35px;
  }

  .padding-default-bottom {
    padding-bottom: 70px;
  }

  .padding-larger-bottom {
    padding-bottom: 100px;
  }
}

.equal-height-columns section {
  height: 100%;
}

table {
  table-layout: auto; }

/*table {
  border: #565858 1px solid; }

td {
  border-top: #565858 1px solid;
  border-bottom: #565858 1px solid; }*/

table thead {
  color: #fff;
  background: #565858; }

table thead th {
  font-weight: normal; }

table tbody td {
  background: #fff;
  color: inherit; }

table tbody tr:nth-child(odd) td {
  background: #f7f7f7; }

table td, table th {
  padding: 12px 15px;
  line-height: 18px; }

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






.gform_confirmation_wrapper {
  background: #2B702B;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1px;
  margin-block-end: 12px;
  margin-block-start: 0;
  margin-inline: 0;
  text-align: center;
  border-radius: 30px !important;
  padding: 15px 10px !important;
  text-align: center;
  margin-bottom: calc(var(--tateru-default-padding) / 2) !important;
  margin-top: 0 !important;
  border: 1.5px solid transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
}

.gform_confirmation_message {
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}



@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }

  .equal-height-columns {
    margin-right: 0;
    margin-left: 0;
  }

  .equal-height-columns .col-md-4,
  .equal-height-columns .col-md-4 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .equal-height-columns .row {
    margin-left: 0 ;
    margin-right: 0 !important;
  }

  .equal-height-columns .image_and_text:not(.image-on-background) {
    margin-bottom: 75px !important;
  }

  .page-id-1326 .section-divider,
  .page-id-1408 .section-divider {
    display: none;
  }
}


@media screen and (max-width: 700px) {
  h1, .h1-style {
    font-size: 43.58px;
    line-height: 43.58px;
  }

  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  body {
    font-size: 16px;
  }

}

@media screen and (max-width: 500px) {
  h1, .h1-style {
    font-size: 36.58px;
    line-height: 36.58px;
  }
}
