/*
Theme Name: Player Club Bucharest - Booking
Theme URI: http:draw.ro/
Author: Draw team
Author URI: http:draw.ro/
Version: 1.0
Text Domain: booking
*/


/*
* ================== 1. Utilities
* ================== 2. Header
* ================== 3. Pricing
* ================== 4. Forms
* ================== 5. Footer
* ================== 6. Responsive
*/


/* ===========================
================= 1. Utilities
=========================== */
body {
	background: url(img/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Khand', 'sans-serif';
	color: #fff;
	font-weight: 400;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p, span {
	font-family: 'Lato', 'sans-serif';
	color: #fff;
}
a {
	font-family: 'Oswald', 'sans-serif';
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.picture, .pswp__button--share {
	display: none;
}

/* ===========================
================= 2. Header
=========================== */
header {
	margin-bottom: 30px;
}
header .logo {
	margin: 10px 0;
}
header .logo img {
	max-width: 141px;
}
header .headings h1 {
	font-size: 28px;
}
header .headings h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}


/* ===========================
================= 3. Pricing
=========================== */
.main-screen {
	position: relative;
}
.main-screen .row, .main-screen .row .c-3 {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.main-screen .row.hide {
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
}
.main-screen .row .c-3:nth-child(2), .main-screen .row .c-3:nth-child(3) {
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.main-screen .hide .c-3:first-child, .main-screen .hide .c-3:nth-child(2) {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-screen .hide .c-3:nth-child(3), .main-screen .hide .c-3:last-child {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.price-head {
	padding: 34px 0;
	text-align: center;
	margin-bottom: 1px;
	background: #000;
}
.price-head h2 {
	font-size: 28px;
	line-height: 100%;
	font-weight: 600;
}
.price-head p {
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Khand', 'sans-serif';
}
.price {
	position: relative;
	min-height: 400px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.price .price-description span {
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Khand', 'sans-serif';
	display: block;
	color: #cdcdcd;
}
.price .price-description p {
	font-size: 14px;
	line-height: 23px;
	color: #cdcdcd;
}
.price .drinks-menu {
	font-size: 11px;
	text-transform: uppercase;
	background: #000;
	position: absolute;
	padding: 9px 7px;
	font-family: 'Lato', 'sans-serif';
	left: 50%;
	bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.price .drinks-menu:hover {
	background: #ff2f00;
}
.conditions {
	text-align: center;
	padding: 27px 0;
	margin-top: 5px;
	background: rgba(0, 0, 0, 0.5);
}
.conditions span {
	display: block;
	color: #cdcdcd;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Khand', 'sans-serif';
}
.conditions p {
	margin: 0;
	color: #cdcdcd;
	font-size: 14px;
}
.price .price-footer {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Open Sans', 'sans-serif';
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	background: #fc2f01;
}
.price .exclusive {
	position: absolute;
	top: 57%;
	left: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #f01c35;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.price .exclusive p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	font-family: 'Khand', 'sans-serif';
}
.book a {
	display: block;
	text-transform: uppercase;
	padding: 11px;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Khand', 'sans-serif';
	background: #ff2f00;
	text-align: center;
}
.book a:hover {
	background: #000;
}


/* ===========================
================= 4. Forms
=========================== */
.main-screen .form-screen {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(0.9) translateY(-50%);
	-ms-transform: scale(0.9) translateY(-50%);
	-o-transform: scale(0.9) translateY(-50%);
	transform: scale(0.9) translateY(-50%);
}
.main-screen .form-screen.show {
	z-index: 1;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	-webkit-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	-o-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}
.label_div {
	width: 20%;
	display: inline-block;
	float: left;
	position: relative;
	top: 35px;
}
.input_div {
	width: 80%;
	display: inline-block;
}
.c-12 .label_div {
	top: 76px;
	width: 11%;
}
.c-12 .input_div {
	width: 89%;
}
.c-4 > .label_div {
	width: 60%;
}
.c-4 > .input_div {
	width: 40%;
}
.c-4 .input_div input {
	padding: 14px 0;
}
.c-8 > .label_div {
	width: 30%;
}
.c-8 > .input_div {
	width: 70%;
}
input, textarea {
	color: #fff;
	background: none;
	padding: 14px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #838383;
	width: 100%;
	font-size: 16px;
	font-family: 'Lato', 'sans-serif';
}
textarea {
	height: 90px;
}
.label_div label {
	font-size: 14px;
	color: #838383;
	font-weight: 900;
	font-family: 'Lato', 'sans-serif';
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #ff2f00;
}
.wpcf7-form-control-wrap.focused:after {
	width: 100%;
}
input[type="submit"] {
	display: inline-block;
	width: auto;
	padding: 14px 60px;
	background: #ff2f00;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', 'sans-serif';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
input[type="submit"]:hover {
	background: #000;
}
.hidden, span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid {
	border-color: #f00;
}
.form-margin {
	margin-bottom: 30px;
}
div.wpcf7-validation-errors {
	display: inline-block !important;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	border: none;
	color: #fff;
	font-family: 'Lato', 'sans-serif';
	text-align: center;
}
.ui-datepicker {
	padding: 0;
	background: #1e1c27;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-datepicker-header {
	background: #17161e;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-datepicker-prev, .ui-datepicker-next, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: none;
	background: #2a282d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #fff;
	background: none;
	text-align: center;
	border: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
	color: #fff;
	background: #ff2f00;
}
.ui-datepicker .ui-datepicker-header {
	padding: 3px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 1px;
	width: 40px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 100%;
}
.ui-datepicker-today .ui-state-default {
	background: #2a282d;
}
.ui-datepicker-calendar span {
	color: #f01b38;
}
div.wpcf7-mail-sent-ok {
	display: none !important;
}
.original-response {
	display: none;
	text-align: center;
}
.original-response .thumb {
	width: 61px;
	height: 47px;
	background: url(img/response-thumb.png) no-repeat center;
	margin: auto auto 65px;
}
.original-response h4 {
	font-weight: 500;
}
.package-info {
	display: inline-block;
	margin-right: 40px;
}
.package-info p {
	margin: 0;
	font-size: 17px;
}
.package-info p strong {
	color: #ff2f00;
}
.payment_redirection {
	font-family: 'Lato', 'sans-serif';
	color: #fe2e03;
}

input:focus, textarea:focus {
	outline: 0;
}

.form-title {
	position: relative;
	margin-bottom: 60px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.form-title a {
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	color: #838383;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form-title a i {
	margin-right: 10px;
}
.form-title a:hover {
	color: #fff;
}
.form-title.hide {
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
}
.form-title h1 {
	font-size: 22px;
	color: #838383;
}



/* ===========================
================= 5. Footer
=========================== */
footer {
	padding: 40px 0 20px;
}
footer .copyright p {
	font-size: 11px;
	color: #717171;
	line-height: 18px;
}
footer .sponsor a {
	background: url(img/madeby.png) no-repeat center;
	width: 134px;
	height: 29px;
}
footer .sponsor a:hover {
	opacity: 0.6;
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
}
.menu-drinks {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.menu-drinks.active {
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}
.menu-drinks .menu-drinks-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.menu-drinks .close {
	position: absolute;
	top: 0;
	text-align: center;
	left: 0;
	z-index: 100;
	width: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.8);
}
.logged-in .menu-drinks .close {
	top: 32px;
}
.menu-drinks .close a {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.menu-drinks .close a:after, .menu-drinks .close a:before {
	display: block;
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.menu-drinks .close a:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.menu-drinks .close a:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-drinks .close a:hover:after, .menu-drinks .close a:hover:before {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	-o-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}
.menu-drinks .menus {
	display: none;
}
.menu-drinks .menus.active {
	display: block;
}
.menu-drinks img {
	max-width: 100%;
	height: auto;
}


/* ===========================
================= 6. Responsive
=========================== */
@media screen and (max-width: 1250px) {
	.price {
		position: relative;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.book, .price-head {
		left: auto;
	}
}
@media screen and (max-width: 1200px) {
	.price {
		min-height: 500px;
	}
}
@media screen and (max-width: 991px) {
	.menu-drinks .menu-drinks-inner {
		width: 95%;
	}
	.price {
	    min-height: 450px;
	}
	.main-screen .row .c-3:first-child .price, .main-screen .row .c-3:nth-child(2) .price {
		min-height: 250px
	}
	.main-screen .form-screen {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	.c-8.offset-2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.main-screen .row.hide {
		display: none;
	}
	.main-screen .form-screen {
		display: none;
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.main-screen .form-screen.show {
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.main-screen .c-3 {
		width: 50%;
		margin-top: 50px;
	}
	.main-screen .c-3:first-child, .main-screen .c-3:nth-child(2) {
		margin-top: 0;
	}
	.price-description {
		padding-top: 10px;
	}
	.book {
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {
	.label_div {
		width: 10%;
	}
	.input_div {
		width: 90%;
	}
	.c-8 > .label_div {
		width: 14%;
	}
	.c-8 > .input_div {
		width: 86%;
	}
	.wpcf7 .c-4 {
		display: inline-block;
		float: left;
		width: 30%;
	}
	.c-4 > .label_div {
		width: 40%;
	}
	.c-4 > .input_div {
		width: 60%;
	}
	.wpcf7 .c-8 {
		display: inline-block;
		float: left;
		width: 70%;
	}
	header .headings h3 {
		font-size: 20px;
	}
	header .headings h3 br {
		display: none;
	}
	.nform #form_ul .input_cover {
		border: 1px solid #838383 !important;
		width: 100% !important;
		float: none !important;
	}
	.nform #form_ul #fe_1_1231 .input_cover, .nform #form_ul #fe_4_1231 .input_cover, .nform #form_ul #fe_4_1231 .cap_cover, .nform #form_ul #fe_1_1231 .cap_cover {
		width: 100% !important;
	}
	.fc-common input[type=date], .fc-common input[type=text], .fc-common input[type=email], .fc-common input[type=number], .fc-common input[type=password], .fc-common textarea {
		padding: 14px !important;
	}
	#form_ul li.inline2 .cap_cover, #form_ul li.inline3 .cap_cover, #form_ul li.inline4 .cap_cover, .nform #form_ul #fe_4_1231 .cap_cover {
		text-align: left !important;
	}
	.nform #form_ul .cap_cover {
		margin-bottom: 5px !important;
		width: 100% !important;
		top: auto !important;
	}
	.nform #form_ul>li {
		margin: 10px 0 !important;
		width: 100% !important;
	}
	.fc-common.nform textarea {
		height: 90px;
	}
	.main-screen .c-3 {
		width: 50%;
		display: inline-block;
		float: left;
	}
}
@media screen and (max-width: 640px) {
	.label_div, .input_div, .c-4 > .label_div, .c-4 > .input_div, .c-8 > .label_div, .c-8 > .input_div, .c-12 .label_div, .c-12 .input_div {
		top: 0;
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.form-title a {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.price .exclusive p {
		font-size: 14px;
	}
}
@media screen and (max-width: 520px) {
	.main-screen .c-3 {
		width: 100%;
		display: inline-block;
		float: none;
	}
	.main-screen .c-3:nth-child(2) {
		margin-top: 50px;
	}
}

@media screen and (max-width: 480px) {
	.package-info {
		display: block;
		margin: 0 0 30px;
	}
}