main {
    flex: 1 0 auto;
}

.boxserres1 {
    font-size: 16px;
    color: #9B897A;
    display: flex;
    width: 225px;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #9B897A;
    border-radius: 10px;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.boxserres1 h3 {
    font-size: 16px;
}

.boxserre2 h3 {
    font-size: 16px;
}


.boxserres3 h3 {
    font-size: 16px;
}


.boxserres4 h3 {
    font-size: 16px;
}

.boxserre2 {
    font-size: 16px;
    color: #863F5A;
    display: flex;
    width: 254px;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #863F5A;
    border-radius: 10px;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.boxserres3 {
    font-size: 16px;
    color: #95811B;
    display: flex;
    width: 254px;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #95811B;
    border-radius: 10px;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.boxserres4 {
    font-size: 16px;
    color: #415D43;
    display: flex;
    width: 254px;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #415D43;
    border-radius: 10px;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.boxes {
    row-gap: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    column-gap: 2%;
}

.anakaluptw h2 {
    padding-bottom: 4%;
    font-size: 32px;
    font-weight: bold;
}

.anakaluptw {

    top: 195%;
    right: 50%;
    position: sticky;
    background-position: right;
    /* margin-right: 35%; */

    padding: 5%;
    display: flex;
    height: 275px;
    background-color: white;
    border-radius: 20px;
    opacity: 1;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-content: space-around;
}

section.telcatalog {
    background: white;
    padding-top: 5%;
}

.text-tourismos p {
    max-width: 1300px;
}

.text-tourismos {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 5%;
    display: flex;
    /* width: 1850px; */
    height: 100%;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 44px 0px 0px 0px;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}




ul#menu-serres-toyrismos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu-serres-toyrismos-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pe2 {
    padding: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#qrcode {
    margin-top: -3%;
}

ul#menu-kilkis-sec a {
    max-width: 125px;
    display: flex;
    font-size: 15px;
    color: #003168;
    font-weight: 600;
    flex-direction: column;
    row-gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.tnp-subscription label {
    display: none;
    color: inherit;
    /* font-size: 14px; */
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0;
}


.newsletter p {
    font-weight: 100;
    position: absolute;
    color: white;
    font-size: 14px;
    left: 0%;
}

h2.dt2 {
    color: #0F529F;
    font-size: 30px;
    margin-left: 15%;
    padding-bottom: 50px;
    padding-top: 100px;
}

a#people {
    display: flex;
    flex-direction: row;
}

#pe-map {
    height: 600px;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    border-radius: 18px;
}

#pe-map-filters {
    position: absolute;
    z-index: 401;
    background: #ffffff90;
    height: 300px;
    width: 100%;
    max-width: 350px;
    border-radius: 30px;
}

#pe-map-filters input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #05668D;
    width: 1em;
    height: 1em;
    border: 0.15em solid #05668D;
    border-radius: 0.15em;
    display: grid;
    place-content: center;

}

#pe-map-filters input[type="checkbox"]::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #05668D;
    /* Windows High Contrast Mode */
    background-color: #05668D;
}

#pe-map-filters input[type="checkbox"]:checked::before {
    transform: scale(1);
}

#pe-map-filters .triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: rotate(180deg);
}

section.newsletter {
    left: 30%;
    display: flex;
    justify-content: center;
    margin-left: 40%;
    width: 60%;
    align-items: center;
}

ul li a {
    display: block;
    padding: 0px 15px;
    color: white;
    text-decoration: none;
}

.terms-design a {
    column-gap: 10px;
    display: flex;
    /* width: 100%; */
    color: white;
    text-align: center;
    font-weight: 100;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
}

section.newsletter p {
    color: white;
}

.footer-center h3 {
    font-size: 20px;
    color: white;
}

.menu-sitemap2 a {
    color: white;
}

.menu-site-map-container a {
    font-size: 14px;
    color: white;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: inherit;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

ul#menu-p-e-chalkidikis-sec-menu {
    color: #003164;
    column-gap: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

a {

    display: flex;
    color: white;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}

ul#menu-p-e-chalkidikis-main {
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    row-gap: 50px;
    column-gap: 50px;
}

section.periferia {
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



section#important-links {

    padding-top: 100px;
}


.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-left: 5%;
}

.dt {
    padding-bottom: 46px;
    font-weight: bold;
    padding-top: 50px;
    font-size: 32px;

}


.dtboard {
    padding-left: 3%;
    padding-right: 5%;
}

body {
    background-color: <?php the_field('general_color');
    ?>
}

nav.navbar.navbar-expand-xl.justify-content-between.h-100 {
    background-color: <?php the_field('general_color');
    ?>
}

li.table {
    font-size: 80%;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.text {
    display: flex;
    column-gap: 1%;
    padding-top: 3%;
}

section {
    font-family: 'Manrope', sans-serif !important;
}


div#tabtab {
    margin-top: -40px;
}

div#tab2 {
    padding-top: 200px;
}

.alltabs {
    padding-bottom: 5%;
    width: 100%;
}

section.periferia {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.all-btn-periferia {
    font-weight: 100;
    width: 204px;
    height: 32px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FF8400;
    border-radius: 100px;
    opacity: 1;
}

.all-btn-periferia:hover {
    font-weight: 100;
    width: 204px;
    height: 32px;
    /* UI Properties */
    background: #FF8400 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    opacity: 1;
}

.bottm-menu {
    margin-left: 10%;
}

.bottm-menu h3 {
    color: black;
    font-size: 20px;
}

.tabcontent p {
    row-gap: 50px;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    column-gap: 20px;
}

div#perifereiarchis {
    padding-top: 30px;
    padding-left: 30px;
}

.firts-tab {
    padding: 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

* {
    box-sizing: border-box
}

.tabs {
    width: 80%;
    margin-left: 10%;
    justify-content: center;
    align-items: flex-start;
}

#menu-periferiakes-enotites-footer a {
    color: #000;
}

.hiddenNav {
    display: none !important;
}

@media screen and (min-width: 1401px) {
    #navbarNavAltMarkup {
        display: none !important;
    }
}

/* Style the tab */
.tab {
    border-bottom: 1px solid #ccc;
    margin-top: 2%;
    color: white;
    float: left;

    background-color: white;
    width: 30%;
    height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    border: none;
    font-weight: 100;
    display: block;
    background-color: #F4F4F4;
    color: #58595B;
    padding: 22px 16px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    font-weight: bold;
    color: white;
    background-color: #A29182;
}


/* Style the tab content */
.tabcontent {
    min-height: 450px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000024;
    border-radius: 10px;
    float: left;
    padding: 10px 10px 10px 12px;
    border: 1px solid #ccc;
    width: 60%;
    border-left: none;
    height: 100%;
}

.firts-tab p {
    max-width: 600px;
    font-size: 16px;
    font-weight: 200;
}




.content-1 {
    display: flex;
    flex-direction: row;
}

.title-content {
    display: flex;
    flex-direction: column;
}



.all-btn-wrapper {
    padding: 50px;
}

.all-btn {
    font-size: var(--text-sm);
    letter-spacing: 0px;
    color: var(--section-title);
    background-color: transparent;
    border: 1px solid var(--section-title);
    border-radius: 8px 0 8px 0;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 2rem;
    width: 269px;
    height: 65px;
    font-weight: 500;
}

.all-btn:hover {
    border-color: transparent;
    animation: button-title 0.5s forwards;
}

@keyframes button-title {
    0% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

.all-btn::before {
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(var(--progress, -90%));
    transition: transform 0.2s ease;
}



.all-btn:hover::before {
    --progress: 0;
}

.all-btn span {
    position: relative;
}

.tourism-images-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    row-gap: 3rem;
}

.tourism-images-box {
    width: 300px;
}