/*  

Theme Name: Felt Hat
Theme URI: https://www.felthat.com/
Description: Theme for Felt Hat
Version: 1.0
Author: Joe Mendonca
Author URI: https://www.felthat.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #000000;
	display: none;
	font-family: akkurat-light, AdobeBlank;
	height: 100%;
	margin: 0;
	width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
	border: 0px none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

.aligncenter {
	display: inline;
	float: center;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

a {
	color: #000000;
	text-decoration: none;
}

/*--------------------------------------------------------------
Cursor
--------------------------------------------------------------*/

.cursor {
	border: 1px solid #f05b40;
	border-radius: 50%;
	height: 20px;
	margin: -13px 0px 0px -11px;
	pointer-events: none;
	position: absolute;
    width: 20px;
    z-index: 1000;
	transition-duration: 200ms;
  	transition-timing-function: ease-out;
}

.cursor-dot {
	background: #f05b40;;
	border-radius: 50%;
	height: 7px;
	margin: -5px 0px 0px -4px;
	pointer-events: none;
	position: absolute;
    width: 7px;
    z-index: 1000;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.wrapper {
	float: left;
	width: 100%;
}

.layout {
	display: block;
	margin: 0 auto;
	padding-top: 88px;
	position: relative;
	width: 100%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
	float: left;
	font-size: 12px;
	height: 88px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.logo {
	float: left;
	margin: 16px 0px 0px 16px;
	width: 175px;
}

.logo img {
	float: left;
	height: auto;
	width: 100%;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

.fixed {
	position: fixed !important;
}

.navigation-menu,
.introduction-overlay {
	background: rgba(66,65,67,0.9);
	float: left;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.navigation-menu {
	display: none;
}

#menu-main-menu,
.introduction-overlay-content {
	float: left;
	margin-left: 25% !important;
	margin-top: 240px;
}

#menu-main-menu li {
	display: block;
	list-style-type: none;
	text-transform: lowercase;
}

#menu-main-menu li a,
.introduction-overlay-content span {
	color: #ef4136;
	float: left;
	font-family: "Akkurat-Bold";
	font-style: normal;
	font-size: 76px;
	font-size: 76px;
	line-height: 90px;
	margin-left: 16px;
	opacity: .25;
}

.menu-load-item {
	line-height: 80px !important;
	opacity: 1;
	transition: .5s;
}

#menu-main-menu li a.menu-load-item,
.introduction-overlay-content span.menu-load-item {
	opacity: 1;
}

/*--------------------------------------------------------------
Hamburger
--------------------------------------------------------------*/

.menu-icon {
	cursor: pointer;
	right: 18px;
	top: 18px;
	z-index: 110;
}

.menu-icon,
.hamburger {
	height: 36px;
	position: absolute;
	width: 36px;
}

.hamburger {
	pointer-events: none !important;
}

.hamburger span {
	pointer-events: none !important;
	position: absolute;
}

.hamburger-vertical span:first-child,
.hamburger-vertical span:last-child {
	height: 16px;
	left: 16px;
	width: 4px;
}

.hamburger-horizontal span:first-child,
.hamburger-horizontal span:last-child {
	height: 4px;
	width: 16px;
}

.hamburger-vertical span:first-child {
	background: #e86225;
}

.hamburger-horizontal span:first-child {
	background: #92c3e9;
	left: 20px;
	top: 16px;
}

.hamburger-vertical span:last-child {
	background: #b6b634;
	top: 20px;
}

.hamburger-horizontal span:last-child {
	background: #c9baa8;
	top: 16px;
}

.vertical-motion {
	transform: rotate(0deg);
	transition: .5s;
}

.vertical-reverse {
	transform: rotate(315deg);
	transition: .5s;
}

.horizontal-motion {
	transform: rotate(0deg);
	transition: .5s;
}

.horizontal-reverse {
	transform: rotate(315deg);
	transition: .75s;
}

/*--------------------------------------------------------------
Home page introduction overlay
--------------------------------------------------------------*/

.introduction-overlay-content {
	width: 75%;
}

/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/

.grid {
	display: grid;
	grid-auto-flow: row dense;
	grid-gap: 4px;
	grid-template-columns: 25% 25% 25% 25%;
	width: calc(100% - 12px);
}

.grid a {
	background-size: cover;
	font-size: 3vw;
	grid-row: auto / span 10;
	line-height: 3vw;
	/*overflow: hidden;*/
	position: relative;
}

.grid a:before {
	content: "";
	display: block;
	height: 0;
	padding-bottom: calc(1 * 100%);
	width: 0;
}

.one-column {
	grid-column: auto / span 1;
	grid-row: auto / span 20 !important;
}

a.two-columns {
	grid-column: auto / span 2;
	grid-row: auto / span 20 !important;
}

.three-columns {
	grid-column: auto / span 3;
	grid-row: auto / span 20 !important;
}

.grid-box {
	font-family: "Akkurat-Bold";
	left: 0px;
	position: absolute;
	height: 100%;
	top: 0px;
	width: 100%;
}

.grid-box img {
	height: 100%;
	position: absolute;
	object-fit: cover;
	width: 100%;
	z-index: 1;
}

.grid-box-background {
	display: none;
 	mix-blend-mode: multiply;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.grid-box-content {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.grid-title {
	color: #ffffff;
	display: table-cell;
	opacity: 0;
	padding: 0px 16px 16px 16px;
	vertical-align: bottom;
}

.grid-tags {
	color: #ffffff;
	font-family: "Akkurat-Regular";
	font-size: 0.85vw;
	left: 0;
	letter-spacing: 1.35px;
	line-height: 1vw;
	margin: 16px 0px 0px 16px;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Grid blur animation
--------------------------------------------------------------*/

.grid-blur {
	animation: grid-blur 0.5s linear forwards;
}

@keyframes grid-blur {
    from {
    	filter: blur(0px);
    }
    to   {
    	filter: blur(10px);
    }
}

.grid-blur-off {
	animation: grid-blur-off 1.25s linear forwards;
}

@keyframes grid-blur-off {
    from {
    	filter: blur(10px);
    }
    to   {
    	filter: blur(0px);
    }
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.main {
	float: left;
	padding: 0px 6.25vw 0px 6.25vw;
	width: calc(100% - 12.5vw);
}

.content-column {
	color: #000000;
	float: left;
	width: 50%;
}

.content-column,
.content-column:nth-of-type(2) li.main-content {
	font-style: normal;
	font-size: 38px;
	line-height: 40px;
}

.content-column:nth-of-type(2) li.main-content {
	color: #f05b40;
}

.content-column li {
	list-style-type: none;
	position: relative;
}

.content-column:nth-of-type(2) li {
 	font-family: akkurat-light, AdobeBlank;
 	font-size: 16px;
 	line-height: 20px;
 }

.name {
	cursor: pointer;
	opacity: 0.1;
}

.name:hover,
.current-list-item {
	opacity: 1 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.name-title:hover {
	color: #808285 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.current-list-item,
.content-column a {
	color: #f05b40 !important;
}

.content-column:first-of-type li:first-child,
.content-column:nth-of-type(2) li {
	margin-top: 111px;
}

/*.content-column:first-of-type li:last-child {
	margin-top: 40px;
}*/

.content-column:nth-of-type(2) li {
	display: none;
}

.content-column:nth-of-type(2) li:first-child {
	display: block;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/

.name-title {
	cursor: pointer;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.name-title span {
	display: block;
}

.image-frame {
	filter: blur(10px);
	float: left;
	height: auto;
	/*height: 52px;*/
	/*margin: -119px 0px 24px 0px;
	opacity: 0;
	overflow: hidden;*/
	position: relative;
	width: 152px;
	/*width: 52px;*/
}

.about-photo {
	display: block;
	float: left;
	height: 152px;
	/*position: absolute;*/
	margin-bottom: 32px;
	top: 0px;
	/*top: -25px;*/
	width: 152px;
}

.blur-off {
	animation: grid-blur-off .75s linear forwards;
}

.bio {
	display: none;
	float: left;
	margin-bottom: 12px;
	width: 100%;
}

.bio-contact {
	display: block;
	display: none;
	float: left;	
}

.bio-contact a {
	display: block;
	width: auto;
}

.about-content {
	display: none;
}

.content-column:nth-of-type(2) li:first-child .about-content {
	display: block;
}

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.contact-column {
	color: #808285;
	float: left;
	font-family: akkurat-light, AdobeBlank;
	font-size: 18px;
	line-height: 20px;
	width: 50%;
}

.contact-column:first-of-type {
	padding-top: 127px;
}

.contact-column:nth-of-type(2) {
	padding-top: 118px;
}

.contact-column li {
	list-style-type: none;
}

.city,
.contact-main a {
	color: #f05b40;
}

.contact-main span {
	display: block;
}

.city {
	font-family: "Akkurat-Bold";
}

.address {
	margin-bottom: 20px;
}

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

.gform_wrapper {
	border-top: 1px solid #808285;
	color: #808285;
	float: left;
	width: 100%;
}

.gform_wrapper label {
	display: none;
}

.gform_wrapper input,
.gform_wrapper textarea {
	border: 0px;
	border-bottom: 1px solid #808285;
	border-radius: 0px;
	float: left;
	font-size: 18px;
	padding: 9px 0px 12px 0px;
	width: 100%;
}

.gform_wrapper textarea {
	height: 258px;
}

.gform_wrapper input[type="submit"] {
	background: transparent;
	border-bottom: 0px;
	color: #f05b40;
	text-align: left;
	text-transform: lowercase;
}

.gform_validation_container {
	display: none;
}

.gform_confirmation_wrapper {
	margin-top: 9px;
}

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

.main-work {
	float: left;
	margin-top: -4px;
	width: 100%;
}

.content-text {
	color: #736C6B;
	float: left;
	padding: 41px 6.25% 43px 25%;
	width: 68.75%;
}

.content-text p {
	float: left;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0px;
	width: 100%;
}

.content-text strong {
	font-family: "Akkurat-Bold";
}

.content-image-text {
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 28px 0px 36px 0px;
	width: 100%;
}

.content-image-text strong {
	font-family: "Akkurat-Bold";
	font-weight: normal;
}

.content-image-text div {
	float: left;
	margin-left: 25%;
	width: 25%;
}

.content-image-text p {
	margin-bottom: 8px;
}

.content-image-text img {
	float: left;
	height: auto;
	margin-left: 12.5%;
	width: 25vw;
}

.padding-bottom {
	padding-bottom: 0px !important;
}

.padding-top {
	padding-top: 0px !important;
}

/*--------------------------------------------------------------
Flexslider
--------------------------------------------------------------*/

.flexslider,
ul.slides,
.flexslider li {
	float: left;
	width: 100%;
}

.flexslider li img {
	float: left;
	height: auto;
	margin-bottom: 4px;
	width: 100%;
}

.flexslider li.one-column img {
	width: 25%;
}

.flexslider li.two-columns img {
	width: 50%;
}

.flexslider li.three-columns img {
	width: 75%;
}

.flexslider li.one-column-left img {
	margin-left: 25%;
}

.flexslider li.two-columns-left img {
	margin-left: 50%;
}

.flexslider li.three-columns-left img {
	margin-left: 75%;
}

.white-space-top {
	margin-top: 73px;
}

.white-space-bottom {
	margin-bottom: 67px;
}

.image-caption {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-left: 6.25vw;
	position: absolute;
	top: 50%;
	width: 12.25%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.double-width-caption {
	width: calc(25% - 24px);
}

.image-caption strong,
.image-caption b {
	font-family: "Akkurat-Bold";
	font-weight: normal;
}

.flexslider li.two-columns-left .image-caption {
	margin-left: 25%;
}

.flexslider li.three-columns-left .image-caption {
	margin-left: 50%;
}

.flexslider li.four-columns .image-caption {
	bottom: 53px;
	margin-left: 25%;
	top: auto;
}

.flexslider li.four-columns .image-caption p {
	margin-bottom: 7px;
}

.flexslider li.four-columns .image-caption p:last-child {
	margin-bottom: 0px;
}

.slider-content {
	float: left;
	position: relative;
	width: 100%;
}

.flex-direction-nav {
	height: 100%;
}

.flex-direction-nav a {
	cursor: pointer;
	height: 31px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 16px;
	z-index: 100;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	background-repeat: no-repeat !important;
	background-size: 16px 31px !important;
}

.flex-direction-nav .flex-prev {
	background: url('imgs/arrow-left.png');
	background-position: center left !important;
	left: 27px;
}

.flex-direction-nav .flex-next {
	background: url('imgs/arrow-right.png');
	background-position: center right !important;
	right: 27px;
	text-align: right;
}

/*--------------------------------------------------------------
Fade in animation
--------------------------------------------------------------*/

.come-in {
  animation: come-in 4.0s ease forwards;
}

.fade-in {
	opacity: 0;
}

.no-fade {
	opacity: 1 !important;
}

@keyframes come-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*--------------------------------------------------------------
Text sliding up animation
--------------------------------------------------------------*/

.outer-word {
	display: inline-block;
	height: 42px;
	margin: 0px 6px -10px 0px;
	overflow: hidden;
	width: auto;
}

.outer-word div {
	margin-top: 42px;
}

.come-in .outer-word div {
	animation: word .6s ease-out .3s forwards;
}

@keyframes word {
    from { margin-top: 42px; }
    to   { margin-top: 0px; }
}

/*--------------------------------------------------------------
Old gallery code
--------------------------------------------------------------*/

.work-layout {
	float: left;
	width: 100%;
}

.work-layout li {
	list-style-type: none;
}

.work-layout li img {
	float: left;
	height: auto;
	width: 100%;
}

/*--------------------------------------------------------------
Social Justice page
--------------------------------------------------------------*/

.social-main {
	margin-top: 118px;
	position: relative;
}

.social-main h1 {
	color: #f05b40;
	font-size: 38px;
	line-height: 40px;
	position: absolute;
	top: -32px;
}

.social-main li {
	float: left;
	font-size: 16px;
	line-height: 20px;
	list-style-type: none;
	width: 100%;
}

.sidebar-border,
.social-justice-main {
	border-top: 1px solid #808285;
	padding-top: 15px;
}

.social-main li:nth-child(2) .social-justice-main {
	border-top: 0px;
}

.social-justice-sidebar {
	position: relative;
}

.social-main li img {
	height: auto;
	position: absolute;
	width: 75%;
}

.social-justice-sidebar {
	float: left;
	width: 18.75vw;
}

.social-justice-main {
	float: left;
	width: 75%;
}

.social-justice-main p {
	float: left;
	margin-bottom: 16px;
	margin-top: -4px;
	width: 100%;
}

.social-justice-main p:last-child {
	margin-bottom: 11px;
}

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

footer {
	float: left;
	font-size: 9px;
	line-height: 12px;
	margin-top: 80px;
	width: 100%;
}

footer p {
	margin-bottom: 12px;
}

.footer-menu-top {
	font-family: "Akkurat-Bold";
	font-weight: normal;
}

.footer-column {
	float: left;
	width: 18.75vw;
}

.footer-column:first-of-type {
	margin-left: 6.25vw;
}

.footer-column:nth-of-type(2) {
	width: 25%;
}

.footer-column:last-of-type {
	text-transform: lowercase;
}

#menu-footer {
	margin: 12px 0px 12px 0px;
}

#menu-footer li {
	list-style-type: none;
}