/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* menu */
@media only screen and (max-width: 999px) and (min-width: 1px) {
    .original #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
    .ascend #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
    .material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd {
        margin-left: -19px;
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width:100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* slick */

.slide--prev,
.slide--next {
    display: none;
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.6;
    width: 44px;
    height: 44px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 4px rgba(92, 92, 106, 0.2));
    filter: drop-shadow(0 0 4px rgba(92, 92, 106, 0.2));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    background-image: url(img/arrow-left.svg);
    background-position: center;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
    transform: translateY(-56%);
    cursor: pointer;
}

.slide--next {
    -webkit-transform: translateY(-56%) rotate(180deg);
    -ms-transform: translateY(-56%) rotate(180deg);
    transform: translateY(-56%) rotate(180deg);
    right: 15px;
}

.slide--prev:focus,
.slide--next:focus,
.slide--prev:hover,
.slide--next:hover {
    opacity: 0.9;
}

.slider--container {
    position: relative;
}
/* homepage */
.masonry.classic .post.masonry-blog-item h3.title,
.post-area .posts-container h3.title {
    font-size: 25px !important;
}

/* footer */
#media_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-menu_stopka-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu-menu_stopka-container ul li {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
    .menu-menu_stopka-container {
        position: relative;
        left: 0;
        transform: none;
        margin-top: 20px;
    }
    .menu-menu_stopka-container ul li {
        margin-bottom: 15px !important;
    }
    #media_image {
        flex-direction: column;
        height: auto !important;
        margin-bottom: 20px;
    }
}
/* QA */
.page-id-318 h1 {
    padding-top: 35px;
}
body.page-id-318 .toggle h3 a,
body.page-id-318 .row .toggle h3 a {
    font-size: 20px !important;
    padding: 20px 70px 20px 0px;
}
body.page-id-318.material .wpb_row,
body.page-id-318.material .wpb_content_element {
    margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
    #page-header-bg h1,
    body h1,
    body .row .col.section-title h1,
    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,
    body #error-404 h1 {
        font-size: 36px !important;
        line-height: 45px !important;
        font-weight: 700;
    }
}

/* section with bg */
.section-with-left-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-with-left-bg .column-image-bg {
    background-repeat: no-repeat;
}

.section-with-left-bg .wpb_wrapper {
    padding: 3% 5% 3% 32%;
}

.section-with-left-bg .vc_custom_heading {
    margin-left: 200px;
}

.more--articles--mobile {
    display: none;
}

.footer--text {
    text-align: center;
    padding: 25px;
}

@media screen and (max-width: 1350px) {
    .section-with-left-bg .wpb_wrapper {
        padding: 3% 5% 3% 20%;
    }
}

@media screen and (max-width: 1024px) {
    .more--articles--desktop {
        display: none;
    }
    .more--articles--mobile {
        display: inline-block;
        margin: 0 auto;
    }
    .blog-rzucanie .wpb_wrapper {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .blog-rzucanie .post-content-wrap {
        text-align: left;
    }
    .post-area.featured_img_left .article-content-wrap {
        flex-direction: column;
    }
    .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .reset-padding {
        padding: 15px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .img--fullwidth {
        width: 100% !important;
    }
    .section-with-left-bg .wpb_wrapper {
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .section-with-left-bg .vc_custom_heading {
        margin: 0;
    }
    .section-with-left-bg .img-with-animation {
        margin: 0 !important;
    }
    .section-with-left-bg .img-with-aniamtion-wrap {
        width: 100%;
    }
    .section-with-left-bg .regular-button {
        margin: 0 auto;
    }
    .blog-rzucanie .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
        width: auto;
    }
    #media_image {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: auto !important;
    }
    #footer-outer .widget.widget_media_image img {
        margin-bottom: 15px;
    }
    .footer--text {
        padding: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #footer-outer[data-cols="1"] #copyright .col ul li {
        margin: 0;
    }
}

.custom-section-right {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
    background-position: center;
    background-size: contain;
    background-position: left -165px center;
}

@media screen and (max-width: 1350px) {
    .full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
        background-position: left -275px center;
    }
}

@media screen and (max-width: 1250px) {
    .full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
        background-position: left -325px center;
    }
}

@media screen and (max-width: 767px) {
    .full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
        background: none !important;
    }
}

/* footer style */
.footer-custom-info {
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.08px;
    font-weight: 300;
    background: #1e356e;
    font-size: 1.375rem;
    text-align: justify;
    padding: 14px 25px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.add-text {
    padding: 0 25px;
}

@media screen and (max-width: 1720px) {
    .add-text {
        padding: 0;
    }
}

header#top {
    max-width: 1425px;
    margin: 0 auto;
}

/* slider menu etc */
body[data-header-resize="1"] .container-wrap,
body[data-header-resize="1"] .project-title {
    padding-top: 0 !important;
}

#header-space {
    /* height: 90px !important; */
}

.home--slider {
    /* min-height: 600px; */
}

.home--slider .single--slide {
    /* min-height: 600px; */
}

.home--slider .slider--content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.home--slider .slider--content img{
    width:100%
}

.home--slider .slider--content > a,
.home--slider .slider--content--mobile > a {
    display: block;
    width: 100%;
    height: 100%;
}

.home--slider .slider--content--mobile {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.home--slider .slider--content,
.home--slider .slider--content--mobile {
    position: relative;
}

.slider--buttons {
    position: absolute;
    bottom: 13%;
    left: 49%;
}

.gplay {
    display: inline-block;
    max-width: 150px;
    max-height: 50px;
    margin: 20px;
}

.appstore {
    display: inline-block;
    max-width: 150px;
    max-height: 50px;
    margin: 20px;
}

.gplay img,
.appstore img {
    max-width: 150px;
}

#header-outer #top nav > ul > li.--purple {
    background-color: #fff !important;
}

#header-outer #top nav > ul > li.--purple a {
    color: #007a51 !important;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a,
#top nav > ul > li[class*="button_solid_color"] > a,
body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_solid_color"] > a:hover,
#header-outer[data-lhe="animated_underline"] #top nav > .sf-menu > li[class*="button_bordered"] > a,
#top nav > ul > li[class*="button_bordered"] > a,
body #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a,
body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_bordered"] > a:hover,
body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a,
#header-outer[data-lhe="animated_underline"] #top nav > ul > li[class*="button_solid_color"] > a {
    margin-left: 12px !important;
    margin-right: 12px !important;
    font-size: 14px !important;
}

body #search-outer .ui-widget-content li a,
body #search-outer .ui-widget-content i,
body #top .sf-menu li ul li a,
body #header-outer .widget_shopping_cart .cart_list a,
body #header-secondary-outer ul ul li a,
body .woocommerce .cart-notification .item-name,
body .cart-outer .cart-notification,
body #header-outer #top .sf-menu li ul .sf-sub-indicator i,
body #header-outer .widget_shopping_cart .quantity,
body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a,
body #header-outer .cart-notification .item-name,
body #header-outer #top nav > ul > .nectar-woo-cart .cart-outer .widget ul a:hover,
body #header-outer .cart-outer .total strong,
#header-outer .cart-outer .total,
body #header-outer ul.product_list_widget li dl dd,
body #header-outer ul.product_list_widget li dl dt {
    color: #007a51 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

html body #search-outer .ui-widget-content,
html body:not([data-header-format="left-header"]) #top .sf-menu li ul,
html body #top nav > ul > .megamenu > .sub-menu,
body #top nav > ul > .megamenu > .sub-menu > li > a,
html body #header-outer .widget_shopping_cart .cart_list a,
html body #header-secondary-outer ul ul li a,
html body #header-outer .widget_shopping_cart .cart_list li,
html body .woocommerce .cart-notification,
html body #header-outer .widget_shopping_cart_content {
    background-color: #fff !important;
    padding: 10px;
}

html body #top nav > ul > .megamenu > .sub-menu > li > a:hover,
html body #header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
html body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
    background-color: transparent !important;
    text-decoration: underline;
    color: rgb(9, 44, 116) !important;
}

.ocm-effect-wrap #header-outer #logo img,
#header-outer .logo-spacing img {
    height: 90px;
}

/* rwd */
@media screen and (max-width: 1280px) {
    .home--slider .single--slide,
    .home--slider {
        /* height: 550px; */
    }
    .slider--buttons {
        bottom: 13%;
        left: 47%;
    }
}

@media screen and (max-width: 1025px) {
    .home--slider .single--slide,
    .home--slider {
        /* height: 311px; */
    }
    .slider--buttons {
        bottom: 10%;
        left: 41%;
    }
    #slide-out-widget-area.slide-out-from-right-hover .inner > .off-canvas-menu-container {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .home--slider .single--slide,
    .home--slider {
        /* height: 830px; */
    }
    .home--slider .slider--content {
        display: none;
    }
    .home--slider .slider--content--mobile {
        display: inline-block;
    }
    .slider--buttons {
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .blog-mechanizm .wpb_wrapper > div {
        margin-bottom: 0;
    }
    .blog-mechanizm .row {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .slider--buttons {
        bottom: 100px;
    }
}

@media screen and (max-width: 670px) {
    .slider--buttons {
        bottom: 140px;
    }
}
@media screen and (max-width: 650px) {
    .home--slider .single--slide,
    .home--slider {
        /* min-height: 655px; */
    }
    .slider--buttons {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {
    .home--slider .single--slide,
    .home--slider {
        /* height: 600px; */
    }
    .slider--buttons {
        bottom: 80px;
    }
    .gplay img,
    .appstore img {
        max-width: 100px;
    }
}

@media screen and (max-width: 500px) {
    .slider--buttons {
        bottom: 70px;
    }
    .home--slider .single--slide,
    .home--slider {
        /* height: 500px; */
    }
}

@media screen and (max-width: 390px) {
    .home--slider .single--slide,
    .home--slider {
        /* height: 425px; */
    }
    .slider--buttons {
        bottom: 55px;
    }
}

@media screen and (max-width: 350px) {
    .slider--buttons {
        bottom: 90px;
    }
}

@media only screen and (min-width: 1025px) {
    #header-outer.small-nav #logo img,
    #header-outer.small-nav .logo-spacing img {
        height: 70px !important;
    }
}

@media screen and (max-width: 1024px) {
    .ocm-effect-wrap #header-outer #logo img,
    #header-outer .logo-spacing img {
        height: 70px;
    }
}

/* menu */
@media only screen and (max-width: 999px) and (min-width: 1px) {
    body #header-outer {
        margin-bottom: 0;
        padding: 2px 0;
    }
    body #top #logo img,
    #header-outer[data-permanent-transparent="false"] #logo img.dark-version {
        height: 55px !important;
    }
}

