/*
*	Copyright (C) 2022 SWETI Marketing - All Rights Reserved
*   Plugin Name: Sync Acquire
*	Description: Sync Acquire allows for integration with several API's from ABC Fitness Solutions, enabling Gyms to sell memberships online, display occupancy, and many other solutions.
*	Author:      SWETI Marketing
*	Author URI:  https://swetiservices.com/
*	Version:     5.0.13
*/

.event_style {
    width: auto;
    float: left;
    background: #ddd;
    padding: 15px;
    margin: 9px;
    margin: 10px;
}

.event_style input,
.event_style select {
    margin: 0px;
    height: 34px;
    padding: 5px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    border: 1px solid rgba(0, 0, 0, .3);
}
.add_new_img .field_wrapper .event_style input {
    margin-right: 15px;
}
input.save_eventImg {
    background: brown;
    color: #fff;
    border: none;
    padding: 9px 20px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
}

a.remove_button {
    float: left;
    line-height: 31px;
}

a.add_button {
    float: left;
    line-height: 31px;
}

.box-align {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.field_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.event_description.evcal_eventcard.open {
    position: reletive;
}

.event_description.evcal_eventcard.open a.event-btn {
    position: absolute;
    right: 35%;
    bottom: 17%;
    background: #00acee;
    color: #fff;
    padding: 10px;
}

span.event-btn {
    float: right;
    background: #000;
    border-radius: 10px;
    padding: 8px 20px;
    margin: 15px 20px 15px 25px;
    color: #fff !important;
}


h1.wp-heading-inline {
    display: block;
    width: 100%;
}

.parameter .event_style {
    float: none;
    max-width: 348px;
    line-height: 33px;
}

.clearfix {
    clear: both;
}

.parameter .event_style lebel {
    float: left;
    line-height: 33px;
    margin-right: 4px;
}

.parameter .event_style input,
.parameter .event_style select {
    float: right;
}

input.save_eventImg {
    margin: 10px;
}

form.event_image_loop .event_style input.save_eventImg {
    margin: 0;
}

.notice-cron {
    font-size: 15px;
}

.signinUrl {
    margin: 10px;
    height: 34px;
    padding: 5px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    border: 1px solid rgba(0, 0, 0, .3);
}

form.event_image_loop.parameter {
    width: 100%;
    float: left;
    clear: both;
}

.parameter .event_style {
    float: none;
    max-width: 348px;
    line-height: 33px;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.multi-club {
    width: 100%;
    float: none;
    max-width: 398px;
    clear: both;
    padding: 15px;
    box-sizing: border-box;
}

.event_club {
    width: 100%;
    float: left;
    display: block;
    background: #999;
    margin-bottom: 15px;
}

.multi-club .event_style {
    box-sizing: border-box;
}

.multi-club .multi-club {
    clear: none;
    padding: 0;
}

input.getcatinfo {
    color: #fff;
    border: none;
    padding: 9px 20px;
    background: #0073aa;
}

.multi-club .event_club i {
    font-size: 22px;
    color: #0073aa;
}

select.catName {
    width: 95% !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}

a.add_multiclub {
    padding: 9px 20px;
    float: left;
    background: transparent;
    text-decoration: none;
    margin-top: 10px;
    border: 1px solid brown;
    color: brown;
    font-size: 14px;
    border-radius: 50px;
    line-height: normal;
    margin-left: 17px;
}
.remove_multiclub {
    text-decoration: none;
    float: right;
    font-weight: bold;
    margin: 0 10px 10px 0;
    background: #ffe4e4 !important;
    padding: 7px 15px;
    color: #f94c4c;
    border-radius: 50px;
}
.info_button {
    width: 100%;
    float: right;
    margin: 1px 8px 10px;
    text-align: right;
}
input.refresh_eventImg {
    background: #0072aa;
    color: #fff;
    border: none;
    padding: 9px 20px;
    float: right;
    cursor: pointer;
}
.custom_code {
    font-style: italic;
    color: #bbadad !important;
}
#evcal_list span.event-btn {
    margin-top: -30px;
}
.evo_lightboxes .evo_lightbox_body span.event-btn {
    margin-top: -30px;
    cursor: pointer;
}
.block-label {
    padding: 10px;
    background: #dddddd;
    margin: 2px 10px;
}
.event_club.scroll-can,
.catName.scroll-can {
    max-height: 200px;
    overflow-y: auto;
}
p.notesttext {
    font-size: 12px;
    font-style: italic;
}
#post-body.columns-2 #postbox-container-1 .inside input[type="checkbox"] {
    margin: 2px 4px 0 0;
}
.wrap form .event_style {
    display: flex;
    clear: none;
    background-color: #fff;
    box-shadow: 0px 1px 2px 1px #ccc;
    border-radius: 10px;
    align-items: center;
}
.wrap form .event_style input, .wrap form .event_style select {
    flex: 1;
    height: 40px;
    border-color: #ccc;
    border-radius: 0;
    padding: 0 15px;
}
.wrap form .event_style label {
    margin-right: 15px;
}
.wrap form h1.wp-heading-inline {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.tab-content .wrap form.event_image_loop {margin-top: 10px;}

.enable_check_btn {
    display: flex;
    align-items: center;
}

.cstm_enable_op {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 1px 2px 1px #ccc;
    border-radius: 10px;
    align-items: center;
    padding: 15px;
    flex: 0 0 348px;
    margin: 10px;
}
.cstm_enable_op h1 {
    font-size: 14px;
    letter-spacing: 1px;
    flex: 1;
}
.enable_check_btn {
    border-top: none;
    padding-top: 30px;
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
}
.wrap form .event_style h1.wp-heading-inline {
    font-size: 14px;
    height: 46px;
    flex: 1;
    padding: 0;
    line-height: 46px;
}




@media (max-width:767px) {
    #evcal_list span.custom_code {
        display: block;
    }
    #evcal_list span.event-btn {
        clear: both;
        display: block;
        float: left;
        margin: 0;
        margin-top: 10px;
    }
}
@media (max-width:480px) {
    .evo_lightboxes .evo_lightbox_body span.event-btn {
        margin: 0;
        float: left;
    }

    .eventon_events_list .eventon_list_event .evcal_desc,
    .evo_pop_body .evcal_desc,
    #page-content p.evcal_desc {
        padding: 3px 15px 0 66px;
    }
}
input#sbutton {
	/* Goal: To keep with standards, we need the submit button, but not visible. */
	display:none;
}

