﻿.comments-area #commentform .submit {
    border-color: transparent !important;
}

.primary-menu > li > a, body .primary-menu .sub-menu li a {
    font-display: swap;
}



body #pagetitle {
    background-image: url('/assets/images/ptt_default.webp');
}



a {
    color: #777777;
}



    a:hover {
        color: #e2ab7f;
    }



    a:active {
        color: #e2ab7f;
    }



body {
    font-display: swap;
}



#page.site h1, #page.site .h1, #page.site .text-heading {
    font-display: swap;
}



#page.site h2, #page.site .h2 {
    font-display: swap;
}



#page.site h3, #page.site .h3 {
    font-display: swap;
}



#page.site h4, #page.site .h4 {
    font-display: swap;
}



#page.site h5, #page.site .h5 {
    font-display: swap;
}



#page.site h6, #page.site .h6 {
    font-display: swap;
}

#masthead {
    height: 65px;
}

@media screen and (max-width: 767px) {
    #masthead {
        height: 90px;
    }
    .site-content {
        padding: 0px;        
    }
    #site-header {
        background-color: #fff;
    }
}


@media screen and (max-width: 999px) {
    #masthead {
        height: 90px;
    }

    .site-content {
        padding: 0px;
    }
    #site-header {
        background-color: #fff;
    }
}

/*#content {
    padding-top: 0px;
    padding-bottom: 0px;
}*/