@charset "UTF-8";
/* CSS Document */

/* ===== Blog / News ===== */

main {
/*    background-color: #F1F2EE;*/
    background-color: #F3F4F8;
}

h1, h2 {
    margin-bottom: 0.5em;
/*    opacity: 0;*/
}



@keyframes dcFadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1 {
    font-weight: 700;
    color: #005075;
    font-size: 2em;
}

h2 {
    font-weight: 700;
    color: #005075;
    font-size: 1.5em;
}

h3, p, main ul, main li {
    margin: 0 0 1em;
}

main ul {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

h3 {
    font-weight: 700;
}

.hero {
    background-color: transparent;
}

.postBlocks {
    justify-content: center !important;
}

.postBlocks .wp-block-group {
    padding: 15px;
    background-color: #FFF;
    border-radius: 0 0 0 30px;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.2s;
}

.postBlocks .wp-block-group:hover {
    background-color: #E88970;
}

.postBlocks h2 {
    font-size: 1.2em;
    margin: 0;
    line-height: 1.2;
}

.postBlocks .date {
    margin: 10px 0 0;
}

.postBlocks a.btn:hover {
    background-color: #95C5CC;
}

.postBlocks img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.boxgroup1 > div {
    padding: 15px;
}

.boxgroup1 > div:hover .btn-primary {
    background-color: #95C5CC;
}

/* ===== Single Posts ===== */

.single_main {
    padding-bottom: 20px;
/*    padding-right: 60px;*/
}

.single_side {
    border-left: solid 2px #D5D7CC;
    text-align: right;
    padding-bottom: 30px;
}

.wound_post .single_side {
    border-left: none;
    border-right: solid 2px #D5D7CC;
    text-align: left;
    order: 2;
}

.wound_post .single_side h2 {
    font-size: 1.1em;
    margin: 5px 0 30px;
}

.wound_post .single_side ul {
    padding-left: 0;
}

.wound_post .single_side li {
    list-style-type: none;
}

.wound_post .single_side a {
    color: #11618B;
 }

.post_meta {
    text-align: center;
    margin-top: 30px;
}

.date {
    margin: 15px 0;
}

/* Wound List Page */

.post-2839 h1.page_title,
.post-2839 .single_side,
.post-2839 .share_buttons {
    display: none;
}

.post-2839 .single_main {
    width: 100%;
    padding-left: 0 !important;
}


/* ======= Post Nav ======== */

.post_nav {
    padding: 0;
    text-align: left;
}

.post_nav img {
    width: 14px;
    height: auto;
    position: relative;
    top: -2px;
}

.post_nav span {
    display: none;
}

.post_nav a {
    text-decoration: none;
}

.post_nav .next a:hover,
.post_nav .prev a:hover  {
    color: #E4655E;
}

.post_nav .next img {
    rotate: 180deg;
}

.post_nav .next {
    text-align: right;
}

.share_buttons {
    border-top: solid 1px #c8cad2;
    border-bottom: solid 1px #c8cad2;
    padding: 10px 0;
    margin: 15px 0;
}

.share_buttons img {
    width: 30px;
    height: auto;
    margin: 0 5px;
}

@media(min-width: 768px) {

    main ul {
        margin-left: 0;
        margin-right: 0;
        width: initial;
    }    

    /* ===== Post Pages ===== */

    .single_main {
        padding-right: 60px;
    }

    .wound_post .single_main {
        padding-right: 0px;
        padding-left: 60px;
        order: 2;
    }

    .post_meta {
        text-align: left;
    }    
}