/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 27 2017 | 11:13:47 (pm)
/*
/******* Do not edit this file *******/

/* Chrome CSS Font rendering */
body #wrap_all{
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cuprum', Arial, sans-serif;
}

/* Main Menu */
.main_menu ul:first-child > li > a { 
    font-size: 12px;
    font-weight: normal;
    color: black;
}
.av-main-nav > li > a {
    padding: 0 20px;
}
/* Sidebar */
.sidebar .widgettitle {
    color: #262626;
    font-size: 18px;
    text-transform: none;
    letter-spacing: inherit;
}
.main_color .sidebar {
    color: #262626;
}

/* Image */ 
.avia-caption-title {
    text-transform: none !important;
    font-size: 16px;
}
.am-caption-background .avia-caption {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.avia-caption .avia-caption-title {
    background: none;
}
/* Social Icons */
#top .social_bookmarks li a {
    width: 50px;
    line-height: 45px;
    min-height: 50px;
    font-size: 30px;
}

#top .social_bookmarks li {
    height: 100%;
    width: 50px;
}
/* Blog */
.template-blog .blog-meta {
    display: none;
}
.single-small .post_author_timeline {
    display: none;
}
.news-thumb {
    display: none;
}
.sidebar_right .comment_container {
    display: none;
}
.side-container-comment-inner {
    display: none;
}
.news-time {
    color: #009900 !important;
}
.sidebar a {
   color: #009900 !important;
}
.minor-meta {
    color: #009900 !important;
}

/* Media Queries */
@media only screen and (max-width: 1140px) {
    #header_main_alternate {display: none;}
    #advanced_menu_toggle {display: block;}
    #top .social_bookmarks li a {float: right !important; margin: -10px 60px 10px 0;}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
}
@media only screen and (max-width: 989px) and (min-width: 480px) {
    .responsive.html_mobile_menu_tablet #header_main .social_bookmarks {display: block !important;}
    #top .social_bookmarks li a {float: right !important; margin: -10px 20px 10px 0;}
}