/*
Theme Name: FFC
Author: Jam
Author URI: https://jampadillo.com/
Description: A responsive theme for FFC.
Version: 1.1.4
Tested upto: 6.5.2
*/

footer .gform_title {
  color: #ffffff;
  font-size: 25px!important;
  margin-bottom: 20px;
}
span.highlight.red {
  color: #fe0202;
}
.solid .elementor-button {
  position: relative;
  background-color: #0187E5;
}
.solid .elementor-button::before {
  content: '';
  position: absolute;
  background-color: #FE0202;
  transition: 0.3s ease-out;
  z-index: 0;
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
}
.solid .elementor-button:hover {
  transition: 0.2s 0.1s;
}
.solid .elementor-button:hover::before {
  width: 0%;
}
.solid .elementor-button span.elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
}
.title-blue-bg h1,
.title-blue-bg h2,
.title-blue-bg h3 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  background-color: #042869;
  text-transform: uppercase;
  padding: 5px 10px 0 10px;
}
.title-blue-bg h2 {
  padding: 5px 10px 0 10px;
}
.title-blue-bg h3 {
  padding: 10px 10px 0 10px;
}
.txt-shadow {
  filter: drop-shadow(4.096px 2.868px 4.5px rgba(0,0,0,0.47));
}
.owl-carousel.oval-nav .owl-nav button {
  background: #032769;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.owl-carousel.oval-nav .owl-nav button span {
  font-size: 50px;
}
.owl-carousel.oval-nav .owl-nav button:hover,
.owl-carousel.oval-nav .owl-nav button:active,
.owl-carousel.oval-nav .owl-nav button:focus,
.owl-carousel.oval-nav .owl-nav button:visited,
.owl-carousel.oval-nav .owl-nav button:focus-within,
.owl-carousel.oval-nav .owl-nav button:focus-visible {
  border: none;
  outline: none;
}
.owl-carousel .owl-prev {
  left: -80px;
}
.owl-carousel .owl-next {
  right: -80px;
}
.owl-carousel .owl-dots {
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #042869;
  margin: 0 3px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #042869;
}
#testimonial-carousel {
  padding: 0 40px;
}
#testimonial-carousel h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #032769;
}
#testimonial-carousel blockquote {
  font-style: italic;
}
#testimonial-carousel .wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
}
#testimonial-carousel .wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers-carousel .wrap {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.speakers-carousel .wrap img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers-carousel .name {
  font-size: 25px;
  font-weight: bold;
}
.speakers-carousel p {
  font-size: 18px;
}
.speakers-carousel .owl-nav button {
  top: 25%;
}
#highlights-carousel .item .wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
#highlights-carousel .item .wrap:hover {
  filter: drop-shadow(4.096px 2.868px 10.5px rgba(0,0,0,0.09));
}
#highlights-carousel .photo-container img,
#highlights-carousel .video-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#highlights-carousel .owl-stage{
  padding-left:0px !important;
}
#highlights-carousel .tweet-container {
  border: 4px solid #eae8e8;
  height: 100%;
}
#highlights-carousel .tweet-container img {
  width: auto;
}
#highlights-carousel .video-container {
  height: 100%;
}
#highlights-carousel .video-container .modal-img {
  position: relative;
  height: 100%;
}
#highlights-carousel .video-container .modal-img:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url('/wp-content/uploads/2024/05/video-icon.png') no-repeat center / cover;
  position: absolute;
  top:45%;
  left: 45%;
  z-index: 1;
}
#highlights-carousel .modal {
  padding-right: 0!important;
}
#highlights-carousel .modal-dialog {
  height: 100%;
  margin: 0;
}
#highlights-carousel .modal-body p {
  margin-bottom: 0;
}
#highlights-carousel .close {
  background: #0187e5;
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  opacity: 1;
  z-index: 1;
}
#sponsors-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.fullwidth-slider .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #ffffff;
}
.fullwidth-slider .elementor-slide-heading {
  filter: drop-shadow(4.096px 2.868px 4.5px rgba(0,0,0,0.47));
}
/* Single Template */
.single-issues blockquote {
  font-family: 'DejaVu Sans Condensed';
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: normal;
  background: #c4e3f9;
  padding: 2em;
  margin-bottom: 0!important;
  color: #042869;
  text-align: center;
}
.single-issues blockquote .meta {
  margin-bottom: 0;
}
.single-voter-guide .contents h2 {
  font-size: 35px!important;
  font-weight: bold;
}
.single-voter-guide .contents h3 {
  font-size: 30px!important;
  font-weight: bold;
}
.single-voter-guide .contents h4 {
  font-size: 25px!important;
  font-weight: bold;
}
.single-register-to-vote h1 {
  color: #042869;
  font-size: 35px!important;
  font-weight: bold;
  text-transform: uppercase;
}
.single-register-to-vote .main .wrap {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.single-register-to-vote .main .wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-register-to-vote .gform_wrapper select {
  height: 50px;
}
.single-register-to-vote .gform_wrapper input[type="submit"] {
  margin-top: 16px;
  width: 100%;
}
/* Gravity Forms Styling  */
.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 0 0 100%!important;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: .5rem;
}
.gform_wrapper.gravity-theme label,
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: bold;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .ginput_container_consent label {
  font-weight: normal;
  text-transform: inherit;
}
.gform_wrapper .gfield_required {
  display: none!important;
}
.gform_wrapper input[type="submit"] {
  background: #fe0202;
  border: none;
  color: #ffffff;
  padding: 10px 45px;
  line-height: 1.5;
}
.gform_confirmation_message {
  background: #5AA528;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
  padding-right: 0!important;
}
.gform_wrapper .gf_simple_horizontal input {
  height: 50px;
  outline: none;
  border: none;
  border-radius: 0;
}
.gform_wrapper .gf_simple_horizontal input[type="submit"] {
  font-size: 16px;
  margin-bottom: 0!important;
}
.download-image-box:hover {
  cursor: pointer;
}
.download-image-box img {
  width: 100%;
}
.download-image-box .elementor-image-box-content {
  padding: 0 20px;
}
.download-image-box:hover .elementor-image-box-content .elementor-image-box-title {
  color: #FE0202!important;
}
@media (max-width: 1199px) {
  .owl-carousel .owl-prev {
    left: -30px;
  }
  .owl-carousel .owl-prev {
    right: -30px;
  }
}
@media (max-width: 1024px) {
  #testimonial-carousel {
    padding: 0;
  }
  .owl-carousel .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-prev {
    right: 0;
  }
}
@media (max-width: 767px) {
  .title-blue-bg h1,
  .title-blue-bg h2,
  .title-blue-bg h3 {
    display: block;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 1px;
  }
  .owl-carousel .owl-prev,
  .speakers-carousel .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-next,
  .speakers-carousel .owl-next {
    right: 0;
  }
  #testimonial-carousel {
    padding: 0;
  }
  #testimonial-carousel h3 {
    font-size: 20px;
  }
  #testimonial-carousel blockquote {
    font-size: 16px;
  }
  #testimonial-carousel .wrap {
    height: 350px;
    margin-bottom: 30px;
  }
  #testimonial-carousel h3,
  #testimonial-carousel blockquote {
    text-align: center;
  }
  #schedule h3 {
    font-size: 16px;
    padding: 0 10px;
  }
  #schedule .td-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  #schedule .th-mobile-screen {
    text-align: left;
  }
  .single-issues blockquote {
    font-size: 20px;
  }
  .gform_wrapper .gf_simple_horizontal {
    width: 100%!important;
  }
  .gform_wrapper .gf_simple_horizontal input[type="submit"]  {
    padding: 9px 18px;
  }
}
