.sortbyrow p {
	color: #93979E;
}


.main>*:not(.custom-block-acf) {
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 576px) {
    .main>*:not(.custom-block-acf) {
        max-width: 540px;
        padding: 0 12px;
    }
}

@media (min-width: 768px) {
    .main>*:not(.custom-block-acf) {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main>*:not(.custom-block-acf) {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main>*:not(.custom-block-acf) {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .main>*:not(.custom-block-acf) {
        max-width: 1264px;
    }
}


.spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

.spinner>span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dbdbdb;
    top: 150px;
    left: calc(50% - 75px);
    animation: spin linear 3s infinite;
}

.spinner>span::after {
    content: '';
    position: absolute;
    background-color: #474646;
    display: block;
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
    border-radius: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#wpadminbar .quicklinks {
    max-width: 100%;
}
