/* Start - Hard Mode*/

.dark .top-header-bg-color {
    background: linear-gradient(100.51deg, #373373 0%, #6860D9 100%) !important;
    border-color: #4f49a400 !important;
}

.dark div#app-navbar-collapse {
    margin: 16px 0px !important;
}

.dark .top-header-bg-color a {
    color: #F1F1F1 !important;
}

.dark .nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent !important;
}

.dark a.btn.btn-primary.shadow.custom-post-add {
    background-color: #1C274C !important;
    border: 1px solid #1C274C !important;
    box-shadow: 0 1px 1px 0 #aaa !important;
    font-weight: 700;
}

.dark button#themeMode {
    margin-top: 10px;
    padding: 8px 12px !important;
    color: #000;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
    font-size: 12px;
    border-radius: 6px;
}

.dark .custom-serp-search-bar {
    /*background-image: url(https://eze.pics/banner-images/Beach%20Photo%20Liberation%20Day%20Facebook%20Cover.png);*/
    background-image:url('https://eze.pics/banner-images/banner-images_Beach%20Photo%20Liberation%20Day%20Facebook%20Cover%20(1).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 442px;
}

.dark .custom-findarea-spacing {
    padding: 0 300px 0 0;
}

.dark .row.p-2rem.img-rounded.custom-findarea {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 10px 20px !important;
    border: solid 2px var(--border-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dark .col-md-4.ps-5.ms-3 {
    text-align: end;
}

.dark h1.title-3.text-center {
    color: #ffffff;
    font-size: 46px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.dark h1.title-3.text-center,
.dark p.title-3mobile-font-size-heading.mb-5.custom-theme-2-class-p {
    text-align: left !important;
    color: #ffffff;
    padding: 10px 130px;
}

.dark p.title-3mobile-font-size-heading.mb-5.custom-theme-2-class-p {
    margin: 20px 0px;
    font-size: 22px;
}

.dark p.title-3mobile-font-size-heading.mb-5.custom-theme-2-class-p a {
    color: aliceblue;
    font-weight: 600;
}

.dark p.title-3mobile-font-size-heading.mb-5.custom-theme-2-class-p {
    margin-bottom: 0 !important;
}

.dark button.btn.btn-primary.shadow.custom-post-add.custom-color-find-btn {
    border-radius: 50px;
    background-color: #1C274C !important;
    border: 1px solid #1C274C !important;
    font-weight: 600;
}

a.btn.btn-primary.shadow {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
    font-size: 12px;
    border-radius: 6px;
}

.post-card.hover-bg {
    margin: 0px 24px 20px;
}

.dark .post-card .post-thumbnail {
    height: auto !important;
}

.dark .post-card-caption-title.my-3 {
    font-size: 15px;
    font-weight: 600;
    color: #2E2E2E;
}

.dark .post-card-footer {
    color: #1A73E8;
}

.dark .countdown {
    color: #369;
    font-weight: 500;
}

.dark .countdown b {
    font-size: 0px !important;
}

.custom-home-cat-box-title {
    text-align: center;
}

.custom-home-cat-box-title .country-select img {
    width: 76px;
    border-radius: 50px;
    padding: 22px !important;
}

.dark-mode .custom-home-cat-box-title .country-select img {
    background: #ffffff;
}

.light-mode .custom-home-cat-box-title .country-select img {
    background: #f8f8f8;
}

.custom-home-cat-box-title .custom-block {
    font-weight: 500;
    display: block;
    font-size: 16px;
}

.custom-flags-li {
    padding: 10px 25px;
    text-align: center;
}

.dark .search-browse {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    font-size: 24px;
    color: #F1F1F1;
    font-weight: 500;
}

/* End - Hard Mode*/

.light p.title-3mobile-font-size-heading.mb-5.custom-theme-2-class-p {
    display: none;
}

.light .search-browse {
    display: none;
}

.light a {
    color: #23222f !important;
}

.light button#themeMode {
    margin: 10px;
    padding: 8px 12px !important;
    color: #f8f9fa;
    background-color: #000 !important;
    font-size: 12px;
}

.light .header-links {
    padding-top: 0 !important;
}

.light button.btn.btn-primary.shadow.custom-post-add.custom-color-find-btn {
    padding: 10px !important;
}

.light input#searchKeyword {
    padding: 0px 35px !important;
}

.light #navbar-search-wrap .globe-svg {
    padding: 0;
}

.light h1.title-3.text-center {
    font-size: 36px;
    padding-bottom: 22px;
    line-height: 28px;
}

.light a.btn.btn-primary.shadow.custom-post-add {
    background-color: #1C274C !important;
    border: 1px solid #1C274C !important;
    box-shadow: 0 6px 6px 0 #aaa !important;
    color: #F1F1F1 !important;
    font-weight: 700;
    border-radius: 6px;
}