/*
Theme Name: Porto
Theme URI: http://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 6.1.6
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
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }

.modal_redirect {
    width: 40%;
    background: #fff;
    padding: 5vh 7vh 4vh;
    margin: 0 auto;
}

.modal_redirect h5 {
    letter-spacing: 0;
    font-size: 4vh;
    line-height: 100%;
    font-family: Gilroy;
    font-weight: 700;
    text-align: center;
}

.modal_redirect .vc_btn3 {
    background: #ff5e00;
    color: #fff;
    padding: 2vh 7vh;
    font-size: 2vh;
    font-weight: 700;
    font-family: Gilroy;
    margin: 3vh auto 0;
    display: flex;
    width: fit-content;
}

body .modal_redirect .mfp-close {
    color: red !important;
    opacity: 1;
    width: 5vh;
    height: 5vh;
    overflow: hidden;
    top: 1vh;
    right: 1vh;
}

@media (max-width: 750px) {
    .modal_redirect {
        width: 100%;
        padding: 6vh 3vh 2vh;
    }

    body .modal_redirect .vc_btn3 {
        width: 100%;
        justify-content: center;
        font-size: 5vw;
    }
}
