/* Mobile View */
@media (max-width: 767px) {
    html {
        direction: ltr;
        margin-top: 0 !important;
    }

    body {
        padding: 60px 0;
        direction: ltr;
        width: 100vw;
        overflow-x: hidden;
    }

    body.admin-bar {
        margin: 0;
    }

    body * {
        direction: rtl;
    }

    .wrapper {
        width: auto;
        padding: 0 20px;
        display: block;
        overflow: hidden;
    }

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

    header {
        position: fixed;
        top: 0 !important;
        height: 60px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    }

    body.hide-title-bar header {
        width: 100%;
    }

    body.hide-title-bar header a.logo {
        margin: 0;
    }


    header a.logo {
        width: auto;
        height: 60px;
    }

    header a.logo img {
        height: 50px;
        margin: 5px 0;
    }

    header .wrapper {
        padding: 0 15px;
    }

    body.admin-bar header {
        top: 0;
    }

    header ul.social {
        display: none;
    }

    header ul.menu {
        display: none;
    }

    section.title {
        min-height: 0;
        padding: 20px;
        background-attachment: scroll;
    }

    section.title .wrapper {
        width: 100%;
        padding: 0;
    }

    body.single section.title {
        padding: 20px;
    }

    body.single section.title h1 {
        line-height: 30px;
    }

    body.single:not(.elementor) section.content {
        padding: 20px 0;
    }

    body.hide-title-bar section.title {
        width: auto;
        top: auto;
        position: relative;
        padding: 20px;
    }

    section.title h1 {
        font-size: 28px;
        line-height: 60px;
        margin: 0 0 20px 0;
    }

    section.title h2 {
        width: auto;
        font-size: 20px;
        line-height: 22px;
    }

    section.title .breadcrumbs {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    html {
        margin-top: 0 !important;
    }

    footer {
        padding: 0;
    }

    footer .wrapper {
        padding: 20px;
    }

    footer ul.widgets {
        flex-wrap: wrap;
        margin: -15px 0;
    }

    footer > .wrapper > ul.widgets > li {
        width: 100%;
        padding: 15px 0;
    }

    footer .bottom {
        padding: 0 0 20px 0;
    }

    footer .bottom .wrapper {
        display: block;
        text-align: center;
    }

    section.content .wrapper article {
        width: auto;
        padding: 0 0 20px 0;
    }

    section.content .wrapper aside {
        width: auto;
    }

    .float_btns {
        display: none;
    }

    body.admin-bar .pushmenu-menu {
        top: 0;
    }

    .pushmenu-menu {
        width: 100%;
        background: rgba(255,255,255,0.85);
        transform: translateX(100%);
        z-index: 9999999999;
    }

    .pushmenu-menu > ul > li > a {
        color: #000;
    }

    .nav-list {
        width: 60px;
        height: 60px;
    }

    .nav-list div {
        height: 23px;
    }

    .nav-list span {
        background: #4bb2de;
        height: 3px;
        width: 30px;
    }

    .nav-list div span:nth-child(3) {
        transform: translateY(6px);
    }

    .nav-list div span:nth-child(1) {
        transform: translateY(-6px);
    }

    .nav-list i {
        color: #4bb2de;
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .click2action {
        background-color: rgba(75, 178, 222, 0.9);
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 5px;
        z-index: 999;
    }

    .click2action ul {
        display: flex;
    }

    .click2action ul li {
        padding: 0 5px;
        line-height: 40px;
        width: 100%;
    }

    .click2action ul li a {
        display: block;
        background: rgba(255, 255, 255, 0.85);
        color: #4bb2de;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        text-decoration: none;
    }

    .click2action ul li a svg {
        max-height: 16px;
        width: auto;
        vertical-align: middle;
        margin-left: 5px;
        fill: #4bb2de;
    }

    .animation_phone {
        animation: animationphone 0.3s infinite;
    }

    .animation_phone_line {
        animation: animationlines 0.8s infinite;
        transform-origin: bottom left;
    }

    @keyframes animationlines {
        0% {
            transform: scale(0);
            opacity: 0;
        }
        40% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    @keyframes animationphone {
        0% {
            transform: translate3d(0, 0, 0);
        }
        50% {
            transform: translate3d(20px, 0, 0);
        }
    }

    #wpadminbar {
        display: none;
    }
}
