/* 
Theme Name: nswcourts
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: nswcourts
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Bold.eot');
    src: url('./fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('./fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('./fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Medium.eot');
    src: url('./fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('./fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('./fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Roman.eot');
    src: url('./fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('./fonts/HelveticaNeue-Roman.ttf') format('truetype'),
        url('./fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    /*font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;*/
    line-height: 1.5;
    color: #575757;
}
a {
    color: #006494;
}
.logo-header-mobile {
    min-width: 200px !important;
}
.cta-header .elementor-icon-box-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex!important;
    justify-content: center; 
    align-items: center;
}
.cta-header .elementor-icon-box-description a {
	color: #006494;
}
.cta-header .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
	background: #006494;
}
.hfe-site-logo img {
	display: block;
}
.btn-search-home .elementor-button:hover,
.btn-find-home .elementor-button:hover {
    border-color: #006494!important;
}
.btn-search-home .elementor-button svg {
    width: 20px;
    height: 20px;
}
.btn-search-home .elementor-button svg path {
    fill: #000;
}
.btn-find-home .elementor-button svg {
    width: 26px;
    height: 26px;
}
.btn-find-home .elementor-button svg path {
    fill: #000;
}
.court-search-form-input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 14px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 1rem 0 0 0;
}
.court-search-form-input:hover {
    border-color: #006494;
}
.court-search-form-input input {
    /*font-family: "Helvetica Neue", sans-serif;*/
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    height: auto;
}
.court-search-form-input button.btn-clear {
    margin: 0;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    cursor: pointer;
}
.court-search-form-input button.btn-clear svg {
    width: 26px;
    height: 26px;
    color: #000;
    flex: none;
}
div#courtResults ul {
    column-count: 4;
    column-gap: 1rem;
    padding: 0;
    list-style-type: none;
}
div#courtResults ul li {
    break-inside: avoid;
    font-style: normal;
    margin: 0 0 1rem 0;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 1rem;
    position: relative;
}
div#courtResults ul li span.dot {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 99px;
    margin: 0;
    flex: none;
    background-color: #ff9100;
}
div#courtResults h3 {
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 .4rem 0;
}
div#courtResults h3 a {
    color: #000;
}
div#courtResults h3 a:hover {
    color: #006494;
}
div#courtResults p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    color: #666;
}
div#court-search h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 24px;
    margin: 24px 0;
    text-align: center;
}
div#court-search h1 a {
    color: #575757;
}
div#court-search h1 a:hover {
    color: #006494;
}
div#court-search h1 span {
    font-size: 75%;
}
div#court-search h1 svg {
    color: #006494;
}
.court-search-form-presets {
    width: 100%;
    margin: 1rem 0 1rem 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.court-search-form-presets button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    padding: 0 12px;
    border-radius: 999px;
    border: none;
    background-color: #1639691a;
    color: #006494;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
.court-search-form-presets button:hover {
    background-color: #006494;
    color: #fff;
}
.court-details {
    margin-top: 2.2em;
    font-size: 16px;
    line-height: 1.4em;
}
.court-details .wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 1rem;
}
.court-details .summary-bottom {
    margin: 50px 0;
    color: #000;
}
.court-details .article-header .page-title {
    margin: 0 0 1.5rem 0;
    color: #006494;
    font-size: 28px;
    font-weight: bold;
}
.image-contact-detail {
    display: flex;
    flex-wrap: wrap;
}
.image-contact-detail .featured-image {
    width: 50%;
    margin-bottom: 1.5rem;
}
.image-contact-detail .featured-image img {
    display: block;
    border-radius: 8px;
    width: 100%;
}
.image-contact-detail .contact-details {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 2.762430939%;;
}
.image-contact-detail.no-featured .contact-details {
    padding-left: 0;
}
.court-details .contact-details p {
    line-height: 120%;
    min-height: 26px;
    margin: 0 0 6px 0;
    padding: 4px 0 0 38px;
    word-break: break-all;
}
.court-details .contact-details .phone-num {
    margin-top: 3px;
}
.court-details .contact-details p.phone-num {
    background: url(./images/court_details_icon_phone.png) no-repeat left top;
}
.court-details .contact-details p.linked-address, 
.court-details .contact-details p.normal-address {
    background: url(./images/court_details_icon_address.png) no-repeat left top;
}
.court-details .contact-details p.web {
    background: url(./images/court_details_icon_web.png) no-repeat left top;
}
.court-details .contact-details p.email {
    background: url(./images/court_details_icon_email.png) no-repeat left top;
}   
.court-details .summary-bottom p {
    margin: 1em 0;
}
.court-details .arve-embed {
    display: block;
    margin: 1.5rem 0;
    max-height: 100dvh;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
iframe.arve-iframe {
    border: 0;
    bottom: 0;
    height: 100% !important;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
#court-listings-search .submit-btn {
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 140px;
    border: none;
    overflow: hidden;
    padding: 0;
    background-color: #006494;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
#court-listings-search .submit-btn:hover {
    background-color: #333;
}
.court-listing-results {
    margin-top: 16px;
}
.court-listing-results h2 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 16px 16px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.court-listing-results .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.court-listing-results .list .item {
    display: flex=;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px 16px;
}
.court-listing-results .list .item .head {
    margin: -8px -16px 0 -16px;
    padding: 4px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    color: #000;
}
.court-listing-results .list .item .cnt {
    font-size: 14px;
    line-height: 1.3;
}
.court-listing-results .list .item .cnt .cell1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.court-listing-results .list .item h4 {
    margin: 6px 0 6px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.court-listing-results .list .item .cnt .cell1 .listing-type {
    width: 40%;
    flex: none;
    margin-top: 6px;
    text-align: right;
}
span.bar-loader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    height: 14px;
    width: 32px;
}
span.bar-loader b {
    background-color: #006494;
    display: block;
    height: 100%;
    width: 100%;
    animation: bar-loader-animation 1s infinite ease-in-out;
}
span.bar-loader b:nth-child(2) {
    animation-delay: -1.9s
}

span.bar-loader b:nth-child(3) {
    animation-delay: -1.8s
}

span.bar-loader b:nth-child(4) {
    animation-delay: -1.7s
}
@keyframes bar-loader-animation {
    0%,40%,100% {
        transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1)
    }
}
.articles {
    margin-top: 2.2em;
    font-size: 16px;
    line-height: 1.4em;
}
.articles .wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 1rem;
}
.articles .eightcol {
    width: 65.745856349%;
    float: left;
}
.articles .page-title {
    color: #006494;
    font-size: 28px;
    line-height: 1.333em; 
}
.articles article {
    background: url(./images/court_background.png);
    margin-bottom: 0px;
    border: solid 1px #cfcfcf;
    padding: 0;
}
.articles article .inner {
    padding: 24px;
    padding-bottom: 4px;
}
.articles article .article-header {
    border-bottom: solid 1px #cfcfcf;
}
.articles article .article-header .blog-title {
    margin: 0;
    text-decoration: none;
    color: #111;
    font-size: 22px;
}
.articles article .article-header .blog-title a {
    text-decoration: none;
    color: #575757;
}
.articles article .article-header .blog-title a:hover {
    color: #006494;
}
.articles article .byline {
    margin-top: 2px;
    margin-bottom: 1em;
    color: #999;
}
.articles article .byline a {
    color: #575757;
    text-decoration: underline;
}
.articles article .byline a:hover {
    color: #006494;
}
.articles article .continue-reading a {
    color: #006494;
    font-weight: 900;
}
.articles article .entry-content p {
    margin: 1em 0;
}
.page-navigation {
    margin: 1.1em 0 2.2em;
}
.page-navigation .page-numbers-wrap {
    display: flex
;
}
.page-navigation .page-numbers {
    margin-left: 10px;
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #575757;
}
.page-navigation .page-numbers:hover {
    color: #f01d4f;
    text-decoration: underline;
}
.page-navigation .page-numbers.current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
}
.articles .sidebar {
    float: right;
    width: 31.491712705%;
    margin-left: 2.762430939%;
}
.prev-next-links {
    margin-bottom: 24px;
}
.prev-next-links .inner {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.prev-next-links .inner>a {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
    color: #575757;
}
.prev-next-links .inner>a:hover {
    color: #006494;
}
.prev-next-links .inner>a .link>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.prev-next-links .inner>a .link>div span {
    color: #006494;
    text-transform: uppercase;
}
.prev-next-links .inner>a .link .title {
    margin-top: 8px;
}
.sidebar-tabs h3 {
    font-size: 1.125em;
}
.sidebar .sidebar-tabs .recent-entry {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    gap: 16px;
}
.sidebar .sidebar-tabs img {
    border-radius: 8px;
    min-width: 60px;
}
.sidebar .sidebar-tabs .recent-entry p {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
}

.sidebar .sidebar-tabs .recent-entry a {
    text-decoration: none;
    color: #575757;
}
.sidebar .sidebar-tabs .recent-entry a:hover {
    color: #006494;
}
.articles-detail .eightcol {
    margin-bottom: 31px;
}
.footer-latest-articles .upper h2 {
    font-family: "Helvetica", sans-serif;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    /*text-align: center;*/ 
    letter-spacing: 1.5px;
}
.footer-latest-articles .upper h2 svg {
    display: none;
    width: 24px;
    height: 24px;
    color: #006494;
}
.footer-latest-articles .upper h2 a {
    display: block;
    color: #fff;
}
.footer-latest-articles .upper h2 a:hover {
    color: #fff;
}
.footer-latest-articles .upper .cards {
    margin: 24px 0;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    color: #fff;
}
.footer-latest-articles .upper .cards .card {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.footer-latest-articles .upper .cards .card img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: cover;
    border-bottom: 1px dashed #666;
    border-radius: 10px;
}
.footer-latest-articles .upper .cards .card h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.footer-latest-articles .upper .cards .card h3 a {
    display: block;
    color: #eee;
}
.footer-latest-articles .upper .cards .card h3 a:hover {
    color: #BDCEE1;
}
/* cta banner team */
.cta-banner-team {
    margin: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background-color: #006494;
    border: 1px solid #006494;
    text-decoration: none
}
.cta-banner-team div.txt {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 14px
}
.cta-banner-team div.txt h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
}
.cta-banner-team div.txt a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 1px
}
.cta-banner-team div.txt a:hover {
    text-decoration: none;
}
.cta-banner-team div.img {
    width: 100%
}
.cta-banner-team div.img a {
    display: block;
    border-top: 1px dashed #666
}
.cta-banner-team div.img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.cta-banner-team div.img a:hover {
    border-color: #006494
}
.cta-banner-team div.img a:hover img {
    filter: brightness(1.2)
}
.cta-banner-team button.booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    margin: 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #006494;
    border: 1.5px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    outline: none
}
.cta-banner-team button.booking:hover {
    background-color: #006494;
    color: #fff
}
@media(min-width: 640px) {
    .cta-banner-team {
        flex-direction:row;
    }
    .cta-banner-team div.txt {
        width: 35%
    }
    .cta-banner-team div.img {
        width: 65%
    }
    .cta-banner-team div.img a {
        border-top: none;
        border-left: 1px dashed #666
    }
}
/* End cta banner team */

/* popup */
div#pum-673 {
    background: #333;
}
div#pum-673 .pum-container {
    width: 100%!important;
    max-width: 1000px !important;
    background: #333!important;
    box-shadow: none!important;
    border: none!important;
}
.cta-modal-content .cta-title {
    margin: 0 0 16px;
    text-align: center;
    color: #f0f0f0;
}
.cta-modal-content .cta-subtitle {
    max-width: 800px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto 16px auto;
    text-align: center;
    color: #f0f0f0;
}
.cta-modal-content .cta-subtitle b {
    color: #006494;
}
.wpcf7 .contact-form-popup label {
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1;
    color: #f0f0f0;
}
.wpcf7 .contact-form-popup label b {
    color: #006494;
    font-weight: normal;
}
.wpcf7 .contact-form-popup  input[type=text],
.wpcf7 .contact-form-popup  input[type=tel] {
    display: block;
    box-sizing: border-box;
    padding: 0 8px;
    margin: 0;
    height: 40px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    background: #fff;
}
.wpcf7 .contact-form-popup  textarea {
    display: block;
    box-sizing: border-box;
    padding: 0 8px;
    margin: 0;
    height: 103px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    background: #fff;
}
.contact-form-popup .el {
    width: 48%;
    float: left;
    padding-bottom: 10px;
}
.contact-form-popup .el.even {
    float: right;
}
.el.even.court-date-set {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.court-date-set .col-left {
    width: 50%;
}
.court-date-set .col-right label {
    margin-bottom: 13px;
}
.court-date-set .col-right .wpcf7-radio span {
    color: #f0f0f0;
}
.court-date-set .col-right .wpcf7-radio span.first {
    margin-left: 0;
}
.wpcf7 .contact-form-popup  input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    margin: 48px auto 16px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1.5px solid #006494;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    outline: none;
}
.wpcf7 .contact-form-popup  input[type=submit]:hover {
    background-color: #006494;
    color: #333;
}
.contact-form-popup .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}
.contact-form-popup .court-details {
    margin-top: 0;
}
button.pum-close.popmake-close {
    margin: 15px 0 0 0;
    padding: 0 !important;
    border: none !important;
    float: right;
    font-size: 14px !important;
    background: transparent !important;
    color: #ccc !important;
    box-shadow: none !important;
    right: 20px ! important;
}
.cta-modal-header {
    margin-bottom: 20px;
}
/* end popup */
.articles-detail .author-area {
    background: url(./images/court_background.png);
    border: solid 1px #cfcfcf;
    margin-top: 31px;
    padding: 24px;
}
.articles-detail .author-area .author-image {
    display: inline-block;
    float: right;
    margin-left: 15px;
    border: solid 1px #cfcfcf;
}
.articles-detail .author-area .author-image img {
    height: 120px;
}
.articles-detail .author-area h3 {
    margin-top: 0px;
    font-size: 1.125em;
}
.articles-detail .author-area .author-info ul {
    list-style-type: none;
    padding: 0;
    margin: 1em 0;
}
.articles-detail .author-area .author-info ul li {
    display: inline-block;
}
.articles-detail .author-area .author-info ul li:after {
    content: "•";
    margin-left: 3px;
}
.articles-detail .author-area .author-info ul li:last-of-type:after {
    content: "";
}
.articles-detail .author-area .author-info ul li a,
.articles-detail .author-area a.author-link {
    color: #575757;
    text-decoration: underline;
}
.articles-detail .author-area .author-info ul li a:hover,
.articles-detail .author-area a.author-link:hover {
    color: #006494;
}
.page-search-form-input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 14px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 1rem 0 0 0;
}
.page-search-form-input:hover {
    border-color: #006494;
}
.page-search-form-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    height: auto;
}
.page-search-form-input button.btn-clear {
    margin: 0;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    cursor: pointer;
}
.page-search-form-input button.btn-clear svg {
    width: 26px;
    height: 26px;
    color: #000;
    flex: none;
}
#page-search .submit-btn {
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 140px;
    border: none;
    overflow: hidden;
    padding: 0;
    background-color: #006494;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
#page-search .submit-btn:hover {
    background-color: #333;
}
.search-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 16px;
}
.search-item .card.with-thumbnai {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 80px auto;
}
.search-item .card.with-thumbnai .cell1 {
    order: 2;
    grid-column: span 1;
}
.search-item .card.with-thumbnai .cell1 h4 a {
    color: #575757;
}
.search-item .card.with-thumbnai .cell1 h4 a:hover {
    color: #006494;
}
.search-item .card.with-thumbnai .cell1 .article-link {
    font-size: 12px;
    line-height: 1.25;
    color: #666;
}
.search-item .card.with-thumbnai .thumbnail {
    order: 1;
    grid-row: span 2;
}
.search-item .card.with-thumbnai .thumbnail img {
    background-color: #fff;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin: 2px 0 0 0;
}
.search-item .card.with-thumbnai .search-content {
    order: 3;
}
.search-item .card .search-content {
    font-size: 14.5px;
    line-height: 1.25;
}
.card.no-thumb .thumbnail {
    display: none;
}
.page-search-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
h2#pageSearchHeading {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    margin: 24px 16px 16px 16px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
h2#pageSearchHeading button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}
button#pageSearchLoadMore {
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 140px;
    border: none;
    overflow: hidden;
    padding: 0;
    background-color: #006494;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
button#pageSearchLoadMore:hover {
    background-color: #333;
}
@media(max-width: 1024px) {
    div#courtResults ul {
        column-count: 3;
    }
    .menu-footer .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        margin: auto;
    }
}
@media(max-width: 767px) {
    .logo-header {
        position: static!important;
    }
    div#courtResults ul {
        column-count: 2;
    }
    .articles .eightcol {
        width: 100%;
    }
    .articles .sidebar {
        width: 100%;
        margin-left: 0;
    }
    .contact-form-popup .el {
        width: 100%;
    }
    .wpcf7 .contact-form-popup input[type=submit] {
        margin: 16px auto;
    }
    .search-item .card.with-thumbnai .cell1 {
        grid-column: span 2;
        order: initial;
    }
    .search-item .card.with-thumbnai .thumbnail {
        order: inherit;
        grid-row: none;
    }
    .search-item .card.with-thumbnai .search-content {
        order: initial;
    }
}
@media(max-width: 480px) {
    div#courtResults ul {
        column-count: 1;
    }
    .court-date-set .col-left {
        width: 100%;
    }
}












