/*make the wrapper container to be fullwidth*/

#content #text-wrap > .inner-wrap > #shell > #shell-wrap {
    width: 100%;
    padding: 0;
}


/*WYSIWYG Section*/

section.wysiwyt {
    padding: 40px 30px;
    box-sizing: border-box;
    width: 100%;
}


/*Header navigation*/

#text .ministry-nav {
    /*background-color: #e7eaee;*/
}

#text .ministry-nav > ul {
    display: flex;
    margin: 0px;
    padding: 0px 40px;
    padding: 0px;
}

#text .ministry-nav > ul li {
    display: inline-block;
    flex: 1;
    list-style: none;
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

#text .ministry-nav > ul li a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px;
    /*color: black;*/
    font-weight: bold;
    box-sizing: border-box;
}

#text .ministry-nav > ul li a:hover {
    /*color: #5d7b9d;*/
}

#text .ministry-nav > select {
    display: none;
}


/* =memberList Items - STAFF MONKLET
---------------------------------------------------------------------
*/

.content .memberList {
    padding: 15px 0;
    /*border-top:2px solid #EEE;*/
    margin-bottom: 15px;
}

.content .memberList:last-child {
    margin: 0;
}

.content .memberList .mL-member {
    float: left;
    width: 33%;
    margin: 0px;
    text-align: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.content .member-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-bottom: 7px;
}

.content .member-item:last-child {
    margin: 0;
}

.content .mL-member h3 {
    font-size: 16px;
    margin: 0px 0 9px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
}

.content .mL-member h3 a {
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    font-weight: 700;
}

.content .mL-member .mL-photo-frame {
    width: 40%;
    margin: 0 auto;
    border: 2px solid #e9e9e9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    float: left;
    margin-right: 20px;
}

.content .mL-member .mL-photo {
    width: 97%;
    overflow: hidden;
    background: #ffffff;
    padding: 1.5%;
}

.content .mL-member .mL-photo img {
    width: 100%;
    display: block;
}

.content .mL-member span {
    display: block;
    font-size: 12px;
}

.content .mL-member .mL-position {
    font-size: 13px;
    font-weight: 700;
}

.content .mL-member .mL-social {}

.content .mL-member .mL-social span,
.content .mL-member .mL-social span a {
    width: 23px;
    height: 23px;
}

.content .mL-member .mL-social span {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.content .mL-member .mL-social span:last-child {
    margin: 0;
}


/* icons */

.content .mL-member .mL-social span a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/_img/member-social.png) no-repeat 0 0;
}

.content .mL-member .mL-social span.mL-email a {
    background-position: 0 top;
}

.content .mL-member .mL-social span.mL-email a:hover {
    background-position: 0 bottom;
}

.content .mL-member .mL-social span.mL-facebook a {
    background-position: -23px top;
}

.content .mL-member .mL-social span.mL-facebook a:hover {
    background-position: -23px bottom;
}

.content .mL-member .mL-social span.mL-twitter a {
    background-position: -46px top;
}

.content .mL-member .mL-social span.mL-twitter a:hover {
    background-position: -46px bottom;
}

.content .mL-member .mL-sep {
    top: -1px;
    padding: 0 7px;
    color: #e2e2e2;
}

.content .memberList p.results {
    margin: 20px 0;
}

.content .memberList p.results span {
    font-weight: 700;
}

@media only screen and (max-width: 960px) {
    .content .memberList .mL-member {
        width: 50%;
        text-align: center;
    }
    .content .mL-member .mL-photo-frame {
        width: 100%
    }
}


/*FEATURED EVENTS*/

#featured-events {
    margin: 15px 0;
}

article.featured-event {
    float: left;
    width: 31.68%;
    margin: 0 2% 2% 0;
}

article.featured-event.end {
    margin-right: 0;
}

article.featured-event .featured-image {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
    *z-index: 0;
}

article.featured-event .featured-image img {}

article.featured-event .featured-start {
    margin-bottom: 0px;
}

article.featured-event .featured-time {
    margin-bottom: 0px;
}

article.featured-event h6 {
    margin: 5px 0;
    font-weight: bold;
}

#featured-events:after,
article.featured-event:after {
    content: '';
    clear: both;
    float: none;
    display: block;
}

@media only screen and (max-width: 960px) {
    article.featured-event {
        width: 50%;
        text-align: center;
    }
}


/*TABS SECTION*/

.ministry-tabs-wrapper {}

.ministry-tabs-wrapper ul.ministry-tabs {
    margin-left: 0px;
}

.ministry-tabs-wrapper ul.ministry-tabs li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.ministry-tabs-wrapper ul.ministry-tabs li:last-child {
    margin-right: 0px;
}

.ministry-tabs-wrapper ul.ministry-tabs li.active a,
.ministry-tabs-wrapper ul.ministry-tabs li:hover a {
    background-color: white;
}

.ministry-tabs-wrapper ul.ministry-tabs li a {
    color: black;
    width: 180px;
    display: block;
    padding: 15px 0px !important;
    text-align: center;
    font-weight: bold;
    /*background-color: #e7eaee;*/
    border: 1px solid #e7eaee;
}

.ministry-tabs-wrapper ul.ministry-tabs li .ministry-tabs-content-mobile {
    display: none;
}

.ministry-tabs-wrapper .ministry-tabs-content {}

.ministry-tabs-wrapper .ministry-tabs-content.loading {
    background-image: url(/_img/ajax-loader.gif);
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
}

@media only screen and (max-width: 960px) {
    .ministry-tabs-wrapper ul.ministry-tabs li.active .ministry-tabs-content-mobile {
        display: inherit;
        margin-top: 20px;
    }
    .ministry-tabs-wrapper ul.ministry-tabs li .ministry-tabs-content-mobile.loading {
        background-image: url(/_img/ajax-loader.gif);
        min-height: 100px;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .ministry-tabs-wrapper .ministry-tabs-content {
        display: none;
    }
    .ministry-tabs-wrapper ul.ministry-tabs li {
        margin-right: 0px;
        display: block;
    }
    .ministry-tabs-wrapper ul.ministry-tabs li a {
        width: 100%;
        box-sizing: border-box;
    }
}


/*GRID LAYOUT*/

.ministry-section .div-row:after,
.ministry-section .div-row .div-col:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.ministry-section .div-row {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .ministry-section .div-row {
        margin-bottom: 2em;
    }
}

.ministry-section .div-row .div-col {
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0;
}

@media (min-width: 48em) {
    .ministry-section .div-row .div-col {
        float: left;
        margin: 0 0 0 4%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row .div-col:first-child {
        margin-left: 0 !important;
    }
}

.ministry-section .div-row .div-col p:last-child {
    margin: 0;
}

.ministry-section .div-row .div-col p img,
.ministry-section .div-row .div-col div img,
.ministry-section .div-row .div-col p iframe,
.ministry-section .div-row .div-col div iframe,
.ministry-section .div-row .div-col p object,
.ministry-section .div-row .div-col div object,
.ministry-section .div-row .div-col p video,
.ministry-section .div-row .div-col div video {
    margin-bottom: 1em;
}

@media (min-width: 48em) {
    .ministry-section .div-row.one-half .div-col {
        width: 48%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row.one-third .div-col {
        width: 30.66666666666667%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row.one-fourth .div-col {
        width: 22%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row.two-third .div-col {
        width: 72%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row.two-third .div-col:first-child {
        width: 24%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row.two-third.right .div-col {
        width: 24%;
    }
}

@media (min-width: 48em) {
    .ministry-section .div-row.two-third.right .div-col:first-child {
        width: 72%;
    }
}


/*SECTIONS*/

.ministry-section {}

.ministry-section .ministry-section-inner {
    padding: 60px 40px;
    text-align: center;
    background-color: #f6f8fa;
    background-size: cover;
    background-position: 50% 50%;
}

.ministry-section.dark .ministry-section-inner h1,
.ministry-section.dark .ministry-section-inner h2,
.ministry-section.dark .ministry-section-inner h3,
.ministry-section.dark .ministry-section-inner h4,
.ministry-section.dark .ministry-section-inner h5,
.ministry-section.dark .ministry-section-inner h6,
.ministry-section.dark .ministry-section-inner p {
    color: white;
}

.ministry-section .ministry-section-inner a.button-small {
    background-color: #5d7b9d;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400;
}

.ministry-section .ministry-section-inner a.button-small:hover {
    background-color: #5995d8;
}


/*GENERAL SECTIONS*/

.resources-section,
.events-section,
.sermon-section,
.volunteer-section,
.staff-section {
    padding: 8em 0px;
}

@media only screen and (max-width: 960px) {
    .resources-section,
    .events-section,
    .sermon-section,
    .volunteer-section,
    .staff-section {
        padding: 3em 0px;
    }
}

.resources-section .heading,
.events-section .heading,
.sermon-section .heading,
.staff-section .heading,
.volunteer-section .heading {
    position: relative;
}

.resources-section .heading .more,
.events-section .heading .more,
.sermon-section .heading .more,
.volunteer-section .heading .more,
.staff-section .heading .more {
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 16px;
    right: 0px;
}

.staff-section .heading .more {
    right: 60px;
}

@media only screen and (max-width: 960px) {
    .resources-section .heading .more,
    .events-section .heading .more,
    .sermon-section .heading .more,
    .volunteer-section .heading .more,
    .staff-section .heading .more {
        right: 0px;
    }
    .staff-section .heading .more {
        right: 20px;
    }
}

.staff-section .mL-member .mL-photo-frame {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.staff-section .memberList .mL-member {
    text-align: center;
}

.staff-section .mL-member h3 {
    margin-top: 10px;
}

@media only screen and (max-width: 960px) {
    .staff-section .memberList .mL-member {
        /*float: none;
		width: 100%;*/
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }
}


/*Volunteer SECTION*/

.volunteer-section {
    background-color: #f6f8fa;
}

.resources-section,
.events-section,
.sermon-section,
.volunteer-section {
    padding-left: 40px;
    padding-right: 40px;
}

.resources-section .heading,
.events-section .heading,
.sermon-section .heading,
.volunteer-section .heading {
    margin-bottom: 40px;
}

.volunteer-section article {
    margin-bottom: 20px;
    display: table;
}

.volunteer-section article:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.volunteer-section article .img-thumb {
    display: table-cell;
}

.volunteer-section article img {
    padding-right: 0%;
    width: calc(100% - 30px);
}

.volunteer-section article .v-content {
    display: table-cell;
    width: 66%;
    /*background-color: #f3f5f6;*/
    border: 1px solid #e3e5e6;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.volunteer-section article .v-content .title {
    border-bottom: 1px solid #e3e5e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.volunteer-section article .v-content .title .arrow-icon {
    background-image: url(/_img/ministry-volunteer-arrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    opacity: 1.0;
}

.volunteer-section article .v-content .category {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.volunteer-section article .v-content .previewText p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 960px) {
    .volunteer-section article {
        display: block;
        width: 100%;
    }
    .volunteer-section article .img-thumb {
        display: block;
        width: 100%;
    }
    .volunteer-section article img {
        width: 100%;
    }
    .volunteer-section article .v-content {
        display: block;
        width: 100%;
    }
}


/*SERMON SECTION*/

#text .sermon-section {}

#text .sermon-section .ministry-section {}

#text .sermon-section #video-embed {
    width: 100%;
    display: block;
    min-height: 10px;
    position: relative;
}

#text .sermon-section .ministry-section .featured-sermon {}

#text .sermon-section .ministry-section .featured-sermon .media-content {}

#text .sermon-section .ministry-section .featured-sermon .media-content ul {
    margin: 0px;
}

#text .sermon-section .ministry-section .featured-sermon .media-content ul li {
    display: inline-block;
    margin : 0px;
    padding: 0px;
}

#text .sermon-section .ministry-section .featured-sermon .media-content ul li a {
    /*background-color: #5d7b9d;*/
    border-radius: 6px;
    color: white;
    font-size: 14px;
    padding: 14px 20px;
    font-weight: 400;
}

#text .sermon-section .ministry-section .featured-sermon .media-content ul li a:hover {
    /*background-color: #5995d8;*/
}

#text .sermon-section .ministry-section .featured-sermon .media-content ul li.ministry-download-icon a:before,
#text .sermon-section .ministry-section .featured-sermon .media-content ul li.ministry-listen-icon a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/_img/ministry-listen-icon.png);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 3px;
}

#text .sermon-section .ministry-section .featured-sermon .media-content ul li.ministry-download-icon a:before {
    content: '';
    background-image: url(/_img/ministry-download-icon.png);
}


/*EVENTS SECTION*/

.events-section {
    background-color: #f6f8fa;
}

.events-section article {
    margin-bottom: 20px;
    display: table;
}

.events-section article:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.events-section article .img-thumb {
    display: table-cell;
}

.events-section article img {
    padding-right: 0%;
    width: calc(100% - 30px);
}

.events-section article .v-content {
    display: table-cell;
    width: 66%;
    background-color: #f3f5f6;
    border: 1px solid #e3e5e6;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.events-section article .v-content .title {
    border-bottom: 1px solid #e3e5e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.events-section article .v-content .title .arrow-icon {
    background-image: url(/_img/ministry-volunteer-arrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    opacity: 1.0;
}

.events-section article .v-content .when,
.events-section article .v-content .where {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 5px;
}

#text .events-section article .v-content .when-txt,
#text .events-section article .v-content .where-txt {
    margin-bottom: 0px;
}

@media only screen and (max-width: 960px) {
    .events-section article {
        display: block;
        width: 100%;
    }
    .events-section article .img-thumb {
        display: block;
        width: 100%;
    }
    .events-section article img {
        width: 100%;
    }
    .events-section article .v-content {
        display: block;
        width: 100%;
    }
}


/*RESOURCES SECTION*/

#text .resources-section {}

#text .resources-section .ministry-section {}

#text .resources-section #video-embed {
    width: 100%;
    display: block;
    min-height: 10px;
    position: relative;
}

#text .resources-section .ministry-section .featured-article {}

#text .resources-section .ministry-section .featured-article .media-content {}

#text .resources-section .ministry-section .featured-article .media-content ul {
    margin: 0px;
}

#text .resources-section .ministry-section .featured-article .media-content ul li {
    display: inline-block;
        margin: 0px;
    padding: 0px;
}

#text .resources-section .ministry-section .featured-article .media-content ul li a {
    /*background-color: #5d7b9d;*/
    border-radius: 6px;
    color: white;
    font-size: 14px;
    padding: 14px 20px;
    font-weight: 400;
}

#text .resources-section .ministry-section .featured-article .media-content ul li a:hover {
    /*background-color: #5995d8;*/
}

#text .resources-section .ministry-section .featured-article .media-content ul li.ministry-download-icon a:before,
#text .resources-section .ministry-section .featured-article .media-content ul li.ministry-listen-icon a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/_img/ministry-listen-icon.png);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 3px;
}

#text .resources-section .ministry-section .featured-article .media-content ul li.ministry-download-icon a:before {
    content: '';
    background-image: url(/_img/ministry-download-icon.png);
}


/*2 small resources*/

#text .resources-section article {
    margin-bottom: 20px;
    display: table;
    /*background-color: #f3f5f6;*/
    border: 1px solid #e3e5e6;
    padding: 20px;
    box-sizing: border-box;
}

#text .resources-section article:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

#text .resources-section article .img-thumb {
    /*display: table-cell;*/
}

#text .resources-section article img {
    padding-right: 0%;
    width: 25%;
    float: left;
}

#text .resources-section article .v-content {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
}

#text .resources-section article .v-content.has_img {
    width: 75%;
    padding-left: 20px;
}

#text .resources-section article .v-content .title {
    border-bottom: 1px solid #e3e5e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

#text .resources-section article .v-content .title .arrow-icon {
    background-image: url(/_img/ministry-volunteer-arrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    opacity: 1.0;
}

#text .resources-section article .v-content .category {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 5px;
}

#text .resources-section article .v-content .previewText p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 960px) {
    #text .resources-section article {
        display: block;
        width: 100%;
    }
    #text .resources-section article .img-thumb {
        display: block;
        width: 100%;
    }
    #text .resources-section article img {
        width: 100%;
    }
    #text .resources-section article .v-content {
        display: block;
        width: 100%;
    }
    #text .resources-section article .v-content.has_img {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    #text .resources-section article .v-content.has_img .title {
        margin-top: 15px;
    }
}


/*HEADER BILLBOARD*/

#ministryHeader {
    position: relative;
}

#ministryHeader .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ministryHeader .page-title h1 {
    color: white;
    font-size: 36px;
}

@media only screen and (max-width: 960px) {
    #ministryHeader .page-title {
        width: 80%;
        text-align: center;
    }
}


/*SELECTMENU STYLING*/

.ui-selectmenu {
    display: block;
    float: none;
    position: relative;
    height: 24px;
    width: 150px;
    text-decoration: none;
    overflow: hidden;
    margin-right: 5px;
    background: #e7eaee url(/_img/ministry-arrow-down.png) no-repeat 95% 50%;
    padding: 5px 0;
}

a.ui-selectmenu:hover {
    text-decoration: none;
}

.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1001;
    top: 0;
    visibility: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #e7eaee;
    max-height: 500px;
    width: 100% !important;
}

.ui-selectmenu-open {
    visibility: visible;
}

.ui-selectmenu-menu-popup {
    margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 100% !important;
}

.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0!important;
    border-left-width: 0!important;
    font-weight: 400!important;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
    line-height: 1em;
    display: block;
    padding: 1em 1.5em 1em 30px;
    outline: none;
    text-decoration: none;
    color: black;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 20px;
    position: relative;
    margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}

#text .ui-selectmenu-status {
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    /*color: #5e7c9c;*/
    font-size: 15px;
    font-weight: 700;
    margin-top: -10px;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
    background: #ebebeb;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {}

.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: 700;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: 1.0;
}

.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: 700;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0;
}

.ui-selectmenu {
    display: none;
}

@media only screen and (max-width: 960px) {
    #text .ministry-nav > ul {
        display: none;
    }
    #text .ministry-nav .ui-selectmenu {
        display: block;
        width: 100% !important;
        margin: 0;
        padding: 14px 0px;
    }
}

@media (min-width: 960px) {
    #ministry-layout .ministry-nav.stuck {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
    #ministry-layout .ministry-nav.stuck {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}


@media only screen and (max-width: 450px) {

    .resources-section .heading .more,
    .events-section .heading .more,
    .sermon-section .heading .more,
    .volunteer-section .heading .more,
    .staff-section .heading .more {
        text-indent: -999em;
        margin-right: 10px;
    }


    .resources-section .heading .more:before,
    .events-section .heading .more:before,
    .sermon-section .heading .more:before,
    .volunteer-section .heading .more:before,
    .staff-section .heading .more:before  {
        content : '+';
        text-indent: 0px;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 20px;
        top: -4px;
    }

    .resources-section .ministry-section .featured-article .media-content ul li a,
    .sermon-section .ministry-section .featured-sermon .media-content ul li a {
        display: block;
        margin-bottom: 10px
    }
}

#text #ministry-layout h6 {
    background-color: transparent;
}

#text #ministry-layout h3.member-item {
    margin: 0px;
    line-height: 1;
}

#text #ministry-layout .clearfix {
    clear: none;
}

#text #ministry-layout #featured-events {
    clear: both;
}

#text #ministry-layout ul.ministry-tabs {

}

#text #ministry-layout ul.ministry-tabs li{
    margin: 0px;

}

#text #ministry-layout ul.ministry-tabs li:first-child{
    padding: 0px;
}

#text #ministry-layout article.featured-event p,
#text #ministry-layout article.featured-event h6 {
    margin-bottom: 0px;
    padding: 0px;
    display: block;
}

#text #ministry-layout .ministry-section .div-row {
    float: none;
    width: 100%;
    position: relative;
    display: block;
}

#text #ministry-layout  .memberList:after {
    content : '';
    clear: both;
}

#text #ministry-layout section.staff-section .memberList .mL-member {
    float: none;
    display: inline-block;
}

#text #ministry-layout section h4{
    margin: 0px;
}
#text #ministry-layout h6 {
    display: block;
    padding: 0px;
}

#text  .volunteer-section article .v-content .previewText p {
    margin-bottom: 0px;
}

#text .ministry-section .div-row .div-col div iframe {
    width: 100%;
}

#ministry-layout-template-1 .ui-selectmenu-menu {
    margin-left: 7.66675%;
    width: 84.6665%;
    left: 0px !important;
}
#text #ministry-layout h6 {
    padding-bottom: 10px;
}
