/*
    This file is part of PACT-Vote.

    PACT-Vote is the PACT Party of Canada's official online voting and
    democracy facilitation system. It may eventually become the worlds.

    Copyright (C) PACT. AUTHORS listed in AUTHORS file.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

    You can contact the PACT party online at http://pact.tk/,
    or via paper mail at:

    PACT - PRCT
    260 SPADINA AVE UNIT 402
    TORONTO ON   M5T 2E4
    Canada

    Or by email:
    Contact@ACT-Party.CA

    this file is derived from Infinitygrid - http://www.aonethemes.com/infinitygrid
    Infinitygrid is also GPL3
*/

/*
    slider.css
*/

.slider {
    padding:    0 15px 20px 15px;
    background: #fff;
}

@media screen and (max-width: 991px) {
    ul.bxslider li h1, .carousel-inner .item .textblock h1 {font-size: 1.4em !important;}
    ul.bxslider li span, .carousel-inner .item .textblock span {font-size: 1em !important;}
    ul.bxslider li h2, .carousel-inner .item .textblock h2 {font-size: 22px !important;}
}

/*@media (max-width: 767px) {
    ul.bxslider li h2 {font-size: 18px; max-width: 59% !important;}
    ul.bxslider li span {font-size: 0.8em !important; max-width: 59% !important;}
}*/

@media (max-width: 1130px) {
    .post-new span.post:after {content: 'Post' !important; float: left; padding: 0 10px 0 0; line-height: 46px;}
}

@media (max-width: 1000px) {
    #banner_textline h4 {font-size: 1em !important;}
}

@media (max-width: 767px) {
    ul.bxslider li .textblock, .carousel-inner .item .textblock { max-width: 48% !important;}
}

@media (max-width: 600px) {
    ul.bxslider li .textblock, .carousel-inner .item .textblock { max-width: 65% !important; top: 10px !important; bottom: 25% !important; padding: 4px 9px 5px 10px !important; min-width: 60% !important;}
    ul.bxslider li .textblock span, .carousel-inner .item .textblock span {width: 94% !important; line-height: 1.1em !important; bottom: 5px !important; font-size: 1em !important;}
    .post-new span.post span {display : none;}

}

@media (max-width: 550px) {
    ul.bxslider li h2, .carousel-inner .item .textblock h2 {font-size: 18px !important;}
    ul.bxslider li .textblock span, .carousel-inner .item .textblock span {font-size: 0.9em !important;}
    .search-bar-row { height: 66px;}
    #banner_textline h4 {font-size: 0.9em !important;}
}

@media (max-width: 450px) {
    ul.bxslider li h2, .carousel-inner .item .textblock h2 {font-size: 16px !important;}
    ul.bxslider li .textblock span, .carousel-inner .item .textblock span {font-size: 0.8em !important;}
    .post-new button {padding-left: 5px;}
}
@media (max-width: 400px) {
    ul.bxslider li .textblock span, .carousel-inner .item .textblock span {font-size: 0.7em !important;}
}

@media (max-width: 375px) {
    ul.bxslider li .textblock span, .carousel-inner .item .textblock span {font-size: 0.5em !important;}
}

/*end media */