.header-container {
    background-color: #0075C9;
    color: white;
}

.header-container .header {
    padding: 10px 15px;
}

.header-container .header .header-blog, .header-container .header .blog-vertical-line {
    font-weight: 500;
    font-size: 20px;
    padding-left: 8px;
    vertical-align: middle;
    color: white;
}

.header-container .header .blog-vertical-line {
    opacity: 0.5;
}

.homepage-title-section {
    padding-top: 32px;
}

.header-container .header .fbkr-logo-img {
    width: 110px;
}

.header-container .header .fbkr-logo {
    font-size: 14px;
}

.header-container .header .fbkr-logo:hover {
    text-decoration: none;
}

.header-container .header .go-to-fbkr {
    border: 1px solid white;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
    color: white;
    line-height: 16px;
}

.header-container .header .go-to-fbkr i {
    padding-left: 6px;
}

.header-container .header .go-to-fbkr:hover {
    text-decoration: none;
    background-color: white;
    color: #0075C9;
}

.header-container #menu-button {
    -webkit-appearance: menulist-text;
    background-color: #0075C9 !important;
}

.header-container #menu-button.active {
    background-color: white !important;
    color: #0075C9 !important;
    border-radius: 0;
}

.header-container #search-button-mobile {
    -webkit-appearance: menulist-text;
    background-color: #0075C9 !important;
    touch-action: pinch-zoom;
}

.header-container #search-button-mobile.active {
    background-color: white !important;
    color: #0075C9 !important;
    border-radius: 0;
}

.header-container #menu-button, .header-container #search-button-mobile {
    border: none;
}

.header-container .navigation-mobile {
    visibility: hidden !important;
    z-index: 20;
    position: absolute;
}

.header-container .navigation-mobile li.search-option {
    display: none;
}

.header-container .navigation-mobile.navigation-visible {
    visibility: visible !important;
}

.header-container .navigation-mobile .go-to-fbkr-mobile {
    border: 1px solid #0075C9 !important;
    border-radius: 3px !important;
    height: 45px;
    line-height: 40px;
    font-weight: normal;
}

.header-container .navigation-mobile .go-to-fbkr-mobile:hover {
    text-decoration: none;
}

.header-container .navigation-mobile nav {
    width: 100%;
}

.header-container .navigation-mobile ul {
    width: 100%;
}

.header-container .navigation-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
    font-weight: bold;
}

.header-container .navigation-mobile ul li {
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

.header-container .navigation-mobile ul li a {
    color: #0075C9;
    line-height: 16px;
    font-size: 14px;
}

.header-container button {
    height: 50px;
    width: 45px;
}

.header-container button .fas {
    vertical-align: inherit;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .header-container.sticky-header {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
    }

    .header-container .header {
        height: 50px;
        padding: 0;
    }

    .header-container .header .fbkr-logo-img {
        width: 102px;
        height: 36px;
    }

    .header-container .header .wp-clearfix {
        padding: 7px 15px;
    }

    .header-container .header img {
        height: 25px;
    }

    .header-container .header .header-blog, .header-container .header .blog-vertical-line {
        font-size: 16px !important;
    }
}

.sticky-mobile-menu {
    display: none;
}

@media screen and (max-width: 767px) {
    #progress-container {
        top: 50px;
    }

    #progress-bar {
        background-color: #2C323B;
    }

    .sticky-mobile-menu {
        display: none;
        background-color: #2C323B;
        height: 45px;
        width: 100%;
    }

    .sticky-mobile-menu.fixed {
        display: block;
    }
}

.site-menu {
    background-color: #2C323B;
}

.site-menu .navigation {
    text-align: center;
}

.site-menu .navigation nav {
    display: inline-flex;
}

.site-menu .navigation nav li {
    cursor: pointer;
}

.site-menu .navigation nav li.active a {
    opacity: 1;
}

.site-menu .navigation nav li:hover {
    opacity: 1;
}

.site-menu .navigation nav li:hover a {
    opacity: 1;
}

.site-menu .navigation nav:hover li a {
    text-decoration: none;
}

.site-menu .navigation .search-option {
    display: table-cell;
    color: #D6DADE;
    opacity: 1;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.site-menu .navigation .search-option span {
    padding-left: 3px;
    margin-top: -3px;
    font-size: 14px;
}

.sticky-menu {
    position: fixed;
    width: 100%;
    z-index: 15;
}

.sticky-menu.logged-in {
    top: 32px;
}

.sticky-menu.not-logged-in {
    top: 0;
}

.sticky-pad {
    background-color: #2C323B;
    height: 54px;
    width: 100%;
    display: none;
}

.sticky-pad.fixed {
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-menu.logged-in {
        top: 46px;
    }
}

@media screen and (max-width: 767px) {
    .sticky-pad.fixed {
        display: none;
    }
}

.site-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-menu ul li {
    display: table-cell;
    padding: 17px 15px;
    font-size: 14px;
}

.site-menu ul li a {
    color: #D6DADE;
    opacity: 1;
    line-height: 16px;
    font-size: 14px;
}

.footer {
    margin-top: 23px;
    margin-bottom: 10px;
}

.footer .footer-menu ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.footer .footer-menu ul li {
    display: inline;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer .footer-menu ul li a {
    font-size: 14px;
    white-space: nowrap;
}

.footer .socials, .footer .socials-mobile {
    margin-top: 8px;
    display: flex;
}

.footer .socials .share-icon, .footer .socials-mobile .share-icon {
    height: 25px;
    width: 25px;
    border-radius: 3px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .socials .share-icon i, .footer .socials-mobile .share-icon i {
    color: white;
    font-size: 18px;
}

.footer .socials .share-icon.facebook, .footer .socials-mobile .share-icon.facebook {
    background-color: #4267B2;
}

.footer .socials .share-icon.twitter, .footer .socials-mobile .share-icon.twitter {
    background-color: #1DA1F2;
}

.footer .socials .share-icon.instagram, .footer .socials-mobile .share-icon.instagram {
    background: #D6249F;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer .socials .share-icon:hover, .footer .socials-mobile .share-icon:hover {
    text-decoration: none;
}

.footer .fbkr-links {
    margin-top: 18px;
    line-height: 19px;
}

.footer .fbkr-links a {
    padding: 0 5px;
}

.footer .list-your-boat {
    border-radius: 3px;
    border: 1px solid #0075C9;
    padding: 10px 35px;
    font-weight: bold;
    color: #0075C9;
    float: right;
}

.footer .list-your-boat:hover {
    text-decoration: none;
    background-color: #086CAC;
    color: white;
}

@media screen and (max-width: 991px) {
    .list-your-boat {
        padding: 10px 12px !important;
    }

    .socials .share-icon {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-menu ul li {
        display: block;
    }

    .footer .socials-mobile {
        margin-top: 0;
    }

    .footer .socials-mobile .share-icon {
        margin: 0 10px !important;
    }

    .footer .fbkr-links {
        display: grid;
        margin-top: 20px;
    }

    .footer .fbkr-links .fbkr-link {
        margin-bottom: 20px;
    }

    .footer .list-your-boat {
        float: initial;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .footer .socials-mobile {
        display: flex!important;
        justify-content: center;
    }
}

.fbkr-footer-text {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 30px;
}

.background-canvas {
    position: relative;
}

.background-canvas .overlay-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-size: cover;
    border-radius: 3px;
}

.background-canvas .post-permalink {
    color: white;
    z-index: 10;
    display: block;
    max-width: 85%;
    font-size: 22px;
    line-height: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.background-canvas .post-permalink:hover {
    color: white;
}

.background-canvas .mins-read {
    bottom: 15px;
    left: 15px;
    z-index: 10;
    position: absolute;
    color: white;
    opacity: 0.5;
}

.background-canvas .comments-container {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    color: white;
    opacity: 0.5;
}

.background-canvas .comments-container .num-of-comments {
    padding: 2px 8px 4px;
}

.background-canvas .post-info-container {
    position: absolute;
    z-index: 10;
    bottom: 45px;
    left: 15px;
}

.background-canvas .comments-container:after {
    content: '';
    position: absolute;
    top: 27px;
    left: 70%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left: 0;
    border-bottom: 0;
    margin-left: -10px;
    z-index: 10;
}

.background-canvas .post-categories {
    z-index: 10;
    position: absolute;
    top: -30px;
}

.background-canvas ul.post-categories li {
    display: inline;
    padding-right: 5px;
}

.background-canvas .post-categories {
    list-style: none;
    padding: 0;
}

.background-canvas .post-categories a {
    font-size: 12px;
    opacity: 0.6;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .background-canvas.default .post-permalink, .background-canvas.double .post-permalink {
        font-size: 16px;
        line-height: 22px;
    }

    .background-canvas .comments-container .num-of-comments {
        padding: 1px 6px 2px !important;
    }

    .background-canvas .comments-container:after {
        top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .background-canvas.large .post-permalink, .background-canvas.medium .post-permalink {
        font-size: 38px;
        line-height: 43px;
    }
}

.background-canvas:hover .overlay-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.background-canvas:hover .post-permalink {
    text-decoration: underline;
}

.recent-post {
    position: relative;
    color: white;
    background-color: rgba(238, 238, 238, 0.25) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px;
}

.recent-post.double-card {
    height: 540px;
}

.recent-post.default-card, .recent-post.medium-card, .recent-post.large-card {
    height: 255px;
}

@media screen and (min-width: 992px) {
    .recent-post.large-card {
        height: 500px;
    }

    .recent-post.medium-card {
        height: 540px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .recent-post {
        height: 212.5px !important;
    }

    .recent-post.medium-card {
        height: 440px !important;
    }

    .recent-post.large-card {
        height: 310px !important;
    }
}

@media screen and (max-width: 767px) {
    .recent-post {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .post-container {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .post-container .recent-post {
        margin-bottom: 15px;
    }
}

.popular-posts .related-posts-title {
    padding: 60px 0 24px;
    font-size: 24px;
    font-weight: bold;
}

.popular-posts .left {
    padding-right: 5px;
}

.popular-posts .mute, .popular-posts .rt-time {
    font-size: 14px;
    line-height: 16px;
    opacity: 0.7;
}

.popular-posts .popular-posts-title {
    padding: 60px 15px 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.popular-posts .popular-post-container {
    padding: 15px 0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin-bottom: 20px;
}

.popular-posts .popular-post-container .popular-content {
    padding: 0 15px;
}

.popular-posts .popular-post-container .popular-content .popular-post-thumbnail {
    background-position: center;
    background-size: cover;
    height: 119px;
    border-radius: 3px;
}

.popular-posts .popular-post-container .popular-post-info-container {
    position: absolute;
    height: 119px;
}

.popular-posts .popular-post-container .popular-post-info-container ul {
    list-style: none;
    padding: 0 30px 0 0;
    display: inline;
}

.popular-posts .popular-post-container .popular-post-info-container ul li {
    display: inline;
    padding-right: 5px;
}

.popular-posts .popular-post-container .popular-post-info-container ul li a {
    color: #6E7685;
    font-size: 12px;
    text-transform: uppercase;
}

.popular-posts .popular-post-container .popular-post-info-container .popular-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: 10px;
}

.popular-posts .popular-post-container .popular-post-info-container .popular-title a {
    color: #2C323B;
}

.popular-posts .popular-post-container .popular-post-info-container .popular-short-content {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 30px;
    display: none;
}

.popular-posts .popular-post-container .popular-post-info-container .popular-short-content .rt-reading-time {
    display: none !important;
}

.popular-posts .popular-post-container .popular-post-info-container .popular-short-content a {
    color: #2C323B;
}

.popular-posts .popular-post-container .popular-post-info-container .popular-short-content p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.popular-posts .popular-post-container .popular-post-info-container .reading-info {
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    bottom: 0;
}

.popular-posts .popular-post-container .popular-post-info-container .reading-info .comments-container {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 1px;
    margin-right: 5px;
    position: absolute;
    right: 25px;
}

.popular-posts .popular-post-container .popular-post-info-container .reading-info .comments-container .num-of-comments {
    color: rgba(0, 0, 0, 0.7);
    padding: 2px 8px 3px;
}

.popular-posts .popular-post-container .popular-post-info-container .reading-info .comments-container:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 70%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.3);
    border-left: 0;
    border-bottom: 0;
    margin-left: -10px;
}

.popular-posts .popular-post-container .popular-post-permalink {
    height: 150px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}

.popular-posts .popular-post-container:hover {
    border: 1px solid #F0AD4E;
}

.popular-posts .popular-post-container:hover .popular-title .popular-permalink {
    text-decoration: underline;
    color: #0075C9;
}

@media screen and (min-width: 992px) {
    .popular-posts .related-posts-section {
        padding: 0;
    }

    .popular-posts .related-posts-section .related-post-wrapper {
        padding: 0 7.5px !important;
    }

    .popular-posts .left-container .popular-content .popular-post-thumbnail {
        height: 290px;
    }

    .popular-posts .left-container .popular-post-info-container {
        height: 290px;
    }

    .popular-posts .left-container .popular-post-info-container .popular-title {
        font-size: 22px;
        line-height: 26px;
        margin-top: 5px;
    }

    .popular-posts .left-container .popular-post-info-container .popular-short-content {
        display: initial;
    }

    .popular-posts .left-container .popular-post-permalink {
        height: 320px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .popular-posts .left, .popular-posts .right {
        padding: 0 0 0 7.5px;
    }

    .popular-posts .popular-post-container {
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin-bottom: 15px !important;
        width: 47.5%;
    }

    .popular-posts .related-post-wrapper {
        padding: 0 !important;
        margin: 0 7.5px !important;
        width: 47%;
    }

    .popular-posts .related-post-wrapper .related-container.popular-post-container {
        width: 100%;
        margin: 0;
    }

    .popular-posts .popular-container-single {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .popular-posts .left {
        padding-right: 15px;
    }

    .popular-posts .related-posts-title {
        padding: 30px 15px !important;
    }

    .popular-posts .related-posts-section {
        padding: 0;
    }

    .popular-posts .post-categories {
        display: none !important;
    }

    .popular-posts .popular-title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .popular-posts .popular-posts-title {
        padding: 40px 15px 30px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .popular-posts .popular-short-content {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .related-posts-title {
        padding: 15px 15px 20px !important;
    }

    .related-posts-section {
        padding: 0 5px !important;
    }
}

.new-post-card {
    color: unset;
}

.new-post-card:hover, .new-post-card:focus {
    text-decoration: none;
    color: unset;
    filter: brightness(0.5);
}

.new-post-card .media-left {
    width: 40%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-position: center;
    background-size: cover;
}

.new-post-card .media-heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    min-height: 40px;
    font-size: 18px;
}

.new-post-card .media-body {
    padding: 16px 8px;
}

.new-post-card .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.new-post-card .reading {
    margin-bottom: 8px;
}

.new-post-card .continue {
    text-decoration: underline;
    color: #0075C9;
}

.related-posts-section .popular-post-container {
    padding: 0;
}

.no-results {
    color: #8A8A8A;
    padding-top: 150px;
    padding-bottom: 150px;
}

.no-results nav {
    width: 100%;
}

.no-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.no-results ul li {
    display: table-cell;
    padding: 15px;
}

.no-results ul li.search-option {
    display: none;
}

.no-results ul li a {
    display: block;
    color: #0075C9;
    line-height: 16px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .no-results {
        padding-top: 30px;
        padding-bottom: 0px;
        text-align: left;
    }

    .no-results ul li {
        display: initial;
    }

    .no-results ul li.search-option {
        display: none;
    }
}

.search-form {
    position: absolute;
    height: 112px;
    border-radius: 0 0 3px 3px;
    background-color: #F9F9F9;
    box-shadow: 0 2px 10px 0;
    z-index: 20;
    display: none;
    left: 0;
}

.search-form.visible-form {
    display: block;
}

.search-form form {
    padding: 20px;
}

.search-form form .search-the-blog {
    margin: 0;
    font-size: 16px;
    padding-bottom: 10px;
}

.search-form form .search-input {
    border: 1px solid #BEBEBE;
}

.search-form form .submit-button {
    background-color: #F0AD4E;
    color: white;
    font-weight: bold;
    width: 120px;
}

.search-form form .search-input, .search-form form .submit-button {
    height: 45px;
    border-radius: 3px;
    border: none;
}

.search-form form .submit-button:hover {
    background-color: #D79435;
}

@media screen and (max-width: 767px) {
    .search-form {
        height: 165px;
    }

    .search-form form {
        padding: 15px;
    }

    .search-form form .submit-button {
        width: 100%;
        margin-top: 10px;
    }
}

#single-post {
    padding: 60px 0 0 0;
}

#single-post .the-post-article #return-to-top {
    cursor: pointer;
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#single-post .the-post-article #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#single-post .the-post-article #return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#single-post .the-post-article #return-to-top:hover i {
    color: #fff;
}

#single-post .the-post-article ul.post-categories {
    padding: 0;
}

#single-post .the-post-article ul.post-categories li {
    display: inline;
    padding-right: 5px;
}

#single-post .the-post-article ul.post-categories li a {
    color: #6E7685;
    text-transform: uppercase;
}

#single-post .the-post-article .the-post-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 10px;
    margin: 0;
    color: #2C323B;
}

#single-post .the-post-article .the-post-reading-info #scroll-to-comments:hover {
    cursor: pointer;
}

#single-post .the-post-article .the-post-reading-info .comments-container {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    margin-right: 20px;
    position: absolute;
    right: 70px;
    margin-top: -3px;
}

#single-post .the-post-article .the-post-reading-info .comments-container .num-of-comments {
    padding: 2px 8px;
}

#single-post .the-post-article .the-post-reading-info .comments-container:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 70%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-left: 0;
    border-bottom: 0;
    margin-left: -10px;
}

#single-post .the-post-article img {
    width: 100%;
    height: 100%;
}

#single-post .the-post-article .the-post-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

#single-post .the-post-article .the-post-content h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
}

#single-post .the-post-article .the-post-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

#single-post .the-post-article .the-post-content li {
    font-size: 18px;
    padding-bottom: 15px;
}

#single-post .the-post-article .the-post-content figure {
    padding: 30px 0;
}

#single-post .the-post-article .the-post-content figure.wp-block-embed {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#single-post .the-post-article .the-post-content figure.wp-block-embed iframe, #single-post .the-post-article .the-post-content figure.wp-block-embed object, #single-post .the-post-article .the-post-content figure.wp-block-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#single-post .the-post-article .the-post-content figure figcaption {
    margin-top: -25px;
    text-align: center;
}

#single-post .the-post-article .the-post-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 20px;
}

#single-post .the-post-article .the-post-content p.wp-caption-text {
    text-align: center;
    font-size: 14px;
    color: #6E7685;
}

#single-post .the-post-article .the-post-content blockquote {
    font-size: 22px;
    line-height: 34px;
    color: #6E7685;
    font-style: italic;
    text-align: center;
}

#single-post .the-post-article .the-post-content .rt-reading-time {
    display: none !important;
}

#single-post .the-post-article .the-post-content .wp-caption {
    max-width: 100%;
    height: 100%;
}

#single-post .the-post-article .the-post-content a {
    text-decoration: underline;
}

#single-post .the-post-article .the-post-content a.btn-warning {
    padding: 0;
    color: #0075C9;
    background-color: white;
    border: none;
}

#single-post .the-post-article .the-post-content div a {
    text-decoration: none;
}

#single-post .the-post-article .the-post-content .btn-warning:hover {
    text-decoration: underline;
}

#single-post .the-post-article .the-post-content .author-box {
    margin-top: 20px;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px;
    border: 1px solid #eee;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top .author-image {
    padding-right: 20px;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top .author-image img {
    max-width: 100px;
    height: auto;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top .author-bio {
    flex: 1;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top .author-bio .author-name {
    margin-bottom: 5px;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top .author-bio .author-name a {
    font-family: "Arial", sans-serif;
    font-size: 18px;
    color: #0075c9;
    padding-bottom: 0;
}

#single-post .the-post-article .the-post-content .author-box .author-box-top .author-bio .author-bio-desc p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 10px;
}

#single-post .share-post-container {
    height: 137px;
    border: 0.1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

#single-post .share-post-container .share-post-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#single-post .share-post-container .share-the-post {
    display: inline-flex;
    padding: 0;
    margin: 0;
    alignment: center !important;
}

#single-post .share-post-container .share-the-post li {
    display: block;
    margin: 0 7.5px;
    border-radius: 3px;
}

#single-post .share-post-container .share-the-post li .share-icon {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
}

#single-post .share-post-container .share-the-post li .share-icon i {
    color: white;
    font-size: 18px;
}

#single-post .share-post-container .share-the-post li .share-icon:hover {
    text-decoration: none;
}

#single-post .share-post-container .share-the-post .linkedin {
    background-color: #346DA6;
}

#single-post .share-post-container .share-the-post .facebook {
    background-color: #4267B2;
}

#single-post .share-post-container .share-the-post .twitter {
    background-color: #1DA1F2;
}

#single-post .share-post-container .share-the-post .mail {
    background-color: #3AA1E5;
}

#single-post .most-popular-posts-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 2px;
}

@media screen and (max-width: 991px) {
    #single-post {
        padding: 30px 0 0 0;
    }

    #single-post .submit {
        width: 100% !important;
    }

    #single-post .sidebar-container {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    #single-post {
        padding: 20px 0 0 0;
    }

    #single-post .the-post-content h2 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    #single-post .the-post-content h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    #single-post .the-post-content h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #single-post .the-post-title {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    #single-post .num-of-post-comments {
        padding: 60px 15px 20px;
    }

    #single-post .post-comment-container {
        margin-bottom: 15px !important;
    }

    #single-post .the-post-reading-info {
        padding-bottom: 5px !important;
    }
}

#single-post .well {
    padding: 0;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    #single-post .well {
        overflow: scroll;
        margin-right: -15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

#single-post .wp-block-table table tr:hover {
    background-color: #f5f5f5;
}

#single-post .wp-block-table table thead {
    border-bottom: 3px solid #ddd;
}

#single-post .wp-block-table table thead th {
    border: 1px solid #ddd;
}

#single-post .wp-block-table table tbody td {
    border: 1px solid #ddd;
}

#single-post .wp-block-table table tfoot {
    border-top: 3px solid #ddd;
}

#single-post .wp-block-table table tfoot td {
    border: 1px solid #ddd;
}

#single-post table {
    overflow: hidden;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    border: none;
    padding-bottom: 10px;
}

#single-post table thead tr {
    border-top: 1px solid #ddd;
}

#single-post table:hover {
    cursor: move;
}

#single-post table::-webkit-scrollbar {
    width: 12px !important;
    height: 10px !important;
}

#single-post table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

#single-post table::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #2185c5 !important;
}

#single-post table::-webkit-scrollbar-thumb:window-inactive {
    background: #2185c5 !important;
}

@media screen and (max-width: 767px) {
    #single-post .video-container iframe {
        width: 100%;
    }
}

.widgets-container .widgets-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.widgets-container .destination-widget {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
}

.widgets-container .destination-widget-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    height: 200px;
    border-radius: 3px;
    position: absolute;
}

.widgets-container .destination-info {
    position: absolute;
    bottom: 35px;
}

.widgets-container .destination-info .destination-title {
    display: inline-block;
    color: white;
    font-weight: bold;
    line-height: 26px;
    font-size: 22px;
    text-shadow: 1px 1px 1px #000000;
    margin: 0;
}

.widgets-container .destination-info .destination-flag {
    margin-left: 5px;
    width: 20px;
    vertical-align: sub;
}

.widgets-container .destination-widget-wrapper:hover .destination-title {
    text-decoration: underline;
}

.widgets-container .destination-widget-wrapper:hover .destination-widget-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .widgets-container {
        padding-left: 0;
    }

    .widgets-container .widgets-title {
        margin: 2px 0 30px;
    }

    .widgets-container .destination-widget {
        height: 151px;
        margin-bottom: 15px;
    }

    .widgets-container .destination-widget-overlay {
        height: 151px;
    }

    .widgets-container .destination-info {
        bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .widgets-container .widgets-title {
        margin-top: 20px;
    }
    .homepage-title-section {
        padding-top: 0px;
    }
}

#mc_embed_signup {
    margin: 25px 0 !important;
}

@media (max-width: 767px) {
    #mc_embed_signup {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .wp-block-video, .wp-block-embed-youtube {
        text-align: center;
        background-color: #2C323B;
        padding: 0 !important;
        max-height: 500px;
        margin-bottom: 30px;
    }

    .wp-block-video video, .wp-block-embed-youtube video {
        max-height: 500px;
    }

    .wp-block-video video:focus, .wp-block-embed-youtube video:focus, .wp-block-video video:active, .wp-block-embed-youtube video:active, .wp-block-video video:hover, .wp-block-embed-youtube video:hover, .wp-block-video video:visited, .wp-block-embed-youtube video:visited {
        outline: none;
    }

    .wp-block-video figcaption, .wp-block-embed-youtube figcaption {
        margin-top: 0 !important;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #single-post .the-post-article .the-post-content .author-box .author-box-top {
        flex-direction: column;
        align-items: center;
    }

    #single-post .the-post-article .the-post-content .author-box .author-box-top .author-image {
        padding-bottom: 20px;
        padding-right: 0;
    }

    #single-post .the-post-article .the-post-content .author-box .author-box-top .author-bio {
        text-align: center;
    }

    #single-post .the-post-article .the-post-content .author-box .author-box-top .author-bio .author-name {
        margin: 10px 0 20px;
    }
}

@media screen and (min-width: 992px) {
    .sidebar-container.sticky-sidebar {
        position: sticky;
        top: 120px;
    }
}

@media screen and (max-height: 850px) {
    .sticky-sidebar .widgets-container .destination-widget {
        height: 180px;
    }

    .sticky-sidebar .widgets-container .destination-widget-overlay {
        height: 180px;
    }
}

@media screen and (max-height: 780px) {
    .sticky-sidebar .widgets-container .destination-widget {
        height: 150px;
    }

    .sticky-sidebar .widgets-container .destination-widget-overlay {
        height: 150px;
    }
}

@media screen and (max-height: 680px) {
    .sticky-sidebar .widgets-container .destination-widget {
        height: 120px;
    }

    .sticky-sidebar .widgets-container .destination-widget-overlay {
        height: 120px;
    }
}

@media screen and (max-height: 580px) {
    .sidebar-container.sticky-sidebar {
        position: sticky;
        top: 90px;
    }

    .sticky-sidebar .widgets-container .destination-widget {
        height: 100px;
    }

    .sticky-sidebar .widgets-container .destination-widget-overlay {
        height: 100px;
    }
}

.author-main-section {
    background: linear-gradient(180deg, #333 0%, #2185C5 100%);
    padding-top: 40px;
}

.author-main-section .row {
    display: flex;
    flex-wrap: wrap;
}

.author-main-section .row .author-inf {
    padding-top: 16px;
    padding-bottom: 40px;
}

.author-main-section .row .author-inf h1 {
    color: #ffffff;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 16px;
}

.author-main-section .row .author-inf p {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.author-main-section .row .author-inf p a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

.author-main-section .row .author-image-wrapper {
    display: flex;
    align-items: flex-end;
}

.author-main-section .row .author-image-wrapper .author-profile-img {
    margin-bottom: -25px;
}

.author-main-section .row .author-image-wrapper .author-profile-img img {
    max-width: 100%;
    border-radius: 50%;
    height: auto;
}

.authors-posts {
    padding-top: 48px;
}

.authors-posts .authors-posts-heading {
    padding-bottom: 40px;
}

.authors-posts .authors-posts-heading h2 {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

@media (max-width: 768px) {
    .author-main-section .row .author-inf {
        padding-bottom: 20px;
    }

    .author-main-section .row .author-image-wrapper {
        width: 100%;
        justify-content: center;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

html .text-muted {
    color: #6E7685;
}

html body a {
    color: #0075C9;
}

html body .tag-wrapper {
    padding: 65px 30px;
    min-height: 70vh;
}

html .cta-button {
    height: 50px;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    font-size: 16px;
    line-height: 18px;
    color: white;
}

html .cta-button .leave-comment-button-text {
    padding-top: 10px;
}

html .cta-button .load-more-permalink {
    padding-top: 15px;
}

html .cta-button:hover a {
    text-decoration: none;
}

html .rll-youtube-player img {
    height: auto!important;
}

html .load-more-button, html .leave-comment-button {
    background-color: #0075C9;
}

html .load-more-button:hover, html .leave-comment-button:hover {
    background-color: #086CAC;
}

html #homepage {
    padding-top: 60px;
}

html #category .category-title {
    padding: 30px 0;
    margin: 0;
}

html #search .search-title {
    padding: 30px 0;
    margin: 0;
}

html #search .search-fbkr {
    padding: 37px 0 30px;
    font-size: 14px;
}

html #search .search-fbkr a {
    font-weight: 600;
    padding-left: 10px;
}

html .fa-search {
    color: white;
}

html hr {
    border-top: 1px solid #CCCCCC;
}

html .no-padding {
    padding: 0;
}

html #gone-fishing .title-gone-fishing {
    margin-top: 60px;
}

html #gone-fishing .go-fishing {
    line-height: 32px;
}

html #gone-fishing .reading-suggestions {
    padding-top: 30px;
    list-style: none;
}

html #gone-fishing .reading-suggestions ul {
    list-style: none;
    padding: 20px 0 40px;
}

html #gone-fishing .reading-suggestions ul li {
    display: inline-flex;
    padding: 0 5px 10px;
}

html #gone-fishing .reading-suggestions ul li.search-option {
    display: none !important;
}

@media screen and (max-width: 767px) {
    html #gone-fishing .title-gone-fishing {
        margin-top: 40px;
        font-size: 24px;
    }

    html #gone-fishing .go-fishing {
        font-size: 16px;
        line-height: 32px;
    }

    html #gone-fishing ul {
        padding: 20px 0 0 !important;
    }
}

@media screen and (max-width: 767px) {
    html #homepage {
        padding-top: 15px;
    }

    html body .tag-wrapper {
        padding: 30px;
        min-height: 70vh;
    }

    html #category .category-title {
        padding: 20px 0;
    }

    html #search .search-title {
        padding: 20px 0;
    }

    html #search .search-fbkr {
        padding: 0 0 20px 0;
        text-align: left;
    }

    html #search .search-fbkr a {
        padding: 0;
    }
}
