form,
.nf-form-wrap {
font-size: 0;
position: relative;
}
form.post-password-form {
margin-bottom: 30px;
}
form label,
.nf-form-wrap label {
display: block;
margin-bottom: 10px;
}
.woocommerce .woocommerce-shipping-fields h3#ship-to-different-address label {
margin-bottom: 0;
}
.nf-form-wrap label {
vertical-align: middle;
}
.nf-form-wrap .nf-field-label,
.nf-form-wrap .nf-static.nf-element {
padding: 0;
}
form p {
margin-bottom: 10px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea,
.nf-form-wrap input[type="text"],
.nf-form-wrap input[type="email"],
.nf-form-wrap input[type="password"],
.nf-form-wrap input[type="url"],
.nf-form-wrap input[type="tel"],
.nf-form-wrap input[type="number"],
.nf-form-wrap input[type="date"],
.nf-form-wrap textarea {
display: block;
width: 100%;
max-width: none !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 0 21px;
height: 50px;
outline: none;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
transition: border-color 0.2s;
margin-bottom: 10px;
-webkit-appearance: none;
-moz-appearance: none;
border-width: 1px;
border-style: solid;
}
form textarea,
.nf-form-wrap textarea {
padding: 16px 21px;
height: 150px;
}
.nf-form-wrap .nf-field-element textarea {
margin: 0 0 10px 0;
}
form select,
.nf-form-wrap select {
max-width: 100%;
}
form input[type="date"],
.nf-form-wrap input[type="date"] {
height: auto;
max-height: 50px;
min-height: 50px;
padding: 14px 21px 15px 21px;
background: transparent;
}
form input[type="text"]:last-child,
form input[type="email"]:last-child,
form input[type="password"]:last-child,
form input[type="url"]:last-child,
form input[type="tel"]:last-child,
form input[type="number"]:last-child,
form input[type="date"]:last-child,
form textarea:last-child {
margin-bottom: 0;
}
form fieldset {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 20px 30px;
margin: 30px 0;
-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
::-moz-placeholder {
opacity: 1;
} .ueldo-select-field {
position: relative;
display: block;
width: 100%;
z-index: 1;
margin-bottom: 10px;
line-height: 1;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
transition: border-color 0.2s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-width: 1px;
border-style: solid;
}
.ueldo-select-field:not(.ueldo-is-multiple-select):after {
width: 31px;
height: 100%;
padding-top: 18px;
top: 0;
content: '\f0d7';
font-family: 'FontAwesome';
font-size: 14px;
text-align: center;
position: absolute;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-select-field select {
display: block;
position: relative;
z-index: 1000;
margin: 0;
width: 100%;
border: none;
background: transparent;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
line-height: 1;
}
.ueldo-select-field.ueldo-is-multiple-select select {
padding: 15px 21px;
}
.ueldo-select-field.ueldo-select-field-hidden {
display: none;
} form .ueldo-search-field {
display: block;
position: relative;
}
form .ueldo-search-field input[type="text"] {
margin-bottom: 0;
}
form .ueldo-search-field button[type="submit"],
form .ueldo-search-field button[type="submit"]:hover {
background: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0;
width: auto;
height: auto;
display: block;
line-height: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: absolute;
top: 50%;
margin-top: -7px;
}
form .ueldo-search-field button[type="submit"],
form .ueldo-search-field button[type="submit"]:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
form .ueldo-search-field button[type="submit"] i,
form .ueldo-search-field button[type="submit"] i:before {
font-size: 14px;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
} form input[type="checkbox"],
.nf-form-wrap input[type="checkbox"],
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
.woocommerce form .form-row input[type="checkbox"].input-checkbox {
display: none;
}
form .ueldo-checkbox-box,
.nf-form-wrap .ueldo-checkbox-box {
cursor: pointer;
display: inline-block;
vertical-align: middle;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
outline: none;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
transition: border-color 0.2s;
line-height: 1;
}
form .ueldo-checkbox-box .ueldo-checkbox,
.nf-form-wrap .ueldo-checkbox-box .ueldo-checkbox {
display: block;
height: 28px;
width: 28px;
}
form .ueldo-checkbox-box i.fa-check,
.nf-form-wrap .ueldo-checkbox-box i.fa-check {
font-size: 14px;
text-align: center;
display: block;
padding-top: 7px;
padding-left: 1px;
} form input[type="radio"],
.woocommerce .cart-collaterals .cart_totals table.shop_table tr.shipping input[type="radio"],
.nf-form-wrap input[type="radio"],
.nf-form-wrap .nf-field-container.starrating-container .ueldo-radio-field,
.gform_wrapper .ginput_container_radio .gfield_radio input[type="radio"] {
display: none;
}
form .ueldo-radio-box,
.woocommerce .cart-collaterals .cart_totals table.shop_table tr.shipping .ueldo-radio-box,
.nf-form-wrap .ueldo-radio-box {
cursor: pointer;
display: inline-block;
vertical-align: middle;
font-size: 0;
line-height: 1;
}
.nf-form-wrap .label-right .checkbox-wrap .nf-field-element {
width: 34px;
}
form .ueldo-radio-box .ueldo-radio,
.woocommerce .cart-collaterals .cart_totals table.shop_table tr.shipping .ueldo-radio-box .ueldo-radio,
.nf-form-wrap .ueldo-radio-box .ueldo-radio {
width: 33px;
height: 33px;
margin: 0;
display: block;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
border-width: 1px;
border-style: solid;
position: relative;
z-index: 2;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
form .ueldo-radio-box .ueldo-radio .ueldo-radio-checked,
.woocommerce .cart-collaterals .cart_totals table.shop_table tr.shipping .ueldo-radio-box .ueldo-radio .ueldo-radio-checked,
.nf-form-wrap .ueldo-radio-box .ueldo-radio .ueldo-radio-checked {
width: 13px;
height: 13px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: block;
margin: 9px auto;
} .ueldo-checkbox-radio-label {
display: inline-block;
vertical-align: top;
width: calc( 100% - 50px );
padding-top: 1px;
}
.woocommerce ul#shipping_method li label {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
} form .ueldo-date-field,
.nf-form-wrap .ueldo-date-field {
display: block;
line-height: 1;
font-size: 0;
position: relative;
}
form .ueldo-date-field .ueldo-date-field-icon,
.nf-form-wrap .ueldo-date-field .ueldo-date-field-icon {
width: 48px;
height: 48px;
top: 1px;
text-align: center;
position: absolute;
}
form .ueldo-date-field .ueldo-date-field-icon i,
.nf-form-wrap .ueldo-date-field .ueldo-date-field-icon i {
font-size: 18px;
display: block;
padding-top: 15px;
} form .ueldo-range-field,
.nf-form-wrap .ueldo-range-field {
width: 100%;
display: block;
}
form .ueldo-range-field input[type="range"],
.nf-form-wrap .ueldo-range-field input[type="range"] {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
margin: 10px 0;
}
form .ueldo-range-field input[type=range]:focus,
.nf-form-wrap .ueldo-range-field input[type=range]:focus {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
form .ueldo-range-field input[type=range]::-webkit-slider-runnable-track,
.nf-form-wrap .ueldo-range-field input[type=range]::-webkit-slider-runnable-track {
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
height: 10px;
cursor: pointer;
animation-duration: 0.2s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-width: 1px;
border-style: solid;
}
form .ueldo-range-field input[type=range]::-webkit-slider-thumb,
.nf-form-wrap .ueldo-range-field input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
-moz-appearance: none;
height: 19px;
width: 20px;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
form .ueldo-range-field input[type=range]::-moz-range-track,
.nf-form-wrap .ueldo-range-field input[type=range]::-moz-range-track {
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
height: 10px;
cursor: pointer;
animation-duration: 0.2s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-width: 1px;
border-style: solid;
outline: none;
}
form .ueldo-range-field input[type=range]::-moz-range-thumb,
.nf-form-wrap .ueldo-range-field input[type=range]::-moz-range-thumb {
-webkit-appearance: none;
-moz-appearance: none;
height: 19px;
width: 20px;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
margin-top: -5px;
} form p.ueldo-fields-inline {
font-size: 0;
margin-bottom: 10px;
}
form p.ueldo-fields-inline span.wpcf7-not-valid-tip {
margin-top: -10px;
width: 100%;
} .wpcf7-submit[disabled] {
opacity: 0.65;
cursor: not-allowed;
}
span.wpcf7-list-item {
font-size: 0;
margin: 0;
}
span.wpcf7-list-item-label {
display: inline-block;
vertical-align: middle;
}
span.wpcf7-list-item > span.wpcf7-list-item-label,
span.wpcf7-list-item > .ueldo-checkbox-box {
margin-bottom: 10px;
}
form span.wpcf7-not-valid-tip {
margin-top: -10px;
} .nf-form-wrap hr.ninja-forms-field {
border: none;
height: 1px;
}
.nf-form-wrap .nf-error select.ninja-forms-field {
border: none;
}
.nf-form-wrap .nf-field-container,
.nf-form-wrap #ninja_forms_required_items {
margin-bottom: 10px;
}
.ueldo-content-default .ueldo-content-wrapper .nf-form-wrap h2:not(.ueldo-blog-post-title),
.ueldo-content-default .ueldo-content-wrapper .nf-form-wrap h3,
.ueldo-content-default .ueldo-content-wrapper .nf-form-wrap h4,
.ueldo-content-default .ueldo-content-wrapper .nf-form-wrap h5,
.ueldo-content-default .ueldo-content-wrapper .nf-form-wrap h6 {
margin-top: 0;
margin-bottom: 10px;
} .wpb_wrapper .gform_wrapper {
margin: 0;
}
.wpb_wrapper .gform_wrapper form .gform_body ul.gform_fields > li:first-child {
margin-top: 0 !important;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 0 21px;
}
.gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label {
margin: -4px 0 10px 0;
}
.gform_wrapper .gform_body .top_label .gsection_description {
margin-bottom: 20px;
}
body .gform_wrapper .gform_body ul li.gfield {
margin-top: 10px;
}
body .gform_wrapper li.gsection,
body .gform_wrapper ul li.gfield.field_description_below + li.gsection {
margin-top: 30px !important;
margin-bottom: 20px !important;
}
.gform_wrapper .gform_body .ueldo-select-field:not(.ueldo-is-multiple-select) select {
margin: 0 !important;
width: 100%;
line-height: 1 !important;
}
.gform_wrapper .gform_body textarea {
padding: 16px 21px;
}
.gform_wrapper form .gfield_time_hour input,
.gform_wrapper form .gfield_time_minute input {
display: inline-block;
vertical-align: middle;
}
.gform_wrapper form .gfield_time_hour i {
float: none;
display: inline-block;
vertical-align: middle;
margin-top: -13px;
}
.gform_wrapper form .gfield_time_ampm .ueldo-select-field select {
width: 100% !important;
max-width: 100% !important;
}
.gform_wrapper form li.gsection.gf_scroll_text {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: transparent;
}
.gform_wrapper.gf_browser_chrome form span.address_country {
margin-top: 0;
}
.gform_wrapper form li.gfield.gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background: transparent;
border: none;
margin: 0;
margin-bottom: 0;
padding: 0;
padding-bottom: 0;
padding-top: 0;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 8px;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-top: 0;
}
.gform_wrapper form .field_description_below .gfield_description {
padding-top: 0;
}
.gform_wrapper form .gform_body .description,
.gform_wrapper form .gform_body .gfield_description,
.gform_wrapper form .gform_body .gsection_description,
.gform_wrapper form .gform_body .instruction {
font-weight: 300;
}
@media only screen and ( min-width: 641px ) {
.gform_wrapper .top_label .ueldo-select-field.medium {
width: -webkit-calc( 50% - 8px );
width: -moz-calc( 50% - 8px );
width: calc( 50% - 8px );
}
.gform_wrapper .gform_body .top_label .ueldo-select-field.medium > select,
.gform_wrapper .gform_body .gf_left_half .ueldo-select-field,
.gform_wrapper .gform_body .gf_left_half .ueldo-select-field > select,
.gform_wrapper .gform_body .gf_right_half .ueldo-select-field,
.gform_wrapper .gform_body .gf_right_half .ueldo-select-field > select {
width: 100%;
}
.gform_wrapper form .top_label input.large.datepicker,
.gform_wrapper form .top_label input.medium.datepicker,
.gform_wrapper form .top_label input.small.datepicker {
width: 100%;
}
.gform_wrapper form li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper form li.gfield.gf_list_2col ul.gfield_radio li {
margin: 0 0 8px;
}
.gform_wrapper form ul.gform_fields li.gfield {
padding-right: 0;
}
}
@media only screen and ( min-width: 321px ) {
.gform_wrapper form .gfield_time_ampm,
.gform_wrapper form .gfield_time_hour,
.gform_wrapper form .gfield_time_minute {
max-width: 105px;
}
.gform_wrapper form .gfield_time_hour input,
.gform_wrapper form .gfield_time_minute input {
width: -webkit-calc( 100% - 15px );
width: -moz-calc( 100% - 15px );
width: calc( 100% - 15px );
}
}.wpb_wrapper .wpb_content_element:last-child {
margin-bottom: 0;
}
.vc_row,
.vc_section {
position: relative;
clear: both;
}
.vc_section.ueldo-full-width-vc-element {
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
overflow: hidden;
}
.vc_section.ueldo-full-width-vc-element > .vc_row {
margin-left: 0;
margin-right: 0;
}
.vc_section.ueldo-full-width-vc-element-stretch-content {
padding-left: 0;
padding-right: 0;
}
.vc_row:not(.ueldo-vc-row-overflow-visible):not(.ueldo-row-with-sidebar-on-left):not(.ueldo-row-with-sidebar-on-right) {
overflow: hidden;
}
.vc_section.ueldo-vc-section-overflow-visible,
.vc_section[data-vc-full-width].ueldo-vc-section-overflow-visible,
.vc_row[data-vc-full-width].ueldo-vc-row-overflow-visible {
overflow: visible;
}
.vc_column-inner {
position: relative;
z-index: 10;
} .vc_row.ueldo-row-with-sidebar-on-left .ueldo-row-with-sidebar-divider-line,
.vc_row.ueldo-row-with-sidebar-on-right .ueldo-row-with-sidebar-divider-line {
content: '';
width: 1px;
height: 100%;
position: absolute;
display: block;
top: 0;
}
@media (min-width: 1200px) {
.vc_row.ueldo-row-with-sidebar-on-right .vc_column_container.ueldo-row-with-sidebar-content-column {
padding-right: 60px;
}
.vc_row.ueldo-row-with-sidebar-on-left .vc_column_container.ueldo-row-with-sidebar-content-column {
padding-left: 60px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_row.ueldo-row-with-sidebar-on-right .vc_column_container.ueldo-row-with-sidebar-content-column {
padding-right: 60px;
}
.vc_row.ueldo-row-with-sidebar-on-left .vc_column_container.ueldo-row-with-sidebar-content-column {
padding-left: 60px;
}
}
@media (max-width: 991px) {
.vc_row.ueldo-row-with-sidebar-on-left .ueldo-row-with-sidebar-divider-line,
.vc_row.ueldo-row-with-sidebar-on-right .ueldo-row-with-sidebar-divider-line {
display: none;
}
.vc_row.ueldo-row-with-sidebar-on-left .vc_column_container.ueldo-row-with-sidebar-content-column,
.vc_row.ueldo-row-with-sidebar-on-right .vc_column_container.ueldo-row-with-sidebar-content-column,
.vc_row.ueldo-row-with-sidebar-on-left .vc_column_container.ueldo-row-with-sidebar-sidebar-column,
.vc_row.ueldo-row-with-sidebar-on-right .vc_column_container.ueldo-row-with-sidebar-sidebar-column {
width: 100%;
display: block;
}
.vc_row.ueldo-row-with-sidebar-on-left .vc_column_container.ueldo-row-with-sidebar-sidebar-column .wpb_widgetised_column {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.vc_row.ueldo-row-with-sidebar-on-right .vc_column_container.ueldo-row-with-sidebar-sidebar-column .wpb_widgetised_column {
border-top-width: 1px;
border-top-style: solid;
padding-top: 60px;
}
.ueldo-content-default .vc_row.ueldo-row-with-sidebar-on-left .wpb_widgetised_column .ueldo-widget-call-to-action,
.ueldo-content-default .vc_row.ueldo-row-with-sidebar-on-right .wpb_widgetised_column .ueldo-widget-call-to-action {
margin-left: 0;
margin-right: 0;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ueldo-content-default .vc_row.ueldo-row-with-sidebar-on-left .wpb_widgetised_column .ueldo-widget-call-to-action:before,
.ueldo-content-default .vc_row.ueldo-row-with-sidebar-on-right .wpb_widgetised_column .ueldo-widget-call-to-action:before {
display: none;
}
} @-webkit-keyframes ueldo_vc_animation_fade_in_up {
from {
opacity: 0;
-webkit-transform: translate3d( 0, 15px, 0 );
transform: translate3d( 0, 15px, 0 );
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ueldo_vc_animation_fade_in_up {
from {
opacity: 0;
-webkit-transform: translate3d( 0, 15px, 0 );
transform: translate3d( 0, 15px, 0 );
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} .ueldo-content-default .ueldo-content-wrapper .wpb_wrapper h1,
.ueldo-content-default .ueldo-content-wrapper .wpb_wrapper h2,
.ueldo-content-default .ueldo-content-wrapper .wpb_wrapper h3,
.ueldo-content-default .ueldo-content-wrapper .wpb_wrapper h4,
.ueldo-content-default .ueldo-content-wrapper .wpb_wrapper h5,
.ueldo-content-default .ueldo-content-wrapper .wpb_wrapper h6 {
margin-top: 0;
} .ueldo-circle-navigation {
padding: 0;
list-style: none;
font-size: 0;
}
.ueldo-circle-navigation.ueldo-circle-navigation-alignment-left {
margin: 0;
text-align: left;
}
.ueldo-circle-navigation.ueldo-circle-navigation-alignment-center {
margin: 0 auto;
text-align: center;
}
.ueldo-circle-navigation.ueldo-circle-navigation-alignment-right {
margin: 0;
text-align: right;
}
.ueldo-circle-navigation.ueldo-circle-navigation-vertical {
margin-top: 0;
}
.ueldo-circle-navigation li {
display: inline-block;
vertical-align: middle;
margin: 0 8px;
}
.ueldo-circle-navigation.ueldo-circle-navigation-vertical li {
margin: 14px 0;
display: block;
}
.ueldo-circle-navigation.ueldo-circle-navigation-vertical li:first-child {
margin-top: 0;
}
.ueldo-circle-navigation.ueldo-circle-navigation-vertical li:last-child {
margin-bottom: 0;
}
.ueldo-circle-navigation li .ueldo-circle-navigation-element {
width: 10px;
height: 10px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: block;
cursor: pointer;
-webkit-transition: border-color 0.2s, background-color 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s;
transition: border-color 0.2s, background-color 0.2s;
} .ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-handle:before,
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-handle:after,
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-handle:before,
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-handle:after {
content: '';
display: block;
position: absolute;
z-index: 30;
}
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-handle:before,
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px;
}
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-handle:before,
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px;
}
.ueldo-shortcode-two-images-difference-before-label,
.ueldo-shortcode-two-images-difference-after-label,
.ueldo-shortcode-two-images-difference-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.ueldo-shortcode-two-images-difference-before-label,
.ueldo-shortcode-two-images-difference-after-label,
.ueldo-shortcode-two-images-difference-overlay {
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.ueldo-shortcode-two-images-difference-before-label,
.ueldo-shortcode-two-images-difference-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
}
.ueldo-shortcode-two-images-difference-before-label:before,
.ueldo-shortcode-two-images-difference-after-label:before {
position: absolute;
line-height: 1;
padding: 13px 20px;
}
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-before-label:before,
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-after-label:before {
top: 50%;
margin-top: -19px;
}
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-before-label:before,
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px;
}
.ueldo-shortcode-two-images-difference-left-arrow,
.ueldo-shortcode-two-images-difference-right-arrow,
.ueldo-shortcode-two-images-difference-up-arrow,
.ueldo-shortcode-two-images-difference-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
}
.ueldo-shortcode-two-images-difference-left-arrow,
.ueldo-shortcode-two-images-difference-right-arrow {
top: 50%;
margin-top: -6px;
}
.ueldo-shortcode-two-images-difference-up-arrow,
.ueldo-shortcode-two-images-difference-down-arrow {
left: 50%;
margin-left: -6px;
}
.ueldo-shortcode-two-images-difference-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
}
.ueldo-shortcode-two-images-difference-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block;
}
.ueldo-shortcode-two-images-difference-container.ueldo-animation-proceed .ueldo-shortcode-two-images-difference-overlay,
.ueldo-shortcode-two-images-difference-container.ueldo-animation-proceed :hover.ueldo-shortcode-two-images-difference-overlay {
background: transparent;
}
.ueldo-shortcode-two-images-difference-container.ueldo-animation-proceed .ueldo-shortcode-two-images-difference-overlay .ueldo-shortcode-two-images-difference-before-label,
.ueldo-shortcode-two-images-difference-container.ueldo-animation-proceed .ueldo-shortcode-two-images-difference-overlay .ueldo-shortcode-two-images-difference-after-label,
.ueldo-shortcode-two-images-difference-container.ueldo-animation-proceed :hover.ueldo-shortcode-two-images-difference-overlay .ueldo-shortcode-two-images-difference-before-label,
.ueldo-shortcode-two-images-difference-container.ueldo-animation-proceed :hover.ueldo-shortcode-two-images-difference-overlay .ueldo-shortcode-two-images-difference-after-label,
.ueldo-shortcode-two-images-difference-before-label,
.ueldo-shortcode-two-images-difference-after-label {
opacity: 0;
}
.ueldo-shortcode-two-images-difference-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.ueldo-shortcode-two-images-difference-before-label:before,
.ueldo-shortcode-two-images-difference-after-label:before {
content: attr( data-content );
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-before-label:before {
left: 10px;
}
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-after-label:before {
right: 10px;
}
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-before-label:before {
top: 10px;
}
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-after-label:before {
bottom: 10px;
}
.ueldo-shortcode-two-images-difference-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: transparent;
z-index: 25;
}
.ueldo-shortcode-two-images-difference-overlay:hover .ueldo-shortcode-two-images-difference-after-label,
.ueldo-shortcode-two-images-difference-overlay:hover .ueldo-shortcode-two-images-difference-before-label {
opacity: 1;
}
.ueldo-shortcode-two-images-difference-before {
z-index: 20;
}
.ueldo-shortcode-two-images-difference-after {
z-index: 10;
}
.ueldo-shortcode-two-images-difference-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border-width: 3px;
border-style: solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
z-index: 40;
cursor: pointer;
}
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-handle:before {
bottom: 50%;
margin-bottom: 22px;
}
.ueldo-shortcode-two-images-difference-horizontal .ueldo-shortcode-two-images-difference-handle:after {
top: 50%;
margin-top: 22px;
}
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-handle:before {
left: 50%;
margin-left: 22px;
}
.ueldo-shortcode-two-images-difference-vertical .ueldo-shortcode-two-images-difference-handle:after {
right: 50%;
margin-right: 22px;
}
.ueldo-shortcode-two-images-difference-left-arrow {
border-right-width: 6px;
border-right-style: solid;
left: 50%;
margin-left: -17px;
}
.ueldo-shortcode-two-images-difference-right-arrow {
border-left-width: 6px;
border-left-style: solid;
right: 50%;
margin-right: -17px;
}
.ueldo-shortcode-two-images-difference-up-arrow {
border-bottom-width: 6px;
border-bottom-style: solid;
top: 50%;
margin-top: -17px;
}
.ueldo-shortcode-two-images-difference-down-arrow {
border-top-width: 6px;
border-top-style: solid;
bottom: 50%;
margin-bottom: -17px;
} .ueldo-shortcode-button-container > a {
font-size: 0;
}
.ueldo-shortcode-button-container i,
.ueldo-shortcode-button-container i:before {
-webkit-transition: color 0.2s, text-shadow 0.2s;
-moz-transition: color 0.2s, text-shadow 0.2s;
transition: color 0.2s, text-shadow 0.2s;
}
.ueldo-shortcode-button-container .ueldo-button {
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-ms-transform: translateY( 0 );
transform: translateY( 0 );
} .ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-left,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-center,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-right {
display: block;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-left {
text-align: left;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-center {
text-align: center;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-right {
text-align: right;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-alignment-inline,
.ueldo-shortcode-button-container .ueldo-shortcode-button-text-near-button {
display: inline-block;
vertical-align: middle;
} .ueldo-shortcode-button-container .ueldo-button .ueldo-button-link-text {
display: inline-block;
vertical-align: middle;
line-height: 1;
} .ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button .ueldo-button-link-text {
-webkit-transition: margin 0.3s;
-moz-transition: margin 0.3s;
transition: margin 0.3s;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button i {
opacity: 0;
-webkit-transition: opacity 0.3s, margin 0.3s;
-moz-transition: opacity 0.3s, margin 0.3s;
transition: opacity 0.3s, margin 0.3s;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-after,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-before {
margin-left: 0;
margin-right: 0;
}
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover i {
opacity: 1;
} .ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-under-left,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-under-centered,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-under-right,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-above-left,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-above-centered,
.ueldo-shortcode-button-container.ueldo-shortcode-button-container-icon-visibility-on-hover-only .ueldo-button:hover .ueldo-button-link-text.ueldo-button-link-text-with-icon-above-right {
margin-top: 0;
margin-bottom: 0;
} .ueldo-shortcode-button-text-alignment-left .ueldo-button {
text-align: left;
}
.ueldo-shortcode-button-text-alignment-center .ueldo-button {
text-align: center;
}
.ueldo-shortcode-button-text-alignment-right .ueldo-button {
text-align: right;
} .ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-center,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-right {
display: block;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-left {
text-align: left;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-center {
text-align: center;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-right {
text-align: right;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-alignment-inline,
.ueldo-shortcode-two-line-button-container .ueldo-shortcode-two-line-button-text-near-button {
display: inline-block;
vertical-align: middle;
} .ueldo-shortcode-two-line-button {
position: relative;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color 0.2s, background-color 0.2s, color 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, transform 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, color 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, transform 0.2s;
transition: border-color 0.2s, background-color 0.2s, color 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, transform 0.2s;
font-size: 0;
padding: 20px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-ms-transform: translateY( 0 );
transform: translateY( 0 );
-webkit-appearance: none;
-moz-appearance: none;
}
.ueldo-shortcode-two-line-button-text-alignment-left .ueldo-shortcode-two-line-button {
text-align: left;
}
.ueldo-shortcode-two-line-button-text-alignment-center .ueldo-shortcode-two-line-button {
text-align: center;
}
.ueldo-shortcode-two-line-button-text-alignment-right .ueldo-shortcode-two-line-button {
text-align: right;
}
.ueldo-shortcode-two-line-button,
.ueldo-shortcode-two-line-button:hover,
.ueldo-shortcode-two-line-button:focus,
.ueldo-shortcode-two-line-button:active {
text-decoration: none;
}
.ueldo-shortcode-two-line-button i,
.ueldo-shortcode-two-line-button i:before {
font-size: 30px;
line-height: 1;
}
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-before-text,
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-after-text {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
}
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-left,
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-left,
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-centered,
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-centered,
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-right,
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-right {
display: block;
}
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-left:not(.vc-mono),
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-left:not(.vc-mono) {
text-align: left;
}
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-centered:not(.vc-mono),
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-centered:not(.vc-mono) {
text-align: center;
}
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-right:not(.vc-mono),
.ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-right:not(.vc-mono) {
text-align: right;
} .ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only) .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-left,
.ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only) .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-centered,
.ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only) .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-right {
margin-bottom: 17px;
}
.ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only) .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-left,
.ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only) .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-centered,
.ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only) .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-right {
margin-top: 17px;
} .ueldo-shortcode-two-line-button-container .ueldo-shortcode-two-line-button i.vc-mono {
width: 30px;
height: 30px;
}
.ueldo-shortcode-two-line-button-container .ueldo-shortcode-two-line-button i.vc-mono:before {
position: absolute;
} .ueldo-shortcode-two-line-button-container:not(.ueldo-shortcode-two-line-button-container-no-icon) .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content {
display: block;
}
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-subtitle,
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-title {
display: block;
}
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-subtitle {
line-height: 1;
padding: 0;
}
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content:not(.ueldo-shortcode-two-line-button-content-reversed) span.ueldo-shortcode-two-line-button-content-subtitle {
margin: 0 0 9px 0;
}
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-reversed span.ueldo-shortcode-two-line-button-content-subtitle {
margin: 9px 0 0 0;
}
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-subtitle:last-child {
margin-bottom: 0;
}
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-title {
letter-spacing: -1px;
line-height: 1;
padding: 0;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
} .ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content {
-webkit-transition: margin 0.3s;
-moz-transition: margin 0.3s;
transition: margin 0.3s;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only i {
opacity: 0;
-webkit-transition: opacity 0.2s, margin 0.3s;
-moz-transition: opacity 0.2s, margin 0.3s;
transition: opacity 0.2s, margin 0.3s;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-before,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-after {
margin-right: 0;
margin-left: 0;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-before-text,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-after-text {
opacity: 1;
margin-left: 0;
margin-right: 0;
} .ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-above-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-above-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-above-right {
margin-top: -23.5px;
margin-bottom: 23.5px;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-under-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-under-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-under-right {
margin-top: 23.5px;
margin-bottom: -23.5px;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-above-right {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button i.ueldo-shortcode-two-line-button-icon-under-right {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-above-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-above-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-above-right,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-under-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-under-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover .ueldo-shortcode-two-line-button-content.ueldo-shortcode-two-line-button-content-with-icon-under-right {
margin-top: 0;
margin-bottom: 0;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-above-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-above-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-above-right {
opacity: 1;
margin-top: 0;
margin-bottom: 17px;
}
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-under-left,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-under-centered,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-two-line-button-container-icon-visibility-on-hover-only .ueldo-shortcode-two-line-button:hover i.ueldo-shortcode-two-line-button-icon-under-right {
opacity: 1;
margin-top: 17px;
margin-bottom: 0;
} .ueldo-shortcode-two-line-button i,
.ueldo-shortcode-two-line-button i:before,
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-subtitle,
.ueldo-shortcode-two-line-button .ueldo-shortcode-two-line-button-content span.ueldo-shortcode-two-line-button-content-title {
-webkit-transition: color 0.2s, text-shadow 0.2s;
-moz-transition: color 0.2s, text-shadow 0.2s;
transition: color 0.2s, text-shadow 0.2s;
} @media (min-width: 1200px) {
.ueldo-shortcode-button-container.ueldo-shortcode-button-hidden-on-large-devices,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-button-hidden-on-large-devices {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-button-container.ueldo-shortcode-button-hidden-on-medium-devices,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-button-hidden-on-medium-devices {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-button-container.ueldo-shortcode-button-hidden-on-small-devices,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-button-hidden-on-small-devices {
display: none;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-button-container.ueldo-shortcode-button-hidden-on-extra-small-devices,
.ueldo-shortcode-two-line-button-container.ueldo-shortcode-button-hidden-on-extra-small-devices {
display: none;
}
} .ueldo-shortcode-heading.ueldo-shortcode-heading-align-inline {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-heading.ueldo-shortcode-heading-align-left {
text-align: left;
}
.ueldo-shortcode-heading.ueldo-shortcode-heading-align-center {
text-align: center;
}
.ueldo-shortcode-heading.ueldo-shortcode-heading-align-right {
text-align: right;
}
.ueldo-shortcode-heading .ueldo-shortcode-heading-text {
display: inline;
vertical-align: middle;
position: relative;
z-index: 10;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-heading .ueldo-shortcode-heading-text:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.ueldo-shortcode-heading .ueldo-shortcode-heading-text:after {
content: '';
position: absolute;
width: 95%;
bottom: 0;
left: 0;
z-index: -1;
}
.ueldo-shortcode-heading h1,
.ueldo-shortcode-heading h2,
.ueldo-shortcode-heading h3,
.ueldo-shortcode-heading h4,
.ueldo-shortcode-heading h5,
.ueldo-shortcode-heading h6 {
font-size: 0;
line-height: 1;
} .ueldo-shortcode-tabs {
position: relative;
font-size: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container .rev_slider li.tp-revslider-slidesli,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-image-parent-loading,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-shortcode-tabs-single-tabs-images-single-tab-image-content {
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container .rev_slider li.tp-revslider-slidesli,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-image-parent-loading,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-shortcode-tabs-single-tabs-images-single-tab-image-content {
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-container {
position: relative;
font-size: 0;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-content-middle-helper {
display: inline-block;
width: 0;
font-size: 0;
vertical-align: middle;
}
.ueldo-shortcode-tabs:not(.ueldo-shortcode-tabs-style-05) .ueldo-shortcode-tabs-single-tabs-container .ueldo-shortcode-tabs-single-tab {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.ueldo-shortcode-tabs:not(.ueldo-shortcode-tabs-style-05) .ueldo-shortcode-tabs-single-tabs-container .ueldo-shortcode-tabs-single-tab:not(.ueldo-shortcode-tabs-single-tab-active) {
z-index: 0;
}
.ueldo-shortcode-tabs:not(.ueldo-shortcode-tabs-style-05) .ueldo-shortcode-tabs-single-tabs-container .ueldo-shortcode-tabs-single-tab.ueldo-shortcode-tabs-single-tab-active {
z-index: 100;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-container .ueldo-shortcode-tabs-single-tab .ueldo-shortcode-tabs-single-tab-icon {
display: none;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-images-container {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
overflow: hidden;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-shortcode-tabs-single-tabs-images-single-tab-image-content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: block;
z-index: 500;
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-shortcode-tabs-single-tabs-images-single-tab-image-content[data-visible="no"] {
z-index: 0;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector {
font-size: 0;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector li i,
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector li i:before {
font-size: 37px;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
display: table;
table-layout: fixed;
width: 100%;
overflow: hidden;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li {
display: table-cell;
width: auto;
vertical-align: top;
cursor: pointer;
text-align: center;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li i {
display: block;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li i:before {
line-height: 1;
margin: 0 auto;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
display: block;
padding: 5px 0;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li i.vc_li:before,
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li i.typcn:before {
padding: 10px 0;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li .ueldo-shortcode-tabs-selector-single-tab-middle-helper {
display: inline-block;
vertical-align: middle;
font-size: 0;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="horizontal"] li .ueldo-shortcode-tabs-selector-single-tab-title {
display: inline-block;
vertical-align: middle;
width: 100%;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
margin-top: 10px;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] {
list-style: none;
padding: 0;
font-size: 0;
overflow: hidden;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] li {
display: block;
width: 100%;
vertical-align: top;
cursor: pointer;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] li i:before {
line-height: 1;
margin-left: 0;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
display: block;
padding: 5px 0;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] li .ueldo-shortcode-tabs-selector-single-tab-title {
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-01 {
border-style: solid;
-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-01[data-tabs-selector-style="horizontal"] li {
padding: 15px;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-01[data-tabs-selector-style="vertical"] li {
padding: 15px 20px;
border-bottom-style: solid;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-01[data-tabs-selector-style="vertical"] li:last-child {
border-bottom: none;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03 {
border-style: solid;
-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="horizontal"] {
display: inline-block;
width: auto;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="vertical"] li i,
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="horizontal"] li i {
display: none;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="horizontal"] li .ueldo-shortcode-tabs-selector-single-tab-title {
margin-top: 2px;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="horizontal"] li {
padding: 15px 20px;
display: inline-block;
font-size: 0;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="vertical"] li {
padding: 15px 20px;
border-bottom-style: solid;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-03[data-tabs-selector-style="vertical"] li:last-child {
border-bottom: none;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table {
display: block;
table-layout: auto;
position: relative;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table li {
display: inline-block;
position: relative;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table li:first-child:before {
display: none;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="5"] li {
width: 20%;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="5"] li:nth-child( 5n+1 ):before {
content: '';
width: -webkit-calc( 500% + 5px );
width: -moz-calc( 500% + 5px );
width: calc( 500% + 5px );
position: absolute;
top: 0;
z-index: 1;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="4"] li {
width: 25%;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="4"] li:nth-child( 4n+1 ):before {
content: '';
width: -webkit-calc( 400% + 4px );
width: -moz-calc( 400% + 4px );
width: calc( 400% + 4px );
position: absolute;
top: 0;
z-index: 1;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="3"] li {
width: 33.33%;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="3"] li:nth-child( 3n+1 ):before {
content: '';
width: -webkit-calc( 300% + 3px );
width: -moz-calc( 300% + 3px );
width: calc( 300% + 3px );
position: absolute;
top: 0;
z-index: 1;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="2"] li {
width: 50%;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="2"] li:nth-child( 2n+1 ):before {
content: '';
width: -webkit-calc( 200% + 2px );
width: -moz-calc( 200% + 2px );
width: calc( 200% + 2px );
position: absolute;
top: 0;
z-index: 1;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="1"] li {
width: 100%;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-as-table[data-tabs-per-row="1"] li:before {
content: '';
width: 100%;
position: absolute;
top: 0;
z-index: 1;
} .ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-02 ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02 li {
padding: 15px 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-02 ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02 li:first-child {
padding-top: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-02 ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02 li:last-child {
padding-bottom: 0;
} .ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-content-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-content-container .ueldo-shortcode-tabs-single-tabs-contents {
position: relative;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container {
right: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-google-map-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-google-map-container .ueldo-google-map-data {
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container {
left: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-google-map-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container .ueldo-google-map-container .ueldo-google-map-data {
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
} .ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-content-container,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-content-container .ueldo-shortcode-tabs-single-tabs-contents {
position: relative;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-content-container {
z-index: 600;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container {
right: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container {
left: 0;
} .ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 {
position: relative;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-images-container {
position: absolute;
top: 50%;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="left"] .ueldo-shortcode-tabs-single-tabs-images-container {
right: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-container[data-tabs-content-position="right"] .ueldo-shortcode-tabs-single-tabs-images-container {
left: 0;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-content-container .ueldo-shortcode-tabs-single-tab {
padding: 20px 25px;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
cursor: pointer;
overflow: hidden;
position: relative;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-content-container .ueldo-shortcode-tabs-single-tab.ueldo-shortcode-tabs-single-tab-active .ueldo-shortcode-tabs-single-tab-icon {
display: block;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tab-icon {
position: absolute;
top: -15px;
right: -15px;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tab-icon i,
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tab-icon i:before {
font-size: 64px;
} .ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector:not(.ueldo-shortcode-tabs-selector-03)[data-tabs-selector-style="vertical"] li {
font-size: 0;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector:not(.ueldo-shortcode-tabs-selector-03)[data-tabs-selector-style="vertical"] li i {
width: 37px;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector:not(.ueldo-shortcode-tabs-selector-03)[data-tabs-selector-style="vertical"] li .ueldo-shortcode-tabs-selector-single-tab-title {
width: -webkit-calc( 100% - 52px );
width: -moz-calc( 100% - 52px );
width: calc( 100% - 52px );
} @media (min-width: 992px) {
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] {
margin: 6px 0 0 0;
display: inline-block;
vertical-align: top;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-02 .ueldo-shortcode-tabs-single-tabs-container {
display: inline-block;
vertical-align: top;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] li i {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li {
margin-top: 20px;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector:not(.ueldo-shortcode-tabs-selector-03)[data-tabs-selector-style="vertical"] li .ueldo-shortcode-tabs-selector-single-tab-title {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-content-container {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-images-container {
position: absolute;
top: 50%;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-content-container {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-04 .ueldo-shortcode-tabs-single-tabs-images-container {
position: absolute;
top: 50%;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-content-container {
display: inline-block;
vertical-align: middle;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] {
margin: 6px 0 0 0;
display: inline-block;
vertical-align: top;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-02 .ueldo-shortcode-tabs-single-tabs-container {
display: inline-block;
vertical-align: top;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] li i {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector:not(.ueldo-shortcode-tabs-selector-03)[data-tabs-selector-style="vertical"] li .ueldo-shortcode-tabs-selector-single-tab-title {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li {
margin-top: 20px;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li:nth-child( 1 ),
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li:nth-child( 2 ),
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li:nth-child( 3 ),
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li:nth-child( 4 ) {
margin-top: 0;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-images-container {
margin-top: 60px;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-images-container {
width: -webkit-calc( 50% + 337.5px );
width: -moz-calc( 50% + 337.5px );
width: calc( 50% + 337.5px );
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-images-container {
position: relative;
top: auto;
right: auto;
left: auto;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"],
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-02 .ueldo-shortcode-tabs-single-tabs-container {
margin: 0;
width: 100%;
display: block;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector[data-tabs-selector-style="vertical"] li i {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector:not(.ueldo-shortcode-tabs-selector-03)[data-tabs-selector-style="vertical"] li .ueldo-shortcode-tabs-selector-single-tab-title {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li {
margin-top: 20px;
}
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li:nth-child( 1 ),
.ueldo-shortcode-tabs ul.ueldo-shortcode-tabs-selector.ueldo-shortcode-tabs-selector-02[data-tabs-selector-style="horizontal"] li:nth-child( 2 ) {
margin-top: 0;
}
.ueldo-shortcode-tabs .ueldo-shortcode-tabs-single-tabs-images-container {
margin-top: 60px;
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-03 .ueldo-shortcode-tabs-single-tabs-images-container {
width: -webkit-calc( 100% - 30px );
width: -moz-calc( 100% - 30px );
width: calc( 100% - 30px );
}
.ueldo-shortcode-tabs.ueldo-shortcode-tabs-style-05 .ueldo-shortcode-tabs-single-tabs-images-container {
position: relative;
top: auto;
right: auto;
left: auto;
}
} .ueldo-play-video-button {
position: absolute;
height: 60px;
left: 50%;
top: 50%;
margin-top: -30px;
cursor: pointer;
}
.ueldo-play-video-button .ueldo-play-video-button-middle {
position: relative;
left: -50%;
}
.ueldo-play-video-button .ueldo-play-video-button-icon {
position: relative;
display: inline-block;
vertical-align: middle;
background: transparent;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
height: 60px;
width: 60px;
z-index: 10;
-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
text-align: center;
font-size: 0;
}
.ueldo-play-video-button .ueldo-play-video-button-icon i:before {
margin-left: 4px;
}
.ueldo-play-video-button .ueldo-play-video-button-icon i,
.ueldo-play-video-button .ueldo-play-video-button-icon i:before {
font-size: 18px;
line-height: 56px;
width: 56px;
text-align: center;
}
.ueldo-play-video-button .ueldo-play-video-button-title {
position: absolute;
padding: 6px 0;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 140px;
left: 50%;
margin-left: -70px;
bottom: 70px;
display: none;
-webkit-animation-name: ueldo_vc_animation_fade_in_up;
animation-name: ueldo_vc_animation_fade_in_up;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ueldo-play-video-button .ueldo-play-video-button-title:before {
content: '';
position: absolute;
width: 0;
height: 0;
-webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
transform: rotate( 45deg );
bottom: -3px;
left: 50%;
margin-left: -3px;
border-top: 3px solid transparent;
border-right-width: 3px;
border-right-style: solid;
border-bottom-width: 3px;
border-bottom-style: solid;
border-left: 3px solid transparent;
}
*:hover > .ueldo-play-video-button .ueldo-play-video-button-title {
display: block;
} .ueldo-google-map-container,
.ueldo-google-map-container .ueldo-google-map-data {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.ueldo-content-default .ueldo-content-wrapper .ueldo-google-map-container img,
.ueldo-google-map-container .ueldo-google-map-data img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ueldo-google-map-container .ueldo-google-map-marker-data,
.ueldo-google-map-container .ueldo-google-map-custom-style-data {
display: none;
}
.ueldo-google-map-container span[class^="ueldo-google-map-marker-content-"] {
text-align: center;
display: block;
}
.ueldo-google-map-container span[class^="ueldo-google-map-marker-content-"] i,
.ueldo-google-map-container span[class^="ueldo-google-map-marker-content-"] i:before {
margin-left: 0;
} @-webkit-keyframes ueldo_animation_pulse_first {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.3 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@-moz-keyframes ueldo_animation_pulse_first {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.3 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@keyframes ueldo_animation_pulse_first {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.3 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@-webkit-keyframes ueldo_animation_pulse_second {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.225 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@-moz-keyframes ueldo_animation_pulse_second {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.225 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@keyframes ueldo_animation_pulse_second {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.225 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@-webkit-keyframes ueldo_animation_pulse_third {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.17 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@-moz-keyframes ueldo_animation_pulse_third {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.17 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
@keyframes ueldo_animation_pulse_third {
20% { -webkit-transform: scale( 1 ); opacity: 1; }
50% { -webkit-transform: scale( 1.17 ); opacity: 0.5; }
100% { -webkit-transform: scale( 1 ); opacity: 1; }
}
.ueldo-shortcode-pulsating-circles {
position: relative;
height: 340px;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central {
width: 75px;
height: 75px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
position: absolute;
left: 50%;
top: 50%;
margin-left: -37.5px;
margin-top: -37.5px;
z-index: 110;
text-align: center;
-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central i {
display: block;
line-height: 75px;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central i,
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central i:before {
font-size: 24px;
margin: 0;
padding: 0;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central i.vc-oi {
margin-top: -2px;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central i.entypo-icon,
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central i.typcn {
margin-top: -3px;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central a,
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central a i,
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central a i:before {
text-decoration: none;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central .ueldo-shortcode-pulsating-circles-tip {
position: absolute;
width: 240px;
padding: 11px 15px 10px 15px;
text-align: center;
left: 50%;
margin-left: -120px;
bottom: 60px;
-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central .ueldo-shortcode-pulsating-circles-tip * {
position: relative;
z-index: 100;
line-height: 1;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central .ueldo-shortcode-pulsating-circles-tip a {
text-decoration: none;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-central .ueldo-shortcode-pulsating-circles-tip:before {
position: absolute;
content: '';
left: 50%;
margin-left: -3px;
bottom: -3px;
width: 6px;
height: 6px;
-webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
transform: rotate( 45deg );
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-first {
width: 150px;
height: 150px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border-width: 1px;
border-style: solid;
position: absolute;
left: 50%;
top: 50%;
margin-left: -75px;
margin-top: -75px;
z-index: 100;
-webkit-animation: ueldo_animation_pulse_first 3s ease-out;
-moz-animation: ueldo_animation_pulse_first 3s ease-out;
animation: ueldo_animation_pulse_first 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-second {
width: 195px;
height: 195px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border-width: 1px;
border-style: solid;
position: absolute;
left: 50%;
top: 50%;
margin-left: -97.5px;
margin-top: -97.5px;
z-index: 90;
-webkit-animation: ueldo_animation_pulse_second 3s ease-out;
-moz-animation: ueldo_animation_pulse_second 3s ease-out;
animation: ueldo_animation_pulse_second 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-third {
width: 240px;
height: 240px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border-width: 1px;
border-style: solid;
position: absolute;
left: 50%;
top: 50%;
margin-left: -120px;
margin-top: -120px;
z-index: 80;
-webkit-animation: ueldo_animation_pulse_third 3s ease-out;
-moz-animation: ueldo_animation_pulse_third 3s ease-out;
animation: ueldo_animation_pulse_third 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}
.ueldo-shortcode-pulsating-circles .ueldo-shortcode-pulsating-circles-circle-fourth {
width: 285px;
height: 285px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border-width: 1px;
border-style: solid;
position: absolute;
left: 50%;
top: 50%;
margin-left: -142.5px;
margin-top: -142.5px;
z-index: 70;
-webkit-animation: ueldo_animation_pulse_third 3s ease-out;
-moz-animation: ueldo_animation_pulse_third 3s ease-out;
animation: ueldo_animation_pulse_third 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2.4s;
animation-delay: 2.4s;
} .ueldo-shortcode-attributes-box {
position: relative;
}
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon,
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon:before {
font-size: 133px;
margin: 0;
padding: 0;
}
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon.ueldo-shortcode-attributes-box-icon-left {
position: absolute;
left: -76.5px;
top: 50%;
margin-top: -72.5px;
}
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon.ueldo-shortcode-attributes-box-icon-right {
position: absolute;
right: -76.5px;
top: 50%;
margin-top: -72.5px;
}
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon.ueldo-shortcode-attributes-box-icon-above {
position: absolute;
left: 50%;
top: -110px;
margin-left: -72.5px;
}
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon.ueldo-shortcode-attributes-box-icon-under {
position: absolute;
left: 50%;
bottom: -110px;
margin-left: -72.5px;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements {
border-style: solid;
position: relative;
text-align: center;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul {
margin: 0;
list-style: none;
font-size: 0;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li {
border-bottom-style: solid;
padding: 20px;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li:last-child {
border-bottom: none;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i {
display: inline-block;
vertical-align: top;
padding-top: 5px;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i,
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i:before {
font-size: 15px;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i.entypo-icon,
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i.vc_li,
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i.vc-oi {
padding-top: 0;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li i:before {
display: block;
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li .ueldo-shortcode-attributes-box-element-content {
display: inline-block;
vertical-align: top;
width: -webkit-calc( 100% - 34px );
width: -moz-calc( 100% - 34px );
width: calc( 100% - 34px );
}
.ueldo-shortcode-attributes-box .ueldo-shortcode-attributes-box-elements ul li .ueldo-shortcode-attributes-box-element-title {
display: block;
}
@media (max-width: 991px) {
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon.ueldo-shortcode-attributes-box-icon-left,
.ueldo-shortcode-attributes-box i.ueldo-shortcode-attributes-box-icon.ueldo-shortcode-attributes-box-icon-right {
left: 50%;
margin-left: -72.5px;
top: auto;
bottom: -110px;
}
} .ueldo-shortcode-info-box {
position: relative;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-left {
text-align: left;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-center:not(.ueldo-shortcode-info-box-content-position-inline) {
text-align: center;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-right:not(.ueldo-shortcode-info-box-content-position-inline) {
text-align: right;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-content-wrapper {
overflow: hidden;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-animate-on-hover {
-webkit-transform: translateY( 25% );
-moz-transform: translateY( 25% );
-o-transform: translateY( 25% );
transform: translateY( 25% );
-webkit-transition: -webkit-transform 0.35s ease;
-moz-transition: -moz-transform 0.35s ease;
transition: transform 0.35s ease;
}
.ueldo-shortcode-info-box:hover .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-animate-on-hover {
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-o-transform: translateY( 0 );
transform: translateY( 0 );
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper {
font-size: 0;
position: relative;
display: block;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element-inner-wrapper {
position: relative;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, width 0.2s, height 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, width 0.2s, height 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, width 0.2s, height 0.2s;
display: block;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-left .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element-inner-wrapper {
float: left;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-right .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element-inner-wrapper {
float: right;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-center .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element-inner-wrapper {
margin: 0 auto;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper:after {
content: '';
display: block;
clear: both;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element-middle-helper {
display: inline-block;
vertical-align: middle;
width: 0;
font-size: 0;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element {
text-align: center;
border-style: solid;
font-size: 0;
position: relative;
overflow: hidden;
display: block;
z-index: 1;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element.ueldo-shortcode-info-box-element-with-progress-bar {
border-color: transparent;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element i:not(.vc-mono) {
position: absolute;
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -24px;
width: 48px;
height: 48px;
line-height: 1;
text-align: center;
z-index: 10;
-webkit-transition: color 0.2s, font-size 0.2s, margin 0.2s;
-moz-transition: color 0.2s, font-size 0.2s, margin 0.2s;
transition: color 0.2s, font-size 0.2s, margin 0.2s;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element i.vc-mono {
position: absolute;
top: 50%;
left: 0;
margin-top: -24px;
width: 100%;
height: 48px;
line-height: 48px;
text-align: center;
-webkit-transition: color 0.2s, font-size 0.2s, margin 0.2s;
-moz-transition: color 0.2s, font-size 0.2s, margin 0.2s;
transition: color 0.2s, font-size 0.2s, margin 0.2s;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element i,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element i:before {
padding: 0;
font-size: 48px;
display: block;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element i:before {
vertical-align: top;
margin: 0;
transition: color 0.2s;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-center:not(.ueldo-shortcode-info-box-content-position-inline) .ueldo-shortcode-info-box-element {
margin: 0 auto;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-right:not(.ueldo-shortcode-info-box-content-position-inline) .ueldo-shortcode-info-box-element {
float: right;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-text {
display: inline-block;
vertical-align: middle;
width: -webkit-calc( 100% - 4px );
width: -moz-calc( 100% - 4px );
width: calc( 100% - 4px );
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-counter {
display: inline-block;
vertical-align: middle;
width: -webkit-calc( 100% - 4px );
width: -moz-calc( 100% - 4px );
width: calc( 100% - 4px );
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-image {
display: inline-block;
vertical-align: middle;
width: 100%;
text-align: center;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-image img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
display: block;
margin: 0 auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
max-width: 100%;
max-height: 100%;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-text,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-counter,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element .ueldo-shortcode-info-box-element-image img {
-webkit-transition: color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s;
-moz-transition: color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s;
transition: color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, -webkit-border-radius 0.2s, -moz-border-radius 0.2s, border-radius 0.2s;
} .ueldo-progress-bar-rounded {
position: absolute;
z-index: 1;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-alignment-right:not(.ueldo-shortcode-info-box-content-position-inline) .ueldo-progress-bar-rounded {
right: 0;
}
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-line,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-line-hover,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-inner,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-inner-hover {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ueldo-progress-bar-rounded,
.ueldo-progress-bar-rounded .ueldo-progress-bar-container,
.ueldo-progress-bar-rounded .ueldo-progress-bar-container-hover,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-line,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-line-hover,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-inner,
.ueldo-progress-bar-rounded .ueldo-progress-bar-rounded-inner-hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-progress-bar-rounded .ueldo-progress-bar-container,
.ueldo-progress-bar-rounded .ueldo-progress-bar-container-hover {
position: absolute;
left: 0;
top: 0;
}
.ueldo-shortcode-info-box .ueldo-progress-bar-rounded .ueldo-progress-bar-container-hover {
opacity: 0;
}
.ueldo-shortcode-info-box:hover .ueldo-progress-bar-rounded .ueldo-progress-bar-container-hover {
opacity: 1;
} .ueldo-shortcode-info-box-heading .ueldo-shortcode-info-box-title,
.ueldo-shortcode-info-box-heading .ueldo-shortcode-info-box-title a,
.ueldo-shortcode-info-box-heading p.ueldo-shortcode-info-box-subtitle,
.ueldo-shortcode-info-box-heading p.ueldo-shortcode-info-box-subtitle a {
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-title h1,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-title h2,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-title h3,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-title h4,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-title h5,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-title h6 {
margin-bottom: 5px;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-content.ueldo-shortcode-info-box-content-visible-on-hover {
-webkit-transform: translateY( 100% );
-moz-transform: translateY( 100% );
-o-transform: translateY( 100% );
transform: translateY( 100% );
-webkit-transition: -webkit-transform 0.35s ease;
-moz-transition: -moz-transform 0.35s ease;
transition: transform 0.35s ease;
}
.ueldo-shortcode-info-box:hover .ueldo-shortcode-info-box-content.ueldo-shortcode-info-box-content-visible-on-hover {
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-o-transform: translateY( 0 );
transform: translateY( 0 );
} .ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading {
font-size: 0;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading .ueldo-shortcode-info-box-element-wrapper {
display: inline-block;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading .ueldo-shortcode-info-box-element,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-element i,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-element i:before {
text-align: center;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading .ueldo-shortcode-info-box-title,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-content {
display: inline-block;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-content {
vertical-align: middle;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline.ueldo-shortcode-info-box-content-alignment-center .ueldo-shortcode-info-box-title,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline.ueldo-shortcode-info-box-content-alignment-center .ueldo-shortcode-info-box-content {
text-align: center;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline.ueldo-shortcode-info-box-content-alignment-right .ueldo-shortcode-info-box-title,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline.ueldo-shortcode-info-box-content-alignment-right .ueldo-shortcode-info-box-content {
text-align: right;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-vertical-align-top .ueldo-shortcode-info-box-element-wrapper,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-vertical-align-top .ueldo-shortcode-info-box-title {
vertical-align: top;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-vertical-align-middle .ueldo-shortcode-info-box-element-wrapper,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-vertical-align-middle .ueldo-shortcode-info-box-title {
vertical-align: middle;
}
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-vertical-align-bottom .ueldo-shortcode-info-box-element-wrapper,
.ueldo-shortcode-info-box.ueldo-shortcode-info-box-content-position-inline .ueldo-shortcode-info-box-heading.ueldo-shortcode-info-box-heading-vertical-align-bottom .ueldo-shortcode-info-box-title {
vertical-align: bottom;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element-middle-helper,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-element-wrapper .ueldo-shortcode-info-box-element,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-heading .ueldo-shortcode-info-box-title,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-content {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element {
position: absolute;
padding: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
border-style: solid;
font-size: 0;
text-align: center;
overflow: hidden;
z-index: 100;
-webkit-transition: border 0.2s, width 0.2s, height 0.2s, background-color 0.2s, color 0.2s, box-shadow 0.2s, margin 0.2s;
-moz-transition: border 0.2s, width 0.2s, height 0.2s, background-color 0.2s, color 0.2s, box-shadow 0.2s, margin 0.2s;
transition: border 0.2s, width 0.2s, height 0.2s, background-color 0.2s, color 0.2s, box-shadow 0.2s, margin 0.2s;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-middle-helper {
display: inline-block;
vertical-align: middle;
width: 0;
font-size: 0;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element i:not(.vc-mono) {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
z-index: 10;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element i.vc-mono {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element i,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element i:before {
padding: 0;
display: block;
line-height: 1;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element i:before {
vertical-align: top;
margin: 0;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-text {
display: inline-block;
vertical-align: middle;
width: 100%;
font-size: 16px;
line-height: 1;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-counter {
display: inline-block;
vertical-align: middle;
width: 100%;
font-size: 16px;
line-height: 1;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-image {
display: inline-block;
vertical-align: middle;
width: 100%;
text-align: center;
}
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-image img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
display: block;
margin: 0 auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
max-width: 100%;
max-height: 100%;
} .ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-text,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-counter,
.ueldo-shortcode-info-box .ueldo-shortcode-info-box-additional-element .ueldo-shortcode-info-box-additional-element-image img {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
} .ueldo-shortcode-info-box a {
text-decoration: none;
} .ueldo-shortcode-pricing-table {
border-style: solid;
padding: 0;
margin: 0;
position: relative;
display: block;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-horizontal-alignment-right {
float: right;
}
.ueldo-shortcode-pricing-table ul.ueldo-shortcode-pricing-table-attributes {
font-size: 0;
}
.ueldo-shortcode-pricing-table,
.ueldo-shortcode-pricing-table ul.ueldo-shortcode-pricing-table-attributes,
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 .ueldo-shortcode-pricing-table-content,
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-pricing-table-heading {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-content-alignment-left,
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-content-alignment-left ul.ueldo-shortcode-pricing-table-attributes li {
text-align: left;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-content-alignment-center,
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-content-alignment-center ul.ueldo-shortcode-pricing-table-attributes li {
text-align: center;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-content-alignment-right,
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-content-alignment-right ul.ueldo-shortcode-pricing-table-attributes li {
text-align: right;
}
.ueldo-shortcode-pricing-table h6.ueldo-shortcode-pricing-table-content-title {
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
} .ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-ribbon-container {
position: absolute;
overflow: hidden;
}
.ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-ribbon {
font-size: 13px;
text-transform: uppercase;
text-align: center;
padding: 8px 0;
position: absolute;
width: 200px;
z-index: 50;
top: 24px;
}
.ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-ribbon-left {
-webkit-transform: rotate( -45deg );
-moz-transform: rotate( -45deg );
transform: rotate( -45deg );
left: -60px;
}
.ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-ribbon-right {
-webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
transform: rotate( 45deg );
right: -60px;
} .ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-content-price {
display: block;
}
.ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-content-price .ueldo-shortcode-pricing-table-content-price-value {
display: inline-block;
vertical-align: middle;
font-size: 42px;
}
.ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-content-price .ueldo-shortcode-pricing-table-content-price-currency {
display: inline-block;
vertical-align: middle;
font-size: 18px;
}
.ueldo-shortcode-pricing-table .ueldo-shortcode-pricing-table-content-price .ueldo-shortcode-pricing-table-content-price-after-value {
font-size: 19px;
display: inline-block;
vertical-align: top;
margin-top: 25px;
} .ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 ul.ueldo-shortcode-pricing-table-attributes {
list-style: none;
margin: 0;
padding: 22px 30px 22px 30px;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 .ueldo-shortcode-pricing-table-content {
padding: 30px 30px 15px 30px;
font-size: 0;
border-top-style: solid;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 .ueldo-shortcode-pricing-table-content .ueldo-shortcode-pricing-table-content-price {
display: inline-block;
vertical-align: middle;
width: -webkit-calc( 100% - 72px );
width: -moz-calc( 100% - 72px );
width: calc( 100% - 72px );
margin-bottom: 15px;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 .ueldo-shortcode-pricing-table-content .ueldo-shortcode-button-container {
display: inline-block;
vertical-align: middle;
margin: 0 0 15px 0;
text-align: center;
} .ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-pricing-table-heading {
border-bottom-style: solid;
padding: 20px 20px 35px 20px;
position: relative;
overflow: hidden;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-pricing-table-heading:last-child {
border-bottom: none;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 ul.ueldo-shortcode-pricing-table-attributes {
list-style: none;
margin: 0;
padding: 0;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 ul.ueldo-shortcode-pricing-table-attributes li {
border-bottom-style: solid;
padding: 10px 30px;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 ul.ueldo-shortcode-pricing-table-attributes li:last-child {
border-bottom: none;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-button-container {
padding: 20px 30px 30px 30px;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-pricing-table-level-icons {
position: absolute;
width: -webkit-calc( 100% - 40px );
width: -moz-calc( 100% - 40px );
width: calc( 100% - 40px );
bottom: -8px;
z-index: 0;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-pricing-table-level-icons i:before {
margin: 0 5px;
font-size: 36px;
} .ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 {
padding: 30px;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 ul.ueldo-shortcode-pricing-table-attributes {
list-style: none;
margin: 20px 0 0 0;
text-align: center;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 ul.ueldo-shortcode-pricing-table-attributes li {
padding: 5px 0;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 .ueldo-shortcode-pricing-table-background-image {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 0;
background-size: cover;
background-position: 50% 50%;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 .ueldo-shortcode-pricing-table-content {
position: relative;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 .ueldo-shortcode-pricing-table-content:before {
content: '';
position: absolute;
z-index: 0;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 .ueldo-shortcode-pricing-table-content * {
position: relative;
z-index: 10;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 .ueldo-shortcode-button-container {
margin-top: 30px;
} .ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03 .ueldo-shortcode-pricing-table-content-title-line {
width: 50px;
height: 3px;
display: block;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-03.ueldo-shortcode-pricing-table-content-alignment-center .ueldo-shortcode-pricing-table-content-title-line {
margin: 20px auto 30px auto;
} @media (max-width: 430px) {
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 .ueldo-shortcode-pricing-table-content .ueldo-shortcode-pricing-table-content-price,
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-01 .ueldo-shortcode-pricing-table-content .ueldo-shortcode-button-container {
display: block;
width: 100%;
}
.ueldo-shortcode-pricing-table.ueldo-shortcode-pricing-table-style-02 .ueldo-shortcode-pricing-table-level-icons i:before {
margin: 0 1px;
}
} .ueldo-shortcode-pricing-list {
position: relative;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-width: 1px;
border-style: solid;
font-size: 0;
}
.ueldo-shortcode-pricing-list:before {
content: '';
position: absolute;
top: 0;
width: 10px;
height: 100%;
z-index: 100;
}
.ueldo-shortcode-pricing-list:after {
content: '';
width: 1px;
height: 100%;
position: absolute;
top: 0;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-background-icons {
position: absolute;
height: 100%;
width: 100%;
top: 0;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-background-icons:after {
content: '';
position: absolute;
width: 100px;
height: 100%;
top: 0;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-background-icons .ueldo-shortcode-pricing-list-background-icon {
position: absolute;
bottom: 50%;
z-index: 0;
font-size: 150px;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-background-icons .ueldo-shortcode-pricing-list-background-icon:before {
margin: 0;
font-size: 150px;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector {
display: inline-block;
vertical-align: middle;
padding: 30px;
position: relative;
z-index: 1;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector .ueldo-select-field {
margin-bottom: 30px;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content {
display: inline-block;
vertical-align: middle;
position: relative;
font-size: 0;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list {
list-style: none;
margin: 0;
padding: 0;
position: relative;
font-size: 0;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list li {
display: block;
width: 100%;
position: relative;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 11px 25px;
font-size: 0;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list li:last-child {
border-bottom: none;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list li span.ueldo-shortcode-pricing-list-attribute-title,
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list li span.ueldo-shortcode-pricing-list-attribute-price {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list li span.ueldo-shortcode-pricing-list-attribute-title {
width: 77%;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list li span.ueldo-shortcode-pricing-list-attribute-price {
width: 23%;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-background-icon[data-visible="no"],
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector-descriptions-single-description[data-visible="no"],
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content-group-attributes[data-visible="no"] {
display: none;
}
@media (min-width: 1200px) {
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector {
width: 25%;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content {
width: 75%;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list {
display: inline-block;
vertical-align: top;
width: 50%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector {
width: 25%;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content {
width: 75%;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list {
display: inline-block;
vertical-align: top;
width: 50%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector {
width: 35%;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content {
width: 65%;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list {
display: block;
width: 100%;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list.ueldo-shortcode-pricing-list-groups-content-group-attributes-list-left {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-pricing-list:after {
display: none;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector,
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content {
display: block;
width: 100%;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-content {
border-top-width: 1px;
border-top-style: solid;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list {
display: block;
width: 100%;
}
.ueldo-shortcode-pricing-list ul.ueldo-shortcode-pricing-list-groups-content-group-attributes-list.ueldo-shortcode-pricing-list-groups-content-group-attributes-list-left {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-pricing-list:before,
.ueldo-shortcode-pricing-list:after {
display: none;
}
.ueldo-shortcode-pricing-list .ueldo-shortcode-pricing-list-groups-selector {
padding: 25px;
}
} .ueldo-shortcode-price-single {
position: relative;
font-size: 0;
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column.ueldo-shortcode-price-single-column-with-image img {
margin-bottom: 0;
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column {
display: inline-block;
vertical-align: middle;
position: relative;
width: 100%;
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column .ueldo-shortcode-price-single-content {
font-size: 0;
position: relative;
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column .ueldo-shortcode-price-single-content .ueldo-shortcode-price-single-title,
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column .ueldo-shortcode-price-single-content .ueldo-shortcode-price-single-price {
display: inline-block;
vertical-align: bottom;
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column .ueldo-shortcode-price-single-content .ueldo-shortcode-price-single-title {
width: -webkit-calc( 100% - 200px );
width: -moz-calc( 100% - 200px );
width: calc( 100% - 200px );
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column .ueldo-shortcode-price-single-content .ueldo-shortcode-price-single-price {
width: 200px;
} .ueldo-shortcode-price-single.ueldo-shortcode-price-single-with-delimiter .ueldo-shortcode-price-single-content:before {
content: '';
position: absolute;
width: 100%;
height: 1px;
bottom: 4px;
left: 0;
}
.ueldo-shortcode-price-single.ueldo-shortcode-price-single-with-delimiter .ueldo-shortcode-price-single-content .ueldo-shortcode-price-single-title-text,
.ueldo-shortcode-price-single.ueldo-shortcode-price-single-with-delimiter .ueldo-shortcode-price-single-content .ueldo-shortcode-price-single-price-text {
position: relative;
}
@media (max-width: 430px) {
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column,
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column.ueldo-shortcode-price-single-column-with-image {
display: block;
width: 100% !important;
}
.ueldo-shortcode-price-single .ueldo-shortcode-price-single-column.ueldo-shortcode-price-single-column-with-image img {
max-width: 100% !important;
margin-bottom: 30px;
}
} .ueldo-shortcode-inline-container {
position: relative;
font-size: 0;
}
.ueldo-shortcode-inline-container .ueldo-shortcode-inline-container-element {
display: inline-block;
position: relative;
}
.ueldo-shortcode-inline-container.ueldo-shortcode-inline-container-vertical-align-top .ueldo-shortcode-inline-container-element {
vertical-align: top;
}
.ueldo-shortcode-inline-container.ueldo-shortcode-inline-container-vertical-align-middle .ueldo-shortcode-inline-container-element {
vertical-align: middle;
}
.ueldo-shortcode-inline-container.ueldo-shortcode-inline-container-vertical-align-bottom .ueldo-shortcode-inline-container-element {
vertical-align: bottom;
} .ueldo-shortcode-image {
position: relative;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
overflow: hidden;
display: block;
vertical-align: top;
border-style: solid;
border-width: 0;
}
.ueldo-shortcode-image.ueldo-shortcode-image-horizontal-alignment-right {
float: right;
} .ueldo-shortcode-card {
position: relative;
overflow: hidden;
border-style: solid;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
z-index: 5;
}
.ueldo-shortcode-card .ueldo-shortcode-card-content-container {
position: relative;
z-index: 100;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-card:not(:hover) .ueldo-shortcode-card-layer.ueldo-shortcode-card-layer-on-hover-only {
opacity: 0;
}
.ueldo-shortcode-card:hover .ueldo-shortcode-card-layer.ueldo-shortcode-card-layer-hide-on-hover {
opacity: 0;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="youtube_video"]:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent;
z-index: 500;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="youtube_video"] iframe {
max-width: none;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"] {
background-position: 50% 50%;
overflow: hidden;
border-radius: inherit;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"]:not(.ueldo-image-size-auto) {
background-size: cover;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"].ueldo-image-size-auto {
background-size: auto;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"].ueldo-image-repeat-repeat {
background-repeat: repeat;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"].ueldo-image-repeat-repeat-x {
background-repeat: repeat-x;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"].ueldo-image-repeat-repeat-y {
background-repeat: repeat-y;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer[data-layer-type="image"]:not(.ueldo-image-repeat-repeat):not(.ueldo-image-repeat-repeat-x):not(.ueldo-image-repeat-repeat-y) {
background-repeat: no-repeat;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer .ueldo-shortcode-card-layer-icon i,
.ueldo-shortcode-card .ueldo-shortcode-card-layer .ueldo-shortcode-card-layer-icon i:before {
line-height: 1;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer.ueldo-shortcode-card-layer-with-link {
cursor: pointer;
}
.ueldo-shortcode-card .ueldo-shortcode-card-layer .ueldo-shortcode-card-layer-icon,
.ueldo-shortcode-card .ueldo-shortcode-card-layer .ueldo-shortcode-card-layer-text,
.ueldo-shortcode-card .ueldo-shortcode-card-layer .ueldo-shortcode-card-layer-youtube-video-container {
display: block;
} .vc_row > .ueldo-shortcode-row-layer,
.vc_section > .ueldo-shortcode-row-layer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
border-radius: inherit;
-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, -webkit-text-shadow 0.2s, -moz-text-shadow 0.2s, text-shadow 0.2s, border-color 0.2s;
-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, -webkit-text-shadow 0.2s, -moz-text-shadow 0.2s, text-shadow 0.2s, border-color 0.2s;
transition: color 0.2s, background-color 0.2s, opacity 0.2s, visibility 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, -webkit-text-shadow 0.2s, -moz-text-shadow 0.2s, text-shadow 0.2s, border-color 0.2s;
}
.vc_row > .ueldo-shortcode-row-layer.ueldo-vc-row-layer-overflow-visible,
.vc_section > .ueldo-shortcode-row-layer.ueldo-vc-row-layer-overflow-visible {
overflow: visible;
}
.vc_row:not(:hover) > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-on-hover-only,
.vc_section:not(:hover) > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-on-hover-only {
opacity: 0;
}
.vc_row:hover > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-hide-on-hover,
.vc_section:hover > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-hide-on-hover {
opacity: 0;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="youtube_video"]:after,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="youtube_video"]:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent;
z-index: 500;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="youtube_video"] iframe,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="youtube_video"] iframe {
max-width: none;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"],
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"] {
background-position: 50% 50%;
overflow: hidden;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"]:not(.ueldo-image-size-auto),
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"]:not(.ueldo-image-size-auto) {
background-size: cover;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-size-auto,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-size-auto {
background-size: auto;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-repeat-repeat,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-repeat-repeat {
background-repeat: repeat;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-repeat-repeat-x,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-repeat-repeat-x {
background-repeat: repeat-x;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-repeat-repeat-y,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"].ueldo-image-repeat-repeat-y {
background-repeat: repeat-y;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="image"]:not(.ueldo-image-repeat-repeat):not(.ueldo-image-repeat-repeat-x):not(.ueldo-image-repeat-repeat-y),
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="image"]:not(.ueldo-image-repeat-repeat):not(.ueldo-image-repeat-repeat-x):not(.ueldo-image-repeat-repeat-y) {
background-repeat: no-repeat;
}
.vc_row > .ueldo-shortcode-row-layer[data-layer-type="parallax_image"] .ueldo-shortcode-row-layer-parallax,
.vc_section > .ueldo-shortcode-row-layer[data-layer-type="parallax_image"] .ueldo-shortcode-row-layer-parallax {
background-size: cover;
height: inherit;
}
.vc_row > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-with-box-shadow-inset:before,
.vc_section > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-with-box-shadow-inset:before {
content: '';
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 50px;
z-index: 150;
}
.vc_row > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-with-box-shadow-inset:after,
.vc_section > .ueldo-shortcode-row-layer.ueldo-shortcode-row-layer-with-box-shadow-inset:after {
content: '';
position: absolute;
width: 100%;
left: 0;
bottom: 0;
top: auto;
height: 50px;
z-index: 150;
}
.vc_row > .ueldo-shortcode-row-layer i,
.vc_row > .ueldo-shortcode-row-layer i:before,
.vc_section > .ueldo-shortcode-row-layer i,
.vc_section > .ueldo-shortcode-row-layer i:before {
line-height: 1;
} .ueldo-shortcode-row-layer[data-layer-type="image"],
.ueldo-shortcode-row-layer[data-layer-type="color"] {
border-style: solid;
border-width: 0;
} .ueldo-shortcode-google-map.ueldo-google-map-container {
position: relative;
display: block;
border-style: solid;
border-width: 0;
}
.ueldo-shortcode-google-map.ueldo-shortcode-google-map-horizontal-alignment-right {
float: right;
}
.ueldo-shortcode-google-map.ueldo-google-map-container .ueldo-google-map-data {
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
}
.ueldo-shortcode-google-map.ueldo-google-map-container.ueldo-shortcode-google-map-shadow-inset:before {
content: '';
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 25px;
z-index: 150;
}
.ueldo-shortcode-google-map.ueldo-google-map-container.ueldo-shortcode-google-map-shadow-inset:after {
content: '';
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 25px;
z-index: 150;
} .ueldo-shortcode-full-width-testimonials {
text-align: center;
position: relative;
cursor: move;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.ueldo-shortcode-full-width-testimonials:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.ueldo-shortcode-full-width-testimonials-next-prev-icon {
position: absolute;
top: 50%;
margin-top: -18.5px;
text-align: center;
cursor: pointer;
-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
z-index: 100;
overflow: hidden;
padding: 10px;
border-style: solid;
border-width: 0;
}
.ueldo-shortcode-full-width-testimonials-next-prev-icon i {
display: block;
font-size: 17px;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos {
font-size: 0;
overflow: hidden;
position: relative;
padding: 10px 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos[data-content-position="under"] {
margin-bottom: 60px;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos[data-content-position="above"] {
margin-top: 60px;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-loop {
overflow: hidden;
position: relative;
margin: 0 auto;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client {
display: inline-block;
vertical-align: middle;
position: relative;
cursor: pointer;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client .ueldo-shortcode-full-width-testimonials-clients-logos-single-client-image,
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client .ueldo-shortcode-full-width-testimonials-clients-logos-single-client-image-hover {
position: absolute;
top: 0;
z-index: 1;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client .ueldo-shortcode-full-width-testimonials-clients-logos-single-client-image {
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client[data-different-image-on-hover="yes"]:hover .ueldo-shortcode-full-width-testimonials-clients-logos-single-client-image,
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client[data-active="yes"][data-different-image-on-hover="yes"] .ueldo-shortcode-full-width-testimonials-clients-logos-single-client-image {
opacity: 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client .ueldo-shortcode-full-width-testimonials-clients-logos-single-client-image-middle-helper {
display: inline-block;
font-size: 0;
width: 0;
vertical-align: middle;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-logos .ueldo-shortcode-full-width-testimonials-clients-logos-single-client img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
max-width: 100%;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
} .ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images {
font-size: 0;
overflow: hidden;
position: relative;
z-index: 10;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-loop {
overflow: hidden;
position: relative;
margin: 0 auto;
padding: 45px 0;
text-align: center;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-loop .ueldo-shortcode-full-width-testimonials-clients-images-loop-middle-helper {
display: inline-block;
vertical-align: middle;
font-size: 0;
width: 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client-container {
display: inline-block;
vertical-align: middle;
margin: 0 10px;
width: 60px;
height: 60px;
overflow: visible;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client {
position: relative;
cursor: pointer;
width: 40px;
height: 40px;
top: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client[data-active="yes"] {
width: 60px;
height: 60px;
top: 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client .ueldo-image-parent-loading {
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client .ueldo-shortcode-full-width-testimonials-clients-images-single-client-image,
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client .ueldo-shortcode-full-width-testimonials-clients-images-single-client-image-hover {
position: absolute;
top: 0;
background-size: cover;
background-position: 50% 50%;
width: 100%;
height: 100%;
z-index: 1;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client .ueldo-shortcode-full-width-testimonials-clients-images-single-client-image {
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client[data-different-image-on-hover="yes"]:hover .ueldo-shortcode-full-width-testimonials-clients-images-single-client-image,
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client[data-active="yes"][data-different-image-on-hover="yes"] .ueldo-shortcode-full-width-testimonials-clients-images-single-client-image {
opacity: 0;
} .ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-contents {
position: relative;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-content {
position: absolute;
top: 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-content[data-active="no"] {
display: none;
}
.ueldo-shortcode-full-width-testimonials[data-loop-type="images"] .ueldo-shortcode-full-width-testimonials-single-testimonial-content .ueldo-shortcode-full-width-testimonials-single-testimonial-author {
display: none;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-authors {
position: relative;
width: 100%;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-authors .ueldo-shortcode-full-width-testimonials-single-testimonial-author {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-author p.ueldo-shortcode-full-width-testimonials-single-testimonial-author-name {
margin-bottom: 0;
text-transform: uppercase;
}
@media (min-width: 1200px) {
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-content {
margin: 0 140px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-content {
margin: 0 90px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-content {
margin: 0 45px;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-single-testimonial-content {
margin: 0 45px;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-prev-icon,
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-next-icon {
position: relative;
display: inline-block;
margin: 30px 10px 0 10px;
left: auto;
right: auto;
}
.ueldo-shortcode-full-width-testimonials[data-loop-type="images"] .ueldo-shortcode-full-width-testimonials-prev-icon,
.ueldo-shortcode-full-width-testimonials[data-loop-type="images"] .ueldo-shortcode-full-width-testimonials-next-icon {
margin-top: 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client-container {
margin: 0;
}
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client[data-active="yes"],
.ueldo-shortcode-full-width-testimonials .ueldo-shortcode-full-width-testimonials-clients-images .ueldo-shortcode-full-width-testimonials-clients-images-single-client[data-active="no"] {
width: 60px;
height: 60px;
left: 50%;
margin-left: -30px;
top: 0;
}
} .ueldo-shortcode-accordion {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
margin-bottom: 30px;
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element:last-child {
border-bottom: none;
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title {
padding: 20px 25px;
cursor: pointer;
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title h1,
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title h2,
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title h3,
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title h4,
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title h5,
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title h6 {
margin: 0;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-title .ueldo-shortcode-accordion-single-element-title-accordion-status:before {
display: inline-block;
vertical-align: middle;
margin-top: -2px;
font-weight: 300;
font-family: 'FontAwesome';
content: '\f107';
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element:not(.ueldo-shortcode-accordion-single-element-inactive) .ueldo-shortcode-accordion-single-element-title .ueldo-shortcode-accordion-single-element-title-accordion-status:before {
content: '\f106';
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element .ueldo-shortcode-accordion-single-element-content {
padding: 0 25px 20px 25px;
}
.ueldo-shortcode-accordion .ueldo-shortcode-accordion-single-element.ueldo-shortcode-accordion-single-element-inactive .ueldo-shortcode-accordion-single-element-content {
display: none;
} .ueldo-shortcode-icon-list {
position: relative;
display: block;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-content-left {
text-align: left;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-content-right {
text-align: right;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element {
display: block;
position: relative;
font-size: 0;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element:last-child {
margin-bottom: 0 !important;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-content {
display: inline-block;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-top .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-top .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-top .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-content {
vertical-align: top;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-middle .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-middle .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-middle .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-content {
vertical-align: middle;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-bottom .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-bottom .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-vertical-alignment-bottom .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-content {
vertical-align: bottom;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number {
border-width: 0;
border-style: solid;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative;
text-align: center;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-content-left .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-content-left .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number {
margin-right: 15px;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-content-right .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-content-right .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number {
margin-left: 15px;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon i,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon i:before {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number span.ueldo-shortcode-icon-list-single-element-number-value {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon i,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon i:before,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number span.ueldo-shortcode-icon-list-single-element-number-value {
line-height: 1;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon i,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number span.ueldo-shortcode-icon-list-single-element-number-value {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-icon span.ueldo-shortcode-icon-list-single-element-icon-middle-helper,
.ueldo-shortcode-icon-list .ueldo-shortcode-icon-list-single-element .ueldo-shortcode-icon-list-single-element-number span.ueldo-shortcode-icon-list-single-element-number-middle-helper {
display: inline-block;
vertical-align: middle;
width: 0;
}
.ueldo-shortcode-icon-list a {
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
} .ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-underline-decoration-visible a,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-underline-decoration-visible a:hover,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-underline-decoration-on-hover-only a:hover {
text-decoration: underline;
}
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-underline-decoration-hidden a,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-underline-decoration-hidden a:hover,
.ueldo-shortcode-icon-list.ueldo-shortcode-icon-list-underline-decoration-on-hover-only a {
text-decoration: none;
} .ueldo-shortcode-announcement {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-announcement h1,
.ueldo-shortcode-announcement h2,
.ueldo-shortcode-announcement h3,
.ueldo-shortcode-announcement h4,
.ueldo-shortcode-announcement h5,
.ueldo-shortcode-announcement h6,
.ueldo-shortcode-announcement p {
margin-bottom: 10px;
}
.ueldo-shortcode-announcement a {
text-decoration: underline;
}
.ueldo-shortcode-announcement a:hover {
text-decoration: none;
}
.ueldo-shortcode-announcement p:last-child {
margin-bottom: 0;
}
.ueldo-shortcode-announcement .ueldo-shortcode-announcement-icon {
width: 18px;
height: 18px;
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-announcement .ueldo-shortcode-announcement-icon.ueldo-shortcode-announcement-icon-left {
margin-right: 18px;
}
.ueldo-shortcode-announcement .ueldo-shortcode-announcement-icon.ueldo-shortcode-announcement-icon-right {
margin-left: 18px;
}
.ueldo-shortcode-announcement .ueldo-shortcode-announcement-icon i,
.ueldo-shortcode-announcement .ueldo-shortcode-announcement-icon i:before {
font-size: 18px;
line-height: 1;
}
.ueldo-shortcode-announcement .ueldo-shortcode-announcement-content.ueldo-shortcode-announcement-content-with-icon {
width: -webkit-calc( 100% - 36px );
width: -moz-calc( 100% - 36px );
width: calc( 100% - 36px );
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-announcement.ueldo-shortcode-announcement-type-custom {
border-width: 1px;
border-style: solid;
} .ueldo-shortcode-delimiter {
display: block;
margin-bottom: 30px;
} .ueldo-shortcode-two-images-difference {
position: relative;
display: block;
margin-bottom: 30px;
border-style: solid;
border-width: 0;
}
.ueldo-shortcode-two-images-difference.ueldo-shortcode-two-images-difference-horizontal-alignment-center {
margin: 0 auto 30px auto;
}
.ueldo-shortcode-two-images-difference.ueldo-shortcode-two-images-difference-horizontal-alignment-right {
float: right;
}
.ueldo-shortcode-two-images-difference,
.ueldo-shortcode-two-images-difference img,
.ueldo-shortcode-two-images-difference .ueldo-shortcode-two-images-difference-container,
.ueldo-shortcode-two-images-difference .ueldo-shortcode-two-images-difference-wrapper,
.ueldo-shortcode-two-images-difference .ueldo-shortcode-two-images-difference-overlay {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ueldo-shortcode-two-images-difference img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
}
@media (min-width: 768px) {
.ueldo-shortcode-two-images-difference {
width: 550px;
}
.ueldo-shortcode-tabs-single-tabs-images-container .ueldo-shortcode-two-images-difference {
width: 100%;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-two-images-difference {
width: 100%;
}
} .ueldo-shortcode-progress-bar {
display: block;
position: relative;
margin-bottom: 30px;
}
.ueldo-shortcode-progress-bar h6 {
margin-bottom: 10px;
}
.ueldo-shortcode-progress-bar.ueldo-shortcode-progress-bar-horizontal-alignment-center {
margin: 0 auto 30px auto;
}
.ueldo-shortcode-progress-bar.ueldo-shortcode-progress-bar-horizontal-alignment-right {
float: right;
}
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-value.ueldo-shortcode-progress-bar-value-on-progress-bar-on-right-side-of-progress-line {
position: absolute;
width: 0;
top: 0;
}
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line {
height: 3px;
position: relative;
}
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line h6 {
margin-bottom: 0;
position: relative;
z-index: 2;
}
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line .ueldo-shortcode-progress-bar-value,
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line h6 {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line .ueldo-shortcode-progress-bar-line-value {
position: absolute;
top: 0;
height: 100%;
width: 0;
z-index: 1;
}
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line:not(.ueldo-shortcode-progress-bar-line-animation-done) .ueldo-shortcode-progress-bar-value,
.ueldo-shortcode-progress-bar .ueldo-shortcode-progress-bar-line:not(.ueldo-shortcode-progress-bar-line-animation-done) h6 {
opacity: 0;
} .ueldo-shortcode-loop {
position: relative;
display: block;
font-size: 0;
}
.ueldo-shortcode-loop-container {
position: relative;
display: block;
overflow: hidden;
font-size: 0;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group {
display: inline-block;
vertical-align: top;
width: 100%;
font-size: 0;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell {
display: inline-block;
vertical-align: top;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell[data-columns-in-row="1"] {
width: 100%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell:not(.ueldo-shortcode-loop-row-group-single-row-single-cell-double-width)[data-columns-in-row="2"] {
width: 50%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell.ueldo-shortcode-loop-row-group-single-row-single-cell-double-width[data-columns-in-row="2"] {
width: 100%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell:not(.ueldo-shortcode-loop-row-group-single-row-single-cell-double-width)[data-columns-in-row="3"] {
width: 33.32%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell.ueldo-shortcode-loop-row-group-single-row-single-cell-double-width[data-columns-in-row="3"] {
width: 66.65%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell:not(.ueldo-shortcode-loop-row-group-single-row-single-cell-double-width)[data-columns-in-row="4"] {
width: 25%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell.ueldo-shortcode-loop-row-group-single-row-single-cell-double-width[data-columns-in-row="4"] {
width: 50%;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-row-group .ueldo-shortcode-loop-row-group-single-row-single-cell .ueldo-shortcode-loop-cell {
border-style: solid;
border-width: 0;
} .ueldo-shortcode-loop-separate-next-prev-icons {
display: block;
margin: 0 auto;
width: 78px;
font-size: 0;
}
.ueldo-shortcode-loop-next-prev-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
z-index: 100;
overflow: hidden;
padding: 10px;
border-style: solid;
border-width: 0;
}
.ueldo-shortcode-loop .ueldo-shortcode-loop-next-prev-icon {
position: absolute;
top: 50%;
margin-top: -18.5px;
}
.ueldo-shortcode-loop-next-prev-icon i {
display: block;
font-size: 17px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
} .ueldo-shortcode-quote {
position: relative;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-box {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
position: relative;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-box .ueldo-shortcode-quote-box-inner {
padding: 40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
position: relative;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-box .ueldo-shortcode-quote-box-inner i.ueldo-shortcode-quote-box-icon {
position: absolute;
bottom: 0;
margin-bottom: -21px;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-box .ueldo-shortcode-quote-box-inner i.ueldo-shortcode-quote-box-icon,
.ueldo-shortcode-quote .ueldo-shortcode-quote-box .ueldo-shortcode-quote-box-inner i.ueldo-shortcode-quote-box-icon:before {
font-size: 72px;
display: block;
margin-left: 0;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-box .ueldo-shortcode-quote-box-inner p {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-box:before {
content: '';
position: absolute;
width: 30px;
height: 20px;
z-index: 10;
border-bottom-width: 1px;
border-bottom-style: solid;
bottom: -11px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author {
position: relative;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author .ueldo-shortcode-quote-author-image {
width: 60px;
height: 60px;
background-size: cover;
background-position: 50% 50%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: inline-block;
vertical-align: middle;
position: relative;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author .ueldo-shortcode-quote-author-image *:not(.ueldo-image-parent-loading-circle) {
border-radius: inherit;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author .ueldo-shortcode-quote-author-content {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author .ueldo-shortcode-quote-author-content.ueldo-shortcode-quote-author-content-near-author-image {
width: -webkit-calc( 100% - 80px );
width: -moz-calc( 100% - 80px );
width: calc( 100% - 80px );
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author .ueldo-shortcode-quote-author-content:not(.ueldo-shortcode-quote-author-content-near-author-image) {
width: 100%;
}
.ueldo-shortcode-quote .ueldo-shortcode-quote-author .ueldo-shortcode-quote-author-content p.ueldo-shortcode-quote-author-content-author-name {
margin-bottom: 0;
text-transform: uppercase;
} .ueldo-image-caption {
position: absolute;
width: 100%;
height: 100%;
border-radius: inherit;
top: 0;
left: 0;
cursor: pointer;
text-align: center;
opacity: 0;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
*:hover > .ueldo-image-caption {
opacity: 1;
}
.ueldo-image-caption .ueldo-image-caption-middle {
position: relative;
height: 50px;
margin-top: -25px;
top: 50%;
}
.ueldo-image-caption .ueldo-image-caption-icon {
position: relative;
display: inline-block;
vertical-align: middle;
background: transparent;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
height: 50px;
width: 50px;
z-index: 10;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
text-align: center;
font-size: 0;
margin: 0 5px;
display: none;
}
*:hover > .ueldo-image-caption .ueldo-image-caption-icon {
display: inline-block;
}
.ueldo-image-caption .ueldo-image-caption-icon i,
.ueldo-image-caption .ueldo-image-caption-icon i:before {
font-size: 18px;
line-height: 46px;
width: 46px;
text-align: center;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
} .ueldo-shortcode-filtered-masonry {
position: relative;
display: block;
font-size: 0;
}
.ueldo-shortcode-filtered-masonry .ueldo-shortcode-filtered-masonry-cell {
display: inline-block;
vertical-align: top;
}
.ueldo-shortcode-filtered-masonry .ueldo-shortcode-filtered-masonry-cell .ueldo-shortcode-filtered-masonry-cell-inner {
border-style: solid;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="1"] .ueldo-shortcode-filtered-masonry-cell {
width: 100%;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="2"] .ueldo-shortcode-filtered-masonry-cell:not(.ueldo-shortcode-filtered-masonry-cell-double-width) {
width: 50%;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="2"] .ueldo-shortcode-filtered-masonry-cell.ueldo-shortcode-filtered-masonry-cell-double-width {
width: 100%;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="3"] .ueldo-shortcode-filtered-masonry-cell:not(.ueldo-shortcode-filtered-masonry-cell-double-width) {
width: 33.32%;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="3"] .ueldo-shortcode-filtered-masonry-cell.ueldo-shortcode-filtered-masonry-cell-double-width {
width: 66.65%;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="4"] .ueldo-shortcode-filtered-masonry-cell:not(.ueldo-shortcode-filtered-masonry-cell-double-width) {
width: 25%;
}
.ueldo-shortcode-filtered-masonry[data-columns-in-row="4"] .ueldo-shortcode-filtered-masonry-cell.ueldo-shortcode-filtered-masonry-cell-double-width {
width: 50%;
} .ueldo-shortcode-filtered-masonry .ueldo-shortcode-filtered-masonry-filter-list-container {
text-align: center;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list {
border-style: solid;
border-width: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
display: inline-block;
width: auto;
margin: 0 0 30px 0;
overflow: hidden;
font-size: 0;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list li {
padding: 20px 20px 18px 20px;
display: inline-block;
vertical-align: middle;
-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
-moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
line-height: 1;
cursor: pointer;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list li .ueldo-shortcode-filtered-masonry-filter-middle-helper {
display: inline-block;
vertical-align: middle;
font-size: 0;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list li span.ueldo-shortcode-filtered-masonry-filter-title {
display: inline-block;
vertical-align: middle;
} .ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table {
display: block;
table-layout: auto;
position: relative;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table li {
display: inline-block;
position: relative;
text-align: center;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table li:first-child:before {
display: none;
} .ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="5"] li {
width: 20%;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="5"] li:nth-child( 5n+1 ):before {
content: '';
width: -webkit-calc( 500% + 5px );
width: -moz-calc( 500% + 5px );
width: calc( 500% + 5px );
position: absolute;
top: 0;
z-index: 1;
height: 1px;
} .ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="4"] li {
width: 25%;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="4"] li:nth-child( 4n+1 ):before {
content: '';
width: -webkit-calc( 400% + 4px );
width: -moz-calc( 400% + 4px );
width: calc( 400% + 4px );
position: absolute;
top: 0;
z-index: 1;
height: 1px;
} .ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="3"] li {
width: 33.33%;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="3"] li:nth-child( 3n+1 ):before {
content: '';
width: -webkit-calc( 300% + 3px );
width: -moz-calc( 300% + 3px );
width: calc( 300% + 3px );
position: absolute;
top: 0;
z-index: 1;
height: 1px;
} .ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="2"] li {
width: 50%;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="2"] li:nth-child( 2n+1 ):before {
content: '';
width: -webkit-calc( 200% + 2px );
width: -moz-calc( 200% + 2px );
width: calc( 200% + 2px );
position: absolute;
top: 0;
z-index: 1;
height: 1px;
} .ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="1"] li {
width: 100%;
}
.ueldo-shortcode-filtered-masonry ul.ueldo-shortcode-filtered-masonry-filter-list.ueldo-shortcode-filtered-masonry-filter-list-as-table[data-tabs-per-row="1"] li:before {
content: '';
width: 100%;
position: absolute;
top: 0;
z-index: 1;
height: 1px;
} .ueldo-shortcode-tabs-box {
position: relative;
}
.ueldo-shortcode-tabs-box ul.ueldo-shortcode-tabs-box-tabs-selector {
display: inline-block;
width: auto;
margin: 0;
list-style: none;
border-width: 1px;
border-style: solid;
border-bottom: none;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
font-size: 0;
}
.ueldo-shortcode-tabs-box ul.ueldo-shortcode-tabs-box-tabs-selector li {
display: inline-block;
vertical-align: bottom;
list-style: none;
padding: 20px 30px 19px 30px;
border-bottom-width: 1px;
border-bottom-style: solid;
line-height: 1;
cursor: pointer;
-webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title {
padding: 20px 30px 19px 30px;
border-bottom-width: 1px;
border-bottom-style: solid;
line-height: 1;
cursor: pointer;
-webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab):last-child .ueldo-shortcode-tabs-box-single-tab-title {
border-bottom-width: 0;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab[data-tab-id="1"] .ueldo-shortcode-tabs-box-single-tab-title {
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.ueldo-shortcode-tabs-box ul.ueldo-shortcode-tabs-box-tabs-selector li i,
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title i {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-tabs-box ul.ueldo-shortcode-tabs-box-tabs-selector li i,
.ueldo-shortcode-tabs-box ul.ueldo-shortcode-tabs-box-tabs-selector li span,
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title i,
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title span {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 25px 30px;
margin-top: -1px;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab {
position: relative;
z-index: 2;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content > *:last-child {
margin-bottom: 0;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab),
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title {
display: none;
}
.ueldo-shortcode-tabs-box .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line {
position: absolute;
font-size: 0;
width: -webkit-calc( 100% - 2px );
width: -moz-calc( 100% - 2px );
width: calc( 100% - 2px );
z-index: 1;
top: 57px;
height: -webkit-calc( 100% - 58px );
height: -moz-calc( 100% - 58px );
height: calc( 100% - 58px );
left: 1px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents {
margin-top: 0;
padding: 0;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title {
display: block;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] ul.ueldo-shortcode-tabs-box-tabs-selector,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab) .ueldo-shortcode-tabs-box-single-tab-content {
display: none;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content {
padding: 25px 30px;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(:last-child) .ueldo-shortcode-tabs-box-single-tab-content {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line {
display: none;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-single-tab:last-child .ueldo-shortcode-tabs-box-single-tab-content {
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents {
margin-top: 0;
padding: 0;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title {
display: block;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] ul.ueldo-shortcode-tabs-box-tabs-selector,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab) .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] ul.ueldo-shortcode-tabs-box-tabs-selector,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab) .ueldo-shortcode-tabs-box-single-tab-content {
display: none;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content {
padding: 25px 30px;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(:last-child) .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(:last-child) .ueldo-shortcode-tabs-box-single-tab-content {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line {
display: none;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-single-tab:last-child .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-single-tab:last-child .ueldo-shortcode-tabs-box-single-tab-content {
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents {
margin-top: 0;
padding: 0;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-title {
display: block;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] ul.ueldo-shortcode-tabs-box-tabs-selector,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab) .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] ul.ueldo-shortcode-tabs-box-tabs-selector,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab) .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] ul.ueldo-shortcode-tabs-box-tabs-selector,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(.ueldo-shortcode-tabs-box-active-tab) .ueldo-shortcode-tabs-box-single-tab-content {
display: none;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab .ueldo-shortcode-tabs-box-single-tab-content {
padding: 25px 30px;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(:last-child) .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(:last-child) .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-single-tab:not(:last-child) .ueldo-shortcode-tabs-box-single-tab-content {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-tabs-contents .ueldo-shortcode-tabs-box-tabs-contents-clear-line {
display: none;
}
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="medium"] .ueldo-shortcode-tabs-box-single-tab:last-child .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="small"] .ueldo-shortcode-tabs-box-single-tab:last-child .ueldo-shortcode-tabs-box-single-tab-content,
.ueldo-shortcode-tabs-box[data-switch-to-accordion-from="extra-small"] .ueldo-shortcode-tabs-box-single-tab:last-child .ueldo-shortcode-tabs-box-single-tab-content {
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
} .ueldo-shortcode-timeline .ueldo-shortcode-timeline-loop-container {
overflow: hidden;
position: relative;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-card {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-card .ueldo-shortcode-timeline-card-inner {
position: relative;
z-index: 10;
padding: 0 0 40px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-card:before {
content: '';
width: 4px;
height: 100%;
top: 0;
position: absolute;
z-index: 5;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-card .ueldo-shortcode-timeline-element {
position: relative;
padding: 40px 40px 0 40px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-card .ueldo-shortcode-timeline-element:before {
content: '';
width: 16px;
height: 16px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
position: absolute;
top: 45px;
border-width: 4px;
border-style: solid;
z-index: 20;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-card .ueldo-shortcode-timeline-element .ueldo-shortcode-timeline-element-date {
display: inline-block;
padding: 6px 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 20px;
line-height: 1;
border-width: 0;
border-style: solid;
} .ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-loop-container .ueldo-shortcode-timeline-loop-container-elements {
padding-top: 6px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width:before {
content: '';
position: absolute;
width: 100%;
height: 4px;
margin-top: 6px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-content-width-container-inner {
margin-left: -15px;
margin-right: -15px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element {
display: inline-block;
vertical-align: top;
position: relative;
padding-top: 30px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element:before {
content: '';
width: 16px;
height: 16px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
position: absolute;
top: -6px;
border-width: 4px;
border-style: solid;
z-index: 20;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element:after {
content: '';
position: absolute;
width: 1px;
height: 150px;
top: 0;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element .ueldo-shortcode-timeline-element-date {
display: inline-block;
padding: 6px 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 20px;
line-height: 1;
}
@media (max-width: 767px) {
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width:before {
width: 4px;
height: 100%;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element {
display: block;
width: 100%;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element:first-child {
padding-top: 0;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element:first-child:before {
top: 4px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element:before {
top: 34px;
}
.ueldo-shortcode-timeline.ueldo-shortcode-timeline-display-as-full-width .ueldo-shortcode-timeline-element:after {
display: none;
}
} .ueldo-shortcode-timeline-separate-next-prev-icons {
display: block;
margin: 0 auto;
width: 82px;
font-size: 0;
}
.ueldo-shortcode-timeline-separate-next-prev-icons .ueldo-shortcode-timeline-next-prev-icon,
.ueldo-shortcode-timeline .ueldo-shortcode-timeline-next-prev-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
z-index: 100;
overflow: hidden;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ueldo-shortcode-timeline-separate-next-prev-icons .ueldo-shortcode-timeline-next-prev-icon {
padding: 10px 10px;
}
.ueldo-shortcode-timeline .ueldo-shortcode-timeline-next-prev-icon {
padding: 10px 15px;
}
.ueldo-shortcode-timeline-separate-next-prev-icons .ueldo-shortcode-timeline-next-prev-icon i,
.ueldo-shortcode-timeline .ueldo-shortcode-timeline-next-prev-icon i {
display: block;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.ueldo-shortcode-timeline-separate-next-prev-icons .ueldo-shortcode-timeline-next-prev-icon i,
.ueldo-shortcode-timeline-separate-next-prev-icons .ueldo-shortcode-timeline-next-prev-icon i:before,
.ueldo-shortcode-timeline .ueldo-shortcode-timeline-next-prev-icon i,
.ueldo-shortcode-timeline .ueldo-shortcode-timeline-next-prev-icon i:before {
font-size: 17px;
} .ueldo-shortcode-presentation {
position: relative;
border-width: 0;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, border-color 0.2s;
-moz-transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, border-color 0.2s;
transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements {
position: relative;
padding-top: 54.54%;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-size: cover;
z-index: 20;
} .ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
position: absolute;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index: 30;
-webkit-transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, background-color 0.2s;
-moz-transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, background-color 0.2s;
transition: -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list {
display: inline-block;
vertical-align: middle;
position: relative;
text-align: center;
overflow: hidden;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-inner {
position: relative;
}
.ueldo-shortcode-presentation:not(.ueldo-shortcode-presentation-configured) .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-inner {
width: 0;
height: 88px;
opacity: 0;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-single-image {
width: 83px;
height: 80px;
display: inline-block;
vertical-align: middle;
position: relative;
background-size: cover;
background-position: 50% 50%;
margin: 4px 2px;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
transition: border-color 0.2s;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-single-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-single-image:not(.ueldo-shortcode-presentation-elements-switcher-images-list-single-image-active):hover:before,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-single-image.ueldo-shortcode-presentation-elements-switcher-images-list-single-image-active:before {
opacity: 0;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list .ueldo-shortcode-presentation-elements-switcher-images-list-single-image:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
transition: border-color 0.2s;
border-width: 2px;
border-style: solid;
border-color: transparent;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images {
cursor: pointer;
display: inline-block;
vertical-align: middle;
overflow: hidden;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images i,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images i {
display: block;
font-size: 18px;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images span.ueldo-shortcode-presentation-elements-switcher-prev-images-content,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images span.ueldo-shortcode-presentation-elements-switcher-next-images-content {
display: block;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
@media (min-width: 1200px) {
.ueldo-shortcode-presentation:not(.ueldo-shortcode-presentation-with-single-element) {
margin-bottom: 20px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
bottom: -20px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
width: 878px;
margin-left: -439px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list {
width: 520px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images {
width: 179px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-presentation:not(.ueldo-shortcode-presentation-with-single-element) {
margin-bottom: 20px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
bottom: -20px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
width: 791px;
margin-left: -395.5px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list {
width: 433px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images {
width: 179px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-presentation:not(.ueldo-shortcode-presentation-with-single-element) {
margin-bottom: 20px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
bottom: -20px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
width: 617px;
margin-left: -308.5px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list {
width: 259px;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images {
width: 179px;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher {
position: relative;
display: block;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
}
.ueldo-shortcode-presentation:not(.ueldo-shortcode-presentation-with-single-element) .ueldo-shortcode-presentation-element {
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-prev-images,
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-next-images {
width: 50%;
padding-top: 16.5px;
padding-bottom: 16.5px;
margin-top: 88px;
border-top-width: 1px;
border-top-style: solid;
}
.ueldo-shortcode-presentation .ueldo-shortcode-presentation-elements-switcher .ueldo-shortcode-presentation-elements-switcher-images-list {
position: absolute;
width: 261px;
}
} .ueldo-shortcode-presentation-point-of-interest {
position: absolute;
z-index: 2;
display: block;
width: 30px;
height: 30px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
cursor: pointer;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-inner {
width: 30px;
height: 30px;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-inner::after,
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-inner::before {
content: '';
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX( -50% ) translateY( -50% );
-moz-transform: translateX( -50% ) translateY( -50% );
-ms-transform: translateX( -50% ) translateY( -50% );
-o-transform: translateX( -50% ) translateY( -50% );
transform: translateX( -50% ) translateY( -50% );
-webkit-transition: -webkit-transform 0.2s, -moz-transform 0.2s, transform 0.2s, background-color 0.2s;
-moz-transition: -webkit-transform 0.2s, -moz-transform 0.2s, transform 0.2s, background-color 0.2s;
transition: -webkit-transform 0.2s, -moz-transform 0.2s, transform 0.2s, background-color 0.2s;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-inner::after {
height: 2px;
width: 12px;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-inner::before {
height: 12px;
width: 2px;
}
.ueldo-shortcode-presentation-point-of-interest::after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
background-color: transparent;
-webkit-animation: ueldo_point_of_interest_pulse 2s infinite;
-moz-animation: ueldo_point_of_interest_pulse 2s infinite;
animation: ueldo_point_of_interest_pulse 2s infinite;
}
@-webkit-keyframes ueldo_point_of_interest_pulse {
0% {
-webkit-transform: scale( 1 );
opacity: 0.8;
}
50% {
opacity: 0.4;
}
100% {
-webkit-transform: scale( 1.6 );
opacity: 0;
}
}
@-moz-keyframes ueldo_point_of_interest_pulse {
0% {
-moz-transform: scale( 1 );
opacity: 0.8;
}
50% {
opacity: 0.4;
}
100% {
-moz-transform: scale( 1.6 );
opacity: 0;
}
}
@keyframes ueldo_point_of_interest_pulse {
0% {
-webkit-transform: scale( 1 );
-moz-transform: scale( 1 );
-ms-transform: scale( 1 );
-o-transform: scale( 1 );
transform: scale( 1 );
opacity: 0.8;
}
50% {
opacity: 0.4;
}
100% {
-webkit-transform: scale( 1.6 );
-moz-transform: scale( 1.6 );
-ms-transform: scale( 1.6 );
-o-transform: scale( 1.6 );
transform: scale( 1.6 );
opacity: 0;
}
} .ueldo-shortcode-presentation-point-of-interest.ueldo-shortcode-presentation-point-of-interest-is-open {
z-index: 10;
}
.ueldo-shortcode-presentation-point-of-interest.ueldo-shortcode-presentation-point-of-interest-is-open .ueldo-shortcode-presentation-point-of-interest-inner::after,
.ueldo-shortcode-presentation-point-of-interest.ueldo-shortcode-presentation-point-of-interest-is-open .ueldo-shortcode-presentation-point-of-interest-inner::before {
-webkit-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-moz-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-ms-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-o-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
}
.ueldo-shortcode-presentation-point-of-interest.ueldo-shortcode-presentation-point-of-interest-is-open::after {
display: none;
} .ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content {
position: absolute;
width: 350px;
border-style: solid;
border-width: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 30px;
cursor: auto;
display: none;
-webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content:not(.ueldo-shortcode-presentation-point-of-interest-content-without-arrow):before {
content: '';
position: absolute;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
transform: rotate( 45deg );
border-width: 0;
border-style: solid;
-webkit-transition: background-color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s;
transition: background-color 0.2s, border-color 0.2s;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content .ueldo-shortcode-presentation-point-of-interest-content-inner {
overflow-y: scroll;
height: 135px;
} .ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-top {
left: 50%;
margin-left: -175px;
bottom: 45px;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-top:not(.ueldo-shortcode-presentation-point-of-interest-content-without-arrow):before {
bottom: -4px;
left: 50%;
margin-left: -4px;
} .ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-right {
top: 50%;
margin-top: -97.5px;
left: 45px;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-right:not(.ueldo-shortcode-presentation-point-of-interest-content-without-arrow):before {
left: -4px;
top: 50%;
margin-top: -4px;
} .ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-bottom {
left: 50%;
margin-left: -175px;
top: 45px;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-bottom:not(.ueldo-shortcode-presentation-point-of-interest-content-without-arrow):before {
top: -4px;
left: 50%;
margin-left: -4px;
} .ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-left {
top: 50%;
margin-top: -97.5px;
right: 45px;
}
.ueldo-shortcode-presentation-point-of-interest .ueldo-shortcode-presentation-point-of-interest-content.ueldo-shortcode-presentation-point-of-interest-content-on-left:not(.ueldo-shortcode-presentation-point-of-interest-content-without-arrow):before {
right: -4px;
top: 50%;
margin-top: -4px;
} .ueldo-shortcode-presentation-point-of-interest-content-modal-close {
position: absolute;
z-index: 2;
display: block;
width: 30px;
height: 30px;
left: -15px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
cursor: pointer;
}
.ueldo-shortcode-presentation-point-of-interest-content:not(.ueldo-shortcode-presentation-point-of-interest-content-without-arrow) .ueldo-shortcode-presentation-point-of-interest-content-modal-close {
display: none;
}
.ueldo-shortcode-presentation-point-of-interest-content-modal-close-inner {
width: 30px;
height: 30px;
position: relative;
}
.ueldo-shortcode-presentation-point-of-interest-content-modal-close-inner::after,
.ueldo-shortcode-presentation-point-of-interest-content-modal-close-inner::before {
content: '';
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-moz-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-ms-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-o-transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
transform: translateX( -50% ) translateY( -50% ) rotate( 135deg );
-webkit-transition: -webkit-transform 0.2s, -moz-transform 0.2s, transform 0.2s, background-color 0.2s;
-moz-transition: -webkit-transform 0.2s, -moz-transform 0.2s, transform 0.2s, background-color 0.2s;
transition: -webkit-transform 0.2s, -moz-transform 0.2s, transform 0.2s, background-color 0.2s;
}
.ueldo-shortcode-presentation-point-of-interest-content-modal-close-inner::after {
height: 2px;
width: 12px;
}
.ueldo-shortcode-presentation-point-of-interest-content-modal-close-inner::before {
height: 12px;
width: 2px;
} .ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-container {
display: inline-block;
position: relative;
width: auto;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
font-size: 0;
padding: 10px 15px;
text-align: center;
}
.ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-content:not(.ueldo-shortcode-opening-hours-status-content-active) {
display: none;
}
.ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-content p {
line-height: 1;
margin: 0;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-content:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 50%;
margin-top: -3px;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
} .ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-container.ueldo-shortcode-opening-hours-status-container-status-dot-position-left .ueldo-shortcode-opening-hours-status-content p,
.ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-dot-position-left .ueldo-shortcode-opening-hours-status-content p {
padding: 0 0 0 21px;
}
.ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-container.ueldo-shortcode-opening-hours-status-container-status-dot-position-left .ueldo-shortcode-opening-hours-status-content:before {
left: 15px;
}
.ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-dot-position-left .ueldo-shortcode-opening-hours-status-content:before {
left: 0;
}
.ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-container.ueldo-shortcode-opening-hours-status-container-status-dot-position-right .ueldo-shortcode-opening-hours-status-content p,
.ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-dot-position-right .ueldo-shortcode-opening-hours-status-content p {
padding: 0 21px 0 0;
}
.ueldo-shortcode-opening-hours-status .ueldo-shortcode-opening-hours-status-container.ueldo-shortcode-opening-hours-status-container-status-dot-position-right .ueldo-shortcode-opening-hours-status-content:before {
right: 15px;
}
.ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-dot-position-right .ueldo-shortcode-opening-hours-status-content:before {
right: 0;
} .ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-horizontal-alignment-left {
text-align: left;
}
.ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-horizontal-alignment-center {
text-align: center;
}
.ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-horizontal-alignment-right {
text-align: right;
}
.ueldo-shortcode-opening-hours-status.ueldo-shortcode-opening-hours-status-horizontal-alignment-inline {
display: inline-block;
vertical-align: middle;
} .ueldo-shortcode-opening-hours-box {
position: relative;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-heading {
padding: 20px 30px;
position: relative;
z-index: 10;
font-size: 0;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-heading.ueldo-shortcode-opening-hours-box-heading-position-top {
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-heading.ueldo-shortcode-opening-hours-box-heading-position-bottom {
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-width: 1px;
border-top-style: solid;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-box-heading-title:not(.ueldo-shortcode-opening-hours-box-heading-title-full-width) {
display: inline-block;
vertical-align: middle;
width: 50%;
} .ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-heading-container-for-status {
display: inline-block;
vertical-align: middle;
width: 50%;
position: relative;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-heading .ueldo-shortcode-opening-hours-status {
width: auto;
display: inline-block;
vertical-align: middle;
position: relative;
} .ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements .ueldo-shortcode-opening-hours-box-element {
padding: 20px 30px;
border-bottom-width: 1px;
border-bottom-style: solid;
position: relative;
z-index: 10;
font-size: 0;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements .ueldo-shortcode-opening-hours-box-element:last-child {
border-bottom: none;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title {
display: inline-block;
vertical-align: middle;
width: 50%;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value {
display: inline-block;
vertical-align: middle;
width: 50%;
font-weight: 300;
} @media (min-width: 1200px) {
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value {
display: block;
width: 100%;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title {
margin-bottom: 5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value {
display: block;
width: 100%;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title {
margin-bottom: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value {
display: block;
width: 100%;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title {
margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-extra-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-extra-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-value {
display: block;
width: 100%;
}
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-large-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-medium-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title,
.ueldo-shortcode-opening-hours-box .ueldo-shortcode-opening-hours-box-elements.ueldo-shortcode-opening-hours-box-elements-switch-to-one-line-from-extra-small-devices .ueldo-shortcode-opening-hours-box-element .ueldo-shortcode-opening-hours-box-element-title {
margin-bottom: 5px;
}
} .ueldo-shortcode-post-page-box {
position: relative;
}
.ueldo-shortcode-post-page-box .ueldo-post-page-featured-image {
margin-bottom: 30px;
}
.ueldo-shortcode-post-page-box .ueldo-shortcode-post-page-box-card {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 30px;
-webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
} .ueldo-shortcode-website-logo {
position: relative;
}
.ueldo-shortcode-website-logo.ueldo-shortcode-website-logo-horizontal-alignment-left,
.ueldo-shortcode-website-logo.ueldo-shortcode-website-logo-horizontal-alignment-left a {
text-align: left;
}
.ueldo-shortcode-website-logo.ueldo-shortcode-website-logo-horizontal-alignment-center,
.ueldo-shortcode-website-logo.ueldo-shortcode-website-logo-horizontal-alignment-center a {
text-align: center;
}
.ueldo-shortcode-website-logo.ueldo-shortcode-website-logo-horizontal-alignment-right,
.ueldo-shortcode-website-logo.ueldo-shortcode-website-logo-horizontal-alignment-right a {
text-align: right;
}
.ueldo-shortcode-website-logo a {
display: block;
}
.ueldo-content-default .ueldo-content-wrapper .ueldo-shortcode-website-logo img,
.ueldo-shortcode-website-logo img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: inline-block;
} .ueldo-shortcode-languages-switcher {
display: inline-block;
vertical-align: middle;
position: relative;
cursor: pointer;
}
.ueldo-shortcode-languages-switcher .ueldo-shortcode-languages-switcher-current-language {
padding: 15px;
display: block;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, box-shadow 0.2s;
line-height: 1;
}
.ueldo-shortcode-languages-switcher .ueldo-shortcode-languages-switcher-current-language i {
display: inline-block;
vertical-align: middle;
margin-top: -2px;
}
.ueldo-shortcode-languages-switcher:hover .ueldo-shortcode-languages-switcher-current-language {
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
} .ueldo-shortcode-languages-switcher .ueldo-shortcode-languages-switcher-list {
position: absolute;
margin: 0;
width: 200px;
z-index: 99999;
visibility: hidden;
opacity: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
list-style: none;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.ueldo-shortcode-languages-switcher:hover .ueldo-shortcode-languages-switcher-list {
visibility: visible;
opacity: 1;
}
.ueldo-shortcode-languages-switcher .ueldo-shortcode-languages-switcher-list li {
display: block;
line-height: 1;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ueldo-shortcode-languages-switcher .ueldo-shortcode-languages-switcher-list li:last-child {
border-bottom: none;
}
.ueldo-shortcode-languages-switcher .ueldo-shortcode-languages-switcher-list li a {
text-decoration: none;
padding: 16px 18px;
display: block;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
} .ueldo-shortcode-languages-switcher-container {
position: relative;
}
.ueldo-shortcode-languages-switcher-container.ueldo-shortcode-languages-switcher-container-horizontal-alignment-inline {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-languages-switcher-container.ueldo-shortcode-languages-switcher-container-horizontal-alignment-left {
display: block;
text-align: left;
}
.ueldo-shortcode-languages-switcher-container.ueldo-shortcode-languages-switcher-container-horizontal-alignment-center {
display: block;
text-align: center;
}
.ueldo-shortcode-languages-switcher-container.ueldo-shortcode-languages-switcher-container-horizontal-alignment-right {
display: block;
text-align: right;
} @media (min-width: 1200px) {
.ueldo-shortcode-languages-switcher.ueldo-shortcode-languages-switcher-hidden-on-large-devices {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ueldo-shortcode-languages-switcher.ueldo-shortcode-languages-switcher-hidden-on-medium-devices {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ueldo-shortcode-languages-switcher.ueldo-shortcode-languages-switcher-hidden-on-small-devices {
display: none;
}
}
@media (max-width: 767px) {
.ueldo-shortcode-languages-switcher.ueldo-shortcode-languages-switcher-hidden-on-extra-small-devices {
display: none;
}
} .ueldo-shortcode-header-menu-icon {
display: block;
}
.ueldo-shortcode-header-menu-icon i,
.ueldo-shortcode-header-menu-icon i:before {
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
} .ueldo-shortcode-search-field {
position: relative;
}
.ueldo-shortcode-search-field input[type="text"] {
margin-bottom: 0;
-webkit-transition: background-color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s;
transition: background-color 0.2s, border-color 0.2s;
}
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated {
display: inline-block;
vertical-align: middle;
width: 350px;
-webkit-transition: width 0.4s;
-moz-transition: width 0.4s;
transition: width 0.4s;
}
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated.ueldo-shortcode-search-field-type-animated-hidden {
width: 14px;
}
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated .ueldo-animated-search-field input[type="text"] {
-webkit-transition: padding 0.4s, background-color 0.2s, border-color 0.2s;
-moz-transition: padding 0.4s, background-color 0.2s, border-color 0.2s;
transition: padding 0.4s, background-color 0.2s, border-color 0.2s;
}
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated .ueldo-animated-search-field button[type="submit"],
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated .ueldo-animated-search-field button[type="submit"]:hover {
background: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0;
width: auto;
height: auto;
display: block;
line-height: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: absolute;
top: 50%;
margin-top: -7px;
}
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated .ueldo-animated-search-field button[type="submit"] i {
display: block;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
transition: color 0.2s;
}
.ueldo-shortcode-search-field.ueldo-shortcode-search-field-type-animated.ueldo-shortcode-search-field-type-animated-hidden .ueldo-animated-search-field input[type="text"] {
width: 0;
padding: 0;
border-width: 0;
} .ueldo-shortcode-icon.ueldo-shortcode-icon-alignment-left {
text-align: left;
}
.ueldo-shortcode-icon.ueldo-shortcode-icon-alignment-center {
text-align: center;
}
.ueldo-shortcode-icon.ueldo-shortcode-icon-alignment-right {
text-align: right;
}
.ueldo-shortcode-icon.ueldo-shortcode-icon-alignment-inline {
display: inline-block;
vertical-align: middle;
}
.ueldo-shortcode-icon i {
display: inline-block;
position: relative;
}
.ueldo-shortcode-icon i,
.ueldo-shortcode-icon i:before {
font-size: 30px;
line-height: 1;
margin: 0;
padding: 0;
-webkit-transition: color 0.2s, text-shadow 0.2s, -moz-text-shadow 0.2s;
-moz-transition: color 0.2s, text-shadow 0.2s, -moz-text-shadow 0.2s;
transition: color 0.2s, text-shadow 0.2s, -moz-text-shadow 0.2s;
}