/*
    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
*/

/*
    footer.css

    Styles related to the footer
*/

ul.details_list_footer {
    width:  25%;
    margin: 10px 0;
    float:  left;
}

.footer_list {
    position: relative;
    left: 15px;
}

.footer_list ul.details_list_footer li a {
    font-weight: bold;
    color:       #333 !important;
    font-size:   1em;
}

.footer_list ul.details_list_footer li a:hover {
    color: #cc002c !important;
}

img.logo_footer {
    width:  100%;
    margin: 20px;
}

.container {
    background: #fff;
}

/* breadcrumbs before */
/* .bread_small ul li a:before {
	border-bottom: 25px solid rgba(0, 0, 0, 0);
	border-left: 25px solid #E8ECED;
	border-top: 25px solid rgba(0, 0, 0, 0);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}
*/
.border_top_footer {
    /*border-top: 3px solid #e8eced;*/
}

.section-wrap-footerbase {
    float:    left;
    width:    100%;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer_list ul.details_list_footer li a {
        font-size: 0.8em !important;
    }
}