/* 
Theme Name: ParlorWeb
Theme URI: https://github.com/elementor/hello-theme/
Description: ParlorWeb Elementor Child theme is a child theme of Hello Elementor, created by ParlorWeb team
Author: ParlorWeb Team
Author URI: https://ParlorWeb.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: ParlorWeb-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
*/
/* Override Styles */
.elementor-widget-container *:last-child {
  margin-bottom: 0;
}

.jet-mobile-menu__item {
    align-items: flex-end!important;
}
.jet-mobile-menu__container-inner {
    padding: 0;
}
/*
	Column Structure
*/
@media only screen and (max-width: 1299px) {
  [data-elementor-type="wp-page"] > .e-container,
  [data-elementor-type="wp-page"] > .elementor-section-wrap > .e-container,
  [data-elementor-type="header"] > .e-container,
  [data-elementor-type="header"] > .elementor-section-wrap > .e-container {
    --container-max-width: 90%;
  }
}

.elementor-theme-builder-content-area {
  width: 1300px !important;
  max-width: 90% !important;
  margin: auto;
}

.e-container .elementor-empty-view {
  min-height: 0;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
}

@media only screen and (min-width: 1300px) {
  .entry-title {
    max-width: 1300px !important;
  }
}

@media only screen and (max-width: 1299px) {
  .entry-title {
    max-width: 90% !important;
  }
}
/*# sourceMappingURL=style.css.map */