/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kimberly Huggers
 Template:       Divi
 Version:        1.0.0
*/

/* Hoofd menu */
#top-menu li.current-menu-item>a {
	text-decoration: underline;
}

/* Contact form 7 */
.wpcf7 input.wpcf7-text, .wpcf7 textarea {
	padding: 10px;
    border: none;
	width: 99%;
}

.wpcf7 p:nth-child(3), .wpcf7 p:nth-child(2) {
	display: inline-block;
	width: 49%;
}

.wpcf7 p:nth-child(4) {
	width: 99%;
}

.wpcf7 input, .wpcf7 textarea {
	background: #eaeaea;
}

.wpcf7-submit {
	font-size: 20px;
    background: #6a3a7d !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    padding: 0.3em 1em;
	border-radius: 0px;
    letter-spacing: 3px;
}

.wpcf7-submit:hover {
    background: #fff !important;
    border: 2px solid #6a3a7d !important;
    color: #6a3a7d !important;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
	border: 0px !important;
	color: #fff !important;
}

/* Search page/no search result page */
.search-results h2 {
	margin: 0px !important;
	padding-bottom: 0px !important;
	line-height: 0em !important;
}

.search-results #left-area .post-meta {
	visibility: hidden !important;
	margin: 0px !important;
	padding: 0px !important;
}

.et_right_sidebar #main-content .container:before {
	background-color: transparent !important;
}

.search-no-results #main-content .container {
    margin-bottom: 42px;
}

/* Home height of img */
.heightImgCorrect img {
	height: 230px !important;
	object-fit: cover;
}

/* Footer center */
@media only screen and (min-width: 768px) {
	.footer-widget #text-2 {
		float: right;
	}
}

/* @media only screen and (min-width: 992px) {
  	#footer-widgets {
		margin-left: 100px;
	}
}

@media only screen and (min-width: 1345px) {
  	#footer-widgets {
		margin-left: 230px;
	}
} */