/* 
Theme Name: Seipel Group
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor
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
*/

:focus-visible {
    outline: 0 !important
}

.page-content {
    overflow:hidden
}

a{
    transition:.4s;
}

.elementor-widget p:last-child {
    margin-bottom: 0 !important;
}

ul.elementor-nav-menu--dropdown a, 
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
    border-inline-start: 0 !important;
}

.entry-content ul,
.elementor-text-editor ul,
.elementor-widget-theme-post-content ul,
.jet-listing-dynamic-field__content ul {
    list-style:disc;
    padding-left:30px;
    margin-bottom: 15px
}

.entry-content ol,
.elementor-text-editor ol,
.elementor-widget-theme-post-content ol,
.jet-listing-dynamic-field__content ol {
    padding-left:30px;
    margin-bottom: 15px
}

.entry-content ul li:not(:last-child),
.elementor-text-editor ul li:not(:last-child),
.elementor-widget-theme-post-content ul li:not(:last-child) {
    margin-bottom: 5px
}

.entry-content ol li:not(:last-child),
.elementor-text-editor ol li:not(:last-child),
.elementor-widget-theme-post-content ol li:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width: 1780px){
    .e-con-boxed:not(.e-con-boxed .e-con-boxed) {
    padding-left: 4%;
    padding-right: 4%
 }
}

@media (max-width: 767px){
    .e-con-boxed:not(.e-con-boxed .e-con-boxed) {
    padding-left: 6%;
    padding-right: 6%
 }
}

.jedv-enabled--yes{
    opacity: 1 !important;
}

strong{
    font-weight:700;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
   position: relative;
   z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
   content: "";
   display: block;
   margin-top: -150px !important;
   visibility: hidden;
   pointer-events: none;
}

.elementor-button-text {
    align-self: center;
}