/* style.css */

@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Allura);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Helvetica-Light', 'Helvetica-Neue-Light', 'Lato', sans-serif;
    font-size: 22px;
    line-height: 32px;
    background-color: rgb(247, 245, 240);
    color: #000;
    border-bottom: 99px solid rgb(180, 14, 55);
    padding-bottom: 75px;
}

hr {
    border: none;
    margin: 0;
    padding: 0;
    height: 1px;
    background-color: rgb(231, 189, 195);
}

img {
    border: none;
}
a {
    color: rgb(180, 14, 55);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-family: 'Allura', cursive;
    font-weight: normal;
    text-align: center;
    font-size: 45px;
}
h1 small {
    display: block;
    font-size: 30px;
    color: #000;
}
h1 strong {
    font-style: italic;
}

h2 {
    font-family: 'Allura', cursive;
    font-weight: normal;
    font-size: 43px;
    line-height: 45px;
    background-color: rgb(180, 14, 55);
    color: #FFF;
    text-align: center;
}

h3 {
    margin: 0;
    font-size: 22px;
}

header li.current-menu-item a {
    color: #FFF;
    background-color: rgb(180, 14, 55);
}

p.aviso {
    margin: 12px;
    padding: 25px 50px;
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    background-color: #FE9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 4px 2px #E7E7E7;
    -webkit-box-shadow: 2px 2px 4px 2px #E7E7E7;
    box-shadow: 2px 2px 4px 2px #E7E7E7;
    vertical-align: bottom;
}
p.aviso strong {
    color: #DC7;
    font-size: 15px;
    vertical-align: bottom;
    text-shadow: 1px 1px 2px rgb(72, 72, 72);
}

section#sobre a.link-mapa {
    color: #000;
}
section#sobre a.link-mapa:hover {
    color: rgb(180, 14, 55);
    text-decoration: none;
}

div.wpcf7 form.form-contato p {
    padding: 0;
    margin: 0;
}
form select ,
form input[type="text"] ,
form input[type="email"] ,
form input[type="password"] ,
form textarea {
    font-family: 'Helvetica-Light', 'Helvetica-Neue-Light', 'Lato', sans-serif;
    border: 1px solid #DDD;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0;
    padding: 3px;
    background-color: #FFF;
}
form button ,
form input[type="button"] ,
form input[type="submit"] ,
form input[type="reset"] {
    border: 1px solid rgb(224, 216, 199);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto 0;
    padding: 7px 12px;
    cursor: pointer;
    background-color: rgb(244, 236, 219);
    color: rgb(180, 14, 55);
}
form span.wpcf7-not-valid-tip {
    font-family: 'Myriad Pro', 'MyriadPro', 'PT Sans', 'Trebuchet MS', Verdana, sans-serif;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(180, 14, 55);
    background-color: rgb(244, 236, 219);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form .wpcf7-display-none {
    display: none;
}
form div.wpcf7-response-output {
    padding: 25px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #FE9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


/* wp.css */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* small.css */

@media screen and (max-width: 999px) {

body {
    float: left;
    width: 100%;
}
hr {
    display: none;
}
figure {
    text-align: center;
}
img {
    max-width: 90%;
}
div.container section>p ,
div.container section>h3 ,
div.container section>ol ,
div.container section>ul ,
div.container section>dl ,
div.container section>a ,
div.container section>div ,
div.container-destaque section>p ,
div.container-destaque section>h3 ,
div.container-destaque section>ol ,
div.container-destaque section>ul ,
div.container-destaque section>dl ,
div.container-destaque section>a ,
div.container-destaque section>div {
    padding: 0 12px;
}
div.container section>p.aviso ,
div.container-destaque section>p {
    margin-top: 25px;
    padding: 20px 50px;
}
div.container h2 ,
div.container-destaque h2 {
    clear: left;
    margin: 0;
    padding-top: 7px;
    background: url(img/bg-subtitulos.png) no-repeat top center;
    background-size: 160%;
}
header {
    padding-top: 42px;
    background-color: rgb(247, 245, 240);
    background: -moz-linear-gradient(bottom, rgb(247, 245, 240), rgb(243, 183, 216)) repeat-X;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(273, 213, 246)), to(rgb(243, 183, 216))) repeat-X;
    border-left: 4px solid rgb(180, 14, 55);
}
header a.toggle-menu {
    font-size: 26px;
    line-height: 32px;
    height: 31px;
    width: 24px;
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 0 4px;
    color: #FFF;
    background-color: rgb(180, 14, 55);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: .4;
    text-align: center;
}
body.admin-bar header a.toggle-menu {
    top: 51px;
}
@media screen and (min-width: 783px) {
    body.admin-bar header a.toggle-menu {
        top: 37px;
    }
}
header a.toggle-menu:hover {
    text-decoration: none;
}
header.retraido a.toggle-menu {
    opacity: .65;
    color: rgb(180, 14, 55);
    background-color: #FFF;
}
header.retraido {
    border-left: none;
}
header.retraido nav {
    display: none;
}
header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(247, 245, 240);
}
header nav ul li a {
    display: block;
    padding: 7px 12px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid rgb(231, 189, 195);
    border-top: 1px solid #EEE;
}
header nav ul li:first-child a {
    border-top: none;
}
header nav ul li:last-child ax {
    border-bottom: none;
}
section.destaque {
    clear: left;
    float: left;
    width: 100%;
    background: url(img/bg-destaque.png) repeat-y top center;
    background-size: cover;
}
section.destaque h1 a {
    display: block;
    background: #FFF url(img/casal-lower.jpg) no-repeat top center;
    background-size: 71%;
    padding: 267px 7px 12px;
    width: 350px;
    max-width: 80%;
    margin: 0 auto;
    -moz-box-shadow: 0 0 5px 6px #DDD;
    -webkit-box-shadow: 0 0 5px 6px #DDD;
    box-shadow: 0 0 5px 6px #DDD;
}
section.destaque h1 a:hover {
    text-decoration: none;
    color: rgb(200, 34, 75);
}
section#loja ol {
    margin: 0;
    list-style-type: none;
}
section#loja ol li h3 {
    padding: 0;
    margin-left: -32%;
    text-align: center;
}
section#loja ol li {
    margin: 0;
    padding: 15px 0 15px 32%;
    border-bottom: 1px dotted rgb(231, 189, 195);
    background: url(img/icone-mapa.png) no-repeat center left;
    background-size: 30%;
}
section#loja ol li:first-child {
    background-image: url(img/icone-mapa-debora-esq.png);
}
section#loja ol li:last-child {
    background-image: url(img/icone-mapa-peka.png);
}
section#loja ol li:last-child {
    border: none;
}
section#online {
    text-align: center;
}
section#online ul li {
    display: inline;
}
section#online ul li img {
    padding: 7px 26px;
}
section#dinheiro ul {
    font-size: .8em;
    line-height: 1em;
    list-style-type: none;
    text-align: center;
}
section#dinheiro ul li {
    padding: 0 2%;
    margin-top: 25px;
}
@media screen and (min-width: 721px) {
    section#dinheiro ul li {
        float: left;
        width: 29%;
    }
    section#dinheiro li:first-child ,
    section#dinheiro li:last-child {
        padding-top: 55px;
    }
}
section#sobre a.link-mapa {
    float: right;
    margin-right: 3px;
    font-size: .8em;
    text-align: center;
    width: 100%;
    max-width: 141px;
    padding-top: 127px;
    background: url(img/icone-mapa-debora.png) no-repeat top center;
    background-size: 85%;
    color: rgb(180, 14, 55);
}
@media screen and (max-width: 439px) {
    section#sobre a.link-mapa {
        margin-right: 0;
        float: none;
        display: block;
        margin: 0 auto;
    }
}
section#sobre dl {
    clear: left;
    float: left;
    margin-right: 7px;
}
form {
    margin-top: 25px;
}
form div.grupo {
    margin-bottom: 12px;
}
form select ,
form input[type="text"] ,
form input[type="email"] ,
form input[type="password"] ,
form textarea {
    width: 98%;
    padding: 3px 1%;
}
form select {
    width: 100%;
}
form div.campo-assunto label {
    display: block;
}
form img.ajax-loader {
    position: relative;
    top: 3px;
    left: 7px;
}

} /* @media */


/* screen.css */

@media screen and (min-width: 1000px) {

body {
    float: left;
    width: 100%;
}
hr {
    display: none;
}
a.link-mapa {
    color: #000;
}
a.link-mapa:hover {
    color: rgb(180, 14, 55);
    text-decoration: none;
}

h2 {
    width: 408px;
    margin: 0 auto 53px;
    padding: 10px 111px 21px;
    background: url(img/bg-subtitulos.png) no-repeat bottom center;
}
header {
    border-top: 4px solid rgb(180, 14, 55);
    background-color: #FFF;
    padding-bottom: 1px;
}
header a.toggle-menu {
    display: none;
}
header nav {
    display: table;
    width: 982px;
    margin: 0 auto;
}
header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table-row;
    text-align: center;
}
header nav ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
}
header nav ul li a {
    display: block;
    padding: 28px 0;
    border-top: 4px solid rgb(180, 14, 55);
    margin-top: -4px;
}
header nav ul li a:hover {
    border-top-color: rgb(229, 222, 208);
    text-decoration: none;
}
section {
    clear: left;
    float: left;
    width: 982px;
    margin-top: 75px;
}
section.destaque {
    float: left;
    width: 100%;
    background: url(img/bg-destaque.jpg) no-repeat top center;
    min-height: 588px;
    margin: 0;
}
section.destaque h1 a {
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    background: url(img/destaque-noivos.png) no-repeat top center;
    height: 588px;
    width: 1031px;
    margin: 0 auto;
}
div.container {
    clear: left;
    width: 982px;
    margin: 0 auto;
}
section#noivos figure {
    float: left;
    margin: -23px 52px 20px -1px;
}
section#noivos p {
    margin: 10px 0 30px;
}
section#sobre a.link-mapa {
    float: right;
    text-align: center;
    width: 282px;
    padding-top: 255px;
    background: url(img/icone-mapa-debora.png) no-repeat top center;
    color: #000;
}
p.aviso {
    width: 650px;
    margin: 0 auto;
    background: #FE9 url(img/smiley-piscando.png) no-repeat 694px center;
}
p.aviso strong {
    padding-right: 4px;
}
section#loja p {
    text-align: center;
}
section#loja ol {
    clear: both;
    float: left;
    margin: 65px 1px;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    list-style-type: none;
    counter-reset: item;
}
section#loja ol h3 {
    font-size: 20px;
    text-align: left;
    line-height: 63px;
}
section#loja ol li:hover h3 {
    color: rgb(180, 14, 55);
}
section#loja ol li {
    margin: 0;
    padding: 0;
    float: left;
    width: 245px;
    text-align: center;
}
section#loja ol li:before {
    content: counter(item, decimal);
    counter-increment: item;
    font-family: 'Myriad Pro', 'MyriadPro', 'PT Sans', 'Trebuchet MS', Verdana, sans-serif;
    color: #FFF;
    background-color: rgb(180, 14, 55);
    float: left;
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 50px;
    text-align: center;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
section#loja ol li a.link-mapa {
    display: block;
    width: 245px;
    padding-top: 200px;
    background: url(img/icone-mapa.png) no-repeat top center;
}
section#loja ol li:first-child a.link-mapa {
    background-image: url(img/icone-mapa-debora-esq.png);
}
section#loja ol li:last-child a.link-mapa {
    background-image: url(img/icone-mapa-peka.png);
}
section#online ,
section#dinheiro {
    text-align: center;
}
section#online ul ,
section#dinheiro ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
}
section#online li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
section#online li a {
    display: block;
    margin: 0 auto;
    width: 240px;
    padding: 7px;
    background-color: #F7F7F7;
    border: 10px solid #FFF;
    -moz-box-shadow: 0 0 5px 6px #DDD;
    -webkit-box-shadow: 0 0 5px 6px #DDD;
    box-shadow: 0 0 5px 6px #DDD;
}
section#online li a:hover {
    -moz-box-shadow: 0 0 6px 7px #E4E4E4;
    -webkit-box-shadow: 0 0 6px 7px #E4E4E4;
    box-shadow: 0 0 6px 7px #E4E4E4;
}
section#online p small {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 40%;
    margin-right: 5%;
    float: right;
    font-size: 13px;
    line-height: 15px;
}
div.container-destaque {
    float: left;
    width: 100%;
    margin-top: 123px;
    margin-bottom: -75px;
    padding-bottom: 75px;
    background-color: rgb(244, 236, 219);
}
body.page-template-pagina-dinheiro-php {
    background-color: rgb(244, 236, 219);
}
div.container-destaque section {
    float: none;
    margin: -48px auto 48px;
    width: 982px;
}
section#dinheiro li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    float: left;
    width: 33%;
}
section#dinheiro li:first-child ,
section#dinheiro li:last-child {
    padding-top: 55px;
    font-size: 12px;
    line-height: 15px;
}
section#dinheiro li img {
    display: block;
    margin: 0 auto 7px;
}
section#dinheiro li a {
    color: #000;
}
section#dinheiro li a:hover {
    color: rgb(180, 14, 55);
    text-decoration: none;
}
form {
    margin: 0 auto;
    width: 630px;
}
form select ,
form input[type="text"] ,
form input[type="email"] ,
form input[type="password"] ,
form textarea {
    width: 624px;
    font-size: 18px;
}
form select {
    width: 630px;
}
form label {
    display: block;
    margin-top: 15px;
}
form button ,
form input[type="button"] ,
form input[type="submit"] ,
form input[type="reset"] {
    display: block;
    font-size: 16px;
}
form span.wpcf7-not-valid-tip {
    width: 60%;
    float: right;
    position: relative;
    top: -15px;
    right: -30px;
    opacity: .7;
}
form span.wpcf7-not-valid-tip:hover {
    opacity: .9;
}
form div.grupo {
    position: relative;
    z-index: 2;
}
form div.wpcf7-response-output {
    position: relative;
    top: -20px;
    z-index: 1;
}
form img.ajax-loader {
    float: left;
    position: relative;
    top: -28px;
    left: 250px;
}

} /* @media */


