/*
Theme Name: PURUS PLASTICS Theme
Description: This is a custom child theme for PURUS PLASTICS
Author: medienimpuls
Author URI:  https://medienimpuls.com
Template: salient
Version: 1.0
*/




/* NECTAR SLIDER */

@media only screen and (max-width : 1300px) {
     body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span {
        font-size: 24px!important;
        line-height: 32px!important;
        padding-bottom: 7px;
    }
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
        font-size: 24px!important;
        line-height: 32px!important;
        padding-bottom: 7px;
    }
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .button a {
        font-size: 24px!important;
        padding: 2px 7px !important;
    }
    
    
}

@media only screen and (max-width : 690px) {   
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span {
        font-size: 17px!important;
        line-height: 22px!important;
        padding-bottom: 7px;
    }
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
        font-size: 17px!important;
        line-height: 22px!important;
        padding-bottom: 7px;
    }
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .button a {
        font-size: 17px!important;
        padding: 2px 7px !important;
    }
}


/* FOOTER */

#footer-outer #footer-widgets .col p {
    font-size: 14px;
    line-height: 20px;
}


/* NECTAR SLIDER */

.home-wrap {
    padding-top: 0em;
}

/* SOCIAL FEED */

.ff-btn {
	display: none !important;
}

/* BUTTON */

.center-btn {
margin: 0 auto;
display: table;
}




/* BLOG */

@media only screen and (max-width : 999px) {
    .excerpt {
        display: none;
    }


    .post-area .featured_img_left .article-content-wrap .post-content-wrap {
        padding: 6% !important;
        background: #fff !important;
    }


}

/* TOP-BAR */ 
#top-bar .top-bar-menu{
    display: flex;
    justify-content: end;
    gap: 40px;
    margin: 0;
    padding-top: 10px;
}
#top-bar .top-bar-menu > li {
    list-style: none;
}
#top-bar .top-bar-menu > li > a {
    color: rgb(69, 80, 85);
}
#top-bar .top-bar-menu > li a:hover{
    color: rgb(69, 80, 85);
    text-decoration: underline;
}
#top-bar .top-bar-menu > .wpml-ls-item{
    position: relative;
}
#top-bar .top-bar-menu > .wpml-ls-item:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #455055FF transparent transparent transparent;
}
#top-bar .top-bar-menu > .wpml-ls-item > a{
    align-items: center;
    gap: 5px;
    color: rgb(69, 80, 85);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
}
#top-bar .top-bar-menu > .wpml-ls-item > .sub-menu li{
    list-style: none;
}
#top-bar .top-bar-menu > .wpml-ls-item > .sub-menu{
    margin-left: 0;
    position: absolute;
    left: -10px;
    border: 1px solid;
    padding: .5rem 1rem;
    background: #fff;
    display: none;
}

#top-bar .top-bar-menu > .wpml-ls-item > .sub-menu.open{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 999px) {
    #top-bar{
        display: none;
    }
}
