body.page-template-blog  {
    background-color: #f2f5f6;
}

.tagcloud,
.page-template-blog  .widget {
    text-align: left;
}

.page-template-blog  .widget h3 {
    color: #a9abac;
    text-transform: lowercase;
}

.tagcloud a {
    font-size: 16px!important;
    display: inline-block;
    padding: .5rem;
    border: 1px solid;
    border-radius: 6px;
    background: white;
    color: #a9abac;
    margin: .2rem 0;
}

.section-title {
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 3rem;
    position: relative;
    margin-bottom: 5rem;
}


.section-title:after {
    content: '';
    width: 60px;
    background-color: #3bafc9;
    height: 5px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.news__featured__heading {
    position: absolute;
    z-index: 10;
    left: 50%;
    color: var(--green-color);
    margin-top: 2rem;
    background: #f2f5f6;
    padding: .2rem 3rem;
    border-radius: 2px;
    transform: translateX(-50%) skewX(-10deg);
}

.news__featured__heading h1,
.news__featured__heading h4 {
    font-weight: bold;
}

.news__featured__heading h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    transform: skew(10deg);
}

.news__featured__heading h4 {
    text-align: center;
    font-size: 2rem;
}

.news__featured__item  {
    display: flex;
    min-height: 50vh;
    color: white;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.news__featured__item h2 {
    font-weight: bold;
    max-width: 80%;
    margin-bottom: 26px;
    font-size: 3.5rem;
}

.news__featured__item h2,
.news__featured__item p {
    padding: 0 2rem;
}

a.news__featured__item__title__link {
    color: white!important;
    text-decoration-color: var(--green-color)!important;
}

a.news__featured__item__title__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.news__featured__item:nth-of-type(2n+1) {
    background: var(--green-color);
}

.news__featured__item:nth-of-type(2n+2) {
    background: var(--green-color);
}

.tag-view {
    margin-left: 2rem;
}

.tag-view a {
    padding: .5rem;
    color: white!important;
    text-decoration: none!important;
    background: rgba(255, 255, 255, 0.15);

    position: relative;
    z-index: 10;
    display: inline-block;
    margin-right: auto;
    border: 1px solid;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1rem;
}

.tag-view a:hover {
    background: var(--cyan-color);
}


.news__latest__item  {
    min-height: 50vh;
    padding: 3rem;
    position: relative;
    transition: .3s ease-in-out;
}

.news__latest a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(108, 117, 125, 0.3)!important;
}

.news__latest__item__date {
    margin: 0;
}

.news__latest__item:hover {
    z-index: 100;
    transform: scale(1.04);
}

.news__latest__item h3 {
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.card {
    border: none;
    margin: auto;
}

.card-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-light);
    margin: 2rem 0;
    text-transform: none;
}

.card-title a {
    color: inherit;
}

.card-text {
    font-size: 2rem;
}

h3.card-title:hover a {
    font-weight: bold;
    color: var(--text-light);
    text-decoration-color: rgba(88, 89, 91, 0.2);
    color: var(--cyan-color);
}

.news__latest__item h3 a,
.card-columns .card h3 a {
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--text-light);
    text-decoration-color: rgba(88, 89, 91, 0.2);
}

.news__latest__item__title a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    transition: .2s ease-in-out;
}

.news__latest__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
    
    transition: .2s ease-in-out;
}

.news__latest__item:hover:before {
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.news__latest__item:hover a,
.card-columns .card h3 a {
    color: var(--cyan-color);
}

.card-columns .card .btn-cta {
    font-size: 1.6rem;
    text-decoration: none!important;
    color: white;
}


.news__latest__item .arrow {
    bottom: 4rem;
    display: flex;
    justify-self: flex-end;
    transition: .2s ease-in-out;
}

.news__latest__item:hover .arrow {
    transform: translateX(2rem);
}

.news__latest__item svg path {
    fill: var(--green-color);
} 

.page-template-blog.card-img {
    height: auto;
}

.page-template-blog .card-body {
    padding: 3rem;
}

/* Sidebar */
.page-template-blog  .searchform {
    position: relative;
}

.page-template-blog  .searchform input[type="text"] {
    border-radius: 6px;
    display: block;
    float: none!important;
    margin: 0 auto;
    font-weight: bold;
    color: var(--text-light);
    text-align: left;
    width: 100%!important;
    padding-left: 2rem;
}

.page-template-blog  .searchform input[type="submit"] {
    float: none!important;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1px;
    background: var(--green-color)!important;
    border: 1px solid var(--green-color);
    margin-right: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    max-width: 70px;
    margin: 0;
    color: white;
}

.page-template-blog  .searchform input[type="submit"]:before {
    content: '';
    background-image: url('../img/search.svg');
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
}

.page-template-blog  .searchform input[type="text"]:focus,
.page-template-blog  .searchform input[type="submit"]:focus {
    outline: none;
}

.page-template-blog #ajaxsearchlite1 .probox .proinput input {
    font-size: 14px;
}

.news__latest__bottom {
    text-align: center;
}

.news__latest__bottom a {
    display: inline-block;
    margin: 3rem auto 8rem auto;
    padding: 1rem;
    background: var(--green-color);
    color: white;
    border-radius: 5px;
    text-decoration: none!important;
}

.single__related__content__item .title a {
    color: white;
}


@media (max-width: 767px) {
    .news__featured__item {
        min-height: 45vh;
    }
}

@media (max-width: 990px) {
    .sticky-sidebar {
        max-width: 80%;
        margin: 0 auto;
    }
}
