.relative {
    position: relative;
}
a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.social-media span {
    font-size: 25px;
}
header.site-header {
    padding: 0;
}
header.site-header .header-row {
    padding: 5px 15px;
}
.header-row.top-header {
    color: #ffffff;
    background-color: #000000;
}
.header-row.main-header, .top-header-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo a.main-logo img {
    padding-bottom: 15px;
}
.header-col.header-btn span a {
    border: 1px solid #0f4c81;
    padding: 10px 15px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff;
    background-color: #0f4c81;
}
.header-row.main-nav {
    background-color: #0f4c81;
}
.main-nav nav#genesis-nav-primary {
    float: none;
    text-align: center;
    padding: 0;
}
.genesis-nav-menu > li > a {
    color: #ffffff;
}
.hero-slider .hero-item {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-slider .hero-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
.hero-slider .hero-heading {
    color: #ffffff;
    font-size: 35px;
    max-width: 1200px;
    padding: 15px 15px;
    text-align: center;
}
.featured-page {
    background-color: #f1f1f1;
}
.featured-page .featured-items {
    width: 100%;
    max-width: 1200px;
    padding: 60px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.featured-page .featured-item {
    width: 32%;
    text-align: center;
}
.featured-page .featured-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-page .featured-title {
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
}
.page-banner {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}
.page-banner .page-title {
    font-size: 30px;
    color: #ffff;
    margin-bottom: 5px;
}
.page-banner .breadcrumb {
    margin: 0;
    padding: 0;
    border: 0;
    color: #ffffff;
}
.page-banner span.breadcrumb-link-wrap a {
    color: #ffffff;
    text-decoration: none;
}
.page-banner span.separator {
    margin: 0 5px;
}

/*** CUSTOM CSS ***/

.archive-description .entry-title, .archive-title, .author-box-title {
    font-size: 40px;
}

:focus {
  color: #010101;
  outline: 0;
}

.single .entry-content {
    padding-bottom: 50px;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.search .result-search {
    color: #fff;
}

body.sticky .scroll-top {
    display: flex !important;
}

.scroll-top {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #282929;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2px;
    bottom: 24px;
    z-index: 99999;
    border: 1px solid #5d5d5d;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #282929;
}

/* Start tab contents */

.content-more {
    display: none;
}

#tabs-2 {
    display: none;
}

.btn-group.home-btn-group a.btn-less {
    display: none;
}

div#tabs.home-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tabby {
    box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.16);
    padding: 50px;
    height: 100%;
}

div#tabs ul.ul-tab {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}

div#tabs ul li.list-tab {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

div#tabs ul li a {
    color: #000;
}

div#tabs ul li.active {
    background-color: #000;
}

div#tabs ul li.active a {
    color: #fff;
}

/* End tab contents */

/* Start recaptcha */

.grecaptcha-badge {
    opacity: 0!important;
}

/* End recaptcha */

/* Start review pagination */

nav.navigation.pagination {
    display: flex;
    justify-content: center;
}

nav.navigation.pagination .nav-links {
    display: flex;
    gap: 10px;
}

nav.navigation.pagination .nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-weight: 600;
}

.dashicons-arrow-right-alt2:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
}

/* End review pagination */

/* Start form error */

form.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    top: unset;
    left: unset;
    right: 0;
    bottom: -3px;
    font-size: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: red;
    border-color: red !important;
}

/* End form error */

/* Start 404 page */

.error404 .sitemap-heading {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.error404 input.search-form-submit {
    background-color: #d76038;
}

.error404 .entry-content .search-form {
    max-width: 500px;
    width: 100%;
    margin: auto auto 40px;
    text-align: center;
}

.error404 button.search-submit {
    margin-top: 15px;
}

.error404 .entry-content h3, .error404 .entry-content h4 {
    font-weight: 700;
}

.error404 .entry-content h4 {
    font-size: 30px;
}

/* End 404 page */

/* Start search page */

.result-search.text-center {
    text-align: center;
    margin-bottom: 15px;
}

.search .search-result-title a {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.search .search-result-excerpt {
    color: #000;
}

.search .search-result-excerpt #slmp_geojuice, .search .search-result-excerpt .slmp-gallery {
    display: none;
}

.search article.entry {
    margin-bottom: 0;
}

/* End search page */

/* Start form success */

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    border-color: transparent !important;
}

/* End form success */