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

.cntct-main ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.cntct-main ul li {
    padding-bottom: 10px;
}
.cntct-main ul li input, .cntct-main ul li textarea {
    border-radius: 0px;
    border-color: #818a91;
}
.cntct-main input.wpcf7-form-control.wpcf7-submit {
    background: #9BB06F;
    color: #ffffff;
    border: 2px solid #9BB06F;
    border-radius: 0px;
}
.cntct-main input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: #9BB06F;
}
.cntct-main ul li textarea {
    height: 7em;
}
.wpcf7-response-output {
    font-size: 13px;
    margin: 0px !important;
    margin-bottom: 10px !important;
}
#attorneys_slide {
    background: linear-gradient(#d3dad3, #eeffee75) !important;
	    background: linear-gradient(#f7f6f4, #d2d1d175) !important;
    /* background: #EFE !important; */
}
.articles-text h3, .articles-text p, .articles-text span {
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
}
.articles-text span, .articles-text p {
	padding-right:15px;
}
.articles-text {
    display: flex;
    align-items: center;
}