* {
    box-sizing: border-box;
}

.main-content {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    background: rgb(243, 242, 242);
    color: #201f1d;
    font-family: "Lora", serif;
    -webkit-font-smoothing: antialiased;
}
.et_right_sidebar #main-content .container::before {
    display: none;
}
.et_right_sidebar #sidebar {
    width: 260px;
    flex: 0 0 auto;
    background: rgb(234, 233, 233);
    border-left: 1px solid rgba(32, 31, 29, 0.16);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0px;
    height: 100vh;
    overflow-y: hidden;
    z-index: 20;
    transition: right 0.22s;
    padding-left: 20px !important;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.et_right_sidebar #sidebar:hover {
    overflow-y: auto;
}
.scwsidebar_logo {
    margin-bottom: 25px;
}

.scwsidebar_logo img {
    max-width: 170px;
    height: auto;
    display: block;
}

.scwsidebar_it_head {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(32, 31, 29, 0.5);
    margin-bottom: 10px;
    font-family: "Lora", serif;
    padding-bottom: 0;
}
.language-item.active {
    display: block;
    width: 100%;
    text-align: left;
    background: rgb(125, 84, 17);
    border: medium;
    border-radius: 4px;
    padding: 9px 10px;
    font-family: "Lora", serif;
    font-size: 14px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.scwsidebar_it {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0dad0;
}

.scwsidebar_it:last-child {
    border-bottom: none;
}

.language-switcher {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.language-item {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: medium;
    border-radius: 4px;
    padding: 9px 10px;
    font-family: "Lora", serif;
    font-size: 14px;
    cursor: pointer;
    color: rgb(32, 31, 29);
}

.language-item a {
    text-decoration: none !important;
}

.language-item.active a {
    color: #ffffff !important;
}

.scwsidebar_it_home.active,
.scwsidebar_it_post.active {
    display: block;
    width: 100%;
    text-align: left;
    background: rgba(182, 130, 53, 0.18);
    border: medium;
    border-radius: 4px;
    padding: 9px 10px;
}

.scwsidebar_it_home.active a,
.scwsidebar_it_post.active a {
    font-weight: 600;
    font-family: "Lora", serif;
    font-size: 14px;
    cursor: pointer;
    color: rgb(32, 31, 29);
}

.scwsidebar_it_home,
.scwsidebar_it_post {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: medium;
    border-radius: 4px;
    padding: 9px 10px;
    font-family: "Lora", serif;
    font-size: 14px;
    cursor: pointer;
    color: rgb(32, 31, 29);
}
.scwsidebar_it_home a,
.scwsidebar_it_post a {
    font-family: "Lora", serif;
    font-size: 14px;
    cursor: pointer;
    color: rgb(32, 31, 29);
    font-weight: normal;
}

.scwsidebar_it {
    counter-reset: trail-step;
}

.scwsidebar_it_post {
    counter-increment: trail-step;
}

.scwsidebar_it_post a::before {
    content: counter(trail-step, decimal-leading-zero) " ";
    font-style: italic;
    font-weight: 400;
    color: #8c857b;
    margin-right: 8px;
    font-family: Georgia, serif;
}

#left-area {
    padding: 40px 35px;
    background-color: #ffffff;
    color: #2b2b29;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
}

.page-id-57 .entry-title.main_title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    margin: 0px 0px 20px;
    letter-spacing: -0.015em;
}

.page-id-57 .entry-content img {
    border: 6px solid rgb(234, 233, 233);
    outline: rgba(32, 31, 29, 0.16) solid 1px;
    margin-bottom: 22px;
    filter: sepia(0.22) saturate(0.82) contrast(1.05);
    width: 100%;
    aspect-ratio: 16 / 9;
}

.page-id-57 .entry-content p {
    padding-bottom: 0;
    font-family: "Lora", serif;
    text-align: justify;
    font-size: 15px;
    line-height: 1.65;
    margin: 0px 0px 14px;
    color: rgba(32, 31, 29, 0.85);
}
.mejs-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mejs-container .mejs-horizontal-volume-slider {
    background: none !important;
    margin-top: 0 !important;
}
.entry-content p a:last-child {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background: rgb(125, 84, 17);
    border: medium;
    border-radius: 4px;
    padding: 12px 22px;
    cursor: pointer;
    margin-top: 30px;
    margin-top: 20px;
    display: inline-block;
}

.et_fixed_nav.et_header_style_slide #main-header {
    display: none;
}
body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0 !important;
}
#respond {
    display: none !important;
}
.scwsidebar_it:last-child {
    margin-bottom: 0;
}
.scwsidebar_simon {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 14px;
    color: rgb(255, 255, 255) !important;
    background: rgb(125, 84, 17);
    border: medium;
    border-radius: 4px;
    padding: 10px 12px;
    cursor: pointer;
}
.scwsidebar_it_down_it a {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(32, 31, 29, 0.16);
    border-radius: 4px;
    padding: 8px 10px;
    text-decoration: none;
    color: rgb(32, 31, 29);
    background: rgb(243, 242, 242);
}
.scwsimon_con > div:first-child {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(125, 84, 17);
    margin-bottom: 9px;
    font-family: "Lora", serif;
}

.scwsimon_con h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    margin: 0px 0px 8px;
    letter-spacing: -0.015em;
    color: #201f1d;
    padding: 0;
}

.scwsimon_con > div:nth-child(3) {
    font-size: 14px;
    color: rgba(32, 31, 29, 0.6);
    margin-bottom: 22px;
    font-family: "Lora", serif;
}

.scwsimon_con img {
    width: 100%;
    height: auto;
    display: block;
    border: 6px solid rgb(234, 233, 233);
    outline: rgba(32, 31, 29, 0.16) solid 1px;
    margin-bottom: 24px;
    filter: sepia(0.22) saturate(0.82) contrast(1.05);
}
.scwsimon_work_con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 26px;
}
.scwsimon_work_item_img {
    border: 4px solid rgb(234, 233, 233);
    outline: rgba(32, 31, 29, 0.16) solid 1px;
    filter: sepia(0.22) saturate(0.82) contrast(1.05);
    padding-bottom: 0;
}
.scwsimon_work_item_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
}
.scwsimon_work_item_title {
    font-size: 12px;
    color: rgba(32, 31, 29, 0.6);
    text-align: center;
    font-family: "Lora", serif;
}
.scwsimon_work_bot {
    font-size: 12px;
    color: rgba(32, 31, 29, 0.45);
    line-height: 1.5;
    font-style: italic;
    font-family: "Lora", serif;
}
.scwsimon_con p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.65;
    margin: 0px 0px 14px;
    color: rgba(32, 31, 29, 0.85);
    font-family: "Lora", serif;
    padding-bottom: 0;
}

.scwsimon_con h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0px 0px 14px;
    letter-spacing: -0.01em;
    color: #201f1d;
    padding-bottom: 0;
}
.scwsimon_work_head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0px 0px 16px;
    letter-spacing: -0.01em;
    padding-top: 22px;
    border-top: 1px solid rgba(32, 31, 29, 0.16);
    color: #201f1d;
}
#main-footer {
    background-color: #222;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
#main-footer a {
    color: #fff;
}
.scwpublications_head {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(125, 84, 17);
    margin-bottom: 9px;
    padding-bottom: 0;
    font-family: "Lora", serif;
}
.scwpublications_title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    margin: 0px 0px 24px;
    letter-spacing: -0.015em;
    color: #201f1d;
}

.scwpublications_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.scwpublications_item_img {
    border: 6px solid rgb(234, 233, 233);
    outline: rgba(32, 31, 29, 0.16) solid 1px;
    filter: sepia(0.22) saturate(0.82) contrast(1.05);
    padding: 0;
}
.scwpublications_item_img img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: 100%;
    object-fit: cover;
    display: block;
}
.scwpublications_item_title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 8px;
    text-align: center;
    color: rgb(32, 31, 29);
}
.language-item.loading {
    opacity: 0.5;
}
.et_right_sidebar #sidebar {
    width: 290px !important;
}
.language-item {
    padding-bottom: 9px !important;
}

.post-meta {
    display: none;
}
.entry-title {
    margin-bottom: 20px;
}
.post-navigation {
    border-top: 1px solid rgba(32, 31, 29, 0.16);
    padding-top: 20px;
    margin-top: 20px;
}
.scwpost_stt {
    margin-bottom: 10px;
}
#comment-wrap {
    display: none;
}
@media only screen and (max-width: 980px) {
    #page-container {
        padding-top: 0px !important;
    }
    .scwsimon,
    .scwpublications {
        max-width: 640px;
        margin: 0px auto;
        padding: 40px 24px 80px;
    }
    #main-header .mobile_menu_bar {
        position: relative;
        display: block;
        line-height: normal;
        background: transparent;
        border: 1px solid rgba(32, 31, 29, 0.16);
        border-radius: 4px;
        width: 34px;
        height: 34px;
        font-size: 16px;
        cursor: pointer;
        color: rgb(32, 31, 29);
    }
    .et_fixed_nav #et-top-navigation {
        float: left;
        width: 100%;
        position: sticky;
        top: 0px;
        z-index: 10;
        display: flex !important;
        align-items: center;
        gap: 12px;
        padding: 14px 0 !important;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0 !important;
    }
    .scwheader_title {
        font-family: "Cormorant Garamond", serif;
        font-weight: 600;
        font-size: 16px;
        color: #201f1d;
    }
    #main-content #sidebar {
        right: -290px;
        position: fixed;
        transition: right 0.22s;
        width: 290px !important;
        display: block;
        padding: 20px !important;
    }
    #main-content #sidebar.active {
        right: 0;
    }
    #main-content #sidebar {
        z-index: 100 !important;
    }
    .et_header_style_left .logo_container a img {
        display: none !important;
    }
    body:has(.mobile_menu_bar.openning)::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        pointer-events: auto;
    }

    #et-main-area {
        margin-top: 50px;
    }
    .scwsidebar {
        padding-bottom: 30px;
    }
    .et_fixed_nav.et_header_style_slide #main-header {
        position: fixed;
    }

    .mobile_menu_bar.openning::before {
        content: "\4d" !important;
        font-size: 32px;
        position: relative;
        left: 0;
        top: 0;
        cursor: pointer;
    }
    .et_fixed_nav.et_header_style_slide #main-header {
        display: block !important;
        z-index: 1;
    }
}
