/**handles:style**/
/*
 Theme Name:     The King of Snatch
 Description:    Theme created for The King of Snatch.
 Author:         XDC Marketing & Branding
 Author URI:     https://xdcmb.com/
 Template:       Divi
 Version:        1.0.0
*/

:root {
	--theme-color: #cea951;
	--color-1: #ffffff;
	--color-2: #000000;
	--color-3: #333;
	--light-transparent-background: rgba(255, 255, 255, 0.3);
}

#et-main-area .fluentform fieldset .ff-btn-submit:not(.ff_btn_no_style) {
    background: var(--theme-color);
    color: var(--color-2);
    font-weight: bolder;
		border-radius: 0;
		border: none;
    transition: all 0.2s ease-in-out;
}

.grecaptcha-badge {
	bottom: 70px !important;
}

.signed-in {
	margin-top: 32px;
}

#et-main-area {
	margin-top: 82.8px;
}

.my-account-menu-link {
	display: none;
}

body.woocommerce-shop .my-account-menu-link,
body.tax-product_cat .my-account-menu-link,
body.tax-product_tag .my-account-menu-link,
body.single-product .my-account-menu-link {
	display: block;
	position: relative;
}

@media (max-width: 600px) {
	.signed-in {
		margin-top: 46px;
	}

	#wpadminbar {
		position: fixed;
	}

	.four-columns .et_pb_column { 
		width: 25%!important; 
		margin: 0 !important;
	}
}

@media (max-width: 576px) {
	.four-columns .et_pb_column img {
		padding: 0 15px !important;
	}
}