/*
Theme Name: Logistic - Child
Theme URI: http://logistic.freevision.me/
Author: freevision
Author URI: http://themeforest.net/user/freevision/portfolio
Description: Logistic is a premium responsive Wordpress theme created especially for logistic & transportation companies, offices.
Version: 6.3.00
Text Domain: logistic
Domain Path: /lang
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, white, yellow, tan, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Template: logistic
*/

body {
    font-family: "Raleway";
}

h1:not(.masked-text),
h2:not(.masked-text),
h3:not(.masked-text),
h4:not(.masked-text),
h5:not(.masked-text),
h6:not(.masked-text) {
    color: #0D4069 !important;
    text-transform: uppercase;
}

#top-menu > ul {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}


#footer,
#footer a,
#footer-widget-bar :not(input),
#footer :not(input) {
    font-size: 20px !important;
    line-height: 30px;
}

#footer-widget-bar {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

#footer-widget-bar .container {
    max-width: 1400px !important;
    margin: 0 auto;
}

#footer-widget-bar > .container > section {
    width: 33.33333%
}

#footer-widget-bar > .container > section > div.widget {
    padding-bottom: 0;
}

#footer-widget-bar > .container > section > div.widget > span.line {
    display: none;
}

#footer-widget-bar ul > li {
    font-size: 20px;
    line-height: 24px;
    list-style: none;
}

#footer-widget-bar ul ul {
    border: none !important;
}

#footer-widget-bar ul ul > li::before {
    content: '-';
    padding: 0 5px;
}

#footer-widget-bar ul > li.menu-item-type-custom:last-child {
    display: none;
}

#footer {
    background: #fff;
    color: #000;
}

#footer *,
#footer span {
    color: #000 !important;
}

#footer a {
    color: #a3c6e3 !important;
}

#footer .container > div {
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: center;
    padding: 10px 15px;
}

#page-title-wrapper .page-title {
    color: #fff !important;
}

#page-title-wrapper > div,
.breadcrumbs .container {
    width: 100% !important;
    max-width: 1700px !important;
}

.breadcrumbs {
    padding: 30px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.ozy-simple-hove-box .cbox:empty {
    display: none;
}

/* ------ Product popup ------ */

.popup-item .vc_custom_heading,
.popup-item img {
    cursor: pointer;
}

.popup-item img {
    transition: box-shadow .3s, transform .3s;
}

.popup-item {
    position: relative;
}

.popup-item:hover {
    z-index: 1;
}

.popup-item img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    transform: scale(1.1);
}

@-webkit-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}


.product-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 100;
    animation: fade-in .3s;
}

.product-popup * {
    position: relative;
    box-sizing: border-box;
}

.product-popup-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 5vh;
    width: 90vw;
    height: 70vh;
    max-width: 1400px;
    max-height: 500px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    z-index: 101;
    transition: padding .3s;
    animation: fade-in .4s;
}

.product-popup-close {
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    z-index: 1;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

.product-popup-close::before,
.product-popup-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}

.product-popup-close::before {
    transform: rotate(-45deg);
}

.product-popup-close::after {
    transform: rotate(45deg);
}

.product-popup-name {
    font-size: 40px !important;
    line-height: 46px !important;
    font-weight: bolder !important;
    position: absolute;
    top: -50px;
    left: 0;
    color: #0D4069 !important;
}

.product-popup-image-holder {
    position: absolute;
    top: -200px;
    right: 50px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;

    border-radius: 50%;
    display: block;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.product-popup-info {
    /*display: flex;
    flex-flow: column wrap;
    justify-content: space-between;*/
    padding: 30px;
    max-height: 100%;
    background-color: #fff;
    overflow: hidden auto;
}

.product-popup-info > div:not(:last-child) {
    margin-bottom: 30px;
}

.product-popup-info-packages,
.product-popup-info-season,
.product-popup-info-varieties {
    min-height: 100px;
}

body .product-popup-info-title {
    font-size: 30px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 30px;
}

.product-popup-info-table {
    /*max-width:100%;*/
    /*overflow: auto;*/
}

.product-popup-info-table th {
    background-color: #E8E8E8;
    text-transform: uppercase;
}

.product-popup-info-table th {
    border: 1px solid;
    border-top: none;
    border-bottom: none;
}

.product-popup-info-table td {
    border: 1px solid;
    border-top: none;
}

.product-popup-info-table th,
.product-popup-info-table td {
    border-color: #707070 !important;
}

.product-info-table-icon {
    margin-bottom: -5px !important;
    padding-top: 5px;
}

.ozy-hover-card {
    text-align: center;
}

.ozy-hover-card p,
.ozy-hover-card a {
    font-size: 16px;
    line-height: 20px;
}

.ozy-hover-card > div {
    width: 100%;
}

.ozy-hover-card > .f > div {
    padding: 5px 15px;
}

.ozy-hover-card > .s > div {
    padding: 0 20px;
}

.ozy-hover-card h3 {
    display: none;
}


/* ------ Custom classes ------ */

.icon-growth {
    display: block;
    content: url(./img/growth.svg);
    width: 50px;
    height: auto;
    margin: 0 auto;
}

.ozy-content-divider {
    display: block;
    float: none !important;
    margin-top: 15px;
    margin-bottom: 5px;
}

.first-huge::first-letter {
    font-size: 60px;
    color: #00A0E3;
}

.blue-overlay::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0D4069;
    opacity: .7;
}

.blue-invert-box {
    color: #fff;
}

.blue-invert-box h1,
.blue-invert-box h2,
.blue-invert-box h3 {
    color: #fff !important;
}

.blue-invert-box b,
.blue-invert-box strong {
    font-weight: 600;
}

.contact-box {
    background-color: #F3F3F3;
    padding: 50px 50px;
}

.contact-box .row:not(:last-child) {
    margin-bottom: 50px;
}

.contact-box input:not([type='submit']):not([type="button"]),
.contact-box select,
.contact-box textarea {
    background: #fff !important;
    border: 1px solid #707070 !important;
}

.contact-box label > span {
    color: #FF0000;
}

.width-400, .width-500, .width-600, .width-700, .width-1500, .width-1600 {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.width-400 {
    max-width: 400px !important;
}

.width-500 {
    max-width: 500px !important;
}

.width-600 {
    max-width: 600px !important;
}

.width-700 {
    max-width: 700px !important;
}

.ozy-page-model-full #content .wpb_row.width-1500,
#content .wpb_row.vc_row-fluid.ozy-custom-row.width-1500,
#content .wpb_row.vc_row.ozy-custom-row.width-1500,
.width-1500 {
    max-width: 1500px !important;
}

.ozy-page-model-full #content .wpb_row.width-1600,
#content .wpb_row.vc_row-fluid.ozy-custom-row.width-1600,
#content .wpb_row.vc_row.ozy-custom-row.width-1600,
.width-1600 {
    max-width: 1600px !important;
}

.bg-width-700 {
    background-size: 700px;
}

body .bg-center {
    background-position: center !important;
}

body .bg-center-top {
    background-position: center top !important;
}

body .bg-full-width {
    background-size: 100% auto !important;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.has-scrolling div.wpb_wrapper {
    white-space: nowrap;
    box-sizing: content-box;
    overflow: hidden;
}

.has-scrolling div.wpb_wrapper > .scrolling-text {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    margin-left: 100% !important;
    box-sizing: content-box;
    animation: ticker 25s infinite linear;

    /* font style */
    opacity: .1;
    font-weight: 200;
}


.vc_row + .vc_row.top-row-overlay {
    margin-top: -140px;
}

.vc_row.behind-next-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.vc_row.behind-next-row + .vc_row {
    padding-top: 130px;
}

.flex-row > div{
    display: flex;
    flex-wrap: wrap;
}

.full-width-map img {
    width: 100%;
    height: auto;
}


/* ------ Bootstrap ------ */

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.m-auto {
    margin: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.m-1 {
    margin: 1rem !important;
}
.m-2 {
    margin: 2rem !important;
}
.m-3 {
    margin: 3rem !important;
}
.m-4 {
    margin: 4rem !important;
}
.m-5 {
    margin: 5rem !important;
}
.mt-1, .my-1 {
    margin-top: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: 2rem !important;
}
.mt-3, .my-3 {
    margin-top: 3rem !important;
}
.mt-4, .my-4 {
    margin-top: 4rem !important;
}
.mt-5, .my-5 {
    margin-top: 5rem !important;
}
.mb-1, .my-1 {
    margin-bottom: 1rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 2rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 3rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 5rem !important;
}
.ml-1, .mx-1 {
    margin-left: 1rem !important;
}
.ml-2, .mx-2 {
    margin-left: 2rem !important;
}
.ml-3, .mx-3 {
    margin-left: 3rem !important;
}
.ml-4, .mx-4 {
    margin-left: 4rem !important;
}
.ml-5, .mx-5 {
    margin-left: 5rem !important;
}
.mr-1, .mx-1 {
    margin-right: 1rem !important;
}
.mr-2, .mx-2 {
    margin-right: 2rem !important;
}
.mr-3, .mx-3 {
    margin-right: 3rem !important;
}
.mr-4, .mx-4 {
    margin-right: 4rem !important;
}
.mr-5, .mx-5 {
    margin-right: 5rem !important;
}
.p-auto {
    padding: auto !important;
}
.pt-auto, .py-auto {
    padding-top: auto !important;
}
.pb-auto, .py-auto {
    padding-bottom: auto !important;
}
.pl-auto, .px-auto {
    padding-left: auto !important;
}
.pr-auto, .px-auto {
    padding-right: auto !important;
}
.p-1 {
    padding: 1rem !important;
}
.p-2 {
    padding: 2rem !important;
}
.p-3 {
    padding: 3rem !important;
}
.p-4 {
    padding: 4rem !important;
}
.p-5 {
    padding: 5rem !important;
}
.pt-1, .py-1 {
    padding-top: 1rem !important;
}
.pt-2, .py-2 {
    padding-top: 2rem !important;
}
.pt-3, .py-3 {
    padding-top: 3rem !important;
}
.pt-4, .py-4 {
    padding-top: 4rem !important;
}
.pt-5, .py-5 {
    padding-top: 5rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 1rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 2rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 3rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 5rem !important;
}
.pl-1, .px-1 {
    padding-left: 1rem !important;
}
.pl-2, .px-2 {
    padding-left: 2rem !important;
}
.pl-3, .px-3 {
    padding-left: 3rem !important;
}
.pl-4, .px-4 {
    padding-left: 4rem !important;
}
.pl-5, .px-5 {
    padding-left: 5rem !important;
}
.pr-1, .px-1 {
    padding-right: 1rem !important;
}
.pr-2, .px-2 {
    padding-right: 2rem !important;
}
.pr-3, .px-3 {
    padding-right: 3rem !important;
}
.pr-4, .px-4 {
    padding-right: 4rem !important;
}
.pr-5, .px-5 {
    padding-right: 5rem !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.order-first {
    order: -100;
}

.order-last {
    order: 100;
}


.col,
.col-auto,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col {
    flex: 1 1 auto;
    max-width: 100%;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

#footer .container > div, #footer .container, #footer {
    height: auto !important;
}

div.top-social-icons {
    display: none;
}

@media (max-width: 479.98px) {
    #footer-widget-bar .widget > .image {
        display: block;
        margin: 20px auto 30px;
    }
}

@media (max-width: 767.98px) {
    .product-popup-info-title {
        text-align: center;
    }

    .product-popup-info-table {
        width: auto !important;
        margin: auto;
    }

    .product-popup-info-table th,
    .product-popup-info-table td {
        display: block;
        height: 50px;
    }

    .product-popup-info-table thead,
    .product-popup-info-table tbody {
        display: inline-flex;
        height: 100%;
        vertical-align: middle;
    }

    .ozy-hover-card .f > div figure img,
    .ozy-hover-card .s > div figure img {
        width: auto;
        margin: auto;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-sm-first {
        order: -100;
    }

    .order-sm-last {
        order: 100;
    }
}

@media (min-width: 768px) {
    .product-popup-image-holder {
        opacity: 1;
        visibility: visible;
    }

    .product-popup-info {
        padding: 70px;
    }

    .first-huge {
        margin-right: 8% !important;
    }

    .first-huge::first-letter {
        font-size: 30vw;
        float: left;
        margin-top: -9vw;
        margin-left: -13vw;
        letter-spacing: -5vw;
    }

    .full-width-map iframe,
    iframe.full-width-map {
        width: 100%;
        height: 800px;
    }

    .order-md-first {
        order: -100;
    }

    .order-md-last {
        order: 100;
    }
}


@media (min-width: 768px) and (max-width: 1599.98px) {
    .logo img {
        width: calc(200px + (390 - 200) * ((100vw - 800px) / (1920 - 800)));
    }
}


@media (min-width: 992px) {
    .first-huge {
        margin-right: 16% !important;
    }

    .contact-box {
        padding: 50px 100px;
    }

    .order-lg-first {
        order: -100;
    }

    .order-lg-last {
        order: 100;
    }
}


@media screen and (min-width: 1120px) {
    body.classic-menu #top-menu > ul > li,
    body.classic-menu #top-menu > ul > li > a {
        font-size: calc(10px + (16 - 10) * ((100vw - 800px) / (1920 - 800))) !important;
        height: calc(30px + (60 - 30) * ((100vw - 800px) / (1920 - 800))) !important;
        line-height: calc(30px + (60 - 30) * ((100vw - 800px) / (1920 - 800))) !important;
    }

    .menu-item-type-custom,
    body.classic-menu #top-menu > ul > li > a {
        padding: 0 1vw;
    }

    body.classic-menu #top-menu .menu-item-search > a > span,
    body.classic-menu #top-menu .menu-item-icon > a > span{
        width: calc(30px + (60 - 30) * ((100vw - 800px) / (1920 - 800))) !important;
        height: calc(30px + (60 - 30) * ((100vw - 800px) / (1920 - 800))) !important;
        border: 2px solid #000;
        font-size: calc(15px + (30 - 15) * ((100vw - 800px) / (1920 - 800))) !important;
        line-height: calc(34px + (67 - 34) * ((100vw - 800px) / (1920 - 800))) !important;
        text-indent: 8px;
    }

    body.classic-menu #top-menu > ul > li > a {
        text-transform: uppercase;
    }

    body.classic-menu #top-menu > ul > li > a#request-a-rate-button {
        /*background-color: #000 !important;*/
        height: 60px;
        line-height: 60px;
        border-radius: 50px;
    }

    body.classic-menu #top-menu .menu-item-icon > a {
        /*padding-right: 0 !important;*/
    }

    body.classic-menu #top-menu .menu-item-icon > a > span {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        text-align: center;
    }

    body.classic-menu #top-menu .menu-item-icon > a > span > span {
        display: none;
    }

    body.classic-menu #top-menu .menu-item-icon {
        order: 1;
    }
}


@media screen and (min-width: 1600px) {

    .readons-padding-left {
        padding-left: 200px;
        padding-right: 100px;
    }

    .readons-padding-right {
        padding-left: 100px;
        padding-right: 200px;
    }
}

@media (min-width: 1920px) {
    body.classic-menu #top-menu > ul > li,
    body.classic-menu #top-menu > ul > li > a {
        font-size: 20px !important;
    }

    body.classic-menu #top-menu .menu-item-search > a > span,
    body.classic-menu #top-menu .menu-item-icon > a > span{
        width: 60px !important;
        height: 60px !important;
        font-size: 30px !important;
        line-height: 67px !important;
    }
}
