/*
 Theme Name:   vankan
 Theme URI:    https://www.wplounge.nl/
 Description:  vankan Theme
 Author:       Roger Overdevest
 Author URI:   https://www.wplounge.nl/
 Template:     catch-kathmandu
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  vankan-child
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */
body div#page.site {
	width: auto;
	margin: 0 auto;
	box-shadow: none;
}

#masthead {
	max-width: 1280px;
	margin: 0 auto;
}

@media screen and ( max-width: 782px ) { 
	#header-right { 
		display: none;
	}
}

#main-slider,
#main {
    max-width: 1280px;
    margin: 0 auto;
  }

  body.home #featured-post {
    display: none;
  }

.error404 #primary, .no-sidebar #primary {
	width: auto;
}

/* Diensten pagina */

.homepage-featured-content {
    max-width: 1280px;
    margin: 0 auto;
}

.homepage-featured-content article {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.featured-homepage-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.featured-homepage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* crop */
  object-position: center; /* center */
}

#featured-post .entry-title {
	text-align: center;
}

.contact-container {
	padding: 40px;
	color: white;
	background-color: #21759b;
}

.contact-container label {
	color: white !important;
}

.contact-container button.wpforms-submit {
	background-color: limegreen !important;
}