/******************************************************************
Theme Name: BikerSpirit.net Endo Theme
Theme URI: http://www.bikerspirit.net
Description:
Author: Panagiotis Vagenas <pan.vagenas@gmail.com>
Author URI:
Version: 0.0.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*******************************************************************/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

.widget_randomizer a img {
    max-width: 100% !important;
    height: auto !important;
}

.widget {
    border-left-width: 1px;
    border-right-width: 1px;
}

.no-title .widget .widgettitle {
    display: none;
}

#sidebar1 .widget_randomizer {
    border: none;
}

#sidebar1 .widget_randomizer .widgettitle {
    display: none;
}

@media (min-width: 767px) {
    #sidebar1 .widget_randomizer {
        display: none;
    }
}

@media (max-width: 767px) {
    #slider-container {
        display: none;
    }
}

article.post-contents a,
article.post-contents a:visited,
article.post-contents a:hover {
 color: blue;
}

ul {
    list-style: disc;
}

ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}
