@charset "utf-8";
/* CSS Document */
#webdwooevents select, #webdwooevents input[type=text]{ min-width:250px; height:35px}
#webdwooevents label{ margin-right:15px; display: block; margin-top:10px}
.mce-ico.mce-i-ex_timeline_bt,
.icon-grid{ background-image:url(../image/listing.png) !important; background-repeat: initial !important; background-size:100%}
.wpb_element_wrapper .wpb_vc_param_value{ margin-right:15px;}
.mce-container[aria-label="Unlimited timeline"] .mce-reset{ max-height:600px; overflow-x: scroll}
.mce-container[aria-label="Unlimited timeline"]{ max-height:600px; overflow:hidden}
/*-Settings-*/
#webdwooevents > h2{ display: none; }
#webdwooevents .subsubsub{font-size:17px; width:100%}
#webdwooevents .subsubsub li:last-child span{ display:none;}
#webdwooevents form .section-heading{ display:none !important}
#webdwooevents form .form-table{ border: 1px solid #E8E8E8; padding: 10px 30px;border-collapse: unset;background-color:#FFFFFF;}
#webdwooevents form .form-table label[for="grid_share_button_em"]{ display:block; margin-bottom:15px;}
#webdwooevents form .form-table .color-picker{ display:inline-block}
#webdwooevents select, #webdwooevents input[type=text] {
    min-width: 250px;
    height: 35px;
	margin-right: 15px;
	width: auto;
}
#webdwooevents .subsubsub{ display:block; border-bottom: 1px solid #ccc;}
#webdwooevents form .form-table textarea{ width:100%;}
.pac-container.pac-logo:after{ background-image:none !important; display:none;}

#webdwooevents .static-text + table tbody tr{ width:33.333333333%; float:left;}
#location-settings.loading{ opacity:.8; position:relative}
.wpex-loading{ opacity:0; z-index:-9999;}
#wpbody-content.loading{ opacity:.7; pointer-events: none;}
#wpbody-content.loading .wpex-loading,
#location-settings.loading .wpex-loading{ opacity:1; z-index:9}


#webdwooevents .subsubsub li {
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background: #e5e5e5;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
#webdwooevents .subsubsub li a{ color: inherit; }
#webdwooevents .subsubsub li a:focus{ box-shadow: none; }
#webdwooevents .subsubsub li.active{
	border-bottom: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #000;
    margin-bottom: -1px;
}

.wpex-spinner {
	position:absolute;
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	z-index:9;
	left:50%;
	margin-left:-25px;
}
.wpex-spinner > div {
	background-color: #444;
	height: 100%;
	width: 6px;
	display: inline-block;
	
	-webkit-animation: sk-stretchdelay 1.2s infinite eawebd-in-out;
	animation: sk-stretchdelay 1.2s infinite eawebd-in-out;
}

.wpex-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.wpex-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.wpex-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.wpex-spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
	  transform: scaleY(0.4);
	  -webkit-transform: scaleY(0.4);
	}  20% { 
	  transform: scaleY(1.0);
	  -webkit-transform: scaleY(1.0);
	}
}

.webd-user-info span{ margin-right:15px;}
input[type=number].exc_mb_text_number{ width:100px;}
#webd_ct_allday{ margin-top:37px;}

#bulk-update-venue.loading {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
	padding:0;
	font-size:0;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: webd_spin 2s linear infinite; /* Safari */
    animation: webd_spin 2s linear infinite;
}

@-webkit-keyframes webd_spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes webd_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
p.email-reminder + table tbody > tr:nth-child(12) {border-top: 2px solid #eee;padding: 25px;}

#webd_eventcolor .wp-picker-holder {position: relative;}

#webdwooevents span.wp-picker-input-wrap.hidden {display: block !important;}
#webdwooevents .wp-picker-container .wp-color-result {display: none;}
#webdwooevents input.button.wp-picker-clear {display: none;}