/*
Theme Name: triciasnell2017
Theme URI: http://underscores.me/
Author: Susan Langenes
Author URI: http://collagecreative.net
Description: A brand new theme for Tricia Snell, August 2017.
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: triciasnell2017
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.
triciasnell2017 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;
	transition: all .2s;
}
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;
}
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;
}
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;
}
tr {
	border-bottom: 1px solid #ccc;
	line-height: 2;
}
tr:nth-child(2n) {
	background: #efefef;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #58595d;
	font-family: "garamond-premier-pro",serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	font-family: "garamond-premier-pro",serif;

	margin: 0 0 .67em;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
.page h1.entry-title {
	text-align: center;
}
p {
	margin: 0 0 1.125rem;
}
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;
}
ul,
ol {
	margin: 0 0 1.5em .5em;
	padding-left: 12px;
}
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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
    border-color: #7f84c3;
    background: #FFF;
    color: #404040;
    line-height: 1;
    padding: 6px 12px 5px;
    transition: .2 all;
    transition: all 0.15s ease 0s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*	border-color: white;*/
    color: white;
    background: #7f84c3;
}
button.pswp__button:hover {
	background: transparent;
}
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: #fff;*/
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	max-width:  90%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ca9700;
	text-decoration:none;
}
a:visited {
	color: #d6b861;
}
a:hover,
a:focus,
a:active {
	color: #7f84c3;
	text-decoration:none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
.entry-header .entry-title a,
.entry-header .entry-title a:visited {
	color: #58595d;
}
.cat-links {
	display:none;
}
/*--------------------------------------------------------------
## Menus & Logo
--------------------------------------------------------------*/
.logocontainer {
	max-width: 1120px;
    margin: 0 auto;
}
.main-navigation {
	display: block;
	position:relative;
    width: auto;
    text-transform: uppercase;
    margin-top: 3px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #868789;
	padding: 10px 22px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 38px;
    left: -999em;
    z-index: 99999;
    max-width: 200px;
    display: block;
    background: white;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	/*text-decoration: underline;*/
    color: #000;
    position: relative;
}
.main-navigation li:hover > a:after {
	content: "";
    width: 70%;
    height: 2px;
    position: absolute;
    color: #7f84c3;
    top: 42px;
    border-top: 2px solid;
    left: 15%;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.toggled.main-navigation ul li:hover > ul,
.toggled.main-navigation ul li:focus > ul {
	    text-indent: 24px;
	    width: 100%;
	    max-width: 100%;
	    position: relative;
	    top: 1px;
	    left: auto;
	    margin-bottom: 20px;
	}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
@media screen and (min-width: 800px) {
	.main-navigation .current_page_item > a:after,
	.main-navigation .current-menu-item > a:after,
	.main-navigation .current_page_ancestor > a:after,
	.main-navigation .current-menu-ancestor > a:after,
	.portfolio-navigation .current_page_item > a:after,
	.portfolio-navigation .current-menu-item > a:after,
	.portfolio-navigation .current_page_ancestor > a:after,
	.portfolio-navigation .current-menu-ancestor > a:after,
	.portfolio-navigation .current-project-ancestor > a:after  {
		content: "";
	    width: 70%;
	    height: 2px;
	    position: absolute;
	    color: #7f84c3;
	    top: 42px;
	    border-top: 2px solid;
	    left: 15%;
	}

	.portfolio-navigation .current_page_item > a:after,
	.portfolio-navigation .current-menu-item > a:after,
	.portfolio-navigation .current_page_ancestor > a:after,
	.portfolio-navigation .current-menu-ancestor > a:after,
	.portfolio-navigation .current-project-ancestor > a:after   {
		top: 32px;
	}
}

.main-navigation ul ul li a:after,
.main-navigation ul ul li:hover > a:after,
.main-navigation ul ul li.current_page_item a:after,
.main-navigation ul ul li.current_page_item:hover > a:after,
.main-navigation ul ul li.current-menu-item a:after,
.main-navigation ul ul li.current-menu-item:hover > a:after {
	content: "";
    width: 0;
    height: 0;
    color:transparent;
}
@media screen and (max-width: 799px) {
	.main-navigation {
		bottom: 53px;
	}

	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	    text-indent: 24px;
	    width: 100%;
	    max-width: 100%;
	    position: relative;
	    top: 1px;
	    left: auto;
	    margin-bottom: 20px;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
}
button.menu-toggle {
	border: 0;
	background: none;
    top: 12px;
    height: 48px;
    padding: 0;
    color: #808080;
    float:left;
}
.toggled button.menu-toggle {
	float:none;
}
.menu-toggle i.fa-bars {
    display: block;
 	     font-size:1.75rem;
}

.menu-toggle i.fa-times {
    display: none;
}
.toggled .menu-toggle i.fa-bars{
    display: none;

}

.toggled .menu-toggle i.fa-times {
    display: block;
    font-size:1.75rem;
    margin-right: 6px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.toggled .menu-main-menu-container {
	display: block;
    position: relative;
    z-index: 5;
    background: white;
    border: 2px solid #ccc;
    
}

@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		-webkit-flex-direction: row;
		justify-content: center;
		-webkit-justify-content: center;
		max-width: 960px;
	    margin: 0 auto;
	    font-size: 16px;
	}
}
@media screen and (max-width: 799px) {
	.main-navigation li {
		float: none;
	    position: relative;
	    border-bottom: 1px solid #f9eee1;
	    width: 100%;
    	display: block;
	}
	.site-header {	
	    height: 84px;
	    width: 100%;
	}

}

.widget ul.menu {
	list-style-type: disc;
	margin: 0 0 1.5em .5em;
	
}
.widget ul.menu>li {
	display:list-item;
	position:relative;
}
.widget ul.menu>li a { 
	padding: 0;
	display:inline;
}

.widget ul.menu li.current-menu-item a:after,
.widget ul.menu li.current-piece-ancestor a:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    /* right: 0; */
    border-right: 10px solid #ca9700;
    margin-left: 10px;
    top: 6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.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: 100%;
}
.post-navigation .nav-previous:before {
	content: "Previous post: ";
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	/*text-align: right;
	width: 50%;*/
}
.post-navigation .nav-next:before {
	content: "Next post: ";
}
/* = Painting texture image banner strip thing
-------------------------------------------------------------------- */
.herocontainer {
/*    max-height: 100px;*/
    /*overflow: hidden;*/
    margin-bottom: 36px;
}
.herocontainer img {
	width: 100%;
}
@media screen and (max-width: 799px) {
	.herocontainer {
		position: relative;
	}
}
.home-slider {
	max-width: 1600px;
    margin: 0 auto;
}

.image.section p {
	background: #eee;
    text-align: center;
    font-style: italic;
    padding-top: 4px;
}
/*--------------------------------------------------------------
# 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. */
}
/* 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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* =Footer Widgets 
---------------------------------------------- */
#upperfooter {
	background: #eeeae4;
	padding: 34px;
}
#upperfooter .wrap {
	max-width: 960px;
	margin: 0 auto;
}
.upper-footer-widgets { 
    text-align: center;
}
/* 'follow lisa' social media icons */
#text-2 a img { 
	padding: 7px 12px 12px;
    max-width: 65px;
}
.upper-footer-widgets h3.widget-title {
    font-size: 24px;
}
@media screen and (max-width: 540px) {
    .upper-footer-widgets {
        width: 100%;
        float: none;
    }
}
.footer-widgets .widget {
    padding: 0;
}
.footer-widgets h6.widget-title {
    margin-bottom: 8px;
}
.footer-widgets ul {
    list-style: none;
    margin: 0;
}
.footer-widgets li {
    margin-bottom: 6px;
}
.footer-widgets li a {
    text-transform: uppercase;
    color: white;
}
@media screen and (min-width: 600px) {
    .footer-widgets {
        width: 23%;
        float: left;
        margin-right: 2.6%;
    }
    .fourth.footer-widgets {
        margin-right: 0;
    }
    .first.footer-widgets {
        border-right: 1px solid;
    }
    .second.footer-widgets {
        width: 18%;
    }
    .third.footer-widgets {
        width: 28%;
    }
}

.upper-footer-widgets .mc-field-group {
    width: 28%;
    float: left;
    text-align: left;
    margin-right: 24px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
    padding-bottom: 36px;
}
.archive .hentry,
.blog .hentry {
	border-bottom: 1px solid #ccc;
}
.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;
}
.entry-footer span {
	margin-right: 12px;
}
/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.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;
}
/* photoswipe gallery */
.my-gallery {
/*  min-height: 480px;*/
}
.my-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.my-gallery figure {
  display: block;
	float: left;
	
}
.my-gallery figcaption {
  height:0;
 opacity: 0;
}
.grid-sizer {
    
}
.isotope{width:100%;margin:0 auto;}
figure{display:block;margin:0;}
figcaption{display:none;}


.wp-caption figcaption.wp-caption-text {
	display:block;
	margin: 5px 0;
    font-size: .875rem;
    line-height: 1.2;
    text-align:left;
}
.portfolio-navigation {
	background: #f9f9f9;
}
.portfolio-navigation ul {
	list-style-type: none;
	display: block;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
}
.portfolio-navigation ul li {
	padding: 4px 24px;
	position: relative;
}
.hover {
	max-width: 150px;
	position: relative;
	text-align:center;
	display: inline-block;
}
.hovertitle {
	opacity: 0;
	position: absolute;
	bottom: 3px;
    line-height: 1.1;
    width: 100%;
    left: 0;
    font-size: 20px;
    color: white;
}
.hover:hover > .hoverinner .hovertitle {
	opacity: 1!important;
	-webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}
.hover:hover > .hoverinner a img {
	opacity: 0.75!important;
	-webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}
@media screen and (min-width: 575px) {
	.portfolio-navigation ul {
		display: flex;
	    display: -webkit-flex;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    justify-content: center;
	    -webkit-justify-content: center;
	}
}
.single-project .portfolio-navigation {
	/*margin-top: 52px;*/
}
/* header 
----------------------------- */
.site-header {
	max-width: 960px;
    margin: 0 auto;
    padding: 24px;
}
.site-branding {
	max-width: 320px;
	margin: 0 auto;
    text-align: center;
}
p.site-title {
	font-size: 30px;
    margin: 0;

}
.site-title a {
	/*color: #58595d;*/
	text-decoration: none;
	position:relative;
	z-index:9;
}
.site-description {
	margin: 0;
}
.content-area {
	max-width: 960px;
	margin: 0 auto;
}
.site-content {
	max-width: 960px;
    margin: 0 auto 36px;
}
#secondary {
	padding: 0 12px;
}
@media screen and (min-width:768px) {
	.content-area.two-col {
		float: left;
	    width: 75%;
	    padding-right: 48px;
	}
		#secondary {
		float: right;
	    width: 25%;
	    padding: 34px 0;
	    margin: 24px 0 0;
	}
}
.post-type-archive-project .content-area,
.tax-medium .content-area {
	margin-top: 0;
	float:none;
	max-width: 848px;
	width: auto;
}
#footer-widget-area, #colophon {
	clear: both;
	margin: 0 auto;
	padding: 36px;
	text-align: center;
}
#footer-widget-area .widget-area {
	float:left;
}
#colophon {
	background:#353c58;
	color: #cccdcf;
}
#colophon a {
	color: white;
}
.home .content-area {
	max-width: 768px;
}
/* home features 
------------------------------------------------------------------- */
#homefeatures {
	max-width: 1320px;
    margin: 0 auto 60px;
}
.featurewrapper {
	margin: 0 -12px;
}
.feature {
    float: left;
    padding: 0 12px 12px;
    position:relative;
}
.feature.left {
	/*padding-left: 0;*/
}
.feature.middle {

}
.feature.right {
	/*padding-right: 0;*/
}
.featureheading {
	font-size: 44px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    background: rgba(255,255,255,0.75);
    color: #353c58;
    padding-bottom: 7px;
}
.feature a {
	color:white;
	text-decoration:underline;
	transition: all .2s;
}
.feature a:hover {
	opacity: 0.8;
}
.heading-container {
	position:absolute;
	bottom: -6px;
	width: 100%;
	left:0;
}
@media screen and (max-width: 1160px) {
	.heading-container {
		bottom: -2px;
	}
	.featureheading {
		font-size: 44px;
	}
}
@media screen and (max-width: 950px) {
	.heading-container {
		bottom: 3px;
	}
	.featureheading {
		font-size: 34px;
	}
	.main-navigation a {
		padding: 10px 12px;
	}
}
@media screen and (max-width: 750px) and (min-width: 600px) {
	.heading-container {
		bottom: 6px;
	}
	.featureheading {
		font-size: 26px;
	}
}
#mc_embed_signup_scroll {
    width: 300px;
    margin: 0 auto;

}
#mc_embed_signup input[type="email"] {
    float: left;
    padding: 6px 6px 5px;
/*    max-width: 190px;
    font-style: italic;*/
    box-shadow: none;
    -webkit-appearance: none;
}
#mc_embed_signup input[type="submit"] {
/*    border-color: #f05f4b;
    color: white;
    background: #f05f4b;
    float: left;*/
    padding: 9px;
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 25px;
}
#mc_embed_signup input[type="submit"]:hover {
/*    border-color:#f05f4b;
    color: #f05f4b;
    background: #fff;*/
}

.textwidget .fa {
    padding: 0 12px;
    font-size: 1.625rem;
    margin: 0 4px;
}
.workshop.eventloop .sharedaddy {
	display:none;
}
/* some media queries here because lazy 
------------------------------------------------------------ */
@media screen and (max-width: 990px) {
	.site-main {
		padding:0 12px;
	}
}	
@media screen and (max-width: 670px) {
	.my-gallery {
		width: 471px;
		margin: 0 auto;
	}

}
@media screen and (min-width: 720px) {
	.one-column.section.row,
	article.type-page,
	.event.hentry,
	.page-template-page-workshops .content-area,
	.page-template-page-past-events .content-area
	 {
		max-width: 672px;
		margin-left: auto;
		margin-right: auto;
	}

}
@media screen and (min-width: 600px) {
	.feature {
		width: 33%;
	}

}
@media screen and (max-width: 600px) {
	.featurewrapper {
		max-width: 464px; 
		margin: 0 auto;
	}
}
@media screen and (max-width: 510px) {
	.my-gallery {
		width: 314px;
	}
	.content-area {
		/*padding: 34px 0 0;*/
	}
	#upperfooter {
		padding: 34px 12px;
	}
}
@media screen and (max-width: 400px) {
	.heading-container {
		bottom: -1px;
	}
	.featureheading {
		font-size: 44px;
	}
}

.column:first-child, .columns:first-child {
	padding-left: 0;
}
.column:last-child, .columns:last-child {
	padding-right: 0;
}

.page-template-page-workshops .content-area {
	padding: 0 24px;
}