/* 
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
*/
.header-line {
  display: flex;
}

.header-line::before {
  content: "";
  background: #bababa;
  height: 1px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: 0;
}

.header-line .elementor-widget-wrap {
  flex-direction: column;
  background: white;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/*
.header-line::after {
  content: "";
  background: #bababa;
  height: 1px;
  width: 7%;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 0;
}
*/

@media (min-width: 768px) {
  .header-line::before {
    left: 2%;
    right: 2%;
  }
  .header-line .elementor-widget-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .header-line::before {
    left: 5%;
    right: 5%;
  }
  .header-line .elementor-widget-wrap {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

header .elementor-section,
.elementor-location-footer .elementor-section {
  margin-bottom: 0;
}

.elementor-section {
  margin-bottom: 120px;
}

.elementor-section.mb-sm {
  margin-bottom: 30px;
}

.elementor-widget-text-editor ul {
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .no-bg-image {
    background-image: none !important;
  }
}

@media (max-width: 1280px) {
  .responsive-editor-left .elementor-widget-container {
    padding-left: 45px !important;
  }

  .responsive-editor-right .elementor-widget-container {
    padding-right: 45px;
  }
}

@media (max-width: 1024px) {
  .responsive-editor-left .elementor-widget-container,
  .responsive-editor-right .elementor-widget-container {
    padding: 0 !important;
  }
}

.ecs-post-loop .elementor-section,
.elementor-top-section .elementor-inner-section {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .elementor-inner-section .col-left .elementor-element-populated {
    padding-left: 0;
  }
  .elementor-inner-section .col-right .elementor-element-populated {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .elementor-inner-section .col-left .elementor-element-populated,
  .elementor-inner-section .col-right .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
  }
}
