
.full-screen .absolute-middle-right{
    top: 30%;
}

footer .nav-link {
    padding: 8px;
}

.page-title-extra-small h1 {
    font-size: 2rem;
}

.list-unstyled li a{
    font-family: var(--alt-font);
    font-size: 17px;
    color: var(--dark-gray);
}
.list-unstyled li{
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.pages-list{
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.pages-list li{
    padding: 3px;
}

/*--- Mobile Header */
/* Navigation breakpoint start */

/* Header left menu simple  */
.left-sidebar-wrapper {
    padding-left: 0;
}
.left-sidebar-wrapper .left-sidebar-header.collapsing {
    overflow: visible !important;
}
.left-sidebar-wrapper .left-sidebar-nav .navbar-brand {
    padding: 22px 0 !important;
}
.side-menu-top {
    position: fixed;
    left: 0;
    top: 0;
    text-align: left !important;
    width: 100%;
    padding: 0 30px;
    z-index: 9;
}
.left-sidebar-header {
    left: -300px;
    transition-duration: 0.3s;
    height: 100% !important;
}
.left-sidebar-header.show {
    left: 0;
    transition-duration: 0.3s;
}
.left-sidebar-header.show .left-sidebar-nav {
    left: 0;
}
.left-sidebar-header .side-menu-bottom {
    padding: 50px 15px 0;
    height: 100%;
    overflow: auto;
    border-top: 1px solid var(--very-light-gray);
}
.left-sidebar-header .side-menu-bottom .left-menu-bottom {
    margin-top: 50px;
}
.left-sidebar-header .side-menu-bottom .header-icon .icon a > i {
    padding: 0;
}
.left-sidebar-header .left-sidebar-nav {
    left: -300px;
    transition-duration: 0.3s;
    overflow: visible;
    height: 100%;
    top: 0 !important;
    position: fixed !important;
    padding: 72px 15px;
}
.left-sidebar-header .left-sidebar-nav .navbar-toggler {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}
.left-sidebar-header .left-sidebar-nav .side-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.left-sidebar-header.show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%;
}
.left-sidebar-header.show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left-sidebar-header.show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left-sidebar-header.show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%;
}
.left-sidebar-header.header-dark .header-icon .icon > a {
    color: var(--white);
}
.left-sidebar-header.header-dark .navbar-toggler-line {
    background: var(--white);
}
.left-sidebar-header.header-light .side-menu-top {
    border-bottom: 1px solid var(--very-light-gray);
}
/* Header left menu modern  */
.left-modern-menu {
    padding-left: 0;
}
.left-modern-sidebar {
    height: auto;
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.left-modern-sidebar .vertical-title {
    transform: none;
    height: auto;
    display: none;
    flex: inherit;
}
.left-modern-sidebar .vertical-title .title {
    transform: none;
}
.left-modern-sidebar .toggle-icon {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px;
    left: auto;
}
.left-modern-menu .left-modern-header .navbar-brand {
    width: auto;
    padding: 22px 0 !important;
}
.left-modern-menu .left-modern-header .modern-sidebar-nav {
    padding-top: 72px;
    width: 380px;
    left: -400px;
}
.left-modern-menu .left-modern-header .modern-side-menu {
    padding: 50px 20px;
}
.left-modern-menu .left-modern-header.show .modern-sidebar-nav {
    left: 0;
}

.hamburger-menu-simple .menu-item-list {
    width: 100%;
}
.search-form-wrapper .search-form-box {
    width: 75%;
}
.top-space-margin {
    margin-top: 76px;
}
.ipad-top-space-margin {
    margin-top: 76px;
}
.full-screen.top-space-margin {
    height: calc(100vh - 76px);
}
.full-screen.ipad-top-space-margin {
    height: calc(100vh - 76px);
}

.bg-base-color {
    background-color: #18bcc7;
}
.elements-social ul li {
    margin: 5px;
}
/* ----------------------------- */


.search-results ul {
    padding-left: 0;
}

.bg-gradient-blue-ironstone-brown {
    background-image: linear-gradient(to right, #368787, #3a8383, #689191, #37a1a1, #2fd0d0);
}

.pages-list .item-current,.pages-list  .seperator, .pages-list .text-white a, .pages-list .item a {
    color: #fff;
}

.bg-gradient-solitude-blue-fair-pink{
    background-image: none;
}

.whatsappButton, .telefonButton{
    position: fixed;
    right: 10px;
    z-index:99;
    padding: 5px 15px;
    border-radius: 20px;
    width: 150px;
    text-align: center;
}

.whatsappButton{
    background: #44c554;
    bottom: 55px;
}

.telefonButton{
    bottom: 10px;
    background: #bf0000;
}

.telefonButton a, .whatsappButton a{
    color: #ffffff;
}

.telefonButton i, .whatsappButton i{
    font-size: 20px;
}

.atropos-inner img{
    max-height: 370px;
    object-fit: cover;
    height: 370px;
}
.post-list a {
    font-size: 15px;
}
.post-list li {
    margin-bottom: 2px;
    line-height: 25px;
}


/* ----- media query --------*/

@media (max-width: 1400px) {
    .pb-13 {
        padding-bottom: 16% !important;
    }
}


@media (max-width: 1200px) {
    .pb-13 {
        padding-bottom: 4% !important;
    }
    .lg-pb-8 {
        padding-bottom: 5% !important;
    }
    .p-25px {
        padding: 4px !important;
    }
}

@media (max-width: 778px) {

    .top-space-margin {
        margin-top: 40px !important;
    }
    .fs-70 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .bg-base-color .fs-18 {
        font-size: 16px;
    }

    .emsella-sandalyesi h2{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .pb-13 {
        padding-bottom: 48% !important;
    }

    .slider-one-slide .fs-28{
        font-size: 20px !important;
        display: -webkit-box  !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
        line-height: 1.5em;
    }

}
