/*
Theme Name: Wescle Child
Theme URI: https://wescle.com/changelog/
Author: wescle.com
Author URI: https://wescle.com
Description: Powerful, Responsive, SEO Optimized WordPress Template Suitable for Any Type of Website from <a href="https://wescle.com">Wescle.com</a> | Contact email: <a href="mailto:info@wescle.com">info@wescle.com</a>
Template: wescle
Version: 1.0.2
Requires at least: 5.4
Requires PHP: 7.3
Text Domain:  wescle_child
Domain Path: /languages
*/

/* BELOW YOU CAN WRITE YOUR CODE */

@media (min-width: 1281px) {
  [data-slides-1920="3"] .swiper-slide {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .wescle-bs-section__slider:not(.swiper-initialized) {
    .swiper-slide {
      &:first-child {
        margin-left: calc(-33.333% - 10px);
      }
    }
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  [data-slides-992="2"] .swiper-slide {
    width: calc(50% - 20px);
    margin-right: 30px;
  }
}

.swiper-slide .btn-main {
	color: #fff;
	background: transparent !important;
	border: 1px solid white !important;
}
// Add Google Site Verification Meta Tag
function prai_add_google_verification() {
    echo '<meta name="google-site-verification" content="XmK2qN2rD31y9Wbbf9MVNN0MuyG2sLOIWhI-9803pf8" />' . "\n";
}
add_action('wp_head', 'prai_add_google_verification');

