/*
Theme Name: Markör
Theme URI: http://markor.se/
Description: Tema för markör byggt på Salient av ThemeNectar
Author: DRSK
Author URI: http://soulnpp.se/
Template: salient
Version: 0.1
*/




/* remove portfolio filters */
.wpb_wrapper .portfolio-filters { display: none !important; }

/* remove portfolio "love" */
.portfolio-items .nectar-love-wrap { display: none !important; }

/* remove 'view larger image' button */
.portfolio-items .col .work-item .work-info a.default-link:first-child { display: none; }




/* slider buttons */
.swiper-slide .nectar-button.see-through-2 { color: #fff !important; border-color: #fff !important; font-style: normal !important; }
.swiper-slide:not(.home-video-slider) .nectar-button.see-through-2:hover { border-color: #e18700 !important; }

.swiper-slide.home-video-slider .nectar-button.see-through-2 { margin-top: 20px; }
.swiper-slide.home-video-slider .nectar-button.see-through-2:hover { 
	background: #e18700 !important;
	border-color: #e18700 !important;
}





/* FAQ button fix */
body div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
    font-size: 14px!important;
    line-height: 26px!important;
}
.toggle h3 a i {
    top: 19px !important;
}







@media screen and (min-width: 768px) {
    .five-columns.vc_row .vc_col-sm-2 {
        float: left;
        width: 18.8%;
        padding: 0;
        margin-right: 1.5%;
        min-height: 0;
    }

    .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {

    .the_five_custom_columns {margin: 0 -5%; }

}