/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 05:14:38 */
.page-id-1004 .breadcrumb {
    display: none;
}
.page-id-1004 main.content {
    background: transparent;
    padding-top: 0px;
}
.page-id-1004 header.entry-header {
    display: none;
}
.page-id-1004 .site-inner {
    padding-top: 0px;
}
.page-id-1004 .sub-footer-left {
    float: left;
    max-width: 785px;
    margin: 0px auto;
    float: none;
}
.page-id-1004  .sharedaddy.sd-sharing-enabled {
	display:none;
}

/* custom csss */
/* Row = horizontal wrapper */
.row{
display:flex;
flex-wrap:wrap;
gap:20px;
margin-bottom:25px;
}


/* Column = flexible boxes */
.col{
flex:1;
min-width:250px;
background:white;
padding:20px;
border-radius:10px;
}


.col img{
width:100%;
height:auto;
border-radius:8px;
object-fit:cover;
margin-bottom:12px;
}


/* Example helper classes */
.col-2{flex-basis:48%;}
.col-3{flex-basis:30%;}


@media(max-width:700px){
.col-2, .col-3{flex-basis:100%;}
}
.whitetext {
    color: #fff;
}
.mt-40 {
	margin-top:40px;
}
.mt-20 {
	margin-top:20px;
}
a.rmorebuton {
    background: #d83921;
    color: #fff;
    padding: 11px 25px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
}

