/* 
Theme Name: Ozarms Custom Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A child theme built to work with the Hello Elementor parent theme, this has been customised for Ozarms.com.au, and includes functionality critical to the sites operation.
Author: Next Level Creative
Author URI: https://nextlevelcreative.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-search-form--skin-minimal:focus-within {
	outline-width: 0 !important;
	outline-style: none !important;
}

.elementor-field-group-accounttype .elementor-field-option {
	padding: 0.25rem 0 !important;
}

.identification-image-wrapper {
	margin-top: 2rem;
	display: flex;
	border: 1px solid #ddd;
	padding: 1rem;
	flex-direction: row;
}

.identification-image-element {
	display: flex;
	padding: 0.5rem;
	flex-direction: column;
	border: 1px solid #ddd;
	margin: 0 0.5rem;
	flex: 0 0 20%;
}

.identification-image-element h4 {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
	color: #000;
	padding: 0.5rem 1rem;
	background: #f4f4f4;
	text-align: center;
}

/**
 * HEADER // Main Menu
 * 
 */

div#main-menu nav ul.elementor-nav-menu li.ozarms-menu-highlight-red,
div#main-menu nav ul.elementor-nav-menu li.ozarms-menu-highlight-red a {
    background: var( --e-global-color-secondary );
}

div#main-menu nav ul.elementor-nav-menu li.ozarms-menu-highlight-red a {
    color: var( --e-global-color-1bc2335 );
}

@media (min-width: 1281px) and (max-width: 99999px) {

	.elementor div#main-menu nav ul.elementor-nav-menu li.elementor-hidden-desktop {
		display: none !important;
	}

}

@media (max-width: 1280px) {

	div#main-menu nav ul.elementor-nav-menu li a {
		font-size: 1.2rem !important;
	}

	.elementor div#main-menu nav ul.elementor-nav-menu li.elementor-hidden-desktop {
		display: flex !important;
	}

	.elementor div#main-menu nav ul.elementor-nav-menu li.elementor-hidden-tablet {
		display: none !important;
	}

}

@media (max-width: 767px) {

	div#main-menu nav {
		height: calc(100vh - 182px);
	}

	.elementor div#main-menu nav ul.elementor-nav-menu li.elementor-hidden-desktop {
		display: flex !important;
	}

	.elementor div#main-menu nav ul.elementor-nav-menu li.elementor-hidden-tablet {
		display: flex !important;
	}

	.elementor div#main-menu nav ul.elementor-nav-menu li.elementor-hidden-mobile {
		display: none !important;
	}

	div#main-menu nav ul.elementor-nav-menu li a {
		font-size: 2.4rem !important;
	}

}

.ozarms-approved .ozarms-approved-content,
.ozarms-pending .ozarms-pending-content {
	display: initial;
}

.ozarms-approved .ozarms-pending-content,
.ozarms-pending .ozarms-approved-content {
	display: none;
}

.ozarms-buyer-content,
.ozarms-seller-content,
.ozarms-vendor-content {
	display: none;
}

.ozarms-buyer .ozarms-buyer-content {
	display: initial;
}

.ozarms-seller .ozarms-seller-content {
	display: initial;
}

.ozarms-vendor .ozarms-vendor-content {
	display: initial;
}

/** Patch for the price tables SVG layout **/
.elementor-price-table .elementor-price-table__features-list svg {
	position: absolute;
	margin: -0.15rem 0 0 -2.25rem;
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
	margin-left: 2.5rem;
}


.elementor-price-table__integer-part {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.elementor-price-table__period {
	margin: 5px 0;
}

.elementor-price-table small.woocommerce-price-suffix {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 1rem;
	margin-top: 0.25rem;
}

.ozarms-hidden {
	display: none;
}

body.elementor-editor-active .ozarms-hidden {
	display: initial !important;
}

/** Discrete labels on all forms **/
/** My account is diffferent to checkout **/
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
	padding-top: 2em !important;
	padding-bottom: 0.5em !important;
}

.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea {
	padding-top: 1.25em !important;
	padding-bottom: 0.25em !important;
}

.woocommerce form .form-row label:not(.checkbox) {
	position: absolute;
	font-size: 13px !important;
	margin: 0 0 0 8px;
	text-transform: capitalize !important;
	font-family:  'Roboto Condensed' !important;
	color: #888 !important;
	z-index: 1;
}

.select2-container .select2-selection--single {
	padding-top: 1em !important;
	height: calc(45px + 0.62em) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(45px + 0.62em) !important;
}



/** Tidy up checkout **/

.wc-block-components-totals-wrapper {
	border-top: none;
	padding: 0;
}

.wc-block-components-order-summary .wc-block-components-panel__button {
	background: transparent;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	box-shadow: none;
	padding-left: 0;
	/* margin-bottom: 2rem; */
	padding-bottom: 0;
}

.wc-block-components-order-summary .wc-block-components-panel__button:hover {
	font-family: "Oswald", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background: transparent;
	font-weight: 600;
	font-size: 1.6rem;
	color: var( --e-global-color-secondary );
}

.wc-block-components-order-summary .wc-block-components-panel__button:active,
.wc-block-components-order-summary .wc-block-components-panel__button:focus {
	font-family: "Oswald", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background: transparent;
	font-weight: 600;
	font-size: 1.6rem;
	outline: none;
}

.wc-block-components-order-summary .wc-block-components-panel__button[aria-expanded=true],
.wc-block-components-order-summary .wc-block-components-panel__button[aria-expanded=true]:active,
.wc-block-components-order-summary .wc-block-components-panel__button[aria-expanded=true]:focus {
	font-family: "Oswald", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6rem;
}

.wc-block-components-panel__content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block {
	content: ' ';
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	font-family: "Oswald", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	padding: 0.5rem 0;
	background: #f4f4f4;
}

.ozarms-store-logo {
	width: auto;
	height: 120px;
}

.ozarms-store-logo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: left !important;
}

.ozarms-store-url .elementor-shortcode {
	color: #1C244B;
	font-family: var(--e-global-typography-secondary-font-family), Arial, Helvetica, Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
	padding: 0;
	margin: 0;
	line-height: 1;
}

form.elementor-form .elementor-message {
	margin-top: 0;
	border-width: 0;
	border-style: none;
	border-radius: 0;
	padding: 0;
}
.elementor-field-group .elementor-select-wrapper {
	display: block !important;
}
.elementor-select-wrapper .select-caret-down-wrapper {
	top: 30% !important;
}
.ozarms-edit-ad {
	text-align: center;
}
.ozarms-edit-ad a {
	color: var( --e-global-color-1bc2335 ) !important;
}
.ozarms-edit-ad-form .elementor-field-group {
	padding-right: calc(20px / 2);
	padding-left: calc(20px / 2);
	margin-bottom: 20px;
}
.ozarms-edit-ad-form .elementor-field-label {
	margin-bottom: 20px;
}

div.elementor-element:has(section.related) {
	background: var( --e-global-color-9ce55e1 );
}

.spinner{
	display: none;
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background:url("assets/img/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}
.message_login_fail {
	background-color: #ca5151;
	color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 20px;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	
	span {
		color: #ca5151;
		background-color: #ffffff;
		width: 20px;
		height: 20px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: 900;
		border-radius: 50%;
		margin-right: 10px;
	}
}

.eael-product-list-price .amount {
	color: var(--e-global-color-secondary);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.woocommerce-form-login__rememberme {
	position: unset !important;
	float: left;
	margin-bottom: 10px !important;
}
.woocommerce-form-login__submit {
	clear: both;
}
.elementor-login__logged-in-message {
	margin-bottom: 4rem !important;
}
.payment_box.payment_method_woocommerce_securepay_p_gateway {
	.form-row-first label {
		display: block !important;
		position: unset !important;
	}
	.woocommerce-cc-year {
		float: left;
		margin-right: 10px !important;
	}
}
.ozarms-seller-content, .ozarms-buyer-content {
	p.elementor-icon-box-description {
		position: absolute;
		right: -12rem;
		top: 30%;
		font-size: 0.8rem;
	}
}
#single-listing, #multi-listing, #premium-listing, #platinum-listing, #vendor-pack {
	del {
		font-size: 25px;
		color: var(--e-global-color-secondary);
		width: 100% !important;
		margin: 0 auto;
	}
	ins {
		text-decoration: none;
	}
}
.vendor-detail-element {
	width: 33%;
	float: left;
}
.vendor-advertisement-details {
	float: left;
	margin-top: 50px;
}

div.elementor-widget-container:has(div.elementor-shortcode a.ozarms-promotion),
div.elementor-widget-container:has(div.elementor-shortcode img.ozarms-promotion) {
	display: flex;
}

div.elementor-shortcode:has(a.ozarms-promotion),
div.elementor-shortcode:has(img.ozarms-promotion) {
	display: flex;
	gap: 1rem 2rem;
	flex-wrap: wrap;
}

a.ozarms-promotion,
img.ozarms-promotion {
	display: flex;
	border: 5px solid #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	margin: 1rem 0 0 0;
	flex: 1 1 calc(50% - 1rem);
}

a.ozarms-promotion img.ozarms-promotion {
	margin: 0;
	border: none;
	box-shadow: none;
}

header.entry-header {
    margin: 20px 0;
}
