/*
Theme Name: Beeld.nl
Theme URI: http://www.beeld.nl
Description: Beeld.nl Website, ontwikkeld door Adeko webdesign & development
Version: 1.0

	Beeld.nl
	http://www.beeld.nl

COLOR-SCHEME

Purple: #872456;
Pink:	#cda3b8;

 */
/* ALGEMEEN - LAYOUT */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    width: 100%;
    min-height: 100vh;
}


/* LAYOUT ID */
#page {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#top {
    margin-top: 8px;
    height: 53px;
    font-size: 18px;
    color: #FFFFFF;
    background-repeat: no-repeat;
}

#left {
    font-family: "Arial Rounded", Arial, Helvetica, sans-serif;
    width: 225px;
    display: block;
    font-size: 12px;
    min-height: 220px;
}

#left .contact {
    font-size: 12px;
    margin-left: 20px;
    color: #999999;
}

.heading-img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

#contentt {
    display: flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 120px;
    max-width: 1200px;
    flex-grow: 1;
}

.center {
    width: 100%;
}

@media only screen and (max-width: 1080px) {
    #left {
        display: none;
    }
}

/* FOOTER STYLING START */

.footer-content {
    width: 100%;
    max-width: 1100px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer > p {
    text-align: center;
}
#footer .footer-logo{
    margin-right: 40px;
}
#footer .menu aside,#footer .textwidget {
    margin-top: 5px;
}

.sidebar ul ul li {
    color: #FF0000;
    margin-left: 0;
    margin-top: 0;
}

.contact-sub-left, .contact-sub-right {
    margin-left: 10px;
    margin-right: 10px;
}
.contact-sub-right p, .contact-sub-right a, .contact-sub-left p{
    padding-bottom: 3px;
}
.contact-sub-right{
    display: flex;
    flex-direction: column;
}
#footer {
    border-top: 1px solid #a55b80;
    margin-top: 20px;
    width: 100%;
    display: block;
    font-size: 10px;
    background: #8b245c;
    color: white;
}
#footer a{
    color: white;
}
.contact{
    display: flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.sidebar ul li ul li ul li a {
    font-size: 11px;
}

.sidebar ul li ul li ul li a:hover {
    font-size: 11px;
}

.sidebar ul li ul li ul li a current_page_item {
    font-size: 11px;
    font-weight: bold;
    color: #FF00FF;
}

/* FOOTER STYLING END */

#content {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    min-height: 500px;
    background: url(images/background.jpg) no-repeat center center;
}
.size-full{
    border: none!important;
}
div.wp-block-media-text__content{
    padding: 0 8% 0 0!important;
}
@media only screen and (max-width: 600px){
    div.wp-block-media-text__content{
        padding: 8% 8% 0 0!important;
    }
    header .shop-logo{
        flex-direction: column;
    }
    header .shop-logo a:nth-child(1){
        margin-top: 9px;
    }
    header .shop-logo a:nth-child(2){
        position: absolute;
        top: 63px;
    }
}
.news-blocks .wp-block-latest-posts{
    display: flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-blocks .wp-block-latest-posts li{
    flex: 0 20%;
    padding: 20px;
    filter: drop-shadow(1px 1px 4px grey);
    display: flex;
    flex-direction: column-reverse;
}
.news-blocks .wp-block-latest-posts__featured-image{
    border-bottom-left-radius: 20px;
    overflow: hidden;
    border-bottom-right-radius: 20px;
}
.news-blocks .wp-block-latest-posts__featured-image img{
    width: 100%;
    object-fit: contain;
    min-width: 150px;
}
.news-blocks .wp-block-latest-posts__post-title{
    color: white;
    background: #a55b80;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#right {
    width: 180px;
    display: block;
    float: left;
    text-align: left;
    padding-left: 20px;
}

#right .textwidget {
    margin-top: 10px;
    color: #000000;
}

#right .textwidget li {
    color: #000000;
    padding-left: 10px;

    background-image: url(images/li.jpg);
    background-position: left;
    background-repeat: no-repeat
}

#right h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
}


.current_page_item a {
    font-weight: bold;
}

.current_page_item ul a {
    font-weight: normal;
}

header {
    background: #8b245c;
    width: 100%;
    height: 120px;
    display: flex;
    position: fixed;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    top: 0;
}

header div.nav-top {
    width: 100%;
    background: #c394ac;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link{
    font-weight: 600!important;
}
header .shop-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 1100px;
}
body.home .page-title{
    text-align: center;padding-bottom: 30px;padding-top: 10px;font-size: 40px;
}
.page-title{
    text-align: left;padding-bottom: 10px;padding-top: 10px;font-size: 26px;padding-left:40px;
}
#contentt.pagetitle-center .page-title{
    text-align: center;
}
#contentt.pagetitle-hidden .page-title{
    display: none;
}

.menu {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    font-size: 14px;
    flex-wrap: wrap;
    margin-left: 40px;
}

.menu .sub-menu {
    display: none;
}

/* HEADINGS */
h1, h2 a {
    color: #943c69;
    size: 12px;
    text-decoration: none;
    font-size: 12px;
}

h2 a {
    font-size: 16px;
}

a img {
    border: none;
}

/* LIST STYLE */

li {
    list-style: none;
    text-decoration: none;
}


.menu ul li ul li {
    list-style: none;
    padding-left: 10px;
    margin-left: 10px;
    background-image: url(images/li_top.jpg);
    background-position: top left;
    background-repeat: no-repeat
}


.menu ul li ul li ul li {
    list-style: none;
    padding-left: 15px;
    margin-left: 5px;
    background-image: url(images/li.jpg);
    background-position: left 5px;
    background-repeat: no-repeat
}

.entry li {
    list-style: none;
    padding-left: 15px;
    margin-left: 5px;
    background-image: url(images/li.jpg);
    background-position: left 5px;
    background-repeat: no-repeat
}

.entry ul ul li{
    background-size: 8px 2px;
    background-position: left 8px;
}

a {
    text-decoration: none;
    color: #872456;
}

a:hover {
    text-decoration: none;
    color: #a55b80;
}

/* ETC */

.right {
    float: right;
}

.wd-caption {
    float: right;
    text-align: right;
    display: block;
}

.size-full {
    text-align: right;
    border: 1px solid black;
}

.wp-caption-text {
    text-align: center;
}

.menu_top {
    margin-bottom: 20px;
}

/* PROJECTEN */
.menu .sidebar .widgettitle {
    font-size: 12px;
    margin-top: 20px;
    color: #872456;
}


#flexi-pages-1 ul li {
    margin-bottom: 3px;
}

#flexi-pages-1 ul li ul li {
    margin-bottom: 1px;
}

#flexi-pages-2 ul li {
    font-size: 10px;
}

#flexi-pages-3 ul li {
    font-size: 10px;
}

.current_page_parent {
    font-weight: bold;
}

.current_page_ancestor {
    font-weight: bold;
}

.current_page_ancestor ul li {
    font-weight: normal;
}

ul li .current_page_ancestor {
    font-weight: bold;
}

/* WORDPRESS VARS */


.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

#wp-calendar {
    border: 1px solid #ddd;
    empty-cells: show;
    font-size: 14px;
    margin: 0;
    width: 90%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #333;
}

#wp-calendar caption {
    color: #999;
    font-size: 16px;
    text-align: left;
}

#wp-calendar td {
    color: #ccc;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar td.pad:hover {
    background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #eee;
    color: #bbb;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

li .upcoming-events {
    margin-top: 10px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


.cf-fs1 li {
    list-style: none;
}

.linkedin {
    background: url(images/linkedin.gif) no-repeat top left;
    padding-bottom: 2px;
    padding-left: 22px;
    padding-top: 2px;
}

.page-item-668, .page-item-1297 {
    display: none;
}