/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/************************************************************ Top Bar */

#header_meta {
    height: 45px;
    background: #242424;
}
#top #header #header_meta .social_bookmarks {
    height: 45px;
	overflow: hidden;
}
#top #header #header_meta .social_bookmarks li {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .social_bookmarks li:first-child {
    border-left: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .social_bookmarks li a {
    min-width: unset;
    line-height: 45px;
    width: inherit;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: white;
}
#top #header #header_meta .social_bookmarks li a:hover {
    background: #fff;
    color: #242424;
}
#top #header #header_meta .sub_menu {
    top: auto;
    padding: 0px;
}
#top #header #header_meta .sub_menu ul {
	display: flex;
}
#top #header #header_meta .sub_menu li {
    padding: 0px;
    border: none;
}
#top #header #header_meta .sub_menu li a {
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.4);
    line-height: 45px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s all;
    align-items: center;
    color: white;
    letter-spacing: 1px;
}
#top #header #header_meta .sub_menu li:first-child a {
    border-left: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .sub_menu li a:hover {
    background: #fff;
    border-color: #fff;
    color: #242424;
}
/* Top Search */

#top-search {
    position: fixed;
    top: 0px;
    background: rgba(0,0,0,.9);
    width: 100%;
    z-index: 99999999999;
    height: 100vh;
	display: none;
}
#top-search.open {
    display: block;
}
.search-opener {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.search-opener img {
    height: 24px;
}
.admin-bar #top-search {
    top: 32px;
}
.search-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0px;
	cursor: pointer;
}
.search-close .close-inner {
    position: relative;
    height: 100%;
    width: 100%;
}
.search-close .close-inner:before {
    content: " ";
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    transform: rotate(45deg);
    top: 23px;
    right: 10px;
}
.search-close .close-inner:after {
    content: " ";
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    transform: rotate(-45deg);
    top: 23px;
    right: 10px;
}
#top-search .search-container {
    max-width: 900px;
    padding: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#top-search .search-container .widget {
    padding: 0px;
    width: 100%;
}
#top #top-search form {
    margin-bottom: 0px;
}
#top .gspro-c-poweredby {
    display: none;
}
#top #top-search .gfield input {
    font-family: inherit !important;
    font-weight: 400;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 17px;
    height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#top #top-search .gform_footer {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#top #top-search .gform_footer .gform_button {
    background: #F930A3;
    height: 60px;
    color: white;
    border-radius: 0px 30px 30px 0px;
    padding: 0px 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family:inherit;
    font-size: 18px;
    font-weight: 600;
    transition: .4s all;
}
#top #top-search .gform_footer .gform_button:hover {
    opacity: .8;
}
.search-opener {
    cursor: pointer;
    transition: .4s all;
}
.search-opener:hover {
    opacity: .8;
}
/************************************************************ Header */
#header_main .av-main-nav {
    display: flex;
    align-items: center;
}
#header #header_main .main_menu li.av-menu-button-colored {
    order: 2;
    margin-left: 15px;
}
#header .av-logo-container {
    height: 100px !important;
    line-height: 100px !important;
}
#header_main .logo a {
    display: flex;
    align-items: center;
    height: 100px;
    max-height: 100px !important;
}
#header_main .logo a img,
#header_main .logo a svg {
    max-height: 100px !important;
}
#header_main .inner-container {
    display: flex;
    align-items: center;
}
#header_main .inner-container .main_menu {
    height: 100%;
	display: flex !important;
    align-items: center;
}
#header #header_main .main_menu li {
    margin-left: 50px;
}
#header #header_main .main_menu li:first-child {
    margin-left: 0px;
}
#header #header_main .main_menu li a {
    height: auto !important;
    line-height: 1 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0px;
    text-transform: uppercase;
	font-family: "Square BT";
}
#header #header_main .main_menu li:not(.av-menu-button, .menu-item-search-dropdown,.av-burger-menu-main) a:after {
    content: " ";
    width: 0;
    height: 3px;
    background: #F930A3;
    position: absolute;
    top: 0;
    left: 50%;
	transition: .4s all;
}
#header #header_main .main_menu li:hover > a:after,
#header #header_main .main_menu li.current-menu-item > a:after,
#header #header_main .main_menu li.current-menu-ancestor > a:after {
    width: 100%;
	left: 0;
}
#header #header_main .sub-menu {
    background: #23C1E4;
    padding: 10px 0px;
    border-radius: 0px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    border: none;
    min-width: 240px;
}
#header #header_main .sub-menu li {
    margin: 0px !important;
}
#header #header_main .sub-menu li a {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 8px 20px;
    line-height: 1.2 !important;
    transition: .4s all;
    text-transform: none;
    text-align: center;
    font-weight: 400;
}
#header #header_main .sub-menu li a:after {
	display: none;
}
#header #header_main .sub-menu li:hover > a,
#header #header_main .sub-menu li.current-menu-item > a,
#header #header_main .sub-menu li.current-menu-ancestor > a {
	background: rgba(255,255,255,.1);
}
#header #header_main .main_menu .av-menu-button-colored .avia-menu-text {
	background: #F930A3 !important;
	padding: 12px 30px !important;
	color: #fff !important;
	font-size: 15px !important;
	transition: .3s all !important;
	border: none !important;
	border-radius: 0px !important;
}
#header #header_main .main_menu .menu-item-search-dropdown a {
	background: #23C1E4;
	color: #fff;
	height: 45px;
	width: 45px;
	padding-left: 15px;
}

.header-widget {
	display: flex;
	align-items: center;
	padding-left:25px;
	
}

.header-button {
	padding-left: 30px;
	padding-right: 30px;
}
.header-button .avia-button {
	font-weight: 600;
	background: #F930A3 !important;
	border-color:#F930A3 !important;
	color: #fff;
	text-transform: uppercase;
	border-radius:0px;
	padding: 12px 30px;
	letter-spacing:1.12px;
	font-family: "Square BT";
	font-size:15px;
	transition:.4s all ease;
}
.header-button .avia-button:hover {
	color:#fff;
	background:rgba(249, 48, 163,0.9) !important;
}
#header.header-scrolled .header-button .avia-button  {
	background:#000;
	border-color:#000;
}

/* Search */

#header .avia-search-tooltip {
    background: #f5f5f5;
    border: none;
}
#top #header #searchform div {
    border: none;
    border-radius: 0px;
}
#top #header #searchform #s {
    height: 40px;
    line-height: 40px;
    background: white;
    padding: 10px 40px 10px 10px;
    font-family: inherit;
    font-size: 15px;
}
#top #header #searchform #searchsubmit {
    background: #7B1C4D;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
#top #header #searchform .ajax_search_response {
    position: absolute;
    right: 0px;
    z-index: 999;
    background: white;
    border-radius: 0px;
    width: 100%;
}
#top #header #searchform .ajax_search_response h4 {
    padding: 12px 20px;
    background: #291b25;
    color: white;
    font-size: 18px;
    line-height: 1.2;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry {
    padding: 10px 20px;
}
#top #header #searchform .ajax_search_response .av_ajax_search_image {
    display: none;
}
#top #header #searchform .ajax_search_response .av_ajax_search_title {
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}
#top #header #searchform .ajax_search_excerpt {
    display: none;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry_view_all {
    background: #7B1C4D;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px;
    transition: .4s all;
    line-height: 1 !important;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry_view_all:hover {
	background-color: #291b25;
}

/************************************************************ Content */

#top {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#main p strong {
	font-weight: 500;
}
#top #main {
    padding-top: 100px !important;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main ul,
#main ol,
#main p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#main h1 {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 3.5rem !important;
    font-weight: 600;
    line-height: 1.25;
	font-family: "Square BT";
}
#main h2 {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2;
	font-family: "Square BT";
}
#main h3 {
	text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
	font-family: "Square BT";
}
#main h4 {
	font-family: "Square BT";
    text-transform: uppercase;
    font-size: 21px;
}
.page-banner {
    background: url(/wp-content/uploads/2023/07/CTA-Background.png) center no-repeat;
	background-size: cover;
    text-align: center;
    color: white;
    padding: 50px 0px;
}
#main .page-banner h1 {
    margin: 0px;
    font-size: 2.7rem !important;
}
#main .avia_textblock > *:last-child {
	margin-bottom: 0px;
}
#main .white-text * {
	color: white;
}
#main .flex-row .entry-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main .image-overlay {
	display: none !important;
}
#main .avia_image {
    border-radius: 0px;
}
#top #main .small-spacing .av-flex-placeholder {
    width: 35px;
}
#main .avia-image-container {
    margin-bottom: 0px;
}
#top #main .avia-button {
    background: #F930A3;
    border: 2px solid #F930A3;
    border-radius: 0px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 17px;
	transition: .4s all;
}
span.avia_iconbox_title {
    font-weight: 700;
}
#top #main .avia-button:hover {
    background: #000;
    border-color: #000;
	opacity: 1;
}
#main .list-checks ul li {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 8px;
}
#main .list-checks ul li:before {
    content: " ";
    width: 22px;
    height: 22px;
    background: url(Upload Image Here) center no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
}
#main .list-2col ul {
    -webkit-column-count: 2;
    column-count: 2;
	list-style: none;
}
#top #main .av-masonry-load-more {
    background: #009778;
    border: 2px solid #009778;
    border-radius: 25px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
	transition: .4s all;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
#top #main .av-masonry-load-more:hover {
	background: #008fdd;
    border-color: #008fdd;
	opacity: 1;
}
#main .avia-table th {
    background: #058D8D;
    color: white;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0px;
    border-color: #058D8D;
    padding: 10px;
}
#main .avia-table td {
    font-size: 16px;
    letter-spacing: 0px;
    border-color: #e7e7e7;
    padding: 15px;
}
#main sup {
    font-size: 50%;
    line-height: 1;
}
#main .avia-slideshow .avia-slideshow-inner {
    margin-bottom: 0px;
}
#main .avia-slideshow .avia-slide-wrap {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 550px;
    overflow: hidden;
}
#main .avia-slideshow li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top #main .flex_column_table + .flex_column_table {
    margin-top: 35px;
}
#main strong {
    color: inherit;
}
#main .contain-large {
    max-width: 975px;
    margin: 0 auto;
}
#main .avia-section.avia-section-default .content {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Grid Content */

#main .grid-img {
    padding: 0px;
}
#main .grid-img * {
    width: 100%;
}
#main .grid-content .flex_cell_inner {
    width: 100%;
    padding: 100px 70px;
    overflow: hidden;
    padding-right: calc(50vw - 605px);
}
#main .grid-content.avia-builder-el-first .flex_cell_inner {
    padding-right: 70px;
    padding-left: calc(50vw - 615px);
    max-width: 100%;
    float: right;
}

/* Sidebar */

#main .sidebar .widget_nav_menu {
    background: #00B1B0;
    border-radius: 8px;
    padding: 20px 0px;
    -webkit-position: sticky;
    position: sticky;
    top: 100px;
}
#main .sidebar .widget_nav_menu .nested_nav {
    padding: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 0px;
    top: auto;
    margin: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li:first-child {
    border-top: none;
}
#main .sidebar .widget_nav_menu li a {
    color: white;
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 25px;
	margin-right: 40px;
}
#main .sidebar .widget_nav_menu .nested_nav > li.current_page_item {
    background: #019695;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children {
    padding: 0px 0px 10px 30px;
	display: block;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li:before {
	display: none;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a {
    font-family: 'Open Sans';
    text-transform: none;
    font-size: 16px;
    padding: 5px 20px;
	margin-right: 0px;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a:hover {
    color: white;
    text-decoration: underline;
}

/* Grid Builder Facets */

#main .wpgb-area-top-2 {
    padding-bottom: 25px;
}
#top #main .wpgb-facet {
    display: flex;
    align-items: center;
    max-width: unset;
    flex: unset;
}
#top #main .wpgb-facet fieldset {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-facet-title {
    margin: 0px 20px 0px 0px;
    white-space: nowrap;
}
#top #main .wpgb-search-facet .wpgb-input {
    margin: 0px;
    height: 45px;
    border-radius: 3px;
    padding: 10px 10px 10px 35px;
    font-family: inherit;
}
#top #main .wpgb-search-facet .wpgb-input-icon {
    left: auto;
}
#top #main .wpgb-facet select {
    height: 45px;
    margin: 0px;
    font-family: inherit;
    border-radius: 3px;
    min-width: 200px;
    background: transparent;
}
#top #main .wpgb-facet .wpgb-select-controls {
    color: inherit;
    font-size: inherit;
}
#top #main .wpgb-button-facet ul {
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 0px;
}
#top #main .wpgb-button-facet li {
    margin: 0px;
}
#top #main .wpgb-button-facet li .wpgb-button {
    border: none;
    padding: 0px;
    background: transparent;
	outline: none;
}
#top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
    padding: 0px;
    background: transparent;
    font-size: 23px;
    font-weight: 600;
    color: #00AC74;
}
#top #main .wpgb-button-facet li .wpgb-button[aria-pressed="true"] .wpgb-button-label {
    color: #333;
}
#top #main .wpgb-facet .wpgb-pagination {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-pagination li a {
    font-size: 23px;
}
#top #main .wpgb-facet .wpgb-pagination li a[aria-current="true"] {
    color: #333;
}
@media screen and (max-width: 767px) {
	#top #main .wpgb-facet {
		width: 100%;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#top #main .wpgb-facet .wpgb-facet-title {
		width: 100%;
		margin: 0px 0px 10px;
	}
	#top #main .wpgb-facet fieldset {
		width: 100%;
	}
    #top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
        font-size: 20px;
    }
}

/* Subpages Widget */

#main .sidebar .widget_subpages {
    padding: 30px;
    background: #008fdd;
}
#main .sidebar .widget_subpages .widgettitle {
    color: white;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: 700;
}
#main .sidebar .widget_subpages .widgettitle a {
    color: inherit !important;
}
#main .sidebar .widget_subpages ul {
    position: relative;
}
#main .sidebar .widget_subpages li:last-child {
    border-bottom: 2px solid rgba(255,255,255,.1);
}
#main .sidebar .widget_subpages li {
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.4;
    font-size: 17px;
}
#main .sidebar .widget_subpages li a {
    color: white;
    display: block;
    padding: 8px 40px 8px 0px;
    position: relative;
}
#main .sidebar .widget_subpages li a:after {
    content: "→";
    background-size: auto;
    right: 0px;
    top: calc(50% - 15px);
    position: absolute;
    font-size: 20px;
}
#main .sidebar .widget_subpages_current_page > a {
    font-weight: 600;
}
#main .sidebar .widget_subpages_current_page > a:after {
    opacity: 0;
    display: none;
}
#main .sidebar .widget_subpages ul ul {
    padding-bottom: 10px;
}
#main .sidebar .widget_subpages ul ul li {
    border: none !important;
    font-size: 15px;
    padding-left: 10px;
}
#main .sidebar .widget_subpages ul ul li a {
    padding: 6px 15px 6px 25px;
}
#main .sidebar .widget_subpages ul ul li a:after {
    content: " ";
    width: 12px;
    height: 2px;
    background: white;
    opacity: .3;
    left: 0px;
    top: 18px;
}

/* Forms */

#main .gform_wrapper {
	margin: 0px;
}
#main .gform_wrapper form {
	margin: 0px;
}
#top #main .gfield {
	padding: 0px;
	margin: 0px;
}
#top #main .gfield_label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 5px;
}
#top #main .gfield_label .gfield_required {
    font-size: inherit;
}
#top #main .gfield .ginput_container label {
    font-size: 16px;
	font-weight: 600;
}
#main .gform_required_legend {
    display: none;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="tel"],
#top #main .gfield input[type="email"],
#top #main .gfield select,
#top #main .gfield textarea {
    background-color: #F5F5F5;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-family: inherit;
    border-radius: 0px;
	margin: 0px;
	border: 1px solid #eee;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="email"],
#top #main .gfield input[type="tel"],
#top #main .gfield select {
	height: 45px;
}
#top #main .gform_button {
    background: #F930A3;
    border: 2px solid #F930A3;
    border-radius: 0px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 15px;
	transition: .4s all;
	font-family: "Square BT"
}
#top #main .gform_button:hover {
    background: #000;
    border-color: #000;
	opacity: 1;
}
#top #main .gform_validation_errors {
    background: transparent;
    border-color: inherit;
    border-radius: 0px;
}
#top #main .gform_validation_errors h2 {
    font-size: 24px;
    margin: 0px;
    line-height: 1.2;
}
#top #main .gfield .validation_message {
    background: transparent;
    border: none;
    padding: 0px;
    font-weight: 600;
}
#top #main .gform_required_legend {
    display: none;
}
/* Date Picker */

#top .ui-datepicker-header {
    background: #f5f5f5;
    font-family: "Poppins";
    color: #333;
    border: none;
    padding: 5px;
}
#top .ui-datepicker-title {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}
#top .ui-datepicker-title select {
    margin: 0px 3px;
    width: 100%;
    text-align: left;
    text-align-last: left;
    font-family: "Poppins";
    font-size: 15px;
    background-position: 100% 50%;
}
#top .ui-datepicker .ui-datepicker-prev,
#top .ui-datepicker .ui-datepicker-next {
    top: 11px;
}
#top .ui-datepicker-header a {
    top: 5px;
}
#top .ui-datepicker-calendar th {
    font-family: "Poppins";
    padding: 5px;
    background: #1b1c4a;
    color: white;
    font-size: 15px;
}
#top .ui-datepicker-calendar th span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: 0px;
}
#top .ui-datepicker-calendar td {
    padding: 2px;
}
#top .ui-datepicker-calendar td a {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 15px;
    font-family: "Poppins";
}
#top .ui-datepicker-calendar td a.ui-state-active {
    background: #0070B9;
}
#top .ui-datepicker-calendar td a:hover {
    background: #f5f5f5;
}
#top .ui-datepicker-calendar td.ui-state-disabled span {
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: .5;
}

/* Cookie Consent */

#top .avia-cookie-consent {
    background: #005B9A;
    padding: 25px 0px;
}
#top .avia-cookie-consent .container {
    padding-right: 250px !important;
    position: relative;
    padding-left: 50px !important;
}
#top .avia-cookie-consent .avia_cookie_text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
	color: white;
    line-height: 1.5;
}
#top .avia-cookie-consent .avia_cookie_text a {
	color: white;
	text-decoration: underline;
}
#top .avia-cookie-consent .avia-cookie-consent-button {
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid white;
    padding: 14px 35px;
    font-weight: 500;
    border-radius: 35px;
    transition: .4s all;
    position: absolute;
    right: 50px;
    top: 50%;
    letter-spacing: 0px;
    transform: translate(0px, -50%);
}
#top .avia-cookie-consent .avia-cookie-consent-button:hover {
	background: white;
	border-color: white;
	color: #222;
}

@media screen and (max-width: 767px) {
    #top .avia-cookie-consent .container {
		padding-right: 7.5% !important;
		padding-left: 7.5% !important;
	}
	#top .avia-cookie-consent .avia_cookie_text {
		text-align: center;
		margin-bottom: 15px;
		font-size: 16px;
	}
	#top .avia-cookie-consent .avia-cookie-consent-button {
		position: relative;
		display: inline-block;
		top: auto;
		transform: none;
		right: auto;
		margin: 0px;
	}
}

/* Sub Navigation Element */

#top #main .av-submenu-container {
    border: none;
    background: #f5f5f5;
    padding: 10px 0px;
}
#top #main .av-submenu-container > .container > .av-subnav-menu {
    display: flex;
    justify-content: center;
}
#top #main .av-submenu-container li {
    margin: 0px 10px;
    width: auto;
}
#top #main .av-submenu-container li a {
    background: transparent;
    border: none;
    letter-spacing: 0px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px;
    font-family: 'Square BT';
	white-space: nowrap;
    color: #000;
}
#top #main .av-submenu-container .sub-menu {
    background: #23C1E4;
    border: none;
    padding: 12px 0px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    width: auto;
}
#top #main .av-submenu-container .sub-menu li a {
    color: white;
    text-transform: none;
    font-weight: 100;
    padding: 10px 20px;
    line-height: 1.2;
    text-align: center;
    transition: .4s all;
    letter-spacing: 0px;
    white-space: nowrap;
    font-size: 13px;
}
#top #main .av-submenu-container .sub-menu li:hover > a {
	background: rgba(255,255,255,.1);
}

@media screen and (max-width: 1700px) {
	#top #main .av-submenu-container li {
		margin: 0px 5px;
		width: auto;
	}
	#top #main .av-submenu-container li a {
		font-size: 11px;
	}
}

@media screen and (max-width: 1500px) {
	#top #main .av-submenu-container li {
		padding: 7px 0px;
	}
}

@media screen and (max-width: 989px) {
    #top #main .av-submenu-container .mobile_menu_toggle {
		background: transparent;
		border: none;
		text-transform: uppercase;
		color: #000;
		font-size: 20px;
		letter-spacing: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top #main .av-submenu-container .mobile_menu_toggle span {
		font-size: inherit;
	}
	#top #main .av-submenu-container .mobile_menu_toggle:before {
		font-size: 28px;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu {
		flex-wrap: wrap;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu {
		display: none;
		justify-content: center;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu.av-open-submenu {
		display: block;
	}
	#top #main .av-subnav-menu > li {
		display: block;
		width: 100%;
		padding: 0px 25px;
		border: none;
	}
	#top #main .av-submenu-container li a {
        font-size: 14px;
        padding: 6px 0px;
        text-align: left;
        color: #000;
		margin: 0px;
        position: relative;
    }
	#top #main .av-submenu-container li.menu-item-has-children > a:after {
		content: " ";
		width: 10px;
		height: 10px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		position: absolute;
		transform: rotate(45deg);
		right: 2px;
		top: 8px;
	}
	#top #main .av-submenu-container li a:before {
		display: none;
	}
	#top #main .av-submenu-container .sub-menu {
		margin: 0px;
		transform: none;
		background: transparent;
		padding: 0px;
	}
	#top #main .av-submenu-container .sub-menu li {
		border: none;
	}
	#top #main .av-submenu-container .sub-menu li a {
		color: #000;
		text-align: left;
		padding: 8px 0px 8px 25px;
		font-size: 14px;
	}
	#top #main .av-subnav-menu .sub-menu li a:before {
		display: block;
		content: " ";
		width: 10px;
		height: 2px;
		background: #000;
		position: absolute;
		left: 5px;
		margin: 0px;
		top: 15px;
		opacity: .5;
	}
	#top .sticky_placeholder {
		display: none;
	}
}

/* Blog */

#main .container_wrap {
    border: none;
}
#top #main .template-blog .entry-content-wrapper {
    max-width: 1000px;
    text-align: unset;
    font-size: inherit;
    line-height: inherit;
}
#top #main .template-blog .entry-content-wrapper > * {
    max-width: 100%;
}
#top #main .template-blog .post-meta-infos {
    margin: 0px 0px 25px;
    font-size: 20px;
}
#main .template-blog .post_delimiter {
    display: none;
}
#top #main .av-share-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#top #main .av-share-box ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    font-size: 20px;
    text-decoration: none;
}
#top #main .av-share-box ul li .avia-tt {
    display: none !important;
}

/************************************************************ Goodshuffle */

/* Custom Filters */

#main .filter-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .gs-filter {
    display: flex;
    align-items: center;
    margin-left: 20px;
    justify-content: flex-end;
    margin-bottom: 25px;
}
#main .gs-filter:first-child {
	margin-left: 0px;
}
#main .gs-filter .filter-heading {
    margin-right: 15px;
    font-family: Montserrat;
    font-weight: 700;
    white-space: nowrap;
    font-size: 18px;
}
#main .gs-filter select {
    margin: 0px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 300px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: none;
    min-width: 250px;
    background-position: 100% 50%;
    border-radius: 3px;
    height: 45px;
}
#main .gs-filter select option {
    font-weight: 400;
}

/* Catalog */

body gspro-item-list .gspro-o-card-grid {
    gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
#main .gspro-o-card-grid {
    display: flex;
	gap: 0;
	justify-content: center;
    flex-wrap: wrap;
}
#main .gspro-o-card-grid .gspro-c-item-card {
    width: calc(100% / 4 - 20px);
    margin: 0px;
	background: transparent;
}
#main .gspro-c-item-gallery .gspro-o-control-bar form,
#main .gspro-c-item-list .gspro-o-control-bar form {
    border: 1px solid #ccc;
    border-radius: 0px;
}
#main .gspro-c-item-gallery .gspro-o-control-bar form input,
#main .gspro-c-item-list .gspro-o-control-bar form input {
    font-family: 'Montserrat';
    font-size: 18px;
	margin: 0px;
    padding: 15px;
}
body gspro-item-card {
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-right: none;
    padding: 5px;
    background: white;
}
body gspro-item-card:nth-child(4n+4),
body gspro-item-card:last-child {
    border-right: 1px solid #e9e9e9;
}
body gspro-item-card:nth-child(n+5) {
    border-top: none;
}
#main .gspro-c-item-gallery .gspro-o-control-bar form .gspro-o-button,
#main .gspro-c-item-list .gspro-o-control-bar form .gspro-o-button {
    border-radius: 0px;
    background: #F930A3;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: white;
    letter-spacing: 3px;
    transition: .4s all;
    line-height: 1;
    height: auto;
    padding: 15px 10px;
    min-height: 0px;
    text-transform: uppercase;
}
#main .gspro-c-item-gallery .gspro-o-control-bar form .gspro-o-button span,
#main .gspro-c-item-list .gspro-o-control-bar form .gspro-o-button span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
}
#main .gspro-c-item-gallery .gspro-o-control-bar form .gspro-o-button:hover,
#main .gspro-c-item-list .gspro-o-control-bar form .gspro-o-button:hover {
	background: #F930A3;
	color: white;
	opacity: 1;
}
#main .gspro-c-item-gallery .gspro-c-item-gallery__toggle-filters,
#main .gspro-c-item-list .gspro-c-item-gallery__toggle-filters {
    border-radius: 0px;
    background: #F930A3;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    transition: .4s all;
}
#main .gspro-c-item-gallery .gspro-c-item-gallery__toggle-filters span,
#main .gspro-c-item-list .gspro-c-item-gallery__toggle-filters span {
    font-family: inherit;
	font-size: inherit;
    font-weight: inherit;
}
#main .gspro-c-item-gallery .gspro-c-item-gallery__toggle-filters:hover,
#main .gspro-c-item-list .gspro-c-item-gallery__toggle-filters:hover {
    background: #f7f7f7;
    color: #F930A3;
    filter: none;
}
#main .gspro-c-item-gallery gspro-item-list .gspro-o-card-grid,
#main .gspro-c-item-list gspro-item-list .gspro-o-card-grid,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid {
    grid-gap: 20px;
}
#main .gspro-c-item-gallery .gspro-c-item-card__preview img,
#main .gspro-c-item-list .gspro-c-item-card__preview img,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-c-item-card__preview img {
    width: 100%;
    object-fit: contain;
	height: 200px;
}
#main .gspro-c-item-gallery .gspro-c-item-card__detail,
#main .gspro-c-item-list .gspro-c-item-card__detail,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-c-item-card__detail {
    background: white;
    position: unset;
    padding: 14px 12px 12px 12px;
    border: none;
}
body .gspro-c-item-card__add {
    bottom: 80px;
    top: 5px;
    right: 5px;
}
#main .gspro-c-item-gallery h3,
#main .gspro-c-item-list h3,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid h3 {
    font-weight: 600;
    font-size: 15px;
    margin: 0px 0px 5px;
    text-align: left;
    background: transparent;
    color: #000;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    font-family: "Montserrat";
    height: auto;
    white-space: normal;
}
#main .gspro-c-item-gallery h3 a,
#main .gspro-c-item-list h3 a,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid h3 a {
    font-family: "Montserrat" !important;
    font-size: inherit;
    font-weight: 400;
}
#main .gspro-c-item-gallery .gspro-c-item-card__price,
#main .gspro-c-item-list .gspro-c-item-card__price,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-c-item-card__price {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    text-transform: none;
    color: #777;;
}
#main .gspro-c-item-gallery .gspro-c-item-card__quantity,
#main .gspro-c-item-list .gspro-c-item-card__quantity,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-c-item-card__quantity {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #F930A3;
}
#main .gspro-c-item-gallery .gspro-o-card__add .gspro-o-button,
#main .gspro-c-item-list .gspro-o-card__add .gspro-o-button,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-o-card__add .gspro-o-button {
    background: #e9e9e9;
    border-radius: 0px;
	border: none;
    transition: .4s all;
	filter: none;
}
#main .gspro-c-item-gallery .gspro-o-card__add .gspro-o-button:hover,
#main .gspro-c-item-list .gspro-c-item-card__in-wishlist .gspro-o-card__add .gspro-o-button,
#main .gspro-c-item-list .gspro-o-card__add .gspro-o-button:hover,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-o-card__add .gspro-o-button:hover {
	background: #F930A3;
}
#main .gspro-c-item-gallery .gspro-o-card__add .gspro-o-button:hover .gspro-o-icon,
#main .gspro-c-item-list .gspro-c-item-card__in-wishlist .gspro-o-card__add .gspro-o-button .gspro-o-icon,
#main .gspro-c-item-list .gspro-o-card__add .gspro-o-button:hover .gspro-o-icon,
.gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-o-card__add .gspro-o-button:hover.gspro-o-icon {
	filter: brightness(0) invert(1);
}
.gspro-c-item-card .gspro-c-item-card__add .gspro-o-icon {
    width: 24px;
    height: 24px;
	background: url(/wp-content/uploads/2024/11/plus-8.svg) center no-repeat;
    display: flex;
	background-size: contain;
	filter: brightness(0);
}
.gspro-c-item-card .gspro-c-item-card__add .gspro-o-icon svg {
    display: none;
}
.gspro-c-item-card .gspro-c-item-card__add .gspro-o-icon span {
    display: none;
}
#main .gspro-c-item-card__in-wishlist .gspro-o-card__add .gspro-o-button svg {
    display: none;
}
#main .gspro-c-item-card__in-wishlist .gspro-o-card__add .gspro-o-button .gspro-o-icon {
    background-image: url(/wp-content/uploads/2024/11/check-mark-8.svg);
}
#main .gspro-c-item-card__in-wishlist .gspro-o-card__add .gspro-o-button .gspro-o-icon:before {
	display: none;
}
#main .gspro-c-item-gallery .gspro-c-modal__content,
#main .gspro-c-item-list .gspro-c-modal__content {
    padding: 12px 0px;
}
.gspro-c-item-detail .gspro-c-item-detail__related > h3 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 2rem;
}
#main .gspro-c-item-gallery #categories li {
    margin: 0px 0px 5px;
}
#main .gspro-c-item-gallery #categories li a {
    background: #f5f5f5;
    padding: 10px 20px;
}
#main .gspro-c-item-gallery #categories .gspro-u-active > a {
    background: #e7bfa5;
    color: #F930A3;
}
#-content .gspro-c-item-gallery #categories .gspro-o-subcategories {
    padding: 10px 0px;
}
#main .gspro-c-item-gallery #categories .gspro-o-subcategories li a {
    background: transparent;
    font-size: 14px;
    padding: 6px 20px 6px 40px;
    line-height: 1.1;
}
#main .gspro-c-item-gallery #categories .gspro-o-subcategories li a .gspro-u-label {
    font-size: inherit;
}
#main .gspro-c-item-gallery #categories .gspro-u-badge {
    margin-top: 2px;
}
#main .gspro-c-item-gallery #categories .gspro-o-subcategories li a.gspro-u-active {
    color: #da8f61;
}
#main .gspro-c-item-gallery .gspro-o-filter-container {
    z-index: 999;
}
#main .gspro-c-item-gallery .gspro-c-item-filter form {
    padding: 15px;
    background: #f5f5f5;
    border-top: 5px solid #F930A3;
    box-shadow: 1px 1px 8px rgba(0,0,0,.1), -1px -1px 8px rgba(0,0,0,.1);
}
#main .gspro-c-item-gallery .gspro-c-item-filter__attribute {
    border: none;
    padding: 0px;
}
#main .gspro-c-item-gallery .gspro-c-item-filter__attribute h4 {
    color: #F930A3;
    font-family: 'Montserrat';
    border: none;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
}
#main .gspro-c-item-gallery .gspro-c-item-filter__attribute label {
    font-weight: 400;
}
#main .gspro-c-item-gallery .gspro-c-item-filter__reset {
    font-family: 'Montserrat';
    border: none;
    padding: 0px;
    font-size: 15px;
    background: #F930A3;
    color: white;
    border-radius: 0px;
    transition: .4s all;
}
#main .gspro-c-item-gallery .gspro-c-item-filter__reset:hover {
	opacity: .8;
}
#main .gspro-c-item-gallery .gspro-o-pagination {
    border: none;
}
#main .gspro-c-item-gallery .gspro-o-pagination .gspro-o-button {
    border-radius: 0px;
    background: #f7f7f7;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #F930A3;
    transition: .4s all;
    border: none;
    padding: 14px 45px;
    line-height: 1;
    min-height: 0px;
}
#main .gspro-o-pagination a {
    background: #d39b86;
    color: white;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 14px!important;
    transition: .4s all;
    border: none;
    text-transform: uppercase;
    padding: 8px 25px;
    line-height: 1;
}

/* Products */

gspro-item-detail .gspro-o-toolbar {
    background: #e9e9e9;
    color: #000;
}
.gspro-o-toolbar span,
.gspro-o-toolbar span a {
    font-family: 'Montserrat';
    font-size: 16px;
}
gspro-item-detail .gspro-o-toolbar .gspro-o-button {
    background: transparent;
    border: none;
}
gspro-item-detail .gspro-o-toolbar .gspro-o-button:hover {
    background: rgba(0,0,0,.1);
}
gspro-item-detail .gspro-o-toolbar .gspro-o-icon use {
    fill: #000;
}
gspro-item-detail .gspro-c-item-wrapper {
    padding: 25px;
}
.gspro-gallery-omni-present .gspro-c-item-detail__title {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Square BT";
    color: #000;
    letter-spacing: 0px;
    line-height: 1.2;
}
.gspro-gallery-omni-present .gspro-c-item-detail__meta span {
    display: inline-block;
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat';
    border-color: #777;
    font-weight: 600;
    padding: 5px 18px;
    letter-spacing: 1px;
}
.gspro-gallery-omni-present .gspro-c-item-detail__meta span.gspro-c-item-detail__quantity {
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}
.gspro-gallery-omni-present .gspro-o-form .gspro-o-label {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333;
    text-transform: none;
}
.gspro-gallery-omni-present .gspro-o-form .gspro-o-label label {
    margin: 0px;
    font-weight: inherit;
}
#top .flatpickr-wrapper {
    width: 100%;
}
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper select,
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper input[type="text"],
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper input[type="number"] {
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Montserrat';
    background: transparent;
    width: 100%;
	margin: 0px;
	height: 40px;
}
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper .gspro-o-button {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    min-width: 40px;
	transition: .4s all;
    min-height: 40px;
}
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper .gspro-o-button:hover {
    background: #F930A3;
}
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper .gspro-o-button:hover svg use {
    fill: white;
}
#top .gspro-gallery-omni-present .gspro-o-form .gspro-o-form__group .gspro-o-form__input-wrapper .gspro-o-button + input[type="number"] {
    margin: 0px 5px;
}
.gspro-gallery-omni-present .gspro-c-item-detail__props .gspro-o-button--primary {
    background: #F930A3;
    color: white;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px!important;
    transition: .4s all;
    text-transform: uppercase;
    border: none;
    padding: 20px;
    line-height: 1.2;
}
.gspro-gallery-omni-present .gspro-c-item-detail__props .gspro-o-button--primary:hover {
	background: #191617;
	color: white;
}
.gspro-gallery-omni-present .gspro-o-list-item {
    border: none;
}
body gspro-item-detail .gspro-o-details {
    font-size: 16px;
    font-family: 'Montserrat';
}
.gspro-gallery-omni-present .gspro-o-list-item .gspro-o-list-item__primary {
    background: #f7f7f7;
    border: none;
    padding: 0px;
    min-height: 0px;
}
.gspro-gallery-omni-present .gspro-o-list-item .gspro-o-list-item__primary h2 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0px;
}
.gspro-gallery-omni-present .gspro-o-list-item .gspro-o-list-item__secondary .gspro-o-details p,
.gspro-gallery-omni-present .gspro-o-list-item .gspro-o-list-item__secondary .gspro-o-details dt,
.gspro-gallery-omni-present .gspro-o-list-item .gspro-o-list-item__secondary .gspro-o-details dd {
    font-size: 16px;
    font-family: 'Montserrat';
}
.gspro-gallery-omni-present .gspro-o-list-item .gspro-o-list-item__secondary .gspro-o-details > p:last-child {
    margin: 0px;
}

/* Wishlist */

body gspro-item-choices .flatpickr-calendar.static.open {
    padding: 0px;
}
gspro-wishlist[data-mode=collapse] {
    width: 140px;
    height: 50px;
}
.gspro-gallery-omni-present .gspro-c-wishlist__trigger {
    background: #F930A3;
    border-radius: 0px;
}
.gspro-gallery-omni-present .gspro-c-wishlist__trigger .gspro-o-icon--wishlist {
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gspro-gallery-omni-present .gspro-c-wishlist__trigger .gspro-o-icon--wishlist::before {
    content: "My Wishlist";
    color: white;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
}
.gspro-gallery-omni-present .gspro-c-wishlist__trigger svg {
    display: none;
}
.gspro-gallery-omni-present .gspro-c-wishlist__trigger .gspro-c-wishlist__count {
    background: #191617;
    left: calc(50% - 12px);
}
.gspro-gallery-omni-present header.gspro-o-toolbar .gspro__wishlist_title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.gspro-gallery-omni-present .gspro-c-duration__summary {
    margin: 0px;
}
.gspro-gallery-omni-present .gspro-c-duration__summary span {
    font-family: 'Montserrat';
    font-size: 17px;
}
.gspro-gallery-omni-present .gspro-c-duration__summary span.gspro-o-time-label {
    font-size: 80%;
    font-weight: inherit;
}
.gspro-gallery-omni-present .gspro-o-top-surface .gspro-c-wishlist__items li {
    padding: 5px;
}
.gspro-gallery-omni-present .gspro-o-top-surface .gspro-c-wishlist__items li .gspro-o-list-item__primary {
    background: transparent;
}
.gspro-gallery-omni-present .gspro-o-top-surface .gspro-o-list-item__primary .gspro-o-thumb {
    border-radius: 0px;
}
.gspro-gallery-omni-present .gspro-o-top-surface .gspro-c-wishlist__items li .gspro-o-list-item__primary h2 {
    padding-left: 0px;
    margin: 0px 0px 5px;
}
#top fieldset {
    margin: 0px;
}
#top legend {
    font-size: inherit;
    font-weight: 700;
}
#top #notes legend {
    padding: 0px 15px;
}
#top #location legend {
    padding: 0px 15px 15px;
}
#top #event legend {
    display: block;
    text-align: center;
    color: white;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: inherit;
}
#top legend span {
    color: inherit;
    font-size: inherit;
	font-weight: inherit;
}
#top .gspro-c-wishlist__content input,
#top .gspro-c-wishlist__content textarea {
    margin: 0px;
    font-family: 'Montserrat';
}
.gspro-gallery-omni-present .gspro__wishlist_item_footer .gspro-o-button--warning {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    padding: 10px 30px;
    line-height: 1;
    transition: .4s all;
}
.gspro-gallery-omni-present .flatpickr-calendar {
    padding: 10px;
}
.gspro-gallery-omni-present .flatpickr-calendar .flatpickr-current-month {
    padding: 0px;
}
.gspro-gallery-omni-present .flatpickr-calendar select,
.gspro-gallery-omni-present .flatpickr-calendar .flatpickr-months input {
    font-weight: 600;
    font-size: 16px !important;
    font-family: 'Montserrat';
    height: auto !important;
}
#top .flatpickr-weekday {
    background: #F930A3;
    color: white;
    padding: 10px;
}
.gspro-gallery-omni-present .gspro-c-duration__inputs {
    background: #f5f5f5;
    padding: 20px;
}
.gspro-gallery-omni-present .gspro-c-duration__inputs label {
    color: #F930A3;
}
.gspro-gallery-omni-present .gspro-c-duration__inputs select {
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 0px;
}
#top .gspro-flatpickr-input {
    margin: 0px !important;
    font-family: 'Montserrat';
    color: #333;
}
#top .gspro-c-wishlist select {
    margin: 0px;
    font-family: 'Montserrat';
    padding: 0px 10px;
    background-position: 100% 50%;
}
#top gspro-duration .flatpickr-month {
    height: auto;
    padding: 0px 0px 10px;
}
#top .flatpickr-calendar .flatpickr-current-month {
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
}
#top select.flatpickr-monthDropdown-months {
    border: none;
    background-color: #f5f5f5;
    width: 50%;
	margin: 0px 3px;
}
#top select.flatpickr-monthDropdown-months + .numInputWrapper {
    width: 50%;
    border: none;
    margin: 0px 3px;
}
#top select.flatpickr-monthDropdown-months + .numInputWrapper input {
    background: #f5f5f5;
    border: none;
    padding: 0px 10px;
}
#top .flatpickr-next-month,
#top .flatpickr-prev-month {
    line-height: 38px;
}
#top .gspro-c-item-wrapper .gspro-c-item-choices__duration {
    display: none;
}
#items .gspro-c-item-choices__duration {
    display: none;
}
#items legend {
    padding: 5px 5px 0px 5px;
}
.gspro-gallery-omni-present .gspro-c-duration__inputs button {
    font-family: 'Montserrat';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 0px;
    padding: 15px 25px 13px;
    font-weight: 700;
	border: none;
    line-height: 1;
}
.gspro-gallery-omni-present .gspro-c-duration__inputs button.gspro-o-button--reverse {
    background: #F930A3;
	color: #fff;
	transition: .4s all;
}
.gspro-gallery-omni-present .gspro-c-duration__inputs button.gspro-o-button--reverse:hover {
	opacity: .8;
	filter: none;
}
.gspro-gallery-omni-present .gspro-c-wishlist__footer button {
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 0px;
    padding: 12px 25px;
    line-height: 1;
    font-weight: 700;
    min-height: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gspro-gallery-omni-present .gspro-c-wishlist__footer button span {
    font-family: inherit;
    font-size: inherit;
}
.gspro-gallery-omni-present .gspro-c-wishlist__footer button.gspro-o-button--primary {
    background: #F930A3;
    color: white;
    transition: .4s all;
    border: none;
    font-style: normal;
    padding: 19px 15px 15px 15px;
}
.gspro-gallery-omni-present .gspro-c-wishlist__footer button.gspro-o-button--primary:hover {
	background: #F930A3;
	color: white;
	filter: none;
}
.gspro-gallery-omni-present .gspro-c-wishlist__scroll[data-step="1"] .gspro-c-wishlist__footer .gspro-o-button:hover {
	opacity: .8;
}
.gspro-gallery-omni-present .gspro-o-form #contact .gspro-o-label,
.gspro-gallery-omni-present .gspro-o-form #location .gspro-o-label,
.gspro-gallery-omni-present .gspro-o-form #notes .gspro-o-label {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
}
.gspro-gallery-omni-present .gspro-o-form #contact .gspro-o-label span,
.gspro-gallery-omni-present .gspro-o-form #location .gspro-o-label span,
.gspro-gallery-omni-present .gspro-o-form #notes .gspro-o-label span {
    font-family: inherit;
}

@media screen and (max-width: 767px) {
	gspro-media-gallery .gspro-c-media-gallery__no-image {
			display: none;
	}
}

#top form {
	margin-bottom: 0px;
}

/************************************************************ Footer */
#main .footer-container ul li a {
	text-decoration: none !important;
	font-size: 15px;
}
#main .footer-container p {
	font-size: 15px;
	margin-bottom: 10px;
}
#main .footer-container a {
	text-decoration: none !important;
	font-size: 15px;
}
#main .footer-container .footer-socials i {
	color: #fff;
	text-align: center;
	line-height: 35px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 0;
	margin: 0px 2px;
	transition: all 0.4s ease-in-out;
}
#main .footer-container .footer-socials i:hover {
	border-color: #F930A3;
	background: #F930A3;
	color: white;
}
#top #footer {
    border: none;
    padding: 65px 0px;
}
#top #footer .widget {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,.8);
}
#top #footer .widget:last-child {
    margin-bottom: 0px;
}
#footer .widgettitle {
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 800;
}
#footer .widget.widget_media_image {
    text-align: center;
}
#footer ul li {
    padding: 0px;
    margin: 0px 0px 7px;
}
#top #footer .widget a {
    color: rgba(255,255,255,.8);
    transition: .4s all;
}
#top #footer .widget a:hover {
    color: #008fdd;
}
#top #footer .footer-socials {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
#top #footer .footer-socials a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#top #footer .footer-socials a:hover {
    background: rgba(255,255,255,.2);
}
#top #footer .footer-socials a img {
    height: 20px;
}
#top #socket {
    margin: 0px;
    border: none;
}
#top #socket .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#top #socket .copyright {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    padding: 25px 0px;
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.35;
}
#main .footer-container .av_textblock_section ul,
#main .footer-container .av_textblock_section ul li {
	margin: 0 !important;
}


/************************************************************ To fix underlined links */

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
#top .av-submenu-container .container{
	max-width:100%;
}
#top #main .av-submenu-container > .container > .av-subnav-menu{
	padding:0 10px;
	flex-wrap:wrap;
}
/************************************************************ Responsive */

#main .wpgb-card div[class*="wpgb-block"] {
    white-space: normal;
}

@media screen and (max-width: 1610px) {
	#header #header_main .main_menu li {
		margin-left:30px;
	}
	#header_main .logo a{
		width:300px;
	}
	.header-button{
		padding-right:0px;
		padding-left:25px;
	}
	.header-button .avia-button{
		padding:12px 20px;
		letter-spacing:1px;
		font-size:12px;
	}
	#header #header_main .main_menu li a{
		font-size:14px;
	}
}

@media screen and (max-width: 1310px) {
    #top #main .grid-content {
        padding-right: 50px;
        padding-left: 50px;
    }
	#main .footer-container  h4{
		font-size:18px;
	}
	#main .footer-container{
		font-size:17px;
	}
	#main .gspro-o-card-grid .gspro-c-item-card {
		width: calc(100% / 3 - 20px);
	}
	#main h4 {
		font-size: 19px;
	}
	#main .filter-row {
		flex-wrap: wrap;
		row-gap: 20px;
	}
}

@media screen and (max-width:1310px) and (min-width:990px) {
	#header_main .inner-container .main_menu{
		flex-direction:column-reverse;
		align-items:flex-end;
	}
}

@media screen and (max-width: 1200px){
	#main .footer-container .list-2col ul {
		column-count:1;
	}
	.footer-container div .flex_column {
        margin-left: 3%;
        width: 30%;
        margin-bottom: 40px;
    }
	#main .gs-filter select {
		min-width: 200px;
	}
}

@media screen and (max-width: 989px) {
	#top #header #header_main li.av-burger-menu-main > a {
    	height: 100px !important;
   		line-height: 100px !important;
		padding: 0px !important;
	}
	.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a{
		background-color:transparent !important;
	}
    #header #header_main .main_menu .av-burger-menu-main > a:after {
		display: none;
	}
	#header .av-hamburger-inner,
	#header .av-hamburger-inner:before,
	#header .av-hamburger-inner:after {
    	background: #fff !important;
	}
	#top #header .av-burger-overlay-scroll {
    	background: #000;
	}
    #top #av-burger-menu-ul {
        vertical-align: top;
	}
	#top #header #header_main li a {
    	font-size: 16px;
    	padding: 17px 30px;
    	color: white !important;
    	border: none;
	}
	#header_main li a:after {
		display: none;
	}
	.avia-menu{
		display:flex;
	}
	#top #header #header_main .sub-menu {
    	width: 100%;
    	margin: 0px;
    	background: rgba(255,255,255,.1);
    	padding: 10px 0px;
    	border-radius: 0px;
        transform: none;
	}
    #top #header #header_main li {
		margin-left: 0px;
	}
	#top #header #header_main .sub-menu li a {
    	font-size: 17px;
    	border: none;
    	padding: 12px 20px 12px 70px;
    	font-family: inherit;
	}
	#top #header #header_main .sub-menu li a .avia-bullet {
    	background: white;
	}
	#top #header #header_main #av-burger-menu-ul li:hover > a {
    	background: rgba(255,255,255,.1) !important;
	}
    #top #header #header_meta .sub_menu {
		width: 100%;
	}
	#top #header #header_meta .sub_menu ul {
		width: 100%;
		justify-content: center;
	}
    #top #wrap_all #header .social_bookmarks {
		display: none;
	}
	#main .page-banner h1{
		font-size:2.5rem !important;
	}
	#av-burger-menu-ul li ul{
		background:transparent !important;
	}
}
@media screen and (max-width: 989px) {

    #main .avia_textblock img.alignright,
	#main .avia_textblock img.alignleft,
    #main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		max-width: 35%;
	}
	#main h2{
		font-size:2rem;
	}
	#top #main .avia-button{
		padding:12px 25px;
	}
}

@media screen and (max-width: 767px) {
	.avia-menu{
		display:flex;
	}
	#header_main .logo a{
		width:250px;
	}
	#header_main .inner-container .main_menu{
		height:100px !important;
	}
	#top #wrap_all #main .flex_column {
        margin-bottom: 35px;
    }
    #top #wrap_all #main .flex_column:last-child {
    	margin-bottom: 0px;
	}
	#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    	margin-top: 35px;
	}
	#top #main .avia-section .content {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
    #main .avia-table .avia-heading-row {
        display: none;
    }
    #main .avia-table tr {
        padding-bottom: 10px;
    }
    #main .avia-table tr:nth-child(odd) {
        background: #f7f7f7;
    }
    #main .avia-table td {
        padding: 10px 10px 0px 10px;
        border: none;
    }
    #main .avia-table td:before {
        font-style: normal;
        font-size: inherit;
        font-weight: 700;
        line-height: 1.5;
        margin: 0px 0px 8px;
    }
    #top #wrap_all #main .av-columns-reverse .flex_column.avia-builder-el-last,
	#top #wrap_all #main .av-columns-reverse .flex_column:last-child {
		margin-bottom: 35px !important;
	}
	#top #wrap_all #main .av-columns-reverse .flex_column.avia-builder-el-first,
	#top #wrap_all #main .av-columns-reverse .flex_column:first-child {
		margin-bottom: 0px !important;
	}
    #top #main .flex_column_table {
    	margin-top: 0px;
		margin-bottom: 35px;
	}
    #top #wrap_all #main .flex_column.avia-builder-el-no-sibling {
		margin-bottom: 0px;
	}
	#top #main .flex_column_table:last-child {
		margin-bottom: 0px;
	}
    #top #wrap_all #main .sidebar {
        border: none;
        padding: 0px;
        margin-bottom: 35px;
    }
    #main img.alignright,
	#main img.alignleft,
	#main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
    #main .list-2col ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
	#main h2{
		font-size:1.82rem;
	}

	.footer-container{
		text-align:center;
	}
	#main .page-banner h1{
		font-size:2rem !important;
	}
	#main .avia-slideshow .avia-slide-wrap{
		padding-bottom:420px;
	}
	#main h2{
		font-size:1.52rem;
	}
	#main h3{
		font-size:1.34rem;
	}
	#main h4{
		font-size:18px;
	}
	#top , body{
		font-size:17px;
	}
	#top #main .avia-button{
		padding:12px 25px;
	}
	#main .filter-holder {
		flex-direction: column;
	}
	#main .gs-filter {
		width: 100%;
		margin: 0px 0px 12px;
	}
	#main .gs-filter .filter-heading {
		display: none;
	}
	#main .gs-filter select {
		width: 100%;
		max-width: 100%;
	}
	#header .header-button {
		display: none;
	}
	#header .search-opener {
		width: 24px;
	}
	.header-widget {
		padding-left: 15px;
	}
	#top #wrap_all #header .av-logo-container {
		height: 70px !important;
		line-height: 70px !important;
	}
	#header_main .inner-container .main_menu {
		height: 70px !important;
	}
	#top #header #header_main li.av-burger-menu-main > a {
        height: 70px !important;
        line-height: 70px !important;
    }
	#header_main .logo a img,
	#header_main .logo a svg {
		max-height: 20px !important;
	}
	#top #main .slide-text h1 {
        font-size: 2rem !important;
    }
	#top #main .slide-text a {
		font-size: 14px;
		padding: 17px 30px !important;
	}
	#main rs-bullets {
		display: none;
	}
	#main .gspro-o-card-grid .gspro-c-item-card {
		width: 50%;
	}
	#main .gspro-c-item-gallery .gspro-c-item-card__preview img, #main .gspro-c-item-list .gspro-c-item-card__preview img, .gspro-gallery-omni-present .gspro-c-item-detail .gspro-c-item-detail__related .gspro-o-card-grid .gspro-c-item-card__preview img {
		height: 140px;
	}
	#top #main .wpgb-facet {
        margin-left: auto;
        margin-right: auto;
    }
	#main .filter-row {
        row-gap: 0px;
    }
	#main .hover-box {
		margin-bottom: 0px !important;
	}
	#main .avia-slideshow .avia-slide-wrap {
        padding-bottom: 56.25%;
	}
	#top-search .search-container {
		padding: 50px 7.5%;
	}
	#top #top-search .gform_footer {
		position: relative;
		width: 100%;
		margin: 15px 0px 0px;
	}
	#top #top-search .gform_footer .gform_button {
		width: 100%;
		border-radius: 35px;
	}
}