body{
	margin: 0;
	padding: 0;
	font-family: "Outfit", sans-serif;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: #000;
	transition: all ease 0.3s;
}
a:hover{
	text-decoration: underline;
}
ul, ol{
	padding-inline-start: 0;
}
img{
	max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
h2{
	font-size: 30px;
	margin-bottom: 25px;
}
.articles-listing-row{
	margin: 0 -10px;
}
.articles-listing-row .col-12{
	padding: 0 10px;
}
section{
	margin-top: 200px;
}
section:first-child {
    margin-top: 80px;
}
.theme-btn{
	box-shadow: none;
    border: none;
    background: #a95e4e;
    color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
}
.form-control {
    border-radius: 100px;
    padding: 0.44rem 1rem;
    border: 1px solid #ddd;
}
.form-control:focus {
    box-shadow: none;
    border:  1px solid #ddd;
}
.search-feild form {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
	max-width: 650px;
    margin: auto;
}
.search-feild .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
} 
/*Header*/
header{
	padding: 15px 0;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 9;
	transition: all ease 0.5s;
}
.sticky-header{
	box-shadow: 1px 1px 5px #ddd;
} 
.header-brand img{
	width: 145px;
	transition: all ease 0.5s;
}
.sticky-header .header-brand img{
	width: 125px;
}
.header-brand {
    width: 145px;
    display: inline-block;
    vertical-align: middle; 
}
.header-item-wrapper{
	display: inline-block;
    width: calc(100% - 149px);
    vertical-align: middle;
}
.header-items{
	display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.header-search {
    width: 24px;
    cursor: pointer;
}  
.bar-icon {
    display: inline-block;
    margin-left: 9px;
    cursor: pointer;
}
.header-nav span{
	width: 26px;
	height: 2px;
	background: #000;
	position: relative;
	display: inline-block;
	vertical-align: middle; 
	transition: all ease 0.5s;
}
.header-nav span:before, .header-nav span:after{
	content: ''; 
	background: #000;
	height: 2px;
	width: 16px;
	position: absolute;
	transition: all ease 0.5s;
}
.header-nav span:before{
	right: 0;
	top: -8px;
}
.header-nav span:after{
	left: 0;
	top: 8px;
}
.bar-active span{
	transform: rotate(49deg);
}
.bar-active span:before{
	transform: rotate(85deg);
    right: 7px;
    width: 13px;
    top: -7px;
}
.bar-active span:after{
	transform: rotate(85deg);
    left: 7.2px;
    width: 13px;
    top: 7px;
}
.navbar-wrapper ul{
	list-style-type: none;
}
.navbar-wrapper ul li {
	font-size: 18px;
    margin-bottom: 15px;
}
.nav-category{
	margin-left: 15px;
	margin-top: 10px;
}
.nav-category li {
	font-size: 15px !important;
	margin-bottom: 8px !important;
}
.navbar-wrapper ul li a{
	transition: all ease 0.3s;
}
.navbar-wrapper ul li a:hover{
	color: #a95e4e;
}
.navbar-wrapper {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -400px;
    background: #ffffff;
    height: 100%;
    max-width: 400px;
    width: 90%;
    padding: 70px 50px 20px;
    box-shadow: 0px 0px 27px -7px #c7c7c7;
    transition: all ease-in 0.3s;
    overflow-y: auto;
}
.navbar-active{
	right: 0;
}
.btn-colse-nav {
	position: absolute;
	top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.btn-colse-nav:before, .btn-colse-nav:after{
	content: '';
	background: #000;
	width: 35px;
	height: 1px;
	position: absolute;
	top: 17px;
}
.btn-colse-nav:before{
	transform: rotate(45deg);
}
.btn-colse-nav:after{
	transform: rotate(-45deg);
}
.freeze-body{
	overflow: hidden;
}
.navbar-active .footer-social {
    margin-top: 50px;
    font-size: 15px;
}
.navbar-active .footer-social ul {
    text-align: left; 
    margin-top: -10px;
}

/* Additional style for WP */
.sub-menu {
	 margin-top: 10px;
}
.nav li:hover > .sub-menu {
    display: block;
   
} 
 
.nav li {
  position: relative;
  display: block;
  width: 100%;
}
 
.nav li ul {
    display: block; 
    padding-left: 15px; 
}  
.nav li ul li a { 
    font-size: 0.85em;
    line-height: 1;
}
.navbar-wrapper ul li ul.sub-menu li{
	margin-bottom: 0;
}

/*search*/
.search-box{
	height: 0px; 
	visibility: hidden;
	transition: all ease-out 0.3s; 
} 
.search-active{
	visibility: visible;
	height: 50px;
	padding: 60px 0 60px;
}
.search-box .search-feild{
	display: none;
}
.search-active .search-feild{
	display: block;
}

/*hero section*/
.hero-section{
	margin-top: 0;
	padding: 80px 0;
	text-align: center;
}
.hero-banner {
    max-width: 200px;
    margin: auto;
}
.hero-section h1{
	font-size: 60px;
}
.hero-section p{
	font-size: 40px;
    font-weight: 200; 
}

/*category*/
.category-section{
	margin-top: 0px !important;
}
.category-section h2{
	text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}
.category-section ul{
	list-style-type: none;
	text-align: center;
}
.category-section ul li{
	margin-left: 20px;
	display: inline-block;
	margin-top:20px;
}
.category-section ul li:nth-child(1){
	margin-left: 0px;
}
.category-btn{
	font-size: 19px;
    line-height: 1;
    font-weight: 300;
    padding: 8px 25px;
    background: #fff;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    box-shadow: 1px 1px 5px 1px #ddd;
    border: 1px solid #d1d1d1;
    transition: all ease 0.3s;
	display: block;
}
.category-btn:hover{
	color: #a95e4e;
    background: #fffbf8;
    text-decoration: none;
}

/*feature-articles*/
.article-block{
	position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;   
    padding: 40px 38px 45px;
    transition: transform .2s ease;
    border-radius: 26px;
	box-shadow: 0px 0px 3px 1px #ededed;
	min-height: 290px;
	margin-top: 20px;
}
.feature-articles h2 {
    margin-bottom: 15px;
}
.article-block h3{
	margin-bottom: 20px;
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.article-block h3 a{
	color: #000; 
	transition: all ease 0.3s;
} 
.articles-info{
	font-size: 15px;
}
.auther {
	font-weight: 600;
	color: #000;
}
.articles-tag{
	position: absolute;
    bottom: 45px;
    left: 38px;
    color: #a95e4e;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
} 

/*all-article*/
.all-articles{
	margin-top: 80px;
}
.all-articles-wrapper{
	border-top: 1px solid #ddd; 
	padding-top: 80px;
}
.category-articles-list h3{ 
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
    margin-bottom: 40px;
    font-size: 26px; 
}
.category-articles-list article{
	border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.category-articles-list h4{
	font-size: 21px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-articles-list { 
    margin-top: 80px;
} 

.all-articles-block:nth-child(1) .category-articles-list {
    margin-top: 0;
}
.cta-viewall{
	font-size: 14px;
    text-decoration: underline;
}  
.all-articles-right h3{
	font-size: 22px;
	color: #a95e4e;
}
.top-viewed-article .fa-star{
	color: #a95e4e;
	position: relative;
    top: 6px;
}
article.top-viewed-article {
    display: flex;
    gap: 12px;
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}
.top-viewed-wrapper h4 { 
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-viewed-wrapper h4 a {
	color: #a95e4e; 
} 

/*section-profile*/
.section-profile {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.section-profile h1{
	font-size: 33px;
    margin-bottom: 15px;
}
.post-number {
    margin-bottom: 25px;
    font-size: 17px;
}
.section-profile p{
	font-weight: 300;
    font-size: 25px;
    max-width: 570px;
    width: 100%;
    margin: auto;
}
/*section-articles*/
.section-articles{
	margin-top: 80px;
	margin-bottom: 100px;
}
.section-articles article p{
	font-size: 25px;
	font-weight: 300;
}
.section-articles-title h1 {
    font-size: 90px;
    font-weight: 500; 
    margin-bottom: 25px;
}
.section-articles-title {
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
}
.section-articles article {
    max-width: 750px;
    width: 100%;
    margin: auto;
}
.section-articles .article-single::first-letter {
  	float: left;  
  	font-size: 4.5em; 
  	line-height: 0.7;  
	padding: 16px 10px 10px 0; 
  	font-weight: 200; 
  	margin-left: -8px;
}
blockquote {
    font-weight: 500;
    font-size: 180%;
    border-left: 5px solid #ddd;
    padding-left: 30px;
    margin: 70px 0;
}
.article-share span {
    text-align: right;
    display: block;
    cursor: pointer;
	position: relative;
	padding-right: 15px;
}
.article-share span:after{
	content: '\f078';
    font-family: "Font Awesome 7 free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 4px;
    transition: all ease 0.3s;
}
.sharing-span-active:after{
	transform: rotate(-180deg);
}
.article-sharing-option ul{
	list-style-type: none;
	margin-bottom: 0;
	font-size: 13px;
}
.article-sharing-option ul li{
	margin-bottom: 10px;
}
.article-sharing-option ul li:last-child{
	margin-bottom: 0px;
}
.article-sharing-option {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    bottom: -163px;
    display: none;
}
.article-sharing-option i{ 
	width: 20px;
    text-align: left;
}

.sharing-option-active{
	display: block;
}

/*related-posts*/ 
.related-posts h2{
	margin-bottom: 15px;
}

/*search-result-info*/
/*About-profile*/
.about-profile { 
	font-size: 30px;
	font-weight: 300;
}
.about-profile h1{
	font-size: 80px;
	font-weight: 500;
}
.about-profile p{
	max-width: 750px;
	width: 100%;
	margin: auto;
}
.about-profile h2{
	font-size: 64px;
    font-weight: 400;
    margin-top: 70px;
}
.about-profile h2 a{
	text-decoration: underline;
}
.about-profile h2 a:hover{
	color: #a95e4e;
	text-decoration: underline;
}

/*contact-profile*/
.contact-profile {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}
.contact-profile h1{
	font-size: 80px;
	font-weight: 500;
}
.contact-profile p{
	max-width: 750px;
	width: 100%;
	margin: auto;
}
.contact-profile h2{
	font-size: 64px;
    font-weight: 400;
    margin-top: 70px;
}
.contact-profile h2 a{
	text-decoration: underline;
}
.contact-profile h2 a:hover{
	color: #a95e4e;
	text-decoration: underline;
}
/*footer*/
footer {
    margin: 110px 0 80px;  
}
.footer-wrapper{
	border-top: 1px solid #ddd;
	padding-top: 80px;
}	
.footer-brand{
	width: 125px;
}
.footer-nav ul {
	list-style-type: none;
    text-align: center;
    position: relative;
    top: 8px;
}
.footer-social ul{
	top: 0;
    margin-bottom: 0;
    text-align: right;
}
.footer-nav ul li, .footer-social ul li{
	display: inline-block;
	font-weight: 500; 
	margin-left: 25px;
}
.footer-social ul li{ 
	margin-left: 10px;
}
.footer-nav ul li:nth-child(1), .footer-social ul li:nth-child(1){ 
	margin-left: 0;
} 
.footer-social ul li{
	font-size: 27px;
}
.footer-social ul li a{
	transition: all ease 0.3s;
}
.footer-social ul li a:hover{
	text-decoration: none;
	color: #878787;
}
.copyright-info{
	text-align: center;
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
}
.footer-social ul li:nth-child(2){
	margin-left: 3px;
}


@media screen and (min-width: 768px){
	.all-articles-left {
	    border-right: 1px solid #ddd;
	    padding-right: 50px;
	}
	.category-articles-list {
	    border-right: 1px solid #ddd;
	    padding-right: 50px; 
	}
	.all-articles-block:nth-child(even) .category-articles-list {
	    padding-left: 25px;
	    border-right: 0;
	    padding-right: 0;
	}
	.all-articles-block:nth-child(2) .category-articles-list {
		margin-top: 0;
	}
	.top-viewed-section {
	    position: sticky;
	    top: 30px;
	}
	.all-articles-right { 
	    padding-left: 50px;
	}	

}




@media screen and (max-width: 1199px){

}

@media screen and (max-width: 1024px){
	
}

@media screen and (max-width: 991px){
	.section-articles-title h1 {
	    font-size: 70px; 
	}

}

@media screen and (max-width: 767px){
	.container {
	    padding: 0 30px;
	}
	section {
	    margin-top: 120px;
	}
	.hero-banner {
	    max-width: 180px; 
	}
	.hero-section h1, .contact-profile h1 {
	    font-size: 46px;
	}
	.hero-section p, .contact-profile p {
	    font-size: 30px;
	    font-weight: 200;
	}
	.all-articles-right{
		margin-top: 80px;
	}
	.articles-listing-row .col-12 { 
	    margin-bottom: 35px;
	}
	.articles-listing-row .col-12:last-child { 
	    margin-bottom: 0;
	}
	.category-section h2 { 
	    margin-bottom: 10px; 
	}
	.category-section ul li { 
	    margin-top: 20px;
	}
	.footer-brand { 
	    margin: 0 auto 40px;
	}
	.footer-social{
		margin-top: 40px;
	}
	.footer-social ul {  
	    text-align: center;
	}
	.section-articles-title h1 {
	    font-size: 47px; 
	}
	.article-share span {
	    text-align: left;
	    display: inline-block; 
	    margin-top: 30px;
	}
	.article-sharing-option { 
	    position: relative;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    margin-top: 12px; 
	}
	.section-articles article p {
	    font-size: 23px; 
	}
	blockquote { 
	    font-size: 170%; 
	}
	.contact-profile h2 {
	    font-size: 22px; 
	}

}




