/* @override 
	https://www.morristhompsoncenter.org/wp-content/themes/core/style.css?* */

/* # Genesis Framework
Theme Name: Sundog CORE
Theme URI: http://www.sundogcore.com/
Description: Sundog Media's CORE Framework
Author: Sundog Media
Author URI: http://www.sundogmedia.com/
Version: 3.1
Genesis Version: 2.5.3
Template: genesis
Template Version: 2.5
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Titles
	- Objects
	- Forms
	- Tables
	- Gutenberg
	- Screen Reader Text
	- Skip Links
- Structure and Layout
	- Site Containers
- Site Header
    - Before Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
- Content Area
	- Entries
	- Pagination
	- Error Page
- Site Footer
- Slideshow
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 767
	- Max-width: 599
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 2.2rem;
}

body {
	background-color: #fff;
	color: #471b00;
    font-family: 'Assistant', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.8;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #e28c05;
	text-decoration: none;
}

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

.more-link {
    position: relative;
}

.more-link::after, 
.more-from-category a::after{ 
	content: '>';  
	margin-left: 6px; 
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #471b00;
	clear: both;
	margin: 48px 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 48px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 1.5em;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.clear {
	clear: both;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 24px;
	line-height: 1.4;
	color: #e28c05;
	text-transform: uppercase;
}

h1,
.home .content-area h2 {
	font-size: 36px;
	font-size: 1.6em;
}

h2 {
	font-size: 30px;
	font-size: 1.4em;
}

h3 {
	font-size: 28px;
	font-size: 1.3em;
}

h4 {
	font-size: 26px;
	font-size: 1.2em;
}

h5 {
	font-size: 24px;
	font-size: 1.1em;
}

h6 {
	font-size: 22px;
	font-size: 1em;
}

/* ## Titles
--------------------------------------------- */

.page .site-main .entry-header, 
.single .site-main .entry-header,
.error404 .site-main .entry-header, 
.archive-description,
.footer-widgets-1 .widgettitle,
.home .content-area h2{ 
	margin-bottom: 48px; 
	overflow: hidden; 
	text-align: center;
	font-style: normal;
}

h1.entry-title, 
h1.archive-title,
.footer-widgets-1 .widgettitle span,
.home .content-area h2 span{ 
	margin-bottom: 0;
	display: inline-block; 
	position: relative; 
	text-transform: uppercase;
    font-family: 'Julius Sans One', sans-serif;
	color: #471b00;
}

.page .site-main  h1.entry-title::before, 
.page .site-main h1.entry-title::after, 
.single .site-main  h1.entry-title::before, 
.single .site-main h1.entry-title::after,
.error404 .site-main  h1.entry-title::before, 
.error404 .site-main h1.entry-title::after, 
h1.archive-title::before, 
h1.archive-title::after,
.footer-widgets-1 .widgettitle span::before,
.footer-widgets-1 .widgettitle span::after,
.home .content-area h2 span::before,
.home .content-area h2 span::after{ 
	background: #e28c05; 
	content: " "; 
	display: inline-block; 
	height: 2px; 
	position: absolute; 
	width: 1200px; 
	bottom: 0px; 
}

.page  .site-main h1.entry-title::before, 
.single  .site-main h1.entry-title::before,
.error404  .site-main h1.entry-title::before, 
h1.archive-title::before,
.footer-widgets-1 .widgettitle span::before,
.home .content-area h2 span::before{ 
	margin-right: 24px; 
	right: 100%;    
}

.page .site-main h1.entry-title::after, 
.single .site-main h1.entry-title::after, 
.error404 .site-main h1.entry-title::after, 
h1.archive-title::after,
.footer-widgets-1 .widgettitle span::after,
.home .content-area h2 span::after{ 
	margin-left: 24px; 
	left: 100%; 
}

.entry-content h2 {
	margin: 48px 0 6px;
}

.entry-content h2:first-child {
	margin-top: 0;
}

.widgettitle,
.footer-widgets .widgettitle {
	margin-bottom: 24px;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	font-size: 1.1em;
}




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

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

#map iframe {
	border: 1px solid #e2dfdd;
	margin: 0 calc(50% - 50vw) -72px;
	max-width: 100vw;
	width: 100vw;
}

img {
	height: auto;
}

.image-header img {
	display: block;
	width: 100%;
}

.blocks-gallery-item a,
.wp-block-kadence-advancedgallery .kb-gallery-item-has-link {
	background-color: #e28c05;
}

.blocks-gallery-item a:hover img,
.wp-block-kadence-advancedgallery a:hover img {
	opacity: .5;
}


.entry-content figure.alignleft,
.alignleft {
	margin: 0 24px 24px 0;
	float: left;
}

.entry-content figure.alignright,
.alignright {
	margin: 0  0 24px 24px;
	float: right;
}


.entry-content figure.aligncenter,
.entry-content figure.alignwide {
	margin: 0 auto 24px;
}

.entry-content figure.alignfull {
	margin: 0 calc(50% - 50vw) 24px;
	max-width: 100vw;
	width: 100vw;
}

.entry-content figure figcaption {
	margin: 0;
	font-size: .7em;
	color: #471b00;
	font-weight: 400;
}

.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}


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

/* Constrain form width on donate page */
.entry-content .gform_wrapper form {
	max-width: 900px;
}

.page-id-86 .entry-content .gform_wrapper form, 
.page-id-210 .entry-content .gform_wrapper form {
	max-width: 900px;
	background: #f4f4f4;
	padding: 20px 30px;
}

.page-id-210 .nav-primary {
	display: none;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e2dfdd;
	color: #471b00;
	font-size: 18px;
	font-size: 0.9em;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #471b00;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #471b00;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button .wp-block-button__link {
	background-color: #e28c05;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 0.9em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.wp-block-button .wp-block-button__link:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.wp-block-button .wp-block-button__link:focus {
	background-color: #acc2bb;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

.entry-content .gform_wrapper .percentbar_blue {
    background-color: #ffb643;
}

.entry-content .gform_wrapper .gf_progressbar_percentage span {
	line-height: 1.5;
	font-family: 'Assistant', sans-serif;
}

.entry-content .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	vertical-align: top;
}

.entry-content .gform_anchor:before {
  content:"";
  display:block;
  width: 0;
  height:120px; /* fixed header height*/
  margin:-120px 0 0; /* negative fixed header height */
}

.entry-content .gform_wrapper span.ginput_product_price_label { 
	display: none !important; 
}

.entry-content .gform_wrapper span.ginput_product_price {
	color: inherit;
}

/* ## Events Calendar
--------------------------------------------- */

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 100%;
}

.site-inner .tribe-events-loop .tribe-events-event-meta,
.single .tribe-events-event-meta .tribe-events-meta-group  {
	font-size: 1.8rem;
}

.tribe-events-divider {
	padding: 0 10px;
}

.event-is-recurring {
	color: #471b00;
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 48px;
	width: 100%;
}

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

td,.th {
	text-align: left;
}

td {
	border-top: 1px solid #e2dfdd;
	padding: 10px;
	line-height: 1.6;
}

th {
	font-weight: 400;
}

.schedule td:first-child {
	display: inline-block;
	width: 100px;
	padding-left: 20px;
}

/* ## Gutenberg
--------------------------------------------- */
.entry-content .wp-block-columns {
	flex-wrap: nowrap;
}

.entry-content .wp-block-columns .wp-block-column {
	margin: 0 24px;
}

.entry-content .wp-block-columns .wp-block-column:first-child {
	margin-left: 0;
}

.entry-content .wp-block-columns .wp-block-column:last-child {
	margin-right: 0;
}


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

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

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

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #222;
	outline: none;
}



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

/* ## Site Containers
--------------------------------------------- */

.site-container {
	max-width: 100%;
	overflow: hidden;
}

.wrap,
.site-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1496px;
	padding-left: 48px;
	padding-right: 48px;
}

.site-inner {
	clear: both;
	margin: 48px auto;
}

.slideshow-header, 
.image-header {
	margin-top: 122px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	-webkit-transition: all 0.8s;  
	-moz-transition: all 0.8s; 
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	min-height: 122px;
}

.scroll .site-header {
	border-color: #e2dfdd;
}

.site-header .wrap {
	padding-top: 36px;
	padding-bottom: 35px;
	position: relative;
}

.announcer .announcer-content {
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
}

.announcer a {
	color: #fff;
}

.announcer a:hover {
	text-decoration: underline;
}

.scroll .site-header {
	top: 0;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 325px;
}

.site-title {
	margin: 0;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat center;
	background-size: 325px auto;
	float: left;
	min-height: 46px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.page-id-210 .title-area{
	float: none;
	width: 100%;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.site-header .nav-primary {
	position: absolute;
	vertical-align: middle;
	top: 0;
	right: 30px;
	line-height: 1;
	width: 70%;
	height: 100%;
}

.site-header .nav-primary .wrap {
	padding: 0;
	position: absolute;
	top: 50%;
    transform: translate( 0, -50%);
	right: 0;
}

.nav-primary .menu {
	clear: both;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 18px;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1;
}

.nav-primary .menu .menu-item {
	float: left;
}

.nav-primary .menu a {
	color: #471b00;
	text-decoration: none;
	display: block;
	padding: 12px 18px;
	margin: 0 0 0 12px;
	border: 3px solid transparent;
}

.nav-primary .menu a:hover,
.nav-primary .menu a:focus,
.nav-primary .menu .current-menu-item > a,
.nav-primary .menu .current-menu-ancestor > a,
.nav-primary .menu .sfHover > a {
	color: #e28c05;
}

.nav-primary .menu .donate a {
	border-color: #e28c05;
	position: relative;
	padding-right: 48px;
}

.nav-primary .menu .donate a::after {
	content: ' ';
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/bg-button.png') no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: 8px;
	top: 4px;
}

.nav-primary .menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 240px;
	z-index: 99;
	padding-top: 34px;
}

/*.nav-primary #menu-item-177 .sub-menu {
	left: auto;
	opacity: 1;
}*/

.nav-primary .menu .sub-menu a {
	background-color: #f4f4f4;
	border: 1px solid #e2dfdd;
	border-top: none;
	text-transform: none;
	padding: 12px 18px;
	position: relative;
	width: 240px;
	word-wrap: break-word;
	text-align: left;
}

.nav-primary .menu .sub-menu a:hover,
.nav-primary .menu .sub-menu a:focus,
.nav-primary .menu .sub-menu .current-menu-item > a {
}

.nav-primary .menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.nav-primary .menu .menu-item:hover {
	position: static;
}

.nav-primary .menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary .menu > .first > a {
	padding-left: 0;
}

.nav-primary .menu > .last > a {
	padding-right: 0;
}

.menu-toggle,
.sub-menu-toggle,
.nav-primary .menu li.mobile,
.nav-primary .menu li.search{	
	display: none; 
	visibility: hidden; 
	text-align: center; 
}
 	 			
 button.menu-toggle{ 
 	width: 100%; 
 	cursor: pointer;  
 	background: #471b00; 
 	color: #fff; 
 	padding: 18px;
 }
 			 		
 button.menu-toggle::after { 
 	font-family: "dashicons"; 
 	content: "\f333"; 
 	margin-left: 10px; 
 	position: relative; 
 	top: 2px;   
 }
 			 
 button.menu-toggle.activated::after {  
 	content: "\f158"; 
 }
 			
 button.sub-menu-toggle { 
 	position: absolute; 
 	right: 0; 
 	top: 0; 
 	background: none; 
 	color: #e28c05; 
 	padding: 20px; 
 	border-radius: 0;
 }
 
.nav-primary .menu .current-menu-item button.sub-menu-toggle,
.nav-primary .menu .current-menu-ancestor button.sub-menu-toggle,
.nav-primary .menu .sfHover button.sub-menu-toggle {
  	color: #e28c05;
  }
 			 	
 button.sub-menu-toggle span{  
 	text-indent: -9999px; 
 	display: inline-block;
 }
 			
 button.sub-menu-toggle:before { 
 	content: "\f347"; 
 	font-family: "dashicons"; 
 	position: relative; 
 	font-size: 30px;
 	font-size: 1.4em;
 	transform: rotate(0deg);
 	-webkit-transition: transform 0.25s ease-in-out 0s; 
 	-moz-transition:    transform 0.25s ease-in-out 0s; 
 	-ms-transition: transform 0.25s ease-in-out 0s; 
 	-o-transition: transform 0.25s ease-in-out 0s; 
 	transition: transform 0.25s ease-in-out 0s; 
 	display: block; 
 	float: right;
 }
 						
 button.sub-menu-toggle.activated:before {  
 	transform: rotate(180deg); 
 }


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}


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

/* ## Entries
--------------------------------------------- */

.archive .entry, 
.search .entry, 
.blog .entry {
	padding-bottom: 24px;
	margin-bottom: 48px;
	border-bottom: 1px solid #e2dfdd;
}

.archive .entry:last-child, 
.search .entry:last-child, 
.blog .entry:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.entry-header .entry-meta,
.entry-footer .entry-meta {
	margin-top: -24px;
	margin-bottom: 24px;
}


.single .entry-header .entry-meta {
	margin: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

.entry-content ul.kb-gallery-ul,
.entry-content ul.juicer-feed,
.entry-content ul.j-display-filters {
	padding-left: 0;
	margin-bottom: 48px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 12px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 12px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/** Kadence Accordion **/
.entry-content .wp-block-kadence-accordion .kt-blocks-accordion-header {
  padding: 18px 12px 18px 78px;
  font-size: 2.2rem; }

.entry-content .wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger {
  position: absolute;
  left: 0;
  height: 100%;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.2);
  }

.entry-content .wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::before,
.entry-content .wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::after {
  top: 41px;
  left: 20px;
  height: 3px; 
  }

.show-on-mobile {
	display: none;
}
	
.hide-on-mobile {
	display: block;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 48px 0;
}

.pagination ul {
	margin: 0;
}

.pagination ul li {
	display: inline-block;
	list-style: none;
	margin: 0 24px 0 0;
}

.pagination li a {
	cursor: pointer;
	display: block;
	background-color: #e28c05;
	color: #fff;
	font-size: 18px;
	font-size: 0.9em;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination li a:hover, 
.pagination li.active a { 
	background-color: #acc2bb; 
}



/* ## Error Page
--------------------------------------------- */
.error404 .site-main .search-form{ 
	margin-bottom: 48px; 
	width: 100%; 
}

.error404 .site-main .search-form input[type=search]{ 
	max-width: 80%; 
}

.error404 .site-main .search-form input[type=submit]{ 
	float: left; 
	margin-left: 2%;
}



/* # Footer Widgets
---------------------- */
.footer-widgets-1 {
	font-style: italic;
	font-size: 30px;
	font-size: 1.36em;
	margin-bottom: 48px;
}

#testimonial  {
	font-size: 26px;
	font-style: italic;
	text-align: center;
	margin-bottom: 60px;
}

#testimonial h2 {
	color: #471b00;
	font-size: 24px;
	text-transform: none;
	margin: 0;
}

.footer-widgets-2 {
	background: #e28c05;
	color: #fff;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 28px;
	font-size: 1.25em;
	text-align: center;
}

.footer-widgets-2 .wrap {
	padding: 24px 48px;
}

.footer-widgets-2 ul li {
	display: inline-block;
	margin-left: 12px;
}

.footer-widgets-2 ul li:first-child {
	margin: 0;
}

.footer-widgets-2 ul li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900;
	font-size: 6px;
	margin-right: 24px;
	position: relative;
	top: -9px;
}

.footer-widgets-2 ul li:first-child::before {
	content: '';
	margin: 0;
}

.footer-widgets-3 {
	background: url('images/bg-footer-widgets.jpg') no-repeat center #f4f4f4;
	background-size: 100%;
	font-size: 18px;
	font-size: 0.8em;
	line-height: 1.4;
}

.footer-widgets-3 strong {
	font-size: 20px;
	font-size: 1.1em;
}

.footer-widgets-3 ul {
	margin-top: -18px;
	margin-bottom: 24px;
}

.nav-social li {
	display: inline-block;
	margin: 0 6px;
}

.nav-social li a {
	background: #de8a23;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	display: block;
}

.nav-social li a:hover {
	color: #fff;
	background: #471b00;
}

.nav-social li a span{ 
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
}

.nav-social li a::before {
	content: "\f39e"; 
	font-family: "Font Awesome 5 Brands";	
	position: relative;
	top: 4px;
}

.nav-social  li.facebook a::before {
	content: "\f39e"; 
}

.nav-social li.instagram a::before {
	content: "\f16d"; 
}

.footer-widgets-3  .wrap {
	padding: 48px;
	display: flex;
}

.footer-widgets-3  .wrap .widget {
	flex: 1;
	text-align: center;
	margin: 0 48px;
}

.footer-widgets-3  .wrap .widget:first-child {
	margin-left: 0;
}

.footer-widgets-3  .wrap .widget:last-child {
	margin-right: 0;
}

.footer-widgets a:hover {
	color: #471b00;
}

.footer-widgets .search-form {
	position: relative;
	max-width: 240px;
	margin: 0 auto;
}

.footer-widgets .search-form-input{
	border-color: #e2dfdd;
	padding: 12px 12px 12px 52px;
}

.footer-widgets .search-form::before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900;
	position: absolute;
	top: 12px;
	left: 18px;
	opacity: 0.4;
}

.footer-widgets .search-form-submit {
	background: none;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	height: 0;
	width: 0;
}


/* # Site Footer
---------------------- */

.site-footer {
	font-size: 16px;
	font-size: 0.72em;
}

.site-footer .wrap {
	padding: 48px;
}

.site-footer a { 
	color: #471b00;  
}


.creds{ 
	float: right;
}

.creds img{ 
	opacity: 0.4; 
	position: relative; 
	top: 4px; 
}

.creds a:hover img{ 
	opacity: 0.8;
}

.gototop{ 
	float: left; 
}

.gototop a{ 
	display: inline-block; 
	background: #de8a23; 
	color: #fff;
	width: 60px; 
	height: 60px; 
	text-align: center;
}

.gototop a span{ 
	text-indent: -9999px; 
	display: inline-block;
}

.gototop a:hover{ 
	background: #471b00;
}

.gototop a:before{  
	content: "\f343"; 
	font-family: "dashicons"; 
	font-size: 24px; 
	position: relative; 
	top: 10px; 
}

/* # Slideshow
------------------------------- */
.slideshow-header {
	position: relative;
}

.slideshow-header .widget-area {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(226,140,5,0.85);
	color: #fff;
}

.slideshow-header .widget-area .wrap {
	padding: 24px 48px;
	position: relative;
}

.slideshow-header .widgettitle {
	text-align: left;
	color: #fff;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 30px;
	font-size: 1.35em;
	margin: 0;
}

.slideshow-header .widget-area p {
	margin: 0;
}

.slideshow-header .widget-area a {
	display: block;
	position: absolute;
	right: 48px;
	top: 50%;
    transform: translate( 0, -50%);
	background: #fff;
	border: 1px solid #471b00;
	color: #471b00;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 8px 30px 4px;
}

.slideshow-header .widget-area a:hover {
	background: #471b00;
	color: #fff;
}


.slideshow-header .soliloquy-container,
.slideshow-header .soliloquy-viewport {
	max-width: 100% !important;
	max-height: none !important;
	h222eight: auto !important;
}

.s222lideshow-header .soliloquy-image {
	width: 100%;
}


.slideshow-header .soliloquy-controls-direction a span{ 
	display: block; 
	text-align: left; 
	text-indent: -9999px;
}

.slideshow-header .soliloquy-controls-direction a{ 
	background: none !important; 
	width: 48px; 
	height: 48px; 
	color: #fff; 
	opacity: 0.9; 
	text-align: center;
	border: none;
	padding: 0;
	margin-top: -24px;
}

.slideshow-header .soliloquy-controls-direction a:hover{ 
	opacity: 1.0; 
}

.slideshow-header .soliloquy-controls-direction a.soliloquy-prev{ 
	left: 0;
	top: 50%;
}

.slideshow-header .soliloquy-controls-direction a.soliloquy-prev::before{ 
	content: "\f341"; 
	font-family: "dashicons"; 
	font-size: 44px; 
	font-size: 2em; 
	position: relative; 
	top: 4px;
}

.slideshow-header .soliloquy-controls-direction a.soliloquy-next{ 
	right: 0;
	top: 50%;
}

.slideshow-header .soliloquy-controls-direction a.soliloquy-next::before{ 
	content: "\f345"; 
	font-family: "dashicons"; 
	font-size: 44px; 
	font-size: 2em; 
	position: relative; 
	top: 4px;
}

.mtvideo { text-align: center; margin-top: 30px !important; }

/* # Home Page
------------------------------- */
.home .site-inner {
	margin-top: 0;
}

.home .content-area .entry-header {
	text-indent: -9999px;
	margin: 0;
	height: 0;
	width: 0;
}

.home .entry-content p {
	font-size: 24px;
	font-size: 1.1em;
}

.home .wp-block-columns.alignfull .wp-block-column {
	background: #acc2bb;
	margin: 0;
	padding: 12px;
} 

.home .wp-block-columns.alignfull .wp-block-column:nth-child(odd) {
	background: #dae9e4;
}

.home .wp-block-columns.alignfull .wp-block-column > * {
	margin-bottom: 0;
}

.home .wp-block-columns.alignfull .wp-block-column a {
	color: #e9a02d;
	text-transform: uppercase;
    font-weight: 800;
}

.home .wp-block-columns.alignfull .wp-block-column a::after {
	content: ' >';
}

.home .wp-block-columns.alignfull .wp-block-column a:hover {
	color: #471b00;
}

/* # Services Grid Block
------------------------------- */
.service-grid {
	margin: 60px 0;
}

.entry-content .wp-block-columns.service-grid  .wp-block-columns{
	margin-bottom: 0;
}

.entry-content .wp-block-columns.service-grid .wp-block-column {
	margin: 0 12px;
	position: relative;
	overflow: hidden;
}

.entry-content .wp-block-columns.service-grid .wp-block-column:first-child {
	margin-left: 0;
}

.entry-content .wp-block-columns.service-grid .wp-block-column:last-child {
	margin-right: 0;
}

.entry-content .wp-block-columns.service-grid .second,
.entry-content .wp-block-columns.service-grid .third {
	margin-bottom: 24px;
}

.service-grid h3 {
	margin: 0;
	font-size: 36px;
}

.service-grid h3 a{
	color: #fff;
}

.service-grid h3 span.text {
	position: absolute;
	z-index: 99;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 18px 30px;
}

.service-grid .second,
.service-grid .second h3 span.text {
	background: #e9a02d;
}

.service-grid .third,
.service-grid .third h3 span.text {
	background: #acc2bb;
}

.service-grid .fourth,
.service-grid .fourth h3 span.text {
	background: #c5d4cf;
}

.service-grid .fifth,
.service-grid .fifth h3 span.text{
	background: #e28c05;
}


.service-grid h3 a:hover span.text {
	background: rgba(226,140,5,0.5);
}

.service-grid .third h3 a:hover span.text,
.service-grid .fourth h3 a:hover span.text {
	background: rgba(172,194,187,0.5);
}

/*.service-grid h3 a:hover span.description,
.service-grid h3 a:hover span.title {
	opacity: 0;
}*/

.service-grid span {
	display: block;
}

.service-grid span.description {
	text-transform: none;
	font-weight: 400;
	font-size: 24px;
	font-size: 0.6em;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 2px solid #fff;
}

.wp-block-columns.service-grid .first {
	background: #e9a02d;
}

.wp-block-columns.service-grid .first h3 {
	text-align: center;
}

.wp-block-columns.service-grid .first span.text {
	height: auto;
	background: rgba(226,140,5,0.75);
	padding: 18px;
}


.service-grid .first  h3 a:hover img {
	opacity: 0.5;
}


/* # Partner Gallery Block
------------------------------- */
.partner-grid {
	display: flex;
	margin-bottom: 24px;
}

.partner-grid .partner {
	position: relative;
	margin: 0 30px;
}

.partner-grid .partner:first-child {
	margin-left: 0;
}

.partner-grid .partner:last-child {
	margin-right: 0;
}

.partner-grid .partner .hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.partner-grid .partner a:hover .hover {
	opacity: 1;
}

/* # Gallery Block
------------------------------- */
ul.wp-block-gallery {
	padding-left: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1495px) {

	/** Structure **/
	.wrap,
	.site-inner {
		max-width: 100%;
	}
	
	/** Header **/
	
	/** Site Nav **/
	.site-header .nav-primary {
		width: 68%;
	}
	
	.nav-primary .menu a {
		margin: 0 3px;
		padding: 12px;
		font-size: 17px;
	}

	/** Content  */
	.slideshow-header .widgettitle {
		font-size: 25px;
		font-size: 1.15em;
	}
	
	/** Site Footer  */
	
	
}

@media only screen and (max-width: 1299px) {

	/** Header **/
	.site-header .wrap {
		padding-top: 24px;
		padding-bottom: 23px;
	}
	
	.title-area {
		float: none;
		margin: 0 auto;
	}
	
	.slideshow-header, 
	.image-header {
		margin-top: 167px;
	}
	
	.page-id-210 .image-header{
		margin-top: 122px;
	}
	
	/** Site Nav **/
	.site-header .nav-primary {
		position: inherit;
		top: auto;
		right: auto;
		width: 100%;
		text-align: center;
		clear: both;
		padding: 24px 0 0;
	}
	
	.site-header .nav-primary .wrap {
		position: inherit;
		top: auto;
	    transform: none;
		right: auto;
	}
	
	.nav-primary .menu .menu-item {
		float: none;
		display: inline-block;
	}
	
	.nav-primary .menu a {
		margin: 0 2px;
	}

	/** Content  */
	.slideshow-header .widget-area {
		position: inherit;
		background: #e9a02d;
	}
	
	.slideshow-header .widget-area h3,
	.slideshow-header .widget-area p{
		text-align: center;
	}
	
	.slideshow-header .widget-area a {
		position: inherit;
		text-align: center;
		right: auto;
		top: auto;
	    transform: none;
		margin: 12px auto 0;
		max-width: 300px;
	}
	
	.entry-content .wp-block-columns.service-grid {
		display: block;
	}
	
	.entry-content .wp-block-columns.service-grid .wp-block-column {
		margin: 0 auto 24px;
	}
	
	.entry-content .wp-block-columns.service-grid .wp-block-columns .wp-block-column {
		margin: 0 12px 24px;
	}
	
	.entry-content .wp-block-columns.service-grid .wp-block-columns .wp-block-column.second,
	.entry-content .wp-block-columns.service-grid .wp-block-columns .wp-block-column.fourth {
		margin-left: 0;
	}
	
	.entry-content .wp-block-columns.service-grid .wp-block-columns .wp-block-column.third,
	.entry-content .wp-block-columns.service-grid .wp-block-columns .wp-block-column.fifth {
		margin-right: 0;
	}
	
	.partner-grid .partner {
		margin: 0 12px;
	}
	
	/** Site Footer  */
	.footer-widgets-2 {
		font-size: 24px;
		font-size: 1.1em;
	}


}

@media only screen and (min-width: 1024px) {

	.nav-primary .menu {
		display: block !important;
	}
}

@media only screen and (max-width: 1023px) {

	/** Structure **/
	
	/** Header **/
	.site-header {
		position: inherit;
		border: none;
	}
	
	.site-header .wrap {
		padding: 24px 0 0;
	}
	
	.slideshow-header, 
	.image-headerm,
	.page-id-210 .image-header {
		margin-top: 0;
	}
	
	/** Site Nav **/
	button.menu-toggle,	
	button.sub-menu-toggle {  
		display: block;  
		visibility: visible;   
	}
	
	.site-header .nav-primary .menu{ 
		display: none; 
		width: 100%;
	}
	 	
	.nav-primary .menu li.menu-item{ 
		display: block; 
		float: none; 
		overflow: hidden; 
	}
	 	
	.nav-primary .menu .menu-item, 
	.nav-primary .menu .menu-item a{ 
		width: 100%; 
		position: relative; 
		display: block; 
		text-align: left; 
	}
	
	.nav-primary .menu li.mobile,
	.nav-primary .menu li.search {
		display: none;
	}
	
	.nav-primary .menu .menu-item a{ 
		margin: 0; 
		border-bottom: 1px solid rgba(0,0,0,0.2); 
		padding: 18px;  
	}
	
	.nav-primary .menu .donate a {
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	
	.nav-primary .menu .donate a::after {
		right: auto;
		left: 100px;
		top: 10px;
	}
	 
	.nav-primary .menu .menu-item:hover { 
		position: relative;
	}
	 	 
	.nav-primary .menu .sub-menu{ 
		margin: 0; 
		padding: 0;
		position: relative; 
		left: auto; 
		opacity: 1.0; 
		width: auto; 
		display: none;
	}
	
	.nav-primary .menu .sub-menu .menu-item a {
		padding-left: 36px;
	}

	

	/** Content  */
	
	
	/** Site Footer  */
	.footer-widgets-2 ul li::before {
		top: -5px;
	}
	
	.footer-widgets-3 {
		background-size: cover;
	}
	
	.footer-widgets-2 ul li::before {
		display: none;
	}
}



@media only screen and (max-width: 767px) {

	/** Structure **/
	body > div,
	body {
	    font-size: 1.8rem;
	}
	
	.wrap,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.site-inner {
		margin: 5% auto;
	}
	
	.image-header { 
		margin-top: 0;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	.widgettitle,
	.footer-widgets .widgettitle,
	.archive .entry, 
	.search .entry, 
	.blog .entry,
	.footer-widgets .featured-content .entry {
		margin-bottom: 5%;	
		}
		
	hr {
		margin: 5% 0;
	}
	
	blockquote {
		margin: 10%;
	}
	
	table,
	.error404 .site-main .search-form {
		margin-bottom: 10%;
	}
	
	.page .site-main .entry-header, 
	.single .site-main .entry-header,
	.error404 .site-main .entry-header, 
	.archive-description,
	.home .content-area h2{ 
		margin-bottom: 5%;
	}
	
	.entry-content h2 {
		margin: 10% auto 5%;
	}
	
	.entry-header .entry-meta,
	.entry-footer .entry-meta {
		margin-top: -5%;
		margin-bottom: 5%;
	}
	
	.entry-content ol,
	.entry-content ul {
		margin-left: 0;
		margin-bottom: 5%;
	}
	
	.entry-content ol > li {
		margin-bottom: 2%;
	}
	
	.entry-content ul > li {
		margin-bottom: 2%;
	}
	
	.pagination {
		margin: 10% 0;
	}

	.pagination ul li {
		margin: 0 5% 0 0;
	}
	
	.entry-content figure.alignleft,
	.alignleft {
		margin: 0 5% 5% 0;
		max-width: 50%;
	}
	
	.entry-content figure.alignright,
	.alignright {
		margin: 0  0 5% 5%;
		max-width: 50%;
	}
	
	.entry-content figure.aligncenter,
	.entry-content figure.alignwide {
		margin: 0 auto 5%;
	}
	
	.entry-content figure.alignfull {
		margin-bottom: 5%;
	}
	
	.entry-content .wp-block-columns {
		display: block;
	}
	
	.entry-content .wp-block-columns .wp-block-column {
		margin: 0 auto;
	}
		
	/** Header **/
	
	/** Home **/
	
	.home .content-area .entry-header {
		text-indent: -9999px;
		margin: 0;
		height: 0;
		width: 0;
	}
	
	.home .wp-block-columns.alignfull .wp-block-column {
		padding: 2%;
	} 
	
	.service-grid h3 span.text {
		position: inherit;
		width: 100%;
		height: auto;
		padding: 5%;
	}


	.service-grid h3 a:hover span.text,
	.service-grid h3 a:hover span.description,
	.service-grid h3 a:hover span.title {
		opacity: 1;
	}	
	
	.service-grid h3 a:hover img {
		opacity: 0.3;
	}
	
	.entry-content .wp-block-columns.service-grid {
		margin: 5% auto;
	}

	.entry-content .wp-block-columns.service-grid .wp-block-column:last-child {
		margin: 0 auto;
	}
	
	.entry-content .wp-block-columns.service-grid .wp-block-column,
	.entry-content .wp-block-columns.service-grid .wp-block-column .wp-block-column {
		margin: 0 auto 5%;
	}
	
	.partner-grid {
		display: block;
		margin-bottom: 0;
	}
	
	.partner-grid .partner {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 5%;
	}
	
	/** Footer */	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.footer-widgets-1 .wrap,
	.footer-widgets-2 .wrap,
	.footer-widgets-3 .wrap {
		display: block;
		padding: 5%;
	}
	
	.footer-widgets-3 {
		font-size: 1.1em;
	}
	
	.nav-social {
		margin: 24px auto;
	}
	
	.nav-social li a::before {
		top: 3px;
	}
	
	#testimonial {
		margin: 0;
	}
	
	#testimonial .wrap {
		padding: 0;
	}
	
	.footer-widgets-3 .wrap .widget {
		margin: 0 auto 5%;
	}
	
	.footer-widgets-3 .wrap .widget:last-child {
		margin-bottom: 0;
	}
	
	.site-footer .wrap {
		padding: 5%;
	}
	
	.site-inner #tribe-events-pg-template {
		
		padding: 40px 0 20px;
	}
	
	.juicer-feed.modern li.feed-item {
		border-width: 1px 1px 1px 1px !important;
	}
	
	.creds,
	.gototop {
		float: none;
		text-align: center;
		margin-bottom: 24px;
	}
	
	.show-on-mobile {
		display: block;
	}
	
	.hide-on-mobile {
		display: none;
	}
	
}

@media only screen and (max-width: 399px) {
	
	/** Structure **/
	.entry-content figure.alignleft,
	.entry-content figure.alignright,
	.alignleft,
	.alignright {
		margin: 0 auto 5%;
		float: none;
		max-width: 100%;
	}
	
	/** Header **/
	.title-area {
		max-width: 90%;
	}
	
	.header-image .site-title > a {
		background-size: 100% auto;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.entry-content .wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger { padding: 18px 18px !important; }
.is-type-video { text-align: center !important; }
.kt-blocks-accordion-header .kt-blocks-accordion-title { padding-left: 60px; }