/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.avia-popup-button-widget .popup-trigger {
                        padding: 10px 20px;
                        background: #0073aa;
                        color: #fff;
                        border: none;
                        cursor: pointer;
                        border-radius: 5px;
                    }
                    .avia-popup-button-widget .popup-trigger:hover {
                        background: #005d87;
                    }
                    .avia-popup-button-widget .popup-overlay {
                        position: fixed;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.5);
                        display: none;
                        justify-content: center;
                        align-items: center;
                        z-index: 1000;
                    }
                    .avia-popup-button-widget .popup-content {
                        background: #fff;
                        padding: 20px;
                        border-radius: 5px;
                        position: relative;
                        max-width: 500px;
                        width: 90%;
                    }
                    .avia-popup-button-widget .popup-close {
                        position: absolute;
                        top: 10px;
                        right: 10px;
                        font-size: 24px;
                        cursor: pointer;
                        color: #333;
                    }
                    .avia-popup-button-widget .popup-close:hover {
                        color: #000;
                    }