/*
 * LeisMunicipais.com.br - Liz Serviços Online
 * 
 * O conteúdo deste arquivo está protegido pela Lei de Direitos Autorais.
 * É vetada a reprodução e/ou utilização de parte ou completo conteúdo deste arquivo.
 * 
 * Versão: 21/03/2016, 16:51:38
 * Author: mandriani
 */

/* Sticky footer */

html, body { height: 100%; }
.wrapper { min-height: 100%; margin: 0 auto -200px; }
.footer, .push { height: 200px; }

/* Sticky footer */

h4
{
    color: rgb(51, 51, 51);
    font-size: 18px;
    text-transform: none;
}

p
{
    margin-top: 10px;
}

.footer {
    background: #e6e6e6;
    border-top: 10px #d9d9d9 solid;
    padding: 2em 0;
    margin-bottom: -10px;
}

.footer .social {}

.footer .social > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

.footer .social > ul > li {
    padding-right: 0.5em;
    display: inline-block;
}

.footer .social > ul > li a {
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0;
    color: transparent;
}

.footer .social > ul > li .facebook {
    background: url(../../img/icons/footer/facebook.png) center no-repeat;
}

.footer .social > ul > li .twitter {
    background: url(../../img/icons/footer/twitter.png) center no-repeat;
}
.footer .social > ul > li .instagram {
    background: url(../../img/icons/footer/instagram.png) center no-repeat;
}

.footer .links {}

.footer .links > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .links > ul > li {
    margin: 0;
    padding: 0.5em;
    display: inline-block;
}

.footer .links > ul > li:first-child {
    padding-left: 0;
}

.footer .links > ul > li:last-child {
    padding-right: 0;
}

.footer .links > ul > li,
.footer .links > ul > li a {
    color: #4c4c4c;
}

.footer .phone {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

.footer .phone::before {
    content: "☎ ";
    font-size: 18px;
}

.footer .copyright {
	margin-top: 30px;
	padding-bottom: 20px;
}