/* Add here all your CSS customizations */
@media (min-width: 575px) {
    .hours-border-style-right {
        border-left-width: 0;
        border-right-width: 1px;
        border-top-width: 0;
        border-bottom-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.3);
    }
}

@media (max-width: 575px) {
	.hours-border-style-top {
		border-right-width: 0;
		border-left-width: 0;
		border-top-width: 0;
		border-bottom-width: 0;
	}
}

.custom-text-color-1 {
	color: #86bdf7 !important;
}

@media (max-width: 767px) {
	.custom-max-width-1 {
		max-width: 100% !important;
	}
}
