
/*Add your own styles here:*/

/* Font rendering */



body #wrap_all{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
      
     h1, h2, h3, h4, h5, h6 {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     
     }
     
     a:hover, a:focus, a:visited {
     
         outline: 0;
         text-decoration: none!important;
     
     }
     
     
     .avia-section { border: none !important; }
     
     .container_wrap { border-top: none !important; }
     
     
     .html_header_top.html_header_sticky #top #wrap_all #main {
         padding-top: 180px!important;
     }
     
     
     
         
     
     
     @media screen and (max-width: 768px) {
         
         body #wrap_all{
             
    font-size:16px;
    }
                       
     }
     
     
    @media only screen and (max-width: 767px) {
    .hide-on-mobile { display: none !important; }}
    @media only screen and (min-width: 768px) {
    .hide-on-desktop { display: none !important; }}
     
     
     
     
     
     
     /* ================================================================================================
        Hamburger Menu Tweaks
     =================================================================================================== */
     
     .sfm-rollback {
 
         width: 0px!important;
     }
     
     
     /* ===============================================================================================
        ICON BOX
     ================================================================================================== */
     .footer_after_av_one_third {
     border-left: 1px solid #c7c7c7!important;
     padding-left: 50px;
 }
     
     
     /* ===============================================================================================
        HEADER
     ================================================================================================== */
     
     /*Add space around the logo*/
 
    #header_main {
   /* Increase the top and bottom space */
     padding-bottom: 20px!important;
 }
 
  /*
      #top #main {
   /* If the header overlap your content adjust the padding top value
     padding-top: 130px;
 }
 */
     
     #header_meta {
         border-top: none;
         z-index: 3;
         min-height: 30px;
         border-bottom-style: none;
         border-bottom-width: 0px;
         margin-bottom: -1px;
     }
 
 
     
         
         
     /* =============================================================================================
        MAIN MENU + SUB MENU
     ================================================================================================= */
     
     .main_menu {
     
     margin-right: 45px;
     
     }
     
     .av_secondary_right .sub_menu {
     padding-right: 60px;
 }
     
     
     
         
     
     
     /* ===========================================================================================
        ICON SIZE - ICON BOX
     =============================================================================================== */
     
.mobile_img{display: none}
#main > .avia-revolutionslider{display: block}

@media screen and (max-width:1037px){
    .mobile_img{display: block}
    #main > .avia-revolutionslider{display: none}
}


/* ===========================================================================================
        BLOG ENTRIES
     =============================================================================================== */
     
.html_modern-blog #top .post-entry .post-title {
    font-size: 1.7em;
    text-align: left;
    letter-spacing: 1px;
}

.html_modern-blog .post-entry .post-meta-infos .text-sep {
    display:none;
}

.html_elegant-blog #top .post-entry .minor-meta {
    text-transform: none;
    color: #000000;
}

#top .avia-post-nav {
    
    background:#4754a1;
    
}