
blockquote footer {
    background: transparent;
}

/* INSTAGRAM FEED START */
#instagram-feed .instagram_gallery {
    border: solid 1px #222;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#instagram-feed a {
    width: 16.666%;
    height: 16.666%;
    padding: 1px;
    background: #222;
}


#instagram-feed a > img {
    width: auto;
    transition: opacity 0.2s;
    max-width: 100%;
    opacity: 0.25;
}

#instagram-feed a:hover > img {
    opacity: 1;
}

.instagram-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    pointer-events: none;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}

.instagram-caption-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.instagram-caption-subline {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #instagram-feed a {
        width: 25%;
        height: 25%;
    }

    .instagram-caption-subline {
        font-size: 16px;
    }

    .instagram-caption-title {
        font-size: 26px;
    }
}

/* INSTAGRAM FEED END */


.seperator-icon {
    position: relative;
    margin: 30px auto;
    height: 2px;
}

.seperator-icon:before, .seperator-icon:after {
    content: '';
    border-top: solid 2px #ccc;
    width: 75px;
    display: block;
    position: absolute;
}

.seperator-icon:before {
    left: 50%;
    margin-left: -100px;
}

.seperator-icon:after {
    right: 50%;
    margin-right: -100px;
}

.seperator-icon > i.fa {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    color: #ccc;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
}

/* SHARE ICONS */

.blog-share-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.blog-share-btn {
    padding: 15px;
    border: solid 1px #eee;
    width: 12.5%;
    text-align: center;
    font-size: 22px;
    text-decoration: none !important;
}

.blog-share-btn + .blog-share-btn {
    border-left: 0;
}

@media screen and (max-width: 991px) {
    .blog-share-btn {
        width: 25%;
        margin-top: -1px;
    }

    .blog-share-btn:nth-child(5) {
        border-left: solid 1px #eee;
    }
}


.blog-share-btn:before {
    font-family: "FontAwesome";
    content: '';
}

.blog-share-btn-fb:before {
    content: '\f09a';
}

.blog-share-btn-twitter:before {
    content: '\f099';
}

.blog-share-btn-pinterest:before {
    content: '\f0d2';
}

.blog-share-btn-linkedin:before {
    content: '\f0e1';
}

.blog-share-btn-tumblr:before {
    content: '\f173';
}

.blog-share-btn-reddit:before {
    content: '\f1a1';
}

.blog-share-btn-mail:before {
    content: '\f0e0';
}

.blog-share-btn-whatsapp:before {
    content: '\f232';
}

/* SHARE ICONS END */

/* BLOG TYPO START */

#postContent h2, #postContent .h2, #postContent h3, #postContent .h3, #postContent h4, #postContent .h4, #postContent h5, #postContent .h5, #postContent h6, #postContent .h6 {
    color: #b4cb3c;
    font-weight: bold;
}

#postContent h2, #postContent .h2 {
    font-size: 22px;
}

#postContent h3, #postContent .h3 {
    font-size: 20px;
}

#postContent h4, #postContent .h4 {
    font-size: 18px;
}

#postContent h5, #postContent .h5, #postContent h6, #postContent .h6 {
    font-size: 16px;
}

#postContent ul > li, #postContent ol > li {
    margin-bottom: 7px;
    font-size: 15px;
}

#postContent ol {
    counter-reset: item;
}

#postContent ol li {
    display: block;
    position: relative;
}

#postContent ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    position: absolute;
    left: -40px;
    width: 35px;
    display: block;
    text-align: right;
}

/* BLOG TYPO END */


/* BLOG IMAGES START */

#postContent [id^=attachment_] {
    max-width: 100% !important;
}

.blog-img-align-left, .blog-img-align-right {
    max-width: calc(50% - 15px) !important;
    margin-bottom: 30px;
    margin-top: 10px;
}

.blog-img, .avia-iframe-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-img-align-center {
    margin: 15px auto;
    max-width: 100% !important;
}

.blog-img-align-right {
    float: right;
    margin-left: 30px;
}

.blog-img-align-left {
    float: left;
    margin-right: 30px;
}

@media screen and (max-width: 479px) {
    .blog-img-align-left, .blog-img-align-right {
        max-width: none !important;
        width: 100% !important;
        float: none;
        margin: 10px 0;
    }
}


.blog-content-wrapper figure {
    position: relative;
}

.blog-content-wrapper figure figcaption {
    padding: 50px 15px 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.blog-content-wrapper figure figcaption a {
    color: #fff !important;
    text-decoration: underline;
}

/* QUOTES */

.blog-content-wrapper blockquote {
    border: none;
    padding-left: 30px;
    padding-bottom: 0;
    position: relative;
    border-left: dashed 2px #ccc;
    margin: 15px 0 35px 20px;
}

.blog-content-wrapper blockquote:before {
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 30px;
    color: #999;
    width: 30px;
    height: 45px;
    display: block;
    background: #fff;
    text-align: center;
    padding-top: 5px;
}

.blog-content-wrapper blockquote p {
    color: #777;
    font-size: 18px;
}

/*
.blog-content-wrapper a[data-fancybox] {
    background: #f7f7f7;
    display: inline-block;
    max-width: 100%;
}
*/

.blog-caption-text {
    font-style: italic;
    color: #999;
    margin: 5px 0;
}

.blog-gallery {
    margin: 15px 0 20px 0;
}

#postContent h3, #postContent h4 {
    margin: 30px 0 15px 0;
}

/* BLOG IMAGES END */

/* BLOG COMMENTS START */

.blog-comment-level-1 {
    padding-left: 80px;
}

.blog-comment-level-2 {
    padding-left: 160px;
}

.blog-comment-level-3 {
    padding-left: 240px;
}

.blog-comment-wrapper {
    padding-left: 80px;
    margin-bottom: 15px;
    position: relative;
}

.blog-comment-box {
    position: relative;
    padding: 15px;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.blog-comment-box-text {
    font-size: 15px;
    overflow-wrap: break-word;
}

.blog-comment-box:after, .blog-comment-box:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.blog-comment-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.blog-comment-box:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 11px;
    margin-top: -11px;
}

.blog-comment-thumb-wrapper {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-comment-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee center center / cover no-repeat;
    display: block;
}

.blog-comment-date, .blog-comment-author {
    color: #777;
    font-size: 13px;
}

.blog-comment-wrapper-add .blog-comment-box {
    border-color: #eee;
    background: #eee;
}

.blog-comment-wrapper-add .blog-comment-box:before {
    display: none;
}

.blog-comment-wrapper-add .blog-comment-box:after {
    border-right-color: #eee;
}

.blog-comment-label-pending {
    width: 100%;
    display: block;
    opacity: 0.6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    white-space: normal;
}

.blog-comment-label-pending + .blog-comment-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

    .blog-comment-thumb-wrapper, .blog-comment-thumb {
        width: 36px;
        height: 36px;
    }

    .blog-comment-wrapper {
        padding-left: 50px;
    }

    .blog-comment-level-1, .blog-comment-level-2, .blog-comment-level-3 {
        padding-left: 50px;
    }

    .blog-comment-author {
        font-weight: bold;
    }

    .blog-comment-box:after {
        border-width: 7px;
        margin-top: -7px;
    }

    .blog-comment-box:before {
        border-width: 8px;
        margin-top: -8px;
    }

    .blog-comment-thumb-wrapper {
        top: 10px;
    }

    .blog-comment-box-text, .blog-comment-box p, .blog-comment-box label {
        font-size: 13px;
    }

    .blog-comment-level-add {
        padding-left: 0 !important;
    }
}

/* BLOG COMMENTS END */

/* BLOG META START */

.blog-category-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.blog-category-list:after {
    content: '';
    height: 1px;
    display: block;
    clear: both;
}

.blog-category-list > li {
    float: left;
}

.blog-category-list > li > a {
    text-transform: uppercase;
    color: #b4cb3c;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: 1px;
}

.blog-category-list > li + li > a:before {
    content: ',';
    margin-right: 5px;
}

.blog-meta-wrapper {
    margin-bottom: 25px;
}

.blog-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 15px;
}

.blog-meta-list > li {
    padding: 3px 15px 3px 20px;
    float: left;
    position: relative;
    color: #777;
}

.blog-meta-list > li a {
    color: #777;
}

.blog-meta-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    text-align: center;
    display: block;
}

/* BLOG META END */

/* BLOG READ PROGRESS START */

#blog-read-progress {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #d3d3d3;
    z-index: 9;
}

#blog-read-progress-bar {
    height: 5px;
    width: 0;
    background-color: #b4cb3c;
}

/* BLOG READ PROGRESS END */

/* BLOG SOCIAL COUNT START */

.blog-social-count {
    text-align: center;
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}

.blog-social-count-number {
    font-size: 24px;
    font-weight: bold;
}

.blog-social-count-text {
    text-transform: uppercase;
}

.blog-social-count:before {
    font-family: 'FontAwesome';
    font-size: 34px;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
    line-height: 58px;
}

.blog-social-count-youtube:before {
    content: '\f167';
}

.blog-social-count-facebook:before {
    content: '\f09a';
}

.blog-social-count-twitter:before {
    content: '\f099';
}

.blog-social-count-instagram:before {
    content: '\f16d';
}

/* BLOG SOCIAL COUNT END */

.slider-blogteasers .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slider-blogteasers .slick-slide {
    height: inherit;
}

.blog-teaser-box {
    background: #f5f5f5;
    height: 100%;
}

.bg-light .blog-teaser-box {
    background: #fff;
}

.blog-teaser-box-title {
    text-decoration: none !important;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin: 15px 0;
    text-decoration: none;
    color: #333;
    display: block;
}

.blog-teaser-box-title:hover {
    color: #666;
    text-decoration: none;
}

.blog-teaser-box-image {
    position: relative;
    height: 100%;
}

.blog-teaser-box-image .img-crop-square, .blog-teaser-box-image .img-crop-2-1 {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .blog-teaser-box-main .blog-teaser-box-image .img-crop-square {
        padding-bottom: 75%;
    }
}

.blog-teaser-box-date {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    pointer-events: none;
    width: 55px;
    line-height: 1;
    text-transform: uppercase;
}

.blog-teaser-box-date span {
    display: block;
    color: #777;
}

.blog-teaser-box-date span:first-child {
    background: #0a3f5f;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 4px;
}

.blog-teaser-box-date span:nth-child(2) {
    font-weight: bold;
    padding: 6px 0 2px 0;
}

.blog-teaser-box-date span:nth-child(3) {
    padding: 2px 0 6px 0;
}

.blog-teaser-box-content {
    padding: 30px
}

@media screen and (max-width: 767px) {
    .blog-teaser-box-content {
        padding: 15px
    }
}

/*
.blog-teaser-box-play:before {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000;
    border: solid 2px #fff;
    color: #fff;
    opacity: 0.4;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 30px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    pointer-events: none;
    line-height: 75px;
    transform: scale(1);
    transition: transform 0.2s;
}

.blog-teaser-box-image:hover .blog-teaser-box-play:before {
    transform: scale(1.1);
    opacity: 0.6;
}
*/

/* BLOG INTERVIEW START */

.blog-interview-content:first-child {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666;
}

.blog-interview-content + .blog-interview-content {
    padding-left: 25px;
    border-left: dashed 2px #b4cb3c;
    margin: 15px 0 35px 20px;
    position: relative;
}

.blog-interview-content + .blog-interview-content:before {
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    top: -6px;
    left: -15px;
    font-size: 30px;
    color: #b4cb3c;
    width: 30px;
    height: 45px;
    display: block;
    background: #fff;
    text-align: center;
}

.blog-interview-name {
    font-weight: bold;
    color: #b4cb3c;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 2px;
}

.blog-interview-wrapper-host .blog-interview-content + .blog-interview-content:before {
    color: #0a3f5f;
}

.blog-interview-wrapper-host .blog-interview-name {
    color: #0a3f5f;
}

.blog-interview-wrapper-host .blog-interview-content + .blog-interview-content {
    border-color: #0a3f5f;
}

/* BLOG INTERVIEW END */

/* BLOG AUTHOR BOX START */

.blog-author-social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.blog-author-social > li {
    display: inline-block;
}

.blog-author-social > li > a {
    display: inline-block;
    border: solid 2px #0a3f5f;
    color: #0a3f5f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
}

.blog-author-social > li > a:hover {
    background: #0a3f5f;
    color: #fff;
}

.blog-author-social:after {
    content: '';
    height: 1px;
    display: block;
}

.blog-author-social > li + li > a {
    margin-left: 10px;
}

/* BLOG AUTHOR BOX END */


.list-group-latestposts a.list-group-item .list-group-item-img {
    background: #eee center center / cover no-repeat;
    padding-bottom: 50%;
    margin-bottom: 15px;
}

.list-group-latestposts a.list-group-item {
    position: relative;
    font-size: 13px;
    padding: 15px;
}

/* TODO: REMOVE ONCE RIBBON IS LIVE */
.blog-badge-ambassador {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -35px;
    left: 50%;
    margin-left: -75px;
    background: transparent center center / cover no-repeat;
}

@media screen and (max-width: 767px) {
    .blog-badge-ambassador {
        width: 80px;
        height: 80px;
        bottom: -25px;
        margin-left: -40px;
    }
}
/* TODO: REMOVE ONCE RIBBON IS LIVE END */

.blog-ribbon-ambassador {
    position: absolute;
    width: 360px;
    height: 120px;
    bottom: -33px;
    left: 50%;
    margin-left: -180px;
    background: transparent center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
    .blog-ribbon-ambassador {
        width: 220px;
        height: 75px;
        bottom: -20px;
        margin-left: -110px;
    }
}

.blog-instagrampost {
    text-align: center;
}

.blog-instagrampost iframe {
    margin: 0 auto 12px auto !important;
}


/* BLOG FRONTPAGE SLIDER */
@media screen and (max-width: 767px) {
    .slider-blog-frontpage .section-bg-headline {
        font-size: 16px;
        line-height: 1.4;
    }
    .slider-blog-frontpage .btn-lg {
        font-size: 16px;
        padding: 5px 10px;
    }
    .slider-blog-frontpage .header-caption-landingpage-inner {
        padding: 30px 30px 0 30px;
    }
}

/* BLOG FRONTPAGE SLIDER END */