body.no-scroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    /* Kaydırma çubuğunun kaybolup sayfanın titremesini önler */
}

.button {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.button.more {
    padding-right: 60px;
    position: relative
}

.button .circle {
    background: #0f0f0f;
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 7px;
    text-align: center;
    transition: all ease-in-out .35s;
    width: 36px
}

.button .circle .svg {
    position: relative;
    top: 9px
}

.button:hover {
    color: #fa4789b8
}

.button:hover .circle {
    background: #fa4789b8
}

.button:hover .circle path {
    fill: #0f0f0f
}

textarea {
    resize: vertical
}

.wpcf7 {
    width: 100%
}

.wpcf7-form {
    text-align: left;
    width: 100%
}

.wpcf7-form p {
    margin-bottom: -4px
}

.wpcf7-form span {
    display: block
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%
}

.wpcf7-form span.wpcf7-list-item {
    margin-left: 0
}

.wpcf7-form span.wpcf7-list-item span {
    display: inline-block;
    white-space: normal;
    width: 95%
}

.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: -9px;
    position: relative;
    top: -6px
}

.wpcf7-form .wpcf7-submit {
    margin: 14px 0 0;
    width: 100%
}

.wpcf7-form a {
    position: relative;
    z-index: 2
}

.wpcf7-form .wpcf7-response-output {
    border-color: #222;
    border-width: 1px;
    line-height: 1.3;
    margin-top: -35px;
    padding: 15px;
    position: relative;
    z-index: 1
}

.mc-field-group {
    text-align: left;
    padding-right: 20px;
    vertical-align: top
}

#mc_embed_signup input.mce_inline_error {
    border-color: #c20041 !important
}

#mc_embed_signup div.mce_inline_error {
    background: rgba(0, 0, 0, 0) !important;
    color: #c20041 !important
}

#mce-responses {
    color: #0f0f0f;
    font-size: 18px;
    font-style: italic;
    margin-top: 30px
}

#mc-embedded-subscribe {
    vertical-align: top
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    display: block;
    position: relative;
    /* text-transform: uppercase; */
    width: auto;
    font-family: de-walpergens-pica, sans-serif;
}

h2 {
    letter-spacing: 1px
}

h2:after {
    background: #fa4789b8;
    bottom: -3px;
    border-radius: 5px;
    display: inline-block;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 153px
}

h4.underline:after {
    background: #fa4789b8;
    bottom: -3px;
    border-radius: 5px;
    display: inline-block;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 200px
}

.photo {
    overflow: hidden
}

.thumb {
    background: #fa4789b8;
    overflow: hidden;
    position: relative;
    transition: all ease-in-out .35s
}

.thumb a {
    display: block
}

.thumb:hover .cover {
    opacity: 1
}

.thumb:hover img {
    /* transform: scale(1.1) */
}

.thumb:hover img.opacity {
    opacity: .21
}

.thumb .label {
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 2
}

.thumb .cover {
    color: #0f0f0f;
    font-weight: 600;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 55%;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out .35s;
    transform: translate(-50%, -50%);
    z-index: 1
}

.thumb .cover h3 {
    color: #0f0f0f;
    line-height: 1.1;
    margin: 5px 0 0
}

.thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    transition: all ease-in-out .35s;
    width: 100%;
    z-index: 1;
    aspect-ratio: 16/9;
}

.gallery.show-for-large .column {
    max-height: 310px
}

.gallery .column {
    box-sizing: border-box;
    margin-bottom: 19px;
    margin-top: 19px
}

.gallery img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.jumbotron {
    height: 707px;
    overflow: hidden;
    position: relative
}

@media print,
screen and (min-width: 64em) {
    .jumbotron {
        height: 955px
    }
}

.jumbotron img {
    height: 100%;
    position: absolute !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

a {
    display: inline-block;
    position: relative;
    transition: all ease-in-out .35s;
    z-index: 0;
}

a img {
    transition: all ease-in-out .45s
}

a {
    color: #0f0f0f
}

a h2,
a .h2,
a h3,
a .h3,
a h4,
a .h4,
a h5 {
    transition: color ease-in-out .35s
}

a:hover {
    color: #fa4789b8;
}

.menu-item-privacy-policy a {
    color: #fa4789b8;
    background: #0f0f0f;
    /* border-radius: 50%; */
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}

a:hover h2,
a:hover .h2,
a:hover h3,
a:hover .h3,
a:hover h4,
a:hover .h4,
a:hover h5 {
    color: #0f0f0f
}

.main ul:not(.categories, .orbit-container, .row, .menu, .sidebar ul, .social) {
    margin-bottom: 25px
}

.main ul:not(.categories, .orbit-container, .row, .menu, .sidebar ul, .social) li:not(.blocks-gallery-item) {
    padding-left: 20px;
    padding-bottom: 0px;
    position: relative
}

.main ul:not(.categories, .orbit-container, .row, .menu, .sidebar ul, .social) li:not(.blocks-gallery-item):before {
    color: #0f0f0f;
    content: "\2022   ";
    font-weight: 400;
    margin-left: -24px;
    margin-top: -3px;
    position: absolute;
    width: 6px
}

ul {
    margin-bottom: 0
}

.header {
    height: 64px;


}

header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1280px;
    transition: background 0.3s ease;
    z-index: 9;
    background-color: #f5f5f5;
    border-bottom: 4px solid black;
    /* Smooth transition */
}

header.scrolled {
    background-color: #f5f5f5;
    border-bottom: 4px solid black;
    /* Darkens after scrolling */
    /* padding: 10px 0; */
    /* Shrinks the header */
}

.header .menu {
    float: right;
    font-weight: 600;
    margin-top: 14px;
    width: auto
}

.header .menu li {
    display: inline-block;
    margin: 0 16px
}

.header .menu a {
    padding: 0;
    position: relative
}

.header .menu a:after {
    background: #fa4789b8;
    border-radius: 4px;
    bottom: -20px;
    display: inline-block;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transition: all ease-in-out .35s;
    transform: translateX(-50%);
    width: 0
}

.header .menu a:hover {
    color: #0f0f0f
}

.header .menu a:hover:after {
    width: 100%
}

.menu-primary-container {
    margin-top: -10px;
}

.menu-primary-container .search-button {
    top: 4px
}

.menu-primary-container .search-button:after {
    display: none !important
}

.menu-primary-container .svg {
    max-width: 25px;
    width: 100%
}

.menu-button {
    display: none;
    float: right;
    height: 26px;
    position: relative;
    right: 6px;
    top: 15px;
    transition: none;
    width: 37px;
    z-index: 3
}

.menu-button span {
    background: #0f0f0f;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    transition: all ease-in-out .25s;
    width: 36px
}

.menu-button span:nth-child(2) {
    /* margin-right: 8px; */
    margin-top: 10px
}

.menu-button span:nth-child(3) {
    margin-top: 20px
}

.menu-button:hover span {
    margin-right: 8px
}

.menu-button:hover span:nth-child(2) {
    margin-right: 0px
}

.close {
    display: inline-block;
    position: absolute;
    right: 48px;
    top: 4px
}

.close .svg {
    height: 20px;
    width: 20px
}

@media print,
screen and (min-width: 48em) {
    .close .svg {
        height: 42px;
        width: 42px
    }
}

.menu-container {
    background: #fa4789;
    display: none;
    font-size: 30px;
    font-weight: 600;
    min-height: 100%;
    left: 0;
    max-width: 100vw;
    padding: 22px 27px 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99
}

.menu-container ::-moz-selection {
    color: #0f0f0f;
    background: #f5efe4
}

.menu-container ::selection {
    color: #0f0f0f;
    background: #f5efe4
}

.menu-container .row.align-middle {
    min-height: calc(100vh - 140px)
}

.menu-container a {
    margin: 10px auto
}

@media(max-width: 1000px) {
    .menu-button {
        display: block
    }

    .header .menu {
        display: none
    }
}

.newsletter-container {
    max-width: 100vw;
    margin: 28px 0;
    padding: 37px 0;
    overflow: hidden;
    position: relative
}

@media print,
screen and (min-width: 48em) {
    .newsletter-container {
        margin: 35px 0 79px
    }
}

.newsletter-container hr {
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 98%
}

.newsletter-container hr.top {
    top: 0
}

.newsletter-container hr.bottom {
    bottom: 0
}

#mc_embed_signup {
    position: relative
}

.newsletter {
    margin: 5px auto 0;
    position: relative;
    text-align: center;
    top: 10px
}

@media print,
screen and (min-width: 48em) {
    .newsletter .mc-field-group {
        display: inline-block;
        margin-top: 18px
    }
}

.newsletter input:not([type=checkbox]) {
    display: block
}

@media print,
screen and (min-width: 48em) {
    .newsletter input:not([type=checkbox]) {
        display: inline-block;
        margin: 0 10px
    }
}

.newsletter .button {
    display: block;
    margin: 0;
    width: 100%
}

@media print,
screen and (min-width: 48em) {
    .newsletter .button {
        display: inline-block;
        width: auto
    }
}

.newsletter div.mce_inline_error {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 18px
}

.newsletter .radios {
    margin-top: 18px;
    text-align: left
}

.newsletter .radios .pretty {
    display: block;
    margin-bottom: 30px
}

@media print,
screen and (min-width: 48em) {
    .newsletter .radios {
        text-align: center
    }

    .newsletter .radios .pretty {
        display: inline-block;
        margin: 0 auto
    }
}

.chocolat-wrapper {
    z-index: 99
}

.artist-search-modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99
}

.artist-search-modal .overlay {
    background: rgba(0, 0, 0, .25);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.artist-search-modal .artist-search-container {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

.artist-search-modal .artist-search-content {
    background: #fff;
    border-radius: 20px;
    height: 200px;
    max-width: 600px;
    padding: 20px 20px 20px;
    position: relative;
    top: 6vh;
    width: 90%;
    z-index: 1
}

@media print,
screen and (min-width: 48em) {
    .artist-search-modal .artist-search-content {
        top: 20vh
    }
}

.artist-search-modal .artist-search-content .artist-search-close {
    border-radius: 20px;
    opacity: .8;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

.artist-search-modal .artist-search-content .artist-search-close:hover {
    opacity: 1
}

.artist-search-modal .artist-search-content .artist-search-close .svg {
    width: 25px
}

.artist-search-modal .list {
    background: #fff;
    display: none;
    margin-left: -20px;
    padding: 0 20px 10px;
    position: absolute;
    text-align: left;
    width: 100%
}

.artist-search-modal .list div {
    margin: 4px 0
}

@media print,
screen and (min-width: 48em) {
    .artist-search-modal .list div {
        margin: 5px 0
    }
}

.searchform {
    margin: 30px auto 0;
    max-width: 365px;
    text-align: center
}

@media print,
screen and (min-width: 64em) {
    .searchform {
        margin-top: 68px
    }
}

.searchform input {
    border-radius: 18px 0 18px 0;
    font-size: 12px;
    height: 50px;
    padding-bottom: 12px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 16px;
    text-align: center
}

.searchform .input-group-button {
    position: absolute
}

.searchform button {
    left: 16px;
    position: relative;
    top: 6px
}

.searchform button img {
    max-width: 23px;
    width: 23px
}

.error404 .jumbotron #slide-link {
    display: none !important
}

.slider,
.jumbotron {
    background-color: #0f0f0f;
    color: #fa4789b8;
    cursor: default;
    height: auto;
    margin: 0 0 30px;
    height: 707px;
    max-height: calc(100vh - 164px);
    overflow: hidden;
    width: 100%
}

#pagination {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 6
}

#pagination button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    padding: 0;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
    opacity: .2;
    transition: opacity .2s ease-in-out;
    outline: none
}

#pagination button:hover {
    opacity: .5
}

#pagination button.active {
    opacity: 1
}

#pagination button.active:before {
    width: 300%;
    height: 300%;
    opacity: 1
}

#pagination button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    opacity: 0;
    transition: opacity .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-inline {
    display: inline-block;
    vertical-align: middle
}

.d-block {
    display: block
}

.relative {
    position: relative
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.sticky {
    background: #f5efe4;
    position: sticky;
    top: 0;
    transition: all ease-in-out .35s;
    z-index: 3
}

.sticky.is-sticky {
    box-shadow: 0 30px 40px rgba(0, 0, 0, .15)
}

.uppercase {
    text-transform: uppercase
}

.primary {
    color: #0f0f0f
}

.primary-bg {
    background: #0f0f0f;
    color: #fff
}

.show-for-xlarge {
    display: none
}

@media screen and (min-width: 75em) {
    .show-for-xlarge {
        display: inline-block
    }
}

.admin-bar .header {
    top: 32px
}

.admin-bar .header.scrolled.show:not(.show-mobile) {
    top: 32px !important
}


html,
body {
    margin: 0;
    padding: 0;
    max-width: 100vw
}

body {
    /* background: #fa4789b8; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 7px
}

body#tinymce {
    opacity: 1;
    padding: 30px
}

::-moz-selection {
    color: #f5efe4;
    background: #0f0f0f
}

::selection {
    color: #f5efe4;
    background: #0f0f0f
}

.svg {
    height: auto
}

.svg path {
    transition: all ease-in-out .35s
}

small {
    font-size: 14px;
    line-height: 1
}

/* strong {
    display: inline-block;
} */

span {
    display: inline-block
}

main,
.after-footer {
    margin: 6px;
    max-width: 1280px;
}

main {
    background: #f5f5f5;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    letter-spacing: .5px;
    margin: 0 auto;
    padding: 25px 0
}

/* .slide-img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
} */

.site-main {
    padding-top: 0px;
}

.BantLogo {
    width: auto;
    height: 50px;
}

@media print,
screen and (min-width: 48em) {
    main {
        padding: 34px 0 30px 0;
    }
}

.main .row,
.main .swiper {
    margin: 0 auto;
    max-width: 1450px
}

.content {
    padding: 21px 0 0px
}

@media print,
screen and (min-width: 48em) {
    .content {
        padding: 32px 0 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .large-padding {
        padding-left: 16px;
        padding-right: 16px
    }
}

.row.expand {
    width: 100%
}

.checkbox.svg {
    display: none
}

.video-container {
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-bottom: 56.15%;
    position: relative
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.social {
    margin: 30px 0 30px
}

@media print,
screen and (min-width: 64em) {
    .social {
        margin: 15px 0 15px
    }
}

.social li {
    display: inline-block;
    margin-right: 25px
}

.social li:last-of-type {
    margin-right: 0px
}

.social a {
    background: #0f0f0f;
    border-radius: 50%;
    height: 47px;
    position: relative;
    width: 47px
}

.social a:hover {
    background: #fa4789b8;
}

.social a:hover .svg path {
    fill: #0f0f0f !important
}

.social .svg {
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.social .svg path {
    fill: #fa478947;
}

.social .svg.Mobil path {
    fill: #fff;
}

header.header {
    /* padding-bottom: 7px */
}

@media print,
screen and (min-width: 48em) {
    header.header {
        /* padding-bottom: 20px */
    }
}

.logo {
    position: relative;
    top: 8px;
}

.logo .svg {
    /* width: 75px */
    height: 50px;
}

.slider-container {
    border-bottom: 4px solid black;
    margin-bottom: 15px;
}

.artistListe {
    position: fixed;
    /* left: 0px; */
    top: 64px;
    width: 100%;
    height: 100vh;
    background: aqua;
    z-index: 10;
    max-width: 1280px;
}


@media print,
screen and (max-width: 63.99875em) {
    /* .logo {
        margin-left: 20px
    } */

    .logo .svg {
        /* width: 75px */
        height: 43px;
    }

    .slider-container {
        margin-bottom: 10px;
    }
}


footer.footer {
    text-align: center
}

footer.footer .column {
    margin-bottom: 26px
}

footer.footer h4 {
    margin-bottom: 6px
}

@media print,
screen and (min-width: 48em) {
    footer.footer {
        text-align: left
    }

    footer.footer .column {
        margin-bottom: 0px
    }

    footer.footer h4 {
        margin-bottom: 20px
    }
}

@media print,
screen and (min-width: 64em) {
    footer.footer {
        padding-bottom: 40px
    }
}

.after-footer {
    margin: 25px auto -20px
}

@media print,
screen and (min-width: 48em) {
    .after-footer {
        margin: 10px auto -20px
    }

    .after-footer .social {
        text-align: right
    }
}

.after-footer #menu-footer-menu {
    text-align: center
}

@media print,
screen and (min-width: 48em) {
    .after-footer #menu-footer-menu {
        text-align: left
    }
}

.after-footer .social {
    text-align: center
}

@media print,
screen and (min-width: 48em) {
    .after-footer .social {
        text-align: right
    }
}

.error404 .fourzerofour {
    font-size: 850%
}

body.page-id-2 .main,
body.page-id-20 .main,
body.blog .main {
    padding: 0
}

body.page-id-2 .row,
body.page-id-2 .swiper,
body.page-id-20 .row,
body.page-id-20 .swiper,
body.blog .row,
body.blog .swiper {
    margin: 0 auto;
    max-width: 1800px
}

body.page-id-23 .sticky .row {
    margin: 0 auto;
    max-width: 1800px
}

body.page-id-23 .gigs h4 {
    margin-bottom: 30px
}

.sticky {
    padding: 20px 0
}

.sticky .view-container {
    display: inline-block
}

@media print,
screen and (min-width: 48em) {
    .sticky .view-container {
        font-size: 120%;
        font-weight: 600
    }
}

.sticky .view-container .active {
    display: none
}

.sticky .view-container .svg {
    height: 21px;
    margin-right: 7px;
    position: relative;
    top: 4px;
    width: 21px
}

@media print,
screen and (max-width: 47.99875em) {
    .sticky .view-container .svg {
        width: 12px
    }
}

.sticky .filter-toggle {
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 110%;
    font-weight: 600;
    margin-right: 20px;
    padding: 10px 15px
}

@media print,
screen and (max-width: 47.99875em) {
    .sticky .filters {
        background: #f5efe4;
        padding: 15px 18px;
        position: absolute;
        right: 0;
        text-align: left;
        width: 250px
    }

    .sticky .filters>div {
        margin: 3px 0;
        width: 100%
    }

    .sticky .filters .artist-filter:nth-child(1) {
        position: relative;
        z-index: 3
    }

    .sticky .filters .artist-filter:nth-child(2) {
        position: relative;
        z-index: 2
    }

    .sticky .filters .artist-filter:nth-child(3) {
        position: relative;
        z-index: 1
    }
}

.filters-cont {
    background: #f5efe4;
    display: inline-block;
    margin-right: 40px;
    position: relative
}

.filters-cont.active .artist-filter-content {
    height: auto;
    overflow-y: auto;
    padding: 5px 10px
}

@media print,
screen and (min-width: 48em) {
    .filters-cont:hover .artist-filter-content {
        height: auto;
        overflow-y: auto;
        padding: 5px 10px
    }
}

.filters-cont .artist-filter-header {
    border-bottom: 1px solid rgba(15, 15, 15, .3);
    cursor: pointer;
    width: 225px
}

@media print,
screen and (min-width: 48em) {
    .filters-cont .artist-filter-header {
        font-size: 120%;
        font-weight: 600
    }

    .filters-cont .artist-filter-header .svg {
        display: inline-block
    }
}

.filters-cont .artist-filter-header .svg {
    float: right;
    position: relative;
    top: 11px;
    width: 20px
}

.filters-cont .artist-filter-content {
    background: #f5efe4;
    border-bottom: 1px solid rgba(15, 15, 15, .3);
    height: 0;
    max-height: 85vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media print,
screen and (min-width: 48em) {
    .filters-cont .artist-filter-content {
        max-height: 50vh
    }
}

.filters-cont .artist-filter-content a {
    padding: 2px 3px
}

.filters-cont .artist-filter-content a.active {
    background: #0f0f0f;
    color: #f5efe4
}

.artists-view {
    display: none
}

.artists-view.active {
    display: block
}

.artists-view.list .post-list {
    columns: 2
}

@media print,
screen and (min-width: 48em) {
    .artists-view.list .post-list {
        columns: 3
    }
}

@media print,
screen and (min-width: 64em) {
    .artists-view.list .post-list {
        columns: 5
    }
}

.artists-view.list .post-list.artist-filter {
    columns: 1 !important
}

.artists-view.list .post-list .column {
    break-inside: avoid;
    page-break-inside: avoid;
    text-align: left
}

.artists-view.list .post-list .column h3 {
    margin-bottom: 10px
}

.artists-view.list .post-list .column .artist {
    margin-bottom: 13px
}

.jumbotron {
    margin-bottom: 20px
}

.post-list {
    margin: 0 20px;
    margin-top: 13px;
    margin-bottom: 20px !important;
}

@media print,
screen and (min-width: 48em) {
    .post-list {
        margin: 0 auto
    }
}

.post-list article a {
    display: block;
    height: 100%;
}

.post-list article .card {
    display: grid;
    margin: 10px 0;
    height: calc(100% - 20px);
    transition: box-shadow ease-in-out .35s
}

@media print,
screen and (min-width: 48em) {
    .post-list article .card {
        margin: 20px 0;
        height: calc(100% - 40px);
    }
}

.post-list article .card:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .3)
}

.post-list article .card:hover .thumb .cover {
    opacity: 1
}

.post-list article .card:hover .thumb img {
    opacity: .61;
    /* transform: scale(1.1) */
}

.post-list article .thumb {
    /* max-height: 281px; */
    aspect-ratio: 16/9;
}

.post-list article h2 {
    font-family: de-walpergens-pica, sans-serif;
    line-height: 1.05;
    margin-bottom: 3px;
    margin-top: 10px
}

.genres {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 4px;
}

.post-list article h2:after {
    display: none
}

.post-list article .excerpt {
    margin-top: 20px
}

@media print,
screen and (min-width: 48em) {
    .single .jumbotron {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .single .submenu {
        margin-bottom: 0px
    }
}

.single .submenu a {
    opacity: .6;
    display: inline-block
}

@media print,
screen and (max-width: 47.99875em) {
    .single .submenu a {
        font-size: 18px
    }
}

.single .submenu a:after {
    background: #0f0f0f;
    border-radius: 4px;
    bottom: -5px;
    display: inline-block;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transition: all ease-in-out .35s;
    transform: translateX(-50%);
    width: 0
}

.single .submenu a.active,
.single .submenu a:hover {
    color: #0f0f0f;
    opacity: 1
}

.single .submenu a.active:after {
    width: 100%
}

.single .content h2:after {
    display: none
}

.single .main .scroll-section {
    padding-top: 20px
}

@media print,
screen and (min-width: 48em) {
    .single .main .scroll-section {
        padding-top: 45px
    }
}

.single .short {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    max-width: 1025px
}

@media print,
screen and (min-width: 48em) {
    .single .short {
        margin-bottom: -7px;
        margin-top: -22px
    }
}

.single .button.book-now {
    margin: 13px 0 38px;
    padding-right: 70px;
    position: relative
}

.single .button.book-now:hover path {
    fill: #fa4789b8
}

.single .button.book-now .svg {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 28px
}

@media screen and (min-width: 1520px) {
    .single .swiper {
        max-width: 1570px
    }
}

.single .swiper-button-prev,
.single .swiper-button-next {
    background: #f5efe4;
    height: 30px;
    text-align: center;
    top: 51%;
    width: 30px
}

.single .swiper-button-prev:after,
.single .swiper-button-next:after {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
    height: 9px;
    width: 21px
}

@media screen and (min-width: 1520px) {

    .single .swiper-button-prev,
    .single .swiper-button-next {
        background: rgba(0, 0, 0, 0);
        height: 60px;
        margin-top: -39px;
        width: 60px
    }

    .single .swiper-button-prev:after,
    .single .swiper-button-next:after {
        background-size: 23px 53px
    }
}

.single .swiper-button-prev {
    left: 0
}

.single .swiper-button-prev:after {
    background-image: url(../images/left.svg)
}

.single .swiper-button-next {
    right: 0
}

.single .swiper-button-next:after {
    background-image: url(../images/right.svg)
}

@media print,
screen and (min-width: 48em) {
    .single .contact-row>.row {
        margin-top: 46px
    }
}

.single .contact-info h3 {
    margin-bottom: 8px
}

.single .contact-info .section {
    margin-bottom: 23px
}

@media print,
screen and (min-width: 48em) {
    .single .contact-info .section {
        margin-bottom: 53px
    }
}

.single .contact-info .button {
    margin-top: 0
}

.single .contact-info .mail+.position,
.single .contact-info .phone+.position {
    margin-top: 20px
}

.single .wp-block-embed.is-type-video+.button.book-now {
    display: none
}

.single .artist_select_container {
    display: none
}

.single .gigs .gig {
    max-width: 800px !important
}

.paginate .button,
.bottom-links .button {
    border: 2px solid #000;
    border-radius: 50%;
    height: 46px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 46px
}

.paginate .button.disabled,
.bottom-links .button.disabled {
    border: 2px solid #000
}

@media print,
screen and (min-width: 48em) {

    .paginate .button,
    .bottom-links .button {
        height: 66px;
        width: 66px
    }
}

.paginate .button .svg,
.bottom-links .button .svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all ease-in-out .35s;
    transform: translate(-50%, -50%)
}

.paginate .button:hover,
.bottom-links .button:hover {
    border-color: #000
}

.paginate .button:hover .svg path,
.bottom-links .button:hover .svg path {
    fill: #0f0f0f
}

.bottom-links {
    border-top: 1px solid #000;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 13px;
    margin-top: 30px;
    padding-bottom: 40px;
    padding-top: 30px;
    width: 100%
}

@media print,
screen and (min-width: 48em) {
    .bottom-links {
        font-size: 16px;
        margin-top: 65px;
        padding-bottom: 140px;
        padding-top: 140px
    }
}

.bottom-links .row {
    width: 100%
}

.bottom-links a {
    display: inline-block;
    font-size: 13px;
    max-width: 90%;
    position: relative
}

@media print,
screen and (min-width: 48em) {
    .bottom-links a {
        font-size: 20px
    }
}

.bottom-links a .svg {
    width: 11px
}

.bottom-links a.prev {
    padding-left: 55px
}

@media print,
screen and (min-width: 48em) {
    .bottom-links a.prev {
        padding-left: 85px
    }
}

.bottom-links a.prev .button {
    left: 0
}

.bottom-links a.next {
    padding-right: 55px
}

@media print,
screen and (min-width: 48em) {
    .bottom-links a.next {
        padding-right: 85px
    }
}

.bottom-links a.next .button {
    right: 0
}

.bottom-links a:hover {
    color: #0f0f0f
}

.bottom-links a:hover strong {
    color: #0f0f0f
}

.bottom-links a:hover .button {
    background: #000
}

.bottom-links a:hover .button .svg path {
    fill: #fa4789b8
}

.bottom-links .button {
    position: absolute;
    margin-top: 0
}

.bottom-links strong {
    transition: all ease-in-out .35s
}

.bottom-links .pretitle {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 2px;
    text-transform: uppercase
}

@media print,
screen and (max-width: 47.99875em) {
    .bottom-links .pretitle {
        margin-top: 3px
    }
}

.bottom-links strong {
    display: block;
    font-weight: 500
}

/* .blog .thumb .cover,
.single-post .thumb .cover {
    opacity: 0 !important
}

.blog .thumb img,
.single-post .thumb img {
    opacity: 1 !important
} */

.related h2:not(.h3) {
    text-align: center
}

.animate {
    animation-duration: .85s;
    animation-fill-mode: both;
    transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86)
}

.from-top {
    opacity: 0
}

.animate_start.from-top {
    animation-name: from_top
}

@keyframes from_top {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.circle_top_absolute {
    opacity: 0
}

.animate_start.circle_top_absolute {
    animation-name: circle_top_absolute
}

@keyframes circle_top_absolute {
    from {
        opacity: 0;
        margin-top: 50px
    }

    to {
        opacity: 1;
        margin-top: 0px
    }
}

.from-left {
    opacity: 0
}

.animate_start.from-left {
    animation-name: from-left
}

@keyframes from-left {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.from-right {
    opacity: 0
}

.animate_start.from-right {
    animation-name: from-right
}

@keyframes from-right {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.block {
    opacity: 0
}

.animate_start.block {
    animation-name: fade-in
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes bounce {
    0% {
        top: 0
    }

    50% {
        top: 15px
    }

    100% {
        top: 0px
    }
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1.5)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(2.5deg)
    }

    25% {
        transform: rotate(-2.5deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-2.5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

img.scaled-image {
    border: 0 !important
}

.menu-item a {

    font-family: "de-walpergens-pica", sans-serif;
}

.post-content-container {
    padding: 10px 20px 10px 20px;
}

.PostIciTitle {
    /* color: #1cba6f; */
    line-height: initial;
    margin-top: 10px;
}


.wp-block-heading {
    font-family: "de-walpergens-pica", sans-serif;
    margin: 0px;
}

.wp-block-separator {
    border-bottom: 1px solid;
}



.wp-block-image figcaption {
    font-size: 15px !important;
    text-align: right !important;
}

.wp-block-columns.is-layout-flex {
    gap: 0em !important;
    display: flex;
    flex-direction: column;
}

.wp-block-column {
    padding: 10px;
}

.girisparagraf,
.girisparagraf p {
    /* color: #1cba6f !important; */
    font-family: "de-walpergens-pica", sans-serif !important;
    font-size: 22px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;

}

/* .post-content-container p */
.post-content-container,
.post-content-container p {
    /* line-height: initial; */
    color: rgb(32, 33, 34) !important;
    /* font-size: 18px !important; */
    line-height: 29px !important;
    overflow-wrap: break-word;
	word-break: break-word;
}

.post-content-container a {
    /* text-decoration: underline !important; */
    color: #fa4789 !important;
    display: inline-block;
	max-width: 100%;
    overflow-wrap: break-word;
	word-break: break-word;
}

.PostIciTitle::after {
    background: transparent;
    bottom: 0px;
    border-radius: 0px;
    display: inline-block;
    content: "";
    height: 0px;
    /* left: 50%; */
    /* position: absolute; */
    /* transform: translateX(-50%); */
    /* width: 153px; */
}

.PostIciBaslik {
    /* color: #1cba6f; */
    border-top: 22px solid #f2fbad;
}

.PostIciBaslikAltiParagraf {
    border-bottom: 22px solid #f2fbad;
}

hr {
    width: 100% !important;
}

.wp-block-quote {
    margin: 0 !important;
}

.wp-block-quote p {
    line-height: 50px !important;
}


.RenkliSeperator {
    border-bottom: 22px solid #f2fbad;
    width: 100% !important;
}

/* .PostIciBaslik::after {
    background: #fa4789b8;
    bottom: -3px;
    border-radius: 5px;
    display: inline-block;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
} */

.wp-block-quote {
    font-style: italic;
}

.mainbg {
    background: #f5f5f5;
}

.thirty-space {
    width: 100%;
    height: 30px;
}

.catNameTitle::after {
    background: transparent;
    bottom: 0px;
    border-radius: 0px;
    display: inline-block;
    content: "";
    height: 0px;
}

.CatSeperator {
    background: #fa478947;
    text-align: left;
    padding-left: 30px;
    font-size: larger;
    letter-spacing: 6px;
}

.CatSeperator::after,
.noAfter::after,
.page-content h2::after,
.page-content h3::after {
    background: transparent !important;
    bottom: 0px !important;
    border-radius: 0px !important;
    display: inline-block !important;
    content: "" !important;
    height: 0px !important;
}


.AZButtonContainer {
    /* float: inline-end; */
    /* padding-right: 10px; */
    height: 50px;
    position: sticky;
    top: 64px;
    position: -webkit-sticky;
    z-index: 1;
}

.AZButton {
    background: #fa4789ba;
    color: #fff;
    padding: 10px 20px;
    /* border-radius: 5px; */
    text-decoration: none;
    display: inline-block;
    /* margin: 10px 0; */
    width: 100%;
    text-align: center;
    border-bottom: 2px solid black;
    cursor: pointer;
}

.AZButton:hover {
    color: #0f0f0f;
    background: #fa4789;
}


.AZListContainer {
    background: #fa4789;
    display: none;
    font-size: 30px;
    font-weight: 600;
    /* min-height: 100%; */
    left: 0;
    /* max-width: 100vw; */
    padding: 22px 27px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 99;
}

.AZListContainer ::-moz-selection {
    color: #0f0f0f;
    background: #f5efe4
}

.AZListContainer ::selection {
    color: #0f0f0f;
    background: #f5efe4
}

.AZListContainer .row.align-middle {
    min-height: calc(100vh - 140px)
}

.AZListContainer a {
    /* margin: 10px auto; */
}

.AZListContainer a.close {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -4px;
}

.AZListContainer .scroll-container {
    height: calc(100% - 104px);
    overflow-y: scroll;
    padding-right: 0px;
    width: calc(100% - 15px);
    /* Leave space for the sidebar */
}

/* iOS Sticky Headers */
.AZListContainer .sticky-header {
    position: sticky;
    top: 0;
    background: #f2f2f7;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #8e8e93;
    z-index: 2;
}

.AZListContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.AZListContainer li {
    padding: 12px 15px;
    border-bottom: 0.5px solid #c6c6c8;
    font-size: 17px;
}

/* The A-Z Navigation on the right */
.AZListContainer .alphabet-sidebar {
    width: 40px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 40px;
}

.AZListContainer .alphabet-sidebar a {
    text-decoration: none;
    padding: 1px 2px;
    color: inherit;
    line-height: 28px;
}


@media print,
screen and (min-width: 48em) {

    /* .artists-view.list .post-list {
        columns: 3
    } */
    .wp-block-columns.is-layout-flex {
        flex-direction: row;
    }
}

@media print,
screen and (min-width: 64em) {
    .AZListContainer {
        max-width: 640px;
        max-height: 800px;
        top: calc(50% - 400px);
        left: calc(50% - 320px);
    }
    /* .wp-block-columns.is-layout-flex {
        flex-direction: row;
    } */
}

.list-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.list-container {
    /* flex: 1; */
    /* overflow-y: scroll; */
    width: calc(100% - 40px);
}

.list-wrapper .alphabet-sidebar {
    width: 40px;
    position: sticky;
    right: 0px;
    top: 64px;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #fa4789;
    align-self: flex-start;
}

.list-wrapper .alphabet-sidebar a {
    text-decoration: none;
    padding: 1px 2px;
    color: #fff !important;
    line-height: 28px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

/* Force the YouTube iframe to fill its container */
.wp-block-embed-youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* Ensure the wrapper maintains the correct 16:9 aspect ratio */
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.KunyeBaslik{
    font-family: 'de-walpergens-pica', sans-serif;
}
