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

*,*:focus,*:hover{
    outline:none !important;
}

/* Header / Search */

#searchform-dropdown, .sub-menu {
	border-radius:0px 0px 5px 5px;
}

.is-sticky #searchform-dropdown, .is-sticky .sub-menu, .dropdown-menu ul li a.menu-link:hover {
	border-radius:0px 0px 5px 5px;
}

.is-sticky #site-navigation-wrap {
	background-color:#143258 !important;
}

#searchform-dropdown input, #mobile-menu-search input { 
	color: #ffffff !important;
	font-weight:600;
	font-size:16px;
}

#searchform-dropdown input::-webkit-input-placeholder, #mobile-menu-search input::-webkit-input-placeholder { /* Edge */
	color: #ffffff !important;
}

#searchform-dropdown input:-ms-input-placeholder, #mobile-menu-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff !important;
}

#searchform-dropdown input::placeholder, #mobile-menu-search input::placeholder {
	color: #ffffff !important;
}

.searchform input[type="search"], .searchform input[type="search"]:focus {
	border:1px solid #222222;
}

/* Mobile Menu – Tweak from OceanWP */

#site-header.medium-header .oceanwp-mobile-menu-icon a {
    float: right;
    text-align: right;
}

@media only screen and (max-width: 990px){
	#site-header.medium-header .top-col.logo-col {
    	text-align: left;
    	float: left;
	}
}

@media only screen and (max-width: 990px){
	#site-logo.has-responsive-logo .responsive-logo-link img {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 990px){
	#site-header.medium-header .top-header-wrap {
		padding: 0;
	}
}

/* .is-sticky #site-header.medium-header .oceanwp-mobile-menu-icon {
	background-color:#143158 !important;
} */

.is-sticky .oceanwp-mobile-menu-icon.clr.mobile-right {
    background-color: #143158 !important;
}

/* @media only screen and (max-width: 480px){
	#mobile-dropdown, .page-header {
		margin-top: 30px;
	}
} */

@media only screen and (max-width: 990px){
	#site-header.medium-header .top-header-wrap {
		background-color:#153259;
	}	
}

.oceanwp-mobile-menu-icon {
	min-height:60px !important;
}

@media only screen and (max-width: 990px){
	#site-header-sticky-wrapper {
		margin-top:-20px;
	}	

	.oceanwp-mobile-menu-icon {
		padding-bottom:20px;
	}
}

@media only screen and (max-width: 480px){
	#site-header-sticky-wrapper {
		margin-top:-10px;
	}	

	.oceanwp-mobile-menu-icon {
		padding-bottom:30px;
	}
}

/* Misc. Fixes */

.custom-logo-link img {
	max-height:60px !important;
}

.responsive-logo-link img {
	min-height:60px !important;
}

.sticky-logo-link img {
	min-height:30px !important;
}

@media only screen and (max-width: 990px) {
    .custom-logo-link {
        display: none !important;
    }
	.responsive-logo-link {
		display: block !important;
		max-height:40px !important;
	}
	.is-sticky .responsive-logo-link {
		display: none !important;
	}

}

@media only screen and (max-width: 990px) {
	#site-logo.has-responsive-logo .responsive-logo-link img {
		margin-top: 24px !important;
	}
}

#oceanwp-mobile-menu-icon a {
	font-size:22px !important;
}

.is-sticky .oceanwp-mobile-menu-icon a {
	line-height:60px !important;
}

#site-navigation-wrap .dropdown-menu li a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.elementor-widget-text-editor a:hover {
	border-bottom: 2px solid #143258;
    padding-bottom: 2px;
}

.icon-magnifier {
	font-weight:bold !important;
}

@media only screen and (max-width: 1024px) {
	.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
 	   max-width: 90%;
	}
}

div#site-header-sticky-wrapper {
    position: relative;
    height:auto !important;
}

/* Sermons */

.single-nfo_sermon .page-header, .single-nfo_sermon .single-post-title {
	display: none;
}

.single-nfo_sermon #content {
	padding:50px;
	background-color:#ffffff;
}

/* .nfo-sermons-wrapper, .nfo-series-wrapper {
    font-family: Sans-serif;	
} */

.sermon-item-wrapper, .sermon-wrapper {
	/* font-family: Sans-serif; */
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
}

.sermon h2 {
	font-size:30px;
	font-weight:400;
	line-height: 1.2em;
	color:#222222;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}

.sermon-date {
	text-transform: uppercase;
	font-weight: bold !important;
	letter-spacing: 2px;
	font-size: 12px;
	color:#999;
}

.sermon-thumbnail {
	margin:10px 20px 0px 0;
	float:left;
	padding-bottom:10px;
}

.sermon-passage {
	clear:both;
}

.sermon-video-player, .sermon-audio-player {
	clear:both;
	padding:10px 0 0 0;
}

.sermon-download {
	padding: 10px 0 0 0;
}

.sermon-field-name {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 10px;
	color:#c7c7c7;
	margin-right:10px;
} 

.sermon-field-wrapper {
	margin-bottom:0px;
}

select#nfo-sermon-input, select#nfo-speaker-input, select#nfo-biblebook-input, #nfo-search-input, select#nfo-spserviceeaker-input, select#nfo-series-input {
	background-color:#ffffff;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom:12px;
}

.sermon-search-field .form-control {
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #c7c7c7;
	vertical-align: middle;
	-webkit-box-flex: 1;
	flex-grow: 1;
	line-height:1.4em;
	height: 2.25em;
	cursor: pointer;
	margin: 0;
}

.sermon-download-link {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 10px;
}

.sermon-download-link i {
	margin-right:5px;
}

.sermon-download .divider {
	color:#e7e7e7;
	margin:0px 8px 0px 8px; 
}

.sermon-video-player p {
	font-weight: 600;
	font-size: 10px;
}

@media only screen and (max-width: 520px) {
	.sermon-download .sermon-field-name {
		display: block;
		margin-top:10px;
	}
}

@media only screen and (max-width: 430px) {
	.sermon-thumbnail {
		margin-bottom:0px;
	}
	.sermon-thumbnail img {
		max-width:100px;
	}
	.sermon-passage {
		clear:both;
	}
	.sermon h2 {
		font-size:24px;
	}
}

@media only screen and (max-width: 380px) {
	.sermon-download .divider {
		display: none;
	}
	.sermon-download-link {
		display: block;
		margin:5px 0px 15px 0px;
	}
}

p.sermon-download a, p.sermon-speaker a, p.sermon-series a {
	border-bottom:none !important;
}

a.rtBibleRef {
	border-bottom:1px solid #ffffff !important;
}

p.sermon-thumbnail img {
	max-width:200px !important;
}

@media only screen and (max-width: 480px) {
	.sermon-thumbnail {
		float:none;
	}
}

#nfoSearchCollapseToggle {
	margin-left:8px;
}

.sermon-search-field input[type=submit] {
	border:none;
	background-color:#153259 !important;
}

.sermon-search-field input[type=submit]:hover {
	background-color:#82c549 !important;
}

.single-nfo_sermon .page-header, .single-nfo_sermon .entry-header {
	display:none;
}

h3.sermon-search-title {
	font-weight:400 !important;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
}

/* Pagination */

.light-theme .disabled .current {
	background: #ccc !important;
	box-shadow:none !important;
	border: none !important;
}

.light-theme .active .current {
	background: #222222 !important;
	box-shadow:none !important;
	border: none !important;
}

.light-theme a  {
	box-shadow:none !important;
	border: none !important;	
}

.light-theme a:hover {
	background: #333333 !important;
	color:#ffffff !important;
}


/* Home Page Widget */

.latestSermon .sermon-thumbnail, .latestSermon .sermon-speaker {
    display: none;
}

.latestSermon .nfo-sermons-wrapper {
    text-align: left;
}

.latestSermon h2.sermon-title {
	font-size:28px;
	font-weight:400;
	color:#222222;
	margin-bottom:10px;
}

.latestSermon .sermon-passage .sermon-field-value, .latestSermon .sermon-speaker .sermon-field-value {
	font-size:16px;
}

/* Sermon Series */

.nfo-series-wrapper h1 {
	display:none;
}

.search-by-date {
	margin-left: 20px;
	font-weight:600;
	float:right;
}

.nfo-series-search-form {
	margin-bottom:50px;
}

.nfo-series-search-form button[type="submit"] {
	margin: -4px 0 0 10px;
	padding: 0 16px 0 16px;
}

.nfo-archive-box {
	/* -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25); */
	box-shadow:none;
	margin-bottom:20px;
}

.nfo-archive-box {
		width:33%;
		margin:0;
}

@media only screen and (max-width: 1080px) {
	.nfo-archive-box {
		width:50%;
		margin:0;
	}
}

@media only screen and (max-width: 740px) {
	.nfo-archive-box {
		width:100%;
		margin:0;
	}
	.search-by-date {
	    display: block;
	    margin-left: 0;
		float:none;
		margin-top:20px;
	}
}

.nfo-archive-link h2 {
	font-size:1em;
	margin: 15px 0 0 0;
}

.series-search-button {
	font-size: 15px;
	min-height: 36px;
	padding: 5px 14px;
	border-radius: 0px;
	vertical-align: middle;
	line-height:1.4em;
	height: 2.25em;
	cursor: pointer;
	margin: 0 0 0 10px;
	background-color:#153259;
	color:#fff;
	font-weight: 600;
    text-transform: uppercase;
	border-width:0px;
}

.series-search-button:hover {
	background-color:#82c549 !important;
}

@media only screen and (max-width: 740px) {
	.inside {
		text-align:center;
	}
}

/* .nfo-archive-link h2 {
	display:none;
} */

.nfo-archive-sermon-title {
	margin:20px 0 40px 0;
	padding-bottom:20px;
	border-bottom:1px solid #6eb6de;
}

.nfo-series-wrapper #myPagination {
	padding-top:30px;
}

.nfo-archive-box {
	margin-bottom:30px;
}

.nfo-bible-book {
	font-size:0.9em !important;
}

/* Membership */

#login-form input[type="submit"] {
	background-color:#143159 !important;
}

#login-form input[type="submit"]:hover {
	background-color:#7bb741 !important;
}

/* Events Calendar */

.single-tribe_events .tribe-events-event-meta {
	background: #ffffff;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:visited {
	color: #006690 !important;	
}

.tribe-common a:hover {
	color: #153259;
	border-bottom:1px solid #153259 !important;	
}

.tribe-common .tribe-common-anchor-thin-alt {
	border-bottom:1px solid #006690;
}

.tribe-common .tribe-common-anchor-thin-alt:hover {
	border-bottom:1px solid #153259;
	color: #153259;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	background-color: #006690;
}

.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
	background-color: #153259;
}

.tribe-events .tribe-events-c-ical__link {
	border-color: #006690;
	color: #006690;
}

.tribe-events .tribe-events-c-ical__link:hover {
	border-color: #153259;
	background-color: #153259;
}

.tribe-common .tribe-common-c-svgicon {
	color: #006690;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
	color: #006690;	
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
	color: #ffffff;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: #006690;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	color: #fff;
    background: #006690;
    text-shadow: none;
}

.tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
	background: #efefef;
}

.tribe-events .datepicker .day.current {
	background: #153259;
	color: #ffffff;
}

.tribe-events-c-top-bar__today-button:hover {
	background: #006690 !important;
	border-color: #006690 !important;
	color: #ffffff !important;
}

.tribe-common a.tribe-events-c-top-bar__today-button:hover {
	color: #ffffff !important;
}

.tribe-events .tribe-events-c-ical__link:focus {
	background-color:#006690 !important;
	color: #ffffff !important;
}

.tribe-common p, .tribe-common a, .tribe-common span, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common div, .tribe-common time, .tribe-common input, .tribe-common button {
	font-family: "DM Sans", Sans-serif !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	background-color: #006690;
    border-radius: 3px 3px 0 0;
	border: 1px solid #006690;
	color: #ffffff;
	font-weight:bold;
}

.tribe-events-calendar-list__event-date-tag-daynum {
    border-radius: 0 0 3px 3px !important;
	border: 1px solid #006690 !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
	margin-right:20px;
}

.tribe-events-calendar-list__event-date-tag {
	max-width:100px;
}

.tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day__event-datetime-wrapper {
	display:none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium, .tribe-common .tribe-common-h--alt {
	font-weight:bold;
}

.tribe-common .tribe-common-h6 {
	font-size: 24px;
}

h1.tribe-events-single-event-title {
	display:none;
}

@media only screen and (max-width: 768px) {
	.single-tribe_events .tribe-events-schedule {
	    background: #ffffff;
	    border: 1px solid #ffffff;
	    margin: 18px 0 8px;
	    padding: 0px;
	}
}
	
.tribe-events-schedule h2 {
	font-size:24px !important;
	color:#006690;
}

.single-tribe_events .tribe-events-event-meta {
	border:none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	padding-left:0px !important;
}

@media only screen and (max-width: 768px) {
	.tribe-events-nav-pagination .tribe-events-sub-nav li a {
		background:none;
		color:#006690;
	}
	.tribe-events-sub-nav .tribe-events-nav-previous a {
		padding: 10px 10px 10px 0px;		
	}
	.tribe-events-sub-nav .tribe-events-nav-next a {
		padding: 10px 0px 10px 10px;		
	}
}

.single-tribe_events #tribe-events-footer {
	margin-top:20px;
}

/* Members */

.members li {
    list-style: none;
    background-color: #ededed;
    margin-bottom: 10px;
    padding:15px;
    font-weight:bold;
}

.members li a {
    color:#13083a;
}

.members li:hover {
    background-color: #7bb741;
}

.members li a:hover {
    text-decoration: none;
    border:none;
}

/* Cookies */

table.cookies {
	table-layout:fixed;
	width: 100%;
}

/* Mega Menu */

@media all and (min-width:320px) and (max-width: 1040px) {
	#menu-main-menu-1 li.menu-item-has-children .sub-menu .menu-item-has-children a {
		display:none;
	}
	#menu-main-menu-1 li.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
		display:block !important;
	}
	#menu-main-menu-1 li.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
		display:block !important;
	}
}

@media only screen and (max-width: 1040px) {
	#menu-2-da3d1b2 .menu-item .sub-menu .column-header a.has-submenu{
    display:none !important;
}
#menu-2-da3d1b2 .menu-item .sub-menu .column-header .sub-menu{
    display:block !important;
}
}