/*
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 */


div#site-logo-inner {
    position: absolute;
	top: -40px;
}

#top-bar-wrap {
	border-bottom: none;
}

#site-navigation-wrap .dropdown-menu >li >a, #site-header.full_screen-header .fs-dropdown-menu >li >a, #site-header.top-header #site-navigation-wrap .dropdown-menu >li >a, #site-header.center-header #site-navigation-wrap .dropdown-menu >li >a, #site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a, .oceanwp-mobile-menu-icon a {
	font-family: 'Montserrat' !important;
}

#site-navigation-wrap .dropdown-menu>li>a {
	letter-spacing: 0;
	padding: 0 8px;
}
img.custom-logo:hover {
    opacity: 1 !important;
}

body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link {
	display: block;
}

#site-header { border-bottom: none }
nav#site-navigation li a {
    color: #023e70 !important;
	font-weight: 600;
}
.twae-vertical-right.twae-wrapper .twae-story {
	top: -100px !important;
	margin-bottom: 0px !important;
}
.twae-icon {
	display: none !important;
}
#searchform-header-replace {
	width: 80% !important;
}
a.member_login {
    background: #023e70;
    color: #fff !important;
    padding: 8px 16px;
    margin-right: 12px;
    border-radius: 6px;
}
ul#menu-main-menu li a {
    text-transform: capitalize !important;
}
ul#menu-footer-menu li {
    border: none;
    /* text-align: center; */
}
header.search-entry-header.clr a, .search-entry-readmore.clr a {
    color: #023e70 !important
}
.twae-description p {
    color: #000 !important;
}

.ultimate-member-dc-button-custom {
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
}

.ultimate-member-dc-button-custom a {
    background: #023e70;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
}

.iump-form-line-register input {
    max-width: 100% !important;
}

@media screen and (max-width: 480px) {
    #site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
        max-height: 100% !important;
    }
	div#site-logo-inner {
		top: 0px;
	}
	.twae-vertical-right.twae-wrapper .twae-story {
		top: 0px !important;
		margin-bottom: 10px !important;
	}
	.ultimate-member-dc-button-custom {
		gap: 0px;
		flex-wrap: wrap;
		flex-direction: column;
	}
}




/* Registration form internal design */
#mhc-membership-form form {
	background: white;
	padding: 20px 30px;
	border-radius: 8px;
	max-width: 900px;
	margin: auto;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
#mhc-membership-form h2 {
	border-bottom: 2px solid #333;
	padding-bottom: 6px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}
#mhc-membership-form fieldset {
	border: 1px solid #ccc;
	padding: 15px 20px 25px 20px;
	margin-bottom: 30px;
	border-radius: 6px;
}
#mhc-membership-form legend {
	font-weight: 700;
	padding: 0 10px;
}
#mhc-membership-form .group {
	display: flex;
	flex-wrap: wrap;
	/* gap: 20px 15px; */
	margin-bottom: 15px;
	flex-direction: column;
}
/* .group label {
flex: 1 1 200px;
display: flex;
flex-direction: column;
font-weight: 600;
font-size: 14px;
} */
#mhc-membership-form label span {
	display: inline-block;
	width: 200px;
}
#mhc-membership-form input[type="date"] {
	width: 20.7%;
}
#mhc-membership-form input[type="text"],
#mhc-membership-form input[type="email"],
#mhc-membership-form input[type="tel"],
#mhc-membership-form input[type="date"] {
	padding: 7px 10px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #aaa;
	margin-top: 5px;
}
#mhc-membership-form input[type="checkbox"] {
	margin-right: 8px;
}
#mhc-membership-form button.mhc-add-btn {
	background-color: #0073aa;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 8px;
}
button.mhc-add-btn:hover {
	background-color: #005f8d;
}
#mhc-membership-form .repeatable-group {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 12px 15px;
	margin-bottom: 12px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#mhc-membership-form .remove-btn {
	position: absolute;
	top: 8px;
	right: 12px;
	background: #c0392b;
	border: none;
	color: white;
	font-weight: 700;
	font-size: 12px;
	border-radius: 4px;
	padding: 4px 8px;
	cursor: pointer;
}
#mhc-membership-form .remove-btn:hover {
	background: #7a1e17;
}
#mhc-membership-form .checkbox-group label {
	font-weight: normal;
	display: flex;
	align-items: center;
}
#mhc-membership-form .checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	flex-direction: column;
}
#mhc-membership-form .final-checkbox label {
	font-weight: 600;
}
#mhc-membership-form .submit-btn {
	background-color: #0073aa;
	color: white;
	border: none;
	font-size: 16px;
	padding: 12px 28px;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 10px;
}
#mhc-membership-form .submit-btn:hover {
	background-color: #005f8d;
}
@media screen and (max-width: 464px) {
	#mhc-membership-form input[type="date"] {
		width: 85%;
	}
}
/*  */


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}