<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: echofy child
Tags:  custom-menu, editor-style, featured-images
Template: echofy
Version: 1.0.0
*/


@import '../echofy/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/
.fa-facebook, .fa-twitter, .fa-instagram, .fa-linkedin, .fa-youtube {
    font-family: 'Font Awesome 5 Brands' !important; 
    font-weight: 900;
}

.fa-envelope-o {
	font-family: 'FontAwesome' !important;
    font-weight: 900;
}


.logo-left {
    background: #fff !important;
	border-radius: 5px !important;
}

.echofy_menu &gt; ul &gt; li &gt; a {
    color: #000 !important;
}

.echofy_menu &gt; ul &gt; li &gt; a:hover {
    color: #79B900 !important; 
}

.trp_nav_area {
	border-bottom: none !important;
}

.hbg2 {
    background-image: url('https://anfca.org/wp-content/uploads/2024/04/bg.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-bottom: 50px !important;
}

.echofy-main-menu {
	background-image: url('https://anfca.org/wp-content/uploads/2024/04/bg.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

</pre></body></html>