/*
TITLE: MFV CUSTOM STYLES
AUTHOR: ALAN MILLER, TSF
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,400i,600,600i,700,700i,800');
@import url('/frontend/fonts/norwester/stylesheet.css');

body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .025rem;
}

a {
    color: #1498bc;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Work Sans', sans-serif;
}

h2 {
    color: #1b3d6d;
    font-size: 2.1rem;
    font-weight: 700;
}

.success h2 {
    font-weight: 700 !important;
    color: #1a3d6d !important;
}

.w-33 {
    width:33% !important;
}

.w-66 {
    width:66% !important;
}

.w-100 {
    width:100% !important;
}

article ul li, article ol li {
    margin-bottom: 2rem;
}

.social-share ul li {
    margin-bottom: 0rem;
}

.absolute {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.navbar {
    background: #1b3d6d;
    padding:0;
}

.nav-link {
    display: block;
    padding: 1.11rem 1rem;
    color: #1498bc;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05rem;
    font-size: 1rem;
}

.nav-link:hover {
    color: #FFF;
}

.nav-social .nav-link {
    color:#FFF;
}

.donate .nav-link {
    color: #FFF;
    background: #e4344c;
    padding: 1.11rem 1.4rem;
    margin-left: .8rem;
}

.navbar-expand-lg .main.navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-expand-lg .main.navbar-nav .donate .nav-link {
    padding: 1.11rem 1.4rem;
}

.navbar-brand {
    margin-left: 1.5rem;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
}

.mega-menu .dropdown-menu {
    width: 100%;
border: none;
z-index: 2000;
padding: 0;
background: #f4f7fa;
}

.mega-menu .dropdown-menu .col-lg {
    background: #FFF;
    opacity: .3;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.mega-menu .dropdown-menu .col-lg:hover {
    opacity: 1;
}

.mega-menu .dropdown-menu .col-lg.active {
    opacity: 1;
}

.mega-menu.dropdown {
    position: static;
}

.mega-menu .dropdown-menu .nav-box {

}

.mega-menu .dropdown-menu .nav-box h2 {
    background: #f4f7fa;
    padding: .7rem 1.4rem 1rem;
    font-size: 1.714rem;
}

.mega-menu .dropdown-menu .nav-box .nav-tabs {
    border:none;
}

.mega-menu .dropdown-menu .nav-box .nav-link {
    padding: 0;
    border: none;
    margin-bottom: 1rem;
    font-size: .85rem;
    color: #bfcada;
}

.mega-menu .dropdown-menu .nav-box .nav-link.active {
    color: #1b3d6d;
}

.mega-menu .dropdown-menu .nav-box-content {
    padding: .7rem 1.4rem 2rem;
    background: #FFF;
}

.mega-menu .dropdown-menu .nav-box .nav-tabs .nav-item.divider {
    color: #f1f1f1;
    margin-top: -3px;
    font-weight: 100;
    margin-left: .5rem;
    margin-right: .5rem;
}

.mega-menu .dropdown-menu .nav-box-content p {
    margin-top: 1rem;
    color: #666f7e;
    font-size: .9rem;
    letter-spacing: .05rem;
}

.mega-menu .dropdown-menu .nav-box-content p.emphasize {
    font-size: 1.286rem;
    font-weight: 600;
}

.dropdown:hover>.dropdown-menu {
    display: block;
  }

.icon-box {
    text-align: center;
    position: relative;
    background: #f1f1f1;
    padding:2rem; 
    height:100%;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    -webkit-transform: scale(0.95);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(0..95);  /* IE 9 */
          transform: scale(0..95);  /* Firefox 16+, IE 10+, Opera */
}

.icon-box:hover {
    box-shadow: 0px 11px 35px 0px rgba(33,61,113,.15), 0px 11px 35px 0px rgba(251,221,102,.05);
    background:#FFF;
    -webkit-transform: scale(1.05);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(1.05);  /* IE 9 */
          transform: scale(1.05);  /* Firefox 16+, IE 10+, Opera */
}

.icon-box img {
    margin-bottom: 2rem;
    width:75%;
}

.icon-box a.box-link {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.icon-box p {
    font-weight: 500;
    font-size: 1.25rem !important;
    line-height: 1.8rem !important;
}

.icon-box p.view-resources a {

}

/*

.dropdown-toggle::after {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    right: 0;
    left: 0;
    vertical-align: .255em;
    margin: auto;
    content: "";
    border-top: 0;
    border-right: .8em solid transparent;
    border-bottom: .8em solid white;
    border-left: .8em solid transparent;
    position: absolute;
    bottom: 0;
} */

a.dropdown-toggle {
    position: relative;
}

.dropdown-toggle::before {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    right: 0;
    left: 0;
    vertical-align: .255em;
    margin: auto;
    content: "";
    border-top: 0;
    border-right: .8em solid transparent;
    border-bottom: .8em solid #f4f7fa;
    border-left: .8em solid transparent;
    position: absolute;
    bottom: 0;
}

.show .dropdown-toggle::before {
    opacity: 1;
}

.dropdown-toggle:hover::before {
    opacity: 1;
}

.dropdown.account .dropdown-menu {
    top: 40px;
}

.dropdown.account .dropdown-toggle::before {
    top:38px;
}

.nav-pills .nav-item {

}

.nav-pills .nav-item a {
    padding: .5rem 1rem;
}

.nav-pills .nav-item a.active {

    background: #1b3d6d;
    padding: .5rem 1rem;
    border-radius: 5px;

}

.nav-pills .nav-item a:hover {
    color: #0a1529;
}

.show .dropdown-toggle::after {
    opacity: 1;
    border-bottom-color: #FFF;
}

.dropdown-toggle:hover::after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

ul.pagination {

}

ul.pagination .page-item {
    
}

ul.pagination .page-item.arrows .page-link {
    background:none;
    font-size: 24px;
    top:-6px;
}

ul.pagination .page-item.arrows .page-link:hover {
    background:none;
}

ul.pagination .page-item .page-link {
    background: #f1f1f1;
    border: 1px solid #FFF;
    color: #666;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

ul.pagination .page-item.active .page-link {
    background: #1b3d6d;
    border: 1px solid #FFF;
    color: #FFF;
}

ul.pagination .page-item.disabled .page-link {
    opacity: .5;
}

ul.pagination .page-item .page-link:hover {
    background:#CCC;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.jumbotron {
    padding: 7rem 2rem 6rem;
    margin-bottom: 0;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
    border:none;
}
.btn.btn-primary {
    background: #1b3d6d;
    font-weight: 400;
    font-size: .75rem;
}
.btn.mfv-big {
    font-size: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn.mfv-small {
    font-size: .75rem;
    color: #FFF;
    font-weight: 300;
    position: relative;
    z-index: 4;
}

.btn.mfv-large {
    font-size: 1.2rem;
    padding: .8rem 1.9rem;
    letter-spacing: .2rem;
}

.btn.red {
    background: #e4344c;
}

.btn.blue {
    background: #1b3d6d;
}

.btn.lightblue {
    background: #1498bc;
}

.btn.yellow {
    color: #1b3d6d;
    background: #fede67;
}

.mfv-8-18 h2 {
    color: #cacaca;
    margin-bottom: 3rem;
    font-size: 4rem;
    font-weight: 700;
}

.mfv-8-18 h2 span {
    color: #FFF;
    display: block;
}

.featured-block p, .featured-block li {
    font-size: 1.286rem;
    color: #1b3d6d;
    line-height: 2.143rem;
    font-weight: 500;
}

.featured-block li {
    font-weight: 600;
}

ul.link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.design-box {

    position: absolute;
border: 1px solid #ffde68;
height: 280px;
width: 100%;
top: -20px;

}

.form-control {
    border:none;
    border-radius: 0;
    background: #f4f7fa;
    letter-spacing: .05rem;
    text-transform: none;
    color: #bfc7d0;
}

.full-width-alert {
    text-align: center;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.full-width-alert.yellow {
    background: #ffde68;
}

.full-width-alert h2, .full-width-alert p, .full-width-alert a {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
}

.full-width-alert h2 {
    font-weight: 900;
    font-size: 2.5rem;
}

.full-width-alert p {
    font-size: 1.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
    position: relative;
    top: -6px;
}

.full-width-alert a {
    color: #FFF;
    background: #CCC;
    padding: .5rem 1rem;
    font-size: .8rem;
    position: relative;
    top: -9px;
}

.full-width-alert.yellow h2, .full-width-alert.yellow p {
    color: #1b3d6d;
}

.full-width-alert.yellow a {
    background: #1b3d6d;
}

.feed-item {
    padding-top: 2rem;
    padding-right: 2rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.feed-item a {
    z-index: 100;
}

.feed-item .gray {
    background-color: rgba(40,40,40,.4);
}

.feed-item .tag {
    background: #1b3d6d;
    color: #FFF;
    font-size: 0.7857rem;
    border-radius: 30rem;
    display: inline-block;
    padding: .1rem .7rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .1rem;
}

.feed-item h3 {
    font-size: 1.714rem;
}

.feed-item p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8rem;
    color: #1b3d6d;
}

.feed-item.quiz {
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.feed-item.quiz .background {
    -webkit-transition: all 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.feed-item.quiz:hover .background {
    -webkit-transform: scale(1.2);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(1.2);  /* IE 9 */
          transform: scale(1.2);  /* Firefox 16+, IE 10+, Opera */
}

.feed-item.quiz .tag {
    z-index: 10;
    position: relative;
    background: #FFF;
    color: #1b3d6d;
}

.feed-item.quiz h3 {
    color: #FFF;
    position: relative;
    margin-top: .5rem;
    font-weight: 600;
}

.feed-item.article {
    left: 0rem;
    position: relative;
    -webkit-transition: all .4s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all .4s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.feed-item.article:hover {
    left: 1rem;
    position: relative;
}

.feed-item.article h3 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8rem;
    color: #1b3d6d;
    margin-top: .5rem;
}

.feed-item.intersect h3 {
    font-family: 'norwesterregular';
    color: #1498bc;
}

.feed-item.intersect h3 img {
    top: -2px;
    position: relative;
}

.content-block {
    margin-bottom: 5rem;
}

.content-block h3 {
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #1b3d6d;
    font-weight: 700;
    letter-spacing: .05rem;
    margin-top: 5rem;
}

.content-block h4 {
    text-align: center;
    color: #1498bc;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.prayer-cell ul.nav {
    background: #0a1529;
}

.prayer-cell ul li {
    border-radius: 0;
}

.prayer-cell .nav-tabs .nav-link {
    border:none;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
    border-right: 1px solid #1498bc;
    padding: 1rem 2rem;
}

.prayer-cell .nav-tabs .prayeralert .nav-link.active {
    background: #1498bc;
    color: #0a1529;
}

.prayer-cell .nav-tabs .nav-link.active {
    background: #324a66;
    color: #FFF;
}

.prayer-cell ul li a {
    border:none;
    border-radius: 0;
}

.prayer-cell .tab-content {
    min-height: 393px;
}

.prayer-cell .tab-pane.prayeralert {
    min-height: 393px;
    background: #1498bc;
}

.prayer-cell .tab-pane {
    min-height: 393px;
    background: #324a66;
}

.prayer-cell .tab-pane.prayeralert .date {
    color: #FFF;
    position: relative;
    top: 200px;
    left: 30px;
}

.prayer-cell .tab-pane.prayeralert h3 {
    color: #FFF;
    font-size: 1.4rem;
    position: relative;
    text-align: left;
    top: 130px;
    left: 29px;
}

.prayer-cell .tab-pane.prayeralert .prayer-points {
    border: 1px solid #fff;
width: 850px;
border-radius: 10px;
left: 180px;
position: relative;
top: 140px;
}

.prayer-cell .tab-pane.prayeralert .prayer-points h4 {
    color: #FFF;
text-align: left;
background: rgba(255,255,255,.3);
padding: .9rem;
margin-top: -1px;
margin-bottom: 0;
}

.section-title, .section-title a {
    color:#1498bc;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title.a-title {
    font-size:1.9rem;
    color:#1498bc;
}

.offset-image {
    width: 90%;

position: relative !important;

height: 100%;
}

.offset-image img {
    z-index:2 !important;
}

.offset-image .offset-box {

position: absolute;

left: 20px;
right: -20px;
top:0px;

background: #EEE;

z-index: 2;
-webkit-transition: all .5s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all .5s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.offset-image:hover .offset-box {
    right:-40px;
    top:-20px;
    left:40px;
}

.single .featured-image {
    position: relative;
}

.single .featured-image img {
    
}

.single .featured-image .post-meta {
    position: absolute;
    bottom: 75px;
}

.single .featured-image .post-date {
    color:#1498bc;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #FFF;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.single .featured-image .author {

    padding: 1rem;
    background: #FFF;
    line-height: .75rem;

}

.single .featured-image .author h3 {
    font-size: 1.1rem;
color: #1b3d6d;
margin-bottom: .5rem;
font-weight: 600;
}

.single .featured-image .author .position {
    font-size: 1.1rem;
    color: #1b3d6d;
    font-weight: 300;
}

.social-share ul li a {

    color: #1498bc;
    font-size: 2.5rem;

}

article.single h1 {

    font-weight: 600;
    font-size: 2rem;
    color: #1b3d6d;
    margin-bottom: 3rem;
    line-height: 3rem;

}

article.single .immediate-release {

    color: #e4344c;
    margin-bottom: 0;

}

article.single .byline {
    color: #939db0;
}

article.single .pull-quote {
    background: rgba(147,157,176,.2);

    border-left: 10px solid rgba(147,157,176,.8);
    
    padding: 2rem 2rem 1rem;
    
    margin-bottom: 2rem;
}

article.single .pull-quote p {

    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: .9rem;

}

article.single p {
    margin-bottom: 2rem;
}

article.single p, article.single li {
    font-size: 1rem;
    line-height: 2rem;
    color: #1b3d6d;
}

article.single ul.ml-0 {
    margin-left: 0rem !important;
}

article.single ul {
    margin-left: 1rem !important;
}

article.single p + ul { margin-top: -1rem; }

article.single h3 {
    font-weight: 600;
    color: #1498bc;
    margin-bottom: 2rem;
}

article.single.prayerGuide h2 {
    margin-bottom: 3rem;
}

article.single h1.solo {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

article.single .pull-quote h2 {
    margin-bottom: 1rem;
}

article.single {
    padding-bottom: 5rem;
}

article.single .bug {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #CCC;
    padding-left: 2.5rem;
    background: rgba(40,40,40,.02);
    padding-bottom: .1rem;
}

article.single .bug p {

    font-size: .8rem;
    line-height: 1.7rem;
    color: #666;

}

article.single.prayerGuide .bug {
    display: none;
}

.focus ul {
    margin-top: .5em;
}

.focus li {
    margin-bottom: .5em;
}


.media-body h5 a { 
    color: #1b3d6d;
    font-weight: 700;
}

ul.intersect-nav {
    margin-bottom: 3rem;
}

ul.intersect-nav li {
    margin-bottom: 0;
    display: block;
    width: 100%;
}

ul.intersect-nav li .nav-link {
    padding: 0;
    color: #1b3d6d;
}

.feed-item.intersect p a {
    color: #1b3d6d;
    z-index: 101;
    position: relative;
}

.intersect h4 {
    font-weight: 700;
    color: #1b3d6d;
}

.carousel-cell a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-cell .featured-image {
    height: 100%;
    background-size: cover;
}

.main-carousel .post-meta {
    position: absolute;
    bottom: 100px;
}

.main-carousel .post-meta h2 {

    background: #FFF;
    padding: .75rem 3rem .75rem 1.5rem;
    text-transform: uppercase;
    color: #76ccdd;
    font-size: 1.5rem;
    font-weight: 800;
    display: inline-block;

}

.main-carousel .post-meta .post {
    background:#FFF;
    padding: 1rem 2rem 1rem 1rem;
}

.main-carousel .post-meta .post .post-date {
    text-transform: uppercase;
    color: #76ccdd;
    font-size: 1.1rem;
    font-weight: 700;
}

.main-carousel .post-meta .post .post-title {
    font-size: 2.25rem;
    color: #1b3d6d;
    font-weight: 700;
}

.flickity-button {
    /*filter: drop-shadow( -5px 4px 6px #000 );*/
}

.flickity-prev-next-button {
    width: 66px;
    height: 66px;
}

img.ad-banner{
    max-width: 100%;
    max-height: 100%;
}

.card {
    border-radius: 0;
    border: none;
    box-shadow: 0px 3px 20px rgba(0,0,0,.09),0px 1px 3px rgba(0,0,0,.02);
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.card:hover {
    box-shadow: 0px 3px 20px rgba(0,0,0,.2),0px 1px 3px rgba(0,0,0,.02);
}

.card-img-top {
    border-radius: 0;
    border: none;
}

.card-columns .card {
    margin-bottom: 1.5rem;
}

.card-body h5, .feed-item h5 {
    font-size: 1.3rem;
    color:#1b3d6d;
    line-height: 1.9rem;
    font-weight: 700;
}

blockquote {
    background: rgba(147,157,176,.2);
    border-left: 10px solid rgba(147,157,176,.8);
    padding: 2rem 2rem 2.5rem 2rem;
    margin-bottom: 2rem;
    line-height: 2.3rem;
    color: #555;
}

article.single .card-body p,article.single .feed-item p {
    margin-bottom: 1rem;
    color: #797979;
    font-size: 1.063rem;
    line-height: 1.688rem;
}

article.single .card-body p a, article.single .feed-item p a {
    color:#999999;
    font-weight: 700;
}

article.single .card-body p a, article.single .feed-item.home-list p a {
    font-weight: 300;
    color: #1b3d6d;
}

article.single .feed-item.home-list .section-pill {

    background: #1b3d6d;
    text-transform: uppercase;
    color: #FFF;
    padding: .05rem .9rem .1rem;
    border-radius: 50px;
    font-size: .7rem;
    display: inline-block;
    margin-bottom: .5rem;

}

.card-body .date, .feed-item .date {
    color:#1498bc;
    font-size: 1.063rem;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-nav {
    margin: 0;
}

.footer-nav a {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .1rem;
    font-size: .8rem;
}

.flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: #FFF;
}

.flickity-prev-next-button .flickity-button-icon {
    fill: #1d3e6c;
}

.flickity-button:hover {
    background: none;
    cursor: pointer;
}

.featured-intersect p span {
    background: #f1f1f1;
    padding: .3rem .6rem;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: .2rem;
    margin-left: .3rem;
    font-size: 1rem;
}

.intersect p span {
    background: #f1f1f1;
padding: .3rem .6rem;
display: inline-block;
border-radius: 3px;
margin-bottom: .2rem;
margin-left: .3rem;
font-size: 1rem;
}

ul.intersect-nav li .nav-link {
    display: block;
}

.red_button {
    background-color: #be1e2d !important;
    border-color: #be1e2d !important;
    color: #ffffff !important;
}

.red_button:hover {
    background-color: #fb333e !important;
    border-color: #fb333e !important;
}

.red-button {
    background-color: #be1e2d !important;
    border-color: #be1e2d !important;
    color: #ffffff !important;
}

.red-button:hover {
    background-color: #fb333e !important;
    border-color: #fb333e !important;
}


@media screen and (max-width:1138px) {
    .nav-item.login {
        margin-right:auto;
    }
    .nav-social {
        width:100%;
        margin:0;
        display:none;
    }
    .nav-social li {
        display:inline-block;
    }
    .nav-social li .nav-link {
        display:inline-block;
    }
    .navbar-brand {
        margin-left: .6rem;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler {
        position: absolute;
        right:0;
        top:0;
    }
    .nav-bar .toggler {
        padding-top: 0px;
    }
    a.login {
        margin-left: .6rem !important;
        padding-bottom: 0rem;
    }
    .donate .nav-link {
        margin-left:0;
    }
    .show .dropdown-toggle::after {
        opacity: 0;
    }
    .navbar-nav {
        background:rgba(0,0,0,.1);
    }
    .mfv-8-18 h2 {
        font-size:2rem;
    }
    .design-box {
        top: -20px;
        left: 0%;
        height: 240px;
    }
    .jumbotron {
        padding:2rem 2rem 4rem;
    }
    .btn.mfv-big {
        font-size:1rem;
        margin-bottom:1rem;
        margin:0 !important;
    }
    .featured-intersect {
        margin-top:0 !important;
        box-shadow:0px 5px 21px rgba(0,0,0,.2) !important;
    }
    .featured-intersect p {
        font-size: .85rem !important;
        font-weight: 300;
        line-height: 1.5rem !important;
        color: #1b3d6d;
    }
    h2 {
        font-size: 1.75rem;
    }
    .featured-block p, .featured-block li {
        line-height: 1.8rem !important;
        font-size: .95rem !important;
    }
    .featured-block {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 2rem;
    }
    .single .featured-image .post-meta {
        bottom:0;
    }
    .feed-item .tag {
        margin-top:1rem;
    }
    .feed-item.article:hover {
        left: 0rem;
        position: relative;
    }
    .feed-item.article h3, .feed-item p {
        font-size:.85rem;
        line-height: 1.5rem;
    }
    .prayer-cell h4 {
        margin-bottom:1rem;
    }
    footer .sign-up h5 {
        font-size: 1.5rem !important;
    }
    .mega-menu .dropdown-menu .col-lg {
        opacity: 1;
    }
    .mega-menu .nav-box-content img {
        display: none;
    }
    .dropdown:hover > .dropdown-menu {
        display: none;
    }
    .dropdown:hover > .dropdown-menu.show {
        display: block;
    }
    .dropdown-menu.plain {
        border-radius: 0 !important;
    }
    .mega-menu .dropdown-menu .nav-box h2 {
        background: #f4f7fa;
        padding: .7rem 1.4rem .5rem;
        font-size: 1.1rem;
    }
    .mega-menu .dropdown-menu .nav-box h2:hover {
        background:#FFF;
    }
    .mega-menu .dropdown-menu .nav-box-content.open {
        display: block;
    }
    .social-share li, .social-share .bookmark, .social-share ul {
        display: inline;
    }
    .social-share {
        text-align: center;
    }
    article.single .social-share ul {
        margin-left: 0 !important;
    }
    .social-share hr {
        display: none;
    }
    .social-share .bookmark {
        top: 0px;
        position: relative;
        left: 0px;
    }
    article.single h1 {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    .flickity-button {
        display: none;
    }
    .show .dropdown-toggle::before {
        opacity: 0;
    }
    .w-25, .w-33, .w-50, .w-75, .w-100 {
        width:100% !important;
    }
}

@media screen and (max-width:768px) {
    .social-share .bookmark {
        top: -6px;
        position: relative;
        left: -10px;
    }
    .feed-item {
        padding-right:0;
    }
    .main-carousel .post-meta .post .post-title {
        font-size: 1.45rem;
    }
    .main-carousel .post-meta h2 {
        font-size:1.2rem;
    }
    .main-carousel .post-meta {
        bottom: 40px;
    }
    .single .featured-image .post-meta {
        position: relative;
        flex: auto;
        position: relative;
        align-items: flex-end;
        display: flex;
        justify-content: center;
    }
    .single .featured-image .post-date {
        color: #1498bc;
        font-size: 1.3rem;
        font-weight: 600;
        text-transform: uppercase;
        background: #FFF;
        margin-bottom: 1rem;
        border-right: 2px solid;
        position: relative;
        display: inline-block;
        padding-right: 1rem;
        top: 4px;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .single .featured-image .author {
        
    }
    .full-width-alert p {
        margin-bottom: 1rem;
        margin-top: .5rem;
    }
}
