/*!
Theme Name: Little Willow Theme
Theme URI: http://underscores.me/
Author: Good Design Works
Author URI: http://gooddesignworks.co.uk/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdw-template

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.

GDW Template is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/




html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.5em;
	color:#7eaf9f;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.2em;
}

h6 {
	font-size:.9em;
}

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%;
}

b, strong {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 6px;
    display: inline-block;
}


hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}


a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0 none;
    background: #99caba;
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
    padding: 2em;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    height: 100px;
    width: 100px;
    border-radius: 4em;
	margin-top: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0 none;
	background: #7eaf9f;
	color:#fff;
}

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 {
	border-color: #aaa #bbb #bbb;
}


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: #000;
    border: 0 none;
    border-radius: 0;
    padding: 1em !important;
    width: 100%;
    margin: 5px 0;
	background:#eee;
}

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%;
    height: 140px;
}

form.wpcf7-form p {
	margin:0;
}

button,
input,
optgroup,
select,
textarea {
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

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

ul, 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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #7eaf9f;
	transition:0.5s ease-in-out;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #28585e;
}

a:focus {
	outline: thin dotted;
}

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


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

/*To change entire website to narrow use .site*/
.site-content {
	padding: 2em;
	max-width:1500px;
	margin:0 auto;
}

header.site-header {
	background-color: #7eaf9f;
}

header.site-header .container {
	padding:0 2em;
}

.site-branding {
    display: block;
    margin: 0 auto;
}

.site-branding img {
	max-width:250px;
	width:100%;
}

.social {
    position: absolute;
    top: 0;
    right: 0;
}

.container {
	width:100%;
	margin:0 auto;
	max-width:1100px;
	padding:3em 2em;
	position:relative;
}

.container-med {
	max-width:600px;
	margin:0 auto;
}


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

.menu-item a img {
    max-width: 260px;
    padding: 0 2em;
}

.main-navigation {
    clear: none;
    display: block;
    float: none;
	text-align: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    float: none;
    justify-content: space-between;
    max-width: 700px;
}

.main-navigation li {
    position: relative;
    padding: 1em;
	vertical-align: middle;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    color: #fff;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

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

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


.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%;
}

.menu-toggle .main-navigation ul {
	display:none;
}

.c-hamburger {
  display:none;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:none;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 12px;
  right: 12px;
  height: 6px;
  background:#fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color:#fff;
  content: "";
}

.c-hamburger span::before {
  top: -15px;
}

.c-hamburger span::after {
  bottom: -15px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

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

#secondary {
	display:none;
}

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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




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

.site-footer {
    background: #28585e;
    color: #fff;
    display: table;
    width: 100%;
}

.site-footer .container {
    padding: 2em 2em 10px;
}

.site-info {
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 3em 0 0;
}

.site-info .container {
	padding:0 2em;
}

.site-info a {
	color:#fff;
	opacity: 0.5;
	transition: 0.5s ease-in-out;
}

.site-info a:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.pad-2 {
	padding:2em;
}

.pad-3 {
	padding:3em;
}

.pad-4 {
	padding:4em 2em;
}

.pad-5 {
	padding:5em 2em;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content {
}

.entry-content {
	
}

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

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

span.contact {
    display: inline-block;
    padding: .5em 3em 0 0;
    font-size: 1.1em;
}

span.contact p {
	margin:0;
}

.fa {
	font-size: 1.3em !important;
	padding-right: .4em;
}

.tos-caption {
	display: none;
}

.bg-1 {
	background-color:#eee;
}
.bg-1 h2 {
}

.header-image {
    background-size: cover;
    background-position: center;
/*    background-attachment: fixed;*/
    min-height: 600px;
    position: relative;
}
.header-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    right: 0;
    padding: 0;
    background: rgba(255,255,255,0.2);
}

.header-text {
	position: relative;
    max-width: 520px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    margin: auto;
    text-align: center;
}

.hero {
    font-size: 2.2em;
    color: #fff;
    line-height: 1.4;
    padding: 1em;
}

ul.grid {
	display:table;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}
li.grid-2 {
	display: block;
	float:left;
	width:48%;
	margin: 1%;
}

.gallery-image {
	background-size:cover;
	background-position: center;
	height:230px;
}

li.grid-3 {
	display: block;
	float:left;
	width:33.3%;
}

p.caption {
    margin: 5px 0;
    font-size: 0.9em;
    opacity: 0.7;
}
/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/

ul.slides {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

.flexslider .slider-container {
    position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 470px;
    height: 750px;
}

.slider-text {
    background: rgba(255,255,255,0.8);
    padding: 1em 2em;
	border-right: 3px dotted #eee;
}

li.grid-3:last-child .slider-text {
	border-right:0 none;
}

ul.flex-direction-nav {
	display:none;
}

.slider-image {
    background-size: cover;
    background-position: center;
	height: 300px;
	position: relative;
}

.flexslider {
    border: none !important;
	margin:0 !important;
	background:#000 !important;
}

.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 1em;
    text-align: left;
    z-index: 100;
    width: 100%;
    max-width: 470px;
    right: 0;
    padding: 0 3em 1em;
}

.flex-control-paging li a {
    background: #7eaf9f;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 1em !important;
    box-shadow: none !important;
    width: 15px !important;
    height: 15px !important;
}

.flex-control-paging li a.flex-active {
    background: #7eaf9f !important;
}

.flex-control-paging li a, .flex-control-paging li a.flex-active {
    background: #7eaf9f none repeat scroll 0 0 !important;
    border-radius: 20px;
}

.flex-control-paging li a {
    height: 20px !important;
    width: 20px !important;
	opacity:0.6 !important;
}
.flex-control-paging li a.flex-active {
	opacity:1 !important;
}

/*--------------------------------------------------------------
## Custom Table
--------------------------------------------------------------*/

.custom-table {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

.custom-row {
	display:table-row;
}

.custom-col {
	display:table-cell;
	vertical-align: middle;
	background-size:cover;
	background-position:center;
}

.col-1-2 {
	width:50%;
}

.col-1-3 {
	width:33.3%;
}

.col-2-3 {
	width:66.6%;
}

.col-1-4 {
	width:25%;
}

.col-3-4 {
	width:75%;
}

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

ul.category-grid {
	display:table;
	width:100%;
	margin:0;
	padding:0;
}

ul.category-grid li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 1%;
}

ul.category-grid li p {
	margin:3px 0;
}

.custom-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

a.moretag {
    display: block;
    margin-top: 10px;
}

/*--------------------------------------------------------------
## Responsive Grid
--------------------------------------------------------------*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.41%;
}
.span_10_of_12 {
  	width: 82.83%;
}

.span_9_of_12 {
  	width: 74.25%;
}

.span_8_of_12 {
  	width: 65.66%;
}

.span_7_of_12 {
  	width: 57.08%;
}

.span_6_of_12 {
  	width: 48.5%;
}

.span_5_of_12 {
  	width: 39.91%;
}

.span_4_of_12 {
  	width: 31.33%;
}

.span_3_of_12 {
  	width: 22.75%;
}

.span_2_of_12 {
  	width: 14.16%;
}

.span_1_of_12 {
  	width: 5.583%;
}

/*  GO FULL WIDTH BELOW 750 PIXELS */
@media only screen and (max-width: 750px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

/*--------------------------------------------------------------
## 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,
.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%;
}

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

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


/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/


@media (max-width:800px) { /*Width site goes responsive*/
.c-hamburger {
	display: block;
}
.main-navigation ul {
    display: none;
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.main-navigation {
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
	width: 100%;
}

.main-navigation li {
    border-bottom: 1px solid #eee;
    float: left;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
li.grid-2 {
    display: block;
    float: left;
    width: 100%;
    margin: 1%;
}
.gallery-image {
    height: 160px;
}
.container {
    padding: 2em 1em;
}
li.grid-3 {
    width: 100%;
}
.slider-image {
    height:200px;
}}

@media (max-width:750px) { 
li.grid-2 {
    width: 48%;
}}

@media (max-width:500px) { 
.hero {
    font-size: 1.4em;
}
.header-text, .header-image {
    min-height: 400px;
}
.site-branding img {
    max-width: 210px;
}
.site-content {
    padding: 1em;
}}
