/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Rounded);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root{
    --enfold-main-color-white: #ffffff;
    --enfold-main-color-white-rgba: 255, 255, 255;

    --enfold-main-color-black: #111111;
    --enfold-main-color-black-rgba: 17, 17, 17; 

    --enfold-main-color-blue: #3D537D;
    --enfold-main-color-blue-rgba: 61, 83, 125;
}
body {
    color: #333333;
    font-size: 16px;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    word-break: break-word;
    overflow-wrap: break-word;
    text-transform: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    text-transform: inherit;
}
.main_color strong{
    color: inherit;
}
.av-subheading.av_custom_color{
    opacity: 1;
}
.avia_transform a .image-overlay{
    display: none !important;
}
.wp-block-separator{
    margin: 0 0 0;
}
@media only screen and (max-width: 989px){
    .responsive #top #wrap_all .flex_column.av-break-at-tablet,
    .responsive #top #wrap_all .av-break-at-tablet .flex_cell{
        margin-bottom: 0;
    }
    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px){
    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
}

/*--header area start--*/
body#top:not(.scrolled) #header{
    box-shadow: none;
}
body#top #header_main .logo{
    padding-right: 10px;
}
body#top #header_main .logo a,
body#top #header_main .logo a img{
    max-width: 343px;
    width: 100%;
}
body#top #header_main .logo a{
    display: inline-block;
    height: auto !important;
    vertical-align: middle;
}
body#top #header_meta,
body#top #header_meta .container{
    min-height: 0;
    line-height: normal;
    height: auto;
}
body#top #header_meta .sub_menu,
body#top #header_main .widget.widget_nav_menu{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
body#top #header_meta .sub_menu{
    float: none;
    clear: both;
    display: block;
    top: unset;
    left: unset;
    width: 100%;
    padding-right: 5px;
}
body#top #header_meta .sub_menu ul,
body#top #header_main .widget.widget_nav_menu ul{
    text-align: right;
}
body#top #header_meta .sub_menu ul,
body#top #header_meta .sub_menu ul li{
    float: none;
    clear: both;
    display: block;
}
body#top #header_meta .sub_menu ul li,
body#top #header_main .widget.widget_nav_menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    background: transparent;
}
body#top #header_meta .sub_menu ul li.current_page_item,
body#top #header_main .widget.widget_nav_menu ul li.current_page_item{
    background: transparent;
}
body#top #header_meta .sub_menu ul li a,
body#top #header_main .widget.widget_nav_menu ul li a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px 12px 4px 36px;
    color: var(--enfold-main-color-heading);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    transition: all .5s ease-in-out;
    background-color: var(--enfold-main-color-white);
    border: 1px solid #555555;
    border-radius: 4px;
}
body#top #header_meta .sub_menu ul li.color-button a,
body#top #header_main .widget.widget_nav_menu ul li.color-button a{
    color: var(--enfold-main-color-white);
    background-color: #555555;
}
body#top #header_meta .sub_menu ul li a::before,
body#top #header_main .widget.widget_nav_menu ul li a::before{
    position: absolute;
    content: '\e09e';
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    box-sizing: border-box;
    font-size: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
body#top #header_meta .sub_menu ul li.color-button a::before,
body#top #header_main .widget.widget_nav_menu ul li.color-button a::before{
    content: '\e7f0';
}
body#top #header_meta .sub_menu ul li a:hover,
body#top #header_main .widget.widget_nav_menu ul li a:hover{
    color: var(--enfold-main-color-white);
    background-color: #555555;
}
body#top #header_meta .sub_menu ul li.color-button a:hover,
body#top #header_main .widget.widget_nav_menu ul li.color-button a:hover{
    color: #555555;
    background-color: var(--enfold-main-color-white);
}
#top #searchform>div,
.avia-search-tooltip #searchform>div{
    margin: 12px;
    border: 1px solid var(--enfold-main-color-border);
}
.avia-search-tooltip{
    top: calc(100% + 25px) !important;
}
#top #s{
    padding: 8px 47px 7px 5px;
    line-height: 24px;
}
#top .av_minimal_header #s{
    padding: 9px 47px 8px 5px;
    line-height: 24px;
}
.avia-search-tooltip #searchform>div.ajax_search_response{
    margin: 0;
    border: 0;
}
#top #searchsubmit{
    background: #030089;
}
body#top #header_main > .container .main_menu .av-main-nav > li#menu-item-search > a{
    font-size: 28px;
}
#top #av-burger-menu-ul{
    background-color: #030089;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li{
    padding: 0 30px 0 30px;
    background-color: #030089;
    border: 0;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li:nth-of-type(1){
    padding-top: 60px;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a{
    position: relative;
    display: block;
    padding: 12px 12px 12px 30px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: 160%;
    letter-spacing: 1px;
    border-color: #ffffff;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul>li:nth-of-type(1)>a{
    border-top: 1px solid #ffffff;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a::before{
    position: absolute;
    content: '\e315';
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    box-sizing: border-box;
    font-size: 18px;
    left: 3px;
    top: 13px;
    transition: all .5s ease-in-out;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li ul.sub-menu li a{
    padding-left: 40px;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li ul.sub-menu li a::before{
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 2px;
    left: 15px;
    top: 22px;
    background-color: #ffffff;
}
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover{
    background-color: rgba(3, 0, 137, .3);
}
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after{
    background-color: #ffffff;
}
@media only screen and (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main{
        padding-top: 119px !important;
    }
    #top .widget_nav_menu ul,
    #top .widget_nav_menu li,
    body#top #header_main .main_menu,
    body#top #header_main > .container .main_menu .av-main-nav > li > a,
    body#top #header_main #menu-item-shop .cart_dropdown_link{
        height: auto;
        line-height: normal;
    }
    body#top #header_meta .sub_menu{
        display: none !important;
    }
    body#top #header_main .inner-container{
        position: relative;
    }
    body#top #header_main .inner-container .widget.widget_nav_menu{
        position: absolute;
        right: 34px;
        top: 25px;
    }
    body#top #header_main .main_menu{
        top: unset;
        left: unset;
        display: block;
        margin-top: 70px;
        line-height: normal;
    }
    body#top #header_main > .container .main_menu .av-main-nav{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li#menu-item-search{
        position: absolute;
        top: -46px;
        right: 0;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li#menu-item-search a{
        display: block;
        padding: 14px 14px;
        border: 1px solid #555555;
        border-radius: 4px;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li#menu-item-search a::before{
        position: absolute;
        content: '\e8b6';
        font-family: 'Material Symbols Outlined';
        font-weight: 500;
        box-sizing: border-box;
        font-size: 24px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search){
        float: none;
        clear: both;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 57px;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search) > a{
        position: relative;
        padding: 0 0 10px 0;
        font-size: 15px;
        font-weight: 500;
        height: auto;
        line-height: 160%;
        letter-spacing: 1px;
        transition: all .5s ease-in-out;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search) > a::before{
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #030089;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        transition: all .5s ease-in-out;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search) > a:hover,
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search).current_page_item > a{
        color: #030089;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search) > a:hover::before,
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search).current_page_item > a::before{
        width: 80%;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li ul.sub-menu{
        padding: 30px 15px 30px 15px;
        width: 320px;
        border-radius: 4px;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li ul.sub-menu li a{
        display: block;
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        font-weight: 500;
        height: auto;
        line-height: 160%;
        letter-spacing: 1px;
        border-bottom: 1px solid var(--enfold-main-color-border);
    }
    body#top #header_main > .container .main_menu .av-main-nav > li ul.sub-menu li:nth-of-type(1) a{
        border-top: 1px solid var(--enfold-main-color-border);
    }
    body#top #header_main > .container .main_menu .av-main-nav > li ul.sub-menu li a::before{
        position: absolute;
        content: '';
        box-sizing: border-box;
        width: 10px;
        height: 2px;
        left: 3px;
        top: 21px;
        background-color: #030089;
    }
    body#top #header_main > .container .main_menu .av-main-nav > li ul.sub-menu li a:hover{
        color: #030089;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
    body#top #header_main > .container .main_menu .av-main-nav > li:not(.av-burger-menu-main):not(#menu-item-search){
        padding-left: 35px;
    }
}
@media only screen and (max-width: 989px) {
    body#top #header_main .widget.widget_nav_menu{
        display: none !important;
    }
    body#top #header_main{
        padding-bottom: 15px;
    }
    body#top #header_meta{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    body#top #header_main > .container ul > li#menu-item-search{
        z-index: 10;
    }
	html.responsive.av-burger-overlay-active-delayed body#top #header_main > .container .main_menu .av-main-nav li#menu-item-search {
        z-index: 1;
        opacity: 0;
    }
}
@media only screen and (max-width: 479px) {
    body#top #header_main .logo{
        max-width: 180px;
        width: 100%;
    }
    body#top #header_meta .sub_menu ul li a{
        font-size: 12px;
    }
}
/*--header area end--*/

/*--layerslide area start--*/
body#top #wrap_all #main .layerslideSection{
    position: relative;
    background-size: cover;
}
body#top #wrap_all #main .layerslideSection::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(8, 6, 70, .25);
    left: 0;
    top: 0;
}
body#top #wrap_all #main .layerslideSection .av-special-heading-h2{
    max-width: 675px;
    width: 100%;
}
body#top #wrap_all #main .layerslideSection .av-special-heading-h2 .av-special-heading-tag{
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 3px;
}
body#top #wrap_all #main .layerslideSection .av-special-heading-h2 .av-special-heading-tag span{
    display: inline-block;
}
body#top #wrap_all #main .layerslideSection .av-special-heading-h2 .av-subheading,
body#top #wrap_all #main .layerslideSection .av-special-heading-h2 .av-subheading p{
    font-weight: normal;
    line-height: 180%;
    letter-spacing: 1px;
}
@media only screen and (max-width: 989px) {
    body#top #wrap_all #main .layerslideSection .av-special-heading-h2 .av-special-heading-tag{
        letter-spacing: 1px;
    }
}
/*--layerslide area end--*/

/*--home main area start--*/
body#top #wrap_all #main .informationSection .av-special-heading-h3 .av-special-heading-tag,
body#top #wrap_all #main .aboutSection .av-special-heading-h2 .av-special-heading-tag,
body#top #wrap_all #main .membershipSection .av-special-heading-h2 .av-special-heading-tag {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: inherit;
}
body#top #wrap_all #main .informationSection .av-special-heading-h3 .av-subheading,
body#top #wrap_all #main .informationSection .av-special-heading-h3 .av-subheading p,
body#top #wrap_all #main .aboutSection .av-special-heading-h2 .av-subheading,
body#top #wrap_all #main .aboutSection .av-special-heading-h2 .av-subheading p,
body#top #wrap_all #main .membershipSection .av-special-heading-h2 .av-subheading,
body#top #wrap_all #main .membershipSection .av-special-heading-h2 .av-subheading p{
    font-weight: 500;
    line-height: 125%;
    letter-spacing: normal;
    text-transform: inherit;
}
body#top #wrap_all #main .aboutSection .av-special-heading-h2 .av-subheading,
body#top #wrap_all #main .membershipSection .av-special-heading-h2 .av-subheading {
    position: relative;
    margin-bottom: 5px;
}
/*--home main area end--*/

/*--home about us area start--*/
body#top #wrap_all #main .aboutSection{
    background-size: cover;
}
body#top #wrap_all #main .aboutSection .flex_column_table{
    max-width: 840px;
    width: 100%;
}
body#top #wrap_all #main .aboutSection .flex_column{
    background-color: rgb(255 255 255 / 45%);
    -webkit-backdrop-filter: blur(30px) brightness(50%) opacity(.36);
    backdrop-filter: blur(30px) brightness(50%) opacity(.36);
    backdrop-filter: blur(30px);
}
body#top #wrap_all #main .aboutSection .av-special-heading-h2 .av-special-heading-tag{
    font-weight: bold;
    letter-spacing: 1px;
}
body#top #wrap_all #main .aboutSection .flex_column .avia_textblock p{
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 210%;
    letter-spacing: normal;
}
body#top #wrap_all #main .aboutSection .flex_column .avia-button-wrap{
    display: inline-block;
    vertical-align: middle;
}
body#top #wrap_all #main .aboutSection .flex_column .avia-button-wrap a.avia-button{
    position: relative;
    display: block;
    max-width: 203px;
    min-width: 203px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: normal;
}
body#top #wrap_all #main .aboutSection .flex_column .avia-button-wrap a.avia-button .avia_button_icon{
    position: absolute;
    left: auto;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
body#top #wrap_all #main .aboutSection .flex_column .avia-button-wrap a.avia-button .avia_button_icon::before{
    position: absolute;
    content: '\e315';
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    box-sizing: border-box;
    font-size: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 989px) {
    body#top #wrap_all #main .aboutSection .flex_column{
        background-color: rgb(255 255 255 / 65%);
    }
}
@media only screen and (max-width: 767px) {
    body#top #wrap_all #main .aboutSection .flex_column .avia-button-wrap{
        display: block;
    }
    body#top #wrap_all #main .aboutSection .flex_column .avia-button-wrap a.avia-button{
        margin-left: auto;
        margin-right: auto;
    }
}
/*--home about us area end--*/

/*--publication・award area start--*/
body#top #wrap_all #main .prSection .template-page{
    padding-top: 64px;
    padding-bottom: 60px;
}
body#top #wrap_all #main .prSection .flex_column{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    transition: all .4s ease-in-out;
}
body#top #wrap_all #main .prSection .flex_column:hover{
    background-color: rgba(var(--enfold-main-color-blue-rgba), .2);
}
body#top #wrap_all #main .prSection .flex_column .avia-image-container .avia-image-overlay-wrap{
    padding: 0 10px 0 0;
    overflow: hidden;
}
body#top #wrap_all #main .prSection .flex_column .avia-image-container .avia-image-overlay-wrap img.avia_image{
    margin: auto;
    display: block;
    border-radius: 6px;
}
body#top #wrap_all #main .prSection .flex_column .av_textblock_section .avia_textblock h3{
    color: var(--enfold-alternate-color-meta);
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal;
    text-transform: inherit;
}
body#top #wrap_all #main .prSection .flex_column .av_textblock_section .avia_textblock h3 span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    color: var(--enfold-main-color-heading);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: normal;
}
body#top #wrap_all #main .prSection .flex_column .av_textblock_section .avia_textblock p{
    margin: 0 0 25px 0;
    color: var(--enfold-main-color-heading);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: normal;
}
@media only screen and (min-width: 1200px) {
    body#top #wrap_all #main .prSection .flex_column .avia-image-container{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 0;
        width: calc(100% - 380px);
        border-right: 1px solid var(--enfold-main-color-border);
    }
    body#top #wrap_all #main .prSection .flex_column .av_textblock_section{
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 25px;
        max-width: 375px;
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    body#top #wrap_all #main .prSection .flex_column .avia-image-container .avia-image-overlay-wrap{
        padding-right: 0;
    }
}
@media only screen and (max-width: 989px) {
    body#top #wrap_all #main .prSection .template-page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    body#top #wrap_all #main .prSection .flex_column{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 580px;
        width: 100%;
    }
    body#top #wrap_all #main .prSection .flex_column.first{
        margin-bottom: 30px;
    }
    body#top #wrap_all #main .prSection .flex_column .avia-image-container{
        margin-bottom: 15px;
    }
    body#top #wrap_all #main .prSection .flex_column .av_textblock_section .avia_textblock h3{
        text-align: center;
    }
}
@media only screen and (max-width: 575px){
    body#top #wrap_all #main .prSection .flex_column .av_textblock_section .avia_textblock h3 span{
        display: block;
        padding-left: 0;
    }
}
/*--publication・award area end--*/

/*--home banner area start--*/
body#top #wrap_all #main .bannerSection .template-page{
    padding-top: 43px;
    padding-bottom: 40px;
}
body#top #wrap_all #main .bannerSection .flex_column .widget{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner{
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 15px 0;
    padding: 0 0 0 0;
    max-width: 335px;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: normal;
}
body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner a{
    display: inline-block;
    max-width: 335px;
    width: 100%;
    font-size: 0;
    line-height: normal;
    background-color: #CDD6DD;
    border-radius: 6px;
    overflow: hidden;
    opacity: 1;
    transition: all .4s ease-in-out;
}
body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner a img{
    padding: 0 0 0 0;
    max-width: 335px;
    width: 100%;
}
body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner a:hover{
    opacity: .7;
}
@media only screen and (min-width: 768px) {
    body#top #wrap_all #main .bannerSection .flex_column .avia-builder-widget-area{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    /*
    body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner:nth-of-type(3n){
        margin-right: 0;
    }
    */
}
@media only screen and (min-width: 1200px){
    body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner{
        margin-right: 32px;
        margin-left: 32px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1199px){
    body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner{
        margin-right: 22px;
        margin-left: 22px;
    }
}
@media only screen and (max-width: 989px) {
    body#top #wrap_all #main .bannerSection .template-page{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px){
    body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner{
        margin-right: 35px;
    }
}
@media only screen and (max-width: 767px) {
    body#top #wrap_all #main .bannerSection .flex_column .widget.widget_vkexunit_banner{
        display: block;
        margin: 15px auto 15px auto;
    }
}
/*--home banner area end--*/

/*--membership area start--*/
body#top #wrap_all #main .membershipSection .template-page{
    padding-top: 0;
    padding-bottom: 65px;
}
body#top #wrap_all #main .membershipSection .flex_column{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
}
body#top #wrap_all #main .membershipSection .flex_column::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(8, 6, 70, .4);
    top: 0;
    left: 0;
    visibility: inherit;
}
body#top #wrap_all #main .membershipSection .flex_column .av_promobox{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 !important;
}
body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-promocontent p{
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
    letter-spacing: 1px;
}
body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-button-wrap .avia-button{
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 41px 45px 41px 30px;
    max-width: 245px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: normal;
    border: 0;
    border-radius: 6px;
    right: 0;
    transition: all 0.4s ease-in-out;
}
body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-button-wrap .avia-button .avia_button_icon {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-button-wrap .avia-button .avia_button_icon::before{
    position: absolute;
    content: '\e315';
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    box-sizing: border-box;
    font-size: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-button-wrap .avia-button:hover{
    background-color: rgba(232, 164, 28, .7);
}
@media only screen and (min-width: 768px) {
    body#top #wrap_all #main .membershipSection .flex_column .av_promobox{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-promocontent{
        margin-right: 35px;
        width: calc(100% - 280px);
    }
    body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-button-wrap{
        max-width: 245px;
        width: 100%;
    }
}
@media only screen and (min-width: 990px) {
    body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-promocontent{
        margin-right: 75px;
        width: calc(100% - 320px);
    }
}
@media only screen and (max-width: 989px) {
    body#top #wrap_all #main .membershipSection .template-page{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    body#top #wrap_all #main .membershipSection .av-special-heading-h2 .av-special-heading-tag{
        text-align: center;
    }
    body#top #wrap_all #main .membershipSection .flex_column .av_promobox .avia-button-wrap .avia-button{
        margin: 30px auto 10px auto;
        padding: 20px 45px 20px 20px;
    }
}
/*--membership area end--*/

/*--footer area start--*/
body#top #wrap_all #main #footer{
    padding: 40px 0 20px 0;
    min-height: 10px;
}
body#top #wrap_all #main #footer .widget{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
}
body#top #wrap_all #main #footer .flex_column .avia-image-overlay-wrap a.avia_image{
    display: block;
    padding: 0 0 0 0;
    font-size: 0;
    line-height: normal;
}
body#top #wrap_all #main #footer .flex_column.first .widget.widget_media_image a{
    display: block;
    padding: 30px 0px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: normal;
    background-color: #fff;
    border: 1px solid var(--enfold-main-color-white);
    border-radius: 4px;
    overflow: hidden;
}
body#top #wrap_all #main #footer .flex_column.first .widget.widget_media_image a img{
    max-width: 120px !important;
    width: 100%;
}
body#top #wrap_all #main #footer .flex_column .widget h3.widgettitle{
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
    text-transform: inherit;
}
body#top #wrap_all #main #footer .flex_column .widget h3.widgettitle::after{
    position: absolute;
    content: '';
    width: calc(100% - 96px);
    height: 1px;
    background-color:var(--enfold-main-color-white);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
body#top #wrap_all #main #footer .flex_column .widget.widget_nav_menu h3.widgettitle::after{
    width: calc(100% - 76px);
}
body#top #wrap_all #main #footer .flex_column .widget p{
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 1px;
}
body#top #wrap_all #main #footer .flex_column .widget p span{
    display: inline-block;
}
body#top #wrap_all #main #footer .flex_column .widget p a{
    display: inline-block;
    color: var(--enfold-footer-color-primary);
    transition: all .5s ease-in-out;
}
body#top #wrap_all #main #footer .flex_column .widget p a:hover{
    color: var(--enfold-main-color-white);
    text-decoration: underline;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul li{
    display: inline-block;
    padding: 11px 5px 11px 0;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-top-menu-1 li{
    padding: 17px 5px 17px 0;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-footer-menu li{
    padding-right: 15px;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul li:nth-last-of-type(1){
    padding-right: 0;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-footer-menu li a{
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 1px;
    transition: all .5s ease-in-out;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-footer-menu li a::before{
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 6px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(var(--enfold-main-color-white-rgba), .7);
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-footer-menu li a:hover{
    color: var(--enfold-main-color-white);
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-footer-menu li a:hover::before{
    background-color: rgba(var(--enfold-main-color-white-rgba), 1);
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-top-menu-1 li a{
    position: relative;
    display: block;
    padding: 7px 24px 8px 10px;
    max-width: 144px;
    min-width: 144px;
    width: 100%;
    text-align: center;
    color: var(--enfold-main-color-white);
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: var(--enfold-main-color-blue);
    border: 1px solid var(--enfold-main-color-blue);
    transition: all .5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-top-menu-1 li a::before{
    position: absolute;
    content: '\e5cc';
	font-size: 18px;
    font-family: 'Material Symbols Rounded';
    font-weight: 300;
    box-sizing: border-box;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}
body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-top-menu-1 li a:hover{
    background-color: var(--enfold-footer-color-bg);
}
body#top #wrap_all #main #socket .container{
    padding-top: 0;
    padding-bottom: 25px;
}
body#top #wrap_all #main #socket .copyright{
    float: none;
    clear: both;
    display: block;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: normal;
}
#scroll-top-link{
    opacity: 1;
    color: var(--enfold-main-color-white);
    right: 15px;
    bottom: 35px;
    font-size: 24px;
    border: 1px solid rgba(var(--enfold-main-color-white-rgba), .5);
    border-radius: 3px;
    visibility: inherit;
    line-height: 1.8;
}
#scroll-top-link:hover{
    opacity: 1;
    color: var(--enfold-main-color-color);
    background-color: rgba(var(--enfold-main-color-white-rgba), 1);
}
@media only screen and (min-width: 1200px) {
    body#top #wrap_all #main #footer .flex_column.first{
        max-width: 220px;
        width: 100%;
    }
    body#top #wrap_all #main #footer .flex_column:nth-of-type(2){
        margin-left: 33px;
        max-width: 300px;
        width: 100%;
    }
    body#top #wrap_all #main #footer .flex_column:nth-of-type(3){
        margin-left: 35px;
        width: calc(100% - 684px);
    }
}
@media only screen and (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .responsive body#top #wrap_all #main #footer .container{
        max-width: 960px;
    }
    body#top #wrap_all #main #footer .flex_column.first{
        width: 100%;
    }
    body#top #wrap_all #main #footer .flex_column.first .widget.widget_media_image a{
        margin: 0 auto 30px auto;
    }
    body#top #wrap_all #main #footer .flex_column:nth-of-type(2){
        margin-left: 0;
        max-width: 300px;
        width: 100%;
    }
    body#top #wrap_all #main #footer .flex_column:nth-of-type(3){
        margin-left: 35px;
        width: calc(100% - 335px);
    }
}
@media only screen and (max-width: 767px) {
    body#top #wrap_all #main #socket .container{
        padding-right: 60px;
    }
    .responsive #scroll-top-link{
        display: block;
    }
    body#top #wrap_all #main #footer .flex_column.first .widget.widget_media_image a{
        margin: 0 auto 30px auto;
    }
    body#top #wrap_all #main #footer .flex_column:nth-of-type(2){
        margin-bottom: 30px;
    }
    body#top #wrap_all #main #footer .flex_column .widget_nav_menu ul#menu-top-menu-1 li{
        padding: 11px 5px 11px 0;
    }
}
/*--footer area end--*/

/*--home information event area start--*/
body#top #wrap_all #main .informationSection .template-page{
    padding-top: 65px;
    padding-bottom: 65px;
}
body#top #wrap_all #main .informationSection .av-special-heading-h3{
    padding-right: 145px;
    border-bottom: 1px solid var(--enfold-main-color-border);
}
body#top #wrap_all #main .informationSection .av-special-heading-h3 .av-special-heading-tag{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-right: 15px;
}
body#top #wrap_all #main .informationSection .av-special-heading-h3 .av-subheading.av-subheading_below{
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
body#top #wrap_all #main .informationSection .flex_column .avia-button-wrap a.avia-button{
    position: relative;
    display: block;
    max-width: 137px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
}
body#top #wrap_all #main .informationSection .flex_column .avia-button-wrap a.avia-button .avia_button_icon{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #030089;
    left: auto;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
body#top #wrap_all #main .informationSection .flex_column .avia-button-wrap a.avia-button .avia_button_icon::before{
    position: absolute;
    content: '\e315';
    color: var(--enfold-main-color-white);
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    box-sizing: border-box;
    font-size: 18px;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 990px) {
    body#top #wrap_all #main .informationSection .flex_column.first.el_before_av_one_half {
        width: calc(92% - 405px);
    }
    body#top #wrap_all #main .informationSection .flex_column.avia-builder-el-last.el_after_av_one_half{
        width: 400px;
    }
    body#top #wrap_all #main .informationSection .flex_column .avia-button-wrap.sp-button{
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    body#top #wrap_all #main .informationSection .flex_column.first.el_before_av_one_half,
    body#top #wrap_all #main .informationSection .flex_column.avia-builder-el-last.el_after_av_one_half{
        margin-left: auto;
        margin-right: auto;
        max-width: 830px;
        width: 100%;
    }
}
@media only screen and (max-width: 1060px) {
    body#top #wrap_all #main .informationSection .av-special-heading-h3 .av-subheading.av-subheading_below{
        display: block;
    }
    body#top #wrap_all #main .informationSection .flex_column .avia-button-wrap.pc-button{
        top: 10px;
    }
}
@media only screen and (max-width: 989px) {
    body#top #wrap_all #main .informationSection .template-page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    body#top #wrap_all #main .informationSection .flex_column .avia-button-wrap.pc-button{
        display: none !important;
    }
    body#top #wrap_all #main .informationSection .av-special-heading-h3{
        padding-right: 0;
    }
}
/*--home information event area end--*/

/*--information lists area start--*/
.bloglist-simple .entry-content-wrapper,
body#top .bloglist-simple .entry-content-wrapper,
body#top.archive .template-blog .post .entry-content-wrapper{
    padding: 11px 3px 11px 3px;
}
body#top .bloglist-simple .entry-content-header,
.bloglist-simple .entry-content-header,
body#top.archive .entry-content-wrapper .entry-content-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 0;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos,
.bloglist-simple .post-meta-infos,
body#top.archive .post-meta-infos{
    order: 1;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos,
.bloglist-simple .post-meta-infos,
body#top.archive .post-meta-infos{
    position: relative;
    top: unset;
    line-height: normal;
}
body#top.page .flex_column .template-blog .post-meta-infos{
    margin: 0 0 0 0;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos .date-container,
.bloglist-simple .post-meta-infos .date-container,
.post-meta-infos .date-container{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    color: var(--enfold-main-color-color);
    font-size: 15px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: normal;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos .blog-categories,
.bloglist-simple .post-meta-infos .blog-categories,
.post-meta-infos .blog-categories{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    max-width: 114px;
    width: 100%;
    font-size: 0;
    line-height: normal;
    letter-spacing: normal;
}
body#top.single .post-meta-infos .blog-categories,
body#top.archive.category-event .post-meta-infos .blog-categories{
    max-width: 120px;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos .blog-categories a,
.bloglist-simple .post-meta-infos .blog-categories a,
.post-meta-infos .blog-categories a{
    display: block;
    padding: 3px 5px 3px 5px;
    text-align: center;
    color: var(--enfold-main-color-white);
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 1px;
    background-color: #6A8AC5;
    border: 1px solid #6A8AC5;
    border-radius: 4px;
    text-transform: inherit;
    transition: all .5s ease-in-out;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos .blog-categories a:hover,
.bloglist-simple .post-meta-infos .blog-categories a:hover,
.post-meta-infos .blog-categories a:hover{
    color: #6A8AC5;
    background-color: var(--enfold-main-color-white);
}
#top .fullsize .template-blog .bloglist-simple .post-title,
#top .fullsize .template-blog .bloglist-simple .post-title a,
.bloglist-simple .entry-content-wrapper .post-title,
.bloglist-simple .entry-content-wrapper .post-title a,
body#top .bloglist-simple .entry-content-wrapper .post-title,
body#top .bloglist-simple .entry-content-wrapper .post-title a,
body#top.archive .entry-content-wrapper .post-title,
body#top.archive .entry-content-wrapper .post-title a{
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
    text-transform: inherit;
    transition: all .5s ease-in-out;
}
#top .fullsize .template-blog .bloglist-simple .post-title,
.bloglist-simple .entry-content-wrapper .post-title,
body#top .bloglist-simple .entry-content-wrapper .post-title,
body#top.archive .entry-content-wrapper .post-title{
    order: 2;
    margin: 0 0 0 0;
    width: 100%;
}
#top .fullsize .template-blog .bloglist-simple .post-title a,
.bloglist-simple .entry-content-wrapper .post-title a,
body#top .bloglist-simple .entry-content-wrapper .post-title a,
body#top.archive .entry-content-wrapper .post-title a{
    display: inline-block;
    color: var(--enfold-main-color-heading);
}
#top .fullsize .template-blog .bloglist-simple .post-title a:hover,
.bloglist-simple .entry-content-wrapper .post-title a:hover,
body#top .bloglist-simple .entry-content-wrapper .post-title a:hover,
body#top.archive .entry-content-wrapper .post-title a:hover{
    color: var(--enfold-main-color-primary);
    text-decoration: none;
}
body#top .avia-content-slider{
    position: relative;
    margin-top: 20px;
}
body#top.archive.category-event .template-blog .post .entry-content-wrapper{
    padding: 0 0 0 0;
}
body#top .avia-content-slider article.slide-entry.post-entry,
body#top.archive.category-event article.post.post-entry{
    border-radius: 4px;
    overflow: hidden;
    background: #EEEEEE;
    max-height: 210px;
    display: flex;
    align-items: center;
}
body#top.archive.category-event article.post.post-entry{
    position: relative;
}
body#top .avia-content-slider .slide-image,
body#top.archive.category-event article.post.post-entry .big-preview a{
    margin: 0 0 0 0;
    background: #EEEEEE;
    border-radius: 4px;
    overflow: hidden;
}
body#top .avia-content-slider .slide-image img,
body#top.archive.category-event article.post.post-entry .big-preview a img{
    max-width: 400px;
    width: 100%;
}
body#top .avia-content-slider .slide-content,
body#top.archive.category-event .entry-content-wrapper .entry-content-header{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(3, 0, 137, .7);
    transition: all .5s ease-in-out;
    z-index: 111;
    height: 100%;
}
body#top .avia-content-slider .slide-content:hover,
body#top.archive.category-event .entry-content-wrapper .entry-content-header:hover{
    background-color: rgba(3, 0, 137, 0.85);
}
body#top .avia-content-slider .slide-content .entry-content-header,
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title{
    order: 2;
    z-index: 2;
}
body#top .avia-content-slider .slide-content .slide-entry-title,
body#top .avia-content-slider .slide-content .slide-entry-title a,
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title,
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title a{
    display: block;
    color: var(--enfold-main-color-white);
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1px;
    text-align: center;
}
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title{
    width: 100%;
}
body#top .avia-content-slider .slide-content .slide-meta,
body#top.archive.category-event .post-meta-infos{
    display: none !important;
    position: absolute;
    top: 0;
    padding: 0 0 0 0;
    order: 1;
    max-width: 120px;
    width: 100%;
    z-index: 1;
}
body#top .avia-content-slider .slide-entry-excerpt{
    /*
    position: absolute;
    */
    top: 0;
    padding: 0 0 0 0;
    order: 2;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    overflow: inherit;
    min-height: 28px;
}
body#top .avia-content-slider .slide-content .slide-entry-title a,
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title a{
    border-bottom: 1px solid silver;
    padding: 20px 0px;
    margin: 0px 25px;
}
body#top .avia-content-slider .slide-content .slide-meta time,
body#top.archive.category-event .post-meta-infos .date-container,
body#top .avia-content-slider .slide-entry-excerpt {
    padding: 15px 25px 0 25px;
    color: var(--enfold-main-color-white);
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: normal;
}
body#top .avia-content-slider .slide-entry-excerpt .read-more-link{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
body#top .avia-content-slider .slide-entry-excerpt .read-more-link a{
    font-size: 0;
    line-height: normal;
    letter-spacing: normal;
    width:100%;
    height: 100%;
}
.page-id-30 .more-link-arrow:after {
    display: none;
}
/*
body#top .avia-content-slider .slide-entry-excerpt .read-more-link a .more-link-arrow{
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid var(--enfold-main-color-white);
    border-radius: 50px;
}
body#top .avia-content-slider .slide-entry-excerpt .read-more-link a .more-link-arrow::after{
    position: absolute;
    content: '\e315';
    color: var(--enfold-main-color-white);
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    box-sizing: border-box;
    font-size: 18px;
    right: 0;
    bottom: 7px;
}
*/
body#top .avia-content-slider .fallback-post-type-icon{
    width: 160px;
    background: transparent;
    border-radius: 0;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 0;
}
body#top .avia-content-slider .fallback-post-type-icon::before{
    position: absolute;
    content: 'No Images';
    color: #CCCCCC;
    font-size: 24px;
    width: 100%;
    left: 0;
}
body#top .avia-content-slider .slide-image:hover .fallback-post-type-icon{
    opacity: 1;
}
/* body#top .avia-content-slider .slide-entry-excerpt.entry-content{
    color: transparent !important;
    font-size: 0;
    line-height: normal;
} */
@media only screen and (min-width: 990px) {
    body#top .avia-content-slider article.slide-entry.post-entry,
    body#top.archive.category-event article.post.post-entry{
        max-width: 400px;
        width: 100%;
        max-height: 210px;
        min-height: 210px;
    }
    body#top .flex_column.pageSection .avia-content-slider article.slide-entry.post-entry,
    body#top.archive.category-event article.post.post-entry{
        width: calc(50% - 15px);
    }
    body#top .flex_column.pageSection .avia-content-slider article.slide-entry.post-entry:not(.first),
    body#top.archive.category-event article.post.post-entry:not(:nth-of-type(2n - 1)){
        margin-left: 30px;
    }
}
@media only screen and (min-width: 1100px) {
    #top .fullsize .template-blog .bloglist-simple .post-meta-infos,
    .bloglist-simple .post-meta-infos,
    .post-meta-infos{
        width: 220px;
    }
    #top .fullsize .template-blog .bloglist-simple .post-title,
    .bloglist-simple .entry-content-wrapper .post-title,
    body#top .bloglist-simple .entry-content-wrapper .post-title,
    body#top.archive .entry-content-wrapper .post-title{
        width: calc(100% - 225px);
    }
}
@media only screen and (min-width: 767px) and (max-width: 989px) {
    body#top .avia-content-slider article.slide-entry.post-entry{
        width: calc(50% - 15px);
    }
    body#top .avia-content-slider article.slide-entry.post-entry:not(.first){
        margin-left: 30px;
    }
    body#top .flex_column.pageSection .avia-content-slider article.slide-entry.post-entry,
    body#top.archive.category-event article.post.post-entry{
        display: block;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        width: 100%;
    }
    body#top .flex_column.pageSection .avia-content-slider article.slide-entry.post-entry:not(.first),
    body#top.archive.category-event article.post.post-entry:not(:nth-of-type(2n - 1)){
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 1099px) {
    body#top .bloglist-simple .entry-content-header,
    .bloglist-simple .entry-content-header,
    body#top.archive .entry-content-wrapper .entry-content-header{
        flex-direction: column;
    }
    #top .fullsize .template-blog .bloglist-simple .post-meta-infos,
    .bloglist-simple .post-meta-infos,
    .post-meta-infos{
        width: 100%;
    }
    #top .fullsize .template-blog .bloglist-simple .post-title,
    .bloglist-simple .entry-content-wrapper .post-title,
    body#top .bloglist-simple .entry-content-wrapper .post-title,
    body#top.archive .entry-content-wrapper .post-title{
        margin-top: 8px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    body#top .avia-content-slider,
    body#top .avia-content-slider article.slide-entry.post-entry,
    body#top.archive.category-event article.post.post-entry{
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        width: 100%;
    }
    body#top .avia-content-slider .slide-content .slide-entry-title,
    body#top .avia-content-slider .slide-content .slide-entry-title a,
    body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title,
    body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title a{
        font-size: 14px;
    }
}
body#top .main_color .av-magazine-text-sep,
.av_force_fullwidth .bloglist-simple .read-more-link,
.bloglist-simple .read-more-link,
#top .fullsize .template-blog .bloglist-simple .post-meta-infos .text-sep,
.bloglist-simple .post-meta-infos .text-sep,
.post-meta-infos .text-sep,
.bloglist-simple .entry-footer,
.bloglist-simple .post_delimiter,
.post-entry .entry-footer,
.post-entry .post_delimiter,
.template-blog .post-entry-last .post_delimiter,
body#top .avia-content-slider .slide-meta-comments,
body#top .avia-content-slider .slide-meta-del,
body#top.archive .template-blog .post .entry-content-wrapper .entry-content,
body#top.single .big-preview.single-big,
body#top.category:not(.category-event) .big-preview.single-big{
    display: none !important;
}
/*--information lists area end--*/

/*--page main area start--*/
#main .title_container.alternate_color{
    position: relative;
    padding: 60px 0;
    background-size: cover;
}
#main .title_container.alternate_color::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(8, 6, 70, .25);
    left: 0;
    top: 0;
}
#main .alternate_color.title_container strong,
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a{
    position: relative;
    color: var(--enfold-main-color-white);
    font-size: 28px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 1px;
    pointer-events: none;
}
#main .alternate_color.title_container .breadcrumbs{
    position: relative;
    margin-top: 5px;
    z-index: 1;
    left: 0;
    top: 0;
    right: auto;
    line-height: 160%;
}
#main .alternate_color.title_container .breadcrumbs,
#main .alternate_color.title_container .breadcrumbs a,
#main .alternate_color.title_container .breadcrumbs span{
    color: var(--enfold-main-color-white);
}
body#top.single .entry-content h2,
body#top.page .entry-content h2{
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0 0 10px 0;
    color: #111111;
    line-height: 160%;
    border-bottom: 1px solid var(--enfold-main-color-border);
    text-transform: inherit;
}
body#top.single .entry-content h3,
body#top.page .entry-content h3{
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 8px 8px 8px 16px;
    color: var(--enfold-alternate-color-meta);
    line-height: 160%;
    background-color: #eaeaea;
    border-left: 6px solid var(--enfold-alternate-color-meta);
    text-transform: inherit;
}
body#top.single .entry-content h4,
body#top.page .entry-content h4{
    margin-top: 50px;
    margin-bottom: 25px;
    color: var(--enfold-alternate-color-meta);
    line-height: 160%;
    text-transform: inherit;
}
body#top.single .entry-content h5,
body#top.page .entry-content h5{
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 160%;
    text-transform: inherit;
}
body#top.single .entry-content p,
body#top.page .entry-content p{
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 160%;
}
body#top.single .entry-content a,
body#top.page .entry-content a{
    color: var(--enfold-main-color-primary);
    font-weight: 500;
    text-decoration: none;
    white-space: pre-wrap;
    word-break: break-word;
}
body#top.single .entry-content a:hover,
body#top.page .entry-content a:hover{
    text-decoration: underline;
}
body#top.single .entry-content table,
body#top.page .entry-content table{
    margin-top: 25px;
    margin-bottom: 25px;
}
body#top.single .entry-content table tr th,
body#top.page .entry-content table tr th{
    padding: 10px 8px;
    color: var(--enfold-main-color-white);
    font-size: 18px;
    font-weight: inherit;
    letter-spacing: 0px;
    line-height: 160%;
    text-transform: inherit;
    background-color: #2e436a;
    border-color: var(--enfold-main-color-border);
}
body#top.single .entry-content table tr td,
body#top.page .entry-content table tr td{
    padding: 10px 8px;
    color: var(--enfold-main-color-color);
    font-size: 16px;
    line-height: 160%;
    text-transform: inherit;
    border-color: var(--enfold-main-color-border);
}
.wp-block-table thead {
    border-bottom: 0;
}
body#top.single .entry-content ul,
body#top.page .entry-content ul{
    margin-left: 15px;
    margin-bottom: 25px;
}
body#top.single .entry-content ul li,
body#top.page .entry-content ul li{
    position: relative;
    margin-left:0;
    padding-left:16px;
    list-style:none;
    font-size:16px;
    line-height: 160%;
}
body#top.single .entry-content ul li::before,
body#top.page .entry-content ul li::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    background-color: #2e436a;
    border: 1px solid #2e436a;
    border-radius: 2px;
}
body#top.single .entry-content ul li ul,
body#top.page .entry-content ul li ul{
    margin-left: 5px;
    margin-bottom: 5px;
}
body#top.single .entry-content ul li ul li,
body#top.page .entry-content ul li ul li{
    margin-bottom: 0;
    padding-left: 10px;
}
body#top.single .entry-content ul li ul li::before,
body#top.page .entry-content ul li ul li::before{
    top: 13px;
    left: 0;
    background-color: #333333;
    width: 4px;
    height: 4px;
    border: 1px solid #333333;
    border-radius: 50px;
}
body#top.single .entry-content ul li ul li ul li,
body#top.page .entry-content ul li ul li ul li,
body#top.single .entry-content ul li ol li ul li,
body#top.page .entry-content ul li ol li ul li{
    list-style: inherit;
    padding-left: 0;
    margin-left: 16px;
}
body#top.single .entry-content ul li ol,
body#top.page .entry-content ul li ol{
    margin-left: 20px;
}
body#top.single .entry-content ul li ol li,
body#top.page .entry-content ul li ol li{
    list-style: inherit;
    padding-left: 0;
}
body#top.single .entry-content ul li ol li::before,
body#top.page .entry-content ul li ol li::before,
body#top.single .entry-content ul li ul li ul li::before,
body#top.page .entry-content ul li ul li ul li::before{
    display: none;
}
body#top.single .entry-content ol li,
body#top.page .entry-content ol li{
    font-size: 16px;
    line-height: 160%;
}
body#top.single .entry-content ol li ul,
body#top.page .entry-content ol li ul{
    margin-bottom: 5px;
    margin-left: 20px;
}
body#top.single .entry-content ol li ol,
body#top.page .entry-content ol li ol{
    margin-left: 0;
    margin-bottom: 5px;
}
body#top.single .entry-content ol li ul li,
body#top.page .entry-content ol li ul li,
body#top.single .entry-content ol li ol li,
body#top.page .entry-content ol li ol li{
    list-style: inherit;
    padding-left: 0;
}
body#top.single .entry-content ol li ul li::before,
body#top.page .entry-content ol li ul li::before{
    display: none;
}
body#top .wp-block-image.alignright>figcaption{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
}
body#top.single .entry-content .alignright,
body#top.page .entry-content .alignright,
body#top.single .entry-content .alignleft,
body#top.page .entry-content .alignleft,
body#top.single .entry-content .aligncenter,
body#top.page .entry-content .aligncenter{
    margin-top: 0;
}
body#top.single .entry-content-header{
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 0 0 0;
}
body#top.single .entry-content-wrapper .entry-content-header .post-title{
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0 0 10px 0;
    color: #111111;
    font-size: 28px;
    line-height: 160%;
    border-bottom: 1px solid var(--enfold-main-color-border);
    text-transform: inherit;
}
.template-blog .pagination{
    padding-top: 30px;
}
#top .pagination a{
    background-color: transparent;
    border: 1px solid var(--enfold-main-color-border);
    border-radius: 2px;
}
#top .pagination .current,
#top .main_color .pagination a:hover{
    color: #ffffff;
    background-color: #030089;
    border: 1px solid #030089;
    border-radius: 4px;
}
#top .main_color .pagination .pagination-meta{
    color: #333333;
}
@media only screen and (max-width: 767px) {
    body#top.single .entry-content .alignright,
    body#top.page .entry-content .alignright,
    body#top.single .entry-content .alignleft,
    body#top.page .entry-content .alignleft{
        float: none;
        clear: both;
        display: block;
        margin: 25px auto 25px auto;
        text-align: center;
    }
    body#top.single .entry-content .alignright img,
    body#top.page .entry-content .alignright img,
    body#top.single .entry-content .alignleft img,
    body#top.page .entry-content .alignleft img{
        margin-left: auto;
        margin-right: auto;
    }
}
body#top.single .template-blog .post-entry-last .entry-footer,
body#top.single .template-blog .post-entry-last .post_delimiter,
body#top.single .single-post .post_author_timeline,
body#top.single .template-blog .comment-entry{
    display: none !important;
}
body#top.single .entry-content h2 + h3,
body#top.single .entry-content h2 + h4,
body#top.single .entry-content h2 + h5,
body#top.single .entry-content h3 + h4,
body#top.single .entry-content h3 + h5,
body#top.single .entry-content h4 + h5{
	margin-top: 25px;
}
body#top.page .entry-content h2 + h3,
body#top.page .entry-content h2 + h4,
body#top.page .entry-content h2 + h5,
body#top.page .entry-content h3 + h4,
body#top.page .entry-content h3 + h5,
body#top.page .entry-content h4 + h5{
	margin-top: 25px;
}
body#top.single .entry-content table tr td>*:first-child,
body#top.page .entry-content table tr td>*:first-child{
    margin-top: 0;
}
body#top.single .entry-content table tr td>*:last-child,
body#top.page .entry-content table tr td>*:last-child{
    margin-bottom: 0;
}
body#top.single .entry-content>*:first-child,
body#top.page .entry-content>*:first-child{
    margin-top: 0;
}
body#top.single .entry-content>*:last-child,
body#top.page .entry-content>*:last-child{
    margin-bottom: 0;
}
/*--page main area end--*/

/*--sidebar area start--*/
body#top #main .sidebar nav.widget_nav_menu {
    display: none !important;
}
body#top #main .sidebar .widget{
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(234, 234, 234, .7);
    border-radius: 2px;
    overflow: hidden;
}
body#top #main .sidebar .widget:nth-last-of-type(1){
    margin-bottom: 0;
}
body#top #main .sidebar .widgettitle,
body#top #main .sidebar .widgettitle a{
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: normal;
    text-transform: inherit;
}
body#top #main .sidebar .widgettitle{
    margin-bottom: 0;
    padding: 16px 10px 16px 10px;
    background-color: #2e436a;
}
body#top #main .sidebar .widgettitle a{
    pointer-events: none;
}
body#top #main .sidebar ul{
    padding: 0 15px 15px 15px;
}
body#top #main .sidebar ul li{
    padding: 0 0 0 0;
}
body#top #main .sidebar .widget_archive ul li{
    font-size: 0;
    color: transparent;
    line-height: normal;
}
body#top #main .sidebar ul li a{
    position: relative;
    padding: 8px 8px 8px 8px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: normal;
    transition: all 0.4s ease-in-out;
    text-transform: inherit;
    border-bottom: 1px solid var(--enfold-main-color-white);
}
body#top #main .sidebar ul li a:hover,
body#top #main .sidebar .veu_childPages ul li.current_page_item a{
    color: #030089;
    font-weight: normal;
}
body#top #main .sidebar .veu_childPages ul li a,
body#top #main .sidebar .widget_archive ul li a{
    display: block;
    padding: 14px 8px 14px 20px;
}
body#top #main .sidebar .veu_childPages ul li a::before,
body#top #main .sidebar .widget_archive ul li a::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #2e436a;
    border-right: 1px solid #2e436a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 23px;
}
body#top #main .sidebar .widget_archive ul li a::after{
    position: relative;
    content: '年';
}
body#top #main .widget_wp_widget_vk_taxonomy_list .widget_nav_menu{
    padding: 0 0 0 0;
}
body#top #main .widget_wp_widget_vk_taxonomy_list .widget_nav_menu ul li{
    border: 0;
    line-height: normal;
}
body#top #main .sidebar ul.menu li a,
body#top #main .widget_wp_widget_vk_taxonomy_list .widget_nav_menu ul li a{
    position: relative;
    display: block;
    padding: 12px 8px 12px 20px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: normal;
    text-transform: inherit;
    transition: all 0.4s ease-in-out;
}
body#top #main .sidebar ul.menu li a::before,
body#top #main .widget_wp_widget_vk_taxonomy_list .widget_nav_menu ul li a::before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border: 1px solid #2e436a;
    background-color: #2e436a;
    border-radius: 2px;
    left: 0px;
    top: 19px;
}
body#top #main .sidebar ul.menu li a::after,
body#top #main .widget_wp_widget_vk_taxonomy_list .widget_nav_menu ul li a::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    top: 23px;
}
body#top #main .sidebar ul.menu li a:hover,
body#top #main .widget_wp_widget_vk_taxonomy_list .widget_nav_menu ul li a:hover{
    opacity: 0.7;
    transition: 0.5s;
}
body#top #main .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor,
body#top #main .sidebar .widget_nav_menu ul:first-child>.current-menu-item,
body#top #main .sidebar .widget_nav_menu ul:first-child>.current_page_item {
    position: relative;
    padding-left: 0;
    left: 0;
    top: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
    background: transparent;
}
@media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar.smartphones_sidebar_active{
        border-color: var(--enfold-main-color-border);
    }
}
/*--sidebar area end--*/

/*--search page start--*/
body#top.search #main .sidebar,
body#top.search #main .container .av-content-small.units span.author-extra-border,
body#top.search #main .bloglist-simple .post-meta-infos,
body#top.search .bloglist-simple .entry-content{
    display: none !important;
}
body#top.search .bloglist-simple .entry-content-wrapper .post-title{
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    border-left: 0;
}
body#top.search .template-search .entry-content-wrapper .post-title,
body#top.search .template-search .entry-content-wrapper .post-title a{
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
    text-transform: inherit;
    transition: all .5s ease-in-out;
}
body#top.search .template-search .entry-content-wrapper .post-title a:hover{
    color: var(--enfold-main-color-primary);
    text-decoration: none;
}
body#top.search #main .container .av-content-small.units{
    margin-left: auto;
    margin-right: auto;
    border-right: 0;
    width: 100%;
    box-shadow: none;
}
body#top.search #main .container .av-content-small.units .page-heading-container{
    padding: 0 0 44px 0;
}
body#top.search .template-search.content .entry-content-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
}
body#top.search .bloglist-simple.post-entry{
    margin-bottom: 5px;
}
body#top.search .bloglist-simple .entry-content-wrapper .post-title{
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}
body#top.search .template-search .pagination{
    padding: 30px 50px 10px 0;
}
body#top.search .search-result-counter{
    top: 7px;
}
body#top.search .extra-mini-title.widgettitle{
    text-transform: inherit;
}
body#top.search .post-meta-infos{
    display: none !important;
}
/*--search page end--*/

/*--event archive page start--*/
body#top.archive .category-event .big-preview.single-big{
    padding: 0 0 0 0;
}
body#top.archive.category-event .post-meta-infos .blog-categories{
    display: none !important;
}
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title a{
    position: relative;
}
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title a::before{
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid var(--enfold-main-color-white);
    border-radius: 50px;
    right: 7px;
    bottom: 15px;
}
body#top.archive.category-event .entry-content-wrapper .entry-content-header .post-title a::after{
    position: absolute;
    content: '\e315';
    color: var(--enfold-main-color-white);
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    box-sizing: border-box;
    font-size: 18px;
    right: 14px;
    bottom: 21px;
}
@media only screen and (min-width: 990px) {
    body#top.archive.category-event .container .av-content-small.units{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        padding-right: 50px;
    }
    body#top.archive.category-event article.post.post-entry:not(:nth-of-type(1)):not(:nth-of-type(2)){
        margin-top: 40px;
    }
    body#top.archive.category-event .single-big{
        width: 100%;
    }
    body#top.archive.category-event .template-blog .pagination{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 989px) {
    body#top.archive.category-event article.post.post-entry{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    body#top.archive.category-event article.post.post-entry{
        float: none;
        clear: both;
    }
}
/*--event archive page end--*/

/*--table scroll start--*/
@media only screen and (max-width: 767px) {
    body#top .entry-content .table-wrap,
    body#top .entry-content figure.wp-block-table{
        margin-bottom: 25px;
        overflow-x: scroll;
        width: 100%;
    }
    body#top .entry-content .table-wrap table,
    body#top .entry-content figure.wp-block-table table{
        min-width: 680px;
        width: 100%;
    }
}
/*--table scroll end--*/

/*--link page content start--*/
body#top.page.page-id-32 .entry-content ul li{
    padding-left: 24px;
}
body#top.page.page-id-32 .entry-content ul li::before{
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 7px;
    height: 5px;
    background: transparent;
    border: 5px solid transparent;
    border-left: 7px solid #030089;
    left: 1px;
    top: 11px;
}
body#top.page.page-id-32 .entry-content ul li::after{
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 5px;
    height: 3px;
    background: transparent;
    border: 3px solid transparent;
    border-left: 5px solid #030089;
    left: 7px;
    top: 13px;
}
@media only screen and (min-width: 576px) {
    body#top.page.page-id-32 .entry-content ul li{
        display: inline-block;
        vertical-align: top;
        width: calc(100%/2 - 5px);
        box-sizing: border-box;
    }
}
/*--link page content end--*/
figure.wp-block-gallery{
    margin-bottom: 25px;
}