.with_frm_style{
--form-width:100%;--form-align:left;--direction:ltr;--fieldset:0px;--fieldset-color:#000000;--fieldset-padding:0 0 15px 0;--fieldset-bg-color:transparent;--title-size:40px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:60px;--form-desc-size:14px;--form-desc-color:#666666;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--form-desc-padding:0;--font-size:15px;--label-color:#3f4b5b;--weight:normal;--position:none;--align:left;--width:150px;--required-color:#B94A48;--required-weight:bold;--label-padding:0 0 3px 0;--description-font-size:12px;--description-color:#666666;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0;--field-font-size:14px;--field-height:32px;--line-height:32px;--field-width:100%;--auto-width:100%;--field-pad:6px 10px;--field-margin:20px;--field-weight:normal;--text-color:#555555;--border-color:#BFC3C8;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#66afe9;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#B94A48;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#ffffff;--border-color-disabled:#E5E5E5;--text-color-disabled:#A1A1A1;--radio-align:block;--check-align:block;--check-font-size:13px;--check-label-color:#444444;--check-weight:normal;--section-font-size:18px;--section-color:#444444;--section-weight:bold;--section-pad:15px 0 3px 0;--section-mar-top:15px;--section-mar-bottom:30px;--section-bg-color:transparent;--section-border-color:#e8e8e8;--section-border-width:2px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--repeat-icon-color:#ffffff;--submit-font-size:15px;--submit-width:auto;--submit-height:auto;--submit-bg-color:#579AF6;--submit-border-color:#579AF6;--submit-border-width:1px;--submit-text-color:#ffffff;--submit-weight:normal;--submit-border-radius:4px;--submit-margin:10px;--submit-padding:10px 20px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#efefef;--submit-hover-color:#444444;--submit-hover-border-color:#cccccc;--submit-active-bg-color:#efefef;--submit-active-color:#444444;--submit-active-border-color:#cccccc;--border-radius:4px;--error-bg:#F2DEDE;--error-border:#EBCCD1;--error-text:#B94A48;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#eaeaea;--progress-color:#3f4b5b;--progress-active-bg-color:#579AF6;--progress-active-color:#ffffff;--progress-border-color:#E5E5E5;--progress-border-size:2px;--progress-size:24px;--base-font-size:15px;--box-shadow:0 1px 2px 0 rgba(18, 18, 23, 0.05);}
.frm_hidden,
.frm_add_form_row.frm_hidden,
.frm_remove_form_row.frm_hidden,
.with_frm_style .frm_button.frm_hidden{
display:none;
}
.with_frm_style,
.with_frm_style form,
.with_frm_style .frm-show-form div.frm_description p{
text-align: var(--form-align);
} input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px white inset;
} .with_frm_style .frm-show-form div.frm_description p{
font-size: var(--form-desc-size);
color: var(--form-desc-color);
margin-top: var(--form-desc-margin-top);
margin-bottom: var(--form-desc-margin-bottom);
padding: var(--form-desc-padding);
}
.with_frm_style fieldset{
min-width:0;
display: block; }
.with_frm_style fieldset fieldset{
border:none;
margin:0;
padding:0;
background-color:transparent;
}
.with_frm_style .frm_form_fields > fieldset{
border-width: var(--fieldset);
border-style:solid;
border-color: var(--fieldset-color);
margin:0;
padding: var(--fieldset-padding);
background-color: var(--fieldset-bg-color);
}
legend.frm_hidden{
display:none !important;
}
.with_frm_style .frm_form_fields{
opacity:1;
transition: opacity 0.1s linear;
}
.with_frm_style .frm_doing_ajax{
opacity:.5;
}
.frm_transparent{
color:transparent;
}
.with_frm_style legend + h3,
.with_frm_style h3.frm_form_title{
font-size: var(--title-size);
color: var(--title-color);
margin-top: var(--title-margin-top);
margin-bottom: var(--title-margin-bottom);
}
.with_frm_style .frm_form_field.frm_html_container,
.with_frm_style .frm_form_field .frm_show_it{
color: var(--form-desc-color);
}
.with_frm_style .frm_form_field.frm_html_container{
font-size: var(--form-desc-size);
}
.with_frm_style .frm_form_field .frm_show_it{
font-size: var(--field-font-size);
font-weight: var(--field-weight);
}
.with_frm_style .frm_required {
color: var(--required-color);
font-weight: var(--required-weight);
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm-card-element.StripeElement {
font-family:var(--font);
font-size: var(--field-font-size);
margin-bottom:0;
}
.with_frm_style textarea{
vertical-align:top;
height:auto;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .frm_slimselect.ss-main {
color: var(--text-color);
background-color: var(--bg-color);
border-color: var(--border-color);
border-width: var(--field-border-width);
border-style: var(--field-border-style);
border-radius: var(--border-radius);
width: var(--field-width);
max-width: 100%;
font-size: var(--field-font-size);
padding: var(--field-pad);
box-sizing: border-box;
outline: none;
font-weight: var(--field-weight);
}
.with_frm_style select option {
color: var(--text-color);
}
.with_frm_style select option.frm-select-placeholder {
color: var(--text-color-disabled);
}
.with_frm_style input[type=radio],
.with_frm_style input[type=checkbox]{
border-color: var(--border-color);
box-shadow: var(--box-shadow);
float: none;
}
.with_frm_style input[type=radio]:after,
.with_frm_style input[type=checkbox]:after {
display: none; }
.with_frm_style input[type=radio]:not(:checked):focus,
.with_frm_style input[type=checkbox]:not(:checked):focus {
border-color: var(--border-color) !important;
}
.with_frm_style input[type=radio]:focus,
.with_frm_style input[type=checkbox]:focus {
box-shadow:0px 0px 0px 3px rgba(102,175,233, 0.4) !important;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=file],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement{
min-height: var(--field-height);
line-height:1.3;
}
.with_frm_style select[multiple=multiple]{
height:auto;
}
.input[type=file].frm_transparent:focus,
.with_frm_style input[type=file]{
background-color:transparent;
border:none;
outline:none;
box-shadow:none;
}
.with_frm_style input[type=file]{
color: var(--text-color);
padding: 0px;
font-size: var(--field-font-size);
display: initial;
}
.with_frm_style input[type=file].frm_transparent{
color:transparent;
}
.with_frm_style .wp-editor-wrap{
width: var(--field-width);
max-width:100%;
}
.with_frm_style .wp-editor-container textarea{
border:none;
box-shadow:none !important;
}
.with_frm_style .mceIframeContainer{
background-color: var(--bg-color);
}
.with_frm_style select{
width: var(--auto-width);
max-width:100%;
background-position-y: calc(50% + 3px);
}
.with_frm_style input[disabled],
.with_frm_style select[disabled],
.with_frm_style textarea[disabled],
.with_frm_style input[readonly],
.with_frm_style select[readonly],
.with_frm_style textarea[readonly] {
background-color: var(--bg-color-disabled);
color: var(--text-color-disabled);
border-color: var(--border-color-disabled);
}
.frm_preview_page:before{
content:normal !important;
}
.frm_preview_page{
padding:25px;
}
.with_frm_style .frm_primary_label{
max-width:100%;
font-size: var(--font-size);
color: var(--label-color);
font-weight: var(--weight);
text-align: var(--align);
padding: var(--label-padding);
margin:0;
width:auto;
display:block;
}
.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top{
display:block;
float:none;
width:auto;
}
.with_frm_style .frm_inline_container .frm_primary_label{
margin-right:10px;
}
.with_frm_style .frm_right_container .frm_primary_label,
.with_frm_style .frm_pos_right{
display:inline;
float:right;
margin-left:10px;
}
.with_frm_style .frm_pos_center {
text-align: center;
}
.with_frm_style .frm_none_container .frm_primary_label,
.with_frm_style .frm_pos_none,
.frm_pos_none,
.frm_none_container .frm_primary_label{
display:none;
}
.with_frm_style .frm_section_heading.frm_hide_section{
margin-top:0 !important;
}
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_hidden,
.frm_hidden_container .frm_primary_label{
visibility:hidden;
white-space:nowrap;
}
.frm_visible{
opacity:1;
} .with_frm_style .frm_inside_container {
position: relative;
padding-top: 18px;
padding-top: calc(0.5 * var(--field-height));
}
.with_frm_style .frm_inside_container > input,
.with_frm_style .frm_inside_container > select,
.with_frm_style .frm_inside_container > textarea {
display: block;
} .with_frm_style input::placeholder,
.with_frm_style textarea::placeholder {
font-size: var(--field-font-size);
}
.with_frm_style .frm_inside_container > input::-moz-placeholder,
.with_frm_style .frm_inside_container > textarea::-moz-placeholder {
opacity: 0 !important;
transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > input:-ms-input-placeholder,
.with_frm_style .frm_inside_container > textarea:-ms-input-placeholder {
opacity: 0;
transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > input::placeholder,
.with_frm_style .frm_inside_container > textarea::placeholder {
opacity: 0;
transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > label {
transition: all 0.3s ease-in;
position: absolute;
top: 19px;
top: calc(1px + .5 * var(--field-height));
left: 3px;
width: 100%;
line-height: 1.3;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 8px 12px;
padding: var(--field-pad);
font-size: 14px;
font-size: var(--field-font-size);
font-weight: normal;
font-weight: var(--field-weight);
pointer-events: none;
}
.with_frm_style.frm_style_lines-no-boxes .frm_inside_container > label {
line-height: 1;
}
.with_frm_style .frm_inside_container.frm_label_float_top > label {
top: 0;
left: 0;
padding: 0;
font-size: 12px;
font-size: calc(0.85 * var(--field-font-size));
} .with_frm_style .frm_inside_container.frm_label_float_top > input::-moz-placeholder,
.with_frm_style .frm_inside_container.frm_label_float_top > textarea::-moz-placeholder {
opacity: 1 !important;
transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container.frm_label_float_top > input:-ms-input-placeholder,
.with_frm_style .frm_inside_container.frm_label_float_top > textarea:-ms-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container.frm_label_float_top > input::placeholder,
.with_frm_style .frm_inside_container.frm_label_float_top > textarea::placeholder {
opacity: 1;
transition: opacity 0.3s ease-in;
} .with_frm_style .frm_description,
.with_frm_style .frm_pro_max_limit_desc{
clear:both;
}
.with_frm_style input[type=number][readonly]{
-moz-appearance: textfield;
}
.with_frm_style select[multiple="multiple"]{
height:auto;
line-height:normal;
}
.with_frm_style .frm_catlevel_2,
.with_frm_style .frm_catlevel_3,
.with_frm_style .frm_catlevel_4,
.with_frm_style .frm_catlevel_5{
margin-left:18px;
}
.with_frm_style .wp-editor-container{
border:1px solid #e5e5e5;
}
.with_frm_style .quicktags-toolbar input{
font-size:12px !important;
}
.with_frm_style .wp-editor-container textarea{
border:none;
}
.with_frm_style .auto_width #loginform input,
.with_frm_style .auto_width input,
.with_frm_style input.auto_width,
.with_frm_style select.auto_width,
.with_frm_style textarea.auto_width{
width:auto;
}
.with_frm_style .frm_repeat_buttons{
white-space:nowrap;
}
.with_frm_style .frm_button{
text-decoration:none !important;;
border:1px solid #eee;
display:inline-block;
padding: var(--submit-padding);
border-radius:4px;
border-radius:var(--border-radius);
font-size: var(--submit-font-size);
font-weight: var(--submit-weight);
color: var(--submit-text-color);
background: var(--submit-bg-color);
border-width: var(--submit-border-width);
border-color: var(--submit-border-color);
height: var(--submit-height);
}
.with_frm_style .frm_button.frm_inverse{
color:var(--submit-bg-color);
background:var(--submit-text-color);
}
.with_frm_style .frm_submit{
clear:both;
}
.frm_inline_form .frm_form_field,
.frm_inline_form .frm_submit{
grid-column: span 1 / span 1;
}
.frm_inline_form .frm_submit{
margin:0;
}
.frm_submit.frm_inline_submit input[type=submit],
.frm_submit.frm_inline_submit button,
.frm_inline_form .frm_submit input[type=submit],
.frm_inline_form .frm_submit button{
margin-top:0;
}
.with_frm_style.frm_center_submit .frm_submit{
text-align:center;
}
.with_frm_style.frm_center_submit .frm_flex.frm_submit {
justify-content: center;
}
.with_frm_style .frm_inline_success .frm_submit{
display: flex;
flex-direction: row;
align-items: center;
margin: 0;
}
.with_frm_style .frm_inline_success .frm_submit .frm_message{
flex: 1;
margin: 0;
padding-left: 10px;
}
.with_frm_style .frm_inline_success.frm_alignright_success .frm_submit .frm_message{
text-align: right;
}
.with_frm_style.frm_center_submit .frm_submit input[type=submit],
.with_frm_style.frm_center_submit .frm_submit input[type=button],
.with_frm_style.frm_center_submit .frm_submit button{
margin-bottom:8px !important;
}
.with_frm_style .frm-edit-page-btn,
.with_frm_style .frm_submit input[type=submit],
.with_frm_style .frm_submit input[type=button],
.with_frm_style .frm_submit button{
-webkit-appearance: none;
cursor: pointer;
}
.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{
display: block;
margin: 0 auto;
}
.with_frm_style .frm_loading_prev .frm_ajax_loading,
.with_frm_style .frm_loading_form .frm_ajax_loading{ visibility:visible !important;
}
.with_frm_style .frm_loading_prev .frm_prev_page,
.with_frm_style .frm_loading_form .frm_button_submit {
position: relative;
color: transparent !important;
text-shadow: none !important;
}
.with_frm_style .frm_loading_prev .frm_prev_page:hover,
.with_frm_style .frm_loading_prev .frm_prev_page:active,
.with_frm_style .frm_loading_prev .frm_prev_page:focus,
.with_frm_style .frm_loading_form .frm_button_submit:hover,
.with_frm_style .frm_loading_form .frm_button_submit:active,
.with_frm_style .frm_loading_form .frm_button_submit:focus {
cursor: not-allowed;
color: transparent;
outline: none !important;
box-shadow: none;
}
.with_frm_style .frm_loading_prev .frm_prev_page::before,
.with_frm_style .frm_loading_form .frm_button_submit:before {
content: '';
display: inline-block;
position: absolute;
background: transparent;
border: 1px solid #fff;
border-top-color: transparent;
border-left-color: transparent;
border-radius: 50%;
box-sizing: border-box;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
animation: spin 2s linear infinite;
}
.with_frm_style .frm_submit.frm_flex {
align-items: center;
gap: 2%;
}
.with_frm_style .frm_submit.frm_flex button.frm_button_submit ~ .frm_prev_page {
order: -1;
}
.frm_style_formidable-style.with_frm_style{
}
.frm_forms.frm_style_formidable-style.with_frm_style{
max-width:100%;
direction:ltr;
}
.frm_style_formidable-style.with_frm_style .form-field{
margin-bottom:20px;
}
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{
margin-bottom:0;
}
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc{
margin-top: 6px;
padding:0;
font-size:12px;
color:#666666;
font-weight:normal;
text-align:left;
font-style:normal;
max-width:100%;
} .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{
grid-template-columns: 150px auto;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{
grid-template-columns: auto 150px;
}
.frm_form_field.frm_right_container{
grid-template-columns: auto 25%;
}
.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,
.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{
display:inline;
}
.frm_style_formidable-style.with_frm_style .frm_pos_right{
display:inline;
width:150px;
}
.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_pos_none{
display:none;
} .frm_style_formidable-style.with_frm_style input::placeholder,
.frm_style_formidable-style.with_frm_style textarea::placeholder{
color: #A1A1A1;
}
.frm_style_formidable-style.with_frm_style .frm_default,
.frm_style_formidable-style.with_frm_style input.frm_default,
.frm_style_formidable-style.with_frm_style textarea.frm_default,
.frm_style_formidable-style.with_frm_style select.frm_default,
.frm_style_formidable-style.with_frm_style .placeholder {
color: #A1A1A1;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style .form-field textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
background-color:#ffffff;
border-color:#66afe9;
color: var(--text-color);
box-shadow:0px 0px 5px 0px rgba(102,175,233, 0.6);
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
width:auto;
font-size:15px;
height:auto;
line-height:normal;
text-align:center;
background:
#579AF6	;
border-width:1px;
border-color: #579AF6;
border-style:solid;
color:#ffffff;
cursor:pointer;
font-weight:normal;
border-radius:4px;
text-shadow:none;
padding:10px 20px;
box-sizing:border-box;
box-shadow:0 1px 1px #eeeeee;
margin:10px;
margin-left:0;
margin-right:0;
vertical-align:middle;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{
margin:0;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
background: #efefef;
border-color: #cccccc;
color: #444444;
}
.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{
margin-bottom:10px;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:active{
background: #efefef;
border-color: #cccccc;
color: #444444;
outline: none;
}
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{
color: transparent ;
background: #579AF6;
border-color: #579AF6;
}
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {
border-bottom-color: #ffffff;
border-right-color: #ffffff;
}
.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {
content:"before";
font-size:15px;
color:#3f4b5b;
font-weight:normal;
margin:0;
padding:0 0 3px 0;
width:auto;
display:block;
visibility:hidden;
}
.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,
.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {
margin: 0 !important;
}
.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{
font-size:15px;
color:#3f4b5b;
font-weight:normal;
clear:both;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
color:#444444;
background-color:#ffffff;
border-color:#B94A48;
border-width:var(--border-width-error) ;
border-style:solid;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper{
border-color:#B94A48 !important;
}
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_limit_error{
font-weight:normal;
color:#444444;
}
.frm_style_formidable-style.with_frm_style .frm_error_style{
background-color:#F2DEDE;
border:1px solid #EBCCD1;
border-radius:4px;
color: #B94A48;
font-size:14px;
margin:0;
margin-bottom:20px;
}
.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{
background-image:linear-gradient(45deg, #BFC3C8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #BFC3C8 50%, #BFC3C8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{
background-color:#ffffff;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{
color: #555555;
background-color:transparent;
border:none;
display:inline;
width:auto;
padding:0;
}
.frm_ajax_loading{
visibility:hidden;
width:auto;
}
.frm_form_submit_style{
height:auto;
}
a.frm_save_draft{
cursor:pointer;
}
.with_frm_style a.frm_save_draft,
.with_frm_style a.frm_start_over{
font-size: var(--submit-font-size);
font-weight: var(--submit-weight);
}
.horizontal_radio .frm_radio{
margin:0 5px 0 0;
}
.horizontal_radio .frm_checkbox{
margin:0;
margin-right:12px;
}
.vertical_radio .frm_checkbox,
.vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1{
display:block;
}
.horizontal_radio .frm_checkbox,
.horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1{
display:inline-block;
padding-left: 0;
}
.with_frm_style .frm_radio{
display: var(--radio-align);
}
.with_frm_style .frm_checkbox{
display: var(--check-align);
}
.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1{
display:block;
margin-bottom: 10px;
}
.with_frm_style .horizontal_radio .frm_checkbox,
.with_frm_style .horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1{
display:inline-block;
}
.with_frm_style .frm_checkbox label,
.with_frm_style .frm_radio label {
display: inline-block;
vertical-align: middle;
white-space:normal;
}
.with_frm_style .frm_checkbox label input[type=checkbox],
.with_frm_style .frm_radio label input[type=radio] {
margin-right: 4px;
}
.with_frm_style .frm_checkbox label:not(.frm-label-disabled),
.with_frm_style .frm_radio label:not(.frm-label-disabled) {
cursor: pointer;
}
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label{
display: block;
width: 100%;
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
font-size: var(--check-font-size);
color: var(--check-label-color);
font-weight: var(--check-weight);
line-height: 1.3;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
font-size: var(--check-font-size);
position: static;
}
.frm_file_container .frm_file_link,
.with_frm_style .frm_radio label .frm_file_container,
.with_frm_style .frm_checkbox label .frm_file_container{
display:inline-block;
margin:5px;
vertical-align:middle;
}
.with_frm_style .frm_radio input[type=radio]
{
border-radius:50%;
}
.with_frm_style .frm_checkbox input[type=checkbox] {
border-radius: calc(var(--border-radius) / 2) !important;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox]{
appearance: none;
background-color: var(--bg-color);
flex: none;
display:inline-block !important;
width: 16px !important;
min-width: 16px !important;
height: 16px !important;
color: var(--border-color);
border: 1px solid currentColor;
border-color: var(--border-color);
vertical-align: middle;
position: initial; padding: 0;
margin: 0;
}
.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
border-color: var(--border-color-active) !important;
}
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
background-color: var(--border-color-active) !important;
}
.with_frm_style .frm_radio input[type=radio][disabled]:checked,
.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {
border-color: var(--border-color) !important; }
.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {
background-color: var(--border-color) !important;
}
.with_frm_style .frm_radio input[type=radio]:checked:before,
.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
position: static !important; content: '';
display: block;
}
.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
width: 100% !important;
height: 100% !important;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 1.5L4.25001 7.91667L1.33334 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
background-size: 9px !important;
background-repeat: no-repeat !important;
background-position: center !important;
margin: 0;
}
.with_frm_style .frm_radio input[type=radio]:before {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--border-color-active);
margin: 3px;
}
.with_frm_style .frm_radio input[type=radio][disabled]:before {
background-color: var(--border-color);
}
.with_frm_style :invalid,
.with_frm_style :-moz-ui-invalid{
box-shadow:none;
}
.with_frm_style .frm_error_style img{
padding-right:10px;
vertical-align:middle;
border:none;
}
.with_frm_style .frm_trigger{
cursor:pointer;
}
.with_frm_style .frm_error_style,
.with_frm_style .frm_message,
.frm_success_style{
border-radius:4px;
padding:15px;
}
.with_frm_style .frm_message p {
margin-bottom: 5px;
color: var(--success-text-color);
}
.with_frm_style .frm_message,
.frm_success_style {
margin: 5px 0 15px;
border: 1px solid var(--success-border-color);
background-color: var(--success-bg-color);
color: var(--success-text-color);
border-radius: var(--border-radius);
font-size: var(--success-font-size);
}
.with_frm_style .frm_plain_success .frm_message {
background-color: transparent;
padding:0;
border:none;
font-size:inherit;
color:inherit;
}
.with_frm_style .frm_plain_success .frm_message p {
color:inherit;
}
.frm_form_fields_style,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_form_submit_style{
width:auto;
}
.with_frm_style .frm_trigger span{
float:left;
}
.with_frm_style table.frm-grid,
#content .with_frm_style table.frm-grid{
border-collapse:collapse;
border:none;
}
.frm-grid td,
.frm-grid th{
padding:5px;
border-width:1px;
border-style:solid;
border-color: var(--border-color);
border-top:none;
border-left:none;
border-right:none;
}
.frm-alt-table {
width:100%;
border-collapse:separate;
margin-top:0.5em;
font-size:15px;
border-width:1px;
}
.with_frm_style .frm-alt-table{
border-color: var(--border-color);
}
.frm-alt-table th {
width:200px;
}
.frm-alt-table tr {
background-color:transparent;
}
.frm-alt-table th,
.frm-alt-table td {
background-color:transparent;
vertical-align:top;
text-align:left;
padding:20px;
border-color:transparent;
}
.frm-alt-table tr:nth-child(even) {
background-color:#ecf0f5;
}
table.form_results.with_frm_style{
border-style: solid;
border-width: var(--field-border-width);
border-color: var(--border-color);
}
table.form_results.with_frm_style tr td{
text-align:left;
padding:7px 9px;
color: var(--text-color);
border-top-style: solid;
border-top-width: var(--field-border-width);
border-top-color: var(--border-color);
}
table.form_results.with_frm_style tr.frm_even,
.frm-grid .frm_even{
background-color:#fff;
background-color:var(--bg-color);
}
table.form_results.with_frm_style tr.frm_odd,
.frm-grid .frm_odd {
background-color: var(--bg-color);
}
.frm_color_block {
background-color:#ecf0f5;
padding: 40px;
}
.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,
.frm_color_block.frm_section_heading h3 {
border-width: 0 !important;
}
.frm_collapse .ui-icon{
display:inline-block;
}
.frm_toggle_container{ border:1px solid transparent;
}
.frm_toggle_container ul{
margin:5px 0;
padding-left:0;
list-style-type:none;
}
.frm_toggle_container .frm_month_heading{
text-indent:15px;
}
.frm_toggle_container .frm_month_listing{
margin-left:40px;
}
#frm_loading{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:99999;
}
#frm_loading h3{
font-weight:500;
padding-bottom:15px;
color:#fff;
font-size:24px;
}
#frm_loading_content{
position:fixed;
top:20%;
left:33%;
width:33%;
text-align:center;
padding-top:30px;
font-weight:bold;
z-index:9999999;
}
#frm_loading img{
max-width:100%;
}
#frm_loading .progress{
border-radius:4px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
height:20px;
margin-bottom:20px;
overflow:hidden;
}
#frm_loading .progress.active .progress-bar{
animation:2s linear 0s normal none infinite progress-bar-stripes;
}
#frm_loading .progress-striped .progress-bar {
background-image: linear-gradient(45deg, var(--border-color) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--border-color) 50%, var(--border-color) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-size:40px 40px;
}
#frm_loading .progress-bar {
background-color: var(--bg-color);
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
float: left;
height: 100%;
line-height: 20px;
text-align: center;
transition: width 0.6s ease 0s;
width: 100%;
}
.frm_image_from_url{
height:50px;
}
.frm-loading-img{
background:url(https://bytebricks.ai/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;
padding:6px 12px;
}
select.frm_loading_lookup{
background-image: url(https://bytebricks.ai/wp-content/plugins/formidable/images/ajax_loader.gif) !important;
background-position: 10px;
background-repeat: no-repeat;
color: transparent !important;
}
.frm_screen_reader {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.frm_screen_reader.frm_hidden{
display:initial;
}
.frm_clear_none{
clear:none;
}
.frm_clear{
clear:both;
}
.frm_form_field.frm_alignright{
float:right !important;
}
.with_frm_style .frm_form_field{
clear:both;
}
.frm_combo_inputs_container,
.frm_grid_container,
.frm_form_fields .frm_section_heading,
.frm_form_fields .frm_fields_container{
display:grid;
grid-template-columns: repeat(12, 1fr);
grid-auto-rows: max-content;
grid-gap: 0 2%;
}
.frm_combo_inputs_container > *,
.frm_grid_container > *,
.frm_section_heading > *,
.frm_fields_container .frm_form_field,
.frm_fields_container > *{
grid-column: span 12 / span 12;
}
.frm_inline,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_submit.frm_inline,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_inline{
width:auto;
grid-column: span 2 / span 2;
}
.frm6,
.frm_half,
.frm_form_field.frm_three_fifths, .frm_form_field.frm6,
.frm_submit.frm6,
.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half{
grid-column:span 6 / span 6;
}
.frm4,
.frm_third,
.frm_form_field.frm_two_fifths, .frm_form_field.frm4,
.frm_submit.frm4,
.frm_form_field.frm_left_third,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third{
grid-column:span 4 / span 4;
}
.frm8,
.frm_two_thirds,
.frm_form_field.frm8,
.frm_submit.frm8,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_two_thirds{
grid-column: span 8/span 8;
}
.frm3,
.frm_fourth,
.frm_form_field.frm3,
.frm_submit.frm3,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_last_fourth{
grid-column: span 3/span 3;
}
.frm9,
.frm_three_fourths,
.frm_form_field.frm_four_fifths, .frm_form_field.frm9,
.frm_submit.frm9,
.frm_form_field.frm_three_fourths{
grid-column: span 9/span 9;
} .frm_form_field.frm_left_fifth,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth{
grid-column: span 2/span 2;
}
.frm2,
.frm_sixth,
.frm_form_field.frm2,
.frm_submit.frm2,
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth{
grid-column: span 2/span 2;
}
.frm10,
.frm_form_field.frm10,
.frm_submit.frm10{
grid-column: span 10/span 10;
}
.frm1,
.frm_form_field.frm1,
.frm_submit.frm1, .frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh
.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth{
grid-column: span 1/span 1;
}
.frm5,
.frm_form_field.frm5,
.frm_submit.frm5{
grid-column: span 5/span 5;
}
.frm7,
.frm_form_field.frm7,
.frm_submit.frm7{
grid-column: span 7/span 7;
}
.frm11,
.frm_form_field.frm11,
.frm_submit.frm11{
grid-column: span 11/span 11;
}
.frm12,
.frm_full,
.frm_full .wp-editor-wrap,
.frm_full > input:not([type='checkbox']):not([type='radio']):not([type='button']),
.frm_full select,
.frm_full textarea{
width:100% !important;
grid-column: span 12/span 12;
box-sizing: border-box;
}
.frm_full .wp-editor-wrap input{
width:auto !important;
}
.frm_first,
.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first{
grid-column-start:1;
}
.frm_last,
.frm_form_field.frm_last,
.frm_form_field.frm_alignright{
grid-column-end:-1;
justify-content: end;
} .with_frm_style.frm_rtl .frm_form_fields .star-rating{
float:right;
}
.with_frm_style.frm_rtl .frm_grid .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid .frm_radio,
.with_frm_style.frm_rtl .frm_grid_first .frm_radio,
.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,
.with_frm_style.frm_rtl .frm_grid .frm_checkbox,
.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,
.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{
float:right !important;
margin-right:0 !important;
}
.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,
.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,
.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{
float:left;
}
.with_frm_style.frm_rtl .frm_catlevel_2,
.with_frm_style.frm_rtl .frm_catlevel_3,
.with_frm_style.frm_rtl .frm_catlevel_4,
.with_frm_style.frm_rtl .frm_catlevel_5{
margin-right:18px;
}
.with_frm_style.frm_rtl div > .frm_time_select{
margin-right:5px;
} .frm_form_field.frm_inline_container,
.frm_form_field.frm_right_container,
.frm_form_field.frm_left_container{
display: grid;
grid-template-columns: 25% auto;
width:100%;
grid-auto-rows: min-content;
}
.frm_form_field.frm_right_container{
grid-template-columns: auto 25%;
}
.frm_form_field.frm_inline_container{
grid-template-columns: repeat(2, minmax(auto, max-content) );
}
.frm_form_field.frm_inline_container .frm_primary_label,
.frm_form_field.frm_right_container .frm_primary_label,
.frm_form_field.frm_left_container .frm_primary_label{
margin-right:10px;
grid-row:span 2/span 2;
padding-top:4px;
}
.frm_form_field.frm_left_container .frm_primary_label{
grid-column:1;
grid-row:span 2/span 2; }
.frm_form_field.frm_right_container .frm_primary_label{
grid-column:2;
grid-row:1;
margin-right:0;
margin-left:10px;
}
.frm_form_field.frm_inline_container .frm_description,
.frm_form_field.frm_left_container .frm_description{
grid-column:2;
}
.frm_form_field.frm_right_container .frm_description{
grid-column:1;
}
.frm_conf_field.frm_left_container{
grid-template-columns: 67%;
}
.frm_conf_field.frm_left_container .frm_description{
grid-column:1;
} .frm-fade-in {
animation-name: fadeIn;
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@media only screen and (max-width: 750px) {
.frm_grid_container.frm_no_grid_750 > div{
grid-column: span 12/span 12;
}
}
@media only screen and (max-width: 600px) {
.frm_section_heading > .frm_form_field,
.frm_fields_container > .frm_submit,
.frm_grid_container > .frm_form_field,
.frm_fields_container > .frm_form_field{
grid-column: 1 / span 12 !important;
}
.frm_grid_container.frm_no_grid_600,
.frm_form_field.frm_inline_container,
.frm_form_field.frm_right_container,
.frm_form_field.frm_left_container{
display:block;
}
}
.frm_conf_field.frm_left_container .frm_primary_label{
display:none;
}
.wp-editor-wrap *,
.wp-editor-wrap *:after,
.wp-editor-wrap *:before{
box-sizing:content-box;
}
.with_frm_style .frm_grid,
.with_frm_style .frm_grid_first,
.with_frm_style .frm_grid_odd{
clear:both;
margin-bottom:0 !important;
padding:5px;
border-width:1px;
border-style:solid;
border-color: var(--border-color);
border-left:none;
border-right:none;
}
.with_frm_style .frm_grid,
.with_frm_style .frm_grid_odd{
border-top:none;
}
.frm_grid .frm_error,
.frm_grid_first .frm_error,
.frm_grid_odd .frm_error,
.frm_grid .frm_limit_error,
.frm_grid_first .frm_limit_error,
.frm_grid_odd .frm_limit_error{
display:none;
}
.frm_grid:after,
.frm_grid_first:after,
.frm_grid_odd:after{
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.frm_grid_first{
margin-top:20px;
}
.frm_grid_first,
.frm_grid_odd {
background-color: var(--bg-color);
}
.frm_grid {
background-color: var(--bg-color-active);
}
.with_frm_style .frm_grid.frm_blank_field,
.with_frm_style .frm_grid_first.frm_blank_field,
.with_frm_style .frm_grid_odd.frm_blank_field{
background-color:var(--error-bg);
border-color: var(--error-border);
}
.frm_grid .frm_primary_label,
.frm_grid_first .frm_primary_label,
.frm_grid_odd .frm_primary_label,
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox{
float:left !important;
display:block;
margin-top:0;
margin-left:0 !important;
}
.frm_grid_first .frm_radio label,
.frm_grid .frm_radio label,
.frm_grid_odd .frm_radio label,
.frm_grid_first .frm_checkbox label,
.frm_grid .frm_checkbox label,
.frm_grid_odd .frm_checkbox label{
color:transparent;
text-indent: -9999px;
white-space:nowrap;
text-align:left;
}
.frm_grid_first .frm_radio label input,
.frm_grid .frm_radio label input,
.frm_grid_odd .frm_radio label input,
.frm_grid_first .frm_checkbox label input,
.frm_grid .frm_checkbox label input,
.frm_grid_odd .frm_checkbox label input{
visibility:visible;
margin:2px 0 0;
float:right;
}
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox{
display:inline;
}
.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox,
.frm_grid_2 .frm_primary_label{
width:48% !important;
}
.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox{
margin-right:4%;
}
.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox,
.frm_grid_3 .frm_primary_label{
width:30% !important;
}
.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox{
margin-right:3%;
}
.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox{
width:20% !important;
}
.frm_grid_4 .frm_primary_label{
width:28% !important;
}
.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox{
margin-right:4%;
}
.frm_grid_5 .frm_primary_label,
.frm_grid_7 .frm_primary_label{
width:24% !important;
}
.frm_grid_5 .frm_radio,
.frm_grid_5 .frm_checkbox{
width:17% !important;
margin-right:2%;
}
.frm_grid_6 .frm_primary_label{
width:25% !important;
}
.frm_grid_6 .frm_radio,
.frm_grid_6 .frm_checkbox{
width:14% !important;
margin-right:1%;
}
.frm_grid_7 .frm_primary_label{
width:22% !important;
}
.frm_grid_7 .frm_radio,
.frm_grid_7 .frm_checkbox{
width:12% !important;
margin-right:1%;
}
.frm_grid_8 .frm_primary_label{
width:23% !important;
}
.frm_grid_8 .frm_radio,
.frm_grid_8 .frm_checkbox{
width:10% !important;
margin-right:1%;
}
.frm_grid_9 .frm_primary_label{
width:20% !important;
}
.frm_grid_9 .frm_radio,
.frm_grid_9 .frm_checkbox{
width:9% !important;
margin-right:1%;
}
.frm_grid_10 .frm_primary_label{
width:19% !important;
}
.frm_grid_10 .frm_radio,
.frm_grid_10 .frm_checkbox{
width:8% !important;
margin-right:1%;
}
.frm_form_field.frm_inline_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_opt_container{
padding-top:4px;
}
.with_frm_style .frm_left_container > select.auto_width,
.with_frm_style .frm_right_container > select.auto_width {
width: max-content;
}
.with_frm_style .frm_right_container > .frm_primary_label,
.with_frm_style .frm_right_container > select.auto_width {
margin-left: auto;
}
.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{
margin-right:0;
}
.frm_form_field.frm_two_col .frm_opt_container,
.frm_form_field.frm_three_col .frm_opt_container,
.frm_form_field.frm_four_col .frm_opt_container{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: max-content;
grid-gap: 0 2.5%;
}
.frm_form_field.frm_three_col .frm_opt_container{
grid-template-columns: repeat(3, 1fr);
}
.frm_form_field.frm_four_col .frm_opt_container{
grid-template-columns: repeat(4, 1fr);
}
.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox,
.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_four_col .frm_checkbox{
grid-column-end: span 1;
}
.frm_form_field .frm_checkbox,
.frm_form_field .frm_radio {
margin-top: 0;
margin-bottom: 0;
}
.frm_form_field.frm_scroll_box .frm_opt_container{
height:100px;
overflow:auto;
}
.frm_html_container.frm_scroll_box,
.frm_form_field.frm_html_scroll_box {
height: 100px;
overflow: auto;
background-color: var(--bg-color);
border-color: var(--border-color);
border-width: var(--field-border-width);
border-style: var(--field-border-style);
border-radius: var(--border-radius);
width: var(--field-width);
max-width: 100%;
font-size: var(--field-font-size);
padding: var(--field-pad);
box-sizing: border-box;
outline: none;
font-weight: normal;
box-shadow: var(--box-shadow);
}
.frm_form_field.frm_total_big input,
.frm_form_field.frm_total_big textarea,
.frm_form_field.frm_total input,
.frm_form_field.frm_total textarea{
opacity:1;
background-color:transparent !important;
border:none !important;
font-weight:bold;
width:auto !important;
height:auto !important;
box-shadow:none !important;
display:inline;
-moz-appearance:textfield;
padding:0;
}
.frm_form_field.frm_total_big input::-webkit-outer-spin-button,
.frm_form_field.frm_total_big input::-webkit-inner-spin-button,
.frm_form_field.frm_total input::-webkit-outer-spin-button,
.frm_form_field.frm_total input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.frm_form_field.frm_total_big input:focus,
.frm_form_field.frm_total_big textarea:focus,
.frm_form_field.frm_total input:focus,
.frm_form_field.frm_total textarea:focus{
background-color:transparent;
border:none;
box-shadow:none;
}
.frm_form_field.frm_label_justify .frm_primary_label{
text-align:justify !important;
}
.frm_form_field.frm_capitalize input,
.frm_form_field.frm_capitalize select,
.frm_form_field.frm_capitalize .frm_opt_container label{
text-transform:capitalize;
}
.frm_clearfix:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}
.frm_clearfix{
display:block;
}
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-first,
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-middle,
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-last {
margin-bottom: 0 !important;
} @media only screen and (max-width: 900px) {
.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,
.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,
.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{
display: block !important;
}
}
@media only screen and (max-width: 600px) {
.frm_form_field.frm_four_col .frm_opt_container{
grid-template-columns: repeat(2, 1fr);
}
.with_frm_style .frm_repeat_inline,
.with_frm_style .frm_repeat_grid{
margin: 20px 0;
}
}
@media only screen and (max-width: 500px) {
.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox{
width: auto;
margin-right: 0;
float: none;
display:block;
}
.frm_form_field input[type=file] {
max-width:220px;
}
.with_frm_style .frm-g-recaptcha > div > div,
.with_frm_style .g-recaptcha > div > div{
width:inherit !important;
display:block;
overflow:hidden;
max-width:302px;
border-right:1px solid #d3d3d3;
border-radius:4px;
box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
}
.with_frm_style .g-recaptcha iframe,
.with_frm_style .frm-g-recaptcha iframe{
width:100%;
}
}ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {top:100%}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.hfe-menu-item.elementor-button {
display: inline-flex;
}
.hfe-nav-menu li.elementor-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .thhf-icon {
display: inline-block;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .count, 
.hfe-cart-menu-wrap-custom .count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .count, 
.hfe-cart-menu-wrap-default .count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
} .hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
color:#4d4848;
} .thhf-search-form-wrapper {
background: #fff;
opacity: 0;
display: none;
transition: opacity .2s linear,left 0s linear .2s;
width: 100%;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: -9999rem;
}   
.thhf-search-form-wrapper.active {
position: fixed;
display: block;
left: 0;
opacity: 1;
transition: opacity .2s linear;
overflow: hidden;
width: 100vw;
height: 100vh;
} 
.thhf-search-button-wrapper .thhf-search-form-wrapper.active input[type=search] {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 40%;
}
.thhf-search-icon-toggle {
cursor: pointer;
}
.thhf-search-overlay-close {
position: absolute;
cursor: pointer;
top: 50px;
right: 50px;
}
.thhf-search-button-wrapper {
display: block;
vertical-align: middle;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.thhf-search-form__input {
flex-basis: 100%;
}
.thhf-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.thhf-search-icon-toggle i:before {
vertical-align: middle;
} .thhf-search-button-wrapper input[type=search] {
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.thhf-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.thhf-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.thhf-search-icon-toggle input:-moz-placeholder,
.thhf-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .thhf-search-icon-toggle .thhf-search-form__input {
height: 100%;
}
.thhf-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.thhf-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.thhf-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.thhf-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.thhf-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.thhf-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.thhf-search-button-wrapper, 
.hfe-search-form__container,
.thhf-search-icon-toggle,
.thhf-search-button-wrapper .thhf-search-icon-toggle i,
.thhf-search-button-wrapper .thhf-search-icon-toggle i:before {
position: relative;
}
.thhf-search-button-wrapper .thhf-search-icon-toggle .thhf-search-form__input {
width: 200px;
right: 0;
}
.thhf-search-icon-toggle { }
.thhf-search-button-wrapper.hfe-input-focus .thhf-search-icon-toggle .thhf-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .thhf-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .thhf-search-form__input {
width: 100%;
}
.thhf-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
}  @media (max-width:767px) {
.hfe-nav-menu__breakpoint-mobile ul.hfe-nav-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-mobile .hfe-dropdown.menu-is-active {z-index:9999}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}
}
@media (max-width:1024px) {
.hfe-nav-menu__breakpoint-tablet ul.hfe-nav-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-dropdown.menu-is-active {z-index:9999}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__toggle:not(.hfe-active-menu) + nav ul.hfe-nav-menu {display:none}
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover,
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover,
.hfe-dropdown-expandible .hfe-menu-toggle:hover {border-color:transparent} @media (min-width:768px) {
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-layout-horizontal li.menu-item a span.hfe-menu-toggle
{display:none}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu li ul.sub-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu li ul.sub-menu li ul.sub-menu {margin-top: -10px !important}
}
@media (min-width:1025px) {
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-layout-horizontal li.menu-item a span.hfe-menu-toggle
{display:none}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li ul.sub-menu {
padding-top: 10px;
padding-bottom: 10px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li ul.sub-menu li ul.sub-menu {margin-top: -10px !important}
} .hfe-search-layout-icon .thhf-search-icon-toggle {width:20px}
.hfe-search-form__container input,
.hfe-search-form__container input:focus {border:0 !important}
.thhf-search-form-wrapper {background:#131313;}
.thhf-search-form-wrapper.active {
opacity:0.99;
transition: opacity .5s ease-in-out;
}
.thhf-search-button-wrapper .thhf-search-form-wrapper.active input[type=search] {
border:0;
border-radius:5px;
}
.thhf-search-overlay-close {color:#fff} .elementor-widget-thhf-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text
{display:none}
.th-text-right{
text-align: right;
}
.th-d-flex{
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
}
.th-align-items-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.th-flex-wrap{
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.th-justify-content-start{
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.th-justify-content-center{
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.th-justify-content-end{
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
@media(max-width: 1024px){
.th-justify-content-tablet-start{
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.th-justify-content-tablet-center{
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.th-justify-content-tablet-end{
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
}
@media(max-width: 767px){
.th-flex-phone-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important;
}
.th-align-items-phone-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.th-justify-content-phone-start{
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.th-justify-content-phone-between{
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
.th-justify-content-phone-center{
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.th-justify-content-phone-end{
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
}
@media(min-width: 768px){
.th-text-tablet-right{
text-align: right;
}
.th-justify-content-tablet-between{
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
}
@media(min-width: 1025px){
.th-text-desktop-right{
text-align: right;
}
}ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}.elementor-panel .elementor-element .icon .th-linea{
font-size: 23px;
} @font-face {
font-family: "linea-arrows-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-arrows-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-arrows-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-arrows-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-arrows-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-arrows-10.svg#linea-arrows-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
font-family: "linea-arrows-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrows-anticlockwise:before {
content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
content: "\e001";
}
.icon-arrows-button-down:before {
content: "\e002";
}
.icon-arrows-button-off:before {
content: "\e003";
}
.icon-arrows-button-on:before {
content: "\e004";
}
.icon-arrows-button-up:before {
content: "\e005";
}
.icon-arrows-check:before {
content: "\e006";
}
.icon-arrows-circle-check:before {
content: "\e007";
}
.icon-arrows-circle-down:before {
content: "\e008";
}
.icon-arrows-circle-downleft:before {
content: "\e009";
}
.icon-arrows-circle-downright:before {
content: "\e00a";
}
.icon-arrows-circle-left:before {
content: "\e00b";
}
.icon-arrows-circle-minus:before {
content: "\e00c";
}
.icon-arrows-circle-plus:before {
content: "\e00d";
}
.icon-arrows-circle-remove:before {
content: "\e00e";
}
.icon-arrows-circle-right:before {
content: "\e00f";
}
.icon-arrows-circle-up:before {
content: "\e010";
}
.icon-arrows-circle-upleft:before {
content: "\e011";
}
.icon-arrows-circle-upright:before {
content: "\e012";
}
.icon-arrows-clockwise:before {
content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
content: "\e014";
}
.icon-arrows-compress:before {
content: "\e015";
}
.icon-arrows-deny:before {
content: "\e016";
}
.icon-arrows-diagonal:before {
content: "\e017";
}
.icon-arrows-diagonal2:before {
content: "\e018";
}
.icon-arrows-down:before {
content: "\e019";
}
.icon-arrows-down-double:before {
content: "\e01a";
}
.icon-arrows-downleft:before {
content: "\e01b";
}
.icon-arrows-downright:before {
content: "\e01c";
}
.icon-arrows-drag-down:before {
content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
content: "\e01e";
}
.icon-arrows-drag-horiz:before {
content: "\e01f";
}
.icon-arrows-drag-left:before {
content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
content: "\e021";
}
.icon-arrows-drag-right:before {
content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
content: "\e023";
}
.icon-arrows-drag-up:before {
content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
content: "\e025";
}
.icon-arrows-drag-vert:before {
content: "\e026";
}
.icon-arrows-exclamation:before {
content: "\e027";
}
.icon-arrows-expand:before {
content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
content: "\e02c";
}
.icon-arrows-fit-vertical:before {
content: "\e02d";
}
.icon-arrows-glide:before {
content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
content: "\e02f";
}
.icon-arrows-glide-vertical:before {
content: "\e030";
}
.icon-arrows-hamburger1:before {
content: "\e031";
}
.icon-arrows-hamburger-2:before {
content: "\e032";
}
.icon-arrows-horizontal:before {
content: "\e033";
}
.icon-arrows-info:before {
content: "\e034";
}
.icon-arrows-keyboard-alt:before {
content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
content: "\e036";
}
.icon-arrows-keyboard-delete:before {
content: "\e037";
}
.icon-arrows-keyboard-down:before {
content: "\e038";
}
.icon-arrows-keyboard-left:before {
content: "\e039";
}
.icon-arrows-keyboard-return:before {
content: "\e03a";
}
.icon-arrows-keyboard-right:before {
content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
content: "\e03d";
}
.icon-arrows-keyboard-up:before {
content: "\e03e";
}
.icon-arrows-left:before {
content: "\e03f";
}
.icon-arrows-left-double-32:before {
content: "\e040";
}
.icon-arrows-minus:before {
content: "\e041";
}
.icon-arrows-move:before {
content: "\e042";
}
.icon-arrows-move2:before {
content: "\e043";
}
.icon-arrows-move-bottom:before {
content: "\e044";
}
.icon-arrows-move-left:before {
content: "\e045";
}
.icon-arrows-move-right:before {
content: "\e046";
}
.icon-arrows-move-top:before {
content: "\e047";
}
.icon-arrows-plus:before {
content: "\e048";
}
.icon-arrows-question:before {
content: "\e049";
}
.icon-arrows-remove:before {
content: "\e04a";
}
.icon-arrows-right:before {
content: "\e04b";
}
.icon-arrows-right-double:before {
content: "\e04c";
}
.icon-arrows-rotate:before {
content: "\e04d";
}
.icon-arrows-rotate-anti:before {
content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
content: "\e050";
}
.icon-arrows-shrink:before {
content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
content: "\e057";
}
.icon-arrows-sign-down:before {
content: "\e058";
}
.icon-arrows-sign-left:before {
content: "\e059";
}
.icon-arrows-sign-right:before {
content: "\e05a";
}
.icon-arrows-sign-up:before {
content: "\e05b";
}
.icon-arrows-slide-down1:before {
content: "\e05c";
}
.icon-arrows-slide-down2:before {
content: "\e05d";
}
.icon-arrows-slide-left1:before {
content: "\e05e";
}
.icon-arrows-slide-left2:before {
content: "\e05f";
}
.icon-arrows-slide-right1:before {
content: "\e060";
}
.icon-arrows-slide-right2:before {
content: "\e061";
}
.icon-arrows-slide-up1:before {
content: "\e062";
}
.icon-arrows-slide-up2:before {
content: "\e063";
}
.icon-arrows-slim-down:before {
content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
content: "\e065";
}
.icon-arrows-slim-left:before {
content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
content: "\e067";
}
.icon-arrows-slim-right:before {
content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
content: "\e069";
}
.icon-arrows-slim-up:before {
content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
content: "\e06b";
}
.icon-arrows-square-check:before {
content: "\e06c";
}
.icon-arrows-square-down:before {
content: "\e06d";
}
.icon-arrows-square-downleft:before {
content: "\e06e";
}
.icon-arrows-square-downright:before {
content: "\e06f";
}
.icon-arrows-square-left:before {
content: "\e070";
}
.icon-arrows-square-minus:before {
content: "\e071";
}
.icon-arrows-square-plus:before {
content: "\e072";
}
.icon-arrows-square-remove:before {
content: "\e073";
}
.icon-arrows-square-right:before {
content: "\e074";
}
.icon-arrows-square-up:before {
content: "\e075";
}
.icon-arrows-square-upleft:before {
content: "\e076";
}
.icon-arrows-square-upright:before {
content: "\e077";
}
.icon-arrows-squares:before {
content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
content: "\e080";
}
.icon-arrows-switch-horizontal:before {
content: "\e081";
}
.icon-arrows-switch-vertical:before {
content: "\e082";
}
.icon-arrows-up:before {
content: "\e083";
}
.icon-arrows-up-double-33:before {
content: "\e084";
}
.icon-arrows-upleft:before {
content: "\e085";
}
.icon-arrows-upright:before {
content: "\e086";
}
.icon-arrows-vertical:before {
content: "\e087";
} @font-face {
font-family: "linea-basic-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-10.svg#linea-basic-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
font-family: "linea-basic-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
content: "a";
}
.icon-basic-alarm:before {
content: "b";
}
.icon-basic-anchor:before {
content: "c";
}
.icon-basic-anticlockwise:before {
content: "d";
}
.icon-basic-archive:before {
content: "e";
}
.icon-basic-archive-full:before {
content: "f";
}
.icon-basic-ban:before {
content: "g";
}
.icon-basic-battery-charge:before {
content: "h";
}
.icon-basic-battery-empty:before {
content: "i";
}
.icon-basic-battery-full:before {
content: "j";
}
.icon-basic-battery-half:before {
content: "k";
}
.icon-basic-bolt:before {
content: "l";
}
.icon-basic-book:before {
content: "m";
}
.icon-basic-book-pen:before {
content: "n";
}
.icon-basic-book-pencil:before {
content: "o";
}
.icon-basic-bookmark:before {
content: "p";
}
.icon-basic-calculator:before {
content: "q";
}
.icon-basic-calendar:before {
content: "r";
}
.icon-basic-cards-diamonds:before {
content: "s";
}
.icon-basic-cards-hearts:before {
content: "t";
}
.icon-basic-case:before {
content: "u";
}
.icon-basic-chronometer:before {
content: "v";
}
.icon-basic-clessidre:before {
content: "w";
}
.icon-basic-clock:before {
content: "x";
}
.icon-basic-clockwise:before {
content: "y";
}
.icon-basic-cloud:before {
content: "z";
}
.icon-basic-clubs:before {
content: "A";
}
.icon-basic-compass:before {
content: "B";
}
.icon-basic-cup:before {
content: "C";
}
.icon-basic-diamonds:before {
content: "D";
}
.icon-basic-display:before {
content: "E";
}
.icon-basic-download:before {
content: "F";
}
.icon-basic-exclamation:before {
content: "G";
}
.icon-basic-eye:before {
content: "H";
}
.icon-basic-eye-closed:before {
content: "I";
}
.icon-basic-female:before {
content: "J";
}
.icon-basic-flag1:before {
content: "K";
}
.icon-basic-flag2:before {
content: "L";
}
.icon-basic-floppydisk:before {
content: "M";
}
.icon-basic-folder:before {
content: "N";
}
.icon-basic-folder-multiple:before {
content: "O";
}
.icon-basic-gear:before {
content: "P";
}
.icon-basic-geolocalize-01:before {
content: "Q";
}
.icon-basic-geolocalize-05:before {
content: "R";
}
.icon-basic-globe:before {
content: "S";
}
.icon-basic-gunsight:before {
content: "T";
}
.icon-basic-hammer:before {
content: "U";
}
.icon-basic-headset:before {
content: "V";
}
.icon-basic-heart:before {
content: "W";
}
.icon-basic-heart-broken:before {
content: "X";
}
.icon-basic-helm:before {
content: "Y";
}
.icon-basic-home:before {
content: "Z";
}
.icon-basic-info:before {
content: "0";
}
.icon-basic-ipod:before {
content: "1";
}
.icon-basic-joypad:before {
content: "2";
}
.icon-basic-key:before {
content: "3";
}
.icon-basic-keyboard:before {
content: "4";
}
.icon-basic-laptop:before {
content: "5";
}
.icon-basic-life-buoy:before {
content: "6";
}
.icon-basic-lightbulb:before {
content: "7";
}
.icon-basic-link:before {
content: "8";
}
.icon-basic-lock:before {
content: "9";
}
.icon-basic-lock-open:before {
content: "!";
}
.icon-basic-magic-mouse:before {
content: "\"";
}
.icon-basic-magnifier:before {
content: "#";
}
.icon-basic-magnifier-minus:before {
content: "$";
}
.icon-basic-magnifier-plus:before {
content: "%";
}
.icon-basic-mail:before {
content: "&";
}
.icon-basic-mail-multiple:before {
content: "'";
}
.icon-basic-mail-open:before {
content: "(";
}
.icon-basic-mail-open-text:before {
content: ")";
}
.icon-basic-male:before {
content: "*";
}
.icon-basic-map:before {
content: "+";
}
.icon-basic-message:before {
content: ",";
}
.icon-basic-message-multiple:before {
content: "-";
}
.icon-basic-message-txt:before {
content: ".";
}
.icon-basic-mixer2:before {
content: "/";
}
.icon-basic-mouse:before {
content: ":";
}
.icon-basic-notebook:before {
content: ";";
}
.icon-basic-notebook-pen:before {
content: "<";
}
.icon-basic-notebook-pencil:before {
content: "=";
}
.icon-basic-paperplane:before {
content: ">";
}
.icon-basic-pencil-ruler:before {
content: "?";
}
.icon-basic-pencil-ruler-pen:before {
content: "@";
}
.icon-basic-photo:before {
content: "[";
}
.icon-basic-picture:before {
content: "]";
}
.icon-basic-picture-multiple:before {
content: "^";
}
.icon-basic-pin1:before {
content: "_";
}
.icon-basic-pin2:before {
content: "`";
}
.icon-basic-postcard:before {
content: "{";
}
.icon-basic-postcard-multiple:before {
content: "|";
}
.icon-basic-printer:before {
content: "}";
}
.icon-basic-question:before {
content: "~";
}
.icon-basic-rss:before {
content: "\\";
}
.icon-basic-server:before {
content: "\e000";
}
.icon-basic-server2:before {
content: "\e001";
}
.icon-basic-server-cloud:before {
content: "\e002";
}
.icon-basic-server-download:before {
content: "\e003";
}
.icon-basic-server-upload:before {
content: "\e004";
}
.icon-basic-settings:before {
content: "\e005";
}
.icon-basic-share:before {
content: "\e006";
}
.icon-basic-sheet:before {
content: "\e007";
}
.icon-basic-sheet-multiple:before {
content: "\e008";
}
.icon-basic-sheet-pen:before {
content: "\e009";
}
.icon-basic-sheet-pencil:before {
content: "\e00a";
}
.icon-basic-sheet-txt:before {
content: "\e00b";
}
.icon-basic-signs:before {
content: "\e00c";
}
.icon-basic-smartphone:before {
content: "\e00d";
}
.icon-basic-spades:before {
content: "\e00e";
}
.icon-basic-spread:before {
content: "\e00f";
}
.icon-basic-spread-bookmark:before {
content: "\e010";
}
.icon-basic-spread-text:before {
content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
content: "\e012";
}
.icon-basic-star:before {
content: "\e013";
}
.icon-basic-tablet:before {
content: "\e014";
}
.icon-basic-target:before {
content: "\e015";
}
.icon-basic-todo:before {
content: "\e016";
}
.icon-basic-todo-pen:before {
content: "\e017";
}
.icon-basic-todo-pencil:before {
content: "\e018";
}
.icon-basic-todo-txt:before {
content: "\e019";
}
.icon-basic-todolist-pen:before {
content: "\e01a";
}
.icon-basic-todolist-pencil:before {
content: "\e01b";
}
.icon-basic-trashcan:before {
content: "\e01c";
}
.icon-basic-trashcan-full:before {
content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
content: "\e01e";
}
.icon-basic-trashcan-remove:before {
content: "\e01f";
}
.icon-basic-upload:before {
content: "\e020";
}
.icon-basic-usb:before {
content: "\e021";
}
.icon-basic-video:before {
content: "\e022";
}
.icon-basic-watch:before {
content: "\e023";
}
.icon-basic-webpage:before {
content: "\e024";
}
.icon-basic-webpage-img-txt:before {
content: "\e025";
}
.icon-basic-webpage-multiple:before {
content: "\e026";
}
.icon-basic-webpage-txt:before {
content: "\e027";
}
.icon-basic-world:before {
content: "\e028";
} @font-face {
font-family: "linea-basic-elaboration-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-elaboration-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-elaboration-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-elaboration-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-basic-elab"]:before,
[class*=" icon-basic-elab"]:before {
font-family: "linea-basic-elaboration-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-basic-elaboration-bookmark-check:before {
content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
content: "n";
}
.icon-basic-elaboration-browser-check:before {
content: "o";
}
.icon-basic-elaboration-browser-download:before {
content: "p";
}
.icon-basic-elaboration-browser-minus:before {
content: "q";
}
.icon-basic-elaboration-browser-plus:before {
content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
content: "s";
}
.icon-basic-elaboration-browser-remove:before {
content: "t";
}
.icon-basic-elaboration-browser-search:before {
content: "u";
}
.icon-basic-elaboration-browser-star:before {
content: "v";
}
.icon-basic-elaboration-browser-upload:before {
content: "w";
}
.icon-basic-elaboration-calendar-check:before {
content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
content: "y";
}
.icon-basic-elaboration-calendar-download:before {
content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
content: "D";
}
.icon-basic-elaboration-calendar-next:before {
content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
content: "K";
}
.icon-basic-elaboration-calendar-search:before {
content: "L";
}
.icon-basic-elaboration-calendar-star:before {
content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
content: "N";
}
.icon-basic-elaboration-cloud-check:before {
content: "O";
}
.icon-basic-elaboration-cloud-download:before {
content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
content: "U";
}
.icon-basic-elaboration-cloud-search:before {
content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
content: "W";
}
.icon-basic-elaboration-document-check:before {
content: "X";
}
.icon-basic-elaboration-document-cloud:before {
content: "Y";
}
.icon-basic-elaboration-document-download:before {
content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
content: "0";
}
.icon-basic-elaboration-document-graph:before {
content: "1";
}
.icon-basic-elaboration-document-heart:before {
content: "2";
}
.icon-basic-elaboration-document-minus:before {
content: "3";
}
.icon-basic-elaboration-document-next:before {
content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
content: "5";
}
.icon-basic-elaboration-document-note:before {
content: "6";
}
.icon-basic-elaboration-document-pencil:before {
content: "7";
}
.icon-basic-elaboration-document-picture:before {
content: "8";
}
.icon-basic-elaboration-document-plus:before {
content: "9";
}
.icon-basic-elaboration-document-previous:before {
content: "!";
}
.icon-basic-elaboration-document-refresh:before {
content: "\"";
}
.icon-basic-elaboration-document-remove:before {
content: "#";
}
.icon-basic-elaboration-document-search:before {
content: "$";
}
.icon-basic-elaboration-document-star:before {
content: "%";
}
.icon-basic-elaboration-document-upload:before {
content: "&";
}
.icon-basic-elaboration-folder-check:before {
content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
content: "(";
}
.icon-basic-elaboration-folder-document:before {
content: ")";
}
.icon-basic-elaboration-folder-download:before {
content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
content: "+";
}
.icon-basic-elaboration-folder-graph:before {
content: ",";
}
.icon-basic-elaboration-folder-heart:before {
content: "-";
}
.icon-basic-elaboration-folder-minus:before {
content: ".";
}
.icon-basic-elaboration-folder-next:before {
content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
content: ":";
}
.icon-basic-elaboration-folder-note:before {
content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
content: "<";
}
.icon-basic-elaboration-folder-picture:before {
content: "=";
}
.icon-basic-elaboration-folder-plus:before {
content: ">";
}
.icon-basic-elaboration-folder-previous:before {
content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
content: "@";
}
.icon-basic-elaboration-folder-remove:before {
content: "[";
}
.icon-basic-elaboration-folder-search:before {
content: "]";
}
.icon-basic-elaboration-folder-star:before {
content: "^";
}
.icon-basic-elaboration-folder-upload:before {
content: "_";
}
.icon-basic-elaboration-mail-check:before {
content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
content: "{";
}
.icon-basic-elaboration-mail-document:before {
content: "|";
}
.icon-basic-elaboration-mail-download:before {
content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
content: "~";
}
.icon-basic-elaboration-mail-heart:before {
content: "\\";
}
.icon-basic-elaboration-mail-next:before {
content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
content: "\e032";
} @font-face {
font-family: "linea-ecommerce-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-ecommerce-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-ecommerce-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-ecommerce-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-ecommerce-"]:before,
[class*=" icon-ecommerce-"]:before {
font-family: "linea-ecommerce-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-ecommerce-bag:before {
content: "a";
}
.icon-ecommerce-bag-check:before {
content: "b";
}
.icon-ecommerce-bag-cloud:before {
content: "c";
}
.icon-ecommerce-bag-download:before {
content: "d";
}
.icon-ecommerce-bag-minus:before {
content: "e";
}
.icon-ecommerce-bag-plus:before {
content: "f";
}
.icon-ecommerce-bag-refresh:before {
content: "g";
}
.icon-ecommerce-bag-remove:before {
content: "h";
}
.icon-ecommerce-bag-search:before {
content: "i";
}
.icon-ecommerce-bag-upload:before {
content: "j";
}
.icon-ecommerce-banknote:before {
content: "k";
}
.icon-ecommerce-banknotes:before {
content: "l";
}
.icon-ecommerce-basket:before {
content: "m";
}
.icon-ecommerce-basket-check:before {
content: "n";
}
.icon-ecommerce-basket-cloud:before {
content: "o";
}
.icon-ecommerce-basket-download:before {
content: "p";
}
.icon-ecommerce-basket-minus:before {
content: "q";
}
.icon-ecommerce-basket-plus:before {
content: "r";
}
.icon-ecommerce-basket-refresh:before {
content: "s";
}
.icon-ecommerce-basket-remove:before {
content: "t";
}
.icon-ecommerce-basket-search:before {
content: "u";
}
.icon-ecommerce-basket-upload:before {
content: "v";
}
.icon-ecommerce-bath:before {
content: "w";
}
.icon-ecommerce-cart:before {
content: "x";
}
.icon-ecommerce-cart-check:before {
content: "y";
}
.icon-ecommerce-cart-cloud:before {
content: "z";
}
.icon-ecommerce-cart-content:before {
content: "A";
}
.icon-ecommerce-cart-download:before {
content: "B";
}
.icon-ecommerce-cart-minus:before {
content: "C";
}
.icon-ecommerce-cart-plus:before {
content: "D";
}
.icon-ecommerce-cart-refresh:before {
content: "E";
}
.icon-ecommerce-cart-remove:before {
content: "F";
}
.icon-ecommerce-cart-search:before {
content: "G";
}
.icon-ecommerce-cart-upload:before {
content: "H";
}
.icon-ecommerce-cent:before {
content: "I";
}
.icon-ecommerce-colon:before {
content: "J";
}
.icon-ecommerce-creditcard:before {
content: "K";
}
.icon-ecommerce-diamond:before {
content: "L";
}
.icon-ecommerce-dollar:before {
content: "M";
}
.icon-ecommerce-euro:before {
content: "N";
}
.icon-ecommerce-franc:before {
content: "O";
}
.icon-ecommerce-gift:before {
content: "P";
}
.icon-ecommerce-graph1:before {
content: "Q";
}
.icon-ecommerce-graph2:before {
content: "R";
}
.icon-ecommerce-graph3:before {
content: "S";
}
.icon-ecommerce-graph-decrease:before {
content: "T";
}
.icon-ecommerce-graph-increase:before {
content: "U";
}
.icon-ecommerce-guarani:before {
content: "V";
}
.icon-ecommerce-kips:before {
content: "W";
}
.icon-ecommerce-lira:before {
content: "X";
}
.icon-ecommerce-megaphone:before {
content: "Y";
}
.icon-ecommerce-money:before {
content: "Z";
}
.icon-ecommerce-naira:before {
content: "0";
}
.icon-ecommerce-pesos:before {
content: "1";
}
.icon-ecommerce-pound:before {
content: "2";
}
.icon-ecommerce-receipt:before {
content: "3";
}
.icon-ecommerce-receipt-bath:before {
content: "4";
}
.icon-ecommerce-receipt-cent:before {
content: "5";
}
.icon-ecommerce-receipt-dollar:before {
content: "6";
}
.icon-ecommerce-receipt-euro:before {
content: "7";
}
.icon-ecommerce-receipt-franc:before {
content: "8";
}
.icon-ecommerce-receipt-guarani:before {
content: "9";
}
.icon-ecommerce-receipt-kips:before {
content: "!";
}
.icon-ecommerce-receipt-lira:before {
content: "\"";
}
.icon-ecommerce-receipt-naira:before {
content: "#";
}
.icon-ecommerce-receipt-pesos:before {
content: "$";
}
.icon-ecommerce-receipt-pound:before {
content: "%";
}
.icon-ecommerce-receipt-rublo:before {
content: "&";
}
.icon-ecommerce-receipt-rupee:before {
content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
content: "(";
}
.icon-ecommerce-receipt-won:before {
content: ")";
}
.icon-ecommerce-receipt-yen:before {
content: "*";
}
.icon-ecommerce-receipt-yen2:before {
content: "+";
}
.icon-ecommerce-recept-colon:before {
content: ",";
}
.icon-ecommerce-rublo:before {
content: "-";
}
.icon-ecommerce-rupee:before {
content: ".";
}
.icon-ecommerce-safe:before {
content: "/";
}
.icon-ecommerce-sale:before {
content: ":";
}
.icon-ecommerce-sales:before {
content: ";";
}
.icon-ecommerce-ticket:before {
content: "<";
}
.icon-ecommerce-tugriks:before {
content: "=";
}
.icon-ecommerce-wallet:before {
content: ">";
}
.icon-ecommerce-won:before {
content: "?";
}
.icon-ecommerce-yen:before {
content: "@";
}
.icon-ecommerce-yen2:before {
content: "[";
} @font-face {
font-family: "linea-music-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-music-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-music-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-music-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-music-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-music-10.svg#linea-music-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-music-"]:before,
[class*=" icon-music-"]:before {
font-family: "linea-music-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-music-beginning-button:before {
content: "a";
}
.icon-music-bell:before {
content: "b";
}
.icon-music-cd:before {
content: "c";
}
.icon-music-diapason:before {
content: "d";
}
.icon-music-eject-button:before {
content: "e";
}
.icon-music-end-button:before {
content: "f";
}
.icon-music-fastforward-button:before {
content: "g";
}
.icon-music-headphones:before {
content: "h";
}
.icon-music-ipod:before {
content: "i";
}
.icon-music-loudspeaker:before {
content: "j";
}
.icon-music-microphone:before {
content: "k";
}
.icon-music-microphone-old:before {
content: "l";
}
.icon-music-mixer:before {
content: "m";
}
.icon-music-mute:before {
content: "n";
}
.icon-music-note-multiple:before {
content: "o";
}
.icon-music-note-single:before {
content: "p";
}
.icon-music-pause-button:before {
content: "q";
}
.icon-music-play-button:before {
content: "r";
}
.icon-music-playlist:before {
content: "s";
}
.icon-music-radio-ghettoblaster:before {
content: "t";
}
.icon-music-radio-portable:before {
content: "u";
}
.icon-music-record:before {
content: "v";
}
.icon-music-recordplayer:before {
content: "w";
}
.icon-music-repeat-button:before {
content: "x";
}
.icon-music-rewind-button:before {
content: "y";
}
.icon-music-shuffle-button:before {
content: "z";
}
.icon-music-stop-button:before {
content: "A";
}
.icon-music-tape:before {
content: "B";
}
.icon-music-volume-down:before {
content: "C";
}
.icon-music-volume-up:before {
content: "D";
} @font-face {
font-family: "linea-software-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-software-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-software-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-software-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-software-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-software-10.svg#linea-software-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-software-"]:before,
[class*=" icon-software-"]:before {
font-family: "linea-software-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-software-add-vectorpoint:before {
content: "a";
}
.icon-software-box-oval:before {
content: "b";
}
.icon-software-box-polygon:before {
content: "c";
}
.icon-software-box-rectangle:before {
content: "d";
}
.icon-software-box-roundedrectangle:before {
content: "e";
}
.icon-software-character:before {
content: "f";
}
.icon-software-crop:before {
content: "g";
}
.icon-software-eyedropper:before {
content: "h";
}
.icon-software-font-allcaps:before {
content: "i";
}
.icon-software-font-baseline-shift:before {
content: "j";
}
.icon-software-font-horizontal-scale:before {
content: "k";
}
.icon-software-font-kerning:before {
content: "l";
}
.icon-software-font-leading:before {
content: "m";
}
.icon-software-font-size:before {
content: "n";
}
.icon-software-font-smallcapital:before {
content: "o";
}
.icon-software-font-smallcaps:before {
content: "p";
}
.icon-software-font-strikethrough:before {
content: "q";
}
.icon-software-font-tracking:before {
content: "r";
}
.icon-software-font-underline:before {
content: "s";
}
.icon-software-font-vertical-scale:before {
content: "t";
}
.icon-software-horizontal-align-center:before {
content: "u";
}
.icon-software-horizontal-align-left:before {
content: "v";
}
.icon-software-horizontal-align-right:before {
content: "w";
}
.icon-software-horizontal-distribute-center:before {
content: "x";
}
.icon-software-horizontal-distribute-left:before {
content: "y";
}
.icon-software-horizontal-distribute-right:before {
content: "z";
}
.icon-software-indent-firstline:before {
content: "A";
}
.icon-software-indent-left:before {
content: "B";
}
.icon-software-indent-right:before {
content: "C";
}
.icon-software-lasso:before {
content: "D";
}
.icon-software-layers1:before {
content: "E";
}
.icon-software-layers2:before {
content: "F";
}
.icon-software-layout:before {
content: "G";
}
.icon-software-layout-2columns:before {
content: "H";
}
.icon-software-layout-3columns:before {
content: "I";
}
.icon-software-layout-4boxes:before {
content: "J";
}
.icon-software-layout-4columns:before {
content: "K";
}
.icon-software-layout-4lines:before {
content: "L";
}
.icon-software-layout-8boxes:before {
content: "M";
}
.icon-software-layout-header:before {
content: "N";
}
.icon-software-layout-header-2columns:before {
content: "O";
}
.icon-software-layout-header-3columns:before {
content: "P";
}
.icon-software-layout-header-4boxes:before {
content: "Q";
}
.icon-software-layout-header-4columns:before {
content: "R";
}
.icon-software-layout-header-complex:before {
content: "S";
}
.icon-software-layout-header-complex2:before {
content: "T";
}
.icon-software-layout-header-complex3:before {
content: "U";
}
.icon-software-layout-header-complex4:before {
content: "V";
}
.icon-software-layout-header-sideleft:before {
content: "W";
}
.icon-software-layout-header-sideright:before {
content: "X";
}
.icon-software-layout-sidebar-left:before {
content: "Y";
}
.icon-software-layout-sidebar-right:before {
content: "Z";
}
.icon-software-magnete:before {
content: "0";
}
.icon-software-pages:before {
content: "1";
}
.icon-software-paintbrush:before {
content: "2";
}
.icon-software-paintbucket:before {
content: "3";
}
.icon-software-paintroller:before {
content: "4";
}
.icon-software-paragraph:before {
content: "5";
}
.icon-software-paragraph-align-left:before {
content: "6";
}
.icon-software-paragraph-align-right:before {
content: "7";
}
.icon-software-paragraph-center:before {
content: "8";
}
.icon-software-paragraph-justify-all:before {
content: "9";
}
.icon-software-paragraph-justify-center:before {
content: "!";
}
.icon-software-paragraph-justify-left:before {
content: "\"";
}
.icon-software-paragraph-justify-right:before {
content: "#";
}
.icon-software-paragraph-space-after:before {
content: "$";
}
.icon-software-paragraph-space-before:before {
content: "%";
}
.icon-software-pathfinder-exclude:before {
content: "&";
}
.icon-software-pathfinder-intersect:before {
content: "'";
}
.icon-software-pathfinder-subtract:before {
content: "(";
}
.icon-software-pathfinder-unite:before {
content: ")";
}
.icon-software-pen:before {
content: "*";
}
.icon-software-pen-add:before {
content: "+";
}
.icon-software-pen-remove:before {
content: ",";
}
.icon-software-pencil:before {
content: "-";
}
.icon-software-polygonallasso:before {
content: ".";
}
.icon-software-reflect-horizontal:before {
content: "/";
}
.icon-software-reflect-vertical:before {
content: ":";
}
.icon-software-remove-vectorpoint:before {
content: ";";
}
.icon-software-scale-expand:before {
content: "<";
}
.icon-software-scale-reduce:before {
content: "=";
}
.icon-software-selection-oval:before {
content: ">";
}
.icon-software-selection-polygon:before {
content: "?";
}
.icon-software-selection-rectangle:before {
content: "@";
}
.icon-software-selection-roundedrectangle:before {
content: "[";
}
.icon-software-shape-oval:before {
content: "]";
}
.icon-software-shape-polygon:before {
content: "^";
}
.icon-software-shape-rectangle:before {
content: "_";
}
.icon-software-shape-roundedrectangle:before {
content: "`";
}
.icon-software-slice:before {
content: "{";
}
.icon-software-transform-bezier:before {
content: "|";
}
.icon-software-vector-box:before {
content: "}";
}
.icon-software-vector-composite:before {
content: "~";
}
.icon-software-vector-line:before {
content: "\\";
}
.icon-software-vertical-align-bottom:before {
content: "\e000";
}
.icon-software-vertical-align-center:before {
content: "\e001";
}
.icon-software-vertical-align-top:before {
content: "\e002";
}
.icon-software-vertical-distribute-bottom:before {
content: "\e003";
}
.icon-software-vertical-distribute-center:before {
content: "\e004";
}
.icon-software-vertical-distribute-top:before {
content: "\e005";
} @font-face {
font-family: "linea-weather-10";
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-weather-10.eot);
src:url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-weather-10.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-weather-10.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-weather-10.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/linea/linea-weather-10.svg#linea-weather-10) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="icon-weather-"]:before,
[class*=" icon-weather-"]:before {
font-family: "linea-weather-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-weather-aquarius:before {
content: "\e000";
}
.icon-weather-aries:before {
content: "\e001";
}
.icon-weather-cancer:before {
content: "\e002";
}
.icon-weather-capricorn:before {
content: "\e003";
}
.icon-weather-cloud:before {
content: "\e004";
}
.icon-weather-cloud-drop:before {
content: "\e005";
}
.icon-weather-cloud-lightning:before {
content: "\e006";
}
.icon-weather-cloud-snowflake:before {
content: "\e007";
}
.icon-weather-downpour-fullmoon:before {
content: "\e008";
}
.icon-weather-downpour-halfmoon:before {
content: "\e009";
}
.icon-weather-downpour-sun:before {
content: "\e00a";
}
.icon-weather-drop:before {
content: "\e00b";
}
.icon-weather-first-quarter:before {
content: "\e00c";
}
.icon-weather-fog:before {
content: "\e00d";
}
.icon-weather-fog-fullmoon:before {
content: "\e00e";
}
.icon-weather-fog-halfmoon:before {
content: "\e00f";
}
.icon-weather-fog-sun:before {
content: "\e010";
}
.icon-weather-fullmoon:before {
content: "\e011";
}
.icon-weather-gemini:before {
content: "\e012";
}
.icon-weather-hail:before {
content: "\e013";
}
.icon-weather-hail-fullmoon:before {
content: "\e014";
}
.icon-weather-hail-halfmoon:before {
content: "\e015";
}
.icon-weather-hail-sun:before {
content: "\e016";
}
.icon-weather-last-quarter:before {
content: "\e017";
}
.icon-weather-leo:before {
content: "\e018";
}
.icon-weather-libra:before {
content: "\e019";
}
.icon-weather-lightning:before {
content: "\e01a";
}
.icon-weather-mistyrain:before {
content: "\e01b";
}
.icon-weather-mistyrain-fullmoon:before {
content: "\e01c";
}
.icon-weather-mistyrain-halfmoon:before {
content: "\e01d";
}
.icon-weather-mistyrain-sun:before {
content: "\e01e";
}
.icon-weather-moon:before {
content: "\e01f";
}
.icon-weather-moondown-full:before {
content: "\e020";
}
.icon-weather-moondown-half:before {
content: "\e021";
}
.icon-weather-moonset-full:before {
content: "\e022";
}
.icon-weather-moonset-half:before {
content: "\e023";
}
.icon-weather-move2:before {
content: "\e024";
}
.icon-weather-newmoon:before {
content: "\e025";
}
.icon-weather-pisces:before {
content: "\e026";
}
.icon-weather-rain:before {
content: "\e027";
}
.icon-weather-rain-fullmoon:before {
content: "\e028";
}
.icon-weather-rain-halfmoon:before {
content: "\e029";
}
.icon-weather-rain-sun:before {
content: "\e02a";
}
.icon-weather-sagittarius:before {
content: "\e02b";
}
.icon-weather-scorpio:before {
content: "\e02c";
}
.icon-weather-snow:before {
content: "\e02d";
}
.icon-weather-snow-fullmoon:before {
content: "\e02e";
}
.icon-weather-snow-halfmoon:before {
content: "\e02f";
}
.icon-weather-snow-sun:before {
content: "\e030";
}
.icon-weather-snowflake:before {
content: "\e031";
}
.icon-weather-star:before {
content: "\e032";
}
.icon-weather-storm-11:before {
content: "\e033";
}
.icon-weather-storm-32:before {
content: "\e034";
}
.icon-weather-storm-fullmoon:before {
content: "\e035";
}
.icon-weather-storm-halfmoon:before {
content: "\e036";
}
.icon-weather-storm-sun:before {
content: "\e037";
}
.icon-weather-sun:before {
content: "\e038";
}
.icon-weather-sundown:before {
content: "\e039";
}
.icon-weather-sunset:before {
content: "\e03a";
}
.icon-weather-taurus:before {
content: "\e03b";
}
.icon-weather-tempest:before {
content: "\e03c";
}
.icon-weather-tempest-fullmoon:before {
content: "\e03d";
}
.icon-weather-tempest-halfmoon:before {
content: "\e03e";
}
.icon-weather-tempest-sun:before {
content: "\e03f";
}
.icon-weather-variable-fullmoon:before {
content: "\e040";
}
.icon-weather-variable-halfmoon:before {
content: "\e041";
}
.icon-weather-variable-sun:before {
content: "\e042";
}
.icon-weather-virgo:before {
content: "\e043";
}
.icon-weather-waning-cresent:before {
content: "\e044";
}
.icon-weather-waning-gibbous:before {
content: "\e045";
}
.icon-weather-waxing-cresent:before {
content: "\e046";
}
.icon-weather-waxing-gibbous:before {
content: "\e047";
}
.icon-weather-wind:before {
content: "\e048";
}
.icon-weather-wind-e:before {
content: "\e049";
}
.icon-weather-wind-fullmoon:before {
content: "\e04a";
}
.icon-weather-wind-halfmoon:before {
content: "\e04b";
}
.icon-weather-wind-n:before {
content: "\e04c";
}
.icon-weather-wind-ne:before {
content: "\e04d";
}
.icon-weather-wind-nw:before {
content: "\e04e";
}
.icon-weather-wind-s:before {
content: "\e04f";
}
.icon-weather-wind-se:before {
content: "\e050";
}
.icon-weather-wind-sun:before {
content: "\e051";
}
.icon-weather-wind-sw:before {
content: "\e052";
}
.icon-weather-wind-w:before {
content: "\e053";
}
.icon-weather-windgust:before {
content: "\e054";
} @font-face {
font-family: "travelpack";
src: url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/travelpack/travelpack.eot);
src: url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/travelpack/travelpack.eot?#iefix) format("embedded-opentype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/travelpack/travelpack.woff) format("woff"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/travelpack/travelpack.ttf) format("truetype"),
url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/travelpack/travelpack.svg#travelpack) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "travelpack";
src: url(//bytebricks.ai/wp-content/plugins/th-widget-pack/assets/icons/travelpack/travelpack.svg#travelpack) format("svg");
font-display: swap;
}
}
[class^="travelpack-"]:before, [class*=" travelpack-"]:before,
[class^="travelpack-"]:after, [class*=" travelpack-"]:after {
font-family: travelpack;
font-style: normal;
}
.travelpack-thumbs-up:before { content: "\f100"; }
.travelpack-restaurant-dine:before { content: "\f101"; }
.travelpack-location-pin-2:before { content: "\f102"; }
.travelpack-peace-sign:before { content: "\f103"; }
.travelpack-hang-ten:before { content: "\f104"; }
.travelpack-direction-arrow:before { content: "\f105"; }
.travelpack-phone-24-7:before { content: "\f106"; }
.travelpack-lightning-bolt:before { content: "\f107"; }
.travelpack-location-pin-1:before { content: "\f108"; }
.travelpack-life-jacket:before { content: "\f109"; }
.travelpack-airplane:before { content: "\f10a"; }
.travelpack-baseball-hat:before { content: "\f10b"; }
.travelpack-suitcase-with-wheels:before { content: "\f10c"; }
.travelpack-flying-kite:before { content: "\f10d"; }
.travelpack-atv-quad-bike:before { content: "\f10e"; }
.travelpack-teepee-tent:before { content: "\f10f"; }
.travelpack-lifebuoy:before { content: "\f110"; }
.travelpack-credit-cards:before { content: "\f111"; }
.travelpack-reception-bell:before { content: "\f112"; }
.travelpack-boat-anchor:before { content: "\f113"; }
.travelpack-postage-stamp:before { content: "\f114"; }
.travelpack-ship-steering-wheel:before { content: "\f115"; }
.travelpack-camera-slr:before { content: "\f116"; }
.travelpack-eiffel-tower:before { content: "\f117"; }
.travelpack-safety-box:before { content: "\f118"; }
.travelpack-world-wide-web:before { content: "\f119"; }
.travelpack-high-speed-train:before { content: "\f11a"; }
.travelpack-trifolded-map-route:before { content: "\f11b"; }
.travelpack-extensible-pirate-spyglass:before { content: "\f11c"; }
.travelpack-fork-plate-knife:before { content: "\f11d"; }
.travelpack-hot-air-balloon:before { content: "\f11e"; }
.travelpack-train-front:before { content: "\f11f"; }
.travelpack-shower-head-water:before { content: "\f120"; }
.travelpack-room-service:before { content: "\f121"; }
.travelpack-camel-walking:before { content: "\f122"; }
.travelpack-concert-tickets:before { content: "\f123"; }
.travelpack-taj-mahal:before { content: "\f124"; }
.travelpack-camping-tent:before { content: "\f125"; }
.travelpack-dolphin-jump:before { content: "\f126"; }
.travelpack-diving-tanks-air:before { content: "\f127"; }
.travelpack-cruise-liner-boat:before { content: "\f128"; }
.travelpack-retro-bicycle:before { content: "\f129"; }
.travelpack-king-size-bed:before { content: "\f12a"; }
.travelpack-tennis-equipment:before { content: "\f12b"; }
.travelpack-passports:before { content: "\f12c"; }
.travelpack-sailing-yacht:before { content: "\f12d"; }
.travelpack-petrol-gas-station:before { content: "\f12e"; }
.travelpack-double-dice:before { content: "\f12f"; }
.travelpack-travelling-backpack:before { content: "\f130"; }
.travelpack-beach-mattress:before { content: "\f131"; }
.travelpack-polaroid-pictures:before { content: "\f132"; }
.travelpack-journey-bag:before { content: "\f133"; }
.travelpack-scuba-mask:before { content: "\f134"; }
.travelpack-gym-dumbbell:before { content: "\f135"; }
.travelpack-man:before { content: "\f136"; }
.travelpack-woman:before { content: "\f137"; }
.travelpack-person-plus:before { content: "\f138"; }
.travelpack-man-circle:before { content: "\f139"; }
.travelpack-woman-circle:before { content: "\f13a"; }
.travelpack-person-symbol:before { content: "\f13b"; }
.travelpack-sand-dollar-star:before { content: "\f13c"; }
.travelpack-pyramids:before { content: "\f13d"; }
.travelpack-beach-ball:before { content: "\f13e"; }
.travelpack-dubai-burj-al-arab:before { content: "\f13f"; }
.travelpack-clothes-hanger:before { content: "\f140"; }
.travelpack-suitcase-pack:before { content: "\f141"; }
.travelpack-umbrella:before { content: "\f142"; }
.travelpack-tower-piza:before { content: "\f143"; }
.travelpack-direction-sign:before { content: "\f144"; }
.travelpack-flip-flop-sandals:before { content: "\f145"; }
.travelpack-keys:before { content: "\f146"; }
.travelpack-beach-tote-bag:before { content: "\f147"; }
.travelpack-compass:before { content: "\f148"; }
.travelpack-motorbike-helmet:before { content: "\f149"; }
.travelpack-bikini-swimsuit:before { content: "\f14a"; }
.travelpack-clock-time:before { content: "\f14b"; }
.travelpack-snowmobile:before { content: "\f14c"; }
.travelpack-surfing-board:before { content: "\f14d"; }
.travelpack-flippers:before { content: "\f14e"; }
.travelpack-location-pin:before { content: "\f14f"; }
.travelpack-film-strip:before { content: "\f150"; }
.travelpack-sea-horse:before { content: "\f151"; }
.travelpack-mountains-snow:before { content: "\f152"; }
.travelpack-trailer-caravan:before { content: "\f153"; }
.travelpack-palm-trees:before { content: "\f154"; }
.travelpack-fish:before { content: "\f155"; }
.travelpack-truck-vehicle:before { content: "\f156"; }
.travelpack-luggage:before { content: "\f157"; }
.travelpack-hat:before { content: "\f158"; }
.travelpack-suitcase:before { content: "\f159"; }
.travelpack-binoculars:before { content: "\f15a"; }
.travelpack-sea-shell:before { content: "\f15b"; }
.travelpack-jelly-fish:before { content: "\f15c"; }
.travelpack-kayak:before { content: "\f15d"; }
.travelpack-ping-pong:before { content: "\f15e"; }
.travelpack-chair-chaise-lounge:before { content: "\f15f"; }
.travelpack-party-masks:before { content: "\f160"; }
.travelpack-bus:before { content: "\f161"; }
.travelpack-fancy-drink:before { content: "\f162"; }
.travelpack-martini-glass:before { content: "\f163"; }
.travelpack-gondola:before { content: "\f164"; }
.travelpack-taxi-sign:before { content: "\f165"; }
.travelpack-reading-glasses:before { content: "\f166"; }
.travelpack-sun-shine:before { content: "\f167"; }
.travelpack-video-camera:before { content: "\f168"; }
.travelpack-camera:before { content: "\f169"; }
.travelpack-fan:before { content: "\f16a"; }
.travelpack-inflatable-raft:before { content: "\f16b"; }
.travelpack-car:before { content: "\f16c"; }
.travelpack-film-roll:before { content: "\f16d"; }
.travelpack-swim-shorts:before { content: "\f16e"; }
.travelpack-skis-and-poles:before { content: "\f16f"; }
.travelpack-scooter:before { content: "\f170"; }
.travelpack-helicopter:before { content: "\f171"; }
.travelpack-snowboard:before { content: "\f172"; }@media (min-width: 576px){.thmv-column-20{width:20%!important;max-width:20%!important}}@media (min-width: 576px){.thmv-column-25{width:25%!important;max-width:25%!important}}@media (min-width: 576px){.thmv-column-33{width:33.33%!important;max-width:33.33%!important}}@media (min-width: 576px){.thmv-column-50{width:50%!important;max-width:50%!important}}@media (min-width: 576px){.thmv-column-100{width:100%!important;max-width:100%!important}}@media (max-width: 767px){.thmv-column-mobile-20{width:20%!important;max-width:20%!important}}@media (max-width: 767px){.thmv-column-mobile-25{width:25%!important;max-width:25%!important}}@media (max-width: 767px){.thmv-column-mobile-33{width:33.33%!important;max-width:33.33%!important}}@media (max-width: 767px){.thmv-column-mobile-50{width:50%!important;max-width:50%!important}}@media (max-width: 767px){.thmv-column-mobile-100{width:100%!important;max-width:100%!important}}@media (min-width: 768px) and (max-width: 991px){.thmv-column-tablet-20{width:20%!important;max-width:20%!important}.thmv-column-tablet-25{width:25%!important;max-width:25%!important}.thmv-column-tablet-33{width:33.33%!important;max-width:33.33%!important}.thmv-column-tablet-50{width:50%!important;max-width:50%!important}.thmv-column-tablet-100{width:100%!important;max-width:100%!important}}@media (min-width: 992px){.th-btn.streched-desktop{display:block;width:100%}}@media (min-width: 768px) and (max-width: 991px){.th-btn.streched-tablet{display:block;width:100%}}@media (max-width: 767px){.th-btn.streched-mobile{display:block;width:100%}}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.position-relative{position:relative !important}.position-static{position:static !important}