.tag {
    line-height: 1.2;
}

.banner.small.banner-text-left figcaption {
    top: 47px;
}

.banner.small.white figcaption {
    top: 40px;
}

.banner-section .banner.small.banner-text-left figcaption {
    top: 20px;
}

.banner-section ul {
    margin: 13px 0 0px 22px;
}

.banner.small figcaption .btn {
    margin-top: 0;
}

.bricks-section {
    background-color: #eceeee;
    padding-bottom: 80px;
}

.wrapper.bricks {
    padding-top: 60px;
}

.wrapper.bricks .item .description .item-title {
    color: #005a73;
}

.wrapper.bricks .item .description .item-intro {
    color: #000000;
}

.wrapper .item .description .category {
    font-size: 13px;
    color: #005a73;
    text-decoration: none;
    font-style: normal;
}

.wrapper.bricks .item {
    width: 30%;
    margin-right: 1.6%;
    margin-left: 1.6%;
}

@media (max-width: 1023px) {
    .wrapper.bricks .item {
        width: 43.5%;
    }
}

@media (max-width: 639px) {
    .wrapper.bricks .item {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }
}

.wrapper.bricks .item:hover {
    background-color: #ffffff;
}

.wrapper.bricks .item:not(:last-child):after {
    content: none;
}

.bricks-section .load-prev-items {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #005a73;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
    max-width: 100%;
    background: none;
    border: none;
    display: block;
}

.bricks-section .load-prev-items:hover {
    text-decoration: none;
}

.section.tweets-section {
    height: 620px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.section.tweets-section .wrapper {
    width: 1052px;
    max-width: 100%;
}

.section.tweets-section .section-title {
    color: #005a73;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    padding: 60px 0 45px;
}

.section.tweets-section .section-title a {
    font-weight: 700;
    color: #005a73;
}

.section.tweets-section .section-title a:hover {
    opacity: 0.8;
}

.section.tweets-section .tweet {
    width: 320px;
    display: inline-block;
    background-color: white;
    border: 2px solid #eceeee;
    min-height: 420px;
    position: relative;
    margin: 0 12px;
}

.section.tweets-section .tweet .content {
    padding: 30px 30px 0;
}

.section.tweets-section .tweet .avatar {
    position: absolute;
    right: 20px;
    top: 175px;
}

.section.tweets-section .tweet .content .title {
    color: #005a73;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.section.tweets-section .tweet .content .link {
    color: #005a73;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 18px;
}

.section.tweets-section .tweet .content .text {
    color: black;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-height: 72px;
    overflow: hidden;
}

.section.tweets-section .owl-stage {
    margin: 0 auto;
}

.section.tweets-section .owl-stage-outer {
    overflow: hidden;
}

.section.tweets-section .owl-item {
    float: left;
}

.section.tweets-section .tweet .tweet-icon {
    width: 29px;
    height: 22px;
    display: block;
    background-image: url('../Files/tweets/twitter.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 15px;
}

.section.tweets-section .owl-nav {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.section.tweets-section .nav-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
}

.section.tweets-section .nav-arrows .icon-arrow-left-circle,
.section.tweets-section .nav-arrows .icon-arrow-right-circle {
    position: absolute;
    font-size: 28px;
    color: #fdb728;
    font-weight: 400;
    cursor: pointer;
}

.section.tweets-section .nav-arrows .icon-arrow-left-circle:hover,
.section.tweets-section .nav-arrows .icon-arrow-right-circle:hover {
    opacity: 0.8;
}

.section.tweets-section .nav-arrows .icon-arrow-left-circle {
    left: 0;
}

.section.tweets-section .nav-arrows .icon-arrow-right-circle {
    right: 0;
}

.main-header .header-blog-title {
    color: #005a73;
    font-size: 31px;
    font-weight: 700;
    line-height: 50px;
    display: inline-block;
    margin-left: 17px;
    padding-left: 20px;
    border-left: 1px solid #d2d5d6;
    position: relative;
    top: -3px;
}

.blog-post-section {
    padding-top: 25px;
}

.blog-post-section p img {
    float: none;
    margin-left: 0;
    height: auto;
}

.blog-post-section .post-content {
    padding: 0 3.33%;
}

.blog-post-section .tab-title {
    font-size: 44px;
}

.blog-info-list {
    margin-bottom: 10px;
    padding: 10px;
    background: #005a73;
}

.blog-info-list li {
    display: inline-block;
    margin: 0 20px 0 0 !important;
}

.blog-info-list li a {
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
}

.blog-info-list li a:link {
    text-decoration: none;
}

.blog-post-section .gpp-subtitle {
    margin-top: 1.5rem;
    margin-bottom: 2.1rem;
}

.blog-post-section .post-content p {
    text-align: justify;
}


.blog-post-section .share-buttons {
    float: right;
    margin-right: 10px;
}


.blog-post-section .share-buttons span {
    margin-right: 0;
}

.blog-post-section .share-buttons a.at-icon-wrapper {
    margin-right: 10px;
}


.blog-post-section .blog-info-list>ul {
    display: inline-block;
}

.blog-post-section .blog-info-list>.share-buttons {
    transform: translateY(-10px);
}

.blog-post-section .share-buttons-mobile {
    display: none;
}

.blog-post-section .blog-info-list .cat-list:not(:last-child):after {
    content: " \2219 ";
    margin: 0 5px;
    font-weight: bold;
}


.blog-info-list li a:link:hover {
    color: white
}

.blog-post-section .blog-info-list a span {
    cursor: unset;
}

.blog-post-section .info-box.related-posts {
    padding: 20px 27px 22px;
    background: url(../Files/banners/cards_bg_blue.png) repeat-x;
    background-size: cover;
}

.blog-post-section .related-posts .related-posts-heading {
    font-size: 30px;
    color: #fff;
}

.blog-post-section .related-posts .related-post-container {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-post-section .related-posts .related-post-container h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: rgba(256, 256, 256, 0.7);
}

.blog-post-section .related-posts .related-post-container h3:hover {
    font-size: 20px;
    margin-bottom: 6px;
    color: rgba(256, 256, 256, 1);
}

.blog-post-section .related-posts .related-post-container p {
    font-size: 12px;
    text-align: justify;
    color: rgba(256, 256, 256, 0.7);
}

.blog-post-section .related-posts .related-post-container a:link {
    text-decoration: none;
}

.blog-post-section .related-posts .related-post-container .preview-image {
    width: 100%;
}

.blog-post-section .related-posts .related-post-container .preview-image>img {
    width: 100%;
    max-width: 700px;
}

.blog-post-section .related-posts .related-post-container .related-post-info {
    background: none;
    padding: 0;
    margin: 0;
}

.blog-post-section .related-posts .related-post-container .related-post-info ul li a {
    color: rgba(256, 256, 256, 0.7);
    font-size: 12px;
    display: inline;
}

.blog-post-section .related-posts .related-post-container .related-post-info ul li:not(:last-child) {
    margin: 0 10px 0 0 !important;
}

.blog-post-section .related-posts .related-post-container .related-post-info ul li:last-child {
    margin-right: 0 !important;
}

.blog-post-section .related-posts .related-post-container .related-post-info ul li a:link:hover {
    color: rgba(256, 256, 256, 1);
}

.blog-post-section .related-posts .related-post-container .related-post-info ul li a span {
    text-decoration: none;
}

.blog-post-section .related-post-info .cat-list:not(:last-child):after {
    margin: 0;
}

.blog-post-section .no-right-margin {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .blog-post-section .at-style-responsive .at-share-btn {
        padding: 0;
    }

    .blog-post-section .share-buttons {
        display: none;
    }

    .blog-post-section .share-buttons-mobile {
        display: block;
        text-align: right;
    }

    .blog-post-section .blog-info-list .post-time {
        display: none;
    }
}

.bricks-section .banner.banner-text-left figcaption p,
.blog-filtered-section .banner.banner-text-left figcaption p {
    width: 46.9921875%;
}

.bricks-section .banner.banner-text-left figcaption,
.blog-filtered-section .banner.banner-text-left figcaption {
    width: 100%;
    top: 0;
    padding-bottom: 25px;
    padding-top: 40px;
}

.bricks-section .banner figure,
.blog-filtered-section .banner figure {
    height: auto;
}

@media screen and (max-width: 1023px) {

    .banner figure.blog-fixed-background,
    .banner.white figure.blog-fixed-background {
    height: auto;
    }
}

.tweets-section .tweet-img img {
    height: 207.38px;
    width: 100%;
}

.tweets-section .content .text a:link {
    color: #005a73;
}

.tweets-section .content .text a:link:hover {
    text-decoration: underline;
}

.blog-filtered-section .filtered-posts {
    padding-top: 40px;
}

.blog-filtered-section .filtered-posts>h1 {
    margin-bottom: 20px;
    font-weight: normal;
}

.blog-filtered-section .filtered-posts .blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid #a9a9a9;
}

.blog-filtered-section .filtered-posts .blog-post .img-wrap {
    width: 35%;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.blog-filtered-section .filtered-posts .blog-post .text-wrap .blog-info-list {
    width: 100%
}

.blog-filtered-section .blog-info-list ul li span {
    margin-right: 10px;
    cursor: unset;
}

.blog-filtered-section .filtered-posts .blog-post .post-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.blog-filtered-section .filtered-posts .blog-post .post-categories .cat-list:not(:last-child) {
    margin-right: 5px;
}

.blog-filtered-section .filtered-posts .blog-post .post-categories .petrol-tag {
    color: rgba(255, 255, 255, .85);
}

.blog-filtered-section .filtered-posts .blog-post .post-categories .petrol-tag:hover {
    color: rgba(255, 255, 255, 1);
}

.blog-filtered-section .filtered-posts .blog-post h3 {
    margin-bottom: 5px;
}

.blog-filtered-section .filtered-posts .blog-post h3 a:link:hover {
    text-decoration: underline;
}

.blog-filtered-section .no-posts {
    font-size: 24px;
    font-style: italic;
    margin: 60px auto 0 auto;
    display: table;
}

.blog-filtered-section .blog-pagination {
    float: left;
    width: 100%;
    font-size: 18px;
}

.blog-filtered-section .filtered-posts .blog-pagination li a {
    color: #005a73;
}

.blog-filtered-section .filtered-posts .blog-pagination li a>span {
    margin: 0 5px;
}

.blog-filtered-section .filtered-posts .blog-pagination li a:hover {
    color: #00333e;
}

.blog-filtered-section .blog-pagination li.older {
    float: left;
    text-align: left;
    width: 45%;
    padding-left: 5%
}

.blog-filtered-section .blog-pagination li.newer {
    float: right;
    text-align: right;
    width: 45%;
    padding-right: 5%;
}

@media screen and (max-width: 767px) {

    .blog-filtered-section .filtered-posts .blog-post .text-wrap>p {
        font-size: 12px;
    }

    .blog-filtered-section .filtered-posts .blog-post .text-wrap>h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    .blog-filtered-section .filtered-posts .blog-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-filtered-section .filtered-posts .blog-post .img-wrap {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-filtered-section .filtered-posts .blog-post .text-wrap {
        max-width: 100%;
    }

    .blog-filtered-section .filtered-posts .blog-post .text-wrap>h3 {
        font-size: 22px;
    }
}

.cards .card-item {
    margin: 0 20px;
}

.cards .card-item:nth-child(2) {
    animation-delay: 0.1s;
}

.cards .card-item:nth-child(3) {
    animation-delay: 0.2s;
}

.right-menu-link {
    margin-left: 30px;
}

* Blog page */
.eke-section.bricks-section .wrapper.bricks .image-container {
    height: 240px;
}

.eke-section.bricks-section .wrapper.bricks .image-container img {
    width: 100%;
}

/* Blog category page */
.eke-section.blog-filtered-section {
    background-color: #f7f7f7;
}

.filtered-posts .blog-info-list {
    margin-bottom: 0;
}

.filtered-posts .blog-post {
    padding: 20px;
    background-color: #fff;
    border: 0 !important;
    border-radius: 5px;
    transition: 0.3s ease-out;
}

.filtered-posts .blog-post:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.filtered-posts h1 {
    font-size: 44px;
    font-weight: 700 !important;
    margin-bottom: 20px;
    line-height: 48px;
}

.filtered-posts .text-wrap {
    display: inline-block;
    padding-right: 12px;
    padding-bottom: 32px;
    position: relative;
    width: 63%;
}

.filtered-posts .text-wrap p {
    color: #605f5f;
    font-size: 16px;
    line-height: 1.56rem;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 21px;
}

.filtered-posts .text-wrap h3 {
    line-height: 2rem;
    margin-bottom: 15px;
    text-decoration: none !important;
    color: #005a73;
}

.filtered-posts .text-wrap .blog-info-list {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    padding: 10px auto;
}

.filtered-posts .text-wrap .blog-info-list span {
    color: #605f5f;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .filtered-posts .blog-post {
        padding: 10px;
    }

    .filtered-posts .text-wrap h3 {
        line-height: 1.5rem;
    }

    .filtered-posts .text-wrap {
        padding: 0 0 10px !important;
    }

    .filtered-posts .text-wrap p {
        line-height: 1.3rem;
    }

    .filtered-posts .blog-info-list span,
    .filtered-posts .post-time {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    .filtered-posts .text-wrap {
        width: auto;
    }

    .filtered-posts .text-wrap h3,
    .filtered-posts .text-wrap p {
        text-align: justify;
    }

    .blog-filtered-section .filtered-posts .blog-post {
        display: block;
        flex-direction: unset;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-blog-post .container {
        position: relative;
    }
}

@media only screen and (max-width: 550px) {
    .main-header .header-blog-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 454px) {
    .main-header .header-blog-title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 415px) {
    .main-header .header-blog-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 380px) {
    .main-header .header-blog-title {
        font-size: 15px;
    }

    .top-bar .fll a:link {
        font-size: 11px;
    }
}

/* Parallax banner on Blog Page */
@media only screen and (min-width: 1024px) {
    .blog-fixed-background {
        height: auto !important;
        min-height: auto !important;
        position: fixed !important;
        z-index: 0;
    }
}

.main-footer,
.gpp-section.blog-post-section {
    position: relative;
    z-index: 1;
}

.blog-fixed-background img {
    width: 100%;
    height: auto;
}

.blog-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

.blog-articles .description {
    text-align: left;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-articles .description * {
    padding-top: 10px;
}

.blog-articles .description .item-title {
    color: #005a73 !important;
}

.blog-articles .description .blog-post-categories .category .icon-tag {
    display: inline;
}

.blog-articles .description ul.blog-post-metadata {
    display: flex;
    justify-content: flex-start;
}

.blog-articles .description ul.blog-post-metadata li:first-child {
    list-style-type: none;
    list-style: none;
    margin-right: 25px;
}

.blog-articles .description ul.blog-post-metadata li {
    list-style-type: disc;
    list-style: disc;
}

.blog-articles .item {
    position: relative;
    width: 33.3%;
    height: 512px;
    padding: 20px 10px;
    /*opacity: 0;*/
}

@media only screen and (min-width: 1024px) {
    .blog-articles .item:nth-child(3n + 2) {
        animation-delay: 0.2s;
    }
    .blog-articles .item:nth-child(3n + 3) {
        animation-delay: 0.4s;
    }
}

@media only screen and (max-width: 1023px) {
    .blog-articles .item {
        width: 50%;
        height: 580px;
    }
    .blog-articles .item:nth-child(2n) {
        animation-delay: 0.2s;
    }
}

@media only screen and (max-width: 425px) {
    .blog-articles {
        flex-wrap: wrap;
    }

    .blog-articles .item {
        width: 100%;
        height: 512px;
    }
}

.eke-section .item:not(:last-child):after {
    display: none;
}

.align-center * {
    text-align: center;
}

.align-center figcaption p {
    margin: auto;
    margin-bottom: 20px;
}

.align-left * {
    text-align: left;
}

.align-left figcaption p {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

.align-right * {
    text-align: right;
}

.align-right figcaption p {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
}

.blog-articles figure.image-container {
    position: relative;
    height: 240px;
    transition: 0.2s ease-out;
}

.blog-articles figure.image-container:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}

.blog-articles figure.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media only screen and (max-width: 639px) {
    .eke-section .item .image-container {
        max-width: 100%;
        margin: auto;
    }
}