/*
Theme Name: Collectie Kranenborg
Theme URL: https://www.collectiekranenborg.com
Description: 
Author: Jonas Vorwerk
Author URI: http://indewalvis.nl
Version: 1.2
*/


@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Light.woff2') format('woff2'),
    url('fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
    url('fonts/FuturaPT-Book.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

body {
    font-family: "Futura PT", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #444444;
    background-color: white;
    letter-spacing: 0.05em;
}
::-moz-selection,
::selection {
    background: rgba(194,151,151,0.25);
    color: #444;
    opacity: 0.2;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input {
    font-family: inherit;
    outline: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
select {
    -webkit-appearance: textfield;
}


header {
    max-width: 960px;
    margin: 20px auto;    
    text-align: center;
}

header .logo {
    margin: 0 auto;
}

.hentry {
    max-width: 960px;
    margin: 0 auto;
}

a {
    color: #444444;
}

footer {
    margin-top: 150px;
    text-align: center;
}




/* LAYOUT */

.row {
    width: 100%;
    max-width: 960px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.vh-100  {
    height: 100vh;
}
.vw-100  {
    width: 100vw;
}
.flex {
    display: flex;
}
.center {
    justify-content: center;
}
.stretch{
    align-content: stretch;
}
.evenly{
    justify-content: space-between;
}
.end{
    justify-content: flex-end;
}
.space-around{
    justify-content: space-around;
}
.v-align-center{
    align-items: center;
}
.v-align-bottom{
    align-items: flex-end;
}
.v-align-top{
    align-items: flex-start;
}
.h-align-top{
    align-items: flex-start;
}
.h-align-center{
    align-items: center;
}
.h-align-bottom{
    align-items: flex-end;
}
.column-reverse {
    flex-direction: column-reverse;
}
.dir-row {
    flex-direction: row;
}
.dir-column {
    flex-direction: column;
}
.row-reverse {
    flex-direction: row-reverse;
}
.grow-1 {
    flex-grow: 1;
}
.grow-2 {
    flex-grow: 2;
}
.grow-3 {
    flex-grow: 3;
}
.grow-4 {
    flex-grow: 4;
}
.grow-5 {
    flex-grow: 5;
}
.grow-6 {
    flex-grow: 6;
}
.wrap {
    flex-wrap: wrap;
}

/* PADDING ON THE COLUMNS */

div[class*="col-"] {
    padding: 0 10px;
    position: relative;
}
div[class*="col-"].extra-padding {
    padding: 0 40px;
}
div[class*="col-"].no-padding {
    padding: 0px;
}

/* COLUMNS */

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-45 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
.col-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 823.98px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

p {
    font-weight: 300;
    margin: 7px 0 14px;
}
    p.collection-description{
        margin: 0 0 20px;
    }
    .details p {
        margin: 0;
    }
    p.category-below-single-title{
        margin: 5px 0 40px;
    }
strong {
    font-weight: 400;
}

h2.collection-title,
h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 20px;
}
    h2.collection-title{
        margin: 0px 0 10px;
    }
    h1.single-title {
        margin: 0;
    }

h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
}
h2.site-title {
    font-weight: 400;
    font-size: 24px;
    line-height:30px;
    margin: 0;
}
.logo {
    max-width: 300px;
}

h2.latest-title {
    font-weight: 300;
}
h2.instagram-title {
    font-weight: 300;
    text-align: right;
}

h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}
    a.view-all {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0 20px;
        top: 20px;
        position: relative;
        text-decoration: none;
    }
    a.instagram-link {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        margin: -60px 0 0px;
        position: relative;
        text-decoration: none;
        text-align: right;
        width: 100%;
        display: block;
    }
h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}
h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
}

.close,
.toggle-container {
    display: block;
    width: 25px;
    height: 20px;
    cursor: pointer;
    padding: 0!important;
    right: 0px;
    top: 0;
    position: relative;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 35px 50px;
}
.close .bar,
.toggle-container .bar{
    width: 22px;
    height: 1px;
    position: absolute;
    background: rgba(218,164,173,1);
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.close .bar {
    width: 25px;
}
.close .bar.top-bar,
.toggle-container .bar.top-bar{
    top: 1px;
    left: 0px;
}
.toggle-container .bar.middle-bar{
    top: 50%;
    left: 0px;
    width: 18px;
}
.close .bar.bottom-bar,
.toggle-container .bar.bottom-bar{
    bottom: 0px;
    left: 0px;
}

.close .bar.top-bar,
.menu-active .toggle-container .bar.top-bar{
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0 0;  /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transform-origin: 0 0;
}
.menu-active .toggle-container .bar.middle-bar{
    opacity: 0;
}

.close .bar.bottom-bar,
.menu-active .toggle-container .bar.bottom-bar{
    -ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 0 100%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0 100%; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}
.menu-active .toggle-container .bar.top-bar,
.menu-active .toggle-container .bar.bottom-bar {
    width: 27px;
    left: 4px;
}
@media (max-width: 768px) {
    .toggle-container {
        display: block;
    }
}

.main-menu {
    opacity: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    background: #FCF2F2;
    z-index: 900;
    overflow: hidden;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.menu-active .main-menu {
    opacity: 1;
    height: 100vh;
}
.main-menu ul li a{
    position: relative;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.main-menu ul li.insta a{
    font-size: 19px;
}

/* SINGLE */

.single .content-wrapper {
    padding: 30px;
}
.single .btn_information {
    width: 100%;
    margin-top: 32px;
    line-height: 60px;
    background: #1c1c1c;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.single .three-images .image-three {
    margin-top: 20px;
    vertical-align: bottom;
}
.single .three-images .image-two img{
    width: 80%;
    margin-bottom: 50px;
}
.single .three-images .image-three {
    margin-top: 20px;
}
.single .three-images .image-three img{
    width: 90%;
    margin-top: -50px;
}

.single .two-images .image-two img{
    width: 80%;
    margin-bottom: 50px;
}
.single .two-images .col-5{
    margin-top: -50px;
}
table.details {
    width: 100%;
}
    table.details td{
        width: 40%;
    }
    table.details td + td{
        width: 60%;
    }
.popop-request-info {
    width: 100vw;
    opacity: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.6);
    z-index: 1100;
    overflow: hidden;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
    .request-active .popop-request-info {
        opacity: 1;
        height: 100vh;
    }
    .popop-request-info .form-wrapper {
        background: #FFF;
        padding: 30px 40px;
        overflow: hidden;
    }
        .popop-request-info .form-wrapper .wpcf7-dynamictext{
            background: none;
        }
        .popop-request-info .form-wrapper textarea,
        .popop-request-info .form-wrapper input {
            background: #FFF;
            color: #444;
            line-height: 40px;
            padding: 0 4px;
            border: 1px solid #DDD;
            width: 100%;
        }
        .popop-request-info .form-wrapper textarea{
            line-height: 24px;
            height: 92px;
            width: 100%;
        }
        .popop-request-info .form-wrapper .wpcf7-submit {
            width: 100%;
            line-height: 60px;
            background: #1c1c1c;
            color: #FFF ;
            font-weight: 400;
            text-align: center;
            cursor: pointer;
        }
        .popop-request-info .form-wrapper h3.form-title{
            margin:0;
        }
        .popop-request-info .form-wrapper p.below-informatie-title{
            margin:0 0 20px 0;
            font-size: 16px;
        }
        .popop-request-info .form-wrapper label{
            font-weight: 400;
            font-size: 16px;
        }


@media (max-width: 823.98px) {
    body {
        padding: 0 10px;
    }
    .not-for-mobile {
        display: none;
    }
    .main-header {
        padding-top: 45px;
    }
    .main-header .toggle-container {
        position: fixed;
        left:20px;
        top:49px;
    }
    .main-header .col-9{
        padding-left: 90px;
    }
    div[class*="col-"] {
        position: relative;
    }
    .main-menu ul li a {
        padding-left: 20%;
    }

    .mobile-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px!important;
    }
    div.sticky-collection-title {
        position: sticky;
    }
    .main-header .col-9 {
        padding-left: 10px;
    }
    .main-header .toggle-container {
        left: auto;
        right:20px;
    }
    div.sticky-collection-title {
        padding-top: 35px;
    }
    .single .two-images .col-5 {
        margin:0;
    }

    .single .two-images .image-two img{
        margin-bottom: -80px;
    }
}


@media (max-width: 575.98px) {
    .single-image-wrapper > div {
        padding: 10px;
        margin: 0!important;
    }
    .single-image-wrapper img {
        margin: 0!important;
        width: 100%!important;
    }

    .single .content-wrapper {
        padding: 30px 0;
    }
    .single .col-5 {
        order: 5;
    }

}

