@font-face {
    font-family: Montserrat;
    src: url('https://fishingbooker.com/blog/wp-content/themes/fbkrFancyTheme/assets/fonts/monserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url('https://fishingbooker.com/blog/wp-content/themes/fbkrFancyTheme/assets/fonts/monserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.header-wrapper {
    background-color: var(--brand-primary);
    padding: 12px 0;
}

.top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top-row-cta a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    padding: 4px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border: 1px solid var(--white);
    border-radius: 3px;
}

.fbkr-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.fbkr-logo:focus {
    text-decoration: none;
}

.blog-vertical-line {
    height: 32px;
    width: 1px;
    background-color: var(--inactive-blue);
}

.header-blog {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
}

.header-blog:hover {
    text-decoration: none;
}

.bottom-row-wrapper {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.bottom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bottom-row-logo {
    display: none;
}

.bottom-row-cta {
    display: none;
}

.bottom-row-wrapper.fixed {
    position: fixed;
    display: none;
    top: 0;
    background-color: var(--white);
    z-index: 999;
    width: 100%;
    padding: 12px 0;
}

.bottom-row-wrapper.fixed #searchform {
    display: none;
}

#progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--border-color);
    z-index: 998;
    display: none;
}

#progress-bar {
    height: 100%;
    width: 0;
    background-color: var(--brand-primary);
}

.bottom-row-wrapper.fixed .bottom-row {
    justify-content: space-between;
}

.bottom-row-wrapper.fixed .bottom-row-logo {
    display: block;
}

.bottom-row-wrapper.fixed .bottom-row-cta {
    display: block;
}

.bottom-row ul {
    list-style: none;
    gap: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.bottom-row ul li a {
    font-family: Montserrat, sans-serif;
    color: var(--full-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.search-option {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 176px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    padding: 12px;
}

#searchform {
    padding: 12px;
    border-left: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: 32px;
}

#searchform input {
    border: none;
    outline: none;
    padding: 0 3px;
}

.bottom-row-wrapper.fixed #searchform {
    border-right: 1px solid var(--border-color);
}

.bottom-row-cta {
    padding-left: 8px;
}

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

.header-wrapper .fbkr-logo-blue {
    display: none;
}

.bottom-row-cta a {
    color: var(--white);
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background-color: var(--brand-primary);
    border-radius: 3px;
}

.featured-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.featured-meta p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.featured-meta span {
    color: var(--neutral-gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.featured-meta-author span {
    text-decoration: underline;
}

html .cta-button .load-more-permalink {
    color: #fff;
}

/* Suppress the focus ring on mouse/touch click (keeps it for keyboard users). */
html .cta-button.load-more-button:focus:not(:focus-visible),
html .cta-button .load-more-permalink:focus:not(:focus-visible) {
    outline: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #searchform {
        margin-left: 20px;
        width: 100px;
    }
    .bottom-row ul {
        gap: 24px;
    }
	
	.bottom-row-wrapper.fixed .bottom-row ul {
		gap: 16px;
		padding-left: 0;
	}
	.bottom-row-wrapper.fixed .bottom-row ul li a {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
    header {
        padding-bottom: 95px;
    }

    .featured-meta {
        gap: 8px;
    }

    .header-wrapper {
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .top-row-cta a {
        display: none;
    }

    .bottom-row-wrapper {
        position: fixed !important;
        top: 62.25px;
    }

    .main-navigation {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .bottom-row ul {
        gap: 16px;
        width: 100%;
    }

    .main-navigation li {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 16px;
    }

    .bottom-row ul li a {
        font-size: 16px;
        font-style: normal;
        line-height: 28px; /* 155.556% */
    }

    .main-navigation .search-option {
        order: -1;
        margin-top: 32px;
        margin-bottom: 26px;
        border: 1px solid var(--border-color);
        border-radius: 3px;
        padding: 12px 16px;
    }

    .bottom-row-cta {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: auto;
        margin-bottom: 50px;
    }

    .bottom-row-cta a {
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
        font-size: 16px;
    }

    .bottom-row-wrapper {
        display: none;
        height: calc(100dvh - 62.25px);
        background-color: var(--white);
        position: absolute;
        z-index: 99;
        width: 100%;
    }

    .bottom-row-wrapper .container {
        height: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .mobile-toggle-menu {
        display: block;
        cursor: pointer;
        height: 15px;
    }

    .header-wrapper.open .header-blog {
        color: var(--brand-primary);
    }

    .header-wrapper.open .blog-vertical-line {
        background-color: var(--brand-primary);
    }

    .main-navigation li:nth-last-child(1) {
        border-bottom: 0;
    }

    .header-wrapper.open {
        background-color: var(--white);
    }

    .open-menu {
        display: block;
    }

    .close-menu {
        display: none;
    }

    .header-wrapper .fbkr-logo-blue {
        display: none;
    }

    .header-wrapper.open .fbkr-logo-blue {
        display: block;
    }

    .header-wrapper.open .fbkr-logo-white {
        display: none;
    }

    .header-wrapper.open .mobile-toggle-menu .close-menu {
        display: block;
    }

    .header-wrapper.open .mobile-toggle-menu .open-menu {
        display: none;
    }

    #searchform {
        margin-top: 30px;
        margin-left: 0;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid var(--border-color);
        border-radius: 3px;
        padding: 16px;
    }

    .bottom-row {
        flex-wrap: nowrap;
        justify-content: start;
        align-items: flex-start;
        height: 100%;
        flex-direction: column;
    }

    .menu-header-menu-container {
        order: 2;
        width: 100%;
    }

    .bottom-row-cta {
        order: 3;
    }
}
