


.page-template-template-posts .container, 
.page-template-template-learning .container
.home .container {
    padding-top: 0 !important;
}

.page-template-template-posts .et_pb_section_0,
.page-template-template-learning .et_pb_section_0{
    padding-bottom: 0 !important;
}

.page-template-template-posts #main-content,
.page-template-template-learning #main-content,
.home #main-content {
    margin-bottom: 50px;
    display: block !important;
}

.home h2, .page-template-template-posts h2, 
.page-template-template-learning h2,
.single .entry-title {
    font-weight: 700;
    font-size: 30px;
    color: #006c79!important;
}

.home .latest-posts, .home .latest-learning {
    min-height: 550px;
}

.single .post-meta,
.single #comment-wrap {
    display: none;
}

.page-template-template-posts footer,
.page-template-template-learning footer,
.home footer, footer  {
    clear: both;
    margin-top: 50px;
}

.page-template-template-posts .et_pb_row,
.page-template-template-learning .et_pb_row {
    padding-bottom: 0 !important;
}

.page-template-template-posts .post-cont,
.page-template-template-learning .post-cont,
.home .post-cont {
    width: calc(33.3333% - 30px);
    float: left;
    margin: 25px 15px 25px 15px;
}

.home .et_pb_section_0 {
    padding-bottom: 0 !important;
}

.home .container {
    padding-top: 0 !important;
}

.page-template-template-posts .pages-links,
.page-template-template-learning .page-links {
    margin: auto;
    text-align: center;
    clear: both;
}

.page-template-template-posts .page-numbers,
.page-template-template-learning .page-numbers {
    margin-top: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.page-template-template-posts .page-numbers.current,
.page-template-template-learning .page-numbers.current {
    border: 1px solid #006a77;
}

.page-template-template-posts .post-thumb,
.page-template-template-learning .post-thumb,
.home .post-thumb {
    width: 100%;
    padding: 25px;
    height: 265px;
    display: block;
    color: white;
    text-transform: uppercase;
    border-radius: 15px;
    position: relative;
}

.page-template-template-posts .post-thumb p,
.page-template-template-learning .post-thumb p,
.home .post-thumb p {
    position: absolute;
    text-align: center;
    width: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-shadow: -2px 0px 1px rgba(0, 0, 0, 0.2);
}

.page-template-template-posts .even .post-thumb,
.page-template-template-learning .even .post-thumb,
.home .even .post-thumb {
    background: #4b1e42!important;
}

.page-template-template-posts .odd .post-thumb,
.page-template-template-learning .odd .post-thumb,
.home .odd .post-thumb {
    background: #006a77!important;
}

.page-template-template-posts .post-content p,
.page-template-template-learning .post-content p,
.home .post-content p {
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 110px;
}

.page-template-template-posts .et_pb_button,
.page-template-template-learning .et_pb_button,
.home .et_pb_button {
    font-size: 16px;
}

@media (max-width: 550px) {
    .page-template-template-posts .post-cont,
    .page-template-template-learning .post-cont,
    .home .post-cont {
        width: calc(100% - 30px) !important;
    }
}

@media (min-width: 550px) and (max-width: 1024px) {
    .page-template-template-posts .post-cont,
    .page-template-template-learning .post-cont,
    .home .post-cont {
        width: calc(50% - 30px) !important;
    }
}