/* @import url('http://example.com/example_style.css'); */




/********* HEADER ****************************/

 .gen-header { 
    position: fixed;
    height: 100px;
    z-index: 9999999;
    top: 0;
    width: 100%;
    background: white;
    border-bottom: 0px solid #EDEDED;
    box-shadow: 0px 1px 1px 1px rgba(238, 238, 238, 0.5);
    transition: top 0.3s;    
}


.gen-header__logo { 
   max-width:250px;   
}

@media (max-width: 767px) { 

  .gen-header__nav-container {   
    margin-left:0px !important;
}



/********* BLOG ****************************/
  
.blog-listing__post-title-link, 
{ 

}

.blog-listing__post-title-link:hover
{ 
  color: #2BAA92;
  text-decoration:underline !important;
    
}