/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Open+Sans:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Open+Sans:wght@300;400;500;600&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Open+Sans:wght@300;400;500;600&family=Parisienne&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,300&display=swap');

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


/* Font Styles */

h1{
	font-size: 50px;
	line-height: 52px;
    font-weight: 200;
font-family: 'Poppins', sans-serif;
	color:#000;
}

h2{
	font-size: 31px;
	margin-bottom:40px;
	    margin-top: 25px;
	line-height: 37px;
    font-weight: 200;
font-family: 'Poppins', sans-serif;
	color:#5ea492;
    text-transform: initial;
}
h3{
	font-size: 32px;
	line-height: 40px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
	color:#3c3c3b;
    text-transform: initial;
}
h4{
	font-size: 31px;
	margin-bottom:40px;
	    margin-top: 25px;
	line-height: 37px;
    font-weight: 200;
font-family: 'Poppins', sans-serif;
	color:#ae5743;
    text-transform: initial;
}
.smallhead h4{
	font-size: 31px;
	margin-bottom:0px;
	    margin-top: 25px;
	line-height: 37px;
    font-weight: 200;
font-family: 'Poppins', sans-serif;
	color:#ae5743;
    text-transform: initial;
}
h5{
	font-size: 22px;
	line-height: 39px;
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-weight:200;
	color:#ae5743;
}

h6{
	font-size: 22px;
	line-height: 39px;
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-weight:200;
	color:#ae5743;
	font-style: italic;
}
h7{
	font-size: 22px;
	line-height: 39px;
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-weight:200;
	color:#ae5743;
}
p{
	font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3c3c3b;
}
small, small a{
	font-size: 13px;
    line-height: 18px;
	display: inline-block;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
a{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #e53e30;
}
a:hover{
	text-decoration:none;
}


@media (max-width:880px){
	h5{
		font-size: 18px;
		line-height: 30px;
	}
}

/* Buttons */

.btn{
	background-color: #AE5743;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
font-family: 'Poppins', sans-serif;
	font-weight: 400;
    height: auto;
    padding: 10px 40px;
    line-height: initial;
	letter-spacing: 2px;
    text-align: center;
    border-radius: 0px !important;
    box-shadow: none;
    border: 0;
}
.btn:hover{
    background-color: #008c99!important;
	color: #fff;
	border:1px;
	border-color:#000;
}
.btn-second{
	background-color: #8f8f8f;
	color: #fff;
}
.btn-second:hover{
    background-color: #fff!important;
	color: #fff;
}
.btn-outline{
	color:#3c3c3b;
	background-color: transparent;
	border: 1px solid #3c3c3b;
}
.btn-outline:hover{
	color:#fff;
	background-color: #3c3c3b!important;
	border: 1px solid #3c3c3b;
}

@media (max-width:390px){
	.btn {
		font-size: 16px;
		padding: 5px 12px;
	}
}
@media (max-width:360px){
	.btn {
		font-size: 14px;
		padding: 5px 12px;
	}
}

/* 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){

}
