/*
Theme Name: Thrive 2019
Author: Thrive Creative Group, LLC
Author URI: http://thinkthrive.com
Description: This is a theme designed and developed by Thrive Creative Group, LLC, WordPress --v 5.1.1
Version: 1.0
Text Domain: thrive
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home Page
	## Posts and pages
	## Comments
	## Advanced Custom Fields
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

@font-face {
	font-family: "neutra-bold";
	src: url(fonts/NeutraTextTF-Bold.otf) format('otf');
	font-weight: 700;
	font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Merriweather Sans', 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: none;
}

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 {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	display: inline-block;
  width: auto;
  font-size: 18px;
  color: #FFF;
  background-color: #EDC134;
  text-transform: uppercase;
  padding: 0.75em 2.5em;
  border: 3px solid #EDC134;
}

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"] {
	-webkit-box-sizing: border-box;
	        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-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,
optgroup,
textarea,
.button {
	color: #000;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .03em;
}

.serif {
	font-family: "Playfair Display", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	clear: both;
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

h5 {
	font-size: 16px;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: 300;
}

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

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

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 {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        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: #777677;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

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: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
	background-color: #F1F2F2 !important;
}

.page-id-6425 figure {
	background-color: transparent !important;
}

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

section {
	padding: 50px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	background-color: #EDC134;
	border: 3px solid #EDC134;
	text-transform: uppercase;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

button:hover,
.button:hover
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #000;
	background-color: #FFF;
}

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

.button {
	display: inline-block;
	width: auto;
	font-size: 18px;
	color: #FFF;
	background-color: #EDC134;
	text-transform: uppercase;
	padding: 0.75em 2.5em;
	border: 3px solid #EDC134;
}

.button:hover {
	color: #000;
	background-color: #FFF;
	border-color: #EDC134;
}

.button-ghosty {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
	border: 3px solid #FFF;
}

.button-window {
	color: #FFF;
	background-color: transparent;
	border: 3px solid #FFF;
}

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 {
	font-size: 18px;
	color: #000;
	border: 2px solid #000;
	padding: 0.75em 2.5em;
}

select {
	border: 1px solid #ccc;
}

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;
	outline: none;
}

textarea {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.error404 .search-field,
	.error404 .search-submit {
		width: 100%;
		margin-bottom: 5px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body {
	position: relative;
}

.site-header {
	width: 100%;
	margin: 50px 0 25px;
}

.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

}

.site-header > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	position: relative;
	color: #4D4D4D;
	font-weight: 700;
	font-size: 48px;
	font-family: "neutra-bold", "proxima-nova", sans-serif;
}

.logo::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 3px;
	background-color: #edc134;
	transition: width 0.3s ease;
}

.logo:hover {
	border: none;
	/* color: #edc134; */
}

.logo:hover::after {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #edc134;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: none;
}

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

.moretag {
	display: inline-block;
	margin-top: .5em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-menu-container {
	/* width: 100%; */
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-navigation {
	clear: both;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.main-navigation > .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0.25em 1em;
	color: #4D4D4D;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	border: 3px solid transparent;
}

.main-navigation a:hover {
	color: #000;
}

#primary-menu > li > a {
	position: relative;
}

#primary-menu > li > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1em;
	z-index: 1;
	width: 0;
	height: 3px;
	background-color: #edc134;
	transition: width 0.3s ease;
}

#primary-menu > li > a:hover::after {
	width: calc(100% - 2em);
}

#primary-menu > li:last-of-type > a {
	color: #FFF;
	background-color: #edc134;
	border: 3px solid #edc134;
}

#primary-menu > li:last-of-type > a:hover {
	color: #000;
	background-color: #FFF;
	border-color: #EDC134;
}

#primary-menu > li:last-of-type > a::after {
	display: none;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.main-navigation ul ul {
	/* -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	display: block;
	width: 255px;
	/* padding: 10px 0; */
	background-color: transparent;
	transition: opacity 0.3s ease;
	/* filter: drop-shadow(-2px 0 8px rgba(0, 0, 0, 0.3)); */
}

/* .main-navigation ul ul::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 15%;
	z-index: 99999;
	width: 25px;
	height: 20px;
	background: url(images/svg/submenu-triangle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
} */

.main-navigation ul ul > li {
	padding: 3px;

}

.main-navigation ul ul > li:hover {
	background-color: #edc134;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	/* width: calc(250px - 2em); */
	padding: .5em 1em;
	background-color: #FFF;
}

.main-navigation ul ul li {
	display: block;
	transition: background-color 0.3s ease;
}

.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 {
	visibility: visible;
	opacity: 1;
}

.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,
.main-navigation .current-menu-ancestor > a {
}

/* #primary-menu > li {
	width: 190px;
	margin: 25px 0 10px;
} */

/* #primary-menu > li > a {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	padding-bottom: 15px;
} */

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

.menu-toggle {
	position: relative;
	width: 30px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	transition: none;
	border: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background-color: transparent;
}

.menu-toggle .bar {
	width: 100%;
	height: 3px;
	/* background-color: #4D4D4D; */
	background-color: #EDC134;
}

.menu-toggle .top {
	position: absolute;
	top: 0;
	left: 0;
}

.menu-toggle .middle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-toggle .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-navigation.toggled {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu-toggle[aria-expanded="true"] {
	position: absolute;
	z-index: 2001;
	top: -50px;
	right: 310px;
	width: 50px;
	height: 50px;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.95);
}

.menu-toggle[aria-expanded="true"] .bar {
	width: 33px;
}

.menu-toggle[aria-expanded="true"] .top {
	top: 23%;
	left: 43%;
	transform: rotate(-45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .bottom {
	bottom: 25%;
	left: 40%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .middle {
	display: none;
}

.main-navigation.toggled .menu {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	max-width: 75%;
	width: 310px;
	height: 100vh;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.main-navigation.toggled ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.main-navigation.toggled ul li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-navigation.toggled ul a {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1em !important;
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
	background-color: transparent;
}

.main-navigation.toggled ul ul {
	position: relative;
	z-index: -1;
	top: 0;
	left: auto;
	display: block;
	width: 100%;
	max-height: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: none;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}

.main-navigation.toggled ul ul::before {
	display: none;
}

.main-navigation ul > li:last-of-type ul {
	right: 0;
}

.main-navigation.toggled ul li.menu-item-has-children {
	position: relative;
}

.main-navigation.toggled ul li.menu-item-has-children ul.sub-menu {
	visibility: hidden;
	opacity: 0;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu {
	z-index: 9999;
	max-height: 9999px;
	visibility: visible;
	opacity: 1;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu a {
	font-size: 16px;
	padding: 0.5em 1em;
}

@-webkit-keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

@keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

.submenu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 50px;
	height: 51px;
	background-color: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submenu-toggle:hover,
.submenu-toggle:focus {
	background-color: #DEDEDE;
}

.submenu-toggle svg {
	width: 25px;
	pointer-events: none;
	transition: 0.3s ease;
}

.focus .submenu-toggle svg {
	transform: rotate(-180deg);
}

@media screen and (min-width: 1101px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: center;
		    justify-content: center;
	}

	.submenu-toggle {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.menu-toggle[aria-expanded="true"] {
		right: 75%;
	}

	.main-navigation.toggled .menu {
		max-width: none;
		width: 75%;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1em 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%;
}

.pagination {
	width: 100%;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.pagination .nav-links > * {
	padding: 0.25em;
	margin: 0.25em;
	font-size: 18px;
	font-weight: 300;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	color: #FFF;
	border-bottom: 5px solid #edc134;
}

.site-footer,
.site-footer a {
	color: #edc134;
	font-weight: 300;
}

.site-footer a:hover {
	color: #777677;
}

.site-footer ul,
.site-footer ol {
	margin-left: 1.5em;
	padding-left: 0;
}

.site-footer .content-wrap {
	width: 100%;
	background-color: #000;
}

.home .site-footer .content-wrap {
/*	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;*/
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.footer-image {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-image img {
	width: 100%;
	height: auto;
}

.site-info .contact {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.site-info .site-title {
	font-size: 16px;
	font-weight: 300;
	font-family: "proxima-nova", sans-serif;
}

.address {
	font-style: normal;
}

.address a {
	color: #FFF;
	font-weight: 300;
	line-height: 2.75;
	font-family: "proxima-nova", sans-serif;
}

.email-phone {
	line-height: 2.75;
	text-align: right;
}

.email-phone,
.email-phone strong {
	color: #FFF;
	font-weight: 300;
}

.email-phone a {
	color: #EDC134;
}

.site-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
	padding-top: 25px;
	font-family: "proxima-nova", sans-serif;
	border-bottom: 1px solid rgba(119, 117, 119, 0.5);
}

.site-info > * {
	width: 31%;
}

.copyright-bar {
	text-align: center;
	padding: 1em 0;
	color: #777677;
	font-family: "proxima-nova", sans-serif;
}

.copyright-bar > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	font-size: 10px;
}

.copyright-bar a {
	color: #edc134;
}

.copyright-bar .copyright a {
	color: #777677;
}

#sitemap-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

#sitemap-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap-menu li {
	margin: 0 0.5em;
}

#sitemap-menu a {
	font-size: 14px;
}

.social a {
	margin: 0 5px;
}

.social .icon {
	width: 30px;
	height: 30px;
}

.social .icon .st0 {
	fill: #777677;
	transition: fill 0.3s ease;
}

.social a:hover .icon .st0 {
	fill: #edc134;
}

@media only screen and (max-width: 1100px) {
	.home .site-footer .content-wrap {
		position: relative;
	}
}

/*--------------------------------------------------------------
# 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;
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        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;
}

.inlinecenter {
	clear: both;
	display: inline-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;
}

.slider .default-image {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider .default-image img {
	width: 100%;
	height: auto;
}

.slider .widget img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.hero {
	position: relative;
	z-index: 0;
	width: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.hero > img {
	width: 100%;
	height: auto;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 65%;
	height: 100%;
	background: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0));
}

.home .call-to-action {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: calc(100% - 150px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	color: #4D4D4D;
}

.home .call-to-action .page-wrap .wrapper {
	width: 60%;
}

.home .call-to-action h2 {
	margin-top: 0;
	font-weight: 400;
	font-size: 45px;
	line-height: 1.15;
}

.home .call-to-action p {
	font-size: 21px;
}

.home .call-to-action .button:nth-of-type(1) {
	margin-right: 1em;
}

.services {
	position: relative;
	color: #FFF;
}

.services > .page-wrap {
	position: relative;
	z-index: 1;
}

.services h4 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.services ul {
	margin: 0 0 25px;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
}

.services ul li {
	position: relative;
	width: 40%;
	padding-left: 1em;
	font-size: 48px;
	font-weight: 700;
}

.services ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0.65em;
	height: 0.65em;
	background-image: url(images/svg/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.services .image-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services .image-container img {
	height: 100%;
	width: 100%;
}

/* @supports (object-fit: cover) {
	.services .image-container img {
		object-fit: cover;
		object-position: center;
	}
} */

.image-links {
	background-color: #F2F2F2;
}

.image-links > .page-wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.image-link-widget {
	width: 300px;
	margin: 25px 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.image-links > .page-wrap > div:first-of-type {
	margin-left: 0;
}

.image-links > .page-wrap > div:last-of-type {
	margin-right: 0;
}

.image-link-widget .image-container {
	width: 170px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	overflow: hidden;
}

.image-link-widget .image-container img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
}

.image-link-widget a:hover .image-container img {
	transform: scale(1.1);
}

.image-link-widget .title {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
  font-family: "Playfair Display", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.15;
	color: #000;
}

.image-link-widget .title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #EDC134;
	transition: width 0.3s ease;
}

.image-link-widget a:hover .title::after {
	width: 100%;
}

.image-link-widget .text {
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: normal;
}

.image-link-widget .page-link {
	font-size: 18px;
	font-weight: 700;
}

.image-link-widget:hover .page-link {
	color: #000;
}

.featured-casestudy {
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

@media only screen and (min-width: 1024px) {
	.featured-casestudy {
		min-height: 600px;
	}
}

.featured-casestudy {
	height: 500px;
}

.featured-casestudy .image-container {
	height: 500px;
	max-height: none;
}

.featured-casestudy .image-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 500px;
	width: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.featured-casestudy .image-container img {
		width: 700px;
		height: 500px;
		object-fit: cover;
	}
}

.featured-casestudy > .page-wrap {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}

.featured-casestudy .content {
	max-width: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.featured-casestudy h4 {
	margin-bottom: 0.75em;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
}

.featured-casestudy .client-title {
	margin-bottom: 0.25em;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.15;
}

.featured-casestudy .about {
	max-width: 80%;
	font-size: 18px;
	font-weight: 300;
}

.featured-casestudy .featured-link {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
}

.featured-casestudy .featured-link:hover {
	color: #EDC134;
}

.featured-casestudy .image-container {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
	height: 100%;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-casestudy .image-container::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 60%;
	height: 100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0));
}

.featured-casestudy .image-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.featured-casestudy .image-container img {
	width: 100%;
	height: 100%;
}

svg.quote {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.single-testimonials svg.quote {
	margin: 0 auto 1.5em 5%;
}

.single-testimonials svg.end-quote {
	transform: rotate(180deg);
	margin: 0 5% 0 auto;
}

section.testimonials > .page-wrap {
	max-width: 925px;
}

.single-testimonials .testimonial-text {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.testimonial p {
	padding-top: 15px;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
}

.thumb-name-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.thumb-name-wrap .thumb {
	width: 150px;
	height: 150px;
	margin-right: 25px;
	border-radius: 100%;
	overflow: hidden;
}

.thumb-name-wrap .thumb img {
	width: 100%;
	height: 100%;
}

.thumb-name-wrap .name-wrap {
	text-align: left;
}

.thumb-name-wrap .name {
	font-size: 18px;
	font-weight: 400;
}

.thumb-name-wrap .client-title {
	font-size: 16px;
	font-weight: 300;
}

@media only screen and (max-width: 1100px) {
	.home .call-to-action h2 {
		font-size: 35px;
	}

	.home .call-to-action p {
		font-size: 18px;
	}

	.button {
		padding: 0.5em 1.5em;
	}

	.services ul li {
		font-size: 35px;
	}

	.image-links > .page-wrap {
		flex-wrap: wrap;
	}

	.image-link-widget {
		width: 50%;
		margin: 25px 0;
	}

	.image-link-widget > * {
		max-width: 300px;
	}

	.copyright-bar > .page-wrap {
		flex-wrap: wrap;
	}

	.sitemap-container {
		order: 1;
	}

	.site-footer .social {
		order: 2;
	}

	.copyright {
		order: 3;
		width: 100%;
		margin: 25px auto 0;
	}
}

@media only screen and (max-width: 900px) {
	.site-header {
		margin: 25px 0;
	}

	.menu-toggle[aria-expanded="true"] {
		top: -25px;
	}

	.home .call-to-action .page-wrap .wrapper {
		width: 65%;
	}

	.home .call-to-action {
		top: 125px;
	}

	.home .call-to-action h2 {
		font-size: 30px;
	}

	.services ul li {
		width: 50%;
	}

	.featured-casestudy .image-container::before {
		display: none;
	}

	.featured-casestudy .image-container::after {
		background-color: rgba(0, 0, 0, 0.4);
	}

	section {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 768px) {
	.logo {
		font-size: 32px;
	}

	.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
		background: rgba(255, 255, 255, 0.7);
	}

	.home .call-to-action .page-wrap .wrapper {
		width: 100%;
	}

	.services h4 {
		font-size: 24px;
	}

	.services ul li {
		font-size: 30px;
	}

	.services .image-container img {
		width: 768px;
		height: 768px;
		object-fit: cover;
	}

	.image-link-widget .title {
		font-size: 24px;
	}

	.featured-casestudy .client-title {
		font-size: 35px;
	}

	.button {
		font-size: 16px;
	}

	.site-footer .content-wrap {
		position: relative;
	}
}

@media only screen and (max-width: 700px) {
	.image-link-widget {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.hero {
		height: 500px;
		display: block;
	}

	.hero > img {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: auto;
		max-width: none;
	}

	@supports (object-fit: cover) {
		.hero {
			display: flex;
		}

		.hero > img {
			position: relative;
			height: 500px;
			width: 650px;
			object-fit: cover;
			object-position: right;
		}
	}

	.home .call-to-action h2 {
		font-size: 24px;
	}

	.home .call-to-action p,
	.featured-casestudy .about {
		font-size: 16px;
	}

	.site-info .contact {
		flex-wrap: wrap;
		padding-bottom: 25px;
	}

	.site-info .contact > * {
		width: 100%;
		text-align: center;
	}

	.copyright-bar > .page-wrap > * {
		width: 100%;
		text-align: center;
	}

	.sitemap-container,
	.site-footer .social {
		margin-bottom: 25px;
	}

	.copyright {
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px) {
	.home .call-to-action h2 {
		margin-bottom: 0.5em;
	}

	.home .call-to-action p {
		margin-bottom: 0.5em;
		line-height: 1.15;
	}

	.services ul li {
		width: 51%;
	}

	.single-testimonials svg.quote {
		margin: 0 auto 1.5em 0;
	}

	.single-testimonials svg.end-quote {
		transform: rotate(180deg);
		margin: 0 0 0 auto;
	}

	.single-testimonials .testimonial-text {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 500px) {
	.home .call-to-action {
		text-align: center;
	}

	.home .call-to-action h2 {
		font-size: 20px;
	}

	.home .call-to-action .button {
		width: 230px;
	}

	.home .call-to-action .button:nth-of-type(1) {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.services ul li {
		width: 75%;
	}

	.featured-casestudy .content {
		max-width: none;
	}

	.featured-casestudy .content > * {
		width: 100%;
	}

	.featured-casestudy .client-title {
		font-size: 30px;
	}

	.featured-casestudy .about {
		max-width: none;
	}
}

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

}

@media only screen and (max-width: 375px) {
	.services ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-wrap {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

h1,
h2,
h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/* .entry-container .entry-content h1:first-of-type,
.entry-container .entry-content h2:first-of-type,
.entry-container .entry-content h3:first-of-type,
.entry-container .entry-content h4:first-of-type,
.entry-container .entry-content h5:first-of-type,
.entry-container .entry-content p:first-of-type {
	margin-top: 0;
	padding-top: 0;
} */

.entry-header {
	background-color: #f2f2f2;
}

.entry-title {
	margin-top: 0;
	padding: 50px 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
}

.single .entry-container .entry-content,
.page-id-22 .entry-container .entry-content,
.post-76 .entry-container .entry-content,
.page-id-555 .entry-container .entry-content,
.page-id-74 .entry-container .entry-content,
.search-results article .page-wrap,
.archive article .page-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.team-members-block {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	flex-wrap: wrap;
}

.team-member-container {
	width: 300px;
	height: 100%;
	margin: 0 5px 50px;
	text-align: center;
}

.team-member-container > a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: stretch;
	align-items: center;
	width: 100%;
	height: 100%;
}

.team-member-container a {
	color: #000;
}

.team-member-container .image-container {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	overflow: hidden;
}

.team-member-container img {
	width: 100%;
  height: 100%;
	max-width: none;
  transition: transform 0.3s ease;
}

.team-member-container > a:hover img {
	transform: scale(1.1);
}

.team-member-container .name,
.team-member-container .title {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: 400;
	line-height: 1.15;
}

.team-member-container .name {
	position: relative;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-size: 30px;
}

.team-member-container .name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #edc134;
	transition: width 0.3s ease;
}

.team-member-container > a:hover .name::after {
	width: 100%;
	width: calc(100% - 1em);
}

.team-member-container .title {
	margin: 0 0 0.5em;
	font-size: 18px;
	font-weight: 300;
}

.team-member-container strong {
	color: #edc134;
	transition: color 0.3s ease;
}

.team-member-container > a:hover strong {
	color: #000;
}

.page-template-page-selected-works .entry-title,
.page-id-73 .entry-title,
.parent-pageid-73 .entry-title {
	margin-bottom: 0;
	padding-bottom: 0.5em;
}

.selected-works-block {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	flex-wrap: wrap;
}

.work-container {
	/* width: 300px; */
	width: 275px;
	height: 100%;
	margin: 0 5px 50px;
	text-align: center;
}

.work-container > a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: stretch;
	align-items: center;
	width: 100%;
	height: 100%;
}

.work-container .image-container {
	position: relative;
	/* width: 300px; */
	/* height: 200px; */
	width: 275px;
	height: 175px;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.work-container .image-container .award-banner {
	position: absolute;
  top: 17%;
  right: -25%;
  z-index: 2;
  width: 80%;
  font-size: 13px;
  text-align: center;
	font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #edc134;
  transform: rotate(45deg);
}

.work-container > a .image-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.work-container .image-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	height: 100%;
	width: auto;
	min-width: 100%;
	max-width: none;
}

.work-container .work-title {
	position: relative;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #777677;
	transition: color 0.3s ease;
}

.work-container > a:hover .image-container::after {
	background-color: rgba(0, 0, 0, 0.25);
}

.work-container > a:hover .work-title {
	color: #000;
}

.pagination {
	margin: 25px 0;
}

.nav-links .page-numbers {
	padding: 0.25em 0.75em;
	color: #000;
	background-color: #f2f2f2;
	border: 3px solid transparent;
	transition: 0.3s ease;
}

.nav-links .page-numbers.current {
	color: #FFF;
	background-color: #edc134;
}

.nav-links a.page-numbers:hover {
	background-color: #FFF;
	border-color: #edc134;
}

.works-pages {
	padding-bottom: 0.75em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-pages > a {
	position: relative;
	z-index: 0;
	padding: 0.25em 0.5em 0.15em;
	margin: 0 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.works-pages > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 3px;
	background-color: #edc134;
	transition: width 0.3s ease;
}

.works-pages > a:hover::after,
.works-pages > a.current::after {
	width: 100%;
}

@media only screen and (max-width: 650px) {
	.page-template-page-selected-works .entry-title,
	.parent-pageid-73 .entry-title {
		padding: 1em 0 0.25em;
		font-size: 35px;
	}

	.entry-title {
		font-size: 35px;
	}

	.works-pages {
		flex-wrap: wrap;
	}

	.works-pages > a {
		width: 100%;
		margin-bottom: 0.25em;
	}

	.works-pages > a::after {
		max-width: 140px;
		left: 50%;
		transform: translateX(-50%);
	}

	.work-container {
		width: 300px;
	}

	.work-container .image-container {
		width: 300px;
		height: 200px;
	}
}

/* Page-blog.php */
.blog > .page-wrap {
	width: 95%;
	max-width: none;
}

.blog .entry-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.blog .entry-container .post {
	width: 23.5%;
	transition: width 1s ease;
}

.blog .entry-container .post .entry-content {
	text-align: center;
}



.blog .entry-container .post .entry-content .image-container {
	position: relative;
	width: 100%;
	/* max-height: 220px; */
	/* height: 220px; */
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	background-color: #EFEFEF;
}

.blog .entry-container .post .entry-content .image-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.blog .entry-container .post .entry-content > a:hover .image-container::after {
	background-color: rgba(0, 0, 0, 0.25);
}

.blog .entry-container .post .entry-content .image-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
	height: 100%;
}

@supports (object-fit: cover) {
	.blog .entry-container .post .entry-content .image-container {
		background-color: #FFF;
	}

	.blog .entry-container .post .entry-content .image-container img {
		width: 375px;
		height: 225px;
		object-fit: cover;
		object-position: center;
	}
}

.blog .entry-container .post .entry-content .cat-title {
	font-weight: 700;
  text-transform: uppercase;
  margin-top: 1em;
	margin-bottom: 1em;
  letter-spacing: .1em;
  font-size: 13px;
	color: #edc134;
}

.blog .entry-container .post .entry-content .post-title {
	margin: 0.5em 0 0.5em;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 24px;
  color: #777677;
	transition: color 0.3s ease;
}

.blog .entry-container .post .entry-content > a:hover .post-title {
	color: #000;
}

.blog .entry-container .post .entry-content .excerpt {
	margin-top: 0;
	margin: 0 0 0.5em;
	font-weight: 300;
	color: #000;
}

.blog .entry-container .post .entry-content .more {
	/* font-weight: 300; */
	font-size: 18px;
}

.blog .entry-container article:first-of-type {
	width: 100%;
}

.blog .entry-container article:first-of-type .entry-content {
	text-align: left;
}

.blog .entry-container article:first-of-type .entry-content > a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.blog .entry-container article:first-of-type .entry-content .image-container {
	width: 60%;
	padding-bottom: 40%;
}

.blog .entry-container article:first-of-type .entry-content .image-container img {
	width: 100%;
	height: auto;
}

@supports (object-fit: cover) {
	.blog .entry-container article:first-of-type .entry-content .image-container{
		background-color: #FFF;
	}

	.blog .entry-container article:first-of-type .entry-content .image-container img {
		width: 1024px;
		height: 650px;
		object-fit: cover;
		object-position: center;
	}
}

.blog .entry-container article:first-of-type .entry-content .text-container {
	width: 35%;
}

@media only screen and (max-width: 1200px) {
	.blog .entry-container .post {
		width: 31.5%;
	}

	@supports (object-fit: cover) {
		.blog .entry-container article:first-of-type .entry-content .image-container img {
			width: 700px;
			height: 440px;
			/* width: 100%;
			height: auto; */
			object-fit: cover;
			object-position: center;
		}
	}
}

@media only screen and (max-width: 900px) {
	.blog .entry-container .post {
		width: 48.5%;
	}

	@supports (object-fit: cover) {
		.blog .entry-container article:first-of-type .entry-content .image-container img {
			/* width: 525px;
			height: 350px; */
			width: 100%;
			height: auto;
			object-fit: cover;
			object-position: center;
		}

		.blog .entry-container .post .entry-content .image-container img {
			/* width: 550px;
			height: 325px; */
			width: 100%;
			height: 100%;
		}
	}
}

@media only screen and (max-width: 700px) {
	.blog > .page-wrap {
		width: 100% !important;
	}

	.blog .entry-container .post {
		width: 100%;
	}

	.blog .entry-container article:first-of-type .entry-content > a {
		flex-wrap: wrap;
	}

	.blog .entry-container article:first-of-type .entry-content .image-container,
	.blog .entry-container article:first-of-type .entry-content .text-container {
		width: 100%;
	}

	.blog .entry-container article:first-of-type .entry-content .image-container {
		padding-bottom: 60%;
	}

	.blog .entry-container article:first-of-type .entry-content .text-container,
	.blog .entry-container .post .entry-content .text-container {
		width: 90%;
		/* padding-left: 5%; */
		/* padding-right: 5%; */
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	@supports (object-fit: cover) {
		.blog .entry-container article:first-of-type .entry-content .image-container img {
			/* width: 525px;
			height: 350px; */
			width: 100%;
			height: auto;
			object-fit: cover;
			object-position: center;
		}

		.blog .entry-container .post .entry-content .image-container img {
			/* width: 550px;
			height: 325px; */
			width: 100%;
			height: 100%;
		}
	}
}

/* 404 Page */
.error404 .error-404 {
	text-align: center;
}

.error404 .site-content {
	min-height: 400px;
}

/* Single.php */
.posted-in {
	padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.posted-in p {
	margin: 0;
}

/* Search Results Page */
.search-results section#primary {
	padding-top: 0;
}

.search-results .page-header {
	background-color: #f2f2f2;
}

.search-results .page-header .page-title {
	margin-top: 0;
  padding: 50px 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.search-results article {
	padding: 25px 0 5px;
	transition: background-color 0.3s ease;
}

.search-results article:hover,
.search-results article:focus {
	background-color: #f2f2f2;
}

.search-results .entry-header {
	background-color: transparent;
}

.search-results .entry-header .entry-title {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 30px;
}

.search-results .entry-header .entry-title a {
	margin: 0 0 0.25em;
	line-height: 1.15;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Playfair Display',serif;
}

.search-results .en\x74\x72\x79\x2D\x73\x75\x6D\x6D\x61\x72\x79\x20\x7B\x0A\x09\x6D\x61\x72\x67\x69\x6E\x3A\x20\x30\x2E\x35\x65\x6D\x20\x30\x20\x30\x3B\x0A\x7D\x0A\x0A\x2F\x2A\x20\x50\x61\x67\x65\x2D\x69\x64\x2D\x32\x32\x20\x28\x50\x72\x6F\x66\x69\x6C\x65\x29\x20\x2A\x2F\x0A\x2E\x70\x61\x67\x65\x2D\x69\x64\x2D\x32\x32\x20\x2E\x73\x70\x65\x63\x69\x61\x6C\x74\x69\x65\x73\x20\x7B\x0A\x09\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x66\x6C\x65\x78\x3B\x0A\x09\x6A\x75\x73\x74\x69\x66\x79\x2D\x63\x6F\x6E\x74\x65\x6E\x74\x3A\x20\x73\x70\x61\x63\x65\x2D\x62\x65\x74\x77\x65\x65\x6E\x3B\x0A\x09\x61\x6C\x69\x67\x6E\x2D\x69\x74\x65\x6D\x73\x3A\x20\x66\x6C\x65\x78\x2D\x73\x74\x61\x72\x74\x3B\x0A\x7D\x0A\x0A\x2E\x70\x61\x67\x65\x2D\x69\x64\x2D\x32\x32\x20\x2E\x73\x70\x65\x63\x69\x61\x6C\x74\x69\x65\x73\x20\x75\x6C\x20\x7B\x0A\x09\x6D\x61\x72\x67\x69\x6E\x3A\x20\x30\x3B\x0A\x09\x70\x61\x64\x64\x69\x6E\x67\x3A\x20\x30\x3B\x0A\x09\x6C\x69\x73\x74\x2D\x73\x74\x79\x6C\x65\x2D\x74\x79\x70\x65\x3A\x20\x6E\x6F\x6E\x65\x3B\x0A\x09\x2F\x2A\x20\x6C\x69\x73\x74\x2D\x73\x74\x79\x6C\x65\x2D\x69\x6D\x61\x67\x65\x3A\x20\x75\x72\x6C\x28\x69\x6D\x61\x67\x65\x73\x2F\x73\x76\x67\x2F\x63\x68\x65\x63\x6B\x2E\x73\x76\x67\x29\x3B\x20\x2A\x2F\x0A\x7D\x0A\x0A\x2E\x70\x61\x67\x65\x2D\x69\x64\x2D\x32\x32\x20\x2E\x73\x70\x65\x63\x69\x61\x6C\x74\x69\x65\x73\x20\x75\x6C\x20\x6C\x69\x20\x7B\x0A\x09\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3B\x0A\x09\x6D\x61\x72\x67\x69\x6E\x3A\x20\x30\x3B\x0A\x09\x70\x61\x64\x64\x69\x6E\x67\x3A\x20\x30\x20\x30\x20\x30\x20\x31\x2E\x35\x65\x6D\x3B\x0A\x09\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A\x20\x31\x38\x70\x78\x3B\x0A\x09\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74\x3A\x20\x33\x30\x30\x3B\x0A\x09\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A\x20\x32\x65\x6D\x3B\x0A\x7D\x0A\x0A\x2E\x70\x61\x67\x65\x2D\x69\x64\x2D\x32\x32\x20\x2E\x73\x70\x65\x63\x69\x61\x6C\x74\x69\x65\x73\x20\x75\x6C\x20\x6C\x69\x3A\x3A\x62\x65\x66\x6F\x72\x65\x20\x7B\x0A\x09\x63\x6F\x6E\x74\x65\x6E\x74\x3A\x20\x22\x22\x3B\x0A\x09\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x61\x62\x73\x6F\x6C\x75\x74\x65\x3B\x0A\x09\x74\x6F\x70\x3A\x20\x35\x30\x25\x3B\x0A\x09\x6C\x65\x66\x74\x3A\x20\x30\x3B\x0A\x09\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D\x3A\x20\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x59\x28\x2D\x35\x30\x25\x29\x3B\x0A\x09\x77\x69\x64\x74\x68\x3A\x20\x31\x65\x6D\x3B\x0A\x09\x68\x65\x69\x67\x68\x74\x3A\x20\x31\x65\x6D\x3B\x0A\x09\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x69\x6D\x61\x67\x65\x3A\x20\x75\x72\x6C\x28\x69\x6D\x61\x67\x65\x73\x2F\x73\x76\x67\x2F\x63\x68\x65\x63\x6B\x2E\x73\x76\x67\x29\x3B\x0A\x09\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x72\x65\x70\x65\x61\x74\x3A\x20\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74\x3B\x0A\x09\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x73\x69\x7A\x65\x3A\x20\x63\x6F\x6E\x74\x61\x69\x6E\x3B\x0A\x09\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x63\x65\x6E\x74\x65\x72\x20\x63\x65\x6E\x74\x65\x72\x3B\x0A\x7D\x0A\x0A\x2E\x70\x61\x67\x65\x2D\x69\x64\x2D\x32\x32\x20\x2E\x63\x61\x6C\x6C\x2D\x74\x6F\x2D\x61\x63\x74\x69\x6F\x6E\x20\x7B\x0A\x09\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A\x20\x22\x70\x72\x6F\x78\x69\x6D\x61\x2D\x6E\x6F\x76\x61\x22\x2C\x73\x61\x6E\x73\x2D\x73\x65\x72\x69\x66\x3B\x0A\x20\x20\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65\x3A\x20\x69\x74\x61\x6C\x69\x63\x3B\x0A\x20\x20\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74\x3A\x20\x33\x30\x30\x3B\x0A\x20\x20\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x20\x63\x65\x6E\x74\x65\x72\x3B\x0A\x20\x20\x63\x6F\x6C\x6F\x72\x3A\x20\x23\x37\x37\x37\x36\x37\x37\x3B\x0A\x20\x20\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A\x20\x32\x32\x70\x78\x3B\x0A\x20\x20\x70\x61\x64\x64\x69\x6E\x67\x3A\x20\x31\x65\x6D\x20\x30\x3B\x0A\x20\x20\x62\x6F\x72\x64\x65\x72\x2D\x74\x6F\x70\x3A\x20\x32\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x23\x66\x32\x66\x32\x66\x32\x3B\x0A\x20\x20\x62\x6F\x72\x64\x65\x72\x2D\x62\x6F\x74\x74\x6F\x6D\x3A\x20\x32\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x23\x66\x32\x66\x32\x66\x32\x3B\x0A\x20\x20\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A\x20\x3 