/*
Theme Name: Bijbel en Onderwijs
Template: enfold
Description: Child theme voor Enfold.
Version: 0.0.2
Author: Sowmedia
Author URI: http://www.sowmedia.nl
*/

/* Lighter font-weight for default fonts */
body, body div .avia-button, .iconbox .iconbox_content .iconbox_content_title, .avia-icon-list .iconlist_title {
    font-weight: 300;
}

#top #header_meta {
    background: #333;
}
#top #av-burger-menu-ul{
	display:table;
}
nav.sub_menu, nav.sub_menu .menu {
    width: 100%;
}

#top #header_meta .sub_menu .menu > li {
    padding: 0;
    border-right-width: 0;
    width: 16.65%;
}

#top #header_meta .sub_menu li > a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 300;
}

#top #header_meta .sub_menu li a {
    text-decoration: none;
}

#top #header_meta .sub_menu li a:hover {
    text-decoration: underline;
}

#top .av_secondary_left .sub_menu {
    padding-right: 0;
    top: 0;
}

#top #header_meta .sub_menu li li > a {
    line-height: 10px;
}

/* Current */
#top #header .av-main-nav > li.current-menu-item > a {
    background-color: #eeeeee;
}

/* Bijbel en Onderwijs */
#top .header_color .sub_menu li.purple a, #top .header_color .sub_menu li.purple a:hover {
    background: #ac9dd4;
    text-decoration: underline;
}
body#top .title_container.bijbel-en-onderwijs {
    background: #ac9dd4;
}

/* Godsdienstmethoden */
#top .header_color .sub_menu li.red a, #top .header_color .sub_menu li.red a:hover {
    background: #d73d27;
    text-decoration: underline;
}
body#top .title_container.de-bijbel-en-de-basis,
body#top .title_container.ontdek-het-leven {
    background: #d73d27;
}

/* Huis van Islam */
#top .header_color .sub_menu li.green a, #top .header_color .sub_menu li.green a:hover {
    background: #4ca545;
    text-decoration: underline;
}
body#top .title_container.huis-van-islam {
    background: #4ca545;
}

/* Evolutie? Nee! */
#top .header_color .sub_menu li.blue a, #top .header_color .sub_menu li.blue a:hover {
    background: #39738d;
    text-decoration: underline;
}
body#top .title_container.evolutie-nee {
    background: #39738d;
}

/* Occult en Licht */
#top .header_color .sub_menu li.earth a, #top .header_color .sub_menu li.earth a:hover {
    background: #7a8b23;
    text-decoration: underline;
}
body#top .title_container.occult-en-licht {
    background: #7a8b23;
}

/* Bijbel en New Age */
#top .header_color .sub_menu li.yellow a, #top .header_color .sub_menu li.yellow a:hover {
    background: #d7c724;
    text-decoration: underline;
}
body#top .title_container.bijbel-en-new-age {
    background: #d7c724;
}

#top .sub_menu li ul {
    width: 100%;
    padding: 0;
    z-index: 101;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    top: 39px;
    position: absolute;
    background: #333;
    border: 0;
}

@media screen and (min-width: 601px) and (max-width: 975px) {
    #top #header_meta .sub_menu .menu > li {
        width: 33%;
    }
}

@media screen and (max-width: 600px) {
    #top #header_meta .sub_menu .menu > li {
        width: 100%;
    }
}

#top .sub_menu li li:first-child > a {
    border-top-style: dashed;
    border-top-width: 1px;
}

strong.logo img {
    padding: 10px 0;
}

span.avia-menu-text {
    font-weight: 300;
    font-size: 15px;
}

#top .av-subheading.av-subheading_below p {
    line-height: 1.6em;
    margin: 20px 0;
    font-weight: 300;
}

.main_color .avia-icon-list .iconlist_icon {
    background-color: transparent;
    color: #333;
    font-size: 60px;
}

.iconlist-timeline {
    display: none;
}


/* Overview on homepage */
#top.home .avia_cart_buttons {
    display: none;
}

/* Pages main title */
#top .alternate_color.title_container .main-title {
    margin-top: 20px;
    margin-bottom: -50px;
}

/* Paragraphs on content pages */
.avia_textblock p:first-child {
    margin-top: 0;
}

/* Shop catalog */
body.woocommerce .pagination {
    padding-bottom: 10px;
}

/* Flex alignment */
ul.products {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

ul.products .product .inner_product {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

body.woocommerce div .products .product a {
    margin-bottom: 60px;
}

div .products .product a, div .products .product a img {
    overflow: visible;
}

#top .onsale {
    min-width: 90px;
    min-height: 90px;
    border-radius: 90px;
    line-height: 80px;
    font-size: 15px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

#top.archive .onsale {
    top: auto;
    right: 5px;
    left: auto;
    position: absolute;
    bottom: -15px;
}

.entry-content-wrapper ul.products li {
    border: 1px solid #e1e1e1;
}

body.home .entry-content-wrapper ul.products li {
    background: #f9f9f9;
}
#top.woocommerce-page .thumbnail_container {
    float: left;
    max-width: 35%;
    padding: 0 15px 5px 0;
}

#top .products .product h3 {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 300;
    float: none;
    max-width: 100%;
}

#top .price, #top div .stock {
    display: block;
    clear: both;
    padding-top: 10px;
}

#top .inner_product_header {
    min-height: 0;
    padding-top: 15px;
    border: none;
}

#top a .inner_product_header {
    color: #1d1d1b;
}

#top .inner_product_header .avia-arrow {
    display: none;
}

#top .avia_cart_buttons {
    opacity: 1;
    position: absolute;
    bottom: 0;
}

#top form.cart {
    margin-bottom: -5px;
}

#top form.cart .button {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    width: 45%;
    padding-right: 13px;
}

#top form.cart span[aria-hidden] {
    float: right;
    position: relative;
    right: 10px;
    top: 7px;
}

#top .button-mini-delimiter {
    height: 40px;
    margin-top: -19px;
}

#top div table.shop_attributes {
    border: 1px solid #e1e1e1;
}

#top div table.shop_attributes th, #top div table.shop_attributes td {
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
}

div table.shop_attributes th:after {
    content: ':';
}

/* Single product*/
.template-shop div.product div.images {
    /* for as long as we don't have good images */
    float: right;
    max-width: 200px;
}
.single-product-summary {
    padding-bottom: 40px;
}

/* Reponsiveness buttons */
@media screen and (min-width: 480px) and (max-width: 1015px) {
    #top div form.cart div.quantity {
        min-width: 95px;
    }
    #top div .quantity input.plus, #top div .quantity input.minus {
        width: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
    #top form.cart span[aria-hidden] {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 580px) {
    #top form.cart span[aria-hidden],
    #top .button-mini-delimiter {
        display: none;
    }
    #top div form.cart div.quantity {
        min-width: 80px;
        margin-right: 0;
    }
    #top div .quantity input.qty {
        width: 30px;
        padding: 0;
    }
    #top form.cart .button {
        width: 50%;
    }
}


/* Forms */
#top .gform_body label {
    display: none;
}
#top .gform_wrapper .gform_footer {
    padding-top: 0;
    margin-top: 0;
}

/* WooCommerce Forms */
#top .form-row label,
#top .woocommerce-shipping-fields label {
    font-weight: 300;
}
#top input#ship-to-different-address-checkbox {
    float: left;
    margin-right: 10px;
}

/* Blog sidebar */
#top #main .sidebar {
    background-color: #f0f0f0;
    width: 33.3%;
    float: none;
    display: table-cell;
    vertical-align: top;
}
.widget {
    padding: 30px 0 0;
}
#top .widget .news-thumb {
    display: none;
}
#top .inner_sidebar {
    margin-left: 30px;
}
#top .widget .news-content {
    padding: 0;
}
#top .widget .news-headline {
    font-size: 15px;
    font-weight: 300;
    color: #919191;
}
#top .widget a:hover .news-headline {
    color: #245aab;
    text-decoration: underline;
}
#top .widget .news-time {
    display: none;
}

/* Blog content */
#top .container .av-content-small.units {
    background-color: #fff;
    width: 66.6%;
    float: none;
    display: table-cell;
}
@media screen and (max-width: 767px) {
    #top .container .av-content-small.units {
        width: 100%;
        padding-right: 30px;
    }
}
#top .fullsize .flex_column .template-blog .post-title, #top .fullsize .flex_column .template-blog .post-meta-infos {
    text-align: center;
}

.pagination .current, .pagination span, .pagination a {
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    #top.archive .pagination {
        padding-left: 30px;
    }
}



/* Blog archives etc. */
#top.archive .title_container,
#top.single .title_container {
    background-color: rgba(0,0,0,0.3);
    min-height: 195px;
}

body.woocommerce .title_container {
    display: none;
}

#top.archive .alternate_color.title_container .main-title,
#top.single .alternate_color.title_container .main-title {
    font-size: 50px;
    text-align: center;
    color: #fff;
    display: block;
}
#top.archive .alternate_color.title_container .main-title a,
#top.single .alternate_color.title_container .main-title a {
    color: #fff;
}
#top.archive .template-blog,
#top.single .template-blog {
    top: -40px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#top.archive .post,
#top.single .post {
    padding-left: 30px;
}

/* Hide category title on top of posts */
.html_elegant-blog #top .post-entry .blog-categories {
    display: none;
}

/* Hide seperator when no author in meta */
body#top .text-sep-date,
#top .blog-author.minor-meta {
    display: none;
}

/* Disable special ampersand */
.special_amp {
    color: inherit!important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

/* Color social bookmarks */
#top .av-share-box ul li {
	border: none;
}
#top #wrap_all .av-social-link-rss	   	 a{color:#fff; background-color:#ffa133; }
#top #wrap_all .av-social-link-facebook  a{color:#fff; background-color:#37589b; }
#top #wrap_all .av-social-link-twitter   a{color:#fff; background-color:#46d4fe; }
#top #wrap_all .av-social-link-mail      a{color:#fff; background-color:#9fae37; }
#top #wrap_all .av-social-link-dribbble  a{color:#fff; background-color:#e44885; }
#top #wrap_all .av-social-link-linkedin  a{color:#fff; background-color:#419cca; }
#top #wrap_all .av-social-link-search    a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-gplus     a{color:#fff; background-color:#de5a49; }
#top #wrap_all .av-social-link-behance   a{color:#fff; background-color:#008cfa; }
#top #wrap_all .av-social-link-flickr    a{color:#fff; background-color:#ff0086; }
#top #wrap_all .av-social-link-forrst    a{color:#fff; background-color:#234317; }
#top #wrap_all .av-social-link-myspace   a{color:#fff; background-color:#000000; }
#top #wrap_all .av-social-link-tumblr    a{color:#fff; background-color:#345574; }
#top #wrap_all .av-social-link-vimeo     a{color:#fff; background-color:#31baff; }
#top #wrap_all .av-social-link-youtube   a{color:#fff; background-color:#a72b1d; }
#top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; }
#top #wrap_all .av-social-link-skype 	   a{color:#fff; background-color:#12a5f4; }
#top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; }
#top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-soundcloud  a{color:#fff; background-color:#F76700; }
#top #wrap_all .av-social-link-xing 	     a{color:#fff; background-color:#006567; }
#top #wrap_all .av-social-link-vk 	   	 a{color:#fff; background-color:#597BA5; }
#top #wrap_all .av-social-link-reddit 	 a{color:#fff; background-color:#FF4500; }

#top.page-id-9475 .avia_cart_buttons, #top.home .avia_cart_buttons {opacity:0}