/*
Theme Name: BardWP Child
Theme URI: http://bard.qodeinteractive.com
Description: A child theme of Bard Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: bardwp
Template: bardwp
*/
.yellowText, .yellowText h1, .yellowText h2, .yellowText h3, .yellowText h4, .yellowText h5, .yellowText h6{
	color:#ffea00
}
.mkdf-side-menu .widget, .mkdf-side-menu .widget h1, .mkdf-side-menu .widget h2, .mkdf-side-menu .widget h3, .mkdf-side-menu .widget h4, .mkdf-side-menu .widget h5, .mkdf-side-menu .widget h6{
	margin:0 !important
}
.mkdf-side-menu .widget ul li a{
	color:#ffea00 !important;
}
.mkdf-shows-single-holder .mkdf-single-show-main-content {
    margin: 50px 0 50px;
    display: table;
    width: 100%;
}

.mkdf-shows-single-holder .mkdf-single-show-main-content .mkdf-single-show-side-content {
    width: 30%;
    border-right: none;
}

.mkdf-shows-single-holder .mkdf-single-show-main-content .mkdf-single-show-description {
    position: relative;
    padding-left: 50px;
    padding-right: 0;
    width: 70%;
    display: table-cell;
    vertical-align: top;
}
.titrarticle{
	font-size:50px;
	text-shadow: 2px 2px 0px #FFEA00;
}
.mkdf-shows-single-holder .mkdf-single-show-main-content .mkdf-single-show-description .mkdf-single-show-social-share{
	position:relative
}
.separYellow {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1em;
}
.separIns{
	background-color: #FFEA00;
	height:4px;
	margin: 25px 0;
    width: 150px;
	display: inline-block;
    position: relative;
}
.btnBillets{
	border:2px solid black;
	-webkit-transition: .15s;
    -moz-transition: .15s;
    transition: .15s;
}
.btnBillets:hover{
	color:black;
	background-color:#FFEA00;
	border:2px solid #FFEA00;
	-webkit-transition:  .15s;
    -moz-transition:  .15s;
    transition:  .15s;
}
@media only screen and (max-width: 850px) {
	.mkdf-shows-single-holder .mkdf-single-show-main-content .mkdf-single-show-side-content {
		display:block;
		width: 100%;
	}

	.mkdf-shows-single-holder .mkdf-single-show-main-content .mkdf-single-show-description {
		display:block;
		padding-left: 0;
		width: 100%;
	}
}
.mkdf-title-holder{
	background-color: transparent !important;
	text-shadow: 2px 2px 0px #FFEA00;
}
.mkdf-title-holder .mkdf-grid::after{
	content: "";
    background-color: #FFEA00;
    height: 4px;
    margin: 25px 0;
    width: 150px;
    display: inline-block;
    position: relative;
}
.error404 .mkdf-content {
    background-image: url("https://bsc-wp.kaz.bzh/wp-content/uploads/2025/07/MjAyNDA4OWFmYTU4Mjc2NmEwMWViM2JlNDIzMTcxNmFmNzhkZmE-e1752757104782.avif") !important;
}
.mkdf-404-title{
	color:#FFEA00 !important;
}
.icon_heart{
	margin-right:5px
}