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

/*-------------- GLOBAL STUFF ----------------*/
/* Text centreren op mobiel */
@media all and (max-width: 999px){
	.mobile-text-center {
		text-align: center !important;
	}
}

/* HEADER NAV */

/* Menu links verbergen op small desktop */
header#top nav[aria-label="Main Menu"] {
	@media (max-width: 1239px) {
		display: none !important;
		visibility: hidden !important;
	}
}
/* Contact labels verbergen op tablet & mobiel */
header#top ul#menu-contactmenu-rechts li:not(:last-of-type) span.menu-title-text {
	@media (max-width: 999px) {
		display: none !important;
		visibility: hidden !important;
	}
}
/* Offerte button opvallender mobiel */
header#top ul#menu-contactmenu-rechts li:last-of-type span.menu-title-text {
	@media (max-width: 999px) {
		font-size: 1.3em !important;
		font-weight: 500 !important;
	}
}

/* DIENSTEN */
/* Carousel verbergen op desktop */
div#diensten .wpb_row.carousel-dynamic-wrapper {
	@media (min-width: 999px) {
		display: none !important;
		visibility: hidden !important;
	}
}

/* --- PROJECTEN --- */
/* Foto slider */
div.flickity-viewport {
	margin: 0 0 30px 0 !important;
}
ol.flickity-page-dots {
	transform: translateY(-20px) !important;
}


/* --- CONTACT --- */
/* FORM */
/* Vereiste velden melding verbergen */
div.nf-form-fields-required {
	display: none !important;
	visibility: hidden !important;
}
/* Berichtveld */
div#nf-form-3-cont textarea {
	height: 150px !important;
}
/* Submit button */
input#nf-field-12 {
	margin-left: auto;
	display: block;
	background-color: #000 !important;
	text-transform: initial !important;
}

/* KAART */
.leaflet-top.leaflet-left, .leaflet-bottom.leaflet-right {
	display: none !important;
	visibility: hidden !important;
}
/*  */