/*  Desktop */
@media all and (min-width: 1601px) and (max-width: 1920px)
{

}

/* Laptop */
@media (max-width: 1366px)
{

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px)
{

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px)
{
	*{line-height: 1.6 !important;}
	.wd_banner::before{width: 100%;}
	.wd_bnr_txt{width: 100%;}
	.wd_bnr_txt h1{font-size: 40px;}
	.play_btn{top: 5em;right: 4em;width: 100px;height: 100px;}
	.about_bx{margin: 0 auto 3em;}
	.title h3{font-size: 30px;}
	.about_txt p{font-size: 14px;}
	.about{padding: 80px 0 30px;}
	.events, .news_blog, .contact_blog{padding: 40px 0;}
	br{display: none;}
	.events .nav .nav-link{padding: 12px 20px;}
	.event_txt h3{font-size: 15px;line-height: normal;}
	.event_txt p{font-size: 14px;line-height: normal;margin-bottom: 6px;}
	.event_rgt a{width: 35px;height: 35px;}
	.event_lft{grid-gap: 15px;}
	.event_rgt{padding: 10px;}
	.title p{font-size: 14px;}
	.art_txt{padding: 20px;}
	.art_txt h4, .artical_txt h4{font-size: 16px;}
	.art_txt p{margin-bottom: 15px;}
	.articalspost{height: auto;}
	.row-reverse{flex-direction: column-reverse;}
	.contact_blog form .form-group{margin-bottom: 15px;}
	.contact_blog form .form-control{padding: 15px 20px;}
	.h_308{height: auto !important;}
	.info_box{padding: 20px;margin-bottom: 15px;}
	.info_box h4{font-size: 16px;}
	.info_box p{font-size: 14px;}
	.owl-home .owl-dots{flex-direction: unset;margin: 18px auto 0;position: unset;}
    .blog-details-section .blog-details-content, .blog-details-section .sidebar-search-box{padding:15px;}
    .blog{padding:80px 0 30px;}
    .about-us{padding:50px 0;}
    .about-artist{padding:0;}
    .artist-image{padding:0;position:unset;margin:0 auto;text-align:center;}
    .artist-info-section{padding:30px 0;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px)
{	
	.wd_bnr_txt h1{font-size: 26px;}
	.wd_bnr_btn{padding: 12px 20px;font-size: 14px;}
	.play_btn{right: 0em;}
	.play_btn i{font-size: 20px;}
	.title::before, .title::after{margin: -18px auto 0;}
	.event_lft{display: block;}
	.event_bx{margin-bottom: 15px;display: block;}
	.event_img img{width: 100%;}
	.event_txt{margin: 15px 0 0;}
	.event_rgt{position: absolute;top: 0;right: 0;padding: 20px;}
	.event_txt h3{margin-bottom: 5px;}
	.article_flx{display: block;}
	.art_img img{width: 100%;height: 200px;border-radius: 10px 10px 0 0;}
	.art_txt{padding: 15px;}
	.art_txt span, .artical_txt span{margin-bottom: 8px;}
	.mrb_30{margin-bottom: 15px;}
	.articalspost img{height: 300px;}
	.mrb_15{margin-bottom: 15px;}
	.wd_banner::after{display: none;}
	.wd_banner{height: auto;padding: 150px 0 50px;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px)
{
	.city_img{width: auto;}
	.title h3{font-size: 20px;}
	.title h4{font-size: 16px;}
	.mt-5{margin-top: 2rem !important;}
}