@charset "UTF-8";

/*------------------------------------------------------------------
[ Table of contents ]

1. Google fonts
2. Main Colors
3. Buttons styles
4. Typography
5. Header
    1. Desctop menu
    2. Mobile menu
    3. Header slider
    4. Header particles
    5. Header video
6. Footer
7. Home page
    1. Icons section
    2. Service section
    3. Portfolio section
    4. Partners section
    5. Contact block
    6. News Section
8. About page
    1. Section who we are
    2. Numbers block
    3. Team section
9. Services page
    1. Services items
10. Contacts
    1. Contacts box
    2. Contacts form
    3. Map
11. Blog & Portfolio
    1. Blog post & Portfolio item
    2. Post styles
    3. Sidebar > Widgets
12. Blog Single & Portfolio Single
    1. Thumbnail styles
    2. Description
    3. Share
    4. Comments
    5. Post single content styles & typography
13. Other styles
    1. Pagintaion

------------------------------------------------------------------ */
/* 1 Google fonts */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");*/

/* 2 Main Colors */
/*
:root {
    --primary: #F8BB5C;
    --black: #080909;
    --white: #fff;
    --grey: #909590;
    --dark_grey: #414e41;
    --main_text: #5a5454;
    --form_white: #EDEEF0;
    --text_font: 'Roboto', sans-serif;
    --head_font: 'Raleway', sans-serif;
}
*/

body {
    background: #fff;
    color: var(--main_text);
}

.white {
    color: var(--white);
}

.orange {
    color: var(--primary);
}

.black {
    color: var(--black);
}

/* 3 Buttons styles */

.btn,
.blog .content .btn {
    background-color: transparent;
    font-family: var(--head_font);
    display: block;
    min-width: 100px;
    border-radius: 25px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: var(--white);
    border: 1px solid var(--primary);
    z-index: 1;
    position: relative;
    transition: 0.4s all;
}

.btn:after,
.blog .content .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    left: 0;
    top: 0;
    background: var(--primary);
    z-index: -1;
    transition: 0.5s all;
    opacity: 0.3;
}

.btn:hover,
.blog .content .btn:hover {
    background: var(--primary);
}

.btn:hover:after,
.blog .content .btn:hover:after {
    opacity: 1;
    width: 150%;
    right: 0;
}

.small-btn,
.blog .content .small-btn {
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 22px;
}

.big-btn,
.blog .content .big-btn {
    background-color: transparent;
    font-family: var(--head_font);
    display: block;
    min-width: 100px;
    border-radius: 50px;
    padding: 0 40px;
    height: 55px;
    min-height: 55px;
    line-height: 50px;
    overflow: hidden;
    font-size: 22px;
    text-align: center;
    color: var(--white);
    border: 2px solid var(--primary);
    z-index: 1;
    position: relative;
    transition: 0.4s all;
}

.big-btn:hover,
.blog .content .big-btn:hover {
    background: var(--primary);
}

.btn-rect,
.blog .content .btn-rect {
    background-color: transparent;
    font-family: var(--head_font);
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: var(--black);
    border: 1px solid var(--primary);
    z-index: 1;
    position: relative;
    transition: 0.4s all;
    border-radius: 0;
    font-weight: 500;
}

.btn-rect:after,
.blog .content .btn-rect:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    left: 0;
    top: 0;
    background: var(--primary);
    z-index: -1;
    transition: 0.5s all;
    opacity: 0.3;
}

.btn-rect:hover,
.blog .content .btn-rect:hover {
    background: var(--primary);
}

.btn-rect:hover:after,
.blog .content .btn-rect:hover:after {
    opacity: 1;
    width: 150%;
    right: 0;
}

.btn-fill {
    font-family: var(--head_font);
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: var(--black);
    border: 1px solid var(--primary);
    z-index: 1;
    background: var(--primary);
    position: relative;
    transition: 0.4s all;
}

.btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.btns button {
    margin: 10px 0;
    display: block;
}

.relative-wrap {
    position: relative;
    display: block;
}

/* 4 Typography */

p {
    font-family: var(--text_font);
    font-size: 15px;
    line-height: 1.48;
}

span {
    font-family: var(--text_font);
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

.who .text-block h1, .who .text-block h2, .who .text-block h3, .who .text-block h4, .who .text-block h5, .who .text-block h6 {
    color: var(--black);
}

h1,
.h1 {
    font-size: 60px;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--head_font);
}

h2 {
    font-size: 42px;
    margin: 0;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 600;
}

h3 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 700;
}

h4 {
    font-size: 26px;
    margin: 0;
    line-height: 1.4;
    margin-top: 10px;
    font-family: var(--head_font);
}

h5 {
    font-size: 22px;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 500;
}

h6 {
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 500;
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 54px !important;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    h1,
    .h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    h1,
    .h1 {
        font-size: 32px !important;
    }
}

/* 5 Header */

.header {
    overflow: hidden;

    min-height: 600px;
    max-height: 1080px;
    width: 100%;
    background: transparent;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header.fvh {
    height: 100vh;
}

.logged-in .header.fvh {
    height: calc(100vh - 32px);
}

.header.small {
    height: auto;
}

.header .header-center {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.header h1 {
    text-align: center;
    color: var(--white);
    margin-top: 20px;
    z-index: 1;
}

.header h4 {
    color: var(--white);
    text-align: center;
    z-index: 1;
}

.page-header {
    position: relative;
    width: 100%;
    height: 350px;
}

.page-header h1 {
    font-size: 48px;
}

.page-header.error {
    min-height: 400px;
    height: calc(100vh - 70px);
}

.logged-in .page-header.error {
    height: calc(100vh - 32px - 70px);
}

.page-header.error h1 {
    text-align: center;
}

@media (max-width: 767px) {
    .page-header.error {
        height: calc(100vh - 120px);
    }
}

@media (max-width: 767px) {
    .page-header {
        height: 300px;
    }
}

.page-header > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    justify-content: center;
    color: var(--white);
    /* breadcrumbs */
}

.page-header > .container * {
    z-index: 2;
}

@media (max-width: 767px) {
    .page-header > .container {
        padding-top: 0;
    }
}

.page-header > .container .breadcrumbs {
    color: var(--white);
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-family: var(--head_font);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-header > .container .breadcrumbs a,
.page-header > .container .breadcrumbs span {
    color: var(--white);
    font-family: var(--head_font);
    transition: 0.3s all ease;
    font-size: 16px;
}

.page-header > .container .breadcrumbs a:hover {
    color: var(--primary);
}

.page-header > .container .breadcrumbs span i {
    display: inline-block;
    color: var(--white);
    margin: 0 10px;
    font-size: 14px;
}

/* 5.1 Desctop menu */
@media (min-width: 992px) {
    .nav {
        top: 0;
        padding: 15px 0;
        width: 100%;
        position: absolute;
        transition: 0.4s all ease;
        left: 0;
        right: 0;
        z-index: 200;
    }

    .nav.fixed {
        padding: 5px 0;

        position: fixed;
    }

}

.nav.fixed.adminView {
    top: 32px;
}

.menu-flex {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .menu-flex {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .menu-flex .logo {
        font-family: var(--head_font);
        font-size: 36px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .menu-flex .logo img {
        height: 36px;
        width: auto;
        margin-right: 10px;
    }

    .menu-flex .logo a {
        font-size: 36px;
        color: var(--white);
        font-weight: bold;
        line-height: 42px;
        display: flex;
        align-items: center;
    }

    .menu-flex .menu {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .menu-flex .menu li {
        position: relative;
        margin-left: 12px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-flex .menu li a {
        cursor: pointer;
        font-family: var(--head_font);
        color: var(--white);
        font-size: 14px;
        transition: 0.3s all ease;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .menu-flex .menu li a:before {
        left: 0;
        width: 0%;
        display: block;
        content: "";
        background: var(--primary);
        height: 1px;
        position: absolute;
        transition: 0.2s all ease;
        bottom: -4px;
    }

    .menu-flex .menu li a:hover:before {
        width: 100%;
    }

    .menu-flex .menu li a:hover {
        color: var(--primary);
    }

    .menu-flex .menu > li.menu-item-has-children:after {
        position: absolute;
        right: -3px;
        content: "\f107";
        font: normal normal normal 14px/12px FontAwesome;
        color: var(--white);
        top: 50%;
        margin: auto;
        display: block;
        cursor: pointer;
        line-height: 1px;
    }

    .menu-flex .menu > li .sub-menu .menu-item-has-children > a:after {
        position: absolute;
        right: 9px;
        content: "\f107";
        font: normal normal normal 14px/12px FontAwesome;
        color: var(--white);
        top: 50%;
        margin: auto;
        display: block;
        cursor: pointer;
        line-height: 1px;
    }

    .menu-flex .menu li.dropdown:hover .sub-menu,
    .menu-flex .menu li.dropdown:active .sub-menu,
    .menu-flex .menu li.dropdown:focus .sub-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
        pointer-events: all;
    }

    .menu-flex .menu .menu-item-has-children > .sub-menu {
        position: absolute;
        transition: 0.3s all ease;
        width: 180px;
        left: 0%;
        top: 150%;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        background: var(--black);
    }

    .menu-flex .menu > .menu-item-has-children > .sub-menu .sub-menu {
        position: absolute;
        transition: 0.3s all ease;
        width: 180px;
        left: -30%;
        top: 150%;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        background: var(--black);
    }

    .menu-flex .menu .menu-item-has-children:hover > .sub-menu {
        position: absolute;
        transition: 0.3s all ease;
        width: 180px;
        left: 0%;
        top: 100%;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        background: var(--black);
    }

    .menu-flex .menu .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu {
        position: absolute;
        transition: 0.3s all ease;
        width: 180px;
        left: -15%;
        top: 100%;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        background: var(--black);
    }

    .menu-flex .menu li .sub-menu li {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .menu-flex .menu li .sub-menu li a {
        display: block;
        line-height: 1.5;
        padding: 8px 15px;
        width: 100%;
    }

    .menu-flex .menu li .sub-menu li a:before {
        display: none;
    }
}

.btn-block {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.btn-block .btn {
    margin: 0 10px;
}

.menu-icon-wrap {
    background: var(--black);
    width: 35px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: none;
    right: 15px;
    top: 15px;
    z-index: 999999;
}

.adminView .menu-icon-wrap {
    top: 55px;
}

.menu-icon {
    cursor: pointer;
}

.menu-icon .line {
    width: 25px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-icon.active .line:nth-child(2) {
    opacity: 0;
}

.menu-icon.active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-icon.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* 5.2 Mobile menu */

@media (max-width: 991px) {
    .menu-icon-wrap {
        display: flex;
        position: fixed;
    }

    .menu-flex {
        overflow: hidden;
        flex-direction: column;
        align-items: flex-start;
        width: 256px;
        background-color: var(--black);
        position: fixed;
        left: 0;
        transform: translateX(-100%);
        transition: 0.4s all ease;
        top: 0;
        bottom: 0;
        height: 100%;
        min-height: 100vh;
        z-index: 999999;
    }

    .menu-flex.active {
        transform: translateX(0);
    }

    .menu-flex .logo {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid var(--primary);
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .menu-flex .logo a {
        text-align: center;
    }

    .menu-flex .logo img {
        height: 36px;
        width: auto;
        margin-right: 10px;
    }

    .menu-flex .menu {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        padding: 30px 0;
        width: 100%;
        align-items: flex-start;
        height: 101%;
    }

    .menu-flex .menu li {
        padding: 0;
        margin-left: 0;
        display: block;
        width: 100%;
        transition: 0.3s all ease;
    }

    .menu-flex .menu li.menu-item-has-children li.active > a {
        background: var(--primary);
    }

    .menu-flex .menu li .sub-menu {
        background: var(--black);
    }

    .menu-flex .menu li.menu-item-has-children > a {
        position: relative;
        padding-right: 25px;
    }

    .menu-flex .menu li.menu-item-has-children > a:after {
        right: 20px;
        font-size: 20px;
        top: 25px;
    }

    .menu-flex .menu li.menu-item-has-children.active > a:after {
        transform: rotate(180deg);
    }

    .menu-flex .menu li.menu-item-has-children > a:after {
        position: absolute;
        content: "\f107";
        font: normal normal normal 14px/12px FontAwesome;
        color: var(--white);
        top: 50%;
        margin: auto;
        display: block;
        cursor: pointer;
        line-height: 1px;
    }

    .menu-flex .menu li a {
        padding: 0;
        padding-left: 20px;
        transition: 0.3s all ease;
        width: 100%;
        height: 100%;
        display: block;
        line-height: 50px;
        font-size: 20px;
        font-family: var(--head_font);
        color: var(--white);
    }

    .menu-flex .menu li a:before {
        display: none;
    }

    .menu-flex .menu li a:hover {
        color: var(--white);
    }

    .menu-flex .menu li .sub-menu {
        transition: none;
        display: none;
        position: relative;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        width: 100%;
    }

    .menu-flex .menu li .sub-menu li a {
        color: var(--white);
        padding-left: 30px;
    }

    .menu-flex .menu {
        flex-direction: column;
    }

}

/* 5.3 Header slider */

.header-slider {
    width: 100%;
}

.header-slider .item {
    min-height: 600px;
    max-height: 1080px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-position: center center;
}

.logged-in .header-slider-wrap.fvh .header-slider .item {
    min-height: 100%;
    height: calc(100vh - 32px);
}

.header-slider-wrap.fvh .header-slider .item {
    min-height: 100%;
    height: 100vh;
}

.header-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-slider .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: var(--white);
    opacity: 0.8;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .header-slider .slick-dots li {
        width: 16px;
        height: 16px;
        max-width: 10px;
    }
}

.header-slider .slick-dots li.slick-active {
    opacity: 1;
    background: var(--primary);
}

.header-slider .slick-dots li button {
    display: none;
}

.header-slider .prev {
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 100;
    cursor: pointer;
    transform: translateY(-50%);
}

.header-slider .prev i {
    font-size: 35px;
    color: var(--white);
}

@media (max-width: 767px) {
    .header-slider .prev {
        display: none !important;
    }
}

.header-slider .next {
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 100;
    cursor: pointer;
    transform: translateY(-50%);
}

.header-slider .next i {
    font-size: 35px;
    color: var(--white);
}

@media (max-width: 767px) {
    .header-slider .next {
        display: none !important;
    }
}

/* 5.4 Header particles */

#particles-js {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

/* 5.5 Header video */

.bg-video:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.header .video {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

/* 6 Footer */

@media (max-width: 767px) {
}

.footer {
    width: 100%;
}

.footer h5, .footer h6 {
    color: var(--white);
}

.footer .top {
    padding-top: 35px;
    color: var(--white);
}

.footer .top h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.footer .top .fa {
    margin-right: 6px;
    width: 16px;
    text-align: center;
}

.footer .blog-post {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.footer .blog-post .img-wrap {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.footer .blog-post .img-wrap img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .blog-post .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .blog-post .info h6 {
    text-transform: none;
    font-size: 18px;
    margin-bottom: 0;
}

.footer .blog-post .info a {
    color: #EEFFFC;
}

.footer .blog-post .info p {
    margin: 0;
}

.footer .bot .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}

.footer .bot .copy {
    color: var(--white);
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0;
}

.footer .social {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .social a {
    margin: 0 10px;
    color: var(--white);
    margin-bottom: 0 !important;
    line-height: 70px;
    transition: 0.2s all;
    font-size: 16px;
}

.footer .social a:hover {
    color: var(--primary) !important;
    transform: translateY(-4px);
}

.footer .bot .copy a {
    color: var(--primary);
}

.footer .text-widget p {
    max-width: 86%;
}

.footer p {
    margin-bottom: 12px;
}

.footer a:not(.thumbnail):not(.title) {
    font-family: var(--text_font);
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.3s all;
    color: var(--white);
}

.footer a:hover {
    text-decoration: underline;
}

.footer-sidebar .sidebar-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--white);
    padding: 0 15px;
}

.footer-sidebar .widget {
    max-width: 320px;
    margin-bottom: 35px;
}

.footer-sidebar .widget_search form {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-sidebar .widget_search form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--form_white);
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s all linear;
}

.footer-sidebar .widget_search form input:focus {
    border: 1px solid var(--primary);
}

.footer-sidebar .widget_search form input::-webkit-input-placeholder {
    color: var(--grey);
}

.footer-sidebar .widget_search form input::-moz-placeholder {
    color: var(--grey);
}

.footer-sidebar .widget_search form input:-moz-placeholder {
    color: var(--grey);
}

.footer-sidebar .widget_search form input:-ms-input-placeholder {
    color: var(--grey);
}

.footer-sidebar .widget_search form *[type='submit'] {
    position: relative;
    width: 50px;
    height: 40px;
    background: var(--primary);
    border: none;
    color: var(--white);
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget.widget_archive a {
    display: inline-block !important;
}

.widget_archive {
    font-family: var(--text_font);
}

.widget .screen-reader-text {
    display: block;
    margin-bottom: 5px;
    font-family: var(--text_font);
}

.widget select {
    display: block;
    max-width: 100%;
}

.widget_calendar {
    font-family: var(--text_font);
}

.widget_calendar table {
    margin-left: -8px !important;
}

.widget img {
    max-width: 100% !important;
    height: auto !important;
}

.widget_calendar table th,
.widget_calendar table td {
    padding: 8px;
    text-align: center;
}

.widget_rss {
    font-family: var(--text_font);
}

.widget_rss ul li a {
    display: block !important;
    margin-bottom: 3px !important;
    font-size: 16px;
    font-weight: bold;
}

.widget_rss ul li {
    margin-bottom: 15px;
}

.widget_rss ul li span.rss-date {
    color: #ddd;
    margin-bottom: 10px;
    display: block;
}

.widget_calendar caption {
    text-align: left !important;
    padding-left: 8px !important;
    padding-bottom: 5px !important;
}

.widget_calendar table th a,
.widget_calendar table td a {
    margin: 0;
    margin-bottom: 0 !important;
    color: var(--primary) !important;
}

.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
    line-height: 1.4;
}

.footer .widget_search form {
    max-width: 250px;
}

.footer-sidebar .ale_blog_widget .widget_recent_entries ul li a {
    margin-bottom: 0 !important;
}

.widget_recent_entries ul li {
    margin-bottom: 12px;
    display: block;
}

.widget_recent_entries ul li span {
    color: #ddd;
    font-size: 12px;
}

.footer-sidebar .sidebar-flex .widget:last-child {
    margin-right: 0px;
}

.widget_categories a {
    display: inline-block !important;
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.footer-sidebar .sidebar-flex .widget-contact-info a {
    display: inline-block;
    margin: 0;
}

.widget_tag_cloud .tagcloud a {
    background-color: transparent;
    font-family: var(--head_font);
    display: block;
    padding: 0 20px;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px !important;
    text-align: center;
    color: var(--white) !important;
    border: 1px solid var(--primary);
    z-index: 1;
    position: relative;
    transition: 0.4s all;
    margin-bottom: 6px;
    margin-right: 6px;
    text-decoration: none !important;
}

.sidebar .widget_categories ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--form_white);
    transition: 0.3s all ease;
    color: var(--black);
    display: block;
    line-height: 1.6;
    font-family: var(--head_font);
}

.sidebar .widget_categories ul li a:hover {
    color: var(--primary);
}

.widget_tag_cloud .tagcloud a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    left: 0;
    top: 0;
    background: var(--primary);
    z-index: -1;
    transition: 0.5s all;
    opacity: 0.3;
}

.widget_tag_cloud .tagcloud a:hover {
    background: var(--primary);
    color: var(--white) !important;
    text-decoration: none;
}

.sidebar-wrap .widget_tag_cloud .tagcloud a {
    color: #000 !important;
}

.widget_tag_cloud .tagcloud a:hover:after {
    opacity: 1;
    width: 150%;
    right: 0;
}

/* container styles */

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 15px;
}

/* wrapper styles */

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper .bg-blur {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999998;
    transition: 0.4s all ease;
    transform: translateX(100%);
}

.wrapper .bg-blur.active {
    transform: translateX(0);
}

/* section styles */

.section {
    width: 100%;
    padding: 80px 0;
}

.section .h2-wrap {
    display: flex;
    justify-content: center;
}

.section h3 {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.section h3:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: var(--primary);
    left: 0;
    right: 0;
    margin: auto;
}

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

.section h3.left:after {
    margin: 0;
    left: 0;
}

/* 7 Home page */

/* 7.1 Icons section  */

.icons-section {
    padding-bottom: 0;
}

.icons-section .section-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icons-section .section-flex div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 240px;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 80px;
}

.icons-section .section-flex div i {
    font-size: 25px;
    text-align: center;
    margin-bottom: 8px;
    font-size: 42px;
    color: #222222;
}

.icons-section .section-flex div h5 {
    margin-bottom: 8px;
    color: var(--primary);
}

.icons-section .section-flex div p {
    text-align: center;
    color: var(--grey);
    font-weight: 300;
    max-width: 240px;
    width: 100%;
}

/* 7.2 Service section  */

.service-section {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-section .section-flex {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.service-section .section-flex .item:nth-child(2n+2) {
    background-color: rgba(144, 149, 144, 0.5);
}

.service-section .section-flex .item:nth-child(3n+3) {
    background-color: rgba(144, 149, 144, 0.5);
}

.service-section .section-flex .item:nth-child(4n+4) {
    background-color: rgba(0, 0, 0, 0.5);
}

.service-section .section-flex .item .wrap {
    height: auto;
    width: 100%;

}

.service-section .section-flex .item {
    width: 50%;
    height: 220px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

.service-section .section-flex .item .wrap {
    height: 200%;
    width: 100%;
    position: absolute;
    top: 0;
    transition: 0.3s all ease;
}

.service-section .section-flex .item .wrap:hover {
    transform: translateY(-50%);
}

.service-section .section-flex .item .up {
    height: 220px;
    width: 100%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-section .section-flex .item .up i {
    font-size: 42px;
    margin-bottom: 10px;
}

.service-section .section-flex .item .up h5 {
    text-align: center;
}

.service-section .section-flex .item .down {
    height: 220px;
    width: 100%;
    padding: 35px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service-section .section-flex .item .down p {
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 100;
    max-width: 100%;
    display: block;
}

.service-section .section-flex .item .down .btn {
    display: inline-block;
}

/* 7.3 Portfolio section  */

.portfolio-section .container {
    padding: 0 5px;
}

.portfolio-section .portfolio-grid {
    margin-top: 50px;
}

.portfolio-section .portfolio-grid .filters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.portfolio-section .portfolio-grid .portfolio-item {
    margin-bottom: 20px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
}

.portfolio-section .portfolio-grid .portfolio-item .img-wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.portfolio-section .portfolio-grid .portfolio-item .img-wrap img {
    display: block;
    min-width: 100%;
    width: 100% !important;
    position: relative;
    max-width: 100.5%;
    height: auto;
    transition: transform 0.5s, opacity .5s;
    -webkit-backface-visibility: hidden;
}

.portfolio-section .portfolio-grid .portfolio-item .preview {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all;
    text-align: center;
}

.portfolio-section .portfolio-grid .portfolio-item .preview * {
    color: var(--white);
}

.portfolio-section .portfolio-grid .portfolio-item .preview .date {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .tags {
    font-weight: 300;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .tags a:hover {
    text-decoration: underline;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions {
    color: var(--white);
    font-size: 14px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions > span {
    margin-right: 10px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions > span:last-child {
    margin-right: 0;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions i {
    font-size: 15px;
    margin-right: 5px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions span {
    display: flex;
    align-items: center;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .title {
    font-weight: 600;
}

.portfolio-section .portfolio-grid .portfolio-item:hover img {
    transform: scale(1.2);
}

.portfolio-section .portfolio-grid .portfolio-item:hover .preview {
    opacity: 1;
}

.portfolio-section .filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio-section .filters button {
    display: block;
    margin: 0 10px;
    margin-bottom: 15px;
    background: none;
    border: none;
    color: var(--black);
    font-size: 15px;
    font-family: var(--head_font);
    cursor: pointer;
    transition: 0.3s all ease;
    padding-bottom: 4px;
    position: relative;
}

.portfolio-section .filters button.active:before {
    background: var(--primary);
    width: 90%;
    margin: auto;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 7.4 Partners section  */

.partners-section .partners-slider {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.partners-section .partners-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.partners-section .partners-slider .item img {
    height: auto;
    max-height: 70px;
    width: auto;
}

/* 7.5 Contact block  */

.contact-block {
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
}

.contact-block.paralaxed {
    background-attachment: fixed;
}

.contact-block .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-block .flex h2 {
    color: var(--white);
    font-weight: 400;
}

/* 7.6 News Section  */

.news-section .container {
    margin-top: 50px;
}

.news-section .flex {
    display: flex;
    flex-wrap: wrap;
}

.news-section .big-btn {
    color: var(--black);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.news-section .big-btn:hover {
    color: var(--white);
}

/* 8 About page */

/* 8.1 Who we are */

.who p {
    font-size: 16px;
    margin: 15px 0;
    color: var(--main_text);
}

@media (max-width: 660px) {
    .who p {
        font-size: 14px;
    }
}

.who .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .who .flex {
        flex-direction: column-reverse;
    }
}

@media (max-width: 660px) {
    .who .img-block {
        padding: 0;
    }
}

.who .text-block {
    padding: 50px;
}

@media (max-width: 1250px) {
    .who .text-block {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .who .text-block {
        padding: 0 10px;
    }
}

@media (max-width: 660px) {
    .who .text-block {
        padding: 0;
    }
}

/* 8.2 Numbers block */

.numbers {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

.numbers.paralaxed {
    background-attachment: fixed;
}

.numbers .numbers-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.numbers .numbers-flex .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 44px;
}

.numbers .numbers-flex .item .num {
    font-size: 36px;
    font-weight: bold;
    color: var(--white);
    font-family: "Roboto", sans-serif;
}

.numbers .numbers-flex .item .title {
    font-size: 14px;
    color: var(--white);
}

/* 8.3 Team section */

.team-slider {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-slider .owl-stage-outer {
    overflow: hidden;
}

.team-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    line-height: 38px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s all;
    margin-top: -20px;
}

@media (max-width: 1280px) {
    .team-slider .owl-prev {
        left: 10px;
    }
}

.team-slider .owl-prev:hover {
    background: var(--primary);
}

.team-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    margin-top: -20px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s all;
}

@media (max-width: 1280px) {
    .team-slider .owl-next {
        right: 10px;
    }
}

.team-slider .owl-next:hover {
    background: var(--primary);
}

.team-slider .owl-item {
    display: inline-block;
}

.team-slider .item {
    display: flex;
}

@media (max-width: 991px) {
    .team-slider .item {
        justify-content: center;
    }
}

.team-slider .item:hover img {
    transform: scale(1.1);
}

.team-slider .item .member {
    position: relative;
    overflow: hidden;
}

.team-slider .item .member img {
    display: block;
    transition: 0.5s all;
    width: 100%;
}

.team-slider .item .description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: block;
    z-index: 10;
    padding: 25px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s all;
}

@media (max-width: 660px) {
    .team-slider .item .description {
        padding: 25px 10px;
    }
}

.team-slider .item .description:hover {
    opacity: 1;
}

.team-slider .item .description .name {
    font-size: 18px;
    color: var(--white);
    font-weight: bold;
    line-height: 1.4;
}

.team-slider .item .description .prof {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.team-slider .item .description .member-info {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

@media (max-width: 660px) {
    .team-slider .item .description .member-info {
        left: 10px;
    }
}

.team-slider .item .description .social {
    height: 46px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
}

@media (max-width: 660px) {
    .team-slider .item .description .social {
        right: 10px;
    }
}

.team-slider .item .description .social a {
    color: var(--primary);
    margin: 0 12px;
}

.team-slider .item .description .social a:last-child {
    margin-right: 0;
}

/* 9 Services page */

.services {
    padding-top: 40px;
    padding-bottom: 30px;
    /* 9.1 Services items */
}

.services .items {
    margin-top: 80px;
}

.services .item {
    background: var(--form_white);
    margin-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 35px;
    position: relative;
    height: auto;
}

.services .item .round {
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #000;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.services .item .round span {
    color: var(--white);
    font-size: 42px;
}

.services .item h5 {
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 12px;
    color: var(--black);
}

.services .item p {
    font-size: 14px;
}

.wedo .video-block {
    position: relative;
}

.wedo .video-block img {
    width: 100%;
    height: auto;
}

.wedo .video-block a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 80px;
    color: var(--primary);
}

@media (max-width: 991px) {
    .wedo .video-block {
        margin-bottom: 35px;
    }
}

.acc-wrap .accordeon {
    margin-bottom: 20px;
}

.acc-wrap .accordeon-main {
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    background: #F6F6F6;
    cursor: pointer;
    border-left: solid 1px #d9e6ea;
    border-top: solid 1px #d9e6ea;
    border-right: solid 1px #d9e6ea;
    border-bottom: solid 1px #d9e6ea;
}

.acc-wrap .accordeon-main.active {
    background: var(--primary);
    color: var(--white);
}

.acc-wrap .block-active {
    width: 60px;
    height: 100%;
    border-right: solid 1px #d9e6ea;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.acc-wrap .block-text {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-family: var(--head_font);
    font-size: 17px;
    font-weight: 500;
}

.acc-wrap .accorderon-text {
    background: #F6F6F6;
    padding: 23px;
    display: none;
    color: var(--main_text);
    border-left: solid 1px #d9e6ea;
    border-right: solid 1px #d9e6ea;
    border-bottom: solid 1px #d9e6ea;
}

.acc-wrap .block-text i {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(-50%);
}

.acc-wrap .accordeon-main.active .block-text i {
    transform: translateY(-50%) rotate(180deg);
}

/* 10 Contacts */

.contacts {
    /* 10.1 Contacts box */
}

@media (max-width: 767px) {
    .contacts .contact-box {
        padding: 0;
        margin-bottom: 40px;
    }
}

.contacts .contact-box h3 {
    margin-bottom: 14px;
}

.contacts .contact-box .items {
    margin-top: 15px;
}

.contacts .contact-box .item {
    line-height: 3;
    font-size: 16px;
}

.contacts .contact-box .item i {
    color: var(--primary);
    margin-right: 8px;
    font-size: 18px;
}

.contacts .contact-box .item span,
.contacts .contact-box .item p,
.contacts .contact-box .item b,
.contacts .contact-box .item a {
    font-size: 16px;
    color: var(--black);
}

.contacts .contact-box .form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts .contact-box input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid var(--grey);
    padding: 0 15px;
    margin-bottom: 15px;
    transition: 0.3s all ease;
}

.contacts .contact-box input:focus {
    border: 1px solid var(--primary);
}

.wpcf7 .ajax-loader {
    margin: 0 auto !important;
    display: block !important;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-response-output {
    margin: 0 !important;
    font-family: var(--text_font);
}

.wpcf7-not-valid-tip {
    margin-bottom: 15px !important;
}

.contacts .contact-box input[type='submit'],
.contacts .contact-box button {
    background-color: transparent;
    font-family: var(--head_font);
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: var(--black);
    border: 1px solid var(--primary);
    z-index: 1;
    position: relative;
    transition: 0.4s all;
    border-radius: 0;
    width: auto !important;
    cursor: pointer;
}

.contacts .contact-box input[type='submit']:hover, .contacts .contact-box button:hover {
    background: var(--primary);
}

@media (max-width: 600px) {
    .contacts .contact-box input {
        width: 100%;
    }
}

.contacts .contact-box textarea {
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    resize: none;
    font-size: 16px;
    border: 1px solid var(--grey);
    padding: 15px;
    margin-bottom: 16px;
    transition: 0.3s all ease;
}

.contacts .contact-box textarea:focus {
    border: 1px solid var(--primary);
}

.contacts .contact-box button {
    cursor: pointer;
}

.contacts .progress-bars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contacts .progress-bars .bar {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    width: auto;
}

.contacts .progress-bars .bar p {
    font-size: 18px;
    color: var(--black);
    font-weight: bold;
}

.contacts .progress-bars .icon {
    font-size: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: var(--black);
    position: relative;
    box-shadow: inset 0 0 0 4px #CECECE;
    transition: 1s;
}

.contacts .progress-bars .icon:before {
    z-index: 1;
    position: relative;
}

.contacts .progress-bars .icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #CECECE;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 1s;
    opacity: 1;
}

.contacts .progress-bars .icon:hover:after {
    transform: scale(1.3);
    opacity: 0;
}

.contacts .progress-bars .icon:hover {
    color: #65378F;
}

/* 10.3 Map */

#map {
    width: 100%;
    height: 500px;
}

/* 11 Blog & Portfolio */

.blog .blog-main {
    /* 11.1 Blog post & Portfolio item */
}

@media (max-width: 991px) {
    .blog .blog-main {
        max-width: 750px;
        margin: 0 auto;
    }

    .sidebar-wrap {
        max-width: 750px;
        margin: 0 auto;
    }

}

.blog-main .services {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .blog .blog-main {
        padding-left: 0;
        padding-right: 30px;
    }

    .blog .blog-main.cont-left {
        padding-left: 30px;
        padding-right: 0px;
    }

    .blog-full {
        padding: 0;
    }
}

.blog .blog-main.masonry {
    padding: 0;
}

@media (max-width: 480px) {
    .blog .blog-main {
        padding: 0;
    }
}

.blog .blog-main .blog-post {
    width: 100%;
    border: 1px solid var(--form_white);
    display: block;
    margin-bottom: 30px;
}

.blog .blog-main .blog-post .thumbnail-wrap {
    width: 100%;
    position: relative;
    text-align: center;
}

.blog .blog-main .blog-post .thumbnail-wrap img {
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    /* width: 100%; */
}

.blog .blog-main .blog-post .other-post {
    padding: 20px;
    padding-top: 15px;
}

@media (max-width: 480px) {
    .blog .blog-main .blog-post .other-post p {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .blog .blog-main .blog-post .other-post {
        padding: 10px;
    }
}

.blog .blog-main .blog-post .other-post h4 {
    margin-top: 0;
    font-weight: 600;
}

.blog .blog-main .blog-post .other-post h3,
.blog .blog-main .blog-post .other-post h4 {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.blog .blog-main .blog-post .other-post h3:after,
.blog .blog-main .blog-post .other-post h4:after {
    display: none;
}

.blog .blog-main .blog-post .other-post h3 a,
.blog .blog-main .blog-post .other-post h4 a {
    color: var(--black);
}

.blog .blog-main .blog-post .other-post .actions {
    margin-bottom: 10px;
}

.blog .blog-main .blog-post .other-post .permalink {
    display: inline-block;
    margin-top: 20px;
    color: var(--black);
}

.blog .blog-main .blog-post .other-post p {
    color: var(--main_text);
}

@media (min-width: 992px) {
    .blog .sidebar-wrap {
        padding-left: 30px;
        padding-right: 0;
    }

    .blog .sidebar-wrap.sidebar-left {
        padding-right: 30px;
        padding-left: 0;
    }
}

/* 11.2 Post styles */

.btn-fullwidth-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.post {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .post {
        padding: 0 !important;
    }
}

.post-body {
    width: 100%;
    background: #F6F6F6;
}

.post-body .actions div {
    border-right: 1px solid var(--white);
}

.post-body .other-post {
    padding: 15px;
}

.post-body .other-post h5 {
    color: var(--black);
    margin-bottom: 10px;
}

.post-body .other-post p {
    font-size: 14px;
    color: var(--main_text);
}

.post-body .other-post .permalink {
    display: inline-block;
    margin-top: 15px;
    color: var(--black);
}

.post-body .other-post .permalink:hover {
    color: var(--white);
}

.post-body .thumbnail-wrap {
    width: 100%;
    height: auto;
    max-height: 240px;
    display: block;
    position: relative;
    overflow: hidden;
}

.post-body .thumbnail-wrap img {
    display: block;
    min-width: 100%;
    width: 100% !important;
    position: relative;
    max-width: 100.5%;
    height: auto;
    transition: transform 0.4s;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.75);
}

.post-body .thumbnail-wrap .actions {
    padding-right: 15px;
    padding-bottom: 15px;
    z-index: 102;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    color: var(--white);
    align-items: flex-end;
    height: 100%;
    box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.7);
}

.post-body .thumbnail-wrap .actions .date {
    margin-right: 15px;
}

.post-body .thumbnail-wrap .actions i {
    font-size: 15px;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .post-body .thumbnail-wrap {
        max-height: none;
    }
}

.post-body .post-head {
    display: block;
    position: relative;
}

.post-body .post-head .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.post-body .post-head .hover i {
    font-size: 25px;
    color: var(--white);
}

.post-body .post-head:hover img {
    transform: scale(1.2);
}

.post-body .post-head:hover .hover {
    opacity: 1;
}

/* 11.3 Sidebar */

.sidebar {
    /* widget core */
    /* search widget */
    /* widget recent posts */
    /* widget tags */
    /* widget categories */
    /* widget flickr */
}

.sidebar .widget {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid var(--form_white);
}

.sidebar .widget h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--black);
}

.sidebar .widget a {
    font-family: var(--text_font);
    color: var(--black);
    transition: 0.3s all;
}

.sidebar .widget ul li {
    line-height: 1.4;
}

.sidebar .widget_calendar table th,
.sidebar .widget_calendar table td {
    text-align: center;
}

.sidebar .widget a:hover {
    text-decoration: underline;
}

.sidebar .widget_search form {
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .widget_search form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--form_white);
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s all linear;
}

.sidebar .widget_search form input:focus {
    border: 1px solid var(--primary);
}

.sidebar .widget_search form input::-webkit-input-placeholder {
    color: var(--grey);
}

.sidebar .widget_search form input::-moz-placeholder {
    color: var(--grey);
}

.sidebar .widget_search form input:-moz-placeholder {
    color: var(--grey);
}

.sidebar .widget_search form input:-ms-input-placeholder {
    color: var(--grey);
}

.sidebar .widget_search form button {
    width: 40px;
    height: 40px;
    background: var(--primary);
    border: none;
    color: var(--white);
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .widget-recent-posts .recent-post,
.footer-sidebar .widget-recent-posts .recent-post {
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 15px;
}

.sidebar .widget-recent-posts .recent-post .thumbnail,
.footer-sidebar .widget-recent-posts .recent-post .thumbnail {
    min-width: 50px;
    display: block;
    height: 50px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar .widget-recent-posts .recent-post .title,
.footer-sidebar .widget-recent-posts .recent-post .title {
    font-size: 15px;
    color: var(--black);
    font-weight: bold;
    font-family: var(--head_font);
    display: block;
    margin-top: 6px;
    border: none;
    text-decoration: none;
}

.sidebar .widget-recent-posts .recent-post .title,
.footer-sidebar .widget-recent-posts .recent-post .title:hover {
    border: none !important;
    text-decoration: none;
}

.sidebar .widget-recent-posts .recent-post .title,
.footer-sidebar .widget-recent-posts .recent-post a {
    border: none !important;
}

.sidebar .widget-recent-posts .recent-post .title,
.footer-sidebar .widget-recent-posts .recent-post a:hover {
    border: none;
}

.sidebar .widget-recent-posts .recent-post .date,
.footer-sidebar .widget-recent-posts .recent-post .date {
    font-size: 13px;
    color: var(--grey);
    margin-top: 5px;
    display: block;
}

.sidebar .widget-tags .tags-wrap,
.footer-sidebar .widget-tags .tags-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sidebar .widget-tags .tag {
    margin-bottom: 6px;
    margin-right: 6px;
}

.sidebar .widget_categories .cat-wrap {
    margin-top: 10px;
    padding-left: 10px;
}

.sidebar .widget_categories .cat-wrap .category {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--form_white);
    transition: 0.3s all ease;
    color: var(--black);
    line-height: 1.6;
    font-family: var(--head_font);
    display: block;
}

.sidebar .widget_categories .cat-wrap .category:hover {
    color: var(--primary);
}

.widget-flickr .flickr_badge_image {
    margin: 0px;
    display: inline;
}

.widget-flickr .flickr_badge_image img {
    border: 0px solid #666666 !important;
    padding: 1px;
    margin: 2px;
    display: block;
}

.widget-flickr a {
    margin: 0 !important;
    width: 79px;
    height: 76px;
    display: inline-block !important;
}

/* 12 Blog Single & Portfolio Single */

.blog-single {
    width: 100%;
    /* 12.1 Thumbnail styles */
    /* 12.2 Description   */
    /* 12.3 Share */
    /* 12.4 Comments */
}

.blog-single .thumbnail-wrap {
    /*width: 100%;*/
    width: auto;
    position: relative;
    text-align: center;
    display: block;
}

.blog-single .thumbnail-wrap img {
    display: block;
    position: relative;
    max-width: 100.5%;
    height: auto;
}

.blog-single .thumbnail-wrap .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all;
    color: var(--white);
    font-size: 25px;
}

.blog-single .thumbnail-wrap .hover:hover {
    opacity: 1;
}

.blog-single .actions {
    margin-top: 10px;
    margin-bottom: 12px;
}

.blog-single .comment-actions {
    margin: 50px 0;
    border-bottom: 1px solid var(--form_white);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.blog-single .comment-actions h3:after {
    display: none;
}

.blog-single .comment-actions h3 {
    margin: 0;
}

.leave-a-comment h3:after {
    display: none;
}

.leave-a-comment h3 {
    text-align: left;
}

.blog-single .comment-actions i,
.blog-single .comment-actions span {
    font-size: 18px;
}

.blog-single .comment-actions .actives {
    display: flex;
    flex-wrap: wrap;
}

.blog-single .comment-actions .actives div {
    margin-right: 15px;
    color: var(--black);
}

.blog-single .comment-actions .actives div .like {
    cursor: pointer;
}

.blog-single .comment-actions .share a {
    transform: scale(0.8);
}

@media (max-width: 400px) {
    .blog-single .comment-actions {
        flex-direction: column;
        align-items: center;
    }

    .blog-single .comment-actions .actives {
        margin-bottom: 20px;
    }
}

.blog-single .comments .comment .comment-wrap {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--form_white);
}

@media (max-width: 400px) {
    .blog-single .comments .comment .comment-wrap {
        flex-direction: column;
    }
}

.blog-single .comments .comment .comment-reply {
    margin-left: 35px;
}

@media (max-width: 400px) {
    .blog-single .comments .comment .comment-reply {
        margin-left: 20px;
    }
}

.blog-single .comments .comment .author-img img {
    width: 50px !important;
    height: 50px !important;
    margin-right: 20px;
}

@media (max-width: 400px) {
    .blog-single .comments .comment .author-img img {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.blog-single .comments .comment .comment-body .comment-head .author-name {
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.blog-single .comments .comment .comment-body .comment-head .date {
    color: var(--grey);
    font-size: 14px;
}

.blog-single .comments .comment .comment-body .comment-head a:not(.url) {
    font-size: 14px;
    color: var(--primary);
    margin-left: 15px;
}

.blog-single .comments .comment .comment-body .comment-head a.url {
    font-size: 14px;
    color: var(--primary);
}

.blog-single .comments .comment .comment-body .comment-text p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.42;
}

.blog-single .comments .comment .comment-body .comment-head .author-name a {
    font-size: 15px !important;
}

.comments .children {
    padding-left: 35px;
}

.comments .reply a {
    font-family: var(--text_font);
    color: var(--primary);
    margin-top: 10px;
    display: block;
}

.cancel-reply {
    margin-top: 15px;
    display: block;
}

.comments .reply a i {
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
}

.comment {
    list-style-type: none;
}

.hide {
    display: none;
}

.navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.navigation a,
.navigation span {
    display: block;
    line-height: 25px;
    width: 25px;
    max-height: 25px;
    text-align: center;
    font-family: var(--text_font);
    font-size: 14px;
    font-weight: 300;
    color: var(--black);
    margin: 0 2px;
    border: 1px solid var(--form_white);
    transition: 0.3s all ease;
}

.navigation a:hover,
.navigation span:hover {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.navigation .current {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.blog-single .comment-form h3 {
    text-align: left;
}

.blog-single .comment-form h3:after {
    display: none;
}

@media (max-width: 991px) {
    .blog-single .comment-form {
        margin-bottom: 30px;
    }
}

.blog-single .comment-form form {
    margin-top: 20px;
}

.blog-single .comment-form .form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-single .comment-form .form-flex input {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid var(--grey);
    padding: 0 15px;
    margin-bottom: 25px;
    transition: 0.3s all ease;
}

.blog-single .comment-form .form-flex input:focus {
    border: 1px solid var(--primary);
}

@media (max-width: 600px) {
    .blog-single .comment-form .form-flex input {
        width: 100%;
    }
}

.blog-single .comment-form textarea {
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    resize: vertical;
    font-size: 16px;
    border: 1px solid var(--grey);
    padding: 15px;
    margin-bottom: 25px;
    transition: 0.3s all ease;
}

.blog-single .comment-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #var(--dark_gery);
    font-weight: 300;
}

.blog-single .comment-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #var(--dark_gery);
    font-weight: 300;
}

.blog-single .comment-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #var(--dark_gery);
    font-weight: 300;
}

.blog-single .comment-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #var(--dark_gery);
    font-weight: 300;
}

.blog-single .comment-form textarea:focus {
    border: 1px solid var(--primary);
}

.blog-single .comment-form button {
    cursor: pointer;
}

/* 12.5 Post single content styles & typography */
.content {
    padding-top: 15px;
    margin-bottom: 30px;
    font-family: var(--text_font);
    font-size: 15px;
}

.content .su-tabs {
    width: 100%;
}

.content .su-tabs ul {
    padding: 0 !important;
    margin: 0;
    display: flex;
    list-style-type: none;
}

.content .su-tabs-nav span {
    list-style-type: none;
    border-bottom: 1px solid var(--form_white);
    border-right: 1px solid var(--form_white);
    border-top: 1px solid var(--form_white);
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    cursor: pointer;
    padding: 8px 20px;
    border-collapse: collapse;
    margin: 0;
}

.content .su-tabs-current {
    background: var(--white);
}

.content .su-tabs-pane {
    padding: 15px;
    line-height: 1.4;
    font-size: 14px;
    height: auto;
    font-family: var(--text_font);
    display: none;
    /* по умолчанию прячем все блоки */
}

.content .su-spoiler-title {
    background: var(--form_white);

}

.content .su-spoiler-content {
    border-bottom: 1px solid var(--form_white);
    border-right: 1px solid var(--form_white);
    border-left: 1px solid var(--form_white);
}

.content .track {
    margin: 20px 0;
    display: block;
    clear: both;
}

.content .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.content .tags {
    padding: 12px;
    background: #f8f8f8;
    margin-bottom: 30px;
}

.content .tags .fa {
    margin-right: 5px;
}

.content .tabs .tabs__content p {
    margin-bottom: 15px;
}

.content .tabs .tabs__content.active {
    background: var(--form_white);
    display: block;
    /* по умолчанию показываем нужный блок */
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 0 5px;
    display: inline;
}

.content p {
    margin: 8px 0;
    color: var(--main_text);
}

.content h4 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
}

.content b,
.content strong {
    font-family: var(--text_font);
    line-height: 1.4;
    font-size: 15px;
    color: var(--main_text);
    display: inline-block;
}

.mejs-container .mejs-controls .mejs-time {
    height: auto !important;
}

.content i,
.content em {
    font-family: 'Roboto', italic;
    line-height: 1.4;
    font-size: 15px;
    color: var(--main_text);
    margin: 8px 0;
    display: inline-block;
    font-style: italic;
}

.content h1,
.content .h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    text-align: left;
    display: block;
    margin: 0;
    line-height: 1.4;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.content h1:before,
.content h1:after,
.content .h1:before,
.content .h1:after,
.content h2:before,
.content h2:after,
.content h3:before,
.content h3:after,
.content h4:before,
.content h4:after,
.content h5:before,
.content h5:after,
.content h6:before,
.content h6:after {
    display: none;
}

.content ul {
    padding-left: 15px !important;
    margin: 10px 0;
    list-style: disc;
}

.content ul li {
    font-size: 16px;
    font-family: var(--text_font);
    color: var(--main_text);
    line-height: 2;
    display: list-item;
}

@media (max-width: 480px) {
    .content ul li {
        font-size: 15px;
        line-height: 1.5;
    }
}

.content ol {
    padding-left: 15px !important;
    margin: 10px 0;
    list-style: decimal;
}

.content ol li {
    font-size: 16px;
    font-family: var(--text_font);
    color: var(--main_text);
    line-height: 2;
    display: list-item;
}

@media (max-width: 480px) {
    .content ol li {
        font-size: 15px;
        line-height: 1.5;
    }
}

.content a {
    font-size: 15px;
    color: var(--primary);
    text-decoration: underline;
    line-height: 1.4;
    font-family: var(--text_font);
}

.content .scroll {
    width: 100%;
    overflow: auto;
}

.content table,
.comments table {
    margin: 10px 0;
    width: auto;
    max-width: 100%;
    overflow-x: auto !important;
    display: table;
    border: 1px solid var(--form_white);
    border-collapse: collapse;
    font-family: var(--text_font);
    font-size: 15px;
}

.content table thead,
.comments table thead {
    background: var(--form_white);
    font-weight: bold;
}

.content table td,
.content table th,
.content table tr,
.comments table td,
.comments table th,
.commentstable tr {
    padding: 10px;
    border: 1px solid var(--grey);
}

.content blockquote {
    padding-left: 15px;
    margin: 10px 0;
    margin-left: 10px;
    border-left: 1px solid var(--primary);
    font-family: var(--text_font);
}

.content blockquote p {
    font-family: var(--text_font);
    line-height: 1.4;
    color: var(--main_text);
}

.content code,
.content pre {
    margin: 0;
    font-size: 15px;
    font-family: var(--text_font);
    padding: 4px 10px;
    background: var(--form_white);
    display: inline;
    overflow-x: auto;
    line-height: 1.4;
}

.content cite,
.content address,
.content acronym,
.content abbr {
    font-family: var(--text_font);
    line-height: 1.4;
}

.content del {
    text-decoration: line-through;
}

.content ins {
    text-decoration: underline;
}

.content kbd {
    padding: 4px 10px;
    background: #f5f6f8;
}

.content var {
    color: #000;
}

.content * {
    max-width: 100%;
}

.content dl,
.content dd,
.content dt {
    font-family: var(--text_font);
    line-height: 1.4;
}

.content button {
    cursor: pointer;
    color: var(--black);
}

/* 13 Other styles */

.actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    font-family: var(--head_font);
    color: var(--black);
}

@media (max-width: 360px) {
    .actions {
        font-size: 14px;
    }
}

.actions > div {
    border-right: 1px solid var(--black);
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 6px;
}

.actions > div:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.actions a {
    font-weight: 500;
    color: var(--primary);
}

/* 13.1 Pagination */

.pagination {
    margin-top: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

.pagination li {
    margin-bottom: 8px;
}

.pagination a,
.pagination span {
    display: block;
    line-height: 35px;
    width: 35px;
    max-height: 35px;
    text-align: center;
    font-family: var(--text_font);
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
    margin: 0 5px;
    border: 1px solid var(--form_white);
    transition: 0.3s all ease;
    margin-bottom: 8px;
}

.pagination .current {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.center_buttons {
    display: flex;
}

.pagination .current a,
.pagination a:hover {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

/* YouTube video wrap  */

.ytv-wrap {
    position: relative;
    padding-bottom: 55.5%;
    height: 0;
    margin: 0;
}

.ytv-wrap video {
    width: 100%;
    height: auto;
    display: block;

}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    margin-top: -2px;
}

.ytv-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 101%;
    z-index: 5;
}

/* styles for disabled item */

.disable {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 767px) {
    .no-padding {
        padding: 0 !important;
    }
}

/* responsive img class */

.img-responsive {
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
}

.wedo .text-block {
    padding: 50px;
}

.wedo p {
    font-size: 16px;
    margin: 15px 0;
    color: var(--main_text);
}

.no-padding.text-block {
    padding: 0 !important;
}

.ccount {
    margin-right: 5px;
}

.no-padding {
    padding: 0 !important;
}

.error404 .footer .top {
    display: none;
}

.links404 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    font-family: var(--head_font);
}

.links404 a {
    color: var(--white);
    transition: 0.3s all;
    font-size: 20px;
    margin: 0 10px;
}

.links404 a:hover {
    color: var(--primary);
}

.portfolio-grid-masonry {
    margin-bottom: 50px;
}

.blog-full {
    margin-bottom: 50px;
}

.gallery-caption,
.bypostauthor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-password-form {
    display: flex;
    flex-wrap: wrap;
}

.post-password-form p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.post-password-form input[type='password'] {
    width: 100%;
    max-width: 150px;
    height: 25px;
    line-height: 25px;
    border: 1px solid var(--form_white);
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s all linear;
    margin-left: 5px;
}

.post-password-form input[type='submit'] {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
    min-width: 50px;
    width: auto;
    height: 25px;
    font-size: 12px;
    color: var(--white);
    cursor: pointer;
    margin-left: 5px;
}

.post-password-form input[type='password']:focus {
    border: 1px solid var(--primary);
}

.post-gallery {
    width: 100%;
    height: auto;
    display: flex;
}

.post-gallery img {
    max-width: 100%;
    width: auto;
    position: relative;
    overflow: hidden;
}

.post-gallery .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 15;
    font-size: 30px;
    color: var(--white);
    cursor: pointer;
    font-weight: bold;
    opacity: 0;
    transition: 0.3s all;
}

.post-gallery .next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 15;
    font-size: 30px;
    color: var(--white);
    cursor: pointer;
    font-weight: bold;
    opacity: 0;
    transition: 0.3s all;
}

.post-gallery .slick-dots {
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    transition: 0.3s all;
}

.post-gallery:hover .slick-dots {
    opacity: 0.8;
}

.post-gallery:hover .next {
    opacity: 1;
}

.post-gallery:hover .prev {
    opacity: 1;
}

.post-gallery .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: var(--white);
    opacity: 0.8;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 50%;
}

.post-gallery .slick-dots li button {
    display: none;
}

.post-gallery .slick-dots li.slick-active {
    opacity: 1;
    background: var(--primary);
}

.sticky {
    background: rgba(221, 221, 221, 0.16);
}

.mfp-counter,
.mfp-title {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}

.blog-single h2 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: var(--black);
}

.pingback {
    list-style-type: none;
    margin: 10px 0;
}

.pingback .comment-head {
    margin-bottom: 8px;
}

.pingback .date {
    color: var(--grey);
    font-size: 14px;
    margin-top: 3px;
}

.pingback .author-name {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.pingback .author-name a:not(.comment-edit-link) {
    color: var(--black);
}

.pingback .author-name .comment-edit-link {
    color: var(--primary);
    margin-left: 5px;
    display: inline-block;
}

.comments h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--head_font);
    color: var(--black);
}

.comments h2 {
    font-size: 36px;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 600;
    color: var(--black);

}

.comments h3 {
    font-size: 32px;
    margin: 0;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 600;
    display: inline-block;
    text-align: left;
    color: var(--black);

}

.comments h3:after {
    display: none;
}

.comments h4 {
    font-size: 26px;
    margin: 0;
    line-height: 1.4;
    font-family: var(--head_font);
    color: var(--black);

}

.comments h5 {
    font-size: 22px;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 500;
    text-align: inherit;
    color: var(--black);

}

.comments h6 {
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--head_font);
    font-weight: 500;
    color: var(--black);

}

.comments dl {
    max-width: 100%;
    overflow-x: auto;
    word-break-wrap: break;
    word-break: break-all;
}

.comment-body {
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

.comment-text {
    margin-top: 10px;
    margin-bottom: 15px;
}

.comment-text * {
    max-width: 100% !important;
}

.comment-text code {
    padding: 12px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    background: #eee;
}

.comment-text pre {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100% !important;
}

.blog-main .categories {
    max-width: 100%;
}

.blog-main .categories a {
    display: inline-block;
    line-height: 1.4;
}

.blog .content .btn-rect,
.blog .content .btn {
    display: inline-block;
    text-decoration: none;
    color: var(--black);
}

.blog .content .btn-rect {
    border-radius: 0 !important;
}

.ale-alert {
    font-family: var(--head_font);
}

.ale-one-half,
.ale-one-third,
.ale-two-third,
.ale-three-fourth,
.ale-one-fourth,
.ale-one-fifth,
.ale-two-fifth,
.ale-three-fifth,
.ale-four-fifth,
.ale-one-sixth,
.ale-five-sixth {
    margin-right: 2%;
}

.sidebar .widget-contact-info .fa {
    color: var(--primary);
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.sidebar .widget-contact-info p {
    line-height: 2.5;
}

.notif {
    position: fixed;
    bottom: 40px;
    right: 15px;
    padding: 10px 40px;
    color: var(--white);
    text-align: center;
    z-index: 100000;
    display: none;
}

.notif.active {
    transform: translateX(0%);
    transition: 0.3s all;
    opacity: 1;
}

.notif .fa {
    margin-right: 5px;
}

.notif.success {
    background: green;
}

.notif.failed {
    background: red;
}

.not-found h4 {
    text-align: center;
}

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

.entry-attachment h2 {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.attachment p {
    margin-top: 15px;
    font-size: 15px;
}

.widget-instagram #instafeed {
/ / max-width: 320 px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.widget-instagram #instafeed a {
    width: 79px;
    height: 79px;
    display: inline-block;
    margin: 0 !important;
    overflow: hidden;
}

.widget-instagram #instafeed a img {
    padding: 3px;
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100% !important;
}

.content .su-label {

    display: block;
    padding: 15px;
    font-size: 18px;
    height: auto;
}

.su-list ul li i {
    margin: 0 !important;
    position: static !important;
}

.su-tooltip {
    font-family: "Roboto", sans-serif;
}

.map.boxed {
    max-width: 1200px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

/* Footer Mailchimp widget  */
.footer-sidebar .widget_an_mailchimp form input {
    background: var(--white);
    padding: 6px 8px;
    font-size: 16px;
    color: var(--black);
    transition: 0.3s;
    border: 2px solid var(--primary);
}

.footer-sidebar .widget_an_mailchimp form label {
    display: block;
}

.footer-sidebar .widget_an_mailchimp form p {
    margin-bottom: 12px;
}

.footer-sidebar .widget_an_mailchimp form input::-webkit-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input::-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input:-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input:-ms-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input:focus::-webkit-input-placeholder {
    text-indent: 300px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input:focus::-moz-placeholder {
    text-indent: 300px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input:focus:-moz-placeholder {
    text-indent: 300px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input:focus:-ms-input-placeholder {
    text-indent: 300px;
    transition: text-indent 0.3s ease;
}

.footer-sidebar .widget_an_mailchimp form input[type='submit'] {
    color: var(--white);
    background: var(--primary);
    cursor: pointer;
    padding: 8px 15px;
    margin-top: 10px;
}

/* Sidebar Mailchimp  Widget */
.sidebar .widget_an_mailchimp form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--form_white);
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s all linear;
}

.sidebar .widget_an_mailchimp form input:focus {
    border: 1px solid var(--primary);
}

.sidebar .widget_an_mailchimp form input[type='submit'] {
    background: var(--primary);
    color: var(--white);
    cursor: pointer;
}

.sidebar .widget_an_mailchimp form p {
    margin-bottom: 12px;
}