/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a{
    text-decoration: none;
}
.height30 {
    height: 30px;
}
#breadcrumbs, .info-line, .info-line a {
    font-family: "PT Sans";
    text-align: left;
    text-transform: none;
    line-height: 20px;
    font-weight: normal;
    font-style: 400;
    color: #959595;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}


body:not(.single-post) article.hentry {
    margin-bottom: 25px;
}

/* 3.1 Article Header */
h1.entry-title {
    margin-top: 0;
    margin-bottom: 15px;
}

#tb-content-thumbnail {
    margin-bottom: 30px;
}

.info-line {
    margin: 15px 0 30px 0;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0 1px 0;
}

.info-line i {
    vertical-align: middle;
    font-size: 12px;
}

.info-line .entry-date a:before {
    text-decoration: none !important;
}

.featured-image-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* max-width: 100%; */
}

.media-left .featured-image-holder {
    width: 150px;
    margin-right: 25px;
}

.featured-image-holder.show-author .author-thumbnail {
    position: absolute;
    bottom: 15px; right: 15px;
    z-index: 15;
    border-radius: 100px;
    background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
}

.featured-image-holder.show-author .author-thumbnail img {
    position: relative;
    z-index: 16;
    border-radius: 100px;
    opacity: 1;
    transform: scale(1) rotate(0);
    transition: all 0.4s ease-in-out;
}

.featured-image-holder.show-author .author-thumbnail span {
    position: absolute;
    top: 4px; left: 4px;
    width: 80px; height: 80px;
    border-radius: 100px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    background: #fff;
}

.featured-image-holder.show-author .author-thumbnail a:hover img {
    opacity: 0.75;
}


.featured-image-holder.show-date .date-box {
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    opacity: 1;
}

.featured-image-holder.show-date .date-box.normal {
    top: 0; left: 0;
}

.featured-image-holder.show-date .date-box.event_countdown {
    bottom: 0; left: 0;
    height: 80px;
}

.featured-image-holder.show-date .date-box.event_countdown > div {
    overflow: hidden;
}

.featured-image-holder.show-date .date-box > div > span, .featured-image-holder.show-date .date-box #single-event-countdown {
    display: inline-block;
    float: left;
    padding: 12px;
    transition: 600ms all ease-in-out;
}

.featured-image-holder.show-date .date-box #single-event-countdown {
    height: 100%;
    display: block;
    padding: 16px 12px;
}

.featured-image-holder.show-date .date-box > div > span {
    padding: 0 12px;
    line-height: 80px !important;
}

.featured-image-holder.show-date .date-box.date-box-event > div > span.day {
    padding-right: 6px;
}

.featured-image-holder.show-date .date-box.date-box-event > div > span.month {
    padding-left: 6px;
}

.featured-image-holder img {
    transition: 1200ms all ease-in-out;
}

.featured-image-holder:hover img {
    transform: scale(1.1);
}
.featured-image-holder.show-date .date-box span.day {
    background: #040c2d;
}
.featured-image-holder.show-date .date-box span.month {
    background: #151e46;
}
.featured-image-holder.show-date:hover .date-box span.month {
    background: #990314;
}
.featured-image-holder.show-date:hover .date-box span.day {
    background: #B1091C;
}
.featured-image-holder.show-date .date-box, .date-box {
    font-family: Oswald;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 34px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

h1.title-with-spacer, h1.title-with-center-spacer, h1.title-with-right-spacer, h2.title-with-spacer, h2.title-with-center-spacer, h2.title-with-right-spacer {
    padding: 10px 0;
    position: relative;
}

.title-with-spacer:before, .title-with-center-spacer:before, .title-with-right-spacer:before {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 56px;
}

.title-with-spacer:before {
    left: 0;
}

.title-with-center-spacer:before {
    left: 50%;
    margin-left: -28px;
}

.title-with-right-spacer:before {
    right: 0;
}

.fw-divider-space.title-with-spacer:before, .fw-divider-space.title-with-center-spacer:before, .fw-divider-space.title-with-right-spacer:before {
    top: 50%;
    margin-top: -1px;
}

.title-with-spacer:before, .title-with-center-spacer:before, .title-with-right-spacer:before {
    background-color: #043174;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}
.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .70s;
}

.mt-top-50{
    margin-top: 50px;
}