/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme by FS
Author: Forbes Books
Author URI: https://forbesbooks.com/
Template: Divi
Version: 4.1.0-fb
*/
/* =============================================================
   BASE SETUP
============================================================= */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #32a709;
  --color-secondary: #daf238;
  --color-tertiary: #e4debe;
  --color-accent-red: #f24535;
  --color-accent-orange: #fb8d5f;
  --color-accent-darkred: #e02f1f;
  --color-gray: #b1b1b1;
}


body {
  background: #050505;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

#et-main-area {
  overflow-x: hidden;
}

.container {
  width: 90%;
}

/* =============================================================
     COLOR UTILITIES
  ============================================================= */
.white,
.white *:not(svg) {
  color: var(--color-white);
}

.black,
.black *:not(svg) {
  color: var(--color-black);
}

.primary,
.primary *:not(svg) {
  color: var(--color-primary);
}

.secondary,
.secondary *:not(svg) {
  color: var(--color-secondary);
}

.tertiary,
.tertiary *:not(svg) {
  color: var(--color-tertiary);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.bg-tertiary {
  background-color: var(--color-tertiary);
}

/* =============================================================
     TYPOGRAPHY UTILITIES
  ============================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 61px;
}

.home h1 {
  font-size: 50px !important;
}

h2 {
  font-size: 45px !important;
}
h6 {
   font-size: 1.1em !important;  
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-transform-none {
  text-transform: none;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-normal {
  font-weight: 400;
}

.font-italic {
  font-style: italic;
}

.text-underline-none {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.text-nowrap {
  white-space: nowrap;
}

.text-wrap-normal {
  white-space: normal;
}

/* =============================================================
   BUTTON STYLES
============================================================= */
.btn,
.cta,
.et_pb_button,
input[type="submit"]#gform_submit_button_1,
input[type="submit"]#gform_submit_button_2,
input[type="submit"]#gform_submit_button_3,
input[type="submit"].gform_button.button {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  padding: 12px 15px !important;
  text-transform: uppercase;
  transition: all 0.13s ease-in-out;
}

.btn-primary {
  background-color: var(--color-accent-red);
  color: var(--color-white);
}

.btn-primary-outline,
.cta-primary-outline,
input[type="submit"]#gform_submit_button_3,
input[type="submit"].gform_button.button {
  background-color: transparent !important;
  border: 1px solid #e02f1f !important;
  border-radius: 0 !important;
  color: var(--color-white) !important;
  padding: 15px !important;
  width: auto !important;
}

.btn-primary-outline.black,
input[type="submit"]#gform_submit_button_2 {
  color: var(--color-black) !important;
}

.btn-primary:hover,
.btn-primary-outline:hover,
.cta-primary-outline:hover,
.btn-primary-outline.black:hover,
input[type="submit"]#gform_submit_button_2:hover,
input[type="submit"]#gform_submit_button_3:hover,
input[type="submit"].gform_button.button:hover {
  background-color: var(--color-accent-red) !important;
  color: var(--color-white) !important;
}



.inline-logo a {
  display: inline-block;
  margin: 0 20px 22px;
  vertical-align: text-top;
}
.inline-logo a img {
  display: block;
}

/* -- ELEMENTS -- */

.dp-dfg-skin-default .et_pb_button_wrapper {
  text-align: left;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
}

/* BLOG – LOAD MORE */
a.et_pb_button.dp-dfg-more-button {
  color: #000 !important;
  letter-spacing: 0 !important;
}

a.et_pb_button.dp-dfg-more-button:hover {
  background: transparent !important;
  color: #E02F1F !important;
}

a.et_pb_button.dp-dfg-more-button:hover ::after {
  width: 150px !important;
}

.btn-primary {
  background-color: #e02f1f;
  color: #fff;
}

.cta-primary-outline,
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #e02f1f !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
}

.cta-primary-outline:hover,
.btn-primary-outline:hover {
  background-color: #e02f1f !important;
}

.btn-primary-outline.black {
  color: #000 !important;
}

/* -- END ELEMENTS -- */

/* -- HEADER -- */
#logo {
  transform: none !important;
}

@media only screen and (max-width: 992px) {
  div#page-container .mobile_menu_bar::before {
    color: #fff;
  }

  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0 !important;
  }

  header#main-header #mobile_menu.et_mobile_menu li:last-of-type {
    background: #e02f1f;
  }

  header#main-header #mobile_menu.et_mobile_menu li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
  }

  header#main-header #mobile_menu.et_mobile_menu li a:hover {
    color: #e04e39;
    opacity: 1;
  }

  header#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
    font-weight: 400;
    color: #e04e39;
  }

  /* MOBILE OPENED */
  #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: "\4d";
  }

  .mobile_menu_bar_toggle {
    z-index: 1;
  }

  .mobile_nav ul#mobile_menu {
    background: linear-gradient(180deg, #323435 33%, #000 78%);
    border: 0 solid transparent;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    display: block;
    height: 100vh !important;
    left: auto;
    margin: 0;
    opacity: 1;
    padding: 76px 0 !important;
    position: fixed !important;
    right: -500px !important;
    top: 0 !important;
    transition: all .5s ease-in-out !important;
    width: 50%;
    visibility: visible;
    z-index: 0;
  }

  .mobile_nav.opened ul#mobile_menu {
    background-color: #323435 !important;
    bottom: 0;
    display: block !important;
    padding: 76px 0;
    right: -6% !important;
    top: 0 !important;
  }

  .mobile_nav.closed ul#mobile_menu {
    bottom: 0;
    display: block !important;
    /* height: 100vh !important; */
    padding: 76px 0;
    right: -500px !important;
    top: 0 !important;
  }

  #mobile_menu.et_mobile_menu li.menu-item a {
    padding: 12px 15px !important;
  }

  .mobile_nav.opened #mobile_menu.et_mobile_menu .current-menu-item>a {
    color: #f14535 !important;
  }
}

@media screen and (min-width: 992px) {
  header#main-header li:last-of-type a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100% !important;
    height: 45px;
    background: linear-gradient(90deg, #fb8d5f 0%, #e02f1f 100%) !important;
    transition: background-color 4s ease, opacity 4s ease;
    left: -16px;
    right: 0;
    top: 0;
    padding: 0.23rem 1rem;
    margin: auto;
    bottom: 0;
    opacity: 1 !important;
    transition: background 0.3s ease-in;
    border: 1px solid #e02f1f;
    z-index: -1;
  }

  header#main-header li:last-of-type a:hover::after {
    background: black !important;
  }

  header#main-header li:last-of-type a::before {
    display: none !important;
  }

  header#main-header li:last-of-type {
    margin-left: 1rem;
  }
}

/* -- END HEADER -- */

/* -- FOOTER -- */
footer .et_mobile_nav_menu {
  display: none !important;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: auto;
  max-width: 180px;
}

/* - Bottom Bar - */



/* -- RESPONSIVE -- */
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

/* -- END RESPONSIVE -- */

/* -- CHECKLIST -- */
.checklist ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.checklist ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
  margin-bottom: 20px !important;
}

@media (max-width: 638px) {

  .checklist-columns-2 ul li,
  .checklist-columns-3 ul li,
  .checklist-columns-4 ul li {
    margin-bottom: 20px !important;
  }

  .checklist-columns-2 ul li:last-child,
  .checklist-columns-3 ul li:last-child,
  .checklist-columns-4 ul li:last-child {
    margin-bottom: 0 !important;
  }
}

/* create columns of list items with this class */
@media (min-width: 639px) {

  .checklist-columns-2 ul::after,
  .checklist-columns-3 ul::after,
  .checklist-columns-4 ul::after {
    content: "";
    clear: both;
    display: table;
  }

  .checklist-columns-2 ul li,
  .checklist-columns-3 ul li,
  .checklist-columns-4 ul li {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .checklist-columns-2 ul li:nth-child(odd),
  .checklist-columns-3 ul li:nth-child(odd),
  .checklist-columns-4 ul li:nth-child(odd) {
    clear: both;
  }

  .checklist-columns-2-alt>ul,
  .checklist-columns-3-alt>ul,
  .checklist-columns-4-alt>ul {
    column-count: 2;
    column-gap: 20px;
  }

  .checklist-columns-2-alt ul li,
  .checklist-columns-3-alt ul li,
  .checklist-columns-4-alt ul li {
    break-inside: avoid-column;
  }
}

@media (min-width: 981px) {

  .checklist-columns-3 ul li,
  .checklist-columns-4 ul li {
    float: left;
    width: 33.333333%;
  }

  .checklist-columns-3 ul li:nth-child(odd),
  .checklist-columns-4 ul li:nth-child(odd) {
    clear: none;
  }

  .checklist-columns-3 ul li:nth-child(3n + 1),
  .checklist-columns-4 ul li:nth-child(3n + 1) {
    clear: both;
  }

  .checklist-columns-3-alt ul,
  .checklist-columns-4-alt ul {
    column-count: 3;
  }
}

@media (min-width: 1199px) {
  .checklist-columns-4 ul li {
    float: left;
    width: 25%;
  }

  .checklist-columns-4 ul li:nth-child(odd) {
    clear: none;
  }

  .checklist-columns-4 ul li:nth-child(3n + 1) {
    clear: none;
  }

  .checklist-columns-4 ul li:nth-child(4n + 1) {
    clear: both;
  }

  .checklist-columns-4-alt ul {
    column-count: 4;
  }
}

.checklist ul li::before {
  content: "";
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  background: Url(/wp-content/uploads/checklist-arrow.png);
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pluslist ul li::before {
  content: "\e050";
}

.externallist ul li::before {
  content: "\e906";
}

/* -- END CHECKLIST -- */

/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
  transform: scale(-1, -1);
}

.et-pb-controllers {
  bottom: 5px;
}

.et-pb-controllers a {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}

.et-pb-controllers a:hover,
.et-pb-controllers a.et-pb-active-control {
  background-color: #e0301f;
}

/* -- END TESTIMONIALS PLUGIN -- */


@media only screen and (max-width: 980px) {

  .et_pb_image .et_pb_image_wrap,
  .et_pb_image_0 .et_pb_image_wrap img {
    width: 100% !important;
    height: auto;
  }
}

.card-grid .et_pb_column {
  margin-bottom: 0 !important;
}

.card-grid .card-grid-item:last-of-type {
  margin-bottom: 0 !important;
}

.card-grid-item .et_pb_module_header {
  font-size: 11px !important;
}

.card-grid-item .et_pb_main_blurb_image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.card-grid-item .et_pb_main_blurb_image img {
  display: block;
  max-height: 78px;
  width: auto;
  margin: 0 auto;
}

.card-grid .card-grid-item a {
  color: #f24535;
}

/* -- END HELPERS -- */


/* ============ Start Common css ============== */
.et_pb_scroll_top.et-pb-icon {
  background: #323435;
  border-radius: 0;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .3);
  padding: 20px 10px;
  transition: all 0.3s ease-in;
}

.et_pb_scroll_top.et-pb-icon:hover {
  background: var(--color-accent-orange);
}

/* ============ End Common css ============== */

/* =============================================================
   HEADER – SR
============================================================= */
header#main-header {
  height: 90px !important;
}

header#main-header .container {
  max-width: 90% !important;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  justify-content: right;
  padding: 0 !important;
}

#main-header {
  height: 90px !important;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  #et_mobile_nav_menu {
    display: flex;
    align-items: center !important;
    height: 100%;
    margin-left: auto;
    /* push it to the right */
  }

  #et_mobile_nav_menu .mobile_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .mobile_menu_bar {
    display: inline-block;
    padding: 0 1em !important;
    vertical-align: middle;
  }
}

.et_menu_container {
  display: flex;
  align-items: center;
  /* Vertical alignment */
  justify-content: space-between;
  /* Logo on left, nav on right */
  height: 100%;
}

.logo_container {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  position: relative !important;
  margin-right: 20px !important;
  width: auto !important;
}

.logo_container .logo_helper {
  display: none !important;
}

.logo_container a {
  display: inline-block !important;
}

.logo_container a img {
  max-width: 180px !important;
  height: auto !important;
}

/* Align the nav menu vertically */
#et-top-navigation {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  height: 100%;
  padding-left: 0 !important;
  /* remove Divi's default spacing */
}


#top-menu-nav {
  display: flex;
  align-items: center;
}

#top-menu li {
  line-height: 25px !important;
  margin: .0 1em !important;
  padding: 0 !important;
}

#top-menu li a {
  font-size: 16px !important;
}

div#page-container #top-menu-nav>ul>li>a:hover {
  opacity: 1;
}

div#page-container #et-top-navigation nav>ul>li>a {
  padding-bottom: 0 !important;
  letter-spacing: 2px;
}

div#page-container #top-menu li:not(:last-of-type) a::after,
div#page-container .et-fixed-header #top-menu li:not(:last-of-type) a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, #fb8d5f 0%, #e02f1f 100%) !important;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  opacity: 1 !important;
  transition: 0.13s ease-in;
}

div#page-container #top-menu li:not(:last-of-type) a:hover::after,
div#page-container #top-menu li.current-menu-item a::after,
div#page-container .et-fixed-header #top-menu li:not(:last-of-type) a:hover::after,
div#page-container .et-fixed-header #top-menu li:not(:last-of-type).current-menu-item a::after {
  width: 100% !important;
}

header .et-fixed-header #top-menu li.current_page_item>a {
  color: #fff !important;
}

@media only screen and (min-width: 981px) {
  header.et-fixed-header #top-menu li.current_page_item a {
    color: #fff !important;
  }
}

/* ============== End Header SR =============== */

/* =============================================================
   FOOTER SR
============================================================= */

footer {
  background: #fff;
}

footer .gfield--type-captcha {
	overflow: hidden;
}

#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 980px) {
  footer * {
    text-align: center !important;
  }

  footer .btn {
    display: block !important;
  }

  footer .footer_row.et_pb_row_5col {
    display: flex !important;
    justify-content: center !important;
    /* horizontal */
    align-items: center !important;
    /* vertical */
    flex-wrap: wrap !important;
    /* allow multiple rows */
    gap: 0 !important;
    /* space between items */
  }

  footer .et_pb_column {
    margin: 1em 0 !important;
    width: 100% !important;
    /* full width */
  }

  /* Footer Column - Contact */
  .et_pb_column_1_tb_footer .et_pb_text_0_tb_footer {
    margin-left: 0 !important;
  }

  footer .et_pb_menu .et_pb_menu__menu {
    display: flex !important;
    justify-content: center !important;
    width: 50%;
  }

  footer .et_pb_menu__menu,
  footer .et_pb_menu__menu nav ul li {
    justify-content: center !important;
  }

  footer .et_pb_main_blurb_image {
    display: none !important;
  }

  footer .et_pb_column.et_pb_column--with-menu {
    margin: 0 !important;
    padding: 0 !important;
  }

  footer .et-last-child {
    margin-top: 3em !important;
  }

}

footer .footer_row .et_pb_blurb_container {
  padding-left: 5px;
}

footer .et_pb_main_blurb_image {
  width: auto;
}

footer .et_pb_image_wrap {
  margin: 0;
  width: 20px;
}

footer .et_pb_blurb_description {
  font-size: 14px;
}

footer .et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_blurb_description a,
.et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_blurb_description a {
  transition: all 0.13s ease-in;
}

footer .et_pb_menu .et_pb_menu__menu {
  width: 100% !important;
  /* display: block !important; */
}

footer .et_pb_menu .et_pb_menu__menu>nav>ul>li {
  width: 100% !important;
  display: flex !important;
  margin-top: 0;
}

footer .et_pb_menu__menu:first-of-type,
footer #menu-footer-menu-1 li {
  justify-content: center !important;
}

footer .et-menu.nav li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, #fb8d5f 0%, #e02f1f 100%) !important;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  opacity: 1 !important;
  transition: 0.3s ease-in;
}

footer .et-menu.nav li a:hover,
footer a:hover,
footer .et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header a:hover,
.et_pb_blurb h4 a:hover,
footer .et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_module_header a:hover {
  color: #e04e39 !important;
  opacity: 1;
}

footer .et-menu.nav li a:hover::after,
footer .et-menu.nav li.current-menu-item a::after {
  width: 100% !important;
}

/* =============================================================
   FORM ELEMENTS & STYLES
============================================================= */

.gform_heading {
  display: none !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: normal !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 2rem;
  background: rgba(90, 90, 90, 0.1);
  text-align: center;
}

.download_icon {
  position: relative;
  top: 10px;
  right: 7px;
}


body .gform-theme--framework #gform_1_validation_container.gform_validation_errors,
body .gform-theme--framework #gform_1_validation_container.gform_validation_errors h2.gform_submission_error,
body .gform-theme--framework #gform_3_validation_container.gform_validation_errors,
body .gform-theme--framework #gform_3_validation_container.gform_validation_errors h2.gform_submission_error,
body .gform_wrapper .gfield_description.gfield_validation_message,
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true]+label,
.gform_wrapper.gravity-theme label+[aria-invalid=true] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #f24535 !important;
  margin-bottom: .5em !important;
  padding: 5px !important;
}



/* =============================================================
   BLOG SR
============================================================= */

.blog_post_header::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: Url('/wp-content/uploads/hero_bg_shadow-1.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_btn_section .entry-title {
  font-size: 3.5em !important;
}
.blog_btn_section .entry-title a {
  color: #050505;
}
.blog-content .et_pb_section {
  background: #050505 !important;
}
.blog-content .et_pb_row {
  width: 90% !important;
}
.blog-content h2,
.blog-content h3 {
  margin-top: 1em !important;
  margin-bottom: .35em !important;
}
.blog-content h3 {
  font-size: 2em !important;
}

@media only screen and (max-width: 767px) {
  .blog_post_header h1.entry-title {
      font-size: 3em !important;
  }
  .blog_btn_section .et_pb_text_inner h2 {
    font-size: 30px !important;
  }

  .blog_btn_section .et_pb_button_module_wrapper {
    position: relative !important;
  }

  .blog_btn_section a.et_pb_button:not(.dp-dfg-more-button) {
    color: #050505 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto 2em !important;
  }

  .blog_btn_section article.dp-dfg-item {
    padding-bottom: 4em !important;
  }

  .blog_btn_section .entry-title {
    font-size: 1.6em !important;
    line-height: 1.2em !important;
  }

}

/* Reorder Blog Listing Elements */
@media screen and (min-width: 880px) {
  .dp-dfg-layout-list .dp-dfg-item {
    column-gap: 5em !important;
  }

  /* .entry-summary */
  .dp-dfg-layout-list .dp-dfg-item>*:nth-child(3) {
    grid-row: 2;
    -ms-grid-row: 1;
  }

  /* .read-more-wrapper */
  .dp-dfg-layout-list .dp-dfg-item>*:nth-child(4) {
    grid-row: 3;
    -ms-grid-row: 2;
  }

  .dp-dfg-layout-list .dp-dfg-item>*:nth-child(5) {
    grid-row: 4;
    -ms-grid-row: 3;
  }
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
  content: attr(data-icon);
}

.et_pb_button_wrapper.read-more-wrapper a.et_pb_button.dp-dfg-more-button {
  border: none;
  font-weight: 400;
  padding-left: 0 !important;
}

article.category-blog .read-more-wrapper::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background: linear-gradient(90deg, #fb8d5f 0%, #e02f1f 100%);
  bottom: 0;
  transition: 0.13s ease-in;
}
article.category-blog:hover .read-more-wrapper::after {
  width: 18%;
}

/* Load More */
.dp-dfg-pagination .et_pb_button_wrapper {
  text-align: center;
}

a.et_pb_button.dp-dfg-load-more-button {
  border: 1px solid #f24535;
  color: #000 !important;
  position: relative;
}

a.et_pb_button.dp-dfg-load-more-button:hover {
  background: #f24535 !important;
  color: #fff !important;
}

#page-container #et-boc .blog-fix .dp-dfg-skin-default .dp-dfg-search {
  justify-content: flex-start;
}

#page-container #et-boc .blog-fix .et-pb-icon.dp-dfg-search-icon {
  font-size: 20px;
  width: 2.5em;
  background: linear-gradient(90deg, #fb8d5f 0%, #e02f1f 100%);
}

#page-container #et-boc .blog-fix .dp-dfg-skin-default .dp-dfg-search-input {
  font-size: 16px;
  line-height: 1.8em;
  background-color: transparent;
  border: 1px solid #f24535;
  border-right: none;
}

#page-container .blog_single-page .et_pb_title_meta_container {
  margin-top: 20px;
}


/* .dpdfg_filtergrid_0 .entry-title, .dpdfg_filtergrid_0 .entry-title a {
  font-size: 19px !important;
  color: #050505 !important;
  line-height: 1.5em !important;
  text-align: left !important;
} */

.category-blog .entry-summary {
  color: #000 !important;
}

/* ================ End Blog section css ============== */

/* ============== Start work with insuretech ================ */

.insureteck_bg_overlay::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: Url(/wp-content/uploads/Section-overlay.jpg);
  background-repeat: no-repeat;
}

/* ============== End work with insuretech ================ */

/* ============= Start Damon Stafford css ================ */

.title_dot {
  font-weight: 100;
}

@media only screen and (min-width: 981px) and (max-width: 1250px) {
  .about-ds-bg-img {
    background-position: left 22% top !important;
    transition: all .3s ease-in-out !important;
  }
}

/* ============= End Damon Stafford css ================ */


/* ============== Start Podcast Css ================ */

#page-container .podcast_btn_section .et_pb_button_module_wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 40px !important;
  transform: translate(-50%);
  width: 100%;
}

.podcast_fix .et_pb_blurb_container {
  padding-left: 20px;
  padding-right: 20px;
}

#page-container .download_btn_section .et_pb_button_module_wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 40px !important;
  transform: translate(-50%);
  width: 100%;
}

/* ============== End Podcast Css ================ */

/* ============== Start Contact Page css ============== */

body .contact_form .gform_wrapper textarea.textarea {
  resize: none;
}

/* ============== End Contact Page css ============== */

/* ============== Start Cookies Css ================ */

.cky-prefrence-btn-wrapper .cky-btn {
  border: 1px solid #1863dc;
}

.cky-btn-reject {
  border: 1px solid #1863dc;
}

.cky-notice-btn-wrapper .cky-btn {
  border: 1px solid #1863dc;
}

.cky-btn-revisit-wrapper {
  background: linear-gradient(90deg, #fb8d5f 0%, #e02f1f 100%) !important;
}

/* =============================================================
   HERO
============================================================= */



#hero .btn {
  display: inline-block !important;
  font-size: 18px !important;
  margin: .5em .3em !important;
  padding: 12px 25px !important;
}

#hero .btn-primary {
  background: #f24535 !important;
  border: 2px solid #f24535 !important;
  transition: background 0.13s ease-in-out;
}

#hero .btn-primary:hover {
  background: transparent !important;
}

#hero .gradiant-text {
  background: linear-gradient(to right, #fb8d5f, #e02f1f);
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#hero-slim {
  background-color: #050505 !important;
  padding: 7em 0 4em;
}

@media screen and (max-width: 980px) {
  #hero-slim {
    padding: 3em 0 2em !important;
  }

  #hero-slim h1 {
    font-size: 3em !important;
    word-wrap: normal !important;
  }
}