/*
Theme Name: Sexplore Carpinteria
Text Domain: explorecarpinteria.com
Version: 1.0
Tested up to: 1.0
Requires at least: 17
Requires PHP: 7.4
*/

@import url('//fonts.googleapis.com/css2?family=Lora:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Lora&family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans&family=Lora&family=Open+Sans&display=swap');



body{
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    color: #e64a2e;
}

.top-header {
    height: 50px;
    background: #000000;
}
.top-header .nav {
    position: relative;
    height: 50px;
    float: right;
	z-index: 9;
}

.top-header .nav-item {
    position: relative;
    top: 14px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Open Sans";
    letter-spacing: 0px;
    text-align: center;
}
.top-header .nav-item a {
    cursor: pointer;
    color:  #d5745a; 
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
}
.top-header .nav-item a:hover {
    color: #fefefe;

}
.top-header .donate a {
    background: #949641;
}

header .head {
    position: relative;
    z-index: 1;
    background: #400601;
}

header .inner {
    background: white;
}


header .navbar {
    height: 100px;
}

header .navbar-nav {
    margin-right: 174px;
}

header .navbar-nav .menu-item a{
    font-size: 18px;
    letter-spacing: 0px;
    color: #fefefe;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}

header .navbar-nav .menu-item a:hover {
    color: #e64a2e;
}
.navbar-light .navbar-nav .menu-item a {
    color: white;
}
.inner .navbar-light .navbar-nav .menu-item a {
    color: black;
}
.inner .navbar-light .navbar-nav .menu-item a:hover  {
     color: #e64a2e;
}

.menu-item a {
    display: block;
    padding: .5rem 1rem;
}

.navbar-brand{
    display: block;
    width: auto;
    max-width: 250px;
    margin-top: 5px;
}

header .navbar-brand img{
    height: auto;
    width: 100%;
}

.header-nav-wrap {
    position: absolute;
}

.header-nav {
    display: block;
    background: #fff;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    visibility:hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-nav .nav-primary{
    margin: 0 auto;
}
.header-nav:before {
    content: "";
    height: 4px;
    display: block;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-nav.nav-open {
    max-height: 1000px;
    padding: 30px 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    width: 100%;
}
.btn-nav-menu{
    margin: 0 !important;
}

.head .nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav li {
    margin-bottom: 0;
}

#pnm.nav li li {
    display: none;
}

.nav-short-pnm {
    display: none;
    position: absolute;
    right: 50px;
    font-weight: 500;
    font-size: 14px;
    z-index: 10;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
.nav-short-pnm .active {
    background: #f6f6f6;
}
.nav-short-pnm.nav-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.nav-short-pnm li {
    display: block;
    float: left;
    line-height: 0.9;
}

.nav-short-pnm li a {
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 5px;
}


.btn-nav-menu {
    display: block;
    cursor: pointer;
    float: right;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 120px;
    margin: 10px 0;
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;

}
.btn-nav-menu:focus, .btn-nav-menu:hover {
    background-color: #155e7b;
}
.btn-nav-menu:active {
    background-color: #155e7b;
}

.btn-nav-menu .title, .btn-nav-menu .close {
    display: none;
    color: #fff;
    font-family: 'Open Sans';
    /* font-weight: 700; */
    font-size: 18px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 50px;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    /* text-transform: uppercase; */
}

.inner .btn-nav-menu .title, .inner .btn-nav-menu .close {
    color: black;
}

.btn-nav-menu .close {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
}

.btn-nav-menu .titleFull {
    display: none;
}

.btn-nav-menu .icon-site-menu, .btn-nav-menu .icon-site-menu:before, .btn-nav-menu .icon-site-menu:after {
    background: #fff;
    border-radius: 10px;
    width: 20px;
    height: 3px;
    display: block;
    float: right;
    content: "";
    position: absolute;
    right: 10px;
    top: 19px;
    margin: 0;
}

.inner .btn-nav-menu .icon-site-menu, .inner .btn-nav-menu .icon-site-menu:before, .inner .btn-nav-menu .icon-site-menu:after {
    background: black;
}

.btn-nav-menu .icon-site-menu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-nav-menu .icon-site-menu:before {
    top: -8px;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-nav-menu .icon-site-menu:after {
    top: 8px;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-nav-menu.nav-open .close {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"  !important;
}
.btn-nav-menu.nav-open .title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.btn-nav-menu.nav-open .icon-site-menu {
    background: none;
}
.btn-nav-menu.nav-open .icon-site-menu:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: 0;
}

.f {
    background: #f2f2f0;
    padding-bottom: 50px;
}
.inner .btn-nav-menu.nav-open .icon-site-menu:before {
    background-color: black;
}

.btn-nav-menu.nav-open .icon-site-menu:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    top: 0;
}

.inner .btn-nav-menu.nav-open .icon-site-menu:after {
    background-color: black;
}

.nav-primary-list {
    position: relative;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


.nav-primary-list > li {
    padding: 0 10px;
    display: block;
    margin-bottom: 0.5em;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
}

.nav-primary-list > li > ul {
    padding-left: 0 ;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
}

.nav-primary-list li a, .nav-audience li a {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.25em;
    color: #555555;
    padding: 4px 1rem;
}

.nav-primary-list > li > a, .nav-audience > li > a {
    font-weight: 700;
    font-size: 16px;
    color: #1d1d1f;
}

.nav-primary-list > li > a:after, .nav-audience > li > a:after {
    content: " ›";
}


.nav-primary .btn-search {
    padding: 15px 10px;
    font-size: 14px;
}


.nav-primary .btn-search {
    position: absolute;
    top: -60px;
    right: 10px;
    border: none;
    border-radius: 0;
}

.nav-primary .btn-search span {
    display: none;
}


.nav-primary a.btn-search:hover {
    color: #5f565b;
}


div.header-nav-wrap:hover .header-nav {
    display: block;
    top: 68px;
}


header .header-search-wrap {
    position: relative;
    display: none;
    top: 30px;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
header .header-search-wrap.nav-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 11;
}


.header-nav .header-search-wrap {
    position: relative;
    display: block;
    margin-bottom: 30px;
}


.header-search form .search-field {
    line-height: 20px;
}

.btn-search-submit {
    font-family: "bu-default-icons";
    position: absolute;
    color: #1d1d1f;
    width: 40px;
    height: 40px;
    z-index: 999;
    text-align: center;
    line-height: 36px;
    right: 0;
    -webkit-transition: transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
}
.btn-search-submit:focus, .btn-search-submit:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.btn-search-submit:active {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
.btn-search-submit:before {
    content: "\1F50E";
}
span.icon-search{
    position: absolute;
    right: 164px;
    color: rgba(0,0,0,.5);
    cursor: pointer;
}
#header-search, #header-translate{
    background: #a6dad3;
}

#header-translate{
    visibility: hidden;
}
#header-translate.nav-open{
    visibility: visible;
}

#header-translate .languages{
    margin-left:20px;
    background: #fff;
    padding: 5px;
}

#header-translate .languages a{
    color: #075783;
}

#header-search input, #header-search button, .searchform input, .searchform button{
    border: none;
    background: #fff;
    padding: 6px;
    font-size: 24px;
}
#header-search button, .searchform button{
    margin-left: -4px;
}
#header-search input, .searchform input{
    width:calc(100% - 46px);
}

.head li a {
    text-decoration: none;
}

.banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 50px); /* Фіксована висота */
    overflow: hidden;
	margin-top: -100px;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/10/salt-marsh-chuck-graham.webp') no-repeat center center;
    background-size: cover;
    transform-origin: center center;
animation: kenburns 15s ease-out forwards; 
    z-index: -1;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Легке затемнення */
    z-index: 0;
}

.banner img {
    width: 100%;
    height: auto;
}
.text-banner {
    position:absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fefefe;
    font-size: 16px;
    font-family: "Lora";
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.76));
}

.subheader {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 54px;
    color: #555555;
    font-weight: 600;
    font-family: "Open Sans";
    text-align: left;
}
.whats_new {
    margin: 20px 0px;
    margin-top: 20px;
}
.text-whats_new {
    margin: 0px 20px;
    margin-top: -20px;
}

.text-whats_new p {
    /* font-size: 26px; */
    font-size: 16px;
    line-height: 45px;
    color: #555555;
    font-weight: 400;
	font-family: serif;
    text-align: left;
}

.whats_new_link {
    margin: 30px 0px 30px 0px;
	    background: #6e97ba;
    width: 270px;
    height: 54px;
    font-size: 16px; 
    line-height: 54px; 
    color: #ffffff;
    font-weight: 700; 
    font-family: "Josefin Sans";
    text-align: center;
    border-radius: 10px; 
    transition: background-color 0.3s, transform 0.3s; 
        text-transform: uppercase;

}

.whats_new_link:hover {
    background: #426677; 
    transform: scale(1.05); 
}
.whats_new_link a :hover {
	color: ##dd242c;
}
#buts > a :hover{
	color: ##dd242c;
}

.whats_new a:hover {
    color: #e64a2e;
}

.featured-projects {
    background: #f4f2ea;
    padding-bottom: 75px;
}
.featured-projects img {
    /* position: relative; */
    /* float: left; */
    /* top: 0; */
    width: 82.5%;
    height: auto;
    z-index: 0;
}

.text-featured-projects {
    position: relative;
    float: right;
    width: 220px;
    /* height: 330px; */
    padding: 30px;
    padding-bottom: 20px;
    margin-top: -40%;
    background: #e1bc3c;
    z-index: 1;
}

.featured-projects a {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: left;
    text-decoration: none
}
.featured-projects a:hover {
    color: #e64a2e;
}
.text-featured-projects .title{
    height: 100px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    font-family: "Lora";
}
.text-featured-projects p{
    height: 125px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: left;
    margin: 0;
    margin-bottom: 6px;

}

.updates-events img {
    width: 100%;
	height: auto;
}

.updates-events .title{
    height: 75px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
    font-family: "Lora";
}
.updates-events p {
    height: 110px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: left;
}


.updates-events .text-updates-events {
    border: 1px solid gray;
    padding: 15px 30px;
	    background: #f4f2e9;
}
.updates-events .text-updates-events a {
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: left;
    text-decoration: none
}
.updates-events a:hover {
    color: #e64a2e;
}

.upcoming_events {
    margin-bottom: 0px;
}

.upcoming_events .text-updates-events {
    border-bottom: none;
}

.upcoming_events .text-updates-events .event-date {
    font-family: "Open Sans";
    font-size: 36px;
    margin: 0;
    color: #e64a2e;
}

.upcoming_events .text-updates-events .number {
    font-weight: 700;
}

.upcoming_events .text-updates-events .event-time {
    font-family: "Open Sans";
    color: #555555;
    font-size: 14px;
}

.upcoming_events .text-updates-events .event-category {
    font-family: "Open Sans";
    text-transform: uppercase;
}

.upcoming_events .text-updates-events p {
    height: 74px;
    margin-bottom: 0px;

}

.upcoming_events .whats_new_link {
    margin: 40px auto;

}


.upcoming_events .whats_new_link a:hover {
    color: #e64a2e;
}



.map {
    position: relative;
    margin: 10px 0px;
}
.map img {
    position: relative;
    width: 100%;
    height: auto;
}


.programs-initiatives img {
    position: relative;
    float: right;
    bottom: 83%;
    width: 12%;
    height: auto;
    z-index: 1;
}


.programs-initiatives .image {
    position: relative;
    width: 98%;
    height: auto;
    top: 4%;
    float: left;
    z-index: 0;
}
.programs-initiatives .link {
    position: relative;
    top: 80%;
    left: 0;
    width: 98%;
    height: 35px;
}
.programs-initiatives .link p {
    position: absolute;
    left: 5%;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lora";
    /* top: 50%;                         */
    /* transform: translate(0, -50%)    */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}

.programs-initiatives a {
    position: relative;
    top: 0px;
}

.programs-initiatives .link {
    background: #949641;
}

.programs-initiatives .trail-running {
    background: #f17779;
}
.programs-initiatives .hiking-group {
    background: #dd242d;
}
.programs-initiatives .trail-maintenance {
    background: #e64a2e;
}
.programs-initiatives .active-lifestyle {
    background: #76a165;
}
.programs-initiatives .reports-studies {
    background: #68bbae;
}
.programs-initiatives .trail-map {
    background: #54a1b1;
}


.blockquote {
    margin: 20px 0px;
}

.blockquote .container {
    text-align: center;
}

.citate {
    display: inline-block;
    text-align: left;
}


.blockquote pre {
    font-size: 16px;
    line-height: 130%;
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    font-family: "Lora";
    /* text-align: center; */
    /* margin-left: -20%; */
}

.blockquote .albert {
    text-align: end;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-family: "Open Sans";
}

.top_footer{
    background: #f8b4b3;
    color: #333;
    font-size: 30px;
    line-height: normal;
    padding: 20px 0;
}
.top_footer p{
    font-weight: 300;
    margin: 0;
}
.top_footer a{
    color: #333;
    text-decoration: none;
}


footer {
	background: #e2ded5;
    padding-top: 40px;
}

.foot {
    position: relative;
    /* left: 0px; */
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    /* padding-right: calc(var(--bs-gutter-x) * .5); */
    /* padding-left: calc(var(--bs-gutter-x) * .5); */
    margin-left: auto;
    margin-right: auto;
}

.foot .row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.foot .input .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.foot .footheader {
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-weight: 700;
    font-family: "Open Sans";
}


.foot li {
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-weight: 500;
    font-family: "Open Sans";
}

.foot li a {
    padding: 0;
    color: #010101 !important;
    text-decoration: none;
}

.foot li p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #010101 !important;
    font-weight: 500;
    font-family: "Open Sans";
}

.foot .mb-2 {
    margin-bottom: 0 !important;
}

.foot .email {
    margin: 10px 0px;
}
.form-control {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    line-height: 48px;
    color: #545454;
    font-weight: 300;
    font-family: "Josefin Sans";
}
.foot .btn-primary {
    background: #545454;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-size: 16px; 
    line-height: 50px; 
    color: #ffffff;
    font-weight: 700;
    font-family: "Josefin Sans";
    transition: background-color 0.3s, transform 0.3s; 
}

.foot .btn-primary:hover {
    background: #333333; 
    transform: scale(1.05);
}
.foot .btn-primary {
    background: #545454;
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 700;
	border-radius: 10px;
    font-family: "Josefin Sans";
}
.foot p {
    font-weight: 400;
    font-family: "Open Sans";
	font-size: 14px;
}


.foot .btn {
    border: none;
}
div.image-wrapper{
    position: relative;
    padding-bottom: 29.95%;
    width: 100%;
}
div.image {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
}
div.image {
    background-image: url(/wp-content/uploads/2025/10/salt-marsh-chuck-graham.webp);
}

.text-banner h1 {
	font-style: italic;
    color: #ffb9a7;
}

.section-page .add .nav-link {	
color: #f0f0f0;
text-decoration: none;	
}

.breadcrumbs{
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: solid 2px #555555;
    margin: 10px 0;
}
.breadcrumbs span{
    padding: 0 2px;
}
.breadcrumbs, .breadcrumbs span, .breadcrumbs a{
    color: #555555;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumbs span.current-item{
    font-weight: bold;
}

.page-banner {
    background-color: #f4f2e9;
    padding: 60px 0;
}

.page-banner h1 {
    font-family: "Lora"; 
	color: #a53214;
    font-size: 72px;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 20px;
}

.page-banner .sub-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 10px;
    font-family: "Open Sans";
}

.page-banner p {
    color: #5d5d5d;
    font-size: 16px;
    margin: 0;
    font-family: "Open Sans";
}

.section-page{
    padding: 50px 0;
}
.section-page .img img{
    height: auto;
    width: 100%;
}
.section-page .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 15px;
}
.section-page ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-page ul a:hover{
    text-decoration: underline;
}
.section-page .sub-title{
    background: #ee6b54;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}
.section-page .wrapper-txt p{
    color: #555555;
	font-weight: 100; 
    line-height: 26px;
	font-size: 18px;
}
.section-page .wrapper-txt h1{
    /* color: #3D511B;*/
    font-size: 30px;
	font-weight: 100;
    margin-bottom: 20px;
}
.section-page .wrapper-txt h2{
  color: #224e60;
    font-size: 30px;
	font-weight: 500;
    margin-bottom: 20px;
}
.section-page .wrapper-txt h3{
    color: #224e60;
	
	font-weight: 500;
    font-size: 24px;
}
.section-page .wrapper-txt h4{
   color: #224e60;
	font-weight: 300;
    font-size: 20px;
}
.section-page .wrapper-txt h5{
   color: #224e60;
	font-weight: 300;
    font-size: 18px;
}
.section-page .wrapper-txt blockquote{
    margin-left: 5px;
    width: 100%;
    float: right;
    display: inline;
    border-left: 2px solid #dddddd;
    padding: 0 0 0 10px;
}
.section-page .wrapper-txt blockquote p{
    font-size: 21px;
    font-weight: 400;
    line-height: normal;
}
.section-page .wrapper-txt ul{
    padding-left: 40px;
    list-style: disc;
 	margin-top: 15px;
    margin-bottom: 15px;
}
.section-page .wrapper-txt ol{
    padding-left: 40px;
}
.section-page .wrapper-txt ul li,
.section-page .wrapper-txt ol li{
    padding: 0 0 7px 0;
    font-size: 18px;
	font-weight: 100;
	color: #515151;
}
.section-page .wrapper-txt a{
	color: #54a1b1;
    text-decoration: underline;
}
.section-page .wrapper-txt a:hover{
    color: #107896;
    text-decoration: underline;
}
.section-page .wrapper-txt a:active{
    color: #87A276;
    text-decoration: underline;
}
.section-page .see_full {
    border: 1px solid #107896;
    border-radius: 18px;
    display: inline-block;
    color: #31cde9;
    height: 38px;
    font-size: 16px;
    line-height: 36px;
    margin: 0 auto 25px;
    padding: 0 18px;
    text-transform: uppercase;
}
.section-page .see_full:hover{
    background: #107896;
    color: #fff;
}


.section-page .wrapper-txt a:hover {
    color: #ee6b54;
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}

.wrapper-nav {
    border-right: 2px solid #c2c2c2;
}

.wrapper-nav li {
    position: relative;
}

.main_wrapper {
    margin-top: 40px;
}

.main_wrapper h1 {
    font-family: "Open Sans";
    color: #555555;
    font-size: 36px;
    margin-bottom: 35px;
}

.wrapper_events .event a {
    border-top: 10px solid #8fcf44;
    display: block;
    padding: 20px 0 0;
    text-decoration: none;
}

.wrapper_events .date {
    font-family: "Open Sans";
    color: #655b60;
    font-size: 36px;
}

.wrapper_events .date .number {
    font-weight: 700;
}

.wrapper_events .time {
    font-family: "Open Sans";
    border-bottom: 1px solid #555555;
    color: #555555;
    font-size: 12px;
    padding-bottom: 15px;
}

.wrapper_events .title {
    font-family: "Open Sans";
    color: #655b60;
    font-size: 24px;
}

.main_wrapper .title {
    font-family: "Open Sans";
    /* color: #000; */
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
.wrapper_events .event .title:hover {
    text-decoration: underline;
}

.text-center {
    text-align: center!important;
}

.wrapper_events .see_full, .section-page .see_full {
    font-family: "Open Sans";
    border: 1px solid #107896;
    border-radius: 18px;
    display: inline-block;
    color: #107896 !important;
    height: 38px;
    font-size: 16px;
    line-height: 36px;
    margin: 80px 0;
    padding: 0 18px;
    text-transform: uppercase;
    text-decoration: none !important;
}


.post-title a {
    color: #000;
    text-decoration: none;
}

.post-title a:hover {
    color: #e64a2e;
}

.wrapper-txt form label {
    font-size: 18px;
    font-weight: 600;
}

.wrapper-txt form label, .wrapper-txt form label input, .wrapper-txt form label textarea {
    width: 100%;
}

.wrapper-txt form label input, .wrapper-txt form label textarea {
    border: 1px solid #ddd;
}

.wrapper-txt form input[type="submit"] {
    border: none;
}

.alignright {
    float: right;
    margin: 0.5em 0 1em 1em;
}

.events-banner {
    background-size:cover;
    height: 0;
    width:100%;
    padding-bottom: 44.27%;
}

.categories a{
    color: #555555;
    font-size: 14px;
}

.Donation{
	    background: #949641;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color: #ffffff);
    outline: 0;
    text-decoration: none;
    padding: 0 18px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium {
    text-align: center;
}
.tribe-events-widget-events-list__view-more-link {
    line-height: 45px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #545454;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

}
.search-field {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 3.5em;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 0.71429em 1.07143em 0.71429em 2.85714em;
    color: #444;
    font-size: 1.43333em;
    font-weight: 500;
    border-radius: 0px;
    background-image: url(/wp-content/themes/sbtrails/img/search.svg);
    background-size: 1.07143em;
    background-position: 1.07143em center;
	background-repeat: no-repeat;align-content
}

.s2Member {
	  margin-top: -10px;
}
.center {
   text-align: center;
}

.red {
	padding-left: 25px;
  padding-right: 25px;
}

.tribe-events-widget-events-list__events {
    display: flex;
    flex-wrap: wrap;
}

.tribe-events-widget-events-list__event {
    flex: 0 0 25%; /* Кожна подія займає 25% ширини контейнера */
}
.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
    font-size:18px;
    line-height: var(--tec-line-height-1);
}
#search-wrap {
            display: none;
        }

.data{
	    padding-bottom: 10px;
    font-size: 18px;
}
.event_month{
	 font-size: 50px;
    color: #bd6d2a;
	  font-weight: 300;
}
.event_day_num{
	    font-size: 50px;
    color: #bd6d2a;
    font-weight: 600;
}
.category_name{
	font-size: smaller;
  text-transform: uppercase;
}
.center_b {    
		margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
		padding: 15px;
    background: #949641;
    width: 300px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
}

.j-text {
    display: none;
}
[id*=give-form] div.summary {
    float: none;
    width: 40%;
}

.updates-events .link {
    height: 35px;
	    position: relative;

}

.updates-events .link p {
    position: absolute;
    left: 5%;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-category-list .parent-category {
    position: relative;
	padding: 5px
		
}

.custom-category-list .toggle-category {
    cursor: pointer;
    display: flex;
    align-items: center;
	    margin-left: -19px;

	
}

.custom-category-list .arrow {
    color: #e1bc3c;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
}

.custom-category-list .sub-category {
    display: none; 
    list-style: none;
}

.custom-category-list .parent-category.open .sub-category {
    display: block;
	    margin-top: 10px;

}

.whats_new_links {
    margin: 30px 0px 30px 0px;
    background: #89c0e8;
    width: 270px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Josefin Sans";
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.3s;
    text-transform: uppercase;
}

.custom-category-list .parent-category.open .arrow {
    transform: rotate(90deg); 
}

.custom-category-list li {
	margin-left: 10px;
}



.updates-events {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-updates-events {
    flex-grow: 1;
}
#buts {
	    margin-left: auto;
    margin-right: auto;
}

.whats_new_link .nav-link:hover {
    color: #ff6600; 
	
}
.wpcf7-submit.nav-link.whats_new_link:hover {
    color: #ff6600;
}
strong {
    color: #555555;
}
.custom-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-category-list li {
    display:grid ;
    align-items: center;
    gap: 8px; 
    padding: 5px 0;
}

.custom-category-list .parent-link {
    display: flex;
    align-items: center;
    gap: 5px; 
    text-decoration: none;
    font-weight: bold;
}

.custom-category-list .arrow {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.custom-category-list .sub-category {
       display: none;
    padding-left: 10px;
    border-left: 2px solid #ddd;
    padding: 10px;
}
.has-children a
{margin-left: -21px;}
.give-form-grid-content button {
    display: none !important;
}

a {
color:black;	
}
@media (min-width: 320px) {
  .blockquote pre {
    font-size: 16px;
  }
}

@media (min-width: 500px) {
  .blockquote pre {
    font-size: 20px;
  }
}
@media (min-width: 778px) {
  .blockquote pre {
    font-size: 30px;
  }
}
@media (min-width: 998px) {
  .blockquote pre {
    font-size: 40px;
  }
}

@media screen and (min-width: 992px) {
  .btn-nav-menu .titleFull {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .inner .navbar-light .navbar-nav .menu-item a {
    color: white;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 1025px) {
  header .navbar-brand {
    width: 28%;
  }
}
@media (max-width: 769px) {
  header .navbar-brand {
    width: 70%;
  }
}

@media (min-width: 990px) {
  .header-nav-wrap {
    width: 100%;
    left: 0;
  }
  .head > .container {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .header-nav.nav-open {
    padding: 30px 0;
  }
}

@media screen and (min-width: 500px) {
  #pnm.nav li li {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .nav-short-pnm {
    float: left;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .nav-short-pnm {
    right: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-short-pnm {
    right: 180px;
  }
}

@media screen and (min-width: 768px) {
  .nav-short-pnm li {
    margin: 30px 5px;
  }
}
@media screen and (min-width: 992px) {
  .nav-short-pnm li {
    margin: 30px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-short-pnm li {
    margin: 30px 15px;
  }
}

@media screen and (min-width: 992px) {
  .nav-short-pnm li a {
    padding: 15px 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-short-pnm li a {
    padding: 15px 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 500px) {
  .btn-nav-menu {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .btn-nav-menu {
    margin: 30px 0;
    width: 40px;
  }
}
@media screen and (min-width: 992px) {
  .btn-nav-menu {
    width: 150px;
  }
}

@media screen and (min-width: 500px) {
  .btn-nav-menu .title,
  .btn-nav-menu .close {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .btn-nav-menu .title,
  .btn-nav-menu .close {
    display: none;
  }

  span.title {
  }
}
@media screen and (min-width: 992px) {
  .btn-nav-menu .title,
  .btn-nav-menu .close {
    display: block;
    width: 100px;
  }
}

@media screen and (min-width: 500px) {
  .nav-primary-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .nav-primary-list {
    float: left;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary .btn-search {
    padding: 10px 2px;
    position: static;
    display: block;
    float: right;
  }
}

@media screen and (min-width: 992px) {
  .nav-primary-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 1200px) {
  .nav-primary-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary .btn-search span {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .nav-primary .btn-search span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary a.btn-search:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  div.header-nav-wrap:hover .header-nav {
    display: block;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  header .header-search-wrap {
    display: block;
    margin: 0px 50px 0 350px;
  }
}
@media screen and (min-width: 992px) {
  header .header-search-wrap {
    margin: 0px 170px 0 410px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-search-wrap {
    margin: 0px 190px 0 550px;
  }
}

@media screen and (min-width: 768px) {
  .header-nav .header-search-wrap {
    display: none;
  }
}

@media (min-width: 1200px) {
  .blockquote pre {
    font-size: 60px;
  }
}

@media (min-width: 320px) {
  .blockquote .albert {
    font-size: 14px;
  }
}
@media (min-width: 778px) {
  .blockquote .albert {
    font-size: 18px;
  }
}

@media (min-width: 998px) {
  .blockquote .albert {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .blockquote .albert {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .programs-initiatives .row-cols-3 .col,
  .updates-events .row-cols-4 .col {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .programs-initiatives .row-cols-3 .col,
	.updates-events .row-cols-4 .col{
    width: 100%;
    margin-bottom: 20px;
  }
  .container,
  .container-sm {
    /* max-width: 540px; */
    max-width: 95%;
  }
}

/* WIDTH */

@media (min-width: 576px) {
  .foot {
    max-width: 560px;
    /* 540 */
  }
}

@media (min-width: 768px) {
  .foot {
    max-width: 750px;
    /* 720 */
  }
}
@media (min-width: 992px) {
  .foot {
    max-width: 980px;
    /* 960 */
  }
}
@media (min-width: 1200px) {
  .foot {
    max-width: 1250px;
    /* 1140 */
  }
}

@media (min-width: 1400px) {
  .foot {
    max-width: 1500px;
    /* 1140 */
  }
}

/* MOILE */

@media (max-width: 768px) {
  .foot .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
	.row-cols-6 .col {
		    width: 50%;
    margin-bottom: 20px;
	
	}
  .foot .col-3 {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .col-3 {
    width: 100%;
  }
  .col-3 ul {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/*  Р СљР С›Р вЂў Р вЂќР вЂєР Р‡ Р СљР вЂўР СњР В® */

@media (min-width: 992px) {
  header .navbar-nav {
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .btn-nav-menu {
    right: 0%;
  }
}

@media (min-width: 1400px) {
  .btn-nav-menu {
    right: 120px;
  }
}

@media (min-width: 1200px) {
  header .navbar-collapse {
    margin-left: 120px;
  }
}
@media (min-width: 1400px) {
  header .navbar-collapse {
    margin-left: 180px;
  }
}

/* .text-banner h1 {
    font-size: 1em;
}*/

/*@media (min-width: 630px) {
  h1 {
    font-size: 3em;
  }
}

@media (min-width: 840px) {
  h1 {
    font-size: 4em;
  }
}

@media (min-width: 1074px) {
  .text-banner h1 {
    font-size: 5em;
  }
}
@media (min-width: 1260px) {
  .text-banner h1 {
    font-size: 6em;
  }
}
*/
@media (min-width: 425px) {
  .text-whats_new {
    margin: 0px 40px;
  }
}

@media (min-width: 768px) {
  .text-whats_new {
    margin: 0px 50px;
  }
}

@media (min-width: 1200px) {
  .text-whats_new {
    margin: 0px 75px;
  }
}
.text-whats_new h2 {
  /* font-size: 50px; */
  letter-spacing: -1px;
  font-size: 24px;
  color: #555555;
  font-weight: 400;
  font-family: "Lora";
}
@media (min-width: 425px) {
  .text-whats_new h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .text-whats_new h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .text-whats_new h2 {
    font-size: 50px;
  }
}

@media (min-width: 425px) {
  .text-whats_new p {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .text-whats_new p {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .text-whats_new p {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .whats_new_link {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .whats_new_link {
    width: 270px;
  }
}

@media (max-width: 768px) {
  .featured-projects .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }
	
.banner::before {
    background: url('/wp-content/uploads/2025/10/salt-marsh-chuck-graham.webp') no-repeat center center;
}
}

@media (max-width: 768px) {
  .text-featured-projects {
    right: 10%;
  }
}

@media (max-width: 425px) {
  .text-featured-projects {
    margin-top: -20%;
  }
}

@media (max-width: 1024px) {
  .updates-events .col-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .updates-events .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
	#event{
		  width: 100%;
		    margin-bottom: 20px;

	}
}

@media (max-width: 1024px) {
  .foot .col-4 {
    width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* @media (max-width: 768px) {.foot :first-child .row {
    flex-direction: row;
}} */

@media (max-width: 1024px) {
  .foot .col-2 {
    width: 50%;
    order: 1;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 425px) {
  .foot .col-6 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 425px) {
  .foot .col-2 {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .foot .adres {
    width: 100%;
    order: 2;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 80px;
    background: #333;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
  }
  header .navbar-nav {
    z-index: 1;
    position: relative;
    margin-right: 0;
  }
  header .navbar {
    height: auto;
  }
  .btn-nav-menu {
    display: none;
  }
  main {
    top: -80px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .parallax-inner {
    position: relative;
    min-height: 250px;
    background-attachment: local;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1300px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  #event {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.7rem;
    }
}

@media (max-width: 991px) {
  .row {
    display: flex;
    flex-direction: row;
  }
  .page-content {
    order: 1;
  }
  .page-menu {
    order: 2;
  }
}


