<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
            font-family:"Open Sans", Arial, sans-serif;
                    font-weight:normal;
        }
.top-nav &gt; ul li a{
            font-family:"Open Sans", Arial, sans-serif;
                font-size:16px;
                font-weight:normal;
        }
.top-nav li li a{
            font-family:"Open Sans", Arial, sans-serif;
                    font-weight:normal;
        }
h1,h2,h3,h4,h5,h6{
            font-family:"Open Sans", Arial, sans-serif !important;
                font-weight:normal;
    }
header.top-head .logo a{
            font-family:"Open Sans", Arial, sans-serif;
                font-size:40px;
                font-weight:900;
     
}
header.top-head .logo a span{
            font-family:"Open Sans", Arial, sans-serif;
        display:none;
                    font-weight:100;
     
}
    body{
        color: #000000;
    }

 
  
  
  
  
             
   .nav-single {
    display:none;
 }
      header.top-head.stickyHeader{
         
    }
      
  
   
     .abtitle-img{
	position:absolute;
	right:140px;
	top:50px;

}

h1.cta {
    line-height: 90%;
}

    .cms-float-left {
        margin-right: 20px;
    }
    .cms-float-right {
        margin-left: 20px;
    }
 
// additional logo

add_filter('avf_logo_subtext', 'avf_logo_addition');
function avf_logo_addition($sub) {
    $sub .= "&lt;a class='second-logo' href='#'&gt;&lt;img src='https://www.epsagents.com/wp-content/uploads/2020/05/security-guard_-011w.png' /&gt;&lt;/a&gt;";
	
    return $sub;
}
</pre></body></html>