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

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

.footer-bottom-area p {
    margin: 0;
}

@font-face {
    font-family: "Myriad";
    src: url("fonts/Myriad-Bold.eot");
    src: url("fonts/Myriad-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Myriad-Bold.woff2") format("woff2"), url("fonts/Myriad-Bold.woff") format("woff"), url("fonts/Myriad-Bold.ttf") format("truetype"),
        url("fonts/Myriad-Bold.svg#Myriad-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Trajan Pro";
    src: url("fonts/TrajanPro-Bold.eot");
    src: url("fonts/TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TrajanPro-Bold.woff2") format("woff2"), url("fonts/TrajanPro-Bold.woff") format("woff"), url("fonts/TrajanPro-Bold.ttf") format("truetype"),
        url("fonts/TrajanPro-Bold.svg#TrajanPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

.margin-none p {
    margin-bottom: 0;
}
.discovered-area p {
    margin: 0;
    width: 75%;
    margin: 0 auto;
}
.btn-area b {
    font-size: 20px;
    font-weight: 700;
}
.off-canvas-menu span {
    width: 50px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 5px 0;
}
.off-canvas-menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    margin-top: -20px;
}
.menu-bar {
    display: inline-block;
    float: left;
    cursor: pointer;
}
.menu {
    display: inline-block;
    cursor: pointer;
}
.menu p {
    margin: 0;
    margin-top: 7px;
    margin-left: 5px;
    color: #fff;
}
.site-logo {
    text-align: center;
}
.site-logo h1 {
    margin: 0;
    font-family: "Trajan Pro";
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 7px 6px 16px #000;
}
.header-area-wrapper {
    position: relative;
}
.banner-area-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-area-wrapper img {
    max-width: 600px;
    height: auto;
}
.message h1 {
    padding: 20px 0 !important;
    font-size: 50px;
    max-width: 80%;
    margin: 0 auto !important;
    line-height: 1.3em;
    color: #000;
}
.message {
    background: #f2f2f2cf;
}
.banner-desc-icon {
    margin-bottom: 20px;
}
.message-bottom p {
    margin: 0;
    font-size: 30px;
}
.message-bottom {
    background: #222222de;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.video {
    padding: 20px 0;
    max-width: 35%;
    margin: 0 auto;
}
.img-link {
    padding-top: 40px;
}
.home-bottom-section {
    background-color: #231f20;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.first-para {
    font-size: 40px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.second-para h2 {
    font-size: 90px;
    color: #d1232a;
    margin-bottom: 0;
}
.second-para p {
    font-size: 37px;
    line-height: 1.1em;
    color: #d1232a;
    margin-bottom: 0;
}
.third-para h4 {
    font-size: 36px;
    color: #fff;
    margin: 0;
}
.third-para h2 {
    font-size: 56px;
    margin-bottom: 0;
    color: #d1232a;
}
.second-para {
    margin-bottom: 30px;
}
a.btn {
    display: inline-block;
    padding: 20px 100px;
    background: #d1232a;
    border-radius: 30px;
    color: #fff;
    font-size: 25px;
    line-height: 1.1em;
}
.button-area-wrapper {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 40px 0;
}
a.btn span {
    font-size: 15px;
}
#site-header {
    width: 100%;
    background-color: #000000ab !important;
    border: none !important;
    z-index: 2 !important;
    padding: 10px 0;
}
.page-title h1 {
    font-size: 80px;
    padding: 30px 0 10px;
    color: #000;
    text-transform: capitalize;
}
.give-btn a.btn span {
    font-size: 40px;
}
.give-btn a.btn {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
}
.registry-btn a.btn {
    font-size: 32px;
    border-radius: 0;
}
.registry-btn a.btn span {
    font-size: 20px;
}
.menu-area {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    width: 196px;
    padding: 10px;
    padding-top: 50px;
    margin-left: -200px;
    transition: 0.4s ease;
    padding-left: 10px;
}
nav.nav-ber ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 50%;
}
nav.nav-ber a {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.menu-area.active {
    margin: 0;
}
body {
    transition: 0.3s;
}
body.active {
    margin-left: 200px;
}
body.active {
    position: relative;
    z-index: 22;
}
body.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.4;
}
.join-now button {
    background: #d1232a !important;
    font-size: 30px !important;
}
.over-lay-area {
    position: fixed;
    height: 0;
    width: 0;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0;
}
.over-lay-area.active {
    opacity: 0.5;
    height: 100%;
    width: 100%;
}
.contact-form button {
    background: #d1232a !important;
    font-size: 20px !important;
}

.page-id-25 .page-title h1 {
    color: #fff !important;
}

.second-para img {
    max-height: 135px !important;
    width: auto !important;
    margin-bottom: 20px !important;
}

.single-check-box {
    color: gray;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

a.mfp-iframe.video-play-btn img {
    max-width: 280px;
}

.page-id-21 .page-title h1 {
    color: #fff !important;
}

.join-now input[type="submit"] {
    display: block;
    width: 100%;
    background: #d1232a !important;
    font-size: 30px !important;
}

.join-now input[type="email"] {
    margin-bottom: 20px;
    border-radius: 0;
}

.elementor-37 .elementor-element.elementor-element-550f8fc > .elementor-widget-container {
    background: unset !important;
}

.page-title h1 {
    color: #fff !important;
}

.register-form .ur-frontend-form {
    border: none;
}

.ur-field-item.field-number input[type="number"] {
    max-width: 100% !important;
}

button.btn.button.ur-submit-button.btn {
    width: 100%;
    background: #d1232a;
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    margin: 0;
}

label.ur-label abbr {
    opacity: 0;
}

.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid select,
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea {
    border-bottom: 0;
}

input[type="checkbox"] {
    border-color: red !important;
}



.register-donate-btn .wpcf7-list-item {
    font-size: 16px;
    font-family:Myraid;
}

span.wpcf7-list-item-label {}

.register-donate-btn input.wpcf7-form-control {margin-bottom: 10px;}

input.wpcf7-form-control.wpcf7-submit {
    background: red;
    display: block;
    width: 100%;
    font-size: 20px;
}

.logo-area img {
    max-width: 600px !important;
    height: auto !important;
}

.logo-area {
    margin-bottom: 30px !important;
}