

/******************
MMR MERGED: /wp-content/themes/monomyth_child/style.css
***************/

/*
Theme Name: Monomyth Child Theme
Theme URI: http://git.wpoets.com/monomyth
Author: WPoets Team
Author URI: http://www.wpoets.com/
Description: This theme is blank theme built to work with Awesome Studio Framework, it includes latest version of bootstrap, uses jQuery from CDN theme options along with best practices that wpoets team follows
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.

*/
.brand-primary.caecilia.taxtitle:after{
  position: relative;
  content: ',';
}
.brand-primary.caecilia.taxtitle:last-child:after{
  position: relative;
  content: '';
}
.post-wrapper .no-margin a.brand-primary.font-light:after{
  position: relative;
  content: ',';
}
.post-wrapper .no-margin a.brand-primary.font-light:last-child:after{
  position: relative;
  content: '';
}

.custom-article-count{
  display: none;
}

.toogletags {
  z-index: 5!important;
}

.r-tabs .gray-white{
  color: #333333!important;
}

.contact-us .default-page-container{
	padding: 0 15px;
}

.contact-us .singlepage{
	padding: 40px 0;
}
.gray-white {
    color: #706d6d!important;
}

div#comments {display:none!important;}


















/* =============================================
   Swiper Slider Styles (Desktop)
   ============================================= */

.js-slider {
    width: 100%;
    padding: 20px 40px;
    overflow: hidden;
}

.swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.swiper-slide {
    height: auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-sub-content{

}

.image-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 3; /* Adjust ratio as needed */
    object-fit: cover;
    display: block;
}

.swiper-content{
  padding: 20px !important;
}


.simple-author-info-block_post .img-responsive{
  height: 90px !important;
}

img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 800px 800px !important;
}

.subscribe-content img{
  width: 100% !important;
}

/* @media(max-width:1280px){
.image-container img{
  height: 180px !important;
  object-fit: cover !important;
}
} */

@media(max-width:968px){
.swiper-wrapper {
   
    grid-template-columns: 1fr 1fr;
    
}
}


@media(max-width:768px){
.swiper-wrapper {
   
    grid-template-columns: 1fr ;
    
}
}
