/* 
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 */
li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
li.elementor-icon-list-item:before {
    content: none;
}
li:before {
  content: "\25BA \0020";
  font-size: 6px;
  position: absolute;
  left: -10px;
}
nav li:before{
	content: none;
}
.elementor-widget-container *:last-child {
  margin-bottom: 0;
}
h1.entry-title {
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
header.page-header {
    background-color: #222222;
    padding: 20px 0px;
	margin-bottom: 60px
}
.ff-header {
    display: none;
}
.ff-stream {
    padding: 0px;
}
.ff-stream-wrapper {
    background: #fff;
    margin: 0;
}
select#form-field-field_f074062 {
    color: #888282;
    padding: 10px;
}
/*
	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 */