@charset "UTF-8";

/* home slider */
.header-banner #home-slider-container {
  position: relative;
}
.header-banner #home-slider-container .owl-stage-outer {
  width: 100% !important;
}
.header-banner #home-slider-container .owl-stage-outer .owl-stage {
  height: 100%;
}
.header-banner #home-slider-container .owl-nav .owl-prev, .header-banner #home-slider-container .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  color: black;
  font-size: 24px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  text-align: center;
  padding-right: 11px;
  left: 22px;
  opacity: 0.4;
  z-index: 201;
  transition: all 0.25s ease-in-out;
}
.header-banner #home-slider-container .owl-nav .owl-prev:hover, .header-banner #home-slider-container .owl-nav .owl-next:hover {
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}
.header-banner #home-slider-container .owl-nav .owl-prev i, .header-banner #home-slider-container .owl-nav .owl-next i {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}
.header-banner #home-slider-container .owl-nav .owl-prev .icon-right:before, .header-banner #home-slider-container .owl-nav .owl-next .icon-right:before {
  content: "\f054";
}
.header-banner #home-slider-container .owl-nav .owl-prev .icon-left:before, .header-banner #home-slider-container .owl-nav .owl-next .icon-left:before {
  content: "\f053";
}
.header-banner #home-slider-container .owl-nav .owl-next {
  left: auto;
  right: 22px;
  padding-left: 4px;
  padding-right: 0;
}
.header-banner #home-slider-container .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transform: translateY(-13px);
}
.header-banner #home-slider-container .owl-dots button span {
  height: 15px;
  width: 15px;
  border-radius: 100vh;
  background-color: #511a5d;
}
.header-banner #home-slider-container .owl-dots button.active span {
  background-color: white;
  transition: all 0.25s ease-in-out;
}
.header-banner #home-slider-container .owl-dots button.active:hover span {
  border-color: #511a5d;
  transition: all 0.25s ease-in-out;
}
.header-banner #home-slider-container .slide {
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.header-banner #home-slider-container .slide .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #50185e;
  opacity: 0.35;
}
.header-banner #home-slider-container .slide .container {
  display: flex;
  align-items: center;
}
.header-banner #home-slider-container .slide .container.caption {
  background: transparent;
}
.header-banner #home-slider-container .slide .container .row {
  margin: 0;
}
.header-banner #home-slider-container .slide .container .row .inner h1 {
  margin-top: 0;
}


/* twitter feed */
.twitter-feed {
  padding: 3rem 0 2rem;
}
@media (min-width: 768px) {
  .twitter-feed {
    padding: 4rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .twitter-feed {
    padding: 4rem 0;
  }
}

/*
@media (min-width: 992px) {
  .twitter-feed #ctf {
    display: flex;
  }
}
.twitter-feed #ctf .ctf-tweets .ctf-item {
  border: solid 1.25px #511a5d; 
  border-top: none;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 1rem;
  height: 100%;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .twitter-feed #ctf .ctf-tweets .ctf-item {
    margin: 0 8px;
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .twitter-feed #ctf .ctf-tweets .ctf-item {
    flex: 1 0 calc(25% - 16px);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .twitter-feed #ctf .ctf-tweets .ctf-item:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .twitter-feed #ctf .ctf-tweets .ctf-item:last-of-type {
    margin-right: 0;
  }
}
.twitter-feed .ctf-tweets {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .twitter-feed .ctf-tweets {
    align-items: flex-end;
  }
}
*/


/* footer tweaks */
a .img-grow {
  position: relative;
}
a .img-grow img {
  transition: all 0.25s ease-in-out;
  max-width: 100%;
  width: 50%;
}
@media (min-width: 992px) {
  a .img-grow img {
    width: 80%;
  }
}
a:hover .img-grow img {
  transform: scale(1.05);
  transition: all 0.25s ease-in-out;
}

.buzz-link {
  border-top: solid 1px #888;
  padding-top: 1rem;
  margin-top: 1.1rem;
}
.buzz-link h6 {
  letter-spacing: 0.1px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  footer .columns {
    margin-bottom: 32px;
  }
  
  footer .columns .menu li {
    margin-bottom: 4px;
  }
  
  .menu > li > a {
    margin-right: 8px;
  }
  
  .at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 8px !important;
  }
  
  .sidebar div.callout p {
    margin-bottom: 16px
  }
  
  .sidebar div.callout form > div > div {
    margin-top: 16px;
  }
  
  .breadcrumbs li:not(:last-child)::after {
    margin: 0 16px;
  }
  
  .sidebar .widget ul li a {
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  
  .main-content table {
    width: 100% !important;
  }
  
  #footer-container ul.menu li a,
  .sidebar .widget ul li a,
  .breadcrumbs li {
    font-size: 14px;
  }
}

/* trustpilot styles */
.trustpilot-reviews {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.trustpilot-reviews .trustpilot-widget a.trustpilot-link {
  position: relative;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.trustpilot-reviews .trustpilot-widget a.trustpilot-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #50185e;
  transition: all 0.25s ease-in-out;
}
.trustpilot-reviews .trustpilot-widget a.trustpilot-link:hover:before {
  width: 100%;
}


/* gallery fixes */
.gallery {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.gallery > .column {
  float: none;
}

.gallery > .column img {
  margin-bottom: 1rem !important;
}

.mt-8 {
  margin-top: 32px !important;
}
.d-flex {
  display: flex !important;
} 
.flex-column {
  flex-direction: column !important;
}

@media only screen and (min-width: 992px) {
  header li.is-dropdown-submenu-item.menu-item-has-children ul.submenu {
    top: 50% !important;
  }
}

.card {
  transition: all .25s ease;
}
.card .caption {
  background-color: #29913C !important;
}
.card .caption h1, 
.card .caption h2, 
.card .caption h3, 
.card .caption h4, 
.card .caption h5, 
.card .caption h6, 
.card .caption .show-for-medium p{
  color: white !important;
}
a:hover .card, 
a:hover .m3-card {
  border-color: #29913C !important;
}

.contact-link a,
.button:not(.reversed),
a.button.secondary:not(.reversed), 
button.secondary:not(.reversed), 
form input[type="submit"] {
  background-color: #29913C !important;
  transition: all .25s ease;
}
.contact-link a:hover,
.button:not(.reversed):hover,
a.button.secondary:not(.reversed):hover,
a:hover button.secondary:not(.reversed), 
a:hover .button:not(.reversed),
button.secondary:not(.reversed):hover, 
form input[type="submit"]:hover {
  box-shadow: 0 0 0 4px rgba(41, 145, 60, 0.5);
}

@

