.contact-sidebar ul > li {
    color: #fff;
    padding: 6px 0;
}
.footer-widget ul > li > a.nav-link {
    padding: inherit;
}
.es_caption {
    color: #fff;
}
.es-field-wrap label{
	width: 100%;
}
a, button {
    color: #ff5e14;
    outline: medium;
}
input.wpcf7-form-control.wpcf7-submit.btn {
    border: 0;
    padding: 12px 20px;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit.btn:hover {
    color: #fff;
}
img.testimonial-img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    display: block;
}
.testimonial-section {
    margin-bottom: 20px;
    background: #eaeaea;
    padding: 15px;
}
.about-img img {
    margin-top: 80px;
}
.call-to-action {
    margin: 0 auto;
}
#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0 10px !important;
    line-height: 90px !important;
    height: auto !important;
}
.textwidget p {
    color: #fff;
}
input.es_required_field.es_txt_email {
    border: 0;
    padding: 10px 30px;
    color: #fff;
    min-width: 350px;
    text-align: center;
    background: #97bc77;
    font-size: 16px;
}
input.es_subscription_form_submit {
    background: #b2cb8c;
    border: 0;
    padding: 12px 40px;
    font-size: 16px;
    color: #fff;
    min-width: 350px;
}
.es-field-wrap label {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
    min-height: 180px;
    max-height: 180px;
}
.ad-info h3 {
    font-size: 40px;
    margin: 0px 0;
    font-weight: 500;
    color: #97bc77;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
section.welcome-section {
    padding: 50px 0;
    background: #e6e6e6;
}
.latest-blog .blog-info {
    padding: 25px 10px 25px 10px;
}
.pagenation:after {
    display: table;
    clear: both;
    content: '';
}
.pagenation {
    padding: 35px;
}
.pull-right.next a,
.pull-left.previous a {
    background: #f65f73;
    color: #fff;
    padding: 10px;
}
.product-shop {
    margin-top: 60px;
}
.product-essential{
    margin-top: 40px;
}
.latest-blog .blog-img img {
    max-height: 245px;
}


/* ======= Responsive 1500 ========*/
@media (max-width: 1500px){
    .featured-pro .pro-img:hover .pro-info {
        left: -56px;
    }
}

/* ======= Responsive 767 ========*/
@media (max-width: 767px){
    #mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-item > a.mega-menu-link{
        line-height: 40px !important;
    }
	
}

@media (max-width: 600px){
    .products-grid .item .item-inner .item-img .item-img-info a.product-image img {
		min-height: auto;
		max-height: 100%;
	}
	.category-products ul.products-grid li.item {
		padding: 0 60px;
		margin-bottom: 10px;
	}
}