@import url("../vantage/style.css");

/*
    Theme Name: Vantage Child Theme
    Description: Child Theme for Vantage Theme
    Template: vantage

    Author: Pachnis Minas
    Author URI: http://minas.pachnis.com
    Author email: minas@bugeffect.com
    Version: 1.0
*/

html, body {
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

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

.hide {
    display: none !important;
}

.hidden-img {
	display: none;
}

.m0 {
    margin: 0 !important
}

.popupaoc-link {
    text-decoration: underline !important;
}


body.responsive.layout-full #page-wrapper .full-container,
.layout-full #page-wrapper .full-container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    z-index: 1000;
}

body.layout-full {
    background: #f5f5f5;
}

.layout-full #page-wrapper {
    overflow: inherit;
}

#page-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#masthead {
    background: #000;
    padding: 0
}

#masthead .hgroup {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-container {
    display: flex;
}

    .main-navigation {
        width: 100%;
        /* background: #f9f8f8; */
        background: transparent;
        margin: 0;
    }

        .main-navigation a {
            /* color: #343538;
            font-size: 15px;
            font-weight: bold; */
        }

        .main-navigation ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: normal;
            padding: 10px 15px;
            position: relative;
        }

        .main-navigation ul li:hover > a, .main-navigation ul li.focus > a,
        #search-icon #search-icon-icon:hover, #search-icon #search-icon-icon:focus {
            background: transparent;
            color: #fff;
        }

        .main-navigation ul li a::after,
        .main-navigation ul li.current-menu-item a::after,
        .main-navigation ul li.current_page_item a::after {
            content: '';
            width: 0;
            height: 2px;
            margin-top: 5px;
            background: red;
            display: block;
            transition: width .3s;
        }

        .main-navigation ul li a:hover::after,
        .main-navigation ul li.current-menu-item a::after,
        .main-navigation ul li.current_page_item a::after {
            width: 100%;
        }

        .main-navigation ul li.current-menu-item a,
        .main-navigation ul li.current_page_item a {
            background: transparent;
            color: #fff;
        }
        .main-navigation ul li.menu-social-icon {
            float: right;
        }

            .main-navigation ul li.menu-social-icon a {
                padding: 20px 25px;
            }

                .main-navigation ul li.menu-social-icon a i {
                    transition: none;
                }

        /* submenu */
        .main-navigation ul ul {
            background: #fff;
            color: #343538;
        }

            /* .menu-social-icon:nth-child(2) {
                margin-right: 20px;
            } */

            #search-icon #search-icon-icon {
                background: none;
            }

            #search-icon .searchform {
                max-width: 400px !important;
                background: #fff;
                color: #2d2d2d;
                border: 1px solid #ccc;
                border-top: none;
                top: 76%;
            }

                #search-icon .searchform input[name=s] {
                    height: 34px;
                    color: #444;
                }

        body.sticky-menu .site-navigation.sticky {
            /* background: rgba(255, 255, 255, .95); */
            background: rgba(0, 0, 0, .7);
        }

        #search-icon #search-icon-icon .vantage-icon-search {
            color: #fff;
        }

#main {
    width: 100%;
    background: #fff;
    /* margin-bottom: 50px; */
    padding: 0 0 60px;
    flex-grow: 1;
    position: relative;
}

    #main::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(assets/images/main/main-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .1;
		z-index: 1;
    }

#breadcrumbs {
    margin: 10px 0 30px;
    padding: 0 10px;
    background: #fff;
    list-style: none;
    overflow: hidden;
}

    #breadcrumbs li {
        margin: 0;
        padding: 4px 5px;
        vertical-align: middle;
        display: inline-block;
    }

        #breadcrumbs li.separator {
            margin: 0;
        }

        #breadcrumbs li a {
            padding: 10px 5px;
            text-decoration: none;
            transition: all .4s ease-in-out;
        }

            #breadcrumbs li a:hover {
                color: #555;
            }

    #breadcrumbs .separator {
        font-size: 18px;
        font-weight: 100;
        color: #ccc;
    }

/* home */
.full-product-units p a {
    background: #afafaf;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

    .full-product-units p a:hover {
        background: #919191;
        color: #fff;
    }

.home-wrap-cat h2, .home-wrap-cat p  {
    margin-bottom: 10px;
}

.textwidget p:last-child {
    margin-bottom: revert;
}


.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a,
.entry-content h5 a, .entry-content h6 a {
    color: #444;
    border-bottom: 1px solid #444;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

    .entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover,
    .entry-content h5 a:hover, .entry-content h6 a:hover {
        color: #248cc8;
        border-bottom: 1px solid #248cc8;
    }

.content-card {
    background: #fff;
    padding: 10px;
}

/* page */
.rs2-rs-container h2, .gsr-rs-container h2 {
    margin-bottom: 10px;
}

.rs2-rs-container p, .gsr-rs-container p {
    margin: 2px 0;
}


/* contact */
div.wpcf7 {
    margin: 40px 0;
}

    div.wpcf7-response-output {
        margin: 20px 15px;
        padding: 5px 10px;
    }

.contact-location-wrap #wpgmza_map,  .contact-location-wrap iframe {
    margin: 40px 0;
}


.not-found-results {
    background: #fff;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
}

    .not-found-results h3 {
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        padding: 15px 20px;
        border-top: 1px solid #ced6db;
        border-bottom: 1px solid #ced6db;
    }

    /* .contact-form form {
        margin: 20px 0
    }

        .row-form, .gform_wrapper {
            width: 100%;
            margin: 0 -15px !important;
        } */

        .contact-wrap {
            width: 50%;
            margin: auto;
            display: flex;
            flex-direction: column;
        }

        .col-form, .col-form-full {
            width: 50%;
            padding: 0 15px;
            float: left;
            box-sizing: border-box;
        }

        .col-form label, .col-form-full label, .gform_wrapper .top_label .gfield_label {
            color: #666;
            font-size: 15px;
            margin-bottom: 10px;
        }

            .col-form label span input, .col-form-full label span textarea {
                width: 100%;
                height: 40px;
                margin: 5px 0 10px;
                padding: 6px 12px;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                font-size: 14px;
                line-height: 1.42857143;
                display: block;
                border-radius: 0;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            }

                .col-form label span input:focus, .col-form-full label span textarea:focus {
                    color: #404040;
                    outline: none !important;
                    border-color: rgba(0, 0, 0, 0.3);
                    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
                }

            .col-form-full {
                width: 100%;
                padding: 0 15px;
            }

                .col-form-full textarea {
                    min-width: 200px;
                    width: 100%;
                    /* max-width: 570px; */
                    min-height: 120px;
                    max-height: 300px;
                    margin-right: auto;
                    margin-left: auto;
                }


        .submit-btn {
            width: 100%;
            text-align: right;
            padding: 0 15px;
            display: flex;
            justify-content: flex-end;
            position: relative;
            box-sizing: border-box;
        }

        .submit-btn input {
            height: 45px;
        }

        .wpcf7 .ajax-loader {
            position: absolute;
            right: 150px;
        }


/* tables */
.dataTables_wrapper {
    display: flex;
    flex-direction: column;
}

    .dataTables_filter {
        float: none;
    }

    .dataTables_length {
        margin-left: auto;
    }

    [class*='tablepress-id-'] [class*='row'] .even td {
        background: #c4c4c4;
        color: #000;
    }

    [class*='tablepress-id-'] [class*='row'] .odd td {
        background: #a7a7aa;
        color: #000;
    }

	.tablepress .row-hover tr:hover td {
        background-color: #808080 !important;
    }

    [class*='tablepress-id-'] .column-2 {
        width: 90px;
    }

    [class*='tablepress-id-'] .column-4 {
        width: 60px;
    }

    [class*='tablepress-id-'] .column-5 {
        width: 190px
    }

    [class*='tablepress-id-'] .column-6 {
        width: 360px;
    }

    [class*='tablepress-id-'] .column-7 {
        width: 170px;
    }

    .vins-table [class*=column] {
        width: initial;
    }

    .vins-table [class*='column'] {
        text-align: center;
        position: relative;
    }

        .vins-table [class*='column'] span {
            height: 26px;
            margin: auto;
        }

        .vins-table .column-1 {
        text-align: left;
    }

    .vins-table [class*='-column']::after {
        content: attr(data-colour);
        width: 230px;
        height: auto;
        background: #343538;
        color: #fff;
        position: absolute;
        top: -374%;
        right: 0;
        left: -80px;
        display: none;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-in-out;
    }

    .vins-table [class*='-column']::before {
        content: '';
        width: 0;
        height: 0;
        margin-left: -10px;
        border-top: solid 10px #343538;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        position: absolute;
        top: -267%;
        left: 50%;
        display: none;
    }

        .vins-table [class*='-column']:hover::before,
        .vins-table [class*='-column']:hover::after {
            display: flex;
        }

/* filter  */
.column-filter-widget {
    width: 230px;
    margin-right: 15px;
}

    .dataTables_wrapper .column-filter-widgets select {
        width: 100%;
        color: #444;
        margin: 0 0 10px 0;
        padding: 8px 30px 6px 9px;
        border: 1px solid #444;
        line-height: 1;
        outline: 0;
        background-color: #fff;
        background-image: linear-gradient(#fff, #fff),
                            linear-gradient(-135deg, transparent 50%, #b5b3b3 50%),
                            linear-gradient(-225deg, transparent 50%, #b5b3b3 50%),
                            linear-gradient(#b5b3b3 42%, #191919 42%);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
        background-position: right 20px center, right bottom, right bottom, right bottom;
        appearance: none;
        -webkit-appearance: none;
        transition: all .3s ease-in-out;
    }

        .dataTables_wrapper .column-filter-widgets select:hover {
            color: #2d2d2d;
            background-color: #e6e6e6;
            background-image: linear-gradient(#fff, #fff),
                            linear-gradient(-135deg, transparent 50%, #989595 50%),
                            linear-gradient(-225deg, transparent 50%, #989595 50%),
                            linear-gradient(#989595 42%, #191919 42%);
            cursor: pointer;
        }

        .dataTables_wrapper .column-filter-widgets select .filter-term.filter-term-sngfl,
        .column-filter-widgets a.filter-term {
            background: #ccc;
            padding: 5px;
            position: relative;
            transition: all .3s ease-in-out;
        }

            .column-filter-widgets a.filter-term::after {
                content: 'x';
                width: 14px;
                color: #fff;
                background: #444;
                padding: 5px;
                text-align: center;
                position: absolute;
                top: 0;
                right: 0;
            }

    .dataTables_wrapper label input {
        width: 100% !important;
        max-width: 300px;
        margin-bottom: 10px !important;
    }

/* blog */
.blog #primary, .archive #primary {
    width: auto;
}

.blog #secondary, .archive #secondary {
    display: none;
}

.single #primary {
    float: none;
    width: auto;
}

.single #secondary {
    display: none;
}

.row-post {
    margin: 40px 0 50px;
}

    .row-post article {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }

        .col-post {
            max-width: 100%;
            width: 100%;
            min-height: 1px;
            padding: 0 15px;
            position: relative;
            flex-basis: 0;
            flex-grow: 1;
        }

        .col-post-s {
            width: 30%;
            flex: 0 1 auto
        }

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

        /* article.post .entry-header, article.page .entry-header {
            margin-bottom: 0;
        } */

        article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
            font-size: 24px;
            margin-bottom: 30px;
        }

        article.post .entry-header h1.entry-title a {
            color: #075ead;
            transition: all .4s ease-in-out;
        }

            article.post .entry-header h1.entry-title a:hover {
                color: #034580;
            }


.layout-full #colophon {
    padding-bottom: 0;
    flex-shrink: 0;
}

#colophon {
    margin: 0;
}

    footer .footer-wrap {
        max-width: 1280px;
        margin: 0 auto;
        color: #b1b1b1;
        position: relative;
    }

    footer .footer-row {
        margin: 0 -15px;
    }

    footer .footer-col {
        padding: 0 15px;
        float: left;
    }

        .contact-info, .footer-menu, .footer-subscription-form {
            width: 25%;
        }

        .footer-logo {
            background-image: url('assets/images/footer/logo.png');
            background-position: left top;
            background-repeat: no-repeat;
            background-size: contain;
            width: auto;
            height: 55px;
        }

        footer .footer-line {
            border-top: 1px solid rgba(255, 255, 255, .15);
            margin: 20px 0 0;
            padding: 15px 0 0;
            position: relative;
            display: flex;
        }

            footer .footer-line::before {
                content: '';
                border-top: 1px solid rgba(0, 0, 0, .6);
                position: absolute;
                top: -2px;
                right: 0;
                left: 0;
            }

            footer .credit, footer .copyright {
                color: #777;
                font-size: 11px;
            }

                footer .copyright {
                    flex: 1 0 auto;
                }

                footer .credit {
                    flex: 0 1 auto
                }

                footer .footer-line .credit img {
                    width: 20px;
                    vertical-align: middle;
                }

                footer .copyright a, footer .credit, footer .credit a {
                    color: #999;
                    padding: 0;
                    text-decoration: none;
                    /* border-bottom: 1px solid transparent; */
                    transition: all .4s ease-in-out;
                }

                    footer .credit a:hover {
                        /* border-bottom: 1px solid #616161; */
                        color: #ddd;
                    }

                footer .credit p {
                    margin-top: 5px;
                }

.grecaptcha-badge { visibility: hidden; }


@media only screen and (max-width: 768px) {
    #main {
        padding: 0;
    }

    .main-navigation ul {
        text-align: right;
    }

        .main-navigation ul li a {
            width: 40px;
            height: 30px;
            padding: 0;
            text-indent: 999em;
            position: relative;
            display: inline-block;
        }

            .main-navigation ul li a::after {
                background: transparent;
            }

            .mobile-nav-icon {
                width: 100%;
                height: 4px;
                background: #fff;
                margin: 2px 0 0;
                display: block;
                position: absolute;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

                .mobile-nav-icon::before,
                .mobile-nav-icon::after {
                    content: '';
                    width: 100%;
                    height: 4px;
                    background: #fff;
                    position: absolute;
                    left: 0;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                }

                .mobile-nav-icon::before {
                    top: 10px;
                }

                .mobile-nav-icon::after {
                    top: 20px;
                }

    [class*='tablepress-id-'] [class*='column']{
        width: initial;
    }

    .contact-wrap {
        width: 100%;
    }

        .col-form, .col-form-full {
            padding: 0 10px;
        }

    footer .footer-row {
        margin: 0;
    }

    .footer-line {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    .content-card {
        margin: 0;
    }

    [class*='tablepress-id'] [class*='-column']::after {
        top: -178%;
        left: 0;
        z-index: 999;
    }

    [class*='tablepress-id'] [class*='-column']::before {
        top: -70%;
    }

    footer .footer-col {
        margin: 15px 0 0;
        padding: 0;
    }

        .contact-info, .footer-menu, .footer-subscription-form {
            width: 100%;
        }

    footer .credit {
        float: left;
    }

}

@media only screen and (max-width: 414px) {

    .searchItem-widget, .searchItem2-widget {
        width: auto;
        margin: 0 7px 0;
        /* float: left; */
    }

    .related-item {
        width: 100%;
    }

}


/* helpers */
.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}