/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.comments-area a, .page-content a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
.colored-border{
    position: relative;
}
.colored-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
        to right,
        #F7931E 0%,
        #F7931E 40%,
        #19C3B3 40%,
        #19C3B3 55%,
        #00A651 55%,
        #00A651 75%,
        #ED1C24 75%,
        #ED1C24 100%
    );
}
.colored-border.top::after {
	top: 0;
	bottom: unset;
}


.elementor-heading-title b {
    color: #F7931E;
    font-weight: inherit;
}
.white img {
	filter: brightness(0) invert(1);
}

.verticle ul.elementskit-navbar-nav {
    flex-direction: column;
    flex-wrap: nowrap;
}
.verticle ul.elementskit-navbar-nav {
    flex-direction: column;
    flex-wrap: nowrap;
}
.verticle div.elementskit-menu-container {
    all: unset;
}
.verticle button.elementskit-menu-toggler {
    display: none;
}

.colored-divider .elementor-divider-separator {
    background: linear-gradient(to right, #F7931E 0%, #F7931E 40%, #19C3B3 40%, #19C3B3 55%, #00A651 55%, #00A651 75%, #ED1C24 75%, #ED1C24 100%);
    height: var(--divider-border-width);
	border-color: transparent !important;
}

