﻿/*
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
*/

@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}


/** header **/
.row .col.section-title{
    border-bottom: 2px solid #487e58 !important;
    padding: 0 0 1rem 0;
}

/** Typography **/
h1{
    font-weight: 200 !important;
}

h2{
    font-weight: 300 !important;
}

.sectie_titel,
.sectie_titel h2{
    margin-bottom: 0px !important;
}

.menu_hide_mobile{
    display: none;
}

.menu_hide_desktop{
    display: block;
}

.intro_btns{
    width: 100% !important;
}

.page-child .nectar-flickity[data-controls*="arrows_overlaid"]:not(.masonry) .flickity-viewport{
    margin: 0px !important;
}

@media only screen and (min-width: 1000px) {
    .sectie_titel h2{
        margin-bottom: 0px !important;
    }
    
    .menu_hide_desktop{
        display: none !important;
    }

    .menu_hide_mobile{
        display: block;
    }

    .intro_btns{
        width: auto !important;
    }
}

.opacity_light{
    opacity: 0.45 !important;
}

#footer-outer .col:nth-child(2),
#footer-outer .col:nth-child(3){
    margin-top: 1.25rem;
}

/* Footer */
 #footer-outer .span_5{
	    width: 67.5% !important; 
}

#footer-outer .span_5 p{
	display: inline-block;
	margin-right: 2rem;
}

#footer-outer .span_7{
    width: 30.5% !important;
}

.copy_right_links{
	display: inline-block;
	color: #fff !important;
	float: right;
}

@media only screen and (max-width: 767px){
	#footer-outer .span_7,
	#footer-outer .span_5{
		width: 100% !important;
	}
	
	.copy_right_links{
		float: left;
	}
}

#ajax-content-wrap #footer-outer #copyright {
    border-top: 2px solid #487e58 !important;
}


.nectar-post-grid-item:hover .nectar-post-grid-link{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.nectar-post-grid-item:hover .nectar-post-grid-link::before{
    content: "\f061";
    position: relative;
    width: 4rem;
    height: 4rem;
    top: calc( 50% - 2rem);
    left: calc( 50% - 2rem);
    font-size: 4rem;
    display: inline-block;
    margin-top: auto;
    opacity: 0.85;
}

.nectar-post-grid-item.lightbox_element:hover .nectar-post-grid-link::before{
    content: "\f00e" !important;
}

/* Menu */
.sub-menu {
    margin-top: -3rem;
    width: 14em !important;
} 
