div.fl-builder-shortcode-mask-wrap {
    pointer-events: auto;
}
.fl-builder-shortcode-mask {
    display: none;
}
.fl-builder-edit .fl-builder-shortcode-mask-wrap {
    pointer-events: none;
}
.fl-builder-edit .fl-builder-shortcode-mask {
    display: block;
}
body.archive-builder-template main.content {
	padding-top: 0;
}

.fl-builder--menu-item[data-view="admin"] {
    display: none !important;
}
.fl-rich-text b, .fl-rich-text strong {
    font-weight: bold !important;
}
a.post-edit-link,
.fl-builder-add-ultimate-rows-button {
	display: none;
}
#home_slider {
	overflow: hidden;
}
body.page.admin-bar #wp-admin-bar-edit,
#wp-admin-bar-cpt-archive-settings,
body.blog.admin-bar #wp-admin-bar-edit,
body.admin-bar #wp-admin-bar-cdviewsite,
body.admin-bar #wp-admin-bar-dynamik-wp-admin-bar,
body.admin-bar #wp-admin-bar-cobalt-apps-wp-admin-bar,
#dynamik-fe-style-editor-css,
#css-builder-hooks-map {
	display: none;
}
body.is-app #cd-header, 
body.is-app #cd-footer,
body.is-app footer.site-footer,
body.is-app header.site-header,
body.is-app .cd-footer,
body.is-app #ez-fat-footer-container-wrap,
body.is-app nav.nav-primary,
body.is-app #dropdown-nav-wrap {
	display: none !important;
}
body.page.admin-bar.super_user #wp-admin-bar-edit,
body.blog.admin-bar #wp-admin-bar-edit.super_user,
body.admin-bar.super_user #wp-admin-bar-dynamik-wp-admin-bar,
body.admin-bar.super_user #wp-admin-bar-cobalt-apps-wp-admin-bar,
body.super_user #dynamik-fe-style-editor-css,
body.super_user #css-builder-hooks-map {
	display: inline-block;
}
body.admin-bar #wp-admin-bar-fl-builder-frontend-edit-link {
	padding-left: 20px;
	padding-right: 20px;
}
.fat-footer-inside #ez-fat-footer-container-wrap {
    float: none !important;
}

/* File Upload Limits */
body.admin-bar .max-upload-size {
    display: none;
}
body.admin-bar .upload-ui:after {
	content: 'Maximum file sizes: audio 400MB, any other file type (images, video, pdf etc) 100MB';
	display: block;
	margin: 15px 0;   
}

/* Featured Slider */
.eventFeatured-clear {
	margin: -20px 0 0 0;
}
.eventFeatured-image {
	position: relative;
	overflow: hidden;
	margin-bottom: -5px;
}
.eventFeatured-image img {
	margin-bottom: 0;
}
.eventFeatured-content {
	position: absolute;
	transition: top 0.5s ease;
	top: 100px;
	left: 0;
	background: rgba(255,255,255,.9);
	width: 90%;
	padding: 5px;
}
.eventFeatured-excerpt {
	display: none;
	font-size: .8em;
	overflow: hidden;
}
.eventFeatured-image:hover .eventFeatured-content {
	top: 0;
	width: 100%;
	height: 100%;
}
.eventFeatured-image:hover .eventFeatured-excerpt  {
	display: block;
}
h2.eventFeatured-title a {
	color: #333;
	font-size: .7em;
} 
h2.eventFeatured-title a:hover {
	text-decoration: none;
} 
div.eventFeatured-readMore {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/* Events List */
.event-list-heading {
	width: 300px;
	margin: 0 auto;
}
.event-list-heading h1 {
	font-size: 1.8em;
	line-height: 1.8em;
}
.event-list-heading div {
	float: left;
}
.event-list-heading div.event-list-heading-left,
.event-list-heading div.event-list-heading-right {
	font-size: 1.8em;
	line-height: 1.8em;
	width: 25px;
}
.event-list-heading div.event-list-heading-center {
	width: 250px;
	text-align: center;
}
.event-list-heading button {
	background: transparent;
	border: 0;
	padding: 0;
}
#message {
	clear: both;
	text-align: center;
	font-size: 2em;
	margin: 20px;
}
.event-filter-wrap {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.5);
	background: rgba(0,0,0,.2);
	border-radius: 5px;
}
.event-filter-wrap div.one-fourth {
	margin-bottom: 0 !important;
}
.event-filter-wrap select,
.event-filter-wrap input {
	background: rgba(0,0,0,.5);
	color: #eee;
	border: 0;
	padding: 5px;
	border: 1px solid rgba(0,0,0,.5);
}
.event-filter-wrap select {
	margin-top: 9px;
}
.event-filter-wrap .event-hide {
	margin-top: 12px;
}
.event-filter-wrap .event-view {
	text-align: left;
	float: right;
	margin-right: 20px;
}
.event-filter-wrap .event-view input {
	margin-right: 5px;
}
.event-filter-wrap div.one-fourth:nth-child(3),
.event-filter-wrap div.one-fourth:nth-child(4) {
	padding-top: 0px !important;
}
.event-list-img-left,
.event-list-content {
	float: left;
	dborder: 1px solid red; 
}
.event-list-content {
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.event-list-img-left {
	width: 150px;
	position: relative;
	margin-right: 10px;
}
.event-list-img-left img {
	height: 90px;
}
.event-list-img-left .event_month,
.event-list-img-left .event_day,
.event-list-img-left .event_date {
	width: 90px !important;
}
.event-list-img-left .event_month {
	top: 2px;
	font-size: 13px;
}
.event-list-img-left .event_day {
	top: 25px;
	font-size: 15px;
}
.event-list-img-left .event_date {
	top: 36px;
	font-size: 33px;
}

.event-list-content {
	width: 860px;
}
.event-list-title,
.event-list-date,
.event-list-time,
.event-list-details-link {
	float: left;
	dborder: 1px solid;
	min-height: 70px;
}
.event-list-title {
	width: 50%;
}
.event-list-title h2 {
	font-size: 1.3em !important;
}
.event-list-date,
.event-list-time,
.event-list-details-link {
	width: 16%;
	text-align: center;
	font-size: .9em;
}
li.tax {
	font-size: .9em;
}
.event-list-details-link a {
	margin-top: 10px; 
}
.event-list-details {
	clear: both;
}
.event-list-details p {
	margin-bottom: 1em;
}
#event-calendar #sc_events_calendar_head {
	padding: 0;
}
/* Widget Colors*/
/* Dark */
.dark.widget h2.widgettitle,
.dark.widget .clear.featuredpage .page h2 a,
.dark.widget .clear.featuredpage .page .event-info,
.dark.widget .clear.featuredpage .page ul.tab-btn li a i,
.dark .event-counter-title h4 a,
.dark .event-counter,
.dark a.cd-count-calendar-link {
	color: #333 !important;
}
/* Light */
.lite.widget h2.widgettitle,
.lite.widget .clear.featuredpage .page h2 a,
.lite.widget .clear.featuredpage .page .event-info,
.lite.widget .clear.featuredpage .page ul.tab-btn li a i,
.lite .event-counter-title h4 a,
.lite .event-counter,
.lite a.cd-count-calendar-link {
	color: #f7f7f7 !important;
}
.sidebar.widget-area .widget.events .page {
	padding: 0 !important;
}

/* Prayer Wall */
.fl-module-add-prayer-form label {
    color: #333;
}
#cd_prayer_wall_wrap {
	margin-bottom: 20px;
	min-height: 620px;
}
#prayer-add-form i {
	font-size: 1.4em;
	color: rgba(0,0,0,.5);
}
.prayer-wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(0,0,0,.01);
	padding: 10px;
	border-radius: 5px;
}
.prayer-wrap:nth-of-type(2n+1) {
	background: rgba(0,0,0,.06);
}
.prayer-wrap.answered {
	background: #e9ffd9;
	border: 1px solid #a6ca8a;
}
.prayer-wrap.answered p.center {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.prayer-header {
	margin-bottom: 5px;
	overflow: hidden;
}
.prayer-header div {
	float: right;
	width: 200px;
}
.prayer-header div.name {
	float: left;
	width: 300px;
}
.prayer-header div.name .date {
	font-size: .9em;
}
.prayer-header p {
	padding: 10px 0px;
}
.prayer-wrap p {
	margin: 0;
}
.prayer-request {
	clear: both;
}
.iPrayed {
	padding: 10px 20px;
	border-radius: 5px;
	background: #e9ffd9;
	border: 1px solid #a6ca8a;
	color: #333 !important;
	display: block;
	text-align: center;
	font-size: .9em;
}
.iPrayed:hover {
	background: #d5ffb7;
}
.prayer-add-wrap {
	position: relative; 
	margin-bottom: 20px;
}
#prayer-add-form {
	background: rgb(166,202,138);
	border: 1px solid rgba(0,0,0,.2);
	color: #333;
	padding: 10px 20px;
	display: block;
	width: 260px;
	border-radius: 5px;
	text-align: center;
}
.prayer-add-form {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 623px;
	background: rgb(166,202,138);
	border: 1px solid rgba(0,0,0,.2);
	padding: 20px;
	border-radius: 5px;	
}
.antispam { 
	display:none;
}
.prayer-add-wrap:hover .prayer-add-form {
	bdisplay: block;
}
.prayer-add-form-left {
	float: left;
	width: 120px;
	clear: left;
	padding: 5px;
}
.prayer-add-form-right {
	float: left;
	width: 460px;
}
.prayer-add-form textarea,
.prayer-add-form select,
.prayer-add-form input {
	width: 99%;
	max-width: 500px;
	padding: 4px;
	border: 1px solid rgba(0,0,0,.2);
}
.prayer-add-form input {
	max-width: 200px;
}
.prayer-add-form select {
	max-width: 300px;
	background: #fff !important;
	color: #333 !important;
}
.prayer-add-form input[type="checkbox"] {
	width: 10px;
}
.prayer-add-form-check {
	clear: left;
}
.prayer-add-form-submit input {
	max-width: 200px;
	background: #E9FFD9 !important;
	border: 1px solid #a6ca8a;
	padding: 7px;
	font-size: 1.2em;
	border-radius: 5px;
}
.pray p {
	padding-top: 11px;
	font-size: .8em !important;
	background: rgba(11, 62, 119,.2);
	border: 1px solid rgba(11, 62, 119,.4);
	text-align: center;
	border-radius: 5px;
}
.prayer_managed {
	text-align: center;
	background:#ffecec;
    border:1px solid #f5aca6;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.prayer_managed p {
	margin: 0;
}
.g-recaptcha {
    clear: both;
}
@media screen and (max-width: 600px) {
	.prayer-add-form-left,
	.prayer-add-form-right {
		float: none;
		width: 100%;
	}
	.prayer-add-form,
	.prayer-add-form input,
	.prayer-add-form select {
		width: 90%;	
	}
	.prayer-header div {
		clear: left;
		float: none;
		width: 260px;
	}
}
/* Prayer Wall END */

/* Sermon Series Styles */
.cd-sermon-series {
	position: relative;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.cd-sermon-series-link a {
	position: absolute;
	background: rgba(255,255,255,.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.cd-sermon-series-link-text {
    position: absolute;
    display: block;
    text-align: center; 
    width: 100%;
    bottom: 7px;
    background: rgba(255,255,255,.5);
    padding: 10px;
    color: #000;
}
.cd-sermon-series-link a:hover {
	background: rgba(255,255,255,.0);
}

@media screen and (min-width: 800px) {
    .cd-sermon-series {
	    width: 31.5%;
	    margin-right: 2.25%;
    }
    .cd-sermon-series:nth-child(3n+3) {
	    margin-right: 0;
    }
}
@media screen and (min-width: 401px) and (max-width: 799px) {
    .cd-sermon-series {
	    width: 47.5%;
	    margin-right: 5%;
    }
    .cd-sermon-series:nth-child(2n+2) {
	    margin-right: 0;
    }
}
/* Sermon Series Styles End*/

.the-content p {
	margin-bottom: 1em;
}
/* Events *********************************************************/
.img-left {
	position: relative;
}
.event_month, .event_day, .event_date {
	position: absolute;
	text-align: center;
	width: 150px;
}
.widget .event_month, 
.widget .event_day, 
.widget .event_date {
	width: 60px;
}
.event_month {
	top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.widget .event_month {
	top: 1px;
	font-weight: normal;
	font-size: 10px;
}
.event_day {
	font-size: 24px;
	top: 44px;
	color: #333;
}
.widget .event_day {
	top: 18px;
	font-size: 11px;
}
.event_date {
	top: 64px;
	font-size: 50px;
	color: #333;
}
.widget .event_date {
	top: 30px;
	font-size: 18px;

}
.single-events .event-info {
	margin-bottom: 1.2em;
}
.events-archive .content-right {
	padding-left: 170px;
}
.events-archive .event-info {
	overflow: hidden;
}
.events-archive .event-list-title h2 {
	margin: 0;
}
ul.sc_events_list li {
	padding: 0 !important;
	margin: 0 0 0 40px !important
}
#sc_list_wrap .entry::before {
	content: none;
	display: block;
}
.event_day.cdDaily span {
	display: block;
}
.event_day.cdDaily {
	top: 48px;
	font-size: 25px;
	line-height: 30px;
}
.events-archive .event_day.cdDaily {
    font-size: 17px;
    line-height: 17px;
    top: 31px;
}
.widget.events .event_day.cdDaily {
	top: 20px;
	font-size: 13px;
	line-height: 11px;
}
.widget.events .event_day.cdDaily span {
	text-transform: lowercase;

}
.widget.events .img-left {
	float: left;
	margin-right: 10px;
	height: 60px;
}
.widget.events .img-left img {
	margin: 0;
}
.widget.sermon img {
	margin: 0 10px 0 0;
}
.widget.events .clear,
.widget.sermon .clear {
	margin-bottom: 10px;
}
.widget.events .content-right {
	float: left;
}
.widget.events .readmore {
	float: right;
	padding-top: 17px;
}
.lite.borders.widget .clear {
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.lite.borders.widget .clear:first-of-type {
    border-top: 1px solid rgba(255,255,255,.4);
}
.dark.borders.widget .clear {
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.dark.borders.widget .clear:first-of-type {
    border-top: 1px solid rgba(0,0,0,.4);
}
.borders.widget .clear {
	padding: 5px 0;
	margin: 0;
}
.sc_large .day-number {
	background: #f7f7f7;
	border: 1px solid #ccc;
	width: 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
	position: relative;
}
.sc_large .today .day-number {
	color: #f7f7f7;
	background: #333;
	border: 0px solid #333;
	width: 28px;
	height: 28px;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* Calendar ToolTips ********************************************************/
.calendar-day .calEvent {
	position: relative;
}
.cal-tip {
	position: absolute;
	background: #F0F0F0;
	border: 3px solid #ddd;
	width: 300px;
	display: none;
	z-index: 999;
	padding: 10px;
	margin-left: -100px;
	top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cal-tip p {
	font-size: 14px !important;
	color: #333;
}
.calendar-row td:nth-child(1) .cal-tip {
	margin-left: 0px;
}
.calendar-row td:nth-child(7) .cal-tip {
	margin-left: -200px;
}
.calendar .calendar-row:last-child .calEvent .cal-tip {
	top: auto;
	bottom: 40px;
}
.cal-tip .event-info {
	font-size: 16px;
}
.cal-tip h4 {
	color: #333 !important;
	font-size: 20px !important;
	text-align: center;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 5px;
}
.calendar-day div.calEvent:hover .cal-tip {
	display: block;
}
.cal-tip:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #ddd;
    position: absolute;
    top: -16px;
    left: 50%;
	margin-left: -8px;
}
.calendar-row td:nth-child(1) .cal-tip:before {
	left: 18%;
	margin-left: -8px;
}
.calendar-row td:nth-child(7) .cal-tip:before {
	left: 80%;
	margin-left: -8px;
}
.calendar .calendar-row:last-child .cal-tip:before {
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ddd;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ddd;
	top: auto;
	bottom: -20px;
}
.sc_events_calendar.sc_small .calEvent {
	float: left;
}
.sc_events_calendar.sc_small .cal-tip {
	width: 175px;
	margin-left: -90px;
	top: 35px;
}
.sc_events_calendar.sc_small .cal-tip h4 {
	font-size: 16px !important;
}
.sc_events_calendar.sc_small .calendar-row td:nth-child(2) .cal-tip {
	margin-left: -40px;
}
.sc_events_calendar.sc_small .calendar-row td:nth-child(2) .cal-tip:before {
	left: 20%;
	margin-left: -8px;
}
.sc_events_calendar.sc_small .calendar-row td:nth-child(7) .cal-tip {
	margin-left: -150px;
}
.calendar-row td:nth-child(7) .cal-tip:before {
	left: 86% !important;
	margin-left: -8px;
}
.calEvent .calReadMore {
	display: block;
	text-align: center;
	font-size: 20px !important;
	border: 1px solid #333;
	width: 95% !important;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.calEvent .calReadMore:hover {
	background: #333;
	color: #f7f7f7 !important;
}
.sc_events_calendar.sc_small .calendar .calendar-row:last-child .calEvent .cal-tip {
	top: auto;
	bottom: 40px;
}
.sc_events_calendar.sc_small .cal-tip:before {
    top: -16px;
    left: 50%;
	margin-left: -8px;
}
.sc_events_calendar.sc_small .calendar .calendar-row:nth-child(4) .calEvent .cal-tip,
.sc_events_calendar.sc_small .calendar .calendar-row:nth-child(5) .calEvent .cal-tip,
.sc_events_calendar.sc_small .calendar .calendar-row:nth-child(6) .calEvent .cal-tip,
.sc_events_calendar.sc_small .calendar .calendar-row:last-child .calEvent .cal-tip,
#sc_calendar_wrap .calendar .calendar-row:nth-child(4) .calEvent .cal-tip,
#sc_calendar_wrap .calendar .calendar-row:nth-child(5) .calEvent .cal-tip,
#sc_calendar_wrap .calendar .calendar-row:nth-child(6) .calEvent .cal-tip,
#sc_calendar_wrap .calendar .calendar-row:last-child .calEvent .cal-tip,
#sc_calendar .calendar .calendar-row:nth-child(4) .calEvent .cal-tip,
#sc_calendar .calendar .calendar-row:nth-child(5) .calEvent .cal-tip,
#sc_calendar .calendar .calendar-row:nth-child(6) .calEvent .cal-tip,
#sc_calendar .calendar .calendar-row:last-child .calEvent .cal-tip  {
	top: auto;
	bottom: 40px;
}
.sc_events_calendar.sc_small .calendar .calendar-row:nth-child(4) .cal-tip:before,
.sc_events_calendar.sc_small .calendar .calendar-row:nth-child(5) .cal-tip:before,
.sc_events_calendar.sc_small .calendar .calendar-row:nth-child(6) .cal-tip:before,
.sc_events_calendar.sc_small .calendar .calendar-row:last-child .cal-tip:before,
#sc_calendar_wrap .calendar .calendar-row:nth-child(4) .cal-tip:before,
#sc_calendar_wrap .calendar .calendar-row:nth-child(5) .cal-tip:before,
#sc_calendar_wrap .calendar .calendar-row:nth-child(6) .cal-tip:before,
#sc_calendar_wrap .calendar .calendar-row:last-child .cal-tip:before,
#sc_calendar .calendar .calendar-row:nth-child(4) .cal-tip:before,
#sc_calendar .calendar .calendar-row:nth-child(5) .cal-tip:before,
#sc_calendar .calendar .calendar-row:nth-child(6) .cal-tip:before,
#sc_calendar .calendar .calendar-row:last-child .cal-tip:before {
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ddd;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ddd;
	top: auto;
	bottom: -20px;
	margin-left: -12px;
}
.sc_events_calendar.sc_small .calendar-row:nth-child(4) td:nth-child(1) .cal-tip:before,
.sc_events_calendar.sc_small .calendar-row:nth-child(5) td:nth-child(1) .cal-tip:before,
.sc_events_calendar.sc_small .calendar-row:nth-child(6) td:nth-child(1) .cal-tip:before,
.sc_events_calendar.sc_small .calendar-row:last-child td:nth-child(1) .cal-tip:before {
	left: -0px;
	margin-left: 0px;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ddd;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ddd;
	margin-left: 0px;
}
.sc_events_calendar.sc_small .calendar-row:nth-child(2) td:nth-child(1) .cal-tip:before,
.sc_events_calendar.sc_small .calendar-row:nth-child(3) td:nth-child(1) .cal-tip:before {
	left: -0px;
	margin-left: 0px;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #ddd;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ddd;
	margin-left: 0px;
	top: -20px;
}


/* Calendar Colors ************************************************/
a.cal-color {
	display: block;
	padding: 5px;
	border-radius: 3px;
	border-bottom: 1px dashed #ccc;
}
.calEvent:last-child a.cal-color {
	border-bottom: 0px dashed #ccc;
}
.calendar-day a.cal-color.Black, .calendar-day a:visited.cal-color.Black {
	background-color: #000000;
	color: #fff !important;
}
.calendar-day a.cal-color.Red, .calendar-day a:visited.cal-color.Red {
	background-color: #ff0000;
	color: #fff !important;
}
.calendar-day a.cal-color.Orange, .calendar-day a:visited.cal-color.Orange {
	background-color: #FFA500;
	color: #000 !important;
}
.calendar-day a.cal-color.Yellow, .calendar-day a:visited.cal-color.Yellow {
	background-color: #FFFF00;
	color: #000 !important;
}
.calendar-day a.cal-color.Green, .calendar-day a:visited.cal-color.Green {
	background-color: #008000;
	color: #fff !important;
}
.calendar-day a.cal-color.Blue, .calendar-day a:visited.cal-color.Blue {
	background-color: #0000FF;
	color: #fff !important;
}
.calendar-day a.cal-color.Indigo, .calendar-day a:visited.cal-color.Indigo {
	background-color: #4B0082;
	color: #fff !important;
}
.calendar-day a.cal-color.Violet, .calendar-day a:visited.cal-color.Violet {
	background-color: #EE82EE;
	color: #000 !important;
}


/* Sermons Single *************************************************/
.wp-audio-shortcode {
	clear: both;
	margin-bottom: 10px;
}
.tab-btn li {
	display: inline-block;
}
#tabs h2 {
	clear: both;
}
.wp-video {
	clear: both;
	margin: 0 auto;
}

/* Sermons Archive ************************************************/
article.staff-archive .content-right {
	padding-left: 170px;
}
article.staff-archive .content-right .excerpt a {
	display: none;
}
excerpt
.content-right h1 {
	margin: 0 !important; 
}
.content-right .date {
	margin-bottom: 10px;
}
.sermon-latest {
	background: rgba(0,0,0,.05) !important;
	padding: 10px 20px 20px 20px !important;
	margin-bottom: 20px !important;
	border: 1px solid rgba(0,0,0,.05) !important;
}
.sermon-latest span.date {
	font-size: .6em;
}
.sermon-latest {
	text-align: center;
}
.sermon-latest .entry-content ul {
	padding: 10px 0 0 0;
	clear: both;
	text-align: center;
}
.sermon-latest h1.entry-title {
	margin: 0;
}

/* Sermon Tabs */
.tab_content {
    display: none;
    clear: both;
}
.widget.staff .clear {
    margin-bottom: 10px;
}
#tabs .tab-btn li {
	margin: 0 10px 10px 0;
}
.widget.sermon .tab-btn li {
	margin: 0;
}
.widget.sermon .tab-btn li i {
    font-size: 1em;
    margin: 0 10px 0 0;
}
#tab1, #tab2, #tab3, #tab5, #tab6 {
	margin-bottom: 20px;
}
.sa-right .tab-btn li {
	margin: 0 10px 10px 0;
}
.ss-right {
	overflow: hidden;
}
body.post-type-archive-sermons .content-right > div,
body.single-sermons .content-right > div {
	margin-bottom: 30px;
}
h1.archive-header {
	font-size: 1.6em !important;
}
.sermons-archive h4.entry-title, 
.sermons-archive p.date,
.sermons-single p.date {
	margin-bottom: 0;
}
.sermons-archive .excerpt {
	clear: both;
}
.sermons-archive .entry-content ul,
.sermons-archive p.excerpt {
    padding: 0;
    margin: 0;
}
.sermons-archive .entry-content ul.tab-btn {
	margin: 10px 0;
}
h1.page-title.sermons-archive {
	margin-bottom: 20px;
}
ul.tax li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}
ul.tax.noicons li {
	margin: 0 20px 0 0;
}
.widget.sermon ul.tab-btn {
	padding: 0;
}
a.sermon-btn {
	background: #668242;
	padding: 5px 10px;
	color: #e3ebd8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 2px solid #3a4a25;
}
a.sermon-btn:hover {
	color: #fff;
	background: #4b6031;
}


/* Sermon Filters */
.filters-bg {
	margin:0px 0 20px 0;
	float: left;
	width: 96%;
	background:#333;
	padding: 0 20px;
	overflow: visible;
	z-index: 100;
	position: relative;
}
.filters-bg h4 {
	line-height: 40px;
	color: #fff;
	float:left;
	padding-top: 3px;
}
.filters-bg ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.filters-bg ul a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:45px;
	padding:0 15px;
}

.filters-bg ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}

.filters-bg ul li:hover {
	background:#222;
}
.filters-bg ul ul li:hover {
	background:#333;
}

.filters-bg ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#222;
	padding:0
}
.filters-bg ul ul li {
	float:none;
	width:200px
}

.filters-bg ul ul a {
	line-height:1em;
	padding:10px 15px
}

.filters-bg ul ul ul {
	top:0;
	left:100%
}

.filters-bg ul li:hover > ul {
	display:block
}

/* sermon filters mobile */
@media screen and (max-width: 1100px) {
	.filters-bg {
		margin:20px 0;
	}
}
@media screen and (max-width: 798px) {
	.filters-bg h4 {
		float:none;
	}
	.filters-bg ul li {
		float:none;
	}
	.filters-bg ul ul {
		top:0;
		left:100%;
	}
	.filters-bg ul a {
		font-size:14px;
		line-height:25px;
	}
}

/* Staff Widget */
.widget-phone, .widget-email {
	float: left;
	margin-right: 20px;
}
.staff-contact-left {
	float: left;
	text-align: center;
	padding-right: 10px;
}
.staff-contact-left i {
	margin: 0 !important;
}
.staff-contact-right {
	padding-left: 31px;
}
.the-content {
	clear: both;
}
/* Calendar */
#sc_calendar_wrap,
#sc_calendar {
	color: #333;
}
.sc_events_calendar.sc_large .calendar-day {
	height: 120px !important;
}
.calendar-day a, .calendar-day a:visited {
	color: #333 !important;
}
.sc_small .calendar-day a, 
.sc_small .calendar-day a:visited {
	font-size: 30px;
	line-height: 1em;
}
.sc_small #sc_event_nav_next,
.sc_small #sc_event_nav_prev {
	display: none !important;
}
#sc_events_widget-2 {
	clear: both;
}
#sc_events_widget-2 h4 {
	padding-bottom: 5px;
}
.sc_event_sep {
	display: none;
}
.widget #sc_calendar_wrap {
	padding: 5px 20px !important;
	overflow: hidden;
}
.widget #sc_calendar_wrap .calendar-day {
	min-height: 40px !important;
}

/* Font Awesome */
i {
	margin: 0 5px 0 0;
}
/* [cd_contact] css */
.cont-left {
	float: left;
	clear: left;
	text-align: center;
	width: 30px;
}
.cont-right {
	padding-left: 30px;
}

/* Themify and Graviry Forms CSS Fixes */
.themify_builder_dropdown_front li ,
.themify_builder_dropdown li,
.gform_body li {
	list-style: none !important;
	margin-left: 0 !important;
}
.gfield_admin_icons {
	display: none;
}
body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute,
body .gform_wrapper .gfield_time_ampm {
    max-width: 8rem !important;
}
body .gform_wrapper .gfield_time_hour input[type="number"],
body .gform_wrapper .gfield_time_minute input[type="number"],
body .gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
    width: 6rem !important;
    max-width: 6rem !important;
}
.module p, .module ul li, .module ol li,
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {        
    color: inherit; 
    font-size: inherit; 
    font-family: inherit; 
}
.themify_builder_slider li {
	list-style: none !important;
}
.themify_builder_slider_wrap {
	position: relitave;
	margin: 0;
}
.module-title {
    text-transform: none;
}
.carousel-nav-wrap {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(255,255,255,.6);
	border-radius: 20px;
	padding: 6px 10px 10px 10px !important;
}
.themify_builder_slider .slide-image {
    margin: 0;
}

.module-menu li {
	list-style: none !important;
	margin-left: 0 !important; 
}

.themify_builder_front_panel .themify_builder_module {
	margin: 0 15px 10px 0 !important;
}
.themify_builder_front_panel .module-feature,
.themify_builder_front_panel .module-highlight,
.themify_builder_front_panel .module-layout-part,
.themify_builder_front_panel .module-portfolio,
.themify_builder_front_panel .module-testimonial {
	display: none;
}
#layout_display_slider_slider, label[for="layout_display_slider_slider"],
#layout_display_slider_portfolio, label[for="layout_display_slider_portfolio"],
#layout_display_slider_testimonial, label[for="layout_display_slider_testimonial"] {
	display: none !important;	
}
.themify_builder_front_icon {
	background: url("//www.churchdev.com/wp-content/uploads/dynamik-gen/theme/images/editoricon.png") !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 999;
}
.video-container .video-overlayer-image {
    width: 100%;
}
.video-container .fl-row-content-wrap {
    position: absolute;
    min-height: 100% !important;
    min-width: 100%;
}

/* Font Awsome Subpage Indicators */
.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107" !important;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.2rem;
	padding-left: 0.5rem;
	speak: none;
	line-height: .5em;
	font-weight: 900;
}
 
ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f105" !important;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.2rem;
	padding-left: 1rem;
	speak: none;
	line-height: .5em;
	font-weight: 900;
}
.widget-wrap .archive-pagination {
	display: none;
}

/* Counter */

div.event-counter {
	overflow: hidden;
	width: 300px;
	float: left;
	margin-top: -10px;
}
.event-counter-outer.small div.event-counter {
	float: none;
}
div.event-counter div.cd-count-top div,
div.event-counter div.cd-count-bottom div {
	float: left;
	min-width: 55px;
	border: 0px solid #999;
	text-align: center;
	margin-left: 10px;
	font-size: 30px;
}
div.event-counter div.label.one,
div.event-counter div.days {
	clear: left;
	margin-left: 0 !important;
}
div.event-counter div.cd-count-bottom div.label {
	font-size: 9px;
	border-top: 0px solid;
}
div.event-counter-outer.full {
	margin-bottom: -5px;
	overflow: hidden;
}
div.event-counter-outer.full .event-counter-title i {
	font-size: 1.5em;
}
div.event-counter-outer.full .cd-count-links {
	padding-top: 18px;
	min-width: 250px;
}
div.event-counter-outer.full a.sermon-btn {
	margin-left: 10%;
	margin-right: 10px;
}
div.event-counter-outer.small .event-counter,
div.event-counter-outer.small .event-counter div,
div.event-counter-outer.small p {
	display: inline;
}
div.event-counter-outer.small .event-counter div.label {
	text-transform: lowercase;
	font-size: .7em;
	margin: 4px 8px 0 2px;
}

div.event-counter-outer.small .cd-counter-event-title {
	margin-right: 5px;
}
div.event-counter-outer.small {
	float: right;
    right: 50%;
    position: relative;
}
div.event-counter-outer.small .event-counter-inner {
	float: right;
    right: -50%;
    position: relative;
}
div.event-counter-outer.header .event-counter-title {
	text-align: left;
}
.cd-one-third, .cd-one-half {
	float: left;
}
.cd-one-third {
	width: 30%;
}
.cd-one-half {
	width: 49%;
}

/* Template Editer */
body.single-fl-builder-template .share-before_entry_header,
body.single-fl-builder-template header.site-header,
body.single-fl-builder-template footer.site-footer,
body.single-fl-builder-template .inner-header,
body.single-fl-builder-template #cd-footer,
body.single-fl-builder-template #cd-header,
body.single-fl-builder-template .entry-meta {
	display: none;
}
body.single-fl-builder-template div.site-inner {
	overflow: visible;
	min-height: 500px;
}
/* Template Editer END*/

/* meta slider update fix 11/2017 */
.metaslider ul.slides {
	padding-bottom: 0 !important;
	margin-bottom: -7px;
}

@media screen and (max-width: 1140px) {
	.event-list-content {
    	max-width: 80%;
	}
	div.event-counter-outer.full a.sermon-btn {
		margin-left: 0;
	}
	div.event-counter-outer.header .event-counter-inner {
		width: 600px;
		margin: 0 auto;
	}
	div.event-view-wrap {
		margin: 0 auto;
		float: none;
		width: 210px;
	}
	.event-filter-wrap .event-view {
    	float: none;
        text-align: center;
	}
	.event-filter-wrap .one-fourth {
		padding: 0;
	}
}
@media screen and (max-width: 1077px) {
	.event-list-content {
    	max-width: 600px;
	}
	.event-list-title ul.tax {
		display: none;
	}
	.event-list-date {
		clear: left;
	}
	.event-list-title {
    	width: 100%;
    	text-align: center;
    	height: auto;
	}
	.event-list-date,
	.event-list-time,
	.event-list-details-link {
		width: 33%;
		height: auto;
	}
}
@media screen and (max-width: 798px) {
	.event-list-content {
    	max-width: 400px;
	}
}
@media screen and (max-width: 597px) {
	.event-list-content {
    	max-width: 100%;
    	border-top: 0;
	}
	.event-list-img-left {
    	border-top: 1px solid rgba(0,0,0,.3);
    	padding-top: 10px;
    	width: 100%;
	}
	.event-list-img-left img {
    	display: block !important;
    	margin: 0 auto !important;
	}
	.event-list-img-left .event_month {
		top: 12px;
	}
	.event-list-img-left .event_day {
		top: 35px;
	}
	.event-list-img-left .event_date {
		top: 46px;
	}
	.event-list-img-left .event_month, 
	.event-list-img-left .event_day, 
	.event-list-img-left .event_date {
    	width: 100% !important;
	}

}
@media screen and (max-width: 400px) {
	.event-list-date,
	.event-list-time,
	.event-list-details-link {
		width: 100%;
	}
}
@media screen and (max-width: 910px) {
    .cd-one-third {
		float: none;
		width: 100%;
	}
	div.event-counter-outer.full a.sermon-btn {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
    .cd-one-half {
		float: none;
		width: 100%;
	}
	div.event-counter-outer.full a.sermon-btn {
		margin-left: 0;
	}
}

li#wp-admin-bar-flbuilder-back-to-templates a {
    background: #229ed7;
    color:#fff;
}
li#wp-admin-bar-flbuilder-back-to-templates a:before {
    content: "\f340";
    top: 5px;
    font-size: 15px !important;
}
li#wp-admin-bar-flbuilder-back-to-templates a span {
	text-transform: capitalize;
}


.cd-prayer-global-notice {
    position: fixed;
    top: 10px;
    right: 10px;
	z-index: 100000;
    padding: 10px 25px 10px 40px;
    background: rgba(70, 180, 80, 0.92);
    color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.34);
    border-radius: 5px;
}
.cd-prayer-global-notice span.close {
	position: absolute;
	top: 15px;
	left: 10px;
	display: inline-block;
	font-size: 20px;
	background: #39902a;
	line-height:0.6em;
	padding: 3px 4px 2px;
	border-radius: 50px;
	cursor: pointer;
}
.cd-prayer-global-notice span.close:hover {
	background: #37772c;
}

.cd-sitewide-message-button {
    position: fixed;
    z-index: 999;
}
.cd-sitewide-message-button a {
	display: block;
	background: #2F67AE;
    padding: 10px;
	color: #fff;
	text-decoration: none;
}
.cd-sitewide-message {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}
.cd-sitewide-message .modal-content {
	position: relative;
	display: flex;
    flex-flow: column;
	justify-content: center;
	box-sizing: border-box;
    background: #fff;
    margin: 10vh auto 0;
    width: 80vw;
	height: 80vh;
	text-align: center;
	box-shadow: 0 2vh 10vh 1vh #000;
}
.cd-sitewide-message .modal-content .inner-content {
	text-align: left;
	box-sizing: border-box;
}
.cd-sitewide-message .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    background: rgba(37, 37, 37, 0.82);
    line-height: 0.4em;
    width: 46px;
    padding: 15px 0 12px;
    transition: 300ms;
}
.cd-sitewide-message .modal-content .close:hover,
.cd-sitewide-message .modal-content .close:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.cd-sitewide-message .modal-content .inner-content {
    padding: 25px 40px;
    overflow: auto;
}
#wpadminbar li#wp-admin-bar-churchdev-add-staff-link a,
#wpadminbar li#wp-admin-bar-churchdev-staff-list-link a,
#wpadminbar li#wp-admin-bar-churchdev-add-sermon-link a,
#wpadminbar li#wp-admin-bar-churchdev-sermon-list-link a,
#wpadminbar li#wp-admin-bar-churchdev-add-event-link a,
#wpadminbar li#wp-admin-bar-churchdev-event-list-link a {
    background: #039BE5;
    border-left: 1px solid #24282e;
    box-sizing: border-box;
    color: #fff;
}
#wpadminbar li#wp-admin-bar-churchdev-add-staff-link a:hover,
#wpadminbar li#wp-admin-bar-churchdev-staff-list-link a:hover,
#wpadminbar li#wp-admin-bar-churchdev-add-sermon-link a:hover,
#wpadminbar li#wp-admin-bar-churchdev-sermon-list-link a:hover,
#wpadminbar li#wp-admin-bar-churchdev-add-event-link a:hover,
#wpadminbar li#wp-admin-bar-churchdev-event-list-link a:hover {
    background: #0288D1;
    color: #fff;
}

@media ( min-width: 1100px ) {
	.cd-sitewide-message .modal-content {
		max-width: 800px;
		max-height: 400px;
	}
}

/* Social Share Icons */
.cd-social-link {
    padding: 2px 8px 2px 8px !important;
    color: white !important;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    rbox-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    r-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    r-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.cd-social-link:hover,.cd-social-link:active {
    color: white;
}
.cd-social-twitter {
    background: #00aced;
}
.cd-social-twitter:hover,.cd-social-twitter:active {
    background: #0084b4;
}
.cd-social-facebook {
    background: #3B5997;
} 
.cd-social-facebook:hover,.cd-social-facebook:active {
    background: #2d4372;
}
.cd-social-googleplus:hover,.cd-social-googleplus:active {
    background: #b53525;
}
.cd-social-buffer {
    background: #444;
}
.cd-social-buffer:hover,.cd-social-buffer:active {
    background: #222;
}
.cd-social-pinterest {
    background: #bd081c;
}
.cd-social-pinterest:hover,.cd-social-pinterest:active {
    background: #bd081c;
}
.cd-social-linkedin {
    background: #0074A1;
}
.cd-social-linkedin:hover,.cd-social-linkedin:active {
    background: #006288;
}
.cd-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    clear: both;
}
/* Saved Row CSS */
.col-rectangle > .fl-col-content::after {
    height: 80%;
    width: 90%;
    margin: auto auto;
}
.col-skew > .fl-col-content::after {
    height: 100%;
    width: 70%;
    margin: auto auto;
	transform: skew(-20deg);    
}
div#phplive_iframe_chat_embed_wrapper {
    margin-left: 160px;
}

/* Fix BB font search colors */
.fl-builder-ui-skin--light .select2-results ul li {
    color: #333;
}
.fl-builder-ui-skin--dark .select2-results ul li {
    color: #f7f7f7;
}
.select2-results ul li {
    list-style: none;
    margin-left: 0;
}
.fl-builder-ui-skin--dark .select2-search__field {
    color: #fff;
}