/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

:not(.fa):not(.fi) {
font-family: 'Outfit' !important;
}

/*

	* {
  box-sizing: border-box;
}
	

/* Create three equal columns that floats next to each other */
.serv-column {
  float: left;
  width: 33.33%;
  padding: 10px;
}
	
.serv-column h2 {
	text-align: center;
	color: #a34b30;	
}

.serv-column p {
	text-align: left
}
	
	.serv-column li{
		
	}	
	
.serv-column img{
	border-radius: 50%;	
	margin: auto;
	display: block;
	width: 200px;
}	
	
	.serv-price{
		color: #223756;
		font-size: 18px;
		font-weight: 600;
	}	
	
	.maddie{
		background-color: #fff;
		overflow: hidden;
	}
	
	.maddie-img{
		display: block;
		margin: auto;
		width: 80%;
		max-width: 800px;
	}	

/* Clear floats after the columns */
.serv-row:after {
  content: "";
  display: table;
  clear: both;
}

	.faq1005 h4{
		font-size: 12pt;
		font-weight: 700;
		margin-top: 35px;
		margin-bottom: 2px;
	}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .serv-column {
    width: 100%;
  }
	
	.maddie-img{
		width: 120%;
		position: relative;
		right: 10%
		
	}	
}
*/

 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

