/*
 Theme Name:   Sports Insurance
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for SportsInsurance.com
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
 */

/* Remvoe Drop Down Arrows --- --- --- */
/* END - Remvoe Drop Down Arrows --- --- --- */
html {
  scroll-behavior: smooth;
}
section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}
.elementor-widget-container .elementor-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .elementor-posts article.elementor-post {
    flex-direction: column;
  }
  .elementor-posts article.elementor-post .elementor-post__thumbnail__link {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
  padding: 16px;
  background-color: #e5e5e5;
  position: relative;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__thumbnail__link:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__title {
  margin-bottom: 10px;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__excerpt {
  text-align: left;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__read-more {
  background-color: #43bfe0;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.elementor-widget-tabs .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title {
  padding: 0 10px !important;
  border-left: solid 1px #454545 !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title:first-of-type {
  border-left: none !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title.elementor-active a {
  color: #222 !important;
}
@media (min-width: 768px) and (max-width: 970px) {
  .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title {
    padding: 0 6px !important;
  }
}
.elementor-widget-icon-box a {
  color: inherit;
}
.featured-sports ul, .all-sports ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.featured-sports ul li, .all-sports ul li {
  margin-right: 5px;
}
.featured-sports ul li a, .all-sports ul li a {
  font-weight: 800;
  font-style: italic;
  color: #e0e3e5;
  font-size: 19px;
  text-transform: uppercase;
}
.featured-sports ul li a:hover, .all-sports ul li a:hover {
  color: #fff;
}
.featured-sports ul li:nth-child(3n+2) a, .all-sports ul li:nth-child(3n+2) a {
  color: #b2b6ba;
}
.featured-sports ul li:nth-child(3n+2) a:hover, .all-sports ul li:nth-child(3n+2) a:hover {
  color: #fff;
}
.featured-sports ul li:nth-child(3n+3) a, .all-sports ul li:nth-child(3n+3) a {
  color: #9d9c97;
}
.featured-sports ul li:nth-child(3n+3) a:hover, .all-sports ul li:nth-child(3n+3) a:hover {
  color: #fff;
}
.all-sports ul li a {
  color: #413c3c;
}
.all-sports ul li a:hover {
  color: #153991;
}
.all-sports ul li:nth-child(3n+2) a {
  color: #626366;
}
.all-sports ul li:nth-child(3n+2) a:hover {
  color: #153991;
}
.all-sports ul li:nth-child(3n+3) a {
  color: #979595;
}
.all-sports ul li:nth-child(3n+3) a:hover {
  color: #153991;
}
.all-sports-orig ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.all-sports-orig ul li {
  width: 33.3%;
}
@media (min-width: 971px) {
  .all-sports-orig ul li:nth-child(30n+28), .all-sports-orig ul li:nth-child(30n+29), .all-sports-orig ul li:nth-child(30n+30) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .all-sports-orig ul li {
    width: 50%;
  }
  .all-sports-orig ul li:nth-child(20n+19), .all-sports-orig ul li:nth-child(20n+20) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .all-sports-orig ul li {
    width: 100%;
  }
  .all-sports-orig ul li:nth-child(10n+10) {
    margin-bottom: 30px;
  }
}
.all-sports-orig ul li a {
  color: #282829;
  font-weight: 800;
  text-transform: uppercase;
}
.all-sports-orig ul li a:hover {
  color: #153991;
}
/*# sourceMappingURL=style.css.map */