/*
Theme Name: Porto Child Avinstall
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
div.wpcf7 {
  max-width: 500px; /* set the max-width you prefer */
  margin: 0 auto;
}
div.wpcf7 input:not([type="checkbox"]),
div.wpcf7 textarea {
  width: 100%;
}
div.wpcf7 label {
  display: block;
}
.justify-center .posts-wrap { justify-content: center; }
.category-image{display:none;}

.porto-modal-content {
    /*width: 640px;*/
 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bypostauthor { display: block; }
.products .product-category {
 
    display: none;
}
.products .product-category .thumb-info {
    min-height: 90px;
    margin-bottom: 0;
    text-align: left;
    transition: background-color 0.2s;
    display: none;
}
.metaslider .slides img {
    width: 100%;
    display: none;
}
[meta~="description"] {
   display: none;
}