/*
Theme Name: Aafke
Author: Toeps
Author URI: http://toeps.nl/
Description: MOOI HE.
Version: 1.0.1
Text Domain: aafkestheme
*/

@import url('https://fonts.googleapis.com/css?family=Inconsolata');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

strong {
    font-weight: 600;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    background-color: #ffffff;
}

a {    
    text-decoration: none;
}

a:visited {
    color:darkviolet;
}

a:hover {
  -webkit-animation: zomg 2.5s infinite;
  animation: zomg 2.5s infinite;
}

@-webkit-keyframes zomg {
  0%, 100% { color: #7ccdea; }
  16%      { color: #0074d9; }
  32%      { color: #2ecc40; }
  48%      { color: #ffdc00; }
  64%      { color: #b10dc9; }
  80%      { color: #ff4136; }
}
@keyframes zomg {
  0%, 100% { color: #7ccdea; }
  16%      { color: #0074d9; }
  32%      { color: #2ecc40; }
  48%      { color: #ffdc00; }
  64%      { color: #b10dc9; }
  80%      { color: #ff4136; }
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
}

hr {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin-bottom: 0px;
    clear: both;
}

.site {
    width: 990px;
    max-width: 100vw;
}

img {
    padding: 0px;
    margin: 0px;
}

#site-header img {
    width: 990px;
    height: auto;
    max-width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Contrail One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
}

.site-navigation, .site-footer {
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 600;
}

.site-navigation a {
    color: #000000;
}

ul {
    list-style-type: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 0px;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-item {
    padding: 10px 20px 10px 20px;
}

.streepje {
    text-align: center;
    margin-top: 10px;
}

.streepje img {
    height: 15px!important;
    width: auto!important;
}

.main-content {
    display: flex;
    justify-content: space-between;
}

.content-area {
    width: 640px;
    padding: 20px 80px 20px 40px;
    box-sizing: border-box;
}

.content-area h4 {
    margin-top: 30px;
}

.content-area img {
    max-width: 520px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.gallery img {
    max-width: 100%;
    border: 3px solid #fff!important;
}

.content-area .size-medium {
    max-width: 300px;
    height: auto;
}

.content-area .alignleft {
    float: left;
    max-width: 520px;
    margin-left: -30px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.content-area .alignright {
    float: right;
    max-width: 520px;
    margin-right: -30px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.content-area .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wp-caption-text {
    margin-top: 4px;
    font-size: 11px;
    color: darkgray;
}

.youtube-player {
    margin-left: -30px;
    max-width: 600px;
    max-height: 337.5px;
}

.blog-post {
    margin-bottom: 50px;
}

.blog-post-boven {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: -60px;
    display: flex;
}

.page-boven {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
}

.page-boven .blog-post-titelenmeta {
    display: flex;
    align-items: center;
}

.blog-post-plaatje img, .page-boven img{
    max-height: 70px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
}


.blog-post-title {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 30px;
    font-weight: 400;
}

#page-title {
    margin-bottom: 30px;
}

#gezocht, #archives {
    margin-top: 10px;
    margin-bottom: 30px;
}

.blog-post-title a {
    color: #000000;
}

.blog-post-meta {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: darkgray;
}

.monogram {
    text-align: right;
}

.monogram img {
    margin-left: 0px;
    margin-right: 20px;
    max-height: 80px;
    max-width: auto;
}

.comments-title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.comment-form-comment label {
    display: none;
}

.comment-list {
    font-size: 13px;
}

.comment-list li {
    list-style-type: none;
    margin-bottom: 30px;
}

.comment-list li .children {
    margin-top: 20px;
}

.comment-list li .reply {
    font-size: 11px;
}

.comment-meta {
    font-size: 11px;
}

.related-posts {
    margin-bottom: 20px;
}

.related-posts h2, .post-navigation h2 {
    margin-bottom: 10px;
}

/* WOO */

.woocommerce-result-count, .woocommerce-ordering {
    display: none!important;
}

.woocommerce h2, .woocommerce-page h2 {
    margin-bottom: 10px!important;
}

.woocommerce section.related.products {
    clear: both!important;
}

.woocommerce .blog-post-meta {
    display: none;
}

.woocommerce-product-gallery__image.flex-active-slide {
    pointer-events: none !important;
}

.woocommerce .content-area, .woocommerce-page .content-area {
    padding: 20px 0px 20px 0px;
}

.woocommerce .blog-post-boven {
    margin-left: 0px;
    margin-right: 0px;
}

/* WIDGETS */

.widget-area {
    width: 330px;
    padding: 20px 15px 15px 15px;
    box-sizing: border-box;
    font-size: 12px;
}

.widget-area img {
    max-width: 300px;
    height: auto;
}

.widget {
    margin-bottom: 20px;
}

.widgettitle {
    margin-top: 10px;
    margin-bottom: 10px; 
}

#text-3 .widgettitle {
    margin-bottom: 20px;
}

/* FOOTER */

.site-footer {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
}

.site-footer .site-info {
    text-align: center;
}

@media only screen and (max-width: 667px) {
    
    
    .blog-post-boven {
    margin-left: 0px;
    margin-right: 0px;
        flex-direction: column;
        justify-content: center;
}
    
    .blog-post-plaatje {
        text-align: center;
    }
    
    .monogram {
    text-align: center;
        width: 80vw;
}
    
    .monogram img {
    margin-right: 0px;
}
    
}

@media only screen and (max-width: 990px) {
    
    body {
        width: 100vw;
        max-width: 100vw;
    }
    
    .main-content {
    flex-wrap: wrap;
    }
    
    .content-area {
    padding: 7.5vw;
    width: 100vw;
    }
    
    .content-area img {
    max-width: 85vw;
    height: auto;
    margin-left: 0px;
    }
    
    .content-area .alignleft {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: 85vw;
}

.content-area .alignright {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: 85vw;
}
    
    .content-area .aligncenter,
    .content-area .alignnone {
        max-width: 85vw;
    }
    
    .wp-caption-text {
    max-width: 85vw;
}
    
    .content-area iframe {
    text-align: center;
    max-width: 85vw;
    max-height: 47.8125vw;
    margin-left: 0px;
    }
    
    .blog-post-boven {
    margin-left: 0px;
    margin-right: 0px;
    }
    
    
    .widget-area {
    width: 100vw;
    padding: 10vw;
    }
    
    .woocommerce .content-area, .woocommerce-page .content-area {
    padding: 20px 20px 20px 20px;
}
    
}