/* 
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 */
/* Add your custom styles here */
.elementor-icon-wrapper{
	display:flex;
}

.content p{
    margin-bottom: 16px;
}

.rank-math-breadcrumb{
    background: #300001;
	color:white;
    min-width: auto;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}
.rank-math-breadcrumb a {
	color:white
}

/* BORDER */
.border-bottom {
    position: relative;
}

.border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(229, 229, 229, 0) 0%,
        rgba(229, 229, 229, 0.5) 50%,
        rgba(229, 229, 229, 0) 100%
    );
}

.border-top {
    position: relative;
}

.border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(229, 229, 229, 0) 0%,
        rgba(229, 229, 229, 0.5) 50%,
        rgba(229, 229, 229, 0) 100%
    );
}

/**FORM NEWS**/
#wpforms-form-10446 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#wpforms-form-10446 .wpforms-container{
	padding: 0px!important;
    margin: 0px!important
}

#wpforms-form-10446 .wpforms-field-container{
	width:100%
} 
/*#wpforms-225-field_2{
	border: 0px;
    border-bottom: 1px solid #101835;
}*/
#wpforms-10446-field_2-container{
	padding:0px
}
#wpforms-561{
	margin:0px!important
}
#wpforms-form-10446 .wpforms-submit-container{

	width:100%
}

#wpforms-submit-10446{
	margin-top:8px;
	    min-width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
