/*
Theme Name: holodomor
Theme URI: http://fantccidesigns.com/
Author: Walter Ramirez
Author URI: http://fantuccidesigns.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: holodomor
Tags:

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

holodomor is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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




html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	/*margin: 1em 40px;*/
	margin: 0px 0px 1em 0px;
}

hr {
	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;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

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

.slide-in-search{
	position: relative;
}


input[type="button"],
input[type="reset"],
input[type="submit"]{
	background-color: #8394a7 !important;
	border: 1px solid #081c33;
	color: #2b3138;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	width: 47%;
	border-radius: 3px;
    margin-top: 10px;
    font-size: 0.8em;
}

button {
	
	border: none;
  border-color: #ccc #ccc #bbb;
  /* border-radius: 3px; */
  background: transparent;
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-size: 0.75rem;
  
  /* padding: .6em 1em .4em; */
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
}
button.slide-search{
	position: absolute;
	/*top: 0px;
  right: 51px;*/
}

button.slide-search:focus{
	outline: none;
}
/*
button:before {
    content: "\f002";;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -33px;
  right: -149px;

}*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
/*	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
*/}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;*/
	box-shadow: none;
}


input[type="url"],
input[type="password"],
{
	color: #ffffff;
	border: 1px solid #0c2036;
	
}

input[type="text"]{
	font-family: 'Lato', sans-serif;
	color: #212121 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #0c2036;

	/*REMOVES BORDER SHADOW WHEN CLICKED*/
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px 5px;
}


input[type="email"], textarea{
	color: #212121 !important;
}

input.search-field{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 10px;
	border: 1px solid #081c33 !important; 
	width: 80%;
}


input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,

{
	display: none !important;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



/***************************/
/*********** CSS ***********/
/***************************/

.history-image-divider{
	height: 80px;
}
.img-caption{
	font-size: 0.85rem;
	color:#a7a7a7;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.left-side-image{
	float: left;
	clear: left;
	/*margin-right: 45px;*/
	position:relative;
	left:-100px;
	display: inline-block !important;
	margin-right: -80px;
	margin-bottom: 0px !important;
}
.left-side-image-caption{
	float: left;
	clear: left;
	/*margin-right: 45px;*/
	position:relative;
	left:-100px;
	display: inline-block !important;

	margin-right: -80px;
}

.right-side-image{
	float: right;
	clear: right;
	/*margin-right: 45px;*/
	position:relative;
	right:-100px;
	display: inline-block !important;
	margin-left: -80px;
	margin-bottom: 0px !important;
}
.right-side-image-caption{
	float: right;
	clear: right;
	/*margin-right: 45px;*/
	position:relative;
	right:-100px;
	display: inline-block !important;

	margin-left: -80px;
}

p.intro{
	font-family: 'Lora', serif !important;
	font-style: italic !important;
	font-size: 1.8em !important;
	margin-bottom: 0.7em !important;
}


p{
	color:#455560;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.7em;
}

p.white{
	color: #ffffff;
}

.white-txt{
	color: #ffffff;
}

.site-footer p{
	font-size: 0.9em;
	font-weight: 300;
	color:rgba(255, 255, 255, 0.8);
	letter-spacing: 0.04em;
}

html::selection{
background-color: rgba(244, 205, 42, 0.7) !important;
}

html::-moz-selection{
background-color: rgba(244, 205, 42, 0.7) !important;
}



/*HEADINGS*/
h2{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
}
h3{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	text-transform: uppercase;
	font-size: 1em;
}
h6{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.4em;
	color: #ffffff;
}

/*SETS THE COLOR FOR THE SLIDE-IN MENU BACKGROUND*/
body{
	background-color: #081c33;
}



/*MAIN NAVIGATION*/

.main-navigation{
	padding-top: 30px;
	/*height: 100px;*/
	
}

.main-navigation ul{
	display: none;
}

.main-navigation ul li{
	display: inline-block;
	/*line-height: 100px;*/
	margin: 0 15px;
}
.main-navigation ul li a{
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	/*line-height: 1.5em;*/
	height: 50px;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75em;

}

/*HIGHLIGHTS CURRENT PAGE*/
.current-menu-item a{
	color: #f4cd2a !important;
}

.mobile-menu-container{
		display: block;
		padding-top: 30px;
	}

.red{
	background-color: red;
}

.green{
	background-color: green;
}

.blue{
	background-color: blue;
}

.site-header{
	/*background-image: url(images/dumping-body-1500x1000.jpg);*/
	min-height: 170px;
	position: relative;
	margin-top:-135px;
	
}

.page-title{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
}

.page-title span{
	color: #f4cd2a;
}

.site-header-incontainer{
	/*background-image: url(images/dumping-body-1500x1000.jpg);*/
	min-height: 720px;
	position: relative;
	
}
.site-title, .site-description{
	display: none;
}




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

#toggle-menu {
	/*display: none !important;*/
  position: relative;
  /*top: 0px;
  right: 0px;*/
  padding-left: 15px;
  padding-top: 40px;
  display: inline-block;
  cursor: pointer;
  height: 70px;
  vertical-align: middle;
  float:right;
  /*z-index: 20;*/

}

#page {
  /* position: relative; */
  /* Set the position property so z-index will apply */
  /* z-index: 20; */
  /* Make sure this is higher than #menu */
  /* height: 100%; */
  transition: all 0.3s ease;
  /*transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;*/
}

a:focus { 
    outline: none; 
}

.slideout{
	transform: translate3d(-240px, 0, 0);
  -webkit-transform: translate3d(-240px, 0, 0);
}

.slide-in-menu, .mobile-slide-in-menu{
  
  position: fixed;
  right:0;
  width: 240px;
  padding-left: 30px;
  padding-top: 15px;
  /*padding: 15px 25px;*/
  margin: 0;
  list-style: none;
  background: #081c33;
  z-index: 9990;
  height: 100%;
  /* Make sure the z-index is lower than the #page */
  -webkit-transform .25s ease-in-out;
}

.animating{
	  transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;
}

.slide-in-menu, .mobile-slide-in-menu{
	transform: translate3d(240px, 0, 0);
	-webkit-transform: translate3d(240px, 0, 0);
	transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;

}

.menu-visible.slide-in-menu, .menu-visible.mobile-slide-in-menu {
	transform: translate3d(0px, 0, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	 transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;
}


.slide-in-menu li, .mobile-slide-in-menu li {
  list-style: none;
 
}

#menu-hamburger-menu a{
  display: block;
  color: #fff;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.8);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 0.75em;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/

}


#menu-mobile-menu a {
display: block;
  color: #fff;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}

.menu-event-info a{
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.75em;

}

.menu-event-info{
	font-size: 1em;
	padding-top: 20px;
	color: rgba(255, 255, 255, 0.8);
}


.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
  display: block;
}


a.bar{
	focus {outline:none !important;}
}
.bar {
  position: relative;
  /*transform: translateY(25px);*/
  background: white;
  transition: all 0ms 100ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#toggle-menu:hover .bar:before, #toggle-mobile-menu:hover .bar:before{

   -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);

     -webkit-transform: translate3d(0,-3,0);
}
#toggle-menu:hover .bar:after, #toggle-mobile-menu:hover .bar:after{


-webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);

     -webkit-transform: translate3d(0,23,0);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 15px; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 15px; /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transform-origin: 15px;
/*  transition: top 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
*/}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 15px; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 15px; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 15px;
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */

  transition: bottom 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}


.menu-social-media{
	padding-top:10px;
	margin-top:10px;
	border-top: 1px solid #3a4c66;

}

.menu-social-media .social-media-title{
	font-size: 0.8em;
	color: rgba(255, 255, 255,0.8);
}
.menu-social-media img{
	padding: 5px;
}

/*****************/
/*** HERO AREA ***/
/*****************/

.feature-image-container{
	/*position: relative;*/
	overflow: hidden;
	height: auto;
}

.feature-image{
	position: absolute;
	background-color: #000000;
	overflow: hidden;
	top: 10px;
	left: 0;
	width: 100%;

}

.feature-image img{
    max-width: none;
  -ms-transform: translate(-300px,0px); /* IE 9 */
   	-webkit-transform: translate(-300px,0px); /* Safari */
    transform: translate(-300px,0px);
    transition: all 0.3s ease;
    /*overflow: hidden !important;*/
}

.hero-summary{
	position: relative;
	z-index: 10;
}

.down-arrow{
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 49%;
}

.page-intro-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
	text-align: center;
	padding-top: 180px;	
}

.hero-blurb {
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
	text-align: center;

	color: rgba(255, 255, 255, 0.8);
	
	
}

.hero-blurb p{

	font-size: 1.1em;
	letter-spacing: 0.02em;
}
/*****************/
/*****************/
/*****************/

#start-content, #documentaries{
	position: relative;
	top: 500px;
}


.main-quote-container p{
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #404040;
}
#content{
	background-color: #ffffff;
	position: relative;
	/* z-index: 10; */
}


.hero-call-2-action-container{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: all 0.9s ease;
 transform-origin: left top;

    -ms-transform-origin: left top; /* IE 9 */
    
    -webkit-transform-origin: left top; /* Chrome, Safari, Opera */
 
}

.hero-call-2-action-container:hover{
	background-color: #ffffff;
}

.hero-call-2-action-container:hover a{
	color: #212121;
}

.hero-call-2-action-container a{
	font-family: 'Lato', sans-serif;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
}


/*** HOME PAGE ****/
.main-quote-container{
	padding: 50px 0;
	/*background-color: #f4cd2a;*/
	border-bottom: 1px solid #afbcc9;

}
.image-section-break{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	
}
.image-grid-container{
	position: relative;
	width: 100%;
}
.image-grid-container .caption {
    position: absolute;
    background: rgba(8, 28, 51, .8);
    height: 100%;
    z-index: 99;
    top: 0;
    text-align: center;
	padding: 20px;
	color:#ffffff;
	opacity:0;
	transition: all 0.3s ease;
}

.image-grid-container .caption:hover{
	opacity:1;
}

.half{
	width: 100%;
}
.half-wrapper{
	text-align: center;
	padding: 3em;
}
/*INSIDE PAGES*/


.content-area{
	padding: 50px 0;
}

.content-area p{
	  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7em;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}
.entry-title{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 3rem;
}


.inside-main-blurb{
	padding-top: 205px;
	text-align: center;
}
.inside-main-blurb p{
 font-family: 'Lato', sans-serif;
 font-size: 2.2em;
 margin-bottom: 0;
 line-height: 1.2em;
 font-weight: 300;
 color: #ffffff;
 text-align: center;
}



/* FOOTER*/
#colophon{
	position: relative;
	z-index: 9999;
	background-color: #081c33;
	padding: 50px 0;
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
}
.footer-logo-container{
	text-align: center;
}

.footer-info-container hr{
	width: 5%;
}

.ft-company-name
{
	text-transform: uppercase;
}

.ft-company-info p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}

.gold{
	color: #f4cd2a;
}
#colophon p{
	margin-bottom: 0.2em;
}

.footer-title{
	margin-bottom: 1em;
}

.footer-twitter p, .footer-facebook p{
	display: inline;
}

.footer-twitter img{
	margin-right: 10px;
}

.footer-twitter, .footer-facebook{
	margin-bottom:1em;
}

.footer-facebook p{
	height: 60px;
	line-height: 35px;
}

.footer-facebook-container{
	width: 40.797px;
	float: left;
	margin-right: 10px;
	height: 60px;
}

.footer-info-container, .footer-logo, .footer-social-media-container{
	padding-bottom: 2em;
} 

.footer-info-container{
	padding-top: 30px;
}

/*END OF FOOTER*/

.event-container{
	padding: 60px 0 20px 0;
	text-align: center;
}

.section-title{
	padding-bottom: 30px;
}

.dark-theme-link{
	border: 1px solid #212121;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 280px;
margin: 20px auto 0 auto;
transition: all 0.3s ease;

}

.dark-theme-link:hover{
	background-color: #f4cd2a;
	border: 1px solid #f4cd2a;
}

.dark-theme-link a{
	text-transform: uppercase;
	padding: 10px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	color: #212121;
	letter-spacing: 0.02em;
}

.light-theme-link{
	border: 1px solid #f4cd2a;
	background-color: #f4cd2a;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 170px;
margin: 20px auto 0 auto;
transition: all 0.3s ease;
}

.light-theme-link:hover{
background-color: #ffffff;
border: 1px solid #212121;
}

.light-theme-link a{
	text-transform: uppercase;
	padding: 10px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	color: #212121;
	letter-spacing: 0.02em;
}

.home-page-video-container{
	padding: 100px 0;
	background-image: url(images/home-img-bckg.jpg);

}
.section-container{
	padding: 50px 0;
}
.main-content-container{
	padding: 100px 0;
}
.alert-dismissible{
	padding-right: 1.25rem;
}


.history-section-container{
	height: 900px;
	background-image: url(images/history-bckg.jpg);
	background-repeat:no-repeat;
background-position: center center;
/* background-attachment: fixed; removed for Android */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-align: center;
	
}

/*EVENT CALENDAR*/

.tribe-events-nav-next, .tribe-events-nav-previous{
/*	background-color:#081c33;
*/	padding: 10px 20px;
}

.tribe-events-nav-next a, .tribe-events-nav-previous a{
	color:#081c33;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 0.65em;
	letter-spacing: 0.02em;
}



.inside-main-blurb hr{
		width: 10%;
		margin-left:auto !important;
		margin-right:auto !important; 
	}


.wpcf7-f39-p66-o1 input[type="email"]{
		color: #212121;

	}

.sidebar-links{
	position: fixed;
	left: 50px;
	top: 150px;
	opacity: 0;
	transition:all 0.3s ease;
}
.resources-sidebar-links{
	margin-top: 2.5em;
}

.resources-sidebar-links li a{
	color: #455560;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
transition:all 0.3s ease;
	
}

.resources-sidebar-links li {
	list-style: none;
	padding: 10px 5px;
	border-bottom: 1px solid #b5babe;
	
}

.resources-sidebar-links li:last-child {
	
	border-bottom: none;
	
}
/*RESOURCES PAGE*/
.resources-container{
	margin: 2.5em 0;
}

.resources-link a{
	color: #455560;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.79em;
	font-family: 'Lato', sans-serif;
	padding-left: 30px;
}

p.resources-content{
	font-size: 0.9em;
	margin-bottom: 0.7rem;
}

hr{
	margin: 2.5em 0 !important;
}

.resources-link{
	position: relative;
transition:all 0.3s ease;
}

.resources-link:hover{
-ms-transform: translate(10px,0px); /* IE 9 */
   	-webkit-transform: translate(10px,0px); /* Safari */
    transform: translate(10px,0px);
}

.resources-link a:before{
	content: " ";
	background-image: url(images/left-arrow.svg);
	height: 13px;
	width: 22px;
	position: absolute;
    top:5px;
    left:0;
}

.active{
	background-color: #F0F0F0;
	transition:all 0.3s ease;
	padding-left: 20px !important;
}

.active a{
	
}

h3.event-subtitle{
	color: #f4ce00 !important;
    text-align: center !important;
    margin-top: -10px !important;
    margin-bottom: 40px !important;
    font-size: 20px !important;
}

.event-body-title{
	text-align: center;
}




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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

a{
	cursor: pointer;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{
	background-color: #f4cd2a !important;
}


.tribe-events-calendar thead th{
	background-color: #081c33 !important;
}

.tribe-events-notices{
	background-color: #fFFFFF !important;
	border: 1px solid #f4cd2a !important;
	color:#081c33 !important;
}
.resources-links{
	border: 1px solid #f4cd2a;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 1em;
	transition: all 0.3s ease;
	cursor: pointer !important;
}

.resources-links a{
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	display: block;
	cursor: pointer !important;

}

.resources-links:hover{
	-ms-transform: translate(10px,0px); /* IE 9 */
   	-webkit-transform: translate(10px,0px); /* Safari */
    transform: translate(10px,0px);
}


.designer-credit{
	background-color: #081c33;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.7em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	border-top: 1px solid;
	border-top-color: rgba(255, 255, 255, 0.2);
	padding: 10px;
}

.designer-credit a {
	letter-spacing: 5px;
}
.designer-credit a{
	color: rgba(255, 255, 255, 0.7);
}

.designer-credit a:hover{
	color: rgba(255, 255, 255, 1);
}


.top-quote p{
	font-family: 'Lora', serif;" 
}

.events-mosaic{
	display: flex;
	flex-direction: column;
}

.events-mosaic .top-image, .events-mosaic .bottom-image{
/*	flex-basis: 33.33%;*/
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	transition: all 0.7s ease;
	cursor: pointer;

}

.events-mosaic .top-image:nth-child(2){
	flex-grow: 2;
	transition: all 0.7s ease;
}

.events-mosaic .top-image .image-overlayed-text, .events-mosaic .bottom-image .image-overlayed-text{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 28, 51, .8);
	z-index: 2;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
}


.events-mosaic .top-image:hover .image-overlayed-text, .events-mosaic .bottom-image:hover .image-overlayed-text{
	display: block;
	transition: all 0.7s ease;
}

.top-quote{
	padding-bottom: 40px;
}

.history-h2{
	font-family: 'Montserrat', sans-serif;
    text-align: left;
    text-transform: none;
}

.history-paragraph{

font-family: 'Montserrat', sans-serif;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.history-page p{
	font-family: 'Lato', sans-serif;
    /* font-weight: 300; */
    font-size: 1.2rem;
    line-height: 1.7em;
    margin-bottom: 1rem;
    letter-spacing: 0.01em;
    text-rendering: optimizeLegibility;
}

.history-page em{
	font-size: 0.9em;
}

.history-page h2{
	font-family: 'Montserrant', sans-serif;
    text-align: left; 
    font-weight: 700;
    text-transform: none; 
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 15px;
    color: #253038;
    margin-top: 50px;
}

.menu-hamburger-menu-container{
	margin-top: 40px;
	margin-bottom: 40px;
}


.hide-sharethis{
	display: none !important;
}
    
.expandable-container{
	position: relative;
	overflow: hidden;
	height: 400px;
}

.adjustable-height{
	height: auto !important; 
}

.bottom-fade{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0+0,1+50 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.expand-button-container{
	text-align: center;
	margin-top: 0px;
}

.hide-button-container{
	margin-top: 40px;
	text-align: center;
}
.expand-button, .hide-button{
	background-color: #f4cd2a;
	border:1px solid #f4cd2a;
	color: #212121;
	padding:10px 15px;
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s ease;
	font-size: 1em;

/*	text-transform: uppercase;
*/}

.expand-button:hover, .hide-button:hover{
background-color: #FFFFFF;	
border: 1px solid #212121;
color: #212121;

}

.hide{
	display: none !important;
}

.show{
	display: block !important;
}


.timeline-container::before{
	left: 50% !important;
	margin-top: 50px;
    margin-left: -2px;
}

.timeline-container::before{
	content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

.timeline-item{
	position: relative;
	width: 45%;
	padding: 10px;
	margin-top:45px;
/*	-webkit-box-shadow: 0px 3px 12px 0px rgba(69,86,96,0.52);
-moz-box-shadow: 0px 3px 12px 0px rgba(69,86,96,0.52);
box-shadow: 0px 3px 12px 0px rgba(69,86,96,0.52);*/
background-color: #f1f5f9;
border-radius: 6px;
}

.timeline-item:nth-child(odd){
	margin-left: 53%;

}

.timeline-item:nth-child(even){
	margin-left: 2%;

}

.timeline-item:nth-child(even) .arrow{
	  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f1f5f9;
  border-right: none;
  position: absolute;
  right: -12px; 
}

.timeline-item:nth-child(odd) .arrow{
	width: 0; 
  	height: 0; 
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;   
  	border-right:20px solid #f1f5f9;	
	position: absolute;
	left: -12px; 
}

.timeline-item:nth-child(odd) .timeline-dot{
	width: 20px;
    height: 20px;
    background-color: #a8c0d0;
    border-radius: 50%;
    position: absolute;
    left: -42px;
    top: 19px;
}

.timeline-item:nth-child(even) .timeline-dot{
	width: 20px;
    height: 20px;
    background-color: #a8c0d0;
    border-radius: 50%;
    position: absolute;
    right: -42px;
    top: 19px;
}

.timeline-item p span{
	font-weight: 700;
}

.further-reading-list, .why-donate-list{
	padding-left: 40px;
}
.further-reading-list li, .why-donate-list li{
	font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    margin-bottom: 6px;
    font-weight: 300;
}

#gallery-one-popup .entry-title, #gallery-two-popup .entry-title, #gallery-three-popup .entry-title{
	 margin-top:75px;
}

.entry-content input[type="submit"]{
	background-color: #f4cd2a !important;
	border:1px solid #f4cd2a !important;
	    padding: 8px;
    font-weight: 400;
    text-transform: uppercase;
}
.gallery-thumbnail-container{
	display: flex;
	/* margin-bottom:100px; */
	justify-content: space-around;
}
#gallery-one-popup, #gallery-three-popup, #gallery-two-popup{
	display: none;
}

.fixed-popup{
	position: fixed;
	top: 0; 
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 300;
	width: 100%; 
	height: 100%; 
	background-color: rgba(22, 27, 48, 0.95);
	display: block !important;
}

.close-popup{
	position:absolute;
	top:70px;
	right: 100px;
	width: 30px;
}


#thumbnail-one, #thumbnail-two, #thumbnail-three{
	width:30%;
	height: 300;
	text-align: center;

	color: #ffffff;
}

#customer_details{
	margin-bottom: 3rem;
}
.woocommerce .single-product{
	max-width: 72rem;
	margin:0 auto;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	max-width: 50% !important;
	
	flex:auto !important;
	
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: 50% !important;

	flex:auto !important;

}
.woocommerce-page .col2-set .col-2 .checkbox, .woocommerce-billing-fields__field-wrapper label{
	font-size:0.98rem;
}
.woocommerce .col2-set{
	/* display:flex !important; */
	justify-content: space-between;	
	/* background-color: #e8eef5;
	padding: 2rem;
    border-radius: 8px; */
}

.woocommerce-input-wrapper .optional{
	display:none;
}
.woocommerce form .form-row textarea{
	height: 8rem !important;
	min-height:8rem !important;
}
.woocommerce  .col-1{
	padding-left: 0px;
}

.woocommerce-page .col2-set .col-2{
	padding-top: 2.5rem;
}
.woocommerce .col-2{
	padding-right:0px;
	
}


.woocommerce .input-text {
	box-shadow: inset 1px 1px 3px rgba(35, 41, 28, 0.3); /* Add inner shadow effect */
	border-radius:8px;
	min-height:45px;
}
.woocommerce .select2-selection__rendered, .select2-selection{
	min-height:45px;
	box-shadow: 0px 1px 3px rgba(35, 41, 28, 0.3); /* Add inner shadow effect */
border-radius:8px;
box-shadow: 0px 1px 3px rgba(35, 41, 28, 0.2);
}

.col-2 .checkboxes-container .woocommerce-input-wrapper input[type=checkbox]{
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
}

.col-2 .checkboxes-container .woocommerce-input-wrapper .checkbox{
	/* background-color: #e8eef5 !important; */
	background-color: rgba(232, 238, 245, 0.5) !important;
	
	padding:1rem;
	border-radius:8px;
	display:block;
	width: 280px !important;
}
.col-2 .checkboxes-container .woocommerce-input-wrapper{
	/* padding: 0.75rem 0; */
}

.woocommerce .woocommerce-input-wrapper{
	margin-bottom:0px !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 45px !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:45px;
	/* top:10px !important; */
}
.woocommerce-input-wrapper{
	margin-bottom:10px !important;
}

.woocommerce h3{
	font-weight: 700;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-transform: initial !important;
	font-weight: 700;
}
.woocommerce ul.products{
	display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	float: none;
    width: 15.5rem;
    position: relative;
    margin: 0rem 2rem 4rem 2rem;
    padding-bottom: 4rem !important;
	padding-bottom:4rem !important;
	border-radius: 15px !important;
}

.add_to_cart_button{
	position:absolute !important;
	bottom:10px;
}

.woocommerce ul.products li.product a img{
	border-radius: 10px;
}

.woocommerce ul.products li.product .price{
	font-size: 1rem !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button{
	color: #FFDD00 !important;
	background-color: #0b6dd8 !important;
    border-radius: 4px !important;
	font-weight: 500 !important;

}
#thumbnail-one:hover, .close-popup:hover{
	cursor: pointer;
}


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

	.caption span { display: none !important;font-size: 0.8em !important;padding-top:5px;}
	.down-arrow{left: 45%;}
	.slide-in-search, .menu-event-info, .menu-social-media{display: none;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 15.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}
}
@media (min-width: 526px) { 
	.image-section-break{flex-direction: row;}
	.image-grid-container{width: 50%;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 15.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}
 }
@media screen and (min-width: 768px) {

	.logo-img{width: 75%;transition: all 0.3s ease;}
	.logo-img-small{width: 55%;transition: all 0.3s ease;}
	.top-event-info{text-align: center;margin: 0 auto;display: inline-block;}
	.top-donate-button{width: 150px;margin: 0 auto;}
	.menu-toggle {display: none;}
	.main-navigation ul {display: block;}
	.feature-image{top:0px;}
	.feature-image img{width: none;overflow: hidden;  -ms-transform: translate(0px,0px); /* IE 9 */
  -webkit-transform: translate(0px,0px); /* Safari */transform: translate(0px,0px);transition: all 0.3s ease;}
	.page-intro-title{font-size: 5em;padding-top: 200px;}
	.inside-main-blurb p{font-size: 2em;line-height: 1.3em;letter-spacing: 0.02em;}
	h6{font-size: 4.4em;letter-spacing: 0.01em;padding-top: 50px;font-weight: 700;}
	.hero-blurb {padding-top: 0px;}
	.hero-blurb p{font-size: 1.4em;}
	/* .one-fourth{width: 25%;float: left;} */
	.secondary-images-line{display: block;}
	.footer-logo-container{text-align: right;}
	.events-mosaic, .image-section-break{flex-direction: row;}
	.image-grid-container{width: 25%;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 12.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}
}

@media screen and (max-width: 600px){
	.sidebar-links{display: none;}
	.right-side-image{float: none;right: 0; margin:0px;}
	.left-side-image{float: none;left: 0; margin:0px;}
	.timeline-container::before{left: 7% !important;}
	.timeline-item{width: 80%;}
	.timeline-item:nth-child(odd), .timeline-item:nth-child(even){margin-left: 15%;}
	.timeline-item:nth-child(even) .arrow{width: 0;height: 0;border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;border-right: 20px solid #f1f5f9; border-left:none;position: absolute;left: -12px;}
    .timeline-item:nth-child(even) .timeline-dot, .timeline-item:nth-child(odd) .timeline-dot{left: -53px;}
}
@media screen and (min-width: 968px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 15.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}
}
@media screen and (min-width: 1200px) {
	.feature-image img{width: 100%;}
	.half{width: 50%;float: left;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 13.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}
}
@media screen and (min-width: 1300px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 15.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}

}
@media screen and (min-width: 1400px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: none; width: 16.5rem !important;  margin: 0rem 1rem 4rem 1rem !important;}

}