
.modal-message .modal-message-content img,
.wpcom-modules button,
.wpcom-modules embed,
.wpcom-modules iframe,
.wpcom-modules input,
.wpcom-modules select,
.wpcom-modules textarea {
    max-width: 100%
}

.modal-message .modal-message-content .message-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    margin: 0
}

.modal-message .modal-message-content:before {
    position: absolute;
    left: -15px;
    top: 12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #f3f3f3;
    content: ""
}

.modal-message .modal-message-more,
.modal-message .modal-message-more.active {
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.modal-message .modal-message-more {
    height: 0;
    opacity: 0;
    margin: 20px 0;
    line-height: 20px;
    text-align: center;
    overflow: hidden
}

.modal-message .modal-message-more.active {
    height: 18px;
    opacity: 1
}

.modal-message .modal-message-status {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.modal-message .wpcom-icon-loader {
    display: inline-block;
    font-size: 18px;
    color: rgba(0, 0, 0, .4);
    vertical-align: top;
    line-height: inherit;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.modal-message .wpcom-icon-error {
    display: inline-block;
    font-size: 18px;
    color: #fa5555;
    line-height: inherit
}

.modal-message .message-sender {
    text-align: right
}

@media (max-width:767px) {
    .modal-message .message-sender .modal-message-inner {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.modal-message .message-sender .modal-message-content {
    margin-right: 14px;
    margin-left: 8px;
    text-align: left
}

.modal-message .message-sender .modal-message-content:before {
    left: auto;
    right: -15px;
    border: 8px solid transparent;
    border-left-color: #f3f3f3
}

.modal-message .modal-message-editor {
    padding: 10px 0;
    border-top: 1px solid rgba(221, 221, 221, .5);
    text-align: right
}

.modal-message .modal-message-text {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 90px;
    text-align: left;
    border: 0;
    resize: none;
    background: 0 0;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    font-weight: inherit;
    overflow: hidden;
    outline: 0
}

.modal-message .modal-message-send {
    padding: 0 15px;
    color: #999;
    line-height: 32px
}

.modal-message .modal-message-send .btn-message {
    padding: 7px 18px;
    margin: 0 0 0 15px;
    vertical-align: top
}

.modal-message .modal-message-time {
    padding-top: 10px;
    height: 16px;
    padding-bottom: 20px;
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.modal-login .modal-content>.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    line-height: 1
}

.modal-login .modal-dialog {
    width: 410px
}

@media (max-width:420px) {
    .modal-login .modal-dialog {
        width: 94%;
        margin-top: 5vh
    }
}

.modal-login .modal-body {
    padding: 0;
    min-height: 300px;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-align: center
}

.modal-login .wpcom-icon-loader {
    font-size: 24px;
    line-height: 300px;
    color: rgba(0, 0, 0, .4);
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.modal-login .btn-home {
    display: none
}

.user-card-wrap {
    display: none;
    position: absolute;
    z-index: 99;
    width: 360px;
    min-height: 180px;
    padding: 0 0 20px;
    font-size: 12px;
    background: #fff;
    -webkit-box-shadow: 2px 6px 27px 0 rgba(0, 34, 88, .12);
    box-shadow: 2px 6px 27px 0 rgba(0, 34, 88, .12);
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.user-card-loading {
    margin-top: 80px;
    text-align: center
}

.user-card-loading img {
    width: 28px;
    height: auto
}

.user-card-cover,
.user-card-header {
    position: relative
}

.user-card-cover {
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 37%
}

.user-card-cover:before,
.user-card-name .user-group:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.user-card-cover:before {
    background-color: rgba(0, 0, 0, .1)
}

.user-card-cover>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.user-card-avatar,
.user-card-name {
    position: relative;
    vertical-align: top
}

.user-card-avatar {
    margin-top: -43px;
    width: 82px;
    height: 82px;
    display: inline-block;
    background: #fff;
    padding: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%
}

.user-card-avatar img,
.user-card-avatar:hover img {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.user-card-avatar:hover img {
    opacity: .8
}

.user-card-avatar img {
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    border-radius: 50%
}

.user-card-name {
    display: block;
    margin: 8px 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, .8);
    font-weight: 600
}

.user-card-name:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.user-card-desc,
.user-card-name .display-name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user-card-name .display-name {
    display: inline-block;
    max-width: 160px;
    vertical-align: top
}

.user-card-name .user-group {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-left: 8px;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid var(--theme-color);
    overflow: hidden;
    padding: 3px 5px;
    opacity: 1;
    vertical-align: top
}

.user-card-name .user-group:before {
    z-index: -1;
    background-color: #fff
}

.user-card-name .user-group:after {
    position: absolute;
    z-index: 0;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    background: var(--theme-color);
    opacity: .148
}

.user-card-desc {
    position: relative;
    margin: 0 !important;
    line-height: 1.42 !important;
    height: 17px;
    padding: 0 15px;
    color: rgba(0, 0, 0, .6);
    text-indent: 0 !important
}

.user-card-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 15px
}

.user-stats-item {
    width: 100%;
    color: rgba(0, 0, 0, .8)
}

.user-stats-item b {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.user-stats-item span {
    font-size: 12px;
    opacity: .6
}

.user-stats-item:hover {
    text-decoration: none
}

.user-card-action>* {
    margin-top: 20px
}

.wpcom-member .btn-home {
    position: fixed;
    right: 30px;
    top: 30px
}

@media (max-width:767px) {
    .wpcom-member .btn-home {
        display: none
    }
}

.wpcom-member .btn-home .wi {
    margin-right: 4px;
    font-size: 16px;
    vertical-align: top
}

.wpcom-member .btn-home:hover {
    background: var(--theme-hover)
}

.social-login-wrap {
    max-width: 800px;
    margin: 15px auto
}

.sl-info-notice {
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.sl-info-notice p {
    text-indent: 0 !important;
    margin-bottom: 10px !important
}

.sl-info-notice .sl-info-avatar {
    float: left;
    width: 68px;
    height: 68px
}

.sl-info-notice .sl-info-avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px
}

.sl-info-notice .sl-info-text {
    padding-left: 88px
}

@media (max-width:767px) {
    .sl-info-notice .sl-info-text p {
        line-height: 1.4 !important
    }
}

.social-login-form {
    padding: 20px 0;
    overflow: hidden
}

.social-login-form .sl-form-item {
    width: 50%;
    float: left;
    padding: 15px 50px 15px 0;
    border-right: 1px solid #eee
}

@media (max-width:767px) {
    .social-login-form .sl-form-item.active .sl-input-item {
        display: block
    }
    .social-login-form .sl-form-item {
        width: 100%;
        padding: 0 15px !important;
        border: 0
    }
}

.social-login-form .sl-form-item:last-child {
    border: 0;
    padding: 15px 0 15px 50px
}

.social-login-form .sl-form-title {
    font-size: 16px;
    margin: 10px 0 20px !important
}

@media (max-width:767px) {
    .social-login-form .sl-form-title {
        position: relative;
        border: 0 !important;
        padding-left: 16px !important
    }
    .social-login-form .sl-form-title:before {
        position: absolute;
        left: 0;
        top: 2px;
        width: 0;
        height: 0;
        line-height: 0;
        border: 8px solid transparent;
        border-left-color: #ddd;
        content: ""
    }
}

.social-login-form .sl-input-item {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .social-login-form .sl-input-item {
        display: none
    }
}

.social-login-form .sl-input-item .sl-input input {
    width: 100%;
    padding: 3px 10px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #ddd;
    outline: 0
}

.social-login-form .sl-input-item .sl-input input:focus {
    border-color: #ccc
}

.social-login-form .sl-input-item .sl-input input.error {
    border-color: #f44336
}

.social-login-form .sl-result {
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
    color: green
}

.social-login-form .sl-result.error {
    color: #f44336
}

.social-login-form .sl-submit {
    text-align: right
}

.more-sign {
    text-align: center
}

.more-sign-title {
    position: relative;
    margin: 40px 0 20px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    font-weight: 400
}

.more-sign-title:before {
    content: "";
    border-top: 1px solid #ddd;
    display: block;
    position: absolute;
    width: 100%;
    top: 8px
}

.more-sign-title span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff
}

.more-sign-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0
}

.more-sign-list li {
    display: inline-block;
    margin: 0 8px;
    padding: 4px 10px;
    line-height: 22px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px
}

.more-sign-list li a {
    color: #666
}

.more-sign-list li:hover {
    background: #fefefe;
    border-color: #ddd
}

.more-sign-list li:hover a {
    color: #e05244;
    text-decoration: none
}

.more-sign-list li:hover .more-sign-qq {
    color: #498ad5
}

.more-sign-list li:hover .more-sign-wechat {
    color: #44b549
}

.smartphoto {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
    opacity: 1;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-animation-name: smartphoto-img-wrap;
    animation-name: smartphoto-img-wrap;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto[aria-hidden=true] {
    display: none
}

.smartphoto-close {
    opacity: 0
}

.smartphoto-count {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top
}

.smartphoto-header {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .5)
}

.smartphoto-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.smartphoto-dismiss {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODM0LjY1IDI4MzQuNjUiIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0xNTc2LjQyIDE0MDYuNzZMMjc4NCAxOTkuMTlhNTYuODYgNTYuODYgMCAwMDAtODAuMThsLTc4LjkyLTc4LjkyYTU2Ljg2IDU2Ljg2IDAgMDAtODAuMTggMEwxNDE3LjMyIDEyNDcuNjYgMjA5Ljc1IDQwLjA5YTU2Ljg2IDU2Ljg2IDAgMDAtODAuMTggMEw1MC42NSAxMTlhNTYuODYgNTYuODYgMCAwMDAgODAuMThsMTIwNy41OCAxMjA3LjU4TDUwLjY1IDI2MTQuMzRhNTYuODYgNTYuODYgMCAwMDAgODAuMThsNzguOTIgNzguOTJhNTYuODYgNTYuODYgMCAwMDgwLjE4IDBsMTIwNy41Ny0xMjA3LjU4TDI2MjQuOSAyNzczLjQ0YTU2Ljg2IDU2Ljg2IDAgMDA4MC4xOCAwbDc4LjkyLTc4LjkyYTU2Ljg2IDU2Ljg2IDAgMDAwLTgwLjE4eiIvPjwvc3ZnPg==);
    background-size: 16px 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    outline: 0
}

.smartphoto-body,
.smartphoto-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.smartphoto-body {
    z-index: 102;
    margin: 0 auto
}

.smartphoto-inner {
    vertical-align: top
}

.smartphoto-img {
    display: none;
    max-width: none !important;
    width: auto;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-user-drag: none
}

.smartphoto-img.active {
    display: block
}

.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.smartphoto-img-elasticmove {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.smartphoto-img-wrap {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-animation-name: smartphoto-img-wrap;
    animation-name: smartphoto-img-wrap;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto-img-left {
    -webkit-transform: translateX(150%) !important;
    -ms-transform: translateX(150%) !important;
    transform: translateX(150%) !important
}

.smartphoto-img-right {
    -webkit-transform: translateX(-150%) !important;
    -ms-transform: translateX(-150%) !important;
    transform: translateX(-150%) !important
}

.smartphoto-arrows,
.smartphoto-arrows li {
    top: 50%;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear
}

.smartphoto-arrows {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1002;
    left: 0;
    opacity: 1
}

@media (max-width:991px) {
    .smartphoto-arrows {
        display: none
    }
}

.smartphoto-arrows [aria-hidden=true],
.smartphoto-arrows[aria-hidden=true],
.smartphoto-nav[aria-hidden=true] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-arrows li {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    margin-top: -20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1)
}

.smartphoto-arrows li:focus {
    outline: 0
}

.smartphoto-arrows a,
.smartphoto-nav a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%
}

.smartphoto-arrows a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 10px 18px
}

.smartphoto-arrows li.smartphoto-arrow-right {
    left: auto;
    right: 10px
}

.smartphoto-arrows li.smartphoto-arrow-right a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.smartphoto-arrows li.smartphoto-arrow-left a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.smartPhotoArrowHideIcon {
    display: none
}

.smartphoto-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto-nav ul {
    display: block;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.smartphoto-nav a {
    background-color: #fff;
    background-size: cover;
    opacity: .5
}

.smartphoto-nav a:focus {
    opacity: .8
}

.smartphoto-nav a.current {
    opacity: 1
}

.smartphoto-nav img {
    width: auto;
    height: 100%
}

.smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.smartphoto-caption:focus,
.smartphoto-list li:focus {
    outline: 0
}

.smartphoto-list-onmove {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.smartphoto-caption {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.smartphoto-loader-wrap {
    display: block;
    position: relative;
    z-index: 103;
    width: 0;
    height: 0;
    -webkit-transform: translate(50vw, 50vh);
    -ms-transform: translate(50vw, 50vh);
    transform: translate(50vw, 50vh)
}

.smartphoto-loader {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -25px;
    border: 4px solid var(--theme-color);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: smartphoto-loader .5s linear infinite;
    animation: smartphoto-loader .5s linear infinite
}

.smartphoto-img-clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.smartphoto-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0)
}

.wpcom-modules blockquote {
    font-size: 13px;
    color: rgba(0, 0, 0, .6)
}

.wpcom-modules img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.wpcom-modules .aligncenter {
    display: block;
    margin: 0 auto
}

.wpcom-modules .alignright {
    float: right
}

.modules-fullwidth {
    margin-bottom: 0;
    padding: 15px 0
}

@media (max-width:767px) {
    .modules-fullwidth {
        background-attachment: scroll !important
    }
}

.modules-image img {
    display: block;
    height: auto
}

.modules-image .modules-image-inner>a,
.modules-image .modules-image-inner>img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.modules-image .image-align-center {
    text-align: center
}

.modules-image .image-align-right {
    text-align: right
}

.modules-image .image-align-justify>a,
.modules-image .image-align-justify>img {
    display: block
}

.modules-image .image-align-justify img {
    width: 100% !important
}

.container-fluid .modules-image {
    margin: 0 -15px
}

.container-fluid>.modules-map {
    margin-left: -15px;
    margin-right: -15px
}

.modules-map {
    position: relative
}

.modules-map img {
    max-width: none
}

.map-title {
    margin: 15px 0 0 !important;
    font-size: 20px
}

.map-address {
    margin: 10px 0;
    font-size: 16px
}

.module-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.module-shadow-white {
    background: rgba(255, 255, 255, .3)
}

.module-bg-video,
.module-bg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.module-bg-video {
    overflow: hidden;
    clip: rect(auto, auto, auto, auto)
}

.module-bg-video video {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .module-bg-video video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.module-bg-video.module-bg-fixed video {
    position: fixed
}

.is-mobile .module-bg-video {
    display: none
}

.modules-video {
    position: relative;
    text-align: center
}

.modules-video .video-wrap {
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 5px
}

@media (max-width:1199px) {
    .modules-video .video-wrap.video-wrap-vw-0 {
        height: 166px
    }
}

@media (max-width:991px) {
    .modules-video .video-wrap.video-wrap-vw-0 {
        height: 126px
    }
}

.modules-video .video-inline-player {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden
}

.modules-video .video-inline-player embed,
.modules-video .video-inline-player iframe,
.modules-video .video-inline-player video {
    width: 100%;
    height: 100%;
    vertical-align: top
}

@media (min-width:991px) {
    .modules-video .video-inline-player .plyr__control--overlaid {
        padding: 25px
    }
    .modules-video .video-inline-player .plyr__control--overlaid svg {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        left: 3px
    }
}

.modules-video .modal-player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    font-size: 50px;
    text-align: center;
    line-height: 72px;
    color: #fff;
    background: var(--theme-color);
    border-radius: 50%;
    opacity: .8;
    filter: alpha(opacify=80);
    vertical-align: top;
    cursor: pointer
}

@media (max-width:991px) {
    .modules-video .modal-player {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        font-size: 38px;
        line-height: 60px
    }
}

.modules-video .modal-player:hover {
    opacity: .92;
    filter: alpha(opacify=92)
}

.modules-video .modal-dialog {
    width: 900px
}

@media (max-width:991px) {
    .modules-video .modal-dialog {
        width: 92%
    }
}

.modules-video .modal-body {
    height: 550px
}

@media (max-width:991px) {
    .modules-video .modal-body {
        height: 200px
    }
}

.video-code {
    display: none
}

.modal-video {
    z-index: 10050
}

.modal-video .modal-content {
    position: relative;
    border-radius: 0;
    border: 0
}

.modal-video .modal-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 5px 7px;
    border-bottom: 0
}

.modal-video .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    background: #000;
    text-shadow: none;
    opacity: .5;
    filter: alpha(opacity=50);
    outline: 0
}

.modal-video .modal-header .close:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.modal-video .modal-body {
    padding: 0
}

.modal-video .wp-video {
    height: 100%;
    background-color: #000
}

.modal-video embed,
.modal-video iframe,
.modal-video video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    outline: 0
}

.modules-text {
    font-size: 16px
}

.modules-text h1 {
    font-size: 36px
}

@media (max-width:767px) {
    .modules-text h1 {
        font-size: 30px
    }
}

.modules-text h2 {
    font-size: 30px
}

@media (max-width:767px) {
    .modules-text h2 {
        font-size: 22px
    }
}

.modules-text h3 {
    font-size: 24px
}

@media (max-width:767px) {
    .modules-text h3 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .modules-text h4 {
        font-size: 16px
    }
}

.modules-text p {
    margin-bottom: 15px;
    line-height: 1.8
}

.modules-text blockquote p:last-child,
.modules-text p:last-child {
    margin-bottom: 0
}

.modules-text p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    line-height: 1;
    font-weight: 100
}

.modules-text figure {
    margin-bottom: 15px
}

.modules-text blockquote {
    font-size: 14px;
    color: #666;
    background: #fbfbfb;
    border-left-color: #e5e5e5
}

.modules-text ol,
.modules-text ul {
    padding-left: 2em;
    margin-bottom: 15px;
    list-style-position: outside
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text,
.modules-text li {
    margin-bottom: 10px
}

.modules-text img {
    height: auto
}

.modules-text audio,
.modules-text embed,
.modules-text iframe,
.modules-text img,
.modules-text video {
    max-width: 100%;
    vertical-align: top
}

@media (max-width:767px) {
    .modules-text audio,
    .modules-text video {
        display: block;
        width: 100%;
        height: auto
    }
}

@media (max-width:767px) {
    .modules-text embed,
    .modules-text iframe {
        display: block;
        width: 100%;
        min-height: 200px;
        max-height: 500px
    }
}

.modules-text .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.modules-text .aligncenter img {
    margin: 0 auto
}

.modules-text .alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.modules-text .alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.modules-text .wp-caption,
.modules-text button,
.modules-text input,
.modules-text select,
.modules-text textarea {
    max-width: 100%
}

.modules-text .wp-caption-text {
    padding-top: 5px;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666
}

.modules-text-format .text-format-el {
    padding: 0;
    margin: 0
}

.sec-title {
    margin: 20px 0 50px;
    text-align: center;
    color: rgba(0, 0, 0, .8)
}

@media (max-width:991px) {
    .sec-title {
        margin: 10px 0 30px
    }
}

.sec-title .sec-title-wrap {
    position: relative;
    padding: 0 50px;
    display: inline-block;
    font-size: 28px
}

@media (max-width:991px) {
    .sec-title .sec-title-wrap {
        padding: 0 20px
    }
}

.sec-title .sec-title-wrap h2 {
    margin: 0;
    font-family: var(--theme-title-font);
    font-weight: var(--theme-title-font-weight);
    font-size: var(--theme-title-font-size);
    line-height: 34px
}

@media screen and (max-width:991px) {
    .sec-title .sec-title-wrap h2 {
        font-size: 22px;
        line-height: 30px
    }
}

.sec-title .sec-title-wrap span {
    display: inline-block;
    margin-top: 10px;
    font-family: var(--theme-subtitle-font);
    font-weight: var(--theme-subtitle-font-weight);
    font-size: var(--theme-subtitle-font-size);
    line-height: 22px;
    color: inherit;
    opacity: .6
}

@media screen and (max-width:991px) {
    .sec-title .sec-title-wrap span {
        font-size: 16px
    }
}

.sec-title.sec-title-2 .sec-title-wrap:after,
.sec-title.sec-title-2 .sec-title-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    margin: auto;
    background: rgba(0, 0, 0, .8);
    opacity: .3;
    content: ""
}

.sec-title.sec-title-2 .sec-title-wrap:before {
    right: 100%
}

@media screen and (max-width:420px) {
    .sec-title.sec-title-2 .sec-title-wrap:after,
    .sec-title.sec-title-2 .sec-title-wrap:before {
        width: 50px
    }
}

.sec-title.sec-title-2 .sec-title-wrap:after {
    right: 0;
    left: 100%
}

.sec-title.sec-title-3 .sec-title-wrap {
    position: relative;
    display: inline-block
}

@media screen and (max-width:991px) {
    .sec-title.sec-title-3 .sec-title-wrap {
        padding: 0 20px
    }
}

.sec-title.sec-title-3 .sec-title-wrap:after,
.sec-title.sec-title-3 .sec-title-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 23px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjAwNyAxLjYzNGMuOC41OTQuOTc4IDEuNzE4LjQgMi41M0w0LjM2NiAyMS4xMDRhMS43NTYgMS43NTYgMCAwMS0yLjQ3OC4zOTIgMS44MyAxLjgzIDAgMDEtLjQwMS0yLjUzTDEzLjUzIDIuMDI2YTEuNzU2IDEuNzU2IDAgMDEyLjQ3OC0uMzkyem0zOCAwYy44LjU5NC45NzggMS43MTguNCAyLjUzbC0xMi4wNDIgMTYuOTRhMS43NTYgMS43NTYgMCAwMS0yLjQ3OC4zOTIgMS44MyAxLjgzIDAgMDEtLjQwMS0yLjUzbDEyLjA0My0xNi45NGExLjc1NiAxLjc1NiAwIDAxMi40NzgtLjM5MnptLTE5IDBjLjguNTk0Ljk3OCAxLjcxOC40IDIuNTNsLTEyLjA0MiAxNi45NGExLjc1NiAxLjc1NiAwIDAxLTIuNDc4LjM5MiAxLjgzIDEuODMgMCAwMS0uNDAxLTIuNTNsMTIuMDQzLTE2Ljk0YTEuNzU2IDEuNzU2IDAgMDEyLjQ3OC0uMzkyem0zOCAwYy44LjU5NC45NzggMS43MTguNCAyLjUzbC0xMi4wNDIgMTYuOTRhMS43NTYgMS43NTYgMCAwMS0yLjQ3OC4zOTIgMS44MyAxLjgzIDAgMDEtLjQwMS0yLjUzbDEyLjA0My0xNi45NGExLjc1NiAxLjc1NiAwIDAxMi40NzgtLjM5MnoiIGZpbGw9IiNFNEU0RTQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat;
    background-size: 75px 23px;
    background-color: transparent !important;
    content: "";
    opacity: .5
}

.sec-title.sec-title-3 .sec-title-wrap:before {
    right: 100%
}

@media (max-width:991px) {
    .sec-title.sec-title-3 .sec-title-wrap:after,
    .sec-title.sec-title-3 .sec-title-wrap:before {
        width: 60px;
        height: 20px;
        background-size: 60px 20px
    }
}

.sec-title.sec-title-3 .sec-title-wrap:after {
    right: 0;
    left: 100%
}

.sec-title.sec-title-4 {
    text-align: left
}

.sec-title.sec-title-4 .sec-title-wrap {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sec-title.sec-title-4 .sec-title-wrap span {
    margin-left: 10px;
    margin-top: 0;
    line-height: 34px
}

@media screen and (max-width:767px) {
    .sec-title.sec-title-4 .sec-title-wrap,
    .sec-title.sec-title-4 .sec-title-wrap h2 {
        display: block
    }
    .sec-title.sec-title-4 .sec-title-wrap span {
        margin-left: 0
    }
}

.module-tab {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .module-tab {
        margin-bottom: 10px
    }
}

.module-tab-item {
    display: inline-block;
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.module-tab-item.active {
    color: var(--theme-color);
    font-weight: 500
}

.module-tab-wrap {
    display: none
}

.module-tab-wrap.active {
    display: block
}

.module-tab-center {
    text-align: center
}

.module-tab-center .module-tab-item {
    margin: 0 8px 10px;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 20px
}

@media (max-width:767px) {
    .module-tab-center .module-tab-item {
        padding: 6px 0;
        margin: 5px;
        width: 40%;
        line-height: 1.4;
        background: rgba(100, 100, 100, .05)
    }
}

.module-tab-center .module-tab-item.active {
    position: relative;
    border: 1px solid var(--theme-color)
}

.module-tab-center .module-tab-item:hover {
    color: #fff !important;
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.module-tab-left {
    display: inline-block;
    border-bottom: 1px solid rgba(221, 221, 221, .5)
}

@media screen and (max-width:991px) {
    .module-tab-left {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap
    }
}

.module-tab-left .module-tab-item {
    padding: 0 15px 16px;
    margin: 0;
    font-size: 18px;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .module-tab-left .module-tab-item {
        font-size: 16px;
        text-align: center;
        padding: 0 10px 10px;
        margin-top: 10px
    }
}

.module-tab-left .module-tab-item.active {
    border-bottom: 2px solid var(--theme-color)
}

.module-tab-left .module-tab-item:hover {
    color: var(--theme-color)
}

.module-more {
    margin-top: 40px;
    text-align: center;
    position: relative
}

@media (max-width:767px) {
    .module-more {
        margin-top: 20px
    }
}

.module-more .more-link {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    background: 0 0
}

.module-more .more-link .wi,
.module-more .more-link:hover .wi {
    text-indent: -16px;
    color: transparent;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.module-more .more-link:hover .wi {
    text-indent: 3px;
    color: inherit
}

.module-more .btn-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .7)
}

.module-more .btn-light:hover:before {
    border-color: #fff;
    opacity: .8
}

.module-more .btn-light:hover:after {
    background-color: #333;
    opacity: .05
}

.module-more .btn-dark {
    color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .2)
}

.module-more .btn-dark:hover:before {
    border-color: rgba(0, 0, 0, .2);
    opacity: 1
}

.module-more .btn-dark:hover:after {
    background-color: #fff;
    opacity: .05
}

.modules-accordion .panel-group {
    color: rgba(0, 0, 0, .8)
}

.modules-accordion .panel {
    background: 0 0;
    border-bottom-width: 0;
    border-color: rgba(204, 204, 204, .5)
}

.modules-accordion .panel:last-child {
    border-bottom-width: 1px
}

.modules-accordion .panel-heading,
.modules-accordion .panel-heading .panel-title a,
.modules-accordion .panel-heading .panel-title a:hover,
.modules-accordion .panel-heading .panel-title a:hover .wi,
.modules-default-posts .post-loop-default .item-meta a,
.modules-default-posts .post-loop-default .item-title a {
    color: inherit
}

.modules-accordion .panel-collapse .panel-body {
    color: inherit;
    opacity: .7
}

.carousel-slider {
    position: relative;
    padding: 0 50px
}

@media (max-width:767px) {
    .carousel-slider {
        padding: 0 38px
    }
}

.carousel-slider .cs-inner {
    overflow: hidden;
    position: relative
}

.carousel-slider ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.carousel-slider a,
.carousel-slider a:hover {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.carousel-slider a {
    text-decoration: none
}

.carousel-slider a:hover {
    opacity: .9
}

.carousel-slider .swiper-button-next,
.carousel-slider .swiper-button-prev {
    position: absolute;
    height: 50px;
    width: 36px;
    background: 0 0;
    margin-top: -25px;
    color: rgba(0, 0, 0, .6);
    opacity: .4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel-slider .swiper-button-prev {
    left: 0;
    text-align: left
}

.carousel-slider .swiper-button-next .wi,
.carousel-slider .swiper-button-prev .wi {
    font-size: 32px;
    line-height: 50px
}

.carousel-slider .swiper-button-next:hover,
.carousel-slider .swiper-button-prev:hover {
    opacity: .8
}

.carousel-slider .swiper-button-next {
    left: auto;
    right: 0;
    text-align: right
}

.carousel-slider .item-title {
    display: block;
    margin-top: 5px;
    text-align: center;
    line-height: 1.4
}

.modules-clients .c-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: -15px;
    text-align: center;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modules-clients .c-item {
    padding: 15px
}

.modules-clients .c-item a {
    display: block
}

.modules-clients .c-item img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width:991px) {
    .modules-clients .cols-4 {
        margin: -10px
    }
}

.modules-clients .cols-4 .c-item {
    width: 25%
}

@media (max-width:991px) {
    .modules-clients .cols-4 .c-item {
        width: 50%;
        padding: 10px
    }
    .modules-clients .cols-5 {
        margin: -10px
    }
}

.modules-clients .cols-5 .c-item {
    width: 20%
}

@media (max-width:991px) {
    .modules-clients .cols-5 .c-item {
        width: 40%;
        padding: 10px
    }
    .modules-clients .cols-6 {
        margin: -10px
    }
}

.modules-clients .cols-6 .c-item {
    width: 16.66667%
}

@media (max-width:991px) {
    .modules-clients .cols-6 .c-item {
        width: 33.33333%;
        padding: 10px
    }
    .modules-clients .cols-7 {
        margin: -10px
    }
}

.modules-clients .cols-7 .c-item {
    width: 14.28571%
}

@media (max-width:991px) {
    .modules-clients .cols-7 .c-item {
        width: 28.57143%;
        padding: 10px
    }
    .modules-clients .cols-8 {
        margin: -10px
    }
}

.modules-clients .cols-8 .c-item {
    width: 12.5%
}

@media (max-width:991px) {
    .modules-clients .cols-8 .c-item {
        width: 25%;
        padding: 10px
    }
    .modules-clients .cols-9 {
        margin: -10px
    }
}

.modules-clients .cols-9 .c-item {
    width: 11.11111%
}

@media (max-width:991px) {
    .modules-clients .cols-9 .c-item {
        width: 22.22222%;
        padding: 10px
    }
    .modules-clients .cols-10 {
        margin: -10px
    }
}

.modules-clients .cols-10 .c-item {
    width: 10%
}

@media (max-width:991px) {
    .modules-clients .cols-10 .c-item {
        width: 20%;
        padding: 10px
    }
}

.modules-clients .cols-11 {
    margin: -10px
}

@media (max-width:991px) {
    .modules-clients .cols-11 {
        margin: -10px
    }
}

.modules-clients .cols-11 .c-item {
    width: 9.09091%;
    padding: 10px
}

@media (max-width:991px) {
    .modules-clients .cols-11 .c-item {
        width: 18.18182%;
        padding: 10px
    }
}

.modules-clients .cols-12 {
    margin: -10px
}

@media (max-width:991px) {
    .modules-clients .cols-12 {
        margin: -10px
    }
}

.modules-clients .cols-12 .c-item {
    width: 8.33333%;
    padding: 10px
}

@media (max-width:991px) {
    .modules-clients .cols-12 .c-item {
        width: 16.66667%;
        padding: 10px
    }
}

.modules-clients .cols-13 {
    margin: -10px
}

@media (max-width:991px) {
    .modules-clients .cols-13 {
        margin: -10px
    }
}

.modules-clients .cols-13 .c-item {
    width: 7.69231%;
    padding: 10px
}

@media (max-width:991px) {
    .modules-clients .cols-13 .c-item {
        width: 15.38462%;
        padding: 10px
    }
}

.modules-clients .cols-14 {
    margin: -10px
}

@media (max-width:991px) {
    .modules-clients .cols-14 {
        margin: -10px
    }
}

.modules-clients .cols-14 .c-item {
    width: 7.14286%;
    padding: 10px
}

@media (max-width:991px) {
    .modules-clients .cols-14 .c-item {
        width: 14.28571%;
        padding: 10px
    }
}

.modules-clients .cols-15 {
    margin: -10px
}

@media (max-width:991px) {
    .modules-clients .cols-15 {
        margin: -10px
    }
}

.modules-clients .cols-15 .c-item {
    width: 6.66667%;
    padding: 10px
}

@media (max-width:991px) {
    .modules-clients .cols-15 .c-item {
        width: 13.33333%;
        padding: 10px
    }
}

.modules-clients .cols-16 {
    margin: -10px
}

@media (max-width:991px) {
    .modules-clients .cols-16 {
        margin: -10px
    }
}

.modules-clients .cols-16 .c-item {
    width: 6.25%;
    padding: 10px
}

@media (max-width:991px) {
    .modules-clients .cols-16 .c-item {
        width: 12.5%;
        padding: 10px
    }
}

.cg-list.cg-list-border {
    margin: 0 -15px -30px
}

@media (max-width:767px) {
    .cg-list.cg-list-border {
        margin: 0 -8px -15px
    }
}

.cg-list.cg-list-border .cg-item {
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .cg-list.cg-list-border .cg-item {
        padding: 0 8px;
        margin-bottom: 15px
    }
}

.cg-list.cg-list-border .cg-item-inner {
    border-radius: 5px;
    overflow: hidden
}

.cg-list .cg-item {
    width: 25%
}

@media (max-width:991px) {
    .cg-list .cg-item {
        width: 50%
    }
}

.cg-list .cg-item-2 {
    width: 50%
}

.cg-list .cg-item-3 {
    width: 33.3333%
}

@media (max-width:991px) {
    .cg-list .cg-item-3 {
        width: 50%
    }
}

.cg-list .cg-item-5 {
    width: 20%
}

.cg-list .cg-item-5 .cg-item-inner .cg-fa {
    font-size: 40px
}

@media (max-width:991px) {
    .cg-list .cg-item-5 {
        width: 50%
    }
}

.cg-list .cg-item-inner,
.cg-list .cg-item-inner:hover {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.cg-list .cg-item-inner {
    position: relative;
    display: block;
    height: 100%;
    padding: 30px;
    color: #fff;
    text-align: center;
    background: var(--theme-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .1);
    box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .1)
}

@media (max-width:991px) {
    .cg-list .cg-item-inner {
        padding: 20px 10px
    }
}

.cg-list .cg-item-inner:hover {
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .2);
    box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .2);
    text-decoration: none
}

.cg-list .cg-fa {
    display: inline-block;
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .8)
}

.cg-list .cg-fa img {
    max-width: 60%
}

@media (max-width:991px) {
    .cg-list .cg-fa {
        font-size: 38px;
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .cg-list .cg-item-2 .cg-fa img,
    .cg-list .cg-item-3 .cg-fa img {
        max-width: 30%
    }
    .cg-list .cg-item-4 .cg-fa img {
        max-width: 50%
    }
}

.cg-list .cg-item-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media (max-width:991px) {
    .cg-list .cg-item-text h3 {
        font-size: 18px
    }
}

.cg-list .cg-item-text p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    opacity: .9
}

@media (max-width:991px) {
    .cg-list .cg-item-text p {
        margin-top: 8px
    }
}

.cg-list .cg-item-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -37px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.cg-list .cg-item-more:hover {
    color: var(--theme-hover);
    background: #fff;
    text-decoration: none
}

@media (max-width:991px) {
    .cg-list .cg-item-more {
        opacity: 1
    }
}

.cg-list.cg-layout-1 .cg-item-inner,
.cg-list.cg-layout-3 .cg-item-inner {
    position: relative;
    top: 0
}

@media (max-width:991px) {
    .cg-list.cg-layout-1 .cg-item-inner,
    .cg-list.cg-layout-3 .cg-item-inner {
        padding-bottom: 72px
    }
    .cg-list.cg-layout-1 .cg-item-inner .cg-item-more,
    .cg-list.cg-layout-3 .cg-item-inner .cg-item-more {
        bottom: 20px
    }
}

.cg-list.cg-layout-1 .cg-item-inner:hover,
.cg-list.cg-layout-3 .cg-item-inner:hover {
    height: -webkit-calc(100% + 47px);
    height: calc(100% + 47px);
    top: -47px;
    -webkit-transition-timing-function: cubic-bezier(.7, .3, .1, 1);
    -o-transition-timing-function: cubic-bezier(.7, .3, .1, 1);
    transition-timing-function: cubic-bezier(.7, .3, .1, 1)
}

.cg-list.cg-layout-1 .cg-item-inner:hover .cg-item-more,
.cg-list.cg-layout-3 .cg-item-inner:hover .cg-item-more {
    bottom: 30px;
    opacity: .8;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:991px) {
    .cg-list.cg-layout-1 .cg-item-inner:hover,
    .cg-list.cg-layout-3 .cg-item-inner:hover {
        height: 100%;
        top: 0
    }
    .cg-list.cg-layout-1 .cg-item-inner:hover .cg-item-more,
    .cg-list.cg-layout-3 .cg-item-inner:hover .cg-item-more {
        bottom: 20px
    }
}

.cg-list.cg-layout-2 .cg-title,
.cg-list.cg-layout-3 .cg-title {
    margin-bottom: 30px
}

.cg-list.cg-layout-0 .cg-item-inner .cg-fa,
.cg-list.cg-layout-2 .cg-item-inner .cg-fa,
.cg-list.cg-layout-4 .cg-item-inner .cg-fa {
    font-size: 48px
}

.cg-list.cg-layout-0 .cg-item-inner:hover,
.cg-list.cg-layout-2 .cg-item-inner:hover,
.cg-list.cg-layout-4 .cg-item-inner:hover {
    -webkit-transform: scale(1.02) translateY(-2px);
    -ms-transform: scale(1.02) translateY(-2px);
    transform: scale(1.02) translateY(-2px);
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.cg-list.cg-type-1 .cg-item-inner {
    -webkit-box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .1);
    box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .1)
}

.cg-list.cg-type-1 .cg-item .cg-item-inner {
    background-color: #fff;
    color: #314659
}

.cg-list.cg-type-1 .cg-item-more {
    color: #314659;
    border-color: #314659
}

.cg-list.cg-layout-4 .cg-item {
    position: relative
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    height: 100%;
    padding: 20px;
    color: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .1);
    box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .1);
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjcxIiBoZWlnaHQ9IjgyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDM2Ljg5MmMyMC43MDIgOS40NzggMzkuODU2IDguODc0IDU3LjQ2Mi0xLjgxIDIzLjA5OC0xMC4yNjMgNjMuMDExLTEzLjcyMyA5Ny43MDggMTguMDQ2QzE4OS44NjYgODQuODk3IDIyNiA4OC44MjQgMjcwIDcxLjEyNmMuMzk0LS44MDQuMzk0LTI0LjI3OCAwLTcwLjQyM0gwdjM2LjE5eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9Ii4wNDIiLz48L3N2Zz4=) no-repeat;
    background-size: 100% auto;
    background-color: rgba(var(--theme-color), .85)
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .2);
    box-shadow: 0 5px 10px 0 rgba(136, 136, 136, .2)
}

@media (max-width:767px) {
    .cg-list.cg-layout-4 .cg-item .cg-item-inner {
        padding: 20px 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(300deg, rgba(255, 255, 255, .3) 0, transparent 100%);
    background-image: linear-gradient(150deg, rgba(255, 255, 255, .3), transparent)
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa {
    position: relative;
    z-index: 0;
    font-size: 32px;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa:before {
    z-index: 2;
    display: block;
    color: #fff
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    background-image: -o-linear-gradient(319deg, rgba(255, 255, 255, .5) 0, transparent 80%);
    background-image: linear-gradient(131deg, rgba(255, 255, 255, .5), transparent 80%)
}

@media (max-width:767px) {
    .cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa {
        margin-bottom: 10px
    }
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left {
    padding-right: 20px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media (max-width:767px) {
    .cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left {
        width: 100%;
        padding: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text .cg-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text .cg-desc {
    line-height: 1.5
}

.cg-list.cg-layout-4.cg-type-1 .cg-item-inner {
    background-color: #fff
}

.cg-list.cg-layout-4.cg-type-1 .cg-item-inner:hover .cg-fa {
    color: #fff !important
}

.modules-default-posts .post-loop-default .item-meta a:hover,
.modules-default-posts .post-loop-default .item-title a:hover {
    color: var(--theme-hover)
}

.modules-default-posts .post-loop-default .item-excerpt {
    color: inherit;
    opacity: .9
}

.modules-default-posts .post-loop-default .item-meta {
    color: inherit;
    opacity: .7
}

.modules-default-posts .post-loop-default.cols-2 .item-title {
    margin-bottom: 10px
}

.modules-default-posts .post-loop-default.cols-2 .item-meta {
    font-size: 12px
}

.cg-list,
.ig-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hot-slider .post-item,
.ig-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ig-item {
    overflow: hidden
}

.ig-item .ig-item-inner {
    position: relative;
    display: block;
    text-decoration: none
}

.ig-item .ig-item-text,
.ig-item img {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ig-item img {
    display: block;
    margin: 0 auto
}

.ig-item .ig-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 89px;
    padding: 10px 15px;
    color: rgba(0, 0, 0, .8);
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .3));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3))
}

