/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
a, a:active, a:visited {
    color: #000000;
}
/* Heading H1-H6 Styling */
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
    line-height: 1.2;
}
h2 {
    font-size: 26px;
    line-height: 1.3;
}
h3 {
    font-size: 24px;
    line-height: 1.4;
}
h4 {
    font-size: 22px;
    line-height: 1.5;
}
h5 {
    font-size: 20px;
    line-height: 1.3;
}
h6 {
    font-size: 18px;
    line-height: 1.2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
}

.border-heading .elementor-heading-title{
	position: relative;
    overflow: hidden;
    line-height: 30px;
}
.border-heading .elementor-heading-title::after {
	content: '';
    width: 100%;
    border-top: 4px double #d0d0d0;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}
.border-both-heading .elementor-heading-title {
    display: inline-block;
    background: #fff;
    padding: 10px 30px;
    border: 1px solid #d0d0d0;
}
.border-both-heading .elementor-heading-title::before,
.border-both-heading .elementor-heading-title::after {
	content: "";
    position: absolute;
    top: 50%;
    height: 4px;
    border-top: 4px double #d0d0d0;
    width: 50%;
    z-index: -1;
}
.border-both-heading .elementor-heading-title::before {
    left: 0;
}
.border-both-heading .elementor-heading-title::after {
    right: 0;
}

.home .elementor-posts .elementor-post__title {
    margin: 10px 0;
	line-height: inherit;
}
.elementor-post__title a:hover {
	color: #F81418 !important;
}
.archive article.post.type-post {
	border: 1px solid #ddd;
}
.archive article.post.type-post .elementor-post__text {
	padding-right: 10px;
	padding-left: 10px;
}
.elementor-widget-archive-posts .elementor-post__title a:hover {
	color: #F81418;
    text-underline-position: from-font;
    text-decoration: underline;
}
.archive article.post.type-post:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
article.post.type-post {
	position: relative;
}
article.post.type-post::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1em;
    z-index: 3;
    background: inherit;
}

article.post.type-post::after{
	-webkit-transition: inherit;
    transition: inherit;
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-bottom: 7px solid;
    border-bottom-color: inherit;
    z-index: 4;
    display: none;
}
article.post.type-post:focus::after, 
article.post.type-post:hover::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	display:block;
}
.archive article.post.type-post::after {
	border-bottom-color: #F81418;
}