/*  
Theme Name: Hestia Pro Child    
Theme URI: https://www.themeisle.com/     
Description: This is a custom child theme I have created.    
Author: ThemeIsle    
URI: https://www.themeisle.com/    
Template: hestia
Version: 0.1     
*/

@import url('https://fonts.googleapis.com/css?family=Lobster|Dancing Script|Pacifico|Shadows+Into+Light');

.main-raised {
    border-radius: 100px 100px 0 0 !important;
}

.carousel .hestia-title {
    font-size: 7vw;
    
    background: -webkit-linear-gradient(#e91e63, #5d0c27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2vh;
    
/*    -webkit-text-stroke-width: 1px;*/
/*    -webkit-text-stroke-color: #fff;*/
    
/*    font-family: 'Shadows Into Light', cursive !important;*/
    font-family: 'Lobster', cursive !important;
    
}

#blog h2.hestia-title {
    font-family: 'Lobster', cursive !important;
    color: #e91e63;
    font-size: 5em;
    color: #000;
}

.sub-title {
    color: #8b123b;
}

.carousel .buttons {
    margin-top: 30px;
}

.navbar .navbar-brand {
    color: #8b123b;
}

section#about {   
/*
    background: url(img/maos-unhas-emebeleza.jpg) top left;
    background-repeat: no-repeat;
    background-size: 55vw;
*/
    
}

#impressaoUnha {
    text-align: right;
    padding-right: 10vw;
}

#impressaoUnha img {
    display: inline-block;
}

.impressaoUnhaDesc {
    padding: 3vh 10vw;
    padding-bottom: 0;
    text-align: center;
    font-size: 2em !important;
    font-family: 'Dancing Script', cursive; 
    color: #000;
}


.impressaoUnhaDesc strong {
    color: #e91e63; 
    text-decoration: underline;
}


.header-filter::before {
  background-color: rgba(0, 0, 0, 0);
}

.hestia-about {
}

.hestia-blogs {
    padding-top: 0;
}

.chpcs_foo_content {
    margin-right: 12px;
    padding-bottom: 2em;
}

.chpcs_title a {
    font-family: 'Lobster', cursive !important;
    font-size: 1.8em;
}

.chpcs_foo_content {
    height: 300px !important;
}

.chpcs_foo_content img {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.card-blog .card-image {
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    overflow: hidden;
}

.entry-social a[style] {
    display: inline-block!important;
    max-width: 44px;
}

.entry-categories {visibility: hidden;}
.author {display: none !important;}


/****** MOBILE *******/

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

@media all and (orientation:portrait) {
    .header-filter { /* Background Página Principal */
/*        background-image: none !important;*/
        background-position : 60% 100%;
    }
}