@import url(style-old.css);
/* line 7, scss/style.scss */
.bebe-a-bordo-box {
  padding: 60px 20px 20px;
  /*background: #04A4B3;*/
  background: #32b1e6;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 14, scss/style.scss */
.bebe-a-bordo-box .bb_aba_content {
  display: none;
}
/* line 16, scss/style.scss */
.bebe-a-bordo-box .bb_aba_content * {
  color: #fff;
  line-height: 1.2em;
  font-size: 1.1em;
}
/* line 21, scss/style.scss */
.bebe-a-bordo-box .bb_aba_content p {
  margin-bottom: 20px;
}
/* line 27, scss/style.scss */
.bebe-a-bordo-box table td {
  vertical-align: middle;
  padding: 0 10px;
}
/* line 33, scss/style.scss */
.bebe-a-bordo-box h3 {
  color: #fff;
  font-size: 22px !important;
  line-height: 1.2em;
}
/* line 39, scss/style.scss */
.bebe-a-bordo-box .abas {
  margin: 60px 0 0 0;
}
/* line 41, scss/style.scss */
.bebe-a-bordo-box .abas li {
  display: inline-block;
  margin-right: 10px;
}
/* line 44, scss/style.scss */
.bebe-a-bordo-box .abas li a {
  padding: 5px 20px;
  /*background: #4FBFCA;*/
  background: #328fc2;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 50, scss/style.scss */
.bebe-a-bordo-box .abas li a.active {
  background-color: #FFFCCC;
  background-image: -webkit-linear-gradient(#FFFCCC, #FFF54C);
  background-image: linear-gradient(#FFFCCC, #FFF54C);
  color: #333;
}

/* line 60, scss/style.scss */
.single-cinema .bebe-a-bordo-voting {
  padding-right: 10px;
}

/* line 65, scss/style.scss */
#fancybox-wrap.cineflix-voting-box {
  max-width: 920px;
}
/* line 66, scss/style.scss */
#fancybox-wrap.cineflix-voting-box .fancybox-bg {
  display: none;
}
/* line 70, scss/style.scss */
#fancybox-wrap.cineflix-voting-box #fancybox-outer {
  background: none;
}
/* line 74, scss/style.scss */
#fancybox-wrap.cineflix-voting-box #fancybox-content {
  max-width: 920px;
  background: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 83, scss/style.scss */
#fancybox-wrap.cineflix-voting-box #fancybox-close {
  background: url("images/fancy-voting-close.png") center center no-repeat;
  width: 44px;
  height: 43px;
  top: -22px;
  right: -21px;
}

/* line 94, scss/style.scss */
.clean_content.voting {
  /*background: rgba(4,164,179, 0.9);*/
  background: rgba(50, 177, 230, 0.9);
}

/* line 100, scss/style.scss */
.cineflix-voting {
  float: left;
  padding: 60px 42px 16px 64px;
  width: 100%;
  max-width: 795px;
}
/* line 105, scss/style.scss */
.cineflix-voting * {
  color: #fff;
}
/* line 111, scss/style.scss */
.cineflix-voting select {
  color: #58585B;
  padding: 8px 15px;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 116, scss/style.scss */
.cineflix-voting select * {
  color: #58585B;
}
/* line 121, scss/style.scss */
.cineflix-voting .projeto-logo {
  max-width: 100%;
}
/* line 125, scss/style.scss */
.cineflix-voting .cineflix-voting-left {
  width: 35%;
  float: left;
}
/* line 129, scss/style.scss */
.cineflix-voting .cineflix-voting-right {
  width: 58%;
  float: right;
}
/* line 135, scss/style.scss */
.cineflix-voting .cinema-title {
  font-size: 20px;
  padding: 10px 0 20px;
  color: #58585B !important;
}
/* line 140, scss/style.scss */
.cineflix-voting .voting_title {
  font-family: DroidSans;
  font-size: 54px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 147, scss/style.scss */
.cineflix-voting .movies ul {
  width: 100%;
  min-height: 230px;
}
/* line 150, scss/style.scss */
.cineflix-voting .movies ul li {
  position: relative;
  float: left;
  margin: 0 0 15px 11px;
  cursor: pointer;
  padding: 6px 6px 32px;
  /*background: #2CA6B5;*/
  background: #318ec0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 129px;
}
/* line 160, scss/style.scss */
.cineflix-voting .movies ul li.active {
  background: #fff;
}
/* line 162, scss/style.scss */
.cineflix-voting .movies ul li.active .title, .cineflix-voting .movies ul li.active .title i {
  color: #666 !important;
}
/* line 167, scss/style.scss */
.cineflix-voting .movies ul li .title {
  padding: 12px 0;
  text-align: center;
  line-height: 1.5em;
  font-size: 14px;
}
/* line 174, scss/style.scss */
.cineflix-voting .movies ul li .click_vote {
  border: 0;
  width: 100%;
  max-width: 129px;
  color: #fff;
  /*background: #2CA6B5;*/
  background: #318ec0;
  font-size: 16px;
  padding: 6px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  cursor: pointer;
}
/* line 193, scss/style.scss */
.cineflix-voting .voting-chosen-movie {
  padding: 10px 0 20px;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  display: none;
}
/* line 201, scss/style.scss */
.cineflix-voting .ajax-response {
  display: none;
  text-align: center;
  margin: 0 0 10px;
  padding: 5px 0;
  background: #72c672;
  line-height: 1.1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 209, scss/style.scss */
.cineflix-voting .ajax-response.error {
  background: #c46262;
}
/* line 214, scss/style.scss */
.cineflix-voting .info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
/* line 224, scss/style.scss */
.cineflix-voting .icon-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* line 230, scss/style.scss */
.cineflix-voting .button-vote-now {
  cursor: pointer;
}
/* line 234, scss/style.scss */
.cineflix-voting .vote-second-step {
  padding-top: 80px;
  text-align: center;
  display: none;
}

/*
.vip-column{
	.left, .right{
		width: 44%;

	}
	.full{
		float: left;
	}
	.odd, .even{
		padding: 4%;
		overflow: auto;
	}
	.even{
		background: #666;
		*{
			color: #fff;
		}
	}
	.content{
		p{
			font-size: 1.4em;
			font-weight: bold;
			line-height: 1.2em;
		}
		h1{
			font-size: 2.4em;
			font-weight: bold;
		}
	}
}

.cineflix-button{
	background: #00ADEE !important;
	padding: 15px 30px !important;
	color: #fff !important;
	border: 0;
	@include box-shadow(rgba(100, 100, 100, 0.5) 1px 1px 3px);
	@include border-radius(3px);
	cursor: pointer;
	&.grey{
		background: #ccc !important;
		color: #666 !important;
		&:hover{
			background: #999 !important;
		}
	}
	&:hover{
		background: #0095d4 !important;
		text-decoration: none;
	}
}

.cineflix-input{
	border: 1px solid #CCC;
	height: 30px;
	background: transparent;
	padding: 0 10px;
}

.woocommerce{
	&.single-product{
		.product_title{
			font-size: 2.4em;
			font-weight: bold;
			margin-bottom: 20px;
		}
		.price{
			padding: 20px 0;
			.amount{
				font-size: 1.6em;
				font-weight: bold;
			}
		}
		table.variations{
			.label{
				width: 40%;
			}
		}
		.single_add_to_cart_button{
			@extend .cineflix-button;
		}
	}
	form .form-row {
		input.input-text,
		textarea,
		select{
			@extend .cineflix-input;
		}
		textarea{
			padding: 10px;
			height: 150px !important;
		}

		&.woocommerce-invalid{
			border-width: 2px !important;
		}
	}

	#loginform{
		.login-username, .login-password{
			width: 50%;
			float: left;
			input{
				@extend .cineflix-input;
			}
		}
		label{
			padding: 0 10px 0 0;
		}
	}
	#place_order{
		@extend .cineflix-button;
	}

	.button-primary{
		@extend .cineflix-button;
	}

	#wc_thankyou_order{
		.button{
			display: inline-block;
			float: right;
			text-align: center;
			line-height: 1.2em;
			@extend .cineflix-button;
			margin-top: -30px;
		}
	}


	.variations_button{
		margin-top: 20px;
	}
}

.woocommerce-cart{
	.checkout-button{
		@extend .cineflix-button;
	}
	[name="apply_coupon"], [name="update_cart"]{
		@extend .cineflix-button;
	}
	#coupon_code{
		@extend .cineflix-input;
		width: 50%;
		height: 42px;
	}
	
	.cart-collaterals{
		.cart_totals{
			th, td{
				padding-left: 10px !important;
				padding-right:  10px !important;
			}
		}
	}
}

.woocommerce-checkout{
	.woocommerce .woocommerce-info{
		background: none !important;
		border: 0 !important;
		padding: 30px 20px 0 !important;
		&:before{
			content: "" !important;
		}
	}
	form.checkout_coupon{
		margin-top: -30px !important;
	}
	.showlogin{
		@extend .cineflix-button;
		margin-top: 20px;
	}

	form.checkout{
		h3{
			font-size: 1.6em;
			font-weight: bold;
		}
		.woocommerce-billing-fields{

		}
	}
}

.cineflix-consultor{
	.consultor{
		padding: 20px 40px;
		background: #00ADEE;
		color: #fff;
		font-weight: bold;
		font-style: italic;
		a{
			color: #fff;
		}
	}
	margin: 0 0 20px;
}

.woo-umf-form{
	margin: 0 0 40px;
	.woo-umf-product{
		padding: 20px;
		background: #00ADEE;
		color: #fff;
		legend{
			padding: 10px 20px;
			margin-left: -20px;
			background: #00ADEE;
			font-weight: bold;
		}
		
		.woo-umf-variations{
			font-weight: normal;
			&:before{
				content: " - ";
			}
		}
	}
	.uploadfiles{
		@extend .cineflix-button;
		margin: 10px 0 0 0 !important;
		float: right;
	}
	legend{
		margin-top: 10px;
	}
}

.woo-ofu-form{
	th{
		small{
			font-size: 0.8em;
			padding-top: 4px;
		}
	}
	.primary-button{
		@extend .cineflix-button;
	}
	.desc{
		padding: 10px 0;
	}
}


#ff_logo_small{
	left: -6px;
	top: 48px;
}



div.gform_wrapper{
	.top_label{
		.gfield_label{
			margin-bottom: 0;
		}
		.ginput_container{
			margin-top: 2px !important;
		}
	}
	.name_first, .name_last{
		> label{
			display: none;
		}
	}
	select.gfield_select{
		height: 25px;
	}
}

.ff_content{
	h2, h2, h3, h4{

	}
	.gform_wrapper{
		margin-top: 0;
	}
	label, .gfield_label, .gfield_required, .gfield_description, .ginput_complex label{
		color: #fff !important;
		font-weight: normal !important;
	}
	.gfield_description{
		padding-top: 0 !important;
		margin-bottom: 15px !important;
	}
	a{
		color: #fff;
		font-weight: bold;
		&:hover{
			text-decoration: underline;
		}
	}
	.myaccount_user{
		strong{
			font-weight: normal;
		}
	}
}


.cineflix-checking-account{
	padding: 80px 0;
	background: #ccc;
	color: #333;
	font-size: 40px;
	text-align: center;
}

*/
