@charset "UTF-8";
/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/***********************************************************************/
/******* Display the blog post of Divi in a grid format   **************/
/***********************************************************************/
.home-hero h2 {
  line-height: 1.4;
  margin-bottom: 0;
  color: inherit;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1.2;
  line-height: 1.2;
}
.home-hero ul li {
  font-size: 26px;
  padding-bottom: 12px;
  list-style: none;
}

.blog-row .et_pb_ajax_pagination_container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.carriers-row article {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.et_pb_button.et_pb_more_button {
  display: none;
}

.home li.et_pb_menu_page_id-115.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-115,
.home li.et_pb_menu_page_id-114.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-114 {
  padding-top: 17px;
}

.home li.et_pb_menu_page_id-116.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-116 {
  margin: 0;
}
.home li.et_pb_menu_page_id-116.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-116 a, .home li.et_pb_menu_page_id-116.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-116 a:visited {
  padding: 26px 20px !important;
  background: #41c4f5;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
}

.home-hero li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  margin-right: 12px;
  color: #ffffff;
}

h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  color: #e92e35;
  font-size: 3rem;
  line-height: 1.2;
  color: #e92e35;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.home-row2-protection img.wp-image-118 {
  max-width: 170px;
}

.full-width-row-4 .full-img img {
  max-width: 100%;
}

.testimonials-box .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}

.animals-img img.wp-image-152 {
  max-width: 100%;
}

@media (min-width: 992px) {
  .home-hero .et_pb_slide_content {
    max-width: 580px;
    display: flex;
    position: relative;
    right: -39%;
    top: 150px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .et_pb_menu .et_mobile_nav_menu {
    margin: -100px 6px 0;
  }
}
@media (max-width: 980px) {
  .carriers-row .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 765px) {
  .carriers-row .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero h2 {
    font-size: 2rem !important;
    line-height: 1.2;
  }
}

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