/*.id-recent-news-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
        box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}*/

.id-recent-news-wrapper {
    background-color: transparent;
}

.grid .id-recent-news-container {
    /*    padding-top: 50px;*/
    padding-bottom: 100px;
}

.id-row-read-more {
    margin-top: 15px;
    clear: left;
}

.id-recent-news-btn {
    text-transform: uppercase;
    color: #ed1c24;
    text-align: left;
    padding: 15px 0;
}

@media screen and (min-width: 768px) {


    .grid .id-recent-news-row {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-wrap: wrap;
        -ms-flex-direction: row;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .grid .id-recent-news-item {
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-wrap: nowrap;
        -ms-flex-direction: column;

        -ms-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;

        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 50%;
        -webkit-flex:1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .id-recent-news-background {
        display: block;
    }

}



@media screen and (min-width: 1200px) {


    .grid .id-recent-news-row {

        -ms-flex-wrap: nowrap;
        -ms-flex-direction: row;
        -ms-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    .grid .id-recent-news-item {
        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 100%;
        -webkit-flex:1 1 100%;
        -ms-flex:1 1 100%;
        flex: 1 1 100%;
    }
}



.id-recent-posts-title {
    position: relative;
    text-align: center;
}
.id-recent-posts-title::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: #194276 1px solid;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
}

.id-recent-posts-title > h3 {
    font-weight: 600;
    display: inline-block;
    background-color: #f1f2f2;
    margin: 30px auto;
    padding: 15px 30px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
}


@media screen and (min-width: 1200px) {    
    .id-recent-news-item:nth-child(4) {
        display: none !important;
    }
}


.id-recent-news-background {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

.id-recent-news-icon,
.id-recent-news-image {
    height: 250px;
    width: 100%;
}

.id-recent-news-image {
    height: 250px;
    background-color: #bbb;
    padding-bottom: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;


    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.id-recent-news-image:hover {
    opacity: 0.75;
    text-decoration: none;
}


h3.id-recent-news-title {
    padding-bottom: 0.5ex;
    margin-top: 0;
    margin-bottom: 0.5ex;
}

grid .id-recent-news-row {
    padding: 50px 15px;
}

.id-recent-news-content {
    padding: 15px;

    -webkit-box-flex: 1;    
    -moz-box-flex: 1;  
    -ms-box-flex: 1;  
    -moz-flex:1 1 100%;
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 auto;
    flex: 1 1 100%;

    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;

    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*h4.id-recent-news-title,
.id-recent-news-content > header {
    border-top: #222 solid 2px;
}*/

h4.id-recent-news-title {
    border-top-width: 1px;
    margin: 2px auto;
    padding: 1ex 0;
}

.id-recent-news-icon {
    display: block;
    padding: 60px 15px;
    text-align: center;
    font-size: 3em;
    font-size: 3rem;
    background-color: rgba(0,0,0,0.15);

    -webkit-box-flex: 1;    
    -moz-box-flex: 1;  
    -ms-box-flex: 1;  
    -moz-flex:1 1 100%;
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;
    flex: 0;

    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.id-recent-news-icon:focus,
.id-recent-news-icon:hover {
    text-decoration: none;
    background-color: #bbb;
}

.id-recent-news-icon i.fa[class*="fa-"] {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 1em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding: 0.75em 0.5em;
    vertical-align: middle;
    margin: auto;
}


@media screen and (min-width: 1200px) {
    .no-flexbox .id-recent-news-item {
        float: left;
        display: block;
        width: 25%;
    }


    .no-flexbox .id-recent-news-icon {
        display: block;
        padding: 15px;
    }
}


/*
* ---------------------------------------------------------------------------
* 
* EO_Event_List_Widget
* 
* ---------------------------------------------------------------------------
*/

.EO_Event_List_Widget {

}

.EO_Event_List_Widget ul {
    padding: 0;
    list-style: none;
}

.EO_Event_List_Widget ul > li::before {
        font-family: fontAwesome;
    content: "\f105";
    color: #a2a569;
    width: 2em;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    padding: 15px;
    margin-top: -30px;
    font-size: 20px;
}

.EO_Event_List_Widget ul > li {
    position: relative;
    font-size: 80%;
    padding: 15px;
    margin: 15px auto;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    padding-left: 40px;
}

.EO_Event_List_Widget ul > li > a {
    font-weight: 600;
    display: block;
    font-size: 16px;
    font-size: 1rem;
}

.id-recent-event-content {
    padding: 15px;
}


@media screen and (min-width: 768px) {
    
.id-recent-event-content {
    padding: 30px;
}

}

/*
*-----------------------------------------------------
* 
* Masonry
* 
*-----------------------------------------------------
*/
/*.isotope-wrapper {
    background-color: #eee;
    padding: 50px 15px;
}*/
.masonry-outer {
    padding: 10px;
}
.masonry--inner {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 3px rgba(0,0,0,0.25); 
}
.isotope-section .masonry--image {
    display: block;
    position: relative;
    background-color: #bbb;
    height: 200px;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.isotope-section .masonry--image:hover,
.isotope-section .masonry--image:focus,
.isotope-section .masonry--image:active {
    background-color: #999;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.masonry--image  {
    overflow: hidden;
}
.masonry--inner:hover .id-masonry-image,
.masonry--inner:focus .id-masonry-image,
.masonry--inner:active .id-masonry-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.id-masonry-icon,
.isotope-section .id-masonry-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.id-masonry-icon {
    display: inline-block;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.id-masonry-icon .fa {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    display: inline-block;
    display: block;
    border-radius: 50%;
    font-size: 3em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding: 0.75em 0.5em;
    vertical-align: middle;
    margin: auto;
}
.isotope-section .masonry--content {    
    padding: 15px;    
    display: block;
}
.masonry--excerpt {
    margin: 15px auto;
}
.btn-isotope {
}
.btn-isotope.active {
}
.masonry--title {
    font-size: 1.2em;
}


.content-main .navbar li {
    margin: auto;
}
/*
*-----------------------------------------------------
* 
* isotope
* 
*-----------------------------------------------------
*/
.isotope-outer {    
    background-color: rgba(255,255,255,0.25);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.grid-sizer {
    width: 25%;
    margin: 0;
}
.isotope-block {
    width: 100%;
    font-size: 0.9em;
    min-height: 1px;
}
.isotope-block .lead {
    font-size: 1em;
}
@media screen and (min-width: 768px) {
    .isotope-block {
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .isotope-block {
        width: 33.275%;
    }
}
@media screen and (min-width: 1200px) {
    .isotope-block {
        /*width: 25%;*/
    }
}
/*
*-----------------------------------------------------
* 
* Spinner
* 
*-----------------------------------------------------
*/
.id-masonry-spinner > img {
    max-width: 100px;
    margin: auto;
}
.no-flexbox .id-masonry-spinner {
    display: table-cell;
}
.id-masonry-spinner {
    background-color: rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.85);
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
