/*
Theme Name: Wohhup Trust
Theme URI: https://www.wohhuptrust.org
Version: 1.0.1
Description: The Woh Hup Trust WordPress theme created for the Beaver Builder Framework.
Author: Chillybin Web Design
Author URI: https://www.chillybin.co
template: bb-theme
*/

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */


/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v47-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v47-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v47-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v47-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-v47-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v47-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v47-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v47-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/roboto-v47-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v47-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
}

body {
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
    color: #44444b;
    text-decoration: underline;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #b2871d;
    text-decoration: none;
}

p {
    margin: 0 0 26px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid currentColor;
    clear: both;
    color: #eee;
    margin: 1.65em auto;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
	font-weight:700;
	font-family: 'Roboto';
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999;
    outline: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: left;
}

.gallery-item {
    float: left;
    margin: 0 0 20px;
    text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

::placeholder {
    color: #333;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #333;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.fl-page-content
    div.wpforms-container-full
    .wpforms-form
    input[type="submit"]:focus,
.fl-page-content
    div.wpforms-container-full
    .wpforms-form
    input[type="submit"]:hover,
.fl-page-content
    div.wpforms-container-full
    .wpforms-form
    button[type="submit"]:focus,
.fl-page-content
    div.wpforms-container-full
    .wpforms-form
    button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #0073e5;
    border-width: 0;
    color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

.fl-page-content button:disabled,
.fl-page-content button:disabled:hover,
.fl-page-content input:disabled,
.fl-page-content input:disabled:hover,
.fl-page-content input[type="button"]:disabled,
.fl-page-content input[type="button"]:disabled:hover,
.fl-page-content input[type="reset"]:disabled,
.fl-page-content input[type="reset"]:disabled:hover,
.fl-page-content input[type="submit"]:disabled,
.fl-page-content input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

td {
    padding: 0.5em;
}

tr {
    border-top: 1px solid #eee;
}

th {
    font-weight: 600;
    padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.fl-page-content {
    word-wrap: break-word;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* WordPress
--------------------------------------------- */

a.aligncenter img,
a.aligncenter picture {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
pictureg.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
picture.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
picture.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
picture.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.fl-rich-text .wp-audio-shortcode,
.fl-rich-text .wp-playlist,
.fl-rich-text .wp-video {
    margin: 0 0 30px;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.fl-module-rich-text ol,
.fl-module-rich-text ul {
    margin-bottom: 20px;
    padding-left: 40px;
}

.fl-module-rich-text ol > li {
    list-style-type: decimal;
}

.fl-module-rich-text ul > li {
    list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

.fl-module-rich-text ol ol,
.fl-module-rich-text ul ul {
    margin-bottom: 0;
}

.fl-module-rich-text code {
    background-color: #f5f5f5;
}

.fl-module-rich-text .sticky {
    background-color: #f5f5f5;
    padding: 20px;
}

.footer-right p {
    text-align: right;
}

.footer-right a.chillybin {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-bottom: 0;
    filter: grayscale(100%);
    background-image: url(images/cb.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: top;
    transform: scale(1, 1);
}

.footer-right a.chillybin:hover {
    filter: grayscale(0);
    cursor: pointer;
}

/*** CB CUSTOM ***/

h1,
.h1 {
    font-size: clamp(2.375rem, 1.815rem + 2.8vw, 4.125rem);
    line-height: clamp(3.25rem, 2.85rem + 2vw, 4.5rem);
}
h2,
.h2 {
    font-size: clamp(2rem, 1.6rem + 2vw, 3.25rem);
    line-height: clamp(2rem, 2.225rem + 2vw, 3.875rem);
}
h3,
.h3 {
    font-size: clamp(1.625rem, 1.425rem + 1vw, 2.25rem);
    line-height: clamp(2.25rem, 2.13rem + 0.6vw, 2.625rem);
}
h4,
.h4 {
    font-size: clamp(1.25rem, 1.21rem + 0.2vw, 1.375rem);
    line-height: clamp(1.75rem, 1.67rem + 0.4vw, 2rem);
}
h5,
.h5 {
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}

body,
p,
ol,
ul,
li,
table,
td,
tr {
	font-family: 'Roboto';
    font-size: clamp(0.9375rem, 0.9175rem + 0.1vw, 1rem);
    line-height: clamp(1.5rem, 1.46rem + 0.2vw, 1.625rem);
}

.top-btn a {
    background: #b2871d;
    border-radius: 2px;
}
.top-btn a:hover {
    background: #001c2d;
}
.top-btn a .menu-item-text {
    color: #fff !important;
}

#fl-main-content a:not(.uabb-btn) {
    text-decoration: none;
    background-image: linear-gradient(
        transparent calc(100% - 1px),
        currentColor 1px
    );
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    background-position-x: right;
}

#fl-main-content a,
#fl-main-content a:not(.uabb-button):not(.uabb-btn),
footer a {
    text-decoration: none;
    background-image: linear-gradient(
        transparent calc(100% - 1px),
        currentColor 1px
    );
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    background-position-x: right;
}

#fl-main-content a:not(.uabb-button):not(.uabb-btn):hover,
footer a:hover {
    background-position-x: left;
    background-size: 100% 100%;
}
#fl-main-content a:hover:after,
#fl-main-content p a:hover:after,
footer a:hover:after {
    width: 100%;
    left: 0;
}
footer #menu-footer-menu a {
    display: inline-block !important;
}
.footer-contact-info
    .uabb-info-list-item:not(:first-child)
    .uabb-info-list-content-wrapper {
    display: flex;
    align-items: center;
}
.report-item {
    display: flex;
	flex-wrap:wrap;
}
.report-year {
    width: 120px;
}
.report-links {
    flex-grow: 1;
}
.report-links img {
    width: 18px;
}
.report-links li {
    text-align: left;
}
.report-links li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #001c2d;
}

#fl-main-content a.uabb-button,
#fl-main-content a.uabb-btn,
#fl-main-content a.uabb-button:hover,
#fl-main-content a.uabb-btn:hover,
ul.menu .menu-item-text,
ul.menu .menu-item-text:hover {
    transition: all 0.3s;
}

.contributor-year-filter .fl-module-class-facet {
    width: 100%;
}
.contributor-year-filter .facetwp-radio {
    background: none;
    background-size: 14px 14px;
    margin-bottom: 4px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    text-align: center;
}

.contributor-year-filter .facetwp-facet-contributor_year {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 0;
}

.contribution-wrapper .contribution-item.contributor-name {
    display: flex;
    gap: 10px;
    align-items: center;
}
.contribution-wrapper .contribution-item.contributor-name img {
    width: 64px;
}
.contribution-wrapper .contribution-item.contributor-name h4 {
    margin: 0;
}
.contributor-year-filter .facetwp-radio .facetwp-counter {
    display: none;
}
.contributor-year-filter .facetwp-radio.checked,
.contributor-year-filter .facetwp-radio:hover {
    background: #f7f3e8;
    transition: all 0.3s;
}
.contribution-txt a {
    color: #44444b;
}
.contribution-wrapper {
    border-radius: 2px;
    transition: all.3s;
    padding: 40px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #dcdcdc;
}
.contributor-item-wrapper {
	display: flex;
    /*grid-template-columns: 66.66% 33.33%;*/
    gap: 20px;
}
.contributor-item-featured-img {max-width:200px;}
.contributor-item-featured-img img {max-width:250px;}
.contributor-item-text {
	display: flex;
    gap: 10px;
    flex-direction: column;
	width: 100%;   max-width: calc(100% - 200px);
}
.contribution-wrapper:hover {
    box-shadow: 5px 5px 0 #d3cdbf;
    transition: all.3s;
}
.contribution-wrapper .contribution-item {
    display: flex;
    gap: 20px;
}
.contribution-wrapper .contribution-item .contribution-label {
    min-width: 200px;
    font-weight: bold;
    border-left: 2px solid #b2871d;
    padding-left: 10px;
    /*color: #000;*/
}
.contributor-year-closing li,
.contributor-year-summary li {
    list-style: outside disc;
}
.contribution-txt li {
    list-style: outside disc;
}
.contribution-txt ul {
    margin-left: 15px;
}
.contributor-year-closing ol,
.contributor-year-summary ul,
.contributor-year-closing ul,
.contributor-year-summary ol {
    margin: 20px;
}
.contributor-year-summary {
    margin-bottom: 40px;
}
.contributor-year-closing {
    margin-top: 40px;
}
.contribution-txt p:last-of-type,
.contribution-label p:last-of-type,
.contributor-year-closing p:last-of-type,
.contributor-year-summary p:last-of-type {
    margin-bottom: 0;
}

.wh-stickyme {
    position: sticky;
    
}
#financial-reports-and-statements .fl-post-grid-post {border:1px solid #dcdcdc !important;}
#board-of-directors-grid .fl-post-grid-post{border:none !important;}
/*div:has(#contributors-mobile-filter)  {position:sticky;top:100px;}
#contributors-mobile-filter .fl-node-content {background:#fff;}*/
	@media (max-width:1023px){
		.contributor-item-wrapper {flex-wrap:wrap;}
		.contributor-item-text {max-width:100%;}
		.contributor-item-featured-img {max-width:100%;width:100%;}
.contributor-item-featured-img img {max-width:100%;width:100%;}
	}
@media (max-width: 768px) {
	
    .wh-stickyme {
        position: relative;
        top: unset;
    }
    .contribution-wrapper > .contribution-item {
        flex-wrap: wrap;
		gap:0;
    }
    .footer-right p {
        text-align: center;
    }
}

@media (min-width:768px) {
  .scrollDown {
		position: relative;
		transition: .6s;
		/* z-index: 1; */
	}

	.fadeIn,
	.fadeUp,
	.fadeDown,
	.fadeLeft,
	.fadeRight,
	.post-box.fadeLeft .uabb-post-wrapper,
    .fadeUp .uabb-days .uabb-timeline-field, .fl-module-content, .fl-module-box  {
		opacity: 0;
		visibility: hidden;
		transition: .6s;
	}
	footer .fl-module-content {opacity:1;}
    .fadeUp .uabb-days .uabb-timeline-field,
	.fadeUp,
	.post-box.fadeLeft .uabb-post-wrapper {
		transform: translateY(60px);
	}
	.fadeDown {
		transform: translateY(-40px);
	}
	.fadeLeft,
	.post-box.fadeLeft .uabb-post-wrapper {
		transform: translateX(-40px);
	}
	.fadeRight {
		transform: translateX(40px);
	}
	.fadeLeft.fadeDown {
		transform: translate(-40px,-40px);
	}
    .fadeUp .uabb-days .uabb-timeline-field.show,
	.fadeIn.show,
	.fadeUp.show,
	.fadeDown.show,
	.fadeLeft.show,
	.fadeRight.show,
	.post-box.fadeLeft .uabb-post-wrapper.show, .fl-module-content.show, .fl-module-box.show {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.fadeLeft:nth-child(2),
	.post-box.fadeLeft .uabb-post-wrapper:nth-child(2) {
		transition-delay: .1s;
	}
	.fadeLeft:nth-child(3),
	.post-box.fadeLeft .uabb-post-wrapper:nth-child(3) {
		transition-delay: .2s;
	}
	
	.fadeUp:nth-child(2) {
		transition-delay: .1s;
	}
	.fadeUp:nth-child(3) {
		transition-delay: .2s;
	}
	 
	.fl-builder-edit .fadeIn,
	.fl-builder-edit .fadeUp,
    .fl-builder-edit .fadeUp .uabb-days .uabb-timeline-field,
	.fl-builder-edit .fadeDown,
	.fl-builder-edit .fadeLeft,
	.fl-builder-edit .fadeRight,
	.fl-builder-edit .fadeUpmyWrap .fl-row-content-wrap  {
		opacity: 1; 
		visibility: visible;
		transform: none;
	}
	.fl-builder-content .fl-node-d0l72reh4gjk .uabb-infobox-title{
		margin-top: 10px;
	 }
 
}
@media (max-width: 767px) {
    .contribution-wrapper .contributor-item-text .contribution-item {
        flex-direction: column;
        padding: 10px;
		
    }
    .contribution-wrapper .contribution-item:nth-child(2n) {
        background-color: #f5f5f5;
        border-left: 2px solid #b2871d;
    }
    .contribution-wrapper .contribution-item.contributor-name {
        display: block;
        padding-left: 0;
    }
    .contribution-wrapper {
        padding: 20px;
    }
    .contribution-wrapper .contribution-item .contribution-label {
        border-left: 0;
        padding-left: 0;
    }
}