/*
 Theme Name:   Pinnacle - Child
 Theme URI:    'http://gcstudio.com.br/kitbarriganegativa/wp-content/themes/pinnacle-child
 Description:  Pinnacle Child Theme
 Author:       Gabriel Costa
 Author URI:  
 Template:     pinnacle
 Version:      1.0.0
 License:      GPL
 License URI:  http://www.gnu.org/copyleft/gpl.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pinnacle-child
*/

/* --------- GERAL --------- */

.center {}

.pb70 { padding-bottom: 70px; }

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home div#content {
    display: none;
}
.container { position: relative; }

header.header-title {
    padding: 40px 0 15px;
}
header.header-title span {
    display: block;
}
header.header-title h3 {
    font-size: 45px;
    line-height: 45px;
    font-family: Raleway;
    color: #781357;
    font-weight: bold;
}
header.header-title span {
    font-size: 20px;
    font-family: Raleway;
}

/* BOTAO */

.kad-btn-comprar {
    display: table;
    padding: 20px 30px;
    font-size: 22px;
    font-weight: bold;
    background: #ef494d !important;
    border-bottom: 4px solid #b32e32;
}
.kad-btn-comprar.margin { margin: 50px auto; }

.kad-btn-comprar:hover {
    background: #5dbcc1 !important;
    border-bottom: 4px solid #104554 !important;
}
.kad-btn-comprar:active, .kad-btn-comprar:focus {
     color: #fff;
}

body.page #content .main .pageclass {
    padding: 15px 15px 50px !important;
}


/* BANNER */

#pageheader {
    position: relative;
}
#kad-banner {
     background: #5a2848;
     border: 0;
}
.home-page-title {
    font-size: 12vh !important;
    line-height: 14vh !important;
}
.home-page-title strong {
     background: #c50e7c;
     word-break: break-all; 
     margin-top: 10px;
}
.page-header.home-page-header h3,
.page-header.home-page-header h4 {
    color: #fff;
}
.page-header.home-page-header h3 {
    margin: 30px 0 45px;
}
.page-header { color: #fff; }

.page-header .kad-btn {
    background: #fff;
    font-size: 4vh;
    font-family: Raleway;
    font-weight: bold;
    padding: 20px 40px;
    border-bottom: 6px solid #4f1648;
    margin: 30px 0;
    color: #531248;
}

#pageheader i {
    font-size: 48px;
    position: absolute;
    bottom: -25px;
    color: #fff;
    left: calc(50% - 24px);
}
#pageheader svg {
    position: absolute;
    width: 100%;
    bottom: -2px;
}
#pageheader svg polygon {
    fill: #f9f9f9;
}


/* OS PRODUTOS */

#section-os-produtos {
    padding: 20px 0 50px;
}

#section-os-produtos figure#antes-depois {
    position: relative;
}
#section-os-produtos figure#antes-depois::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 91%;
    background: white;
    z-index: 0;
    bottom: 0;
    left: 30px;
}

#section-os-produtos figure#antes-depois img {
    position: relative;
    z-index: 1;
}

#section-os-produtos2 {
    padding: 60px 0;
    background: #f3f3f3;
}

/* .CALL TO ACTION */

.call-to-action {
    position: absolute;
    background: #781357;
    border-radius: 2px;
    width: calc(100% - 30px);
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.call-to-action h4 { flex: 1; color: #fff; }


/* SOBRE O KIT */

#section-sobre-kit {
    background: url(http://gcstudio.com.br/kitbarriganegativa/wp-content/uploads/2018/11/barriga-negativa-bg-3.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0 20px;
}
#section-sobre-kit ul {
    list-style: none;
    font-size: 19px;
    line-height: 24px;
    margin-top: 24px;
}
#section-sobre-kit ul li {
    margin-bottom: 14px;
    flex-wrap: wrap;
    padding: 10px 20px;
    text-align: center;
}
#section-sobre-kit ul li::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 85%;
    z-index: 0;
    left: 0;
    bottom: 0;
    border: 2px dashed #554a3c;
}
#section-sobre-kit ul li figure {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 10px;
    padding: 14px;
    border: 2px dashed #554a3c;
    position: relative;
}
#section-sobre-kit ul li > div {
    position: relative;
}
#section-sobre-kit ul li > div > strong {
    display: block;
    color: #75125a;
    font-size: 20px;
    margin: 11px 0 5px;
}
#section-sobre-kit ul li > div > p {
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 0;
}


/* CAROUSEL DEPOIMENTOS */

#section-depoimentos {
    padding: 30px 0 10px;
}
#section-depoimentos .viviane {
    margin: 60px auto;
}

#section-depoimentos .header-title {
    padding-bottom: 35px;
}
#carousel-depoimentos .wraper-box .dep-autor {
    display: flex;
    align-items: center;
}
#carousel-depoimentos .wraper-box .dep-autor img {
    width: 90px;
}
#carousel-depoimentos .wraper-box .dep-autor h4 {
	width: 100%;
    background: #7b1354;
    color: #fff;
    font-size: 19px;
    padding: 10px;
    margin: 0;
    border-left: 5px solid #cc2094;
}
#carousel-depoimentos .wraper-box p {
    background: #fff;
    padding: 20px;
    text-align: inherit;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}


/* GALERIA DE RESULTADOS */
#section-resultados {
    padding: 20px 0;
    background: #f5f5f5;
}
div#bwg_thumbnails_0 {
    width: 100% !important;
}


/* GARANTIA */
#section-garantia {
    padding: 40px 0 30px;
    background: #fff;
}
#section-garantia img {
    padding: 80px 0;
    margin: auto;
}


/* SECTION COMPRAR */

#section-comprar {
    position: relative;
    background: url(http://gcstudio.com.br/kitbarriganegativa/wp-content/uploads/2018/11/bg-barriga-negativa-55.jpg);
    background-size: cover;
    background-position: right;
    padding: 67px 0 150px;
    color: #fff;
}

#section-comprar svg {
    position: absolute;
    width: 100%;
}
#section-comprar svg#ponta-up { top: -2px; }
#section-comprar svg#ponta-down2 { bottom: -2px; }
#section-comprar svg#ponta-up polygon {
    fill: #fff;
}
#section-comprar svg#ponta-down2 polygon { 
    fill: #f9f9f9;
}

#section-comprar .header-title span,
#section-comprar .header-title h1 {
    color: #fff;
}
.box-comprar { 
    position: relative; 
    color: #592b42;
    padding: 20px;
}
.box-comprar::before {
    position: absolute;
    width: 100%;
    height: 85%;
    background: rgba(255,255,255,1);
    border: 2px dashed #ddd;
    content: "";
    left: 0;
    bottom: 0;
}

.box-comprar figure { position: relative }
.box-comprar figure img { max-width: 50%; margin: 0 auto; }

.box-comprar header {
    position: relative;
    margin-top: 12px; 
}
.box-comprar header > strong { 
    font-size: 19px;
    color: #b71583;
}
.box-comprar header > h1 {
    text-decoration: underline;
    color: #3c3c3c;
    margin: -1px 0 20px;
    font-size: 30px;
} 

.box-comprar span {
    font-size: 22px;
    display: table;
    margin-bottom: -11px;
    color: #fff;
}

.box-comprar .itens-inclusos {
    position: relative;
    margin-bottom: 23px;
}
.box-comprar .itens-inclusos > strong {
    font-size: 19px;
}
.box-comprar .itens-inclusos > ul {
    font-size: 20px;
    border-top: 2px dashed #ddd;
}
.box-comprar .itens-inclusos > ul > li {
    border-bottom: 2px dashed #ddd;
    padding: 3px 0;
    font-size: 14px;
}

.box-comprar .itens-inclusos > strong {
     display: block;
     margin-bottom: 5px;
}

.box-comprar .preco {
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.box-comprar .preco > s {
    display: block;
    color: #ce3883;
    font-size: 19px;
    margin-bottom: -18px;
}
.box-comprar .preco > strong {
    margin-bottom: -26px;
    display: block;
}
.box-comprar .preco > small {
    margin: 10px 0;
    color: #b1b0b0;
}
.box-comprar .kad-btn {
    position: relative;
    width: 100%;
}
.box-comprar small {
    display: block;
    font-size: 15px;
    margin: 5px 0 0;
    padding: 0;
    position: relative;
}
#section-comprar .owl-nav { color: #fff }


/* COMPRA AVULSA */
#section-compra-avulsa {
    padding: 30px 0 80px;
}
#section-compra-avulsa .wraper-item {
    position: relative;
    transition: all .5s;
    margin: 15px 0 30px;
    padding: 14px;
}
#section-compra-avulsa .wraper-item::before {
    background: #fff;
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    border: 2px dashed #ddd;
}
#section-compra-avulsa .wraper-item figure {
     position: relative;
}
#section-compra-avulsa .wraper-item img {
    max-width: 60%;
    transition: all .5s;
    margin: 0 auto;
}
#section-compra-avulsa .wraper-item:hover img {
    transform: scale(1.05);
    transition: all .5s;
}
#section-compra-avulsa .wraper-item:hover .kad-btn {
    opacity: 1;
}
#section-compra-avulsa .wraper-item h4 {
    position: relative;
    padding: 5px;
    font-size: 19px;
    font-weight: bold;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
}
#section-compra-avulsa .wraper-item .preco {
    position: relative;
    padding: 0px 0 12px;
}
#section-compra-avulsa .wraper-item .preco s {
    color: #ef7677;
    font-size: 12px;
}
#section-compra-avulsa .wraper-item .preco strong {}
#section-compra-avulsa .wraper-item .preco small {
    color: #949292;
    font-size: 12px;
    font-weight: bold;
}

#section-compra-avulsa .wraper-item .kad-btn {
    position: relative;
    opacity: 0.5;
    width: 100%;
    transition: all .5s;
}


/* FOOTER */
footer#containerfooter {
    text-align: center;
}

footer#containerfooter img {
     margin: 0 auto;
}


/* CAROUSEL */

.owl-carousel {
    padding: 0 15px;
}
.owl-item {
    margin-bottom: 15px;
}
.owl-nav { 
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0;
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    color: #75125a;
}
.owl-nav .owl-prev { 
    position: absolute;
    left: -10px;
}
.owl-nav .owl-next { 
    position: absolute;
    right: -10px;
}

.owl-dots {
    text-align: center;
}
button.owl-dot {
    background: #d46bb4 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
}
button.owl-dot.active {
    background: #92267a !important;
}
.owl-nav button:active,
.owl-nav button:focus,
.owl-nav button:visited, 
.owl-dot:active,
.owl-dot:focus,
.owl-dot:visited {
    box-shadow: none;
    outline: none;
}


/* MEDIA QUERY */
@media (max-width: 768px) {

    .page-header { padding: 50px 0 !important; }

    .page-header .subtitle { font-size: 18px; }

    .home-page-title { font-size: 70px; line-height: 70px; }

    #section-os-produtos { padding-bottom: 40px; }
    #section-os-produtos2 figure {
         padding: 50px 0 0;
    }

    .call-to-action { position: relative; bottom: 0; width: 100%; }

    #section-sobre-kit {
         padding: 20px 0 20px;
     }

    #section-garantia img { padding: 10px 0; }

}