.grid-x {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.grid-padding-x .grid-padding-x {
	margin-right: -.9375rem;
	margin-left: -.9375rem;
}

.grid-x>.small-4 {
	width: 33%;
}

.grid-x>.small-8 {
	width: 66%;
}

.grid-x>.small-12 {
	width: 100%;
}

#calendar-vets {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

#mybigodes-new-appointment {
	color: #662d91;
}

#mybigodes-new-appointment .cld-datetime, .cld-label {
	color: #662d91
}

#appointment-calendar {
	margin-top: 30px;
}

#appointment-calendar-date .cld-datetime {
	text-transform: uppercase;
	margin-bottom: 20px;
}

#appointment-calendar-date .cld-datetime .cld-nav {
	width: 30px;
	height: 30px;
}

#appointment-calendar-date .cld-datetime .today {
	width: calc(100% - 70px);
	font-weight: 900;
	font-size: 20px;
}

#appointment-calendar-date .cld-number {
	border-radius: 25px;
	height: 25px;
	width: 25px;
	padding: 8px;
}

#appointment-calendar-date .cld-day.today {
	color: #662d91
}

#appointment-calendar-date .cld-day.active {
	cursor: pointer;
	position: relative;
}

#appointment-calendar-date .cld-slots {
	display: none;
}

#appointment-calendar-date .cld-day.active .cld-slots {
	display: block;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	font-size: 12px;
	color: #fff;
	background:#662d91;
}

#appointment-calendar-date .cld-day.active .cld-number {
	font-size: 16px;
	background: #e6e6e6;
}

#appointment-calendar-date .cld-day.active .cld-number:hover {
	color: #fff;
	background: #666;
}

#appointment-calendar-date .cld-day.active .cld-number.selected {
	color: #fff;
	background: #f69b25;
}

#appointment-calendar-info, #appointment-calendar-hours {
	margin-left: 10px;
}

#appointment-calendar-info p {
	margin: 0;
}

#appointment-calendar-info .calendar-info {
	font-size: 14px;
}

#appointment-calendar-info .calendar-vet {
	font-weight: 900;
	font-size: 18px;
	margin: 0;
}

#appointment-calendar-info .calendar-date {
	font-size: 14px;
	font-weight: 900;
	color: #f69b25;
	margin: 0;
}

#appointment-calendar-hours ul {
	list-style-type: none;
}

#appointment-calendar-hours ul li {
	cursor: pointer;
	margin-bottom: 0;
	padding: 12px 0;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #f69b25;
}

#appointment-calendar-hours ul li:hover {
	background: #e6e6e6;
}

#appointment-calendar-hours ul li.active {
	background: #f69b25;
	color: #fff;
}

.photo-button {
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.photo-button .photo-button-image {
	cursor: pointer;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border-radius: 160px;
	background-position: center center;
	background-size: cover;
	border: 6px solid transparent;
}

.photo-button-image:hover, .photo-button-image.active {
	border: 6px solid #f69b25;
}

.photo-button-image.fade {
	opacity: .7;
}

.photo-button-image.fade:hover, .photo-button-image.fade.active {
	opacity: 1;
}

.photo-button-image.small {
	width: 60px;
	height: 60px;
}

.photo-button-caption {
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
}