/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/*********
TYPE
*********/

h1, h2, h3{
	font-family: 'Euphoria Script', cursive;
	-webkit-font-smoothing: antialiased;
	color: #8e3f4d;
	font-weight: lighter;
}

h4{
	color: #180d0d;
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing: 1px;
	font-size: 17.69px;
	text-transform: uppercase;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	
}

p, ul p, ol p, .entry p{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	color: #474040;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	line-height: 22px;
}

a, li a, a.button, button{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

/**********************************************************************************
GENERAL
***********************************************************************************/	

.side-nav{
	display: none;
}

.bold{
	font-weight: bold;
}

body{
	background: url(images/escape-bg.jpg);
}

.col-full, #wrapper{
	max-width: 100% !important;
	padding: 0;
}	

.escape-wrapper{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	z-index: 1;
    position: relative;
}	

#rounded-button{
	background: #8e3f4d !important;
    width: 28px;
    height: 27px;
    border-radius: 100% !important;
    padding: 22px 18px 24px 28px;
}

#rounded-button:hover{
	background: #71313d !important;
}

a, a:link, a:visited{
	color: #8e3f4d;	
}

a:hover{
	color: #484747;
}

a.button, .button, body .submit, body input[type=submit], body input.button, body button.button, ::-webkit-file-upload-button, #commentform #submit, #comments .comment .reply a{
	background: #8e3f4d !important;
	padding: 5px 0 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 0 !important;
	
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    min-width: 159px;
}

a.button, .button, body input[type=submit]{
	background: #8e3f4d !important;
	border-radius: 0 !important;
}

a.button:hover, .button:hover, body .submit:hover, body input[type=submit]:hover, body input.button:hover, body button.button:hover, ::-webkit-file-upload-button:hover, #commentform #submit:hover, #comments .comment .reply a:hover {
    background: #484747 !important;
}

a.button:hover, .button:hover, body input[type=submit]:hover{
	background: #484747 !important;
}

#main #game-index{
    margin-top: 0 !important;
}

/***** Features *****/

#features{
	text-align: center;
}

#features li{
	display: inline-block;
	position: relative;
	vertical-align: top;

}

#features li:first-child{
	top: -22px;
	float: left;
}

#features li:last-child{
	float: right;
}

#features h3{
	font-size: 46px;
	margin-top: 0;
	margin-bottom: 7px;
}

#features p{
	font-size: 16px;
	color: #180d0d;
    position: relative;
    top: -9px;
}

/* Pulse animation */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.17);  background: #383636; }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
    animation-name: pulse;
}

.animated {
	animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/**** form ****/

form{
	text-align: left;
}

form .acceptance{
	color: #474040;
    font-weight: bold;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 1px;
	width: 100%;
    text-align: center;
}

form input, form textarea{
	border-radius: 0;
	margin-bottom: 20px;
	padding: 11px 2%;
	width: 96%;
	border: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	font-size: 13px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	text-transform: uppercase;
	color: #474040;
}

input[type="checkbox"]{
	margin-bottom: 0;
	width: inherit;
	display: inline-block;
	width: 15px !important;
	height: 15px;
	border-radius: 0;
	padding-left: 0;
	margin-left: 0;
}

form .form-button{
	float: none;
	width: 100%;
	display: block;
	margin-top: 20px;
	text-align: center;
}

form .form-button input[type=submit]{
	width: 277px;
	display: inline-block;
	padding: 9px 0 6px;
}

input[type="submit"]{
	background: #8e3f4d;
}

.acceptance, .form-button{
	display: inline-block;
}

div.wpcf7 img.ajax-loader, div.wpcf7-response-output{
	display: block;
}

input[type="submit"]{
	width: 100%;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;

}

/***** Header image ****/

.header-img{
	display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: -365px;
    height: 394px;	
}

.page #main h1{
	text-indent: -999999px;
}

/****** images *****/

.entry img, img.thumbnail, #portfolio .group.portfolio-img img{
	background: none;
	border: none;
}

.page .escape-wrapper, .archive .escape-wrapper, .single-product .escape-wrapper{
	margin-top: 110px;
}

.home .entry{
	margin-top: 0;
}

	

/*********
HEADER
*********/

#header{
	background: url(images/escape-bg.jpg);
	padding-left: 10px;
	padding-right: 10px;
	width: 77px;
	height: 241px;
	padding-bottom: 0;
	padding-top: 17px;
	margin: 0 auto;
	position: relative;
    z-index: 99;
}

#logo .site-title a{
	text-indent: -99999px;
	background: url(images/logo-3.svg) no-repeat;
	display: block;
    width: 115px;
    height: 112px;
}

/**** nav ****/

ul.nav li{
	float: none;
}

ul.nav li a{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #474040;
	padding: 0;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#navigation{
	background-color: transparent;
}

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a, #navigation ul.nav > li a:hover, #navigation ul.nav > li:hover{
	background-color: transparent;
	color: #8f3f4d;
}


/**********
INDEX
***********/

#index-img{
    background: url(images/index-img-4.jpg) no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 715px !important;
	margin-top: -319px;
}

#game-claim{
	width: 393px;
	margin: 0 auto;
}

.active-game, #game-claim #rounded-button, #rounded-button{
	display: inline-block;
}

.entry #rounded-button img{
	padding: 0;
}

#game-claim .active-game p, .second-border{
	border-bottom: 1px solid #a5a5a5;
	display: block;
}

.active-game{
	width: 76.4%;
	top: -23px;
	
}

#game-claim .active-game p{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 8px;
    color: #180d0d;
    text-align: left;
}

#game-claim .active-game p a{
	float: right;
}

.second-border{
	height: 5px;
}

#game-claim .rounden-button, .active-game{
	position: relative;
	vertical-align: middle;
}

#game-claim #rounded-button{
	margin-left: 8px;
}

#game-claim h2{
	font-size: 65.77px;
	color: #8e3f4d;
    font-weight: lighter;
    margin-top: -14px;
    margin-bottom: 10px;
}

#game-claim p{
	font-size: 16px;
	color: #1e1f20;
	margin-top: 3px;
	line-height: 19px;
	text-align: left;
}

#game-claim p.bold{
	font-size: 17px;
	margin-top: 10px;
}

#game-claim a.button{
	width: 100%;
	margin-top: 20px;
}

.home .escape-wrapper-features{
	margin-top: 205px;
}

#target{
	margin-top: 114px;
}

#target li{
	float: left;
	position: relative;
	vertical-align: top;
	height: 546px;
	margin: 0 !important;
	width: 25%;
	overflow: hidden;
}

#target li:last-child{
	float: right;
}

#target li.parejas{
	background: url(images/couple.jpg) no-repeat;
	background-size: cover;
	background-position: 34% 0;
}

#target li.familias{
	background: url(images/family.jpg) no-repeat;
	background-size: cover;
	background-position: 40% 0;
}

#target li.empresas{
	background: url(images/business.jpg) no-repeat;
	background-size: cover;
	background-position: 93% 0;
}

#target li.regalos{
	background: url(images/regalo.jpg) no-repeat;
	background-size: cover;
    background-position: 43% 0;
}

#target li a.advise-button{
	pointer-events: all;
	margin-top: 426px;
    display: block;
    width: 60%;
    text-decoration: none;
    cursor: pointer;
}

#target li h4{
	background: url(images/escape-bg.jpg);
	padding: 12px 20px 8px 0;
	text-align: right;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: width 1s ease-in-out, height 4s ease-in-out, margin-top 0.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, height 4s ease-in-out, margin-top 0.5s ease-in-out;
}

#target li h4:after{
	content: ".";
    color: #8e3f4d;
    background: #8e3f4d;
    position: absolute;
    -webkit-transform: skewx(-13deg);
    -ms-transform: skewx(-13deg);
    transform: skewx(-13deg);
    height: 100%;
    z-index: 99;
    right: -5px;
    width: 9px;
    bottom: 0px;
    transition: width 0.5s ease-in-out, height 4s ease-in-out, margin-top 0.2s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, height 4s ease-in-out, margin-top 0.2s ease-in-out;
}


#target li a:hover h4:after{
	transition: width 0.7s ease-in-out, height 4s ease-in-out, margin-top 0.5s ease-in-out;
    -webkit-transition: width 0.7s ease-in-out, height 4s ease-in-out, margin-top 0.5s ease-in-out;
    width: 120%;
    z-index: -1;
    top: 0px;
}

#target li a:hover h4{
	color: #fff;
	z-index: 9999999;
}

#target li p{
    color: #fff;
}

.hidden-text span{
    background: url(images/close.png) no-repeat;
    width: 100%;
    opacity: .8;
    height: 22px;
    display: inline-block;
    margin-bottom: 26px;
    cursor: pointer;
}

.hidden-text{
	padding: 15%;
	display: none;	
	background-color: rgba(142, 63, 77, 0.77);
	width: 70%;
	height: 1000%;
	position: absolute;
	cursor: default;

}

#target .hidden-text h3{
	font-size: 45px;
	color: #fff;
	margin-bottom: 15px;
}

#target .hidden-text a.button{
	border: 1px solid #fff;
	margin-top: 15px;
	background: transparent !important;
	width: 100%;
	min-width: 0;
}

#target .hidden-text a.button:hover{
	border-color: #484747;
	background: #484747 !important;
}

#target .hidden-text p{
	font-size: 19px;
	margin-bottom: 15px;
}


#reserva-claim{
	margin: 105px 0;
	display: inline-block;
    width: 100%;
}

#reserva-claim p{
	color: #180d0d;
	font-size: 17px;
}

#reserva-claim h2{
	font-size: 77px;
	margin-top: 0;
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 50px;
}

#reserva-claim img{
	background: url(images/escape-bg.jpg);
    position: relative;
    display: block;
    margin: -52px auto 0;
    padding: 0 7px;
}

#reserva-claim .button{
	width: 277px;
	margin-top: 26px;
	padding: 7px 0 5px;
	font-size: 15px;
}

div.dark_square .pp_close {
    background: none;
    background: url(images/close.png) no-repeat;
    width: 22px;
    opacity: .8;
    height: 22px;
}

div.pp_pic_holder {
    z-index: 99999999;
}

div.pp_overlay{
	z-index: 9999999;
}

/*******
FOOTER
*******/

#TA_selfserveprop518, #CDSWIDSSP{
	max-width: 100%;
	width: 100% !important;
}

/*** form ***/

#footer{
	background: url(images/footer-bg.jpg);
	margin-top: 60px;
	padding: 10px 0 40px;
}	

#footer input::-webkit-input-placeholder, #footer textarea::-webkit-input-placeholder{
	text-transform: uppercase;
	color: #fff;
}

#footer form input, #footer form textarea{
	background: rgba(255, 255, 255, 0.21);
	color: #fff;
}

#footer form .acceptance{
	width: inherit;
    text-align: left;
    color: #fff;
}


#footer form .acceptance a{
	color: #8e3f4d !important;
    font-weight: bold;
}

#footer input, #footer textarea{
	width: 96%;
}

#footer input[type="checkbox"]{
	width: inherit;
	display: inline-block;
}

#footer input[type="submit"]{
	width: 100%;
	padding: 7px 0;
}

#footer textarea{
	height: 97px;
}

#footer .col-left input[type="submit"]{
	background: #8e3f4d;
}

#footer form .acceptance{
	margin-right: 22px;
}

#footer .form-button{
	float: right;
    width: 193px;
    margin-top: -7px;
    right: 0;
}

/*** data ***/

#escape-data{
	text-align: left;
}

#escape-data p{
	color: #fff;
}

p.street, p.phones, .escape-copy{
	padding-bottom: 18px;
	border-bottom: 1px solid #4e4e4e;	
	margin-bottom: 18px;
}

#escape-data p.phones a{
	font-size: 23px;
	color: #fff;
}

p.street, p.phones{
	font-size: 18.23px;
	font-weight: bold;
	text-transform: uppercase;
}

.escape-copy img, .escape-copy p{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.escape-copy img{
	margin-right: 10px;
}

.escape-copy p span{
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 16px;
}

.escape-copy p span:first-child{
	font-size: 16px;	
}

#escape-data ul li{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;

}

#escape-data ul li p{
	margin: 0 4px 0 0;
}

#escape-data ul li a{
	color: #fff;
	letter-spacing: 1px;
	font-weight: lighter;
}

#escape-data ul.social-footer{
	margin-top: 20px;
}

#escape-data ul.social-footer li{
	margin-right: 10px;
}

#footer .col-left, #footer .col-right{
	width: 45%;
	position: relative;
    top: -20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#footer .col-left{
	margin-right: 7%;
}

/**
#footer:before{
    content: ".";
    color: #8e3f4d;
    background: url(images/footer-bg.jpg);
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    height: 228px;
    z-index: 0;
    width: 100%;
    bottom: 9%;
}
*/


/*********
JUEGO
*********/

#juego-img{
	background: url(images/juego-img-2.jpg) no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}	

#juego-claim h2{
    font-size: 87px;
    margin-bottom: 29px;
    padding-top: 2px;
    border-top: 1px solid #a5a5a5;
    display: inline-block;
    margin-top: -11px;
}

#juego-claim p{
    text-align: left;
    margin-bottom: 14px;
    font-size: 18px;
    letter-spacing: 1.3px;
    line-height: 24px;
}

#juego-claim .button {
    width: 268px;
    margin-top: 26px;
    padding: 7px 0 5px;
    font-size: 15px;
}

#juego-claim p:last-child{
	margin-bottom: 0;
}

#juego-claim img{
	width: 119px;
}

p.juego-activo{
    font-size: 15.25px;
    color: #180d0d;
    font-weight: bold;
    background: url(images/escape-bg.jpg);
    width: 250px;
    margin: 10px auto 0;
    z-index: 9999999;
    position: relative;
}

#juego-claim p.juego-activo{
	text-align: center;
	font-size: 16px;
}

p.masjuegos{
    font-size: 14px;
    color: #180d0d;
    font-weight: bold !important;
    background: url(images/escape-bg.jpg);
    width: 350px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 10px auto 0;
    z-index: 9999999;
    position: relative;
}

#masjuegos-claim p.masjuegos{
	text-align: center;
	font-size: 18px;
}


.yendifplayer .yf-skin .yf-poster{
	background-size: cover;
}

.yendifplayer.black video, .yendifplayer.black.playlist-bottom audio, .yendifplayer.black object, .yendifplayer.black iframe, .yendifplayer.black .yf-skin .yf-poster, .yendifplayer.black .yf-skin .yf-screen{
	background-color: none;
}

.escape-wrapper .yendifplayer .yf-skin a:last-child{
	opacity: 0 !important;
}

#video-info{
	margin-top: 75px;
}

#faqs-claim{
	margin-top: 75px;
}

#faqs-claim h2{
	font-size: 87px;
    margin-top: 0;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 50px;
    margin-bottom: 0;
}

#faqs-claim img{
	background: url(images/escape-bg.jpg);
    position: relative;
    display: block;
    margin: -60px auto 0;
    padding: 0 7px;
}

.shortcode-toggle.closed h4 a{
	background-image: url(images/open-arrow.svg);
}

.shortcode-toggle h4 a{
	background: transparent url(images/close-arrow.svg) no-repeat 30px center;
}

.shortcode-toggle h4 a{
    padding: 6px 0 6px 87px;
    text-align: left;
    font-size: 21.5px;
    color: #393434;
    text-decoration: none;
    letter-spacing: 1.7px;
}

.shortcode-toggle.border{
	border: none;
}

.shortcode-toggle .toggle-content {
    padding: 20px 36px;
    background: transparent;
    text-align: left;
    color: #393434;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    letter-spacing: 1.7px;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
}

.shortcode-toggle {
    margin: 0 0 1.2em;
    padding: 46px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdede !important;
}

.shortcode-toggle.open{
    background: rgba(236, 234, 234, 0.5);
    padding-bottom: 30px;
    padding-top: 46px;
}

.inside-wp-toogle{
	margin-top: 30px;
}

.inside-wp-toogle .shortcode-toggle:first-child.open{	


}

.inside-wp-toogle div.shortcode-toggle:last-child{
	border-bottom: none !important;
}

/*********
RESERVA
*********/

#reserva-page-claim h2{
	font-size: 80px;
	margin-bottom: 0;
}

#reserva-page-claim p{
	margin-bottom: 0;
	border-bottom: 1px solid #a5a5a5;
    padding-bottom: 31px;
}

#reserva-img{
	background: url(images/reserva-header.jpg) no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#reserva-page-claim .button {
    width: 600px;
    margin-top: -19px;
    padding: 7px 0 5px;
    font-size: 15px;
    overflow: visible;
    position: relative;
    top: -10px;
}

#reserva-page-claim p:after{
    content: "";
    background-image: url(images/escape-bg.jpg);
    width: 354px;
    height: 20px;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 40px;
}


.arrow_box {
	position: relative;
	background: #8e3f4d;
	border: 1px solid #8e3f4d;

}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, border-top-color;
    transition-property: color, border-top-color;
}

.arrow_box:after {
	border-color: rgba(142, 63, 77, 0);
	border-top-color: #8e3f4d;
	border-width: 18px;
	margin-left: -18px;
}
.arrow_box:before {
	border-color: rgba(142, 63, 77, 0);
	border-top-color: #8e3f4d;
	border-width: 19px;
	margin-left: -19px;
}


#reserva-page-claim .arrow_box:hover:after, #reserva-page-claim .arrow_box:hover:before{
	border-top-color: #484747;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, border-top-color;
    transition-property: color, border-top-color;
}


.page-template-template-reserva #features{
	margin-top: 50px;
}

.page-template-template-reserva #features li{
	position: inherit;
}

.single-product .images{
	display: none;
}

.woocommerce .summary{
	width: 100%;
}

.cart .button{
	width: 300px;
	padding: 8px;
	margin-top: 30px;
}

.wc-bookings-date-picker .ui-datepicker-header{
	background-color: #1e1e1e;
	background-image: none;
	border: none;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev{
	background: #8e3f4d;
}

.ui-datepicker-header .ui-datepicker-prev{
	opacity: 10;
}

.ui-datepicker-next.ui-state-hover, .ui-datepicker-prev.ui-state-hover{
	background: #424040 !important;
}

.ui-datepicker-calendar tr th{
	text-align: center;
}

.entry table{
	border: none;
}

.woocommerce .summary form{
	border: none;
}

.summary .product_title{
	display: none;
}

#calendar #contacto-form h3{
	border-top: none !important;
}

.woocommerce .summary form{
	padding: 0;
}

.woocommerce{
	margin-top: 55px;
}

.wc-bookings-booking-form {
    border: 1px solid #ddd;
    padding: 3em;
    margin: 0 0 1em;
}

.cart{
	text-align: center;
}

.cart .wc-bookings-booking-form{
	text-align: left;
}

.woocommerce-cart #content, .woocommerce-checkout #content{
	max-width: 960px !important;
	margin: 0 auto;
	text-align: center;
	clear: both;
	z-index: 99999;
    position: relative;
}

.woocommerce-checkout form input.input-text , .woocommerce-checkout form textarea{
    font-size: 17px;
    padding: 4% 2%;
}

.woocommerce-checkout form input[type="radio"]{
	padding: 5px;
	width: inherit;
}

.woocommerce-cart .entry, .woocommerce-cart .woocommerce, .woocommerce-checkout .entry, .woocommerce-checkout .woocommerce{
	margin-top: 0;
}

.cart_totals  h2{
	font-size: 64px;
    text-align: right;
    margin-bottom: 10px !important;
}

.wc-proceed-to-checkout{
	text-align: right;
}

table.cart a.remove{
	height: inherit;
	width: inherit;
	font-size: 27px;
	padding: 4px 10.5px;
	background: #8e3f4d;
}

table.cart a.remove:hover{
	background: #484747;
}

.cart_item td.product-thumbnail, .shop_table th.product-thumbnail{
	display: none;
}

.product-name dd p{
	background: #efefef;
	font-weight: bold;
    padding: 6px 3px;
}

.product-name dt{
	margin-top: 5px;
}

.entry table td.product-remove{
	text-align: center;
}

.shop_table .button{
	margin-top: 0;
}

#coupon_code{
	background: #efefef;
}

.woocommerce-checkout h3{
	font-size: 37px;
}

.cart_item td.product-name a{
	pointer-events: none;
}

.entry .block-picker li{
	list-style: none;
}

.summary button{
	
}

#regalo-img{
	background: url(images/regalo-header.jpg) no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}


.tax-product_cat.woocommerce, .single.woocommerce{
	margin-top: 0;
}


.tax-product_cat #header{
	
}

.tax-product_cat h1.page-title{
	font-size: 80px;
    font-family: 'Euphoria Script', cursive;
    -webkit-font-smoothing: antialiased;
    color: #8e3f4d;
    font-weight: lighter;
}

.tax-product_cat .woocommerce-result-count, .tax-product_cat .woocommerce-ordering, .tax-product_cat a.add_to_cart_button{
	display: none !important; 
}

.tax-product_cat .products{
	margin-top: 45px;
}

.tax-product_cat .woocommerce-LoopProduct-link h3, .single-product.woocommerce .woocommerce-LoopProduct-link h3{
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: left;
    font-size: 1.3em;
}

.tax-product_cat .price, .single-product.woocommerce ul.products li.product .price{
	text-align: left;
	margin-top: 15px;
	font-size: 20px;
}

.single-product .escape-wrapper{
	text-align: left;
}

.single-product.woocommerce .summary p.price{
	font-size: 2.5em;
}

.single-product.woocommerce .cart .button{
	margin-top: 0;
	display: block;
}

.single-product.woocommerce .voucher-fields td{
	display: block;
}

.single-product.woocommerce .summary .quantity:before{
    content: "Cantidad";
    display: block;
    width: 100%;
    margin-top: -26px;
    font-weight: bold;
    margin-bottom: 6px;
}

.single-product.woocommerce .voucher-fields {
    margin-bottom: 2em;
}

.single-product.woocommerce .summary .quantity{
	margin-right: 0;
}

.single-product.woocommerce .products a.add_to_cart_button{
	display: none;
}

.single-product.woocommerce .related h2{
	font-size: 40px;
}


/***********
CONTACTO
***********/

#locate-claim{
	margin-top: 75px;
}

#locate-claim h2{
	font-size: 87px;
    margin-top: 0;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 50px;
    margin-bottom: 0;
}

#locate-claim img{
	background: url(images/escape-bg.jpg);
    position: relative;
    display: block;
    margin: -60px auto 0;
    padding: 0 20px;
}

#locate-claim p{
	text-align: left;
	margin-top: 58px;
	font-size: 18px;
}	

.page-template-template-contacto .header-img {
    height: 713px;
}

.page-template-template-contacto .entry {
    margin-top: 425px;
}

#contacto-form h3{
	font-size: 70px;
	margin-bottom: 0;
	border-top: 1px solid #a5a5a5;
    padding-top: 31px;
    margin-top: 30px;
}

#contacto-form a.button{
	width: 277px;
    margin-top: -19px;
    padding: 7px 0 5px;
    font-size: 15px;
    margin-top: 20px;

}

#reserva-form form .acceptance{
    color: #6b6565;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

h3#vinyl{
	font-size: 70px;
    margin-bottom: 0;
    border-top: 1px solid #a5a5a5;
    padding-top: 31px;
    margin-top: 30px;
}

/**********
MAP
**********/
    

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
   
   background: transparent;
    position: relative;
    width: 100%;
    height: 560px;
    top: 560px;
    margin-top: -560px;
}

#map-bg{
	z-index: 1;	
}

#map-bg .overlay{
    position: absolute;
    height: 713px;
}

body.error404 #content, body.page-id-113 #content{
	max-width: 960px !important;
    margin: 0 auto;
    text-align: center;
    clear: both;
    z-index: 99999;
    position: relative;

}

body.error404 #content h1{
	font-size: 50px;
}

#payment li.payment_method_redsys p:before{
    content: "";
    background: url(images/locked.svg);
    display: inline-block;
    width: 26px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}

.page-id-62 .woocommerce h2{
	font-size: 50px;
}

/* MEDIA STYLES
-------------------------------------------------------------------------------------------------------------
 */
 
 @media only screen and (min-width: 768px) and (max-width: 900px){

#features h3{
	font-size: 35px;
	line-height: 23px;
    margin-bottom: 20px;
    margin-top: 22px;
}

#features li{
	width: 31%;
}	

#target .hidden-text h3 {
    font-size: 43px;
} 
	 
	 
 }


@media only screen and (max-width: 970px){

#footer .col-left, #escape-data{
	width: 100%;
	margin-top: 60px;
    padding: 0 8%;
    width: 84% !important;	
}

#footer {
    padding: 0;
}

#escape-data{
	margin-bottom: 80px;
}

#footer .col-left{
	margin-right: 0;
	padding-top: 40px;
}

.woocommerce-cart #content, .woocommerce-checkout #content{
	width: 90%;
}

#footer .escape-wrapper{
	margin-top: 0;
}

}


@media only screen and (max-width: 980px){
	#inner-wrapper{
		padding: 0;
	}
	
	.escape-wrapper{
		padding: 0 1em;
	}
}


/* DESKTOP STYLES
-------------------------------------------------------------------------------------------------------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */


@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

#navigation .menus {
    position: relative;
    clear: none;
    display: inherit;
    margin: 0 auto;
    width: 77px;
    text-align: center;
    height: 120px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

#navigation .menus:before{
	content: ".";
    color: #8e3f4d;
    background: #8e3f4d;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(6deg);
    height: 18px;
    z-index: 99;
    width: 90%;
    left: 0;
    bottom: -14px;
}

#navigation ul {
    margin-bottom: 0;
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: 77px;
}

#navigation{
	margin-top: -120px;
}

#to-maps, #map-index h2{
	display: none;
}

.home #footer {
   margin-top: -45px !important;
}

.woocommerce-cart .header-img, .woocommerce-checkout .header-img{
	height: 274px;
}

#game-claim #rounded-button {
    margin-left: 3%;
    top: -10px;
    position: relative;
}

.active-game {
    width: 74.4%;
}

.home #features li:nth-child(2) img{
	height: 99px;
}

.home #features li{
	width: 29%;
}

.home #features li:nth-child(3){
	margin-top: -16px;
}

.hidden-text {
    padding-top: 35%;
}

ul.products li.product{
	width: 16.95%;
}

ul.products li.product.first{
	clear: none;
}

ul.products li.product.last {
    margin-right: 3.8%;
}

ul.products li.product:last-child{
	margin-right: 0;
}
	
}



/* MAX 768PX
-------------------------------------------------------------------------------------------------------------
*/

@media only screen and (max-width: 767px){
	
#wrapper #main h2{

}

#header {
    background: url(images/escape-bg.jpg);
    width: 97px;
    height: 150px;
    padding-bottom: 0;
    padding-top: 17px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 63px;
    position: relative;
    top: -64px;
}

#logo{
	padding-left: 10px;
    padding-right: 10px;
    height: 150px;
    overflow-y: hidden;
}

#logo:before {
	content: ".";
    color: #8e3f4d;
    background: #8e3f4d;
    position: relative;
    right: 0;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(6deg);
    height: 9px;
    z-index: 99;
    width: 176px;
    left: -12px;
    bottom: -150px;
    display: block;
}

#logo .site-title a{
	position: absolute;
}

.nav-toggle{
	background: none;
	border: none;
}

.nav-toggle a{
	display: none;
}

.nav-toggle:before{
    border-right: none;
    font-size: 41px;
    position: absolute;
    z-index: 9999;
    padding: 0;
    margin: 0 auto;
    top: 125px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    text-shadow: none;
}

.page-template-template-reserva .nav-toggle:before, .page-template-template-biz .nav-toggle:before{
	color: #8e3f4d;
}

#index-img{
	height: 245px !important;
	margin-top: -250px;
}

.escape-wrapper {
    padding: 0 8%;
    width: 84%;
}

#main #game-index{
	padding: 0;
	background: #8e3f4d;
	width: 100%;	
	position: relative;
    top: -5px;
}

#game-claim{
    width: 84%;
    padding: 48px 8% 55px;
}

#game-claim h2, #game-claim p{
	color: #fff !important;
}

#game-claim .active-game p, .second-border{
	border-color: #fff;
}

#game-claim p{
	font-weight: bold;
}

.active-game {
    width: 79.4%;
    margin-right: 0%;
    top: 5px;
    float: left;
}

#game-claim #rounded-button {
    margin-left: 0;
    float: right;
}

#game-claim h2{
    margin-top: -4px;
    display: inline-block;
    width: 100%;
	font-size: 5.9em;
	text-align: left;
} 

#game-claim a.button{
	border: 1px solid #fff;
}  

#game-claim a.button:hover{
	border-color: #484747;
	-webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
} 

.home #main .escape-wrapper-features{
	margin-top: 70px;	
}

#features li:first-child, #features li:last-child{
	float: none;
}

#features li{
	margin-bottom: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: block;
	position: inherit;
}

#features li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

#target {
    margin-top: 70px;
}

#target li{
	float: none;
	width: 100%;
	display: block;
	margin: 0;
	height: 300px;
}

#target li a.advise-button{
	margin-top: 170px;
}

#target li a {
    pointer-events: all;
    margin-top: 215px;
}  

#reserva-claim{
	margin: 74px 0;
}  

#reserva-claim p{
	margin-bottom: 35px;
}

#reserva-img {
    background-position: 50% 50%;
}

#navigation{
	width: 80%;
	padding: 25px 10%;
	margin-bottom: 0;
}

#navigation h3{
	display: none;
}

#navigation .nav-home{
	display: none;
}

#navigation .nav-close{
	left: 0;
	margin-left: 12.5%;
	border-radius: 0;
	top: -64px;
	padding-bottom: 28px;
	background: #8e3f4d;
}

#navigation .nav-home:before, #navigation .nav-close:before, #navigation ul.rss li a:before, #navigation ul.cart a.cart-contents:before, #navigation ul.nav-search a.search-contents:before{
	top: 19px;
}

ul.nav li a{
	padding-bottom: 15px !important;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

#wrapper #main #juego-claim h2, #wrapper #main #reserva-claim h2 {
    line-height: 61px;
    padding-top: 40px;
    margin-bottom: 16px;
    font-size: 87px;
}

#wrapper #main #juego-claim h2 {
    line-height: 69px;
    font-size: 90px;
}

#footer .col-left, #footer .col-right{
	top: 0;
}

#reserva-page-claim h2, .tax-product_cat h1 {
	line-height: 70px;
	padding-bottom: 30px;
}

.page-template-template-reserva #features{
	padding: 0;
}

#map-bg .overlay, #map-bg iframe, #map-index .overlay, #map-index iframe{
	display: none;
}

#map-bg{
	background: url(images/contacto-index-img.jpg) no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 43% 50% !important;
	height: 401px;
}

#map-index{
	background: url(images/contacto-img-2.jpg) no-repeat;	
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 64% 80% !important;
	height: 401px;
}

#map-index{
	text-align: center;
}

#map-index #to-maps{
	width: 277px;
    margin-top: 26px;
    padding: 9px 0 7px;
    font-size: 14px;
    margin-top: 20px;
}

#map-index h2{
	padding-top: 135px;
	display: block;
	color: #fff;
	font-size: 50px;
}

.page-template-template-contacto .entry {
    margin-top: 158px;
}

#map-bg{
	text-align: center;
}

#to-maps{
    position: relative;
    z-index: 999999999;
    display: inline-block;
    width: 300px;
    margin-top: 280px;
    padding: 11px 0 8px;
    font-size: 15px;
}

.header-img{
    margin-top: -297px;
}

.page .escape-wrapper, .archive .escape-wrapper, .single-product .escape-wrapper {
    margin-top: 153px;
}

.woocommerce-cart .entry, .woocommerce-checkout .entry{
	margin-top: 80px;
}

.home #rounded-button {
    background: #65333b !important;
}

.home #wrapper #footer {
    margin-top: -47px;
} 

#footer {
    padding: 0;
}  

#contacto-form h3{
	font-size: 60px;
	line-height: 66px;
    margin-bottom: 15px;
}

#game-claim .active-game p a{
	color: #fff;
}

#footer .escape-wrapper{
	margin-top: 0;
}


}

@media only screen and (max-width: 610px){
	
#footer .form-button {
    float: none;
    width: 100%;
    margin-top: 22px;
    right: 0;
}

#escape-data{
	margin-top: 0;
}

#TA_selfserveprop518, #CDSWIDSSP{
	margin-bottom: 40px;
}

}


@media only screen and (max-width: 540px){
#game-claim h2{
	font-size: 4.3em;
}	

#game-claim h2{
	margin: 0 0 7px !important;
} 

.active-game {
    width: 65.4%;
}

#content #main #juego-img{
	background-position: 64% 80% !important;
}

.header-img{
	height: 325px;
}

.page .escape-wrapper, .archive .escape-wrapper, .single-product .escape-wrapper {
    margin-top: 78px;
}

.woocommerce-cart .entry, .woocommerce-checkout .entry{
	margin-top: 20px;
}

.page-template-template-contacto .entry {
    margin-top: 158px;
}

.home #wrapper #footer {
    margin-top: -47px !important;
}

#calendar #contacto-form h3{
	font-size: 51px;
}

table.cart td.actions .coupon{
	width: 100%;
	margin-bottom: 20px;
}

.wc-proceed-to-checkout .checkout-button{
	width: 100%;
}

/*
div.pp_pic_holder{
	width: 100% !important;
    left: 0 !important;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

#pp_full_res iframe, .pp_content{
	width: 100% !important;
}
*/

.pp_expand{
	display: none !important;
}
	

}

@media only screen and (max-width: 450px){
	
#locate-claim h2 {
    font-size: 71px;
}

#game-claim .active-game p{
	font-size: 11px;
}
	
}

@media only screen and (max-width: 424px){

.single-product.woocommerce .voucher-fields {
    margin-bottom: 2em;
    width: 96%;
    text-align: left;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button{
	width: 100% !important;
}

.single-product.woocommerce .summary .quantity {
    margin-bottom: 14px;
}
	
}

@media only screen and (max-width: 400px){
	
#juego-img{

    background-position: 50% 50% !important;	
}


#wrapper #main #reserva-claim h2 {
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 66px;
    font-size: 72px;
    margin-bottom: 0;
}

#wrapper #main #juego-claim h2{
    line-height: 60px;
    padding-bottom: 25px;
    font-size: 82px;
    margin-bottom: 0;	
}	

#wrapper #main #faqs-claim h2{
	line-height: 64px;
	padding-bottom: 85px;
}

#game-claim h2{
	font-size: 40px;
	position: relative;
    top: -20px;
}

#game-claim h2 span{
	display: block;
	font-size: 65px;
}

.status-publish{
	
}

.home #footer {
    margin-top: -67px !important;
}

.home #escape-data{
	margin-top: 0;
}


#escape-data{
	margin-top: 40px;
}

#footer {
    margin-top: 0 !important;
}

#reserva-page-claim h2, .tax-product_cat h1.page-title {
    line-height: 50px;
    padding-bottom: 20px;
    font-size: 58px;
}

#reserva-form .form-button input[type=submit], #reserva-page-claim .button{
	width: 100%;
}

#contacto-form h3{
	font-size: 50px;
	line-height: 50px;
}

#regalo-img {
    background-position: -63px 50px;
}

	

}

@media only screen and (max-width: 374px){

#game-claim h2{
	font-size: 40px;
	position: relative;
    top: -20px;
}

#game-claim h2 span{
	display: block;
	font-size: 55px;
}

#wrapper #main #faqs-claim h2{
	line-height: 54px;
    padding-bottom: 70px;
    font-size: 78px;
}

#wrapper #main #juego-claim h2{
	font-size: 72px;
	line-height: 55px;
}

#reserva-page-claim h2{
	font-size: 50px;
	padding-bottom: 17px;
}

#locate-claim h2 {
    font-size: 61px;
}

}

@media only screen and (min-width: 424px){

.single-product.woocommerce .voucher-fields {
    margin-bottom: 2em;
    width: 340px !important;
    text-align: left;
}

}

/** Reservas Pinpoint */

.page-id-11 .woocommerce-Price-amount, .page-id-11 table.variations, .page-id-11 .stock, .page-id-11 .sku_wrapper  {
	display: none;
}

.postid-407 .woocommerce-Price-amount, .postid-407 table.variations, .postid-407 .stock, .postid-407 .sku_wrapper  {
	display: none;
}
