

/*
 * home
*/
.home-tile-buttons{
    max-width: 1540px !important;
}
.home-tile-buttons *{
    max-width: none !important;
}
.home-tile-buttons .items{
    margin-left: -16px;
    margin-right: -16px;
}
.home-tile-button{
    width:33%;
    float: left;
    padding: 0px 16px;
}

.home-tile-button .item{
    position: relative;
}
.home-tile-button .item > a{
    position: relative;
    width: 100%;
    padding-top: 75%;
    display: block;
    margin-right: 32px;
    margin-bottom: 32px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    font-weight: 600;
    font-size: 110%;
    overflow: hidden;
}
.home-tile-button .item .item-content{
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left:0px;
    text-align: center;
    padding: 4px 8px;
}
.home-tile-button .item .item-text{
    display: block;
    position: relative;
    color: #fff;
}
.home-tile-button .item:hover .item-text{
    color: #000;
}
.home-tile-button .pagelink{
    position: absolute;
    bottom: 0px;
    right:0px;
    margin-right: 16px;
    margin-bottom: 24px;
}
.home-tile-button [class*=' hvrcvr-']:hover:before {
    opacity: 0.15;
    z-index: 10;
}
@media all and (max-width: 1000px)
{
    .home-tile-button .item > a{
        padding-top: 90%;
    }
}
@media all and (max-width: 600px) {

    .home-tile-button{
        width:100%;
    }
    .home-tile-button .item > a{
        position: relative;
        width: 100%;
        padding-top: 50%;
    }
}
.shop-flash-box{
    position: absolute;
    bottom: 0px;
    left:0px;
    z-index: 11;
    text-align: center;
    width:  100%;
    height: 0;
}
.shop-flash{
    position: relative;
    margin: auto;
    text-align: left;
    display: inline-block;
    top: -16px;
    transform: scale(1.15);
}
.shop-flash-box .btn{
    background: #f60;
    border-color: #f60;
    color: #fff;
    box-shadow: 0 6px 12px 0px rgba(0,0,0,.4);
}
.shop-flash-box .btn:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.shop-flash-box .btn:before{
    box-shadow: 0 6px 12px 0px rgba(0,0,0,.4);
}
@keyframes shop-flash-scale {
    0% {
      transform: scale(1.15);
    }
    80% {
      transform: scale(1.15);
    }
    81% {
      transform: scale(1.25);
    }
    95% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1.15);
    }
}
@keyframes shop-flash-rotate {
    0% {
      transform: rotate(0deg);
    }
    80% {
      transform: rotate(0deg)
    }
    85% {
      transform: rotate(10deg)
    }
    90% {
      transform: rotate(-10deg);
    }
    95% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg)
    }
}
.shop-flash-box .shop-flash:not(:hover) .btn {
  animation: shop-flash-rotate 2s infinite ease-in-out;
}
.shop-flash-box .shop-flash:not(:hover) {
  animation: shop-flash-scale 2s infinite ease-in-out;
}




/*
 *  Nieuws
*/

.nieuws-box{
    padding-bottom: 128px;
}
.nieuws .item{
    margin-top: 16px;
    padding-top:4px;
    padding-bottom: 12px;
}
.nieuws .item div{
    text-align: left;
}
.nieuws .item-title,.nieuws .item-content{
    max-width:650px;
    margin:auto;
}
.nieuws .item-image {
    background-size: cover;
    background-position: center center;
    max-width:none;
    height: 250px;
    margin-top:8px;
    margin-bottom:4px;
}
.nieuws .item-info{
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
}
.nieuws .item-author,
.nieuws .item-icons{
    position: relative;
    display: inline-block;
    font-style: italic;
    margin-left: 16px;
    padding-left: 16px;
}
.nieuws .item-author:before {
    content: '|';
    font-style: normal;
    position: absolute;
    left: 0px;
}
.nieuws .item-icons:before {
    content: '|';
    font-style: normal;
    position: relative;
    left: -12px;
}
.nieuws .item-icon{
    margin-bottom: -10px;
    display: inline-block;
}
.nieuws .item-title {
    margin-top: 16px;
    margin-bottom: 16px;
}
.post-archive-switch{
    text-align: right;
    height: 0px;
    margin-top:32px;
}
.post-archive-switch .item{
    text-align: center;
    display: inline-block;
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0px;
    top: -48px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer;
}
@media all and (max-width: 600px) {
    .post-archive-switch{
        height: 24px;        
    }
    .post-archive-switch .item{
        width: 48px;
        height: 48px;        
        top: -24px;
    }

}
.post-archive-switch .item.active{
    cursor: default;
}
.post-archive-switch .item:last-child{
    margin-right: 0px;
}
.load-more-box{
    margin-top: 16px;
    padding-top:16px;
    padding-bottom: 16px;
    text-align: center;
}
.btn.load-more{
    margin: auto;
    display: inline-block;
}





/*
*   Archive post
*/
.archive-post h2.entry-title{
    padding-bottom: 4px;
}
.archive-post .entry-content{
    padding-bottom: 0px;
}
.archive-post .item-info{
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 12px;
}
.archive-post .posts{
    margin-top: 16px;
}
.archive-post .posts .item{
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 24px;
}
.archive-post .posts .item .entry-header{
    padding-top: 16px;
    padding-bottom: 32px;
}

.archive-post .posts .item .item-image {
    background-size: cover;
    background-position: center center;
    max-width: none;
    height: 250px;
    margin-top: 8px;
    margin-bottom: 4px;
    box-shadow: 0px 0px 6px -4px #000 inset;
}

.archive-post .title-suffix:before{
    content: ' | ' ;
    font-weight: 400;
}
.archive-post .title-suffix{
    font-weight: 400;
}
.archive-post .qv-filter .tags{
    margin-top: 16px;
}
.archive-post .qv-filter .tags .item{
    display: inline-block;
    padding: 4px 12px;
    margin-right: 8px;
    line-height: 16px;
    border-radius: 24px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}
.archive-post .qv-filter .tags .item a{
    background-image: none;
    padding: 0px;
    width: auto;
    height: auto;
}
.archive-post .notice.no-posts{
    margin: 16px; 
    font-size: 120%
}





/*
*   Single post
*/
.single-post .item-info{
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 32px;
}
.single-post .item-author,
.single-post .item-icons{
    position: relative;
    display: inline-block;
    font-style: italic;
    margin-left: 16px;
    padding-left: 16px;
}
.single-post .item-author:before {
    content: '|';
    font-style: normal;
    position: absolute;
    left: 0px;
}
.single-post .item-icons:before {
    content: '|';
    font-style: normal;
    position: relative;
    left: -12px;
}
.single-post .item-icon{
    margin-bottom: -10px;
}
.single-post .item-title {
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.single-post .link-cloud {
    margin-top: 32px;
    margin-bottom: 16px;
}
.single-post .link-cloud .item {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 8px;
    line-height: 16px;
    border-radius: 24px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}



