/*   
Theme Name: fokin
Version: 1.0
*/

html {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    margin: 0px;
    height: 100%;
    min-height: 100vh;
}

body:not(.home) {
    background: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

footer {
    width: 100%;
    min-height: 54px;
}



a {
    text-decoration: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

@media (min-width: 979px) {
    ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
        display: block;
    }

    .comment-list .children {
        padding: 0;
        margin-left: 74px;
        padding-bottom: 15px;
    }

    .comment-list .media {
        margin-top: 0;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

a img.alignnone {
    margin: 5px 20px 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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

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

/* Text meant only for screen readers. */
.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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

header {
    padding-top: 20px;
}

.header-logo {
    display: block;
    line-height: 0;
}

.header-logo img {
    width: 100%;
    max-width: 184px;
}

header .top-menu {
    text-align: right;
}

header .top-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}

header .top-menu li.menu-item-bordered a {
    border: 1px solid #e02626;
    padding: 7px 15px 6px 15px;
    margin-left: 20px;
    transition: all 0.3s;
}

header .top-menu li.menu-item-bordered a:hover {
    background: #e02626;
    color: #fff;
    transition: all 0.3s;
}

header .top-menu li.menu-item-bordered.current_page_item a {
    pointer-events: none;
}

header .top-menu.top-menu-black li.current_page_item a {
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    color: #e02626;
}

header .top-menu.top-menu-black li a {
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}

header .top-menu {
    margin: 0px;
}

header .top-menu li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    transition: all 0.3s;
}

header .top-menu li a:hover {
    color: #e02626;
    transition: all 0.3s;
}

header .navbar-toggler {
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    border: 0px;
    background: transparent;
    outline: none;
}


header .navbar-toggler-icon {
    width: 28px;
    height: 48px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}

.sw-topper {
    position: relative;
    display: block;
    top: 0;
    width: 28px;
    height: 3px;
    background: #000;
    border: none;
    z-index: 100;
}

.sw-bottom {
    position: relative;
    display: block;
    width: 28px;
    height: 3px;
    top: 6.6px;
    background: #000;
    border: none;
    z-index: 100;
}

.sw-footer {
    position: relative;
    display: block;
    width: 28px;
    height: 3px;
    top: 13.5px;
    background: #000;
    border: none;
    z-index: 100;
}

header #top-sub-ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

header #top-sub-ul li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

header #top-sub-ul li a:hover,
header #top-sub-ul li.current-menu-item a {
    color: #E02626;
    text-decoration: underline;
    transition: all 0.3s;
}



/* submenu */
.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 0;
    width: 320px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0px;
    padding: 0px;
}

.sub-menu > li {
    width: 100%;
}

.sub-menu > li:not(:last-child) {
    margin-bottom: 15px;
}

li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu > li > a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #353535;
    padding: 0px !important;
}

.sub-menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 1px;
    background-color: #E02626;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

.sub-menu > li > a:hover,
.sub-menu > li.current > a {
    color: #E02626;
}

.sub-menu > li > a:hover:before,
.sub-menu > li.current > a:before {
    right: 0;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}



/* main page slide show */
.cycle-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.cycle-slideshow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    z-index: 1000;
}

.cycle-slideshow .el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


/* main page content */

.main-content-row {
    width: 100%;
    height: 70%;
    text-align: center;
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.main-content .main-page-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;
    margin-bottom: 40px;
    /*  text-shadow: 1px 1px 2px black; */
}

.main-content .main-page-btn a {
    min-width: 292px;
    min-height: 65px;
    background: #c83a3a;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 65px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #c83a3a;
}

.main-content .main-page-btn a:hover {
    background: #ffffff;
    color: #E02626;
    transition: all 0.3s;
}



/* PAGE */

.single-page-content {
    min-height: calc(100% - 147px);
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.page-content a,
.page-content a:hover,
.page-content a:visited,
.page-content a:focus {
    color: #fff;
}

.single-page-content .row .static-blck-content:first-child {
    margin-bottom: 0px;
}

.static-blck-content {
    position: relative;
    margin: 40px 0;
}

.static-blck-content .img-blck.img-blck-p-l {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.static-blck-content .img-blck.img-blck-p-r {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.page-content-l-t .text-blck {
    padding: 60px 178px 60px 175px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    min-height: 468px;
}

.page-content-l-t .text-blck .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%) rotate(-90deg);
    position: absolute;
    left: 89px;
    top: 242px;
    max-width: 380px;
}

.page-content-l-t .text-blck .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}


.page-content-r-t .text-blck {
    padding: 60px 178px 60px 175px;
    color: #fff;
    position: relative;
    box-sizing: border-box;

    min-height: 468px;
}

.page-content-r-t .text-blck .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(50%) rotate(90deg);
    position: absolute;
    top: 242px;
    right: 89px;
    max-width: 380px;
}

.page-content-r-t .text-blck .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}


.page-content-c-t .text-blck {
    padding: 40px 50px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

.page-content-c-t .text-blck .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-content-c-t .text-blck .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}



/* post */
.post-content {
    margin-top: 100px;
    margin-bottom: 50px;
}

.post-content .post-content-columns {
    margin-bottom: 25px;
}

.post-content .post-content-details {
    position: relative;
    min-height: 400px;
}

.post-content .post-content-details-list {
    max-width: 330px;
    margin: auto 0 auto auto;

}

.post-content .post-content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -moz-transform: translateX(-100%) rotate(-90deg);
    -ms-transform: translateX(-100%) rotate(-90deg);
    -o-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    color: #e02626;
    max-width: 400px;
}

.post-content .post-content-details-list .post-content-date {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}

.post-content .post-category {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
}

.post-content .post-category a {
    color: #e02626;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;

}

.post-content .post-content-details-list .post-content-team-list {
    font-weight: 300;
}


.post-content .post-content-details-list .post-content-team-list p {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;

}

.post-content .post-content-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.post-content ul {
    padding-left: 20px;
    list-style: none;
}

.post-content ul li::before {
    content: "▪";
    font-size: 20px;
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.post-content .post-content-text p {
    margin-top: 0px;
}

.d-content-img-5,
.post-video-blck {
    margin-top: 25px;
    margin-bottom: 25px;
}

.al-r.d-content-img-5 {
    margin-right: 0;
}

.al-l.d-content-img-5 {
    margin-left: 0;
}



/* loop post */
.posts-list article {
    margin-bottom: 50px;
    position: relative;
}

.posts-list .col-6:nth-last-child(2) .arrow.next-post,
.posts-list .col-6:nth-last-child(2) .arrow.prev-post {
    display: none;
}

.posts-list .col-6:first-child article {
    margin-top: 100px;
}

.posts-list article > div > a {
    display: inline-block;
}

.posts-list article > div.template_v_t_l,
.posts-list article > div.template_h_t_l {
    text-align: right;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

.posts-list article > div.template_v_t_r,
.posts-list article > div.template_h_t_r {
    text-align: left;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

.posts-list article > div.template_h_t_r > a > img,
.posts-list article > div.template_h_t_l > a > img {
    width: 100%;
    margin-top: 100px;
    height: auto;
}

.posts-list article > div > a > img {
    display: inline-block;
}


.posts-list article .template_v_t_l .loop-post-content-wrap {
    left: 0;
    top: 0;
    transform: translateY(20%);
}

.posts-list article .template_v_t_r .loop-post-content-wrap {
    right: 0;
    top: 0;
    transform: translateY(20%);
}

.posts-list article .template_h_t_l .loop-post-content-wrap {
    left: 0;
    top: 0;
}

.posts-list article .template_h_t_r .loop-post-content-wrap {
    right: 0;
    top: 0;
}

.posts-list article .template_h_t_r .arrow.next-post,
.posts-list article .template_v_t_r .arrow.next-post {
    margin-top: 50px;
    width: 20px;
    height: 64px;
    float: right;
    margin-right: 62px;
    cursor: pointer;
    transition: all 0.3s;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAABGCAYAAADIOmTMAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFqADAAQAAAABAAAARgAAAAAH+t6rAAABxklEQVRYCe2YIU8DURCEWyA4goHggOBqkBg0CgOCn1CFxiHOIEghJEj+AAIsfwGBBIFAEFAkGBwhJMB85Xbzeml716OGZCeZvnlvZ6fXzcuJNhvVsCjbUm590vpcra3clcnynRNdiolSR01DBPvgYhQxCp+Ai7gVMQqfgIu4FTEKn4CLuBUxCp+Ai7gVMQqfgIu4FTEKn4CLuBUxCp+Ai/97K2b0G7b9d9QXZJDVYBRt8UG8FFfFuqCXDLLaBG+JCyL6WKwLeskgi8xGS/wU7T+fTQ4LyLS3OroIeqxOVotvuBfPRENHYso2FVa8R4mPLDK7mNfnm2jfuvt77J9ZUkOnwGt9ZJDVgz3tzPAqPZtUs6SGNuDBa31kdMEoDKcSj/lmTuu+FYasePACesnoix2d2rd/SK/kriw5RwNqeMxPryN9Yg4vxOu8Oq31MNf9Fmp4AD30DsWaql+iPcm6dJbs0ZxZHS89PSg+McUb8TxxnUg3kz2aMwNeeiqBf1/fRXsq7mU/jQfvSDiQ28IGrXhGBm+pF3FQKLXum2zkZDXw5hsUTK02JtV5KxbDOaP2J2youxjM2VhwpRQLR48Ny0q6y4kuxQ8bt36BGLWibQAAAABJRU5ErkJggg==');
    background-size: 100%;
}

.posts-list article .template_h_t_r .arrow.next-post:hover,
.posts-list article .template_v_t_r .arrow.next-post:hover {
    margin-top: 55px;
    transition: all 0.3s;
}

.posts-list article .template_h_t_l .arrow.next-post,
.posts-list article .template_v_t_l .arrow.next-post {
    position: absolute;
    margin-top: 50px;
    margin-left: 62px;
    width: 20px;
    height: 64px;
    cursor: pointer;
    transition: all 0.3s;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAABGCAYAAADIOmTMAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFqADAAQAAAABAAAARgAAAAAH+t6rAAABxklEQVRYCe2YIU8DURCEWyA4goHggOBqkBg0CgOCn1CFxiHOIEghJEj+AAIsfwGBBIFAEFAkGBwhJMB85Xbzeml716OGZCeZvnlvZ6fXzcuJNhvVsCjbUm590vpcra3clcnynRNdiolSR01DBPvgYhQxCp+Ai7gVMQqfgIu4FTEKn4CLuBUxCp+Ai7gVMQqfgIu4FTEKn4CLuBUxCp+Ai/97K2b0G7b9d9QXZJDVYBRt8UG8FFfFuqCXDLLaBG+JCyL6WKwLeskgi8xGS/wU7T+fTQ4LyLS3OroIeqxOVotvuBfPRENHYso2FVa8R4mPLDK7mNfnm2jfuvt77J9ZUkOnwGt9ZJDVgz3tzPAqPZtUs6SGNuDBa31kdMEoDKcSj/lmTuu+FYasePACesnoix2d2rd/SK/kriw5RwNqeMxPryN9Yg4vxOu8Oq31MNf9Fmp4AD30DsWaql+iPcm6dJbs0ZxZHS89PSg+McUb8TxxnUg3kz2aMwNeeiqBf1/fRXsq7mU/jQfvSDiQ28IGrXhGBm+pF3FQKLXum2zkZDXw5hsUTK02JtV5KxbDOaP2J2youxjM2VhwpRQLR48Ny0q6y4kuxQ8bt36BGLWibQAAAABJRU5ErkJggg==');
    background-size: 100%;

}

.posts-list article .template_h_t_l .arrow.next-post:hover,
.posts-list article .template_v_t_l .arrow.next-post:hover {
    margin-top: 55px;
    transition: all 0.3s;
}

.loop-post-content-wrap {
    max-width: 672px;
    position: absolute;

}

.loop-post-content-wrap .loop-post-content {

    background: rgba(255, 255, 255, 0.8);
    align-items: center !important;
    display: flex;
    border: solid 1px #505050;
    cursor: pointer;
    transition: all 0.1s;


}

.loop-post-content.title-right {
    padding: 62px 176px 62px 82px;
    text-align: left;
}

.loop-post-content.title-left {
    padding: 62px 82px 62px 176px;
    text-align: left;
}

.loop-post-content:hover {
    border: solid 1px #e02626;
    background: rgba(255, 255, 255, 1);
    transition: all 0.1s;
}

.loop-post-content.title-right .post-content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(50%) rotate(90deg);
    position: absolute;
    right: 89px;
    color: #e02626;
    max-width: 350px;
}

.loop-post-content.title-left .post-content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%) rotate(-90deg);
    position: absolute;
    left: 89px;
    color: #e02626;
    max-width: 350px;
}

.loop-post-content .post-category a {
    color: #e02626;
    font-weight: 700;
}

.loop-post-content p {
    font-size: 18px;
    line-height: 22px;
}



/* footer */
footer {
    background: transparent;
    padding: 17px 0;
    min-height: 54px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 90px;
}

.page-template-default footer {
    margin-top: 20px;
}

footer.paged {
    background: #505050;

}

footer ul {
    margin: 0px 0px 12px 0px;
    padding: 0px;
}

footer ul li {
    display: inline-block;
    text-align: right;
    margin-left: 20px;
    list-style: none;
}

footer ul li a {
    margin-left: 5px;
    margin-right: 10px;
    color: #fff;
}



/* embed */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}




/* load more btn */

.button_loadmore,
.button_loadmore_catalog {
    min-width: 292px;
    min-height: 65px;
    background: #ffffff;
    text-align: center;
    color: #c83a3a;
    font-size: 24px;
    font-weight: 300;
    line-height: 65px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #c83a3a;
    cursor: pointer;
    margin: 20px auto 0;
}

.button_loadmore:hover,
.button_loadmore_catalog:hover {

    background: #c83a3a;
    color: #fff;
    transition: all 0.3s;
}


/* to top */
#button-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    opacity: 0;
    border: 1px solid #E02626;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;

    background: url('data:image/png;base64,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') #fff;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

#button-to-top:hover {
    cursor: pointer;
    border: 1px solid #E02626;
    background: #E02626, url('data:image/png;base64,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')
}

#button-to-top.show {
    opacity: 0.9;
    visibility: visible;
}

/* */
.page-navigation {
    position: absolute;
    top: 40vh;
    width: calc(100% - 36px);
}

/* single-post-navigation */
.single-post-navigation a {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #000000;
    transition: 0.3s;
    display: flex;
}

.single-post-navigation .text-right a {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #000000;
    transition: 0.3s;
    justify-content: flex-end;
    display: flex;
}

.single-post-navigation a:hover {
    color: #E02626;
    transition: 0.3s;
}

.single-post-navigation a i.prev_post {
    margin-right: 15px;
    background:
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAWCAYAAAB9oOpzAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFqADAAQAAAABAAAARgAAAAAH+t6rAAAA+klEQVRYR+3Yr2sCYRjA8dMNDDJM1jFsghgtgs3i0oJ/wpLZP8G0bD0wWDQvmS2GBQfTtDyw2ETEH9/nuIPjRe8Naz7PFz6cd/EB7733fQj+XxUjFPElD7RXxhAHnPGHJ6itgD62kIEkjniDyrr4RXogYoY61NXAHO5AfvAKdT1jjBPSA9mgh0eoSl6iA+yQHsgeHyhBVbJ8v0NWmPRAxBQVqKuNJdyBLNCEqnJ4gXyPdOSB0xoTyIA0FcpgvlGLbq2kVj7+YTnZX+l6YXyNspdvRrZce7IPPE+2JfB0axO5gspNpJsdO2RkB1We7GjTkxyGf0KW+TspCC69+Ggtx8rSigAAAABJRU5ErkJggg==');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    display: inline-block;
    height: 25px;
}

.single-post-navigation a i.next_post {
    margin-left: 5px;
    background:
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAWCAYAAAB9oOpzAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFqADAAQAAAABAAAARgAAAAAH+t6rAAABBUlEQVRYR+3YIWtCURTA8TcVlsRkNZhcMa6I0WQyuA8gmF7eRzCZ/QALS2YtNsFiFNFmHqzMMlGZ7n/uplzvFMZY8pw//OBdsbyD713fi66sJnq4cyvLlcYL9tiigyzUV8MHZDAHb3jELVRXxAD+cMQCdaivijnCAY1wD9WlEOMV/nB2eEYOqsugjTX8Aa3Qgty0VZdHF/5whOxkss0noboSxggHNEEFrhvItdZwKz3JeT+g4Fan9RHLF8oYyifWsWni+8AKskvpZ+5S+jrU1a9uvpqy7TrI/uAF2SPBmeQhcgZ/IELtQ6S9djiTvai60L++2rymLWqDJeSc5NfzhHf8oSj6BHKwZvoBwiCfAAAAAElFTkSuQmCC');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    display: inline-block;
    height: 25px;
}
.home .sw-topper, .home .sw-bottom, .home .sw-footer{
        z-index: 100;
		background: #fff;
}
.navbar-toggler.show .sw-topper{
    display: none
}
.navbar-toggler.show .sw-bottom{
    transform: rotate(45deg);
	background: #fff;
}
.navbar-toggler.show .sw-footer{
    transform: rotate(-45deg);
    top: 4px;
	background: #fff;
}
@media screen and (max-width:600px ) {
    header .full-container .col-2{
        width: 50%;
        max-width: unset;
        flex: unset;
    }
    header .full-container .col-4{
        width: 50%;
        max-width: unset;
        flex: unset;
    }
    .posts-list article .template_v_t_r .loop-post-content-wrap{
        transform: unset;
    }
    .header-logo img{
        max-width: 120px;
    }
    .post-content .post-content-details {
    position: relative;
    min-height: 150px;
}
    body:not(.home) {
    background: #fff;
    display: flex;
    flex-direction: column;
    }
    .single-page-content {
min-height: unset;
flex-grow: 1;
}
}

@media  (max-width: 400px) {
    header .full-container .col-2{
        width: 60%;
        max-width: unset;
        flex: unset;
    }
    header .full-container .col-4{
        width: 40%;
        max-width: unset;
        flex: unset;
    }
    .header-logo img{
        padding-top: 2px;
    }
}
@media (max-width: 340px) {
    header .full-container .col-2{
        width: 70%;
        max-width: unset;
        flex: unset;
    }
    header .full-container .col-4{
        width: 30%;
        max-width: unset;
        flex: unset;
    }
    .header-logo img{
        padding-top: 0px;
    }
}




/*==========>>  PRELOADER   <<==========*/
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #505050;
    z-index: 100500;
}

#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    margin-left: -17.5px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(200, 58, 58, 1);
    border-bottom-color: rgba(200, 58, 58, 0.15);
    border-left-color: rgba(200, 58, 58, 1);
    border-right-color: rgba(200, 58, 58, 0.15);
    -webkit-animation: preloader 0.8s linear infinite;
    animation: preloader 0.8s linear infinite;
}

@keyframes preloader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
