/* 
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 */

/* Links */
.elementor-widget-text-editor a {
    text-decoration: underline;
    color: inherit;
}

/* Lists */
.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0px;
}

.elementor-widget-text-editor ul li {
    padding-bottom: 16px;
}

.elementor-widget-text-editor ul li:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #E7C767;
    margin-right: 16px;
}

/* Features single news on homepage */
.news-featured-single .elementor-post__text {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

@media screen and (width < 767px) {
	.news-featured-single .elementor-post__text {
		display: block;
	}
}

/* Featured news on homepage */
.homepage-news .elementor-post__text {
    display: flex;
    flex-direction: column-reverse;
}

.homepage-news .elementor-post__text .elementor-post__meta-data {
    /* margin-bottom: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.homepage-news .elementor-post__text:hover h3.elementor-post__title {
    text-decoration: underline;
}

.homepage-news .elementor-post__text .elementor-post__meta-data:after,
.arrow-link-icon a:after {
    content: "";
	display: block;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4141 10.5859L13.1211 6.29294L11.7071 7.70694L15.0001 10.9999H5.00012V12.9999H15.0001L11.7071 16.2929L13.1211 17.7069L17.4141 13.4139C17.7891 13.0389 17.9997 12.5303 17.9997 11.9999C17.9997 11.4696 17.7891 10.961 17.4141 10.5859Z" fill="%23283070"/></svg>');
    background-position: center center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #EEEEEE;
}

.homepage-news .elementor-post__text:hover .elementor-post__meta-data:after,
.arrow-link-icon a:hover:after {
    background-color: #E7C767;
    border-color: #E7C767;
}

.arrow-link-icon a {
    display: flex;
    align-items: center;
    gap: 16px;
}

.arrow-link-icon a:hover {
	text-decoration: underline;
}

/* Yellow half circle */
.have-circle-left > .elementor-element:before {
    content: "";
    display: block;
    width: 320px;
    height: 320px;
    background: #E7C767;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 160px);
    left: -160px;
    z-index: 1;
}

.have-circle-left > .elementor-element:after {
    content: "";
    display: block;
    width: 160px;
    height: 320px;
    background: #AEE2FA;
    position: absolute;
    top: calc(50% - 160px);
    left: -160px;
    z-index: 2;
}

.have-circle-top,
.have-circle-top .elementor-element{
	position: unset;
}

.have-circle-top > .elementor-element:before {
    content: "";
    display: block;
    width: 320px;
    height: 320px;
    background: #E7C767;
    border-radius: 100%;
    position: absolute;
    top: -160px;
    left: calc(50vw + 25% - 160px);
    z-index: 1;
}

@media screen and (width < 767px) {
	.have-circle-left > .elementor-element:before,
	.have-circle-left > .elementor-element:after,
	.have-circle-top > .elementor-element:before{
		display: none;
	}
}
}