/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2022 | 12:25:37 */
    
    .search-results {
    background: #F3F5F8;
}

    .search-results h1 {
}

    .search-results .page-content a {
    color: #1C244B;
    pointer-events: none;
    text-decoration: none;
	font-weight: 600;
}

    .search-results .entry-title {
	margin: 80px auto 100px;
	text-align: center;
}

    .search-results h2 {
    font-size: 20px;
	margin-top: 40px;
	padding: 30px 20px;
	border-bottom: 5px solid #FFFFFF;
	text-align: center;
}

    .search-results .page-content {
	max-width: 600px;
	margin: 0px auto;
}

    .search-results .page-content img {
	background: #FFFFFF;
    max-width: 200px;
    max-height: 200px;
    padding: 20px;
	border-radius: 10px;
}

    .search-results .attachment-post-thumbnail {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

    .search-results p {
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: 0px solid #C8D5DC;
	margin-bottom: 120px;
	text-align: center;
}



