body {
    font-family: var(--theme-font-family)
}
#pt { margin: 12px 0; font-size: 12px}
#pt .z { font-size: 12px}
#pt .z em { background-position: 8px 11px}
.swiper-container, .swiper-wrapper {
    position: relative;
    padding: 0;
    z-index: 1;
    list-style: none;
}
#modules-6 {
    margin-top: 0;
    margin-bottom: 0;
}
.modules-swiper .swiper-wrapper {
    min-height: 150px;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    transition-property: transform;
    box-sizing: initial;
}
.swiper-full .slide-img, .swiper-normal .slide-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.swiper-normal .slide-img {
    background-size: 100% auto;
}
.wpcom-modules img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.swiper-full .slide-img img, .swiper-normal .slide-img img {
    width: 100%;
    height: auto;
}
.modules-swiper .slide-content {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.modules-swiper .shadow-1 {
    background: rgba(0,0,0,.3);
}
.modules-swiper .slide-content-inner {
    position: relative;
    vertical-align: middle;
    text-align: center!important;
}
.container, .page-no-sidebar.member-lostpassword .member-lp-process {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1240px) {
.container, .page-no-sidebar.member-lostpassword .member-lp-process {
    width: 1200px;
}
}
.modules-swiper .slide-content-inner h1, .modules-swiper .slide-content-inner h2, .modules-swiper .slide-content-inner h3, .modules-swiper .slide-content-inner h4 {
    margin-bottom: 20px;
    font-family: var(--theme-title-font);
    font-size: 24px;
    line-height: 1.5;
}

.modules-swiper .slide-content-inner>* {
    text-align: center!important;
}

.sidebar .widget_nav_menu {
    width: 100%;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    border: 0;
}
.widget {
    margin-bottom: 30px;
}
.sidebar .widget_nav_menu .menu1 {
    background: rgba(228,232,238,.1);
    box-shadow: inset 0 0 0 1px #efefef;
	box-sizing: border-box
}
.sidebar .widget_nav_menu ul li {
    position: relative;
    padding: 0;
    line-height: 20px;
    border: 0;
}
.sidebar .widget_nav_menu .menu1 li {
    border-top: 1px solid var(--theme-line-color);
}
.sidebar .widget_nav_menu .menu1>li:first-child {
    border-top: 0;
}
.sidebar .widget_nav_menu ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-black-color);
    line-height: 20px;
}
.sidebar .widget_nav_menu ul li a:before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 16px;
    right: 20px;
    background: url(right_black.svg) no-repeat;
    background-size: 16px auto;
    opacity: .3;
}
.sidebar .widget_nav_menu ul li.current-menu-item>a {
    color: #fff;
    background: var(--theme-color);
}
.sidebar .widget_nav_menu ul li a:hover { color: var(--theme-color)}
.sidebar .widget_nav_menu ul li.current-menu-item>a:hover { color: #FFFFFF}
.sidebar .widget_nav_menu ul li.current-menu-item>a:before {
    background-image: url(right_white.svg);
    opacity: .5;
}
.entry .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
}
.entry-content {
    line-height: 1.8;
    font-size: 16px;
    color: var(--theme-black-color);
}
.entry-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
}
.entry-content>p {
    white-space: pre-wrap;
}
.entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 32px 0 16px;
    line-height: 1.4;
    font-weight: 500;
}
.entry-content .h3, .entry-content h3 {
    font-size: 18px;
	font-weight: 400
}
.entry-content>.h3, .entry-content>h3 {
    position: relative;
    padding-left: 18px;
    line-height: 1.46;
    border: 0;
}
.entry-content>.h3:before, .entry-content>h3:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: var(--theme-color);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
}