/* Smaller breakpoint (690px and below) */
@media (max-width: 690px) {
    #slideshow-container { width: 100%; }
    #slideshow-bottom,
    #slideshow-container .slide-select { display: none; }
    #slideshow-container #categories-slideshow { width: 100%; margin: 0; }
    #slideshow-container .main-image { display: none; }
    #slideshow-container .image-thumb { width: 95%; float: none; margin: 0; }
    #slideshow-container .image-thumb ul li { width: 100%; float: none; }
    #footer .left { width: 100% !important; }
    #footer .right { width: 100% !important; }
    #header .site-title { width: 100% !important; margin-left: 0 !important; }
    #header .site-title h1,
    #header .site-title .subtitle {
        width: 100%;
        float: left;
        text-align: center;
    }
    #header .site-title h1 { font-size: 1.3em; }
    #header .site-title .subtitle { font-size: 1em; }
    #header .site-title img.left {
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
    }
    #header .right {
        width: 100% !important;
    }
    #header .social-links {
        text-align: center;
    }
    .search .finder .inputbox {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }
    .search .finder button.finder {
        text-align: center;
        margin: 0 auto;
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }
    .search .finder ul {
        width: 100% !important;
        text-align:center;
    }
    .search .finder ul li {
        display: inline-block;
    }
}

/* Screens below site width (920px and below) */
@media (max-width: 920px) {
    body {
        width: 100% !important;
    }
    .large-sidebar.right {
        width: 100% !important;
    }
    #main-container .home-container,
    #main-container .main-content,
    #main-container .content-container .main-content {
        width: 100% !important;
    }
    #footer .left .right .mod-list li {
        width: 100% !important;
        float: none !important;
    }
}
