/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
span {
    font-family: darkmode-on, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

#site-header {
    position: fixed;
}

li.menu-item>a>span {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 800;
}

#home-banner-title {
    font-weight: 300;
}

.section-2 {
    box-shadow: 0px 0px 20px #dddddd;
    margin: 15px;
}

.tw-text-area ul {
    list-style-image: url('/wp-content/uploads/2022/11/bullet.png');
}

.tw-text-area li {
    margin-bottom: 30px;
}

.tw-text-area li h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 900;
    position: relative;
    margin-left: 20px;
}

.tw-text-area li p {
    font-weight: 300;
    position: relative;
    margin-left: 20px;
}

#email-box {
    box-shadow: 0px 0px 20px #dddddd;
    border-radius: 10px;
    border-bottom: 10px solid #007adf;
}

.tw-form-field input,
.tw-form-field textarea {
    border: 0px !important;
    box-shadow: 0px 5px 10px #dddddd !important;
    border-radius: 5px !important;
    min-height: 50px !important;
}

.tw-submit-button {
    width: 100% !important;
    border-radius: 25px !important;
    height: 50px !important;
}