html {
	height: auto !important;
}

body {
	margin: 0 !important;
	font-family: arial;
	background-color: #fff;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.padding-30 {
	padding: 30px;
}

#no-pad-left {
	margin-left: 0 !important;
	max-height: 300px
}

.bold {
	font-weight: bold
}

.popover {
	position: absolute;
}

.modal-title {
	color: #fff;
}

.marker {
	position: absolute;
	width: 30px;
}

.marker:hover {
	cursor: pointer;
	opacity: 0.95;
}

.modal-body,
.page-iframe-viewer-modal-frame {
	height: calc(100% - 76px);
}

.page-iframe-viewer-modal-frame {
	width: 100%;
}

.modal-iframe-viewer {
	max-width: calc(100%) !important;
}


.modal-iframe-viewer .modal-body {
	height: calc(100vh - 100px);
}

.modal-iframe-viewer .modal-dialog {
	z-index: 9999 !important;
	height: calc(100vh - 100px);

	max-width: none !important;
	width: 80% !important;
}



/** PROJECT OVERRIDE */

/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #333;
	text-shadow: none;
	/* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
	max-width: 42em;
}


/*
 * Header
 */
.nav-masthead .nav-link {
	padding: .25rem 0;
	font-weight: 700;
	color: rgba(255, 255, 255, .5);
	background-color: transparent;
	border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
	margin-left: 1rem;
}

.nav-masthead .active {
	color: #fff;
	border-bottom-color: #fff;
}

.top-logo {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 250px;
	filter: brightness(0) invert(1);
}

.bg-home {
	background-image: url('/wp-content/themes/oceancreek/img/background-v2.jpg');
	background-size: cover
}

.flex-parent {
	display: flex;
	justify-content: center;
}

.menu-item-child {
	background-color: rgba(255, 255, 255, 0.8);
	margin-right: 3px;
	min-width: 165px;
	padding: 5px;
	height: 75px;
	position: relative;
	
}

.menu-item-child>span {
	display: block;
	font-size: 18px;
	color: #4c4c4c;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
	right:0;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

a {
	text-decoration: none !important
}

.menu-item-child:hover {
	opacity: 0.9
}

.top-menu {
	background-color: rgb(0 178 169 / 80%);
	margin-left: 150px;
	height: fit-content;
	min-height: 950px;
}

.menu-top-logo {
	width: 275px;
	filter: brightness(0) invert(1);
	padding: 50px 25px;
}

.menu-vertical {
	padding: 15px
}

.menu-vertical:hover {
	background-color: rgb(208 208 208 / 80%);
	color: #4c4c4c;
	cursor: pointer;
}

.sub-menu-vertical {
	padding: 15px
}

.sub-menu-vertical:hover {
	background-color: rgb(208 208 208 / 80%);
	color: #4c4c4c;
	cursor: pointer;
}

.sub-top-menu {
	background-color: rgb(0 178 169 / 80%);
	margin-left: 15px;
	height: fit-content;
	display: flex;
	width: calc(100% - 500px);
	margin-top: 140px;
}

.flex-container-1{

	
}
.flex-container-2 {
	width: calc(1920px - 65vh);
	padding: 20px;
	text-align: left;
	min-height: 75vh;
	max-height: 85vh;
    overflow: scroll;
}

.sub-top-menu {
	display: none;
	transition: display 0.5s ease-in-out;
}

.flex-display {
	display: flex !important;
}

.menu-vertical.active {
	background-color: rgb(208 208 208 / 80%);
	color: #4c4c4c;
}

.sub-menu-vertical a {
	color: #fff;
}

.sub-menu-vertical.active {
	background-color: rgb(208 208 208 / 80%);
}

.sub-menu-vertical.active a {
	color: #4c4c4c;
}

.white-link {
	color: #fff !important;
}


.first-sec>img:last-child {
	margin-top: 15px;
}

.menu-vertical {
	font-size: 20px
}

.sub-menu-vertical {
	font-size: 20px;
	min-width: 250px;
}

.center-vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px;
	background-color: rgb(82 82 82 / 60%);
}

.first-sec>img:first-child {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.first-sec>img:last-child {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.second-sec>img:first-child {
	height: 515px;
	margin-left: 15px;
}

.flex-parent-2 {
	display: flex
}


.map-section>img {
	width: 100%;
	max-height: 100vh;
}

.sub-top-menu h3 {
	font-size: 1.75rem;
	color: #fff;
}

.link-button{
	background: linear-gradient(145deg, #e6e6e6, #ffffff);
    padding: 25px 35px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    width: auto;
    min-width: 300px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    border-radius: 15px;
    border: 3px solid #d0d0d0;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.link-button:hover{
	background: linear-gradient(145deg, #f0f0f0, #e8e8e8);
    transform: translateY(-3px);
    box-shadow: 
        0 12px 35px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    color: #222222;
    text-decoration: none;
}

.link-button:active{
    background: linear-gradient(145deg, #d8d8d8, #e0e0e0);
    transform: translateY(-1px);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.15),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.link-button:focus{
    outline: none;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 0 0 4px rgba(74, 144, 226, 0.3);
}

.image-header{
	width: 250px;
}

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.oceancreek-card-image{
	width: 100%;
    max-height: 325px;
}

.oceancreek-card-text{
	
}

.oceancreek-card-other-content{
	
}

.oceancreek-content-full-image{
	width: 100%;
    height: auto;
}

button .close {
	border-radius: 5px !important;
    border: none !important;
}

p {
    margin-top: auto;
}

.html-content{
	margin-top: 10px;
}