/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain: avada-child
*/

.crea-author-box {
    background: #eee;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom: 20px;
}
.crea-author-title {
    color: #666;
}
.crea-author-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.crea-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.crea-single-tag {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 3px 10px;
    color: #666;
    line-height: 1.2;
}
.crea-social-links {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.crea-social-link a {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    background: #25A7A7;
	color: #fff;
}
.crea-social-link a:hover {
	color: #fff;
	background: #0073aa;
}
.crea-social-link a:before {
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
	color: #fff;
}
.crea-social-link.crea-social-link-website a:before {
    content: "\f0ac";
	font-family: "Font Awesome 5 Free";
}
.crea-social-link.crea-social-link-facebook a:before {
    content: "\f39e";
	font-family: "Font Awesome 5 Brands";
}
.crea-social-link.crea-social-link-instagram a:before {
    content: "\f16d";
	font-family: "Font Awesome 5 Brands";
}
.crea-social-link.crea-social-link-tiktok a:before {
    content: "\e07b";
	font-family: "Font Awesome 5 Brands";
}
.crea-tabs-nav {
    display: flex;
    gap: 50px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #666;
}
.single-tab-nav {
	cursor: pointer;
	padding: 10px;
	position: relative;
	color: #0073aa;
}
.single-tab-nav:hover,
.single-tab-nav.selected {
	color: #0073aa;
	transition: .2s;
}
.single-tab-nav:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 0%;
    background: #0073aa;
    bottom: 0;
    left: 0;
}
.single-tab-nav.selected:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: #0073aa;
    bottom: 0;
    left: 0;
	transition: .2s;
}
.single-tab-content {
	width: 100%;
	display: none;
	position: relative;
	padding: 20px 10px;
}
.single-tab-content.selected {
	display: block;
}
.gallery img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
	border-radius: 20px;
}

.cm-hero-section:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/Ellipse-1.png);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 160px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.cm-footer-curve:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/Ellipse-2-1.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.dashboard-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: 15px;
}
.uds-stat-box {
    flex: 1;
    border: 0;
    border-radius: 0;
    padding: 20px;
    text-align: left;
    background: #fff;
    display: grid;
    grid-template-columns: 70px 1fr;
	gap: 0 10px;
}
.uds-stats > div:nth-child(1):before {
	content: url(/wp-content/uploads/2025/11/Approval.png);
	grid-area: 1 / 1 / 3 / 2;
}
.uds-stats > div:nth-child(2):before {
	content: url(/wp-content/uploads/2025/11/Approval-1.png);
	grid-area: 1 / 1 / 3 / 2;
}
.uds-stats > div:nth-child(3):before {
	content: url(/wp-content/uploads/2025/11/Approval-2.png);
	grid-area: 1 / 1 / 3 / 2;
}
.uds-stats > div:nth-child(4):before {
	content: url(/wp-content/uploads/2025/11/Approval-3.png);
	grid-area: 1 / 1 / 3 / 2;
}
.uds-stat-title {
    font-size: 16px;
    font-weight: 700;
    grid-area: 1 / 2 / 2 / 3;
}
.uds-stat-value {
    font-size: 32px;
    margin-top: 0px;
    font-weight: 700;
    color: #25a7a7;
    grid-area: 2 / 2 / 3 / 3;
	line-height: 1;
}
.uds-actions {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
.uds-actions > h3,
.uds-listings > h3 {
	font-size: 32px !important;
	font-weight: 700 !important;
}
.uds-actions > p {
	color: #64748b;
	margin-bottom: 30px;
}
.uds-buttons {
    max-width: 600px;
    margin: auto;
}
.uds-btn {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}
.uds-btn.shop {
	background-color: #BE4A5B;
}
.uds-btn.class {
	background-color: #1577A2;
}
.uds-btn.event {
	background-color: #EFAE06;
}
.uds-listings {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
}
.uds-table th {
    background: #64748B1A;
    font-weight: 700;
    padding: 15px;
	border-bottom: 0;
}
.uds-table th:first-child {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.uds-table th:last-child {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.uds-table td {
    padding: 15px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
}
.uds-table td > a,
.uds-view {
    color: #64748B;
    text-decoration: underline;
}
.uds-table tr.Shop td {
	color: #BE4A5B;
}
.uds-table tr.Class td {
	color: #1577A2;
}
.uds-table tr.Event td {
	color: #EFAE06;
}

.form-popup-card h2 {
    text-align: center;
    font-size: 32px !important;
    font-weight: 700;
    margin-bottom: 15px;
}
#popupText {
    text-align: center;
    color: #64748B;
}
.form-tabs {
    margin-bottom: 30px;
    padding: 0;
	border-bottom: 0;
}
.form-tabs li {
    cursor: pointer;
    padding: 13px 3%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid;
    font-size: 18px;
    font-weight: 700;
}
.form-tabs li[data-type="shop"] {
	color: #BE4A5B;
	border-color: #BE4A5B;
}
.form-tabs li[data-type="shop"].active,
.form-tabs li[data-type="shop"]:hover {
	color: #fff;
	background: #BE4A5B;
}
.form-tabs li[data-type="class"] {
	color: #1577A2;
	border-color: #1577A2;
}
.form-tabs li[data-type="class"].active,
.form-tabs li[data-type="class"]:hover {
	color: #fff;
	background: #1577A2;
}
.form-tabs li[data-type="event"] {
	color: #EFAE06;
	border-color: #EFAE06;
}
.form-tabs li[data-type="event"].active,
.form-tabs li[data-type="event"]:hover {
	color: #fff;
	background: #EFAE06;
}
.form-tab-content {
    border: 0;
}
.create-form {
	width: 100%;
}
.create-form .form-field {
	margin-bottom: 20px;
	width: 100%;
}
.create-form .form-field textarea, 
.create-form .form-field input {
    border-color: #64748B;
}
.create-form .form-field textarea,
.create-form .form-field input[type="file"] {
	width: 100%;
}
.create-form .form-field input[type="datetime-local"] {
    width: 100%;
    border: 1px solid;
    height: 50px;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 16px;
}
.form-field.field-confirm_professional {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.form-field .taxonomy-checkboxes {
    display: flex;
    flex-direction: column;
    color: #64748B;
}
.create-form .buttons-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.create-form .buttons-wrap button {
    height: 50px;
    padding: 13px 3%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid;
    font-size: 18px;
    font-weight: 700;
	color: #fff;
	cursor: pointer;
}
#cancel-form {
	border: 1px solid #64748B;
	background-color: #F1F5F9;
	color: #64748B;
}
#cancel-form:hover {
	color: #000;
}
.create-form .buttons-wrap button[data-type="shop"] {
	background: #BE4A5B;
}
.create-form .buttons-wrap button[data-type="class"] {
	background: #1577A2;
}
.create-form .buttons-wrap button[data-type="event"] {
	background: #EFAE06;
}
.map-filters:not(#map-filters-hp) {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.map-main {
    padding-top: 50px;
    border-top: 1px solid #000;
}
#filter-search {
    border: 1px solid #64748B;
    border-radius: 10px;
	color: #000;
}
#filter-search::placeholder {
	color: #64748B;
}
#filter-submit,
#filter-apply {
    width: 187px;
    background: #25A7A7;
    border-radius: 10px;
    font-size: 18px;
}
.results-wrap {
    text-align: left;
    color: #64748B;
    padding: 10px 0;
}
.results-wrap > p {
	margin-bottom: 10px !important;
}
#filter-toggle {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    background: #64748B21;
    border-radius: 0;
    padding: 15px;
	background: #25A7A7;
    border-radius: 10px;
    font-size: 18px;
	color: #fff;
}
#filter-toggle:hover {
	background: #005f8d;
}
#filter-advanced {
	position: relative;
}
#filter-advanced .type-wrap {
	text-align: left;
	margin-bottom: 25px;
}
#filter-advanced-show .type-wrap {
	text-align: left;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
#filter-advanced-show .filter-type-text {
	font-size: 16px;
    font-weight: 700;
	color:black;
}
/*#filter-advanced-show .type-wrap:before {
	content: "Search by:";
	font-size: 16px;
    font-weight: 700;
}
#filter-advanced-show .type-wrap:before {
	content: "Search by:";
	font-size: 16px;
    font-weight: 700;
	color:black;
}*/
#filter-type {
    padding: 10px;
    border: 1px solid #64748B;
    border-radius: 10px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    min-width: 198px;
}
#filter-advanced .tabs-wrap {
    float: left;
    width: 16.6666%;
	margin-top: 120px;
}
#filter-advanced .filter-tab-content {
    float: right;
    width: 83.3333%;
    border: 0;
    border-left: 1px solid #64748B;
    border-radius: 0;
    padding: 0 10px;
	margin-top: 120px;
	overflow: auto;
	scrollbar-color: #1577a2 #ffffff;
}
#filter-advanced .tab-pane.active {
	overflow: auto;
	flex-wrap: nowrap;
}
#filter-advanced .filter-tab-content .taxonomy-group {
    flex-basis: calc(20% - 10px);
	min-width: calc(20% - 10px);
	flex-direction: column;
}
#filter-advanced .filter-tab-content .taxonomy-group > h4 {
	font-size: 16px !important;
	line-height: 1.1 !important;
	color: #64748B;
	font-weight: 700;
}
#filter-advanced .filter-tab-content .taxonomy-group label {
    display: block;
    margin: 0 0 7px 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    position: relative;
}
#filter-advanced .filter-tab-content .taxonomy-group label:hover,
.taxonomy-group label:has(input:checked) {
	box-shadow: none;
	background: transparent;
	color: #64748B;
}
#filter-advanced .filter-tab-content .taxonomy-group label input {
	color: #64748B;
}
#filter-advanced .filter-tab-content .taxonomy-group label:before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    border: 1px solid #64748B;
    border-radius: 2px;
    position: absolute;
    left: 0;
	top: 2px;
}
.taxonomy-group label:has(input:checked):before {
	background: #1577A2;
	border-color: #1577A2;
}
#tab-shop .taxonomy-group label:has(input:checked):before {
	background: #BE4A5B;
	border-color: #BE4A5B;
}
#tab-event .taxonomy-group label:has(input:checked):before {
	background: #EFAE06;
	border-color: #EFAE06;
}
#filter-advanced .clear-filters-wrap {
    position: absolute;
    right: 0;
    top: 0;
}
#filter-advanced .clear-filters-wrap button {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato';
    text-decoration: underline;
	cursor: pointer;
	position: relative;
}
#filter-advanced .clear-filters-wrap button#clear-filters:before {
    content: "x";
    position: absolute;
    left: -6px;
}
#filter-advanced .clear-filters-wrap button#filter-apply {
    background: #64748B;
    border: 0;
    box-shadow: none;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Lato';
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    padding: 10px;
    color: #fff;
}
#filter-advanced .date-wrap {
    position: absolute;
    left: 0;
    top: 245px;
    width: 16%;
}
#filter-advanced .date-wrap input {
	border: 1px solid #64748B;
	border-radius: 10px;
}
#filter-advanced .date-wrap input::placeholder {
	color: #000;
    font-weight: 700;
}
.filter-tabs {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #64748B;
    justify-content: center;
	gap: 0;
	margin: 0;
}
.filter-tabs li {
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-weight: 700;
    transition: background 0.2s;
	height: 37px;
	position: relative;
}
.filter-tabs li:after {
	content: url(/wp-content/uploads/2025/11/Arrow-36.svg);
	position: absolute;
	right: 15px;
}
.filter-tabs li.active,
.filter-tabs li:hover {
    background: transparent;
    color: #1577A2;
}
.filter-tabs li.active[data-type="shop"],
.filter-tabs li[data-type="shop"]:hover {
	color: #BE5465;
}
.filter-tabs li.active[data-type="event"],
.filter-tabs li[data-type="event"]:hover {
	color: #EFAE06;
}
.wishlist-btn.post-page,
.item-card .wishlist-btn,
.card .wishlist-btn {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.wishlist-btn.post-page{
	right: 50px;
}
.wishlist-btn.post-page:before,
.item-card .wishlist-btn:before,
.card .wishlist-btn:before {
	content: url(/wp-content/uploads/2025/11/bookmark-1.svg);
}
.wishlist-btn.post-page[data-fav="true"]:before,
.item-card .wishlist-btn[data-fav="true"]:before,
.card .wishlist-btn[data-fav="true"]:before {
	content: url(/wp-content/uploads/2025/11/bookmark.svg);
}
.wishlist-btn.post-page img,
.item-card .wishlist-btn img,
.card .wishlist-btn img {
	display: none;
}
.card button.show-on-map {
    color: #64748B;
    background: transparent;
    text-decoration: none;
	font-size: 0px;
}
.card button.show-on-map:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(/wp-content/uploads/2025/12/Map_Pin.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.item-card .type {
	padding: 10px;
}
.card {
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0px #00000040;
}
.card .location:before {
    content: url(/wp-content/uploads/2025/11/Location.svg);
    display: inline-block;
    transform: translateY(6px);
}

.item-slider .item-card {
	border-radius: 20px;
}
.item-slider .item-card .dates {
	display: none;
}
.post-type-shop > p,
.single-shop .crea-single-tag {
    background: #bb5d70;
    width: fit-content;
    margin: 15px;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 7px;
    line-height: 1;
    font-size: 14px;
	border: 0;
}
.single-shop .crea-single-tag {
	margin: 5px 5px 5px 0px;
}
.post-type-event > p,
.single-event .crea-single-tag {
    background: #eaa810;
    width: fit-content;
    margin: 15px;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 7px;
    line-height: 1;
    font-size: 14px;
	border: 0;
}
.single-event .crea-single-tag {
	margin: 5px 5px 5px 0px;
}
.post-type-class > p,
.single-class .crea-single-tag {
    background: #1976a4;
    width: fit-content;
    margin: 15px;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 7px;
    line-height: 1;
    font-size: 14px;
	border: 0;
}
.single-class .crea-single-tag {
	margin: 5px 5px 5px 0px;
}
#filter-submit-hp {
	background: #25A7A7;
	font-size: 18px;
}
.gglobe {
    height: 30px !important;
    width: 30px !important;
}
.gtranslate_wrapper {
	margin-left: 10px;
}
.login .language-switcher .button {
	height:20px;
}
.login .language-switcher {
	padding-bottom:0px;
}
.selected-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sf-label {
    color: #000;
}
.sf-pill {
    display: inline-block;
    background: transparent;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
    position: relative;
    cursor: default;
    font-weight: 400;
}
.sf-pill strong {
    font-weight: 400;
}
.sf-pill:hover {
	color: #000;
}
.cm-black a > span {
	color: #000;
}
.wishlist-btn {
    transform: translateY(4px);
    display: inline-block;
}
.wishlist-btn:hover svg path {
    fill: #25A7A7;
}
.login_logout_link-menu {
    display: flex;
    align-items: center;
    gap: 3px;
}
@media screen and (max-width: 1024px) {
	.login-logout-link {
		text-align: center;
	}
	.dashboard-container {
		flex-direction: column;
		text-align: center;
		margin: 0;
		gap: 0;
	}
	.item-card {
    	max-width: calc(33% - 6px) !important;
	}
}
@media screen and (max-width: 800px) {
	#filter-search {
		flex-basis: 100%;
	}
	.map-filters .filter-row-1 {
		justify-content: center;
	}
	.item-card {
    	max-width: 100% !important;
	}
	.cm-hero-section:before {
		height: 30px;
	}
	.cm-footer-curve:before {
		height: 40px;
	}
	.map-filters .filter-row-1 > * {
		flex-basis: 100%;
		margin-left: 0 !important;
	}
	.map-main {
		flex-direction: column-reverse;
	}
	.map-filters:not(#map-filters-hp) {
		padding-left: 0;
		padding-right: 0;
	}
	#filter-advanced .type-wrap {
		text-align: center;
		margin-bottom: 90px;
		margin-top: 50px;
	}
	#filter-advanced .clear-filters-wrap {
		position: absolute;
		right: 0;
		top: 5px;
		text-align: center;
		left: 0;
		margin: auto;
		width: fit-content;
	}
	#filter-advanced .tabs-wrap {
		width: 100%;
		float: none;
	}
	.filter-tabs {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}
	.filter-tabs li:after {
		display: none;
	}
	#filter-advanced .filter-tab-content {
		float: none;
		width: 100%;
		border: 0;
		border-left: 0;
		border-radius: 0;
		padding: 15px 10px;
	}
	#filter-advanced .filter-tab-content .taxonomy-group {
		flex-basis: calc(50% - 10px);
		flex-direction: column;
	}
	#filter-advanced .date-wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 115px;
        min-width: 287px;
        margin: auto;
    }
	#filter-advanced {
		/*display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;*/
	}
	.login-logout-link {
        margin: 0 5px;
		font-size: 14px;
		color: #64748B;
    }
	.uds-listings {
		overflow-x: auto;
	}
	.uds-table {
		min-width: 700px;
	}
	.uds-stats {
		flex-wrap: wrap;
	}
	.uds-stat-box {
		padding: 10px;
	}
	.uds-buttons {
		flex-direction: column;
	}
	.map-main {
		padding-top: 80px;
	}
	.map-main .legend {
		top: -60px;
	}
	.off-canvas-content .awb-menu li a,
	.off-canvas-content .dashboard-container {
		font-size: 32px;
	}
	
}