/*

Theme Name: Hello Elementor 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

*/

.full-btn .elementor-button {
    width: 100%;
    text-align: left;
    position: relative;
}
.full-btn .elementor-button:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
	color: #6ec1e4;
    font-size: 24px;
}
.full-btn .elementor-button-text {
    line-height: 23px;
}
.full-btn i.fas {
    color: #6ec1e4;
    font-size: 24px;
}
main.site-main header.page-header {
    display: none;
}