nav .parent .child {
    display: none;
}
nav .parent:hover .child {
    display: block;
}
.bg-hero-home {
    background-image: url(../images/home-hero-01.webp);
    background-position: center center;
    background-size: cover;
}
.search-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-shadow {
    text-shadow: 1px 1px #000;
}
.bg-hot-tub{
    background-image: url(../images/hot-tub-home.webp);
    background-position: center center;
    background-size: cover;
}

.bg-dog-friendly{
    background-image: url(../images/dog-friendly.webp);
    background-position: center center;
    background-size: cover;
}

.bg-large-props{
    background-image: url(../images/large-prop.webp);
    background-position: center center;
    background-size: cover;
}

.bg-log-cabins {
    background-image: url(../images/log-cabin.webp);
    background-position: center center;
    background-size: cover;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.county-descr p {
    margin-bottom: 15px;
}
ul.property-poi {
    list-style: disc;
}

.page p {
    margin-top: 1rem;
}
.shortdesc p {
    margin-bottom: 1rem;
}
.page h2, .page h1, .widget-title  {
    font-size: 1.5rem/* 24px */;
    line-height: 2rem/* 32px */;
    font-weight: bold;
    margin-top: 1rem;
}
.widget-title {
    margin-top: 0 !important;
}
.widget-content ul {
    margin: 0 !important;
    padding: 1rem !important;
    list-style: none !important;
}
.widget-content ul li {
    margin-top: 5px !important;
}
.reset {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.page h3, .page h4, .page h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin-top: 1rem;
}
.page ul {
    margin: 1rem;
    padding: 1rem;
    list-style: disc;
}

.page a:hover {
    color: #0066cc;
}

.page .editors-choice {
    padding: 5px 25px;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    margin-top: 1rem;
}
.page ol {
    padding-left: 1rem;
    list-style: decimal;
}
.page .article-image {
    margin-top: 1rem;
}
/*
a.level_1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    display: block;
    padding-left: 1rem;
    margin-top: 8px;
}

a.level_2 {
    display: block;
    margin-left: 1.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
}

a.level_3 {
    display: block;
    margin-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
}
*/
#sitemaps a.level_1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    display: block;
    padding: 4px 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    border-radius: 4px;
}
#sitemaps ul.level_1 {
    margin-left: 2rem;
}
#sitemaps ul.level_1 li {
    display: inline-block;
    width: 33%;
}
#sitemaps ul.level_1 li a.level_2 {
    display: block;
    padding: 4px 0px;
}
#sitemaps li.ireland ul.level_1 li {
    display: block;
    width: 100%;
}
#sitemaps li.ireland ul.level_1 li a.level_2 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: block;
    padding: 4px 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    border-radius: 4px;
}
#sitemaps li.ireland ul.level_2 {
    margin-left: 2rem;
}
#sitemaps li.ireland ul.level_2 li {
    display: inline-block;
    width: 33%;
}
#sitemaps li.ireland ul.level_2 li a.level_3 {
    display: block;
    padding: 4px 0px;
}
.text-cs {
    line-height: 1.18rem;
}

@media (max-width: 575.98px) {
    .search-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #sitemaps li.ireland ul.level_2 li {
        width: 100%;
    }
    #sitemaps ul.level_1 li {
        width: 100%;
    }
}

@media (max-width: 767.98px) { 
    .search-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 991.98px) { 
    .search-container {
        margin-top: 50px;
        margin-bottom: 25px;    
    } 
}