@charset "UTF-8";
/*
Theme Name: SMS Custom Theme
Description: Contains the custom BubsClub WordPress theme
Version: 1.0
*/


/* setting responsive */

.lang-mobile {
	display:none !important;
}

.lag-desktop {
		display:block !important;
	}

.mobile-section {
	display:none
}

.desktop-section {
		display:block
	}

@media(min-width:300px) and (max-width:500px) {
	
	.desktop-section {
		display:none
	}
	

	.mobile-section {
		display:block
	}
	.site-logo img {
		width:100px !important
	}
	
	.lang-mobile {
		display:block !important;
		position:absolute;
		right:35px;
	}
	
	.lang-mobile .trp-ls-shortcode-current-language {
		width: 90px !important;
	}
	
	.trp-language-switcher > div {
		background-color: transparent !important;
		padding:0 !important
	}

	
	.lag-desktop {
		display:none !important;
	}
	
	.testimonial-item {
		height:auto !important
	}
	
	.quote-section .container {
		padding:50px 15px !important
	}
	
	.quote-section {
		margin-bottom:0 !important
	}
	
	.sponsor-carousel .swiper-slide img {
		width: 100px;
		object-fit: contain;
		object-position: center;
	} 
	
	.copyright-area {
		font-size:12px !important
	}
	
	.banner-end .default-btn {
		width:85% !important;
		display:block !important;
	}
	
	.banner-end {
		height:auto !important
	}
	
	.page-header-info h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    } 
	
	.post-details p {
		font-size: 15px;
		letter-spacing: -0.5px;
		line-height: 25px;
		margin-bottom: 40px;
	}
	
	.swiper .swiper-slide {
		width:100% !important
	}
}