<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * EventON wp-admin all styles
 * @version 4.0
 */

 /* colors */
 body{

 }

/* OVERRIDE AJDE base styles */		
	table .backender_left .ajde-collapse-menu:hover span, 
	table .backender_left .ajde-collapse-menu:hover #collapse-button div:after{
		color: #F9CA8D;
	}

	.evors .ajde_yn_btn, .evors .ajde_yn_btn{position: absolute;	}
	.evors .yesno_leg_line label,.evotx .yesno_leg_line label{
		padding-left: 50px;
 		line-height: 1.8;}
 	.yesno_leg_line span.ajde_yn_btn {position: absolute;}
 	.evomb_body .ajdeToolTip{opacity: 0.9;}
 	.ajde_icons.fa em{z-index: 1;}
 	.inline-edit-col .yesno_row .ajde_yn_btn{margin-top: 5px;}
 	/*.yesno_row {display: inline-block;}*/

 	.evoloading:before{
 		content: "";
	    background: url(../../images/evo-loader.gif) rgba(245, 245, 245, 0.71) center center no-repeat;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 50;
	    display: block;
 	}
 	.evoloading{position: relative;}

 	body.post-type-ajde_events table .evoevent_item .row-actions{display: none;}
 	body.post-type-ajde_events table .evoevent_item .evo_row_actions.row-actions{display: block;}

 	.ajde_popup_text .yesno_row{display: flex}
 	.ajde_popup_text .yesno_row .ajde_yn_btn{position: relative;}
 	.ajde_popup_text .yesno_row .ajde_yn_btn_label{padding-left: 10px;}

/* font awesome overrides for backward compatibility */
	.fa-pencil:before{content:"\f303";}
	.fa-user-circle-o {  content: "\f2bd"; }
	.fa-user-o:before {  content: "\f007"; }
	.fa-trash-alt-o:{  content: "\f2ed"; }
	.fa-times-circle-o:before {content: "\f057"; }
	.fa-ticket:before { content: "\f3ff"; }
	.fa-tachometer:before{content: "\f3fd"; }
	.fa-repeat:before {  content: "\f2f9"; }
	.fa-pen-square-o:before {  content: "\f14b"; }
	.fa-paper-plane-o:before {  content: "\f1d8"; }
	.fa-newspaper-o:before {  content: "\f1ea"; }
	.fa-moon-o:before {  content: "\f186"; }
	.fa-microphone-alt-slash:before {content: "\f131"; }
	.fa-map-marker-o:before {  content: "\f041"; }
	.fa-map-o:before {  content: "\f279"; }
	.fa-hourglass-o:before {  content: "\f254"; }
	.fa-hospital-o:before {  content: "\f0f8";font-family: 'evo_FontAwesome' }
	.fa-heart-o:before {  content: "\f004"; }
	.fa-gem-o:before, .fa-diamond:before {  content: "\f3a5"; }
	.fa-folder-open-o:before {  content: "\f07c"; }
	.fa-folder-o:before {  content: "\f07b"; }
	.fa-flag-o:before {  content: "\f024";}
	.fa-file-o:before, .fa-files-o:before {  content: "\f15b"; }
	.fa-file-alt-o:before {  content: "\f15c"; }
	.fa-file-archive-o:before {  content: "\f1c6"; }
	.fa-eye-slash-o:before {  content: "\f070"; }
	.fa-eye-o:before {  content: "\f06e";}
	.fa-envelope-open-o:before {  content: "\f2b6"; }
	.fa-envelope-o:before {  content: "\f0e0";}
	.fa-dot-circle-o:before {  content: "\f192"; }
	.fa-credit-card-o:before {  content: "\f09d"; }
	.fa-compass-o:before {  content: "\f14e"; }
	.fa-comment-alt-o:before {  content: "\f27a"; }
	.fa-comment-o:before {  content: "\f075";}
	.fa-gears:before {  content: "\f013"; }
	.fa-clone-o:before {  content: "\f24d"; }
	.fa-clock-o:before {  content: "\f017";}
	.fa-clipboard-o:before {  content: "\f328";}
	.fa-circle:before , .fa-circle-o:before{  content: "\f111"; }
	.fa-check-circle-o:before {  content: "\f058"; }
	.fa-calendar-close:before {  content: "\f273"; }
	.fa-calendar-check-o:before {  content: "\f274"; }
	.fa-calendar-o:before {content: "\f133";}
	.fa-bookmark-o:before{  content: "\f02e";}
	.fa-photo:before {content: "\f302"; }

/* basic styles using class values*/
	.tac{text-align: center;}
	.pad5{padding: 5px;}
	.pad15{padding: 15px;}
	.pad10{padding: 10px;}
	.pad20{padding: 20px;}
/* transitions */
	.ajde_popup_text .eventon_shortcode_btn, table.evo_metatable tr{
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.evo_loader{
		background: url(../../images/evo-loader.gif) center center no-repeat;
		min-height: 100px; min-width: 100px;
		opacity: 0.4
	}

/* Button Styles */
	.ajde_popup .evo_btn,
	.evo_select_tax .evo_btn, .evomb_section .evo_btn,
	.eventon_mb .actions a.button_evo,
	.evo_btn,
	a.button_evo
	{
		color: #fff;
		background-color: #52b4e4;
	    border-radius: 20px;
	    padding: 4px 15px;
	    margin: 3px 5px 0 0px;
	    cursor: pointer;
	    display: inline-block;
	    text-transform: uppercase;
	    font-weight: bold; font-size: 14px;
	    text-decoration: none;
	}
	.ajde_popup .evo_btn:hover,
	.evo_select_tax .evo_btn:hover, .evomb_section .evo_btn:hover,
	a.button_evo:hover
	{opacity: 0.6;}

/* general */
	.evo_hide_this{display: none;!important}
	.highl{background-color: #F7F1C8;}
	/*-- eventon buttons */
		.evo_admin_btn{
			margin-left:0;
			border:none;
			font:bold 14px 'Open Sans', arial;
			text-transform:uppercase;
			line-height:150%;
			display:inline-block;
			cursor:pointer;
			box-sizing:border-box;
			padding:4px 15px; border-radius: 20px;
			margin-bottom:3px;
			text-decoration:none;			
			background-color: #dedede;
			color:#808080;
		}
		#evcal_settings .eventon_guide_btn.button-primary, .evo_admin_btn.button-primary{
			margin-left:0;
			background-color: #f3c791;
			background-image:none;
			border:none;
			font:bold 14px 'Open Sans';
			text-transform:uppercase;
			line-height:150%;
			-webkit-box-shadow: none;
			box-shadow: none;
			border-radius:0px;
			-webkit-border-radius: 0px;
		}
		#evcal_settings .eventon_guide_btn.button-primary:hover, .evo_admin_btn.button-primary:hover{
			background-image: -webkit-gradient(linear,left top,left bottom,from(#e5a667),to(#da9551));
			background-image: -webkit-linear-gradient(top,#e5a667,#da9551);
			background-image: -moz-linear-gradient(top,#e5a667,#da9551);
			background-image: -ms-linear-gradient(top,#e5a667,#da9551);
			background-image: -o-linear-gradient(top,#e5a667,#da9551);
			background-image: linear-gradient(to bottom,#e5a667,#da9551);
			background-color: #f3c791;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.evo_admin_btn.btn_prime:hover,.evo_admin_btn.btn_secondary:hover,
		.evo_admin_btn.btn_grey:hover,
		.evo_admin_btn.btn_red:hover
		{opacity: 0.7}
		.evo_admin_btn.btn_prime{background-color:#52b4e4; color:#fff;		}
		.evo_admin_btn.btn_secondary{	background-color: #ffc656;color:#fff;	}
		.evo_admin_btn.btn_grey{	background-color: #b3b3b3;color:#fff;	}
		.evo_admin_btn.btn_red{	background-color: #ff4d4d;color:#fff;	}
		.evo_admin_btn.btn_triad{background-color:#b1b1b1;color:#fff;}
		.evo_admin_btn.btn_triad:hover{background-color:#A0A0A0;color:#fff;}
		.evo_admin_btn.btn_tritiary{background-color:#487e8a;color:#fff;}
		.evo_admin_btn.btn_tritiary:hover{background-color:#3a717d;}

/* color schemes for backend */
	.evcal_db_uis .evcal_db_ui.selected{background-color: #52b4e4; }
	.wp-media-buttons .evo_admin_btn.btn_prime{margin-right: 5px;}

/* widgets */
	.evo_lightboxes{display: none;}

/* lightbox window */
	body.evo_overflow{overflow: hidden;}
	html.evo_overflow{overflow:initial;}
	/*#ajde_popup_bg{
 		background-color: #000;
 		opacity:0.7;
 		position: fixed; height: 100%; width: 100%;
 		z-index: 999999;
 		top: 0; left: 0; display: none;
 	}
 	/*
 	#ajde_popup_outter {
	    z-index: 9999999;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
 	 */
	#ajde_popup_outter{
		overflow-x: hidden;
	    overflow-y: auto;
	    background-color: rgb(72 72 72 / 45%);
	   	backdrop-filter: blur(2px) grayscale(100%);
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 95000;
	    padding-right: 17px;
	    padding-left: 17px;
	    padding-top: 30px;
	}
	.ajde_admin_lightbox{
		opacity: 0;
	    -webkit-transition: opacity .15s linear;
	    -o-transition: opacity .15s linear;
	    transition: opacity .15s linear;
	    visibility: hidden;
	}
	.ajde_admin_lightbox.show{
		opacity: 1;
   		visibility: visible;
	}
	.evo_content_in{
		display: table;
	    height: 100%;
	    width: 100%;
	}
	.evo_content_inin{
		display: table-cell;
	    vertical-align: middle;
	    position: relative;
	    width: 100%;
	    margin: 40px auto;
	}
	.ajde_popup{
		-webkit-transform: translateY(20%);
	    -moz-transform: translateY(20%);
	    -ms-transform: translateY(20%);
	    transform: translateY(20%);
	    opacity: 0;
	    -webkit-transition: all 0.5s, width 0s;
	    -moz-transition: all 0.5s, width 0s;
	    transition: all 0.5s, width 0s;
	    width: 100%;
	    margin: 60px auto;
	    max-width: 800px;
	    position: relative;
	    background-color: #fff;
	    border-radius:15px;
		overflow: hidden;
		box-shadow: 0px 30px 30px 0px #0000001f, 0px 0px 2px #cacaca
	}
		.ajde_admin_lightbox.show .ajde_popup{
			-webkit-transform: translateY(0);
		    -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		    transform: translateY(0);
		    opacity: 1;
		    display: block; color:#737373;
		}

	.ajde_admin_lightbox .ajde_popup.mid{max-width: 80%; width:600px;}
	.ajde_admin_lightbox .ajde_popup.small{max-width: 80%; width:400px;}
	
	.ajde_popup label{cursor: default;pointer-events:none;}	
	.ajde_popup .ajdeYN_row label, .ajde_popup label.pea{pointer-events:all;}
	.ajde_popup_text.loading, .ajde_popup_text .evo_lightbox_loading{
		opacity: 0.4;
		position: relative;
		min-height: 120px
	}
	.ajde_popup_text.loading:before, .ajde_popup_text .evo_lightbox_loading:before{
		content: "";
  		background: url(../../images/evo-loader.gif) center center no-repeat;
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 50;
  		display: block;
	}
	
	.ajde_popup .ajde_popup_text p.loading{text-align: center;padding: 20px;}
	/*
	.ajde_popup{
		position:relative;
		z-index:9999999;
		width:70%;
		margin:70px auto 10px;
		background-color:#fff;
		top:50px;
		opacity:0;
		border-radius:5px;
		overflow: hidden;
	}
	*/
	.ajde_popup.padd .ajde_popup_text{	padding:5px 25px;}
	.ajde_close_pop_btn, .ajde_backbtn{
		cursor:pointer;
		color:#777676;
		position:absolute;
		top:10px;right:10px;
		font-size:14px;
		border:1px solid #777676;
		border-radius:50%;
		font-family:'open sans';
		height: 22px;
		width: 25px;
		text-align: center;
		padding-top: 3px;
		opacity: 0.5;
		z-index: 99;
		box-sizing: content-box;
	}
	.ajde_close_pop_btn:hover, .ajde_backbtn:hover{
		background-color: #fff; color: #999999;opacity: 1;
	}	
	.ajde_close_btn.dark{color:#565656; border-color: #565656}
	.ajde_close_btn{
		cursor: pointer;
	    color: #fff;
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    font-size: 14px;
	    border: 1px solid #fff;
	    border-radius: 50%;
	    font-family: 'open sans';
	    height: 22px;
	    width: 25px;
	    text-align: center;
	    padding-top: 3px;
	    opacity: 0.5;
	}
	.ajde_backbtn{left: 10px; opacity: 0.8;}	
	.ajde_header{
		background-color: #f1f1f1;color: #484848;
	    position: relative;
	    min-height: 20px;
	    padding: 15px 40px 15px 15px;	    
	    font: 18px 'open sans', arial;
	    font-weight: bold;
	    line-height: 100%;
	}
	#ajde_title{
		text-align: center;
		font:18px 'open sans', arial;
		margin:0;
		line-height:100%;
		text-transform: uppercase;
		font-weight: 600;
		position: relative;
	}
	#ajde_subtitle{
		text-align: center;
		font:italic 12px 'open sans', arial;
		margin:0;
		line-height:100%;
	}
	.padded .ajde_popup_text{padding:15px}
	.ajde_popup .ajde_popup_text h2{
		font:18px 'open sans', arial;
		margin:0 0 5px 0
	}
	.ajde_popup_text p{	font:13px 'open sans', arial; margin: 0; padding-bottom:15px;}
	.ajde_popup_text h3{	margin: 0;}

	.ajde_popup .ajde_popup_text h4{
		font:600 14px 'open sans', arial;
		margin:5px 0 5px 0;
	}
	.ajde_popup .ajde_popup_text label{padding-bottom: 5px; display: block;pointer-events: all; font-size: 14px;}
	.ajde_popup .ajde_popup_text input[type="text"]{
		width: 100%;display: inline-block; vertical-align: top;margin-top: 0;		    
	}
	.ajde_popup .ajde_popup_text input[type="text"], 
	.ajde_popup .ajde_popup_text textarea{
		background-color: #f1f1f1;
	    border: none;
	    width: 100%;
	    margin: 5px 0;
	    /* border: 1px solid #d1d1d1; */
	    padding: 5px 10px;
	    border-radius: 0;
	    box-shadow: none;
	}
	.ajde_popup .ajde_popup_text input[type="checkbox"]{
		margin-right: 10px;
	}
	.ajde_popup .ajde_popup_text input,
	.ajde_popup .ajde_popup_text select{
		border-radius: 5px;
		border: 1px solid #ddd;
	    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	    background-color: #fff;
	    color: #32373c;
	    outline: 0; margin:5px 0;
	    transition: 50ms border-color ease-in-out;
	    max-width: 100%;
	}
	.ajde_popup .ajde_popup_text input.full_width, .ajde_popup .ajde_popup_text select.full_width,
	.ajde_popup .ajde_popup_text textarea.full_width
	{width: 100%; box-sizing:border-box;}
	.ajde_popup .ajde_popup_text input.wauto{width: auto; display: inline-block;}
	.ajde_popup .ajde_popup_text .inner_section_pad30{padding: 30px;}
	#ajde_loading{
		display:none;
		margin:-20px 0 0 -20px;
		position:absolute;
		width:100%;
		height:100%;
		background:url(../../images/evo-loader.gif) center center no-repeat;
	}

	/* Eventon in-window lightbox */
	.ajde_popup .message {
	  font-size: 15px !important;
	  display: none;
	  background-color: #9c9c9c;
	  color: #fff;
	  margin: 0;
	  padding: 12px 20px;
	  font: normal 13px 'open sans';
	  text-align: center;
	}
	.ajde_popup .message.bad {
	  background-color: #ff6820; color: #fff;
	}
	.eventon_popup .message.good, .ajde_popup .message.good{
	  background-color: #93dc6f; color: #fff;
	}
	.ajde_popup_text .evo_tax_entry{padding: 20px;}
	.ajde_popup_text .evo_tax_entry select[name="event_tax_termid"]{width: 100%;}

/* loading bars */
	@keyframes evo_loading_bars_amin {
	  	0% {}
	 	100% {	transform: translateX(140%);}
	}
	.evo_loading_bar_holder{
		display: flex;
		flex-direction: column;
		height: 300px; padding:20px;
	}
	body .evo_loading_bar{
		position: relative;  overflow: hidden;flex:1; margin-bottom: 10px;
	    background-color: #f7f7f7!important;
	}
	.evo_loading_bar.wid_90{width: 90%}
	.evo_loading_bar.wid_80{width: 80%}
	.evo_loading_bar.wid_70{width: 70%}
	.evo_loading_bar.wid_50{width: 50%}
	.evo_loading_bar.wid_40{width: 40%}
	.evo_loading_bar.wid_30{width: 30%}
	.evo_loading_bar.wid_25{width: 25%}
	.evo_loading_bar.hi_50{ height: 30px;flex: 0 1 50px;}
	.evo_loading_bar.hi_30{ height: 30px;flex: 0 1 30px;}
	.evo_loading_bar:before{
		content:"";
		width: 100%;
		height: 100%;
		display: block;
		background: rgb(247,247,247);
		background: linear-gradient(90deg, 
			transparent 0%, rgb(227, 227, 227, 0.5) 50%, transparent 100%);
		position: absolute;
		left: 0;
		animation:evo_loading_bars_amin 1.5s ease-in-out 0s infinite normal none running;		
		top:0;
		transform:translateX(-100%);
	}
	
/* quick edit box */
	.inline-edit-row.inline-edit-ajde_events td{
		padding: 1em;border: 10px solid #d9d9d9; background-color: #d9d9d9;
	}

/* date time selector */
	.evo_date_time_select{display: flex; flex-wrap: wrap;}
	.evo_date_time_picker_box{
		background-color: #ffc276;
	    padding: 10px;border-radius: 10px;display: block;
	}
	.evo_date_edit{margin-bottom: 5px;}
	.evo_date_time_select .evo_date_edit input.evo_dpicker{
		margin-right: 5px;
	    width: 300px;
	    background-color: #ffffff;
	    color: #717171;
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 26px;
	    border: none;
	    box-sizing: border-box;
	    text-align: center;
	    padding:7px 10px; box-shadow: none;float:none;
	    border-radius: 20px;
	}
	.evo_date_time_select .evo_time_edit .time_select{display: inline-block; margin-right: 5px;}
	.evo_date_time_select .evo_time_edit .time_select select{
		height: auto;
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 26px;
	    color: #717171;
	    cursor: pointer;
	    margin: 0;
	    border: none;
	    background: transparent;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    padding: 7px 10px;
	    width: auto;
	    background-color: #ffebd1;
	    box-shadow: none; border-radius: 20px;
	}
	.evo_date_time_select .evo_time_edit .time_select select.ampm_sel{background-color: #ffd7a4}

/* ajde table */
	table.evo_admin_table {
		-webkit-box-shadow: none;
    	box-shadow: none;
    	background: #fff;
    	border: 1px solid #e5e5e5; border-radius:12px;border-spacing: 0;
	    width: 100%;
	    clear: both; 
	    margin: 0;
	    display: table;
	    /*table-layout: fixed;*/
	}
	table.evo_admin_table *{
		word-wrap: break-word;
	}
	table.evo_admin_table tr th{
		color: #32373c;
		line-height: 1.4em;
		border-bottom: 1px solid #e1e1e1;
		font-weight: 400;
		text-align: left;
	    font-size: 14px;
	}
	table.evo_admin_table tbody tr{
		background-color: #f9f9f9
	}
	table.evo_admin_table tbody tr:nth-child(odd){background-color: #f3f3f3;	}
	table.evo_admin_table tbody tr.colspan-row{background-color: #ffebd1;	}
	table.evo_admin_table td, 
	table.evo_admin_table th{
		padding: 8px 10px;
		color: #555;
	}
	table.evo_admin_table td{
		font-size: 13px;
   		line-height: 1.5em;
		vertical-align: top;
		border-bottom: 1px solid #eaeaea;
	}
	
/* events edit page */
	.wp-list-table .evo_eventedit_row_ft{position: relative;}
	.wp-list-table .evo_eventedit_row_ft:before{	content: "\f155";	}
	.wp-list-table .evo_eventedit_row_ft.notft:before{	content: "\f154";	}
	.wp-list-table .evo_posttable.ajdeToolTip{position: relative;}
	.wp-list-table .evo_posttable.ajdeToolTip:before,
	.wp-list-table .evo_eventedit_row_ft:before{
		font-family: dashicons;	    
	    color: #545454;
	    background-color: transparent;
	    opacity: 1;
	    font-size: 16px;
	    margin: 0; width: auto
	}
	.wp-list-table .evo_posttable.ajdeToolTip.evo_posttable_repeat:before{content: "\f531";}
	.wp-list-table .evo_posttable.ajdeToolTip.evo_posttable_featured:before{content: "\f155";}
	.wp-list-table .evo_eventedit_row_rep{
		    text-transform: capitalize;
	    background-color: #ddd;
	    padding: 3px 5px;
	    border-radius: 5px;
	}
	

	body.post-type-ajde_events .wp-list-table.posts #evo_featured, body.post-type-ajde_events .wp-list-table.posts #woo.column-woo{
		width: 46px;
		text-align: left!important;
	}
	body.post-type-ajde_events .wp-list-table.posts #name{
		width: 200px;
		min-width: 200px
	}
	a.evoevent_image{position: absolute;	}
	.evoevent_image .evoEventCirc{
		display: inline-block;		
		height: 45px;
		width: 45px;
		border-radius: 50%;
		border: 3px solid transparent;
	}
	.evoevent_image .evoEventCirc:hover{
		border-color: #3d3d3d;
	}
	.column-name .evo_item_details{
		display: inline-block;
		padding-left: 60px;
	}
	.column-name .evo_item_details .evo_item_status{
		display: inline-block;
	    text-transform: uppercase;
	    font-size: 10px;
	    background-color: #F79191;
	    padding: 3px 8px;
	    line-height: 1;
	    border-radius: 20px;
	    font-weight: bold;
	    color: #fff;
	    margin-right: 5px;
	}
	.column-name .evo_item_details .evo_item_status.vir{background-color: #5bdaf7}
	.column-name .evo_item_details .evo_item_status.rescheduled{background-color: #67ef78}
	.column-name .evo_item_details .evo_item_status.postponed{background-color: #ffca33}
	.column-name .evo_item_details .evo_item_status.movedonline{background-color: #6edccd}

	.evo_qedit_fields .evo_subheader, .evo_bedit_fields .evo_subheader{font-weight: bold;text-transform: uppercase;}

	@media screen and (max-width: 782px){
		.column-name .evo_item_details{padding-left: 40px;}
		.evoevent_image .evoEventCirc{height: 25px;width: 25px;}
		.wp-list-table.widefat tr.type-ajde_events th.check-column{width: 1em;}

	}
/* taxonomy section */
	#evo_et1_color .evo_et1_color_circle{
		height: 50px; width: 50px;
		border:3px solid #fff;
		border-radius:50%;cursor: pointer;
	}
	#evo_et1_color .evo_et1_color_circle:hover{border-color:#BBB;}
	.event_type_id span{
		display: block; float: left;
		line-height: 130%
	}.evoterm_color{		
		width: 20px;height: 20px;
		border-radius: 50%;
		margin-left: 10px;
	}
	.event_type_id span.evoterm_icon{margin-left: 10px;margin-top: 2px;}
	.evo_metafield_image .image_src{display: block;}
	.evo_metafield_image .image_src img{margin-top:10px;width: 100%; height: auto;border-radius: 12px;}

	/* location */
		.evotax_location_image img{width: 50px; height: 50px; border-radius: 50%; overflow: hidden;}
		.location_type{
			background-color: #5bdef3;
		    padding: 3px 5px;
		    border-radius: 5px;
		    font-size: 10px;
		    color: #fff;
		}

	/* event organizer tax */
		body.taxonomy-event_organizer table.wp-list-table th.column-id, body.taxonomy-event_location table.wp-list-table th.column-id{
			width: 40px;
		}

/* stylish meta box with table of content */
	table.evo_metatable{border:none; border-spacing: 0px;
	    border-collapse: separate;
	    border-radius:8px; overflow:hidden;
	    font-size: 14px;
	    font-style: italic;
	}
	table.evo_metatable td{
		padding: 10px;
		border-bottom:1px dashed #E6E6E6;
	}
	table.evo_metatable tr:last-child td{border:none;}
	table.evo_metatable tr:hover{
		background-color: #FDF8EF;
	}
/* edit events page */
	.inline-edit-ajde_events .input_time{
		padding-right:60px;
		display:block;
		position:relative
	}
	.inline-edit-ajde_events .input_time em{
		position:absolute;
		right:5px;
		top:5px;
		width:50px;
	}
/* icon eventon */
	#adminmenuwrap #adminmenu #toplevel_page_eventon a .wp-menu-image img {display: none;	}		
	#adminmenuwrap #menu-posts-ajde_events .wp-menu-image:before{
		content: "\f133";
		display: inline-block;
		font-family: evo_FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
/* evcal settings page */
	#ajde_customization ::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #EED1B5;
	}
	#ajde_customization :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #EED1B5;
	}
	#ajde_customization ::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #EED1B5;
	}
	#ajde_customization :-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #EED1B5;
	}
	#meta_tabs a{cursor:pointer}
	#meta_tabs a.evcal_5{background-color: #fed548	}
	.postbox hr{background-color:#DFDFDF;border:none;height:1px;border-bottom:1px solid #fff}

	#evcal_5 .notice {
		margin: 15px -12px 15px -11px;
		padding: 5px 20px;
		background-color: #f2e3c2;
		border-top: 1px solid #e9cfab;
		border-bottom: 1px solid #e9cfab;
	}
	#evcal_004b .evo_EVC_arrange p span.fa:before{content:"\f111";opacity: 0.4;}
	#evcal_004b .evo_EVC_arrange p span.fa.hide:before{content:"\f058";opacity: 1;}
	.evo_settings_box{margin-top:10px; position: relative;	}
	.evo_diag {margin:20px auto;padding-left:155px;	}
	.evo_diag.mini{padding-left: 45px;}
	.evo_diag a{opacity:0.3; }
	.evo_diag a:hover{opacity:1}
	.evo_inside{
		position:relative;
		/*margin:0 -15px 0 -20px;*/
	}
	#evcal_012 p#evo_set_shortcodes{
		font-size:16px;
	}

	/* environment section in settings */
		.evo_environment p{
			display: flex;
		    justify-content: space-between;
		    border-bottom: 1px solid #efefef;
		}

/* event card designer */
	.evocard_design_holder{
		background: linear-gradient(45deg, #52b4e4, #a2defd);
	    padding: 10px;
	    border-radius: 10px;
	    margin-bottom: 10px;
	}
	.ecd_row{background-color: #eaeaea; border-radius: 8px;	}
	.ecd_row.L .ecd_row_in{flex-direction: row-reverse;}
	.ecd_row, .ecd_row_in{display: flex;align-items: center;	}
	.ecd_row_box_h, .ecd_row_in{flex:1;}
	.ecd_row_box_h{flex:0 1 50%;;}
	.ecd_row_box i.fa, .ecd_row .fa, .ecd_set_field,
	#evo_card_field_selector_f span
	{cursor: pointer;}
	.ecd_row_box i.fa:hover, .ecd_row .fa:hover, .ecd_set_field:hover,
	#evo_card_field_selector_f span:hover
	{opacity: 0.8}
	.ecd_row .fa:hover{color: #ff4242;}
	.ecd_row_box{
		background-color: #fff;
	    border-radius: 5px;
	    margin: 5px;
	    display: flex; justify-content: space-between; align-items: center;
	    flex: 1; font-size: 14px;
	    padding: 5px;
	    text-align: center;
	}
	.ecd_row_box.adding_field{background-color: #ccc}
	.ecd_row_box.hidden{background-color: #f1f1f1}
	.ecd_add_rows{
		display: flex;
	    width: 33%;
	    margin: 5px; padding:2px; height: 25px;
	    background-color: #ffd548;
	    border-radius: 8px;
	    cursor: pointer;
	}
	.ecd_add_rows b{
		border-radius: 5px;
		background-color: #ffffff59;flex: 1; margin: 2px;	    
	}
	.ecd_row_box .colorselector, .ecd_row_box .clr_reset{display: inline-block;height:13px; margin-left: 5px;background-color: #f3f3f3}
	.ecd_row_box .clr_reset.dn{display: none;}
	.ecd_row_box .clr_reset:hover{border-color: #909090;}
	.ecd_row_box .clr_reset{
	    width: 20px; top: 0; border-radius: 30px;
	    border: 2px solid #d9d7d7;
	    cursor: pointer;
	}
	.ecd_row_box .ecd_act1{display: flex;  align-items: center;}
	.ecd_add_rows:hover{background-color: #52b4e4}
	#ecd_adding_buttons{
		    display: flex;
	    align-items: center;
	    background-color: #ddeeff;
	    border-radius: 10px;
	    padding: 5px;
	}
	#ecd_adding_buttons b{    flex: 1 0 auto;}
	#ecd_adding_buttons em{flex: 1 0 auto; display: flex; flex-direction: column;}
	#ecd_adding_buttons em b{}
	.ecd_del_row, .ecd_row .fa-chevron-circle-up, .ecd_row .fa-chevron-circle-down{padding: 5px;}
	.ecdad_act i.fa{    margin: 0 4px 0 0;}
	
	#evo_card_field_selector{
		    background-color: #f5edd3;
	    border-radius: 10px;
	    padding: 10px;
	    z-index: 99;
	    margin-top: 10px;
	}
	#evo_card_field_selector.focus{background-color: #ccc;}
	#evo_card_field_selector_c{display: none;}
	#evo_card_field_selector.focus #evo_card_field_selector_c{display: inline-block;}
	#evo_card_field_selector_f{display: flex; flex-wrap: wrap;}
	#evo_card_field_selector_f span{
		background-color: #dcd4b8;
	    padding: 3px 8px;
	    border-radius: 5px;
	    margin: 0 5px 5px 0;
	}
/** general site wide - wp-admin */
	.evcal_admin_meta.curve {
		background-color: #fff;
	    position: relative;
	    border-radius: 10px;
	}
	.evcal_admin_meta p{
		font:13px 'open sans';
		margin:5px 0;
	}
	.js .postbox.evcal_admin_meta h3{cursor:default}
	/** import export styles */
		.evo_lang_export{
			position: relative;
			background-color: #f9f9f9;
		    border-radius: 8px;
		    padding: 30px;
		}
		#import_box{
			background-color: #4c4c4c; color:#fff;
			width: 300px;
			z-index: 10;
			position: absolute;
			bottom: 40px;
			padding: 30px;
			box-shadow: 0px 0px 20px 0px #4c4c4c;
			border-radius: 15px;overflow: hidden;
		}
		#import_box h3{color:#fff;}
		#import_box input{padding-bottom: 10px;}
		#import_box .msg{
			margin: 30px -30px -30px;
		    padding: 10px;
		    background-color: #fed548;
		    bottom: 0;
		    color: #4c4c4c;
		}
		#import_box #close{
			  cursor: pointer;
			  color: #b3b3b3;
			  position: absolute;
			  top: 10px;
			  right: 10px;
			  font-size: 14px;
			  border: 1px solid #b3b3b3;
			  border-radius: 50%;
			  font-family: 'open sans';
			  height: 22px;
			  width: 25px;
			  text-align: center;
			  padding-top: 3px;
			  opacity: 0.5;
		}
		#import_box #close:hover{
			opacity: 1;
		}
	/* appearance section */
		#evo_theme_selection .evo_theme_selection{padding: 10px 0;}
		#evo_theme_selection .evo_theme{
			height: 20px;
			padding: 5px; margin: 0;
			display: inline-block;
			border:1px solid #DFDFDF;
			border-radius: 20px;
			background-color: #fff;
			margin-right: 15px;
			float: left;
			width: 180px;
		}
		#evo_theme_selection .evo_theme span{
			display: block; float: left;
			height: 20px; width: 30px;
		}
		#evo_theme_selection .evo_theme span:first-child{border-radius: 10px 0 0 10px}
		#evo_theme_selection .evo_theme span:last-child{border-radius: 0 10px 10px 0}

/*	ADDONS and license */	
	.evo_addons_page{	padding: 10px;}
	.evo_addons_page .addon.activated &gt;*, .evo_addons_page .activated .links a{	color: #444444;}
	.evo_addons_page .addon &gt;*, .evo_addons_page .links a{	color: #a5a5a5;}
	.evo_addons_page .addon, .evo_auto_update_subscription .inside_content{
		position: relative;		
		float: left;
		padding: 20px;
		background-color: #fbecb7;
		height: 280px;
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox 28 and earlier*/
		width: 25%;
		border:5px solid #fff;
		border-radius: 12px;
		text-align: center;
	}
	.evo_auto_update_subscription .inside_content{
		float: none;
	    width: 100%;
	    height: auto;
	    background-color: #ffddaf;
	    border: none;
    	border-radius: 4px;
	}
	.evo_auto_update_subscription{padding: 10px 10px 0;}
	.evo_addons_page span.has_update{
		position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	    padding: 6px 5px 8px;
	    background-color: #ababab;
	    box-sizing: border-box;
	    color: #fff;
	    text-transform: uppercase;
	    border-radius: 4px 4px 0 0
	}
	.evo_addons_page .addon.activated{background-color: #acebf9;}
	.evo_addons_page .addon.main.activated{background-color: #acebf9;}
	.evo_addons_page .addon.justactivate{background-color: #B2DCEC;}
	.evo_addons_page .addon.activated.hasupdate{background-color: #a5e29a;}
	.evo_addons_page .addon:hover{opacity: 0.8;}
	.evo_addons_page .addon .evo_admin_addons_newup_bar{
		padding: 3px;
	    display: block;
	    text-transform: uppercase;
	    color: #ffffff;
	    background-color: #8cd080;
	    /* margin-bottom: 8px; */
	    margin: 0 -20px 10px;
	}
	.evo_addons_page .addon.donthaveit{	background-color: #f3f3f3;	}
	.evo_addons_page .addon.main{background-color: #fcecb7; width: 50%;	}
	.evo_addons_page .addon h2, .evo_auto_update_subscription .inside_content h2{font-size: 22px; margin-bottom: 10px;}
	.evo_addons_page .addon.main h2{
		font-weight: 600;
	}
	.evo_addons_page .addon.main .links a{color:#fff;}
	.evo_addons_page .addon.main .links a:hover{text-decoration: none;}
	.evo_addons_page .version{font-size: 20px;margin: 0;padding: 0;}
	.evo_addons_page .version span{ opacity: 0.4;}
	.evo_addons_page .action{padding-top: 5px;}
	.evo_addons_page .links a{text-decoration: none; font-size: 13px;}
	.evo_addons_page .links a:hover, .evo_addons_page .links span:hover{text-decoration: underline;}
	.eventon_guide_btn{cursor: pointer;}
	.evo_update_plugins{
		position: absolute;
		font-family: sans-serif;
		font-size: 9px;
		line-height: 17px;
		font-weight: bold;
		margin-top: -8px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		z-index: 26;
		background-color: #464646;
		color: #fff;
		-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
		box-shadow: rgba(255,255,255,0.5) 0 1px 0;
		text-shadow: 0 -1px 0 #333;
	}
	.evo_update_count{
		display: block;
		padding: 0 6px;
		font-family: sans-serif;
		font-size: 9px;
		line-height: 17px;
		font-weight: bold;
		color: #fff;
	}
	#evoaddon_eventon.main{z-index: 999}
	@media (max-width: 768px){
		.evo_addons_page .addon{padding: 10px;}
	}
	@media (max-width: 680px){
		.evo_addons_page .addon{width: 50%;}
	}

/*-- language page--*/
	.evoLANG_section_header:hover{background-color: #f4f4f4;color: #3d3d3d;}
	.evoLANG_section_header.open:before{
		border-width: 5px 5px 0 5px;
		border-color: #828282 transparent transparent transparent;
		margin-top: 6px;
		margin-left: -18px;
	}
	.evoLANG_section_header:before{
		margin-left: -16px;
		margin-top: 3px;
		position: absolute;
		content:"";
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #b3b3b3;
	}	
	.evoLANG_section_header{
		border-top: 1px solid #d9d7d7;
		position: relative;
		padding: 6px 20px 6px 25px;
		background-color: #eeeeee;
		font-size: 14px;
		cursor: pointer;
		margin: 0 -12px;
	}
	.evo_settings_togbox{display: none;}
	.evo_settings_togbox{margin:0 -12px 0 -12px; padding: 15px;
		background-color: #fff;
	}
	.evcal_lang_box input.evcal_lang{
		background-color:#c1c1c1; color:#000;
		border:none; text-align: center;
		height:26px;
		width: 100%;
		padding:0 8px;
		font:13px 'open sans';
		margin-right: 4px;margin-bottom: 7px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-radius: 25px;
	}
	.evcal_lang_box input.evcal_lang::-webkit-input-placeholder{color:#fff;} 
	.evcal_lang_box input.evcal_lang:-ms-input-placeholder{color:#fff;}
	.evcal_lang_box input.evcal_lang::-moz-placeholder{color:#fff;	}


	.eventon_custom_lang_lines{margin-top: 10px;}
	.evcal_lang_box input.evcal_lang:hover, .evcal_lang_box input.evcal_lang:focus{
		background-color:#fed584;
	}

	.evcal_lang_box { 
		display: flex;
	    flex-wrap: wrap;
	    background-color: #eeeeee;
	    border-radius: 8px;
	    padding: 10px 7px 0px;
	    margin-bottom: 10px;
	}
	.evcal_admin_meta .evcal_lang_p{margin:0;padding:0 3px;     flex: 1 0 auto;	}
	.eventon_custom_lang_line:hover{border-color:#fed584}
	.eventon_custom_lang_line:hover .eventon_cl_label_out{background-color:#fed584}
	.eventon_custom_lang_line.onfocus{
		border-color:#f4e3d3
	}
	.eventon_custom_lang_line.onfocus .eventon_cl_label_out{
		color: #b07235;
		border-color:#f4e3d3;
		background-color:#f4e3d3;
	}
	.eventon_custom_lang_line.onfocus .eventon_cl_label{color: #000;} 
	.eventon_custom_lang_line{
		border:1px solid #c1c1c1; background-color: #fff;
		position:relative;
		-webkit-border-radius: 3px;
		border-radius: 20px;
		margin-bottom:3px;
		display:flex; 
	}
	.eventon_custom_lang_line.dup{position: relative;}
	.eventon_custom_lang_line.dup .eventon_cl_label_out{padding-left: 70px;}
	.eventon_custom_lang_line.dup:before{
		content: "Duplicate";
	    position: absolute;
	    left: 6px;
	    font-size: 11px;
	    top: 5px;
	    color: #ffffff;
	    background-color: #fe8484;
	    border-radius: 10px;
	    padding: 3px 10px;
	    text-align: center;
	}
	.eventon_cl_label_out, .eventon_cl_input{float:left}
	.eventon_cl_label_out{
		width:38%;
		background-color:#c1c1c1;
		margin:0;
		text-align:right;
		box-sizing:border-box;
		border-radius: 20px 0 0 20px
	}
	.evcal_admin_meta .eventon_cl_label{
		padding:5px; margin:0;color: #000;font-size:12px;
	}
	.evo_settings_togbox .eventon_cl_input:focus{
		outline:none; border:none; box-shadow:none;
	}
	.evo_settings_togbox .eventon_cl_input{
		font-size: 12px;
		color: #808080;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin:0;
		padding:4px 6px;
		width:60%;
		border:none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;	
	}
	.evcal_admin_meta .eventon_cl_legend{
		margin:0 0 2px;
		padding-bottom: 4px;
		font-size:11px;
		color:#925b25;
		padding-left: 160px;
		font-style: italic;
	}
	.evoLANG_subheader{
		color: #808080; padding: 5px 0; text-transform: uppercase;
	}
	.evoLANG_subsec{background-color: #eaeaea;
    padding: 10px;margin-bottom: 10px; border-radius: 8px;}
	.eventon_custom_lang_line span.ajdeToolTip{margin-top: 5px;right: 10px;}
	.eventon_custom_lang_line span.ajdeToolTip:before{color:#000;}



/* quick edit */
	.wp-list-table .event_fields span.ajde_yn_btn{margin-top: 5px;}

/* EVO Forms */
	.evo_admin_form{padding: 20px;}
	.evo_admin_form p{margin: 0;}
	.evo_admin_form p .t{margin-bottom: 5px; display: block;}
	.evo_admin_form p.textarea textarea{border-radius: 5px;
		width: 100%;}
	.evo_admin_form p.submit{padding-top: 0; margin: 0;}


/* SVGS */
	.evoadmin_svgs_container{margin-bottom: 15px;}
	.evoadmin_svgs_container svg{height: 40px;width: 40px;cursor: pointer;}
	.evoadmin_svgs_container span{
		display:inline-block;position: relative;
		background-color: #CDCDCD;
		box-sizing:border-box; border-radius: 5px;
		padding-right: 20px;
	}
	.evoadmin_svgs_container span:after{
		    content: "X";
	    display: block;
	    background-color: #E0E0E0;
	    color: #C7C7C7;
	    position: absolute;
	    width: 20px;
	    text-align: center;
	    right: 0;
	    top: 0;
	    height: 100%;
	    border-radius: 0 5px 5px 0;
	    cursor: pointer;
	}
	.evoadmin_svgs_container span:hover:after{
		background-color: #3d3d3d; color:#fff;
	}

/* gutenberg */
	.evo_gb_shortcode_gen:hover{background-color: #fed583}
	.evo_main_cal_block{padding:10px; border:1px solid #9a9a9a;}
	.evo_main_cal_block .evogb_show_sc{
		cursor: pointer;
		background-color: #555d65;
	    padding: 3px 10px;
	    margin-left: 10px;
	    border-radius: 20px;
	    color: #fff;
	    font-size: 12px;
	}
	.evo_main_cal_block .evogb_sc_code{
		display: block;
	    background-color: #ececec;
	    padding: 3px 10px; margin-top: 10px;
	    border-radius: 12px;
	}
/* support */	
	.evo_support_box{
		border-radius:3px;
		padding:20px;
		margin-bottom:10px;
		background-color:#F3F3F3;
		display:block;
		color:#333;
		text-decoration:none
	}	
	.evo_support_box:hover{background-color: #DFDFDF;}	
	#evcal_5 h3{color: #616161; padding: 0;margin: 0;}
	.js .postbox.evcal_admin_meta .evo_support_box h3{
		margin-bottom:10px;
		cursor:pointer;
		padding: 0;
	}
	.evo_support_box.evo_troubleshoot{	background-color:#F4E3D4;	}
	.evo_support_box.special{	background-color:#F0DFBB;	}
	.evo_support_box.special:hover{	background-color:#F6DA9E;	}
	.evo_support_box.twitter{	background-color:#8AC7E4;	}
	.evo_support_box.twitter:hover{	background-color:#66C1EC;	}
	.evo_support_box.twitter &gt;*{color: #fff!important}
	.evo_support_box p{
		font-size:14px;
		color:#747474
	}
	.evo_support_box a.btn:hover{opacity: 0.7}
	.evo_support_box a.btn{
		  background-color: #D07575;
		  padding: 2px 20px;
		  border-radius: 20px;
		  text-decoration: none;
		  color: #fff;
		  font-size: 14px;font-weight: bold;
		  text-transform: uppercase;
		  margin: 15px 0;
	}	
	.eventon_searchbox{	margin-top: 15px;	}
	.eventon_searchbox #searchform {
		position: relative;
		border: 2px solid #d7d7d7;
		border-radius: 8px;
		margin-bottom: 10px;
	}
	.eventon_searchbox input[type=text]:focus{outline:none;}
	.eventon_searchbox input[type=text] {
		padding: 15px 20px;
		font: 300 20px 'open sans';
		border: none;
		background: transparent;
		width: 100%;
		outline: none;
		box-shadow:none;
	}
	.eventon_searchbox input[type=submit] {
		cursor: pointer;
		background: #f3c891;
		border: none;
		font: 700 14px 'open sans';
		color: #fff;
		display: inline-block;
		padding: 5px 20px;
		text-transform: uppercase;
		border-radius: 20px;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.postbox .evotrouble_documentation h2{padding: 0;}

	/* 2.3.20 */
	h3#troubleshoot_videos{
		cursor: pointer;
		padding: 0px 10px;
	}
	.evotrouble_left, .evotrouble_right{float: left;}
	.evotrouble_left, .evotrouble_right{width: 50%;}
	.evotrouble_left h4,.evotrouble_left h5{
		border:1px solid #EFEFEF;
		padding: 7px;
		cursor: pointer;
		margin: 0;
	}
	.evotrouble_left h4{background-color: #f7f7f7}
	.evotrouble_left h5{font-size: 13px; padding-left: 15px;}
	.evotrouble_left h4:hover,.evotrouble_left h5:hover{background-color: #FFFBEF}
	.evotrouble_left .evotrouble_qas p{
		border:1px solid #EFEFEF;
		margin: 0;
		padding: 15px;
		background-color: #F9F9F9
	}
	.evotrouble_left p{border-bottom: none;}
	.evotrouble_qas{padding-top: 15px;}

	@media (max-width: 600px){
		.evotrouble_left, .evotrouble_right{float: none; width: 100%;}
	}

.clear{clear:both}</pre></body></html>