/* 
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
*/
.e-n-menu .e-n-menu-dropdown-icon{
	background-image:none;
}
.e-n-menu .e-n-menu-title-text
{
color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent);
}
.btn-icon-boder a span.elementor-button-icon {
    background: white;
    padding: 5px 10px;
    border-radius: 99px 99px 99px 0px;
}

.btn-icon-boder a span.elementor-button-icon svg {
    font-size: 20px;
}

.btn-icon-boder a span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.alt-font {
    background: linear-gradient(90deg, #055711 0.51%, #5DA103 100.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	width: fit-content !important;
}

.box-dv-home .elementor-image-box-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.box-dv-home figure.elementor-image-box-img img {
    height: 100%;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.box-dv-home .elementor-image-box-content {
    margin-top: -5px;
}

.box-dv-home figure.elementor-image-box-img {
    height: 200px;
}

.box-dv-home .elementor-image-box-content h3 {
    background: #2d6e36;
    margin: 0px;
    padding: 10px;
    padding-left: 65px;
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
}

.box-dv-home .elementor-image-box-content h3:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 6px 8px;
    background: #8bc243;
    border-radius: 0 8px 0 0;
    background-image: url(/wp-content/uploads/2024/12/dv-white.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
}

.rss-ttsyt ul {
    list-style: none;
    padding: 0px;
}

.rss-ttsyt ul li a {
    padding: 5px 0px;
    font-size: 13px;
}

.rss-ttsyt ul li {
    border-bottom: 1px solid #ececec;
}

.rss-ttsyt ul li a:hover {
    color: #8bc243;
}

.elementor-divider-separator {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}

.elementor-divider-separator::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; 
    height: 3px;
    background: linear-gradient(90deg, #055711 0.51%, #5DA103 100.47%);
}

.elementor-post-info__item-prefix {
	color: #808080;
}

