/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice6
*/

/* Custom CSS Start */

.custom-container {
	margin-top: 20px;
	margin-bottom: 90px;
}

div.logo {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}

.custom-container h3 {
	margin-bottom: 20px;
}

.modal-backdrop {
	z-index: -1;
}

.custom-container .story {
	margin-top: 20px;
	width: 100%;
}

.button {
	display: inline-block;
	padding: 6px 30px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #000;
}

.calendar .row {
	display: flex;
	margin-top: 40px;
}

.custom-container .calendar .row {
	display: flex;
	margin-top: 40px;
}

.custom-container .calendar .row .item {
	width: calc(25% - 40px);
	max-width: calc(25% - 40px);
}

.custom-container .calendar .row .item:not(:first-child) {
	width: calc(28% - 40px);
	max-width: calc(28% - 40px);
}

.custom-container .calendar .row .item {
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	flex: 1;
	margin-right: 20px;
	position: relative;
}

.custom-container .calendar .row .item:not(:first-child):hover {
	background: #000;
	color: #fff;
}

.custom-container .calendar .row .item:first-child {
	border: 0;
}

#content-holder .custom-container .calendar .row .time_seats p,
.custom-container .calendar .row .time_seats p {
	color: #646464;
}

.custom-container .calendar .row .time_seats:hover p,
.custom-container .calendar .row .time_seats:hover {
	color: #fff !important;
}

#content-holder .custom-container .calendar .row .item.date p,
.custom-container .calendar .row .item.date p {
	font-weight: 600;
	font-size: 20px;
}

#content-holder .custom-container .calendar .row .time_seats p,
.custom-container .calendar .row .time_seats p {
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
}

#content-holder .custom-container .calendar .row .time_seats p.seats,
.custom-container .calendar .row .time_seats p.seats {
	font-weight: 600;
	font-size: 16px;
	margin-top: 5px;
	color: #000;
}

#content-holder .custom-container .calendar .row .time_seats p.time,
.custom-container .calendar .row .time_seats p.time {
	color: #000;
}

#content-holder .custom-container .calendar .row .time_seats p.time:hover,
.custom-container .calendar .row .time_seats p.time:hover {
	color: #fff;
}

span.badge1 {
	background: #B5F2C6;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
}

span.badge1.dark {
	background: #F2B5B5;
}


.date-selected-wrap {
	width: 100%;
	max-width: 100%;
	display: flex;
}

.date-selected-wrap .date-details {
	margin-right: 100px;
	position: relative;
}

.date-selected-wrap .date-details:after {
	position: absolute;
	content: " ";
	height: 100%;
	width: 1px;
	background: #EFEFEF;
	right: -55px;
	top: 0;
}

.date-selected-wrap .details {
	margin-top: 20px;
}

#content-holder .date-selected-wrap .details p {
	font-size: 14px;
	margin-bottom: 5px;
}

.date-selected-wrap h4 {
	font-size: 16px;
}

.date-selected-wrap .button {
	padding: 0px;
	cursor: pointer;
	background: #D9D9D9;
	color: #000;
	width: 25px;
	height: 26px;
	text-align: center;
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
}

.date-selected-wrap .plus {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.date-selected-wrap .min {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.date-selected-wrap .button:hover {
	background: black;
	color: #fff;
}

.numberofslots {
	margin-top: 0px;
}

.date-selected-wrap .buttonwrap {
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
}

.date-selected-wrap .buttonwrap input {
	width: 50px;
	height: 27px;
	text-align: center;
}

.formdetails {
	width: 350px;
  flex: auto;
}

.formdetails .fieldrow {
	margin: 10px 0;
}

.formdetails .fieldrow input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  /*border: 1px solid;*/
}

.formdetails .fieldrow input[type=submit], .formdetails .fieldrow input[type="button"] {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	background: #000;
	cursor: pointer;
	color: #fff;
}

input, select, textarea {
	height: 40px;
	font-size: 14px;
	line-height: normal;
	color: #000;
	margin: 0;
	background: #fff;
	width: 100%;
	padding: 0 10px;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tabcontainer {
  display:flex;
  width: 100%;
  max-width: 100%;
}

#tabs .tab {
	/*display: inline-block;*/
  flex: 1; 
	color: #7B7B7B;
	/*padding: 3px 50px;*/ 
  text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 5;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid #D9D9D9;
	background: #EFEFEF;
	/*left: -4px;*/
  min-width: 0; 
}

#tabs .tab:first-child {
	border-radius: 5px 0px 0px 5px;
	left: 0; 
}

#tabs .highlight {
	color: #000;
	border: 1px solid #000;
	background: #FFF;
}

#tabs .tabContent {
  display: flex;
	position: relative;
	top: -1px;
	z-index: 10;
	/* padding: 10px; */
	border-radius: 0 0 3px 3px;
}

#tabs .hide {
	display: none;
}

#tabs .show {
	display: block;
}

input, input[type="text"], textarea {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	color: #000;
	transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 30px;
	border: 1px solid #888;
	border-radius: 0px !important;
	width: 600px;
}

.modal-content p {
	margin: 0px 0 20px 0;
	font-size: 16px;
}

.modal-body {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.modal-header {
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-bottom: 0 none !important;
}

.modal-footer {
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-top: 0 none !important;
}

/* The Close Button */
.close {
	color: #000;
	float: right;
	font-size: 38px;
	font-weight: normal;
	position: relative;
	top: -30px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



/*media queries*/
@media (max-width: 767px) {
	.custom-container .calendar .row {
		flex-direction: column;
	}

	.custom-container .calendar .row .item,
	.custom-container .calendar .row .item:not(:first-child) {
		width: 100%;
		max-width: 100%;
	}

	.custom-container .calendar .row {
		margin-top: 20px;
	}

	.date-selected-wrap {
		flex-direction: column;
	}

	.date-selected-wrap .date-details:after {
		display: none;
	}

	.numberofslots {
		margin-top: 40px;
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 40px;
		border: 1px solid #888;
		width: 90%;
	}
}

[data-mdb-toggle="modal"] i {
	pointer-events: none;
}


/* Custom CSS End */
