
/*
 Theme Name:   Hestia Child
 Theme URI:    https://themeisle.com/themes/hestia/
 Description:  Hestia theme child
 Author:       UnityCode
 Author URI:   https://unitycode.tech
 Template:     hestia
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hestiachild
 Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
*/

.background__dark--1{
    background-color: #0C1827 !important;
    color: #c9d1d9 !important;
}
.background__dark--2{
    background-color: #020f17 !important;
    color: #c9d1d9 !important;
}
.background__none{
    background: none;
}
.bordered{
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
}
.radius__none{
    border-radius: 0 !important;
}

/* tc = text-color */
.c-body{
    color: #6c7880 !important;
}
.c-white{
    color: #fff !important;
}
.c-pink{
    color: #e91e63 !important;
}

/* Flex Components */
.d-flex{
    display: flex;
    align-items: center;
}
ol, ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
/* Single Page: a2_escort */

 
/* Temporário */
/* .blog-post-wrapper{
	background-color: #fff;
	padding-top: 150px;
} */

.elementor-375{
	background: #fff;
	height: 100%;
}

/* Ajuster text-align do título e subtitulo dos posts */
.single-post #primary h1,
.single-post #primary h4{
    text-align: left !important;
}
.single-post #primary h4{
    margin-bottom: 24px !important;
}