/*  
Theme Name: Mimbo Child
Description: Mimbo Child Theme
Version: 1.0
Author: Grigory Matoussov
Template: mimbo
Text Domain: mimbo-child

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

 Int'l Tel plugin override
 Buy function

*/

/*-------Int'l Tel Plugin Override-------*/

.iti-flag {
	background-image: url("../../../wp-includes/js/intl-tel-input-master/build/img/flags.png");
  	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-			pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
   		background-image: url("../../../wp-includes/js/intl-tel-input-master/build/img/flags@2x.png");
  }
}

/*-------------Buy Function--------------*/
/*
p.price {
	display: inline;
	margin: 0 0 0 10px;
}

button.buy-btt {
	margin: 1%;
	padding: 5px 15px;
	font-size: 1.25em;
	border: 3px outset;
	border-color: darkslategray;
	cursor: pointer;
}

button.buy-btt:active {
	border: 3px inset;
	border-color: lightslategray;;
}

.sc-checkout-form {
	margin-left: 10% !important;
}
*/

/* -------------- Comodo Trusted Logo Styling Begin ---- */

a#comodoTL {
	position: absolute;
	top: 28px;
	z-index: -9999;
}

/* -------------- Comodo Trusted Logo Styling End ---- */

/* -------------- General ---------------------------- */

h4.tribe-event-title {
	padding-bottom: 15px;
}

.sc-checkout-form button:disabled, .sc-checkout-form:disabled button:disabled span {
	opacity: .75;
	cursor: default;
   	background: #CCCCCC !important;
}

.stripe-button-el:disabled span, .stripe-button-el.disabled span, .faux-btn:disabled span, .faux-btn.disabled span {
    color: #999 !important;
    background: #f5f3ee !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.stripe-button-el, .faux-btn {
	//background-image: -webkit-linear-gradient(white, #f5f3ee, gray) !important;
	background: white !important;
	box-shadow: none !important;
}

.stripe-button-el span, .back-link, .faux-btn span {
	background-image: -webkit-linear-gradient(white, #f5f3ee, #AAAAAA) !important;
	color: #111248 !important;
}

.stripe-button-el span:hover, .back-link:hover, .faux-btn span:hover {
	background: #f5f3ee !important;
}

.sc-payment-btn {
	//display: none !important;
}

.sc-form-group {
	display: none;
}

.stripe-custom-fields-display, #fade-cover {
	z-index: 9999;
	display: none;
	border: 0px none transparent; 
	overflow: visible;
	margin: 0px; 
	padding: 0px; 
	-webkit-tap-highlight-color: transparent; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.00392157);
}

.stripe-custom-fields-display {
   	width: auto;
	max-width: 210px;
   	height: auto;
    	left: 40%;
    	top: 33%;
    	background: #f5f5f7;
    	padding: 2%;
}

.stripe-custom-fields-display .close-cf-form-display {
    	position: absolute;
    	top: 7px;
    	left: 90%;
   	width: 22px;
    	height: 23px;
    	background: url("https://b.stripecdn.com/checkout/v3/images/close-gbN3V5bjbhRxDClwGYFQ.png") no-repeat;
    	background-size: 100% 100%;
    	cursor: pointer;
}

#stripe_precheckout_cf_wrapper button.cf-btn {
	width: 100%;
    	//background: #45b1e8 !important;
    	background-image: -webkit-linear-gradient(#45b1e8, #3097de) !important;
    	background-image: -moz-linear-gradient(#45b1e8, #3097de) !important;
    	background-image: -ms-linear-gradient(#45b1e8, #3097de) !important;
    	background-image: -o-linear-gradient(#45b1e8, #3097de) !important;
    	background-image: linear-gradient(#45b1e8, #3097de) !important;
    	height: 37px;
	border-radius: 4px !important;

}

#stripe_precheckout_cf_wrapper button.cf-btn:active {
	background-image: -webkit-linear-gradient(#328ac3, #277bbe) !important;
    	background-image: -moz-linear-gradient(#328ac3, #277bbe) !important;
    	background-image: -ms-linear-gradient(#328ac3, #277bbe) !important;
    	background-image: -o-linear-gradient(#328ac3, #277bbe) !important;
    	background-image: linear-gradient(#328ac3, #277bbe) !important;
}

#stripe_precheckout_cf_wrapper button.cf-btn span {
	background: transparent !important;
    	color: white !important;
    	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#stripe_precheckout_cf_wrapper button.cf-btn span.next-arrow-on-btn {
   	background: url("https://b.stripecdn.com/checkout/v3/images/iconContinue-BVf4xzVdpFV4nfKLGU3TiA.png") !important;
    	background-repeat: no-repeat !important;
    	background-position: 197px 8px;
    	background-size: 19px 20px !important;
    	font-size: 7px;
	line-height: 4.25;
	margin: auto -15% auto 4%;
}

#stripe_precheckout_cf_wrapper button#cf-skip-btn span.next-arrow-on-btn {
	margin: auto -31% auto 23%;
}

#stripe_precheckout_cf_wrapper button#cf-skip-btn {
	display: none !important;
}

#fade-cover {
	background: black;
	opacity: 0.5;
	display: none;
	z-index: 9000;
}

.faux-btn {
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    border: 1px solid white;
}

.faux-btn span {
    padding: 7px 12px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.block {
	display: block;
}

.schedule-table {
	//width: 40%; 
	//padding: 0 10pt 0 50pt; 
	//float: left;
}

.schedule-table .cell {
	//width: 20%;
}

.highlight {
	//color: #eb008c;
}

.wrapper-box {
    background: #f5f3ee;
    text-align: center;
    padding: 10px 5px 10px 10px;
    border: 3px double #FFF;
    float: left;
    margin: 5px 22px 30px 0;
    width: 109px;
}

.wrapper-box p {
    margin: 0;
    //text-align: center;
    padding: 5px 0;
}

.back-link {
	text-decoration: none;
	//background-image: -webkit-linear-gradient(white, #f5f3ee, gray) !important;
	//border: ridged 2px;
	border-radius: 8px;
	border: #f5f3ee 2px solid;
	color: #111248 !important;
	font-weight: bold;
	padding: 1%;
	cursor: pointer;
}

.error {
	display: none;
	color: red;
    	font-size: 14px;
	font-weight: 600;
    	margin: 3% auto 5%;
    	background-color: white;
    	text-align: center;
    	border: outset 2px #ccc;
    	border-radius: 4px;
    	padding: 4%;
}