/* jwbs (color) class, and default styling */
@import url("../includes/assets/default.css");
@import url("jwbs.css");


@font-face { font-family: 'Dinot', sans-serif; src: url('/wp-content/themes/fonts/Dinot%20Font.otf') format('otf'); }

html, body { overflow-x: hidden; }
body { font-family: 'Dinot', sans-serif; font-size: 1.25rem; }
.font-weight-900 { font-weight: 900 !important; }
.btn { padding: 0.75rem 1.5rem; text-transform: uppercase; border-radius: 0; }
.btn-jwbs { color: #212529 !important; background-color: #ecaa1f; border-color: #ecaa1f; }

/* full width */
.full-width { position: relative; }
.full-width-img .wp-block-group__inner-container { padding-right: 15px; padding-left: 15px; width: 100%; }
.full-width:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: -75rem; z-index: -1; }
.full-width.bg-jwbs:before { border-left: 99rem solid #1591cf; box-shadow: 99rem 0 0 #1591cf; }
.full-width-bg { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.full-width-img { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.full-width-img img { width: 100%; }

/* colors */
.btn-gold       { color: #212529 !important; background-color: #ecaa1f; border-color: #ecaa1f; } .btn-gold:hover       { color: #ecaa1f !important; background-color: transparent; border-color: #ecaa1f; } .btn-outline-gold       { color: #ecaa1f !important; background-color: transparent; background-image: none; border-color: #ecaa1f; } .btn-outline-gold:hover       { color: #212529 !important; background-color: #ecaa1f; background-image: none; border-color: #ecaa1f; }

a, .text-gold    { color: #ecaa1f !important; } .bg-gold       { color: #212529; background-color: #ecaa1f; } .border-gold       { border-color: #ecaa1f !important; } .full-width.bg-gold:before       { border-left: 99rem solid #ecaa1f; box-shadow: 99rem 0 0 #ecaa1f; } .extend-left.bg-gold:before       { border-left: 90rem solid #ecaa1f; } .extend-right.bg-gold:before       { box-shadow: 80rem 0 0 #ecaa1f; }
.text-white { color: #fff; }

body > header > .container > .row { display: flex; position: relative }
#header-block-1 a { color: #212529 !important; }
#header-block-2 { padding: 1.5rem 15px; }
#header-block-2 a:hover { text-decoration: none; }
#header-block-2 img { max-height: 107px; }
#header-block-2 > div { display: inline-block; margin-left: 1rem; }

.navbar { width: 100%; }
.navbar .nav-link { color: #212529 !important; white-space: nowrap; }
.navbar-toggler { display: inline-block; position: absolute; top: 5rem; right: 1rem; border: 1px solid #212529; }
.navbar-toggler.collapsed .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 20 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(33,37,41,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
.navbar-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 20 30' xmlns='http://www.w3.org/2000/svg' version='1.1'><g stroke='rgba(33,37,41,1)'><line x1='0' y1='25' x2='20' y2='5' stroke-width='2' /><line x1='0' y1='5' x2='20' y2='25' stroke-width='2' /></g></svg>"); }

.carousel { margin-bottom: 3rem; }
.carousel-caption { right: 35%; left: 2.5%; text-align: left; }
.carousel-caption span { padding: 1rem; background: rgba(0, 0, 0, 0.7); }
.carousel-caption h1, .carousel-caption .h1 { margin-bottom: 1rem; font-size: 1rem; font-weight: 800; color: #ecaa1f; }
.carousel-caption p { font-size: 1.25rem; }
.carousel-caption .btn-jwbs { font-size: 1.5rem; }
.carousel-caption p { margin-bottom: 0.25rem; }
.carousel-caption p:not(:last-child) { display: none; }
.carousel-caption .btn-jwbs { padding: 0.375rem 0.75rem; font-size: 0.875rem; border-width: 2px;; }
.carousel-caption .btn-jwbs:hover { color: #ecaa1f !important; background-color: transparent; border-color: #ecaa1f; }

/* home */
.home .jwbs-newsfeed .card { border: 0 none; border-radius: 0; }
.home .jwbs-newsfeed .card-body { padding-bottom: 0; }
.home .jwbs-newsfeed .aspect-image { height: 200px; overflow: hidden; }
.home .jwbs-newsfeed .card-title { font-weight: bolder; }

.c-accordion__item { border: 1px solid #d4d4d4; border-bottom: 0 none; }
.c-accordion__item.last { border: 1px solid #d4d4d4; }
.c-accordion__title { margin: 0; padding: 15px 20px 15px 52px; }
.c-accordion__title:after, .is-open > .c-accordion__title:after { content: ''; }
.c-accordion__title:before { position: absolute; content: '+'; top: 50%; left: 20px; font-size: 1.5rem; font-weight: bolder; color: #777; transform: translateY(-50%); }
.c-accordion__title a { color: #212529; }
.is-open > .c-accordion__title:before { content: '–'; }
.c-accordion__content { padding: 15px 20px; border-top: 1px solid #d4d4d4; }
.full-width-img.instagram { color: #fff; background: url('/wp-content/uploads/2023/03/instagram-feed-bg-img.jpg') no-repeat; background-size: cover; }

/* partner page */
.partner-logos figure { position: relative; min-height: 240px; }
.partner-logos figure figcaption { position: absolute; top: 100%; width: 100%; background: #212520; text-align: center; }
.partner-logos figure figcaption a { font-weight: bold; }

/* blog*/
#sidebar-default { background-color: #efefef; }
#sidebar-default .wp-block-latest-posts__list, #sidebar-default .wp-block-categories-list { list-style: disc; font-size: 0.875rem; }
#sidebar-default .wp-block-latest-posts__list { padding-left: 40px; }
#sidebar-default .wp-block-latest-posts__list li, #sidebar-default .wp-block-categories-list li { margin-bottom: 0.375rem; }
#sidebar-default .wp-block-categories-list { margin: 0; padding: 0; list-style: none; }
#sidebar-default .wp-block-categories-list li { margin-bottom: 1px; }
#sidebar-default .wp-block-categories-list li a { display: block; padding: 0.75rem 1.25rem; color: #ecaa1f; background-color: #212529; text-decoration: none; border: 2px solid #212529; }
#sidebar-default .wp-block-categories-list li a:hover { color: #212529 !important; background-color: transparent; }

body > footer { padding: 6rem 0 9rem !important; color: #fff; background: url('/wp-content/uploads/2023/03/footer-bg-img.jpg') no-repeat center; background-size: cover; border-top: 0.5rem solid #ecaa1f; }
#inner-footer { width: 70vw; }
body > footer a { color: #ecaa1f; }
body > footer a:hover { color: #fff; }
body > footer #block-7 { text-align: center; }
body > footer #block-8 { padding-bottom: 1rem; }

/* media queries */
/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.full-width-img .wp-block-group__inner-container { width: 1540px; }
	.w-md-50 { width: 50%; }
	.w-md-75 { width: 75%; }
	#header-block-2 > div { margin-left: 1.5rem; }
	.navbar { width: auto; }
	.navbar > .container { padding-right: 0; }
	.navbar .donate .nav-link { margin-left: 15px; padding: 0.5rem 1.25rem !important; color: #ecaa1f !important; background-color: #212529; }
	.navbar .donate .nav-link:hover { color: #fff; }
	.navbar-toggler { display: none; }
	.carousel-caption { right: 50%; }
	.carousel-caption span { padding: 0; background: transparent; }
	.carousel-caption h1, .carousel-caption .h1 { margin-bottom: 3rem; font-size: 1.875rem; }
	.carousel-caption p { margin-bottom: 3rem; }
	.carousel-caption .btn-jwbs { padding: 0.75rem 1.5rem; font-size: 1.5rem;; }
	#events-home img { margin-bottom: 0; }
	body > footer #block-7 { text-align: left; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media only screen and (min-width : 1400px) {
	.carousel-caption { left: 15%; text-align: left; }
	.carousel-caption p:not(:last-child) { display: block; }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
}