/*
 Theme Name:   Wire Studio Theme
 Theme URI:    http://www.wire.ba
 Description:  Wire Studio Theme - Divi child theme 
 Author:       Wire Studio
 Author URI:   http://www.wire.ba
 Template:     Divi
 Version:      2.0.0
*/
 
@import url("../Divi/style.css");
.d-flex{
	display: flex !important;
	gap: 10px;
}
.d-column{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.eventform label{
	font-size: 14px !important;
	color: #839097 !important;
}
.eventform input,
.eventform select{
	padding: 10px;
    border: 2px solid #e4e4e4;
	width: 100%
}
.patch input{
	width: auto !important;
}
.tickettype div{
	width: 80%;
}
.tickettype p{
	width: 20%;
}
.tickettype{
	margin-bottom: 30px;
}
.eventform p{
	padding-bottom: 0 !important;
}
.eventform input[type="submit"]{
	background-color: #03A9F4!important;
	color: #FFF;
	font-size: 18px;
	cursor: pointer
}
.eventform span .wpcf7-list-item-label{
	font-size: 14px !important;
}
label.prefix{
	width: 15% !important;
}
label.after-prefix{
	width: calc(50% - 7.5%) !important;
}
.registrant-profile .wpcf7-list-item{
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	width: 100%
}
.registrant-profile input{
	width: 17px;
}
.sendrequest{
	margin-top: 20px;
}
@media(min-width: 769px){
	.registrant-profile .wpcf7-list-item{
	display: grid;
	grid-template-columns: 3% 97%;
	gap: 10px !important;
}
}
@media(max-width: 768px){
	.d-block{
		display: block !important
	}
	label.prefix{
	width: 20% !important;
	}
}
.wpf_form_wrapper input,
.wpf_form_wrapper select{
	padding: 10px;
    border: 2px solid #e4e4e4 !important;
}
.page-id-6932 #main-content {
    margin-bottom:80px;
}
body .fullGrid .post-img{
    overflow: hidden !important;
    display: block;
    width: 100%;
	height: auto !important;
	max-height:100% !important;
}
.pastEvent .btn-wrap{
	display:none;
}
h1.entry-title {
    margin-bottom: 20px !important;
}
.termsAndCondition{
	border: 1px solid #CBCBCB;
	padding: 16px;
}
.termsAndCondition .doubleWrapper{
	border: 1px solid #c3cad880;
	padding: 16px;
	border-radius:5px;
}
.termsAndCondition h3{
	font-size:16px;
}
.termsAndCondition p{
	font-size: 14px;
    color: #333;
    margin: 0;
	opacity: .6;
	padding-bottom:5px;
}
.termsAndCondition a{
	color: #03A9F4;
    text-decoration: underline;
}
#rt-tpg-container-627540396 .post-img a.img-link {
    pointer-events: none;
    cursor: default;
}
.toplevel_page_ecr-check-in table tbody tr:first-of-type {
    background: #FFF !important;
}