/*
Theme Name: Elementor Hello Theme Child
Theme URI: https://elementor.com
Template: elementor-hello-theme-master
Author: Elementor Team
Author URI: https://elementor.com
Description: A sample theme for Elementor.
Version: 1.0.1623414208
Updated: 2021-06-11 13:23:28

*/

body, span, p, li, h2, h3, h4 {
    font-family: "Warlock Medium", serif !important;
    font-weight: normal !important;
}
html, body {
    overflow-x: hidden;
}
body.access-restricted {
    height: 100vh;
    background-image: url("images/BG-Sky-Sunset-Clouds.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
button {
    margin-top: 2px;
    font-size: 21px;
    font-family: "Warlock Medium" !important;
    font-weight: normal;
    color: #fff;
    background-color: #5bc0de;
    letter-spacing: 0;
    border: 0;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    -o-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    cursor: pointer;
}
button:hover {
    background-color: #76d5e8;
}
.wc-stripe-elements-field {
    border: 0 solid #aaa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    min-height: 42px;
    -moz-box-shadow: 0 0 15px 0 #a8886750;
    -webkit-box-shadow: 0 0 15px 0 #a8886750;
    -o-box-shadow: 0 0 15px 0 #a8886750;
    box-shadow: 0 0 15px 0 #a8886750;
}
body.post-type-archive-product
  .elementor-page-title
  .elementor-widget-container {
    display: none;
}
