
.blog-classic, .blog-minimal {
    padding: 4rem 0;
    border-bottom: 1px solid #efefef
}

    .blog-classic:first-child, .blog-minimal:first-child {
        padding-top: 0
    }

article.blog-minimal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.col-lg-12 article.blog-minimal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-minimal-thumbnail, .blog-minimal-thumbnail ~ .blog-minimal-content {
    max-width: 50%;
    width: 250px;
    height: 200px;
    overflow: hidden;
}

    .blog-minimal-thumbnail img {
        padding-right: 30px
    }

.blog-minimal-content {
    display: block
}

.post-title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px
}

    .post-title i {
        font-size: 1.2rem;
        padding-right: 8px;
        color: #3264f5
    }

    .post-title a {
        font-weight: inherit;
        font-size: inherit
    }

        .post-title a:not(:hover):not(:focus) {
            color: #232323;
            text-decoration: none
        }

.post-details.alt-font {
    font-size: 11px;
    line-height: 2;
    font-weight: 400;
    color: #939393;
    text-transform: uppercase;
    margin-bottom: .8rem
}

    .post-details.alt-font a:not(:hover):not(:focus) {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: #939393;
        text-decoration: none
    }

.sticky-footer li {
    font-size: 12px;
    line-height: 2;
    color: #939393;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase
}

    .sticky-footer li a:not(:hover):not(:focus) {
        color: #939393;
        text-decoration: none
    }

.post-separator {
    margin: 0 10px
}

    .post-separator:nth-last-child(1) {
        display: none
    }

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.blog-post-navigation .page-link {
    position: relative;
    display: block;
    padding: .7rem 1.1rem;
    color: #2b2b2b;
    text-decoration: none
}

    .blog-post-navigation .page-link.current {
        z-index: 1;
        color: #2b2b2b;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

.blog-post-sticky {
    padding: 45px;
    padding-bottom: 0;
    border: 1px solid #f8f9fa;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.045);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.045);
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.sticky-footer {
    margin: 0;
    margin-top: 3rem;
    border-top: 1px solid #f8f9fa
}

    .sticky-footer li {
        padding: 1rem 0;
        text-align: center
    }

        .sticky-footer li:first-child ~ li:nth-child(2) {
            border-left: 1px solid #f8f9fa
        }

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    float: right;
    font-weight: 500;
    color: #939393
}

.rtl .breadcrumb {
    float: left
}

.breadcrumb li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #3264f5;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 210px;
    overflow: hidden;
    margin-bottom: -9px
}

    .breadcrumb li a:not(:hover):not(:focus) {
        color: #939393;
        text-decoration: none
    }

.breadcrumb-style-2 .breadcrumb li a:not(:hover):not(:focus) {
    color: #2b2b2b
}

.breadcrumb-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right
}

.breadcrumb-style-2 {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 15px 25px;
    display: inline-block;
    color: #939393;
    min-width: 350px;
    text-align: center
}

    .breadcrumb-style-2.alt-font {
        font-weight: 500
    }

    .breadcrumb-style-2 .breadcrumb {
        float: none;
        display: inline-block;
        padding-left: 5px;
        color: #3264f5
    }

        .breadcrumb-style-2 .breadcrumb li a:hover {
            color: #3264f5
        }

.breadcrumb > li:not(:last-child)::after {
    content: "•";
    position: relative;
    font-size: 25px;
    line-height: 0;
    color: #2b2b2b;
    opacity: .6;
    padding: 0 12px;
    top: 5px
}

.breadcrumb-style-2 .breadcrumb > li:not(:last-child)::after {
    font-family: FontAwesome;
    content: '\f101';
    position: relative;
    font-size: inherit;
    color: #3264f5;
    opacity: 1;
    padding: 0 7px;
    top: 0
}

.not-found .breadcrumb > li::after {
    content: "•";
    position: relative;
    font-size: 25px;
    line-height: 0;
    color: #2b2b2b;
    opacity: .6;
    padding: 0 12px;
    top: 5px
}

.not-found .breadcrumb-style-2 .breadcrumb > li::after {
    font-family: FontAwesome;
    content: '\f101';
    position: relative;
    font-size: inherit;
    color: #3264f5;
    opacity: 1;
    padding: 0 7px;
    top: 0
}

.post-navigation {
    border-top: 1px solid #dedede;
    margin-top: 4rem;
    padding: 4rem 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .post-navigation .post-nav-content h6 {
        font-size: 1rem;
        color: #232323;
        margin: 0;
        line-height: 1.4;
        font-weight: 400;
        word-break: break-word;
        max-width: 250px;
        overflow: hidden
    }

    .post-navigation .post-nav-content p {
        font-size: 12px;
        font-weight: 400;
        opacity: .8;
        line-height: 1.2;
        margin-bottom: 5px;
        padding: 0 2px;
        color: #2b2b2b
    }

    .post-navigation .post-previous, .post-navigation .post-next {
        max-width: 400px
    }

    .post-navigation .post-previous {
        float: left
    }

    .post-navigation .post-next {
        float: right
    }

    .post-navigation a {
        text-decoration: none
    }

    .post-navigation .post-previous .post-nav-content {
        padding-left: 25px;
        text-align: left;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .post-navigation .post-previous:hover .post-nav-content {
        padding-left: 15px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .post-navigation .post-next .post-nav-content {
        padding-right: 25px;
        text-align: right;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .post-navigation .post-next:hover .post-nav-content {
        padding-right: 15px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .post-navigation .post-previous i, .post-navigation .post-next i {
        font-size: 20px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #232323;
        color: #232323;
        border-radius: 50px;
        position: relative;
        overflow: hidden
    }

        .post-navigation .post-previous i::before, .post-navigation .post-next i::before {
            position: absolute;
            left: -1px;
            right: -1px;
            bottom: -1px;
            color: #000;
            top: -1px;
            border-radius: inherit;
            -webkit-transform: scale(.8);
            transform: scale(.8);
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }

    .post-navigation .post-previous:hover i::before, .post-navigation .post-next:hover i::before {
        color: #fff;
        background: #232323;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.no-comments {
    margin-top: 2rem;
    text-align: center;
    font-weight: 400;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 10px 0
}

.blog-comment {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    clear: both
}

    .blog-comment .comment a {
        text-decoration: none
    }

    .blog-comment .comment-list {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .blog-comment .comment-list li:last-child {
            border-bottom: none
        }

    .blog-comment .comment {
        padding: 40px 0;
        border-bottom: 1px solid #ededed;
        position: relative;
        list-style: none;
        clear: both
    }

    .blog-comment .comment-list .comment-item {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        width: 100%
    }

    .blog-comment .comment-avatar {
        width: 90px;
        vertical-align: top;
        display: inline-block;
        text-align: center
    }

        .blog-comment .comment-avatar img {
            border-radius: 50%;
            width: 85%;
            margin: 0
        }

    .blog-comment .comment-content {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        text-align: left;
        overflow: auto;
        position: relative
    }

    .blog-comment .comment-avatar ~ .comment-content {
        padding-left: 2rem
    }

    .blog-comment .comment-awaiting-moderation {
        position: absolute;
        right: 60px;
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding: 2px 5px;
        font-size: 11px;
        line-height: 2
    }

    .blog-comment .comment-text p {
        margin-top: 5px;
        line-height: 1.5
    }

    .blog-comment .comment-text img {
        margin-top: 15px
    }

    .blog-comment .comment-reply-link {
        float: right;
        border: 1px solid #ededed;
        color: #939393;
        padding: 6px 8px 5px;
        line-height: normal;
        font-size: 11px;
        font-weight: 400;
        position: relative
    }

        .blog-comment .comment-reply-link:hover, .blog-comment .comment-reply-link:focus {
            color: #3264f5;
            border-color: #3264f5
        }

    .blog-comment li ul.children {
        margin-left: 40px;
        margin-bottom: 0;
        list-style: none;
        clear: both
    }

        .blog-comment li ul.children li {
            border: none;
            padding-bottom: 0;
            border-top: 1px solid #ededed;
            margin-top: 40px
        }

    .blog-comment .author-name {
        display: block;
        margin-bottom: 5px;
        text-decoration: none
    }

    .blog-comment p.comment-time {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 12px !important;
        color: #939393;
        text-transform: uppercase
    }

    .blog-comment .comment-time a {
        color: #939393;
        text-decoration: none
    }

    .blog-comment .comment-time .comment-edit-link {
        color: #3264f5;
        padding-left: 1rem
    }

.comment-fields {
    width: 100%
}

input.inputerror, textarea.inputerror, select.inputerror {
    border: 1px solid red
}

.text-outside-line-full {
    position: relative;
    display: inline-block
}

.comments-title, .comment-form-title {
    position: relative;
    width: 100%;
    color: #232323;
    display: block;
    text-align: center;
    padding: 4rem 0;
    font-weight: 600
}

.blog-comment #cancel-comment-reply-link {
    font-size: 14px;
    padding-left: 5px;
    color: #3264f5
}

.text-outside-line-full::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    right: 100%;
    margin-right: 25px
}

.text-outside-line-full::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    left: 100%;
    margin-left: 25px
}

.blog-comment .comment-fields {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    -ms-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 10px
}

    .blog-comment .comment-fields:focus {
        border: 1px solid #464545
    }

.blog-comment p:last-of-type {
    margin-bottom: 0
}

.blog-comment-form {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

    .blog-comment-form a {
        text-decoration: none;
        font-weight: 400
    }

code {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

.blog-post-navigation {
    padding-top: 4rem
}

    .blog-post-navigation i.fa-long-arrow-left {
        padding-right: 10px
    }

    .blog-post-navigation i.fa-long-arrow-right {
        padding-left: 10px
    }

.alignnone {
    margin: 0 0 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 25px auto
}

.alignright {
    float: right;
    margin: 5px 0 25px 40px
}

.alignleft {
    float: left;
    margin: 5px 40px 25px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 30px
}

a img.alignnone {
    margin: 0 0 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #f7f7f7;
    padding: 17px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    max-width: 100%;
    clear: both
}

    .wp-caption figcaption {
        padding: 18px 0 0
    }

    .wp-caption img {
        width: 100%;
        margin: 0
    }

    .wp-caption.alignnone {
        margin: 5px 0 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 40px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 40px
    }

dl.wp-caption {
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 15px 4px 0
}

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

.admin-bar .navbar, .admin-bar .nav-holder {
    margin-top: 32px
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 1
    }

.page-links {
    text-align: center;
    padding-top: 7.5rem;
    width: 100%;
    margin-top: 2rem
}

    .page-links > .inner-page-links {
        display: inline-block
    }

    .page-links .pagination-title {
        float: left;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #ddd;
        background: #fff
    }

    .page-links a {
        float: left;
        text-align: center;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
        background: #fff;
        color: #2b2b2b
    }

    .page-links > .inner-page-links > .page-number {
        background-color: #f8f9fa;
        color: #999;
        cursor: default;
        float: left;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0
    }

    .page-links .inner-page-links .post-page-numbers.current .page-number {
        background-color: #f8f9fa;
        color: #999;
        cursor: default;
        float: left;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0
    }

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

blockquote {
    border-left: 2px solid;
    padding: 15px 40px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px
}

    blockquote p {
        margin-bottom: 0
    }

    blockquote > cite {
        font-weight: 400;
        padding-top: 15px;
        font-size: 14px;
        display: block
    }

    blockquote > footer {
        font-weight: 600;
        margin-top: 15px
    }

pre {
    margin-bottom: 2rem
}

#post-gallery {
    margin-bottom: 2rem
}

.post-minimal-image #post-gallery {
    margin-bottom: 5rem
}

#post-gallery img {
    margin-bottom: 0
}

#post-gallery .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#post-gallery:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

#post-gallery .owl-nav .owl-prev i, #post-gallery .owl-nav .owl-next i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 5px 20px
}

#post-gallery .owl-nav .owl-prev {
    width: 100%;
    text-align: left
}

#post-gallery .owl-nav .owl-next {
    width: 100%;
    text-align: right
}

.gallery-projects {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem
}

    .gallery-projects li {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .gallery-projects img {
        margin-bottom: 0;
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .gallery-projects li > a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .gallery-projects .img-hover {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        display: block;
        height: 100%;
        vertical-align: middle;
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,.3);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .gallery-projects li > a:hover .img-hover {
        opacity: 1;
        visibility: visible
    }

    .gallery-projects .img-hover i {
        color: #fff;
        font-size: 20px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.type-video .wp-video {
    width: 100% !important
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.form-control:focus, .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=week], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=submit], .wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.center-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-thumbnail {
    margin-bottom: 25px
}

.type-video iframe {
    width: 100% !important;
    min-height: 420px
}

.col-lg-12 .type-video iframe {
    min-height: 695px
}

.type-audio iframe {
    width: 100% !important;
    min-height: 455px
}

.col-lg-12 .type-audio iframe {
    min-height: 695px
}

.type-audio .audio-title {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    bottom: 40px;
    background-color: rgba(0,0,0,.3)
}

.type-audio .image-audio {
    margin-bottom: -40px
}

.post-audio, .post-video {
    margin-bottom: 2rem;
    position: relative
}

.post-quote, .post-link {
    padding: 4rem 15px;
    text-align: center;
    margin-bottom: 2rem;
    background-size: cover;
    background-color: #232323;
    background-repeat: no-repeat;
    background-position: center center
}

    .post-quote > blockquote {
        border-left: 0;
        display: block;
        padding: 0;
        margin: 0;
        color: #fff;
        font-weight: 300;
        text-align: center
    }

        .post-quote > blockquote .icon, .post-link .icon {
            font-size: 1.5rem;
            margin-bottom: 1.3rem;
            display: inline-block;
            color: #fff
        }

        .post-quote > blockquote > p, .post-link a {
            font-size: 15px;
            margin-bottom: .5rem;
            display: block;
            color: #fff;
            font-weight: 300;
            text-decoration: none
        }

        .post-quote > blockquote > cite {
            font-size: 13px
        }

            .post-quote > blockquote > cite a {
                color: #fff;
                text-decoration: none;
                font-weight: 300
            }

.post-status {
    padding: 3rem 0;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f7f7f7
}

    .post-status > .twitter-tweet, .post-status > .fb-post {
        margin: 0 auto !important;
        text-align: center;
        width: 100%;
        display: block
    }

        .post-status > .fb-post > span {
            background-color: #fff
        }

.share-icons {
    list-style: none;
    margin: 0;
    padding: 0
}

    .share-icons li {
        display: inline-block
    }

.single-post .footer-meta {
    padding-top: 3.5rem;
    margin-bottom: 3.5rem;
    position: relative;
    display: block;
    clear: both
}

    .single-post .footer-meta .post-social {
        text-align: right
    }

.single-post .post-tags span {
    display: block
}

.single-post .post-tags a {
    background-color: #f7f8fa;
    display: inline-block;
    padding: 6px 17px;
    margin: 0 5px 5px 0;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    text-transform: capitalize
}

    .single-post .post-tags a:hover {
        background-color: #3264f5;
        color: #fff
    }

.single-post .post-details.alt-font {
    margin-bottom: 25px
}

.single-post .post-social > ul > li > a {
    color: #fff;
    margin: 0 2px 2px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

    .single-post .post-social > ul > li > a:last-child {
        margin-right: 0
    }

    .single-post .post-social > ul > li > a > i {
        display: block;
        width: 37px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .single-post .post-social > ul > li > a > i:hover {
            border-radius: 50px
        }

.wexim-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 4rem
}

.post-navigation ~ .wexim-author {
    margin-top: 0
}

.author-avatar {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    overflow: hidden
}

.author-content {
    padding-left: 1.9rem;
    overflow: hidden
}

    .author-content a:not(:hover):not(:focus) {
        text-decoration: none
    }

    .author-content span {
        color: #939393
    }

    .author-content h6 {
        margin: 0 0 10px;
        line-height: 1.2
    }

        .author-content h6 a:not(:hover):not(:focus) {
            color: #232323
        }

    .author-content p {
        margin-bottom: 17px
    }

#wp-calendar {
    margin: 0 auto
}

    #wp-calendar > caption {
        padding-bottom: 0;
        text-align: center;
        font-weight: 400
    }

    #wp-calendar #next {
        text-align: right
    }

.cat-item-none {
    text-align: left
}

.error-box {
    text-align: center
}

    .error-box h2 {
        display: inline-block;
        background-color: #3264f5;
        color: #fff;
        padding: 15px 30px;
        font-size: 2.2rem;
        border-radius: 25px;
        font-weight: 600;
        margin-bottom: 3rem
    }

    .error-box p {
        font-size: 2rem;
        letter-spacing: 3px;
        color: #939393;
        font-weight: 600
    }

    .error-box img {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        display: block;
        margin-bottom: 3rem
    }

#loader {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    background-image: -webkit-gradient(linear,left top,right top,from(#3264f5),color-stop(51%,#7201BB),to(#3264f5));
    background-image: linear-gradient(to right,#3264f5 0%,#7201BB 51%,#3264f5 100%);
    background-size: 200% auto;
    -webkit-transition: background 5s linear
}

    #loader .center-content {
        width: 54px;
        height: 54px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        top: 50%
    }

.loader-blocks {
    height: 58px;
    width: 58px
}

.loader span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 12px;
    opacity: 0;
    position: absolute;
    width: 12px;
    animation: load 4.6s ease-in-out infinite;
    -o-animation: load 4.6s ease-in-out infinite;
    -ms-animation: load 4.6s ease-in-out infinite;
    -webkit-animation: load 4.6s ease-in-out infinite;
    -moz-animation: load 4.6s ease-in-out infinite
}

    .loader span.block-1 {
        animation-delay: 1.06s;
        -o-animation-delay: 1.06s;
        -ms-animation-delay: 1.06s;
        -webkit-animation-delay: 1.06s;
        -moz-animation-delay: 1.06s;
        left: 0;
        top: 0
    }

    .loader span.block-2 {
        animation-delay: 0.97s;
        -o-animation-delay: 0.97s;
        -ms-animation-delay: 0.97s;
        -webkit-animation-delay: 0.97s;
        -moz-animation-delay: 0.97s;
        left: 16px;
        top: 0
    }

    .loader span.block-3 {
        animation-delay: 0.87s;
        -o-animation-delay: 0.87s;
        -ms-animation-delay: 0.87s;
        -webkit-animation-delay: 0.87s;
        -moz-animation-delay: 0.87s;
        left: 31px;
        top: 0
    }

    .loader span.block-4 {
        animation-delay: 0.78s;
        -o-animation-delay: 0.78s;
        -ms-animation-delay: 0.78s;
        -webkit-animation-delay: 0.78s;
        -moz-animation-delay: 0.78s;
        left: 47px;
        top: 0
    }

    .loader span.block-5 {
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
        left: 0;
        top: 16px
    }

    .loader span.block-6 {
        animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        left: 16px;
        top: 16px
    }

    .loader span.block-7 {
        animation-delay: 0.51s;
        -o-animation-delay: 0.51s;
        -ms-animation-delay: 0.51s;
        -webkit-animation-delay: 0.51s;
        -moz-animation-delay: 0.51s;
        left: 31px;
        top: 16px
    }

    .loader span.block-8 {
        animation-delay: 0.41s;
        -o-animation-delay: 0.41s;
        -ms-animation-delay: 0.41s;
        -webkit-animation-delay: 0.41s;
        -moz-animation-delay: 0.41s;
        left: 47px;
        top: 16px
    }

    .loader span.block-9 {
        animation-delay: 0.32s;
        -o-animation-delay: 0.32s;
        -ms-animation-delay: 0.32s;
        -webkit-animation-delay: 0.32s;
        -moz-animation-delay: 0.32s;
        left: 0;
        top: 31px
    }

    .loader span.block-10 {
        animation-delay: 0.23s;
        -o-animation-delay: 0.23s;
        -ms-animation-delay: 0.23s;
        -webkit-animation-delay: 0.23s;
        -moz-animation-delay: 0.23s;
        left: 16px;
        top: 31px
    }

    .loader span.block-11 {
        animation-delay: 0.14s;
        -o-animation-delay: 0.14s;
        -ms-animation-delay: 0.14s;
        -webkit-animation-delay: 0.14s;
        -moz-animation-delay: 0.14s;
        left: 31px;
        top: 31px
    }

    .loader span.block-12 {
        animation-delay: 0.05s;
        -o-animation-delay: 0.05s;
        -ms-animation-delay: 0.05s;
        -webkit-animation-delay: 0.05s;
        -moz-animation-delay: 0.05s;
        left: 47px;
        top: 31px
    }

    .loader span.block-13 {
        animation-delay: -0.05s;
        -o-animation-delay: -0.05s;
        -ms-animation-delay: -0.05s;
        -webkit-animation-delay: -0.05s;
        -moz-animation-delay: -0.05s;
        left: 0;
        top: 47px
    }

    .loader span.block-14 {
        animation-delay: -0.14s;
        -o-animation-delay: -0.14s;
        -ms-animation-delay: -0.14s;
        -webkit-animation-delay: -0.14s;
        -moz-animation-delay: -0.14s;
        left: 16px;
        top: 47px
    }

    .loader span.block-15 {
        animation-delay: -0.23s;
        -o-animation-delay: -0.23s;
        -ms-animation-delay: -0.23s;
        -webkit-animation-delay: -0.23s;
        -moz-animation-delay: -0.23s;
        left: 31px;
        top: 47px
    }

    .loader span.block-16 {
        animation-delay: -0.32s;
        -o-animation-delay: -0.32s;
        -ms-animation-delay: -0.32s;
        -webkit-animation-delay: -0.32s;
        -moz-animation-delay: -0.32s;
        left: 47px;
        top: 47px
    }

@keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        transform: translateY(-97px)
    }

    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        transform: translateY(-97px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        transform: translateY(97px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        transform: translateY(97px)
    }
}

@-webkit-keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px)
    }

    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    85% {
        opacity: 0;
        -webkit-transform: translateY(97px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(97px)
    }
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 25px;
    line-height: 45px;
    color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(#3264f5),color-stop(51%,#7201BB),to(#3264f5));
    background-image: linear-gradient(to right,#3264f5 0%,#7201BB 51%,#3264f5 100%);
    background-size: 200% auto;
    -webkit-transition: background 5s linear;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .scroll-top-arrow:hover {
        background-position: right center
    }

.bypostauthor {
    position: relative
}

.wexim-widget > .widget {
    padding: 40px 48px;
    background-color: #f8f9fa;
    margin-bottom: 30px
}

.wexim-widget > .widget_media_image {
    padding: 0;
    text-align: center;
    background-color: transparent
}

    .wexim-widget > .widget_media_image img {
        width: 100%
    }

.wexim-widget > .widget .widget-title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 24px
}

    .wexim-widget > .widget .widget-title a {
        font-size: inherit;
        line-height: inherit;
        text-decoration: none;
        font-weight: 700
    }

.wexim-widget > .widget .blog-latest-post > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

    .wexim-widget > .widget .blog-latest-post > li:nth-last-child(1) {
        margin-bottom: 0
    }

    .wexim-widget > .widget .blog-latest-post > li .post-head {
        font-size: 12px;
        line-height: 1.5;
        display: inline-block;
        max-width: 160px
    }

        .wexim-widget > .widget .blog-latest-post > li .post-head > .title {
            font-size: 14px;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 5px;
            display: block
        }

    .wexim-widget > .widget .blog-latest-post > li figure {
        min-width: 90px;
        max-width: 90px;
        margin-right: 15px;
        border-radius: 50px;
        display: inline-block;
        float: left;
        margin-bottom: 0
    }

.wexim-widget > .widget ol, .wexim-widget > .widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wexim-widget > .widget li a:not(:hover):not(:focus) {
    color: #2b2b2b
}

.widget_archive ul li, .widget_categories ul li {
    display: block;
    overflow: hidden;
    position: relative
}

.widget li:not(:last-child) {
    margin-bottom: 12px;
    position: relative
}

.widget .count {
    font-weight: 600
}

.widget_archive ul li .dots:before, .widget_categories ul li .dots:before {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    white-space: nowrap;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    position: absolute;
    z-index: 0;
    line-height: 1;
    top: 0;
    display: block
}

.widget_archive ul li a, .widget_categories ul li a {
    position: relative;
    z-index: 1;
    text-decoration: none
}

.widget .count {
    position: absolute;
    right: 0;
    z-index: 1
}

.widget .wexim-accordion-nav + .count {
    right: 20px
}

.widget_archive ul li a, .widget_categories ul li a {
    padding-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.widget .count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;
    line-height: 1.3
}

.widget .alignnone {
    margin: 0 auto
}

.widget .wp-caption {
    margin-bottom: 25px
}

.widget .count, .widget li a, .widget .wexim-accordion-nav {
    background-color: #f8f9fa
}

.widget li a {
    text-decoration: none;
    font-weight: 400
}

.wexim-widget > .widget ol .children, .wexim-widget > .widget ul .children, .wexim-widget > .widget .sub-menu {
    margin: 10px 0 0 15px
}

.widget li.active > .wexim-accordion-nav {
    top: -1px
}

.widget .cat-parent .wexim-accordion-nav, .widget .menu-item-has-children .wexim-accordion-nav, .widget .page_item_has_children .wexim-accordion-nav {
    position: absolute;
    right: -10px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    opacity: .8;
    top: -5px;
    text-align: center;
    line-height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.widget .page_item .children, .widget .menu-item .sub-menu {
    display: none
}

.active > .wexim-accordion-nav {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.widget a.rsswidget:not(:hover):not(:focus) {
    color: #2b2b2b
}

.rss-widget-icon {
    display: none
}

.btn-search {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 38px;
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    background-image: -webkit-gradient(linear,left top,right top,from(#3264f5),color-stop(51%,#7201BB),to(#3264f5));
    background-image: linear-gradient(to right,#3264f5 0%,#7201BB 51%,#3264f5 100%);
    background-size: 200% auto;
    -webkit-transition: background 5s linear;
    color: #fff
}

.rtl {
    right: auto;
    left: 0
}

.btn-search:hover, .btn-search:focus {
    background-position: right center;
    color: #fff
}

#searchform .form-control, #searchform .wpcf7 input[type=text], .wpcf7 #searchform input[type=text], #searchform .wpcf7 input[type=search], .wpcf7 #searchform input[type=search], #searchform .wpcf7 input[type=url], .wpcf7 #searchform input[type=url], #searchform .wpcf7 input[type=tel], .wpcf7 #searchform input[type=tel], #searchform .wpcf7 input[type=number], .wpcf7 #searchform input[type=number], #searchform .wpcf7 input[type=range], .wpcf7 #searchform input[type=range], #searchform .wpcf7 input[type=date], .wpcf7 #searchform input[type=date], #searchform .wpcf7 input[type=month], .wpcf7 #searchform input[type=month], #searchform .wpcf7 input[type=week], .wpcf7 #searchform input[type=week], #searchform .wpcf7 input[type=time], .wpcf7 #searchform input[type=time], #searchform .wpcf7 input[type=datetime], .wpcf7 #searchform input[type=datetime], #searchform .wpcf7 input[type=datetime-local], .wpcf7 #searchform input[type=datetime-local], #searchform .wpcf7 input[type=color], .wpcf7 #searchform input[type=color], #searchform .wpcf7 input[type=email], .wpcf7 #searchform input[type=email], #searchform .wpcf7 input[type=file], .wpcf7 #searchform input[type=file], #searchform .wpcf7 input[type=submit], .wpcf7 #searchform input[type=submit], #searchform .wpcf7 select, .wpcf7 #searchform select, #searchform .wpcf7 textarea, .wpcf7 #searchform textarea, #searchform .wpcf7 .wpcf7-validation-errors, .wpcf7 #searchform .wpcf7-validation-errors {
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 30px 5px 20px
}

.widget input, .widget select, .widget textarea {
    margin-bottom: 0;
    width: 100%
}

.widget li {
    position: relative
}

.wp-block-preformatted, .wp-block-verse, address, pre {
    padding: 50px;
    background-color: #f8f9fa
}

address {
    font-style: italic
}

hr {
    height: 1px;
    margin: 2rem auto
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

.tagcloud a {
    border-color: rgba(66,72,81,.5);
    color: rgba(66,72,81,.8)
}

.tagcloud a {
    margin-left: 2px;
    margin-right: 2px
}

.tagcloud a {
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 11px !important;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

    .tagcloud a:hover {
        color: #3264f5;
        border-color: #3264f5
    }

:root {
    font-size: 16px
}

div[class*="wp-block"], figure[class*="wp-block"], blockquote[class*="wp-block"] {
    margin-top: 32px;
    margin-bottom: 32px
}

.wp-block-table div[class*="wp-block"], .wp-block-quote [class*="wp-block"], .wp-block-button[class*="wp-block"], .wp-block-button [class*="wp-block"], .editor-rich-text .wp-block-pullquote__citation {
    margin: 0
}

.wp-block-button[class*="wp-block"] {
    margin-bottom: 10px
}

.wp-block-pullquote__citation {
    text-transform: unset;
    font-size: 16px
}

figure.wp-block-pullquote {
    margin-bottom: 70px
}

    figure.wp-block-pullquote .has-text-color.has-very-dark-gray-color p, .has-text-color.has-very-dark-gray-color .editor-rich-text .wp-block-pullquote__citation, .has-text-color.has-very-dark-gray-color .editor-rich-text__tinymce, .wp-block-pullquote p {
        color: #000
    }

.editor-block-list__block .has-text-color.has-very-dark-gray-color {
    padding-left: 20px
}

.editor-rich-text .wp-block-pullquote__citation {
    display: inline-block;
    line-height: 1.6;
    position: relative
}

    .editor-rich-text .wp-block-pullquote__citation::before {
        position: absolute;
        top: 0;
        width: 30px;
        height: 2px;
        background: #3264f5;
        content: '';
        bottom: 0;
        margin: 10px 0 13px -40px
    }

.wp-block-pullquote.alignleft blockquote > .editor-rich-text p, .wp-block-pullquote.alignright blockquote > .editor-rich-text p {
    font-size: 20px
}

[data-align="left"] .editor-block-list__block-edit figure.is-resized {
    margin-bottom: 80px
}

body.block-editor-page .edit-post-visual-editor .editor-post-title__block, body.block-editor-page .edit-post-visual-editor .editor-default-block-appender, body.block-editor-page .edit-post-visual-editor .editor-block-list__block {
    max-width: 80%
}

    body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="wide"] {
        max-width: 920px
    }

    body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="full"] {
        max-width: none
    }

.mce-content-body, .editor-styles-wrapper, .edit-post-visual-editor.editor-styles-wrapper, .editor-rich-text__tinymce {
    font-family: 'Roboto',sans-serif;
    color: #5a5a5a;
    font-size: 16px;
    -webkit-font-smoothing: antialiased !important
}

    .edit-post-visual-editor.editor-styles-wrapper p {
        line-height: 1.625
    }

.edit-post-visual-editor h1.editor-rich-text__tinymce, .edit-post-visual-editor h2.editor-rich-text__tinymce, .edit-post-visual-editor h3.editor-rich-text__tinymce, .edit-post-visual-editor h4.editor-rich-text__tinymce, .edit-post-visual-editor h5.editor-rich-text__tinymce, .edit-post-visual-editor h6.editor-rich-text__tinymce, .editor-post-title__block .editor-post-title__input, .wp-block-heading.editor-rich-text.block-editor-rich-text {
    font-family: 'Roboto',sans-serif;
    color: #1c1c24;
    font-weight: 700
}

.editor-post-title__block .editor-post-title__input {
    text-align: center
}

.edit-post-visual-editor h1.editor-rich-text__tinymce, .editor-post-title__block .editor-post-title__input {
    font-size: 2.5rem
}

.edit-post-visual-editor h2.editor-rich-text__tinymce {
    font-size: 2rem
}

.edit-post-visual-editor h3.editor-rich-text__tinymce {
    font-size: 1.75rem
}

.edit-post-visual-editor h4.editor-rich-text__tinymce {
    font-size: 1.5rem
}

.edit-post-visual-editor h5.editor-rich-text__tinymce {
    font-size: 1.25rem
}

.edit-post-visual-editor h6.editor-rich-text__tinymce {
    font-size: 1rem
}

.edit-post-visual-editor .wp-block-code {
    color: #666;
    font-family: Courier,sans-serif;
    line-height: 1.4;
    margin: 24px 0;
    padding: 12px;
    border: 2px solid rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.12);
    box-shadow: inset 0 0 6px rgba(0,0,0,.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

blockquote.wp-block-quote .wp-block-quote__citation {
    margin-left: 40px
}

    blockquote.wp-block-quote .wp-block-quote__citation em {
        display: block;
        position: relative;
        top: -30px
    }

    blockquote.wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce:before {
        margin-top: 13px
    }

.wp-block.editor-block-list__block .wp-block-pullquote.alignfull {
    padding-left: 100px;
    padding-right: 100px
}

.edit-post-visual-editor div[class*="wp-block"] {
    margin-top: 0;
    margin-bottom: 0
}

.edit-post-visual-editor table {
    width: 100%;
    margin: 24px 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

    .edit-post-visual-editor table thead, .edit-post-visual-editor table tfoot {
        border: 1px solid #ddd;
        border: 1px solid rgba(0,0,0,.12)
    }

        .edit-post-visual-editor table thead th, .edit-post-visual-editor table tfoot td {
            border: none
        }

    .edit-post-visual-editor table th {
        font-size: 1.2rem;
        margin: 0;
        padding: 12px;
        border: 1px solid #ddd;
        border: 1px solid rgba(0,0,0,.12);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .edit-post-visual-editor table td {
        padding: 5px;
        margin: 0;
        border: 1px solid rgba(0,0,0,.12);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .edit-post-visual-editor table .wp-block-table__cell-content {
        padding: 0
    }

    .edit-post-visual-editor table.wp-block-table.is-style-stripes {
        border-collapse: collapse
    }

        .edit-post-visual-editor table.wp-block-table.is-style-stripes td {
            border: 1px solid #ddd;
            border: 1px solid rgba(0,0,0,.12)
        }

.wp-block-image {
    max-width: none;
    margin: 16px auto;
    padding: 0
}

    .wp-block-image figcaption {
        width: 100%
    }

.wp-block-gallery .blocks-gallery-item {
    padding: 0
}

.wp-block-gallery .blocks-gallery-image {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.editor-block-list__block .wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 0
}

.wp-block-cover-image {
    margin: 16px auto;
    padding: 24px 0
}

    .wp-block-cover-image.has-background-dim, .wp-block-cover-image.has-background-dim h2 {
        color: #fff
    }

.wp-block-button {
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .wp-block-button.alignwide a {
        display: block;
        position: relative
    }

blockquote.wp-block-quote, blockquote.wp-block-quote.is-large {
    padding: 15px 15px 15px 35px
}

.block-editor .wp-block-categories ul {
    list-style-position: inside
}

.wp-block-verse pre, pre.wp-block-verse {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    padding: 0
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator.is-style-wide, hr.is-style-wide {
    max-width: 100%
}

@media only screen and (min-width:768px) {
    .wp-block-separator.is-style-wide, hr.is-style-wide {
        max-width: calc(8 * (100vw / 12) - 28px)
    }
}

@media only screen and (min-width:1168px) {
    .wp-block-separator.is-style-wide, hr.is-style-wide {
        max-width: calc(6 * (100vw / 12) - 28px)
    }
}

.wp-block-separator.is-style-dots, hr.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center
}

@media only screen and (min-width:768px) {
    .wp-block-separator.is-style-dots, hr.is-style-dots {
        max-width: calc(8 * (100vw / 12) - 28px)
    }
}

@media only screen and (min-width:1168px) {
    .wp-block-separator.is-style-dots, hr.is-style-dots {
        max-width: calc(6 * (100vw / 12) - 28px)
    }
}

.wp-block-separator.is-style-dots:before, hr.is-style-dots:before {
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: .88889em;
    padding-left: .88889em
}

.wp-block-separator + h1:before, .wp-block-separator + h2:before, hr + h1:before, hr + h2:before {
    display: none
}

table.wp-block-table > tbody > tr:nth-child(2n+1) > td {
    background-color: #fcfcfc
}

table.wp-block-table > tbody > tr > td {
    padding: 10px 5px;
    text-align: center
}

.editor-block-list__layout a, .wp-block-freeform.block-library-rich-text__tinymce a {
    color: #3264f5
}

.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a {
    text-decoration: none;
    font-family: 'Roboto',sans-serif
}

.editor-block-list__block .wp-block-pullquote.alignleft .wp-block-pullquote__citation {
    margin-left: 40px
}

.wp-block-cover.alignleft.is-dark-theme.has-background-dim {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px
}

    .wp-block-cover.alignleft.is-dark-theme.has-background-dim .wp-block {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

.wp-block-gallery.alignfull.alignfull.columns-3.is-cropped {
    margin-left: -50vw;
    margin-right: -50vw
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 0
}

.wpcf7 {
    max-width: 600px;
    margin: 0 auto !important
}

    .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=submit], .wpcf7 select, .wpcf7 textarea {
        border-radius: 0
    }

    .wpcf7 .wpcf7-form label {
        width: 100%
    }

    .wpcf7 .wpcf7-not-valid-tip {
        color: #dc3545
    }

    .wpcf7 .wpcf7-validation-errors {
        color: #dc3545;
        border: 1px solid #e9ecef
    }

@charset "UTF-8";

@media screen and (max-width:1199px) {
    .navbar-standard ul > li > a {
        font-size: 12px
    }
}

@media screen and (min-width:1500px) {
    .right-side-nav {
        margin-top: 5rem
    }
}

@media screen and (min-width:991px) {
    header:not(.header-appear) .center-top-logo .sidenav-toggler, header:not(.header-appear) .left-top-logo .sidenav-toggler {
        display: none
    }
}

@media screen and (max-width:991px) {
    header .left-top-logo a.logo {
        position: relative;
        bottom: 0
    }

    .navbar-standard .navbar-nav {
        display: none
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    #wp-calendar {
        width: 100%;
        text-align: center
    }

    header .header-top-area {
        display: none
    }

    .admin-bar header:not(.header-appear) .header-top-area ~ .navbar-standard {
        margin-top: 33px
    }

    header .navbar-standard {
        height: 60px
    }

    header .center-top-logo a.logo {
        position: relative;
        left: 0;
        top: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    header .center-logo .logo-area {
        position: relative;
        left: 0;
        top: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    header .sidenav-toggler {
        position: relative;
        right: 0;
        display: block
    }

    header .center-top-logo, header .left-top-logo {
        padding: 2rem 0
    }

    header.header-appear .navbar-standard {
        height: 65px
    }

    .medium-padding {
        padding: 4.5rem 0
    }

    .blog-post-navigation {
        padding: 4.5rem 0
    }

    .single-post .blog-comment {
        padding-bottom: 4.4rem
    }

    .footer-top-area {
        padding: 4.5rem 0 .5rem 0
    }

    .wrapper-layout-2 {
        height: 300px
    }

    .footer-top-area .col-md-3:not(:last-child) {
        margin-bottom: 2rem
    }

    .nav-holder {
        width: 45%
    }

    header:not(.header-appear) .navbar-standard.standard.light-menu .sidenav-toggler {
        border-left: none
    }

    header .sidenav-toggler {
        padding-left: 20px
    }

    header.header-appear .navbar-standard .sidenav-toggler {
        border: none !important
    }
}

@media screen and (max-width:782px) {
    .admin-bar .nav-holder, .admin-bar .navbar {
        margin-top: 46px
    }

    header.header-appear .navbar-standard {
        top: 0
    }
}

@media screen and (max-width:767px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding: 0 15px
    }

    .footer-bottom p.text-small {
        text-align: center;
        margin-bottom: .5rem
    }

    .blog-comment .comment-awaiting-moderation {
        display: none
    }

    .post-navigation .post-nav-content h6 {
        font-size: 16px
    }

    .nav-holder {
        width: 100%
    }

    .footer-top-area ~ .footer-bottom {
        padding-top: 2rem
    }

    .footer-top-area {
        text-align: center
    }

        .footer-top-area .widget:not(.widget_wexim_custom_link_widget) h3:after {
            margin: 0 auto;
            margin-top: 16px
        }

    .error-box h2 {
        padding: 15px 30px;
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 2rem
    }

    .error-box p {
        font-size: 1.2rem
    }

    article.blog-minimal {
        display: block
    }

    .blog-minimal-thumbnail, .blog-minimal-thumbnail ~ .blog-minimal-content {
        max-width: 100%
    }

        .blog-minimal-thumbnail img {
            padding-right: 0;
            margin-bottom: 3rem
        }

    .footer-bottom-social li > a > i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 10px 3px
    }

    .footer-bottom.layout-2 {
        padding: 80px 0
    }

    .nav-holder .sidemenu-footer p {
        max-width: 300px
    }

    .wrapper-layout-2 {
        padding-top: 0
    }

        .wrapper-layout-2 h1, .wrapper-layout-1 h1 {
            font-size: 22px;
            line-height: 1.3;
            margin-bottom: 5px
        }

    .breadcrumb-style-2 {
        min-width: auto;
        text-align: center;
        width: 100%
    }

    .post-alert {
        margin-bottom: 4.5rem
    }

    .author-avatar {
        float: none;
        overflow: hidden;
        margin-bottom: 25px
    }

    .author-content {
        padding: 0;
        display: block
    }

    .wexim-author {
        padding: 30px
    }

    .button-play {
        height: 60px;
        width: 60px;
        line-height: 66px;
        margin: 0 10px;
        padding-left: 5px;
        font-size: 22px
    }

    .parallax {
        -webkit-background-size: auto 150%;
        background-attachment: scroll
    }

    .col-lg-12 .type-audio iframe {
        min-height: 455px
    }

    .col-lg-12 .type-audio iframe {
        min-height: 455px
    }
}

@media screen and (max-width:600px) {
    .admin-bar .header-appear .nav-holder, .admin-bar .header-appear .navbar {
        margin-top: 0 !important
    }
}

@media screen and (max-width:400px) {
    .nav-holder {
        padding: 1rem 2rem
    }

    #btn_sideNavClose {
        top: 30px;
        right: 30px
    }
}

@media only screen and (orientation:portrait) and (device-width:320px),(device-width:768px) {
    .parallax {
        -webkit-background-size: auto 150%;
        background-attachment: scroll
    }
}

@media only screen and (orientation:landscape) and (device-width:320px),(device-width:768px) {
    .parallax {
        -webkit-background-size: 150% auto;
        background-attachment: scroll
    }
}

header:not(.header-appear) .navbar-standard.standard.light-menu .sidenav-toggler {
    border-left: none
}

@media (min-width:768px) {
    header:not(.header-appear) .navbar-standard.standard.light-menu .sidenav-toggler {
        border-right: 1px solid #fff !important
    }
}

@media (max-width:768px) {
    .rtl header .navbar-standard.standard .sidenav-toggler {
        border-right: none !important
    }
}

header .sidenav-toggler {
    margin-right: 27px !important;
    margin-left: 27px !important
}

header .navbar-standard.standard #navbarNavDropdown, header .navbar-standard.bottom-navbar #navbarNavDropdown {
    margin-right: auto !important
}

.nav-holder {
    left: 0 !important;
    right: auto !important;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.menu-icon {
    left: auto !important;
    right: 0 !important
}

.nav-icon .navbar-nav .nav-item:nth-child(1).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(1).current_page_parent ~ .menu-icon {
    webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(2):hover ~ .menu-icon {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(-100%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(2).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(2).current_page_parent ~ .menu-icon {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(-100%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(3):hover ~ .menu-icon {
    -webkit-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(3).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(3).current_page_parent ~ .menu-icon {
    -webkit-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(4):hover ~ .menu-icon {
    -webkit-transform: translate3d(-300%,0,0);
    transform: translate3d(-300%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(4).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(4).current_page_parent ~ .menu-icon {
    webkit-transform: translate3d(-300%,0,0);
    transform: translate3d(-300%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(5):hover ~ .menu-icon {
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(-400%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(5).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(5).current_page_parent ~ .menu-icon {
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(-400%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(6):hover ~ .menu-icon {
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(-500%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(6).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(6).current_page_parent ~ .menu-icon {
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(-500%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(7):hover ~ .menu-icon {
    -webkit-transform: translate3d(-600%,0,0);
    transform: translate3d(-600%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(7).active ~ .menu-icon, .nav-icon .navbar-nav .nav-item:nth-child(7).current_page_parent ~ .menu-icon {
    -webkit-transform: translate3d(-600%,0,0);
    transform: translate3d(-600%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(8):hover ~ .menu-icon {
    -webkit-transform: translate3d(700%,0,0);
    transform: translate3d(-700%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(9):hover ~ .menu-icon {
    -webkit-transform: translate3d(800%,0,0);
    transform: translate3d(-800%,0,0)
}

.nav-icon .navbar-nav .nav-item:nth-child(10):hover ~ .menu-icon {
    -webkit-transform: translate3d(900%,0,0);
    transform: translate3d(-900%,0,0)
}

header .navbar-nav .dropdown-toggle::after {
    margin-right: 5px;
    margin-left: 0
}

header.header-appear .navbar-standard.standard.sticky-light-menu .sidenav-toggler {
    border-left: none !important
}

@media (min-width:768px) {
    header.header-appear .navbar-standard.standard.sticky-light-menu .sidenav-toggler {
        border-right: 1px solid #fff !important
    }
}

@media (max-width:768px) {
    .elementor-4 .elementor-element.elementor-element-af351a6 .heading-text {
        text-align: center !important
    }
}

.progress-item {
    text-align: right !important
}

    .progress-item span {
        float: left !important
    }

.elementor-4 .elementor-element.elementor-element-06df364 .portfolio-three .filtering {
    text-align: right !important
}

.overlay {
    right: 0 !important
}

.owl-stage-outer .owl-stage {
    float: left !important
}

.price-item {
    text-align: right !important
}

ul.packages li i {
    padding-left: 10px !important
}

.price {
    float: right !important;
    margin-left: 20px !important
}

.elementor-4 .elementor-element .price-text {
    text-align: right !important
}

.wx-blog .order-lg-2 .blog-box {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.col-lg-6.p-0.text-md-left {
    text-align: right !important
}

.col-lg-6.p-0.text-md-right {
    text-align: left !important
}

.wx-blog .col-lg-6:not(.order-lg-2) .blog-box {
    padding-left: 40px !important
}

.nav-holder .sliding-menu a {
    text-align: right;
    display: block;
    width: 100%
}

@media (max-width:768px) {
    .nav-holder .sliding-menu a {
        width: 70% !important
    }
}

.submen-dec::before {
    float: left !important;
    left: 0 !important;
    right: auto !important
}

.right-side-nav.alt-font.sliding-menu {
    direction: ltr !important
}

.wrapper-layout-2 {
    text-align: right !important
}

.blog-post-navigation i.fa-long-arrow-right {
    transform: rotate(-180deg)
}

.btn-search {
    left: 0 !important;
    right: auto !important
}

.widget .count {
    left: 0 !important;
    right: auto !important
}

.widget_archive ul li a, .widget_categories ul li a {
    padding-left: 10px !important
}

.wexim-widget > .widget .blog-latest-post > li figure {
    margin-left: 15px !important
}

.breadcrumb-style-2 .breadcrumb > li:not(:last-child)::after {
    content: '\f100' !important
}

header .navbar-standard .navbar-nav .dropdown-menu li {
    padding-left: 35px !important;
    padding-right: 25px !important;
    text-align: right !important
}

    header .navbar-standard .navbar-nav .dropdown-menu li.menu-item-has-children > a::before {
        margin-left: -15px;
        margin-right: auto !important;
        right: auto;
        left: 0;
        transform: rotate(180deg)
    }

header .menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
    right: 14.1rem !important;
    left: auto
}

header a.logo img {
    width: 100% !important
}

.blog-minimal-thumbnail img {
    padding-left: 30px !important;
    padding-right: 0 !important;
    width: 100%;
    height: 100%;
}

blockquote {
    border-right: 2px solid;
    border-left: none
}

.share-icons {
    text-align: left
}

.post-navigation.alt-font {
    direction: ltr !important
}

section.blog-home.wrapper-layout-2.bg-img.center-block .col-md-6 {
    text-align: right !important
}

#post-gallery {
    direction: ltr !important
}

#rev_slider_1_1_wrapper .wexim-light {
    float: right !important
}

.tp-bullets.wexim-light.vertical.nav-pos-hor-left.nav-pos-ver-center.nav-dir-vertical {
    transform: matrix(1,0,0,1,-30,-50) !important
}

header .nav-icon ul.navbar-nav > li {
    width: 90px !important;
    min-width: 90px !important
}

#btn_sideNavClose {
    left: 72px;
    right: auto
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    float: right !important;
    margin-left: 0 !important;
    margin-right: 4%
}

div.wpforms-container-full .wpforms-form .wpforms-first {
    margin-right: 0
}

.breadcrumb-bottom {
    text-align: left !important
}

.sign {
    font-size: small;
    letter-spacing: 0;
    left: -13px
}

.blog-comment .comment-avatar ~ .comment-content {
    padding-right: 2rem;
    padding-left: .5rem
}

.blog-comment .comment-content {
    text-align: right
}

.blog-comment .comment-awaiting-moderation {
    left: 60px;
    right: auto
}

.blog-comment .comment-reply-link {
    float: left
}

.comment-text {
    overflow-y: hidden
}

.navbar:not(.center-logo) .menu-container {
    margin-left: auto;
    margin-right: 0
}

header .navbar-standard.standard #navbarNavDropdown, header .navbar-standard.bottom-navbar #navbarNavDropdown {
    margin-right: auto;
    margin-left: 0
}

.team-social li {
    margin: 3px
}

.author-avatar {
    float: right
}

.author-content {
    padding-right: 1.9rem;
    padding-left: 0
}

.sliding-menu a.back {
    text-align: right !important
}

    .sliding-menu a.back::before {
        content: '\f105'
    }

@media (min-width:768px) {
    .nav-holder .sliding-menu a {
        float: right !important
    }
}

header .navbar-standard .navbar-nav .dropdown-menu {
    right: 0;
    left: auto
}

header .menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
    left: 14.1rem !important;
    right: auto
}

.blog-post-navigation i.fa-long-arrow-left {
    padding-right: 10px;
    transform: rotateY(180deg)
}

.elementor-4 .elementor-element.elementor-element-f27d01b > .elementor-element-populated {
    margin: 0 0 0 15px
}

.elementor-4 .elementor-element.elementor-element-fedb711 > .elementor-element-populated {
    margin: 0 15px 0 0
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    left: 20px;
    right: auto
}

.elementor-4 .elementor-element.elementor-element-6820a04 > .elementor-element-populated {
    padding: 120px 100px 120px 15px
}

@media (max-width:766px) {
    .elementor-4 .elementor-element.elementor-element-6820a04 > .elementor-element-populated {
        padding: 80px 15px 80px 15px
    }
}
