.sidebar-wrapper > p.h3{
		font-size: 16px;
	font-weight: 600;
	color: #252525;
	line-height: 24px;
	border-bottom: 1px solid #e1e1e1;
	font-family: "Oswald", sans-serif;
	padding-bottom: 10px;
	margin-bottom: 36px;
}
.single-product-item .product-text > p.h5{
	 color: #202226;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 1px;
    margin-top: 15px;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 80%;
    text-align: center;
    margin: 20px auto;
    height: 38px;
    line-height: 18px;
}
.ht-tab-content p.h3{
	color: #404040;
    font-weight: 400;
    margin-top: 0;
	font-size: 24px;
    line-height: 30px;
}

.footer-area .footer-top .service-area .service-container .service-content .single-service .service-text p.h3{
	color: #202226;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 7px;
    margin-top: 0;
}

.footer-area .footer-top .footer-widget-area .single-footer-widget p.h3{
	line-height: 30px;
	color: #202226;
	margin-top: 0;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: normal;
}
.single-food-category p.h4{
	color: #404040;
    font-weight: 400;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
}
.food-category-area .ht-food-slider .single-food-category > p.h4 > a {
    color: #6c8e01;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.food-category-area .ht-food-slider .single-food-category > p.h4 > a:hover {
    text-decoration: underline;
}
.section-title p.h2 {
    color: #202226;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
    margin-top: -15px;
    margin-bottom: .5rem !important;
}
.section-title p.h2 span {
    color: #a9a9a9;
    font-weight: 200;
    padding-right: 2px;
}
.blog-area .single-blog .blog-text p.h4{
	margin-top: 0;
	font-size: 18px;
    line-height: 24px;
    color: #202226;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 7px;
}
.featured-area .col-lg-4 .featured-carousel-wrapper > p.h3 {
	margin-top: 0;
	font-size: 24px;
    line-height: 30px;
    color: #a9a9a9;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    margin-bottom: 6px;
}
.featured-area .col-lg-4 .featured-carousel-wrapper > p.h3 > span {
    color: #202226;
    font-weight: 500;
    padding-left: 1px;
}
.featured-area .col-lg-4 .featured-carousel-wrapper .feaured-carousel .single-featured-carousel .single-featured-item .product-text p.h5 {
    color: #202226;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 1px;
    margin-top: 15px;
    font-size: 12px;
    width: 80%;
    height: 38px;
    line-height: 18px;
}
.banner-area .banner-text h2.h1 {
    color: #211e1e;
    font-family: "Playfair Display", serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 26px;
    letter-spacing: normal;
    margin-top: 0;
}
.banner-area .banner-text h2.h1 + p {
    font-size: 14px;
}
.single-product-item .product-text > h3.h5{
	line-height: 18px;
	color: #202226;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 1px;
    margin-top: 15px;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 80%;
    text-align: center;
    margin: 20px auto;
    height: 38px;
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .banner-area .banner-text h2.h1 {
        font-size: 42px;
    }
}

@media(max-width: 768px){
	.banner-area .banner-text h2.h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }
	.featured-area .col-lg-4 .featured-carousel-wrapper .feaured-carousel .single-featured-carousel .single-featured-item .product-text p.h5 {
        margin-bottom: 6px;
    }
	.footer-area .footer-top .footer-widget-area .single-footer-widget p.h3{
		margin-bottom: 12px;
	}
	.featured-area .col-lg-4 .featured-carousel-wrapper > p.h3 {
        margin: 0;
    }
}