/*
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  ***************/

#footer .footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

body.boxed .fixed-header #header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#header.sticky-header .header-main.sticky, #header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#header.header-loaded .header-main {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99;
}

.thumb-info .thumb-info-title {
    font-weight: 400;
}

#footer .footer-main>.container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.main-content {
    padding-top: 25px;
    padding-bottom: 40px;
}

#header .share-links a:not(:hover) {
    background-color: transparent;
    color: #fff;
}
/*Required*/

@media (max-width: 576px) {
    .modal-dialog.modal-dialog-slideout {
        width: 80%
    }
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto 0 0;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-flow: column;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

select {
    background-color: #fff;
    color: #232323;
    border-color: rgba(0, 0, 0, 0.09);
    width: 100%;
    padding: 15px 15px;
    font-size: 18px;
}

input[type="text"], input[type="tel"] {
    width: 100%;
    padding: 15px 15px;
    font-size: 18px;
}
.wpb_image_grid .wpb_image_grid_ul img {
    padding: 5px;
    border-radius: 10px;
}
.c-bl2 {
    margin-top: -390px;
    background: #2d2d2d;
    position: absolute;
    padding: 30px 30px 10px 30px;
    box-shadow: 0 23px 50px rgb(0 0 0 / 5%);
    right: 50px;
}
.porto-sicon-header+.porto-sicon-description {
    margin-top: 0px;
}