/* Theme Stylesheet */


/* Fonts */

body{
	font-family: 'Work Sans', sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	overflow-x:hidden;
}


/* Font Styles */

h1{
	font-size: 60px;
	line-height: 60px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
	color:#4D4C4C;
}

h2{
	font-size: 32px;
	line-height: 42px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
	color:#4D4C4C;
	font-style:italic;
    text-transform: initial;
}
h3{
	font-size: 32px;
	line-height: 40px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
	color:#3c3c3b;
    text-transform: initial;
}
h4{
	font-size: 24px;
	line-height: 32px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
	color:#3c3c3b;
    text-transform: initial;
}
h5{
	font-size: 18px;
	line-height: 30px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
	color:#767278;
    text-transform: initial;
}
h6{
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
	color:#767278;
    text-transform: initial;
}
p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: #767278;
}
small, small a{
	font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
	color: #A6A6A6;
	display: block;
}
a{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #879F6E;
}
a:hover{
	text-decoration:none;
}
@media (max-width:1366px){
	h1{
		font-size: 50px;
		line-height: 50px;
	}
	h6{
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width:768px){
	h1{
		font-size: 40px;
		line-height: 40px;
	}
	h2{
		font-size: 28px!important;
		line-height: 36px;
	}
}
@media (max-width:550px){
	h1{
		font-size: 36px;
		line-height: 36px;
	}
	p, a{
		font-size: 14px;
		line-height: 22px;
	}
}
/* Buttons */

.btn{
	background-color: #f27a80;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
    height: auto;
    padding: 12px 50px!important;
    line-height: initial;
    text-align: center;
    margin-top: 10px;
    border-radius: 50px !important;
    box-shadow: none;
    border: 0!important;
}
.btn:hover{
    background-color: #879F6E!important;
	color: #fff;
}
.btn-second{
	background-color: #8f8f8f!important;
	color: #fff;
}
.btn-second:hover{
    background-color: #879F6E!important;
	color: #fff;
}
.btn-outline{
	color:#4D4C4C;
	background-color: transparent;
	border: 1px solid #4D4C4C;
}
.btn-outline:hover{
	color:#fff;
	background-color: #8f8f8f!important;
	border: 1px solid #8f8f8f;
}
.btn-outline a{
	color:#4D4C4C;
	font-size:18px;
}
.btn-outline:hover a{
	color:#fff;
}

@media (max-width:1024px){
	.btn {
		font-size: 16px;
		padding: 10px 30px;
	}
	.btn-outline a{
		font-size: 16px;
	}
}

/* Main Blog Page */

.blog-page{
	margin:40px 0 30px 0;
}
.blog-page .col-md-3{
	margin-bottom:50px;
}
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 300px;
    margin-bottom:15px;
}
.blog-page .button{
    font-weight:700;
    margin-top:15px;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	margin-bottom: 80px;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}
.blog-page .nav-previous i{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}

/* Blog Page Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.blog-page .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
}
@media (max-width: 800px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
}
@media (max-width: 768px){
}
@media (max-width: 414px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog{
	margin:80px auto;
}
.single-blog .left-col{
	padding-right:60px;
}
.single-blog h1{
	margin-top:0;
}
.single-blog img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.single-blog .btn{
	margin-top:40px;
}
.single-blog .related{
	flex-flow:row wrap;
}
.single-blog .related-title{
	padding-bottom:20px;
}
.single-blog .related ul{
	width:100%;
	display: flex;
	margin-bottom:20px;
}
.single-blog .related ul li{
	width:100%;
	display: flex;
}
.single-blog .related ul a{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.single-blog .related .bg-image{
	min-height:100px;
	width:50%;
}	
.single-blog .related .content{
	padding-left:20px;
}


/* Single Blog Post Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.single-blog .left-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		padding-right:15px;
	}
	.single-blog .right-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-top:40px;
	}
	.single-blog .right-col .row{
		margin:0;
	}
	.single-blog .right-col ul{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
}
@media (max-width: 800px){

}
@media (max-width: 768px){

}
@media (max-width: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}


.postid-531 #tab-title-description{
	display: none;
}