/*
Theme Name:     Hatfield Raindrop
Template:       understrap
Author:         Hatfield Media
Description:    Custom blank Bootstrap 4 Theme for use by Hatfield Media.
*/

/* Font Families */

@font-face {
  font-family: 'Gotham-Light';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/GothamLight.woff') format('woff'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamLight.ttf') format('truetype'),
  url('/wp-content/themes/hatfield-raindrop/fonts/Gotham-Light.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/Gotham-Book.woff2') format('woff2'),
  url('/wp-content/themes/hatfield-raindrop/fonts/Gotham-Book.woff') format('woff'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamBook.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Monserrat-Regular';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/GothamPro-Medium.woff2') format('woff2'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamMedium.woff') format('woff'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamMedium.ttf') format('truetype'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamMedium_1.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Monserrat-Medium';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/Montserrat-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/GothamPro-Bold.woff2') format('woff2'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamBold.woff') format('woff'),
  url('/wp-content/themes/hatfield-raindrop/fonts/GothamBold.ttf') format('truetype'),
  url('/wp-content/themes/hatfield-raindrop/fonts/Gotham-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Courgette-Regular';
  src: url('/wp-content/themes/hatfield-raindrop/fonts/Courgette-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/* --------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .tablet-mobile-title {
    display: none;
  }
}

a:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
  box-shadow: none!important;
}

h1, h2, h3, h4 {
  font-family: Gotham-Bold;
  color: #0069a7;
}

h1 {
  font-size: 48px;
}

h1 .desktop-title, h1 .tablet-mobile-title {
  font-family: Gotham-Bold;
  font-size: 35px!important;
  color: #0069a7;
  font-size: 2.5rem;
}

h3 {
  font-size: 24px;
}

/* a {
font-family: Gotham-Medium;
} */

p, span, a, ul {
  font-family: Gotham-Book, Monserrat-Regular;
  font-size: 20px;
  line-height: inherit;
  color: #0069a7;
}

.light-font-family {
  font-family: Gotham-Light;
}

.book-font-family {
  font-family: Gotham-Book;
}

.medium-font-family {
  font-family: Gotham-Medium, Monserrat-Medium;
}

.bold-font-family {
  font-family: Gotham-Bold;
}

.m-top-1em {
  margin-top: 1em;
}

.m-bot-1em {
  margin-bottom: 1em;
}

.pad-bot-5em {
  padding-bottom: 5em;
}

.no-pad {
  padding: 0;
}

.no-m-bot {
  margin-bottom: 0;
}

.lightblue-text {
  color: #00ace2;
}

.blue-text {
  color: #0069a7!important;
}

.white-text {
  color: white;
}

.yellow-text {
  color: rgb(253, 213, 46);
}

.blue-bg {
  background-color: #0069a7;
}

.blue-bg-2 {
  background-color: #016aa7;
}

.blue-grey-bg {
  background-color: #e4ecef;
}

.blue-grey-bg-bottom-white {
  background-image: linear-gradient(#e4ecef, #e4ecef);
  background-size: 100% 80%;
  background-repeat: no-repeat;
}

.blue-container--full-left {
  background-color: #0069a7;
  position: relative;
}

.blue-container--full-left *  {
  color: white;
}

.blue-container--full-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: -99%;
  width: 100%;
  height: 100%;
  background-color: #0069a7;
}

.dark-blue-container--full-left {
  background-color: #00376E;
  position: relative;
}

.dark-blue-container--full-left *  {
  color: white;
}

.dark-blue-container--full-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00376E;
}

.bold {
  font-weight: bold;
}

@supports not (-ms-high-contrast: none) {
   /* Non-IE styles here */
   nav {
     min-height: 96px;
   }
}

/* .navbar-brand {
height: 96px;
} */

#nav-logo {
  height:100%;
}

/* .site-footer {
min-height: 200px;
padding: 25px 0;
} */

.main-content {
  min-height:65vh;
  overflow: hidden;
}

.center {
  text-align: center;
}

.right-align {
  text-align: left;
}

@media (min-width: 992px) {
  .right-align {
    text-align: right;
  }
}

.kymea-btn, .kymea-btn-yellow-border {
  font-family: Gotham-Book;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.kymea-btn {
  color: white;
  border-color: white;
  border-radius: 2px;
  padding: 12px 35px 10px;
}

.kymea-btn-yellow-border, .kymea-btn-blue-border {
  border-radius: 0;
  border: 2px solid;
  padding: 17px 0;
}

.kymea-btn-yellow-border {
  border-color: rgb(253, 213, 46);
  color: rgb(253, 213, 46)!important;
  width: 160px;
}

.kymea-btn-blue-border {
  border-color: #0069a7;
  color: #0069a7!important;
  width: 160px;
  font-size: 12px;
}

@media (min-width: 576px) {
  .kymea-btn-yellow-border {
    width: 234px;
  }

  .kymea-btn-blue-border {
    font-size: 16px;
    width: 234px;
  }
}

/* .kymea-btn-blue-border:hover {
color: rgb(253, 213, 46)!important;
} */

.kymea-btn-yellow {
  font-family: Gotham-Book;
  font-size: 15px;
  font-weight: bold;
  color: #0069a7;
  padding: 12px 30px;
  background-color: rgb(253, 213, 46);
  cursor: pointer;
  border: none;
}

.kymea-btn:hover {
  color: black;
  background-color: white;
}

.discover-the-power-img {
  padding: 42px 0;
  width: 100%;
  max-width: 860px;
}

.yellow-border-bottom {
  border-style: solid;
  border-width: 0 0 8px 0;
  border-color: #FDD52E;
}

.hover-cursor {
  cursor: pointer;
}

*:focus {
  outline: none!important;
}

.form-control:focus {
  border-color: #ced4da!important;
  box-shadow: 0 0 0 0.2rem rgba(124,0,140,0)!important;
}

.position-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.pos-rel {
  position: relative;
}

.blue-trans-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(1,106,167,0.7);
}

.transparent-img-on-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%!important;
  width: 100%;
  z-index: 1;
}

.grey-box-shadow {
  box-shadow: 0px 5px 8px -2px darkgray;
}

.hm-news-category-bar {
  min-height: 40px;
  background-color: #fcc800;
  padding: 1rem 1rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.hm-news-category-bar div {
  width: 100%;
}

.hm-news-category-bar div a{
  width: 150px;
  margin: auto;
  padding: 1rem 1rem;
  font-size: 1rem;
}

.hm-news-category-bar div a:hover{
  color: #0069a7!important;
  font-family: Gotham-Bold;
}

.hm-news-category-bar div a:focus{
  color: #0069a7!important;
  font-family: Gotham-Bold;
}

.selected-category {
  color: #0069a7!important;
  font-family: Gotham-Bold;
}

@media (min-width: 850px){

  .hm-news-category-bar div {
    width: 150px;
  }

  .hm-news-category-bar div a{
    width: 150px;
    margin: auto;
    padding: 1rem 1rem;
    font-size: 1rem;
  }

  .hm-news-category-bar div a:hover{
    color: #0069a7!important;
    border-bottom: 5px solid #0069a7;
    font-family: Gotham-Book;
  }

  .hm-news-category-bar div a:focus{
    color: #0069a7!important;
    border-bottom: 5px solid #0069a7;
    font-family: Gotham-Book;
  }

  .selected-category {
    color: #0069a7!important;
    border-bottom: 5px solid #0069a7;
    font-family: Gotham-Book;
  }

}

/* BODY CONTENT CSS: START */

.container-fluid {
  padding: 0;
}

.body-section .row {
  max-width: 100rem;
  margin: 0 auto;
}

.row {
  margin: 0;
}

.row.two-column--full-right {
  max-width: unset;
  margin: 0;
}

.row.two-column--full-right .left-column,
.row.two-column--full-right .right-column {
  padding: 2rem;
}

.row.two-column--full-right .left-column {
  width: 100%;
}

.row.two-column--full-right .right-column {
  width: 100%;
}

.row.two-column--full-right .left-column.content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row.two-column--full-right .right-column.image-column {
  background-position: center;
  background-size: cover;
}

.normal-section-pad-top-bot {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 576px) {
  .normal-section-pad-top-bot {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.normal-section-pad-left-right, .normal-section-pad-left-right-2 {
  padding-left: calc(15px + 1rem);
  padding-right: calc(15px + 1rem);
}

@media (min-width: 480px) {
  .normal-section-pad-left-right, .normal-section-pad-left-right-2 {
    padding-left: calc(15px + 2rem);
    padding-right: calc(15px + 2rem);
  }
}

@media (min-width: 576px) {
  .normal-section-pad-left-right, .normal-section-pad-left-right-2 {
    padding-left: calc(15px + 4rem);
    padding-right: calc(15px + 4rem);
  }

  .row.two-column--full-right .left-column,
  .row.two-column--full-right .right-column {
    padding: 6rem;
  }
}

@media (min-width: 1200px) {
  .row.two-column--full-right .left-column {
    width: 50%;
  }
  
  .row.two-column--full-right .right-column {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .normal-section-pad-left-right-2 {
    padding-left: calc(15px + 8rem);
    padding-right: calc(15px + 8rem);
  }
}

/* BODY CONTENT CSS: END */

/* --------------------------- Blogs CSS ------------------------------------ */

div.wrapper {
  padding: 5em 0;
}

@media (max-width: 767px) {
  div.wrapper {
    padding: 3em 0;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */


/* --------------------------- Gravity Forms CSS ---------------------------- */

.gfield_label {
  color: #757280;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
  border: 2px solid #cccccc;
  border-radius: 6px;
}

.gform_footer input.gform_button {
  font-family: Gotham-Medium;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border-radius: 0;
  border: 2px solid;
  padding: 17px 0;
  border-color: #0069a7;
  color: #0069a7!important;
  font-size: 16px!important;
  width: 234px!important
}

@media (max-width: 767px) {
  .gform_footer {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .gform_footer input.gform_button {
    font-size: 12pt!important;
    width: 175px!important;
    margin-bottom: 0!important;

  }

  .gform_footer {
    padding-bottom: 0!important;
  }


}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* ------------------------------SEARCH CSS---------------------------------- */

.search-section {
  margin-bottom: 1em;
}

label.assistive-text {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */


@media (max-width: 767px) {
  .pad-bot-5em {
    padding-bottom: 3em;
  }

  .desktop-title {
    display: none;
  }
}

@media (max-width: 575px) {
  p, span, a, h5 {
    font-size: 12pt;
  }

  h1, h1 .desktop-title, h1 .tablet-mobile-title, .hh-slide h2 {
    font-size: 22pt!important;
  }

  h2 {
    font-size: 16pt;
  }
}
