/*

* Override Pages default styles or create your own styles here

*/
/* Headings 
------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2c2c;
}
h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.009em;
}
h1.mega {
  font-size: 110px;
  line-height: 89px;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
    color: #OOO;
    font-weight: 500;
}
h3 {
  font-size: 27px;
  line-height: 40px;
}
h4 {
  font-size: 21px;
  line-height: 31.88px;
  letter-spacing: -0.0045em;
  font-weight: 400;
  
}
h5 {
  font-size: 18px;
  line-height: 25.88px;
}
h3 small,
h4 small,
h5 small {
  font-weight: 300;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}
.block-title {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}


p {
  font-size: 15px;
  line-height: 25.88px;
    font-weight: 400;
}


/* Links 
------------------------------------
*/
a {
  text-shadow: none !important;
  color: #ec7a5c;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
a:focus,
a:hover,
a:active {
  color: #c6573a;
}

/* Drap N Drop Box 
------------------------------------
*/

.card {
    width: 100%;
}

body[data-ef-state="uploading"] [data-dismiss].invisible_when_uploading {
  opacity: 0;
  pointer-events: none;
}

/* Form stuff
------------------------------------
*/

#built-in-scale-selector {
  position: absolute;
  right: 5px;
  bottom: 5px;
  right: 10px;
  bottom: 15px;
}

/* GDPR cookie stuff
------------------------------------
*/
:root {
    --dark: #2c2c2c;
    --red: #EE4B5A;
    --orange: #ec7a5c;
    --beige: #f2f2f2;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 300px;
    background-color: var(--dark);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: 'Montserrat', sans-serif;
}
#gdpr-cookie-message h4 {
    color: var(--beige);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--beige);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 12px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--orange);
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--orange);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--orange);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--orange);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--orange);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

body[data-email-state="sending"] #contact-form {
  opacity: .5;
  pointer-events: none;
}

body [data-for-demo] {
  display: none !important;
}