/*
Theme Name: Parada SP
Theme URI: 
Description: 
Author: Andre Macedo
Author URI: 
Template: donovan
Version: 1.0
*/


/* PRINCIPAL */

body { 
  background: url("img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 200px;
}

#logo {
    display:block;
    margin: 0 auto;
}

.site-header {
    background-color: #fff;
    background-position: bottom;
}

.footer-wrap {
    background: #0054ac; /*#a4c0e3; */
    position: fixed;
    bottom: 0;
    left: 0;
    height: 130px!important;
    width: 100%!important;
    z-index: 99999!important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.colophon {
    text-align: center!important;
}
.rodapeWidget {
    text-align: center;
    position: relative;
    margin: 30px auto;
    bottom: 0px;
}

/* CUSTOM CSS */
.site-main > article, .post-wrapper > article, .type-post, .type-page, .type-attachment {
    background:transparent;
}

.archive-header, .entry-header, .entry-footer, .post-details {
    display: none;
}
.footer {
    display: none!important;
}

.instagram-media, .twitter-tweet, .insta-post {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2)!important;
    margin: 0 auto;
}
.entry-content {
    display: block;
    margin: 0 auto;
    max-width: 550px!important;
}
iframe {
    max-width: 550px!important;
}

.cabecalhoWidget {
    display: block;
    width: 100%!important;
    height: 54px;
    background: url("img/bg_footer.png") repeat-x;
    text-align: center;
}

.bt-doar {
    position: relative;
    color: #000!important;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(255,255,255, 0.75);
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 250px;
    width: 100%;
    top: 13px!important;
}
.bt-reload {
    display: block;
    position:fixed;
    right: 10px;
    bottom: 150px;
    background-image: url("img/bt-reload.png")!important;
    background-color: rgba(1,1,1,0)!important;
    width: 96px;
    height: 96px;
    z-index:99999!important;
}
.site-branding .custom-logo {
    margin-bottom:0px!important;
    padding: 0;
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}
.post {
    margin: 0px auto!important;
    padding: 0px auto!important;
}
.post-content {
    padding: 0px auto!important;
}
.woocommerce-checkout h3#order_review_heading,  .woocommerce-checkout .woocommerce-billing-fields h3{
	text-align: center;
}