/*******************************************************************************************************************

	Theme Name: Organic NonProfit
	Theme URI: https://organicthemes.com
	GitHub Theme URI: invulu/organic-nonprofit
	GitHub Branch: master
	Description: The official Organic NonProfit theme. A WordPress theme for nonprofit organizations and social causes.
	Author: Organic NonProfit
	Author URI: http://organicthemes.com
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Version: 6.2
	Text Domain: organic-nonprofit
	Domain Path: /languages/
	Tags: one-column, two-columns, three-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, featured-image-header, flexible-header, full-width-template, theme-options, translation-ready, sticky-post, post-formats, featured-images

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7. Menu Page
	 8.	Content
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13. Page Templates
	14.	Wordpress Gallery
	15.	Sidebar
	16.	Widgets
	17.	RSS Widget
	18.	Calendar Widget
	19.	Custom Menu Widget
	20.	Search Form
	21.	Footer
	22.	Comments
	23.	Buttons
	24. Tables
	25. Forms
	26. CSS3 Styles
	27. WordPress Core
	28. Organic Tabs
	29. Gutenberg
	30. Organic Widgets

*******************************************************************************************************************/

body {
	background-color: #eeeeee;
	color: #000000;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1em;
	font-family: 'Noto Serif';
	line-height: 1.65;
	margin: 0px;
	padding: 0px;
}

/************************************************
	Customizer Styles
************************************************/

body#tinymce {
	max-width: none;
	margin: 0px;
	padding: 24px !important;
	box-sizing: border-box;
}
body.customize-posts-content {
	background: #ffffff;
	padding: 24px 36px;
}
.home section.widget .customize-partial-edit-shortcut {
	left: 48px;
}
.wp-custom-header .customize-partial-edit-shortcut {
	top: 12px;
	left: 24px;
}

/************************************************
	0.	Global
************************************************/

p {
	padding: 0px;
	margin: 24px 0px;
}
p:empty {
	display: none;
}
dfn, cite, em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
big {
	font-size: 120%;
}
small {
	font-size: 80%;
}
s {
	text-decoration: line-through;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
div {
	display: block;
}
span {
	display: inline;
}
textarea {
	overflow: auto;
}
address {
	margin: 12px 0px;
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	margin: 6px 0px 8px 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 16px 0px;
	padding: 0px 0px 0px 12px;
}
ol ul, ul ol, ul ul, ol ol {
	margin: 6px 0px;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: inside;
	list-style-type: square;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
	list-style-type: square;
}
blockquote,
blockquote.wp-block-quote {
	position: relative;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 48px 0px 24px 0px;
	padding: 36px 12px;
	border-left: none !important;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid #dddddd;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}
blockquote:before {
	color: #cccccc;
	background-color: #ffffff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 18px;
	content: '\f10d';
	text-align: center;
	line-height: 48px;
	height: 48px;
	width: 48px;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -24px;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
code, pre, .wp-block-code {
	color: #666666;
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
code {
	display: inline;
	white-space: normal;
}
pre {
	display: block;
	white-space: pre-line;
}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
}
img, object, embed, iframe {
	max-width: 100%;
	margin: 0px auto 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-white, .text-white p,
.text-white .wp-caption .wp-caption-text {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
}
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white a, .text-white a:link, .text-white a:visited {
	color: #ffffff;
}
.align-center {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.padded {
	padding-left: 12px;
	padding-right: 12px;
}
.vertical-center {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 7;
}
.horizontal-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 7;
}
.absolute-center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 7;
}
.hide-text {
	margin-left: -9999px;
	font-size: 0;
	line-height: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/************************************************
	1.	Hyperlinks
************************************************/

a img {
	border: none;
}
a, a:link, a:visited {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	outline: 0;
}
a:focus, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	outline: 0;
}

/************************************************
	2.	Headings
************************************************/

h1, h2, h3,
h4, h5, h6 {
	color: #333333;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Raleway', Arial, sans-serif;
	line-height: 1.2;
	word-wrap: break-word;
	margin: 12px 0px;
	padding: 0px;
}
h1 {
	font-size: 3.2em;
	font-weight: 400;
}
h2 {
	font-size: 2.8em;
	font-weight: 400;
}
h3 {
	font-size: 2.4em;
	font-weight: 400;
}
h4 {
	font-size: 2em;
	font-weight: 400;
}
h5 {
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	text-decoration: none;
	border: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	text-decoration: none;
	border: none;
}
.search .post-area > h4,
.archive .post-area > h4 {
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
}
.img-headline {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 92%;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
	margin: 0px auto 0px;
	padding: 12px 4%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.banner-image .img-headline a {
	color: #ffffff !important;
}
.sub-title {
	color: rgba(0, 0, 0, .4);
	font-size: 80%;
	margin-top: 0px;
	padding-top: 0px;
}
.cat-name,
.cat-description {
	text-align: center;
	padding-top: 0px;
	padding-left: 4%;
	padding-right: 4%;
}
.cat-description {
	font-size: 1.2em;
	font-family: inherit;
	text-transform: none;
	margin-top: 0px;
	padding-bottom: 12px;
}

/************************************************
	3.	Header
************************************************/

#header {
	background-color: #bfd73c;
	width: 100%;
	line-height: 0;
	margin: 0px auto 0px;
	position: relative;
	z-index: 0;
}
#top-info {
	background: #ffffff;
	position: relative;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#contact-info {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, .06);
	font-size: 0.75em;
	font-weight: 600;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#contact-info span.contact-item {
	display: inline-block;
	padding: 6px 0px;
}
#contact-info span.contact-item i {
	margin-right: 2px;
}
#contact-info .align-left span:nth-child(2n),
#contact-info .align-left span:nth-child(3n) {
	padding-left: 12px;
}
#contact-info .header-search {
	float: right;
	background: rgba(0, 0, 0, .04);
	padding: 6px 12px;
}
#contact-info .header-search .fa {
	margin-right: 6px;
}
#contact-info .header-search #searchform {
	float: right;
}
#contact-info .header-search #searchform .search-field,
#contact-info .header-search #searchform #s {
	background: none;
	font-size: 1.1em;
	line-height: 1.8;
	width: auto;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	border: none;
}
#contact-info .header-search #searchsubmit {
	display: none;
}
#top-nav {
	position: relative;
	padding: 12px 0px;
}
#top-nav .site-title {
	display: block;
	font-size: 1.8em;
	font-family: 'Noto Serif';
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0px;
	padding: 18px 0px;
}
#top-nav .site-title a,
#top-nav .site-title a:link,
#top-nav .site-title a:visited {
	transition: color 0s;
	-moz-transition: color 0s;
	-webkit-transition: color 0s;
	-o-transition: color 0s;
}
#nav-bar {
	display: flex;
	align-content: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#site-info {
	position: relative;
	padding: 0px;
}
#site-info .content {
	background: none;
}
#header-content {
	width: 100%;
}
.site-logo {
	display: flex;
	align-content: center;
	align-items: flex-start;
	margin: 0px;
	padding: 0px;
}
.custom-logo-link {
	display: block;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
.logo-text {
	float: left;
	text-align: left;
	text-indent: -9999px;
}
#masthead {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#masthead.title-disabled {
	display: none;
}
#masthead .site-description {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0px;
	padding: 12px 0px;
}
#masthead .excerpt {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	font-size: 120%;
	line-height: 1.65;
	max-width: 640px;
}
.custom-header {
	width: 100%;
	position: relative;
	top: 0;
	line-height: 0;
	margin: 0px;
	background-color: #000000;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .24);
	overflow: hidden;
}
.wp-custom-header {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wp-custom-header img {
	line-height: 0;
	margin-left: -999em;
}
.wp-custom-header iframe {
	width: 100%;
}
.wp-custom-header-video-button {
	display: none;
}

/************************************************
	4.	Navigation
************************************************/

#navigation {
	display: block;
	align-self: center;
	font-size: 0.8em;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#navigation .instruction {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
	padding: 18px 0px;
}
#navigation .instruction a {
	font-weight: bold;
	text-decoration: underline;
}

/* Mobile Setup */
#side-menu,
#menu-toggle,
.icon-menu-close {
	display: none;
}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	display: table;
	margin:	0 auto 0;
	padding: 0;
	list-style:	none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.menu {
	float: left;
	line-height: 0;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
ul.menu ul,
div.menu ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 220px; /* left offset of submenus need to match (see below) */
	opacity: 0;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
}
ul.menu ul li,
div.menu ul ul li {
	width: 100%;
	margin: 0px;
}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
}
.menu li li {
	display: block;
	position: relative;
}
.menu a {
	display: inline-block;
	position: relative;
	word-wrap: break-word;
}
.menu li:hover ul,
.menu li[aria-expanded="true"] ul {
	left: 0;
	top: 100%; /* match top ul list item height */
	z-index: 99;
	opacity: 1;
}
ul.menu li:hover li ul,
div.menu ul li:hover li ul,
ul.menu li:hover li li ul,
div.menu ul li:hover li li ul {
	top: -9999px;
	opacity: 0;
}
ul.menu li li:hover ul,
ul.menu li li[aria-expanded="true"] ul,
ul.menu li li li:hover ul,
ul.menu li li li[aria-expanded="true"] ul {
	left: 220px; /* match ul width */
	top: 0;
	opacity: 1;
}

/*** SKIN ***/
.menu {
	margin-bottom: 0;
}
.menu ul.sub-menu,
.menu ul.children {
	background-color: #ffffff;
	padding: 12px;
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .24);
	box-sizing: content-box;
	transition-delay: .2s;
	-webkit-transition-delay: .2s; /* Safari */
}
.menu ul.sub-menu ul.sub-menu,
.menu ul.children ul.children {
	margin-top: -12px;
	padding: 12px;
	border-radius: 3px;
	transition-delay: 0s;
	-webkit-transition-delay: 0s; /* Safari */
}
.menu a,
.menu a:link,
.menu a:visited {
	color: #000000;
	color: rgba(0, 0, 0, .7);
	line-height: 36px;
	text-decoration: none;
	letter-spacing: 0.4px;
	margin: 0px;
	padding: 0px;
}
#navigation li.feature-btn a,
#navigation li.feature-button a {
	padding: 0px 18px !important;
	margin-top: -2px;
	border: 2px solid #000000;
	border: 2px solid rgba(0, 0, 0, 0.8);
	border-radius: 2px;
}
#navigation li.feature-btn a:hover,
#navigation li.feature-button a:hover {
	color: #ffffff;
}
#navigation li.feature-btn::after,
#navigation li.feature-button::after {
	display: none;
}
.menu li::after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	position: relative;
	top: -2px;
	background: transparent;
	transition: width .25s ease, background-color .25s ease;
}
.menu li li::after {
	content: none;
	height: 0px;
	background: none;
}
.menu li li:hover::after {
	width: auto !important;
	background: none !important;
}
.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	display: block;
	width: auto;
	background: none;
	font-size: 1em;
	text-transform: none;
	text-align: left;
	line-height: 1.8;
	margin: 0px;
	padding: 8px 12px;
}
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
	background: rgba(0, 0, 0, .08);
}
.menu li {
	min-width: 36px;
	margin: 0px 12px;
	padding: 0px;
}
.menu li:first-child {
	margin-left: 0px;
}
.menu li:last-child {
	margin-right: 0px;
}
.menu li li {
	background: none;
	margin: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.menu li li:last-child {
	border-bottom: none;
}

/*** ARROWS **/
.menu li.menu-item-has-children > a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f107';
	margin-left: 6px;
}
.menu li li.menu-item-has-children > a::after {
	position: absolute;
	content: '\f105';
	right: 12px;
}

/************************************************
	5. Slideshow
************************************************/

.home-slider {
	position: relative;
	z-index: 1;
}
.slideshow {
	display: block;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.single-slide .slideshow {
	overflow: hidden;
}
.slideshow .slides li,
.single-slide .slideshow li  {
	position: relative;
	min-height: 160px;
	max-height: 720px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slideshow.gallery-slideshow {
	max-height: 720px;
	overflow: hidden;
}
.slideshow ul, .slideshow li {
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slideshow .loading {
	min-height: 480px;
}
.slideshow .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.08);
	border-left: 3px solid rgba(0, 0, 0, 0.08);
	border-right: 3px solid rgba(0, 0, 0, 0.24);
	border-top: 3px solid rgba(0, 0, 0, 0.24);
	border-radius: 100%;
	height: 32px;
	width: 32px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	z-index: 99;
}
.slideshow .feature-img {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.slideshow .feature-vid {
	display: block;
	position: relative;
	background: #ffffff;
	max-width: 720px;
	width: 100%;
	margin: 72px auto 72px;
	padding: 12px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .24);
	box-sizing: border-box;
}
.slideshow .feature-vid h6 {
	color: #000000;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
.slideshow h4 {
	font-weight: 600;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
}
.slideshow h4 a {
	color: #ffffff !important;
}
.slideshow h4 a:hover {
	text-decoration: underline;
}
.slideshow .information {
	font-size: 1.2rem;
	position: relative;
	padding: 48px;
	box-sizing: border-box;
}
.slideshow .information.absolute-center {
	width: 100%;
	text-align: center;
}
.slideshow .excerpt p {
	color: #ffffff;
	color: rgba(255, 255, 255, .8);
	margin: 0px;
	padding: 6px 0px;
}
.slideshow .excerpt .post-date {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
.slideshow .excerpt .post-date a,
.slideshow .excerpt p a.read-more {
	color: #ffffff !important;
}
.flexslider {
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.flexslider .slides {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: none;
}

/* Caption style */
.flex-caption {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	background: rgba(0,0,0,.3);
	color: #FFFFFF;
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav li a {
	display: block;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	height: 32px;
	width: 32px;
	text-decoration: none;
	margin-top: -16px;
	opacity: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	overflow: visible;
	z-index: 9;
	border-radius: 2px;
}
.flex-direction-nav .flex-next {
	right: 24px;
	text-align: center;
}
.flex-direction-nav .flex-prev {
	left: 24px;
	text-align: center;
}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
	color: #999999;
	color: rgba(0, 0, 0, .4) !important;
}
.flex-direction-nav a.flex-prev:hover,
.flex-direction-nav a.flex-next:hover {
	color: #000000 !important;
	text-decoration: none;
}
.flex-direction-nav a.flex-disabled {
	opacity: 0;
}

/* Slideshow Background Video */
.video-bg-wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
.video-bg-wrapper iframe,
.video-bg-wrapper video {
	opacity: 0;
}

/* Slideshow Alignment Options */
.slide-aligner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
}
.slide-aligner.center-info {
	align-self: center;
}
.slide-aligner.top-info {
	align-items: flex-start;
}
.slide-aligner.bottom-info {
	align-items: flex-end;
}
.slide-aligner.left-info {
	justify-content: flex-start;
}
.slide-aligner.right-info {
	justify-content: flex-end;
}
.slide-aligner .information {
	text-align: center;
	display: block;
	width: 100%;
}
.slide-aligner.center-info .information {
	max-width: 80%;
	margin: 0px auto 0px;
}
.slide-aligner.center-info .information .excerpt {
	border: none;
}
.slide-aligner.left-info .information,
.slide-aligner.right-info .information {
	max-width: 50%;
	width: auto;
}
.slide-aligner.left-info .information {
	text-align: left;
	margin-left: 88px;
}
.slide-aligner.right-info .information {
	text-align: left;
	margin-right: 88px;
}
.slide-aligner.bottom-info.left-info .information,
.slide-aligner.bottom-info.right-info .information {
	width: 40%;
	max-width: 620px;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
}
.slide-aligner.top-info.left-info .information,
.slide-aligner.top-info.right-info .information {
	width: 40%;
	max-width: 620px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
}
.slide-aligner.bottom-info.middle-info .information {
	padding: 24px 4%;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
}
.slide-aligner.top-info.middle-info .information {
	padding: 24px 4%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
}

/* Video Slide Alignment */
.video-slide .slide-aligner {
	display: block;
	position: relative;
}
.video-slide .hide-img {
	display: none;
}
.video-slide .slide-aligner.left-info .information,
.video-slide .slide-aligner.right-info .information {
	max-width: 100%;
}
.video-slide .content-vid {
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-slide .slide-aligner.right-info .content-vid {
	flex-direction: row-reverse;
}
.video-slide .slide-aligner .info-vid {
	max-width: 40%;
	box-sizing: border-box;
}
.video-slide .slide-aligner.left-info .info-vid {
	padding-right: 4%;
}
.video-slide .slide-aligner.right-info .info-vid {
	padding-left: 4%;
}
.video-slide .slide-aligner.left-info .information,
.video-slide .slide-aligner.right-info .information {
	margin-left: 0px;
	margin-right: 0px;
}
.video-slide .slide-aligner.left-info,
.video-slide .slide-aligner.right-info {
	justify-content: center;
}
.video-slide .slide-aligner.top-info.left-info .information,
.video-slide .slide-aligner.bottom-info.right-info .information,
.video-slide .slide-aligner.top-info.left-info .information,
.video-slide .slide-aligner.top-info.right-info .information {
	width: auto;
	max-width: none;
	background: none;
}
.video-slide .slide-aligner.bottom-info.middle-info .information,
.video-slide .slide-aligner.top-info.middle-info .information {
	padding: 36px;
	background: none;
}

/************************************************
	6.	Homepage
************************************************/

.home .container section {
	box-sizing: border-box;
}

/* Home Template Page Content */

.home-template-content {
	background-size: cover;
	background-position: center center;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* Recent Posts Section */

.recent-posts {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.recent-posts .post-holder {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	width: calc(100% + 24px);
	margin-left: -12px;
}
.recent-posts .blog-holder {
	background: none;
	display: flex;
	align-items: stretch;
	width: 50%;
	margin: 0px;
	padding: 12px;
	box-sizing: border-box;
}
.recent-posts .blog-holder .feature-img {
	width: 100%;
	min-width: 180px;
	max-height: none;
	border-radius: 3px 0px 0px 3px;
}
.recent-posts .blog-holder .information {
	background: #ffffff;
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 0px 3px 3px 0px;
}
.recent-posts .blog-holder .excerpt {
	font-size: 0.9em;
	padding-top: 6px;
}
.recent-posts .more-posts-link {
	display: block;
	text-align: center;
}

/* Legacy Sections */

.homepage .content {
	margin-top: 0px;
	margin-bottom: 0px;
}
.featured-donation {
	background: #ffffff;
	margin: 0px;
}
.featured-donation .flex-row {
	align-items: center;
}
.featured-donation .default-donation {
	position: relative;
	margin: 0px auto 0px;
	padding: 96px 0px;
	overflow: hidden;
}
.featured-donation .default-donation h2 {
	position: relative;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
.featured-donation .default-donation .description {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.8;
	padding: 0px;
}
.featured-pages .flex-row,
.organic-nonprofit-pages-section .flex-row {
	width: calc(100% + 24px);
	margin-left: -12px;
}
.featured-pages .content-holder,
.organic-nonprofit-pages-section .content-holder {
	float: left;
	margin: 12px;
}
.organic-nonprofit-pages-section .content-holder h4 {
	margin: 0px;
}
.featured-pages .information {
	text-align: center;
	overflow: hidden;
}
.featured-pages .information p {
	margin: 0px;
}
.featured-pages .information .more-link-wrapper {
	display: none;
}
.featured-pages .content-holder:first-child:nth-last-child(1),
.featured-pages .content-holder:first-child:nth-last-child(1) ~ .content-holder {
	max-width: 100%;
}
.featured-pages .content-holder:first-child:nth-last-child(2),
.featured-pages .content-holder:first-child:nth-last-child(2) ~ .content-holder {
	max-width: 50%;
}
.featured-pages .content-holder:first-child:nth-last-child(3),
.featured-pages .content-holder:first-child:nth-last-child(3) ~ .content-holder {
	max-width: 33.3%;
}
.featured-pages .headline,
.featured-pages .headline.img-headline,
.featured-bottom .headline.img-headline {
	font-size: 2em;
}
.featured-pages .headline.img-headline,
.featured-bottom .headline.img-headline {
	background: none;
	font-weight: 600;
	width: 100%;
	padding: 0px;
	border: none;
}
.featured-bottom {
	margin-top: -36px;
	padding-bottom: 12px;
}
.featured-bottom .eight.columns {
	box-sizing: border-box;
}
.featured-bottom .eight.columns:first-child {
	padding-right: 12px;
}
.featured-bottom .eight.columns:last-child {
	padding-left: 12px;
}
.featured-tabs h4 {
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	opacity: 0.6;
}
.featured-tabs h3 {
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.featured-tabs .more-link {
	margin-bottom: 0px;
}
.featured-tabs .organic-tabs {
	margin: 0px;
}
.featured-tabs .organic-tabs ul#tabs {
	display: flex;
	flex-wrap: wrap;
}
.featured-tabs .organic-tabs ul#tabs li a {
	font-size: 0.8em;
	font-weight: 400;
}
.featured-tabs .organic-tabs ul#tabs li:first-child {
	border-left: none;
	border-radius: 3px 0px 0px 0px;
}
.featured-tabs .organic-tabs ul#tabs li:last-child {
	border-radius: 0px 3px 0px 0px;
}
.featured-tabs .organic-tabs div[id^=panel] {
	padding: 24px;
	border: none;
	box-shadow: none;
	border-radius: 3px;
}
.featured-tabs .organic-tabs div[id^=panel] .feature-img,
.featured-tabs .organic-tabs div[id^=panel] .feature-vid {
	margin-bottom: 24px;
}

/************************************************
	8.	Content
************************************************/

#wrapper {
	margin: 0px auto 0px;
	padding: 0px;
}
.container {
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
}
.content {
	background: #ffffff;
	position: relative;
	max-width: 1180px;
	width: 100%;
	margin: 24px auto 24px;
	padding: 0px;
	border-radius: 3px;
}
.content-body .content,
.content-body .content {
	display: flex;
}
.content.no-bg {
	background: none;
}
#top-info .content,
#header .content,
.footer .content {
	margin-top: 0px;
	margin-bottom: 0px;
}
.blog .post .content,
.archive.category .post .content {
	margin-top: 0px;
}
.content::before,
.content::after {
	display: table;
	content: '';
}
.content::after {
	clear: both;
}
.content-holder {
	background: #ffffff;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}
.content-holder .information {
	padding: 24px;
}
.content-holder .excerpt {
	font-size: 0.9em;
}
.content-holder .excerpt .read-more {
	display: none;
}
.content-holder a.button,
.content-holder a.button:link,
.content-holder a.button:visited {
	display: block;
	text-align: center;
	margin: 18px 0px 0px 0px;
}
.blog-holder {
	background: #ffffff;
	position: relative;
	max-width: 820px;
	margin: 0px auto 24px;
	padding: 12px;
	z-index: 8;
}
.archive-holder {
	position: relative;
	background: rgba(0, 0, 0, 0.04);
	margin-bottom: 12px;
	padding: 24px;
	border-radius: 3px;
}
.archive-holder .post-date {
	margin: 0px;
	padding: 0px;
}
.archive-holder .feature-img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry {
	display: block;
}
.post-area {
	position: relative;
	padding: 36px;
	box-sizing: border-box;
	overflow: hidden;
}
.post-area.no-sidebar article {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.post-area.wide {
	padding: 36px 0px;
}
.post-area.two-column .page-content {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	-webkit-column-gap: 6em;
	-moz-column-gap: 6em;
	column-gap: 6em;
	-webkit-column-rule: 1px solid rgba(0, 0, 0, 0.12);
	-moz-column-rule: 1px solid rgba(0, 0, 0, 0.12);
	column-rule: 1px solid rgba(0, 0, 0, 0.12);
}
.post-area.three-column .page-content {
	-webkit-columns: 3 200px;
	-moz-columns: 3 200px;
	columns: 3 200px;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	-webkit-column-rule: 1px solid rgba(0, 0, 0, 0.12);
	-moz-column-rule: 1px solid rgba(0, 0, 0, 0.12);
	column-rule: 1px solid rgba(0, 0, 0, 0.12);
}
.post-date {
	display: inline-block;
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.post-date p {
	margin: 0px;
	padding: 2px 0px;
}
.post-meta {
	display: inline-block;
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
	font-size: 0.9em;
	margin: 12px 0px;
	padding: 8px 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .12);
}
.archive-holder .post-meta {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.post-meta p {
	margin: 0px;
	padding: 0px;
}
.post-date .fa,
.post-meta .fa {
	margin-right: 2px;
}
.post-meta .fa-tags {
	margin-left: 8px;
}
.updated:not(.published) {
	display: none;
}
.post-edit-link {
	display: block;
	margin: 12px 0px;
}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, .08);
}
.author-posts {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.author-posts li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.no-results {
	width: 100%;
	overflow: hidden;
}

/************************************************
	9.	Social Media
************************************************/

.social-menu-header,
.social-menu-header .social-icons li {
	float: left;
}
.social-menu-header .social-icons li a {
	background: none;
	margin: 0px;
	border-radius: 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.social-menu-header .social-icons li:last-child a {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.social-menu-footer .social-icons li a {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.12);
}
.social-menu-footer .social-icons li a:hover {
	background: #333333;
}
.social-icons {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icons li,
.widget .social-icons li {
	display: inline-block;
	background: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icons li a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	min-width: 36px;
	margin: 4px;
	padding: 0px;
	border-radius: 50%;
	transition: color 0s;
	-moz-transition: color 0s;
	-webkit-transition: color 0s;
	-o-transition: color 0s;
}
.social-icons li a:hover {
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.social-menu-footer .social-icons li a:hover {
	color: #ffffff !important;
}
.social-icons li a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
	content: '\f0c1';
}
.social-icons li a span {
	display: none;
}
.social-icons li a[href*="bandcamp.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d5'; }
.social-icons li a[href*="soundcloud.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1be'; }
.social-icons li a[href*="reddit.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f281'; }
.social-icons li a[href*="twitch.tv"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e8'; }
.social-icons li a[href*="snapchat.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2ac'; }
.social-icons li a[href*="medium.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f23a'; }
.social-icons li a[href*="tumblr.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f173'; }
.social-icons li a[href*="apple.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f179'; }
.social-icons li a[href*="etsy.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d7'; }
.social-icons li a[href*="facebook.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f099'; }
.social-icons li a[href*="google.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1a0'; }
.social-icons li a[href*="linkedin.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f113'; }
.social-icons li a[href*="dribbble.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f17d'; }
.social-icons li a[href*="foursquare.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f180'; }
.social-icons li a[href*="pinterest.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0d2'; }
.social-icons li a[href*="wordpress.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f19a'; }
.social-icons li a[href*="youtube.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f167'; }
.social-icons li a[href*="vine.co"]::before           { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1ca'; }
.social-icons li a[href*="instagram.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16d'; }
.social-icons li a[href*="stackexchange.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f18d'; }
.social-icons li a[href*="spotify.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1bc'; }
.social-icons li a[href*="amazon.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f270'; }
.social-icons li a[href*="flickr.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16e'; }
.social-icons li a[href*="vimeo.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f27d'; }
.social-icons li a[href*="yelp.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e9'; }
.social-icons li a[href*="imdb.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d8'; }
.social-icons li a[href*="tiktok.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\e07b'; }
.social-icons li a[href*="wa.me"]::before,
.social-icons li a[href*="whatsapp.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f232'; }
.social-icons li a[href*="m.me"]::before,
.social-icons li a[href*="messenger.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f39f'; }
.social-icons li a[href*="mailto:"]::before           { content: '\f0e0'; }
.social-icons li a[href*="tel:"]::before              { content: '\f095'; }
.social-icons li a[href$="/feed/"]::before            { content: '\f09e'; }

.menu li a[href*="bandcamp.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f2d5'; }
.menu li a[href*="soundcloud.com"]::before    { font-family: 'Font Awesome 5 Brands'; content: '\f1be'; }
.menu li a[href*="reddit.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f281'; }
.menu li a[href*="twitch.tv"]::before         { font-family: 'Font Awesome 5 Brands'; content: '\f1e8'; }
.menu li a[href*="snapchat.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f2ac'; }
.menu li a[href*="medium.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f23a'; }
.menu li a[href*="tumblr.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f173'; }
.menu li a[href*="apple.com"]::before         { font-family: 'Font Awesome 5 Brands'; content: '\f179'; }
.menu li a[href*="etsy.com"]::before          { font-family: 'Font Awesome 5 Brands'; content: '\f2d7'; }
.menu li a[href*="facebook.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f09a'; }
.menu li a[href*="twitter.com"]::before       { font-family: 'Font Awesome 5 Brands'; content: '\f099'; }
.menu li a[href*="google.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f1a0'; }
.menu li a[href*="linkedin.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f0e1'; }
.menu li a[href*="github.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f113'; }
.menu li a[href*="dribbble.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f17d'; }
.menu li a[href*="foursquare.com"]::before    { font-family: 'Font Awesome 5 Brands'; content: '\f180'; }
.menu li a[href*="pinterest.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f0d2'; }
.menu li a[href*="wordpress.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f19a'; }
.menu li a[href*="youtube.com"]::before       { font-family: 'Font Awesome 5 Brands'; content: '\f167'; }
.menu li a[href*="vine.co"]::before           { font-family: 'Font Awesome 5 Brands'; content: '\f1ca'; }
.menu li a[href*="instagram.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f16d'; }
.menu li a[href*="stackexchange.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f18d'; }
.menu li a[href*="spotify.com"]::before       { font-family: 'Font Awesome 5 Brands'; content: '\f1bc'; }
.menu li a[href*="amazon.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f270'; }
.menu li a[href*="flickr.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f16e'; }
.menu li a[href*="vimeo.com"]::before         { font-family: 'Font Awesome 5 Brands'; content: '\f27d'; }
.menu li a[href*="yelp.com"]::before          { font-family: 'Font Awesome 5 Brands'; content: '\f1e9'; }
.menu li a[href*="tiktok.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\e07b'; }
.menu li a[href*="wa.me"]::before,
.menu li a[href*="whatsapp.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f232'; }
.menu li a[href*="m.me"]::before,
.menu li a[href*="messenger.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f39f'; }
.menu li a[href*="tel:"]::before              { font-family: 'Font Awesome 5 Free'; font-weight: 600; content: '\f095'; }
.menu li a[href*="mailto:"]::before           { font-family: 'Font Awesome 5 Free'; font-weight: 600; content: '\f0e0'; }
.menu li a[href$="/feed/"]::before            { font-family: 'Font Awesome 5 Free'; font-weight: 600; content: '\f09e'; }

.menu li a[href*="twitch.tv"], .menu li a[href*="reddit.com"],
.menu li a[href*="snapchat.com"], .menu li a[href*="medium.com"],
.menu li a[href*="tumblr.com"], .menu li a[href*="apple.com"],
.menu li a[href*="facebook.com"], .menu li a[href*="twitter.com"],
.menu li a[href*="google.com"], .menu li a[href*="linkedin.com"],
.menu li a[href*="github.com"], .menu li a[href*="dribbble.com"],
.menu li a[href*="foursquare.com"], .menu li a[href*="pinterest.com"],
.menu li a[href*="wordpress.com"], .menu li a[href*="youtube.com"],
.menu li a[href*="vine.co"], .menu li a[href*="instagram.com"],
.menu li a[href*="stackexchange.com"], .menu li a[href*="spotify.com"],
.menu li a[href*="amazon.com"], .menu li a[href*="flickr.com"],
.menu li a[href*="vimeo.com"], .menu li a[href*="yelp.com"],
.menu li a[href*="mailto:"], .menu li a[href$="/feed/"], .menu li a[href*="tel:"],
.menu li a[href*="soundcloud.com"], .menu li a[href*="bandcamp.com"],
.menu li a[href*="etsy.com"], .menu li a[href*="tiktok.com"] {
	font-size: 110%;
	padding-left: 12px;
	padding-right: 12px;
}
.menu li a[href*="twitch.tv"] span, .menu li a[href*="reddit.com"] span,
.menu li a[href*="snapchat.com"] span, .menu li a[href*="medium.com"] span,
.menu li a[href*="tumblr.com"] span, .menu li a[href*="apple.com"] span,
.menu li a[href*="facebook.com"] span, .menu li a[href*="twitter.com"] span,
.menu li a[href*="google.com"] span, .menu li a[href*="linkedin.com"] span,
.menu li a[href*="github.com"] span, .menu li a[href*="dribbble.com"] span,
.menu li a[href*="foursquare.com"] span, .menu li a[href*="pinterest.com"] span,
.menu li a[href*="wordpress.com"], .menu li a[href*="youtube.com"] span,
.menu li a[href*="vine.co"] span, .menu li a[href*="instagram.com"] span,
.menu li a[href*="stackexchange.com"] span, .menu li a[href*="spotify.com"] span,
.menu li a[href*="amazon.com"] span, .menu li a[href*="flickr.com"] span,
.menu li a[href*="vimeo.com"] span, .menu li a[href*="yelp.com"] span,
.menu li a[href*="mailto:"] span, .menu li a[href*="tel:"] span, .menu li a[href$="/feed/"] span,
.menu li a[href*="soundcloud.com"] span, .menu li a[href*="bandcamp.com"] span,
.menu li a[href*="etsy.com"] span, .menu li a[href*="tiktok.com"] span {
	display: none;
}

.social-icons li a[href*="twitter.com"]:hover	{
	color: #fff;
	background: #00aced;
}
.social-icons li a[href*="facebook.com"]:hover	{
	color: #fff;
	background: #3b5998;
}
.social-icons li a[href*="google.com"]:hover {
	color: #fff;
	background: #dd4b39;
}
.social-icons li a[href*="linkedin.com"]:hover {
	color: #fff;
	background: #007bb6;
}
.social-icons li a[href*="pinterest.com"]:hover	{
	color: #fff;
	background: #cb2027;
}
.social-icons li a[href*="youtube.com"]:hover	{
	color: #fff;
	background: #bb0000;
}
.social-icons li a[href*="instagram.com"]:hover	{
	color: #fff;
	background: #517fa4;
}
.social-icons li a[href*="dribbble.com"]:hover {
	color: #fff;
	background: #ea4c89;
}
.social-icons li a[href*="foursquare.com"]:hover {
	color: #fff;
	background: #0072b1;
}
.social-icons li a[href*="yelp.com"]:hover {
	color: #fff;
	background: #d32323;
}
.social-icons li a[href*="etsy.com"]:hover {
	color: #fff;
	background: #d5641c;
}
.social-icons li a[href*="reddit.com"]:hover {
	color: #fff;
	background: #ff4500;
}

/************************************************
	10.	Pagination
************************************************/

.pagination,
.navigation.pagination {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 36px auto 0px;
	padding: 0px;
	position: relative;
	border-radius: 3px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	overflow: hidden;
	z-index: 7;
}
.blog .navigation.pagination,
.category .navigation.pagination {
	margin-bottom: 12px;
}
.pagination .page-numbers {
	float: left;
	background: #ffffff;
	color: #666666;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-left: 1px solid rgba(0, 0, 0, .12);
}
.pagination .page-numbers:first-child {
	border-left: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #eeeeee;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
}
.pagination .page-numbers.current {
	background: #eeeeee;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
}
.post-navigation {
	display: block;
	margin-top: 12px;
	padding: 12px 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
}
.previous-post {
	float: left;
	font-size: 0.9em;
	max-width: 50%;
}
.next-post {
	float: right;
	font-size: 0.9em;
	max-width: 50%;
}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
}
.page-links span {
	margin: 0px 3px;
}

/************************************************
	11.	Images
************************************************/

.background-fixed {
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.background-scroll {
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}
.feature-img {
	display: block;
	position: relative;
	text-align: center;
	line-height: 0;
	margin: 0px auto 0px;
	overflow: hidden;
}
.feature-img.banner-image {
	width: 100%;
	max-height: 640px;
	position: relative;
	line-height: 0;
	margin: 0px;
	background-color: #333333;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.feature-img.post-banner {
	max-height: 540px;
	margin: 12px 12px 0px 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px 2px 0px 0px;
}
.blog-holder .feature-img.post-banner {
	margin: 0px;
}
.category .eleven.columns .blog-holder .feature-img.post-banner {
	max-height: 320px;
}
.single .feature-img.post-banner {
	margin: 0px;
	border-radius: 3px 0px 0px 0px;
}
.single.organic-nonprofit-no-sidebar .feature-img.post-banner {
	border-radius: 3px;
}
.feature-img.cover-image {
	max-height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banner-image img,
.post-banner img,
.cover-image img {
	margin-left: -9999px;
}
.avatar {
	background: #FFFFFF;
	margin: 10px 20px 10px 0px;
	padding: 6px;
}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}
img.hide-img,
.hide-img img {
	line-height: 0;
	margin-left: -999em;
	padding: 0px;
}
img.aligncenter,
.wp-block-image.aligncenter,
.wp-block-image .aligncenter {
	text-align: center;
	margin: 16px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image.alignnone,
.wp-block-image .alignnone {
	margin: 16px 0px;
	padding: 0px;
}
img.alignright,
.wp-block-image.alignright,
.wp-block-image .alignright {
	margin: 16px 0px 16px 24px;
	padding: 0px;
}
img.alignleft,
.wp-block-image.alignleft,
.wp-block-image .alignleft {
	margin: 16px 24px 16px 0px;
	padding: 0px;
}
.alignwide, .alignfull {
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-right: 0px;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-left: 0px;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0px;
}
.wp-caption a {
	display: block;
	line-height: 0;
}
.wp-caption img {
	max-width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
}
.wp-caption figcaption,
.wp-block-image figcaption,
.wp-caption-text {
	display: inline-block;
	color: #aaaaaa;
	color: rgba(0, 0, 0, .4);
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0px auto 0px;
	padding: 8px 0px;
	border-bottom: 2px solid rgba(0, 0, 0, .24);
}

/************************************************
	12.	Portfolio
************************************************/

.projects-wrap {
	width: calc(100% + 24px);
	margin-left: -12px;
}
.projects-wrap .half,
.projects-wrap .third,
.projects-wrap .fourth {
	margin: 0px;
}
.projects-wrap .half:nth-child(2n+1),
.projects-wrap .third:nth-child(3n+1),
.projects-wrap .fourth:nth-child(4n+1) {
	clear: both;
}
.projects-item {
	background: #ffffff;
	margin: 12px;
	overflow: hidden;
}
.projects-item .information {
	padding: 12px 24px;
}
.projects-item a.feature-img {
	display: inline;
}
.projects-item img {
	display: block;
}
.projects-item .excerpt {
	font-size: 0.85em;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
}
.projects-nav {
	top: 50%;
	width: 100%;
	position: absolute;
	margin: -24px 0px 0px 0px;
	border: none;
}
.projects-nav a {
	display: block;
	background-color: #ffffff;
	color: #999999;
	color: rgba(0, 0, 0, .4) !important;
	font-size: 18px;
	line-height: 30px;
	height: 32px;
	width: 32px;
	text-decoration: none;
	margin-top: -16px;
	opacity: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	overflow: visible;
	z-index: 9;
	border-radius: 2px;
}
.projects-nav a:hover {
	color: #000000 !important;
}
.projects-nav a span {
	display: none;
}
.projects-nav .previous-post a {
	left: 24px;
	text-align: center;
}
.projects-nav .next-post a {
	right: 24px;
	text-align: center;
}

/************************************************
	13.	Team Template
************************************************/

.team-template .excerpt {
	padding-top: 0px;
}
section.widget_organic_nonprofit_team_section .flex-row {
	width: calc(100% + 24px);
	margin-left: -12px;
}
section.widget_organic_nonprofit_team_section .content-holder {
	float: left;
	margin: 12px;
}
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(1),
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(1) ~ .content-holder {
	max-width: 100%;
}
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(2),
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(2) ~ .content-holder {
	max-width: 50%;
}
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(3),
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(3) ~ .content-holder {
	max-width: 33.3%;
}
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(4),
section.widget_organic_nonprofit_team_section .content-holder:first-child:nth-last-child(4) ~ .content-holder {
	max-width: 25%;
}

/************************************************
	Member Profile
************************************************/

.profile .information {
	display: block;
	padding: 24px;
}
.profile .excerpt {
	font-size: 0.9em;
	text-align: left;
	margin-top: 6px;
	padding: 8px 0px 0px 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.12);
}
.profile a.button,
.profile a.button:link,
.profile a.button:visited {
	display: block;
	margin-top: 18px;
	margin-bottom: 0px;
}
.profile .social-icons {
	text-align: center;
	margin: 12px 0px;
}
.profile .social-icons li a {
	color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.02);
	margin: 2px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
.profile .social-icons li a:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

/************************************************
	Single Team Member
************************************************/

.type-team .member-column {
	padding-right: 48px;
}
.type-team .member-summary {
	font-size: 0.8em;
	font-style: italic;
	border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.type-team .member-phone {
	display: block;
	background: #f9f9f9;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	margin-top: 24px;
	padding: 6px 12px;
}
.type-team .team-links {
	display: block;
	margin-top: 24px;
}
.type-team a.button.team-link {
	display: block;
	text-align: left;
	margin-top: -2px;
	margin-bottom: 0px;
	padding: 6px 18px 8px 18px;
	border-radius: 0px;
}
.type-team a.button.team-link:first-child {
	border-radius: 3px 3px 0px 0px;
}
.type-team a.button.team-link:last-child {
	border-radius: 0px 0px 3px 3px;
}
.type-team a.button.team-link:first-child:nth-last-child(1) {
	border-radius: 3px;
}
.type-team a.button.team-link .fa {
	margin-right: 4px;
}
a.staff-team-title-link:hover {
	text-decoration:none;
}

/************************************************
	13.	Page Templates
************************************************/

.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
}
.archive-column.last {
	padding-right: 0;
}
.archive-column ul {
	margin-bottom: 12px;
}
.archive-column h6 {
	margin-top: 6px;
	padding-top: 12px;
}
.landing-page {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.landing-page #logo,
.landing-page #masthead,
.landing-page .site-title {
	float: none !important;
	text-align: center !important;
	position: relative;
}
.landing-page #logo a {
	margin: 0px auto 0px;
}
#wrapper .landing-page #masthead .site-description {
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.4em;
	line-height: 1.2;
	letter-spacing: 0px;
	text-shadow: none;
	padding: 0px 0px 18px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.landing-page .post-area {
	padding: 36px 48px;
}
.landing-page .content {
	max-width: 720px;
}
.landing-page .entry {
	font-size: 1.1em;
	margin: 0px auto 0px;
}
body.page-template-template-landing {
	position: inherit;
}

/************************************************
	14.	WordPress Gallery
************************************************/

.gallery {
	display: block;
	text-align: center;
	clear: both;
	overflow: hidden;
	margin: 12px auto 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	display: inline-block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
}
.gallery .gallery-item a {
	display: block;
	background: #f4f4f4;
	margin: 6px;
	padding: 6px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	border: none;
	border-radius: 2px;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.gallery .gallery-item a:hover {
	background: #336600;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	display: block;
	height: auto;
	margin: 0 auto;
	border: none !important;
}
.gallery-caption {
	margin-left: 0;
}

/************************************************
	15.	Sidebar
************************************************/

.sidebar {
	height: 100%;
	margin: 0px;
	padding: 24px;
	border-radius: 0px 3px 3px 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}
.sidebar.left {
	border-radius: 3px 0px 0px 3px;
	border-left: none;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.blog .sidebar,
.category .sidebar {
	background: none;
	padding: 24px 0px 0px 36px;
	border: none;
}

/************************************************
	16.	Widgets
************************************************/

.footer .widget,
.sidebar .widget {
	margin-bottom: 24px;
	padding: 0px;
	word-wrap: break-word;
}
.footer .widget ul, .footer .widget ol, .footer .widget li,
.sidebar .widget ul, .sidebar .widget ol, .sidebar .widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer .widget li,
.sidebar .widget li {
	display: block;
	background: rgba(0, 0, 0, .04);
	margin: 6px 0px;
	padding: 6px 12px;
	border-radius: 3px;
	box-sizing: border-box;
}
.footer .widget li li,
.sidebar .widget li li {
	padding-left: 12px;
}
.footer .widget li li:last-child,
.sidebar .widget li li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.footer .widget li a,
.sidebar .widget li a {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
.textwidget {
	margin: 0px;
	padding: 0px;
}
.textwidget p {
	margin: 8px 0px;
}
.tagcloud {
	line-height: 1.2;
}
.widget_search {
	overflow: hidden;
}
.widget_search #searchform .search-field,
.widget_search #searchform #s {
	background: #ffffff;
}

/************************************************
	Simple Donation Widget
************************************************/

section.widget_organic_nonprofit_simple_donation {
	background-color: #ffffff;
}
section.widget_organic_nonprofit_simple_donation .default-donation {
	margin: 24px auto;
}
section.widget_organic_nonprofit_simple_donation .donation-content,
section.widget_organic_nonprofit_simple_donation .donation-form {
	align-self: center;
	box-sizing: border-box;
}
section.widget_organic_nonprofit_simple_donation .default-donation .text-center {
	margin: 0px auto;
}
section.widget_organic_nonprofit_simple_donation .information {
	padding-right: 48px;
}
section.widget_organic_nonprofit_simple_donation .excerpt {
	font-size: 1.1em;
}
.sidebar .widget_organic_nonprofit_simple_donation {
	background: #ffffff;
	padding: 24px;
	border-radius: 3px;
}
.sidebar .default-donation.flex-row,
.footer .default-donation.flex-row {
	display: block;
}
.sidebar .widget_organic_nonprofit_simple_donation .content,
.sidebar .widget_organic_nonprofit_simple_donation .post-area.wide,
.footer .widget_organic_nonprofit_simple_donation .content,
.footer .widget_organic_nonprofit_simple_donation .post-area.wide {
	margin: 0px !important;
	padding: 0px !important;
}

/************************************************
	Give Donation Widget
************************************************/

section.widget_give_forms_widget {
	background: #ffffff;
	margin-bottom: 0px;
}
section.widget_give_forms_widget h2 {
	max-width: 1180px;
	margin: 0px auto;
	padding-top: 48px;
}
section.widget_give_forms_widget h2 + .give-form-wrap {
	padding-top: 24px;
}
section.widget_give_forms_widget .give-form-wrap {
	background: none;
	max-width: 1180px;
	margin: 0px auto;
	padding: 48px 0px;
	box-shadow: none;
	border-radius: 0px;
	overflow: hidden;
}
section.widget_give_forms_widget div.give-form-content-wrap {
	float: left;
	width: 60%;
	box-sizing: border-box;
}
section.widget_give_forms_widget .give-form {
	float: left;
	width: 40%;
	box-sizing: border-box;
}
section.widget_give_forms_widget div.give-form-content-wrap + .give-form {
	padding-left: 4%;
}
section.widget_give_forms_widget .give-form + div.give-form-content-wrap {
	padding-left: 4%;
}

/************************************************
	Featured Pages Section Widget
************************************************/

.organic-nonprofit-pages-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.organic-nonprofit-pages-section.has-thumb::before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
section.widget_organic_nonprofit_page_group_section .flex-row {
	width: calc(100% + 24px);
	margin-left: -12px;
}
section.widget_organic_nonprofit_page_group_section .content-holder {
	float: left;
	margin: 12px;
}
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(1),
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(1) ~ .content-holder {
	max-width: 100%;
}
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(2),
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(2) ~ .content-holder {
	max-width: 50%;
}
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(3),
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(3) ~ .content-holder {
	max-width: 33.3%;
}
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(4),
section.widget_organic_nonprofit_page_group_section .content-holder:first-child:nth-last-child(4) ~ .content-holder {
	max-width: 25%;
}

/************************************************
	Featured Video Widget
************************************************/

.organic-nonprofit-featured-video-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 24px 0px;
}
.organic-nonprofit-featured-video-section.has-thumb::before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
.organic-nonprofit-featured-video-section .video-embed {
	display: block;
	background-color: #ffffff;
	max-width: 720px;
	text-align: center;
	line-height: 0;
	margin: 24px auto;
	padding: 24px;
	border-radius: 3px;
}
.organic-nonprofit-featured-video-section h2,
.organic-nonprofit-featured-video-section p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/************************************************
	Team Section Widget
************************************************/

.widget.widget_organic_nonprofit_team_section {
	margin-bottom: 0px;
}
.organic-nonprofit-team-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.organic-nonprofit-team-section.has-thumb::before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
.flex-row.team-members {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0px 24px;
}
.team-members .content-holder {
	margin: 12px;
	max-width: calc(25% - 24px);
}

/************************************************
* 17. RSS Widget
************************************************/

.widget h6 a.rsswidget {
	display: inline;
}
.widget a.rsswidget {
	display: block;
}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 12px;
}

/************************************************
*	18.	Calendar Widget														*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
}
#wp-calendar {
	width: 100%;
	min-width: 220px;
	text-align: center;
}
#wp-calendar #today {
	background: #e4e4e4;
	background: rgba(0, 0, 0, .04);
	color: #000000;
	font-weight: bold;
}
#wp-calendar a {
	margin: 0px;
}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
}

/************************************************
*	19.	Custom Menu Widget												*
************************************************/

.widget ul.menu {
	float: none;
	width: 100%;
	text-align: left;
}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	color: #669900;
	background: none;
}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #669900;
	height: auto;
	font-size: 0.9em;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
}
.widget ul.menu li.feature-btn a,
.widget ul.menu li.feature-button a {
	padding: 0px !important;
	margin-top: 0px;
	border: none;
}
.widget ul.menu li a:hover {
	color: #336600;
	background: none;
	text-decoration: underline;
}
.widget ul.menu li {
	float: none;
	display: block;
	padding: 6px 12px;
}
.widget ul.menu li:last-child {
	border-bottom: none;
}
.widget ul.menu li span {
	top: 1px;
	right: 0px;
}
.widget ul.menu li ul.sub-menu {
	background: none !important;
	position: static;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	box-shadow: none;
	border-radius: 3px;
	z-index: 9;
}
.widget ul.menu li ul.sub-menu li {
	width: auto;
}
.widget .sf-arrows .sf-with-ul:after {
	right: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, .4);
}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
}

/************************************************
*	20.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#searchform label {
	display: none;
}
#searchform #s,
#searchform .search-field,
#woocommerce-product-search-field {
	float: left;
	background: rgba(0, 0, 0, 0.06);
	color: #999999;
	color: rgba(0, 0, 0, 0.5);
	width: 70%;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0px;
	padding: 8px;
	box-sizing: border-box;
	border: 4px solid rgba(0, 0, 0, 0.06);
}
#searchform #searchsubmit,
.woocommerce-product-search input[type='submit'] {
	float: right;
	width: 26%;
	font-size: 0.9em;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
	padding: 10px 12px;
}
.no-result-search {
	display: block;
	margin-top: 12px;
}
.no-result-search #searchform {
	max-width: 480px;
}
.woocommerce-product-search {
	overflow: hidden;
}
#wrapper #woocommerce-product-search-field {
	width: 64%;
}
#wrapper .woocommerce-product-search input[type='submit'] {
	width: 32%;
}

/************************************************
*	21.	Footer  								*
************************************************/

.footer {
	background: #ffffff;
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
}
.footer .row > .post-area.wide {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.footer-widgets {
	display: flex;
	width: calc(100% + 48px);
	margin-left: -24px;
}
.footer-widgets li a {
	text-decoration: underline;
}
.footer-widgets .widget {
	float: left;
	width: 20%;
	background: none;
	margin: 0px;
	padding: 24px;
	border-bottom: none;
	box-sizing: border-box;
}
.footer-widgets.widget-count-1 {
	text-align: center;
}
.footer-widgets.widget-count-1 .widget,
.footer-widgets.widget-count-1 .widget:last-child {
	float: none;
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.footer-widgets.widget-count-2 .widget,
.footer-widgets.widget-count-2 .widget:last-child {
	width: 50%;
}
.footer-widgets.widget-count-3 .widget,
.footer-widgets.widget-count-3 .widget:last-child {
	width: 33.3%;
}
.footer-widgets .widget:nth-child(4n+1) {
	clear: both;
}
.footer-widgets .widget:nth-child(4n+4),
.footer-widgets .widget:last-child {
	width: 40%;
}
.footer-widgets .widget li {
	background: none;
	margin: 2px 0px;
	padding: 2px 0px;
}
.footer-menu-wrapper {
	padding: 0px 24px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.footer-menu-wrapper .menu {
	float: none;
	text-align: center;
	line-height: 50px;
	margin: 0px auto 0px;
	padding: 0px;
}
.footer-menu-wrapper .menu a {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0px 8px;
}
.footer-menu-wrapper .menu a::after {
	display: none;
}
.footer-menu-wrapper .menu li {
	float: none;
	margin: 0px;
}
.footer-menu-wrapper .menu li:after {
	display: none;
}
.footer-menu-wrapper .menu li:first-child a {
	padding-left: 0px;
}
.footer-menu-wrapper .menu-divider {
	color: rgba(0, 0, 0, 0.2);
	margin: 12px 0px;
}
.footer-menu-wrapper .menu-divider:last-child {
	display: none;
}
.footer-information {
	padding-top: 48px;
	padding-bottom: 48px;
	overflow: hidden;
}
.footer-information p {
	font-size: 0.8em;
	margin: 0px;
}
.footer-information .align-left a {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-weight: 600;
	text-decoration: underline;
	transition: color 0s;
	-moz-transition: color 0s;
	-webkit-transition: color 0s;
	-o-transition: color 0s;
}
.footer-information .align-left a:hover {
	text-decoration: none;
}

/************************************************
*	22.	Comments								*
************************************************/

#comments {
	background: #F9F9F9;
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 3px;
}
#comments-title {
	font-size: 2em;
}
#reply-title {
	margin: 0px;
	padding: 0px;
}
#respond-link {
	font-size: 0.9em;
	margin-top: -6px;
}
.comment-author time {
	font-size: 0.8em;
}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.commentlist li ul li {
	padding-left: 24px;
}
.commentlist li ul li:last-child {
	border-bottom: none;
}
.commentlist p {
	margin: 12px 0px;
	padding: 0px;
}
.comment {
	padding: 18px 0px;
}
#commentform {
	margin: 5px 0px 0px 0px;
}
#commentform input#submit {
	margin: 0px;
}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, .08);
}
#respond {
	padding-top: 20px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cancel-comment-reply-link {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
}
.form-submit #submit {
	margin-top: 0px;
}
p.logged-in-as {
	margin-top: -6px;
}
.nocomments {
	display: none;
}
.edit-link {
	float: right;
	margin-top: 12px;
}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.form-allowed-tags {
	display: none;
}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
}
.children {
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	margin: 0px;
	padding: 0px;
}

/************************************************
* 23. Buttons
************************************************/

button, .button, a.button, a.button:link, a.button:visited,
a.more-link, a.more-link:link, a.more-link:visited,
.reply a, .reply a:link, .reply a:visited, #infinite-handle span button,
#searchsubmit, #prevLink a, #nextLink a, #submit, input[type=submit], input#submit, input.button,
.sidr-class-site-header-cart a.sidr-class-button, .sidr-class-site-header-cart a.sidr-class-button:link, .sidr-class-site-header-cart a.sidr-class-button:visited {
	display: inline-block;
	background-color: #f9f9f9;
	position: relative;
	color: #666666;
	color: rgba(255, 255, 255, .8);
	font-size: 0.8em;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 12px 0px;
	padding: 6px 18px;
	outline: 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-webkit-appearance: none;
}
.button:hover, .button:focus, .button:active, #navigation li.feature-button a:hover, #navigation li.feature-btn a:hover,
a.button:hover, a.button:focus, a.button:active, a.more-link:hover, a.more-link:active, a.more-link:focus,
.reply a:hover, .reply a:active, .reply a:focus, #infinite-handle span button:hover, #infinite-handle span button:focus, #infinite-handle span button:active,
#searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, input[type=submit]:hover, #submit:hover, input#submit:hover, input.button:hover,
.sidr-class-site-header-cart a.sidr-class-button:hover, .sidr-class-site-header-cart a.sidr-class-button:active, .sidr-class-site-header-cart a.sidr-class-button:focus {
	background-color: #99cc00;
	color: #ffffff;
	text-decoration: none;
	box-shadow: inset 0px 0px 12px rgba(0, 0, 0, .4);
	cursor: pointer;
}
.button.large,
a.button.large,
.give-btn.give-btn-modal,
#give-purchase-button {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.2em;
	padding: 12px 36px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.5);
}
.button.large:hover,
a.button.large:hover,
.give-btn.give-btn-modal:hover,
#give-purchase-button:hover {
	color: #ffffff;
	box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.6);
}
.woocommerce #wrapper button.button,
.woocommerce #wrapper button.button.alt {
	margin: 0px;
}

/************************************************
* 24. Tables
************************************************/

table,
.wp-block-table table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	border: 3px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	border-spacing: 0;
	border-radius: 4px;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0px;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	border: 1px solid #dddddd;
}
table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}
table th,
.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td,
.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border-top: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}

/************************************************
* 25. Forms
************************************************/

form {
	display: block;
}
form p {
	margin: 6px 0px;
}
form div {
	display: block;
}
form span {
	margin-bottom: 8px;
	overflow: hidden;
}
form span.required {
	display: inline;
}
form li,
form ul,
form ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form fieldset {
	margin: 12px 0px;
	border-color: rgba(0, 0, 0, 0.12);
}
form legend {
	font-weight: bold;
}
form label {
	margin-top: 6px;
}
form li > label {
	font-weight: bold;
}
form li li > label {
	font-weight: normal;
}
form span label {
	font-size: 0.8rem;
}
form input,
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form textarea {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	margin: 6px 0px;
	padding: 8px;
	border: 4px solid rgba(0, 0, 0, 0.06);
}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'] {
	width: 50%;
}
form textarea {
	width: 100%;
}
form input[type='checkbox'],
form input[type='radio'] {
	display: inline-block;
	margin-left: 0px;
	margin-right: 6px;
}
form input[type='submit'] {
	margin-top: 0px;
}
textarea {
	overflow: auto;
}
address {
	margin: 12px 0px;
}
select {
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	background: #ffffff;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.4;
	padding: 8px;
	border: 4px solid rgba(0, 0, 0, 0.06);
}

/************************************************
* 26. CSS3 Styles
************************************************/

a, a:link, a:visited, button, #submit, #searchsubmit, input[type='submit'] {
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}
.shadow {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/* CSS Animations */
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/************************************************
*	27.	WordPress Core
************************************************/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.wp-audio-shortcode {
	margin: 12px 0px;
}
.sticky, .bypostauthor {
	position: relative;
}

/************************************************
* 28. Tabs
************************************************/

.organic-tabs {
	display: block;
	margin: 12px 0px;
}
.organic-tabs,
.ui-tabs {
	position: relative;
	padding: 0px;
	zoom: 1;
}
.organic-tabs ul#tabs,
.ui-tabs .ui-tabs-nav {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.organic-tabs ul#tabs li,
.ui-tabs .ui-tabs-nav li {
	float: left;
	background: #f9f9f9;
	list-style: none;
	position: relative;
	top: 0;
	margin: 0px;
	padding: 0;
	white-space: nowrap;
	border-top: 1px solid rgba(0, 0, 0, .08);
	border-right: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.organic-tabs ul#tabs li:first-child,
.ui-tabs .ui-tabs-nav li:first-child {
	border-left: 1px solid rgba(0, 0, 0, .08);
}
.organic-tabs ul#tabs li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #ffffff;
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.organic-tabs ul#tabs li a,
.ui-tabs .ui-tabs-nav li a {
	float: left;
	color: #999999;
	font-weight: bold;
	padding: 4px 12px;
	text-decoration: none;
}
.organic-tabs ul#tabs li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #333333;
}
.organic-tabs ul#tabs li.ui-tabs-active a,
.organic-tabs ul#tabs li.ui-state-disabled a,
.organic-tabs ul#tabs li.ui-tabs-loading a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: inherit;
}
.organic-tabs ul#tabs li a,
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.organic-tabs div[id^=panel],
.ui-tabs .ui-tabs-panel {
	background: #FFFFFF;
	border-width: 0;
	margin-top: -1px;
	padding: 12px 24px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	-khtml-border-radius: 0px 3px 3px 3px;
	-webkit-border-radius: 0px 3px 3px 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	overflow: hidden;
}
.ui-tabs-hide {
	display: none;
}

/************************************************
29. Gutenberg
************************************************/

/* Media */

.wp-block-image {
	text-align: center;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.wp-block-image img {
	display: block;
}
.wp-block-embed {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-gallery .blocks-gallery-item {
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	border: none;
}
.wp-block-cover {
	box-sizing: border-box;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull,
.wp-block-cover .wp-block-button,
.wp-block-cover-image .wp-block-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-cover .wp-block-cover__inner-container {
	padding: 36px;
	box-sizing: border-box;
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container {
	padding: 0px;
}
.wp-block-cover .wp-block-cover__inner-container p {
	margin-top: 24px;
	margin-bottom: 24px;
}
.wp-block-cover .wp-block-cover__inner-container > :first-child {
	margin-top: 0px;
}
.wp-block-cover .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignwide .wp-block-cover__inner-container {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0px auto;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
	z-index: 7;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

/* Buttons */

.wp-block-button {
	position: relative;
	box-sizing: border-box;
}
.wp-block-button.alignleft {
	float: none;
	text-align: left;
}
.wp-block-button.alignright {
	float: none;
	text-align: right;
}
.wp-block-button.alignwide .wp-block-button__link {
	display: block;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: inherit;
	box-shadow: none;
	text-shadow: none;
	border-color: inherit;
	border-width: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: inherit;
	background: inherit;
	border-width: inherit;
	border-color: inherit;
}
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff;
	border-color: #ffffff;
}

/* Quotes */

.wp-block-quote.is-style-large p {
	font-size: 180%;
	font-style: normal;
	line-height: 1.5;
	margin: 0px;
}
.wp-block-quote.is-style-large.has-text-align-center cite {
	text-align: center;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	font-size: 0.85rem;
	font-style: normal;
	margin-top: 12px;
	opacity: 0.6;
}
.wp-block-pullquote {
	display: block;
	margin: 36px 0px 24px;
	padding: 36px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #dddddd;
}
.wp-block-pullquote blockquote::before {
	position: absolute;
	top: -64px; left: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.4);
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-left: -24px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
}
.wp-block-pullquote.is-style-solid-color {
	padding-left: 48px;
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
	left: -48px;
	top: 0px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: none;
}
.wp-block-pullquote blockquote {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}
.wp-block-pullquote blockquote p {
	margin-bottom: 12px;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
	color: inherit;
	font-size: 90%;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.6;
}

/* Columns */

.wp-block-columns {
	display: flex;
	box-sizing: border-box;
}
.wp-block-columns.alignfull {
	padding-left: 36px;
	padding-right: 36px;
}
.wp-block-column > :first-child {
	margin-top: 0px;
}

/* Jetpack */

div[class*="wp-block"] form.contact-form input[type="text"],
div[class*="wp-block"] form.contact-form input[type="email"],
div[class*="wp-block"] form.contact-form input[type="tel"],
div[class*="wp-block"] form.contact-form input[type="url"] {
	width: 100%;
}
div[class*="wp-block"] form.contact-form label span {
	float: right;
}
div[class*="wp-block"] form.contact-form .contact-submit {
	margin: 0px;
}
.wp-block-jetpack-email,
.wp-block-jetpack-phone,
.wp-block-jetpack-address {
	margin-top: 6px;
	margin-bottom: 6px;
}
.wp-block-jetpack-email::before {
	color: #999999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 90%;
	content: '\f0e0';
	margin-right: 8px;
}
.wp-block-jetpack-phone::before {
	color: #999999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f095';
	margin-right: 8px;
}
.wp-block-jetpack-layout-grid {
	box-sizing: border-box;
}
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignwide,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignwide {
	left: auto;
	width: auto;
	max-width: 100%;
	padding: 0px;
}

/* Misc */

.wp-block-table {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table figcaption {
	margin-top: -24px;
}
.wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-audio audio {
	width: 100%;
}
.wp-block-search .wp-block-search__button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-separator {
	margin: 36px auto;
	border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-social-links .wp-social-link {
	padding: 0px;
}
.wp-block-social-links .wp-social-link a {
	color: inherit;
}

/************************************************
* 30. Organic Widgets
************************************************/

.organic-widgets-content {
	max-width: 1180px;
}
.organic-widget .content {
	margin-top: 0px;
	margin-bottom: 0px;
}
