html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0}


/* @font-face {
font-family: 'BeausiteClassic';
src: url('/wp-content/themes/whsk_guernica/common/fonts/BeausiteClassic-Regular.woff');
font-weight: normal;
font-style: normal;  
}

@font-face {
font-family: 'BeausiteClassic-Medium';
src: url('/wp-content/themes/whsk_guernica/common/fonts/BeausiteClassic-Medium.woff');
font-weight: normal;
font-style: normal;  
} */

html{-webkit-box-sizing:border-box;box-sizing:border-box;font-display:swap;font-family:'Arial', serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

:root {
  --narrowwhite:#f9f9f9;
  --maincolor:#232326;
  --secondcolor:#2c3e50;
  --notdark: #0d0d0d;
  --totalblack:#000;
}

body{
  color:var(--maincolor);
  font-family: 'Manrope', sans-serif;
}



/* .roboto{font-family: 'Roboto', sans-serif;}
.rubik{font-family: 'Rubik', sans-serif} */

a:hover,
a:visited,
a{color:#FFFF;text-decoration:none}

.secondcolor{color:var(--secondcolor)}
.whitecolor{color:#FFFFFF}
.greycolor {color:#818195}
.totalblack{color:#000}

.uppercase{text-transform:uppercase}

.font-weight-normal{font-weight:normal}
.serif-font {font-family: 'Fira Sans', serif}
.sans-serif-font-medium{font-family:'Manrope';font-weight:600}
.sans-serif-font {font-family: 'Manrope', 'Arial', sans-serif}
.line-height-1{line-height:1;}

header {
    padding:20px 0;
    position: sticky;
    margin-bottom:3rem;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #000;
    top: 0;
    z-index: 9;
}

.container-x {
    width: 100%;
    padding: 0 15px;
    max-width: 1600px;
    margin: 0 auto;
}


.main-logo h1 {
  letter-spacing: 1.5px;
  color:#FFFFFF;
  text-transform:uppercase;
}

.main-logo {
    line-height: 0;
    display: block;
    margin: 0 auto;
}

.burger-menu {
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.burger-menu:hover{cursor:pointer;}

.burger-menu span {
    height: 2px;
    margin:3px 0;
    background-color: #FFFFFF;
    display: block;
}

.flags li {
    line-height: 1;
    font-size: 1.4rem;
    margin: 0 8px;
    color: #FFF;
}


.hero-image {
    height: 100vh;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow:hidden;
}
.hero-image .hero-carousel,
.hero-image .hero-carousel li,
.hero-image .hero-carousel .slick-list {height: 100%}
.hero-image .hero-carousel .slick-list .slick-track {height: 100%}

.hero-section{padding-bottom:100vh}
.hero-image img {width: 100%;height: 100%;object-fit: cover}
.hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

.post-body.text-area {color: #404040}
.text-area p {margin: 16px 0;line-height: 1.5}
.text-area p:last-child {margin-bottom: 0}
.text-area p:first-child {margin-top: 0}
.text-area p .aligncenter {margin: 30px auto;display: block}


.big-title,
.section-heading {font-size:3.8rem;line-height: 0.95;margin-bottom:0;font-weight:500}
.section-description {
    line-height:1.2;
    margin-bottom: 4rem;
    margin-top: 0.8rem;
}

.hero-inner .big-title {
    max-width: 900px;
    line-height:1.1;
    font-weight:400;
    color: #FFF;
}


.interview-link {
    border-bottom: 1px solid #FFF;
    display: flex;
    padding: 10px 0;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px; 
}
.interview-link a {
    color: #FFF;
}
.interview-link .up-arrow {
    line-height: 1;
    width:32px;
    filter: invert(1);
}


.service-number{font-size:10rem;color:var(--maincolor);line-height: 0.7em;margin-top: 0;margin-bottom:-2rem}

.column_details {
    margin-bottom: 3rem;
    position:relative;display:block;
    padding: 12px;
}.column_details h3{max-width:300px;display:block}

.column-description {
    color: #333;
    line-height: 1.6;
    font-size: 1.05rem;
    font-family:'Rubik', 'Roboto', sans-serif;
    font-weight: normal;
    text-align: justify;
    letter-spacing: -0.25px;
    word-spacing: -0.55px;
    font-weight:300;
}


.inline-area {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.inline-area.is-flex{height:100%}

ul.bullets {
    margin-left: 1rem;
    margin-top:2rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-family:'Rubik', 'Roboto', sans-serif;
}ul.bullets li {
    width: 50%;
    margin-bottom: 10px;
    line-height: 1.3;
    list-style: square;
    font-size:16px;
}

ul.bullets li span {
    display: block;
    line-height: 1.3;
    max-width: 90%;
}
ul.bullets li a {
    color: var(--secondcolor);
}


.dark-bg {
    background-color: var(--secondcolor);
}.dark-bg .inline-area * {
    color: #FFF;
}.inline-area .focus-t {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}.inline-area.is-flex .section-description {
    margin-bottom: 0;
}


.square-member-icon {
    width: 300px;
    height: 340px;
    background-color: #eee;
    display: block;
    position:relative;
    margin-bottom: 1.5rem;
}.square-member-icon img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: contain;
}

.greycolor p strong {
    color: #818195;
    font-weight: 500;
}
.greycolor p {
    color: #818195;
}

.discograpy-item-image {
    background-color: #777;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 1rem;
}

.photo-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom:130%;
    position: relative;
    height: 0;
}.photo-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}



.embed-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.embed-map {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}


.footer-widget h4 {
    font-weight: 500;
}.footer-widget p {
    margin-bottom: 15px;
}.copy {
    font-family: Arial;
}


.social-links a {
    color: var(--secondcolor);
    margin: 5px;
    border: 1px solid;
    display: flex;
    align-items: center;
    border-radius: 100%;
    padding: 5px;
}
.social-links {
    display: flex;
    align-items: center;
}

a.footer-link, a.footer-link:hover, a.footer-link:visited {
    color: #FFF;
    border-bottom: 1px solid #fff;
}

.wrap-slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}


.white-s {
    color: #FFF;
}

.text-area p img.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}



a.external_link {
    border-bottom: 2px solid;
    color: var(--notdark);
}


#burger {
    opacity:0;
    display:none; 
    transition:all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
}

.openmenu #burger{display:block;opacity:1}

#burger .inner-burger {
    padding: 20px;
}

#burger .inner-burger .burger-header {
    color: #FFF;
    font-weight: 700;
    display:block;clear:both;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}.burger-items li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 8px 0;
    font-size: 18px;
    font-weight: 500;
}.social-burger {
    margin-top: 40px;
}.social-burger a {
    display: block;
    margin-top: 10px;
}.close-burger {
    line-height: 1;
    text-align: right;
    background-color: #333;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}





@media screen and (max-width: 1023px){
.section-description{margin-bottom:0}
.big-title, .section-heading{font-size:3rem}
.home-section {margin-bottom: 0}
.service-number {font-size: 7rem}
.hero-section{padding-bottom:70vh}  
}


@media screen and (max-width:667px){
.flags li {
    margin-right: 0;
    font-size: 16px;
}  
#burger{width:100vw}
.text-area p img.alignleft {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}
}
