/* 
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 */
.footerForm input[type="text"],
.footerForm input[type="email"],
.footerForm textarea
{
  background-color: rgba(255,255,255,.70) !important; /* replaces #FFFFFFB2 */
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 0.5px solid rgba(255,255,255,.55) !important;
  box-shadow: 0 0 10px rgba(26,35,29,.10);
}

.featuresCircleWrap {
    position: relative
    ;
}
.featuresCircleWrap::after {
    content: '';
    position: absolute;
    background-color: transparent;
    right: 61px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 1px;
    border: 1px dashed var(--e-global-color-eddbf0c);
}

.img-right .featuresCircleWrap::after {
    content: '';
    position: absolute;
    background-color: transparent;
    left: 61px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 1px;
    border: 1px dashed var(--e-global-color-eddbf0c);
}

@media (max-width: 767px) {
/* Footer Menu */
.footerMenu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    row-gap: 30px;
}

.footerMenu ul a {
    margin: unset !important;
}

.noBrMobile br {
    display: none !important;
}

.featuresCircleWrap::after,
.img-right .featuresCircleWrap::after
{
    top: unset;
    width: 1px;
    height: 120px;
    margin-top: -192px;
    left: 21px;
    transform: unset;
    right: 0;
}
}