/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.my-top-bar, .site-header {
    position: sticky;
    top: 0;
}

/* Formidable Pro styles */


.wp-block-frm-modal-content .modal-dialog {
    margin-top: 70px !important;
    transform: none !important;
}
.modal-header {
	background-color: #F5F7FA;
}
.modal-title {
	text-align:center;
}
.modal-body {
	background-color: #F5F7FA;
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid E4EAF0;
    border-radius: 32px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}




