/*
Theme Name: Badger Communications
Theme URI: https://badger.co.nz
Author: Established Group
Author URI: http://establishedgroup.com
Version: 1.0.0
*/

@font-face {
font-family: FoundersGrotesk-Medium;
src: url(assets/fonts/founders-grotesk-medium.woff2);
font-style: normal;
font-weight: normal;
/* font-display: swap;*/
}
@font-face {
font-family: FoundersGrotesk-Light;
src: url(assets/fonts/founders-grotesk-light.woff2);
font-style: normal;
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: FoundersGrotesk-Regular;
src: url(assets/fonts/founders-grotesk-regular.woff2);
font-style: normal;
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: FoundersGrotesk-Semibold;
src: url(assets/fonts/founders-grotesk-semibold.woff2);
font-style: normal;
font-weight: normal;
/*font-display: swap;*/
}
@font-face {
font-family: FoundersGrotesk-Bold;
src: url(assets/fonts/founders-grotesk-bold.woff2);
font-style: normal;
font-weight: normal;
font-display: swap;
}



/* CSS RESETS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

html,body {
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}

body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
min-height: calc(100vh + 1px);
margin-top: -1px;
}

main {
flex: 1 0 auto;
width: 100%;
}

footer {
flex-shrink: 0;
width: 100%;
}

p {
font-family: FoundersGrotesk-Regular;
font-size: 18px;
line-height: 1.4;
margin: 0 0 15px 0;
text-align: left;
}

#single p {
font-size: 20px;
}

strong {
font-family: FoundersGrotesk-Bold;
}

h1,h2,h3,h4,h5,h6 {
font-family: FoundersGrotesk-Bold;
font-size: 20px;
line-height: 1.4;
margin: 0 0 20px 0;
text-align: left;
}

h1 {
font-size: 24px;
text-transform: uppercase;
}

#page h1 {
font-size: 30px;
}

ul, ol {
font-family: FoundersGrotesk-Regular;
font-size: 20px;
line-height: 1.4;
margin: 0 0 20px 20px;
text-align: left;
}

a {
color: inherit;
}

*:focus {
outline: 0;
}

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

.bg_img {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}


/* WP Text Img Editor Alignment */

.alignright,
img.alignright,
a img.alignright {
float: right;
margin: 0 0 1em 1em;
}

.alignleft,
img.alignleft,
a img.alignleft {
float: left;
margin: 0 1em 1em 0;
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
max-width: 100%;
}

.container {
width: calc(100% - 60px);
padding: 40px 30px;
margin: auto;
max-width: 1300px;
text-align: center;
}

.video_hero .container,
.image_hero .container {
max-width: 1350px;
margin-top: 80px;
margin-bottom: 80px;
padding-top: 0px;
position: relative;
}

section:first-child .container {
padding-top: 0px;
}

#page section:first-child .container,
#story section:first-child .container {
padding-top: 200px;
}

.column {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-items: flex-start;
}

.double-column {
columns: 2;
margin: 20px 0;
}

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-around;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}


/* Responsive Vimeo Player */

.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
z-index: 1;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha {
  font-size: 11px;
  color: #555;
  text-align: center;
  margin: 20px;
}


/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\   HOME PAGE   /\/\/\/\/\/\/\/\//\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/



.home_hero_wrap .embed-container {
padding-bottom: 60%;
}


#home .intro h1 {
font-size: 65px;
line-height: 1;
font-family: FoundersGrotesk-Bold;
width: 100%;
max-width: 600px;
margin-left: 10%;
}

#home .intro p {
font-size: 25px;
line-height: 1.2;
font-family: FoundersGrotesk-Light;
width: 100%;
max-width: 500px;
margin-left: 10%;
}

.column_1,
.column_2 {
width:calc(47% - 80px);
position: relative;
}

.column_1 {
margin-top: 20vh;
}

.column_2 {
margin-right: 30px;
}

.embed-container.square {
position: relative;
padding-bottom: 80%;
height: 100%;
overflow: hidden;
width: 100%;
max-width: 100%;
z-index: 1;
}

.embed-container.square iframe {
width: 140%;
left: -20%;
}



.content_deets {
position: absolute;
z-index: 3;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
text-align: left;
color: #fff;
}



.client {
width: 100%;
font-size: 15px;
line-height: 1;
text-transform: uppercase;
font-family: FoundersGrotesk-Light;
margin: 20px;
}

.content_deets a {
text-decoration: none;
margin: auto 20px 20px 20px;
}

.client_label {
font-size: 20px;
font-family: FoundersGrotesk-Semibold;
}

.long-arrow {
font-family: FoundersGrotesk-Light;
font-size: 20px;
padding-right: 60px;
position: relative;
display: inline-block;
cursor: pointer;
}

.long-arrow::before {
content: url(assets/img/long_arrow_right.svg);
width: 52px;
position: absolute;
right: 0;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}

.long-arrow:hover:before {
right: -8px;
}


.video_hero .content_deets {
flex-direction: row;
align-items: flex-end;
padding: 0;
margin: 0;
width: calc(100% - 60px);
height: calc(100% - 60px);
}

.video_hero .content_deets .client {
width: auto;
font-family: FoundersGrotesk-Semibold;
color: #000000;
margin: 0 auto 0 30px;
}

.video_hero .content_deets a {
text-decoration: none;
margin: auto 30px 0 auto;
color: #000000;
}

.video_hero .content_deets .long-arrow {
font-size: 17px;
}

.video_hero .content_deets .long-arrow::before {
content: url(assets/img/long_arrow_right_black.svg);
}

.project_tiles .row {
margin: 0 0 70px 0;
}





/*
*
* Single Image
*
* * * * * * * * * * * */


.project_tiles .single_asset {
position: relative;
width: fit-content;
margin-bottom: 130px;
}

.project_tiles .single_asset.video {
width: 70%;
}

.project_tiles .single_asset img {
height: 500px;
width: auto;
}

.project_tiles .alignImgLeft {
margin-right: auto;
}

.project_tiles .alignImgRight {
margin-left: auto;
}



/*
*
* Single Video
*
* * * * * * * * * * * */


.single_asset.video.large_title {
width: calc(50% - 40px);
}

.single_asset.video.large_title .embed-container {
position: relative;
padding-bottom: 80%;
height: 100%;
overflow: hidden;
width: 100%;
max-width: 100%;
z-index: 1;
}

.single_asset.video.large_title .embed-container iframe {
width: 140%;
left: -20%;
}


.single_asset.video.large_title .content_deets {
left: 100%;
color: #000;
}

.single_asset.video.large_title .content_deets a {
text-decoration: none;
margin: auto 20px auto 50px;
}

.single_asset.video.large_title .client {
margin-left: calc(-100% + 20px);
color: #fff;
}

.single_asset.video.large_title .client_label {
font-size: 60px;
line-height: 1;
font-family: FoundersGrotesk-Bold;
text-transform: uppercase;
}

.single_asset.video.large_title .long-arrow::before {
content: url(assets/img/long_arrow_right_black.svg);
}





/*
*
* Quote
*
* * * * * * * * * * * */


.project_tiles .quote {
width: 100%;
margin: 150px 0 80px 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.quote blockquote {
width: 100%;
max-width: 900px;
margin: auto;
font-size: 50px;
font-family: FoundersGrotesk-Light;
text-align: left;
}

.quote .author {
width: 100%;
font-size: 20px;
font-family: FoundersGrotesk-Light;
text-transform: uppercase;
}

.quote .name {
font-size: 20px;
font-family: FoundersGrotesk-Bold;
text-transform: uppercase;
}

.quote .title {
margin: 0px 70px;
text-align: center;
}

.quote1,
.quote2 {
width: 180px;
height: auto;
margin: 0 auto 120px 0;
}

.quote2 {
margin: 100px 0 0 auto;
}







/*
*
* Article Teasers
*
* * * * * * * * * * * */

.thoughts {
padding: 50px 0;
}

.thoughts .row {
justify-content: space-between;
}

.parallax {
min-height: 65vh;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}

.thoughts .container > div {
width:calc(50% - 40px);
text-align: left;
margin-top: 40px;
}

.thoughts .container > div:nth-child(2) {
margin-top: 33vh;
}

.thoughts .container > div:nth-child(3) {
margin-top: -5vh;
}


.thoughts .long-arrow {
color: white;
margin-top: 10px;
}



#home #contacts .container {
padding: 150px 0 100px 0;
}

.redTag {
background-color: #ed1c25;
padding: 10px 25px 5px;
margin-top: -100px;
float: right;
color: #fff;
font-size: 20px;
font-family: FoundersGrotesk-Medium;
}




/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*\/\/\/\/\/\/\/\/\   ARCHIVE PAGES ~ WORK    /\/\/\/\/\//\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

ul.posts {
align-items: flex-start;
justify-content: left;
margin-top: 10px;
}

ul.posts li {
display: block;
width: calc(50% - 20px);
margin: 50px 30px 0 0;
cursor: pointer;
background-size: cover;
background-position: center center ;
height: 400px;
transition: all .3s;
}

ul.posts li:nth-child(2n) {
margin-right: 0;
}

a.link-wrapper {

cursor: pointer;
position: relative;
z-index: 5;
margin: 0;
background-color: rgba(0,0,0,0.5);
height: 100%;
width: 100%;
text-decoration: none;

display: flex;
align-items: flex-start;
justify-content: flex-end;
flex-direction: column;

-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 0;

}

a.link-wrapper:hover {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 1;
}

a.link-wrapper h3 {
font-size: 27px;
line-height: 1;
font-family: FoundersGrotesk-Bold;
width: auto;
color: white;
display: block;
text-align: left;
text-transform: uppercase;
margin: 20px;
}



/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*\/\/\/\/\/\/\/\/\   SINGLE WORK PROJECTS    /\/\/\/\/\//\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/


.image_hero > div {
height: 70vh;
width: 100%;
padding: 0;
}

#project .container {
justify-content: center;
}

#project article {
width: 100%;
max-width: 370px;
margin: 0 70px 0 0;
}

#project article p,
#project article h1,
#project article h2,
#project article h3,
#project article h5,
#project article h6,
.text_description p {
  font-family: FoundersGrotesk-Medium;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-transform: none;
}

.text_description.alignCenter p {
  text-align: center;
}

.text_description.textLarge p {
  font-size: 24px;
}

#project article {
width: 100%;
max-width: 370px;
margin: 0 7% 0 0;
}

#project aside h2 {
font-family: FoundersGrotesk-Semibold;
margin-bottom: 0;
}

#project aside  {
font-family: FoundersGrotesk-Regular;
text-align: left;
}

#project aside ul {
list-style: none;
margin: 20px 0 30px 0;
}

#project aside ul li {
font-family: FoundersGrotesk-Semibold;
text-transform: uppercase;
}

.more_link {
text-align: right;
}

.more_link a {
font-family: FoundersGrotesk-Semibold;
font-size: 25px;
text-transform: uppercase;
text-decoration: none;
}

.right_arrow {
width: 18px;
height: auto;
display: inline-block;
}

.btn-link a {
font-family: FoundersGrotesk-Semibold;
font-size: 25px;
text-transform: uppercase;
text-decoration: none;
padding-right: 27px;
margin: 0;
color: #000000;
position: relative;
display: inline-block;
cursor: pointer;
}

.btn-link a::before {
content: url(assets/img/arrow_right.svg);
width:18px;
position: absolute;
right: 7px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}

.btn-link a:hover:before {
right: 0;
}

.image_tile {
margin: 100px auto;
}

.image_tile.none {
margin: 0 auto;
}

.image_tile.no_margin {
margin-top: 0;
margin-bottom: 0;
}

.project_tiles .container > div:first-child {
margin-top: 0;
}

.project_tiles .container > div:last-child {
margin-bottom: 0;
}


.project_tiles .container > div {
  margin: 120px auto;
}

.text_description {
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin: 0 auto;
}


/*
*
* SLIDERS
*
*/


.lSPrev img {
  transform: rotate(180deg);
}


.lSAction > a {
  display: none!important;
}

/* VID SLIDERS */


.vidSlider,
.imageSlider {
  max-width: 1200px;
}

.multiSliders,
.multiImageSliders {
margin: 0;
list-style: none;
}

.multiSliders li {
width: calc(33% - 40px);
margin: 0;
}

.multiSliders.Insta li {
padding: 220px 0;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}

.multiSliders.Insta iframe {
width: 100%;
height: 346px;
margin-top: -60px;
}

.multiSliders iframe {
width: 100%;
height: 375px;
}



/* IMG SLIDERS */

.imageSlider li img.dropshadow {
box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

.imageSlider li {
display: flex;
justify-content: center;
align-items: center;
}

.imageSlider li img {
height: calc(100% - 40px);
width: auto;
margin-top: 10px;
margin-bottom: 10px;
}

.hero_pic li {
height: 600px;
}

.hero_pic li img {
height: auto;
width: 80%;
margin-top: 30px;
}

.hero_pic li.slide-2 img {
max-height: calc(100% - 40px);
width: 100%;
height: auto;
}



/* Staggered Images */

.project_tiles .container .staggeredImages {
  margin-top: 100px;
  padding-top: 250px;
  width: 100%;
  max-width: 1000px;
  columns: 2;
}

.staggeredImages > div {
   width: calc(100% - 10px);
   margin: 20px;
}

.staggeredImages > div:first-child {
   margin-top: -200px;
}


.project_tiles .container .staggeredImages.descriptionBox {
   margin-top: 100px;
   padding-top: 100px;
}

.staggeredImages.descriptionBox > div:first-child {
    margin-top: -50px;
}


.descrip {
  min-height: 150px;
}


/* Audio */

.audio {
  padding: 40px 0;
}

.audio audio {
  width: 100%;
  margin: 20px auto;
}





/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*\/\/\/\/\/\/\/\/\/\       SINGLE POST       /\/\/\/\/\//\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/



article {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}




/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*\/\/\/\/\/\/\/\/\/\       STORY             /\/\/\/\/\//\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/


#story h1 {
font-size: 65px;
line-height: 1;
text-transform: none;
}

p.para-large {
font-family: FoundersGrotesk-Light;
font-size: 25px;
line-height: 1.2;
}

p.para-large b,
p.para-large strong {
font-family: FoundersGrotesk-Bold;
font-size: 25px;
line-height: 1.1;
}

p.title-large,
p.title-large b,
p.title-large strong {
font-family: FoundersGrotesk-Bold;
font-size: 40px;
line-height: 1.1;
}

p.title-huge {
font-family: FoundersGrotesk-Bold;
font-size: 65px;
line-height: 1.1;
}

p.title-extreme {
font-family: FoundersGrotesk-Bold;
font-size: 200px;
line-height: 1.1;
margin-bottom: -20px;
}


.FoundersGrotesk-Light {
font-family: FoundersGrotesk-Light!important;
}
.FoundersGrotesk-Medium {
font-family: FoundersGrotesk-Medium!important;
}
.FoundersGrotesk-Semibold {
font-family: FoundersGrotesk-Semibold!important;
}
.FoundersGrotesk-Bold {
font-family: FoundersGrotesk-Bold!important;
}



div.narrow-column {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}

div.wide-column {
width: 100%;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.double-column {
columns: 2;
margin: 20px 0;
}

#logo_party .container {
justify-content: space-between;
max-width: 1000px;
}

#logo_party .container div {
width: calc(25% - 60px);
margin: 30px;
}


#logo_party .container div img {
width: auto;
height: 80px;
}





/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*\/\/\/\/\/\/\/\/\       CONTACT PAGE        /\/\/\/\/\//\/\/*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/


#contacts h2 {
text-align: center;
text-transform: uppercase;
font-size: 27px;
margin-bottom: 40px;
}

#contacts ul {
list-style: none;
justify-content: center;
margin: 0;
}

#contacts ul li {
width: 20%;
min-width: 250px;
margin: 0 0 20px 0 ;
text-align: center;
}

#contacts .portrait {
height: 120px;
display: flex;
align-items: center;
justify-content: center;
}

#contacts p.peop_name {
text-align: center;
text-transform: uppercase;
font-size: 27px;
font-family: FoundersGrotesk-Bold;
line-height: 1.4;
margin: 0 0 10px 0;
}

#contacts p,
#contacts a,
#contact_deets p,
#contact_deets a {
text-align: center;
font-size: 16px;
text-decoration: none;
}


#contacts a:hover,
#contact_deets a:hover {
text-decoration: underline;
}


/* Social Links */


#contact_deets .social-links {
margin: 30px 0;
}

#contact_deets .social-links ul {
min-width: 150px;
text-align: center;
}

#contact_deets .social-links ul li {
display: inline-block;
}

#contact_deets .social-links ul li a {
font-size: 25px;
color: #000000;
margin-right: 20px;
}

#contact_deets .social-links li a:before,
#contact_deets .social-links li a:hover:before {
visibility: hidden;
}





.wpcf7 {
width: 100%;
max-width: 465px;
margin: 0 auto 0 auto;
}

.wrapper {
padding-right: 0;
margin-top: 32px;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}


input[type='text'],
input[type='email'],
textarea  {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
max-height: 40px;
font-family: FoundersGrotesk-Light;
font-size: 24px;
border: none;
padding: 5px;
background: url(assets/img/single-line.png) repeat-x 0px 36px;
background-size: 50% auto;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 100%;
}


textarea {
resize: none;
max-height: none;
height: 40px;
-moz-transition: height 0.2s ease-in-out;
-webkit-transition: height 0.2s ease-in-out;
-ms-transition: height 0.2s ease-in-out;
-o-transition: height 0.2s ease-in-out;
transition: height 0.2s ease-in-out;
}

textarea:focus {
padding-top: 13px;
height: 140px;
background-position: bottom;
-moz-transition: height 0.2s ease-in-out;
-webkit-transition: height 0.2s ease-in-out;
-ms-transition: height 0.2s ease-in-out;
-o-transition: height 0.2s ease-in-out;
transition: height 0.2s ease-in-out;
}



label {
font-family: FoundersGrotesk-Regular;
font-size: 17px;
margin-right: 3px;
margin-top: 18px;
font-weight: 400;
margin-bottom: 0;
-moz-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}


input[type='submit'] {
font-family: FoundersGrotesk-Bold;
font-size: 20px;
text-transform: uppercase;
color: #ffffff;
line-height: 1;
padding: 13px 30px 13px 30px;
width: auto;
margin: 0;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
margin: 50px 0 0 0;
cursor: pointer;
background-color: black;
border: 1px solid black;
}

input[type='submit']:hover {
background-color: transparent;
color: black;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}



/*.wpcf7 textarea {
border-bottom: 1px solid rgba(0,0,0,1);
height: 50px;
}*/

.wpcf7-form-control-wrap {
flex: 1;
}

.wpcf7-spinner {
visibility: hidden;
display: block;
background-color: #23282d;
opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: auto;
text-align: center;
position: relative;
}


.wpcf7-form.sent p {
display: none;
}

.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}

.wpcf7-list-item-label {
font-weight: 400;
font-size: 18px;
margin: 10px 0 10px 0;
cursor: pointer;
}

.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 7px;
}

.wpcf7 form .wpcf7-response-output {
background-color: black;
margin: 10px 0 10px 0;
padding: 15px!important;
color: white!important;
border: none!important;
text-align: left!important;
font-family: FoundersGrotesk-Medium;
font-size: 17px;
}

span.wpcf7-not-valid-tip {
color: white;
font-family: FoundersGrotesk-Medium;
font-size: 17px;
display: block;
text-align: left;
background: #000;
padding: 12px 15px 8px 15px;
border-radius: 2px;
width: calc(100% - 30px);
}

span.wpcf7-not-valid-tip:before {
content: "\A";
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #000 transparent transparent;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-top: -23px;
position: absolute;
}


::-webkit-input-placeholder { /* Edge */
font-family: FoundersGrotesk-Regular;
font-size: 15px;
text-transform: uppercase;
color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: FoundersGrotesk-Regular;
font-size: 15px;
text-transform: uppercase;
color: #000;
}

::-ms-input-placeholder {
font-family: FoundersGrotesk-Regular;
font-size: 15px;
text-transform: uppercase;
color: #000;
}

::placeholder {
font-family: FoundersGrotesk-Regular;
font-size: 15px;
text-transform: uppercase;
color: #000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}











/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * MEDIA QUERIES * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* Lap top */
@media screen and (max-width: 1400px), screen and (max-height: 900px) {


    .video_hero .container,
    .image_hero .container {
      max-width: 1200px;
    }

    .container {
      max-width: 1100px;
    }

    ul.posts {
      margin-top: 40px;
    }

    ul.posts li {
      display: block;
      width: calc(50% - 25px);
      margin: 0px 25px 25px 0;
      height: 350px;
    }

    .multiSliders iframe {
      width: 100%;
      height: 340px;
    }

    .multiSliders.Insta iframe {
      height: 318px;
    }

    .project_tiles .container > div {
      margin: 80px auto;
    }


}




@media (max-width: 1200px){

  .multiSliders iframe {
  height: 28vw;
  }

  .multiSliders.Insta iframe {
  height: 27vw;
  margin-top: -4vw;
  }


  .project_tiles .container .staggeredImages {
    column-gap: 20px;
    padding-top: 12vw ;
  }

  .staggeredImages > div {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .staggeredImages > div:first-child {
      margin-top: calc(-12vw - 40px );
  }

  .single_asset.video.large_title .client_label {
    font-size: 50px;
  }



}






@media (max-width: 800px){

    .lSAction > a {
      display: block !important;
    }

    .lSAction > .lSPrev {
    left: 0 !important;
    }

    .lSAction > .lSNext {
    right: 0 !important;
    }

    .lSAction > a {
    width: 45px !important;
    }

    .multiSliders li {
    width: 400px;
    margin: 0;
    }

    .multiSliders iframe {
    width: 100%;
    height: 60vw;
    }

    .multiSliders.Insta {
    height: 550px!important;
    }

    .multiSliders.Insta li {
    padding: 150px 0;
    background-size: 300px;
    }

    .multiSliders.Insta iframe {
    height: 259px;
    margin-top: -40px;
    }

    .imageSlider li {
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .imageSlider li img {
    width:80%;
    max-width: 300px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    }

    .parallax {
    min-height: 65vh;
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    }


}



@media (max-width: 600px){

  #project article,
  #project aside {
    width: 100%;
    max-width: 100%;
  }


}



/* iphone 12 */
/*  @media (max-width: 390px){ */
@media (max-width: 500px){


    p {
    line-height: 1.2;
    }


    .container {
    padding: 0 30px 20px 30px;
    }
    .video_hero .container,
    .image_hero .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    }

    .video_hero .content_deets {
    display: none;
    }

    #home .intro h1 {
    font-size: 36px;
    margin: 0 0 10px 0;
    }

    #home .intro p {
    font-size: 18px;
    margin-left: 0;
    }

    .row,
    .project_tiles .row {
    flex-flow: column;
    margin: 0 0 10px 0;
    }

    .column_1,
    .column_2 {
    width: 100%;
    margin: 0 0 10px 0;
    }

    .column_1 {
    order: 2;
    }
    .column_2 {
    order: 1;
    }


    .content_deets {
    position: relative;
    color: #000;
    }

    .column_1 img,
    .column_2 img,
    .single_asset img,
    .project_tiles .single_asset.video .embed-container {
    margin-bottom: 20px;
    }

    .project_tiles .single_asset.video {
    width: 100%;
    }

    .single_asset.video.large_title .content_deets {
    position: static;
    display: block;
    }



    .single_asset.video.large_title .client_label {
    font-size: 16px;
    text-transform: none;
    }


    .client,
    .content_deets a,
    .client_label,
    .long-arrow,
    .single_asset.video.large_title .content_deets a  {
    font-size: 16px;
    margin: 0;
    }

    .client,
    .single_asset.video.large_title .client {
    margin: 0 0 5px 0;
    color: #000;
    }

    .long-arrow {
    margin-bottom: 20px;
    }

    .long-arrow::before {
    content: url(assets/img/long_arrow_right_black.svg);
    }



    .quote1, .quote2 {
    width: 67px;
    height: auto;
    margin: 30px auto 30px 0;
    }

    .quote2 {
    margin: 30px 0 30px auto;
    }

    .quote blockquote {
    font-size: 22px;
    }

    .quote .author,
    .quote .name {
    font-size: 15px;
    margin-top: 15px;
    display: block;
    }

    .single_asset {
    margin: 0 0 20px 0!important;
    }

    .project_tiles .single_asset img {
    width: 100%;
    height: auto;
    }


    .thoughts .container > div {
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
    }

    .thoughts .container > div:nth-child(2) {
    margin-top: 0;
    }

    .thoughts .long-arrow::before {
    content: url(assets/img/long_arrow_right.svg);
    }

    .thoughts {
    padding: 60px 0 0 0;
    }



    #home #contacts .container {
    padding: 80px 0 100px 0;
    }

    #contacts ul li {
    width: 100%;
    }

    .redTag {
    margin-top: -60px;
    font-size: 16px;
    }


    ul.posts {
    margin-top: 80px;
    }

    ul.posts li {
    display: block;
    width: 100%;
    margin: 0px 0 50px 0;
    height: 55vw;
    }

    a.link-wrapper {
    position: relative;
    height: calc(100% + 35px);
    opacity: 1;
    background: transparent;
    }

    a.link-wrapper h3 {
    color: #000;
    font-size: 15px;
    margin: 7px;
    }



    .image_hero > div {
    height: 60vw;
    width: 100%;
    padding: 0;
    }

    .image_hero {
    margin-bottom: 30px;
    }

    .project_tiles .image_tile img {
    width: 100%!important;
    }

    .image_tile {
    margin: 40px auto;
    }

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

    .btn-link a {
    font-size: 17px;
    }

    .btn-link a::before {
    width: 14px;
    }

    #project article,
    #project aside {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    }

    #logo_party .container.row {
    flex-flow: row;
    flex-wrap: wrap;
    }

    #logo_party .container div {
    width: calc(50% - 40px);
    margin: 0 20px 20px 20px;
    }


    #story h1,
    p.title-huge,
    p.title-extreme {
    font-size: 40px;
    margin: 0 0 20px 0;
    }

    p.title-large,
    p.title-large b {
    font-size: 25px;
    }

    p.para-large {
    font-size: 20px;
    }

    #page section:first-child .container,
    #story section:first-child .container {
    padding-top: 120px;
    }

    .hero_pic .multiImageSliders li img,
    .hero_pic .multiImageSliders li.slide-2 img {
    width: 80%;
    max-width: 220px;
    height: auto;
    max-height: none;
    }

    .hero_pic .multiImageSliders li {
    width: 80vw;
    max-width: none;
    height: 100vw;
    max-height: none;
    }

    .multiSliders.Insta li {
    padding: 130px 0;
    background-size: 260px;
    }

    .multiSliders.Insta iframe {
    height: 225px;
    margin-top: -40px;
    }

    .multiSliders.Insta {
    height: 470px!important;
    }

    .imageSlider li img {
    max-width: 220px;
    }

    .project_tiles .container .staggeredImages {
      columns: 1;
      padding-top: 0 ;
      margin-top: 100px;
    }

    .staggeredImages.descriptionBox > div:first-child {
        margin-top: 0;
    }

   .project_tiles .container .staggeredImages.descriptionBox {
      display: flex; 
      flex-direction: column;
    }


    .descrip {
      order: 0;
      min-height: auto;
      display: none;
    }





}