/* Theme Name: Egovt Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of egovt
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: egovt
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  egovt-child
*/
/* Sidebar container */

/* ----------------- Event Permit Form ----------------- */
.custom-registration-cta {
    padding: 30px;
    margin-bottom: 30px;
    background: #912B4F10;
    border-radius: 8px;
    text-align: center;
}

.custom-registration-cta h2 {
    margin-bottom: 10px;
	color:#232933;
}

.custom-registration-cta p {
    margin-bottom: 20px;
    color: #8C96AC;
}

.custom-registration-cta .cta-button {
    display: inline-block;
    padding: 12px 24px;
    background: #912B4F;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.custom-registration-cta .cta-button:hover {
    background: #232933;
}

