/* 
Theme Name:		100AND10% Hello Child Theme
Theme URI:		https://elementor.com/
Description:	'Hello' child theme, created by 100AND10%
Author:			100AND10%
Author URI:		https://110percent.co.uk
Template:		hello-elementor
Version:		1.0.0
*/



body {
    padding: 30px !important;
}

.events-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; /* Adjust for negative space due to 30px gap */
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: inherit;
}

/* CARDS */
.card {
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.card-body {
	padding: 25px 0;
}

.card-img, .card-img-top {
    border: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.event-card img {
    object-fit: cover;
    height: initial;
    width: 100%;
}

.event-card {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	border: none !important;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0 0 calc(33.333% - 30px); /* 3 items per row, minus the gap */
    margin: 15px; /* Half of your desired gap */
}

.event-card-body {
	padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card .event-dates {
    margin-top: -100px;
    padding-bottom: 0;
}

/* EVENT DATES */
.event-dates {
	display: flex;
    align-items: center;
	position: relative;
    padding-bottom: 30px;
}

.event-date-large {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #121212;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.event-date-large span {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 5px;
}

/* EVENT PREVIEW CARD */
.event-preview-card {
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	min-height: 265px;
	align-items: flex-end;
}

.event-preview-card-content {
	padding: 30px;
	z-index: 2;
}

.card-link + .card-link {
    margin-top: 0.5rem;
}

.event-dates-small {
	color: #ffffff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	display: inline-block;
}

.event-dates-small span {
	background-color: #121212;
	display: inline-block;
	padding: 5px 10px;
	margin: 15px 5px;
}

.event-dates-small span:first-child {
	margin: 15px 5px 15px 0px;
}

.day-of-week span {
    background-color: #121212;
    padding: 5px;
    color: #ffffff;
    margin-right: 5px;
    font-weight: 600;
}

.event-card-button {
    color: #121212;
    width: 100%;
    border: solid 2px #121212;
    border-radius: 3px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
}

/* EVENTS SINGLE */
.event-single-header .featured-image {
	width: 100%;
	height: 100%;
	min-height: auto;
	object-fit: cover;
	object-position: center center;
}

.event-single-header h1 {
    color: #121212 !important; 
    font-size: 44px !important;
}

.btn {
    font-size: 18px !important;
    font-weight: bold !important;
    font-style: normal !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    padding: 12px 24px !important;
    border-radius: 3px !important;
    text-align: center !important;
    line-height: 1 !important;
    background-color: transparent !important;
    color: #121212 !important;
    border-color: #121212 !important;
    text-transform: uppercase;
}

/* TICKET INSTANCES MODAL */
.event-instances .tab-content {
    padding: 10px;
}

.event-instances .nav-pills .nav-link.active, .event-instances .nav-pills .show > .nav-link {
    color: #FFFFFF;
    background-color: #121212;
    border-radius: 3px;
    border: 2px solid #121212;
}

.upcoming-dates .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid lightgrey;
}

.upcoming-dates .date p {
    margin: 0;
}

.upcoming-dates .date .btn {
    margin-left: 10px;
}

.modal-header .close {
    font-size: 1.8em;
}

.primary-hr {
    width: 100px;
    border-top: 3px solid #D1D2D4;
}

/* GRAVITY FORMS */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 10px !important;
    font-size: 18px !important;
    font-weight: bold;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 3px solid #121212;
}

[type=button], [type=submit], button {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #000000;
    width: 100%;
    border-color: #000000;
    color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 3px solid #c02b0a;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    body {
        padding: 10px !important;
    }
}