/*

	Theme Name: A Child
	Description: Aslan child theme.
	Version: 1.0
	Author: Context is Everything
	Template: a19
	Text Domain:  kona-child

*/

/* -----------------------------------
	CHILD CSS
------------------------------------- */

@media only screen and (max-width: 768px) {
	.only-mobile {
		display: block!important;
	}
		.only-desktop {
		display: none!important;
	}
}

@media only screen and (min-width: 769px) {
		.only-mobile {
		display: none!important;
	}
		.only-desktop {
		display: block!important;
	}
}

h1, h2, h3, h4, h5, h6 {
color: #B50A38;
}

h6 {
	margin-block-end: 0!important;
}
p {
    margin-bottom: 20px;
}

.searchandfilter ul {
    margin-left: 0!important;
}

#header .text-light:not(.transparent) .socialmedia-widget li a {
    color: #fff!important;
}

#header a {
color: #B50A38!important;
}

#menu-top a {
color: #fff!important;
}

#menu-top > li {
    margin: 0 15px;
    display: inline-block!important;
    padding: 0;
    position: relative;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

.header-bar {
	display: none;
}

@media only screen and (min-width: 1200px) {
	.header-bar {
	display: block;
}
}

.menu-actions {
	margin-right: 50px;
}

@media only screen and (min-width: 1024px) {
.menu-actions {
	margin-right: 20px;
}
}

@media only screen and (min-width: 1200px) {
.menu-actions {
	margin-right: 0;
}
}

#mini-cart .cart-close, #header-search .search-close {
    right: 60px!important;
}

@media only screen and (min-width: 1199px) {
body.scrolled #header.sticky:not(.break-1024) #logo img {
    height: 50px!important;
}

body.scrolled #header.sticky:not(.break-1024) .header-inner {
    padding-top: 10px!important;
    padding-right: 0px;
    padding-bottom: 10px!important;
    padding-left: 0px;
}
}
.widget-title, .widget-title.title-alt, #menu nav#main-nav.with-title > ul > li[class*="megamenu"] > .sub-menu > li > a, table th, .tinv-wishlist .social-buttons > span {
    font-family: Signika Negative;
    font-weight: 600!important;
    font-size: 22px!important;
	color: #B50A38;
    text-transform: none;
}

.empty-sub-text {
	display: none;
}
.main-content a {
color: #B50A38!important;
}

.nav_musical a {
	font-weight: 700!important;
	margin-top: 20px;
}

#footer {
    background: #FAFAFA!important;
}

#header {
	border-top: 10px solid #B50A38;
}

.gw-gopf-post-title {
	min-height: 40px;
}
.gw-gopf-post-more, .gw-gopf-post-excerpt {
	display: none;
}

.gw-gopf-btn {
    color: #ffffff;
    background: #b50a38;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    height: 35px;
    line-height: 29px;
}

a.gw-gopf-post-overlay-btn:hover {
    background: #b50a38!important;
	color: #ffffff!important;
}

.btn_inschrijf {
    background-color: #f05a28;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff!important;
    padding: 17px;
    margin-top: 15px;
    margin-bottom: 25px;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
}

.btn_inschrijf a {
    color: #fff!important;
    font-weight: bold;
}
.btn_inschrijf:hover {
    background-color: #B50A38;
    cursor: pointer;
    color: white!important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    color: #fff!important;
    background-color: #B50A38!important;
}
/*-[ Home ]--------------------*/

#home-one {
float: left;
width: 32%;
margin-right: 2%;
border-top: 1px solid #b50a38;
padding-top: 10px;
}

#home-column-image {
max-height: 144px;
overflow: hidden;
margin-bottom: 10px;
}


#home-two {
float: left;
width: 32%;
margin-right: 2%;
border-top: 1px solid #b50a38;
padding-top: 10px;
}

#home-three {
float: left;
width: 32%;
border-top: 1px solid #b50a38;
padding-top: 10px;
}

@media screen and (max-width:865px) {
#home-one {
float: left;
width: 100%;
margin-right: 0;
border-top: 1px solid #b50a38;
padding-top: 10px;
}

#home-column-image {
max-height: 144px;
overflow: hidden;
margin-bottom: 10px;
}


#home-two {
float: left;
width: 100%;
margin-right: 0;
border-top: 1px solid #b50a38;
padding-top: 10px;
}

#home-three {
float: left;
width: 100%;
border-top: 1px solid #b50a38;
padding-top: 10px;
}
}

.home-end {
float: left;
width: 100%;
border-top: 1px solid #b50a38;
padding-top: 5px;
padding-bottom: 15px;
}
#home-one h3 {
    color: #b50a38;
}

#home-two h3 {
    color: #b50a38;
}
#home-three h3 {
    color: #b50a38;
}
#home-blocks {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#home-blocks h2 {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #b50a38;
}

#home-blocks p {
    text-align: center;
}

#home-blocks a {
    color: #555555;
}

#block {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    width: 23%;
    min-width: 180px;
    min-height: 110px;
    background-color: #F5E0DC;
}

#block-second {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    width: 23%;
    min-width: 180px;
    min-height: 110px;
    background-color: #FEEDE1;
}

#block-last {
    float: left;
    margin-right: 0px;
    margin-left: 5px;
    padding: 5px;
    width: 23%;
    min-width: 180px;
    min-height: 110px;
    background-color: #FEEDE1;
}

#home-mobile-image {
display: block;
width: 100%;
margin-bottom: 15px;
}

@media screen and (min-width:668px) {
#home-mobile-image {
display: none;
}
}

.home-search {
	margin: 0;
	border-top: 1px solid #F26F28;
	border-bottom: 1px solid #F26F28;
	background-color: #fff9f8;
	padding: 15px;
}

.tribe-events-nav-pagination {
	display: none;
}
.tribe-events-event-image {
display: none;
position: relative;
float: right;
margin: 30px;
}

.tribe-bar-filters {
display: none;
}

.tribe-events-back {
display: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    list-style: none;
    line-height: 1;
    padding-right: 10px!important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: none;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
}

#tribe-events .tribe-events-button, .tribe-events-button {
    *display: inline;
    background-color: #fff!important;
}
.single-tribe_events .tribe-events-event-meta {
	display: none!important;
}
.woo_main_title {
	display: none;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    color: #fff!important;
}

.aslan-btn a {
	color: #fff!important;
	font-weight: 700;
}

.white {
	color: #ffffff!important;
}

.white h1 {
	color: #ffffff!important;
}

.shop_table ul li {
	list-style: none!important;
}

.woocommerce-MyAccount-navigation a {
	border-bottom: none!important;
}

.resimg {
	max-width: 100%;
	height: auto;
}

input.vfb-checkbox, input[type="checkbox"].vfb-checkbox, input.vfb-radio, input[type="radio"].vfb-radio {
  display: inline-block!important;
}

.vfbp-form label {
    font-size: 16px!important;
}

.vfb-fieldType-checkbox label.vfb-control-label {
 padding-top: 35px!important;
font-size: 17px;
}

.vfb-form-group {
 padding-top: 35px!important;
}
label {
  color: unset!important;
}