@charset "UTF-8";
/*
    Theme Name: BFJ Skeleton
    Author: Brenton Oliver
    Description: BFJ Media skeleton.
    Version: 1.0
*/
/*
Colours
black:  #000000
red:    #D82534
yellow: #ECE621

Secondary
#777777
#F0F0F0
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
/* Global*/
/* Main column width */
.block-editor-block-list__layout,
.wp-block {
  /* max-width: 720px; */
  max-width: 1280px !important;
  padding: 0 20px !important;
  margin-right: auto !important;
  margin-left: auto !important; }

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  /* max-width: 1080px; */
  max-width: 1440px; }

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none; }

.justify-content-evenly {
  justify-content: space-evenly; }

body.site-body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  body.site-body .full {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
body.wp-admin .edit-post-visual-editor .full {
  max-width: 100%;
  position: relative; }
body.site-body ul, body.wp-admin .edit-post-visual-editor ul {
  list-style: none;
  margin: 0;
  padding: 0; }
body.site-body *, body.wp-admin .edit-post-visual-editor * {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #777777; }
body.site-body .la,
body.site-body .las, body.wp-admin .edit-post-visual-editor .la,
body.wp-admin .edit-post-visual-editor .las {
  font-family: 'Line Awesome Free' !important; }
body.site-body .lab, body.wp-admin .edit-post-visual-editor .lab {
  font-family: 'Line Awesome Brands' !important; }
body.site-body .secondary-1-color, body.wp-admin .edit-post-visual-editor .secondary-1-color {
  color: #777777; }
body.site-body .secondary-1-background-color, body.wp-admin .edit-post-visual-editor .secondary-1-background-color {
  background-color: #777777; }
body.site-body .secondary-2-color, body.wp-admin .edit-post-visual-editor .secondary-2-color {
  color: #F0F0F0; }
body.site-body .secondary-2-background-color, body.wp-admin .edit-post-visual-editor .secondary-2-background-color {
  background-color: #F0F0F0; }
body.site-body h1, body.wp-admin .edit-post-visual-editor h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 78px;
  line-height: 80px;
  letter-spacing: -1px;
  color: #ffffff; }
body.site-body h2, body.wp-admin .edit-post-visual-editor h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: #000000; }
body.site-body h3, body.wp-admin .edit-post-visual-editor h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #000000; }
body.site-body h4, body.wp-admin .edit-post-visual-editor h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000; }
body.site-body h5, body.wp-admin .edit-post-visual-editor h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #000000; }
body.site-body h6, body.wp-admin .edit-post-visual-editor h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -1px;
  color: #777777; }
body.site-body footer button,
body.site-body a.button, body.wp-admin .edit-post-visual-editor footer button,
body.wp-admin .edit-post-visual-editor a.button {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: all 0.2s linear;
  cursor: pointer; }
  body.site-body footer button:hover,
  body.site-body a.button:hover, body.wp-admin .edit-post-visual-editor footer button:hover,
  body.wp-admin .edit-post-visual-editor a.button:hover {
    text-decoration: none; }
  body.site-body footer button.black,
  body.site-body a.button.black, body.wp-admin .edit-post-visual-editor footer button.black,
  body.wp-admin .edit-post-visual-editor a.button.black {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff; }
    body.site-body footer button.black:hover,
    body.site-body a.button.black:hover, body.wp-admin .edit-post-visual-editor footer button.black:hover,
    body.wp-admin .edit-post-visual-editor a.button.black:hover {
      background-color: transparent;
      color: #000000; }
  body.site-body footer button.red,
  body.site-body a.button.red, body.wp-admin .edit-post-visual-editor footer button.red,
  body.wp-admin .edit-post-visual-editor a.button.red {
    background-color: #D82534;
    border: 1px solid #D82534;
    color: #ffffff; }
    body.site-body footer button.red:hover,
    body.site-body a.button.red:hover, body.wp-admin .edit-post-visual-editor footer button.red:hover,
    body.wp-admin .edit-post-visual-editor a.button.red:hover {
      background-color: transparent;
      color: #D82534; }
  body.site-body footer button.grey,
  body.site-body a.button.grey, body.wp-admin .edit-post-visual-editor footer button.grey,
  body.wp-admin .edit-post-visual-editor a.button.grey {
    background-color: #BFBFBF;
    border: 1px solid #BFBFBF;
    color: #ffffff; }
    body.site-body footer button.grey:hover,
    body.site-body a.button.grey:hover, body.wp-admin .edit-post-visual-editor footer button.grey:hover,
    body.wp-admin .edit-post-visual-editor a.button.grey:hover {
      background-color: transparent;
      color: #BFBFBF; }
  body.site-body footer button.yellow,
  body.site-body a.button.yellow, body.wp-admin .edit-post-visual-editor footer button.yellow,
  body.wp-admin .edit-post-visual-editor a.button.yellow {
    background-color: #ECE621;
    border: 1px solid #ECE621;
    color: #000000; }
    body.site-body footer button.yellow:hover,
    body.site-body a.button.yellow:hover, body.wp-admin .edit-post-visual-editor footer button.yellow:hover,
    body.wp-admin .edit-post-visual-editor a.button.yellow:hover {
      background-color: transparent;
      color: #ECE621; }
  body.site-body footer button.transparent,
  body.site-body a.button.transparent, body.wp-admin .edit-post-visual-editor footer button.transparent,
  body.wp-admin .edit-post-visual-editor a.button.transparent {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
    body.site-body footer button.transparent:hover,
    body.site-body a.button.transparent:hover, body.wp-admin .edit-post-visual-editor footer button.transparent:hover,
    body.wp-admin .edit-post-visual-editor a.button.transparent:hover {
      background-color: rgba(0, 0, 0, 0.3); }
body.site-body a, body.wp-admin .edit-post-visual-editor a {
  color: #0a0a2c;
  text-decoration: none !important; }
  body.site-body a :hover, body.wp-admin .edit-post-visual-editor a :hover {
    text-decoration: none; }
body.site-body .page-container,
body.site-body .editor-styles-wrapper, body.wp-admin .edit-post-visual-editor .page-container,
body.wp-admin .edit-post-visual-editor .editor-styles-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin-left: auto !important;
  margin-right: auto !important; }
body.site-body #content, body.wp-admin .edit-post-visual-editor #content {
  flex: 1 0 auto;
  /* padding: 20px 0; */ }
  body.site-body #content p, body.wp-admin .edit-post-visual-editor #content p {
    margin-bottom: 20px; }
    body.site-body #content p a, body.wp-admin .edit-post-visual-editor #content p a {
      font-weight: bold; }
  body.site-body #content ul li:not(.gfield)::before, body.wp-admin .edit-post-visual-editor #content ul li:not(.gfield)::before {
    color: #D82534;
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  body.site-body #content ul,
  body.site-body #content ol, body.wp-admin .edit-post-visual-editor #content ul,
  body.wp-admin .edit-post-visual-editor #content ol {
    color: inherit;
    font-family: inherit;
    margin-left: 20px;
    margin-bottom: 20px; }
    body.site-body #content ul li,
    body.site-body #content ol li, body.wp-admin .edit-post-visual-editor #content ul li,
    body.wp-admin .edit-post-visual-editor #content ol li {
      margin-bottom: 20px; }
body.site-body article, body.wp-admin .edit-post-visual-editor article {
  /* padding: 20px 0; */ }
body.site-body img.loading, body.wp-admin .edit-post-visual-editor img.loading {
  display: block;
  margin: 50px auto; }
body.site-body input:focus,
body.site-body textarea:focus,
body.site-body select:focus, body.wp-admin .edit-post-visual-editor input:focus,
body.wp-admin .edit-post-visual-editor textarea:focus,
body.wp-admin .edit-post-visual-editor select:focus {
  outline: none; }
body.site-body .fit-content, body.wp-admin .edit-post-visual-editor .fit-content {
  max-width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  max-width: -moz-max-content;
  /* Firefox/Gecko */
  max-width: -webkit-max-content;
  /* Chrome */ }
@media (min-width: 768px) {
  body.site-body .fit-sm-content, body.wp-admin .edit-post-visual-editor .fit-sm-content {
    max-width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    max-width: -moz-max-content;
    /* Firefox/Gecko */
    max-width: -webkit-max-content;
    /* Chrome */ } }
@media (max-width: 767px) {
  body.site-body h1, body.wp-admin .edit-post-visual-editor h1 {
    font-size: 38px;
    line-height: 40px; }
  body.site-body h4, body.wp-admin .edit-post-visual-editor h4 {
    font-size: 28px;
    line-height: 32px; }
  body.site-body button:not(.dropbtn),
  body.site-body a.button, body.wp-admin .edit-post-visual-editor button:not(.dropbtn),
  body.wp-admin .edit-post-visual-editor a.button {
    font-size: 16px;
    line-height: 18px; } }

/* Mobile Global */
.mobile-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.mobile-wrap a.logo {
  margin-right: auto; }

.mobile-wrap a.logo img {
  max-height: 60px; }

.full-padding {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%); }

/* Fade-in Fade-out Animation */
#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: white;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out; }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out; }

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in; }

/* Header */
header {
  /* border-bottom: 1px solid $black; */
  /* box-shadow: 1px 1px 3px $black; */
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  /* background-color: #eeeeee; */
  background: black;
  background: linear-gradient(0deg, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%); }

body.admin-bar header {
  top: 32px; }

header a.logo img {
  max-height: 100px; }

header nav ul.menu {
  margin-bottom: 0; }

header nav .menu li {
  display: inline-flex;
  padding: 5px 20px; }

header a.logo,
header nav,
header .phone {
  display: inline-block;
  vertical-align: middle; }

header .sub-menu {
  position: absolute;
  left: 0;
  background-color: #eeeeee;
  /* padding: 5px; */
  display: none; }

header .sub-menu li {
  display: block;
  padding: 10px 0; }

header .top-row,
header .bottom-row {
  height: 50%; }

header .top-row .social-media-wrapper a {
  margin: 0 10px; }

header .bottom-row a.phone {
  background-color: #222222;
  padding: 15px 25px;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.477273px; }

header .bottom-row a.phone,
header .top-row .get-quote {
  width: 215px; }

header .get-quote {
  border-radius: 0 !important; }

header .top-row a.social i {
  font-size: 32px;
  line-height: 32px;
  color: #000000; }

header .top-row a.social:hover i {
  color: #D82534; }

header .top-row .statement {
  pointer-events: none; }
  header .top-row .statement span {
    font-weight: bold; }
  header .top-row .statement i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px; }

.primary-menu-wrapper .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%; }

.primary-menu-wrapper .menu li {
  padding: 0 10px;
  position: relative; }

.primary-menu-wrapper .sub-menu li {
  padding: 10px; }

.primary-menu-wrapper .menu li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.4375px;
  font-weight: 700; }

.primary-menu-wrapper .menu li a,
header .bottom-row a.urgent-phone *,
header .bottom-row a.phone {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.primary-menu-wrapper .menu li a:hover,
header .bottom-row a.urgent-phone:hover *,
header .bottom-row a.phone:hover {
  color: #ECE621; }

.primary-menu-wrapper .menu li,
.primary-menu-wrapper .menu li a {
  height: 100%; }

.primary-menu-wrapper .menu .sub-menu {
  display: none;
  background-color: #000000; }

.primary-menu-wrapper .menu li:hover .sub-menu {
  display: block; }

header .mobile-view a.logo {
  margin-left: 10px;
  margin-right: auto; }

header .mobile-view a.social.phone {
  margin-right: 15px;
  margin-left: 15px; }

header .mobile-view a.social.phone i {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px; }

header .mobile-view .get-quote {
  padding: 15px 10px;
  border-radius: 0; }

header .primary-menu-mobile-wrapper {
  /* background-color: $secondary-1; */
  background-color: #000000; }

header .mobile-view {
  /* max-height: 50px; */
  /* height: 50px; */ }

header .mobile-view .primary-menu-mobile-wrapper,
header .mobile-view .primary-menu-mobile-wrapper .menu {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.5s linear; */ }

header .mobile-view,
header .mobile-view .primary-menu-mobile-wrapper,
header .mobile-view .primary-menu-mobile-wrapper .menu {
  transition: max-height 0.2s linear; }

header .page-container {
  max-width: 1440px !important; }

/* header .mobile-view{ transition: max-height 1s linear; } */
/* @media (min-width: 768px){ */
@media (min-width: 1351px) {
  header li:hover .sub-menu {
    display: block; }

  header .desktop-view {
    display: block; }

  header .mobile-view {
    display: none; }

  header a.logo {
    margin-right: 50px; }

  header .sub-menu {
    position: absolute;
    /* top: 103px; */
    display: block;
    left: 0; }

  header .desktop-view .menu > li.menu-item-has-children > a {
    position: relative; }

  header .desktop-view .menu > li.menu-item-has-children > a:after {
    content: '\25BE';
    color: #ECE621;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }

  .primary-menu-wrapper .menu li {
    padding-left: 15px;
    padding-right: 15px; }

  .primary-menu-wrapper .menu li:hover .sub-menu {
    background-color: #222222;
    border-top: 1px solid #f0f0f0;
    justify-content: space-around;
    flex-direction: column;
    display: flex;
    min-width: 200px;
    flex-wrap: wrap;
    align-items: self-start; }

  .primary-menu-wrapper .sub-menu li {
    padding: 10px 15px;
    position: relative;
    width: 100%; }

  .primary-menu-wrapper .menu li a {
    align-items: flex-start; } }
/* @media (max-width: 767px){ */
@media (max-width: 1350px) {
  header {
    background: #000000; }

  header .desktop-view {
    display: none; }

  header .mobile-view {
    display: block; }

  header .mobile-view.open {
    max-height: 100vh;
    height: 100vh; }

  header .mobile-view.open .primary-menu-mobile-wrapper,
  header .mobile-view.open .primary-menu-mobile-wrapper .menu {
    height: 100%;
    max-height: calc(100% - 50px); }

  header a.logo img {
    max-height: 50px; }

  #mobile-burger {
    display: block; }

  header .mobile-view .menu {
    position: relative; }

  header .mobile-view .menu,
  header .mobile-view .sub-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  header .mobile-view .menu > li {
    margin: 10px auto; }

  header .mobile-view .menu > li a {
    color: #ffffff;
    position: relative; }

  header .mobile-view .menu > li.menu-item-has-children > a:after {
    content: '\25B8';
    color: #ECE621;
    position: absolute;
    margin-left: 10px;
    right: -15px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%); }

  header .mobile-view .sub-menu {
    position: absolute;
    background-color: #777;
    /* padding: 5px; */
    /* display: block; */
    display: flex;
    top: 0;
    left: 100%;
    right: -100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s linear; }

  header .mobile-view a.open + .sub-menu {
    left: 0;
    right: 0; } }
#mobile-burger {
  width: 30px;
  height: 20px;
  position: relative;
  /* margin: 0 0 0 20px; */
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#mobile-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile-burger span:nth-child(1) {
  top: 0px; }

#mobile-burger span:nth-child(2), #mobile-burger span:nth-child(3) {
  top: 10px; }

#mobile-burger span:nth-child(4) {
  top: 20px; }

#mobile-burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobile-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobile-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Header Banner */
.header-banner {
  position: relative;
  /* height: calc(100vh - 104px); */
  min-height: calc(100vh - 104px); }

.header-banner img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7; }

.header-banner h1 {
  font-size: 60px;
  color: #ffffff; }

.read-more {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: max-content;
  position: relative;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

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

.read-more span {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  max-width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #000000; }

.read-more:hover span {
  color: #D82534; }

.read-more i {
  color: #D82534;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: -30px; }

div.semi-wrapper .read-more i {
  position: relative;
  right: auto; }

/* Post - Single */
.news-breadcrumbs,
.back-to-news,
.share-wrapper .title {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  max-width: fit-content;
  align-items: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 52px;
  margin-bottom: 52px; }
  .news-breadcrumbs span,
  .back-to-news span,
  .share-wrapper .title span {
    margin: 0 5px; }
    .news-breadcrumbs span.current,
    .back-to-news span.current,
    .share-wrapper .title span.current {
      color: #D82534; }
  .news-breadcrumbs a:hover span,
  .back-to-news a:hover span,
  .share-wrapper .title a:hover span {
    color: #D82534; }
  .news-breadcrumbs a span,
  .back-to-news a span,
  .share-wrapper .title a span {
    color: #000000; }

body.single .related-posts {
  margin-bottom: 100px; }
  body.single .related-posts h2 {
    color: #777777;
    margin-bottom: 50px; }
body.single .news-breadcrumbs,
body.single .back-to-news {
  margin-top: 50px;
  margin-bottom: 50px; }
body.single .post-date {
  font-style: italic;
  color: #000000;
  margin-bottom: 20px; }
body.single .share-wrapper {
  margin-top: 30px;
  margin-bottom: 100px; }
  body.single .share-wrapper .back-to-news {
    margin-left: 0;
    margin-right: 10px; }
  body.single .share-wrapper .social-wrapper {
    justify-content: flex-start; }
    body.single .share-wrapper .social-wrapper .title {
      margin-right: 10px; }
    body.single .share-wrapper .social-wrapper i {
      font-size: 32px;
      line-height: 32px;
      color: #000000; }
    body.single .share-wrapper .social-wrapper a {
      margin: 0 5px; }
      body.single .share-wrapper .social-wrapper a:hover i {
        color: #D82534; }

@media (max-width: 767px) {
  body.single .news-breadcrumbs,
  body.single .back-to-news,
  body.single .share-wrapper .title {
    margin-top: 20px;
    margin-bottom: 20px; }
  body.single .back-to-news {
    margin-left: auto !important;
    margin-right: auto !important; }
  body.single .share-wrapper .social-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto; } }
body.single .back-to-news {
  margin-left: auto; }
  body.single .back-to-news i {
    font-size: 24px;
    line-height: 24px;
    color: #D82534;
    margin-left: 5px; }
  body.single .back-to-news:hover span {
    color: #D82534; }
  body.single .back-to-news span {
    color: #000000; }

.news-roll {
  margin-bottom: 100px; }

.card .card-img-top {
  height: auto; }

.card.post {
  background-position: center;
  background-size: cover;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  width: 100%;
  max-width: 388px;
  height: 400px;
  max-height: 388px;
  margin: 5px !important; }
  .card.post .hover-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(236, 230, 33, 0.7);
    overflow: hidden;
    transition: top 0.2s linear; }
    .card.post .hover-wrapper .card-body {
      padding: 35px; }
  .card.post:hover .hover-wrapper {
    top: 0;
    cursor: pointer; }
  .card.post .date-category {
    color: #000000;
    font-style: italic; }
  .card.post .read-more {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    position: absolute;
    bottom: 0;
    right: 20px;
    align-items: center;
    text-decoration: none !important; }
    .card.post .read-more span {
      font-weight: 800;
      font-size: 16px;
      line-height: 16px;
      max-width: 180px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.5px;
      text-transform: uppercase;
      color: #000000; }
    .card.post .read-more i {
      color: #D82534;
      font-size: 24px;
      line-height: 24px; }

.card.resource {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 0;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.2s linear;
  margin: 10px 0; }
  .card.resource img {
    height: 150px;
    max-height: 150px;
    object-fit: cover; }
  .card.resource:hover {
    background-color: rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .card.resource {
    flex-direction: column;
    margin: 10px 20px;
    width: calc(100% - 40px); }
    .card.resource img {
      object-fit: cover;
      width: 100vw;
      max-width: 100%; } }
/* Page - Default Template */
body #content p:last-child {
  margin-bottom: 0; }

.header-banner {
  min-height: 400px;
  position: relative;
  background-position: center;
  background-size: cover; }

.header-banner .bg-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1; }

.header-banner .page-container {
  z-index: 2; }

.header-banner .page-container .wrapper {
  max-width: 65%; }

.header-banner p {
  font-size: 26px;
  line-height: 34px;
  color: #ffffff; }

@media (max-width: 767px) {
  .header-banner .page-container .wrapper {
    max-width: 100%; } }
/* Testimonial cards */
body.archive.post-type-archive-testimonial .terms-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #BBBBBB; }
  body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper {
    margin: 10px; }
    body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label {
      margin: 0; }
      body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label input {
        display: none; }
      body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label span {
        font-weight: 800;
        font-size: 21px;
        line-height: 23px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #000000;
        cursor: pointer; }
      body.archive.post-type-archive-testimonial .terms-wrapper .terms-term-wrapper label input:checked + span {
        color: #D82534; }
body.archive.post-type-archive-testimonial .testimonial {
  padding-top: 110px;
  padding-bottom: 70px;
  border-bottom: 1px solid #BBBBBB; }

@media (max-width: 767px) {
  body.archive.post-type-archive-testimonial .terms-wrapper {
    flex-direction: column; } }
.testimonial .content p {
  font-style: italic;
  color: #000000;
  font-size: 18px;
  line-height: 28px; }
.testimonial .client {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px; }
  .testimonial .client img {
    width: auto;
    max-height: 43px;
    margin-right: 25px; }
  .testimonial .client .details .name,
  .testimonial .client .details .role,
  .testimonial .client .details .company {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    align-items: center;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #777777; }

/* Footer */
body:not(.single-post) footer .top-row.single-page-only,
body:not(.page-id-11) footer .top-row.single-page-only {
  display: none; }

body.single-post footer .top-row.global,
body.page-id-11 footer .top-row.global,
body.add-newsletter-signup footer .top-row.global {
  display: none; }
body.single-post footer .top-row.single-page-only,
body.page-id-11 footer .top-row.single-page-only,
body.add-newsletter-signup footer .top-row.single-page-only {
  display: block; }

footer {
  flex-shrink: 0; }
  footer .page-container {
    width: 100%;
    max-width: 1440px !important; }

footer .top-row,
.newletter-signup .top-row {
  background-color: #D82534;
  padding-top: 25px;
  padding-bottom: 25px; }
  footer .top-row button,
  footer .top-row .button,
  .newletter-signup .top-row button,
  .newletter-signup .top-row .button {
    background-color: rgba(0, 0, 0, 0.25) !important; }
    footer .top-row button:hover,
    footer .top-row .button:hover,
    .newletter-signup .top-row button:hover,
    .newletter-signup .top-row .button:hover {
      background-color: #000000 !important; }
  footer .top-row h2,
  .newletter-signup .top-row h2 {
    color: #ffffff;
    text-transform: uppercase; }
  footer .top-row h2.title,
  .newletter-signup .top-row h2.title {
    font-weight: 800;
    font-size: 78px;
    line-height: 80px;
    letter-spacing: -1px;
    color: #ffffff; }
  footer .top-row .gform_wrapper form,
  .newletter-signup .top-row .gform_wrapper form {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  footer .top-row .gform_wrapper ul li.gfield,
  .newletter-signup .top-row .gform_wrapper ul li.gfield {
    padding: 0;
    margin: 0; }
    footer .top-row .gform_wrapper ul li.gfield div.ginput_container,
    .newletter-signup .top-row .gform_wrapper ul li.gfield div.ginput_container {
      margin: 0; }
      footer .top-row .gform_wrapper ul li.gfield div.ginput_container input,
      .newletter-signup .top-row .gform_wrapper ul li.gfield div.ginput_container input {
        margin: 0;
        width: 500px;
        max-width: 450px;
        height: 50px;
        border-radius: 5px;
        border: 0;
        padding: 15px 20px !important; }
  footer .top-row .gform_footer,
  .newletter-signup .top-row .gform_footer {
    margin: auto 0 auto 25px;
    padding: 0; }
    footer .top-row .gform_footer input,
    .newletter-signup .top-row .gform_footer input {
      margin: 0 !important;
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 21px !important;
      line-height: 23px;
      display: block;
      align-items: center;
      text-align: center;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.25);
      border: 1px solid #000000;
      border-radius: 5px;
      transition: all 0.2s linear;
      border: 1px solid #ffffff;
      color: #ffffff;
      text-align: center;
      width: 255px !important;
      height: 50px;
      cursor: pointer; }
      footer .top-row .gform_footer input:hover,
      .newletter-signup .top-row .gform_footer input:hover {
        background-color: #000000;
        text-decoration: none; }

@media (max-width: 767px) {
  footer .top-row .gform_wrapper form {
    flex-direction: column; }
    footer .top-row .gform_wrapper form div.ginput_container input {
      max-width: 300px !important; }
  footer .top-row h2.title {
    font-weight: 800;
    font-size: 48px;
    line-height: 50px; }
  footer .top-row .gform_footer {
    margin: 25px auto;
    width: fit-content; } }
footer .bottom-row {
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 20px; }

/* footer .top-row .page-container,
footer .bottom-row .page-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
} */
footer .top-row .page-container {
  flex-wrap: wrap;
  align-items: center; }

footer .top-row button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  height: fit-content; }

footer .bottom-row .column {
  min-width: 30%;
  max-width: calc(400px - 20px);
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }

footer .bottom-row .column.font-weight-bold * {
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase; }

footer .bottom-row .column.font-weight-bold * {
  line-height: 30px; }

footer .bottom-row a span:hover {
  color: #ECE621 !important; }

footer img.logo {
  max-width: 175px;
  /* max-height: 100px; */ }

footer .social-wrapper {
  margin-top: 10px;
  margin-bottom: 10px; }

footer .social-wrapper a.social {
  margin: 10px;
  font-size: 25px;
  line-height: 1; }

footer #copyright {
  max-width: 300px;
  margin: 10px auto; }

footer a.social i {
  font-size: 32px;
  line-height: 32px;
  color: #ffffff; }

@media (max-width: 767px) {
  footer .bottom-row {
    flex-direction: column; } }
.introduction .content * {
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.477273px;
  color: #000000; }

.back-to-top {
  cursor: pointer; }

/* last in */
.links a.link-button div {
  padding: 0 15px !important; }

.background {
  background-position: top center !important; }

body.site-body h1 {
  font-weight: 800 !important; }

i.mce-ico {
  font-family: dashicons !important; }

/*# sourceMappingURL=style.css.map */

@media (min-width: 801px){
  .gravity-form .gform_wrapper .gform_fields{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
  }
  .gravity-form .gform_wrapper .gform_fields li.gfield{
    margin-right: 3% !important;
    margin-left: 0 !important;
  }
}