/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/


/* CODE WRITTEN ON 12.8.20*/
/* MAKING PAGE TITLES LARGER */
.entry-title {
  font-size: 30px;
}

/* CODE WRITTEN ON 12.8.20*/
/* EDITING "AVAILABILITY CALENDAR" WIDGET */


/* Header/title CODE NO LONGER NEEDED*/
/*
div.owac-calendar-container div.header h1.title{
	font-family: 'Lora';
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 0px;
	line-height: 0px;
}
*/

/* Padding around title and categories */

div.owac-calendar-container div.header{
	padding: 0px 0px 0px;
}



/* Padding to the right of the circles */

div.owac-calendar-container div.header div.event-calendar ul li span.cat_color{
	margin-right: 5px;
}


/* Padding on top of entire box */

div.owac-calendar-container{
	padding: 0px 25px 35px 25px !important; /* removed only the top padding*/
}

/* Booking categories */

div.owac-calendar-container div.header div.event-calendar ul li span.event-name{
	font-family: 'Lora';
	padding-left: 1px;
	font-size: 14px;
}



/* Month headings */

div.owac-calendar-container table.main h4{
	font-family: 'Lora';
}



/* Date bubbles */
/*
div.owac-calendar-container table.main tbody tr.day_title th, div.owac-calendar-container table.main tbody tr.day_row td{
	font-family: 'Lato';
	font-weight: 600;
}
*/

/* Date bubble: no color overlay */


div.owac-calendar-container tr td, div.owac-calendar-container tr th{
	color: #898A8D; /* text color */

}
*/

/* Date bubble: color overlay */

/*
div.owac-calendar-container tr td.disable{ */
	/* #464846*/
	/* originally #898A8D */
	/*color: #898A8D;*/ /* text color */
/*}*/

























/* CODE WRITTEN ON 9.18.20*/
.data-api-key data points.coordinates {
}

/* CODE WRITTEN ON 9.1.20*/
/* helps make font a sufficient size on bullet points

https://kriesi.at/support/topic/how-to-change-font-size-in-bullet-list/

*/
.entry-content li {
	font-size: 18px;
}

.wp-block-button__link {
	font-size: 16px;
}

/*
.wp-block-buttons {
	font-size: 50px !important;
}
*/
/* CODE WRITTEN ON 8.9.20*/
/* width of the body content  */
.container {
	width: 100%;
/*width: 1200px;*/
}

/* changes caption sizes for figures */
.wp-block-image figcaption {
	font-size: 20px;
}

/* OLD CODE PRE- 8.9.20*/
/* removes padding around "Victorian Mansion at Mallo Pass Farms */
.site-branding {
	padding: 30px;
/*padding: 1em 0;*/
}

/* Keeping this at 0 centers the maine title */
.site-title {
	margin: 0;
}

/* Distance between the menu bar and the page title */
.site-content {
	margin-top: 25px;
}

/* Edits padding around page titles */
.entry-title {
	padding: 0;
	margin: 5px;
}

/* Edits padding above first content on each page */
.entry-content {
	margin-top: 20px;
}

/* width of the body content 
.container {
	width: 1200px;
}

/*ol {
	font-size: 50px;
}*/