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

/* Typography */

@import url("https://use.typekit.net/fse3klj.css");

body, .campton, .tribe-common { font-family: Campton, sans-serif !important ; }
.oakes { font-family: "Oakes", sans-serif; }

/* Header / Search */

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

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

#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-dropdown ul li ul {
	padding-left:20px;
}

/* Misc. Fixes */

.custom-logo-link img {
	min-height:40px !important;
}

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

.sticky-logo-link img {
	min-height:30px !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 #67c6e3;
    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%;
	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:#092D3C !important;
	margin-bottom:10px;
	border-radius: 8px;
    padding: 10px 20px 12px 20px !important;
}

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

.sermon-search-field .reset {
	border:none;
	color:#ffffff;
	background:#aaaaaa !important;
	border-radius: 8px;
    padding: 10px 20px 12px 20px !important;
}

.sermon-search-field .reset:hover {
	color:#092D3C;
	background:#67C6E3 !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, .latestSermon .sermon-session, .latestSermon .sermon-series, .latestSermon .sermon-service, .latestSermon .sermon-video-player {
    display: none;
}

.latestSermon .nfo-sermons-wrapper {
    text-align: left;
	min-height:0px !important;
	padding:0px !important;
	margin:0px !important;
}

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

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

.latestSermon .sermon-item-wrapper {
	border:none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.latestSermon .sermon-date, .latestSermon .sermon-field-name {
	color: #092D3C;
}

.latestSermon a {
	color: #ffffff !important;
}

.latestSermon a:hover {
	color: #092D3C !important;
}

/* 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:#092D3C;
	color:#fff;
	font-weight: 600;
    text-transform: uppercase;
	border-width:0px;
}

.series-search-button:hover {
	background-color:#67C6E3 !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;
}

/* Calendar */

#evcal_list {
	border-radius:0px !important;
	border-color: #fff !important;
}

#evcal_head {
	margin-bottom:30px;
}

.upcomingEvents #evcal_head {
	margin-bottom:0px;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2, .eventon_list_event h3, .evcal_evdata_cell p a {
	text-transform: none !important;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
	text-transform: none !important;	
}

.evcal_evdata_row .evcal_evdata_cell p {
	font-style:normal !important;
}

.evcal_desc_info {
	font-size:14px !important;
	padding-top:6px;
	opacity:1 !important;
}

.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, .eventon_list_event .event_description p {
	font-size:16px !important;
}

.evcal_event_title {
	font-size: 28px !important;
}

.evcal_event_subtitle, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, .eventon_list_event .event_description p {
	font-size: 18px !important;	
}

.evcal_cblock .day, .evcal_cblock .month {
	font-size: 14px !important;
}

.evo-gototoday-btn {
    font-family: "Oakes", Sans-serif !important;	
	font-weight:bold !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: #4186C7 !important;	
}

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

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

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

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

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

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

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

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

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

.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: #4186C7;
}

.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: #4186C7;
    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: #67C6E3;
	color: #ffffff;
}

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

.tribe-common a.tribe-events-c-top-bar__today-button:hover {
	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: Campton, sans-serif !important;
}