/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 09:06:53 */
.home .page-header{
height: 75vh !important;
}

.page-header{
height: 50vh !important;
}

h1.hestia-title {
    display: none;
}

.main.main-raised {
    background-color: #d3d3d3;
}

.colored-button{
	background-color: #8c0303 !important;
}

.author{
	display: none;
}

.section {
    padding: 70px;
}

@media (max-width: 480px) {
    div.container {
        width: 375px;
    }
}
@media (max-width: 768px) {
    div.container {
        width: 700px;
    }
}
@media (max-width: 768px) {
    .single .section {
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width: 480px) {
    article.card-blog {
        width: 360px !important;
    }
}