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

/* blog page sidebar */
.sidebar_categories li a{
    color: #324001;
    list-style: none;
    line-height: 35px;
    font-family: 'open sans';
    font-weight: 600;
	font-size: 16px;
}
.sidebar_categories ul{
    padding: 0;
    list-style: none;
}
.tagcloud a{
    color: #324001;
    line-height: 35px;
    font-family: 'open sans';
    font-weight: 600;
	font-size: 16px;
}
/* blog page sidebar end*/
/*Start Contact Us New*/
.contact-form-sec a, .contact-form-sec .infobox-content div {
    color: #ffffff;
}
.contact-form-sec .contact-info-colm .elementor-widget-text-editor a,
.contact-form-sec .infobox-content a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}
.contact-form-sec .infobox-content .infobox-title-section {
    color: #D2C7DA;
}
.contact-form-sec .eael-divider.horizontal {
    margin: 30px 0;
    opacity: 0.6;
}

/*End Contact Us New*/