/*
Theme Name: Othon
Theme URI: othon.com
Description: Custom WordPress theme for Priority Sports. Designed with ❤️ by DigitalDesign.NYC
Author: DigitalDesign.NYC
Author URI: https://dd.nyc/
Version: 1.0
*/

.wpcf7-not-valid-tip {
    margin: -13px 0 15px;
    font-size: max(14px, 16rem);
    line-height: 140%;
    color: rgba(255, 0, 0, 0.6);
}

.wpcf7-not-valid::placeholder {
    color: rgba(255, 0, 0, 0.6);
}

.wpcf7-response-output {
    display: none !important;
}

.category-text ul li {
    list-style: disc;
    margin-left: 1.2em;
}

.box-link.box-link--inactive {
    color: rgba(24, 48, 108, 0.8);
}

.serv-item.serv-item--inactive:after {
    content: none;
}

.serv-item.serv-item--inactive:hover .serv-item-bg {
    opacity: 0;
}

@media (min-width: 1024px) {
	.footer-bottom .footer-col:not(:first-child) {
		width: 22%;
	}
	.footer-bottom .footer-col:last-child {
		text-align: end;
	}
}