/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.searchGroup .categories .checkbox label.selected{font-weight:bold;}


body.single-post.createeventclass_nodate div.gform_wrapper#gform_wrapper_19,
body.single-post.createeventclass_past div.gform_wrapper#gform_wrapper_19,
body.single-post.createeventclass_future div.gform_wrapper#gform_wrapper_19,
body.single-post.createeventclass_booked div.gform_wrapper#gform_wrapper_19
{
    height: 300px;
    overflow: hidden;
}

body.single-post.createeventclass_nodate div.gform_wrapper#gform_wrapper_19:after,
body.single-post.createeventclass_past div.gform_wrapper#gform_wrapper_19:after,
body.single-post.createeventclass_future div.gform_wrapper#gform_wrapper_19:after,
body.single-post.createeventclass_booked div.gform_wrapper#gform_wrapper_19:after{
	content:attr(create-msg);
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a3234;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: -20px;
    top: -20px;
	padding: 30px;
    border-radius: 10px;
    z-index: 99;
    color: #fff;
    font-size: 35px;
	text-align: center;
    line-height: 1.2;
}
a.create_signing_btn{
	position: fixed;
    right: 0px;
    top: 290px;
    z-index: 99999;
    background: #587b2c;
    padding: 5px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
}
a.create_signing_btn > img { width:100%; }