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

/* Custom CSS */

/* Modal Top Bar */

a.omw-open-modal {
	display: table;
    background: #47d8ca;
    color: #fff !important;
    padding: 4px 10px;
}

a.omw-open-modal:hover {
    background: #000 !important;
}

#omw-64 {
    padding: 20px;
}

#omw-64 form textarea {
    min-height: 80px !important;
    height: 110px;
}

#omw-64 form label {
    color: #555;
}

#omw-64 p {
    margin: 0 0 10px;
}

.omw-modal {
	width: 450px !important;
}

#omw-64 form {
    overflow: hidden;
}

.recaptcha {
    overflow: hidden;
    margin-bottom: 10px;
}

#omw-64 input {
    min-height: 20px;
}

/* End of Modal top bar */

/* Mega Menu */

.megamenu .current-menu-item a {
	background: #000 !important;
	color: #68fff0 !important;
}

.top-bar-left {
    margin-top: 2px;
}

#top-bar i {
    padding-right: 4px;
}

span.c_separator {
    padding: 0px 7px 0px 7px;
    color: #949494;
}

#top-bar-sticky-wrapper{
	background: #000;
}

#top-bar i {
    padding-right: 4px;
    color: #47d8ca;
}

.background-image-page-header-overlay {
	opacity: 0;
}

nav.site-breadcrumbs ul {
    display: none;
}

h4.widget-title {
    font-size: 18px;
    font-weight: bold;
}

h4.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

#footer .sub-menu {
    display: none;
}

#footer li {
	border: none;
}

/* Start of Contact Info Footer Widget */

.c_contact_info li {
    position: relative;
    padding-left: 34px;
	margin-bottom: 20px;
	list-style-type: none;
}

.c_contact_info li:before {
    border-color: transparent !important;
    color: #fff;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0px;
    top: 6px;
	font-weight: 600;
}

.c_contact_info li.c_map:before {
    content: "\f041";
}

.c_contact_info li.c_phone:before {
    content: "\f095";	
}

.c_contact_info li.c_mobile:before {
    content: "\f10b";
    font-size: 28px;
    top: -4px;
    left: 4px;
}

.c_contact_info li.c_email:before {
    content: "\f0e0";	
}

.c_contact_info span{
	font-weight: bold;
    line-height: 1.4;
	display: block;
	color: #fff;
}

/* End of Contact Info Footer Widget */

table.c_hours_table {
    margin-bottom: -14px;
}

table.pg_hours_table {
	width: 100%;
	max-width: 350px;
}

.c_hours_table td {
    border: #313131;
    padding-top: 0px;
}

.c_hours_table tr td {
    padding-bottom: 6px;
}

.c_hours_table tr td:first-child {
    font-weight: bold;
}

.elementor-heading-title span {
    color: #23ccbb;
}

#main #content-wrap {
    padding-bottom: 0px;
}

#footer .menu li {
    line-height: 14px;
}

ul.c_contact_info li {
    line-height: 16px;
    margin-bottom: 10px;
}

.c_services_links a:hover {
    color: #23ccbb !important;
}

/* Contact Page */

#contact_page_form form {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	
	a.omw-open-modal{
		margin: 10px auto 0px auto;
	}
	
	#top-bar {
		padding: 8px 0;
	}
	
	.background-image-page-header {
		height: 250px !important;
	}
}

@media only screen and (max-width: 425px) {
	.background-image-page-header {
		height: 220px !important;
	}
}