/* MAIN PAGE STRUCTURE */

* {
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin:0 !important;
  padding: 0 !important;
  background-color:#fff;
  min-height: 100vh;
  display:grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
}

div#wrapper {
  margin:20px 40px;
}

div.header {
  display: flex;
  height:auto;
}

div#header_left, div#header_right {
  width:auto;
  flex:1;
}

div#header_logo {
  width:210px;
}

div#sub-header {
  width:100%;
  margin-top: 50px;
}

div#content {
  width:100%;
  margin-top:80px;
  /*min-height:1000px;*/
  margin-bottom:100px;
}

div#footer {
  width: 100%;
  padding-bottom: 40px;
  background-color: #d2fcff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

div.footer_wrapper {
  margin:0px 40px;
  display:flex;
  height:auto;
}

div.footer_wrapper div {
  margin-top:40px;
}

div#footer-left1 {
  width:17%;
}

div#footer-left2 {
  width:13%;
}

div#footer-logo {
  width:40%;
  text-align: center;
}

div#footer-right ul
  width:30%;
}

div#footer_copyright {
  margin:80px 40px 0px;
  padding-bottom: 40px;
}

div#mobile-menu {
  display: none;
}

/* TYPOGRAPH */

h1, h2, h3, h4, h5, h6 {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Akkurat Bold", sans-serif;
    font-optical-sizing: auto;
}

h1 {
  font-size:20px;
}

h2 {}

div.page-wrapper h2 {
  text-decoration: none;
  font-size: 20px;
  font-family: "Romie Medium";
  color: #000;
  line-height: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-top:50px;
}

h3 {}

h4 {}

h5 {}

h6 {}


p, a, li {}

p {}

div.page-wrapper p {
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  line-height: 133%;
}

p a {
  color:#000;
  text-decoration:none;
}

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

div#footer-right p {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  line-height: 133%;
  padding-left:25%;
}

div#footer_copyright p {
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
}


/* LISTS */

ul {}

li {}

ul.header {
    list-style-type: none;
    padding-top:10px;
}

ul.header li {
  display: inline;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Bold", sans-serif;
  font-optical-sizing: auto;
  margin: 10px 9px 0px;
}

ul.header li:first-child {
  margin-left: 0px;
}

ul.header#header_right li:last-child {
  margin-right: 0px;
  margin-left: 20px;
}

ul.header li a {
    color:#000;
    text-decoration: none;
}

ul#header_left{}

ul#header_left li{}

ul#header_right{
  display:inline-block;
  float:right;
}

ul#header_right li{}

ul#header_right li#language{}

ul#sub-header{
  list-style-type: none;
  text-align: center;
}

ul#sub-header li{
  display:inline-block;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  margin: 0px 1px 0px;
  text-transform: uppercase;
  border:1px solid #000;
  border-radius: 25px;
  padding:3px 10px;
}

ul#sub-header li:hover{
  background-color:#000;
  transition: all .2s ease-in-out;
}

ul#sub-header li:hover a{
  transition: all .2s ease-in-out;
  color:#fff;
}

ul#sub-header li a{
  color:#000;
}

ul#sub-header li a {
  text-decoration: none;
  display:block;
}

ul.footer {
  list-style-type: none;
}

ul.footer li {
  text-decoration: none;
  font-size: 18px;
  font-family: "Romie Medium";
  color: #000;
  line-height: 24px;
  font-weight: 400;
}

ul.footer li a {
  color:#000;
  text-decoration: none;
}

ul.footer li#footer_headline {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  margin-bottom:10px;
}


/* IMAGES */

img#main-logo {
  width:100%;
  height:auto;
}

a.logo_link img:hover {
  opacity:0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

img#footer-logo {
  width:350px;
  height:auto;
}


/* HOME PAGE */

div.masonry-grid {
  width:100%;
  height:auto;
  padding-left:1%;
}


/* BLOG POST STYLING */

div.blog-post-wrapper, div.actor-post-wrapper {
  display: inline-block;
  width:30%;
  height:auto;
  margin:0px 1% 60px;
}

div.actor-post-wrapper {
  width:31%;
}



div.blog-post-wrapper img, div.actor-post-wrapper img {
  margin-bottom:30px;
  width:100%;
  height:auto;
}

h1.blog-post-headline, h1.page-headline {
    text-decoration: none;
    font-size: 24px;
    font-family: "Romie Medium";
    color: #000;
    line-height: 24px;
    font-weight: 400;
    line-height: 133%;

}

h1.blog-post-headline a {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Bold", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
  color:#000;
}

h1.blog-post-headline a:hover {
}

div.blog-post-meta {
  display:flex;
  margin-top:40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

div.blog-post-casting, div.blog-post-category {
  width:auto;
  flex:1;
}

div.blog-post-category {
  text-align: right;
}

div.blog-post-casting p {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
  font-size:14px;
}

div.blog-post-category p {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
  font-size:14px;
  text-transform: uppercase;
}


/* ACTORS OVERVIEW PAGE */

a.actors_link img:hover {
  -webkit-filter: brightness(110%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* ACTORS SINGLE PAGE */

h1.page-headline#single{
  margin-bottom: 50px;;
}

div.page-wrapper#single img {
  padding-bottom:100px;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:90vh;
  display:block;
  margin:auto;
}

p#back-to-top-link {
  text-align: right;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
  font-size:14px;
  text-transform: uppercase;
}

p#back-to-top-link a {
  color:#000;
  text-decoration: none;
}

p#back-to-top-link a:hover {
  color:#999;
}

h1.meta {
  border-bottom:1px solid #000;
  padding-bottom:10px;
  margin-bottom:20px;
  font-family: 'Romie Medium';
  font-size:26px;
}

p.profil {
  margin-bottom:10px;
}

p.profil span {
  font-family: 'Romie Medium';
}

p.wp-caption-text {
  font-size: 12px;
}

/* META BOXES */

div#actors_metabox {
  display:none;
}

div#client_cv {
  display: flex;
}

div#client_cv_left, div#client_cv_right {
  display: block;
  width:50%;
  box-sizing: border-box;
}

div#client_cv_left{
  padding-right:1vw;
}

div#client_cv_right {}

div.engagement_box {
  display: block;
  margin-bottom: 80px;
}

div.photo_website {
  display:block;
  margin-bottom: 80px;
}

div.photo_website p {}

a.profile_website {
  color:#000;
  text-decoration: underline;
}

a.profile_website:hover {
  color:#999;
}

div.press_box {
  min-height:70vh;
}

div.press_box p {
  font-family: 'Romie Medium';
  font-size: 1.3888rem;
  color: #000;
  letter-spacing: calc(-.02 * 1.3888rem);
  line-height: 200%;
  font-weight: 400;
  text-align: center;
}


/* TOGGLE SUBNAV */

.hide_divbox {
  display:none !important;
}

.show_divbox {
  display:inline-block !important;
}

.subnav_selected {
  background-color:#000 !important;
}

.subnav_selected a {
  color:#fff !important;
}


/* MAIN PAGE WHEN RESTRICTED TO SPECIFIC TAGS */

p.restricted_query_tagline {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
  font-size:14px;
  margin-bottom: 20px;
}

p.restricted_query_tagline a {
  color:#000;
  text-decoration: underline;
}

p.restricted_query_tagline a:hover {
  color:#999;
}

p.fourzerofour {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  text-decoration: none;
  font-size:14px;
}


/* AGENCY PAGE */

div#agency_page_boxes {
  /*display: flex;*/
  max-width: 1400px !important;
  margin: auto;
}

div#agency_page_boxes_left, div#agency_page_boxes_right {
  display: block;
  box-sizing: border-box;
}

div#agency_page_boxes_left {
  width:60%;
}

div#agency_page_boxes_right {
  width:40%;
  text-align: center;
}

div#agency_page_boxes_left h1.page-headline, div#agency_page_boxes h1{
  margin-bottom: 40px;
}

div#agency_page_boxes_left p, div#agency_page_boxes p {
  margin-bottom:25px;
}

div#agency_page_boxes div.wp-block-column:first-child {
  padding-right: 15%;
  box-sizing: border-box;
}


/* LANGUAGE PICKER */

span.language_active, a.select_language {
  display: inline;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Bold", sans-serif;
  font-optical-sizing: auto;
  margin: 10px 9px 0px;
  color:#000;
  text-decoration: none;
}

a.select_language {
  font-size:11px;
  color:#444;
  vertical-align:middle;
}


/* CATEGORY SUBHEADER */

ul#sub-header li.non-link{
  background-color:#000;
  transition: all .2s ease-in-out;
}

ul#sub-header li.non-link span {
  color:#fff;
}

h2.temp_tagline {
	margin-top:-40px !important;
}


/* 2026 Update */

.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap;
}

.wp-element-caption {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  line-height: 133%;
  margin-bottom: 50px;
}

h2.wp-block-heading {
  font-size: 24px;
  line-height: 133%;
  margin-top: 0px !important;
  margin-bottom: 40px;
}

h1.wp-block-heading {
  text-decoration: none;
  font-size: 24px;
  font-family: "Romie Medium";
  color: #000;
  line-height: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 40px;
  margin-top:0px !important;
}

p.has-medium-font-size {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  line-height: 133%;
}

p.has-small-font-size {
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akkurat Regular", sans-serif;
  font-optical-sizing: auto;
  line-height: 200% !important;
}

div.contact-group1 {
  margin:0px 25%;
}
