/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 15:19:46 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

button.frm_button_submit {
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    width: 100% !important;
}header.entry-header.ast-no-thumbnail {
    display: none;
}div#cus-hed {
    height: 130px;
}a.home-read-more {
    text-decoration: none !important;
    background-color: var(--e-global-color-accent);
    color: #fff;
    padding: 10px 50px;
    border-radius: 50px;
    margin: 20px 0px 5px 0px;
    display: block;
    transition: all 0.5s ease;
}a.home-read-more:hover {
 		background-color:var( --e-global-color-primary );
}h3 a {
    text-decoration: none !important;
}##cus-hed{
    width:100%;
    transition:all .35s ease;
    z-index:9999;
}

.sticky-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.12);
    animation:slideDown .35s ease;
}

@keyframes slideDown{
    from{
        transform:translateY(-100%);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}#ast-scroll-top {
    background-color: var(--e-global-color-accent) !important;
}
#mob-footer {
	display:none;
}#mob-copy {
	display:none;
}
@media screen and (max-width:768px) {
	div#cus-hed {
    display: none !important;
	}#home-slider {
	display:none;
	} #desk-footer{
	display:none;
	}#desk-copy {
	display:none;
}#mob-footer {
	display:block;
}#mob-copy {
	display:block;
}
}