div#featured-content-section .entry-meta {
    display: none;
}

footer div#site-generator {
    padding-top: 0;
}

.mc4wp-form-fields h3 {
    text-align: center;
	color:#fff;
}

.mc4wp-form-fields p {
    display: inline-block;
    vertical-align: top;
}

.mc4wp-form-fields p:nth-child(2) {
    width: 70%;
}

.mc4wp-form-fields p:last-child {
    width: 28%;
}

.mc4wp-form-fields {
    width: 600px;
    margin: auto;
}

.mc4wp-form-fields input[type="email"] {
    height: 50px;
    background: #292626 !important;
    color: #fff;
}

.mc4wp-form-fields input[type="email"]::placeholder {
    color: #fff;
}

.mc4wp-form-fields input[type="submit"] {
    height: 50px;
}

ul#menu-footer {
    margin: auto;
    width: fit-content;
}

ul#menu-footer li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #555;
    line-height: 20px;
}

ul#menu-footer li a {
    padding: 0 !important;
}
.mc4wp-response {
    text-align: center;
}
ul#menu-footer li:last-child {
    border-right: none;
}
.page-id-6 .post-thumbnail {
    display: none;
}

.likes-widget-placeholder.post-likes-widget-placeholder {
    display: none;
}

.page-id-6 iframe {
    display: none;
}

.page-id-6 h3.sd-title {
    display: none !important;
}

@media (max-width:767px){
	.mc4wp-form-fields {
    width: 100%;
    margin: auto;
}
.mc4wp-form-fields p {
    display: block;
    vertical-align: top;
}
.mc4wp-form-fields p:nth-child(2) {
    width: 100%;
}
.mc4wp-form-fields p:last-child {
    width: 60%;
    margin: auto;
}
.mc4wp-form-fields label {
    display: block;
    padding-left: 0;
}
ul#menu-footer li {
    display: block;
    padding: 5px 10px;
    border-right: none;
    line-height: 20px;
}
}


.category article .entry-container.content-right {
    display: none;
}

.category .post-archive .post-thumbnail {
    width: 100%;
    height: 400px;
}

.category div#infinite-post-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 450px;
}

.single h1.entry-title {
    margin-top: -20px;
}

.category div#infinite-post-wrap article {
    flex: 0 0 33.3%;
    max-width: 33.33%;
}
.wp-block-cover.has-background-dim {
    height: 400px;
    border-radius: 15px !IMPORTANT;
    margin: 0px 0 20px;
}

.wp-block-cover.has-background-dim:before {
    border-radius: 15px !important;
}

.page-id-6 div#like-post-wrapper-180608631-6-5f92dfaa55762 {
    display: none;
}

.category header.page-header.blog-section-headline {
    margin: 34px 70px;
}

.page-id-6 .singular-section {
    padding: 25px 0;
}
/* 27-10-2020 css for hide share page btns */
.sharedaddy.sd-sharing-enabled {
    display: none;
}
.sharedaddy.sd-block.sd-like {
    display: none;
}
/* Category page width css */
.woocommerce-page .site-main, .woocommerce .entry-content {
    max-width: 100% !important;
}
.woocommerce-checkout .site-main .entry-content {
	 max-width: 100% !important;
}
.woocommerce-cart .site-main .entry-content {
    max-width: 100% !important;
}
/* new contact from css */
.cv-contact-from {
    width: 50%;
    margin: 5px auto;
}
label.cv-custom-input-flieds input {
    width: 100%;
	  background: #fff;
    border: 1px solid #ebebeb;
		border-radius: 10px;
	  height: 45px;
}
label.cv-custom-input-flieds textarea {
    background: #fff;
    border: 1px solid #ebebeb;
		border-radius: 10px;
		height: 192px;
}
.cv-custom-submit-btn input[type="submit"] {
    font-weight: 500;
}
.cv-custom-submit-btn {
    width: 100%;
    text-align: right;
    overflow: hidden;
}
label.cv-custom-input-flieds input::placeholder {
    color: #000;
}
label.cv-custom-input-flieds textarea::placeholder {
    color: #000;
}
/* products button css */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #000;
    color: #fff;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: #222;
}
button.single_add_to_cart_button.button.alt {
    background: #000;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #222;
}
.single-product .woocommerce-Tabs-panel h2 {
font-size: 20px;
}

section.related.products {
    text-align: center;
    margin-top: 60px !important;
}
.single-product div#comments {
    display: none;
}
.cart a {
    font-size: 12px;
    font-weight: 600;
}
.multimedia_perspective_carousel.white {
    margin-top: -90px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.cv-contact-from {
    width: 100%;
    margin: 5px auto;
}
	.multimedia_perspective_carousel.white {
    margin-top: -50px;
}
}
@media (max-width:767px){
	
.woocommerce ul.products.columns-4 li {
    width: 100% !important;
    float: none !important;
}
}

@media (max-width:600px){
.category div#infinite-post-wrap {
    display: block;
	}
	.category div#infinite-post-wrap article {
    flex: 0 0 100%;
    max-width: 100%;
}
}