/*
Theme Name:  chucks
Theme URI:  http://www.chuckswebdesign.nl
Author:  chucks
Author URI:  http://www.chuckswebdesign.nl
Description: WordPress thema van Chucks Webdesign
Template: chucks
Version:  1.0


.faq .question > .answer {
    padding: 0px 20px 20px 20px;
}

.faq .question>.title .num {
    display: none;
}

.faq .question>.title {
    padding: 20px 40px 20px 20px;
}

.faq .question:after, .faq .question:before {
    display: none !important;
}

.faq .question:before {
    display: none !important;
}

*/

.if-disable .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important;
    border: #ffffff 10px solid;
}

.woocommerce ul.products li.product .desc {
    padding: 0px 0px 15px 0px;
}

.image_frame .hover-secondary-image a {
	border: #ffffff 10px solid;
}

/* Oneven producten - draai iets met de klok mee */
.woocommerce ul.products li.product:nth-child(odd) .product-loop-thumb {
    transform: rotate(4deg) !important;
	padding: 10px 10px 2px 10px;
}

/* Even producten - draai iets tegen de klok in */
.woocommerce ul.products li.product:nth-child(even) .product-loop-thumb {
    transform: rotate(-4deg) !important;
	padding: 10px 10px 2px 10px;
}

/* Oneven producten - draai iets met de klok mee */
.woocommerce ul.products li.product:nth-child(odd) .product-loop-thumb,
.woocommerce ul.products li.product:nth-child(odd) .desc {
    transform: rotate(4deg) !important;
}

/* Even producten - draai iets tegen de klok in */
.woocommerce ul.products li.product:nth-child(even) .product-loop-thumb,
.woocommerce ul.products li.product:nth-child(even) .desc {
    transform: rotate(-4deg) !important;
}

.woocommerce-product-details__short-description ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.woocommerce .product div.entry-summary .product_meta {
    margin: 0 0 15px !important;
    display: none;
}

#Top_bar .text-logo #logo {
    font-weight: 300;
    font-size: 28px;
}

#Top_bar .menu>li>a span:not(.description) {
    padding: 0 20px;
}

.get_in_touch ul li .icon {
    color: #fff !important;
}

.usp-image i.fa {
    font-size: 25px;
}

.usp-image {
    text-align: left;
    width: 10%;
}

.grecaptcha-badge {
	display: none !important;
}

.feature_list ul li .icon i {
    color: #ffffff !important;
}

.notice, div.error, div.updated {
    display: none !important;
}

#Footer .widget_mfn_menu ul li a {
    background: #01293e;
    color: #fff;
}

#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c, #Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {
    background-color: #a3c4e6;
}

/* MOBIEL MOBIEL MOBIEL MOBIEL MOBIEL
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.usp-image {
    text-align: left;
    width: 15%;
}
.no-sec-padding-mob .mcb-section .section_wrapper, .no-sec-padding .mcb-section .section_wrapper {
    padding-left: 33px !important;
    padding-right: 33px !important;
}
}

#cookie-law-info-bar {
    z-index: 999999999999999999 !important;
}

#mfn-gdpr {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 999999999999999 !important;
    box-sizing: border-box;
}

.woocommerce .mfn-variations-wrapper-loop {
    display: none;
}