/* Custom boxer css */
img{
  max-width: 100%;
}
.countdown #clock ul , .countdown #clock ul li{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.countdown #clock ul li{
  float: left;
  background: url('../Images/count-bg.jpg') repeat-x 0 0;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  margin: 0 12px 0 0;
  
  position: relative;
}
.countdown #clock ul li div{
  font-size: 25px;
  color: #0C1028;
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.countdown #clock ul li:last-child{
  margin: 0px;
}
#sidebar .countdown #clock ul li{
  width: 52px;
  height: 50px;
  font-size: 25px;
  padding: 6px 0;
  display: inline-block;
  float: none;
}
#sidebar .countdown #clock ul li div{
  font-size: 15px;
  bottom: -25px;
}
#sidebar .countdown #clock ul li div{
  font-size: 15px;
}

.countdown{
  display: inline-block;
  width: 100%;
  margin: 0 0 70px 0;
  text-align: center;
}
@media(min-width: 768px) and (max-width: 991px){
  #sidebar .countdown #clock ul li{
    float: left;
  }
}
@media(max-width: 767px){
  .countdown #clock ul li{
    width: 58px;
    margin: 0 8px 0 0 !important;
    font-size: 30px;
    height: 66px;
    padding: 10px 0;
    border-radius: 8px;
  }

  .countdown #clock ul li div{
    font-size: 15px;
    bottom: -25px;
  }

  .countdown{
    margin-bottom: 50px;
    margin-top: 20px;
  }

  #sidebar .countdown{
    margin-top: 0px;
  }
}
/* Custom boxer css */

/*------------------------------------------
            Call TO Action
------------------------------------------*/
/*call to action css*/
.mkdf-call-to-action {
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 22px 38px 22px 38px;
}
.mkdf-call-to-action .mkdf-call-to-action-row-50-50, .mkdf-call-to-action .mkdf-call-to-action-row-66-33, .mkdf-call-to-action .mkdf-call-to-action-row-75-25 {
    box-sizing: border-box;
    display: table;
    width: 100%;
}
#sidebar .mkdf-call-to-action .mkdf-call-to-action-row-75-25 .mkdf-call-to-action-column1 {
    display: block;
    text-align: center !important;
    width: 100% !important;
}
.mkdf-call-to-action .mkdf-call-to-action-text > a:hover img {
    opacity: 0.8;
    transform: scale3d(1.05, 1.05, 1.05);
    backface-visibility: hidden;
    filter: blur(0px);
    transition: all 0.3s ease 0s;
    
}
.mkdf-call-to-action .mkdf-call-to-action-text > a img {

    backface-visibility: hidden;
    filter: blur(0px);
    opacity: 1;
    transform: translateZ(0px) scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    
}
.mkdf-call-to-action .mkdf-call-to-action-text > a figure {
    display: inline-block;
}
#sidebar .mkdf-call-to-action .mkdf-call-to-action-cell {
    display: block;
    text-align: center !important;
    width: 100% !important;
}
#sidebar .mkdf-call-to-action h2, #sidebar .mkdf-call-to-action h3 {
    margin-bottom: 20px;
}
#sidebar .mkdf-call-to-action .mkdf-call-to-action-cell {
    margin-bottom: 15px;
}
.mkdf-call-to-action .mkdf-call-to-action-row-75-25 .mkdf-call-to-action-column1 {
    width: 75%;
}
.mkdf-call-to-action .mkdf-call-to-action-cell {
    display: table-cell;
    /*vertical-align: middle;*/
}
.mkdf-call-to-action h2, .mkdf-call-to-action h3 {
    margin-bottom: 0;
}
.mkdf-call-to-action .mkdf-call-to-action-row-75-25 .mkdf-call-to-action-column2 {
    width: 25%;
}
.bbp-login-form .user-submit, .bbpress div:not(.bbp-logged-in) > .submit, .mkdf-btn, .tribe-events-button, .tribe-events-read-more, .woocommerce .button:not(.add_to_cart_button) {
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7em;
    outline: 0 none;
    padding: 11.5px 38px;
    position: relative;
    text-align: center;
    transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s;
}

.bbp-login-form .mkdf-btn-medium.user-submit, .bbp-login-form .user-submit.tribe-events-button, .bbpress .woocommerce div:not(.bbp-logged-in) > .submit.button:not(.add_to_cart_button), .bbpress div:not(.bbp-logged-in) > .mkdf-btn-medium.submit, .bbpress div:not(.bbp-logged-in) > .submit.tribe-events-button, .mkdf-btn-medium.tribe-events-read-more, .mkdf-btn.mkdf-btn-medium, .tribe-events-button, .woocommerce .bbpress div:not(.bbp-logged-in) > .submit.button:not(.add_to_cart_button), .woocommerce .button:not(.add_to_cart_button) {
    min-width: 169px;
}
.bbp-login-form .mkdf-btn-white.user-submit, .bbpress div:not(.bbp-logged-in) > .mkdf-btn-white.submit, .mkdf-btn-white.tribe-events-button, .mkdf-btn-white.tribe-events-read-more, .mkdf-btn.mkdf-btn-white, .woocommerce .mkdf-btn-white.button:not(.add_to_cart_button) {
    background-color: #fff;
    border: 2px solid #fff;
}
@media (max-width: 767px){
    .mkdf-call-to-action .mkdf-call-to-action-cell {
        display: block;
        text-align: center !important;
        width: 100% !important;
    }
    .mkdf-call-to-action .mkdf-call-to-action-cell {
        display: block;
        text-align: center !important;
        width: 100% !important;
    }
    .mkdf-call-to-action h2, .mkdf-call-to-action h3 {
        margin-bottom: 20px;
    }
    .mkdf-button-wrapper.mkdf-call-to-action-column2.mkdf-call-to-action-cell {
      margin-top: 15px;
    }

}
/*call to action css*/
/*------------------------------------------
            Call TO Action
------------------------------------------*/

/*------------------------------------------
                    Post
------------------------------------------*/
.post-summary .post-image {
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.post-content > p, .post-content > div, .post-content > ul, .post-content > ol, .post-tags {
    color: inherit;
    font-size: inherit;
    line-height: 1.875;
}
.post-summary .post-image > a {
    background: #010101 none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.post-summary .post-image > a img {
    backface-visibility: hidden;
    filter: blur(0px);
    height: auto;
    opacity: 1;
    transform: translateZ(0px) scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.post-content img, .post-content iframe, .post-content object, .post-content video {
    max-width: 100%;
}
#main .post-summary .post-title {
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 1.33;
    margin: 0 0 15px;
    font-size: 24px;
}
body .post-summary .post-image > a:hover img {
    opacity: 0.8 !important;
    transform: scale3d(1.05, 1.05, 1.05) !important;
}
/*------------------------------------------
                    Post
------------------------------------------*/

/*------------------------------------------
                  Gallery
------------------------------------------*/

.gallery:not(.boxer-caption) {
    margin: 40px -3px 50px
}

.gallery-item {
    float: left;
    padding: 3px;
    text-align: center;
    overflow: hidden
}

.gallery-icon {
    position: relative;
    z-index: 1
}

.gallery-icon .caption-overlay {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 13px 11px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

@media only screen and (min-width: 768px) {
    .gallery-columns-1 .gallery-icon .caption-overlay,
    .gallery-columns-2 .gallery-icon .caption-overlay {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .gallery-columns-3 .gallery-icon .caption-overlay {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .gallery-columns-4 .gallery-icon .caption-overlay {
        display: block
    }
}

.gallery-icon:hover .caption-overlay {
    opacity: 1
}

.gallery-icon a {
    display: block;
    background-color: #010101
}

.gallery-icon a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery-icon:hover a img {
    opacity: 0.35
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.66666%
}

.gallery-columns-7 .gallery-item {
    width: 14.28571%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.11111%
}
/*------------------------------------------
                  Gallery
------------------------------------------*/

/*------------------------------------------
                  Gallery
------------------------------------------*/
#boxer {
    z-index: 999;
}
#boxer .boxer-container {
    z-index: 999;
}
#boxer .boxer-close{
  z-index: 9999;
}
#boxer .boxer-content {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 0;
    width: 10000px;
}
/*#boxer .boxer-image {
    float: left;
}*/
#boxer-overlay {
  z-index: 9999;
}
/*------------------------------------------
                  Gallery
------------------------------------------*/

/*------------------------------------------
              Parallex Billede
------------------------------------------*/
.featured-image {
    position: relative;
    z-index: 3;
    margin: -16px -15px 0;
    background-color: #010101
}
.fimg-fp .featured-image {
    background-color: rgba(0, 0, 0, 0);
    position: static;
    z-index: 3;
}
.featured-image {
    margin: 0;
} 
.fimg-fp .featured-image .container {
    padding: 0;
    position: relative;
    z-index: 3;
}
.featured-image .container {
    background-color: rgba(0, 0, 0, 0);
}
.featured-image .fimg-inner {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    /*min-height: 384px*/
}
.fimg-fs .fimg-inner {
    display: none
}
.fimg-fp .fimg-inner {
    display: none
}

.featured-image .fimg-inner {
    position: relative;
    width: 100%;
    z-index: 1;
}
.vm-wrapper::before {
    content: " ";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.vm-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.fimg-no-thumb .vm-wrapper {
    position: static
}
.fimg-no-thumb .vm-wrapper:before {
    display: none
}
.fimg-no-thumb .featured-image .fimg-inner {
    min-height: none
}
.fimg-fp .vm-middle {
    margin-bottom: 38px;
}
.vm-middle {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    text-align: center
}
.featured-image .post-title {
    display: block;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -0.6px;
    font-size: 24px;
    font-weight: bold;
    color: #fff
}
.bbp-login-form .user-submit, .bbpress div:not(.bbp-logged-in) > .submit, .mkdf-btn, .tribe-events-button, .tribe-events-read-more, .woocommerce .button:not(.add_to_cart_button) {
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7em;
    outline: 0 none;
    padding: 11.5px 38px;
    position: relative;
    text-align: center;
    transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s;
}
.bbp-login-form .mkdf-btn-medium.user-submit, .bbp-login-form .user-submit.tribe-events-button, .bbpress .woocommerce div:not(.bbp-logged-in) > .submit.button:not(.add_to_cart_button), .bbpress div:not(.bbp-logged-in) > .mkdf-btn-medium.submit, .bbpress div:not(.bbp-logged-in) > .submit.tribe-events-button, .mkdf-btn-medium.tribe-events-read-more, .mkdf-btn.mkdf-btn-medium, .tribe-events-button, .woocommerce .bbpress div:not(.bbp-logged-in) > .submit.button:not(.add_to_cart_button), .woocommerce .button:not(.add_to_cart_button) {
    min-width: 169px;
}
.bbp-login-form .mkdf-btn-white.user-submit, .bbpress div:not(.bbp-logged-in) > .mkdf-btn-white.submit, .mkdf-btn-white.tribe-events-button, .mkdf-btn-white.tribe-events-read-more, .mkdf-btn.mkdf-btn-white, .woocommerce .mkdf-btn-white.button:not(.add_to_cart_button) {
    background-color: #fff;
    border: 2px solid #fff;
}
.wyy-parallax-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    background-color: #010101
}
.wyy-parallax-inner {
    position: absolute;
    overflow: hidden;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}
.wyy-parallax-inner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50)
}
.wyy-parallax-inner img {
    max-width: inherit;
}
/*.wyy-fimg-fp.js #topbar{
  background-color: transparent !important; 
}*/
.wyy-fimg-fp.js #header-style-1 .navbar-default{
  z-index: 99;
}
.wyy-fimg-fp.js .post-wrapper-top {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    z-index: 99;
}

@media only screen and (max-width: 560px) {
    .featured-image .post-meta>li {
        padding: 10px 8px;
        font-size: 12px
    }
    .featured-image .post-meta > li .fa {
        margin-right: 5px
    }
    .featured-image .post-meta .post-date {
        width: 100%
    }
}
@media only screen and (max-width: 767px) {
    .wyy-parallax-wrapper {
        height: auto !important;
        /*min-height: 424px*/
    }
}
@media only screen and (min-width: 768px) {
    .vm-middle {
        width: 60%
    }
    .featured-image .post-title {
        font-size: 30px
    }
    .featured-image {
        margin: 0
    }
    .featured-image .backstretch {
        opacity: 0.55
    }
    .fimg-wrapper:not(.fimg-sp) .featured-image:hover .backstretch {
        opacity: 0.4
    }
}
@media only screen and (min-width: 992px) {
    .featured-image .post-title {
        font-size: 36px
    }
}

@media only screen and (min-width: 1200px) {
    .featured-image .post-title {
        font-size: 42px
    }
}
.banner-video .wyy-parallax-inner {
    height: 115%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-video .wyy-parallax-inner video {

  position: absolute;
  min-height: 100%;
  min-width: 100%;
}
@media (max-width: 991px){
   .banner-video .wyy-parallax-inner video{
      width: auto;
    }   
}
@media (max-width: 767px){
  .banner-video.wyy-parallax-poster-image{
      position: relative;
    }
}
video::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls-enclosure {
  display:none !important;
}
body.wyy-fimg-fp .affix-top,body.wyy-fimg-fp .affix-top .navbar-default{
    background: transparent !important;
}
body.wyy-fimg-fp .affix-top .nav.navbar-nav li .arrow-up{
    display: none;
}
body.wyy-fimg-fp #header-style-1.affix-top .navbar-nav > li > a{
    color: #fff !important;
}
/*------------------------------------------
              Parallex Billede
------------------------------------------*/

/*------------------------------------------
              Instagram Feed
------------------------------------------*/
.instagram-feed .instagram_gallery{
    float: left;
    list-style: outside none none;
}
.instagram-feed .instagram_gallery .photo {
    float: left;
    height: auto;
    width: 33.33%;
    padding-right: 5px;
    padding-bottom: 5px;
}
.instagram-feed .instagram_gallery .photo .caption {
    display: none;
}


#footer-style-1 .instagram_gallery{
    float: left;
    list-style: outside none none;
}
#footer-style-1 .instagram_gallery .photo {
    float: left;
    height: auto;
    width: 33.33%;
    padding-right: 5px;
    padding-bottom: 5px;
}
#footer-style-1 .instagram_gallery .photo .caption {
    display: none;
}

.blog-masonry-wrapper .instagram_gallery{
    float: left;
    list-style: outside none none;
}
.blog-masonry-wrapper .instagram_gallery .photo {
    float: left;
    height: auto;
    width: 50%;
    padding: 10px;
}
.blog-masonry-wrapper .instagram_gallery .photo .caption {
    display: none;
}
/*------------------------------------------
              Instagram Feed
------------------------------------------*/

/*------------------------------------------
            Fremhævede billeder
------------------------------------------*/
.featured-posts .flexslider li .responsive > img{
    height: 484px;
}
.featured-posts .four-item-slider ul li .vm-wrapper::before{
    vertical-align: middle;
}
.featured-posts .four-item-slider ul li .vm-wrapper .post-title{
    font-size: 42px;
    padding: 0;
    margin:0;
}
@media (max-width: 991px){
    .featured-posts .flexslider li .responsive > img{
        height: auto;
    }   
}
@media (max-width: 767px){
    .featured-posts .container{
        padding: 0;
    }
    .featured-posts .container .col-lg-12{
        padding: 0;
    }
    .featured-posts .four-item-slider ul li{
        margin:0;
    }
}  
/*------------------------------------------
            Fremhævede billeder
------------------------------------------*/
