/*
Theme Name: Worldologists
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: worldologists
Tags: 
*/

body div.wpforms-container-full input[type="text"],
body div.wpforms-container-full input[type="email"],
body div.wpforms-container-full textarea {
  max-width: 100%;
  border-radius: 0;
}
body div.wpforms-container-full button[type="submit"] {
  height: auto;
  width: 100%;
  background: var(--wp--preset--color--accent-1) !important;
  border-width: 0;
  border-radius: 0;
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--oswald);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: inherit;
  padding-top: 1rem;
  padding-right: 2.25rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  text-decoration: none;
  text-transform: uppercase;
}
body .wpforms-submit-container br {
  display: none;
}
body .wpforms-container .wpforms-field {
  padding: 10px 0;
}

.ads-gallery {
  height: 565px;
}
@media (max-width: 768px) {
  .ads-gallery {
    height: 245px;
  }
  .ads-gallery-thumbs img {
    max-width: 100%;
  }
}
.ads-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
}
.ads-gallery img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.wp-block-cover .taxonomy-destination {
  font-size: clamp(4.509rem, 4.509rem + ((1vw - 0.2rem) * 8.613), 10rem);
  letter-spacing: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  opacity: 0.2;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
.taxonomy-destination a {
  text-decoration: none;
}

.wp-block-query .wp-block-post-terms {
  position: absolute;
  margin: 0;
  top: var(--wp--preset--spacing--30);
  left: var(--wp--preset--spacing--30);
}

/* Reviews */

.brtpmj_businessheader,
.brtpmj_br_score,
.brtpmj_sr_ab_date,
.brtpmj_sr_author_overview p:last-child,
.brtpmj_sr_ab_name_date br {
  display: none !important;
}
.brtpmj_sr_ab_name_date {
  justify-content: center;
}
.brtpmj_business_ratings {
  justify-content: center;
}
.brtpmj_business_ratings {
  margin-bottom: 40px;
}
.brtpmj_sr_title h4 {
  font-size: var(--wp--preset--font-size--large);
}
.brtpmj_sr_ab_img img {
  width: 50px;
  height: 50px;
}

/*
@media (min-width: 769px) {
  .gallery-container {
    margin-top: 0;
  }
  .is-2-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .expand {
    display: none !important;
  }
}

.expand {
  margin: 0;
  padding: 0 10px;
  display: block;
  background: transparent;
  border: #5f5f5f 1px solid;
  border-radius: 0;
  width: 100%;
}
.expand svg {
  display: block;
  margin: 0 auto;
}

.slider-gallery {
  max-width: 600px;
  margin: 0 auto;
}

.slider-gallery__main img {
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.slider-gallery__thumbnails {
  margin-top: 10px;
}

.slider-gallery__thumb {
  margin: 0 5px;
  cursor: pointer;
}

.slider-gallery__thumb img {
  width: 100%;
  height: auto;
}

.expand-gallery {
  display: block;
  margin: 2px 2px 0;
  width: calc(100% - 4px);
  font: inherit;
  font-weight: bold;
  background: transparent;
  border: #7a9bdb 2px solid;
  font-size: var(--wp--preset--font-size--small);
  padding: 8px;
  color: #182949;
}

.ads-gallery {
  margin-top: 0;
}

.ads-gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  cursor: pointer;
}
.ads-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
*/
