/* Global Styles */
body {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    color: #1a1a1a;
    background-color: #ffffff;
    background-image: url('../background-2.jpg');
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

h1 {margin-top: 50px; }
h2{margin-top: 30px;}
.Montserrat {font-family: 'Montserrat', "Helvetica Neue", sans-serif;}
.font9 {font-size: 9px;}
.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}



.page-title {background: #87c440;}

/* Site Container */
.site {
    margin: 21px;
    background: none;
}

.site-inner {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

/* Header */
.site-header {
    padding-top: 6em;
				padding-bottom: 3em;
}

.site-header-main {
    flex-wrap: wrap;
}

.site-branding {
    margin: 0.875em auto 0.875em 0;
}

.site-title {
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.site-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.site-title a:hover {
    color: #007acc;
}

.site-description {
    color: #686868;
    font-size: 14px;
    font-weight: 400;
				line-height: normal;
    margin: 0.538461538em 0 0;
}

/* Navigation */
.main-navigation {
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    margin: 0 -0.875em;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative;
    display: inline-block;
}

.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    padding: 0.84375em 0.875em;
    text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #007acc;
}

/* Content Area */
.site-content {

}

.content-area {
}

/* Posts */
.post {
    margin-bottom: 3.5em;
}

.entry-header {
}

.entry-title {
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
}

.entry-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007acc;
}

.entry-content {
    margin-bottom: 1.75em;
}

.entry-footer {
    color: #686868;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

/* Sidebar */
.sidebar {

}

.widget {
    border-top-off: 4px solid #1a1a1a;
 
}

.widget-title {
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 16px;
				font-weight: bold;
    letter-spacing: 0.4em;
    margin: 20px 0;
    text-transform: uppercase;
}

/* Search Form */
.search-form {
    position: relative;
}

.search-field {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

.search-submit {
    border-radius: 0 0px 9px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

/* Footer */
.site-footer {
    padding: 2em 0 0 0;
				background-off: #87c440;
}

.site-info {
    color: #686868;
    font-size: 14px;
    line-height: 1.6153846154;
}

/* Admin bar styles to be added to style.css */
#wpadminbar {
    direction: ltr;
    color: #c3c4c7;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #1d2327;
}

#wpadminbar .ab-item {
    color: #c3c4c7;
    text-decoration: none;
    font-size: 13px;
    line-height: 32px;
    padding: 0 10px;
    display: block;
    height: 100%;
}

#wpadminbar .quicklinks {
    display: flex;
    justify-content: space-between;
    height: 32px;
}

#wpadminbar .ab-top-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

#wpadminbar .ab-top-secondary {
    margin-left: auto;
}

#wpadminbar .menupop:hover,
#wpadminbar .ab-item:hover {
    background: #2c3338;
    color: #72aee6;
}

#wpadminbar .display-name {
    color: #c3c4c7;
}

/* Adjust main content when admin bar is present */
body.admin-bar {
    margin-top: 32px;
}

body.admin-bar .site-header {
    margin-top: 32px;
}

/* Add to style.css */
.post-image-link {
    display: block;
    margin: 0 0 1rem 0;
    overflow: hidden;
    border-radius: 7px;
    transition: opacity 0.3s;
}

.post-image-link:hover {
    opacity: 0.9;
}

.post-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.post-image:hover {
    transform: scale(1.02);
}


.post-image-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.post-image-link img {
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.post-image-link:hover img {
    transform: scale(1.05);
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.lazy-load.loaded {
    opacity: 1;
}







.ui-menu-item {
    padding: 0px 0px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.ui-menu-item:last-child {
    border-bottom: none;
}

.ui-menu-item:hover {
    background: #f8f8f8;
				color: black;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #e9ecef;
    border: none;
    margin: 0;
}

.search-result-type {
    font-size: 0.8em;
    color: #fff;
				background: green;
    padding: 4px;
				text-transform: uppercase;
    margin-left: 8px;
}

/* Custom width for autocomplete */
.ui-autocomplete {
max-width: 260px;
}

/* Ensure text doesn't overflow */
.ui-menu-item-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Control hover state text color */
.ui-menu-item-wrapper.ui-state-active {
    background: #f8f9fa !important; /* Light background */
    color: #000 !important; /* Black text */
    border: none !important;
    margin: 0 !important;
}

.ui-menu-item:hover,
.ui-menu-item:focus {
    color: #000 !important;
}





    .site-header-menu {
        display: block;
    }

    .main-navigation {
        margin: 0;
    }

    .main-navigation .primary-menu,
    .main-navigation .primary-menu > li {
        border: 0;
    }

    .main-navigation .primary-menu > li {
        float: left;
    }

    .main-navigation a {
        padding: 1em 1em;
        white-space: nowrap;
    }





.results-count {
    color: #666;
    margin-bottom: 1.5rem;
}
.pagination .page-link {
    color: #333;
}
.pagination .page-item.active .page-link {
    background-color: #333;
    border-color: #333;
    color: white;
}
.pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.25);
}
