/*
  Theme Name: DuSunnah
  Author: Pario Studio
  Author URI: info@pariostudio.com
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

*,
*::after,
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Default Font Styles
______________________*/
body, input, select, textarea {
	font-family: "Inter", sans-serif;
	font-size:20px;
	color:#777777;
	line-height:1.2;
}

/* Headings
______________________*/
h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px;
	color: #000000;
}
h1{
	font-size: 59px;
	font-weight: 600;
}
h2{
	font-size: 38px;
	font-weight: 700;
}
h3{
	font-size: 35px;
	font-weight: 700;
}
h4{
	font-size: 25px;
	font-weight: 700;
}

/* Links
______________________*/
a{
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
/* Theme Btn 
===================*/
.theme-btn{
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 27px;
	border-radius: 10px;
	background: #2e2e2e;
	color: #ffffff;
	border: 1px solid #2e2e2e;
}
.theme-btn .arrow-icon{
	max-width: 18px;
	margin-left: 23px;
	position: relative;
	transition: 0.3s;
}
.theme-btn:hover .arrow-icon{
	margin-left: 30px;
}
.theme-btn:hover{
	background: transparent;
	color: #2e2e2e;
}
.theme-btn.theme-btn--alt {
	background: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
}
.about-author__outer a.theme-btn:focus,
.theme-btn:focus{
	box-shadow: 1px 1px 13px #848484;
}
.theme-btn.theme-btn--alt:focus{
	box-shadow: 1px 1px 13px #AEAEAE;
}
/* p, blockquote, address
______________________*/
p{
	margin: 0 0 25px;
	font-size: 24px;
}
img {
	display: block;
	max-width: 100%;
}
button {
	display: block;
	cursor: pointer;
}

blockquote{
	font-family: "Rubik", sans-serif;
	color: #000000;
}

/* Layout 
______________________*/
.container{
	width: 100%;
	max-width: 1695px;
	padding: 0 15px;
	margin: 0 auto;
}
.sm-container {
	max-width: 1585px;
}
.bg-layer {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99;
}

/* Header 
==============*/
.header .theme-btn {
	text-transform: uppercase;
}
.header-wrap {
	padding: 40px 0;
	position: sticky;
	top: 0;
	background: #ffffff;
	z-index: 999;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__left {
	display: flex;
	align-items: center;
}
a.main__logo {
	display: block;
	width: 100%;
	max-width: 215px;
	margin-right: 45px;
	padding-bottom: 10px;
}
.main__list {
	display: flex;
	align-items: center;
	margin: 0 -22px;
}
.main__list li {
	padding: 0 22px;
}
.main__list a {
	font-size: 18px;
	font-weight: 500;
	color: #2e2e2e;
	padding: 6px 0;
	position: relative;
}
.main__list > li > a::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #846f2e;
	transition: all 0.5s;
}
.main__list li.current-menu-item a::after,
.main__list a::after,
.main__list a:hover::after {
	width: 100%;
}
.header__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 20px;
}
.search__form {
	width: 100%;
	max-width: 377px;
	margin-right: 33px;
	position: relative;
}
.close-btn {
	display: none;
	width: 25px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
}
.search__form input {
	width: 100%;
	font-size: 18px;
	border: 2px solid #c9c9c9;
	border-radius: 6px;
	padding: 15px 65px 15px 27px;
}
.search__form button {
	width: 28px;
	background: transparent;
	border: 0;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0, -50%);
}
.search__form button img {
	width: 100%;
}
.search__btn {
	display: none;
	width: 30px;
	cursor: pointer;
	margin-right: 30px;
}
.search__btn img {
	width: 100%;
	filter: brightness(0);
}
.menu .theme-btn {
	display: none;
}
.menu-btn {
	display: none;
	width: 25px;
	height: 24px;
	cursor: pointer;
}
.menu-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background: #2e2e2e;
	position: relative;
}
.menu-btn.active span {
	background: transparent;
}
.menu-btn span::before,
.menu-btn span::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background: #2e2e2e;
	width: 100%;
	height: 2px;
	transition: 0.3s;
}
.menu-btn.active span::before {
	transform: rotate(135deg);
	top: 12px;
}
.menu-btn span::after {
	top: 10px;
}
.menu-btn.active span::after {
	transform: rotate(-135deg);
	top: 12px;
}
/* Blog Post Section 
=========================*/
.post-wrap{
	padding: 45px 0 85px;
}
.lead-title{
	text-align: center;
}
.lead-title h2{
	margin-bottom: 25px;
	font-weight: 600;
}
.lead-title p{
	margin-bottom: 50px;
	color: #000000;
}
.post-row {
	display: flex;
	justify-content: start;
	margin: 0 -15px 85px;
	row-gap: 30px;
	flex-wrap: wrap;
}
.post-col {
	max-width: 33.33%;
	width: 100%;
	padding: 0 15px;
}
.post-img{
	position: relative;
	padding-bottom: 65%;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 7px;
}
.page-tag__outer {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 65px;
}
.page-tag__outer a,
.page-tag,
.post__category {
	position: absolute;
	color: #ffffff;
	font-size: 18px;
	background: #8d8f8e;
	border-radius: 100px;
	z-index: 1;
	min-width: 143px;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	padding: 12px 25px;
	left: 15px;
	top: 15px;
}
.page-tag__outer a:hover{
	background: #2e2e2e;
}
.post-img img{
	transition: all 0.3s;
}
.post-img a:hover img{
	scale: 1.1;
}
.page-tag__outer span {
	font-size: 18px;
}
.page-tag__outer a,
.page-tag {
	position: static;
	border-radius: 6px;
	min-width: 123px;
}
.post-img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	object-fit: cover;
}
.post-publish{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.post-publish p {
	padding: 0 15px;
	position: relative;
}
.post-info .post-publish p{
	margin-bottom: 0;
}
.post-publish p:first-child{
	padding-left: 0;
}
.post-publish p:first-child::before{
	display: none;
}
.post-publish p::before{
	content: '';
	display: block;
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #777777;
}
.post-info h3{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 18px;
}
.post-info h3 a{
	color: #000000;
}
.post-info h3 a:hover{
	color: #8b8b8b;
}
.post__data .post-publish p,
.post-info p {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 400;
}
.post__data .post-publish {
	margin-bottom: 0;
}
.post__data .post-publish p {
	margin-bottom: 0;
}
.author-box{
	display: flex;
	align-items: center;
}
.author__img{
	max-width: 48px;
	width: 100%;
	border-radius: 100px;
	overflow: hidden;
}
.author__img img {
	width: 100%;
}
.author__name{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	margin-left: 16px;
}
.view-more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 85px;
}
.divider{
	display: block;
	height: 1px;
	background: #8b8b8b;
	width: 100%;
}
.view-more .divider{
	max-width: 80%;
}
.view-more__btn{
	width: 100%;
	max-width: 255px;
	color: #2e2e2e;
	text-align: right;
	font-size: 28px;
	font-weight: 600;
}
.view-more__btn:hover{
	color: #8b8b8b;
}
.view-more.mb-0{
	margin-bottom: 0;
}
/* Live Stream 
==================*/
.live-stream-wrap{
	padding-bottom: 30px;
}
.stream-row{
	display: flex;
	margin: 0 -8px;
}
.stream-left__col{
	max-width: 40%;
	width: 100%;
	padding: 0 9px;
}
.stream-right__col{
	max-width: 60%;
	width: 100%;
	padding: 0 8px;
}
.stream-right__col img,
.stream-right__col iframe{
	height: 100%;
	width: 100%;
	border-radius: 13px;
	object-fit: cover;
	min-height: 400px;
}
.supportive__icon{
	background: #52575d;
	display: inline-flex;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 38px;
}
.supportive__icon img{
	max-width: 25px;
}
.stream__supportive{
	background: #000000;
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 19px;
}
.stream__supportive h2{
	font-size: 38px;
	color: #ffffff;
	max-width: 413px;
	margin-bottom: 15px;
}
.stream__supportive p{
	color: #ffffff;
	margin-bottom: 35px;
}
.stream__artical{
	background: url('images/artical-bg.png') no-repeat center/cover;
	padding: 175px 20px 40px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.stream__artical::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.stream__artical p,
.stream__artical h3{
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.stream__artical h3{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
}
.stream__artical p{
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 0;
}
/* Banner 
=============*/
.banner-item__box {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 14px;
}
.banner-item__box::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.banner__img {
	position: relative;
	padding-bottom: 54%;
	min-height: 700px;
}
.banner__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.banner .owl-carousel .owl-dots {
	position: absolute;
	bottom: 58px;
	left: 28px;
	display: flex;
	align-items: center;
	gap: 3px;
}
.banner .owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	border: 2px solid #d7d7d7;
	border-radius: 100px;
}
.banner .owl-carousel button.owl-dot.active {
	background: #d7d7d7;
}
.banner__info {
	position: absolute;
	bottom: 135px;
	left: 28px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	width: 100%;
	padding-right: 40px;
	z-index: 99;
}
.banner__info h1 {
	font-size: 38px;
	font-weight: 600;
	color: #ffffff;
}
.banner-info__left {
	width: 100%;
	max-width: 620px;
	padding-right: 20px;
}
.banner-info__left .post__category {
	position: static;
	margin-bottom: 25px;
}
.banner-info__left p {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 0;
}
.banner-info__right {
	margin-top: 70px;
}
.banner-info__right .author-box {
	margin-bottom: 20px;
}
.banner-info__right .post-publish {
	margin-bottom: 0;
}
.banner-info__right .post-publish,
.banner-info__right .author__name {
	color: #ffffff;
}
.banner-info__right .post-publish p {
	margin-bottom: 0;
}
.banner-info__right .post-publish p::before {
	background: #ffffff;
}
/* Footer 
============*/
.footer-wrap {
	padding: 35px 0;
	background: url('images/footer-bg.jpg') no-repeat center/ cover;
	overflow: hidden;
}
.footer {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer__left {
	width: 76%;
	padding-right: 35px;
}
a.ft__logo {
	display: block;
	width: 100%;
	max-width: 337px;
	margin-bottom: 15px;
}
a.ft__logo img {
	width: 100%;
}
.ft__row {
	display: flex;
	justify-content: start;
	align-items: start;
	margin: 0 -60px;
}
.ft-inner__col {
	padding: 0 60px;
}
.footer__desc {
	border-bottom: 2px solid #424242;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.footer__desc p {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.8;
	margin-bottom: 0;
}
.ft-inner__box ul {
	padding-bottom: 25px;
}
.newsletter h3,
.ft-inner__box h3 {
	font-size: 25px;
	font-weight: 700;
	color: #ffffff;
}
.ft-inner__box ul li,
.ft__list li {
	padding-bottom: 12px;
}
.ft-inner__box ul li:last-child {
	padding-bottom: 0;
}
.ft-inner__box ul a,
.ft__list a {
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}
.ft-inner__box ul a:hover,
.ft__list a:hover {
	color: #846f2e;
}
.footer__right {
	width: 24%;
}
.newsletter {
	width: 100%;
	padding-bottom: 45px;
}
.newsletter form {
	position: relative;
}
.newsletter form input {
	width: 100%;
	padding: 18px 145px 18px 15px;
	border: 2px solid #000000;
	border-radius: 10px;
}
.newsletter form input::placeholder {
	color: #636363;
}
.newsletter form button {
	position: absolute;
	font-weight: 400;
	right: 7px;
	top: 50%;
	transform: translate(0, -50%);
	background: #202b3c;
	transition: 0.3s;
}
.newsletter form button:focus{
	box-shadow: 1px 1px 10px #202b3c;
}
.social__list {
	display: flex;
	align-items: center;
	margin: 25px -11px 0;
}
.social__list li {
	padding: 0 11px;
}
.social__list a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	padding: 17px;
	height: 60px;
	border-radius: 100px;
}
.social__list a:hover {
	transform: rotate(360deg);
}
.social__list a img {
	width: 26px;
}
.prayer__list li,
.prayer__time p {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 40px;
}
.prayer__list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 12px;
}
.prayer__list li:nth-last-child(2) {
	margin-bottom: 45px;
}
.prayer__list li:last-child {
	margin-bottom: 0;
}
.prayer__list li span {
	width: 100%;
	max-width: 90px;
	margin-bottom: 0;
}
.prayer__list li em {
	display: block;
	width: 52px;
	height: 2px;
	background: #828282;
}
.copyright p {
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 0;
	text-align: right;
}
.copyright p a {
	color: #ffffff;
}
.copyright p a:hover {
	color: #846f2e;
}
/* Blog  
=============*/
.post-category__select {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-bottom: 40px;
}
.filters {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.filters a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	border-radius: 6px;
	padding: 14px 26px;
}
.filters a:hover,
.filters a.active {
	background: #f6f6f6;
}
.sorting form {
	width: 250px;
}
.sorting label {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	padding-right: 5px;
}
.sorting select {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	border: 2px solid #b7b7b7;
	border-radius: 6px;
	padding: 12px 20px;
	appearance: none;
	width: 144px;
	background: transparent url('images/down-arrow-icon.png') no-repeat center right 26px/ 12px;
}
.post-outer {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.post-cards {
	width: 100%;
	padding-right: 20px;
}
.post-tab {
	display: none;
}
.post-tab.active {
	display: block;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 75px;
	border-bottom: 1px solid #c0c0c0;
	gap: 15px;
}
.pagination .current,
.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 50px;
	height: 50px;
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.pagination li:last-child a,
.pagination li:first-child a {
	border-color: #f6f6f6;
}
.pagination .current,
.pagination a:hover,
.pagination a.active {
	background: #f6f6f6;
}
.pagination a.next,
.pagination a.prev:hover,
.pagination a.prev {
	font-size: 0;
	background: url('/wp-content/uploads/2026/01/left-arrow-icon.png') no-repeat center/ 8px;
	border-color: #f6f6f6;
}
.pagination a.next:hover,
.pagination a.next {
	background: url('/wp-content/uploads/2026/01/right-arrow-icon.png') no-repeat center/ 8px;
}
.post__share {
	position: sticky;
	top: 150px;
}
.post__share li {
	padding-bottom: 10px;
}
.post__share li:last-child {
	padding-bottom: 0;
}
.post__share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border-radius: 8px;
	padding: 10px;
	background: #ede9e4;
}
.post__share a img{
	transition: 0.3s;
}
.post__share a:hover img{
	transform: rotate(360deg);
}
/* Audio Detail 
====================*/
.post__data p {
	font-size: 26px;
	font-weight: 500;
	max-width: 725px;
	line-height: 1.4;
}
.single-post__author {
	display: flex;
	align-items: center;
	margin: 40px 0 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #c0c0c0;
}
.author__info {
	width: 100%;
	padding-left: 40px;
}
.author__info h3 {
	font-size: 26px;
	font-weight: 600;
	color: #777777;
	margin-bottom: 10px;
}
.about-author__img img,
.single-author__img img {
	width: 66px;
	height: 66px;
}
.post__content img{
	display: block;
	width: 100%;
	border-radius: 17px;
	margin-bottom: 23px;
	min-height: 200px;
	object-fit: cover;
}
.post__content figcaption{
	margin-bottom: 84px;
	font-size: 18px;
	font-weight: 500;
}
.post__content blockquote{
	font-size: 40px;
	text-align: center;
	margin-top: 85px;
	line-height: 1.3;
}
.post__content iframe{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 95px;
	display: block;
	min-height: 600px;
}
.post__content p {
	font-weight: 500;
	line-height: 1.8;
}
.post__content p:last-child {
	margin-bottom: 0;
}
.audio__col {
	padding-bottom: 40px;
}
.audio__col:first-child {
	padding-top: 100px;
}
.audio__col:last-child {
	padding-bottom: 0;
}
.audio__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.audio__box h3 {
	margin-bottom: 0;
}
.audio {
	width: 64%;
	padding-left: 20px;
}
.audio audio {
	width: 100%;
	border-radius: 3px;
	background: #2f2f2f;
}
.related-post__row {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 90px;
	margin-top: 100px;
	border-top: 1px solid #c0c0c0;
}
.related-left__col {
	width: 70%;
	padding-right: 90px;
}
.related-right__col {
	width: 30%;
}
.related-left__col .stream__supportive {
	margin-bottom: 0;
}
.about-author__outer {
	padding-bottom: 70px;
}
.related-right__col h2,
.about-author__outer h2 {
	font-size: 36px;
	font-weight: 500;
}
.about__author {
	display: flex;
	align-items: start;
	margin-bottom: 25px;
}
.about-author__img {
	width: 85px;
}
.about-author__img img {
	width: 100%;
}
.about-author__info {
	width: 100%;
	padding-left: 22px;
}
.about-author__info p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}
.about-author__info p strong {
	color: #000000;
}
.about-author__outer a.theme-btn {
	background: #ede9e4;
	border-color: #ede9e4;
}
.related-right__col .post-col__inner {
	padding-bottom: 40px;
}
.related-right__col .post-col__inner:last-child {
	padding-bottom: 0;
}
.related-right__col .post-col__inner .post-info h3 {
	font-size: 26px;
}
.related-right__col .post-col__inner .post-img {
	padding-bottom: 44%;
}
.related-right__col .post-col__inner .post-publish p,
.related-right__col .post-col__inner .post-publish {
	margin-bottom: 0;
}
.error {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 20px;
	padding: 50px 0;
}
@media (max-width: 1439px) {
	h1 {
		font-size: 52px;
	}
	h3 {
		font-size: 32px;
	}
	.footer__left {
		width: 70%;
	}
	.footer__right {
		width: 30%;
	}
	.footer__desc p {
		font-size: 16px;
	}
	.newsletter h3,
	.ft-inner__box h3 {
		font-size: 20px;
	}
	.ft-inner__box ul a,
	.ft__list a {
		font-size: 16px;
	}
	.prayer__list li,
	.prayer__time p {
		font-size: 18px;
	}
	.newsletter form input {
		font-size: 18px;
	}
	.social__list a {
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	.social__list a img {
		width: 20px;
	}
	.ft__row {
		margin: 0 -40px;
	}
	.ft-inner__col {
		padding: 0 40px;
	}
	p,
	.view-more__btn,
	.author__name {
		font-size: 22px;
	}
	.post-publish{
		margin-bottom: 20px;
	}
	.post-info h3{
		font-size: 26px;
	}
	.post__data p {
		font-size: 24px;
	}
	.related-left__col {
		padding-right: 60px;
	}
}
@media (min-width: 1280px) {
	.search__form {
		display: block !important;
	}
}
@media (max-width: 1279px) {
	.search__btn {
		display: block;
	}
	.search__form {
		display: none;
		width: 100%;
		max-width: 100%;
		position: absolute;
		left: 0;
		margin-right: 0;
		top: 0;
		background: #ffffff;
		padding: 120px 50px 50px;
		z-index: 999;
	}
	.search__form button {
		transform: translate(0, 0);
		top: auto;
		bottom: 65px;
		right: 70px;
	}
	.close-btn {
		display: block;
	}
}
@media (max-width: 1199px) {
	h1 {
		font-size: 45px;
	}
	h3 {
		font-size: 28px;
	}
	.header-wrap {
		padding: 30px 0;
	}
	.main__list {
		margin: 0 -18px;
	}
	.main__list li {
		padding: 0 18px;
	}
	.theme-btn {
		font-size: 16px;
		padding: 13px 22px;
	}
	.search__btn {
		width: 25px;
		margin-right: 25px;
	}
	.main__list a {
		font-size: 16px;
	}
	.post__data .post-publish p,
	p,
	.post-info p,
	.view-more__btn,
	.author__name {
		font-size: 20px;
	}
	.post-info h3{
		font-size: 24px;
	}
	.page-tag__outer a,
	.page-tag,
	.post__category {
		min-width: 120px;
		padding: 10px 20px;
	}
	.view-more__btn{
		max-width: 200px;
	}
	.view-more,
	.post-row{
		margin-bottom: 60px;
	}
	.stream__supportive h2 {
		font-size: 30px;
	}
	.footer {
		padding-bottom: 50px;
	}
	.footer__left {
		width: 100%;
		padding: 0 0 25px;
	}
	.footer__right {
		width: 100%;
		display: flex;
		align-items: start;
	}
	.prayer__time {
		padding-left: 60px;
	}
	.ft__row {
		margin: 0 -30px;
	}
	.ft-inner__col {
		padding: 0 30px;
	}
	.newsletter {
		max-width: 400px;
	}
	.newsletter form input {
		padding-right: 125px;
	}
	.banner__info {
		bottom: 110px;
	}
	.banner-info__left .post__category {
		margin-bottom: 20px;
	}
	.banner__info h1 {
		font-size: 34px;
	}
	.banner-info__left p{
		font-size: 20px;
	}
	.banner-info__right {
		margin-top: 60px;
	}
	.banner-info__right .author-box {
		margin-bottom: 15px;
	}
	.post__share a {
		width: 60px;
		height: 60px;
	}
	.pagination {
		padding-bottom: 60px;
	}
	.post__data p {
		font-size: 22px;
	}
	.page-tag__outer {
		margin-bottom: 50px;
	}
	.author__info h3 {
		font-size: 24px;
	}
	.audio__col:first-child {
		padding-top: 80px;
	}
	.related-post__row {
		padding-top: 70px;
		margin-top: 80px;
	}
	.post__content iframe{
		margin-bottom: 80px;
		min-height: 500px;
	}
	.post__content blockquote{
		margin-top: 80px;
	}
	.post__content figcaption{
		margin-bottom: 80px;
	}
	.related-left__col {
		width: 60%;
		padding-right: 40px;
	}
	.related-right__col {
		width: 40%;
	}
	.about-author__outer {
		padding-bottom: 60px;
	}
	.related-right__col h2,
	.about-author__outer h2 {
		font-size: 32px;
	}
	.about-author__info p {
		font-size: 20px;
	}
	.related-right__col .post-col__inner .post-info h3 {
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	.menu {
		display: block !important;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 40px;
	}
	h3 {
		font-size: 25px;
	}
	.menu-btn {
		display: block;
	}
	.menu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
		padding: 15px;
		z-index: 9;
	}
	.main__list {
		flex-direction: column;
		margin: 0;
	}
	.main__list li {
		padding: 10px 15px;
	}
	a.main__logo {
		margin-right: 0;
		padding-bottom: 0;
	}
	.menu .theme-btn {
		display: block;
		max-width: 130px;
		margin: 0 auto;
		text-align: center;
	}
	.header__right .theme-btn {
		display: none;
	}
	.post-row{
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.post-col {
		max-width: 50%;
	}
	.post-wrap{
		padding-bottom: 70px;
	}
	.stream-left__col{
		max-width: 100%;
		display: flex;
	}
	.stream-row{
		display: block;
		margin: 0;
	}
	.stream__artical,
	.stream__supportive{
		max-width: 50%;
		width: 100%;
		margin: 0 8px;
	}
	.stream__supportive{
		margin-bottom: 0;
	}
	.stream-left__col{
		margin: 0 -8px 16px;
		padding: 0;
		max-width: none;
		width: auto;
	}
	.stream-right__col{
		padding: 0;
		max-width: 100%;
	}
	.ft__row {
		margin: 0 -25px;
	}
	.ft-inner__col {
		padding: 0 25px;
	}
	.prayer__time {
		padding-left: 50px;
	}
	.banner__info {
		flex-direction: column;
		bottom: 100px;
	}
	.banner-info__right {
		margin-top: 20px;
	}
	.banner__img {
		min-height: 600px;
	}
	.banner .owl-carousel .owl-dots {
		bottom: 45px;
	}
	.pagination {
		padding-bottom: 50px;
	}
	.post__data p {
		font-size: 20px;
	}
	.page-tag__outer {
		margin-bottom: 40px;
	}
	.single-post__author {
		margin: 30px 0 50px;
	}
	.author__info {
		padding-left: 30px;
	}
	.author__info h3 {
		font-size: 22px;
	}
	.audio__col:first-child {
		padding-top: 70px;
	}
	.related-post__row {
		padding-top: 60px;
		margin-top: 70px;
	}
	.post__content iframe{
		margin-bottom: 60px;
		min-height: 400px;
	}
	.post__content figcaption{
		margin-bottom: 60px;
	}
	.post__content blockquote{
		margin-top: 60px;
		font-size: 30px;
	}
	.related-post__row {
		flex-direction: column;
	}
	.related-left__col {
		width: 100%;
		padding: 0 0 50px;
	}
	.related-left__col .stream__supportive {
		max-width: 100%;
		margin: 0;
	}
	.related-right__col {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.about-author__outer {
		padding-bottom: 50px;
	}
	.related-right__col h2 {
		width: 100%;
		padding-left: 10px;
	}
	.related-right__col .post-col__inner {
		width: 50%;
		padding: 0 10px;
	}

}
@media (max-width: 767px) {
	h1 {
		font-size: 35px;
	}
	h2{
		font-size: 30px;
	}
	.lead-title h2{
		margin-bottom: 20px;
	}
	.post-row {
		flex-direction: column;
		margin: 0 auto 40px;
		max-width: 480px;
	}
	.post-col{
		padding: 0;
		max-width: 100%;
	}
	.view-more{
		justify-content: center;
		position: relative;
	}
	.view-more .divider{
		max-width: 100%;
	}
	.view-more__btn{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #ffffff;
		max-width: none;
		width: auto;
		padding: 0 15px;
	}
	.lead-title p{
		margin-bottom: 30px;
	}
	.post-wrap{
		padding-bottom: 60px;
	}
	.stream-left__col{
		margin: 0;
		display: block;
	}
	.stream__artical, .stream__supportive{
		margin: 0 0 20px;
		max-width: 100%;
	}
	.post__data .post-publish p,
	p,
	.post-info p,
	.view-more__btn, .author__name{
		font-size: 18px;
	}
	.newsletter,
	.footer__left {
		padding-bottom: 40px;
	}
	.footer__right {
		flex-direction: column;
	}
	.ft__row {
		flex-direction: column;
		margin: 0;
	}
	.ft-inner__col {
		padding: 0;
	}
	.prayer__time {
		padding-left: 0;
	}
	.footer__desc p br {
		display: none;
	}
	.banner__img {
		min-height: 500px;
	}
	.banner__info h1 {
		font-size: 30px;
	}
	.banner-info__left p {
		font-size: 18px;
	}
	.banner__info {
		left: 15px;
	}
	.banner .owl-carousel .owl-dots {
		left: 15px;
	}
	.post-category__select {
		flex-direction: column;
		padding-bottom: 25px;
	}
	.filters {
		padding-bottom: 20px;
	}
	.sorting form {
		width: 100%;
	}
	.pagination {
		gap: 10px;
		padding-bottom: 40px;
	}
	.pagination a {
		width: 40px;
		height: 40px;
	}
	.post__share a {
		width: 50px;
		height: 50px;
	}
	.post-outer {
		flex-direction: column-reverse;
	}
	.post-cards {
		padding-right: 0;
		width: 100%;
	}
	.post__share {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 15px;
		position: static;
		padding-bottom: 25px;
	}
	.post__share li {
		padding-bottom: 0;
	}
	.post__data p {
		font-size: 18px;
	}
	.page-tag__outer {
		margin-bottom: 30px;
	}
	.author__info {
		padding-left: 22px;
	}
	.audio {
		width: 68%;
	}
	.audio__col:first-child {
		padding-top: 60px;
	}
	.related-post__row {
		padding-top: 50px;
		margin-top: 60px;
	}
	.post__content iframe{
		margin-bottom: 40px;
		min-height: 300px;
	}
	.post__content figcaption{
		margin-bottom: 40px;
	}
	.post__content blockquote{
		margin-top: 40px;
	}
	.about-author__outer {
		padding-bottom: 40px;
	}
	.related-right__col h2,
	.about-author__outer h2 {
		font-size: 28px;
	}
	.about-author__info p {
		font-size: 18px;
	}
	.related-right__col .post-col__inner .post-img {
		padding-bottom: 56%;
	}
	.related-right__col .post-col__inner .post-info h3 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 32px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}
	.header-wrap {
		padding: 20px 0;
	}
	a.main__logo {
		max-width: 170px;
	}
	.search__btn {
		width: 20px;
		margin-right: 20px;
	}
	.close-btn {
		width: 20px;
		top: 20px;
		right: 30px;
	}
	.search__form {
		padding: 100px 30px 30px;
	}
	.search__form button {
		width: 25px;
		bottom: 43px;
		right: 50px;
	}
	.search__form input {
		font-size: 16px;
		padding: 11px 50px 11px 20px;
	}
	.lead-title p{
		font-size: 18px;
	}
	.post__content figcaption,
	.post__data .post-publish p,
	.page-tag,
	.page-tag__outer a,
	.page-tag__outer span,
	.post__category,
	p,
	.post-info p,
	.view-more__btn, .author__name{
		font-size: 16px;
	}
	.post-info h3{
		font-size: 22px;
	}
	.view-more__btn{
		padding: 0 10px;
	}
	.post-wrap{
		padding-bottom: 50px;
	}
	.stream__supportive h2{
		font-size: 28px;
	}
	.supportive__icon{
		margin-bottom: 20px;
	}
	.stream__artical p{
		font-size: 40px;
	}
	a.ft__logo {
		max-width: 290px;
	}
	.prayer__list li,
	.prayer__time p {
		font-size: 16px;
	}
	.prayer__time p {
		margin-bottom: 30px;
	}
	.newsletter,
	.footer__left {
		padding-bottom: 30px;
	}
	.prayer__list li:nth-last-child(2) {
		margin-bottom: 25px;
	}
	.copyright p {
		font-size: 13px;
	}
	.banner__info {
		bottom: 70px;
	}
	.banner .owl-carousel .owl-dots {
		bottom: 25px;
	}
	.pagination {
		gap: 5px;
		padding-bottom: 30px;
	}
	.filters a {
		font-size: 16px;
		padding: 10px 16px;
	}
	.sorting label {
		font-size: 16px;
	}
	.sorting select {
		font-size: 16px;
		padding: 10px 16px;
		background-position: center right 20px;
	}
	.pagination a {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.page-tag__outer {
		margin-bottom: 20px;
	}
	.single-post__author {
		margin: 25px 0 45px;
		padding-bottom: 40px;
	}
	.author__info {
		padding-left: 16px;
	}
	.author__info h3 {
		font-size: 20px;
	}
	.audio__col:first-child {
		padding-top: 50px;
	}
	.audio__box {
		flex-direction: column;
		align-items: start;
	}
	.audio {
		width: 100%;
		padding: 20px 0 0;
	}
	.related-post__row {
		padding-top: 40px;
		margin-top: 50px;
	}
	.related-right__col h2,
	.about-author__outer h2 {
		font-size: 25px;
	}
	.related-left__col {
		padding-bottom: 30px;
	}
	.about-author__outer {
		padding-bottom: 30px;
	}
	.about-author__img {
		width: 70px;
	}
	.about-author__info {
		padding-left: 15px;
	}
	.related-right__col .post-col__inner {
		width: 100%;
	}
	.related-right__col .post-col__inner {
		padding-bottom: 30px;
	}
	.related-right__col .post-col__inner:last-child {
		padding-bottom: 0;
	}
	.stream-right__col img,
	.stream-right__col iframe{
		min-height: 300px;
	}
}