/*
Theme Name: Henrik Adamsen Custom
Theme URI: http://henrik.ptplondon.com/s
Description: Custom Wordpress Template for Henrik Adamsen
Author: Robert Pentha
Author URI: http://www.ptplondon.com
*/






 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/*FONTS IMPORT*/


@font-face {
    font-family: 'medmanregular';
    src: url('fonts/medman-webfont.woff2') format('woff2'),
         url('fonts/medman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'romanroadregular';
    src: url('fonts/romanroad-webfont.woff2') format('woff2'),
         url('fonts/romanroad-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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, ruby, 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;
}
body {
  line-height: 1;

}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
   padding:0;
  margin: 0;  
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  padding:0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}






body
{

/*
-moz-font-feature-settings: "liga", "kern";
-moz-font-feature-settings:"liga=1, kern=1";
-ms-font-feature-settings:"liga", "kern";
-o-font-feature-settings:"liga", "kern";
-webkit-font-feature-settings:"liga", "kern";
font-feature-settings: "liga", "kern";

-webkit-font-smoothing: antialiased;
*/




font-family: 'medmanregular', Helvetica, Arial;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}

.center
{
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%); 
  transform:translate(-50%,-50%); 
}

.centerimg
{
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-57%); 
  -webkit-transform:translate(-50%,-57%); 
  transform:translate(-50%,-57%); 
}



/*F O N T S*/

h1,h2 {

}

h2 {

}
p, a {

text-decoration: none;

}
a {}



p a
{
  color: black;
}

strong {
 font-family: 'medmanregular', Helvetica, Arial;
}



.burgerone {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 30px;
  display: none;
  z-index: 50;
}

.burgerone img, .closeone img {
  position: absolute;
 width: 100%;
 height: 100%;
}

.closeone {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 30px;
  display: none;
  z-index: 50;s
}




.home .mainfooter, .single-features .mainfooter
{
  display: none;
}

#navigation {
  position: absolute;
  width: 100%;
  /* overflow: hidden; */
  z-index: 20;
  /* display: inline-block; */
  top:0;
}

#navholder
{
 width: 100%;
 position: absolute;
 width: 100%;
}

#sitetitle {
  font-size: 12px;
  margin-bottom: 0;
  width: 302px;
  height: 40px;
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
  float: left;
  z-index: 30;
}

#sitetitle a {
  display: block;
}

.logobright, .logowhite
{
  display: none;
}

.logodark
{
  display: block;
}



#mainnav {
  float: left;
  position: relative;
  margin-top: 54px;
  margin-left: 358px;
  z-index: 20;
}

#mainnav > li {
  float: left;
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

#mainnav > li > a  {
  font-size: 16px;
  line-height: 16px;
  color: #4d4d4d;
}

#secondnav > li > a  {
  font-size: 16px;
  line-height: 16px;
  color: #4d4d4d;
}

.home #mainnav > li > a, .home #secondnav > li > a,
.single-features #mainnav > li > a, .single-features #secondnav > li > a


{
  font-size: 16px;
  line-height: 18px;
  color: #e5e5e5;
}


.home #mainnav > li > a:hover, .home #secondnav > li > a:hover,
.single-features #mainnav > li > a:hover, .single-features #secondnav > li > a:hover
{
  color: #404040;
}


#innernav {
  position: absolute;
  top: 0;
  width: 150px;
  left: -10px;

  padding: 23px 0 0;
  display: none;
}

.innernav2
{
  /* background-color: #eeeeee;*/
  background-color: rgba(238,238,238,0.7);
   position: relative;
   float: left;
   width: 100%;
   display: block;
   padding: 10px 10px 0;
}

#innernav li {
  position: relative;
  width: 100%;
  /* background-color: #eeeeee; */
  /* padding: 5px 10px; */
  margin-bottom: 13px;
}

#innernav li a
{
    font-size: 16px;
  line-height: 18px;
  color: #404040;
}



#secondnav {
  position: relative;
  float: right;
  margin-top: 54px;
  margin-right: 15px;
}
#secondnav li {
  position: relative;
  float: left;
  margin-right: 15px;
}

/*SOCIAL THINGS*/

#menu-item-35 a, #menu-item-36 a, #menu-item-37 a, #menu-item-38 a, #menu-item-39 a {
  width: 18px;
  height: 15px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 2px;
    background-size: 13px 13px;
}

#menu-item-35 a
{
  background-image: url(svg/instagram_k.svg);
   background-size: 12px 12px;
   background-position: 0 3px;
}

#menu-item-36 a
{
  background-image: url(svg/twitter_k.svg);
}

#menu-item-37 a
{
  background-image: url(svg/tumblr_k.svg);
}

#menu-item-38 a
{
  background-image: url(svg/pinterest_k.svg);
}
#menu-item-39 a
{
  background-image: url(svg/linkedin_k.svg);
}

.home #menu-item-35 a,
.single-features #menu-item-35 a
{background-image: url(svg/instagram_k_grey.svg);}

.home #menu-item-36 a,
.single-features #menu-item-36 a 
{background-image: url(svg/twitter_k_grey.svg);}

.home #menu-item-37 a,
.single-features #menu-item-37 a
{background-image: url(svg/tumblr_k_grey.svg);}

.home #menu-item-38 a,
.single-features #menu-item-38 a
{background-image: url(svg/pinterest_k_grey.svg);}

.home #menu-item-39 a,
.single-features #menu-item-39 a
{background-image: url(svg/linkedin_k_grey.svg);}


.home #menu-item-35 a:hover,
.single-features #menu-item-35 a:hover
{background-image: url(svg/instagram_k.svg);}

.home #menu-item-36 a:hover,
.single-features #menu-item-36 a:hover
{background-image: url(svg/twitter_k.svg);}

.home #menu-item-37 a:hover,
.single-features #menu-item-37 a:hover
{background-image: url(svg/tumblr_k.svg);}

.home #menu-item-38 a:hover,
.single-features #menu-item-38 a:hover
{background-image: url(svg/pinterest_k.svg);}

.home #menu-item-39 a:hover,
.single-features #menu-item-39 a:hover
{background-image: url(svg/linkedin_k.svg);}


.home .logobright, .single-features .logobright
{
  display: block;
}
.home .logodark, .single-features .logodark
{
  display: none;
}

/* F R O N T P A G E   S L I D E R */


#galleryone
{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;left:0;
   overflow-x: hidden;
   overflow-y:hidden;

}



.item {
  height: 100vh;
  width: auto;
  display: table-cell;
  position: relative;
}



.item img
{
  width: auto;
  height: 100vh;
}

.item:last-child 
{
  padding-right: 100vh;
  
}



#nextbt
{
  position: absolute;
  top:50%;
  right:30px;
  background-color: white;
 visibility: hidden;
 width: 30px;
 height:60px;
 display: block;
 overflow: hidden;
 text-indent: -9999px;
 background: url(svg/arrow_right.svg) no-repeat 0 0;
  margin-top: -30px;
 opacity: 0.5;
}

#previousbt
{
  position: absolute;
  top:50%;
  left:30px;
  background-color: white;
   visibility: hidden;
    width: 30px;
 height:60px;
 display: block;
 overflow: hidden;
 text-indent: -9999px;
 background: url(svg/arrow_left.svg) no-repeat 0 0;
 margin-top: -30px;
 opacity: 0.5;
}

.slide1 #previousbt
{
  display: none;
}
.videoouter
{
  width: 86%;
  position: absolute;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*single pages - about*/

#mainoneone {
  position: relative;
  max-width: 1280px;
  margin: 118px auto 55px;
  width: 100%;

}

#mainoneone p {
  text-decoration: none;
  line-height: 19px;
  margin-bottom: 20px;
  color: #333333;
  font-family: 'romanroadregular',Helvetica,Arial;
}

#singlecolumn1{
  width:calc(50% - 30px);
  position: relative;
  float: left;
}
#singlecolumn2{
  width:calc(50% - 30px);
  position: relative;
  float: right;
}

.dasgoogle {
  position: relative;
  margin-bottom: 25px;
}




/*F O O T E R*/


.mainfooter {
  width: calc(100% - 60px);
  position: relative;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.page-template-gallery-template .mainfooter {
  width: calc(100% - 60px);
  position: absolute;
  float: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  bottom: 10px;
  left: 30px;
  z-index: 20;
}

.mainfooter p 
{
 font-size: 10px;
 color: #808080;
}




/*Gallery setup*/

#galleryoner {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 60px;
  left: 0;
}

  .section {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;

}

 .slidethat {width: 100%;height:100vh;}

 .owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
   height: 75vh;
}

 .owl-carousel .owl-item .hor img {

   height: 65vh;
}

 .newimage 
 {
  width: auto;
 }


 .centercap
{
    position: absolute;
  top:85%;
  left:50%;
  width: 100%;
  -ms-transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%); 
  transform:translate(-50%,-50%);
}

.hor .centercap
{
  top:80%;
}

.centercap p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #404040;
  font-family: 'romanroadregular',Helvetica,Arial;
}



.owl-prev {
  position: absolute;
  top: 47%;
  left: 30px;
  width: 30px;
  height: 60px;
  margin-top: -30px;
   overflow: hidden;
 text-indent: -9999px;
 background: url(svg/arrow_left2.svg) no-repeat 0 0;
opacity: 0.5;
}

.owl-next {
  position: absolute;
  top: 47%;
  right: 30px;
  width: 30px;
  height: 60px;
  margin-top: -30px;
   overflow: hidden;
 text-indent: -9999px;
 background: url(svg/arrow_right2.svg) no-repeat 0 0;
opacity: 0.5;
}



#galleryoner {display: none;opacity:0;}

.owl-thumbs {
  width: calc(100% - 60px);
  position: relative;
  margin-left: 30px;
  margin-top: 120px;
  opacity: 1;
}

.owl-thumb-item {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.owl-thumb-item img {
  width: auto;
  height: 300px;
}

.videooutergal
{
   height:auto;
   width: 60%;
}

.iconplay {
  position: absolute;
  width: 22px !important;
  height: 22px !important;
  bottom: 10px;
  left: 10px;

}

#closegallery {
  position: absolute;
  right: 31px;
  top: 80px;
  width: 40px;
  height: 30px;
  z-index: 50;
  display: none;
  cursor: pointer;
}


#closegallery img
{
  width: 100%;
  height: auto;
}


















/*Lazyload*/
/*
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

*/


 @media all and (min-width: 861px) {

  #dropper:hover #innernav {
    display: block;
    cursor: pointer;
}

#dropper:hover a:first-child
{
 color: #4d4d4d!important;
}

}

@media screen and (max-width: 1280px) {


#mainoneone {
  width: calc(100% - 60px);
  padding: 0 30px;
}



}


@media screen and (max-width: 860px) {


.burgerone {display: block;}

 .owl-carousel .owl-item img {
  width: auto;
   height: 60vh;
}

 .owl-carousel .owl-item .hor img {

   width: calc(100% - 30px);
   height: auto;
}

.videooutergal
{
   height:auto;
   width: calc(100% - 30px);
}

.centercap {
  position: absolute;
  top: 80%;
  width: calc(100% - 30px);
}

.centercap p {
font-size: 12px;
line-height: 14px;
}

#sitetitle {
  width: 175px;
  height: 24px;
  margin-left: 15px;
  margin-top: 15px;
}

.owl-prev {
left: 15px;
}
.owl-next {
right: 15px;
}

.owl-thumbs {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 0px;
}

.owl-thumb-item img {
  width: auto;
  height: 150px;
}

.owl-thumb-item {

  margin-right: 10px;
  margin-bottom: 10px;
}

#mainoneone {
  width: calc(100% - 30px);
  padding: 0 15px;
}

#singlecolumn1, #singlecolumn2 {
  width: 100%;
}

.mainfooter {
  width: calc(100% - 30px);
  margin-left: 15px;
}

.owl-thumbs {
  margin-top: 80px;
}

#navholder {
  background-color: black;
  padding-bottom: 40px;
  display: none;
  min-height: 100vh;
}

#mainnav {
  float: left;
  margin-top: 80px;
  margin-left: auto;
  z-index: 20;
  margin-left: 35px;
}

#mainnav > li {
  float: left;
  margin-right: 0;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
#secondnav {
  position: relative;
  float: left;
  margin-top: 0;
  margin-right: 0;
  width: calc(100% - 35px);
  margin-left: 35px;
}

#secondnav li {
  position: relative;
  float: left;
  margin-right: 15px;
}

#secondnav li:first-child {
  width: 100%;
  margin-right: inherit;
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
}

#secondnav li:first-child::before {
  content: "__";
  width: 100%;
  position: relative;
  float: left;
  padding: 5px 0px 30px;
  line-height: 0;
  color: white;
}

#secondnav li:first-child::after {
  content: "__";
  width: 100%;
  position: relative;
  float: left;
  padding: 18px 0px 0px;
  line-height: 0;
  color: white;
  /* font-size: 20px; */
}


#innernav {
  position: relative;
  top: auto;
  width: auto;
  left: auto;
  padding: 0;
 display: inline-block; 

  margin-right: 0;
  width: 100%;
}


#innernav
{
  display: none;
}





.innernav2 {
  background-color: transparent;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  display: block;
  padding: 0 0 0 20px;
  margin-top: -4px;
}

#innernav li {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 2px;
}

.home #mainnav > li > a, .home #secondnav > li > a, .single-features #mainnav > li > a, .single-features #secondnav > li > a {
  font-size: 16px;
  line-height: 31px;
  color: #FFFFFF;
}

#mainnav > li > a, #secondnav > li > a {
  font-size: 16px;
    line-height: 31px;

}

#mainnav li a 
{
  color: #fff;
}


.home #menu-item-35 a,
.single-features #menu-item-35 a,
#menu-item-35 a
{background-image: url(svg/instagram_k_white.svg);}

.home #menu-item-36 a,
.single-features #menu-item-36 a,
#menu-item-36 a
{background-image: url(svg/twitter_k_white.svg);}

.home #menu-item-37 a,
.single-features #menu-item-37 a,
#menu-item-37 a
{background-image: url(svg/tumblr_k_white.svg);}

.home #menu-item-38 a,
.single-features #menu-item-38 a,
#menu-item-38 a
{background-image: url(svg/pinterest_k_white.svg);}

.home #menu-item-39 a,
.single-features #menu-item-39 a,
#menu-item-39 a
{background-image: url(svg/linkedin_k_white.svg);}


.burgerlight {display: none;}
.burgerdark {display: block;}

.home .burgerlight, .single-features .burgerlight {display: block;}
.home .burgerdark, .single-features .burgerdark {display: none;}

#galleryoner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

.hor .centercap {
  top: 72%;
}

#mainnav > li > a {
  color: #ffffff;
}

#secondnav > li > a {
  color: #ffffff;
}

#mainoneone p img
{
  width: 100%;
  height: auto;
}

.item {
  height: auto;
  width: 100%;

  display: block;
  position: relative;
  float: left;
  margin-bottom: 10px;
}

.item img {
  width: 100%;
  height: auto;
}





}



@media screen and (max-width: 600px) {




}









