/*
Theme Name: Porto Child
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  ***************/
#header .share-links a {color: #fff !important;background-color: transparent;font-size: 1rem;}

#header .header-top:after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    background: #111010;
    width: 27.75%;
    height: calc(100% + 1px);
    z-index: -1;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}
#header .header-main .header-left {
    padding: 1.266rem 0;
}
#header {
    -webkit-box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.05);
    box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.05);
    z-index: 9;
    position: relative;
}
article.post .grid-box .post-meta {
    float: right;
}
article.post .grid-box .post-meta+.post-meta {
    float: left;
}
article.post .grid-box .post-content {
    clear: both;
}
article.post .grid-box {
    padding: 30px 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-radius: 4px;
    background-color: #fff;
}
#main {
    background: #f8f8f8;
	padding-top: 30px;
}
article.post .grid-box img {
    border-radius: 4px;
}
.btn-default.btn {
    background: #4e1c15;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px !important;
    text-transform: capitalize !important;
    border-radius: 4px;
}
span.zoom {
    display: none;
}
#footer .widget_nav_menu li>a{display:block;}
#footer .widget_nav_menu>div>ul li:before{display:none;}
#footer .widget_nav_menu>div>ul li, #footer .widget_nav_menu>div>ul {border:none;padding:2px 0;}
.widget h3.widget-title{margin-bottom: 1rem;font-size: 1.0625rem;font-family: "Plus Jakarta Sans", sans-serif;letter-spacing:0;
    font-weight: 700;
    line-height: 1.2;text-transform:capitalize;}
#footer .footer-nav li a{    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;}
.footer .widget>div>ul, .footer .widget>ul {
    font-size: 14px;
}
.footer .widget, .footer-copyright{font-size:1rem;}
.footer .widget ul.footer-nav li {
    margin-bottom: 5px;
}
.related-posts .post-carousel .post-item .post-date {
    display: none;
}
.related-posts .post-carousel .post-item .post-date~* {
    margin-left: 0;
}

@media screen and (min-width:993px){
	.container, .container-sm, .container-md, .container-lg{max-width: 1320px;--porto-flick-carousel-width: 1280px;}
}