/* 
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 */
body.page-id-14 div.headerSection,
body.page-id-71 div.headerSection {
  background-color: var(--e-global-color-primary);
}
body.page-id-14 div.headerSection.scroll-active,
body.page-id-71 div.headerSection.scroll-active {
  background-color: var(--e-global-color-secondary);
}

div.headerSection {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100% !important;
  transition: all 0.35s ease;
}
div.headerSection.scroll-active {
  transition: all 0.35s ease;
}

body.logged-in div.headerSection {
  top: 32px !important;
}

body.elementor-editor-active div.headerSection {
  top: 0px !important;
}

body.page-id-14 div.footerSection {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Domine", serif !important;
  font-size: 16px;
  line-height: 1em;
}
body p,
button p,
input p,
select p,
optgroup p,
textarea p {
  font-family: "Domine", serif !important;
  font-size: 20px;
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  clear: both;
  word-break: keep-all;
  overflow-wrap: normal;
}
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  font-family: "PT Sans Narrow", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  line-height: 1.2em;
  font-size: 36px;
}

div.elementor-widget-button div.elementor-button-wrapper a {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 24px;
  border-radius: 0px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 650px) {
  div.elementor-widget-button div.elementor-button-wrapper a {
    font-size: 16px;
    padding: 16px;
  }
}
header.page-header {
  display: none;
}

div.contactForm label {
  color: white;
  font-family: "PT Sans Narrow", sans-serif;
}
div.contactForm input {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 24px;
  border-radius: 0px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 650px) {
  div.contactForm input {
    font-size: 16px;
    padding: 16px;
  }
}

div.corneredTopRight:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 80px solid white;
  border-left: 80px solid red;
  width: 0;
}

div.contactForm form div.wpforms-field legend,
div.contactForm form div.wpforms-field label {
  color: white;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
div.contactForm form div.wpforms-field label.wpforms-field-label-inline {
  text-transform: capitalize;
  font-family: "Domine", serif;
}
div.contactForm form div.wpforms-field input[type=text] {
  text-transform: capitalize;
  font-family: "Domine", serif;
}/*# sourceMappingURL=style.css.map */