/* Custom code goes here - paste your css code below in line 3 */

#search_widget{
    overflow: hidden;
}

#search_widget form i{
  position: relative !important;
  padding:0 !important;
}

#_desktop_top_menu > ul > li {
    margin: -3px;
  }

#_desktop_logo {
        padding-top: 0px !important; 
}

.stickymenu_yes.stickymenu_yes #_desktop_logo img {
      max-height: 120px;
}


.header-block-pers {
    /* background-color: #333333; */
    padding: 20px;
    font-family: "Open Sans", sans-serif;
  }
  
  .header-block-pers p {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
  }
  
  @media (max-width: 900px) {
    .header-block-pers p {
      font-size: 15px; } 
    
    }


    @media (max-width: 425px) {
      #left-column {
        display: none; } 
      
      }