/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Custom Orange Button (KM) */

.buttonorange {
	background-color: #FF9017;
	border: none;
	color: #ffffff!important;
	padding: 10px 25px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;

}

.buttonorange:hover {
	background-color: #e58114;
	border: none;
	color: #ffffff!important;
	padding: 10px 25px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;

}

/* Changes background color on lineup (KM) */
.linupOverFlow:nth-child(3n+1) .lineupHeadSec {
	background: #793624!important;
}

.linupOverFlow:nth-child(3n+3) .lineupHeadSec {
	background: #793624!important;
}

.linupOverFlow:nth-child(3n+2) .lineupHeadSec {
	background: #793624!important;
}

/* Changes background color on lineup details (KM) */
.lineupWrapInnerDetails {
	margin-top: 25px!important;
    background: #793624!important;
    border-bottom: 10px solid #E3A64E!important;
}
.lineupImgSecBBorder{
	position: relative;
}
.lineupImgSecBBorder::after {
	content: '';
    border-bottom: 25px solid #E3A64E!important;
    position: absolute;
    bottom: -46px;
    width: 100%;
    left: 0px;
    z-index: 400;
}