/*
Theme Name: Anyone Girl
Theme URI: http://philipsole.com/
Author: Natasha Mead, Philip Sole
Author URI: http://philipsole.com/
Description: Custom blog theme for Anyone Girl.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anyone-girl
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.

Anyone Girl 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
# Custom	
--------------------------------------------------------------*/
/* first for IE 4–8 */
@font-face {
  font-family: AnoRegularRegular;
  src: url("AnoRegular-RegularWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: AnoRegularRegular;
  src: url("AnoRegular-RegularWeb.woff") format("woff");
}

@font-face {
    font-family: 'Suisse';
    src: url('SuisseIntl-Regular-WebM.eot');
    src: url('SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'),
         url('SuisseIntl-Regular-WebM.woff') format('woff'),
         url('SuisseIntl-Regular-WebM.ttf') format('truetype'),
         url('SuisseIntl-Regular-WebM.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Suisse, AnoRegularRegular, 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;
}

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-family: sans-serif;
	font-size: 16px;
	font-size: .8rem;
	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;
	height: 100%;
}

*,
*: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 {
	height: 100%;
}

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 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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

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: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

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: royalblue;
	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.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 {
}

.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;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.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-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;
}

/*--------------------------------------------------------------
# Custom
 
                 _.----._
               ,'.::.--..:._
              /::/_,-<o)::;_`-._
             ::::::::`-';'`,--`-`
             ;::;'|::::,','
           ,'::/  ;:::/, :.
          /,':/  /::;' \ ':\
         :'.:: ,-''   . `.::\
         \.:;':.    `    :: .:
         (;' ;;;       .::' :|
          \,:;;      \ `::.\.\
          `);'        '::'  `:
           \.  `        `'  .:      _,'
            `.: ..  -. ' :. :/  _.-' _.-
              >;._.:._.;,-=_(.-'  __ `._
            ,;'  _..-((((''  .,-''  `-._
         _,'<.-''  _..``'.'`-'`.        `
     _.-((((_..--''       \ \ `.`.
   -'  _.``'               \      ` SSt
     ,'

--------------------------------------------------------------*/

body {
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	font-family: Suisse, AnoRegularRegular, sans-serif;
	background: linear-gradient(90deg, #F5F5F5 50%, #FFF 50%);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Suisse, AnoRegularRegular, sans-serif;
}

body.hide-me {
	opacity: 0;
	background: #ffffff;
}

.header {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 1000;
}

.header-height {
	height: 80px;
}

.wrapper {
    max-width: 1187px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.site-branding {
	float: left;
	padding-top: 40px;
}

.site-branding img {
	max-width: 150px;
	transition: max-width .8s ease;
	-webkit-transition: max-width .8s ease;
}

.site-branding img.shrink-me {
	max-width: 110px;
}

.menu-btn {
	float: right;
	margin-top: 40px;
	cursor: pointer;
	color: #ffffff;
}

.menu-btn.open-menu {
	margin-top: 40px;
	color: #404040;
	transition: color .1s linear;
	-webkit-transition: color .1s linear;
}

.menu-btn.open-menu:hover {
	color: #999999;
}

.slide-wrapper {
	width: 50%;
	min-width: 530px;
	min-height: 100%;
	background: #00006e;
	display: none;
	float: right;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
}

.slide-inner {
	padding: 20px 40px;
}

.slide-wrapper h2 {
	color: #f9f6f0;
	overflow-y: auto;
}

#site-navigation {
	width: 100%;
	min-width: 215px;
}

#site-navigation a {
	color: #ffffff;
}

#site-navigation a span {
    width: 60px;
    display: inline-block;
}

.search-form span.number {
    color: white;
    font-size: 1.4em;
    width: 60px;
    display: inline-block;
}

#social-links {
	width: 50%;
	min-width: 215px;
	float: left;
    position: absolute;
    bottom: 30px;	
}

#social-links:after {
	content: '';
	display: table;
	clear: both;
}

#social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#social-menu li {
    display: inline-block;
    font-size: 1em;
}

#social-links a {
	color: #ffffff;
}

.menu-about-text {
    color: #ffffff;
    font-size: 1em;
    // position: absolute;
    // bottom: 0;
    // left: 0;
    padding: 20px 0;
    width: 40%;
    margin-right: 10%;
    float: left;
}

.big-menu {
    position: absolute;
    bottom: 10px;
    right: 50px;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}

.nav-search-container {
	float: left;
    width: 40%;
    margin-left: 10%;
}

.nav-search-container input {
	background: #00006e;
	border: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	max-width: 120px;
}

.nav-search-container input[type=submit] {
	display: none;
}

.nav-search-container ::-webkit-input-placeholder {
   color: #ffffff;
}

.nav-search-container :-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

.nav-search-container ::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

.nav-search-container :-ms-input-placeholder {  
   color: #ffffff;  
}

.nav-search-container input:focus {
	color: #ffffff;
	padding-left: 3px;
}

.menu-btn-container.clear {
    display: none;
}

@media all and (max-width: 900px) {
	.slide-wrapper {
		width: 100%;
	}
}

@media all and (max-width: 530px) {
	.slide-wrapper {
		min-width: 0;
		position: fixed; 
	}

	.menu-about-text {
	    position: relative;
	    float: left;
	    padding: 50px 0;
	}

	#content.menu-open, .site-footer.menu-open, .masonry-container.menu-open {
		display: none;
	}

	.nav-search-container input {
		max-width: 80px;
	}	
}

@media all and (max-width: 480px) {

	.menu-about-text {
	    padding: 0;
	    width: 100%;
	    max-width: 100%;
	}

	.nav-search-container {
	    margin-left: 0;
	    margin-top: 10px;
	    width: 100%;
	}

	.nav-search-container input {
		max-width: 80px;
	}

	div#social-links {
	    position: static;
	    width: 100%;
	    margin-top: 30px;
	}

	.big-menu.menu-btn {
	    position: static;
	    font-size: 50px;
	}	

}

.site-footer {
	background: #ffffff;
	border-top: 1px solid;
}

.site-info {
	font-size: .75em;
	padding-top: 40px;
	position: relative;
	padding-bottom: 40px;
}

.site-info .site-title {
    width: 100%;
    text-align: center;
    max-width: 1187px;
    font-size: 70px;
    margin-bottom: 60px;
}

.site-credit {
	padding-top: 15px;
}

.menu-social-container {
    position: absolute;
    top: 60px;
}

#menu-social {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 1;
}

#menu-social li {
	// display: inline-block;
}

.site-info a {
	color: #000000;
	// padding: 5px 8px;
}

.site-info a:hover {
	color: #777777;
}

.footer-contact {
    float: right;
    position: relative;
    z-index: 1;
    text-align: right;
    position: absolute;
    right: 0;
    top: 60px;
}

.site-copyright {
	position: absolute; */
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
}

@media all and (max-width: 900px) {
	.site-info {
		height: auto;
	}

	#menu-social {
		float: none;
		text-align: center;
		padding-bottom: 20px;
		position: static;
	}	

	.menu-social-container {
		position: static;
	}

	.footer-contact {
		float: none;
		text-align: center;
		padding-bottom: 20px;
		display: block;
		position: static;
	}

	.site-copyright {
		position: initial;
	    display: block;
	    padding-bottom: 10px;
	}	
}

.entry-header {
	margin-top: 70px;
}

.entry-content {
    position: absolute;
    padding: 0 8% 0 0;
	bottom: 30px;
}

.entry-content a {
    color: #404040;	
}

.header-excerpt-container {
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 4% 0 0;
	position: relative;
}

.header-excerpt-container.fix-me {
	position: fixed;
}

.header-excerpt-container .entry-content {
	text-indent: 30px;
}

.header-excerpt-container .thick-line {
    border-bottom: 10px solid;
    width: 100%;
    position: absolute;
    margin-top: 70px;
    width: 2000px;
    right: 0;
}

.article_cat_link {
	font-size: 14px;
    position: absolute;
    top: -50px;
    z-index: 1000;
}

.featured-image-container {
	width: 50%;
	height: 100%;
	float: left;
	padding: 20px 4% 0;
	position: relative;
}

.featured-image-container.shift-me {
	margin-left: 50%;
}

.featured-image-container .scroll-btn {
    display: none;
}

.featured-image-container .big-paged {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 70px;
    font-family: Suisse, serif;
}

span.category-title {
    text-transform: uppercase;
}

.body-text-container {
	width: 50%;
	float: left;
	padding: 0 4% 0 0;
	min-height: 1px;
}

.images-captions-container {
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 0 20px 4%;
	position: relative;
	text-align: center;
}

.post-upper-section {
	position: relative;
	margin-top: 10px;
	opacity: 0;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
}

.post-lower-section {
	visibility: hidden;
	margin-top: 100px;
	padding-top: 120px;
}

.home .post-lower-section {
	visibility: hidden;
	margin-top: 0px;
	padding-top: 0px;
}

.auto-featured-image {
	cursor: pointer;
	padding: 40px;
	height: 100%;
	overflow: hidden;
}

.images-captions-container img {
	opacity: 0;
	margin-top: 10px;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
}

.images-captions-container img.active {
	opacity: 1;
	margin-top: 0px;
}

figure {
	margin: 20px auto;
}

.scroll-btn {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
	padding: 0 0 0 80px;
	left: 0;
}

.scroll-btn img {
	cursor: pointer;
	padding: 0 5px;
	height: 60px;
}

body.category, body.search {
	background: #ffffff;
}

/* Masonry Grid */
#more-posts {
	background: #ffffff;
	padding: 120px 70px 70px;
}

#more-posts .wrapper {
	position: relative;
}

.masonry-container#more-posts {
	background: #ffffff;
}

.post-thumbnail-container {
	transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

.post-thumbnail-container:hover {
	opacity: .7;
}

.masonry-date {
    position: absolute;
    right: 15px;
}

a.masonry-category {
    text-transform: uppercase;
}

.masonry-post {
	position: relative;
	opacity: 0;
	top: 10px;
	float: left;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
}

.masonry-post.active {
	opacity: 1;
	top: 0;
}

.masonry-post h2 {
	font-size: 13px;	
	font-family: Suisse, AnoRegularRegular, sans-serif;
	margin: 0;
	font-weight: normal;
}

.masonry-post .entry-meta {
	font-size: 13px;
	padding-bottom: 20px;	
}

.masonry-post:nth-child(1) {
    float: left;
    display: block;
    margin: 0 9%;
    width: 32%;
    position: relative;	
}

.masonry-post:nth-child(2) {
    float: right;
    display: block;
    margin: 0 2% 80px 10%;
    width: 38%;
    min-height: 750px;
}

.masonry-post:nth-child(3) {
    float: left;
    display: block;
    margin: 100px 0 100px 10%; 
    width: 40%;
}

.masonry-post:nth-child(4) {
    float: right;
    display: block;
    margin: 0 14% 0 4%;
    width: 32%;   
}

.masonry-post:nth-child(5) {
	float: left;
    display: block;
    margin: 0 6% 100px 20%;
    width: 24%;
    margin-bottom: 50px;
}

.masonry-post:nth-child(6) {
    display: block;
    width: 33%;
    float: right;
    position: relative;
    margin: 70px 17% 100px 0;
}

.even .masonry-post:nth-child(1) {
    float: left;
    display: block;
    margin: 0 6%;
    width: 38%;
    position: relative;
    min-height: 750px;	
}

.even .masonry-post:nth-child(2) {
    float: right;
    display: block;
    margin: 0 2% 80px 18%;
    width: 30%;
    
}

.even .masonry-post:nth-child(3) {
    float: left;
    display: block;
    margin: 100px 0 100px 10%; 
    width: 40%;
}

.even .masonry-post:nth-child(4) {
    float: right;
    display: block;
    margin: 0 14% 0 4%;
    width: 32%;   
}

.even .masonry-post:nth-child(5) {
	float: left;
    display: block;
    margin: 0 6% 100px 20%;
    width: 24%;
    margin-bottom: 50px;
}

.even .masonry-post:nth-child(6) {
    display: block;
    width: 33%;
    float: right;
    position: relative;
    margin: 70px 17% 100px 0;
}


.nav-links {
	text-align: center;
	position: relative;
	background: #fff;
}

.paginate-container .next {
	// background: url("img/arrow_right.svg");
	background-size: 60px auto;
    height: 24px;
    // width: 60px;
    display: inline-block;
    // position: absolute;
    right: 15%;
    top: -1px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.paginate-container .prev {
	// background: url("img/arrow_left.svg");
	background-size: 60px auto;
    height: 24px;
    // width: 60px;
    display: inline-block;
    // position: absolute;
    left: 15%;
    top: -1px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.paginate-container {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 70px 0 0;
	font-size: 2em;
}

.page-numbers {
	padding: 5px;
}

body.page {
	background: linear-gradient(90deg, #F5F5F5 50%, #FFF 50%);
}

.page .entry-content {
	position: initial;
}

#comments {
	display: none;
}

.big-archive-title {
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
}

.archive #content {
	padding-bottom: 70px;
}

/* Masonry Grid by Tash before media queries */
#more-posts {
	background: #FAFAFA;
	padding: 30px 70px 70px;
}

.masonry-post:nth-child(1) {
    float: left;
    display: block;
    margin: 5% 0 0 0;
    width: 40%;
    position: relative;
}

.masonry-post:nth-child(2) {
    float: right;
    display: block;
    margin: 10% 2% 5% 10%;
    width: 38%;
    min-height: 700px;
}

.masonry-post:nth-child(3) {
float: left;
    display: block;
    margin: 10% 5% 10% 0;
    width: 40%;
}

.masonry-post:nth-child(4) {
    float: right;
    display: block;
    margin: 0 0 10%;
    width: 45%;
    min-height: 320px;
}

.masonry-post:nth-child(5) {
	display: block;
	margin: 0 8% 3% 3%;
	width: 46%;
	margin-bottom: 50px;
	float: left;
}

.masonry-post:nth-child(6) {
    display: block;
    width: 40%;
    float: right;
    position: relative;
    margin: 0 0 100px 0;
}

@media all and (max-width: 767px) {
	#screen-width-helper {
		position: absolute;
		z-index: -767;
	}

	body {
		background: #ffffff;
	}

	body.page {
		background: #ffffff;
	}

	.shop-block {
    		width: 100%!important;
   		float: left;
	}

	h1 {
	    font-size: 1.8em!important;
	}

	.header-excerpt-container {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.header-excerpt-container .thick-line {
	    display: none;
	}

	#content>.thick-line {
	    border-bottom: 10px solid;
	    position: absolute;
	    width: 100%;
	}	

	.header-excerpt-container .entry-title {
	    margin-bottom: 100px;
	}		

	.entry-content {
		position: initial;
		padding: 0;
		font-size: 1.1em!important;
		margin-bottom: 1.5em;
	}

	.featured-image-container {
		width: 100%;
		height: initial;
		padding: 0;
	}

	.scroll-btn {
		display: none;
	}

	.body-text-container {
		width: 100%;
	}

	.images-captions-container {
		width: 100%;
		padding: 0;
	}

	.post-lower-section {
		margin-top: 0;
		padding-top: 0;
	}

	.masonry-post {
		width: 100%!important;
		margin: 0!important;
		height: auto!important;
		min-height: 0!important;
		float: none;
		text-align: center;
	}

	#more-posts {
		padding: 30px 4%!important;
	}

	.article_cat_link {
	    position: static;
	}	

	#more-posts .big-paged {
		position: static;
    	float: right;
	}

	.featured-image-container .big-paged {
	    display: none;
	}

	.big-archive-title {
	    display: none;
	}		
}


/*--------------------------------------- 
	Slider 
----------------------------------------*/
#carousel-container {
	display: none;
	position: fixed;
	top: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.carousel-item {
	display: inline-block;
}

.owl-item {
	text-align: center;
}

.owl-prev {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
   	cursor: url("img/arrow_left.png"), url("img/arrow_left.cur"), pointer;
}

.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    cursor: url("img/arrow_right.png"), url("img/arrow_right.cur"), pointer;
}

.slider-close-container {
	padding: 30px;
	position: absolute;
	right: 0;
}

.slider-close {
	display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    cursor: pointer;
	background: url(img/close.jpg);
	background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.slide-heading {
	text-align: center;
	padding: 40px;
	margin-bottom: 40px;
}

.carousel-item img {
	cursor: pointer;
}

.slide-caption {
	padding: 40px;
}


/*--------------------------------------- 
	Tash 
----------------------------------------*/

h1 {
	font-size: 2.8em;
	line-height: 1.2;
}

textarea {
	color: #000;
	font-size: .8rem;
}

a {
	color: black;
}

a:hover {
	color: blue;
}

a:visited {
	color: black;
}

.main-navigation a {
	font-size: 1.5em;
}

.site-branding {
	padding-top: 30px;
}

.site-branding img {
	max-width: 150px;
}

.menu-btn {
    margin-top: 30px;
}

.slide-wrapper h2 {
	font-weight: normal;
}

#social-links a {
	font-size: 1em;
}

.menu-about-text {
    font-size: .8em;
    max-width: 70%;
}
 
.nav-search-container input {
	font-size: 1.5em;
}

.site-info {
	font-size: .8em;
}

.entry-content {
    bottom: 30px;
    font-size: 1.2em;
}

.scroll-btn {
	bottom: 60px;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Suisse, AnoRegularRegular, sans-serif;
	font-weight: normal;
}

.article_cat_link {
    font-size: 1em;
    line-height: 20px;
}

.entry-meta {
    font-size: 1em;
}

h1.entry-title {
	font-size: 2.2em;
    max-width: 60%;
	font-weight:normal;
	text-transform: uppercase;
}

.masonry-post h2 {
    font-size: 1em;
	padding-top:5px;
}

.masonry-post .entry-meta {
    font-size: 1em;
}

.scroll-btn {
	bottom: 0px;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.scroll-btn img {
    cursor: pointer;
    padding: 0 5px;
    height: 50px;
}

.paginate-container .next {
    background-size: 50px auto;
}

.menu-btn.open-menu {
    margin-top: 30px;
}

h1.page-title {
    font-size: 1em;
    text-align: center;
}

.nav-search-container input {
    font-family: Suisse, AnoRegularRegular, sans-serif;
}

.entry-content {
    bottom: 30px;
    font-size: 1em;
}

.main-navigation a {
    font-size: 2em;
}

.slide-wrapper h2 {
    font-weight: normal;
    font-size: 2em;
}

.search-form span.number {
    font-size: 2em;
}

.nav-search-container input {
    font-size: 2em;
}

.site-branding img.shrink-me {
    max-width: 150px;
}

#more-posts {
    padding: 30px 70px 170px;
}

.featured-image-container .big-paged {
    right: -10px;
}

.auto-featured-image {
    padding: 0 40px 40px 40px;
}

body {
	letter-spacing: .03em;
	colour: #000000;
	font-size:.75rem;
}

h1.entry-title {
    font-size: 2em;
}


.site-info .site-title {
    font-size: 50px;
}

.slide-wrapper {
	background: #171775;
}

.nav-search-container input {
    background: #171775;
}

.images-captions-container {
    text-align: left;
}

.shop-block {
    width: 45%;
    float: left;
}