/*!
Theme Name: ABC Custom
Theme URI: https://afabc.org/
Author: team A design
Author URI: https://goteama.com
Description: Custom theme for Alliance for a Better Community.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: afabc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ABC Custom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Colors

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1E1D1D;
	font-family: "Work Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Arvo", serif;
	font-weight: 400; 
	color: #323c8f;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	font-family: "Work Sans", serif;
	font-weight: 600;
	color: #1E1D1D;
}

.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
	color: #fff;
}

.main-footer {
	color: #fff;
}

.main-footer h2 {
	text-align: center;
}

.main-footer .widget-title {
	color: #f4a81d;
	font-family: "Work Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.main-footer .social-links {
	font-size: 2rem;
}

.main-footer .social-links a {
	color: rgba(255,255,255,1);
	margin-right: .5em;
}

.main-footer .social-links a:hover {
	color: rgba(255,255,255,.75);
}

p {
	margin:0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #d1d3d4;
	border: 0;
	height: 5px;
	margin-bottom: 1.5em;
	max-width: 50%;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1rem 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*
	.header {
  background: url(./img/bg-header.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1100px) {
    .header {
      background: url(./img/bg-header-md.jpg) no-repeat center center;
      background-size: cover; } }
  @media (max-width: 800px) {
    .header {
      background: url(./img/bg-page-sm.jpg) no-repeat center top;
      height: 200px;
      background-size: cover; } }

.header-page {
  background: url(./img/bg-page.jpg) no-repeat center top;
  background-size: cover;
  height: 400px;
  padding: 1rem; }
  @media (max-width: 800px) {
    .header-page {
      background: url(./img/bg-page-sm.jpg) no-repeat center top;
      background-size: cover;
      height: 200px;
      padding: 1rem; } }
      
      
      */


/* Links
--------------------------------------------- */
a {
	color: #f4a81d;
	text-decoration: none;
	transition: all .37s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

a:visited {
	color: #f4a81d;
}

.site-main p a {
	font-weight: 500;
}

.site-main p a:hover,
.site-main p a:focus,
.site-main p a:active {
	border-bottom: 3px solid #f4a81d;
}

.site-footer a:hover {
	color:#fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
	border: none;
	border-radius: 0 20px 0 20px;
	background: #f4a81d;
	color: rgba(255,255,255,0.8);
	line-height: 1;
	padding: 0.6em 1rem;
	font-family: "Arvo";
	transition: all .37s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

button a, button a:visited,
.wp-block-button a, .wp-block-button a:visited {
	color: rgba(255,255,255,0.8);
	border:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	border-radius: 20px 0 20px 0;
}

button a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*
.tribe-events button,
.tribe-events input[type="button"],
.tribe-events input[type="reset"],
.tribe-events input[type="submit"],
.tribe-events .wp-block-button__link,
.tribe-blocks-editor button,
.tribe-blocks-editor input[type="button"],
.tribe-blocks-editor input[type="reset"],
.tribe-blocks-editor input[type="submit"],
.tribe-blocks-editor .wp-block-button__link,
.tribe-events button a,
.tribe-blocks-editor button a {
	color: #323c8f;
}

.tribe-events button:hover,
.tribe-events input[type="button"]:hover,
.tribe-events input[type="reset"]:hover,
.tribe-events input[type="submit"]:hover,
.tribe-events .wp-block-button__link:hover,
.tribe-blocks-editor button:hover,
.tribe-blocks-editor input[type="button"]:hover,
.tribe-blocks-editor input[type="reset"]:hover,
.tribe-blocks-editor input[type="submit"]:hover,
.tribe-blocks-editor .wp-block-button__link:hover,
.tribe-events button a:hover,
.tribe-blocks-editor button a:hover {
	color: #f4a81d;
}*/


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.wrapper,
.site-main,
.wp-block-cover__inner-container {
	max-width: 85rem;
	position: relative;
	margin: 0 auto;
}

.site-main {
	font-size: 1.125rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.site-header {
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
}

.wp-block-cover__inner-container {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 37.5em) {

}

@media screen and (min-width: 61.25em) {
	.site-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.site-branding {
	width: 180px;
	padding-top: 2rem;
}

.custom-logo {
	max-width: 180px;
}

.navi {
	
}

@media screen and (min-width: 37.5em) {
	
	.site-branding {
		width: 260px;
		padding: 1rem 0;
	}
	
	.navi 
		position: relative;
		top: auto;
		right: auto;
		width: calc(100% - 260px) !important;
	}
	
	.custom-logo {
		max-width: 260px;
	}

}

@media screen and (min-width: 61.25em) {

	.navi {
		width: calc(100% - 260px) !important;
		right: 0;
		padding-top: 1.75rem;
	}
	
}

.home .site-main {
	top: -170px;
	margin-bottom: -170px;
	z-index: 1;
}

.home .site-main .wp-block-cover.top {
	padding-top: 140px;
}

.home .site-main .wp-block-cover.top .wp-block-cover__inner-container {
	max-width: 900px;
}

.home .site-main .wp-block-cover.top .wp-block-cover__inner-container p {
	font-weight: 600;
	letter-spacing: -.01em;
	text-shadow: 0 0 10px #333;
}

.home .site-main .wp-block-cover.top .wp-block-button__link {
	font-family: "Work Sans";
    font-size: 1.25em;
    padding: .5em 0;
    margin: 0 1em;
    color: #323c8f !important;
    font-weight: 500;
    letter-spacing: .02em;
    border-radius: 0 36px 0 36px;
    padding: 1em;
    background: rgba(255,255,255,.5);
}

.home .site-main .wp-block-cover.top .wp-block-button__link:hover,
.home .site-main .wp-block-cover.top .wp-block-button__link:active {
	color: #fff !important;
	background: #323c8f;
}

.home .site-header {
	position: relative;
	z-index: 10;
}

.site-footer {
}

.main-footer {
	background: #323c8f url(img/waves-indigo.png) right bottom no-repeat;
	background-size: contain;
	min-height: 400px;
	padding: 3em 1rem;
}

.main-footer button {
	background: #80BC00;	
}

.main-footer button a {
	color: #fff;
}

.footer-widgets-wrapper {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.footer-widgets-wrapper {
	}
}

@media screen and (min-width: 61.25em) {
	.footer-widgets-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.sub-footer {
	background: #f4a81d;
	font-size: .875rem;
	padding: 1.5rem 1rem;
}

.sub-footer p {
	margin: 0;
}

.page .entry-title,
.page-header {
	text-align: center;
}

.page.has-post-thumbnail .entry-title {
	color: #fff;
	font-family: "Work Sans", sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.25em;
	text-shadow: 0 0 10px #333;
}

.page.has-post-thumbnail .post-thumbnail {
}

.team-members {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 3.6rem;
	margin-bottom: 3em;
	margin-top: 3em;
}

.type-team .name,
.type-board .name {
	font-size: 1.25rem;
	margin: 0;
}

.type-team .name a,
.type-board .name a {
	color: #323c8f;
}

.type-team .position,
.type-board .position {
	font-family: "Work Sans";
	font-size: 1rem;
	font-style: italic;
	margin: 0;
}

.type-board .job-title {
	font-family: "Work Sans";
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
}

.type-board .company {
	font-family: "Work Sans";
	font-size: 1rem;
	margin: 0;
}

.type-team .post-thumbnail img,
.type-board .post-thumbnail img {
	min-width: 100%;
}

.single-team .hentry,
.single-board .hentry {
    display: grid;
	grid-template-areas:
	"sidebar"
	"content";
	grid-gap: 1.5em;
	margin-bottom: 3rem;
}

.single-team .hentry .entry-header,
.single-board .hentry .entry-header {
  grid-area: sidebar;
}

.single-team .hentry .entry-content,
.single-board .hentry .entry-content {
  grid-area: content;
}


@media (min-width: 37.5em) {
  .single-team .hentry,
  .single-board .hentry {
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
      "sidebar content";
  }
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	font-family: 'Arvo', serif;
	font-size: 1rem;
	font-weight: 400;
	padding: 0;
}

ul.nav-menu {
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -0.8rem 0 0 -1.6rem;
}

.nav-menu li {
	line-height: 1.25em;
	position: relative;
}

.nav-menu > li {
	margin: 0.8rem 0 0 1.6rem;
}

.nav-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 12rem;
}

.main-navigation ul ul a {
	border: 0;
	padding-bottom: 0;
	width: 12rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation a {
	text-decoration: none;
	border-bottom: 5px solid transparent;
	color: #1E1D1D;
	padding-bottom: .4em;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a,
.main-navigation .current-page-item a,
.main-navigation .current-menu-ancestor a, 
.main-navigation .current-menu-parent a, 
.main-navigation .current_page_parent a,
.main-navigation .current_page_ancestor a,
.single-board .main-navigation .menu-item-94 a,
.single-team .main-navigation .menu-item-94 a {
	border-bottom: 5px solid #f4a81d;
}

.main-navigation .current-menu-item .sub-menu a,
.main-navigation .current-page-item .sub-menu a,
.main-navigation .current-menu-ancestor .sub-menu a, 
.main-navigation .current-menu-parent .sub-menu a, 
.main-navigation .current_page_parent .sub-menu a,
.main-navigation .current_page_ancestor .sub-menu a,
.main-navigation .menu-item-has-children .sub-menu a {
	border-bottom: none;
}


/* sub menu */

ul.sub-menu {
	margin: -5px 0 0;
	padding: 1em;
	background: #323c8f;
	border-radius: 0 0 20px 20px;
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
}

ul.sub-menu ul {
	background: #f4a81d;
	border-radius: 0 20px 20px 0;
}

ul.sub-menu li {
	font-family: "Work Sans";
	font-weight: 500; 
	margin: .75em 0;
}

ul.sub-menu li a {
	color: #fff;	
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus {
	border-bottom: none;
	color: #f4a81d;
}

.main-navigation .sub-menu ul a:hover,
.main-navigation .sub-menu ul a:focus {
	color:	#323c8f;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: absolute;
	top:3rem;
	right: 1rem;	
}

.main-navigation.toggled ul ul,
.main-navigation.toggled ul ul ul {
}

@media screen and (min-width: 61.25em) {

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		padding-top: 20px;
	}
	
	.main-navigation ul {
		display: flex;
	}
	
	.main-navigation ul ul {
		display: block;
	}
		
}

.utility-bar {
	background: #323c8f;
	font-size: .875em;
	font-weight: 400;
	padding: .25rem;
	margin: .25rem;
	border-radius: 5px;
	text-align: center;
}
 
.utility-bar span {
	margin: 0 1rem;
}

.utility-bar a {
	color: rgba(255,255,255,.5);
}

.utility-bar a:hover {
	color: rgba(255,255,255,1);
}

.utility-bar .donate-link a {
	color: #fff;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.utility-bar .donate-link a:hover {
	color: #f4a81d;
}

@media screen and (max-width: 37.5em) {
	.prisna-gwt-align-right {
		position: absolute;
		top: 0;
	}
}


@media screen and (min-width: 37.5em) {
	
	.utility-bar {
	 	padding: .6em 1rem;
	 	margin: 0;
		border-radius: 0 0 20px 20px;
		color: rgba(255,255,255,.5);
		position: absolute;
		top:0;
		right: 1rem;
		text-align: left;
	}
}

@media screen and (min-width: 61.25em) {
	 
	.utility-bar {
		position: absolute;
		top:0;
		right: 1rem;
	}

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

#breadcrumbs {
	font-size: .875rem;
	margin-top: 1rem;
}

#breadcrumbs span {
	background: #f2f2f2;
	padding: .25em;
}

#breadcrumbs span a {
	color: #aaa;
	border: none;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:focus {
	color: #323c8f;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.site .post {
	margin: 0 0 1.5em;
}

.site .page {
	margin-bottom: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.posts-wrapper {
	margin-bottom: 3em;
}

.posts-wrapper .hentry {
	border: 1px solid #ddd;
	padding: 1rem;
}

.posts-wrapper .entry-title {
	font-family: "Work Sans";
	font-size: 1.25rem;
	font-weight: 600;	
	line-height: 1.25em;
	margin-bottom: .25em;
}

.posts-wrapper .entry-title a {
	color: #1E1D1D;
} 

.posts-wrapper .entry-title a:hover {
	color: #f4a81d;
}

.entry-meta {
	font-size: .875rem;
	margin-bottom: 1rem;
}

.entry-meta .posted-on {
	color: #999;
	text-transform: uppercase;
}

.entry-meta .publication {
	color: #1E1D1D;
	font-family: "Work Sans";
	margin: 0;
	text-transform: uppercase;
}

.entry-meta .context {
	font-style: italic;
}

.posts-wrapper .entry-content {
	font-size: 1rem;
}

.cat-links a {
	background: #666;
	color: #fff;
	padding: .25rem .5rem;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: .02em;
}

.cat-links a:hover {
	background: #f4a81d;
}

.single-post .entry-header {
	text-align: center;	
}

.single-post .entry-title {
	color: #1E1D1D;
	font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.single-post .entry-meta {
	margin-bottom: 2em;	
}

.read-more {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .02em;
}

@media screen and (min-width: 37.5em) {

	.posts-wrapper {
		display: grid;
		grid-gap: 1.5em;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.media-room-wrapper .posts-wrapper {
		display: grid;
		grid-gap: 1.5em;
		grid-template-columns: repeat(2, 1fr);
	}

}

@media screen and (min-width: 61.25em) {

	.single-post .entry-content {
		position: relative;
		margin: 0 auto 1.5rem;
		max-width: 800px;	
	}
	
}

.media-room-wrapper {
  display: grid;
  gap: 20px;
  grid-template-areas:
    "content"
    "sidebar";
   margin-bottom: 3em;
}

.page-template-page-media-room #primary {
  grid-area: content;
}

.page-template-page-media-room #secondary {
  grid-area: sidebar;
}

@media (min-width: 37.5em) {
  .media-room-wrapper {
    grid-template-columns: 3fr 1fr;
    grid-template-areas:
      "content sidebar";
  }
}



/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.icon {
	border-radius: 0 20px 0 20px;
	max-width: 50%;
	margin-bottom: 0;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
	padding: 3rem;
	background: rgba(244,168,29,.5);
	border-left: 16px solid rgba(244,168,29,1);
}

.site-main .wp-block-getwid-content-timeline-item__card {
	-webkit-filter: none;
	filter: none;
}

.wp-block-getwid-content-timeline-item__meta .wp-block-getwid-content-timeline-item__meta-content strong {
	color: #80BC00;
	font-size: 1.5rem;
}

.ctct-inline-form {
	max-width:768px;
	position: relative;
	margin: 0 auto;	
}

.wp-block-latest-posts {
	margin-left: 0;
}

.wp-block-latest-posts a {
	color: #1E1D1D;
	font-weight: 600;
}

.wp-block-latest-posts__post-date {
	color: #999;
	font-size: .875rem;
	text-transform: uppercase;
}

.wp-block-latest-posts__post-excerpt {
	font-size: 1rem;
}

.constant-contact-archive h2 {
	margin-top: 0;
}

.cc-wrap {
	background: #f2f2f2;
	padding: 1em;	
}

.cc-embed ul {
	margin-left: 0;
	list-style: none;
}

.cc-embed li {
	margin-bottom: .5em;	
}

.cc-embed ul a {
	color:#323c8f;	
}

.cc-embed ul a:hover {
	text-decoration: underline;
}


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

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

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

.wp-block-column .wp-block-cover {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.wp-block-cover.subscribe-block {
	padding: 3rem 0;
}

.wp-block-cover.subscribe-block .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-cover.subscribe-block h2,
.wp-block-cover.subscribe-block p,
.wp-block-cover.subscribe-block .wp-block-buttons {
	margin: 0;
	padding: 0;
}

/* Colors
--------------------------------------------- */
.has-indigo-background-color {
    background-color: #323c8f;
}
 
.has-indigo-color {
    color: #323c8f;
}

.has-goldenrod-background-color {
    background-color: #f4a81d;
}
 
.has-goldenrod-color {
    color: #f4a81d;
}

.has-medium-green-background-color {
    background-color: #80bc00;
}
 
.has-medium-green-color {
    color: #80bc00;
}

.has-almost-black-background-color {
	background-color: #1e1d1d;
}

.has-almost-black-color {
	color: #1e1d1d;
}

.has-white-background-color {
    background-color: #fff;
}
 
.has-white-color {
    color: #fff;
}


.has-light-gold-to-gold-gradient-background {
    background: linear-gradient(
        135deg,
        rgba( 255, 203, 110, 1 ) 0%,
        rgb( 247, 168, 27 ) 100%
    );
}

.has-light-blue-to-indigo-gradient-background {
    background: linear-gradient(
        135deg,
        rgb( 50,60,143 ) 0%,
        rgb( 97,114,155 ) 100%
    );
}

.has-vivid-yellow-to-green-gradient-background {
    background: linear-gradient(
        135deg,
        rgba( 215,217,75,1 ) 0%,
        rgba( 128,188,0,1 ) 100%
    );
}

.has-silvery-gray-gradient-background {
    background: linear-gradient(
        135deg,
        rgba( 238,239,240,1 ) 0%,
        rgba( 207,208,210,1 ) 100%
    );
}


@media screen and (max-width: 37.5em) {

	.has-large-font-size,
	.has-huge-font-size, .has-larger-font-size {
	    font-size: 1.5em;
	}
	
	.page.has-post-thumbnail .entry-title {
		font-size: 2.25em;
	}
	
	.home .site-main .wp-block-cover.top .wp-block-button__link {
		font-size: 1em;
	    margin: .5em;
	}
	
	.wp-block-column {
		margin-bottom: 1em;
	}
	
	.wp-block-cover, 
	.wp-block-cover-image {
		min-height: 200px;
	}
	
}


/* custom styles and woo */

.home .site-main .wp-block-cover.top .wp-block-cover__inner-container p { text-shadow: 0 0 10px #ccc; }
.home .jetpack-video-wrapper {
	max-width:640px;
	margin:0 auto;
	position;relative;
}
.social-feeds.wp-container-22 {
	gap:5em;
}
.social-feeds .wp-block-column div {
  font-size:14px;
}

.wp-block-woocommerce-checkout {
	padding:40px;
}
.wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-checkout-order-summary-block {
	border:3px solid #80BC00;
	padding:30px;
}
.is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block  .wc-block-cart__totals-title {
	text-align:left;
}
.wc-block-components-button {
	border:2px solid;
}

.entry-content .woocommerce {
	max-width:940px;
	position:relative;
	margin:40px auto;
}
