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

a{
	color: var( --e-global-color-primary )
}
.wegts-links li:before {
    content: '\f04b';
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #4a87cb;
    font-size: 7px;
    margin-top: 7px;
}
.wegts-links {
    display: block;
    padding: 0;
    margin: 0;
}
.wegts-links li{
	position:relative;
}
.wegts-links li {
    display: block;
    margin-bottom: 13px;
    position: relative;
    padding-left: 18px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wegts-links li:hover {
    padding-left: 30px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-tag {
    display: inline-block;
    color: #555;
    font-size: 16px !important;
    border: 1px solid #e6e6e6;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 6px;
}
.single-tag:hover {
    color: #fff;
    background-color: #4a87cb;
    border-color: transparent;
    margin-bottom: 10px;
    margin-right: 6px;
}
span.elementor-post-info__item-prefix {
    color: #333;
}
.archive-list li,.category_list li{
	position:relative;
}
.archive-list li a,.category_list li a{
    display: block;
    color: #555;
    font-size: 16px;
}
.archive-list li:before,.category_list li:before {
    content: '\f04b';
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #4a87cb;
    font-size: 7px;
    margin-left: -14px;
    margin-top: 7px;
}
ul.archive-list,ul.category_list {
    list-style: none;
    padding-left: 15px;
}