/*
* langvik theme
*/

.subscription-mailinglists > td > div > span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    vertical-align: top;
}

.subscription-mailinglists > td > div > .form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
}

.subscription-mailinglists > td > div > .form-checkbox:checked {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.subscription-mailinglists > td > div > .form-checkbox:checked:after {
    content: '\2715';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff;
}

.subscription-mailinglists > td {
    padding-top: 25px;
}

.subscription-mailinglists > td > p.checkbox-description {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}


.subscription-submit > td > button {
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 5px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    position: relative;
    height: 45px;
    white-space: nowrap;
    background: transparent;
    border-radius: 0;
    color: #fff;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
    text-transform: uppercase;
}

.subscription-submit > td > button:after {
    content: "";
    width: 100%;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -9.1px;
    background: url('../images/action-main-link-icon-white-slimwideborder.png') center bottom no-repeat;
    background-size: cover;
}

.subscription-description > td > p {
    border-left: 3px #fff solid;
    padding-left: 15px;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 370px) {
    .subscription-description > td > p {
        max-width: 290px;
    }
}

.subscription-info > td > input {
    background: transparent;
    color: #fff !important;
    border-bottom: 2px #fff solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 380px) {
    .subscription-info > td > input {
        max-width: 290px;
    }
}

.subscription-info > td > input:-ms-input-placeholder {
    color: #fff;
}

.subscription-info > td > input::-webkit-input-placeholder {
    color: #fff;
}

.subscription-info > td > input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.subscription-info > td > input::placeholder {
    color: #fff !important;
}

/* This is needed because subscription form has too much content for max height of the slide */
@media (max-width: 455px) {
    .subscription-description > td > p {
        font-size: 13px;
    }

    .subscription-info > td > input {
        font-size: 14px;
    }

    .subscription-mailinglists > td > p.checkbox-description {
        font-size: 13px;
    }

    .subscription-mailinglists > td > div > span {
        font-size: 14px;
    }
}

.langvik-theme.wp-posts-carousel {
    overflow: hidden;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-slide {
    display: none;
    padding: 1%;
    position: relative;
    margin-left: 2%;
    width: 95%;
}

.langvik-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide {
    display: block;
    padding: 0;
    margin-left: 0;
    width: 100%;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-container {
    box-shadow: 0px 1px 2px #CCC;
    background: none repeat scroll 0% 0% #FFF;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
    box-shadow: 0px 1px 3px 0px #6E95B6;
}

/*
* posts's image
*/
.langvik-theme.wp-posts-carousel .wp-posts-carousel-image {
    text-align: center;
    vertical-align: central;
    overflow: hidden;
    padding-top: 0;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

@media only screen and (max-width: 1200px) {
    .langvik-theme.wp-posts-carousel .wp-posts-carousel-image.left {
        background-position: left center !important;
    }

    .langvik-theme.wp-posts-carousel .wp-posts-carousel-image.right {
        background-position: right center !important;
    }
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-image a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-image img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-image img.owl-lazy {
    opacity: 0;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-image.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1200px) {
    .langvik-theme.wp-posts-carousel .wp-posts-carousel-image.video video.left {
        object-position: left;
    }

    .langvik-theme.wp-posts-carousel .wp-posts-carousel-image.video video.center {
        object-position: center;
    }

    .langvik-theme.wp-posts-carousel .wp-posts-carousel-image.video video.right {
        object-position: right;
    }
}

/*
* posts's details
*/

.langvik-theme.wp-posts-carousel .wp-posts-carousel-details {
    position: absolute;
    line-height: normal;
}

@media (min-width: 767px) {

    /* Uncomment in case default is needed */
    /*.langvik-theme.wp-posts-carousel .wp-posts-carousel-details {
        width: 50%;
        top: 10%;
        left: 7%;
    }*/

    .langvik-theme.wp-posts-carousel .wp-posts-carousel-details.left-top {
        width: 50%;
        top: 10%;
        left: 7%;
    }

    .langvik-theme.wp-posts-carousel .wp-posts-carousel-details.left-bottom {
        width: 50%;
        bottom: 10%;
        left: 7%;
    }

    .langvik-theme.wp-posts-carousel .wp-posts-carousel-details.right-middle {
        width: 50%;
        top: 35%;
        right: 3%;
    }
}

@media (max-width: 767px) {
    .langvik-theme.wp-posts-carousel .wp-posts-carousel-details {
        width: 100%;
        top: 0;
        left: 0;
        padding: 20px;
    }
}


.langvik-theme.wp-posts-carousel .wp-posts-carousel-title {
    font-weight: bold;
    text-align: left;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.langvik-theme.wp-posts-carousel .black-theme .wp-posts-carousel-title {
    color: #000;
}

@media (max-width: 767px) {
    .langvik-theme.wp-posts-carousel .wp-posts-carousel-title {
        font-size: 28px;
        line-height: 35px;
        word-break: break-word;
    }
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-desc {
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.langvik-theme.wp-posts-carousel .black-theme .wp-posts-carousel-desc {
    color: #000;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-desc > p:first-of-type {
    font-size: 20px;
    border-left: 3px #fff solid;
    padding-left: 15px;
    text-align: left;
}

.langvik-theme.wp-posts-carousel .black-theme .wp-posts-carousel-desc > p:first-of-type {
    border-left: 3px #000 solid;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-desc a {
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 5px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    position: relative;
    height: 45px;
    white-space: nowrap;
    background: transparent;
    border-radius: 0;
    color: #fff;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
    text-transform: uppercase;
}

.langvik-theme.wp-posts-carousel .black-theme .wp-posts-carousel-desc a {
    color: #000;
    border-top: 2px #000 solid;
    border-left: 2px #000 solid;
    border-right: 2px #000 solid;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-desc a:after {
    content: "";
    width: 100%;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -9.1px;
    background: url('../images/action-main-link-icon-white-slimwideborder.png') center bottom/cover no-repeat;
}

.langvik-theme.wp-posts-carousel .black-theme .wp-posts-carousel-desc a:after {
    background: url('../images/action-main-link-icon-black-slimwideborder.png') center bottom/cover no-repeat;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-created-date {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #666;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-categories:after {
    content: "";
    border-width: 6px 6px 6px 0px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #892026 transparent transparent;
    position: absolute;
    right: 0px;
    bottom: -12px;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-categories:before {
    content: "";
    border-width: 14px 2px 14px 14px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #D23D46 #D23D46 #D23D46 transparent;
    position: absolute;
    top: 0px;
    left: -14px;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-categories {
    position: absolute;
    top: 10px;
    right: -3px;
    background: none repeat scroll 0% 0% #D23D46;
    padding: 3px 12px 2px 8px;
    font-size: 14px;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-categories a {
    color: #fff;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-buttons {
    text-align: center;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-buttons a {
    padding-right: 5px;
}

/*
* tags
*/

.langvik-theme.wp-posts-carousel .wp-posts-carousel-tags {
    font-size: 12px;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-tags a:before {
    font-family: "FontAwesome";
    font-size: 11px;
    content: "\f02c";
    padding-right: 7px;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-tags a {
    padding: 2px 10px;
    background: #fafafa;
    color: #666;
    line-height: 24px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s ease 0s;
}

.langvik-theme.wp-posts-carousel .wp-posts-carousel-tags a:hover {
    color: #6E95B6;
}

/*
* controls
*/

.langvik-theme.wp-posts-carousel .owl-controls {
    *height: 0;
}

/*
* navigation
*/
.langvik-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev {
    background: url('../images/carousel-left-arrow.png');
}

.langvik-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next {
    background: url('../images/carousel-right-arrow.png');
}

.langvik-theme.wp-posts-carousel .owl-nav div:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: "";
}

.langvik-theme.wp-posts-carousel .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    text-decoration: none;
    display: block;
    width: 0px;
    height: 50px;
    line-height: 52px;
    margin: -50px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.langvik-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
    padding: 0px 41px 0px 8px;
}

.langvik-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
    padding: 0px 41px 0px 8px;
}

@media (max-width: 1200px) {
    .langvik-theme.wp-posts-carousel .owl-controls .owl-nav div {
        display: none !important;
    }
}

/*
* dots
*/

.langvik-theme.wp-posts-carousel .owl-dots {
    text-align: center;
    position: absolute;
    margin-top: -70px;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .owl-dots {
        display: none !important;
    }
}

.langvik-theme.wp-posts-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.langvik-theme.wp-posts-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.langvik-theme.wp-posts-carousel .owl-dots .owl-dot.active span {
    background: #869791;
}

.langvik-theme.wp-posts-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}