/* Calendarize.it Woo Tickets */
.rhc-woo-holder {
    box-sizing: border-box;
    position: relative;
    border-radius: 1px;
    padding: 0 0 52px;
    font-family:'Lato', sans-serif;
	display: table;
    width: 100%;
}

.rhc-woo-holder * {
    box-sizing:border-box;
}

.rhc-woo-holder .rhc-woo-title {
    font-size:21px;
    font-weight: normal;
    font-family:'Lato', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: inherit;

    display: table;
    width: 100%;
    border: none;
    margin: 0;
    padding: 10px 15px;
}

.rhc-woo-holder .rhc-woo-title label.fe-extrainfo-label {
    font-size: 21px;
    font-weight: normal;
}

.rhc-woo-holder > .rhc-woo-row {
    display: table;
    width: 100%;
    border: none;
    margin: 0;
    padding: 8px 10px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #ebebeb;
	position:relative;
}

.rhc-woo-holder .rhc-woo-row.rhc-woo-soldout {
    position: relative;
}

.rhc-woo-holder .rhc-woo-row.rhc-woo-soldout:after,
.rhc-woo-holder .rhc-woo-row.rhc-woo-soldout.rhc-woo-nosales:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #c0392b;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,.2) 25px, rgba(255,255,255,.2) 50px);
    opacity: .5;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rhc-woo-holder .rhc-woo-row.rhc-woo-nosales:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #BBBBBB;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,.2) 25px, rgba(255,255,255,.2) 50px);
    opacity: .5;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rhc-woo-cel {
    font-size: 15px;
    display: table-cell;
    width: 20%;
    padding: 10px 0 10px 1px;
    vertical-align: middle;
	line-height: 1.3;
}

.rhc-woo-cel:first-child {
	width: 25%;
}

.rhc-woo-cel:nth-child(2) {
    width: 25%;
}

.rhc-woo-cel:nth-child(3) {
    width: 11%;
    text-align: center;
}

.rhc-woo-cel:nth-child(4) {
    text-align: center;
	width: 11%;
}

.rhc-woo-cel:nth-child(5) {
    text-align: center;
	width: 11%;
}

.rhc-woo-cel:last-child {
    font-size: 12px;
    text-align: center;
}

.rhc-woo-holder .rhc-woo-row.rhc-woo-header {
    font-weight: bold;
	border-top:0;
}

.rhc-woo-row.rhc-woo-header .rhc-woo-cel {
	
}

.rhc-woo-header .rhc-woo-cel:nth-child(3) {
    font-size: 15px;
}

.rhc-woo-header .rhc-woo-cel:nth-child(4) {
    font-size: 15px;
}

.rhc-woo-header .rhc-woo-cel:last-child {
    font-size: 15px;
}

.rhc-woo-head-no-availability .rhc-woo-cel:first-child {
    width: 25%;
}

.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(2) {
    width: 25%;
}

.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(3) {
    width: 15%;
}

.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(4) {
    width: 15%;
}

.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(5) {
    width: 15%;
}

.rhc .rhc-woo-row .quantity.buttons_added > input {
    display: none;
}

.rhc-woo-date-end > div {
    display: inline-block;
}

.rhc-woo-date-end > div.rhc-woo-date {
    margin-right: 10px;
}

.rhc-woo-holder > .rhc-woo-row select[name="amount"] {
    border: none;
    background-color: #3498db;
    color: #fff;
    padding: 5px 20px 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.rhc-woo-donation-options {
    position:relative;
    height: 37px;
	float:right;
}

.rhc-woo-donation-options:after {
    content:"";
    border-width:6px 5px 5px;
    border-style:solid;
    border-color:#000 transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 6px;
    pointer-events: none;
}

.rhc-woo-donation-options select {
    -webkit-appearance: none;
	-moz-appearance:none;
	-ms-appearance:none;
    background-color:#bdc3c7;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    padding: 4px 20px 4px 6px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    outline:none;
    transition:.25s linear;
}

.rhc-woo-donation-options select:hover,
.rhc-woo-donation-options select:focus,
.rhc-woo-donation-options select:active {
    outline:none;
}

.rhc-woo-holder button.btn_rhc_woo_add_to_cart {
    display: block;
    margin: 0px;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #3498db;
    background-image: none;
    border: 0;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-transform: initial;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.45s ease-in-out, color .1s linear, margin .2s linear;
    transition: 0.45s ease-in-out, color .1s linear, margin .2s linear;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    bottom: 10px;
    right: 15px;
	max-width:100%;
	outline:none;
}
.rhc-woo-holder button.btn_rhc_woo_add_to_cart:hover {
   background-color: #5dade2; 
}

.rhc-woo-holder .rhc-woo-row button.btn_rhc_woo_add_to_cart {
    display: none;
}

.rhc-woo-row .rhc-woo-cel .rhc-woo-cel-label {
    display: none;
}

/* Show/Hide Info*/
.rhc-woo-cel-desc {
    display: table-caption;
    caption-side: bottom;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    overflow: hidden;
    padding: 15px;
	transition: .45s ease-in-out;
}

.rhc-woo-cel-desc .rhc-woo-cel-desc-text {
    font-size: 15px;
    transition: .45s ease-in-out;
    display: block;
    z-index: -1;
}

.rhc-woo-cel-desc.rhc-woo-desc-hide .rhc-woo-cel-desc-text {
    max-height:0;
    opacity:0;
    transform: translateY(-100%);
    overflow: hidden;
}

.rhc-woo-cel-desc.rhc-woo-desc-show .rhc-woo-cel-desc-text {
	max-height:1000px;
	opacity:1;
	transform:translateY(0%);

}

.rhc-woo-desc-btn-group {
    display: block;
	padding: 5px 0;
}

.rhc-woo-cel-desc a.rhc-woo-btn-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-shadow: none;
    text-decoration: none;
    border: 0;
    transition: .45s ease-in-out;
	box-shadow: none;
}

.rhc-woo-cel-desc.rhc-woo-desc-hide a.rhc-woo-btn-desc.rhc-woo-btn_show_details {
    display: block;
}

.rhc-woo-cel-desc.rhc-woo-desc-hide a.rhc-woo-btn-desc.rhc-woo-btn_hide_details {
    display: none;
}

.rhc-woo-cel-desc.rhc-woo-desc-show a.rhc-woo-btn-desc.rhc-woo-btn_show_details {
     display: none;
}

.rhc-woo-cel-desc.rhc-woo-desc-show a.rhc-woo-btn-desc.rhc-woo-btn_hide_details {
    display: block;

}
/* end Show/Hide Info*/

/* spinner start */
.rh-woo-spinner-container {
    font-size: 12px;
	position: relative;
    height: 38px;
}

.rh-woo-spinner-container .rh-woo-spinner {
	width: 100px;
    height: 38px;
    display: table;
    float: right;
}
.rh-woo-spinner-container .rh-woo-spinner input {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-align: right;
	border: 2px solid #bdc3c7;
	border-radius: 4px 0 0 4px;
	display: inline-block;
	vertical-align: top;
	width: 60%;
	height: 38px;
	padding: 4px 6px;
}
.rh-woo-spinner-container .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 35%;
	vertical-align: top;
	display: inline-block;
	line-height: 1;
}
.rh-woo-spinner-container .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
	background-color: #bdc3c7;
	text-align: center;
	padding: 3px;
	transition:.25s linear;
	-webkit-transition:.25s linear;
	-moz-transition:.25s linear;
}
.rh-woo-spinner-container .input-group-btn-vertical > .btn:hover {
	background-color:#7f8c8d;
}
.rh-woo-spinner-container .input-group-btn-vertical > .btn:first-child {
	border-top-right-radius: 4px;
}
.rh-woo-spinner-container .input-group-btn-vertical > .btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}
.rh-woo-spinner-container .input-group-btn-vertical i{}

.rh-woo-spinner-container .input-group-btn-vertical i.fa {
    font-family: 'Calendarize-it';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;/* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    line-height: 1;
}

.rh-woo-spinner-container .input-group-btn-vertical i.fa.fa-caret-up:before {
    content: "\e609";
}

.rh-woo-spinner-container .input-group-btn-vertical i.fa.fa-caret-down:before {
    content: "\e60a";
}
/* spinner end */

/* Loading Spinner */
.rhc-woo-holder button.btn_rhc_woo_add_to_cart.rhc-woo-btn-loading {
	color:transparent;
	font-size:0;
	width: 32px;
	max-width:32px;
	height: 32px;
	margin: 0 40px;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 2.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* end Loading Spinner */
@media screen and (max-width:850px) {
	.rhc-woo-cel:first-child {
		width: 28%;
	}
}

@media screen and (max-width:750px) {
	.rhc-woo-holder {
		padding:0;
	}
	
    .rhc-woo-holder .rhc-woo-row.rhc-woo-header {
		display:none;
	}
	
	.rhc-woo-holder > .rhc-woo-row {
		border:0;
		padding-bottom: 52px;
	}
	
    .rhc-woo-cel {
        width: 100%;
        display: block;
        border-bottom: 1px dashed #ECECEC;
		text-align:left;
		padding:10px 0;
    }

    .rhc-woo-cel:first-child {
		width: 100%;
	}
	
	.rhc-woo-cel:nth-child(2) {
		width: 100%;
	}

    .rhc-woo-cel:nth-child(3) {
        width: 100%;
        text-align: left;
    }

    .rhc-woo-cel:nth-child(4) {
		width:100%;
        text-align: left;
    }
	
	.rhc-woo-cel:nth-child(5) {
		width:100%;
		text-align: left;
	}

    .rhc-woo-cel:last-child {
        border: none;
        text-align:left;
    }
	
	.rhc-woo-head-no-availability .rhc-woo-cel:first-child {
		width: 100%;
	}
	
	.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(2) {
		width: 100%;
	}
	
	.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(3) {
		width: 100%;
	}
	
	.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(4) {
		width: 100%;
	}
	
	.rhc-woo-head-no-availability .rhc-woo-cel:nth-child(5) {
		width: 100%;
	}

    .rhc-woo-cel:empty,
	.rhc-woo-empty {
    	display:none;
    }

    .rh-woo-spinner-container .rh-woo-spinner {
    	
    }

    .rhc-woo-holder button.btn_rhc_woo_add_to_cart {
        width: 100%;
		bottom: 0;
		right: 0;
		border-radius: 0;
		padding: 18px;
		text-align:center;
		display: none;
    }
	
	.rhc-woo-holder button.btn_rhc_woo_add_to_cart.rhc-woo-btn-loading,
	.rhc-woo-holder .rhc-woo-row button.btn_rhc_woo_add_to_cart.rhc-woo-btn-loading {
    	bottom: 7px;
    	right: 46%;
		margin:0;
    	transform: translateX(-50%);
    }
	
	.rhc-woo-row .rhc-woo-cel .rhc-woo-cel-label,
    .rhc-woo-row .rhc-woo-cel .rhc-woo-cel-value {
		display: inline-block;
		vertical-align: middle;
	}

	.rhc-woo-row .rhc-woo-cel .rhc-woo-cel-label {
		width:35%;
		font-weight: bold;
	}

	.rhc-woo-row .rhc-woo-cel .rhc-woo-cel-value {
		width:65%;
		text-align:right;
	}
	
	.rhc-woo-cel-desc {
		display:block;
	}

	.rhc-woo-holder .rhc-woo-row button.btn_rhc_woo_add_to_cart {
		display: block;
		max-width: none;
		right: 0;
	}
	
	.rhc-woo-donation-options {
		float:right;
	}
}

/* Visual Composer */
.vc_column_container .fe-extrainfo-container .fe-extrainfo-holder.rhc-woo-holder {
    padding: 0 0 52px;
}