/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
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.0
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/* Make email and button on one line */
.fluentform_wrapper_3 form fieldset{
    display:flex;
    align-items:center;
    gap:0;
}

/* Email field takes remaining width */
.fluentform_wrapper_3 .ff-el-group:first-child{
    flex:1;
    margin-bottom:0;
}

/* Remove margin from button wrapper */
.fluentform_wrapper_3 .ff_submit_btn_wrapper{
    margin:0;
}

/* Email input */
.fluentform_wrapper_3 .ff-el-form-control{
    height:52px;
    border:1px solid #555;
    border-right:0;
    border-radius:0;
    background:transparent;
    color:#fff;
    padding:0 18px;
}
#ff_3_email {
  border-radius: 0;
}
/* Placeholder */
.fluentform_wrapper_3 .ff-el-form-control::placeholder{
    color:#bdbdbd;
}

/* Button */
.fluentform_wrapper_3 .ff-btn-submit{
    height:52px;
    padding:0 30px;
    background:#c89b3c;
    border:1px solid #c89b3c;
    border-radius:0;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
}
.elementor-element-2e214a1 .elementor-icon{padding: 15px;
  border-radius: 30px;
  border: 1px solid #dadbdd !important;}
.quote-mark {
    font-size: 70px;
    line-height: 1;
    color: #d8d1c1;
    font-family: Georgia, serif;
    font-weight: bold;
}
.small-quote {
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1;
    color: #999999;
    font-weight: bold;
	position:absolute;
}
.quote-text {
  font-weight: bold;
  padding-left: 30px;
  float: left;
  padding-right: 30px;
  margin-top: -30px;
}
.hfe-post-card{border:1px solid #dadbdd}
.hfe-post-title a{text-decoration:none}