a, button{
    transition: .2s;
}
:root {
    --primary: #2d63b1;
    --primaryHover: #5CE1E6;
    --secondaryHover: #00b4d8;
    --textLink: #48cae4;
    --primaryBlue: #03045e;
    --secondaryBlue: #023e8a;
}
.responsive-img img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.page-content ol li {
    line-height: 2;
}
.site-logo img {
    width: 170px;
}
.site-logo span {
    font-size: 22px;
    color: #0097b3;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 5px;
}
.site-logo.me-auto {
    display: flex;
    align-items: center;
}

/* POST SLIDER */
.post-images {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}
.post-images ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-images ul li div.item {
    background-repeat: no-repeat;
    height: 40rem;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}
.post-images .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    height: 0;
    padding: 0 10px;
}
.post-images button.owl-prev span,
.post-images button.owl-next span {
    border-radius: 50%;
    padding: 0px 15px 6px 15px;
    font-size: 35px;
    color: #ffffff;
    line-height: 1;
    background: #00000099;
    display: block;
    transition: .2s;
}
.post-images button.owl-prev.disabled,
.post-images button.owl-next.disabled {
    visibility: hidden;
}
.post-images button.owl-prev span:hover, .post-images button.owl-next span:hover {
    background: #000000bf;
}
.post-images .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots button.owl-dot {
    margin: 0 2px;
}
.post-images .owl-dots .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: .2s;
    border: 3px solid #fff;
    margin: 0 1px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 3px solid #2d63b1;
    height: 16px;
    width: 16px;
}
.posts-page-container h1 {
    font-size: 35px;
    font-weight: 600;
    margin: 10px 0;
}
.post-details .author {
    display: flex;
    align-items: center;
}
.post-details .author {
    display: flex;
    align-items: center;
}
.post-details .auth-img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #eee;
    cursor: pointer;
    border: 2px solid #bababa;
    border-radius: 50%;
}
.post-details .author .author-title-date {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.post-details .author .author-title-date h4 {
    line-height: 1.2;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.post-details .author .author-title-date p {
    margin: 0;
    font-size: 12px;
}
.post-details {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.posts-page-container h6 {
    font-size: 14px;
    font-weight: 600;
    color: #777777;
}
.nf-prod-link {
    background: #047f95;
    color: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    border-bottom-left-radius: 0;
}
.nf-prod-link:hover, .nf-prod-link:focus {
    background: #2d63b1;
    color: #fff;
}
.posts-page-container h1 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    width: 80%;
}
.post-title-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.post-title-wrapper h2 {
    font-size: 40px;
    font-weight: 600;
    color: #047f95;
}
.post-title-wrapper h2 span {
    font-size: 20px;
}
.posts-page-container .inner-page .container {
    box-shadow: 0px 3px 20px #0000001A;
    padding: 0;
}
.post-comment-likes {
    margin-top: 20px;
}
.posts-main-header {
    padding: 0 20px;
}
.page-content {
    padding: 20px;
}
.user-edit-buttons {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
}
/* Social Butons */
.social-btns {
    margin-top: 10px;
    position: relative;
    display: flex;
}
.social-btns .social-btn-share, .social-btns .social-btn-share:before, .social-btns .social-btn-share .fab {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .social-btn-share {
    display: flex;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
    align-items: center;
    justify-content: center;
}
.social-btns .social-btn-share .fab {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 30px;
    vertical-align: middle;
}
.social-btns .social-btn-share.facebookShare .fab {
    color: #3b5998;
}
.social-btns .social-btn-share.twitterShare .fab {
    color: #00aff0;
}
.social-btns .social-btn-share.pinterestShare .fab {
    color: #e60023;
}
.social-btns .social-btn-share.linkedInShare .fab {
    color: #0a66c2;
}
.social-btns .social-btn-share.instagramShare .fab {
    color: #c32aa3;
}
.social-btns .social-btn-share:before {
    top: 90%;
    left: -110%;
}
.social-btns .social-btn-share:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.social-btns .social-btn-share:focus:before, .social-btns .social-btn-share:hover:before {
    top: -10%;
    left: -10%;
}
.social-btns .social-btn-share.facebookShare:before {
    background-color: #3b5998;
}
.social-btns .social-btn-share.pinterestShare:before {
    background-color: #e60023;
}
.social-btns .social-btn-share.linkedInShare:before {
    background-color: #0a66c2;
}
.social-btns .social-btn-share.twitterShare:before {
    background-color: #00aff0;
}
.social-btns .social-btn-share.instagramShare:before {
    background-color: #c32aa3;
}
.social-btns .social-btn-share:focus .fab, .social-btns .social-btn-share:hover .fab {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.share-post-wrapper {
    margin-top: 50px;
}
.share-post-wrapper h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.footer.logo img {
    width: 170px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}
.post-comment-likes ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.post-comment-likes ul li {
    font-size: 14px;
    color: #8e8e8e;
}
.post-comment-likes ul li {
    font-size: 14px;
    color: #8e8e8e;
    margin-right: 15px;
}
.error-404-page svg {
    width: 35rem;
    height: 35rem;
    margin: 0 auto;
    display: block;
}
body.error-404-page .container {
    text-align: center;
}
body.error-404-page .container h1 {
    font-size: 65px;
    font-weight: 700;
    color: #263238;
    line-height: 1;
    margin-top: -40px;
    margin-bottom: 25px;
}