/* @override 
	https://giftprints.com/wordpress/wp-content/themes/GiftPrints/style.css?* */


/* 
 Theme Name:     GiftPrints - Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

div#et-top-navigation {
	display: none!important;
}

#main-content {
	min-height: calc(100vh - 154px);
}

/* @group Gravity Forms */

.gform_wrapper {
	display: block !important;
}

.gform_wrapper .gfield_label {
	font-weight: 400!important;
	color: gray;
}

.gform_heading h3.gform_title {
	font-size: 24px !important;
	font-weight: normal !important;
	font-style: normal;
	text-align: center;
	padding-bottom: 20px;
}

.gform_wrapper  input[type=submit] {
	font-size: 1.3em !important;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.trxContact #gform_submit_button_1 {
	float: none;
	width: 100%;
	margin: 0;
}

select.gfield_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.gfield_select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.gform_wrapper .ginput_complex input, .gform_wrapper input.small, .gform_wrapper input.medium, .gform_wrapper input.large, .gform_wrapper textarea, .gfield_time_hour input, .gfield_time_minute input, .checkboxField {
	background: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	padding: 10px 10px 10px 12px !important;
	border: 1px solid #dddddd;
	margin: 0 !important;
	font-weight: 400;
}

button#gform_submit_button_2.gform_button.button.et_pb_contact_submit.et_pb_button {
	color: white;
}

div#order_review.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
	background-color: white;
}

#field_2_5 div.ginput_container.ginput_container_phone {
	margin-top: 24px;
	margin-left: 6px;
}

textarea#input_2_7.textarea.medium {
	width: 100% !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 64px;
}

.woocommerce-checkout-review-order .shop_table .product-name {
	/*	min-width: 40%!important;
	width: 40%!important;*/
	vertical-align: middle!important;
}

.woocommerce-checkout-review-order .shop_table .product-name dl.variation {
	font-size: 80%;
	font-style: italic;
}

.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals.shipping td {
	font-weight: 400!important;
	font-size: 90%;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	margin-bottom: 0;
	font-size: 80%;
	line-height: 120%;
	max-width: 260px;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination strong, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
	
}

select.gfield_select {
	background: url(images/select.png) right center no-repeat #ffffff !important;
	background-size: 30px 12px!important;
	border: none;
	width: 100%;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	padding: 10px 10px 10px 12px !important;
	position: relative;
	border: 1px solid #dddddd;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

div#payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
	border: 1px solid #dddddd;
	background-color: #f6f6f6;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

div#payment.woocommerce-checkout-payment div.form-row.place-order {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-width: 0!important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #ffffff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

div#payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppec_paypal div.payment_box.payment_method_ppec_paypal, .woocommerce-checkout-payment .payment_box.payment_method_stripe {
	background-color: #ffffff!important;
}

.woocommerce-checkout-payment .payment_box.payment_method_stripe {
	padding-bottom: 0!important;
}

#wc-stripe-payment-request-button-separator {
	margin: 1em auto!important;
	display: none!important;
}

.woocommerce form .form-row .required {
	color: #40A7D9!important;
}

.wc-proceed-to-checkout::before {
	content: '— SELECT YOUR PAYMENT METHOD —' !important;
	display: block !important;
	color: gray;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
}

button.ApplePayButton.ApplePayButton {
	width: auto!important;
	display: inline-block!important;
}

.wc-proceed-to-checkout a.checkout-button {
	display: block!important;
	margin-right: auto !important;
	margin-left: auto !important;
	float: none!important;
	margin-bottom: 20px !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
	font-weight: bold!important;
	font-size: 120%!important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:after {
	font-weight: bold!important;
	font-size: 30px!important;
}

body #wc-stripe-payment-request-wrapper>div {
	padding-bottom: 20px !important;
}

html:lang(en)>body #wc-stripe-payment-request-wrapper {
	/*	width: 49%;
	float: left;*/
	padding-top: 2px !important;
}

.paypal-button {
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
}

.wcppec-checkout-buttons img {
	width: 100% !important;
	height: auto !important;
}

.woocommerce-shipping-calculator a.shipping-calculator-button {
	font-size: 16px;
}

#wc-stripe-payment-request-button-separator {
	margin-top: 1em !important;
	text-align: center;
	margin-bottom: .75em !important;
}

.wcppec-checkout-buttons__separator {
	text-transform: uppercase;
	color: black;
	margin-bottom: 0;
	display: none;
}

table.shop_table {
	margin-bottom: 10px !important;
}

@media all and (min-width: 980px) {
	.wc-proceed-to-checkout {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 20px !important;
	}
	
	#wc-stripe-payment-request-wrapper {
		margin-right: auto!important;
		margin-left: auto!important;
	}
	
	.wcppec-checkout-buttons {
		margin-top: 0!important;
		clear: both;
	}
	
	.paypal-button {
		width: 100% !important;
		margin-right: 0px;
		margin-left: auto;
	}
	
	div#pay_with_amazon {
		width: 48%;
	}
	
	div#pay_with_amazon img {
		margin-right: auto!important;
		margin-left: 0!important;
	}
}
.gform_wrapper .centerField {
	text-align: center;
}

.gform_wrapper .centerField li {
	display: inline-block;
}

.gform_wrapper .centerField li label {
	/*	margin-top: -2px !important;*/
	font-weight: normal !important;
	font-style: normal;
}

.gform_wrapper .gfield_contains_required {
	color: black !important;
}

.gform_wrapper ul.gfield_radio {
	margin-top: 0!important;
}

.gform_wrapper ul.gfield_radio, .gform_wrapper ul.gfield_radio li, .gform_wrapper input[type="radio"], .gform_wrapper label {
	line-height: 16px!important;
}

.gform_wrapper input[type="radio"], .gform_wrapper label {
	vertical-align: baseline !important;
	line-height: 16px!important;
}

.gform_wrapper .gfield_contains_required .ginput_complex input, .gform_wrapper .gfield_contains_required input.small, .gform_wrapper .gfield_contains_required input.medium, .gform_wrapper .gfield_contains_required select, .gform_wrapper .gfield_contains_required select, .gform_wrapper .gfield_contains_required input.large, .gform_wrapper .gfield_contains_required textarea, .gfield_contains_required .gfield_time_hour input, .gfield_contains_required .gfield_time_minute input, .gfield_contains_required .checkboxField {
	border-left: 2px solid rgba(75, 159, 239, 0.75)!important;
}

.gform_wrapper li#field_4_14.gfield.gf_left_half.gf_list_2col.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-left: 2px solid rgba(75, 159, 239, 0.75)!important;
	padding-left: 12px;
}

.gform_wrapper li#field_4_14.gfield.gf_left_half.gf_list_2col.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible label.gfield_label {
	font-size: 90%;
}

.gform_wrapper span.gfield_required {
	color: rgb(75, 159, 239, 0.75);
	display: none;
}

.gfield_time_hour, .gfield_time_minute {
	width: 90px !important;
}

.datepicker.medium.mdy.datepicker_with_icon {
	min-width: 150px !important;
}

.gform_wrapper .paymentInfo p {
	width: 49%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.gform_wrapper .paymentInfo p b {
	font-size: 18px;
}

div.gfield_description {
	color: silver;
}

li.noLine {
	border-width: 0!important;
	margin-bottom: 0 !important;
	padding-bottom: 0!important;
	margin-top: 0!important;
}

.gfield.uploadField span#extensions_message.screen-reader-text {
	color: silver;
	font-size: 12px;
	padding-left: 20px;
}

.gfield_time_hour i {
	margin-top: 26px !important;
}

li#field_3_12.gfield.field_sublabel_below.field_description_below.hidden_label {
	margin-top: 24px;
	margin-bottom: 13px;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
	font-size: 100%!important;
}

.gform_wrapper div.validation_error {
	color: #d92525 !important;
	border-top: 0px solid #d92525 !important;
	border-bottom: 0px solid #d92525 !important;
	border: 1px solid #d92525 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.gform_wrapper .validation_message {
	color: #d92525 !important;
	margin-left: 3px !important;
}

.gform_wrapper .gfield_description.validation_message {
	color: #4da0ef !important;
	margin-left: 8px !important;
	margin-top: -8px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(77, 160, 239, 0.05) !important;
	border-width: 0 !important;
	padding-top: 1px !important;
}

.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
	border: 1px solid rgba(76, 160, 239, 0.5) !important;
	border-left: 2px solid #4da0ef !important;
	background-color: white;
}

.entry-content .gform_confirmation_message table {
	max-width: 544px;
	background-color: white;
	border: none;
	margin-right: auto;
	margin-left: auto;
}

.gform_confirmation_message a.map-it-link {
	display: none;
}

.entry-content .gform_confirmation_message table table {
	background-color: white;
	border: 1px solid #EAEAEA;
	margin-top: 0;
}

.entry-content .gform_confirmation_message table table table {
	background-color: white;
	border: 1px solid #EAEAEA;
	margin-top: 10px;
	margin-left: 0;
	width: 96.5%;
}

.entry-content .gform_confirmation_message tr td {
	border-top: none;
	padding: 0;
}

.entry-content .gform_confirmation_message tr td tr td {
	border-top: none;
	padding: 5px;
	line-height: 110%;
	color: #000;
}

.entry-content .gform_confirmation_message tr td tr td strong {
	color: #000;
}

.entry-content .gform_confirmation_message tr td tr td tr td, .entry-content .gform_confirmation_message tr td tr td tr th {
	border-top: none;
	padding: 5px;
	line-height: 110%;
	background-color: white;
	color: #000;
}

.entry-content .gform_confirmation_message tr td tr td tr td ul {
	display: none;
}

.gform_confirmation_message {
	font-size: 18px;
}

.newsletter-form form#gform_3.gf_simple_horizontal {
	max-width: 90%;
}

button#gform_submit_button_1.gform_button.button.et_pb_contact_submit.et_pb_button:hover {
	color: #FFFFFF !important;
}

@media (min-width: 768px) {
	form#gform_1 div.gform_footer.top_label {
		float: right!important;
		margin-top: -84px;
		margin-right: 20px;
		width: auto;
		padding-bottom: 60px;
		overflow: auto;
		text-align: right;
	}
}
div#input_1_5.ginput_container.ginput_recaptcha {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

div.gform_footer.top_label {
	text-align: center;
	margin: 0;
	overflow: auto;
}

@media (max-width: 768px) {
	div#input_1_5.ginput_container.ginput_recaptcha {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	div#input_1_5.ginput_container.ginput_recaptcha {
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
	}

	div#input_1_5.ginput_container.ginput_recaptcha div {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 320px) {

div#input_1_5.ginput_container.ginput_recaptcha {
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform-origin: 25% 0;
	-webkit-transform-origin: 25% 0;
}

}

/* @end */

