/*!
Theme Name: TwoTen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twoten
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TwoTen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

	 @font-face {
		font-family: 'basier_square_monoregular';
		src: url('fonts/basiersquaremono-regular-webfont.eot');
		src: url('fonts/basiersquaremono-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/basiersquaremono-regular-webfont.woff2') format('woff2'),
			 url('fonts/basiersquaremono-regular-webfont.woff') format('woff'),
			 url('fonts/basiersquaremono-regular-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	
	}


.item {
  position:relative;
  width:100vw;
  height:50vh;
  background:#ccc;
 }
 
.color_1 {background:#5F1C65}
.color_2 {background:#992E8D}
.color_3 {background:#E3905B}
.color_4 {background:#EDC253}
.color_5 {background:#F0D79C}
.color_6 {background:#80DF7E}
.color_7 {background:#A6EBB9}
.color_8 {background:#FCDDE9}
.color_9 {background:#F2BEE4}
.color_10 {background:#FE7875}



/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

html::-webkit-scrollbar {
	display: none;
}

html,body,main, .js-loopContainer, #js-loopContainer {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

html::-webkit-scrollbar, body::-webkit-scrollbar, main::-webkit-scrollbar, .js-loopContainer::-webkit-scrollbar, #js-loopContainer::-webkit-scrollbar  {
    width: 0px; /* For Chrome, Safari, and Opera */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'basier_square_monoregular';
	transition: .3s;
	width: 100vw;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}





/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 7.5em;
	margin: 0.67em 0;
}

h3 {
	color: #808080;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	/* letter-spacing: -.5px; */
	font-family: 'basier_square_monoregular';
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'basier_square_monoregular';
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted;
}

.tablinkBtn {
    margin: 30px;
    background: transparent;
    
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
	cursor: pointer;
	transition: .3s;
}

.tablinkBtn:hover {
	background: #00000022;
}

.headerDark.tablinkBtn {
	border: 1px solid #000;
	color: #000;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1A1A1A;
	font-family: 'basier_square_monoregular';
	font-size: 20px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: aileron, sans-serif;

}

p {
	margin-bottom: 1.5em;
	font-family: 'basier_square_monoregular';
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'basier_square_monoregular';	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'basier_square_monoregular';
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
.vidOverlay {
    display: block;
    z-index: 999;
    position: absolute;
    margin: 0 auto;
    color: #000 !important;
    font-size: 28vw;
	line-height: 22vw;
    text-align: center;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
	text-transform: uppercase;
	font-family: aileron, sans-serif;
	font-weight: 900;
}

button.darkBtn {
    background: transparent;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 20px;
    color: #000;
    cursor: pointer;
	transition: .3s;
}


button.darkBtn:hover {
    border: 1px solid #808080;
    color: #808080;
}



a {
    color: inherit;
    /* text-decoration: underline; */
}

p a, a p {
	  text-decoration: underline;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #808080;
	

}

.card a, .site-branding a {
    text-decoration: none !important;
}


.site-branding a {
	margin-top: 6px;
}


.current_page_item {
    text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

footer {
	color: #fff;
	font-size: 16px;
	padding: 30px 30px;
}

.footerContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 30px;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-6 {
	margin-top: 60px !important;
}

.mt-12 {
	margin-top: 100px !important;
}


.footerContent a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.socialLinks {
	display: flex;
	column-gap: 60px;
	text-transform: uppercase;
	justify-content: flex-end;
}


.contactCols {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.contactPage {
    padding-top: 60px;
}



/* Forms
--------------------------------------------- */
form.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
	max-width:1100px;
	margin: 0 auto;
}


.contactForm p:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
}

.contactForm p:nth-child(2) {
	grid-column-start: 1;
    grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}

.contactForm p:last-child {
    grid-column-start: 2;
    grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.contactForm textarea {
	height: 141px;
	padding: 8px;
}

.contactForm .nameField, .contactForm .emailField {
	height: 60px;
	padding: 8px;
}

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

input.wpcf7-form-control.has-spinner.wpcf7-submit.submitField {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 30px;
	width: 162px;
	height: 50px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.submitField:hover {
	border: 1px solid #EBEBE099;
	color: #EBEBE099;
}


.newsletter form {
    display: flex;
    column-gap: 30px;
    justify-content: center;
}

input, button {
	border: 0;
}

button {
	color: #fff;
}

.newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email {

	width: 180px;
	background: transparent;
	box-shadow: none;
	color: #EBEBE099;
	font-size: 16px;
	
}

.newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    color: #EBEBE099;
	font-size: 16px;
	
}

.newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border-bottom: 1px solid #EBEBE099;
}

.newsletter .wpcf7-response-output {
    position: absolute;
    bottom: 0px;
	padding: 0px;
}

.newsletter .wpcf7 form .wpcf7-response-output {
	padding: 0px;
}

.newsletter .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;

}

.newsletter .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.newsletter {
    min-width: 540px;
}

.wpcf7-spinner {
    display: none;
}

.pb-7 {
	padding-bottom: 5em !important;
}


.contactPage h2 {
	font-size: 65px;
	color:#EBEBE0;
}



  
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-30px);
	}
	60% {
	  transform: translateY(-15px);
	}
  }

.downArrow svg {
    /* filter: invert(0); */
    position: fixed;
    margin: auto 0;
    width: 100%;
    bottom: 40px;
	opacity: 1;
	transition: .3s;
}

svg#svgDown.bounce {
	animation: bounce 2s infinite;
}


.headerLight .downArrow svg {
    filter: invert(1);

}



.downArrow.hide svg {
 opacity: 0;
}

.downArrow svg {
	opacity: 1 ;
	transition: .3s;
   }


/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
} */

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
} */

/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
} */

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
} */

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/



div.loop {
	border: 1px solid #000000;
	max-width: 200px;
	max-height: 400px;
	overflow-y: auto;
  }
  div.loop::-webkit-scrollbar {
	  display: none;
  }
  ul {
	list-style-type: none;
  }


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#menu-primary-menu {
	display: block;
	width: 100%;
	font-family: aileron, sans-serif;
	font-weight: 800;
}

#menu-primary-menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#menu-primary-menu ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

#menu-primary-menu ul ul ul {
	left: -999em;
	top: 0;
}

#menu-primary-menu ul ul li:hover > ul,
#menu-primary-menu ul ul li.focus > ul {
	display: block;
	left: auto;
}

#menu-primary-menu ul ul a {
	width: 200px;
}

#menu-primary-menu ul li:hover > ul,
#menu-primary-menu ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.main-navigation.homepage ul{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 150px;
	line-height: 160px;
	text-transform: uppercase;
	color: #000;
}

.main-navigation.homepage ul li a{

	text-transform: uppercase;
	color: #000;
	font-weight: 800;
}

.main-navigation.homepage ul li a:hover{

	color: #000;
}

.main-navigation.homepage ul li a span{

	text-transform: none;
	color: #000;
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	line-height: 26px;
	width: 300px;
	text-align:left;
	padding:20px;
	margin-top: 10px;



}

.main-navigation li {
    position: relative;
    width: fit-content;
    margin: 0 auto;
	z-index: 999;
}

.menu-item {
	z-index: 99;

}

.menu-item a {
	color: #000;
	font-size: 7.5em;
	text-transform: uppercase;
	line-height: 1em;
	padding: 5px 0px;
	text-decoration: none;
	
}



@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Body Background Colours
--------------------------------------------- */

.menuItem1, body.menuItem1 {
	background-color: #4169e1;
}

.menuItem2, body.menuItem2 {
	background-color: #21759b;
}

.menuItem3, body.menuItem3 {
	background-color: #A6EBB9;
}

.menuItem4, body.menuItem4 {
	background-color: #F0D79C;
}

.menuItem5, body.menuItem5{
	background-color: #FE7875;
}

.menuItem6, body.menuItem6{
	background-color: #FCDDE9;
}
.menuItem7, body.menuItem7{
	background-color: #E3905B;
}


.menu-header-menu-right-container {

    text-align: right;
}

.menu-header-menu-left-container {
    flex: 25%;
}

.site-branding {
    text-align: center;
    flex: 50%;
}

/* Homepage Menu Images
--------------------------------------------- */

.showImg {
	visibility:visible !important;
}

.imgMenuItem1 {
	visibility: hidden;
    max-width: 650px;
	max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}


.imgMenuItem2 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}


.imgMenuItem3 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}


.imgMenuItem4 {
	visibility: hidden;
     max-width: 650px;
    z-index: 0;
	margin: auto;
	position: absolute;

}

.imgMenuItem5 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}


.imgMenuItem6 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}

.imgMenuItem7 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;

}

.imgMenuItem8 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;

}

.imgMenuItem9 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}


.imgMenuItem10 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}

.imgMenuItem11 {
	visibility: hidden;
     max-width: 650px;
	 max-height: 500px;
    z-index: 0;
	margin: auto;
	position: absolute;
}





.menuItem1 .imgMenuItem1 {
	display: block;
}

.divMenuItem1 {
	opacity: 0;
    z-index: -1;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
	
}



/** OTHER */


h2 {
	font-size: 4em;
	text-transform: uppercase;
    font-weight: 900;
	line-height: 1em;
	margin-bottom: 2.1rem;
}

.headerLight h2, .headerLight a
{
    color: #fff !important;
}

.white p {
	color: 	#fff !important;
}

p:last-child {
    margin-bottom: 0px;
}

p.titleSmall {
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

p.white {
	color: 	#fff !important;
}

.black p {
	color: 	#000 !important;
}

.fullHeightBlock {
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

h1.standardPageHeaderText {
    opacity: 1;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    width: 100%;
	line-height: 1em;
	transition: .3s;
}

h1.standardPageHeaderText.opacity {
	opacity: .1;
}

.standardPageCenteredText {
	max-width: 1000px;

}

.standardPageCenteredText p {
	color: #fff;
}

nav#header-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
}

.menu-header-menu-right-container ul {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: end;
}

header#masthead {
    padding: 30px;
	transition: .3s;
	z-index: 1000;
}

header#masthead.shrink {
    padding: 10px 30px;

}

nav#header-navigation ul {
   margin: 0px;
}

ul#header-menu {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

header#masthead {
    position: fixed;
    width: 100%;

}

.headerLight img.custom-logo {
    filter: invert(100%);
}

h1.headerLight, .headerLight p{
	color: #fff;
}

ul#header-menu a {
	text-decoration: none;
	text-transform: uppercase;
}

.headerLight ul#header-menu a {
    color: #fff;
}

.headerDark ul#header-menu a {
    color: #000;
}


p.copyright.headerDark, .newsletter.headerDark, .newsletter.headerDark input.wpcf7-form-control.has-spinner.wpcf7-submit, .socialLinks.headerDark a    {
    color: #000 !important;
}


.standardPageHeader {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
	opacity: 1;
	transition: .3s;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.masonry-with-columns {
	columns: 3 400px;
	column-gap: 1rem;
  }
  
  .masonry-with-columns .galleryItem {
	color: white;
	margin: 0 1rem 1rem 0;
	width: 100%;
	text-align: center;
  
  }
  .imageGallery {
    z-index: 999;
    max-width: 1600px;
    margin: 0 auto;
	position: relative;
}

 .grid {
	margin: 0 auto;
	width: 100%
  }
 .grid-item {   
  
	  width:33%;
	margin:0 auto;
	padding:10px; 
  }
.imageGallery .grid .grid-item:nth-child(2) {
	  padding-top: 120px;
  }
 .imageGallery .grid .grid-item:first-child {
	  padding-top: 60px;
  }

.grid .grid-item:nth-child(1), .grid .grid-item:nth-child(3) {
	padding-top: 60px;
}



/* .headerFixed {
	position: fixed;
}

.headerScroll {
	position:sticky;
} */


/* 
.duleMedia {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
} */

.duleMedia {
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
    max-width: 1200px;
    margin: 0 auto;
	padding: 0px 20px;

}

.quadMedia {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin: 0 auto;
	max-width: 1200px;
}

.quadMedia .videoFlex:nth-child(2) {
    margin-top: 280px;
}

.quadMedia .videoFlex:nth-child(4) {
    margin-top: 140px;
}

.quadMedia .videoFlex:nth-child(3) {
    margin-top: -140px;
}





.videoCaption {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	text-align: left;
}

.duleMedia .videoFlex {
	flex: 48%;
}

/* .duleMedia .videoFlex:last-child {
	flex: 40%;
} */

.playBtn {
    position: relative;
}

#playBtnLeft {
	top: -218px;
}

#playBtnRight {
	top: -190px;
}



.playBtn svg {
    width: 80px;
}

.duleMedia .videoFlex:nth-child(2) {
    margin-top: 200px;
}

.duleMedia .videoFlex:last-child {
    margin-top: 200px;
}

.videoLeftText, .videoRightText {
	color: #fff;
	opacity: 1;
transition: .2s;
position: relative;
top: -212px;
left: 20px;
text-align: left;
}



.videoLeftText.playing, .videoRightText.playing {
opacity: 0;
}


.videoLeftText p, .videoRightText p {
    width: 260px;
    font-size: 14px;
    line-height: 1.4em;
	filter: drop-shadow(2px 4px 6px black);
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

main.standardPage {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
}

.standardPageCenteredImage {
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}



.homePageSpace {
    min-height: 100vh;
}

.sectionSpacer {
	padding-top: 80px;
}


.opacity {
	opacity: .1;
}

.opacityFull {
	opacity: 0 !important;
}

.opacityOff {
	opacity: 1;
}

.standardPageCenteredText {
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: 2000px;
	margin-bottom: 2000px;
	transition: .3s;
}

.homeVideoContainer {
    display: block;
    height: 100vh;
    z-index: 99999;
}

video#homeVideo {
    width: 100%;
}

.navOpacity{
	opacity: 1
	;
}

.contentContainer {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0px 20px;
}

.contentContainerWide, .otherStories {
	max-width: 1135px;
	height: 100%;
	margin: 0 auto;
	padding: 0px 20px;
}

/* .animatedContainer {
	max-width: 1000px;
	margin: 0 auto;
} */




/* DOCS */

.otherStories .card .backgroundImgDoc {
    height: 320px;
}
.otherStories {
    display: flex;
    margin: 0 auto;
    width: 100%;
	gap: 20px;
}

.otherStories .card {
   flex: 33%;
}

.postType {
    font-size: 16px;
}

.hero.doc p {
    font-size: 16px;
	line-height: 20px;
}



.captionImg img {
    margin-bottom: -7px;
}

.doubleImage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 -10%;
    column-gap: 30px;
	margin-bottom: -8px;
	margin: 0 auto;
}

.doubleImage div {
    flex: 0 48%;
	height: 100%;
}

.doubleImage div img {
    /* min-height: 370px;
    object-fit: fill; */
}


.docGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 20px;
}


.hero.doc {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.textContainer p {
    margin-bottom: 0px;
}

.textContainer p:last-child {
    margin-bottom: 40px;
}

.narrowContent {
	max-width: 622px;
	margin: 0 auto;
}

.captionContainer {
	margin-top: 20px;
}

.captionContainer p {
	font-size: 16px;
	line-height: 26px;

}

.largeTextArea {
    font-size: 70px;
    font-weight: 800;
    line-height: 80px;
    font-family: aileron, sans-serif;
    padding-bottom: 30px;
	text-transform: uppercase;

}

.site-branding {
    text-align: center;
}

nav#header-navigation.docHeader {
    align-items: start;
}
nav#header-navigation a {
    color: #000 !important;
	font-size: 16px;
}
header#masthead.headerLight a {
    color: #fff !important;
}





section.fullHeight {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 600px;
}

.youTube.standardPageCenteredImage.fullHeight {
	display: unset;
}



/* EXTERNAL LINK CARDS */

.externalLinkCards {
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1520px;
	gap: 30px;
	margin: 0 auto; */
}

.externalLinkCards a, .externalLinkCards p {
	text-decoration: none;
}

.externalLinkCards .cardHeading {
	color:#808080;
}


.externalLinkCards .grid-item .card img {
	padding-bottom: 40px;
}

.externalLinkCards .grid-item .card {
    background-color: #fff;
    color: #000;
    min-height: 450px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-decoration: none !important;
	

}

.externalLinkCards .grid-item a:hover {
   
	text-decoration: none !important;
	
}

.externalLinkCards .grid-item:first-child {
	margin-top: 190px;
}

.externalLinkCards .grid-item:nth-child(2) {
	margin-top: 360px;
}

.externalLinkCards .grid-item {
	margin-bottom: 140px;
}

.externalLinkCards h6 {
text-transform: uppercase;}

.cardTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.externalLinkCards .card svg path {
   transition: .3s;
}



.sectionContainer:last-child {

    margin-bottom: 0px;
}



.fixedTitleContainer {
    display: flex;
    position: absolute;
    justify-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

#row1 {
    transition: .3s;
}



.fixedTitle {
	position: fixed;
	/* color: red; */
	/* height: 42px; */
		
	}

.rowOpacity {
    transition: .3s;
}

.disapear {
    opacity: 0;
}


.centeredText p {
    max-width: 1000px;
    margin: 0 auto;
	margin-bottom: 1em;
	padding: 0 30px;
}


.masonry-with-columns:nth-col(2n+1)  {
	margin-top: 30px;
}


.masonry .masonry-item:first-child, .masonry .masonry-item:nth-child(3) {
    margin-top: 60px;
}

section.diaryPostLoop.postsContainer {
    min-height: 100vh;
    margin-bottom: 30px;
}

.diaryPosts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
	row-gap: 20px;
}

.diaryPosts .diaryItem:first-child {
    margin-top: 60px;
}

.diaryItem {
    flex: 32%;
    flex-grow: 0;
}

.diaryPost .sectionSpacer {
    margin-top: 240px;
}

.card-image {
    height: 400px;
}
.backgroundImgDiary {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}



.masonry {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(32%,1fr));
    grid-auto-rows: 0;
  }

  .masonry-item {
  
     overflow: hidden;
  }

  .masonry-item,
  .masonry-item img {
     position: relative;
  }

  .masonry-item:after {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center; 
    align-items: center;
    transition: all .1s ease-in;
  }

  .postsContainer {
    max-width: 1500px;
    margin: 0 auto;
	padding: 25px;
}

p.diaryCaption {
    position: absolute;
    bottom: 5px;
    left: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
	transition: .3s;
}


.list-container::-webkit-scrollbar {
    display: none;
}

.list-container {
    padding: 0 1em;
    width: 30%;
    height: calc(100%);
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 100;
}

img.opacityFull {
    position: relative;
    z-index: -1;
}

.diaryPost {
    padding-top: 60px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.card {
    background-color: transparent;
    border-radius: 0rem;
    box-shadow: none;
    color: unset;
    max-width: 100%;
    position: relative;
}


.docPost h2.has-text-align-center {
	text-align: left;
	margin-top: -12px;
	margin-bottom: -20px;
}

.mt-12.textEditor.noSectionSpacer {
    margin-bottom: -8px;
}

/* .captionImg {
    margin-bottom: -15px;
} */

.docCards {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
	justify-content: space-between;
	row-gap: 120px;
	font-size: 14px;
	line-height: 20px;
	
}

.docCards .card {
	flex-grow: 0;
}

.docCaption {
	transition: .3s;
	font-size: 14px;
    line-height: 20px;
}

.backgroundImgDoc:hover .docCaption {
    margin-bottom: 20px;
}

.backgroundImgDiary:hover .diaryCaption {
    bottom: 25px;
}


.docCards a:hover  {
text-decoration: none !important;
}

.backgroundImgDoc {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.docCards .card:nth-child(3n+1) .backgroundImgDoc {
    height: 558px;
	width: 558px;
}


.docCards .card:nth-child(3n+2) .backgroundImgDoc {
    height: 466px;
	width: 622px;
	margin-bottom: -180px;
}

.docCards .card:nth-child(3n+3) .backgroundImgDoc {
    height: 385px;
	width: 300px;
	margin-left: 257px;
}

.docCards .card:nth-child(3n+3)  {
 width: 100%;
}


.backgroundImgDoc {
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 20px;
}

#contactContent {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 90vh;
}

.threeImages {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
	padding: 0 30px;
}


.threeImages3 {
	margin-top: 200px;
}

.threeImages2 {
	margin-top: 120px;
}



@media (max-width: 1232px) {

	.docCards .card:nth-child(3n+2) .backgroundImgDoc {
		width: 100%;
		min-width: 400px;
	
	}

	.menu-item a, h1 {
		font-size: 6em;
	}

	.socialLinks {
		column-gap: 30px;
	}

	.duleMedia .videoFlex {
		flex: 46%;
	}

}


@media (max-width: 1068px){

	.tripleImage div img {
		min-height: 0px;

	}

	.docCards .card:nth-child(3n+2) .backgroundImgDoc {
		width: 100%;
		min-width: 300px;
	
	}

	h2 {
		font-size: 3.2em;
	}

	.contactCols {
		display: grid;
		grid-template-columns: 1fr;
	}

	.newsletter form {
		display: flex;
		column-gap: 30px;
		justify-content: start;
	}

	.socialLinks {
		column-gap: 60px;
		justify-content: start;
	}

	.contactForm {
		grid-template-columns: 1fr;
		margin: 0 auto;
		padding: 0px 30px;
	}
	
	
	.contactForm p:first-child {
		grid-column-start: unset;
		grid-column-end: unset;
	}
	
	.contactForm p:nth-child(2) {
		grid-column-start: unset;
		grid-column-end: unset;
		grid-row-start: unset;
		grid-row-end: unset;
	}
	
	.contactForm p:last-child {
		grid-column-start: unset;
		grid-column-end: unset;
		grid-row-start: unset;
		grid-row-end: unset;
	}

	.contactForm .nameField, .contactForm .emailField {
		width: 100%;
		height: 50px;
	}

	.contactForm textarea {
		height: 120px;
		width: 100%;
		
	}
	

	

}


@media (max-width: 1023px){

	.docCards .card:nth-child(3n+1) .backgroundImgDoc {
		width: 434px;
	}

	.docCards .card:nth-child(3n+3) .backgroundImgDoc {

		margin-left: 138px;
	}


	.container {
		padding: 0px 30px;
	}
}

@media (max-width: 986px){
	.menu-item a , h1 {
		font-size: 5em;
		padding: 10px 0px;
	}
	h2 {
		font-size: 2.4em;
	}

	.duleMedia .videoFlex {
		flex: 100%;
		margin-top: 200px;
	}
}

@media (max-width: 812px){
	.menu-item a, h1 {
		font-size: 4em;
		padding: 10px 0px;
	}

	h2 {
		font-size: 2.6em;
	}

	.threeImages {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 0px;
		padding: 0px;
	}
	
	
	.threeImages3 {
		margin-top: 0px;
	}
	
	.threeImages2 {
		margin-top: 0px;
	}
}

@media (min-height: 1100px) {
	.menu-item a ,h1 {
		padding: 20px 0px;
	}
}

@media (max-height: 945px) {
	h2 {
		font-size: 2.4em;
	}

}

@media (max-width: 821px) {


	.menu-header-menu-right-container ul {
		
		flex-direction: row;
		gap: 20px;
		
	}

	.instagram a::after {
		content: url(https://gilesduley2.210studio.co.uk/wp-content/themes/twoten/assets/instagram.svg);
	}

	.twitter a::after {
		content: url(https://gilesduley2.210studio.co.uk/wp-content/themes/twoten/assets/twitter.svg);
	}

	.facebook a::after {
		content: url(https://gilesduley2.210studio.co.uk/wp-content/themes/twoten/assets/facebook.svg);
	}

	.headerLight .instagram a::after {
		content: url(https://gilesduley2.210studio.co.uk/wp-content/themes/twoten/assets/instagram.svg);
		filter: invert(1);
	}

	.headerLight .twitter a::after {
		content: url(https://gilesduley2.210studio.co.uk/wp-content/themes/twoten/assets/twitter.svg);
		filter: invert(1);
	}

	.headerLight .facebook a::after {
		content: url(https://gilesduley2.210studio.co.uk/wp-content/themes/twoten/assets/facebook.svg);
		filter: invert(1);
	}
	
	.instagram span, .twitter span, .facebook span {
		display: none;
	}


	.tripleImage div {
		flex: 0 30%;
	}

	.duleMedia {
		display: flex;
		flex-wrap: wrap;
		column-gap: 0%;
		flex-direction: column;
	}
	.duleMedia .videoFlex:first-child, .duleMedia .videoFlex:last-child  {
		flex: 100%;
	}

	.video-container {
		height: 144px;
	}
	#playBtnRight {
		top: -218px;
	}
	.centeredText p {
	
		width: 100vw;
	}
}

@media (max-width: 800px){

	.docCards .card:nth-child(3n+1) .backgroundImgDoc {
		width: 374px;
	}
	.docCards .card:nth-child(3n+3) .backgroundImgDoc {
		margin-left: 75px;
	}

	.duleMedia {
		flex-direction: column;
	}

	.youTube .duleMedia {
		max-width: 600px;
		margin: 0 auto;
	}

	.embed-container, .video-container {

		height: 180px;
	}

	.sectionSpacer {
		padding-top: 30px;
	}

	.hero.doc {
		height: 400px;
	}

	.hero.doc .contentContainer {
		margin-left: 0px;
	}

	.textContainer.has-text-centered {
		text-align: left !important;
	}

	.doubleImage {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		margin: 0 0%;
		row-gap: 30px;
	}
	
	.doubleImage img {
		
		width: 100%;
	}

	h2 {
		font-size: 2em;
	}


}
	

	@media (max-width: 658px) {

		.contactPage h2 {
			font-size: 35px;
			color:#EBEBE0;
		}

		body {
			font-size: 16px;
			line-height: 24px;
		}

		.grid-item {   
  
			width:100%;
		  margin:0 auto;
		  padding:0px; 
		}
		 .grid .grid-item:nth-child(2),	 .grid .grid-item:nth-child(1), .grid .grid-item:nth-child(3) {
			padding-top: 0px;
		}
	 .grid .grid-item:first-child {
			padding-top:0px;
		}
	 .grid-item img {
			margin-bottom: -8px;
		}

		.docGrid {
			display: grid;
			grid-template-columns: 1fr;
			gap: 0px;
		}

		.doc-grid-item {
			margin-bottom: -8px;
		}

		.doubleImage div img {
			/* min-height: 0px;
			object-fit: fill; */
		}

		.doubleImage div {
			flex: 0 100%;
			height: 100%;
		}

		.menu-item a, h1 {
			font-size: 3em;
			padding: 15px 0px;
		}
		h2 {
			font-size: 1.6em;
		}

		.newsletter {
			min-width: 0px;
		}

		.newsletter form {
			display: flex;
			column-gap: 30px;
			justify-content: start;
			flex-direction: column;
		}
		.newsletter form p {
			margin-bottom: 10px;
		}

		.socialLinks {
			margin-top: 10px;
		}

		.newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
			padding: 0px;
		}
		.videoLeftText, .videoRightText {
		
			max-width: 200px;
		}

		.otherStories {

			flex-direction: column;
			gap: 0px;
			padding: 0px;

		}

		.contentContainer {
			max-width: 1000px;
			height: 100%;
			margin: 0 auto;
			padding: 0px;
		}

		.hero.doc {
			padding: 0px 30px;
		}

		.textEditor, .captionContainer {
			padding: 0px 30px 0px 30px;
		}

		.doubleImage {
		
			row-gap: 0px;
		}

		.doubleImage div img {
			/* min-height: 0px;
			object-fit: fill; */
			margin-bottom: -8px;
		}

		#row2, #row3, #row4, #row5, #row6, #row7, #row8, #row9 #row10, #row11, #row12 {
			display: flex;
			height: unset;
			justify-content: center;
			margin-bottom: 100px;
		}

		section#row2.videoHosted, section#row3.videoHosted, section#row4.videoHosted, section#row5.videoHosted,  section#row5.videoHosted,  section#row6.videoHosted, 
		section#row2.youTube, section#row3.youTube, section#row4.youTube, section#row5.youTube,  section#row5.vidyouTubeeoHosted,  section#row6.youTube {
			display: block;
			margin-bottom: 205px;
			
		}

		.imageGallery .grid .grid-item:nth-child(2) {
			padding-top: 0px;
		}

		.embed-container, .video-container {

			height: 60px;
		}

		#playBtnRight, #playBtnLeft {
			top: -164px;
		}

		#row7 {
			margin-top: 264px;
		}

		/* .docPost h2.has-text-align-center {
			text-align: left;
			margin-top: -42px;
			margin-bottom: -40px;
		}
		
		.mt-12.textEditor.noSectionSpacer {
			margin-bottom: -28px;
		}
		
		.captionImg {
			margin-bottom: -40px;
		} */
	
		.showImg {
			display: none !important;
		}
		
		.imgMenuItem1, .imgMenuItem2, .imgMenuItem3, .imgMenuItem4, .imgMenuItem5, .imgMenuItem6, .imgMenuItem7, .imgMenuItem8, .imgMenuItem9, .imgMenuItem10, .imgMenuItem11  {
			display: none !important;
		}
		

		.quadMedia {
			display: block;
			gap: 0px;
			padding: 30px;
		}
		
		.quadMedia .videoFlex:nth-child(2) {
			margin-top: 0px;
		}
		
		.quadMedia .videoFlex:nth-child(4) {
			margin-top: 0px;
		}
		
		.quadMedia .videoFlex:nth-child(3) {
			margin-top: 0px;
		}
		p.videoCaption {
			margin-bottom: 40px;
		}

		.site-branding a {
			margin-top: 2px;
		}
		
		
		
		
		
	}

@media (max-width: 415px) {

	#js-loopContainer {
		opacity: 1 !important;
	}

	.fixedTitle {
		position: fixed;
		/* color: red; */
			
		}
	

	.docCards {

	 row-gap: 0px;
	
	}

	.docCards .card:nth-child(3n+1) .backgroundImgDoc, .docCards .card:nth-child(3n+2) .backgroundImgDoc, .docCards .card:nth-child(3n+3) .backgroundImgDoc, 
	.docCards .card:nth-child(3n+3) .backgroundImgDoc {
		height: 280px;
		width: 100vw;
		margin: 8px 0px 0px;
	}
	



	.externalLinkCards .grid-item .card {

		min-height: 260px;
	
	}

	.externalLinkCards .grid-item:first-child {
		margin-top: 0px;
	}
	
	.externalLinkCards .grid-item:nth-child(2) {
		margin-top: 0px;
	}
	
	.externalLinkCards .grid-item {
		margin-bottom: 8px;
	}

	.masonry {
		grid-template-columns: 1fr;
	}

	.masonry-item {
		height: 280px;
	}

	.masonry .masonry-item:first-child, .masonry .masonry-item:nth-child(3) {
		margin-top: 0px;
	}

	.postsContainer {
		padding: 0px;
	}

.grid-item {   
  
		width:100%;
	  margin:0 auto;
	  padding:0px; 
	}
	 .grid .grid-item:nth-child(2),	 .grid .grid-item:nth-child(1), .grid .grid-item:nth-child(3) {
		padding-top: 0px;
	}
 .grid .grid-item:first-child {
		padding-top:0px;
	}
 .grid-item img {
		margin-bottom: -8px;
	}

	.largeTextArea {
		font-size: 40px;
		font-weight: 800;
		line-height: 50px;
		font-family: aileron, sans-serif;
		padding-bottom: 30px;
	}

	.video-container {
		height: 38px;
		padding: 0px;
	}

	#playBtnRight, #playBtnLeft {
		top: -174px;
	}

	.playBtn svg {
		width: 50px;
	}

	.centeredText p {
	
		width: 100vw;
	}
	h1 {
		font-size: 2em;
	}

	.menu-item a {
		font-size: 2em;
		padding: 10px 0px;
	}

	section.fullHeight {
		height: 100%;
		min-height: 85vh;
	}

}

	@media (max-width: 400px){
	 h1 {
			font-size: 2em;
		}

		.menu-item a {
			font-size: 2em;
			padding: 10px 0px;
		}

		h2 {
			font-size: 1.4em;
		}

		.socialLinks {
			column-gap: 20px;
		}
	}


