.gldp-flatwhite {
	font-family: 'Lexend', sans-serif;
	font-weight: 100;
	margin: 0 auto;
}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #d9dada;
	background: #111111;
}

/* Cell border */
.gldp-flatwhite .border {
	border-style: solid;
	border-width: 0;
	border-color: #666666;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 18px !important;
	font-weight: normal;
	background: #222222;
	cursor: text !important;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
	color: #999999;
	
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #999999;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #999999;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #eeeeee;
	font-weight: normal;
	font-size: 14px;
	cursor: default !important;
	background: #111111;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	font-weight: 200;
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #eeeeee;
	font-weight: 500;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: rgba(200,200,200,0.3);
	background: #000000;
	cursor: default;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	background: #F1C376;
	color: #111111;
	font-weight: 500;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	font-weight: normal;
	cursor: default !important;
	color: rgba(200,200,200,0.3);
	background: #000000;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #111111;
	font-weight: bold;
	background: #F1C376;
}

/* Today */
.gldp-flatwhite .today {
	color: #F1C376 !important;
	font-weight: 500;
	background: #333333 !important;
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #666;
}