/*************************************************
Theme Name: Shout Web Solutions
Template: divi
Version: 1.2
*************************************************/
/* Typekit - Flash Of Unstyled Text - Fix */
.wf-loading {
  /* styles to use when web fonts are loading */
  display: none;
  visibility: hidden;
}

.wf-active {
  /* styles to use when web fonts are active */
  display: block;
  visibility: visible;
}

.wf-inactive {
  /* styles to use when web fonts are inactive */
  visibility: hidden;
}

/* Global Fonts - load your chosen fonts in here */
/* Base font size */
/* Global Box Sizing Parameters, flex-box, box-shadow, transitions, border-radius, align & justify */
/* Display and other attribute classes */
.hide {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/*************************************************
Set Typography Styling here
*************************************************/
/* Standard Magazine Body */
/*************************************************
Global Reset & Body
*************************************************/
*, p, span, .et_pb_module {
  font-family: "proxima-nova", sans-serif !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0;
  line-height: 1.1; /* Tight headers for that "Headline" look */
  color: #1a1a1a;
}

/*************************************************
Headings - The Magazine Hierarchy
*************************************************/
/* H1 - Huge & Bold (The Feature) */
h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 800;
  font-size: 62px !important;
  letter-spacing: -0.02em;
}
@media (max-width: 980px) {
  h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
    font-size: 38px !important;
  }
}

/* H2 - Strong Section Breaks */
h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 980px) {
  h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
    font-size: 28px;
  }
}

/* H3 - Clean Sub-headers (The "Article" feel) */
h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 30px;
}
@media (max-width: 980px) {
  h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
    font-size: 25px;
  }
}

/* H4 & H5 - Supporting details */
h4, h4 a, h4 a span, h4 span, .h4, .h4 a, .h4 a span, .h4 span, .entry-content h4 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 480px) {
  h4, h4 a, h4 a span, h4 span, .h4, .h4 a, .h4 a span, .h4 span, .entry-content h4 {
    font-size: 18px;
  }
}

h5, h5 a, h5 a span, h5 span, .h5, .h5 a, .h5 a span, .h5 span, .entry-content h5 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #666; /* Subtler sub-sub-head */
}

/*************************************************
Body Text & Inputs (The Content)
*************************************************/
p, p span, .p, .p span, div, ul, ul li,
.et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
input[type=text], input[type=password], input[type=tel], input[type=email],
input.text, input.title, textarea, select,
table, table tr, table tr th, table tr td {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7; /* Increased for long-form reading */
}
p strong, p span strong, .p strong, .p span strong, div strong, ul strong, ul li strong,
.et_pb_module strong, .et_pb_module p strong, .et_pb_module p span strong, .et_pb_module span strong,
input[type=text] strong, input[type=password] strong, input[type=tel] strong, input[type=email] strong,
input.text strong, input.title strong, textarea strong, select strong,
table strong, table tr strong, table tr th strong, table tr td strong {
  font-weight: 700; /* Use Proxima Nova Bold, not 600 */
}
@media (max-width: 768px) {
  p, p span, .p, .p span, div, ul, ul li,
  .et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
  input[type=text], input[type=password], input[type=tel], input[type=email],
  input.text, input.title, textarea, select,
  table, table tr, table tr th, table tr td {
    font-size: 16px;
  }
}

/*************************************************
Divi Specifics & Global Styling
*************************************************/
/* List Styling */
#et-main-area .et_pb_module ul li {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
#et-main-area .et_pb_module ul li:before {
  content: "\f111";
  font-family: "ETmodules" !important; /* Divi's Native Font */
  font-size: 7px;
  position: absolute;
  left: -20px;
  top: 2px;
  color: #0a4b78;
}

/* Blockquote - The Magazine "Pull Quote" */
blockquote {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 300; /* Proxima Nova Light */
  font-style: italic;
  font-size: 1.4em;
  color: #0a4b78;
  border-left: 3px solid #0a4b78;
  padding: 10px 0 10px 30px;
  margin: 40px 0;
}

/* Dark Section Logic */
.dark-section {
  background-color: #0a4b78;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section span, .dark-section p, .dark-section li, .dark-section a {
  color: white !important;
}
.dark-section .et_pb_button {
  background-color: white !important;
  color: #0a4b78 !important;
  font-weight: 700;
  border-radius: 2px;
}
.dark-section .et_pb_button:hover {
  opacity: 0.8;
}

/*************************************************
Set button Styling here
*************************************************/
body ul li.custom-header-contact-button,
#c-d-contact-form form .wpcf7-submit,
.et_pb_text .button,
.et_pb_button_module_wrapper .et_pb_button {
  padding: 12px 28px !important;
  color: #ffffff !important;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 800 !important; /* Extra Bold for the $black aesthetic */
  text-transform: uppercase;
  letter-spacing: 0.12em; /* Slightly wider tracking for high-fashion feel */
  line-height: 1em !important;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 0px !important; /* Sharp magazine edges */
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body ul li.custom-header-contact-button:after,
#c-d-contact-form form .wpcf7-submit:after,
.et_pb_text .button:after,
.et_pb_button_module_wrapper .et_pb_button:after {
  display: none !important;
}
body ul li.custom-header-contact-button a,
#c-d-contact-form form .wpcf7-submit a,
.et_pb_text .button a,
.et_pb_button_module_wrapper .et_pb_button a {
  color: #ffffff !important;
  text-decoration: none;
}
body ul li.custom-header-contact-button:hover,
#c-d-contact-form form .wpcf7-submit:hover,
.et_pb_text .button:hover,
.et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000;
  padding: 12px 28px !important;
}
body ul li.custom-header-contact-button:hover a,
#c-d-contact-form form .wpcf7-submit:hover a,
.et_pb_text .button:hover a,
.et_pb_button_module_wrapper .et_pb_button:hover a {
  color: #000000 !important;
}

/* Specific adjustment for buttons on the Lime Green Header Section */
.et_pb_section[style*="background-color: #7cda24"] .et_pb_button {
  background-color: #000000;
  border-color: #000000;
}
.et_pb_section[style*="background-color: #7cda24"] .et_pb_button:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}

/* Specific adjustment for buttons on Dark Blue Sections */
.dark-section .et_pb_button {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.dark-section .et_pb_button:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.dark-section .et_pb_button:hover a {
  color: #ffffff !important;
}

/*************************************************
Alternate Button Style (.alt-button)
- Default: Transparent / Ghost
- Hover: Solid Black
*************************************************/
.et_pb_promo_button {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid white !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 0px !important;
  padding: 12px 28px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.et_pb_promo_button:hover {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid white !important;
}
.et_pb_promo_button:hover:after {
  display: none !important;
}

.et_pb_button_module_wrapper .et_pb_button.alt-button {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 0px !important;
  padding: 12px 28px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.et_pb_button_module_wrapper .et_pb_button.alt-button:after {
  display: none !important;
}
.et_pb_button_module_wrapper .et_pb_button.alt-button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  padding: 12px 28px !important;
}
.et_pb_button_module_wrapper .et_pb_button.alt-button:hover a {
  color: #ffffff !important;
}
.et_pb_button_module_wrapper .et_pb_button.alt-button {
  /* Logic for Alt-Buttons placed inside a Dark Section */
}
.dark-section .et_pb_button_module_wrapper .et_pb_button.alt-button {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.dark-section .et_pb_button_module_wrapper .et_pb_button.alt-button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

/*************************************************
Header CSS Styling here.
*************************************************/
/*************************************************
WordPress Admin Bar Compatibility
*************************************************/
/* 1. Ensure the header and hamburger move down when Admin Bar is present */
body.admin-bar button.hamburger,
body.admin-bar header#dm-header {
  top: 32px !important;
  margin-top: 0 !important;
}
body.admin-bar {
  /* Adjust for mobile admin bar height (which is 46px) */
}
@media screen and (max-width: 782px) {
  body.admin-bar button.hamburger,
  body.admin-bar header#dm-header {
    top: 46px !important;
  }
}

/* 2. Fix for missing/hidden Admin Bar Icons */
#wpadminbar {
  z-index: 999999 !important; /* Extremely high to stay above Divi modules */
  /* Sometimes our '*, span' reset overrides the admin bar icons */
}
#wpadminbar .ab-icon, #wpadminbar .ab-icon:before, #wpadminbar .dashicons, #wpadminbar .dashicons:before {
  font-family: "dashicons" !important;
}

/*************************************************
Responsive Page Offset
Ensures content starts below the fixed header
*************************************************/
body.dm-custom-header #page-container {
  margin-top: 0 !important;
  padding-top: 108px !important;
}
@media (max-width: 980px) {
  body.dm-custom-header #page-container {
    padding-top: 80px !important;
  }
}
@media (max-width: 768px) {
  body.dm-custom-header #page-container {
    padding-top: 80px !important;
  }
}
@media (max-width: 480px) {
  body.dm-custom-header #page-container {
    padding-top: 80px !important;
  }
}

body ul li.custom-header-home a {
  font-size: 0 !important;
}
body ul li.custom-header-home a:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 23px;
  visibility: visible;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body ul li.custom-social-facebook {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
body ul li.custom-social-facebook a {
  font-size: 0px !important;
}
body ul li.custom-social-facebook a:before {
  content: "\f09a";
  color: white;
  font-family: FontAwesome;
  font-size: 26px;
  color: #3b5998 !important;
}
body ul li.custom-social-twitter {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
body ul li.custom-social-twitter a {
  font-size: 0px !important;
}
body ul li.custom-social-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 26px;
  color: #00aced !important;
}
body ul li.custom-social-instagram {
  padding-right: 4px !important;
  padding-left: 3px !important;
}
body ul li.custom-social-instagram a {
  font-size: 0px !important;
}
body ul li.custom-social-instagram a:before {
  content: "\f16d";
  color: white;
  font-family: FontAwesome;
  font-size: 26px;
  color: #f09433 !important;
}
body ul li.custom-social-linkedin {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
body ul li.custom-social-linkedin a {
  font-size: 0px !important;
}
body ul li.custom-social-linkedin a:before {
  content: "\f0e1";
  color: white;
  font-family: FontAwesome;
  font-size: 26px;
  color: #0e76a8 !important;
}

.divi-mobile-menu {
  z-index: 999;
}
.divi-mobile-menu .hamburger {
  width: 120px !important;
  height: 110px !important;
}
.divi-mobile-menu .hamburger span.menu-text {
  top: 39px;
  left: 45px;
}
.divi-mobile-menu .hamburger #nav-icon {
  left: 49px;
  top: 52px;
}
.divi-mobile-menu header#dm-header .dm-above-layout {
  position: absolute;
  padding-left: 20px;
  top: 40px;
  left: 20px;
  z-index: 1;
}
.divi-mobile-menu header#dm-header .dm-above-layout .et_pb_menu {
  background-color: transparent !important;
}
.divi-mobile-menu header#dm-header .dm-above-layout .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav ul#menu-header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.divi-mobile-menu header#dm-header .dm-above-layout .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav ul#menu-header-top-menu li a {
  /* Magazine Navigation Style */
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}
.divi-mobile-menu header#dm-header .dm-above-layout .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav ul#menu-header-top-menu li a[aria-current=page] {
  opacity: 0.7;
}
.divi-mobile-menu header#dm-header .dm-header-cont {
  height: 110px;
}
.divi-mobile-menu header#dm-header .dm-header-cont .dm-branding a img#dm-logo {
  max-height: 95px;
  max-width: 175px;
}
.divi-mobile-menu #dm_nav {
  background-color: transparent !important;
  height: 100vh !important;
}
.divi-mobile-menu #dm_nav .menu-wrap__inner {
  background-color: transparent !important;
  height: 100vh !important;
}
.divi-mobile-menu #dm_nav .menu-wrap__inner:after {
  /* Placeholder for the &:after logic visible at bottom of your screen */
}
.divi-mobile-menu #dm_nav {
  background-color: transparent !important;
  height: 100vh !important;
}
.divi-mobile-menu #dm_nav .menu-wrap__inner {
  background-color: transparent !important;
  height: 100vh !important;
}
.divi-mobile-menu #dm_nav .menu-wrap__inner:after {
  background-color: #000000 !important;
}
.divi-mobile-menu #dm_nav .menu-wrap__inner ul.nav li a {
  color: white !important;
}
.divi-mobile-menu .hamburger {
  display: block !important;
  background-color: #000000 !important;
}
.divi-mobile-menu #dm-header .dm-above-layout {
  position: absolute;
  padding-left: 20px;
  top: 23px;
  left: 0;
  z-index: 1;
}

@media (max-width: 980px) {
  header#main-header.et-fixed-header {
    position: fixed !important;
  }
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #b02 !important;
}

@media (max-width: 980px) {
  .divi-mobile-menu header#dm-header .dm-header-cont .dm-branding a img#dm-logo {
    max-width: 123px;
  }
}
/*************************************************
Footer CSS Styling here.
*************************************************/
#a-custom-footer-surround {
  background-color: #000000;
  padding-bottom: 25px;
  padding-top: 45px;
}
#a-custom-footer-surround .et_pb_image {
  text-align: center;
}
#a-custom-footer-surround .et_pb_social_media_follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#a-custom-footer-surround .et_pb_social_media_follow li {
  margin-right: 8px;
}
#a-custom-footer-surround .et_pb_social_media_follow li a.icon {
  background-color: transparent !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none !important;
}
#a-custom-footer-surround .et_pb_social_media_follow li a.icon:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  opacity: 0.85;
}
#a-custom-footer-surround .et_pb_social_media_follow li a.icon:before {
  color: #ffffff !important;
}
#a-custom-footer-surround .et_pb_menu {
  background: transparent !important;
  padding-top: 40px !important;
}
#a-custom-footer-surround .et_pb_menu:before {
  content: "Quick Links";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: white;
}
#a-custom-footer-surround .et_pb_menu ul {
  padding-left: 30px !important;
}
#a-custom-footer-surround .et_pb_menu ul li {
  display: block;
  width: 100%;
}
#a-custom-footer-surround .et_pb_menu ul li:before {
  content: "\f061";
  font-family: FontAwesome !important;
  color: white;
  font-size: 12px;
  padding-left: 4px;
}
#a-custom-footer-surround .et_pb_menu ul li a {
  color: white !important;
}
#a-custom-footer-surround .et_pb_menu ul li a:hover {
  opacity: 0.85 !important;
}
#a-custom-footer-surround p {
  color: white !important;
}
#a-custom-footer-surround a {
  color: white !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#a-custom-footer-surround a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: white !important;
  opacity: 0.85;
}
#a-custom-footer-surround .contact-info {
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}
#a-custom-footer-surround .contact-info p {
  padding-bottom: 15px;
  font-size: 20px;
}
#a-custom-footer-surround .contact-info:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 55px;
  background-color: white;
  display: block;
  content: " ";
}

.cag-main-surround .et_pb_row {
  padding-top: 0 !important;
}

.cag-mag-main-top {
  margin-bottom: 30px !important;
}
.cag-mag-main-top h1 {
  text-align: center;
  margin-bottom: 55px;
}
.cag-mag-main-top h1 a {
  font-size: 38px;
}
.cag-mag-main-top article {
  margin-bottom: 0 !important;
}

.cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(25% - 22.5px) !important;
          flex: 0 0 calc(25% - 22.5px) !important;
  width: calc(25% - 22.5px) !important;
  margin: 0 0 0px 0 !important;
  float: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article .entry-featured-image-url {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article .entry-featured-image-url img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article h2.entry-title {
  margin-top: 0;
  padding-top: 0;
  line-height: 24px;
}
.cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article h2.entry-title a {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 980px) {
  .cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 15px) !important;
            flex: 0 0 calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 479px) {
  .cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
  }
}

.cag-single-surround {
  padding-bottom: 0 !important;
}
.cag-single-surround .et_pb_row {
  padding-top: 0 !important;
}

.cag-mag-single-top-title {
  margin-bottom: 0 !important;
}
.cag-mag-single-top-title h1 {
  text-align: center;
  margin-bottom: 55px;
}

.cag-mag-single-top-content {
  margin-bottom: 30px !important;
}

.cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(25% - 22.5px) !important;
          flex: 0 0 calc(25% - 22.5px) !important;
  width: calc(25% - 22.5px) !important;
  margin: 0 0 0px 0 !important;
  float: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article .entry-featured-image-url {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article .entry-featured-image-url img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article h2.entry-title {
  margin-top: 0;
  padding-top: 0;
  line-height: 24px;
}
.cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article h2.entry-title a {
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 980px) {
  .cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 15px) !important;
            flex: 0 0 calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 479px) {
  .cag-mag-single-bottom.et_pb_blog_0_tb_body .et_pb_ajax_pagination_container article {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
  }
}
body.single-post .et-l.et-l--body .et_builder_inner_content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section:last-of-type {
  padding-bottom: 20px !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section .et_pb_post_content img {
  width: 100% !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section .wp-caption {
  width: 100% !important;
  max-width: 100% !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content > .et_post_meta_wrapper {
  display: none;
  padding-top: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_text ol {
  padding-left: 25px !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image {
  min-height: 350px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image {
    min-height: 250px;
    max-height: 250px;
  }
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image img {
  min-height: 350px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image img {
    min-height: 250px;
    max-height: 250px;
  }
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  position: relative;
  margin-top: 40px !important;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom:before {
  font-size: 26px;
  display: inline-block;
  padding-top: 5px;
  content: "Share:";
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom .addtoany_list {
  display: inline-block;
  position: absolute;
  top: 10px !important;
  left: 83px;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom .addtoany_list a span {
  background: #000000 !important;
  width: 62px;
  border-left: 15px solid #000000;
  border-right: 15px solid #000000;
  height: 38px;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom .addtoany_list a span svg path {
  fill: white;
}

.cag-backsss .et_pb_code_inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.cag-backsss .cag-back-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cag-backsss .cag-back-button::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

@media (min-width: 981px) {
  #custom-meet-the-team .et_pb_row .et_pb_column {
    width: 33.333%;
    margin-right: 0;
  }
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_image {
  margin-bottom: 30px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text {
  margin-bottom: 20px;
  padding-right: 75px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h2 {
  padding-bottom: 0;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h3 {
  padding-bottom: 0;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_toggle {
  padding-right: 75px !important;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team {
  border: 1px solid transparent !important;
  padding: 0px !important;
  background-color: transparent !important;
  padding-bottom: 45px !important;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title {
  position: inherit;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title:before {
  top: unset;
  bottom: 0;
  margin-top: 0;
  content: "Read More";
  color: #0a4b78 !important;
  font-family: "proxima-nova", sans-serif !important;
  z-index: 999;
  left: 0;
  right: unset;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  padding-right: 0;
  line-height: 24px;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team .et_pb_toggle_content p,
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team .et_pb_toggle_content {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
}

/* Testimonials */
#c-custom-testimonials .et_pb_column .et_pb_testimonial:before {
  display: none;
  visibility: hidden;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description {
  padding-top: 80px;
  padding-bottom: 0px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description:after {
  display: block;
  content: url("/wp-content/uploads/2020/12/icon-testimonial.png");
  position: absolute;
  height: 50px;
  width: 50px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-34px);
  transform: translateX(-34px);
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner p {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 22px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta {
  text-align: center;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta span {
  color: #fff;
  text-align: center;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column {
  /* Column 1 and 3 */
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(odd) {
  background-color: #000000 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(even) {
  background-color: #b09 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column {
  /* Column 2 */
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(odd) {
  background-color: #b09 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(even) {
  background-color: #000000 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column {
  /* Column 1 and 3 */
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(odd) {
  background-color: #b09 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(even) {
  background-color: #000000 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column {
  /* Column 2 */
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(odd) {
  background-color: #000000 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(even) {
  background-color: #b09 !important;
}

/*************************************************
G - custom full width gallery - responsive below.
*************************************************/
#custom-fullwidth-gallery {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 0 !important;
}
#custom-fullwidth-gallery .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  width: 25%;
  margin-right: 0;
  margin-bottom: 0;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
  min-height: 250px;
  max-height: 250px;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a img {
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_title {
  display: none;
}

.et_overlay:before {
  color: #0a4b78 !important;
}

.cag-advertising-surround .et_pb_column_2_3 .et_pb_gallery .et_pb_gallery_item img {
  max-height: 527px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cag-advertising-surround .et_pb_gallery img {
  max-height: 527px;
}

/*************************************************
G - Custom full width gallery - resonpsive CSS Styling here.
*************************************************/
@media (max-width: 768px) {
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
    width: 50%;
  }
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item img {
    min-height: 250px;
    max-height: 250px;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a img {
    min-height: 160px;
    max-height: 160px;
  }
}
/*************************************************
G - custom faq - responsive below.
*************************************************/
.et_pb_accordion .et_pb_toggle {
  background-color: transparent !important;
  border: 2px solid #0a4b78 !important;
}
.et_pb_accordion .et_pb_toggle h5 {
  font-size: 22px;
  margin: 0 !important;
  padding-top: 4px !important;
}
.et_pb_accordion .et_pb_toggle h5:before {
  display: block;
  font-family: monospace !important;
  right: 10px;
  font-size: 20px;
  color: #0a4b78 !important;
  content: "+";
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open h5:before {
  display: block !important;
  opacity: 1 !important;
  font-family: monospace !important;
  content: "-";
}
/*************************************************
G - Custom Faq - resonpsive CSS Styling here.
*************************************************/
/*************************************************
G - custom Contact Form  - responsive below.
*************************************************/
/* Contact Us */
/* Contact Form - Enquiry Form Submission */
#c-d-contact-form {
  padding-bottom: 0 !important;
}
#c-d-contact-form strong {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
}
#c-d-contact-form form {
  width: 100%;
}
#c-d-contact-form form .gdpr-bit .right {
  max-width: 73%;
}
#c-d-contact-form form .opt-in-part span {
  margin-left: 0;
  padding-left: 1px;
}
#c-d-contact-form form .left, #c-d-contact-form form .right {
  display: inline-block;
  vertical-align: top;
}
#c-d-contact-form form .left {
  padding-top: 14px;
  width: 20%;
}
@media (max-width: 1600px) {
  #c-d-contact-form form .left {
    width: 20%;
  }
}
@media (max-width: 1350px) {
  #c-d-contact-form form .left {
    width: 30%;
  }
}
@media (max-width: 960px) {
  #c-d-contact-form form .left {
    width: 100%;
    padding-bottom: 10px;
  }
}
#c-d-contact-form form .media {
  padding-top: 14px;
  padding-bottom: 11px;
}
#c-d-contact-form form .media span {
  width: auto;
}
#c-d-contact-form form .media .wpcf7-list-item {
  width: auto;
  padding-left: 5px;
  margin-left: 0;
}
#c-d-contact-form form .media .wpcf7-list-item input {
  width: auto;
  display: inline-block;
  min-width: 30px;
  max-width: 40px;
}
#c-d-contact-form form .media .wpcf7-list-item span {
  width: auto;
  display: inline-block;
}
#c-d-contact-form form .right {
  width: auto;
  min-width: 79%;
  margin-bottom: 10px;
  max-width: 100%;
}
#c-d-contact-form form .right.small-textarea textarea {
  height: auto !important;
  min-height: 130px;
  max-height: 170px;
}
#c-d-contact-form form .right .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 3px;
}
#c-d-contact-form form .right .wpcf7-checkbox {
  display: inline-block;
  width: unset;
}
#c-d-contact-form form .right select {
  background: #EBEAEA;
  border: 1px solid #EBEAEA !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 13px;
}
@media (max-width: 1600px) {
  #c-d-contact-form form .right {
    width: 79%;
    min-width: 79%;
  }
}
@media (max-width: 1350px) {
  #c-d-contact-form form .right {
    width: 69%;
    min-width: 69%;
  }
}
@media (max-width: 960px) {
  #c-d-contact-form form .right {
    width: 100%;
    min-width: 100%;
  }
}
#c-d-contact-form form .right span {
  width: 100%;
}
#c-d-contact-form form .right span input, #c-d-contact-form form .right span textarea {
  background: #EBEAEA;
  border: 1px solid #EBEAEA !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#c-d-contact-form form .right span input {
  margin-bottom: 11px;
}
#c-d-contact-form form .right span textarea {
  min-height: 250px;
  height: 250px;
  max-height: 750px;
  max-width: 665px !important;
}
#c-d-contact-form form .right span input[type=checkbox] {
  width: auto !important;
  min-width: 20px;
  max-width: 20px;
}
#c-d-contact-form form .right .wpcf7-textarea {
  height: 275px;
  max-width: 100%;
  width: 100%;
}
#c-d-contact-form form .wpcf7-form-control-wrap.checkbox-231 {
  display: inline-block;
  width: auto !important;
  margin-right: 4px;
}
#c-d-contact-form form .wpcf7-form-control-wrap.checkbox-231 .wpcf7-list-item {
  margin: 0 0 0 0em !important;
}
#c-d-contact-form form a {
  display: inline-block;
}
#c-d-contact-form form .gdpr a {
  margin-left: 5px;
}
#c-d-contact-form form .button, #c-d-contact-form form .wpcf7-submit {
  margin-top: 5px !important;
}
#c-d-contact-form.media-enquiry {
  padding-top: 45px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#c-d-contact-form form .right span .wpcf7-not-valid {
  border: 1px solid #DC143C !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #DC143C !important;
}

.wpcf7-response-output {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 12px;
}

/*************************************************
G - Custom contact form - resonpsive CSS Styling here.
*************************************************/
/*************************************************
Set resonpsive CSS Styling here.
*************************************************/
body.page-id-442 .cag-category-banner-fwheader {
  background-color: #462611;
}

body.page-id-1459 .cag-category-banner-fwheader {
  background-color: #005B94;
}

body.search-results .cag-category-banner-fwheader {
  background-color: #411539;
}

body.category-business .cag-category-banner-fwheader {
  background-color: #691719;
}

body.category-classics .cag-category-banner-fwheader {
  background-color: #0D012F;
}

body.category-culture .cag-category-banner-fwheader {
  background-color: #203B06;
}

body.category-food-and-drink .cag-category-banner-fwheader {
  background-color: #C29400;
}

body.category-groups .cag-category-banner-fwheader {
  background-color: #C26E02;
}

body.category-people .cag-category-banner-fwheader {
  background-color: #18817A;
}

body.category-sport .cag-category-banner-fwheader {
  background-color: #964E76;
}

@media (max-width: 1560px) {
  body .cag-category-banner-fwheader .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 38px !important;
    letter-spacing: 0em;
  }
  body .cag-category-banner-fwheader .et_pb_fullwidth_header_container .header-content-container .header-content .et_pb_fullwidth_header_subhead {
    font-size: 27px !important;
    font-weight: 300;
    max-width: 46% !important;
    padding-top: 10px;
    line-height: 40px !important;
  }
}
@media (max-width: 1100px) {
  .divi-mobile-menu header#dm-header .dm-above-layout .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav ul#menu-header-top-menu li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .divi-mobile-menu header#dm-header .dm-above-layout .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav ul#menu-header-top-menu li:first-of-type {
    padding-left: 0 !important;
  }
}
@media (max-width: 980px) {
  .divi-mobile-menu header#dm-header .dm-header-cont {
    height: 80px;
  }
  .divi-mobile-menu .hamburger {
    width: 80px !important;
    height: 80px !important;
  }
  .divi-mobile-menu .hamburger span.menu-text {
    top: 29px;
    left: 27px;
  }
  .divi-mobile-menu .hamburger #nav-icon {
    left: 30px;
    top: 40px;
  }
  .divi-mobile-menu header#dm-header .dm-header-cont .dm-branding a img#dm-logo {
    max-height: 75px;
  }
  #c-d-contact-form form .left {
    padding-top: 0;
  }
  #c-d-contact-form form .right span input {
    margin-bottom: 0;
  }
  .et_pb_promo p a {
    display: block;
  }
  #c-d-contact-form form .right .wpcf7-textarea {
    max-width: 100% !important;
  }
  body .cag-req-cb-surround .et_pb_row .form-row .form-column {
    display: block !important;
  }
  body .cag-req-cb-surround .et_pb_row .form-row .form-column .left {
    padding-top: 20px !important;
  }
  body .cag-req-cb-surround .et_pb_row .form-row, .cag-req-cb-surround .et_pb_row .footer-row, .cag-req-cb-surround .et_pb_row .full-width, .cag-req-cb-surround .et_pb_row .form-column {
    display: block !important;
    margin-top: 0 !important;
  }
  body .cag-req-cb-surround .et_pb_row .form-row.cag-nombbelow, .cag-req-cb-surround .et_pb_row .footer-row.cag-nombbelow, .cag-req-cb-surround .et_pb_row .full-width.cag-nombbelow, .cag-req-cb-surround .et_pb_row .form-column.cag-nombbelow {
    margin-top: 15px !important;
  }
  body .cag-req-cb-surround .et_pb_row .full-width .left {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  body .cag-req-cb-surround .et_pb_row .full-width .cag-boxesss .wpcf7-list-item {
    display: block !important;
    width: 100%;
  }
  body .cag-req-cb-surround .et_pb_row .footer-row .gdpr-column .gdpr {
    margin-top: -10px !important;
    margin-bottom: 15px !important;
    display: block !important;
  }
  .dont-show-on-mobile {
    display: none !important;
  }
  .dm-branding {
    position: absolute;
    top: 50%;
    left: 1% !important;
    -webkit-transform: translate(0%, -50%) !important;
            transform: translate(0%, -50%) !important;
    height: 100%;
  }
  body .cag-slider .et_pb_slide_description {
    padding-top: 80px !important;
    padding-bottom: 240px !important;
    max-width: 86%;
  }
  .cag-search, .cag-buttons {
    max-width: 90% !important;
  }
  body .cag-search {
    margin-bottom: 110px !important;
  }
  body .cag-buttons {
    margin-bottom: 30px !important;
  }
  body .cag-buttons .et_pb_column:nth-child(3), body .cag-buttons .et_pb_column:nth-child(2) {
    display: none !important;
  }
  .cag-slider .et_pb_slide_description .et_pb_slide_content h2 {
    font-weight: 700 !important;
    letter-spacing: 0.4px;
  }
  .cag-slider .et_pb_slide_description .et_pb_slide_content p {
    font-size: 19px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
  #a-custom-footer-surround .et_pb_image {
    text-align: left !important;
  }
  .et_pb_image_0_tb_footer .et_pb_image_wrap img {
    max-width: 120px;
  }
  .et-db #et-boc .et-l .et_pb_image_0_tb_footer {
    text-align: left !important;
  }
  .cag-category-banner-fwheader {
    background-size: contain;
    background-position: bottom;
    padding-top: 35px !important;
  }
}
@media (max-width: 768px) {
  .cag-category-banner-fwheader {
    background-size: contain;
    background-position: bottom;
    padding-top: 15px !important;
    padding-bottom: 200px !important;
  }
  body .cag-category-banner-fwheader .et_pb_fullwidth_header_container .header-content-container .header-content .et_pb_fullwidth_header_subhead {
    font-size: 27px !important;
    max-width: 100% !important;
    line-height: 40px !important;
  }
  body.single-magazine .cag-main-surround,
  body.post-type-archive-magazine .cag-main-surround {
    padding-top: 25px !important;
  }
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section {
    padding-top: 0px !important;
  }
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section .et_pb_post_title {
    padding-top: 35px !important;
  }
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section .et_pb_title_container h1 {
    font-size: 38px !important;
  }
  body.single-post .cag-backsss .et_pb_code_inner {
    width: 80% !important;
    max-width: 1080px !important;
  }
  .cag-mag-single-top-title h1,
  .cag-mag-main-top h1 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 38px !important;
  }
  .cag-mag-single-top-title h1 a,
  .cag-mag-main-top h1 a {
    font-size: 38px !important;
  }
  /* Target both the main page and single page containers */
  .cag-mag-main-bottom .et_pb_ajax_pagination_container,
  .cag-mag-single-bottom .et_pb_ajax_pagination_container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important; /* Standardized gap */
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* Force articles to 50% width minus half the gap */
  .cag-mag-main-bottom .et_pb_ajax_pagination_container article,
  .cag-mag-single-bottom .et_pb_ajax_pagination_container article {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 10px) !important;
            flex: 0 0 calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    margin: 0 0 20px 0 !important; /* Only bottom margin for row spacing */
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    float: left !important;
  }
  /* Ensure the images and titles inside stretch to the full 50% width */
  .cag-mag-main-bottom article img,
  .cag-mag-single-bottom article img,
  .cag-mag-main-bottom .entry-title,
  .cag-mag-single-bottom .entry-title {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
  .cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article h2.entry-title {
    max-height: 26px !important;
    overflow: hidden !important;
  }
  .cag-mag-main-bottom.et_pb_blog_1_tb_body .et_pb_ajax_pagination_container article h2.entry-title a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .et_pb_slide_content {
    max-height: 168px !important;
    overflow: hidden !important;
  }
  .cag-mag-main-top h1 a {
    font-size: 38px !important;
  }
  .cag-category-banner-fwheader {
    background-size: contain;
    background-position: bottom;
    padding-top: 15px !important;
  }
  .cag-category-banner-fwheader {
    padding-bottom: 180px !important;
  }
}
@media (max-width: 400px) {
  .cag-category-banner-fwheader {
    padding-bottom: 160px !important;
  }
}
/* START of THEME CSS */
/* END of THEME CSS */
/* 1. Ensure the section allows the rows to overlap it */
.cag-homepage-banner {
  position: relative;
  padding: 0 !important;
}

/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
/* 2. Slider - Full width with contained text */
.cag-slider {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  /* THE LEFT-TO-RIGHT GRADIENT FIX */
}
.cag-slider .et_pb_slide:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9 !important;
  pointer-events: none !important;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.1)), to(transparent)) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 70%, transparent 100%) !important;
}
.cag-slider .et_pb_container {
  max-width: 1300px !important;
  margin: 0 auto !important;
  position: relative;
  z-index: 10 !important;
}
.cag-slider .et_pb_slide_description {
  text-align: center !important;
  position: relative;
  z-index: 11 !important;
  PADDING-LEFT: 0;
  padding-top: 180px;
  padding-bottom: 295px !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}
.cag-slider .et_pb_slide_description h1, .cag-slider .et_pb_slide_description h2 {
  padding-bottom: 25px;
}
.cag-slider .et_pb_slide_description .et_pb_slide_content p {
  font-size: 19px;
  letter-spacing: 0.4px;
}
.cag-slider .et_pb_slide_description .et_pb_slide_content a {
  color: white !important;
}

/* 3. The Search & Buttons - Pulled up into the slider and width-locked */
.cag-search,
.cag-buttons {
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  z-index: 99;
  /* This makes the row width only as wide as the content inside it */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* THE SEARCH ROW - Matches the button width below it */
.cag-search {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 180px !important;
}
.cag-search .et_pb_column {
  width: 100% !important;
  padding: 0 !important;
}
.cag-search .et_pb_column .et_pb_search {
  width: 930px;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform > div {
  width: 100%;
  padding-right: 0;
  border-right: 40px solid white !important;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform input.et_pb_s {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100% !important;
  height: 50px !important;
  padding: 0 15px !important;
  border-radius: 0;
  border: none !important;
  background: white;
  color: #000000 !important;
  outline: none !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform input.et_pb_searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  border: none;
  border-radius: 0;
  height: 50px !important;
  width: 60px;
  cursor: pointer;
  color: transparent !important;
  font-size: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform input.et_pb_searchsubmit:hover {
  background: white;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform::after {
  font-family: "ETmodules";
  content: "U";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #000000;
  pointer-events: none;
}
.cag-search .et_pb_column .et_pb_search .et_pb_searchform:hover::after {
  opacity: 0.7;
}

/* THE BUTTONS ROW - Master width determined by text length */
.cag-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 100px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px; /* Space between buttons */
  padding-top: 0 !important;
}
.cag-buttons .et_pb_column {
  width: auto !important; /* Strips the 1/3 width constraint */
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.cag-buttons .et_pb_column .et_pb_button_module_wrapper .et_pb_button {
  display: inline-block;
  width: auto !important;
  white-space: nowrap; /* Forces button width to follow text length */
  border: 2px solid white !important;
  background-color: transparent !important;
  color: white !important;
}
.cag-buttons .et_pb_column .et_pb_button_module_wrapper .et_pb_button:hover {
  color: #000000 !important;
  border: 2px solid #fff !important;
  background-color: #fff !important;
}

.custom-banner-half-height {
  /* 1. Set the height */
  height: 34vh !important;
  min-height: 34vh !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  /* 2. Add the left-side gradient */
}
.custom-banner-half-height .et_pb_fullwidth_header_overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(70%, rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 70%) !important;
  position: absolute !important;
  z-index: 1;
}
.custom-banner-half-height {
  /* Ensure text sits above the gradient */
}
.custom-banner-half-height .et_pb_fullwidth_header_container {
  z-index: 2;
  position: relative;
}

#cag-contactinfopage .cag-info-nobr br {
  display: none !important;
}
#cag-contactinfopage .et_pb_text {
  margin-bottom: 15px !important;
}
#cag-contactinfopage .et_pb_text p {
  padding-bottom: 0 !important;
}
#cag-contactinfopage .et_pb_text strong {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px;
  color: #000000;
  padding-bottom: 10px !important;
  display: block;
}

.et_pb_promo p {
  color: white;
}
.et_pb_promo p a {
  color: white;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.et_pb_promo p a:hover {
  opacity: 0.85;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cag-req-cb-surround {
  padding-top: 0 !important;
}
.cag-req-cb-surround .et_pb_text {
  margin-bottom: 30px !important;
}
.cag-req-cb-surround .et_pb_text h2 {
  padding-bottom: 25px;
  color: white;
}
.cag-req-cb-surround .et_pb_text p {
  color: white;
}
.cag-req-cb-surround .et_pb_row {
  background-color: #000000 !important;
  padding-top: 45px !important;
  padding-right: 45px !important;
  padding-left: 45px !important;
  padding-bottom: 5px !important;
  /* 1. HORIZONTAL PAIRS (NAME/COMPANY & PHONE/EMAIL) */
}
.cag-req-cb-surround .et_pb_row .form-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 40px;
  margin-bottom: 0px;
}
.cag-req-cb-surround .et_pb_row .form-row .form-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cag-req-cb-surround .et_pb_row .form-row .form-column .left {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 160px !important;
          flex: 0 0 160px !important;
  margin-bottom: 0 !important;
  padding-right: 10px;
  color: white;
}
.cag-req-cb-surround .et_pb_row .form-row .form-column .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cag-req-cb-surround .et_pb_row .form-row .form-column .right .wpcf7-form-control-wrap {
  width: 100%;
}
.cag-req-cb-surround .et_pb_row .form-row .form-column .right input {
  width: 100% !important;
  color: white;
  background: #000000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 7px;
  border-bottom: 2px solid white;
}
.cag-req-cb-surround .et_pb_row .form-row .form-column .right input:focus {
  border-bottom: 2px solid white !important;
  outline: none !important;
  background: #000000;
}
.cag-req-cb-surround .et_pb_row .cag-nombbelow {
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}
.cag-req-cb-surround .et_pb_row .cag-phoneee {
  margin-top: 28px !important;
}
.cag-req-cb-surround .et_pb_row {
  /* 2. INTERESTED IN: FULL ROW HORIZONTAL */
}
.cag-req-cb-surround .et_pb_row .full-width {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.cag-req-cb-surround .et_pb_row .full-width .left {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 160px !important;
          flex: 0 0 160px !important;
  margin-bottom: 0 !important;
  color: white;
}
.cag-req-cb-surround .et_pb_row .full-width .cag-boxesss {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cag-req-cb-surround .et_pb_row .full-width .cag-boxesss .wpcf7-list-item {
  display: inline-block !important;
  margin: 0 15px 0 0 !important;
  white-space: nowrap !important;
  color: white;
}
.cag-req-cb-surround .et_pb_row {
  /* 3. FOOTER: GDPR & SUBMIT ON ONE LINE */
}
.cag-req-cb-surround .et_pb_row .footer-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 0px;
}
.cag-req-cb-surround .et_pb_row .footer-row .gdpr-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cag-req-cb-surround .et_pb_row .footer-row .gdpr-column .gdpr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
}
.cag-req-cb-surround .et_pb_row .footer-row .gdpr-column .gdpr input {
  margin-right: 10px !important;
}
.cag-req-cb-surround .et_pb_row .footer-row .gdpr-column .gdpr {
  color: white;
}
.cag-req-cb-surround .et_pb_row .footer-row .gdpr-column .gdpr a {
  margin-left: 5px;
  color: white;
  text-decoration: underline;
}
.cag-req-cb-surround .et_pb_row .footer-row .submit-column {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  text-align: right !important;
}
.cag-req-cb-surround .et_pb_row .footer-row .submit-column input.wpcf7-form-control.wpcf7-submit {
  -webkit-appearance: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  padding: 12px 35px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cag-req-cb-surround .et_pb_row .footer-row .submit-column input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.cag-req-cb-surround .et_pb_row {
  /* 4. MOBILE: STACK ONLY ON SMALL SCREENS */
}
@media (max-width: 768px) {
  .cag-req-cb-surround .et_pb_row .form-row, .cag-req-cb-surround .et_pb_row .footer-row, .cag-req-cb-surround .et_pb_row .full-width, .cag-req-cb-surround .et_pb_row .form-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 10px;
  }
  .cag-req-cb-surround .et_pb_row .left {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    margin-bottom: 5px !important;
  }
  .cag-req-cb-surround .et_pb_row .submit-column {
    width: 100%;
    text-align: left !important;
  }
}

.cag-categoryhp {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cag-categoryhp .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding: 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; /* 20px gap between columns */
}
.cag-categoryhp .et_pb_row:first-of-type {
  padding-top: 20px;
}
.cag-categoryhp {
  /* Remove Divi's default margins */
}
.cag-categoryhp .et_pb_column {
  margin-right: 0 !important;
  margin-bottom: 20px; /* gap between rows */
}
.cag-categoryhp {
  /* 4 equal columns (1/4 each) */
}
.cag-categoryhp .et_pb_row_4col .et_pb_column {
  width: calc(25% - 15px); /* accounts for 20px gap */
}
.cag-categoryhp {
  /* 1/2 + 1/4 + 1/4 */
}
.cag-categoryhp .et_pb_row_1-2_1-4_1-4 .et_pb_column_1_2 {
  width: calc(50% - 10px); /* accounts for 20px gap */
}
.cag-categoryhp .et_pb_row_1-2_1-4_1-4 .et_pb_column_1_4 {
  width: calc(25% - 15px); /* accounts for 20px gap */
}
.cag-categoryhp {
  /* 1/4 + 1/2 + 1/4 */
}
.cag-categoryhp .et_pb_row_1-4_1-2_1-4 .et_pb_column_1_4 {
  width: calc(25% - 15px);
}
.cag-categoryhp .et_pb_row_1-4_1-2_1-4 .et_pb_column_1_2 {
  width: calc(50% - 10px);
}
.cag-categoryhp {
  /* 1/4 + 1/4 + 1/2 */
}
.cag-categoryhp .et_pb_row_1-4_1-4_1-2 .et_pb_column_1_4 {
  width: calc(25% - 15px);
}
.cag-categoryhp .et_pb_row_1-4_1-4_1-2 .et_pb_column_1_2 {
  width: calc(50% - 10px);
}
.cag-categoryhp {
  /* Remove bottom margin from last row */
}
.cag-categoryhp .et_pb_row:last-child .et_pb_column {
  margin-bottom: 0;
}

.cag-cat-columns .et_pb_column {
  margin-bottom: 0 !important;
}
.cag-cat-columns .et_pb_column .et_pb_text {
  position: relative;
  overflow: hidden;
  padding-top: 17vh;
  padding-bottom: 17vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cag-cat-columns .et_pb_column .et_pb_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Inherit the background from the module or define it here */
  background-image: inherit;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 0;
}
.cag-cat-columns .et_pb_column .et_pb_text .et_pb_text_inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cag-cat-columns .et_pb_column .et_pb_text h3, .cag-cat-columns .et_pb_column .et_pb_text h4 {
  text-align: center;
  color: #ffffff !important;
  margin: 0;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.cag-cat-columns .et_pb_column .et_pb_text h3 span, .cag-cat-columns .et_pb_column .et_pb_text h4 span {
  font-size: 22px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cag-cat-columns .et_pb_column .et_pb_text:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.cag-ad-cta {
  padding-top: 0PX !important;
  padding-bottom: 20PX !important;
}
.cag-ad-cta h2 {
  padding-top: 10px;
  padding-bottom: 20px;
}

body.archive.category .et-l .et_pb_fullwidth_section .et_pb_post_title {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
body.archive.category .et-l .et_section_regular .et_pb_ajax_pagination_container .pagination {
  margin-top: 40px;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content {
  display: block !important;
  width: 100% !important;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content .column {
  width: 33.333% !important;
  float: left !important;
  padding-right: 30px; /* Restores your exact 30px margin/gap */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block !important;
  margin-right: 0 !important;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content .column:nth-child(3n) {
  padding-right: 0 !important;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article {
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 0px solid white;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article .et_pb_image_container {
  margin: 0 !important;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article .entry-featured-image-url {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article .entry-featured-image-url img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article h2.entry-title {
  margin-top: 0;
  padding-top: 0;
  line-height: 24px;
  min-height: 52px;
  max-height: 52px;
  overflow: hidden;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article h2.entry-title a {
  font-size: 24px;
  line-height: 24px;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content article .post-meta {
  display: none !important;
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid {
  /* Clearfix to ensure the container spans all 3 columns */
}
body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 980px) {
  body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content .column {
    width: 50% !important;
    padding-right: 20px;
  }
  body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content .column:nth-child(2n) {
    padding-right: 0 !important;
  }
  body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content .column:nth-child(3n) {
    padding-right: 20px !important;
  }
}
@media (max-width: 479px) {
  body.archive.category .et-l .et_section_regular .et_pb_blog_grid .et_pb_salvattore_content .column {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

.cag-category-banner-fwheader {
  border-bottom: 10px solid #000000;
  padding: 65px 0;
}
.cag-category-banner-fwheader .et_pb_fullwidth_header_container {
  max-width: 90% !important;
  width: 100% !important;
}
.cag-category-banner-fwheader .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
  font-size: 72px !important;
  letter-spacing: 0em;
}
.cag-category-banner-fwheader .et_pb_fullwidth_header_container .header-content-container .header-content .et_pb_fullwidth_header_subhead {
  font-size: 47px;
  font-weight: 300;
  max-width: 758px;
  padding-top: 10px;
  line-height: 60px;
}

.cag-custom-search-respage {
  margin-bottom: 30px !important;
}
.cag-custom-search-respage.et_pb_search {
  width: 100%;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform > div {
  width: 100%;
  padding-right: 0;
  border-right: 40px solid white !important;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform input.et_pb_s {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100% !important;
  height: 50px !important;
  padding: 0 15px !important;
  border-radius: 0;
  border: none !important;
  background: white;
  color: #000000 !important;
  outline: none !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform input.et_pb_searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  border: none;
  border-radius: 0;
  height: 50px !important;
  width: 60px;
  cursor: pointer;
  color: transparent !important;
  font-size: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform input.et_pb_searchsubmit:hover {
  background: white;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform::after {
  font-family: "ETmodules";
  content: "U";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #000000;
  pointer-events: none;
}
.cag-custom-search-respage.et_pb_search .et_pb_searchform:hover::after {
  opacity: 0.7;
}