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

/*load different types with relative paths to the font files*/
@font-face {
    font-family: 'Avenir_light';
    src: url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
         url('fonts/AvenirLTStd-Light.woff') format('woff'),
         url('fonts/AvenirLTStd-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* ==============================================================================
	Homepage - Teams
============================================================================= */


@media (min-width: 1000px) and (max-width: 1499px) {
  #logo {
    transform: translate(-80px);
  }
}
@media (min-width: 1400px) {
  #logo {
    transform: translate(-100px);
  }
}


.team-overflow {
	overflow: hidden !important;
}

.team-member .column-image-bg{
	background-size: contain !important;
    background-repeat: no-repeat;
}

.volwassene-team-hoogte {
    min-height: 29vh;
    max-height: 29vh;
}
.kinder-team-hoogte {
    min-height: 10vh;
    max-height: 10vh;
}

/* team-foto-rechtsonder */
.full-page-inner>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
	transform: none;
}

/* column-container */
.vc_row.vc_row-flex>div>div>div>.span_12>.vc_column_container>.column-inner-wrap, .vc_row.vc_row-o-equal-height>div>div>div>.span_12>.vc_column_container {
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* column-inner */
.vc_row.vc_row-flex>div>div>div>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-flex>.span_12>div>div>div>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

/* ==============================================================================
	Homepage - Word lid
============================================================================= */

.red-hover .wpb_wrapper a:hover {
	color: #e41b13 !important;
}

/* ==============================================================================
	Homepage - Nieuws / Categorie(niet klikbaar)
============================================================================= */

.uitslagen{
	background-color: #e41b13;;
	padding: .65em 1.25em;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 15px !important;
	pointer-events: none;
	border: none !important;
}
.nieuws{
	background-color: #e41b13;;
	padding: .65em 1.25em;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 15px !important;
	pointer-events: none;
	border: none !important;
}
.post-header.featured h3{
	color: black !important;
	margin-top: 10px;
}

/* ==============================================================================
	Homepage - Contact
============================================================================= */
@media (min-width: 1000px) {

	.map-view {
		min-height:100%;
	}
  .map-view .wpb_wrapper {
    min-height: 100% !important;
  }
	
  .map-view .wpb_wrapper .nectar-leaflet-map {
	min-height: 100% !important;
  }

}

/* ==============================================================================
	Contact pagina style
============================================================================= */
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border: none !important;
	border-bottom: 2px solid #e41b13 !important;
	outline: none !important;
	box-shadow: none !important;
}