.cell_notes1 {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 6px;
}
.cell_notes {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 6px;
}
#projects_div { 
	margin: 60px 0 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 500px; 
    height: 300px; 
    overflow: auto; 
    text-align:justify; 
    padding: 16px 4px 4px 4px;
} 
#projects_div p input[type="checkbox"] {
    margin: 0 6px 0 4px;
}
#projects_div p img {
    width: 50px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px 0 8px;
}
#projects_div::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#projects_div::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
#booking_table input {
	width: 110px; 
}
.multibooking_del ,#select_all_booking{
    display: block !important;
    width: 15px !important;
    height: 15px !important;
}input#select_all_booking {
    margin-top: 3px;
}button#delete_multibooking {
    padding: 7px;
    background: #990000;
    color: #fff;
    border-color: #990000;
    font-weight: 400;
}
table#booking_design td {
    padding: 4px;
}
.time_div input {
width: 91%;
}
.time_div {
    width: 12%;
    display: inline-block;
}
.main_month p {
    font-size: 15px;
    font-weight: 700;
}
h2#filter_title {
    width: 40%;
    display: inline-block;
    text-align: center;
}
#bookings_report_data {
    width: 33%;
    height:40px;
    font-size: 17px;
}

#shortcode_exp{
    border: 1px solid;
    width: 80%;
    margin-bottom: 50px;
    margin-top: 35px;
    text-align: center;
}

#shortcode_exp th,#shortcode_exp td{
    border: 1px solid;
}
#shortcode_exp td{
    padding: 10px 0 10px 0;
    font-size: 15px;
}
.cat_div {
    width: 40%;
    display: inline-block;
    vertical-align: text-top;
}

#submit_gloabl_time{
    padding: 6px 21px;
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    margin-top: 20px;
    display: block;
}
#error_message{
    color:red;
    font-size: 18px;
    font-weight: bold;
}

#page_head{
    margin-left: 25px;
    text-align: center;
    font-size: 31px;
}
.time_label{
    font-weight: 600;
    font-size:17px;
}

/*calendar css*/
p.desc_cal {font-size: 12px;font-weight: 600;}
.event_name_h5 { font-size: 16px;font-weight: 600;padding-bottom: 7px;}
.desc_p{margin-bottom: 0.75em;}
button.close_desc, button.edit_desc {
    background: none !important;
    border: navajowhite;
    padding: 3px 0 10px 0 !important;
    margin: 0px 0 7px 0 !important;
    font-weight: 600;
    line-height: 0;
}
button.close_desc{font-size: 24px;}
button.close_desc:hover ,button.edit_desc:hover{color: #928a8a;}
button.edit_desc {font-size: 14px;margin-right: 20px !important;}
.disc_button {float: right;}

div#booking_calendar span.fc-time {
    display: none;
}
.show_booking a {
    color: #1fbba3;
}
.show_booking {
    float: left;
    font-size: 13px;
    font-weight: 600;
}
/* Popup box BEGIN */

.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 35px 5%;
        top: 15%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
	font-size: 14px;
   	line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

div#ui-tooltip-fullcalendar{
    z-index: 9 !important;
}
.success_false{
	color:red;
	font-weight: bold;
}
.success_true{
 	color:green;
 	font-weight: bold;
}
#tax_calculation label {
    width: 211px;
}

#Weekly_book label {
    width: 55%;
   /* margin-left: 4%;*/
    margin-bottom: 16px
}
input#weekly_booked {
    float: left;
    margin-left: 1%;
    margin-bottom: 16px;
}
div#Weekly_book p {
    line-height: 6px;
}

/*calendar css*/
p.desc_cal {font-size: 16px;font-weight: 600;line-height: 16px;}
p.desc_p {font-size: 14px;}
.event_name_h5 { font-size: 16px;font-weight: 600;padding-bottom: 7px;}
.desc_p{margin-bottom: 0.75em;}
button.close_desc, button.edit_desc {
    background: none !important;
    border: navajowhite;
    padding: 3px 0 10px 0 !important;
    margin: 0px 0 7px 0 !important;
    font-weight: 600;
    line-height: 0;
}
button.close_desc{font-size: 24px;}
button.close_desc:hover ,button.edit_desc:hover{color: #928a8a;}
button.edit_desc {font-size: 14px;margin-right: 20px !important;}
.disc_button {float: right;}

div#booking_calendar span.fc-time {
    display: none;
}
.show_booking a {
    color: #1fbba3;
}
.show_booking {
    float: left;
    font-size: 13px;
    font-weight: 600;
}

/*---------*/


.d_note{
  	font-weight: bold;
    padding-right: 10px;
}
button.btn.day_note .fa-plus-circle {
    color: #0a7565;
}
button.btn.day_note {
    font-size: 18px;
    height: auto;
    line-height: 0;
    padding-top:5px;
}
.cell_notes{
    text-align: left;
    cursor: pointer;
    line-height:0;
    float: left;
}
.cell_notes1{
    margin-bottom: -22px;
}
a.custom_note .fc-content {
    text-align: center;
}
.delete_note {
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 25px;
    background: none;
    border: none;
}
/* .day_note_popup >div {
    top: 25% !important;
} */
.fc-basicDay-view .fc-event.fc-draggable{
	margin: 5px 20px;
    padding: 10px;
}
.fc-basicDay-view .fc-week{
    min-height: 400px !important;
    overflow:scroll !important;
}
.fc-basicDay-view .fc-content {
    padding: 10px 5px;
}
.fc-basicDay-view button.btn.day_note{
    font-size: 25px;
}
.fc-basicDay-view .cell_notes{
    margin: 20px 10px;
    }
.fc-basicDay-View .fc-event-container{
	padding:10px;
}
.fc-more-cell div{
    text-align: center;
    background: #eee;
    border-radius: 5px;
    margin: 5px;
}
.fc-more-cell div a{
    color: #444;
}
.hover_bkgr_fricc > div{
  	top:15%;
}
.delete_note{
  	background: white;
    border: none;
}

.day_note{
  	background:white;
}
.day_note:hover{
  	background:#eee;
}
.hover_bkgr_fricc > div{
  	padding: 35px 5% 10px;
}
.fc-event-container .fc-title{
	color:white;
}

.fc-more-popover .fc-widget-header .fc-title{
 	 color:#444
}
#booking_calendar .fc-row:first-child table {
  	margin-bottom: 0;
}
#booking_calendar .fc-title{
	color:white !important;
	font-size:12px !important;
}
#booking_calendar .fc-content{
    padding: 5px;
}
#booking_calendar .fc-title1, .fc-time{
padding:0 !important;
	color:white !important;
}
#booking_calendar .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
    background: #383838 !Important;
}
#booking_calendar .fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right;
}
#ui-tooltip-fullcalendar{
  	background-color: white;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    border-radius: 7px;
    padding: 20px;
}
#ui-tooltip-fullcalendar-content {
  	background-color: white;
}

.save_notes{
  	background-color: #6cc8ba;
  	border-radius: 30px 30px 30px 30px;
  	box-shadow: 4px 6px 12px 0px rgba(0,0,0,0.1);
  	color: white;
    margin-top: 20px;
}
.save_day_notes{
    background-color: #6cc8ba;
  	border-radius: 30px 30px 30px 30px;
    box-shadow: 4px 6px 12px 0px rgba(0,0,0,0.1);
    color: white;
    margin-top: 20px;
}
.fc-view-container *, .fc-view-container :after, .fc-view-container :before{
	border: 0;
}
#booking-calendar .fc-title{
   	font-size: 12px !important;
   	color: white;
}
div#week_length_box label {
    margin-right: 20px;
}
.weekly_text {
    margin: 15px 0 36px 0px;
}
.hide-tooltip{
    display: none !important;
}

.mobile-show{
display:none
}
.mobile-show.show{
  display:block;
}
.desktop-show{
display:block;
}
.desktop-show.hide{
  display:none;
}
.show-button{
    color: white;
    background: #082f49;
    margin-left: 10px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: -17px;
    display: block;
    width: 116px;
  	cursor:pointer;
}
.show-button:hover{
  color:#eee
}
.hide-button{
    color: white;
    background: #6cc8ba;
    margin-left: 10px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: -17px;
    display: block;
    width: 116px;
   	cursor:pointer;
}

.eventcards {
display: grid;
 
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: auto;
grid-gap: 1rem;  
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  
}

.eventcard {
    /* Add shadows to create the "card" effect */
	max-width: 400px;
    width: 31%;
    margin: 10px;
  display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding-bottom: 10px;
    border-radius: 5px;
  	margin-bottom:20px !important;
}
.eventcard{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.eventcard a{
max-height: 180px;
    overflow: hidden;
    display: block;
}
.eventcard a img {
    min-height: 183px;
}
@media only screen and (min-width: 768px){
    .desktop-show.hide,
    .mobile-show.hide {
        display: block;
    }
    .desktop-show.hide .hide-button,
    .mobile-show .show-button {
        display: none;
    }
}
/* On mouse-over, add a deeper shadow */
.eventcard:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.5);
}
.eventtimedate {
    color: #fff;
    text-align: right;
    background-color: #082f49;
    padding: 5px 10px 5px 10px;
}
.eventtitle {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    min-height: 80px;
}

/* Add some padding inside the card container */
.eventcontainer {
    padding: 2px 16px;
}
/* Calendar Code */
 .fc-state-default{
     text-shadow: none;
     font-size: 16px !important;
     font-weight: bold;
}
 .fc-state-active, .fc-state-down {
     box-shadow: none;
     background-color: #6cc8ba !important;
     color: white;
}
 .fc-toolbar h2{
     font-weight:bold;
     font-size:28px !important;
     color:#3a3a3a;
}
 .fc-content img{
     width: 200px;
     max-height: 200px;
     border-radius: 4px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom:5px 
}
 .fc-content .em-tickets{
     display:none;
}
 .fc-content h3{
     display:none;
}
 .fc-day-grid-event .fc-content {
     white-space: normal;
}
.fc-title{
     font-weight:bold;
     font-size: 14px !important;
   color:#565555;
}
 .fc-time{
   font-weight: 500 !important;
    padding-left: 0 !important;
}
 .fc-title1, .fc-time{
     display:block;
     padding: 5px 10px 0;
     color:#565555 
}
 .fc-basic-view .fc-body .fc-row{
     //height: fit-content !important;

}
     @media only screen and (max-width: 600px){
          height: 100% !important;
     }
 .fc-state-default{
     background-image:none;
     background: #fafafa;
}
 .fc-state-default:active{
     background: #6cc8ba 
}
 .fc-state-default:hover{
     background: #6cc8bal border:none 
}
 .wpfc-calendar {
     box-shadow: 0 0 0 0.5px rgba(0,20,40,.1), 0 2px 8px 0 rgba(50,55,90,.2);
     padding: 10px;
}
 .wpfc-calendar-search{
     display:inline !important;
}
/* Checkout Page */
 .ui-widget.ui-widget-content{
     padding:5px;
     background: #fafafa;
     box-shadow: 0 0 0 0.5px rgba(0,20,40,.01), 0 2px 8px 0 rgba(50,55,90,.01);
}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
     background: #6cc8ba !important;
     color: #ffffff important;
}
 .ui-selectmenu-text, .ui-icon ui-icon-triangle-1-s{
     display:inline-block;
     color:#082f49;
}
 .ui-selectmenu-text{
     top: 8px;
     position: relative;
}
 .ui-selectmenu-button{
     background: #fafafa !important;
     padding: 10px;
     border: 1px solid #d6d8d9;
}
 #ui-id-4, #ui-id-3, #ui-id-2, #ui-id-1{
     display:none;
}
 .ui-selectmenu-button{
     display: block;
     padding-top: 0 !important;
     margin-bottom: 10px;
}
 ul.tabs{
     margin: 0px;
     margin-top:40px;
     padding: 0px;
     list-style: none;
}
 ul.tabs li{
     background: none;
     color: #222;
     display: inline-block;
     padding: 10px 15px;
     cursor: pointer;
}
 ul.tabs li.current{
     background-color: #082f49;
     color: #fff;
}
 .ui-selectmenu-menu .wpfc-cat-icon, .ui-selectmenu-button .wpfc-cat-icon{
     display:none !important;
}
/* event formatting*/

 .comments-area{
     display:none !important;
}
 .sidebar-main{
     display:none;
}
 .widget-area{
     display:none 
}
 #primary{
     width:100%;
}
 #tax_calculation p:nth-child(3){
     font-size: 22px;
     font-weight: bold;
     line-height: 18px;
}
 .em-booking-form-details h3{
     display:none;
}

 .tab-content{
     display: none;
     background: #fff;
     padding: 15px;
     box-shadow: 0 0 0 0.5px rgba(0,20,40,.1), 0 2px 8px 0 rgba(50,55,90,.2);
}
 .tab-content.current{
     display: inherit;
}
.tab-content .custom-labels{
  display:none
}
.tab-content .input-field-special_notes, .tab-content .input-field-have_any_promocode {
  display:none !important
}
 .em-map-balloon{
     padding:10px !important;
}
 .buy-button{
     font-size: 17px;
     background-color: #082f49 !important;
     border-radius: 30px 30px 30px 30px;
     color:white !important;
     padding: 5px 25px !important;
}

 .event-container{
     margin: auto;
     width: 100%;
     height: 500px;
     overflow: hidden;
}
 .event-container img{
     width: 100%;
}
/* Body */
.entry-content{
margin-top:0 !important;
}
.gfield_radio label{
	font-weight:500 !important;
   font-size:14px !important;
}
#input_1_17 label{
  	font-weight:500 !important;
   font-size:14px !important;
}
.elementor .elementor-128 .elementor-type-header{
padding:0 !important
}
.elementor-location-header{
padding:0 !important;
}
.entry-content{
  margin-top:80px;
}
.custom-labels span{
    margin-left: 10px;
}
.em-booking-form label{
    line-height: 18px !important;
}
.elementor-menu-toggle{
	display:none !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'PT Sans',sans-serif !important;
}

#field_1_21{
	margin-top:-20px;
}
.gform_wrapper .gfield_time_hour i{
	margin-top:0;
}
.gform_title{
	display:none;
}

article{
    padding-top: 0 !important;
}
.elementor-location-footer{
	display:none;
}
.elementor-button-link{
	display:none;
}
.event h1{
display:none;
}
#pinspiration_adult_title, #pinspiration_kid_title, .proj-info{
display:none
}

.input-field-first_name{
padding-top:20px;
}

.input-dbem_address{
      margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.em-booking-form label{
      width: 150px;
}
.nav-links{
display:none !important;
}
.em-booking-form-details{
  padding:0 0 20px;
  margin-bottom:20px;

}
.em-booking-form-details h4
{
    font-family: 'PT Sans',sans-serif;
    color: #082f49;
    cursor: pointer;
    top: 10px;
    position: relative;
}
.em-booking-form-details{
width:100%;
}
#pinspiration_adult,#pinspiration_kid
{
  display:none;
}
.proj-info{
	top:-20px;
  position:relative;
}

.input-pinspiration_adult label{
    width: 65% !important;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
    border-bottom:1px solid #eee;

}
.input-pinspiration_adult input{
    width: 35% !important;
    float: left;
    border: 0;
    padding: 5px !important;
    cursor: default;
  	margin: 2px 0;
}
.input-pinspiration_kid label{
    width: 75% !important;

}
.input-pinspiration_kid input{
    width: 25% !important;
    float: left;
    border: 0;
    padding: 5px !important;
    cursor: default;
  	margin: 2px 0;

}
.location-parent{
margin-top:-125px;
}
.location span{
  display:inline;
  font-size:18px;
}
.location h3{
margin:0;
}
.type-event .entry-header{
margin-top:-100px;
}

 @media only screen and (max-width: 600px){
     .gfield_time_ampm .ginput_container .ginput_container_time{
         width: 1000px !important;
    }
     .gfield_time_ampm select{
         width: 1000px !important;
    }
     .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour select{
         width: 1000px !important;
    }
     .event-container{
         height: 250px;
    }
     .fc-toolbar h2 {
         margin-top: 20px !important;
    }
     .entry-content {
         margin-top: 50px !important;
    }
     .elementor-128 .elementor-element.elementor-element-a1c716a {
         width: 100%;
    }
     .elementor-128 .elementor-element.elementor-element-6ba13a8{
         text-align:center !important;
    }
     .ui-widget.ui-widget-content{
         position: absolute;
         z-index: 9;
         width: 100%;
         left: 0;
         box-shadow: 0 12px 30px rgba(0,0,0,.6);
    }
    	.mobile-show{
  		display:block
  	}
     .mobile-show.hide{
  		display:none;
  	}
  	.desktop-show{
    position: absolute;
    top: -5000px;
	}
     .desktop-show.show{
  		display:block;
       position:relative;
       top:0
	}
   .eventcard {
    /* Add shadows to create the "card" effect */
    width: 100%;
    margin: 0px;
   }
}

