/* LAYOUT 
************************************************/
html {
    box-sizing: border-box;
	height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.wpgood .site-header .site-container {
	padding: 0 5%;
}

.wpgood .content-area {
    margin: 0 auto;
}

.wpgood .entry-content-wrap {
	padding: 0;
}

.wpgood .entry {
	margin: 0!important;
}

.wpgood-vertical-align .kt-inside-inner-col {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpgood .site-footer .site-container {
	padding: 0 5%;
}

/* TYPOGRAPHY 
************************************************/

.wpgood h1:last-child {
	margin-bottom: 0!important;
}

.wpgood-diamond-h2:before,
.wpgood-diamond-h2:after {
	content: "\2666";
    position: absolute;
    font-size: 14px;
    color: #b2adaa;
}

.wpgood-diamond-h2:before {
	transform: translateX(-125%);
}

.wpgood-diamond-h2:after {
	transform: translateX(30%);
}

.wpgood p {
	max-width: 980px;
}

.wpgood p.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

.wpgood p.has-drop-cap:not(:focus):first-letter {
	font-family: kepler-std, serif;
	font-size: 55px;
	line-height: 1;
	color: #daa746;
}

.wpgood p:last-child {
	margin-bottom: 0;
}

.wpgood ul, .wpgood ol {
	margin: 0 0 30px 20px;
}

.wpgood ul li, .wpgood ol li {
	margin-bottom: 10px;
}

/* LINKS AND BUTTONS 
************************************************/
.wpgood a {
    text-decoration: none;
}

.wpgood a:hover {
    cursor: pointer;
}

.wpgood a:active, .wpgood a:hover {
    outline-width: 0
}

.wpgood .kt-button .kt-btn-inner-text {}

.wpgood button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    padding: 0
}

.wpgood button:hover {
    cursor: pointer;
}

.wpgood button:focus,
.wpgood button:active {
    box-shadow: none;
    outline: 0
}

/* CONTACT FORM IFRAME
************************************************/
@media (min-width:1025px) { 
	.wpgood-contact-form iframe {
		width: 1000px;
		max-width: unset;
	}
}

@media (min-width: 672px) and (max-width: 1024px) {
	.wpgood-contact-form iframe {
		max-width: 700px;
	}
}

@media (min-width: 672px) {
	.wpgood-contact-form iframe {
		margin-left: -35px;
	}
}

@media (max-width: 1024px) {
	.wpgood-contact-form iframe {
		height: 1385px;
	}
}

@media (max-width: 671px) {
	.wpgood-contact-form iframe {
		height: 1445px;
	}
}

/* DEFAULT FORMS 
************************************************/

.wpgood .gfrom_wrapper form {
	position: relative;
	width: 100%;
}

.wpgood .gform_wrapper ul li.gfield {
	margin: 0 0 5px;
}

.wpgood .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.wpgood .gform_wrapper form textarea, 
.wpgood .gform_wrapper form select { 
	appearance: none;
	background-color: transparent;
	border: 1px solid #b2adaa;
	border-radius: 0;
	color: #444;
	font-family: inherit;
	font-size: 15px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
}

.wpgood .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, 
.wpgood .gform_wrapper form textarea:active, 
.wpgood .gform_wrapper form select:active {
	color: #1c2e73;
	opacity: 1;
	outline: none;
}

.wpgood .gform_wrapper fieldset.gfield .ginput_complex span {
	margin-bottom: 2%;
}

.wpgood .gform_wrapper fieldset.gfield .ginput_complex span:last-of-type,
.wpgood .gform_wrapper fieldset.gfield .ginput_container_name span {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.wpgood .gform_wrapper fieldset.gfield .ginput_complex span {
		margin-bottom: 16px;
	}
	.wpgood .gform_wrapper fieldset.gfield .ginput_complex span:last-of-type {
		margin-bottom: 0;
	}
}

.wpgood .gform_wrapper form textarea {
	min-height: 150px;
	overflow: auto;
}

.wpgood .gform_wrapper form select:hover {
	cursor: pointer;
}

.wpgood .gform_wrapper form ::placeholder {
	color: #444;
	opacity: .8;
	font-family: 'Kepler-Std';
}

.wpgood .gform_wrapper form .gform_footer {
	margin-top: 30px;
	padding: 0 15px 0 0;
}

.wpgood .gform_wrapper form input[type=submit] {
	font-weight: bold;
	text-transform: uppercase;
	width: auto
}

.wpgood .gform_wrapper li.gfield.gfield_error {
	background-color: unset;
	border: none;
}

.wpgood .gform_wrapper .validation_message,
.wpgood .gform_wrapper .validation_error {
	color: #c02b0a;
	background-color: unset;
	border: none;
	padding: 0;
}

.wpgood .gform_wrapper .gform_submission_error {
	font-family: 'proxima-nova';
}

.wpgood .gform_required_legend {
	display: none;
}

/* MEDIA 
************************************************/
.wpgood img {
    border-style: none;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

.wpgood img, .wpgood video:not(.kb-blocks-bg-video), .wpgood figure {
    height: auto; 
    max-width: 100%; 
}

.wpgood .responsive-embed {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%
}

.wpgood .responsive-embed iframe,
.wpgood .responsive-embed object,
.wpgood .responsive-embed embed {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* HEADER / MAIN MENU
************************************************/

.wpgood .site-header ul, .wpgood .site-header ol {
	margin: 0; padding: 0;
}

/* FULL-WIDTH MENU */

@media (min-width: 1160px) {
	
	.wpgood .site-header .site-header-row {
		align-items: center;
	}

	.wpgood .site-header .site-header-section-left,
	.wpgood .site-header .site-header-section-right {
		max-height: 90px;
		border-top: 1.5px solid #3b2314;
		border-bottom: 1.5px solid #3b2314;
	}

	.wpgood .site-header .site-header-item .main-navigation .primary-menu-container ul li,
	.wpgood .site-header .site-header-item .secondary-navigation .secondary-menu-container ul li {
		margin-bottom: 0;
		padding: 20px 0;
	}
	
}

/* MOBILE MENU */

@media (max-width: 1159px) {
	
	.wpgood .popup-drawer .drawer-header,
	.wpgood .popup-drawer .drawer-content {
		padding: 0;
	}
	
	.wpgood .popup-drawer .drawer-content .site-branding {
		padding-top: 0;
	}
	
	.wpgood .popup-drawer .drawer-inner {
		max-width: 280px;
		padding: 30px;
	}
	
	.wpgood .popup-drawer .drawer-content {
		padding: 0;
	}
}

.wpgood .menu-toggle-icon svg {
	height: 32px;
	width: 32px;
}

/* REUSABLE BLOCKS AND SECTIONS
************************************************/

/* HAT BANNER */

.wpgood .wpgood-hat-banner figure {
	float: none;
	margin: 0 0 -1px;
}

@media (max-width: 768px) {
	.wpgood .wpgood-hat-banner figure {
		margin: 0 auto;
	}
}

.wpgood .wpgood-hat-banner .kt-button {
	white-space: nowrap;
}

/* PAGE HEADERS */

.wpgood .page-header p {
	text-shadow: 0 0 10px rgb(0 0 0 / 50%);
	letter-spacing: 1px;
	font-weight: 300;
}

/* LOGO SECTION */

.wpgood-logo-section .wp-block-kadence-column > .kt-inside-inner-col {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.wpgood-logo-section .wp-block-kadence-column .kt-inside-inner-col figure,
.wpgood-logo-section .wp-block-kadence-column .kt-inside-inner-col p {
	margin: 30px;
	max-width: 230px;
	align-self: center;
}

@media (max-width: 400px) {
	.wpgood-logo-section .wp-block-kadence-column .kt-inside-inner-col figure,
	.wpgood-logo-section .wp-block-kadence-column .kt-inside-inner-col p{
		margin: 30px 0;
		max-width: 100%;
	}
}

/* SLIDERS */

@media (min-width: 768px) {
	.wpgood-numbered-slider .kt-blocks-carousel {
		padding: 0 0 80px 0;
	}
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-list:before,
.wpgood-numbered-slider .kt-blocks-carousel .slick-list:after {
	/* borders above and below slides */
	background-color: rgba(59, 35, 20, .25);
	content: '';
	display: block;
	height: 1px;
	margin: 0 auto;
	width: 90%;
	max-width: 1100px;
	position: relative;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-list:after {
	top: -2px;
}

.wpgood-numbered-slider p:first-child {
	/* numbers in boxes within slide content */
	background-color: #daa746;
	color: #fff;
	font-family: kepler-std, serif;
	width: 80px;
	height: 80px;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-dots {
	bottom: -55px;
}

@media (max-width: 767px) {
	.wpgood-numbered-slider .kt-blocks-carousel .slick-dots {
		display: none!important;
	}
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-dots li {
	margin: 0 10px;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-dots li button {
	background-color: #e5e2dc;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	font-family: kepler-std, serif;
	font-weight: 600;
	opacity: 1;
	width: 30px;
	height: 30px;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-dots li.slick-active button {
	background-color: #daa746;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-dots li button:before {
	content: unset;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-prev {
	left: 1%;
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-next {
	right: 1%;
}

@media (min-width: 1150px) {
	
	.wpgood-numbered-slider .kt-blocks-carousel .slick-prev {
		left: calc(50% - 575px);
	}

	.wpgood-numbered-slider .kt-blocks-carousel .slick-next {
		right: calc(50% - 575px);
	}
}

.wpgood-numbered-slider .kt-blocks-carousel .slick-arrow {
	background: none!important;
}

@media (min-width: 1024px) {
	.wpgood-numbered-slider .kt-blocks-carousel .slick-arrow:before {
		height: 25px;
		width: 25px;
	}
}

/* SUB-MENUS */

.wpgood-submenu-links .kt-inside-inner-col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wpgood-submenu-links .kt-inside-inner-col p {
	margin: 0;
}

@media (max-width: 767px) {
	
	.wpgood-submenu-links .kt-inside-inner-col {
		justify-content: center;
	}
	
	.wpgood-submenu-links .kt-inside-inner-col p {
		padding: 5px 10px;
	}
}

/* DONATE SECTION */

.wpgood-donate-cta .kt-row-layout-inner {
	margin: 4% 12%;
}

@media (max-width: 1024px) {
		
	.wpgood-donate-cta .kt-row-layout-inner {
		margin: 4% 0;
	}
}

/* CLOVER ICON LISTS */

.wpgood-clover-list .kt-svg-icon-list-text strong {
	font-family: kepler-std, sans-serif;
	font-size: 24px;
}

/* MODAL GALLERIES */

.wpgood .kt-modal-overlay .kt-modal-close {
	padding: 3px!important;
	top: 12px;
	right: 12px;
}

.modal-trigger-gallery .kb-gallery-item-has-link > a {
	cursor: pointer;
}

.modal-trigger-gallery .kadence-blocks-gallery-item__caption strong {
	font-family: kepler-std, serif;
	font-size: 24px;
	color: #a14727;
}

/* NEWS & PRESS RELEASE TABS */

.wpgood-reverse-tabs .kt-tabs-wrap {
	display: flex;
	flex-direction: row-reverse;
}

.wpgood-news-feeds .kt-tab-inner-content ul {
	list-style: none;
	padding-left: 0;
}

.wpgood-news-feeds .kt-tab-inner-content ul li {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.wpgood-news-feeds .kt-tab-inner-content a {
	color: #a14727;
	font-family: kepler-std, serif;
	font-size: 24px;
	text-transform: none;
}

.wpgood-news-feeds .kt-tab-title svg {
	color: #daa746;
	margin-right: 5px;
}

.wpgood-news-feeds.wp-block-kadence-tabs .kt-tabs-title-list {
	margin-top: 20px;
}

.wpgood-news-feeds.wp-block-kadence-tabs .kt-tabs-title-list li:last-child .kt-tab-title {
	border-bottom: 2px solid #e5e2dc;
}


/* CONTENT
************************************************/

/* -----HOME PAGE----- */

.wpgood .homepage-banner .header-top-p {
	text-shadow: 0 0 1px white;
	margin-bottom: 10px;
}

.wpgood .homepage-banner .header-top-p:before,
.wpgood .homepage-banner .header-top-p:after {
	content: ' '; 
    background-color: #fff;
    display: inline-block;
    width: 90px;
    height: 2px;
    margin: 0 10px 6px 10px;
}

@media (max-width: 767px) {
	.wpgood .homepage-banner .header-top-p:before,
	.wpgood .homepage-banner .header-top-p:after {
		width: 30px;
	}
}

.wpgood .wpgood-home-gallery,
.wpgood .wpgood-home-gallery .kt-blocks-carousel {
	padding-bottom: 0;
}

/* FEATURED STORIES SECTION */

.wpgood .wpgood-featured-stories .kt-post-grid-wrap article > div {
	grid-template-columns: 100% auto;
	position: relative;
}

.wpgood .wpgood-featured-stories .kt-post-grid-wrap article > div > .kadence-post-image {
	padding: 0;
}

.wpgood .wpgood-featured-stories .kt-post-grid-wrap article > div > .kt-blocks-post-grid-item-inner {
	position: absolute;
	bottom: 0px;
	left: 0;
}

.wpgood .wpgood-featured-stories .kt-post-grid-wrap article > div > .kt-blocks-post-grid-item-inner  h2 {
	color: #fff;
	font-size: 32px;
	padding-left: 20px;
}

.wpgood .wpgood-featured-stories .kt-post-grid-wrap article > div > .kt-blocks-post-grid-item-inner .entry-content {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	text-transform: uppercase;
}

.wpgood .wpgood-featured-stories .kt-post-grid-wrap article > div > .kt-blocks-post-grid-item-inner .entry-content strong {
	color: #a14727;
}

/*-----CONSERVATION PAGE-----*/

@media (max-width: 1024px) {
	.wpgood-easements-modals .wp-block-kadence-column {
		height: 250px;
	}
}

/*-----SUCCESS STORIES PAGE-----*/

.wpgood .imp-tooltips-container .imp-tooltip-visible {
	background: rgba(34, 34, 34, .9)!important;
	padding: 0!important;
}

.wpgood .imp-tooltips-container .imp-tooltip-title {
	padding: 10px;
}

.wpgood .imp-tooltips-container .imp-tooltip-visible > .squares-container {
	padding: 20px;
}

.wpgood .imp-tooltips-container .imp-tooltip-visible h3 {
	font-family: brandon-grotesque!important;
    text-transform: uppercase!important;
    font-weight: normal!important;
    font-size: 22px!important;
    letter-spacing: 1px!important;
}

.wpgood .imp-tooltips-container .imp-tooltip-visible p {
	font-size: 18px!important;
}

.wpgood .imp-tooltips-container .imp-tooltip-visible p strong {
	display: inline-block;
	font-family: kepler-std;
    font-size: 48px;
	font-weight: 400;
    letter-spacing: 1px;
	margin-bottom: 10px;
}

.wpgood-success-story-links p {
	width: 230px;
}

.wpgood-scrolling-box {
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
}

.wpgood-scrolling-box .kt-inside-inner-col {
	max-height: 580px;
	overflow: auto;
}

@media (max-width: 1024px) {
	
	.wpgood-video-column .kt-inside-inner-col {
		min-height: 450px;
	}
		
	.wpgood .wpgood-play-button {
		top: 225px;
		right: 40px;
	}
}

@media (max-width: 767px) {
	.wpgood .wpgood-play-button {
		top: 225px;
		right: unset;
	}	
}

.wpgood-scrolling-box .kt-inside-inner-col::-webkit-scrollbar {
	width: 15px;
	height: 5px;
}

.wpgood-scrolling-box .kt-inside-inner-col::-webkit-scrollbar-track {
	background-color: #E8E4DC;
	border-radius: 10px;
}

.wpgood-scrolling-box .kt-inside-inner-col::-webkit-scrollbar-thumb {
	background: #415A64;
	border-radius: 10px;
}

.wpgood-play-button {
	position: relative;
	top: 400px;
	right: 40px;
}

.wpgood-play-button span {
	text-shadow: 0px 0px 10px black;
}

.wpgood .wpgood-success-stories-carousel .kt-blocks-post-grid-item {
	position: relative;
}

.wpgood .wpgood-success-stories-carousel .kt-blocks-post-grid-item-inner {
	position: absolute;
	bottom: 0;
}

.wpgood .wpgood-success-stories-carousel h2.entry-title,
.wpgood .wpgood-success-stories-carousel .entry-content {
	color: #fff;
	text-shadow: 0 0 10px #000;
}

.wpgood .wpgood-success-stories-carousel .entry-content {
	font-size: 16px;
}

.wpgood .wpgood-success-stories-carousel .slick-arrow:before {
	width: 20px;
	height: 20px;
}

.wpgood .wpgood-success-stories-carousel .slick-arrow {
	opacity: 1;
	transition: unset;
	color: #415a64;
	background-color: transparent;
	top: 108%;
}

.wpgood .wpgood-success-stories-carousel .kt-post-grid-layout-carousel-wrap .slick-prev {
	left: 45%;
}

.wpgood .wpgood-success-stories-carousel .kt-post-grid-layout-carousel-wrap .slick-next {
	right: 45%;
}

.wpgood .wpgood-success-stories-carousel .slick-dots {
	bottom: -34px;
}

@media (max-width: 1200px) {
	
	.wpgood .wpgood-success-stories-carousel .kt-post-grid-layout-carousel-wrap .slick-prev {
		left: 40%;
	}

	.wpgood .wpgood-success-stories-carousel .kt-post-grid-layout-carousel-wrap .slick-next {
		right: 40%;
	}
}

@media (max-width: 450px) {
	
	.wpgood .wpgood-success-stories-carousel .kt-post-grid-layout-carousel-wrap .slick-prev {
		left: 30%;
	}

	.wpgood .wpgood-success-stories-carousel .kt-post-grid-layout-carousel-wrap .slick-next {
		right: 30%;
	}
}

@media (max-width: 1024px) {

	.wpgood .wpgood-success-stories-buttons > .kt-btn-wrap {
		padding-top: 2%;
	}
}

@media (max-width: 767px) {
	
	.wpgood .wpgood-success-stories-buttons > .kt-btn-wrap {
		display: block;
		padding: 2% 5%;
	}
}

/*-----SUCCESS STORIES POSTS-----*/

.single-success-stories h1 {
	text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.single-success-stories .content-area {
	padding: 5% 0;
}

.wpgood.single-success-stories blockquote {
	border-left: 4px solid #daa746;
}


/*-----DONATION PAGE-----*/

.wpgood-donate-faqs .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger {
	background-color: #65939e;
	padding: 3px;
	text-align: center;
}

.wpgood-donate-faqs .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before,
.wpgood-donate-faqs .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after {	
	width: 10px;
	height: 2px;
	background: #fff!important;
	top: 15px;
	left: 10px;
}

/*-----PUBLICATIONS PAGE-----*/

.wpgood .wpgood-publications-menu ul.kt-svg-icon-list {
	border-top: 1px solid #3b231440;
}

.wpgood .wpgood-publications-menu ul li {
	padding: 8px 0!important;
	margin: 0!important;
}

.wpgood-publications-menu ul li:not(last-child) {
	border-bottom: 1px solid #3b231440;
}
	
.wpgood-publications-gallery img {
	margin: 3px;
	border: 4px solid #fff;
}

/*-----BLOG & ARCHIVE PAGES-----*/

.wpgood.blog .page-header {
	margin-bottom: 0;
}

.wpgood.blog .content-area .site-container {
	padding: 0 5%;
}

.wpgood.archive .content-area .site-container {
	padding: 4% 5%;
}

.wpgood.blog .content-area .site-container,
.wpgood.archive .content-area .site-container {
	max-width: 1276px;
}

.wpgood.blog .entry-header h2 {
	margin-top: 20px;
}

.wpgood.blog .pagination .nav-links {
	display: flex;
}

/*.wpgood.blog .primary-sidebar ul,
.wpgood.archive .primary-sidebar ul {
	border-top: 1px solid #3b231440; 
}

.wpgood.blog .primary-sidebar ul li,
.wpgood.archive .primary-sidebar ul li{
	border-bottom: 1px solid #3b231440; 
	margin: 10px 0;
}

.wpgood.blog .primary-sidebar ul li:before,
.wpgood.archive .primary-sidebar ul li:before {
	background-image: url(https://ccalt.wpengine.com/wp-content/uploads/2021/04/chev-yellow.png);
}*/



/*-----BLOG POSTS-----*/

.wpgood.single-post .page-header {
	margin-bottom: 0;
}

.wpgood.single-post .content-area .site-container {
	padding: 4% 5%;
}

.wpgood.single-post h1 {
	margin-top: 30px;
}

.wpgood.single-post .primary-sidebar ul {
	border-top: 1px solid #3b231440; 
	margin-bottom: 30px;
}

.wpgood.single-post .primary-sidebar ul li {
	border-bottom: 1px solid #3b231440; 
	margin: 10px 0;
}

.wpgood.single-post .primary-sidebar ul li:before {
	display: inline-block;
	content: '';
	background-image: url(https://ccalt.wpengine.com/wp-content/uploads/2021/04/chev-yellow.png);
	background-size: 15px;
	background-repeat: no-repeat;
	padding: 10px;
	background-position: top 8px left 5px;
}

/*-----EVENT POSTS-----*/

.wpgood.single-tribe_events .tribe-events-single {
	max-width: 1276px;
	padding: 4% 5% 0!important;
	margin: 0 auto;
}

.wpgood .tribe-events-notices {
    background: unset;
    border: 0;
    color: #a14727;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
    margin: 0 0 18px;
    padding: 8px 35px 8px 0;
    text-shadow: unset;
    border-radius: 0;
}

.wpgood .tribe-events-single-event-title {
	text-transform: none;
	font-size: 32px;
	color: #3b2314;
}

.wpgood .tribe-events-schedule__datetime span {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.wpgood .tribe-events-back {
	display: none;
}

.wpgood .tribe-block__events-link a,
.wpgood .tribe-block__venue__address .tribe-events-gmap {
	color: #a14727!important;
}

.wpgood .tribe-events-schedule {
	margin-top: 0;
}

.wpgood .tribe-block__btn--link a img {
	display: none;
}

.wpgood .tribe-block__btn--link a:before {
	content: url(https://ccalt.wpengine.com/wp-content/uploads/2021/04/calendar-red.svg);
	display: inline-block;
	width: 22px;
	height: 19px;
	margin-right: 10px;
}

.wpgood .tribe-block__events-link a {
	border: none;
	padding-left: 0;
	font-weight: 500;
}

@media (max-width: 767px) {
	
	.wpgood .tribe-events-single .kt-tabs-accordion-title {
		margin-top: 10px;
	}
	
	.wpgood .tribe-events-single .kt-tabs-accordion-title a {
		justify-content: space-between;
	}

	.wpgood .tribe-events-single .kt-tabs-accordion-title a:after {
		content: '+';
		font-size: 1.5em;
		font-weight: bold;
	}
	
	.wpgood .tribe-events-single .kt-tabs-accordion-title.kt-tab-title-active a:after {
		content: '-';

	}
}

.wpgood #tribe-events-content ul.tribe-events-sub-nav {
	border-top: 2px solid #3b2314;
	margin-top: 40px;
	padding-top: 30px;
}

.wpgood .tribe-events-nav-previous {
	text-align: left;
}

.wpgood .tribe-events-nav-next {
	text-align: right;
}

@media (max-width: 767px) {
	.wpgood .tribe-events-nav-previous, .wpgood .tribe-events-nav-next {
		text-align: center;
	}
}

/*-----VIDEO GALLERY-----*/

.wpgood [id^=sb_youtube_].sb_youtube .sby_footer .sby_load_btn,
.wpgood [id^=sb_youtube_].sb_youtube .sby_follow_btn a {
	border-radius: 0;
	margin-top: 40px;
	padding: 10px 16px;
	text-transform: uppercase;
}

.wpgood [id^=sb_youtube_].sb_youtube .sby_footer .sby_load_btn .sby_btn_text {
	font-weight: 700;
	text-transform: uppercase;
}
	
/* FOOTER
************************************************/

.wpgood .site-footer ul, .wpgood .site-footer ol {
	margin: 0; padding: 0;
}

.wpgood .site-footer p.newsletter-button {
	padding: 10px 14px; 
	border: 2px solid #fff;
}

.wpgood .site-footer p.newsletter-button a {
	color: #fff; font-size: 14px;
}

.wpgood .site-footer p.newsletter-button a:hover {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 1024px) {
	
	.wpgood .site-footer .site-top-footer-inner-wrap {
		grid-row-gap: 0;
	}
	
	.wpgood .site-footer .site-top-footer-inner-wrap {
		max-width: 325px;
		margin: 0 auto;
	}
}

.wpgood .site-footer-middle-section-2 {
	margin: 0 auto;
	max-width: 300px;
}

.wpgood .site-footer-middle-section-3 {
	padding-bottom: 30px;
}