/*
 Theme Name: Samantha Fitzgibbon
 Author: Vida Media
*/

ul.sub-menu {
	display:none;
	width:250px;
	margin:0;
	padding:0;
}

ul li:hover > ul {
	display:block;
	position:absolute;
	background-color:#2392aa;
	list-style-type:none;
	margin:0;
	padding:5px;
}

ul li:hover > ul li a {
	color:white;
	padding:5px;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}


ul li:hover > ul li a:hover {
	background-color:black
}



.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2.5em;
}


	/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  //width:100%;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.wc-stripe-elements-field{
	//width:100%;
}

.StripeElement{
	//width:100% !important;
}

.stripe-card-group .StripeElement{
	min-width:250px;
}

#stripe-exp-element{
	min-width:90px;
}
#stripe-cvc-element{
	min-width:60px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;}

#customer_details > .col-1 , #customer_details > .col-1 > .woocommerce-billing-fields{
	width:100%;
	max-width:100%;
}

#customer_details > .col-2{
	max-width: 0%;
}

.iahip-logo-sam{
	
	margin-top:10px;
}