/* # CFile Genesis Child Theme
Theme Name: CFile Genesis Child Theme
Author: Think All Day
Author URI: http://www.thinkallday.com/
Template: genesis
Template Version: 2.2.3
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Accent & Branding Color
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Titles
	- WordPress
- Widgets
- Skip links
- Plugins
	- Popup Maker
- Site Header
	- Title Area
	- Widget Area
	- Search Form
- Site Navigation
	- Sticky Menu
	- Accessible Menu
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Posts
- Archives
	- Infinite scroll
- Homepage
- Supporters Page
- Donate Page
- 404 Page
- Site Footer
	- Sticky Footer
	- Social Buttons
	- To Top Button
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
	- Max-width: 500px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

/* ## Accent & Branding Color
--------------------------------------------- */

/* Background primary */
.site-header,
.archive-title,
.pagination a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #b30d2a;
}

.pum-title {
  background: #b30d2a !important;
}

.to-top {
	background: #b30d2a url(images/to-top.svg) no-repeat center 50%;
}

/* Background secondary */
.archive-pagination li a:hover,
.archive-pagination .active a,
.entry-comments h3,
.blog .entry-title,
.archive .entry-title,
.search .entry-title,
.to-top:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ffcdc8;
}

/* Fonts primary */
a,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.blog .entry-title a,
.archive .entry-title a,
.search .entry-title a,
.entry-time,
.entry-terms,
.site-footer a:hover {
	color: #b30d2a;
}

/* Fonts secondary */
a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.site-footer,
.site-footer a,
.social i:hover,
.footer-widgets .button:hover {
	color: #ffcdc8;
}

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

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

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	color: #4c4c4c;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	margin: 0;
	font-weight: 400;
}

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

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid;
	color: rgba(0,0,0,.7);
	font-style: italic;
	margin: 30px 0 30px 15px;
	padding-left: 15px;
}

cite {
  color: rgba(0,0,0,.4);
}

.small {
	color: #4c4c4c;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 10px;
	font-family: 'Cabin', sans-serif;
 	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.8rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 1px;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 1px;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

figure {
	margin: 0;
	text-align: center;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 16px;
	width: 100%;
}

/* Remove border from paypal button */
.page-id-2 input {
  border: none;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	margin-right: 8px;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 16px 24px;
}

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

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

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

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

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

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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
}

.single .site-inner {
	max-width: 725px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.avatar {
	border-radius: 50%;
	float: left;
	margin-right: 30px;
}

.author-box {
	background-color: #fff;
	padding: 40px 0;
}

.author-box .avatar {
	margin-bottom: 65px;
}

.author-box-title {
	margin: 10px 0;
}

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

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

.entry-title {
	margin: 0 0 20px;
}

.archive-title {
	color: #fff;
	padding: 15px;
	margin: 40px 0;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

a.alignleft,
img.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright {
	margin: 0 0 24px 24px;
}

.wp-block-image.alignfull,
.wp-block-image.alignwide,
.post-slider,
.two-images {
	width: auto;
	max-width: 1000%;
}

.wp-block-image.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.wp-block-image.alignwide {
	margin-left: -137.5px;
	margin-right: -137.5px;
}

.wp-block-image.alignwide img,
.wp-block-image.alignfull img {
	display: block;
	margin: 0 auto;
}

.wp-caption-text,
figcaption,
.wp-block-image figcaption,
.entry-content .wp-block-embed figcaption {
	color: rgba(0,0,0,.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	margin: 10px auto;
	padding-bottom: 6px;
	border-bottom: 1px solid;
	text-align: center;
	display: inline-block;
}

.wp-block-image {
  text-align: center;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

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

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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

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

/* ## Popup maker
--------------------------------------------- */
.pum-title {
  padding: 20px 40px;
	text-align: center !important;
	color: #fff !important;
}

.pum-content.popmake-content {
  text-align: center;
  margin-top: 1em;
}

.pum-content div#mc_embed_signup {
  margin: 0 auto;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header > .wrap {
  max-width: 100%;
	padding: 15px 3%;
	position: relative;
}

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

.site-title > a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
  height: 40px;
  width: 224px;
	margin: 5px auto 0;
	display: block;
}

.site-title {
	text-indent: -9999px;
	margin: 0;
}

/* ## Search Form
--------------------------------------------- */

.site-header .search-form {
	position: absolute;
	right: 40px;
	top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-icon {
  display: inline;
  cursor: pointer;
}

.site-header .search-icon::before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	padding: 0 10px;
	font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
	top: 4px;
  position: relative;
}

.site-header input[type=search] {
  color: #fff;
  padding: 5px 10px;
  background: rgba(255,255,255,.3);
  border: none;
  width: 175px;
}

.site-header input[type="search"]::-moz-placeholder {
	color: #fff;
	font-style: italic;
}

.site-header input[type="search"]::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
}

.site-header .search-form input[type="submit"] {
  background: #7e7e7e;
  padding: 5px 10px;
  margin-left: 5px;
  text-transform: uppercase;
	width: auto;
}

.site-header .search-form input[type="submit"]:hover {
  background: #303030;
}

.site-header .search-form input[type="submit"],
.site-header input[type=search] {
	display: none;
}

.site-header .search-form .search-open {
  display: block !important;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	float: left;
}

.hamburger-menu-icon::before {
	content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	position: relative;
	top: 3px;
  font-weight: 300;
}

.hamburger-menu-icon {
  z-index: 10000;
  position: relative;
  cursor: pointer;
	line-height: 1;
}

.genesis-nav-menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-ms-transition:     all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;
	transition:         all .25s ease-in-out;
	background: rgba(255,255,255,.7);
	padding: 3.5em 40px;
	min-width: 280px;
	position: absolute;
  top: 0;
  left: 0;
	z-index: 1000;
	font-weight: 700;
}

.nav-primary .genesis-nav-menu.menu-open {
  visibility: visible;
	opacity: 1;
}

.genesis-nav-menu a {
	display: block;
	padding: .2em 0;
}

.menu-spacer {
	padding-top: 2.5em;
}

/* ## Sticky Menu
--------------------------------------------- */

.site-header.fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

.site-header.fix > .wrap {
	padding: 5px 3%;
}

.site-header.fix .search-form {
  top: 3px;
}

.admin-bar .site-header.fix {
  top: 32px;
}

.site-header.fix .title-area {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-ms-transition:     all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;
	transition:         all .25s ease-in-out;
}

.site-header.fix .site-title > a {
  height: 23px;
  width: 128px;
}

.site-header.fix .search-icon::before {
  font-size: 18px;
  font-size: 1.8rem;
	top: 1px;
}

.site-header.fix input[type=search],
.site-header.fix .search-form input[type="submit"] {
  padding: 2px 10px;
}

.site-header.fix .hamburger-menu-icon:before {
  font-size: 22px;
  font-size: 2.2rem;
}

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

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

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

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

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

.entry {
	padding: 40px 0;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

/* ## Entry Meta
--------------------------------------------- */

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 20px 0 16px;
}

.entry-comments h3 {
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
	letter-spacing: 1px;
}

li.comment {
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin: 12px 0 12px 0;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-author .avatar {
	margin: 0 16px 24px 0;
	float: left;
}

.entry-pings .reply {
	display: none;
}

.comment-meta a {
	color: #a2a2a2;
	font-size: 12px;
	font-size: 1.2rem;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar-primary,
.sidebar-secondary {
	display: none;
}

/* # Posts
---------------------------------------------------------------------------------------------------- */

.featured-image {
	margin-bottom: 24px;
}

.single .entry-title {
  width: 75%;
  float: left;
}

.two-images {
  margin: 3em -162.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.two-images > div {
  width: 49%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.mini-sidebar {
	position: relative;
	min-height: 595px;

}

.mini-sidebar-posts {
  width: 130px;
  position: absolute;
  right: -160px;
  top: 0;
}

.mini-sidebar-posts ul {
	margin-bottom: 1em;
}

.mini-sidebar-posts ul > li {
	list-style-type: none;
}

.mini-sidebar-posts h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

.mini-sidebar-posts h3 {
	font-size: 13px;
	font-size: 1.3rem;
}

/* Slider */

.post-slider {
  margin: 3em -212.5px;
}

.slider-credit {
  margin-bottom: 3em;
	text-align: center;
}

.post-slider .slick-slide img {
  height: 450px;
}

.slick-arrow {
	position: absolute;
	top: 45%;
	cursor: pointer;
	width: 20px;
	z-index: 10;
	font-size: 35px;
  font-size: 3.5rem;
	color: #fff;
}

.slick-arrow-next {
	right: 45px;
}

.slick-arrow-prev {
	left: 45px;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  background: none;
	visibility: hidden;
  width: 40px;
  padding: 0;
}

.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev::before {
	visibility: visible;
	font-family: "Font Awesome 5 Pro";
}

.slick-lightbox .slick-next:before {
	content: "\f105";
}

.slick-lightbox .slick-prev::before {
	content: "\f104";
}

.admin-bar .slick-lightbox-close {
  top: 45px;
}

/* Online Publications
--------------------------------------------- */
.single-online-publications .site-inner {
	max-width: 100%;
	width: 100%;
}

.single-online-publications .entry-header,
.single-online-publications .entry-categories,
.single-online-publications .entry-tags,
.single-online-publications .author-box {
    display: none;
}

.single-online-publications .entry {
  padding: 0;
}

/* # Archives
---------------------------------------------------------------------------------------------------- */

.entry-image-link {
  display: block;
	line-height: 0;
	text-align: center;
	background: rgba(0,0,0,.15);
}

.blog .content article,
.archive .content article,
.search .content article {
	position: relative;
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	margin-bottom: 2em;
	padding: 0;
}

.blog .content article:hover,
.archive .content article:hover,
.search .content article:hover {
	opacity: .8;
}

.blog .content article:nth-of-type(3n+1),
.archive .content article:nth-of-type(3n+1),
.search .content article:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title {
	padding: 10px 10px 10px 35px;
	margin: 0;
	letter-spacing: 1px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	min-height: 80px;
}

.entry-header .entry-meta {
	background: rgba(228,228,228, .85);
	padding: 4px;
	font-weight: 400;
	display: inline-block;
	float: right;
}

.blog .entry-header .entry-meta,
.archive .entry-header .entry-meta,
.search .entry-header .entry-meta {
	right: 0;
	top: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
}

.pagination a {
	color: #fff;
	padding: 10px 15px;
  margin-top: 15px;
  display: block;
  font-weight: 400;
}

/* Infinite Scroll
---------------------------------------------------------------------------------------------------- */

/* Load more button */
.load-more-button {
	clear: both;
	text-align: center;
	width: 140px;
  margin: 20px auto 40px;
}

/* Loader ellips */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* # Homepage
---------------------------------------------------------------------------------------------------- */

.home-slider {
  padding-bottom: 40px;
}

.home-bottom {
  margin: 50px auto 20px;
	clear: both;
}

/* # Supporters Page
---------------------------------------------------------------------------------------------------- */
.supporters-list {
  -webkit-column-count: 4;
          column-count: 4;
}

/* # Donors Page
---------------------------------------------------------------------------------------------------- */
input.paypal-btn {
  max-width: 225px;
}

input.paypal-btn:hover {
  opacity: .7;
}

/* # 404 Page
---------------------------------------------------------------------------------------------------- */
.error404 .content {
  padding: 2em 0;
}

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

.site-footer {
	padding: 42px 0;
	background-color: #303030;
	font-size: 12px;
	font-size: 1.2rem;
}

.mailchimp-button {
	font-size: 12px;
	font-size: 1.2rem;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-container p {
	margin-bottom: 0;
}

/* ## Sticky footer
--------------------------------------------- */

/* html, body, .site-container {
	height: 100%;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -137px;

}

.site-inner {
	min-height: 100%;
	margin-bottom: -137px;
}

.site-footer, .site-inner:after {
	height: 137px;
} */

/* ## Social Buttons
--------------------------------------------- */

.social i {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 2px;
	margin-right: 2px;
  font-size: 28px;
}

/* ## Scroll to top button
--------------------------------------------- */

.to-top {
	display:inline-block;
	height:61px;
	width:61px;
	position:fixed;
	bottom:40px;
	right:10px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	visibility:hidden;
	margin-bottom: 75px;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
	z-index: 200;
}

/* Mailchimp
--------------------------------------------- */

.mailchimp-subscribe {
  width: 325px;
}

.mailchimp-email,
.mailchimp-button {
	float: left;
	height: 45px;
}

.mailchimp-email{
	width: 60%;
}

.mailchimp-button {
	width: 40%;
}

/* Responsive Video
--------------------------------------------- */
/* Responsive video and iframes 4:3 aspect ratio */
.responsive-container,
.wp-block-embed__wrapper,
.post-video  {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
	max-width: 100%;
}

.wp-block-embed__wrapper,
.post-video {
	padding-bottom: 56.25%; /* 16:9 aspect ratio for post videos */
}

.responsive-container iframe,
.post-video iframe,
.wp-block-embed__wrapper iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

	/* Containers */
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.single .site-inner {
		max-width: 575px;
	}

}

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

	/* Containers */
	.site-inner,
	.wrap {
		max-width: 90%;
	}

	/* Footer */
	.subscribe.mobile-screen {
		display: block;
		clear: both;
	}

	.social {
    float: right;
		margin: 20px 0;
	}

	.subscribe.fancybox-inline {
		display: none;
	}

	.footer-container {
    display: block;
	}

	/* Posts */
	.blog .content article,
	.archive .content article,
	.search .content article {
		width: 48.717948717948715%;
	}

	.blog .content article:nth-of-type(3n+1),
	.archive .content article:nth-of-type(3n+1),
	.search .content article:nth-of-type(3n+1) {
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.blog .content article:nth-of-type(2n+1),
	.archive .content article:nth-of-type(2n+1),
	.search .content article:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}

	.wp-block-image.alignwide,
	.wp-block-image.alignwide img,
	.wp-block-image.alignfull img,
	.two-images,
	.post-slider {
		margin-left: auto;
		margin-right: auto;
	}

}

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

	/* Containers */
	.site-inner,
	.wrap {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	/* Columns */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	/* Header */
	.site-header {
		position: relative;
	}

	.title-area,
	.nav-primary {
	  padding-top: 3em;
	}

	.site-header .search-form {
		right: auto;
		top: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 280px;
	}

	.site-header .search-form input[type="submit"],
	.site-header input[type=search] {
	  display: block;
	}

	.site-header.fix {
		position: absolute;
	}

	.genesis-nav-menu {
	  padding: 6em 40px 3.5em;
	}

	/* Homepage */
	.home-bottom .wrap {
    padding: 0;
	}

	/* Archives */
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.blog .content article,
	.archive .content article,
	.search .content article {
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0 auto 2em !important;
	}

	/* Posts */
	.single .entry-title,
	.entry-header .entry-meta {
    float: none;
	}

	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 0;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"],
	.single .entry-title {
		width: 100%;
	}

	.mini-sidebar-posts {
	  position: relative;
	  right: auto;
	  background: rgba(0,0,0,.15);
	  width: auto;
	  max-width: 1000%;
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
		padding: 1em;
	}

	.mini-sidebar-posts ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.mini-sidebar-posts h2 {
	  text-align: center;
	  margin: .5em auto 1em;
	}

	.mini-sidebar-posts li {
	  width: 29%;
	}

	.two-images {
		display: block;
	}

	.two-images > div {
		width: 100%;
	}

	/* Footer */
	.footer-container .widget {
    float: none !important;
	}

	.site-footer,
	.site-inner:after {
    height: 275px;
	}

	.social {
		float: none;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 500px) {
	/* Supporters Page */
	.supporters-list {
		-webkit-column-count: 1;
		column-count: 1;
		padding: 1em 2em;
	}

	/* Posts */
	.post-slider .slick-slide img {
	  height: 200px;
	}

	.entry {
		padding: 0;
	}

	.mini-sidebar-posts ul {
		display: block;
	}

	.mini-sidebar-posts li {
		width: 100%;
		margin-bottom: 2em;
	}

	/* Footer */
	.mailchimp-subscribe {
		width: 100%;
	}
}
