/*WHITECHAPEL CSS FILES*/
/*erase view of advanced search in top bar*/
.top-bar__advanced-search { display: none !important; }

/*TO ADD CUSTOM FONTS, IMPORT THEN ACTIVATE*/
/*Import multiple fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');

/* 2. Basic reset with font - Add this AFTER the import */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*style site title*/
.main-header__site-title a {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #443253;
}

.main-header__site-title img
{max-height:100px;
	width:auto}

@media(min-width: 1024px)
{.main-header__site-title img
	{max-height:100px}
}
body,button,input,select,optgroup,textarea {
    font-family: "Barlow",sans-serif !important;
    font-size: 1rem;
    line-height: 1.5
}



h2
{font-size:2.1875rem;
	font-weight:800;
	line-height:1.2;
	margin-bottom:1.875rem}

@media(min-width: 768px)
{h2
	{font-size:2.5rem}

}

h3
{font-size:1.75rem!important;
	font-weight:700;
	line-height:1.2;
	margin-bottom:1.5rem}

@media(min-width: 768px)
{h3
	{font-size:1.8rem}

}

h4
{font-size:1.25rem !important;
	font-weight:700;
line-height:1.1;
margin-bottom:1.6rem}

@media(min-width: 768px)
{h4
	{font-size:1.6rem}

}

h5
{font-size:1rem;
	font-weight:700;
line-height:1.2;
margin-bottom:1.4rem}

@media(min-width: 768px)
{h5
	{font-size:1rem}

}

h6
{font-size:.75rem;
	font-weight:700;
line-height:1.2;
margin-bottom:1rem}

@media(min-width: 768px)
{h6
	{font-size:1.125rem}

}

/* All headers use barlow */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #2d6a4f;
}

/* All paragraphs use Barlow */
p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
/* Set Barlow on body to inherit to most elements */
body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #333; /* Default text color */
}

/* Force Barlow on specific elements that might not inherit */
.footer,
.footer p,
.footer a,
.footer li {
    font-family: 'Barlow', sans-serif !important;
}

/* Navigation menu */
.main-navigation,
.main-navigation a,
.main-navigation li {
    font-family: 'Barlow', sans-serif;
}

/* All buttons */
button,
input[type="button"],
input[type="submit"],
.cta-button,
.wp-block-button__link {
    font-family: 'Barlow', sans-serif;
    font-weight: 500; /* Medium weight for buttons */
}

/* Forms */
input,
textarea,
select {
    font-family: 'Barlow', sans-serif;
}

/* Force Barlow on ALL buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.wp-block-button__link:hover,
.cta-button,
.btn,
.button,
a.button,
button:not(.menu-toggle),
.hero .cta-button {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 500 !important;
}

/* Specifically target any button that might be using serif */
* button {
    font-family: 'Barlow', sans-serif !important;
}

/*FOR HERO BLOCK ON HOMEPAGE */

/* Hero Section Styles */
.hero1 {
    background-image: url('/files/asset/379261a67fb2870a8547beba0b3f42b5a41953a5.png');
    color: white;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 500px;
   border-radius: 20px; 
}

.hero1 .content {
    flex: 1;
    min-width: 300px;
    padding-right: 0px;
}

.hero1 .content h2 {
    color: #054232; /* header color */
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero1 .content p {
    color: #3f1e08; /* paragraph color */
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
}
.hero1 .cta-button {
    display: inline-block;
    font-family: 'Barlow';
    background-color: #1c332f; /* Button color */
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.hero1 .cta-button:hover {
    background-color: #094000; /*button hover color */
}

.hero1 .image-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero1 .hero-image {
    max-width: 125%;
    max-height: 500px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
    .hero1 {
        flex-direction: column;
        text-align: center;
        padding: 20px 20px;
    }
    
    .hero1 .content {
        padding-left: 0;
        margin-bottom: 40px;
    }
    
    .hero1 .content h1 {
        font-size: 2.2rem;
    }
}

/*FOR HERO BLOCK ON HOMEPAGE */

/* Hero Section Styles */
.hero2 {
    background-image: url('/files/asset/379261a67fb2870a8547beba0b3f42b5a41953a5.png');
    background-color: #a3c4a3;
    background-blend-mode: screen;
    color: white;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 500px;
    border-radius: 20px;
}

.hero2 .content {
    flex: 1;
    min-width: 300px;
    padding-right: 0px;
}

.hero2 .content h2 {
    color: #054232; /* header color */
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero2 .content p {
    color: #3f1e08; /* paragraph color */
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
}
.hero2 .cta-button {
    display: inline-block;
    font-family: 'Barlow';
    background-color: #1c332f; /* Button color */
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.hero2 .cta-button:hover {
    background-color: #094000; /*button hover color */
}

.hero2 .image-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero2 .hero-image {
    max-width: 125%;
    max-height: 500px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
    .hero2 {
        flex-direction: column;
        text-align: center;
        padding: 20px 20px;
    }
    
    .hero2 .content {
        padding-left: 0;
        margin-bottom: 40px;
    }
    
    .hero2 .content h1 {
        font-size: 2.2rem;
    }
}

/*to change color and thickness of opaque line break*/
.break.opaque {
    border-color: #a3c4a3;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}


/*TO FIX THE BOUNDARIES FOR FACETED BROWSE FILTER OPTIONS*/
.facet label {
    display: inline flex;}


/*TO MODIFY STYLING FOR SIDEBAR*/
.faceted-browse-page #section-sidebar,.block-facetedBrowsePreview #section-sidebar
{width:30%}

.faceted-browse-page #section-sidebar .field,.faceted-browse-page #section-sidebar fieldset,.block-facetedBrowsePreview #section-sidebar .field,.block-facetedBrowsePreview #section-sidebar fieldset
{box-shadow:none;
	background-color:#A0BC9A
