/*!
Theme Name: ACCESS
Theme URI: https://thoughtandfound.co/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@media screen and (min-width: 0) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: 'neue-haas-grotesk-text', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	margin-top: 116px;
	font-family: 'neue-haas-grotesk-text', sans-serif;
	background: #ffd81a;
}

input, textarea, select {
	font-family: 'neue-haas-grotesk-text', sans-serif;
}

textarea {
	font-size: 14px;
}

img {
	display: block;
	width: 100%;
}

body, p, p span {
	font-size: 14px;
}

p {
	margin-top: 0;
}

h1 {
  font-size: 40px;
	margin-top: 0;
	font-weight: 500;
}

h2, h2 p {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
}

h3 {
  font-size: 22px;
	margin-top: 0;
	font-weight: 500;
}

h4 {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

h1:last-child, h2:last-child, h3:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 500;
}

.filter, .filter form {
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-weight: 500;
	font-size: 0;
}

.filter div {
	font-size: 14px;
	margin-bottom: 5px;
}

select {
 font-family: 'neue-haas-grotesk-text', sans-serif;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background: url('./images/Arrow.svg') right 5px no-repeat;
 background-size: 15px;
 background-color: transparent;
 padding: 0 0 2.5px 0;
 border: none;
 border-bottom: 1px solid black;
 font-size: 14px;
 font-weight: 500;
 width: 50%;
 width: calc(50% - 7.5px);
 margin-right: 15px;
 margin-bottom: 20px;
}

select:nth-of-type(2n) {
	margin-right: 0;
}

.filter form button {
	font-family: 'neue-haas-grotesk-text', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid black;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
	padding: 2.5px;
	width: 100%;
	margin-bottom: 10px;
}

div#response {
	margin-bottom: 0;
}

div#response a, div#response span {
	display: block;
	color: black;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: 1px solid;
}

div#response a:first-child, div#response span:first-child {
	margin-top: 20px;
	border-top: 1px solid;
}
/*--------------------------------------------------------------
HOVER STATES
--------------------------------------------------------------*/
a.post-l.loz:hover, a.loz:hover,
a.post-l.loz:focus, a.loz:focus {
	background: black!important;
	color: #ffd81a!important;
	text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #ec008c!important;
	color: black!important;
	cursor: pointer;
  border-color: #ec008c;
}

a:hover, .site-info a:hover {
	text-decoration: underline;
}

button#menu-toggle:hover {
	cursor: pointer;
	background: white;
	color: black;
}

ul#primary-menu a:hover {
	text-decoration: underline;
}

.g-nav:hover {
	background: #27aae1;
	cursor: pointer;
}

.filter button:hover {
	background: black!important;
	color: #ffd81a!important;
	cursor: pointer;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header#masthead {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
	background: #ffd81a;
	border-bottom: 1px solid;
	z-index: 6;
}

.site-logo {
  display: none;
}

.site-marque {
  width: 60px;
  margin: auto;
}

.site-marque.full-color {
	position: fixed;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 10;
}

.full-bar {
	background: #ffd81a;
  width: 100%;
  height: 143px;
  position: fixed;
  z-index: 7;
  top: 0;
	left: 0;
}

.menu-toggle-box {
  position: absolute;
  right: 0;
  top: 15px;
	z-index: 10;
}

input#menu {
	position: absolute;
	z-index: -100;
	margin-top: -100%;
}

button#menu-toggle {
  background: black;
  color: #ffd81a;
  border: none;
	width: 77px;
	height: 27px;
	border-radius: 20px 0 0 20px;
	padding: 5px 16px;
	font-size: 18px;
  height: 36px;
  line-height: 28px;
  font-weight: 500;
	transition: width 800ms ease-in-out;
	text-align: left;
}

.button-expand {
	width: 100vw!important;
	width: calc(100vw - 15px)!important;
	transition: width 800ms ease-in-out;
	color: black!important;
	background: white!important;
}

ul#primary-menu, .m-soc-col {
	opacity: 0;
}

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

ul#primary-menu a {
	font-size: 28px;
	font-weight: 500;
	color: black;
	text-decoration: none;
}

.m-soc-col {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.m-col {
	font-size: 12px;
	font-weight: 500;
}

.m-col a {
	color: black;
	text-decoration: none;
}

.socials-col {
  position: absolute;
  bottom: 0;
  right: 0;
}

.socials-col img {
  width: 30px;
  display: inline-block;
	margin-left: 6px;
}

nav#site-navigation {
  position: fixed;
  top: 28px;
  right: 0;
  left: 15px;
  bottom: 0;
  background: white;
  padding: 55px 15px 15px 15px;
  overflow-y: scroll;
	border-radius: 0 0 0 25px;
}

ul.sub-menu {
  list-style: none;
	padding: 0;
	margin: 0;
}

nav#site-navigation ul.sub-menu li::before {
	content: "\00a0";
	width: 24px;
  height: 24px;
  margin-top: 2px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
  border: 1px solid;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.aoc {
   padding: 15px;
}
	
.site-info {
  padding: 15px;
	font-weight: 500;
	font-size: 12px;
}

.site-info a {
	color: black;
	text-decoration: none;
}

ul#footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#footer-menu ul.sub-menu {
	display: none;
}

.f-col {
  margin-bottom: 30px;
}

.f-col:last-child {
  margin-bottom: 0;
}

.filler.foot {
	background: black;
}

footer {
	background: #ffd81a;
}
/*--------------------------------------------------------------
FRONT PAGE
--------------------------------------------------------------*/
.pattern-screen {
  position: fixed;
	height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
	z-index: 5;
	background-position: center 36px;
	background-size: 34px;
}
/*--------------------------------------------------------------
PAGE MODULES
--------------------------------------------------------------*/
.section, .section-title {
	background: #ffd81a;
}

.mod .section {
	background: transparent;
}

.pg-intro h2 {
	color: white;
}

.banner-block video, .banner-block img {
	display: block;
	width: 100%;
	border-radius: 25px;
}

.description-block.mod {
  border-bottom: none;
}

.section-title {
	padding: 5px 15px;
  text-align: right;
	font-weight: 500;
	border-bottom: 1px solid;
}

span.circ {
  background: black;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: -1px;
  margin-left: 10px;
}

a.loz {
	display: block;
  width: 100%;
  margin-bottom: 2px;
  font-size: 28px;
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
	color: black;
	font-weight: 500;
}

.c-50 {
	min-height: 180px;
}

.text-block .block-inner, .description-block .block-inner,
.text-banner-block .block-inner, header .block-inner {
	padding: 10px 15px;
}

.form-block .block-inner {
	padding: 10px 15px 15px 15px;
}

.text-banner-block a {
	color: black;
}

.text-block .block-inner, .link-block.mod .block-inner {
  padding-bottom: 40px;
}

.breadcrumbs.section-title {
	border-bottom: 1px solid black;
}

.breadcrumbs a {
	text-decoration: none;
	color: black;
}
	
.block-inner ul {
    font-size: 14px;
    margin-left: 0;
    padding-left: 12px;
}
/*--------------------------------------------------------------
POST MODULES
--------------------------------------------------------------*/
.circ-img {
	border-radius: 50%;
  overflow: hidden;
}

.section.single-post .circ-img {
	margin-top: 0;
}

.post-ttl {
  margin-bottom: 20px;
}

.post-desc {
  font-size: 0;
  margin-bottom: 45px;
}

.p-col {
  width: 50%;
  display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
}

.desc {
	font-size: 14px;
}

.description-block {
	color: white;
}

a.post-l.loz {
	width: 50%;
	display: inline-block;
	background: #ffd81a;
	font-size: 22px;
	padding: 7.5px 0;
	margin-bottom: 0;
}

.post-cta {
  margin: 20px -15px -10px -15px;
}

.filler {
	height: 10px;
}

.filler.white {
	height: 20px;
	background: white;
}

.section.single-post .description-block {
	color: black;
}

a.post-l.loz.full {
  width: 100%;
}

.gallery-nav {
	display: none;
}

.slide video, .slide img {
  display: block;
  width: 100%;
	border-radius: 25px;
}

.slide-desc {
  padding: 15px;
}

.slide {
  border-radius: 25px 25px 0 0;
}
/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
form {
  position: relative;
}

form div {
  position: relative;
  margin-bottom: 15px;
}

form br {
	display: none;
}

form p {
  margin: 0;
}

form input, form label {
	font-size: 22px;
	font-weight: 500;
}

form input, form textarea {
	padding: 7.5px 15px;
  width: 100%;
  width: calc(100% - 30px);
	border-radius: 30px;
	border: none;
  border: 1px solid black;
	background: transparent;
}

form textarea {
	height: 25px;
}

form label {
  position: absolute;
  z-index: 1;
	left: 16px;
	top: 9px;
	right: 16px;
	z-index: 0;
	transition: top 250ms ease-in-out, left 250ms ease-in-out;
}
	
.normal label {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
}
	
.normal input, .normal textarea {
  margin-top: 15px;	
}
	
label.block {
  display: block;	
}
	
label.block.dbl {
  margin-bottom: 15px;	
}

label.block.ext {
  margin-top: 15px;		
}
	
span.wpcf7-list-item.first {
   margin: 0;
}
	
input[type="checkbox"] {
    display: inline-block;
    width: auto;
	margin: 5px 0px 10px 2px;
}

input.wpcf7-submit {
  width: 100%;
}

.form-desc {
  margin-bottom: 25px;
}

span.wpcf7-spinner {
  position: absolute;
  right: 10px;
  bottom: 9px;
  display: block;
  z-index: 20;
  margin: 0;
}

input[type="submit"] {
	background: black;
	font-weight: 500;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 5px;
  background: #00a0d2;
	border: none;
	text-align: center;
	color: black;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: red;
	color: black;
	border: none;
}

.active-select {
  top: -13px;
  right: 16px;
  left: auto;
	z-index: 1;
}

}


@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
.filter form button {
	margin-bottom: 0;
}

header.page-header.c-50 {
	position: relative;
}


.filter {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-info {
	font-size: 0;
}

.f-col:first-child {
	width: 16%;
}

.f-col:last-child {
	width: 36%;
}

.f-col {
	display: inline-block;
	width: 48%;
	font-size: 12px;
	vertical-align: top;
	margin-bottom: 0;
}
/*--------------------------------------------------------------
PAGE MODULES
--------------------------------------------------------------*/
.section {
  font-size: 0;
}

.section-title {
	font-size: 14px;
	border: none;
}

.mod, .filler {
	border: none;
}

.c-50 {
  width: 50%;
  display: table-cell;
	vertical-align: top;
}

article.post .circ-img {
	margin-top: -26px;
}
/*--------------------------------------------------------------
POST MODULES
--------------------------------------------------------------*/
.description-block.mod {
	position: relative;
}

.description-block .block-inner {
  padding-bottom: 60px;
}

.post-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slide-desc {
	font-size: 12px;
}
/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
body {
	margin-top: 143px;
}

h1 {
	font-size: 52px;
}

h2, h2 p {
	font-size: 38px;
}

h3, a.post-l.loz {
  font-size: 25px;
}

.filter-label, select {
	display: inline-block;
	margin-bottom: 20px;
}

.filter-label {
	width: 25%;
}

form#filter {
	display: inline-block;
	width: 75%;
	vertical-align: top;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.site-logo {
  display: block;
	width: 404px;
	position: absolute;
  left: 15px;
  top: 15px;
	z-index: 0;
}

.site-marque {
	width: 78px;
}

button#menu-toggle {
	height: 39px;
	font-size: 25px;
	width: 94px;
}

ul#primary-menu a {
	font-size: 52px;
}

nav#site-navigation {
	top: 35px;
}

nav#site-navigation ul.sub-menu li::before {
  width: 44px;
  height: 44px;
  margin-top: 6px;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.f-col {
	width: 50%;
}

.f-col:first-child {
	width: 25%;
}

.f-col:last-child {
  width: 25%;
}

/*--------------------------------------------------------------
FRONT PAGE
--------------------------------------------------------------*/
.pattern-screen {
  background-position: center 32.25px;
  background-size: 44px;
}

.full-bar {
  height: 169px;
}
/*--------------------------------------------------------------
PAGE MODULES
--------------------------------------------------------------*/
a.loz {
	font-size: 38px;
	border-radius: 30px;
	padding: 4px 0;
}

.text-block .block-inner, .link-block.mod .block-inner {
  padding-bottom: 51px;
}
/*--------------------------------------------------------------
POST MODULES
--------------------------------------------------------------*/
.text-block .block-inner p {
  padding-right: 25px;
}

.slide {
  width: 50%;
  display: inline-block;
}

.slide-desc {
  white-space: normal;
}

.slide-wrapper {
  white-space: nowrap;
	overflow: hidden;
}

.gallery-block {
	position: relative;
}

.description-block .block-inner {
	padding-right: 70px;
	max-width: 675px;
}

.gallery-nav {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

.g-nav {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #f26522;
}

.g-nav img {
  width: 30px;
}

.g-nav.previous img {
  transform: rotate(90deg);
	margin-left: 7px;
  margin-top: 17px;
}

.g-nav.next img {
  transform: rotate(-90deg);
	margin-left: auto;
	margin-right: 7px;
  margin-top: 17px;
}

.g-nav.previous {
	position: absolute;
	left: 0;
	top: 0;
}

.g-nav.next {
	position: absolute;
	right: 0;
	top: 0;
}
/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
form input, form label {
  font-size: 25px;
}

form textarea {
  height: 29px;
}

}

@media screen and (min-width: 960px) {
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
nav#site-navigation {
	left: 50%;
	padding: 117px 15px 15px 15px;
	max-width: 619px;
}

.button-expand {
	width: 50vw!important;
}

}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
body, p, p span, .p-col, .desc, textarea,
.normal label {
	font-size: 17px;
}
	
.block-inner ul {
    font-size: 17px;
    margin-left: 0;
    padding-left: 14px;
}

h1 {
	font-size: 64px;
}

h2, h2 p {
  font-size: 42px;
}

h3, a.post-l.loz {
  font-size: 27px;
}

h4 {
	font-size: 17px;
}

body {
  margin-top: 174px;
}

.filter-label {
  width: 20%;
	margin-bottom: 0;
	margin-top: 4px;
}

.filter div {
	margin-bottom: 0;
}

form#filter {
	width: 80%;
}

.filter form button, select {
	width: 33%;
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	margin-bottom: 0;
}

select:nth-of-type(2n) {
	margin-right: 15px;
}

.filter form button {
	display: inline-block;
	margin-right: 0;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.site-logo {
	width: 521px;
	left: 25px;
}

.site-marque {
  width: 100px;
}

button#menu-toggle {
	height: 50px;
  font-size: 27px;
  line-height: 44px;
  border-radius: 40px 0 0 40px;
  width: 112px;
  padding: 4px 25px;
}

nav#site-navigation {
	top: 40px;
  padding: 134px 25px 25px 25px;
}

.m-soc-col {
  bottom: 25px;
  left: 25px;
  right: 25px;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-info {
	padding: 25px;
}
	
.aoc {
   padding: 17.5px 25px;
}
/*--------------------------------------------------------------
FRONT PAGE
--------------------------------------------------------------*/
.pattern-screen {
	background-position: center 26.5px;
	background-size: 57px;
}

.full-bar {
  height: 200px;
}
/*--------------------------------------------------------------
PAGE MODULES
--------------------------------------------------------------*/
a.loz {
  font-size: 39px;
}

.text-block .block-inner, .link-block.mod .block-inner {
  padding-bottom: 52px;
}

.form-block .block-inner {
  padding: 22px 25px 25px 25px;
}

.form-desc {
  margin-bottom: 30px;
}

.filler {
	height: 13px;
}

.filler.white {
	height: 26px;
	background: white;
}
/*--------------------------------------------------------------
POST MODULES
--------------------------------------------------------------*/
.post-ttl h2 {
  padding-right: 100px;
}

.post-ttl, .p-col {
  margin-bottom: 30px;
}

.p-col {
  width: 35%;
}

.text-block .block-inner, .description-block .block-inner,
.text-banner-block .block-inner, header .block-inner {
  padding: 17.5px 25px;
	min-height: 300px;
}

.text-banner-block .block-inner {
	min-height: auto;
}

.description-block .block-inner {
	padding-right: 80px;
}

.slide-desc {
	font-size: 13px;
}

.slide-desc {
  padding: 15px 25px;
}
/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
form div {
  margin-bottom: 20px;
}

form input, form label {
  font-size: 27px;
}

form textarea {
  height: 31px;
}
}

@media screen and (min-width: 1200px) {
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
ul#primary-menu a {
    font-size: 64px;
}
}

@media screen and (min-width: 1338px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
body, p, p span, .p-col, .desc, h4, textarea {
  font-size: 18.5px;
}

h3, a.post-l.loz {
  font-size: 34px;
}

h2, h2 p {
  font-size: 54px;
}

body {
	 /* background: url('./images/Pattern_Dots.svg'); */
	 background-position: center 36.5px;
 	 background-size: 57px;
	 background-color: #ffd81a;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
nav#site-navigation {
	width: 619px;
}

button#menu-toggle {
	max-width: 670px;
}

.button-expand {
	max-width: 669px;
}

/* .menu-toggle-box {
	right: 0;
} */
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	width: 1338px;
	margin: auto;
}

/*--------------------------------------------------------------
POST MODULES
--------------------------------------------------------------*/
.section, .filler, #page {
	width: 1338px;
	margin: auto;
}

 #page, header#masthead {
	 border-left: 1px solid;
	 border-right: 1px solid;
 }

.mod .section {
	width: auto;
}

.text-block .block-inner, .link-block.mod .block-inner {
  padding-bottom: 65.5px;
}

.slide-desc {
  font-size: 14px;
}

.description-block .block-inner {
  padding-right: 150px;
}

.text-block .block-inner p {
  padding-right: 65px;
}
/*--------------------------------------------------------------
PAGE MODULES
--------------------------------------------------------------*/
header#masthead, .breadcrumbs.section-title {
  width: 1308px;
  margin: auto;
}

a.loz {
  font-size: 50px;
}

.filler {
  height: 15px;
}

/* body, header#masthead, .section, .breadcrumbs.section-title, .filler.foot, footer {
    border-left: 1px solid;
    border-right: 1px solid;
} */

.mod .section {
	border: none;
}
/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
form input, form label {
  font-size: 34px;
}

form textarea {
  height: 39px;
}

}
