/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.0.8
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, 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, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

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

.bypostauthor { display: block; }



        .modal-wrapper{
            background: rgba(0, 0, 0, 0.508);
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: none;

        }
        .modal{
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            max-width: 300px;
            width: 100%;
            background: wheat;
            padding: 20px;
            margin: 35vh auto;
            border-radius: 5px;
            position: relative;
        }
        .modal a{
            text-decoration: none;
            background: crimson;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            margin: 10px;
        }
        .modal-close{
            color: red;
            border: 1px solid black;
            position: absolute;
            top: 5px;
            right: 5px;
            cursor:pointer;
            width: 20px;
            border-radius: 5px;
        }
        button{
            background: crimson;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            margin: 10px auto;
            cursor: pointer;
        }

    