/* @font-face {
    font-family: 'gearedslab';
    src: url('../fonts/gearedslab-webfont.eot');
    src: url('../fonts/gearedslab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-webfont.woff') format('woff'),
         url('../fonts/gearedslab-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-webfont.svg#geared_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */

@font-face { 
    font-family: 'MyFont'; 
    src:
        url('../fonts/Roslindale-DisplaySemiBold')  
        format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
} 

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.sermonsBlock a.anchor-button {
    color: #292b2c;
    background-color: #fff;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 16px;
    transition: all .3s ease;
}
.sermonsBlock a.anchor-button:hover {
    text-decoration: none;
    background-color: #dedede;
}

a.SSLink {
    color:#fff;
    border: solid 1px white;
    padding: 8px 16px;
    margin: 15px auto 0 auto;
    font-size: 16px;
    transition: all .3s ease;
    display: inline-block;
    width: 140px;
    text-align: center;
}
a.SSLink:hover {
    color:#ef4034;
    text-shadow: none;
    background:#fff;
    border: solid 1px #ef4034;
    text-decoration: none;
}
img.alignleft {
    float: left;
    padding: 0 20px 20px 0;
}
img.alighright {
    float: right;
    padding: 0 0 20px 20px;
}
body {
    font-family:'PT Sans', sans-serif;
    padding:0px;
    margin: 0px;
    font-size: 16px;
	line-height: 1.5rem;
    color:#373535;
    background:#fff;
}
body#tinymce.wp-editor, html .mceContentBody {
    font-family:'PT Sans', sans-serif !important;
    }
    .wp-pagenavi {
        margin: 10px 0 0 10px;
    }
.wp-pagenavi a, .overview a, #contactBox a {
    color: #ef4034;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #565656;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
}
.scrollHeader {
    display: none;
}
#sideCalendar .ai1ec-date-title.ai1ec-load-view {
    background: red !important;
    border: none;
    border-radius: 0;
    margin: 0px;
    height: 100%;
}
#sideCalendar .ai1ec-weekday {
    display: none;
}
#sideCalendar .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
    background:#fff;
}
#sideCalendar .ai1ec-agenda-widget-view .ai1ec-month {
    background: transparent;
}
#sideCalendar .ai1ec-agenda-widget-view .ai1ec-day {
    color:#fff;
    text-shadow: none;
}
#sideCalendar .ai1ec-agenda-widget-view .ai1ec-date {
    background: #fff;
    margin: 3px 0;
}
div {
    box-sizing: border-box;
}

.row.noMargin {
    margin-left: 0px;
    margin-right: 0px;
}

#wpadminbar {
    /* display: none; */
}



.hide-for-mobile {
    display: none;
}

.header {
    height: 83px;
    background:#fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
#logo {
    margin-top: 16px;
}
#headerContent {
    list-style: none;
    margin: 27px 0 0 0;
    padding:0px;
    float: right;
}
#headerContent li {
    display: inline-block;
}
#headerContent li a {
    color:#565656;
}
#headerContent li.header-fb {
	display:none;
}
label.screen-reader-text, #searchsubmit {
    display: none;
}
#search, #s {
    background:#e2e2e1 url('../img/search.png')no-repeat 5px center;
    border:none;
    outline:none;
    font-size: 1rem;
    padding: 3px 0 3px 30px;
    font-size: 16px;
    font-family:'PT Sans', sans-serif;
    margin-right: 8px;
}
.navBar {
    background:#808080;
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: right .5s ease;
}
.navBar.open {
    right: 0px;
}
h1, h2, h3 {
    color:#565656;
    font-weight: 700;
}
html {
    margin-top: 0px !important;
}


.mobileHeader {
    color:#fff;
    list-style: none;
    margin: 0px; padding: 0px;
    z-index: 1000;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.7);
}
.mobileHeader li {
    display: inline-block;
    width: 100%;
}
.mobileHeader li:last-child {
    background:#000;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
#mobilelogo {

}
.nav {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: 25px;
    font-weight: 400;
    width: 100%;
    letter-spacing: 1px;
    display: block;
    position: absolute;
    top: 93px;
}
.nav li {
    display: block;
    float: none;
    width: 100%;
    padding: 8px 15px;
    text-align: left;
    border-bottom: solid 1px #fff;
    position:relative;
}

.nav li a, .nav li .openIt {
	color:#fff;
	text-decoration: none;
    text-transform:uppercase;
    display: block;
    position: relative;
    cursor: pointer;
}
.nav li img.mobArrow {
    position: absolute;
    right: 30px;
    top: 9px;
}
.nav li a.hasSub::after {
    content: url('../img/angle-right.png');
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
}
.navItem.open .dropdown-menu {
    display: block;
}
#mobile svg {
    font-size: 30px;
    margin: 25px 0 0 25px;
    float: right;
    color:#565656;
}
.dropdown-menu {
    display: none;
    position: relative;
    border-radius: 0px;
    border:none;
    background: transparent;
    float: none;
    min-width: 100%;
    width: auto;
    margin: 0px;
    padding: 0px;
    height: auto;
    white-space:nowrap;
}
.dropdown-menu li {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    height: auto;
    border-bottom: solid 1px rgba(255,255,255,0.5);
}
.dropdown-menu li:last-child {
    border-bottom:none;
}

.dropdown-menu li ul.sub-menu {
    padding-inline-start: 0px;
    border-bottom: none;
}
.dropdown-menu li .sub-menu li {
    font-size: 14px;
    text-transform: none;
    border-bottom: none;
}
.dropdown-menu li .sub-menu li a{
    border-bottom: none;
    padding: 1px 0;
}

#mobile.open svg.fa-bars {
    display: none;
}
#mobile.open svg.fa-times {
    display: block;
}
#mobile svg.fa-times {
    display: none;
}
.moreButton, .orderButton, .moreButton:visited {
    font-size: 1.375rem;
    color:#76472c;
    text-decoration: none;
    display: block;
    margin: 23px auto 0 auto;
    width: 153px;
    height: 51px;
    background:url('../img/button-back.png') no-repeat;
    padding: 15px 0 0 0;
    text-align: center;
    transition: all .3s ease;
}
.moreButton:hover, .orderButton, orderButton:visited{
    text-decoration: none;
    color:#9d4c0a;
    background:url('../img/button-back-RO.png') no-repeat;
    text-decoration: none;
    cursor:pointer;
}
.orderButton:hover {
    color:#76472c;
    background:url('../img/button-back.png') no-repeat;
    text-decoration: none;
    cursor:pointer;
}


/*************** SLIDESHOW ******************/

.slideshow {
    height: 360px;
    margin-top: 82px;
    background:#adadad;
}
.slideshow .demo_wrapper, .text-overlay {
    height: 360px;
}
.carousel-item {
    height: 360px;
}
.simpleslide-text {
    color:#fff;
    font-size: 30px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    position: relative;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c000000',GradientType=0 );
}
.gridder.carousel-item table {
    display: table;
    width: 85%;
    margin: 0 auto;
    height: 119px;
}
.gridder.carousel-item table tr td {
    line-height: 200%;
    height: 119px;
}
.simpler.carousel-item table tr td, .simpler.carousel-item table tr td h1 {
    color:#fff !important;
}
/* .slideshow ul {
    list-style: none;
    margin: 0px;
    padding:0px;
    display: block;
    width: 100%;
}
.slideshow ul li {
    width: 100%;
    height: 440px;
    background: url(../img/slide.jpg)no-repeat left top;
    background-size: cover;
} */
/*************** TESTIMONIALS ******************/

.testimonials {
    background: url('../img/testimonial-back.jpg') no-repeat center;
    height: 635px;
    position: relative;
}
.testimonials #textBlock {
    background: rgba(0,0,0,0.55);
    color:#fff;
    margin-top: 40px;
    height: 595px;
    padding: 80px 30px 0 30px;
    text-align: center;
    font-size: 1.1875rem;
}
.testimonials #textBlock h2 {
    color:#fff;
    text-transform: uppercase;
}

.textimonial {
    list-style: none;
    margin: 0px;
    padding:0px;
    display: block;
    position: relative;
}
.textimonial li.testi {
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0;
    transition: opacity .3s ease;
}
.textimonial li.testi.active {
    opacity: 1;
}

.textimonial li .testimonial-text {
    font-size: 1.1875rem;
    padding-top: 30px;
}
.textimonial li .testimonial-author {
    font-size: .9375rem;
}
.testimonials .controls {
    list-style: none;
    margin: 0px;
    padding:0px;
    display: block;
    position: absolute;
    bottom: 30px;
}
.testimonials .controls li.indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    border:solid 2px #fff;
    border-radius: 10px;
    font-size: 0;
}
.testimonials .controls li.active {
    background:#fff;
}

/*************** FOOTER ******************/

.footer {
    background:#9a9a9a;
    color:#fff;
    text-align: center;
    padding: 25px 0;
}
.footer a {
    color:#fff;
    padding: 0 5px;
}
.copyright {
    font-size: 14px;
}
.footer .hoh {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.footerThree {
    background:#f2f2f2;
    margin: -25px 0px 0px 0px;
    color:#565656;
    text-align: center;
}
.footerThree .col-12 {
    padding: 40px 0;
}
.footerThree .col-12:nth-child(2) {
    background:#e6e6e6;
}
.footerThree p {
    display:block;
    margin: 0 auto 40px auto;
    max-width: 300px;
}
.footerThree h5 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 28px;
    background: url(../img/redbar.png) no-repeat center bottom;
}
a.button-link {
    display: inline-block;
    width: auto;
    margin: 4px auto;
    background:#fff;
    border:solid 1px #ef4034;
    color:#ef4034;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all .3s ease;
}

.footerThree a.button {
    display: block;
    width: 145px;
    margin: 0 auto;
    background:#fff;
    border:solid 1px #ef4034;
    color:#ef4034;
    text-decoration: none;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 18px;
    transition: all .3s ease;
}
.footerThree a.button:hover, a.button-link:hover {
    color:#fff;
    background:#ef4034;
    text-decoration: none;
}
.mapInfo {
    background:#fff;
    margin-bottom: 25px;
    padding: 0px;
}
.contactInfo {
    float:right;
    width: 100%;
    max-width: 620px;
    padding: 25px 0;
}
.mapInfo img {
    display: block;
}
.mapInfo iframe {
    width: 100%;
    height: 100%;
}
.mapInfo ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0px;
    color:#4e4530;
    text-align: left;
}
.mapInfo a {
    color:#565656;
}
.mapInfo a.directions {
    display: inline-block;
    color:#ef4034;
    border:solid 1px #ef4034;
    padding: 4px 0;
    width: 120px;
    text-align: center;
    margin: 0 4px;
    background:#fff;
    transition: all .3s ease;
    float: left;
    margin-top: 10px;
}
.mapInfo a.directions:hover {
    text-decoration: none;
    color:#fff;
    background:#ef4034;
}
.mapInfo a.contact {
    display: inline-block;
    color:#565656;
    border:solid 1px #565656;
    padding: 4px 0;
    width: 120px;
    text-align: center;
    margin: 0 4px;
    background:#fff;
    transition: all .3s ease;
    margin-top: 10px;
    float: left;
}
.mapInfo a.contact:hover {
    text-decoration: none;
    background:#565656;
    color:#fff;
}
.mapInfo ul li::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
.mapInfo ul li#address::before {
    content: url('../img/pin.png');
    margin-right: 15px;
}
.mapInfo ul li#addressTwo {
    margin-top: -6px;
}
.mapInfo ul li#addressTwo::before {
    content: " ";
    margin-right: 25px;
    line-height: 20px;
}
.mapInfo ul li#phone::before {
    content: url('../img/phone.png');
    margin-right: 10px;
}
.mapInfo ul li#facebook::before {
    content: url('../img/facebook.png');
    margin-right: 10px;
}
/*************** HOME PAGE ******************/

#homeIntro {
    padding: 45px 25px 30px 25px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}
#homeIntro h1 {
    font-size: 33px;
    background: url(../img/redbar.png)no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.theLatest {
    background:#f2f2f2;
    padding: 30px 0;
}
h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt {
    font-size: 24px;
    font-weight: 700;
    display: block;
    border-bottom: solid 1px #9fa1a3;
    margin-bottom: 30px;
    color:#565656;
    font-weight: 700;
}
.cards {
    padding: 30px 0;
}
.cards h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    background: url(../img/redbar.png)no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.cards .cardBox {
    margin-bottom: 30px;
}
.cards img {
    width: 100%;
    height: auto;
}
.cards .cardButton {
    position: relative;
    border:solid 2px #fff;
    background: rgba(74,74,74,0.4);
    color:#fff;
    font-size: 21px;
    min-width: 80%;
    margin: -60px auto 0 auto;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    transition: background .3s ease;
}
.cards .cardButton:hover {
    text-decoration: none;
    background: rgba(74,74,74, 0.7);
}
.tribe-events-widget-link a, #homeFeature a.button,.tribe-events-widget-events-list__view-more a {
    display: block;
    background:#fff;
    color:#ef4034 !important;
    border: solid 1px #ef4034 !important;
    width: 140px;
    text-align: center;
    padding: 6px 0 !important;
    transition: all .3s ease !important;
}
.tribe-events-widget-link a:hover, #homeFeature a.button:hover,.tribe-events-widget-events-list__view-more a:hover {
    background:#ef4034;
    color:#fff !important;
    text-decoration: none !important;
}
#homeFeature img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}
#homeFeature a.button {
    margin-top: 10px;
}
.tribe-mini-calendar-event {
    background:#fff;
    padding: 0px;
    display: table;
}
.homeEvents .type-tribe_events {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    margin-bottom: 10px;
}
.tribe-mini-calendar-event .list-date {
    width: 15%;
    background: #ef4034;
    color:#fff;
    display: table-cell;
    text-align: center;
    padding: 10px 0 15px 0;
    height: 100%;
}

.tribe-mini-calendar-event .list-daynumber {
    display: block;
    font-size: 32px;
    font-weight: 700;
}
.tribe-mini-calendar-event .list-info {
    color:#7a7d81;
    line-height: 20px;
    padding: 0 0 10px 20px;
    background:#fff;
    width: 85%;
    display: table-cell;
}
.tribe-mini-calendar-event .list-info h2.tribe-events-title{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 10px 0 6px 0;
}
.tribe-mini-calendar-event .list-info h2.tribe-events-title a{
    color:#565656;
}
.tribe-events-list {
    margin-top: 20px;
}
.messageBlock {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    margin-bottom: 10px;
    background:#fff;
    line-height: 16px;
    height: 87px;
    overflow: hidden;
}
.messageBlock:hover {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}
.messageBlock:hover .msg-title, .messageBlock:hover .msg-content .anchor, .messageBlock:hover .msg-content .sub, .messageBlock:hover .msg-content .SS {
    color:#e81412;
}
.messageBlock .row {
    margin-left: 0px;
    margin-right: 0px;
}
.messageBlock .msg-img {
    float: left;
    width: 87px;
    overflow: hidden;
    background:#565656;
    height: 100%;
    min-height: 87px;
}
.msg-title {
    height: 40px;
    overflow:hidden;
	text-overflow: ellipsis;
	white-space: no-wrap;
}
.messageBlock .msg-content {
    float: left;
    padding: 15px;
    max-width: 255px;
}
.messageBlock a {
    color:#373535;
    cursor: pointer;
    text-decoration: none;
}
.messageBlock a:hover {
    text-decoration: none;
    cursor: pointer;
}
.messageBlock a.title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color:#565656;
}
.messageBlock .anchor {
    font-size: 21px;
    font-weight: 400;
    color:#000;
    font-family: 'Cinzel', serif;
}
.messageBlock .SS {
    font-size: 21px;
    font-weight: 400;
    color:#000;
    font-family: 'Cinzel', serif;
}
.messageBlock .description, .messageBlock .sub {
    font-size: 14px;
    line-height: 16px;
    color:#000;
    font-family: 'PT-Sans', sans-serif;
}
.messageBlock .date {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    color:#565656;
    font-weight: 400;
    font-family: 'PT-Sans', sans-serif;
}
/**************** LANDING PAGE ***************/

#landing {
    background: rgba(86,86,86,0.05);
}
.content {
    padding: 30px 25px 30px 0;
    font-size: 16px;
    line-height: 22px;
}

.content.fullwidth {
    padding: 30px 0;
}
.checkerboard .photoBlock {
    min-height: 250px;
}
.content.eighteen {
    font-size: 18px;
    line-height: 26px;
}
.checkerboard a h2, .subPage h2, .checkerboard h2 {
    color: #f15e53;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 20px;
    background: url(../img/grayLine.png) no-repeat left bottom;
}
.staff h3 {
    color: #f15e53;
    font-weight: 400;
    font-size: 23px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background: url(../img/grayLine.png) no-repeat left bottom;
}
.checkerboard a:hover {
    text-decoration: none;
}
.content a, .subPage .textBlock a {
    color:#ef4034;
}
#wrap {
    width: 100%;
    overflow: hidden;
    margin: 74px auto 0 auto;
    max-width: 2000px;
    background: #fff;
}
#HeaderPhoto {
    background:#565656;
    height: 194px;
    position: relative;
    background-position: right top !important;
    background-size: 258% !important;
    overflow:hidden;
}
#HeaderPhoto #gradient {
    height: 375px;
    width: 100%;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    position: relative;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c000000',GradientType=0 );
}
#HeaderPhoto h1 {
    color:#fff;
    text-align: center;
    font-size: 42px;
    line-height: 40px;
    padding-top: 16%;
}
#HeaderPhoto #iconHeader {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color:#fff;
}
#HeaderPhoto #iconHeader li {
    display: block;
    text-align: center;
}
#HeaderPhoto #iconHeader li img {
    width: 80px;
    height: auto;
    margin: 15px 0;
}
#HeaderPhoto #iconHeader li h2{
    color:#fff;
    font-size: 42px;
    line-height: 40px;
}
/*
#HeaderPhoto h1#anchored::before {
    width: 100px;
    height: 100px;
    margin:  0 20px 0 0;
    background: black;
    content: url(/wp-content/uploads/2017/12/anchor-square.png);
    display: inline-block;
} */
.overview {
    background:#fff;
    font-size: 21px;
    padding: 40px 30px;
}
.padContent {
    padding: 0 30px;
}
#sideBar {
    background: #e6e6e6;
    padding-top: 40px;
    padding-bottom: 40px;
}
#sideBarCalendar .parent-sidebar-menu {
    background: #e6e6e6;
    padding-top: 0px;
    padding-bottom: 40px;
    display: block;
    position: relative;
    list-style: none;
    margin: 0 auto 40px auto;
    width: 90%;
}
#sideBarCalendar .parent-sidebar-menu li {
    background: #f2f2f2;
    border-bottom: solid 1px #fff;
    font-weight: 400;
}
#sideBarCalendar .parent-sidebar-menu li a{
    border-bottom: none;
    font-size: 18px;
}
#sideBarCalendar .parent-sidebar-menu li.evc a, #sideBarCalendar .parent-sidebar-menu li.evc a:hover{
    color:#f15e53;
}
#sideBarCalendar .parent-sidebar-menu li a:hover{
    text-decoration: underline;
    color:#565656;
}
.parent-sidebar-menu {
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0 auto 40px auto;
    width: 90%;
}
.parent-sidebar-menu .page_item.has_children {
    background:#fff !important;
    font-weight: 700 !important;
}
.parent-sidebar-menu a, .sideBarCalendar a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color:#565656;
}
.child-sidebar-menu {
    list-style: none;
    margin: 0px;
    padding:0px;
}
.child-sidebar-menu .page_item, .child-sidebar-menu .page_item.page_item_has_children {
    background:#f2f2f2 !important;
    border-bottom: solid 1px #fff;
    font-weight: 400 !important;
}
.child-sidebar-menu .page_item.current_page_item a {
    color:#ef4034;
}
#sideBar #tribe-events-adv-list-widget-3 {
    background:#fff;
    width: 90%;
    margin: 0 auto 20px auto;
}
#sideBar #tribe-events-adv-list-widget-3 .widget-title {
    font-size: 20px;
    font-weight: 700;
    color:#565656;
    padding: 10px;
    border-bottom: solid 2px #e6e6e6;
}
input[type="submit"].tribe-events-button {
    background:#f15e53;
    color:#fff;
    padding: 4px 12px;
    outline: none;
    border:none;
}
/* #sideBar #tribe-events-adv-list-widget-3 p {
    display: block;
    padding: 10px;
} */
#sideBar a.buttonLink {
    display: block;
    background:#fff;
    border: solid 2px #ef4034;
    color:#ef4034;
    width: 195px;
    text-align: center;
    padding: 10px;
    transition: all .4s ease;
}
#sideBar .block {
    width: 90%;
    margin: 0 auto;
}
#sideBar a.buttonLink:hover, .feature a.learnMore:hover, #contactBox a.learnMore:hover {
    background:#ef4034;
    color:#fff;
    text-decoration: none;
    cursor:pointer;
}
#sideBar .tribe-events-widget-link a, #sideBar .tribe-events-widget-link {
    display:none;
}
#sideBar .tribe-event-featured {
    border-bottom: solid 2px #e6e6e6;
    padding: 8px 8px 6px 8px;
}
.overview {
    font-size: 19px;
    line-height: 30px;
}
.row.feature {
    margin-left: 0px;
    margin-right: 0px;
}
.feature .textBlock {
    padding: 15px;
}
.feature a.learnMore, #contactBox a.learnMore {
    display: block;
    background:#fff;
    border: solid 2px #ef4034;
    color:#ef4034;
    width: 120px;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    transition: all .4s ease;
}
.cards.photoLinks {
    width: 90%;
    margin: 0px auto;
}
.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Aligner-item {
  }

  .Aligner-item--top {
    align-self: flex-start;
  }

  .Aligner-item--bottom {
    align-self: flex-end;
  }
/****************** CALENDAR PAGE ****************/
.tribe-events-before-html {
    margin-bottom: 20px;
}
.tribe-events-before-html p, #tribe-bar-collapse-toggle, .tribe-bar-geoloc-filter, .tribe-bar-views-list {
    display: none;
}
.tribe-events-calendar thead {
    background:#565656;
    color:#fff;
}
.tribe-bar-filters, #tribe-bar-views {
    float:right;
    background: #f6f6f6 !important;
    height: 75px;
    padding: 15px 0;
    box-sizing: content-box;
}
.tribe-bar-filters {
    width: 100%;
}
#tribe-bar-views {
    display:none;
}
#tribe-bar-views::after {
    display: table;
    content: '';
    height: 0px;
    clear: both;
}
#tribe-bar-dates, .tribe-bar-search-filter {
    width: 33%;
    float: left;
}
.tribe-bar-submit {
    width: 33%;
    float: left;
}
#tribe-bar-dates label, .tribe-bar-search-filter label {
    display: block;
    color:#565656;
    margin-left: 15px;
}
#tribe-bar-dates input, .tribe-bar-search-filter input {
    background: transparent;
    border: none;
    border-bottom: dotted 1px #565656;
    margin-left: 15px;
}
.tribe-bar-filters, #tribe-bar-views
#tribe-events-daynum-1-0, #tribe-events-daynum-2-0, #tribe-events-daynum-3-0, #tribe-events-daynum-4-0, #tribe-events-daynum-5-0, #tribe-events-daynum-6-0,
#tribe-events-daynum-7-0, #tribe-events-daynum-8-0, #tribe-events-daynum-9-0, #tribe-events-daynum-10-0, #tribe-events-daynum-11-0, #tribe-events-daynum-12-0,
#tribe-events-daynum-13-0, #tribe-events-daynum-14-0, #tribe-events-daynum-15-0, #tribe-events-daynum-16-0, #tribe-events-daynum-17-0, #tribe-events-daynum-18-0,
#tribe-events-daynum-19-0, #tribe-events-daynum-20-0, #tribe-events-daynum-21-0, #tribe-events-daynum-22-0, #tribe-events-daynum-23-0, #tribe-events-daynum-24-0,
#tribe-events-daynum-25-0, #tribe-events-daynum-26-0, #tribe-events-daynum-27-0, #tribe-events-daynum-28-0, #tribe-events-daynum-29-0, #tribe-events-daynum-30-0,
#tribe-events-daynum-31-0, #tribe-events-daynum-1-0 a, #tribe-events-daynum-2-0 a, #tribe-events-daynum-3-0 a, #tribe-events-daynum-4-0 a,
#tribe-events-daynum-5-0 a, #tribe-events-daynum-6-0 a, #tribe-events-daynum-7-0 a, #tribe-events-daynum-8-0 a, #tribe-events-daynum-9-0 a,
#tribe-events-daynum-10-0 a, #tribe-events-daynum-11-0 a, #tribe-events-daynum-12-0 a,  #tribe-events-daynum-13-0 a, #tribe-events-daynum-14-0 a,
#tribe-events-daynum-15-0 a, #tribe-events-daynum-16-0 a, #tribe-events-daynum-17-0 a, #tribe-events-daynum-18-0 a, #tribe-events-daynum-19-0 a,
#tribe-events-daynum-20-0 a, #tribe-events-daynum-21-0 a, #tribe-events-daynum-22-0 a, #tribe-events-daynum-23-0 a, #tribe-events-daynum-24-0 a,
#tribe-events-daynum-25-0 a, #tribe-events-daynum-26-0 a, #tribe-events-daynum-27-0 a, #tribe-events-daynum-28-0 a, #tribe-events-daynum-29-0 a,
#tribe-events-daynum-30-0 a, #tribe-events-daynum-31-0 a
{
    background: #d4d4d4;
    color:#fff;
    font-weight: 700;
}
.tribe-events-calendar td a {
    word-wrap: break-word;
    color:#d31244;
}
.tribe-events-calendar td.tribe-events-past a {
    color:#efc7cb;
}
h3.tribe-events-month-event-title {
    font-size: 14px;
    line-height: 18px;
}
.tribe-events-nav-previous a {
    font-size: 18px;
    color: #f15e53;
}
a.tribe-events-ical.tribe-events-button {
    display: block;
    color:#fff;
    background:#565656;
    width: 155px;
    text-align: center;
    padding: 5px 0;
}
.tribe-events-list-event-title, .tribe-events-list-event-title a {
    font-size: 21px;
    color:#f15e53;
}
.tribe-events-list-separator-month {
    font-size: 27px;
    color:#565656;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
.tribe-events-event-meta {
    background: #f6f6f6;
    border: solid 1px #e7e7e7 !important;
    padding: 15px;
    font-size: 14px;
}
.tribe-event-time, .tribe-events-divider, .tribe-address, .tribe-event-date-end, .tribe-country-name {
    display: none;
}
.tribe-event-date-start, .recurringinfo .event-is-recurring, .tribe-events-venue-details {
    display: block;
    font-size: 14px;
    padding: 0 10px;
}
#sideBar .tribe-event-date-start {
    padding: 0px;
}
.tribe-events-venue-details {
    border-top: solid 1px #e7e7e7;
    padding: 5px 10px;
}
.tribe-events-venue-details a, .recurringinfo .event-is-recurring a {
    color: #565656;
}
.tribe-events-list-event-description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}
.tribe-events-list-event-description a, .tribe-events-back a {
    color: #f15e53;
}
.tribe-events-list-event-description a.tribe-events-read-more {
    font-size: 16px;
}
#tribe-events-content h1 {
    font-size: 24px;
}
#tribe-events-content .tribe-events-schedule h2 {
    font-size: 18px;
    display: block;
}
#tribe-events-content .tribe-events-schedule h2 .tribe-event-date-start {
    font-size: 18px;
    padding: 0px;
}
#tribe-events-content .tribe-events-schedule .recurringinfo .event-is-recurring {
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
}
#tribe-events-header .tribe-events-sub-nav {
    display: none;
}
#tribe-events-content a.tribe-events-ical.tribe-events-button, #tribe-events-content a.tribe-events-gcal {
    display: inline-block;
    background:#fff;
    color: #565656;
    border:solid 2px #565656;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    margin: 2px;
    transition: all .3s ease;
}
#tribe-events-content a.tribe-events-ical.tribe-events-button:hover, #tribe-events-content a.tribe-events-gcal:hover {
    background:#565656;
    color: #fff;
    text-decoration: none;
}
.tribe-events-event-meta {
    font-size: 16px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 21px;
}
#tribe-events-content .tribe-address {
    display: block;
}
/************************ BLOG ***********************/

#blog {
    padding-top: 30px;
    padding-bottom: 30px;
}
#blog h1 {
    margin-bottom: 30px;
}
#blog h2 {
    font-size: 18px;
}
#blog article, #blog .row {
    border-bottom: solid 1px #e6e6e6;
    padding: 0 0 20px 0;
    margin: 0 0 20px 10px;
}
#blog .row div.col-12 {
    padding-left: -20px !important;
}
#blog article .continue, #blog a.continue {
    color: #f15e53;
    font-size: 16px;
}
/***************** SERMONS ****************/

.sermonsBlock .row{
    font-weight: 700;
    margin: 0 0 4px 15px;
    /* background: rgba(86,86,86,0.07); */
    padding: 10px 0;
    border-bottom: solid 1px #d9d9d9;
}
.sermonDate {
    color: #aeaeae;
    font-weight: 400;
    font-size: 16px;
}
.sermonsBlock h4 {
    color: #565656;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 0px;
    font-weight: 700;
}
.sermonsBlock .pastor {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.sermonsBlock a {
    color: #f15e53;
    font-weight: 400;
}
.downloadSermon, .downloadPDF {
    padding-top: 5px;
}
#downloads.dropdown-menu {
    margin-left: 0px;
}
/**************** ANCHOR NEWSLETTER *****************/
.anchorBlock {
    background: rgba(86,86,86,0.07);
    padding: 15px;
}
.anchorBlock h4 {
    color: #565656;
    font-size: 18px;
    margin-bottom: 0px;
}
/***************** CONTACT *********************/
#contactBox {
    padding: 2rem;
    background: rgba(86,86,86,0.1);
    margin-bottom: 2rem;
}
#contactBox a.facebook::before {
    content: url(../img/facebook.png);
    margin-right: 1px;
}
#contactBox a.facebook {
    color: red;
}
#contactBox h3 {
    font-size: 24px;
    margin-top: 15px;
}
#contactForm label {
    font-weight: 400;
    font-size: 1.25rem;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    max-width: 600px;
}
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea, #contactForm select {
    padding: 5px;
    width: 100%;
    max-width: 700px;
    outline:none;
    border: solid 1px rgba(86,86,86,0.2);
    margin-top: 4px;
}
#contactForm input[type="submit"] {
    background: #fff;;
    color:#f15e53;
    padding: 7px 0;
    text-align: center;
    width: 120px;
    font-size: 18px;
    text-transform: uppercase;
    border:solid 1px #f15e53;
    border-radius: 0px;
    transition: all .3s ease;
}
#contactForm input[type="submit"]:hover {
    background: #f15e53;
    color:#fff;
}
.searchResults {
    list-style: none;
    margin: 20px 0;
    padding:0px;
}
.searchResults li {
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0;
}
.searchResults h2, .searchResults h2 a {
    font-size: 18px;
    color:#565656;
}
.subPage .feature:nth-child(odd) {
    background: #fafafa;
}
.subPage .feature:nth-child(even) {
    background: #fff;
}
.subPage .feature img {
    max-width: 100%;
}
.subPage .feature img {
    margin: 0px 20px 20px 0px;
}
.subPage .feature {
    padding: 0 20px 0 0;
}
.subPage .feature.fullwidth {
    padding: 0 15px;
}
.subPage .feature .featuredStaff img {
    max-width: 100%;
    float:none;
    display: block;
}

@media (min-width: 768px) {
    #wrap {
        margin: 0 auto;
    }
    .header {
        height: 82px;
    }
    .gridder.carousel-item table, .gridder.carousel-item table tr td {
        height: 169px;
    }
    .mapInfo a.directions {
        margin: 100px 4px 0 4px;
    }
    /******************** SLIDESHOW ******************/
    .slideshow, .slideshow ul li, .slideshow .demo_wrapper, .text-overlay, .carousel-item {
        height: 360px;
    }
    .slideshow img.featureImage {
        height: 100%;
        width: auto;
    }
    .textOverlay {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .textOverlay .contentWrap {
        width: 95%;
        max-width: 488px;
        margin: 0 auto;
    }
    .textOverlay .contentWrap img {
        display: block;
        width: 100%;
        max-width: 488px;
        margin: 0 auto;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon  {
        position: absolute;
        height: 50px;
        width: 50px;
    }
    .carousel-control-next-icon {
        right: 10px;
    }
    .carousel-control-prev-icon {
        left: 10px;
    }
    .subPage .feature img {
        max-width: 400px;
    }
    .subPage .feature img {
        max-width: 400px;
    }

/**************** HOME PAGE *************/

    #homeIntro {
        padding: 45px 50px 40px 50px;
        text-align: center;
        font-size: 21px;
        line-height: 31px;
    }
    #homeIntro h1 {
        font-size: 36px;
    }
    .cards .cardBox {
        margin-bottom: 45px;
    }
    .messageBlock .msg-content {
        max-width: 235px;
    }
/****************** INTERIOR PAGE **************/
    #HeaderPhoto {
        height: 375px;
        background-position: center !important;
        background-size: cover !important;
    }
    #HeaderPhoto h1 {
        text-align: left;
        font-size: 60px;
        line-height: 64px;
        position: absolute;
        bottom: 40px;
        left: 25px;
        padding-top: 0;
    }
    #HeaderPhoto #iconHeader {
        text-align: left;
        font-size: 60px;
        line-height: 64px;
        position: absolute;
        bottom: 40px;
        left: 25px;
        padding-top: 0;
    }
    #HeaderPhoto #iconHeader li {
        display: inline-block;
    }
    #HeaderPhoto #iconHeader li img{
        width: auto;
        height: auto;
        margin: 0;
    }
    #HeaderPhoto #iconHeader li h2{
        font-size: 60px;
        line-height: 64px;
    }
    .overview {
        font-size: 21px;
        line-height: 30px;
    }
    .row.feature {
        margin-left: -15px;
        margin-right: -15px;
        background:#fafafa;
    }
    .feature .photoBlock {
        background: black;
    }



/**************** CALENDAR *******************/

    #tribe-bar-views {
        width: 25%;
        display: block;
    }
    .tribe-bar-filters {
        width: 75% !important;
    }
/****************** SERMONS ****************/
    .downloadSermon, .downloadPDF {
        padding-top: 25px;
    }
    .btn-group.show .dropdown-menu {
        left: -138px;
        background: #fff;
        white-space: nowrap;
        border: solid 1px #e6e6e6;
        width: auto;
        min-width: 100px;
    }
/******************* CONTACT ***************/
    #contactBox {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .child-sidebar-menu .current_page_item .grandchild-sidebar-menu li a {
        background:#fff;
        font-size: 16px !important;
        padding: 5px 0px;
    }

}
@media (min-width: 970px) {
    #headerContent li {
    }
}
@media (min-width: 995px) {
    .scrollHeader {
        background:#fff;
        display: block;
        top: -70px;
        z-index: 1000;
        position: fixed;
        width: 100%;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
        transition: top .5s ease;
    }
    #scrollLogo {
        overflow:hidden;
    }
    .scrollHeader.scrolled {
        top: 0px;
    }
    .scrollHeader .nav .navItem a {
        color:#565656;
    }

    .header {
        height: 82px;
        position: relative;
    }
    .navBar {
        height: 56px;
        position: relative;
        width: 100%;
        right: 0px !important;
    }
    .mobileHeader {
        display: none;
    }
    .nav {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        font-size: 1rem;
        display: table !important;
        width: 100%;
        max-width: 1200px;
        position: relative;
        top: 0;
        background:transparent;
    }
    .nav li {
        display: table-cell;
        text-align: center;
        padding: 0px;
        width: auto;
        border-bottom: none;
        position: relative;

    }
    .nav li a.hasSub, .nav li a.hasSub:hover {
        color:#fff;
    }
    .scrollHeader .nav li a.hasSub:hover, .scrollHeader .nav li .dropdown-menu a:hover {
        color:#f15e53;
    }

    .nav li a {
        color:#fff;
        text-decoration: none;
        text-transform:uppercase;
        padding-top: 15px;
        display: inline-block;
        height: 56px;
        box-sizing: border-box;
        position: relative;

    }
    .nav li a.noPad {
        padding-top: 0px;
    }
    .scrollHeader .nav li a.hasSub::after {
        content: url('../img/angle-down-gray.png');
        display: block;
        float:right;
        position: relative;
        top:0;
        right: 0;
        margin: 0 0 0 5px;
    }
    .nav li a.hasSub::after {
        content: url('../img/angle-down.png');
        display: block;
        float:right;
        position: relative;
        top:0;
        right: 0;
        margin: 0 0 0 5px;
    }
    .nav li:hover .dropdown-menu {
        display: inline-block;
    }
    .dropdown-menu {
        display: inline-block;
        display: none;
        position: absolute;
        border-radius: 0px;
        border:none;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.04);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.04);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.04);
        min-width: 100px;
        width: auto;
        margin: 0 0 0 25px;
        padding: 0px;
        height: auto;
        background:#fff;
        white-space:nowrap;
        border: solid 1px #e6e6e6;
    }
    .dropdown-menu li {
        display: block;
        text-align: left;
        font-size: 16px;
        text-transform: none;
        height: auto;
    }
    .dropdown-menu li.menu-item-has-children a {
        border-bottom: none;
        padding: 8px 15px 0 15px;
    }
    .dropdown-menu li ul.sub-menu {
        padding-inline-start: 25px;
        border-bottom: solid 1px #e6e6e6;
    }
    .sub-menu li {
        font-size: 14px;
        text-transform: none;
    }
    .dropdown-menu .sub-menu li a{
        border-bottom: none;
        padding: 1px 0;
    }

    .dropdown-menu li a {
        color:#808080;
        display: block;
        padding: 8px 15px;
        height: auto;
        border-bottom: solid 1px #e6e6e6;
        transition: color .3s ease;
    }
    .dropdown-menu li a:hover {
        text-decoration: none;
        color: #ef4034;
    }
    .mapInfo a.directions {
        margin: 100px 4px 0 0;
    }
    .mapInfo a.contact {
        margin: 10px 4px 0 0;
    }
    .mapInfo {
        padding: 0 0 0 50px;
    }
    .row.footerThree {
        margin-left: 0px;
        margin-right: 0px;
    }
    .innerFooter {
        padding-top: 20px;
    }
    .footerThree .col-lg-4 {
        margin: 32px 0;
        border-left: solid 1px #949494;
    }
    .footerThree .col-lg-4:first-child {
        border-left: none;
    }
    .footerThree .col-lg-4 p {
        max-width: 327px;
    }
    .footerThree .col-12:nth-child(2) {
        background:transparent;
    }
    /********************* HOME **********************/
    #homeIntro {
        padding: 50px 0 45px 0;
        text-align: center;
    }
    #homeIntro p {
        display: block;
        margin: 20px auto 0 auto;
        max-width: 720px;
    }
    .cards .cardBox {
        margin-bottom: 20px;
    }
    .messageBlock .msg-content {
        max-width: 195px;
    }
    /******************** SLIDESHOW *******************/
    .slideshow {
        height: 510px;
        margin-top: 0px;
    }
    .carousel-item {
        height: 510px;
    }
    /******************** LANDING PAGE *******************/
    .feature .textBlock {
        padding: 20px 30px;
    }
    .feature .photoBlock {
        min-height: 320px;
    }
    .cards.photoLinks {
        width: 87%;
        max-width: 825px;
        margin: 50px auto 70px auto;
    }
    .checkerboard .feature:nth-child(odd) .photoBlock{
        left: 50%;
    }
    .checkerboard .feature:nth-child(odd) .textBlock{
        right: 50%;
    }
    /******************** CALENDAR ************************/
    .tribe-events-list {
        margin-right: 0px;
    }
    /******************** SERMONS **********************/
    .sermonsBlock .btn-group.top {
        margin-top: 15px;
    }
    #downLoads.dropdown-menu {
        margin-left: 0px;
    }
    .subPage .feature img {
        max-width: 400px;
    }
    .subPage .feature:nth-child(odd) img {
        float: right;
        margin: 0px 0px 20px 20px;
    }
    .subPage .feature:nth-child(even) img {
        float: left;
        margin: 0px 20px 20px 0;
    }
    .cards.photoLinks {
        width: 96%;
        margin: 25px auto;
    }
    .btn-group.show .dropdown-menu {
        left: 0px;
    }
}
@media (min-width: 1207px) {
    .mapInfo a.directions {
        margin: 100px 4px 0 0;
    }
    .mapInfo a.contact {
        margin: 100px 4px 0 0;
    }
    .container {
        max-width: 1200px;
    }
    .messageBlock .msg-content {
        max-width: 255px;
    }
}

@media (min-width:1600px) {

}
#file-upload {
	background-color: rgb(235, 87, 77); 
	width: auto;
	color:white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease;
}
#file-upload:hover {
    background-color: rgb(245, 103, 93); 
}
#file-upload #cloud {
	width: 25px;
	height: auto;
	margin-right: 5px;
}

#upload-modal {
    border: none;
}
#upload-modal .modal-header button.close {
    border: 2px solid;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
#upload-modal .modal-body label {
    margin-bottom: .1rem;
    font-weight: 600;
}
#upload-modal .modal-body select.form-control {
    margin-bottom: 1rem;
}
#uploads-table {
    margin-bottom: 50px;
}
#uploads-table td {
    padding: .5rem .8rem;
    border-top: none;
}
#uploads-table thead tr td {
    font-weight: 600;
}