/*
 Theme Name:   Enso Child
 Description:  Esno Child Theme
 Author:       LUXS
 Author URI:   https://www.luxs.ch
 Template:     enso
 Version:      1.0
 Text Domain:  enso-child
*/

.post-title::after, .single-post .post-intro::after{
	display:none;	
}
.post-content-container-outro{
	margin-bottom:0px !important;
}

@media only screen and (min-width: 769px){
	.post-content-container-outro{
			padding-top:5% !important;
			padding-bottom:5% !important;
	}
	.post-content-container-outro .post-content-wrapper{
		margin-left:41%;
	}
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="number"], input[type="url"], textarea, select{
	border-color: #050505 !important;
}