/*
	Theme Name: Peregrine
	Author: Oval Design
	Author URI: http://oval-design.co.uk/

	Version: 1.1.1

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: Peregryne
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
:root {
	--main-color: #1a3c4f;
	--main-color-hover: #993333;
	--link-color-active: #993333;
	--main-font: 'PT Serif', serif;
	--heading-font: 'Spectral', serif;
}
body {
	background-color: #fff;
	color: var(--main-color);
	font-family: var(--main-font);
	font-size: 18px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	height: 100%;
}
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: var(--main-color);
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #983333;
	text-decoration: none;
}
p {
	margin: 0 0 20px;
	padding: 0;
	line-height: 2.2rem;
}

p a{
	color: #983333;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
.description-gem__content li{
	list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 2.2rem;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
mark {
	background: #ddd;
	color: #333;
}
blockquote {
	margin: 30px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Button
--------------------------------------------- */

button {
	background-color: transparent;
    border: 0;
    color: #1a3c4f;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 25px 15px 0;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-bottom: 2px solid #ecf0f2;
}
button.standard {
    position: relative;
}
button.standard:after {
	position: absolute;
    content: '\e878';
    font-family: "linearicons-Free";
    margin-left: 10px;
}
.filter-show {
    padding-bottom: 0;
	border-bottom: 0;
	padding-right: 0;
}
.filter-show:hover {
    border-bottom: 0;
}
.btn-loadmore {
    position: relative;
	padding-right: 15px;
	border-bottom: 0px;
}
.btn-loadmore:after {
    position: absolute;
    content: '\e878';
	font-family: "linearicons-Free";
    margin-left: 10px;
}
.btn-loadmore:hover {
    color: var(--link-color-active);
    border-bottom: none;
}
.btn-loadmore.done {
    opacity: 0.3;
}
button:focus, button:hover {
    color: var(--link-color-active);
    background-color: transparent;
    border-color: var(--link-color-active);
}
button:hover {
	border-bottom: 2px solid #983333;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	font-family: var(--heading-font);
}
h1 {
	font-size: 35px;
	font-size: 3.5rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
.entry-content h4 {
	margin-top: 40px;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
@media print, screen and (max-width: 420px) {
	h1 {
		font-size: 35px;
		font-size: 2.6rem;
	}
	h2 {
		font-size: 30px;
		font-size: 2.2em;
	}
	h3 {
		font-size: 24px;
		font-size: 2rem;
	}
	h4 {
		font-size: 20px;
		font-size: 1.8rem;
	}
	h5 {
		font-size: 18px;
		font-size: 1.6rem;
	}
	h6 {
		font-size: 16px;
		font-size: 1.4rem;
	}
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

input, select, textarea {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #333;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #a70b0b;
	color: #fff;
}
.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Cookie
---------------------------------------------------------------------------------------------------- */

/* Plugin Styles */
.cookie-popup {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
	background-color: #800b0f;
    color: #fff;
    font-family: 'Yrsa', serif;
    line-height: initial;
    box-sizing: initial;
}    
.cookie-popup-inner {
    width: 100%;
    font-family: 'Akkurat';
}
.cookie-popup-content {
    padding: 45px 10px;
    text-align: center;
}
.cookie-popup-headline {
    font-size: 20px;
}
.cookie-popup-sub-headline {
    font-size: 12px;
}
.cookie-popup-right {
    padding: 10px 15px;
}
.cookie-popup-accept-cookies {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 8px;
    font-size: 18px;
    min-width: 64px;
    line-height: 1.5;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
}    
.cookie-popup-accept-cookies:hover {
    bottom: 1px;
    text-decoration: none;
    color: inherit;
}
.cookie-popup-accept-cookies:active {
    bottom: 0;
    color: initial;
}
.learn-more {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 800;
}
.cookie-popup-learn-more {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}
.cookie-popup-learn-more:hover {
    color: #f5f5f5;  
}
.cookie-popup-learn-more:active,
.cookie-popup-learn-more:focus {
    text-decoration: none;
}
.cookie-popup-lower {
    padding: 15px;
    font-size: 14px;
}
.cookie-popup.position-bottom {
    bottom: 0;
}
.cookie-popup.position-top {
    top: 0;
}
.cookie-popup.position-bottomright {
    width: 300px;
    right: 10px;
    bottom: 10px;
    left: inherit;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-bottomright .cookie-popup-right {
    width: initial;
}
.cookie-popup.position-bottomleft {
    max-width: 350px;
    left: 10px;
    bottom: 10px;
    right: inherit;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-bottomleft .cookie-popup-right {
    width: initial;
}
.cookie-popup.position-topright {
    width: 300px;
    right: 10px;
    top: 10px;
    left: inherit;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-topright .cookie-popup-right {
    width: initial;
}
.cookie-popup.position-topleft {
    width: 300px;
    left: 10px;
    top: 10px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-topleft .cookie-popup-right {
    width: initial;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
.wrap {
    margin: 0 auto;
    padding: 0 5%;
}

@media print, screen and (min-width: 1280px) {
	.wrap { 
		width: 1224px; 
	}
}
@media print, screen and (min-width: 1440px) {
  .wrap {
	   width: 1380px; 
	}
}

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

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

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

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.small-title {
    font-size: 1.8rem;
}
/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
}

/* Utility Classes
---------------------------------------------------------------------------------------------------- */

.flex-list {
	display: flex
}
.d-flex {
	position: relative;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    padding: 10px 0;
    width: 100%;
}
.col-header {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 2px solid #ecf0f2;
}
@media print, screen and (min-width: 800px) {
	.site-header {
		padding: 20px 0;
		width: 100%;
	}
	.col-header {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.header-menu.col-header {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media print, screen and (max-width: 799px) {
	.header-menu.col-header {
		display: none;
	}
	.bumper {
		width: 100%;
		padding: 30px;
	}
	.site-header {
		position: fixed;
		z-index: 999;
		background-color: #fff;
	}
	.site-header.shrink {
		-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
		-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
		box-shadow: 0 3px 15px rgba(57, 63, 72, 0.1);
	}
}
/* Title Area
--------------------------------------------- */

.title-area {
    display: flex;
}
.title-area img {
    width: 200px;
}
.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
@media print, screen and (min-width: 501px) {
	.title-area img {
		width: 250px;
	}
}
/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.site-nav ul {
    display: flex;
}
.site-nav li {
    padding: 0 10px;
    line-height: 1.5;
}
.site-nav li.current-menu-item > a {
    color: var(--link-color-active);
}
.site-nav a {
	position: relative;
	font-family: var(--heading-font);
}
.site-nav li.current-menu-item > a:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #983333;
    bottom: -11px;
    right: 0;
    width: 100%;
}
.single-page-latest #menu-item-76 > a {
	color: var(--link-color-active);
}
.single-page-latest #menu-item-76 > a:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #983333;
    bottom: -11px;
    right: 0;
    width: 100%;
}
.single-page-project #menu-item-61 > a {
	color: var(--link-color-active);
}
.single-page-project #menu-item-61 > a:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #983333;
    bottom: -11px;
    right: 0;
    width: 100%;
}
/* Responsive Menu
--------------------------------------------- */
.mobile__button_container {
	position: fixed;
    top: 22px;
    right: 20px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
}
.mobile__button_container:hover {
	opacity: .7;
}
.mobile__button_container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
			transform: translateY(10px) translateX(0) rotate(45deg);
	background: #FFF;
}
.mobile__button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.mobile__button_container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
			transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #FFF;
}
.mobile__button_container span {
	background: #1a3c4f;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
}
.mobile__button_container span:nth-of-type(2) {
	top: 10px;
}
.mobile__button_container span:nth-of-type(3) {
	top: 20px;
}
.overlay-mobile__menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, width .35s;
	z-index: 50;
}
.overlay-mobile__menu:before {
	content: '';
	background: #983333;
	left: -55%;
	top: 0;
	width: 51%;
	height: 100%;
	position: absolute;
	transition: left .35s ease;
}
.overlay-mobile__menu:after {
	content: '';
	background: #983333;
	right: -55%;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	transition: all .35s ease;
}
.container-mobile-menu {
    display: flex;
    height: 100%;
    flex-direction: column;
	padding: 15px 20px;
}
.logo-overlay-mobile {
    z-index: 9;
    display: flex;
    justify-content: flex-start;
}
.logo-overlay-mobile img {
	opacity: 0;
	max-width: 250px;
}
.social-menu-overlay ul {
    display: flex;
	flex-direction: inherit !important;
}
.social-menu-overlay .social-menu {
    margin-bottom: 0;
}
.social-menu-overlay {
    display: flex;
    justify-content: center;
    width: 100%;
}
.menu-mobile__container-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.overlay-mobile__menu.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.overlay-mobile__menu.open:before {
	left: 0;
}
.overlay-mobile__menu.open:after {
	right: 0;
}
.overlay-mobile__menu.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
			animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
			animation-delay: .35s;
}
.overlay-mobile__menu.open li:nth-of-type(2) {
	-webkit-animation-delay: .45s;
			animation-delay: .45s;
}
.overlay-mobile__menu.open li:nth-of-type(3) {
	-webkit-animation-delay: .55s;
			animation-delay: .55s;
}
.overlay-mobile__menu.open li:nth-of-type(4) {
	-webkit-animation-delay: .65s;
			animation-delay: .65s;
}
.overlay-mobile__menu.open li:nth-of-type(5) {
	-webkit-animation-delay: .75s;
			animation-delay: .75s;
}
.overlay-mobile__menu.open .logo-overlay-mobile img {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay-mobile__menu nav {
    position: relative;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    z-index: 100;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.overlay-mobile__menu ul {
	list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
.overlay-mobile__menu ul li {
	display: block;
	min-height: 50px;
	position: relative;
	opacity: 0;
  }
.overlay-mobile__menu ul li a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
  }
.overlay-mobile__menu ul li a:hover:after, .overlay-mobile__menu ul li a:focus:after, .overlay-mobile__menu ul li a:active:after {
	width: 100%;
}
.overlay-mobile__menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s;
}
  
@-webkit-keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
}
  
@keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
  }
@media print, screen and (max-width: 500px) {
	.mobile__button_container {
		top: 17px;
	}
	.mobile__button_container span {
		height: 3px;
	}
	.logo-overlay-mobile img {
		max-width: 200px;
	}
}
@media print, screen and (min-width: 801px) {
	.mobile__button_container {
		display: none;
	}
	.overlay-mobile__menu {
		display: none;
	}
	.mobile__button_container {
		top: 30px;
	}
}
/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}
.projects-pagination {
    text-align: center;
    padding: 20px 0;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 15px;
	font-family: var(--heading-font);
	font-size: 1.5rem;
	line-height: 1.5;
}
.site-footer p {
    margin-bottom: 0;
}
.site-footer h4 {
    margin-bottom: 5px;
}
.top__footer {
    padding: 20px 0;
}
.bottom__footer {
    padding: 60px 0 20px;
}
.row__footer {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-footer {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px !important;
    padding-right: 15px !important;
}
.col-footer:first-child {
    padding: 20px 0;
}
.col-footer:nth-of-type(2), .col-footer:nth-of-type(3) {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.footer__top {
    padding: 40px 0 80px;
}
.footer__bottom {
    padding-bottom: 20px;
}
.container-footer-social, .container-footer-menu {
	display: flex;
    justify-content: flex-end;
    width: 100%;
}
.top__footer {
    padding: 20px 0;
}
.social-menu ul {
    display: flex;
}
.social-menu ul li {
    padding-left: 15px;
    font-size: 3rem;
}
.location-footer a {
    text-decoration: underline;
}
@media print, screen and (min-width: 801px) {
	.col-footer {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-footer:first-child {
		padding: 40px 0 80px;
	}
	.col-footer:nth-of-type(2) {
		order: 3;
		padding-bottom: 20px;
	}
	.col-footer:nth-of-type(3) {
		order: 2;
		padding: 40px 0 80px;
	}
	.col-footer:nth-of-type(4) {
		order: 4;
	}
}
@media print, screen and (max-width: 800px) {
	.col-footer:last-child {
		padding: 20px 0;
	}
	.site-footer .footer-menu ul {
		display: flex;
	}
	.site-footer .footer-menu ul li {
		padding-right: 15px
	}
	.site-footer .footer-menu ul li:last-child {
		padding-right: 0;
	}
	.site-footer .container-footer-menu {
		justify-content: flex-start;
	}
}
/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* 	HOMEPAGE
---------------------------------------------------------------------------------------------------- */

/* Structure
------------------------------- */
.page-homepage {
    padding-top: 20px;
}
@media print, screen and (min-width: 801px) {
	.page-homepage {
		padding-top: 80px;
	}
}
/* Headline
------------------------------- */
.headline h2 {
	font-size: 2.5rem;
    margin-bottom: 0;
}
/* Slider
------------------------------- */
.slider__home .flexslider {
    margin: 0 0 50px;
}
.slider__home {
    overflow: hidden;
    padding-top: 60px;
}
.slider-text__home {
	width: 100%;
	position: absolute;
	bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}
.slider-text__home p {
	margin: 0 25px;
    padding: 15px 0;
}
.slider__home .flex-control-nav {
	display: flex;
    justify-content: flex-end;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    bottom: -50px;
    z-index: 9;
    text-align: right;
    padding: 18px 25px;
}
.slider__home .flex-control-paging li > a {
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer;
    text-indent: 9999px;
    box-shadow: none;
    border: 1px solid #1a3c4f;
}
.slider__home .flex-control-paging li a.flex-active {
    background: rgb(152, 51, 51);
    border: 1px solid #973333;
}
@media print, screen and (min-width: 576px) {
	.slider-text__home {
		max-width: 70%;
		bottom: 0;
		background-color: #fff;
	}
	.slider-text__home p {
		border-bottom: 2px solid #ecf0f2;
	}
	.slider__home .flex-control-nav {
		max-width: 70%;
		bottom: 0;
	}
}
/* Grid Section Home
---------------------------------- */
.info-studio__section {
    padding: 20px 0;
}
.info-studio__section img {
    margin-bottom: 20px;
}
.info-studio__section a:hover {
    color: #214253;
}
@media print, screen and (max-width: 575px) {
	.info-studio__section {
		background-color: #ebf0f2;
	}
}
/* Instagram Feed 
---------------------------------- */
.instagram-feed {
    background-color: #ebf0f2;
    padding: 30px 0;
}

/* 	THE PRACTICE
---------------------------------------------------------------------------------------------------- */

.description-practice {
    padding: 40px 0;
}
.description-practice__content {
    line-height: 2.2rem;
}
.description-practice ul {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -moz-column-rule: none;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    -webkit-column-rule: none;
    column-count: 1;
    column-gap: 1em;
    column-rule: none;
    position: relative;
    margin-bottom: 30px;
}
.description-practice ul > li {
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
}
.description-practice ul > li:before {
    content: "";
	position: absolute;
	top: 50%;
    left: 0;
	width: 8px;
	height: 1px;
    background-color: #1a3c4f;
}
.description-practice__img {
    text-align: center;
}
.team-practice {
    padding: 40px 0;
}
.headline-team {
    margin-bottom: 50px;
}
.col-item-team {
    margin-bottom: 30px;
}
.content-item-team {
    position: relative;
    padding-bottom: 20px;
}
.name-team {
    font-size: 1.6rem;
    font-weight: bold;
	font-family: var(--main-font);
	margin-bottom: 10px;
}

.team-overlay-content.open .name-team {
	    font-size: 2.4rem;
}

.content-item-team p {
    margin-bottom: 0;
}
.col-item-team a.overlay-team:hover {
	color: #973333;
}
.col-item-team a.overlay-team:after {
    transition: ease 0.3s;
    content: "";
    background: transparent;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.col-item-team a.overlay-team:hover:after {
    background: #973333;
}
.team-overlay-content {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    width: 100%;
    padding: 60px 30px;
    background-color: rgba(26, 60, 79, 0.9);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, left 0s linear 0.5s;
    -moz-transition: opacity 0.5s ease, left 0s linear 0.5s;
    transition: opacity 0.5s ease, left 0s linear 0.5s;
}
.team-overlay-content.close svg {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 17px;
	right: 16px;
}
.team-overlay-content.open {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	left: 0;
}
.team-overlay-content .close-overlay {
    color: #fff;
    font-size: 6rem;
    position: absolute;
    right: -10px;
    top: -50px;
}
.descr-team {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}
.big-image__team {
    padding-top: 40px;
}
.our-work {
    background-color: #ebf0f2;
    padding: 30px 0;
}
.headline-work {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
}
.our-work .content-projects__loop h4 {
    font-weight: 600;
}
@media print, screen and (min-width: 801px) {
	.description-practice {
		padding: 60px 0;
	}
}
@media print, screen and (min-width: 576px) {
	.description-practice ul {
		-moz-column-count: 2;
		-moz-column-gap: 3.5em;
		-moz-column-rule: none;
		-webkit-column-count: 2;
		-webkit-column-gap: 3.5em;
		-webkit-column-rule: none;
		column-count: 2;
		column-gap: 3.5em;
		column-rule: none;
		position: relative;
		margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 400px) {
	.team-overlay-content {
		height: 100vh;
		padding: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		box-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

@media print, screen and (max-width: 399px) {
	.team-overlay-content.open {
		overflow: scroll;
		height: 100%;
	}
}
@media print, screen and (max-width: 350px) {
	.col-item-team.col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
	}
}
/* 	PROJECTS
---------------------------------------------------------------------------------------------------- */

/* Archive
---------------------------------- */
.page-archive__project {
    padding: 20px 0;
}
.is-hidden{ display: none; }
.title-filter {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
#container-filter {
    background-color: #edf2f4;
	padding: 30px 0 10px;
	display: none;
}
.project-container__archive {
    padding-top: 30px;
}
.alm-btn-wrap {
    text-align: center;
}
.alm-filter ul {
    -moz-column-count: 2;
    -moz-column-gap: 3.5em;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 3.5em;
    -webkit-column-rule: none;
    column-count: 2;
    column-gap: 3.5em;
    column-rule: none;
    position: relative;
    margin-bottom: 20px;
}
.nav-filter li {
    padding-bottom: 20px;
    font-family: var(--heading-font);
}
.nav-filter li a {
    color: var(--main-color);
    transition: none;
}
.alm-filters-edit {
    display: none;
}
.alm-filter--taxonomy {
    max-width: 300px;
}
.alm-filter--taxonomy li {
    font-family: var(--heading-font);
    line-height: 2.2;
    padding-right: 10px;
}
.alm-filter--taxonomy li a {
    color: var(--main-color);
    transition: none;
}
.alm-filter--taxonomy li a.active {
    color: var(--link-color-active);
	font-weight: 600;
}
.col-portfolio {
    -webkit-animation: fadeInUp 500ms ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInUp 500ms ease-in-out;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
.nav-filter li.active a {
    font-weight: 600;
    color: var(--link-color-active);
}
.nav-filter a:hover {
    color: var(--link-color-active);
}
.projects__content-grid {
    padding: 20px 0 0;
}
.content-projects__loop {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.content-projects__loop img {
    margin-bottom: 10px;
}
.content-projects__loop h4 {
	margin-bottom: 5px;
	font-family: var(--main-font);
    font-weight: 600;
	font-size: 1.6rem;
}
.content-projects__loop p {
    margin-bottom: 0;
}
.pagination-project.load-more-ajax {
    text-align: center;
}
@media print, screen and (min-width: 801px) {
	.page-archive__project {
		padding: 60px 0;
	}
	.projects__content-grid {
		padding: 60px 0 0;
	}
}
@media print, screen and (max-width: 575px) {
	.content-projects__loop {
		margin-bottom: 30px;
	}
}

/* Single Projects
---------------------------------- */

.page-single__projects {
    padding: 20px 0;
}
.projects-header {
    padding-bottom: 40px;
}
.projects-header h2 {
	font-size: 2.8rem;
    margin-bottom: 5px;
}
.projects-header p {
    margin-bottom: 0;
}
.col-extra-pad {
    padding-right: 70px;
}
.projects-description {
    margin-bottom: 30px;
    line-height: 2.2rem;
}
.project-meta__title {
	font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.row__project-img {
    margin-bottom: 30px;
}
.col-full-image__project {
    text-align: center;
}
@media print, screen and (min-width: 801px) {
	.page-single__projects {
		padding: 80px 0;
	}
}
@media print, screen and (max-width: 767px) {
	.col-full-image__project.col-md-6 {
		margin-bottom: 30px;
	}
}
/* Archive Post
---------------------------------------------------------------------------------------------------- */
.page-archive__latest {
	padding-top: 20px;
}
.featured-post {
    background-color: #ebf0f2;
    padding: 30px 0;
}
.post-image__container {
    margin-bottom: 10px;
}
.post-title h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: var(--main-font);
    font-size: 1.6rem;
}
.archive-main__post {
    padding: 60px 0;
}
@media print, screen and (max-width: 575px) {
	.post-archive__content {
		margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 801px) {
	.page-single__post, .page-archive__latest {
		padding-top: 60px;
	}
}
/* Single Post
---------------------------------------------------------------------------------------------------- */

.page-single__post {
    padding-top: 20px;
}
.post-title h3 {
    margin-bottom: 5px;
    font-weight: 600;
}
.header-single__post {
    background-color: #ebf0f2;
    padding: 20px 0;
}
.post-content {
    padding: 40px 0;
}
.col-post__text p {
    line-height: 2.2rem;
}
@media print, screen and (min-width: 801px) {
	.page-single__post {
		padding-top: 60px;
	}
}
/* CONTACT PAGE
---------------------------------------------------------------------------------------------------- */

.page-contact__inner {
    background-color: var(--main-color);
    color: #fff;
    margin-top: 60px;
	height: 100%;
}
.page-contact__inner .top__footer h4 {
    margin-bottom: 5px;
}
.page-contact__inner a {
    color: #fff;
}
.footer-location-contact a {
    text-decoration: underline;
}
.col-contact {
    padding-left: 15px;
    padding-right: 15px;
}
.col-contact:nth-child(1) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.col-contact:nth-child(2) {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.col-contact:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-contact__inner .container-footer-menu {
    align-items: flex-end;
    justify-content: flex-start;
}
.page-contact__inner nav.footer-menu ul {
    display: flex;
}
.page-contact__inner nav.footer-menu ul li > a {
    text-decoration: none;
}
.page-contact__inner nav.footer-menu ul li {
	padding-right: 10px;
}
.page-contact__inner .container-footer-social {
    justify-content: flex-start;
}
.page-contact__inner .bottom__footer {
	padding: 20px 0 90px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media print, screen and (min-width: 769px) {
	.col-contact:nth-child(1) {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	.col-contact:nth-child(2) {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
	.col-contact:nth-child(3) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
} 
@media print, screen and (max-width: 768px) {
	.col-contact:nth-child(3) {
		padding-top: 40px;
	}
} 
/* GeM AWARD
---------------------------------------------------------------------------------------------------- */

.description-gem {
    padding: 60px 0 20px;
}
.description-gem__content p {
    line-height: 2.2rem;
}
.donation {
    background-color: #ebf0f2;
	padding: 30px 0;
	line-height: 2.2rem;
}

/*  Standard Page
---------------------------------------------------------------------------------------------------- */

.page-standard {
    padding: 60px 0px;
}
.page-header {
    background-color: #ebf0f2;
    padding: 20px 0;
}
.page-header .page-title {
    margin-bottom: 0;
}
.page-header .subtitle {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 1.7rem;
}
.page-standard__content {
    padding-top: 60px;
}
.legal-page ol li {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}
.col-contact .instagram-feed__contact .sb_instagram_header{
	display:none;
}
#sbi_load{
	display:none;
}

body.page-contact .site-container{
	height:100%;
}

body.page-contact .site-inner{
	height:100%;
}

.post-archive__content{
	margin-bottom: 40px;
}

p.term-name{
	margin-bottom:5px;
}

a.show-all{
	float: right;
    margin-top: 8px;
	font-family: var(--heading-font);
}
    
iframe.wp-embedded-content .wp-embed{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #82878c;
    background: #fff;
    border: 0px solid #e5e5e5 !important;
    border-top: 2px solid !important;
    zoom: 1;    
}
    
iframe.tribe-embed {
    padding: 0px !important;
    padding-top: 25px !important;
}    

.events-single .page-header{
    display:none;
}
    
.events-single .page-standard{
    padding:0px;
}
    
.events-single .tribe-events-back{
    display:none;
}
    
.events-single .tribe-events-sub-nav{
    display:none;
}
    
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
    padding:0px;
}
    
.tribe-events-start-date-label, .tribe-events-start-time-label, .tribe-events-event-cost-label, .tribe-events-event-url-label, .tribe-organizer-tel-label, .tribe-organizer-email-label, .tribe-organizer-url-label{
    float:left;
}
    
.tribe-venue, .tribe-venue-location, .tribe-organizer{
    margin-left:0px;
}
    
#events-single-section{
    margin-top: 40px;
    background-color: #ebf0f2;
	max-height: 500px;
}

a.tribe-events-gmap{
	display: inherit;
    margin-top: 20px;
}
    
.tribe-events-cal-links{
    margin-top: 20px;
    float: right;
    margin-right: 35px;
	position: absolute;
    right: 0;
}
    
#tribe-events .tribe-events-button, .tribe-events-button{
    margin-right: 0px;
}
    
.events-single .page-standard .wrap {
    width: 100%;
    padding:0px;
    margin:0px;
}
    
#events-content{
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 5%;
}
    
.tribe-events-single-section{
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 5%;
    padding-top: 20px;	    
	display: block;
    width: 100%;
}
    
.events-single .page-standard__content{
    padding-top: 20px;
}
    
.tribe-events-event-image img {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
    
dl{
    line-height: 1.5;
}

dt{
	float:left;
}
    
li.scholar:after{
    content:",";
}
    
li.scholar:last-of-type:after{
    content:"." !important;
}