:root {
--woolentor-white:#ffffff;
--woolentor-primary-color: #2563eb;
--woolentor-primary-hover: #1d4ed8;
--woolentor-success-color: #10b981;
--woolentor-warning-color: #f59e0b;
--woolentor-danger-color: #ef4444;
--woolentor-gray-50: #f9fafb;
--woolentor-gray-100: #f3f4f6;
--woolentor-gray-200: #e5e7eb;
--woolentor-gray-300: #d1d5db;
--woolentor-gray-400: #9ca3af;
--woolentor-gray-500: #6b7280;
--woolentor-gray-600: #4b5563;
--woolentor-gray-700: #374151;
--woolentor-gray-800: #1f2937;
--woolentor-gray-900: #111827;
--woolentor-border-radius: 12px;
--woolentor-border-radius-sm: 8px;
--woolentor-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--woolentor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--woolentor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--woolentor-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--woolentor-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--woolentor-transition-fast: all 0.15s ease;
}
.wp-embed-responsive .wp-block {
outline: 0;
}
.woolentor-product-grid a{
text-decoration: none !important;
} .woolentor-product-grid-modern {
display: grid;
gap: 25px;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
transition: all 0.3s ease;
} .woolentor-product-grid-modern.woolentor-layout-grid {
display: grid;
grid-auto-rows: 1fr;
}
.woolentor-product-grid-modern.woolentor-layout-list {
display: flex;
flex-direction: column;
gap: 20px;
} .woolentor-columns-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
} .woolentor-product-filters {
background: var(--woolentor-white);
border-radius: 12px;
padding: 24px;
margin-bottom: 32px;
box-shadow: var(--woolentor-shadow-sm);
}
.woolentor-filter-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.woolentor-view-controls {
display: flex;
align-items: center;
gap: 16px;
}
.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering{
margin: 0;
}
.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering select.orderby{
padding: 8px 12px;
border: 1px solid #e5e7eb;
border-radius: 8px;
font-size: 14px;
color: #111827;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-layout-switcher {
display: flex;
gap: 4px;
padding: 4px;
border-radius: 8px;
background: #e5e7eb;
}
.woolentor-layout-btn {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border: none;
background: transparent;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
color: #4b5563;
padding: 0;
}
.woolentor-layout-btn:focus{
background: transparent;
color: #4b5563;
}
.woolentor-layout-btn.woolentor-active, .woolentor-layout-btn:hover {
background: #2563eb;
color: var(--woolentor-white);
}
.woolentor-layout-btn svg {
width: 18px;
height: 18px;
stroke: currentColor;
} .woolentor-product-card {
background: #ffffff;
border-radius: var(--woolentor-border-radius);
position: relative;
transition: var(--woolentor-transition);
border: 1px solid var(--woolentor-gray-200);
} .woolentor-product-item {
transition: all 0.3s ease;
} .woolentor-grid-card .woolentor-list-view-content {
display: none !important;
}
.woolentor-list-card .woolentor-grid-view-content {
display: none !important;
}
.woolentor-grid-card .woolentor-grid-view-content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woolentor-list-card .woolentor-list-view-content {
display: flex;
flex-direction: row;
width: 100%;
align-items: center;
} .woolentor-grid-card {
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-radius: 16px;
overflow: visible;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: #ffffff;
position: relative;
} .woolentor-list-card {
display: flex;
flex-direction: row;
align-items: center;
min-height: 200px;
padding: 20px;
box-shadow: var(--woolentor-shadow-sm);
} .woolentor-card-hover-lift .woolentor-product-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.woolentor-card-hover-scale .woolentor-product-card:hover {
transform: scale(1.02);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.woolentor-card-hover-shadow .woolentor-product-card:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} .woolentor-image-hover-zoom .woolentor-product-image img:hover,
.woolentor-image-hover-zoom .woolentor-product-image .woolentor-product-img:hover {
transform: scale(1.1);
}
.woolentor-image-hover-fade .woolentor-product-image:hover img,
.woolentor-image-hover-fade .woolentor-product-image:hover .woolentor-product-img {
opacity: 0.8;
}
.woolentor-image-hover-grayscale .woolentor-product-image img,
.woolentor-image-hover-grayscale .woolentor-product-image .woolentor-product-img {
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.woolentor-image-hover-grayscale .woolentor-product-image:hover img,
.woolentor-image-hover-grayscale .woolentor-product-image:hover .woolentor-product-img {
filter: grayscale(0%);
} .woolentor-product-image {
position: relative;
overflow: hidden;
}
.woolentor-product-secondary-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.woolentor-product-card:hover .woolentor-product-secondary-img {
opacity: 1;
visibility: visible;
transform: scale(1.09);
} .woolentor-grid-card .woolentor-product-image {
flex-shrink: 0;
background: #f5f5f5;
align-items: center;
justify-content: center;
border-radius: 16px 16px 0 0;
}
.woolentor-grid-card .woolentor-product-image img,
.woolentor-grid-card .woolentor-product-image .woolentor-product-img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} .woolentor-list-card .woolentor-product-image {
flex-shrink: 0;
margin-right: 20px;
border-radius: var(--woolentor-border-radius-sm);
overflow: hidden;
box-shadow: var(--woolentor-shadow-sm);
width: 30%;
}
.woolentor-list-card .woolentor-product-image img,
.woolentor-list-card .woolentor-product-image .woolentor-product-img {
width: 100%;
object-fit: cover;
transition: var(--woolentor-transition);
} .woolentor-badges {
position: absolute;
display: flex;
flex-direction: column;
gap: 6px;
z-index: 10;
left: 15px;
top: 15px;
} .woolentor-badge-pos-top-left .woolentor-badges {
top: 12px;
left: 12px;
}
.woolentor-badge-pos-top-right .woolentor-badges {
top: 12px;
right: 12px;
left: auto;
}
.woolentor-badge-pos-top-center .woolentor-badges {
top: 12px;
left: 50%;
transform: translateX(-50%);
} .woolentor-badge {
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 6px;
color: #ffffff;
display: inline-block;
line-height: 1;
} .woolentor-sale-badge {
background: #e74c3c;
}
.woolentor-new-badge {
background: #10b981;
}
.woolentor-trending-badge {
background: #f59e0b;
}
.woolentor-badge-style-solid .woolentor-sale-badge {
background: #e74c3c;
}
.woolentor-badge-style-solid .woolentor-new-badge {
background: #10b981;
}
.woolentor-badge-style-solid .woolentor-trending-badge {
background: #f59e0b;
}
.woolentor-badge-style-gradient .woolentor-sale-badge {
background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
box-shadow: 0 4px 8px rgba(238, 90, 36, 0.3);
}
.woolentor-badge-style-gradient .woolentor-new-badge {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}
.woolentor-badge-style-gradient .woolentor-trending-badge {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}
.woolentor-badge-style-outline .woolentor-badge {
background: rgba(255, 255, 255, 0.9);
border: 2px solid;
backdrop-filter: blur(8px);
}
.woolentor-badge-style-outline .woolentor-sale-badge {
border-color: var(--woolentor-danger-color);
color: var(--woolentor-danger-color);
}
.woolentor-badge-style-outline .woolentor-new-badge {
border-color: var(--woolentor-success-color);
color: var(--woolentor-success-color);
}
.woolentor-badge-style-outline .woolentor-trending-badge {
border-color: var(--woolentor-warning-color);
color: var(--woolentor-warning-color);
} .woolentor-quick-actions {
position: absolute;
top: 12px;
right: 12px;
display: flex;
flex-direction: column;
gap: 8px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
transform: translateX(10px);
z-index: 15;
}
.woolentor-grid-card:hover .woolentor-quick-actions,
.woolentor-product-image:hover .woolentor-quick-actions {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.woolentor-quick-action {
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.98);
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.2s ease;
color: #333;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
padding: 0;
}
.woolentor-quick-action a{
color: #333;
text-decoration: none;
}
.woolentor-quick-action svg{
margin: 0;
}
.woolentor-quick-action:hover {
background: #ffffff;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.woolentor-quick-action svg {
width: 18px;
height: 18px;
stroke-width: 2;
color: #333;
display: block;
} .woolentor-quick-actions .woolentor-wishlist-btn {
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.98);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woolentor-quick-actions .woolentor-wishlist-btn:hover {
background: #ffffff;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} .woolentor-quick-actions .woolentor-wishlist-btn .wishlist,
.woolentor-quick-actions .woolentor-wishlist-btn .yith-wcwl-add-to-wishlist,
.woolentor-quick-actions .woolentor-wishlist-btn .tinvwl_add_to_wishlist_button {
display: contents;
}
.woolentor-quick-actions .woolentor-wishlist-btn a {
display: flex;
align-items: center;
justify-content: center;
color: #333;
text-decoration: none;
width: 100%;
height: 100%;
} .woolentor-quick-actions .woolentor-wishlist-btn .ht-product-action-tooltip,
.woolentor-quick-actions .woolentor-wishlist-btn .wishsuite-tooltip,
.woolentor-quick-actions .woolentor-wishlist-btn span:not(svg *) {
display: none !important;
} .woolentor-quick-actions .woolentor-wishlist-btn svg {
width: 18px;
height: 18px;
display: block;
color: currentColor;
overflow: visible;
} .woolentor-quick-actions .woolentor-wishlist-btn .ajax-loading,
.woolentor-quick-actions .woolentor-wishlist-btn .fa-spinner {
display: none !important;
} .woolentor-style-modern .woolentor-quickview-btn,
.woolentor-style-modern .woolentorquickview{
color: #333;
}
.woolentor-style-modern .woolentor-quickview-btn svg,
.woolentor-style-modern .woolentorquickview svg {
width: 18px;
height: 18px;
display: block !important;
color: currentColor !important;
stroke: currentColor !important;
fill: none !important;
visibility: visible !important;
opacity: 1 !important;
overflow: visible;
}
.woolentor-style-modern .woolentor-quickview-btn svg path,
.woolentor-style-modern .woolentor-quickview-btn svg circle,
.woolentor-style-modern .woolentorquickview svg path,
.woolentor-style-modern .woolentorquickview svg circle {
stroke: currentColor !important;
fill: none !important;
stroke-width: 2 !important;
visibility: visible !important;
opacity: 1 !important;
} .woolentor-quick-action.woolentorquickview {
color: #333;
} .woolentor-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .woolentor-grid-card .woolentor-product-content {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
line-height: 1;
width: 100%;
} .woolentor-list-card .woolentor-product-content {
padding: 0;
}
.woolentor-content-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
}
.woolentor-content-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0 0;
padding-top: 20px;
border-top: 1px solid #ddd;
width: 100%;
} .woolentor-product-title {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 8px;
color: var(--woolentor-gray-900);
} .woolentor-product-categories {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 0 0 4px;
}
.woolentor-product-category {
font-size: 12px;
color: #999;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
transition: color 0.2s ease;
}
.woolentor-product-category:not(:first-child):before {
content: '•';
margin: 0 6px;
color: #ddd;
}
.woolentor-product-category:hover {
color: var(--woolentor-primary-color);
text-decoration: none;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin-bottom: 12px;
line-height: 1.4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.woolentor-grid-card .woolentor-product-categories {
margin: 0 0 10px;
}
.woolentor-product-title a {
color: inherit;
text-decoration: none;
transition: var(--woolentor-transition-fast);
}
.woolentor-product-title a:hover {
color: var(--woolentor-primary-color);
} .woolentor-product-description {
margin: 0;
}
.woolentor-product-description p {
color: var(--woolentor-gray-600);
font-size: 14px;
line-height: 1.5;
margin: 0;
} .woolentor-product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 12px 0;
}
.woolentor-feature {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: var(--woolentor-gray-600);
padding: 4px 8px;
background: var(--woolentor-gray-50);
border-radius: 16px;
}
.woolentor-feature svg {
color: var(--woolentor-success-color);
flex-shrink: 0;
} .woolentor-layout-grid .woolentor-product-rating{
margin-bottom: 12px;
}
.woolentor-product-rating {
display: flex;
align-items: center;
gap: 4px;
}
.woolentor-product-stars {
display: flex;
gap: 2px;
}
.woolentor-product-stars .star{
width: 14px;
height: 14px;
color: #fbbf24;
}
.woolentor-product-stars .star.empty {
color: #e5e7eb;
}
.woolentor-product-stars .empty-half{
transform: scale(0.80);
}
.woolentor-product-grid-modern .woolentor-review-count,
.woolentor-grid-card .woolentor-review-count {
font-size: 12px;
color: #9ca3af;
font-weight: 400;
display: inline-block !important;
line-height: 1;
position: relative;
}
.woolentor-product-rating .rating-info .review-count{
margin-left: 0;
} .woolentor-product-price {
font-size: 20px;
font-weight: 700;
color: var(--woolentor-primary-color);
margin: 8px 0;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 20px;
align-items: center;
font-weight: 700;
margin: 0 0 20px;
color: #1f2937;
gap: 8px;
}
.woolentor-grid-card .woolentor-product-price del {
font-size: 16px;
color: #9ca3af;
font-weight: 400;
margin: 0;
}
.woolentor-grid-card .woolentor-product-price ins {
text-decoration: none;
color: #1f2937;
}
.woolentor-discount-percentage {
background: #fee2e2;
color: #e74c3c;
font-size: 12px;
font-weight: 600;
padding: 2px 6px;
border-radius: 4px;
margin-left: 4px;
}
.woolentor-product-price del {
color: var(--woolentor-gray-400);
font-weight: 400;
margin-right: 8px;
font-size: 0.9em;
}
.woolentor-product-price ins {
text-decoration: none;
} .woolentor-price-stock {
display: flex;
flex-direction: column;
gap: 8px;
width: 40%;
}
.woolentor-price-stock .woolentor-product-price{
margin: 0;
} .woolentor-stock-status {
font-size: 13px;
font-weight: 500;
}
.woolentor-in-stock {
color: var(--woolentor-success-color);
display: flex;
align-items: center;
gap: 6px;
}
.woolentor-out-of-stock {
color: var(--woolentor-danger-color);
display: flex;
align-items: center;
gap: 6px;
}
.woolentor-stock-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: currentColor;
display: inline-block;
animation: pulse 2s infinite;
}
.woolentor-out-of-stock .woolentor-stock-dot {
animation: none;
opacity: 0.6;
}
.woolentor-low-stock {
color: var(--woolentor-warning-color);
font-weight: 600;
}
@keyframes pulse {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
} .woolentor-quantity-selector {
display: flex;
align-items: center;
border: 1px solid var(--woolentor-gray-300);
border-radius: var(--woolentor-border-radius-sm);
overflow: hidden;
width: fit-content;
}
.woolentor-qty-btn {
background: var(--woolentor-gray-50);
border: none;
width: 32px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--woolentor-transition-fast);
color: var(--woolentor-gray-600);
font-size: 16px;
font-weight: 600;
padding: 0;
}
.woolentor-qty-btn:hover {
background: var(--woolentor-gray-200);
color: var(--woolentor-gray-800);
}
.woolentor-qty-input {
border: none;
width: 50px !important;
height: 32px !important;
text-align: center;
font-size: 14px;
font-weight: 500;
background: #ffffff;
outline: none;
line-height: 1;
border-top-width: 0 !important;
border-bottom-width: 0 !important;
}
.woolentor-qty-input::-webkit-outer-spin-button,
.woolentor-qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woolentor-qty-input[type=number] {
-moz-appearance: textfield;
} .woolentor-product-actions {
display: flex;
align-items: center;
gap: 12px;
}
.woolentor-grid-card .woolentor-product-actions {
margin-top: auto;
flex-shrink: 0;
width: 100%;
} .woolentor-list-card .woolentor-product-actions .woolentor-cart-btn, .woolentor-cart-btn, .woolentor-product-actions .button, .woolentor-product-actions .add_to_cart_button {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
color: #ffffff;
padding: 12px 24px;
border-radius: var(--woolentor-border-radius-sm);
text-decoration: none;
text-align: center;
font-size: 14px;
font-weight: 600;
transition: all 0.2s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
gap: 5px;
}
.woolentor-product-actions .add_to_cart_button:hover {
background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
transform: translateY(-1px) !important;
}
.woolentor-grid-card .woolentor-cart-btn,
.woolentor-grid-card .woolentor-product-actions .button,
.woolentor-grid-card .woolentor-product-actions .add_to_cart_button {
width: 100%;
padding: 12px 20px;
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
transition: all 0.2s ease;
color: white;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.woolentor-cart-btn svg {
width: 16px;
height: 16px;
}
.woolentor-product-actions a.added_to_cart {
display: none;
}
.woolentor-grid-card .woolentor-cart-btn:hover,
.woolentor-grid-card .woolentor-product-actions .button:hover,
.woolentor-grid-card .woolentor-product-actions .add_to_cart_button:hover {
background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
transform: translateY(-1px);
}
.woolentor-cart-btn:hover,
.woolentor-product-actions .button:hover,
.woolentor-product-actions .add_to_cart_button:hover {
background: var(--woolentor-primary-hover);
border-color: var(--woolentor-primary-hover);
transform: translateY(-1px);
box-shadow: var(--woolentor-shadow-md);
} a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.added:after { 
font-family: 'WooCommerce'; content: '\e017'; margin-left: .53em; vertical-align: bottom; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.loading { 
opacity: .25; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.loading:after { 
display: inline-block; 
content: ""; 
position: relative; 
top: 0; 
right: -.5em; 
left: auto; 
width: .8em; 
height: .8em; 
background-color: var(--woolentor-white,var(--woolentor-gray-100)); 
border-radius: 100%; 
animation: WoolentorDotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8); 
} 
@keyframes WoolentorDotPulse { 
0% { 
transform: scale(.1); opacity: 0; 
} 
50% { 
opacity: 1; 
} 
100% { 
transform: scale(1.2); opacity: 0; 
} 
} .woolentor-wishlist-btn {
background: #ffffff;
color: var(--woolentor-gray-600);
border: 0;
width: 44px;
height: 44px;
border-radius: var(--woolentor-border-radius-sm);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--woolentor-transition);
flex-shrink: 0;
}
.woolentor-wishlist-btn:hover {
color: var(--woolentor-danger-color);
border-color: var(--woolentor-danger-color);
background: rgba(239, 68, 68, 0.1);
}
.woolentor-wishlist-btn.added {
color: var(--woolentor-danger-color);
border-color: var(--woolentor-danger-color);
background: rgba(239, 68, 68, 0.1);
}
.woolentor-wishlist-btn.loading {
opacity: 0.6;
pointer-events: none;
} .woolentor-out-of-stock {
opacity: 0.7;
position: relative;
}
.woolentor-out-of-stock::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.3);
z-index: 1;
pointer-events: none;
}
.woolentor-out-of-stock .woolentor-cart-btn,
.woolentor-out-of-stock .add_to_cart_button {
background: var(--woolentor-gray-400);
border-color: var(--woolentor-gray-400);
cursor: not-allowed;
pointer-events: none;
}
.woolentor-out-of-stock .woolentor-cart-btn:hover,
.woolentor-out-of-stock .add_to_cart_button:hover {
transform: none;
box-shadow: none;
} .woolentor-ajax-load-more {
text-align: center;
margin-top: 40px;
padding: 20px;
}
.woolentor-load-more-btn {
background: var(--woolentor-primary-color);
color: #ffffff;
border: 1px solid var(--woolentor-primary-color);
padding: 12px 32px;
border-radius: var(--woolentor-border-radius);
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: var(--woolentor-transition);
}
.woolentor-load-more-btn:hover:not(:disabled) {
background: var(--woolentor-primary-hover);
border-color: var(--woolentor-primary-hover);
transform: translateY(-2px);
box-shadow: var(--woolentor-shadow-lg);
}
.woolentor-load-more-btn:disabled {
background: var(--woolentor-gray-400);
border-color: var(--woolentor-gray-400);
cursor: not-allowed;
transform: none;
}
.woolentor-ajax-loader {
margin: 0;
display: none;
padding: 0;
background-color: transparent !important;
}
.woolentor-ajax-loader .spinner {
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid var(--woolentor-gray-300);
border-left-color: var(--woolentor-primary-color);
border-radius: 50%;
animation: woolentorspin 1s linear infinite;
}
@keyframes woolentorspin {
to { transform: rotate(360deg); }
} .woolentor-product-grid-modern .woolentor-loading {
grid-column: 1 / -1;
text-align: center;
padding: 60px 20px;
color: var(--woolentor-gray-500);
font-size: 16px;
}
.woolentor-product-grid-modern .woolentor-no-products {
grid-column: 1 / -1;
text-align: center;
padding: 60px 20px;
color: var(--woolentor-gray-400);
font-size: 16px;
font-style: italic;
} .woolentor-list-image-large .woolentor-list-card .woolentor-product-image img {
width: 280px;
height: 180px;
}
.woolentor-list-image-medium .woolentor-list-card .woolentor-product-image img {
width: 220px;
height: 140px;
}
.woolentor-list-image-small .woolentor-list-card .woolentor-product-image img {
width: 160px;
height: 100px;
} @media (max-width: 1024px) {
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-4,
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-5,
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-6 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.woolentor-product-grid-modern {
gap: 20px;
}
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-3,
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-4,
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-5,
.woolentor-product-grid-modern.woolentor-layout-grid.woolentor-columns-6 {
grid-template-columns: repeat(2, 1fr);
}
.woolentor-grid-card .woolentor-product-content {
padding: 16px;
}
.woolentor-product-title {
font-size: 16px;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 14px;
}
.woolentor-grid-card .woolentor-product-categories {
margin: 3px 0 6px;
}
.woolentor-product-category {
font-size: 11px;
padding: 1px 6px;
}
.woolentor-product-price {
font-size: 18px;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 16px;
} .woolentor-list-card {
flex-direction: column;
min-height: auto;
padding: 16px;
}
.woolentor-list-card .woolentor-product-image {
margin-right: 0;
margin-bottom: 16px;
align-self: center;
width: 100%;
}
.woolentor-content-footer {
flex-direction: column;
align-items: stretch;
gap: 12px;
}
.woolentor-price-stock {
order: 2;
}
.woolentor-product-actions {
order: 1;
}
}
@media (max-width: 480px) {
.woolentor-product-grid-modern.woolentor-layout-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.woolentor-grid-card .woolentor-product-content {
padding: 14px;
}
.woolentor-product-title {
font-size: 15px;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 13px;
margin-bottom: 8px;
}
.woolentor-product-price {
font-size: 16px;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 15px;
}
.woolentor-product-actions {
gap: 8px;
margin-top: 12px;
flex-direction: column;
align-items: flex-start;
}
.woolentor-filter-row{
flex-direction: column;
gap: 10px;
}
.woolentor-cart-btn,
.woolentor-product-actions .button,
.woolentor-product-actions .add_to_cart_button {
padding: 10px 16px;
font-size: 13px;
min-height: 40px;
}
.woolentor-wishlist-btn {
width: 40px;
height: 40px;
}
.woolentor-list-card .woolentor-product-image img {
width: 160px;
height: 100px;
}
.woolentor-quick-actions {
right: 8px;
}
.woolentor-quick-action {
width: 36px;
height: 36px;
}
} .woolentor-product-card:focus-within {
outline: 2px solid var(--woolentor-primary-color);
outline-offset: 2px;
}
.woolentor-product-title a:focus,
.woolentor-cart-btn:focus,
.woolentor-wishlist-btn:focus,
.woolentor-quick-action:focus {
outline: 2px solid var(--woolentor-primary-color);
outline-offset: 2px;
} .woolentor-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @media (prefers-contrast: high) {
.woolentor-product-card {
border: 2px solid;
}
.woolentor-badge {
border: 2px solid;
}
.woolentor-cart-btn,
.woolentor-wishlist-btn {
border-width: 2px;
}
} @media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.woolentor-stock-dot {
animation: none;
}
} .woolentor-pagination {
margin-top: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.woolentor-pagination ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 8px;
align-items: center;
}
.woolentor-pagination ul li {
margin: 0;
padding: 0;
}
.woolentor-pagination ul li a,
.woolentor-pagination ul li span {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 12px;
border: 1px solid #e5e7eb;
background: #ffffff;
color: #6b7280;
text-decoration: none;
font-size: 14px;
font-weight: 500;
border-radius: 6px;
transition: all 0.2s ease;
}
.woolentor-pagination ul li a:hover {
background: #f9fafb;
border-color: #d1d5db;
color: #374151;
}
.woolentor-pagination ul li span.current,
.woolentor-pagination ul li a.current {
background: var(--woolentor-primary-color, #3858f6);
border-color: var(--woolentor-primary-color, #3858f6);
color: #ffffff;
}
.woolentor-pagination ul li.prev a,
.woolentor-pagination ul li.next a {
font-weight: 400;
}
.woolentor-pagination ul li span.dots {
border: none;
background: transparent;
pointer-events: none;
} .woolentor-ajax-load-more {
margin-top: 40px;
text-align: center;
}
.woolentor-load-more-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 32px;
background: var(--woolentor-primary-color, #3858f6);
color: #ffffff;
border: none;
border-radius: 8px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-load-more-btn:hover {
background: var(--woolentor-primary-hover, #2e47d1);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(56, 88, 246, 0.25);
}
.woolentor-load-more-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
} .woolentor-infinite-scroll {
text-align: center;
} @media print {
.woolentor-product-grid-modern.woolentor-layout-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.woolentor-product-grid-modern.woolentor-layout-list{
gap: 15px;
}
.woolentor-product-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #000;
background: #fff;
}
.woolentor-grid-card {
height: auto;
}
.woolentor-product-actions,
.woolentor-quick-actions,
.woolentor-badges {
display: none;
}
.woolentor-product-price {
color: #000 !important;
}
} @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1200px) {
} @media (min-width: 768px) and (max-width: 991px) { .woolentor-columns-tablet-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-tablet-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-tablet-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-tablet-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-tablet-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-tablet-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
}
} @media (max-width: 767px) {
.woolentor-list-card .woolentor-list-view-content{
flex-direction: column;
} .woolentor-columns-mobile-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-mobile-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-mobile-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-mobile-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-mobile-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}.woolentor-product-grid-luxury {
display: grid;
gap: 80px;
width: 100%;
} .woolentor-luxury-card {
position: relative;
background: transparent;
cursor: pointer;
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: none;
border-radius: 0;
padding-bottom: 10px;
display: flex;
flex-direction: column;
overflow: hidden;
}
.woolentor-luxury-card:hover {
transform: translateY(-5px);
} .woolentor-luxury-card .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 32px;
} .woolentor-ratio-1-1 .woolentor-luxury-card .woolentor-product-image {
padding-top: 100%; }
.woolentor-ratio-3-4 .woolentor-luxury-card .woolentor-product-image {
padding-top: 133.33%; }
.woolentor-ratio-4-5 .woolentor-luxury-card .woolentor-product-image {
padding-top: 125%; }
.woolentor-ratio-9-16 .woolentor-luxury-card .woolentor-product-image {
padding-top: 177.78%; }
.woolentor-luxury-card .woolentor-product-image a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.woolentor-luxury-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.woolentor-luxury-card .woolentor-product-image .woolentor-product-badge img{
position: static;
}
.woolentor-luxury-card:hover .woolentor-product-image img {
transform: scale(1.08);
} .woolentor-luxury-card .woolentor-badges {
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
align-items: flex-start;
}
.woolentor-luxury-card .woolentor-category-badge {
display: inline-block;
padding: 6px 16px;
background: rgba(236, 232, 225, 0.95);
color: #6b6b6b;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
border-radius: 20px;
font-weight: 500;
backdrop-filter: blur(10px);
} .woolentor-luxury-card .woolentor-sale-indicator {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: #e74c3c;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
z-index: 10;
} .woolentor-luxury-card .woolentor-new-badge-indicator {
position: absolute;
top: 20px;
right: 20px;
padding: 6px 14px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #e0e0e0;
color: #2c2c2c;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.4px;
backdrop-filter: blur(10px);
font-weight: 500;
z-index: 10;
line-height: 1;
} .woolentor-luxury-card .woolentor-quick-actions {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 8px;
opacity: 0;
transition: all 0.3s ease;
z-index: 10;
flex-direction: row;
top: auto;
transform: translateX(0) translateY(10px);
}
.woolentor-luxury-card:hover .woolentor-quick-actions {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.woolentor-luxury-card .woolentor-quick-action {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
padding: 0;
}
.woolentor-luxury-card .woolentor-quick-action:hover {
background: #2c2c2c;
color: #fff;
}
.woolentor-luxury-card .woolentor-quick-action:hover a{
color: #fff;
}
.woolentor-luxury-card .woolentor-quick-action svg {
width: 18px;
height: 18px;
stroke: #2c2c2c;
}
.woolentor-luxury-card .woolentor-quick-action:hover svg {
stroke: white;
}
.woolentor-luxury-card .woolentor-quickview-btn svg, .woolentor-luxury-card .woolentorquickview svg {
width: 18px;
height: 18px;
display: block !important;
color: currentColor !important;
stroke: currentColor !important;
fill: none !important;
visibility: visible !important;
opacity: 1 !important;
overflow: visible;
margin-right: 0;
}
.woolentor-style-luxury .woolentor-quick-actions .woolentor-wishlist-btn:hover a {
color: #fff;
}
.woolentor-luxury-card .htcompare-btn{
justify-content: center;
align-items: center;
} .woolentor-luxury-card .woolentor-wishlist-btn a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
} .woolentor-luxury-card .woolentor-product-content {
text-align: center;
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
} .woolentor-luxury-card .woolentor-product-category-badge {
display: inline-block;
padding: 5px 14px;
background: #f0ebe5;
color: #7a7a7a;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.2px;
border-radius: 16px;
margin-bottom: 16px;
font-weight: 400;
} .woolentor-luxury-card .woolentor-product-title {
font-family: 'Georgia', 'Times New Roman', serif;
font-size: 24px;
font-weight: 400;
color: #1a1a1a;
margin-bottom: 12px;
line-height: 1.3;
letter-spacing: -0.3px;
transition: color 0.3s ease;
}
.woolentor-luxury-card .woolentor-product-title a {
color: inherit;
text-decoration: none;
}
.woolentor-luxury-card:hover .woolentor-product-title {
color: #4a4a4a;
} .woolentor-luxury-card .woolentor-product-subtitle {
font-size: 13px;
color: #999;
margin-bottom: 16px;
font-weight: 300;
letter-spacing: 0.3px;
} .woolentor-luxury-card .woolentor-product-rating {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-bottom: 16px;
}
.woolentor-luxury-card .woolentor-product-stars {
display: flex;
gap: 3px;
}
.woolentor-luxury-card .woolentor-product-stars .star {
width: 12px;
height: 12px;
color: #d4a574;
}
.woolentor-luxury-card .woolentor-product-stars .star.empty {
color: #e8e8e8;
}
.woolentor-luxury-card .woolentor-rating-text {
font-size: 11px;
color: #999;
letter-spacing: 0.3px;
} .woolentor-luxury-card .woolentor-product-price {
display: flex;
justify-content: center;
align-items: baseline;
gap: 10px;
margin-bottom: 24px;
font-size: 18px;
color: #2c2c2c;
font-weight: 400;
letter-spacing: 0.5px;
}
.woolentor-luxury-card .woolentor-product-price del {
font-size: 15px;
color: #b8b8b8;
font-weight: 300;
}
.woolentor-luxury-card .woolentor-product-price ins {
text-decoration: none;
color: #e74c3c;
} .woolentor-luxury-card .woolentor-product-actions {
gap: 0;
}
.woolentor-luxury-card a.woolentor-cart-btn {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 32px;
background: transparent;
color: #2c2c2c;
border: 1px solid #2c2c2c;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative !important;
overflow: hidden !important;
font-weight: 500;
text-decoration: none !important;
}
.woolentor-luxury-card .woolentor-cart-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #2c2c2c;
transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: -1;
}
.woolentor-luxury-card .woolentor-cart-btn:hover::before {
left: 0;
}
.woolentor-luxury-card .woolentor-cart-btn:hover {
color: white;
border-color: #2c2c2c;
background: transparent;
box-shadow: none;
}
.woolentor-luxury-card .woolentor-product-actions .add_to_cart_button:hover {
background: transparent !important;
transform: translateY(0) !important;
color: #fff;
}
.woolentor-luxury-card .woolentor-cart-arrow {
transition: transform 0.3s ease;
font-size: 16px;
}
.woolentor-luxury-card .woolentor-cart-btn:hover .woolentor-cart-arrow {
transform: translateX(3px);
} .woolentor-luxury-card .woolentor-view-details {
display: block;
margin-top: 12px;
font-size: 12px;
color: #999;
text-decoration: none;
transition: color 0.3s ease;
letter-spacing: 0.5px;
}
.woolentor-luxury-card .woolentor-view-details:hover {
color: #2c2c2c;
} @keyframes fadeInLuxury {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-luxury-card {
animation: fadeInLuxury 0.8s ease-out backwards;
}
.woolentor-product-item:nth-child(1) .woolentor-luxury-card { animation-delay: 0.1s; }
.woolentor-product-item:nth-child(2) .woolentor-luxury-card { animation-delay: 0.2s; }
.woolentor-product-item:nth-child(3) .woolentor-luxury-card { animation-delay: 0.3s; }
.woolentor-product-item:nth-child(4) .woolentor-luxury-card { animation-delay: 0.4s; }
.woolentor-product-item:nth-child(5) .woolentor-luxury-card { animation-delay: 0.5s; }
.woolentor-product-item:nth-child(6) .woolentor-luxury-card { animation-delay: 0.6s; } @media (max-width: 1200px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
}
@media (max-width: 968px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
.woolentor-luxury-card .woolentor-product-title {
font-size: 22px;
}
}
@media (max-width: 640px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
.woolentor-luxury-card .woolentor-product-title {
font-size: 20px;
}
.woolentor-luxury-card .woolentor-product-image {
margin-bottom: 24px;
}
.woolentor-luxury-card .woolentor-product-content {
padding: 0 10px;
}
} .woolentor-luxury-card.woolentor-out-of-stock {
opacity: 0.6;
}
.woolentor-luxury-card.woolentor-out-of-stock .woolentor-product-image::after {
content: 'Out of Stock';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 0.95);
color: #2c2c2c;
padding: 10px 20px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 500;
z-index: 5;
} .woolentor-card-hover-lift .woolentor-luxury-card:hover {
transform: translateY(-5px);
}
.woolentor-card-hover-none .woolentor-luxury-card:hover {
transform: none;
} .woolentor-image-hover-zoom .woolentor-luxury-card:hover .woolentor-product-image img {
transform: scale(1.08);
}
.woolentor-image-hover-none .woolentor-luxury-card:hover .woolentor-product-image img {
transform: none;
} .woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-badges {
top: 20px;
left: 20px;
right: auto;
}
.woolentor-badge-pos-top-right .woolentor-luxury-card .woolentor-badges {
left: auto;
right: 20px;
align-items: flex-end;
}
.woolentor-badge-pos-top-center .woolentor-luxury-card .woolentor-badges {
left: 50%;
transform: translateX(-50%);
}
.woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-sale-indicator,
.woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-new-badge-indicator {
top: 20px;
right: 20px;
left: auto;
} .show-on-mobile-two-column{
display: none;
} @media (max-width: 767px) {
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-luxury-card .woolentor-quick-action {
width: 30px;
height: 30px;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .show-on-mobile-two-column{
display: flex !important;
position: static;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-sale-indicator:not(.show-on-mobile-two-column),
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-new-badge-indicator:not(.show-on-mobile-two-column){
display: none !important;
}
}:root {
--woolentor-editorial-bg: #FAFAFA;
--woolentor-editorial-card-bg: #FFFFFF;
--woolentor-editorial-text-primary: #0A0A0A;
--woolentor-editorial-text-secondary: #666666;
--woolentor-editorial-text-muted: #999999;
--woolentor-editorial-accent: #C9A14A;
--woolentor-editorial-border: #E5E5E5;
--woolentor-editorial-shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.05);
--woolentor-editorial-shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
--woolentor-editorial-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wp-embed-responsive .wp-block {
outline: 0;
} .woolentor-product-grid-editorial {
display: grid;
gap: 48px;
padding: 0;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
background-color: var(--woolentor-editorial-bg);
} .woolentor-product-grid-editorial .woolentor-product-item {
position: relative;
} .woolentor-editorial-grid-card{
height: 100%;
}
.woolentor-product-grid-editorial .woolentor-editorial-card {
background: var(--woolentor-editorial-card-bg);
border-radius: 0;
overflow: hidden;
transition: var(--woolentor-editorial-transition);
cursor: pointer;
display: flex;
flex-direction: column;
height: 100%;
} .woolentor-product-grid-editorial .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
background: var(--woolentor-editorial-bg);
box-shadow: var(--woolentor-editorial-shadow-soft);
} .woolentor-product-grid-editorial.grid-aspect-1-1 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 100%; }
.woolentor-product-grid-editorial.grid-aspect-3-4 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 133.33%; }
.woolentor-product-grid-editorial.grid-aspect-4-5 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 125%; }
.woolentor-product-grid-editorial.grid-aspect-9-16 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 177.78%; } .woolentor-editorial-grid-card .woolentor-product-image > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
} .woolentor-editorial-grid-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.woolentor-editorial-grid-card .woolentor-product-image .woolentor-product-badge img{
position: static;
} .woolentor-image-hover-zoom .woolentor-editorial-grid-card:hover .woolentor-product-image img {
transform: scale(1.08);
} .woolentor-editorial-grid-card .woolentor-product-image .woolentor-secondary-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 1;
}
.woolentor-editorial-grid-card:hover .woolentor-secondary-image {
opacity: 1;
} .woolentor-editorial-grid-card .woolentor-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
opacity: 0;
transition: all 0.4s ease;
z-index: 2;
}
.woolentor-editorial-grid-card:hover .woolentor-product-overlay {
background: rgba(0, 0, 0, 0.3);
opacity: 1;
} .woolentor-editorial-grid-card .woolentor-view-detail {
background: transparent;
border: 1px solid white;
color: white;
padding: 12px 32px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
cursor: pointer;
transform: translateY(10px);
transition: all 0.4s ease;
opacity: 0;
line-height: 1;
}
.woolentor-editorial-grid-card:hover .woolentor-view-detail {
transform: translateY(0);
opacity: 1;
}
.woolentor-editorial-grid-card .woolentor-view-detail:hover {
background: white;
color: var(--woolentor-editorial-text-primary);
} .woolentor-editorial-grid-card .woolentor-quick-actions {
display: flex;
position: static;
flex-direction: row;
gap: 12px;
opacity: 0;
transform: translateY(10px);
transition: all 0.4s ease 0.1s;
}
.woolentor-editorial-grid-card:hover .woolentor-quick-actions {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.woolentor-product-grid-editorial .woolentor-quick-action,.woolentor-product-grid-editorial a.woolentor-quick-action  {
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
color: var(--woolentor-editorial-text-primary);
padding: 0;
}
.woolentor-product-grid-editorial .woolentor-quick-action a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
transition: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action svg {
width: 18px;
height: 18px;
color: inherit;
transition: none;
margin-right: 0;
}
.woolentor-product-grid-editorial .woolentor-quick-action:hover {
background: var(--woolentor-editorial-accent);
color: white;
transform: scale(1.1) translateY(-2px);
}
.woolentor-product-grid-editorial a.woolentor-cart-action:hover{
color: white;
background: var(--woolentor-editorial-accent);
}
.woolentor-product-grid-editorial .htcompare-btn svg {
fill: transparent;
stroke: currentColor;
}
.woolentor-product-grid-editorial .woolentor-quickview-btn svg{
fill: none;
}
.woolentor-quick-actions .added_to_cart{
display: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action.added svg,.woolentor-product-grid-editorial .woolentor-quick-action.loading svg{
display: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action.loading::after {
right: 0 !important;
top: 5px !important;
}
.woolentor-product-grid-editorial .woolentor-quick-action.added::after {
transform: translateX(0) translateY(0) !important;
left: 3px;
bottom: 13px;
border: none;
opacity: 1;
top: auto;
} .woolentor-product-grid-editorial .woolentor-quick-action::before {
content: attr(data-tooltip);
position: absolute;
bottom: 120%;
left: 50%;
transform: translateX(-50%) translateY(5px);
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.02em;
line-height: 1;
}
.woolentor-product-grid-editorial .woolentor-quick-action::after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%) translateY(5px);
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.9);
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
display: block;
}
.woolentor-product-grid-editorial .woolentor-quick-action:hover::before,
.woolentor-product-grid-editorial .woolentor-quick-action:hover::after {
opacity: 1;
transform: translateX(-50%) translateY(0);
} .woolentor-product-grid-editorial .woolentor-product-content {
padding: 25px 25px;
display: flex;
flex-direction: column;
gap: 8px;
flex-grow: 1;
line-height: 1;
} .woolentor-product-grid-editorial .woolentor-product-categories {
margin-bottom: 4px;
}
.woolentor-product-grid-editorial .woolentor-product-category {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--woolentor-editorial-accent);
font-weight: 500;
} .woolentor-product-grid-editorial .woolentor-product-title {
margin: 0 0 8px 0;
font-size: 22px;
font-weight: 600;
line-height: 1.3;
font-family: 'Playfair Display', Georgia, serif;
}
.woolentor-product-grid-editorial .woolentor-product-title a {
color: var(--woolentor-editorial-text-primary);
transition: color 0.3s ease;
}
.woolentor-product-grid-editorial .woolentor-product-title a:hover {
color: var(--woolentor-editorial-accent);
} .woolentor-product-grid-editorial .woolentor-product-description {
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-description p {
margin: 0;
font-size: 14px;
line-height: 1.6;
color: var(--woolentor-editorial-text-secondary);
} .woolentor-product-grid-editorial .woolentor-product-rating {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-stars {
display: flex;
gap: 2px;
}
.woolentor-product-grid-editorial .woolentor-product-stars .star {
width: 14px;
height: 14px;
color: var(--woolentor-editorial-accent);
}
.woolentor-product-grid-editorial .woolentor-product-stars .star.empty {
color: var(--woolentor-editorial-border);
}
.woolentor-product-grid-editorial .woolentor-review-count {
font-size: 12px;
color: var(--woolentor-editorial-text-muted);
} .woolentor-product-grid-editorial .woolentor-product-price {
font-size: 16px;
font-weight: 400;
color: var(--woolentor-editorial-text-secondary);
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-price del {
color: var(--woolentor-editorial-text-muted);
margin-right: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-price ins {
text-decoration: none;
color: var(--woolentor-editorial-text-primary);
} .woolentor-product-grid-editorial .woolentor-stock-status {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: var(--woolentor-editorial-text-muted);
margin-top: auto;
}
.woolentor-product-grid-editorial .woolentor-stock-status .stock-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #4CAF50;
}
.woolentor-product-grid-editorial .woolentor-stock-status.out-of-stock .stock-dot {
background: #ef4444;
} .woolentor-card-hover-lift .woolentor-editorial-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.woolentor-card-hover-lift .woolentor-editorial-card:hover {
transform: translateY(-8px);
box-shadow: var(--woolentor-editorial-shadow-hover);
} @media (max-width: 1024px) {
.woolentor-product-grid-editorial {
gap: 32px;
}
.woolentor-product-grid-editorial .woolentor-product-title {
font-size: 20px;
}
}
@media (max-width: 768px) {
.woolentor-product-grid-editorial {
gap: 24px;
}
.woolentor-product-grid-editorial .woolentor-product-content {
padding: 24px 15px;
}
.woolentor-product-grid-editorial .woolentor-product-title {
font-size: 18px;
}
.woolentor-product-grid-editorial .woolentor-quick-actions {
flex-wrap: wrap;
}
} .woolentor-no-products {
text-align: center;
padding: 40px 20px;
color: var(--woolentor-editorial-text-secondary);
font-size: 16px;
} .woolentor-product-grid-editorial + .woolentor-pagination {
margin-top: 64px;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-product-grid-editorial .woolentor-product-item {
animation: fadeInUp 0.6s ease both;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(1) {
animation-delay: 0.1s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(2) {
animation-delay: 0.2s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(3) {
animation-delay: 0.3s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(4) {
animation-delay: 0.4s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(5) {
animation-delay: 0.5s;
}
.woolentor-product-grid-editorial .woolentor-product-item:nth-child(6) {
animation-delay: 0.6s;
}  .woolentor-product-grid-editorial.woolentor-layout-grid {
display: grid;
grid-auto-rows: 1fr;
}
.woolentor-product-grid-editorial.woolentor-layout-list {
display: flex;
flex-direction: column;
gap: 24px;
} .woolentor-editorial-grid-card .woolentor-list-view-content {
display: none !important;
}
.woolentor-editorial-list-card .woolentor-grid-view-content {
display: none !important;
}
.woolentor-editorial-grid-card .woolentor-grid-view-content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woolentor-editorial-list-card .woolentor-list-view-content {
display: flex;
flex-direction: row;
width: 100%;
align-items: stretch;
} .woolentor-product-grid-editorial .woolentor-editorial-list-card {
display: flex;
flex-direction: row;
align-items: stretch;
background: var(--woolentor-editorial-card-bg);
box-shadow: var(--woolentor-editorial-shadow-soft);
overflow: hidden;
border: 1px solid var(--woolentor-editorial-border);
transition: var(--woolentor-editorial-transition);
}
.woolentor-product-grid-editorial .woolentor-editorial-list-card:hover {
box-shadow: var(--woolentor-editorial-shadow-hover);
border-color: transparent;
} .woolentor-editorial-list-card .woolentor-product-image {
position: relative;
flex-shrink: 0;
width: 320px;
background: var(--woolentor-editorial-bg);
overflow: hidden;
} .woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 320px;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 240px;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 180px;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 426px;
}
.woolentor-editorial-list-card .woolentor-product-image > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.woolentor-editorial-list-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} .woolentor-editorial-list-card .woolentor-product-content {
flex: 1;
padding: 48px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
}
.woolentor-editorial-list-card .woolentor-content-header {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 8px;
}
.woolentor-editorial-list-card .woolentor-product-categories {
margin-bottom: 0;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 32px;
font-weight: 600;
margin: 0;
line-height: 1.2;
}
.woolentor-editorial-list-card .woolentor-product-description {
margin-bottom: 16px;
}
.woolentor-editorial-list-card .woolentor-product-description p {
font-size: 16px;
line-height: 1.7;
color: var(--woolentor-editorial-text-secondary);
}
.woolentor-editorial-list-card .woolentor-product-rating {
margin-bottom: 12px;
}
.woolentor-editorial-list-card .woolentor-product-stars .star {
width: 16px;
height: 16px;
}
.woolentor-editorial-list-card .woolentor-content-footer {
display: flex;
align-items: center;
gap: 24px;
margin-top: auto;
padding-top: 24px;
border-top: 1px solid var(--woolentor-editorial-border);
}
.woolentor-editorial-list-card .woolentor-product-price {
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
margin-top: 0;
}
.woolentor-editorial-list-card .woolentor-discount-percentage {
display: inline-block;
margin-left: 12px;
padding: 4px 12px;
background: rgba(239, 68, 68, 0.1);
color: #ef4444;
font-size: 14px;
font-weight: 600;
border-radius: 4px;
}
.woolentor-editorial-list-card .woolentor-stock-status {
font-size: 13px;
margin-top: 0;
}
.woolentor-editorial-list-card .woolentor-stock-status .stock-dot {
width: 8px;
height: 8px;
animation: pulse 2s infinite;
}
.woolentor-editorial-list-card .woolentor-stock-status.out-of-stock .stock-dot {
animation: none;
opacity: 0.6;
}
@keyframes pulse {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
} .woolentor-editorial-list-card .woolentor-product-actions {
margin-top: 0;
}
.woolentor-editorial-list-card a.woolentor-cart-btn {
background-color: transparent;
color: var(--woolentor-editorial-text-primary);
padding: 14px 32px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
border: 1px solid var(--woolentor-editorial-text-primary);
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
text-decoration: none;
border-radius: 0;
}
.woolentor-editorial-list-card a.woolentor-cart-btn:hover {
background-color: var(--woolentor-editorial-accent);
background: var(--woolentor-editorial-accent) !important;
border-color: var(--woolentor-editorial-accent);
color: #FFFFFF;
} .woolentor-editorial-list-card .woolentor-badges {
position: absolute;
top: 24px;
left: 24px;
z-index: 3;
display: flex;
flex-direction: column;
gap: 8px;
} .woolentor-editorial-list-card .woolentor-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.4s ease;
z-index: 4;
} .woolentor-product-item:hover .woolentor-editorial-list-card .woolentor-product-overlay,
.woolentor-editorial-list-card:hover .woolentor-product-overlay {
opacity: 1;
} .woolentor-editorial-list-card .woolentor-quick-actions {
display: flex;
gap: 12px;
transform: translateY(10px);
transition: all 0.4s ease;
} .woolentor-product-item:hover .woolentor-editorial-list-card .woolentor-quick-actions,
.woolentor-editorial-list-card:hover .woolentor-quick-actions {
transform: translateY(0);
opacity: 1;
visibility: visible;
} .woolentor-editorial-list-card .woolentor-quick-action {
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
color: var(--woolentor-editorial-text-primary);
}
.woolentor-editorial-list-card .woolentor-quick-action a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
}
.woolentor-editorial-list-card .woolentor-quick-action svg {
width: 18px;
height: 18px;
}
.woolentor-editorial-list-card .woolentor-quick-action:hover {
background: var(--woolentor-editorial-accent);
color: white;
transform: scale(1.1) translateY(-2px);
}
.woolentor-editorial-list-card .woolentor-quick-action.active {
background: var(--woolentor-editorial-accent);
color: white;
} .woolentor-editorial-list-card .woolentor-quick-action::before {
content: attr(data-tooltip);
position: absolute;
left: auto;
right: calc(100% + 7px);
top: 50%;
bottom: auto;
transform: translateY(-50%) translateX(-5px);
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.02em;
line-height: 1;
}
.woolentor-editorial-list-card .woolentor-quick-action::after {
content: '';
position: absolute;
left: auto;
right: calc(100% + -3px);
top: 50%;
bottom: auto;
transform: translateY(-50%) translateX(-5px);
border: 5px solid transparent;
border-left-color: rgba(0, 0, 0, 0.9);
border-top-color: transparent;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
display: block;
}
.woolentor-editorial-list-card .woolentor-quick-action:hover::before,
.woolentor-editorial-list-card .woolentor-quick-action:hover::after {
opacity: 1;
transform: translateY(-50%) translateX(0);
} @media (max-width: 1024px) {
.woolentor-editorial-list-card .woolentor-product-image {
width: 280px;
}
.woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
height: 280px;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
height: 210px;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
height: 157px;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
height: 373px;
}
.woolentor-editorial-list-card .woolentor-product-content {
padding: 32px;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 28px;
}
}
@media (max-width: 768px) {
.woolentor-editorial-list-card .woolentor-list-view-content {
flex-direction: column;
}
.woolentor-editorial-list-card .woolentor-product-image {
width: 100%;
height: auto;
padding-top: 125%; }
.woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 100%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 75%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 56.25%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 133.33%;
height: auto;
}
.woolentor-editorial-list-card .woolentor-product-content {
padding: 24px;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 22px;
}
.woolentor-editorial-list-card .woolentor-product-description p {
font-size: 14px;
}
.woolentor-editorial-list-card .woolentor-product-price {
font-size: 20px;
}
.woolentor-editorial-list-card .woolentor-content-footer {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
}.woolentor-product-grid-magazine {
--magazine-bg-primary: #faf9f7;
--magazine-bg-secondary: #f5f4f2;
--magazine-text-primary: #1a1a1a;
--magazine-text-secondary: #6a6a6a;
--magazine-accent: #1a1a1a;
--magazine-border: #d4d4d4;
--magazine-hover: #2a2a2a;
--magazine-white: #ffffff;
} .woolentor-product-grid-magazine {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 40px;
position: relative;
} .woolentor-product-grid-magazine.woolentor-layout-grid {
display: grid;
grid-template-columns:repeat(12, 1fr) !important;
}
.woolentor-product-grid-magazine.woolentor-layout-list {
display: flex;
flex-direction: column;
}   .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+1) { grid-column: span 5; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+2) { grid-column: span 7; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+3) { grid-column: span 6; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+4) { grid-column: span 6; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+5) { grid-column: span 7; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+6) { grid-column: span 5; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+7) { grid-column: span 4; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n) { grid-column: span 8; } .woolentor-product-grid-magazine .woolentor-product-card {
position: relative;
background: transparent;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 0px solid transparent;
overflow: hidden;
height: 100%;
display: inherit;
border-radius: 0;
}
.woolentor-product-grid-magazine .woolentor-product-card:hover {
box-shadow: none;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-quickview-btn svg{
fill: none !important;
color: currentColor;
} .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-list-view-content {
display: none;
} .woolentor-product-grid-magazine .woolentor-grid-view-content .woolentor-product-image {
position: relative;
overflow: hidden;
background: var(--magazine-bg-secondary);
} .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(odd) .woolentor-product-image {
aspect-ratio: 3/4;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(even) .woolentor-product-image {
aspect-ratio: 4/3;
}
.woolentor-product-grid-magazine .woolentor-product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.woolentor-product-grid-magazine .woolentor-product-card:hover .woolentor-product-image img {
transform: scale(1.05);
} .woolentor-product-grid-magazine .woolentor-product-number {
position: absolute;
top: 20px;
left: 20px;
font-size: 72px;
font-weight: 300;
color: rgba(255, 255, 255, 0.6);
line-height: 1;
z-index: 2;
font-style: italic;
font-family: 'Playfair Display', Georgia, serif;
} [class*="woolentor-badge-pos-wlpro_"] .woolentor-badges {
right: 12px;
left: auto;
} .woolentor-product-grid-magazine .woolentor-quick-actions {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 10px;
z-index: 3;
top: auto;
transform: translateY(0) translateX(0);
opacity: 1;
visibility: visible;
}
.woolentor-product-grid-magazine .woolentor-quick-action {
width: 44px;
height: 44px;
background: var(--magazine-white);
border: 1px solid var(--magazine-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
opacity: 0;
transform: translateY(10px);
}
.woolentor-product-grid-magazine .woolentor-product-card:hover .woolentor-quick-action {
opacity: 1;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover {
background: var(--magazine-accent);
border-color: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover a{
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover svg {
stroke: currentColor;
color: currentColor;
} .woolentor-product-grid-magazine .woolentor-grid-view-content .woolentor-product-content {
padding: 30px 25px;
}
.woolentor-product-grid-magazine .woolentor-product-categories {
margin-bottom: 12px;
}
.woolentor-product-grid-magazine .woolentor-product-category {
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
font-weight: 400;
text-decoration: none;
transition: color 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-product-category:hover {
color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-product-title {
font-size: clamp(20px, 2vw, 28px);
font-weight: 500;
margin-bottom: 15px;
line-height: 1.3;
color: var(--magazine-text-primary);
font-family: 'Playfair Display', Georgia, serif;
}
.woolentor-product-grid-magazine .woolentor-product-title a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-product-title a:hover {
color: var(--magazine-text-secondary);
}
.woolentor-product-grid-magazine .woolentor-product-description {
font-size: 16px;
color: var(--magazine-text-secondary);
line-height: 1.7;
margin-bottom: 20px;
font-weight: 300;
}
.woolentor-product-grid-magazine .woolentor-product-price {
font-size: 24px;
font-weight: 500;
color: var(--magazine-text-primary);
margin-bottom: 20px;
font-family: 'Playfair Display', Georgia, serif;
margin-top: 0;
}
.woolentor-product-grid-magazine .woolentor-product-actions .woolentor-discover-btn {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--magazine-text-primary);
text-decoration: none;
border-bottom: 1px solid var(--magazine-accent);
transition: all 0.3s ease;
background: none;
border-top: none;
border-left: none;
border-right: none;
padding: 0 0 5px 0;
border-radius: 0;
min-height: auto;
font-weight: normal;
outline: none;
}
.woolentor-product-grid-magazine .woolentor-product-actions .woolentor-discover-btn:hover {
border-bottom-width: 2px;
letter-spacing: 3px;
background: none !important;
box-shadow: none !important;
color: var(--magazine-text-primary);
} .woolentor-product-grid-magazine.woolentor-layout-list .woolentor-grid-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item {
margin-bottom: 80px;
padding-bottom: 60px;
border-bottom: 1px solid var(--magazine-border);
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
position: relative;
} .woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content {
direction: rtl;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content > * {
direction: ltr;
} .woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-image {
position: relative;
overflow: hidden;
background: var(--magazine-bg-secondary);
aspect-ratio: 4/5;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
position: absolute;
top: -40px;
left: -20px;
font-size: 180px;
font-weight: 300;
color: rgba(0, 0, 0, 0.03);
line-height: 1;
z-index: 1;
font-style: italic;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-content {
position: relative;
z-index: 2;
}
.woolentor-product-grid-magazine .woolentor-content-header {
margin-bottom: 30px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-categories {
font-size: 13px;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
margin-bottom: 15px;
font-weight: 400;
}
.woolentor-product-grid-magazine .woolentor-separator {
margin: 0 10px;
}
.woolentor-product-grid-magazine .woolentor-editorial-label {
color: var(--magazine-text-secondary);
}
.woolentor-product-grid-magazine .woolentor-editorial-badge {
display: inline-block;
background: var(--magazine-accent);
color: var(--magazine-white);
padding: 6px 18px;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 20px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-title {
font-size: clamp(32px, 4vw, 48px);
font-weight: 500;
margin-bottom: 20px;
line-height: 1.2;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-description {
font-size: 18px;
color: var(--magazine-text-secondary);
line-height: 1.8;
margin-bottom: 30px;
font-weight: 300;
} .woolentor-product-grid-magazine .woolentor-product-details {
display: flex;
gap: 30px;
margin-bottom: 30px;
padding-top: 20px;
border-top: 1px solid var(--magazine-border);
}
.woolentor-product-grid-magazine .woolentor-detail-item {
flex: 1;
}
.woolentor-product-grid-magazine .woolentor-detail-label {
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
margin-bottom: 8px;
font-weight: 400;
}
.woolentor-product-grid-magazine .woolentor-detail-value {
font-size: 18px;
color: var(--magazine-text-primary);
font-weight: 500;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-product-price-standalone {
font-size: 28px;
font-weight: 500;
color: var(--magazine-text-primary);
margin-bottom: 30px;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-content-footer {
margin-top: 30px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-actions {
display: flex;
gap: 20px;
align-items: center;
}
.woolentor-product-grid-magazine a.woolentor-primary-btn {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
background: var(--magazine-accent);
color: var(--magazine-white);
border: none;
padding: 16px 30px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
min-height: auto;
font-weight: normal;
border-radius: 0;
}
.woolentor-product-grid-magazine a.woolentor-primary-btn:hover {
background: var(--magazine-hover) !important;
letter-spacing: 2px;
}
.woolentor-product-grid-magazine .woolentor-secondary-btn {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
background: none;
color: var(--magazine-text-primary);
border: 1px solid var(--magazine-accent);
padding: 15px 40px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
line-height: 1;
}
.woolentor-product-grid-magazine .woolentor-secondary-btn:hover {
background: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn {
width: 48px;
height: 48px;
background: var(--magazine-white);
border: 1px solid var(--magazine-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn a{
color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover a{
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover {
background: var(--magazine-accent);
border-color: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover svg {
stroke: currentColor;
fill: currentColor;
} .woolentor-product-grid-magazine.woolentor-layout-grid-list-tab .woolentor-list-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-grid-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-list-view-content {
display: grid;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active {
display: flex;
flex-direction: column;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-product-item {
margin-bottom: 80px;
padding-bottom: 60px;
border-bottom: 1px solid var(--magazine-border);
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-product-grid-magazine .woolentor-product-card {
animation: fadeInUp 0.6s ease forwards;
opacity: 0;
} .woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+1) .woolentor-product-card { animation-delay: 0.1s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+2) .woolentor-product-card { animation-delay: 0.2s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+3) .woolentor-product-card { animation-delay: 0.3s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+4) .woolentor-product-card { animation-delay: 0.4s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+5) .woolentor-product-card { animation-delay: 0.5s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+6) .woolentor-product-card { animation-delay: 0.6s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+7) .woolentor-product-card { animation-delay: 0.7s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n) .woolentor-product-card { animation-delay: 0.8s; } @media (max-width: 1200px) {
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(1),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(2),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(3),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(4),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(5),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(6),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(7),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8) {
grid-column: span 6;
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
gap: 40px;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
font-size: 140px;
}
}
@media (max-width: 768px) {
.woolentor-product-grid-magazine {
gap: 30px;
}
.woolentor-product-grid-magazine.woolentor-layout-grid {
grid-template-columns: 1fr !important;
gap: 40px;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item{
grid-column: span 12 !important;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-image {
aspect-ratio: 3/4 !important;
}
.woolentor-product-grid-magazine .woolentor-product-number {
font-size: 48px;
top: 15px;
left: 15px;
}
.woolentor-product-grid-magazine .woolentor-quick-action {
opacity: 1;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
grid-template-columns: 1fr;
gap: 30px;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content {
direction: ltr;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
font-size: 100px;
top: -20px;
left: -10px;
}
.woolentor-product-grid-magazine .woolentor-product-details {
flex-direction: column;
gap: 15px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-actions {
flex-direction: column;
width: 100%;
}
.woolentor-product-grid-magazine .woolentor-primary-btn,
.woolentor-product-grid-magazine .woolentor-secondary-btn {
width: 100%;
text-align: center;
}
}.xpro-contact-form-field-subgroup,
.xpro-horizontal-timeline-dates,
.xpro-post-grid-content,
.xpro-preview,
.xpro-preview-iframe-outer {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.elementor-add-new-section .elementor-add-xpro-button {
background-image: -webkit-gradient(linear, left top, right top, from(#fb8c87), to(#fa4c95));
background-image: -o-linear-gradient(left, #fb8c87 0, #fa4c95 100%);
background-image: linear-gradient(90deg, #fb8c87 0, #fa4c95 100%);
}
.xpro-owl-theme.owl-carousel,
body.rtl .lg-outer {
direction: ltr;
}
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 50px;
width: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--e-global-color-primary);
font-size: 20px;
line-height: 1;
color: #fff;
}
.xpro-owl-theme.owl-carousel .owl-nav button:hover,
.xpro-table-head-column-cell {
color: #fff;
background-color: var(--e-global-color-primary);
}
.xpro-badge-middle-left,
.xpro-elementor-button-hover-style-underlineFromRight:focus:before,
.xpro-elementor-button-hover-style-underlineFromRight:hover:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
left: 0;
}
.xpro-badge-middle-right,
.xpro-elementor-button-hover-style-underlineFromLeft:focus:before,
.xpro-elementor-button-hover-style-underlineFromLeft:hover:before,
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next {
right: 0;
}
.xpro-elementor-post-pagination .page-numbers.dots,
.xpro-owl-theme.owl-carousel .owl-nav button.disabled {
pointer-events: none;
}
.xpro-owl-theme.owl-carousel .owl-nav button.disabled::before,
.xpro-swiper-slider-theme .swiper-button-next.swiper-button-disabled:after,
.xpro-swiper-slider-theme .swiper-button-prev.swiper-button-disabled:after {
opacity: 0.3;
}
[class*="xpro-owl-navigation-horizontal"] .owl-nav button.owl-prev::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f053";
}
[class*="xpro-owl-navigation-horizontal"] .owl-nav button.owl-next::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
}
.xpro-owl-navigation-horizontal-style-2 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-2 button.swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f060" !important;
}
.xpro-owl-navigation-horizontal-style-2 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-2 button.swiper-button-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f061" !important;
}
.xpro-owl-navigation-horizontal-style-3 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-3 button.swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f359" !important;
}
.xpro-owl-navigation-horizontal-style-3 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-3 button.swiper-button-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f35a" !important;
}
.xpro-owl-navigation-horizontal-style-4 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-4 button.swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f30a" !important;
}
.xpro-owl-navigation-horizontal-style-4 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-4 button.swiper-button-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f30b" !important;
}
.xpro-owl-navigation-horizontal-style-5 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-5 button.swiper-button-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f049" !important;
}
.xpro-owl-navigation-horizontal-style-5 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-5 button.swiper-button-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f050" !important;
}
.xpro-owl-navigation-horizontal-style-6 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-6 button.swiper-button-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f100" !important;
}
.xpro-owl-navigation-horizontal-style-6 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-6 button.swiper-button-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f101" !important;
}
.xpro-owl-navigation-horizontal-style-7 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-7 button.swiper-button-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f0d9" !important;
}
.xpro-owl-navigation-horizontal-style-7 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-7 button.swiper-button-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f0da" !important;
}
[class*="xpro-owl-navigation-vertical"] .owl-nav button.owl-prev::before,
[class*="xpro-swiper-navigation-vertical"] .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f077";
}
[class*="xpro-owl-navigation-vertical"] .owl-nav button.owl-next::before,
[class*="xpro-swiper-navigation-vertical"] .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
}
.xpro-owl-navigation-vertical-style-2 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-2 .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f062";
}
.xpro-owl-navigation-vertical-style-2 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-2 .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f063";
}
.xpro-owl-navigation-vertical-style-3 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-3 .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f35b";
}
.xpro-owl-navigation-vertical-style-3 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-3 .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f358";
}
.xpro-owl-navigation-vertical-style-4 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-4 .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f30c";
}
.xpro-owl-navigation-vertical-style-4 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-4 .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f309";
}
.xpro-owl-navigation-vertical-style-5 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-5 .swiper-nav button.swiper-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e935";
}
.xpro-owl-navigation-vertical-style-5 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-5 .swiper-nav button.swiper-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e932";
}
.xpro-owl-navigation-vertical-style-6 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-6 .swiper-nav button.swiper-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e917";
}
.xpro-owl-navigation-vertical-style-6 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-6 .swiper-nav button.swiper-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e910";
}
.xpro-owl-navigation-vertical-style-7 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-7 .swiper-nav button.swiper-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e918";
}
.xpro-owl-navigation-vertical-style-7 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-7 .swiper-nav button.swiper-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e911";
}
.xpro-owl-theme.owl-carousel .owl-dots {
position: absolute;
z-index: 3;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.xpro-owl-theme.owl-carousel .owl-dot {
width: 12px;
height: 12px;
border-radius: 50px;
border: 1px solid var(--e-global-color-primary);
margin-right: 5px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-owl-theme.owl-carousel .owl-dot:first-child,
.xpro-swiper-slider-theme .swiper-pagination-bullet:first-child {
margin-right: 0;
}
.xpro-elementor-scroll-top-btn,
.xpro-owl-theme.owl-carousel .owl-dot.active,
.xpro-promo-box-badge.xpro-badge,
.xpro-promo-box-btn,
.xpro-swiper-slider-theme .swiper-pagination-bullet-active {
background-color: var(--e-global-color-primary);
}
.xpro-owl-dots-horizontal-style-2.owl-carousel .owl-dot.active,
.xpro-swiper-dots-horizontal-style-2 .swiper-pagination-bullet-active {
width: 24px;
}
.xpro-owl-dots-vertical-style-2.owl-carousel .owl-dot.active,
.xpro-swiper-dots-vertical-style-2 .swiper-pagination-bullet-active {
height: 24px;
}
.xpro-owl-dots-horizontal-style-3.owl-carousel .owl-dot.active,
.xpro-owl-dots-vertical-style-3.owl-carousel .owl-dot.active,
.xpro-swiper-dots-horizontal-style-3 .swiper-pagination-bullet-active,
.xpro-swiper-dots-vertical-style-3 .swiper-pagination-bullet-active {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.lg-icon {
font-family: lg !important;
}
.xpro-swiper-slider-theme .swiper-button-next,
.xpro-swiper-slider-theme .swiper-button-prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 50px;
width: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: none;
background-color: var(--e-global-color-primary);
font-size: 20px;
line-height: 1;
color: #fff;
z-index: 2;
cursor: pointer;
}
.xpro-swiper-slider-theme .swiper-button-prev {
left: -25px;
}
.xpro-swiper-slider-theme .swiper-button-next {
right: -25px;
}
.xpro-swiper-slider-theme .swiper-button-next.swiper-button-disabled,
.xpro-swiper-slider-theme .swiper-button-prev.swiper-button-disabled {
opacity: 1;
pointer-events: none;
}
[class*="xpro-swiper-navigation-horizontal"] button.swiper-button-prev:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f053";
font-size: inherit;
}
[class*="xpro-swiper-navigation-horizontal"] button.swiper-button-next:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
font-size: inherit;
}
.xpro-swiper-slider-theme .swiper-pagination.swiper-pagination-horizontal {
position: absolute;
bottom: 0;
}
.xpro-swiper-slider-theme .swiper-pagination-bullet {
height: 12px;
width: 12px;
background-color: #fff0;
border-radius: 50px;
border: 1px solid var(--e-global-color-primary);
margin: 0 3px;
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
[class*="elementor-widget-xpro"] a:focus,
button.xpro-content-toggle-button:focus,
button.xpro-elementor-search-button:focus {
outline: 0;
}
.elementor-widget-xpro-content-toggle,
.elementor-widget-xpro-hot-spot,
.elementor-widget-xpro-pie-chart,
.xpro-simple-heading-wrapper,
.xpro-team-layout-12,
.xpro-team-layout-14,
.xpro-team-layout-2,
.xpro-team-layout-5,
.xpro-team-layout-8 {
text-align: center;
}
.xpro-simple-heading-wrapper .xpro-heading-title {
position: relative;
line-height: 1.2;
margin: 5px 0;
font-weight: 500;
z-index: 2;
display: inline-block;
}
.xpro-simple-heading-wrapper .xpro-title-focus {
color: var(--e-global-color-primary);
-webkit-text-fill-color: initial;
display: inline;
}
.elementor-widget-xpro-page-title a,
.elementor-widget-xpro-post-title a,
.elementor-widget-xpro-site-logo a,
.elementor-widget-xpro-site-title a,
.morphext > .animated,
.xpro-block-quote-layout-10 .xpro-block-quote-inner,
.xpro-cf-wrapper > span,
.xpro-hero-slider-button-default > span,
.xpro-post-title-link {
display: inline-block;
}
.xpro-elementor-gallery-filter {
position: relative;
text-align: center;
margin-bottom: 30px;
z-index: 2;
}
#xpro-portfolio-html-main #wpadminbar,
.xpro-elementor-gallery-filter .xpro-select-option,
.xpro-gallery-popup-style-2.lg-outer .lg-pager-outer,
.xpro-gallery-popup-style-4.lg-outer .lg-pager-outer {
display: none;
}
.cbp .cbp-wrapper-outer,
.elementor-widget-xpro-before-after,
.elementor-widget-xpro-business-hours,
.elementor-widget-xpro-image-scroller,
.xpro-elementor-gallery-wrapper .cbp-wrapper-outer,
.xpro-team-layout-14 .xpro-team-image {
overflow: hidden;
}
.xpro-elementor-gallery-filter > ul,
.xpro-pricing-features-list {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item {
display: inline-block;
margin: 0 5px;
font-size: 13px;
line-height: 1.2;
padding: 8px 20px;
-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:first-child {
margin-left: 0 !important;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:last-child,
.xpro-team-social-list > li:last-child {
margin-right: 0 !important;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item.cbp-filter-item-active {
color: #fff;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
pointer-events: none;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:hover {
color: #fff;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.cbp-loadMore-block1 {
display: none !important;
opacity: 0;
visibility: hidden;
}
.cbp:not(.cbp-ready) .cbp-item {
opacity: 0;
visibility: hidden;
}
.cbp-loadMore-block1 .cbp-item {
display: none;
max-width: 20%;
height: 200px;
float: left;
padding: 0 15px;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
overflow: hidden;
visibility: hidden;
opacity: 0;
}
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption,
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption-activeWrap,
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption-defaultWrap {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
min-width: 100%;
height: 100%;
width: 100%;
}
.xpro-elementor-gallery-layout-grid .xpro-elementor-gallery-item,
.xpro-post-grid-layout-10 .xpro-post-grid-item,
.xpro-post-grid-layout-2 .xpro-post-grid-item,
.xpro-post-grid-layout-6 .xpro-post-grid-item,
.xpro-post-grid-layout-8 .xpro-post-grid-item,
.xpro-post-grid-layout-9 .xpro-post-grid-item {
height: 400px;
}
.xpro-elementor-gallery-layout-grid .cbp img {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-elementor-gallery .cbp-caption-active .cbp-caption-activeWrap {
cursor: pointer;
padding: 15px;
background-color: #00000087;
}
.xpro-preview-type-none .cbp-caption-activeWrap {
cursor: auto !important;
}
.xpro-elementor-gallery .xpro-overlay-icon {
color: #fff;
margin: 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-box-icon-title,
.xpro-elementor-gallery .xpro-overlay-icon > i {
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
}
.xpro-elementor-gallery .xpro-overlay-icon > i {
font-size: 25px;
line-height: 1;
transition: color 0.3s ease-in-out;
}
.xpro-overlay-icon svg,
.xpro-pricing-icon > svg {
height: auto;
}
.xpro-elementor-gallery .xpro-title {
margin: 5px 0;
line-height: 1.2;
font-size: 22px;
font-weight: 400;
color: #fff;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-after,
.xpro-elementor-gallery .xpro-outside-content .xpro-desc,
.xpro-elementor-gallery .xpro-outside-content .xpro-title,
.xpro-elementor-horizontal-navbar-nav > li.current_page_item > a,
.xpro-elementor-horizontal-navbar-nav > li:hover > a {
color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-desc {
color: #fff;
margin: 0;
font-size: 15px;
}
.xpro-elementor-gallery .xpro-item-btn {
color: #fff;
border: 1px solid #fff;
padding: 10px 25px;
display: inline-block;
font-size: 13px;
line-height: 1;
font-weight: 400;
margin-top: 15px;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-elementor-gallery .xpro-item-btn:hover {
color: #222;
background-color: #fff;
}
.xpro-elementor-gallery .xpro-outside-content .xpro-item-btn {
color: #2b2b2b;
border-color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-outside-content .xpro-item-btn:hover {
color: #fff;
background-color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-outside-content {
padding: 15px 0;
position: relative;
}
.xpro-elementor-gallery-preview,
.xpro-table-body-row [colspan="0"] {
display: none !important;
}
.xpro-gallery-elementor-custom-link {
display: block;
text-align: center;
}
.xpro-gallery-elementor-custom-link > a {
border: 1px solid #dedede;
color: #7e7b7b;
display: inline-block;
font: 400 12px/36px "Open Sans", sans-serif;
min-width: 80px;
text-decoration: none;
padding: 0 30px;
outline: 0;
margin-top: 40px;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.xpro-gallery-elementor-loadmore > a {
-webkit-transition: 0.25s ease-in-out !important;
-o-transition: 0.25s ease-in-out !important;
transition: 0.25s ease-in-out !important;
}
.xpro-content-toggle-button-wrapper.active ~ .xpro-toggle-content-wrapper > .xpro-toggle-content-second,
.xpro-gallery-elementor-custom-link > a > span,
.xpro-horizontal-timeline.owl-loaded,
.xpro-portfolio-loader-style-5 li:first-child,
.xpro-portfolio-loader-style-6 li:first-child,
.xpro-portfolio-loader-style-7 li:first-child,
.xpro-portfolio-loader-style-8 li:first-child,
.xpro-post-grid-author-content > a,
.xpro-post-grid-author-content > span {
display: block;
}
.xpro-cf-wrapper,
.xpro-counter-wrapper-inner,
.xpro-elementor-gallery .cbp-l-caption-alignCenter,
.xpro-elementor-horizontal-navbar-wrapper,
.xpro-hero-slider-wrapper,
.xpro-image-scroll-img,
.xpro-infolist-content,
.xpro-post-grid-main,
.xpro-progress-bar-layout-13 .xpro-progress-track,
.xpro-progress-bar-layout-14 .xpro-progress-track,
.xpro-progress-bar-layout-2 .xpro-progress-track,
.xpro-progress-bar-layout-3 .xpro-progress-track,
.xpro-progress-bar-layout-5 .xpro-progress-track,
.xpro-team-wrapper,
.xpro-testimonial-layout-5 .xpro-testimonial-author,
.xpro-testimonial-layout-5 .xpro-testimonial-description {
position: relative;
}
.cbp-caption-rotate .cbp-caption-activeWrap,
.cbp-caption-zoom-box .cbp-caption-activeWrap,
.cbp-caption-zoom-box-out .cbp-caption-activeWrap,
.cbp-caption-zoom-center-bottom .cbp-caption-activeWrap,
.cbp-caption-zoom-top-bottom .cbp-caption-activeWrap {
opacity: 0;
top: 0;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.cbp-caption-rotate .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-center-bottom .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-top-bottom .cbp-caption:hover .cbp-caption-activeWrap,
.xpro-team-layout-12:hover .xpro-team-social-list,
.xpro-team-layout-2:hover .xpro-team-social-list,
.xpro-team-layout-3:hover .xpro-team-social-list,
.xpro-team-layout-4:hover .xpro-team-content,
.xpro-team-layout-5:hover .xpro-team-image::before,
.xpro-team-layout-5:hover .xpro-team-social-list,
.xpro-team-layout-6:hover .xpro-team-social-list {
opacity: 1;
}
.cbp-caption-zoom-box .cbp-caption-defaultWrap,
.cbp-caption-zoom-box-out .cbp-caption-defaultWrap,
.cbp-caption-zoom-center-bottom .cbp-caption-defaultWrap,
.cbp-caption-zoom-top-bottom .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform 0.35s ease-out;
transition: transform 0.35s ease-out;
-o-transition: transform 0.35s ease-out;
transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-center-bottom .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-top-bottom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.cbp-caption-zoom-top-bottom .xpro-overlay-icon {
position: absolute;
top: 0;
right: 0;
text-align: center;
margin-top: -100px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .cbp-caption:hover .xpro-overlay-icon {
margin-top: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .xpro-overlay-content {
position: absolute;
text-align: left;
bottom: -100px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .cbp-caption:hover .xpro-overlay-content {
bottom: 15px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-center-bottom .xpro-overlay-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
margin-top: -100px;
-webkit-transition: 0.3s linear;
-o-transition: 0.3s linear;
transition: 0.3s linear;
}
.cbp-caption-zoom-center-bottom .cbp-caption:hover .xpro-overlay-icon {
margin-top: 0;
}
.cbp-caption-zoom-center-bottom .xpro-overlay-content {
position: absolute;
bottom: -100px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-center-bottom .cbp-caption:hover .xpro-overlay-content {
bottom: 25px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .xpro-overlay-icon,
.cbp-caption-zoom-box-out .xpro-overlay-icon {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .cbp-caption:hover .xpro-overlay-content,
.cbp-caption-zoom-box .cbp-caption:hover .xpro-overlay-icon,
.cbp-caption-zoom-box-out .cbp-caption:hover .xpro-overlay-content,
.cbp-caption-zoom-box-out .cbp-caption:hover .xpro-overlay-icon {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .xpro-overlay-content,
.cbp-caption-zoom-box-out .xpro-overlay-content {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: "";
opacity: 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
pointer-events: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:before {
top: 30px;
bottom: 30px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
content: "";
position: absolute;
pointer-events: none;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:after {
right: 30px;
left: 30px;
opacity: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap:before,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap:before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:before {
right: 20px;
left: 20px;
opacity: 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:after {
position: absolute;
top: 20px;
right: 30px;
bottom: 20px;
left: 30px;
content: "";
opacity: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
pointer-events: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-rotate .cbp-caption-defaultWrap {
transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.cbp-caption-rotate .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: scale(1.25) rotate(3deg);
-ms-transform: scale(1.25) rotate(3deg);
transform: scale(1.25) rotate(3deg);
}
.xpro-elementor-gallery .cbp-caption-classic .cbp-caption-activeWrap {
top: 0;
left: 0;
background-color: #0000003b;
}
.admin-bar [class*="xpro-gallery-popup-style"] .lg-toolbar {
top: 32px;
}
.lg-backdrop {
background-color: #0e0e0e;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-transition: background 0.3s ease-in-out !important;
-o-transition: background 0.3s ease-in-out !important;
transition: background 0.3s ease-in-out !important;
}
.xpro-popup-blur:before {
content: "";
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
pointer-events: none;
}
[class*="xpro-gallery-popup-style"].lg-outer.lg-outer .lg-thumb {
padding: 20px 0;
height: 100%;
margin: 0 auto;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item {
position: relative;
border-radius: 0;
border: 3px solid #fff0;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item.active,
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item:hover {
border-color: #fff;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item:before {
content: "";
position: absolute;
z-index: 1;
height: 100%;
width: 100%;
left: 0;
top: 0;
background-color: #000;
opacity: 0.5;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.xpro-animated-link-style-7:hover::after,
.xpro-preview-header-info:empty,
[class*="xpro-gallery-popup-style"] .lg-outer .lg-thumb-item:hover:before,
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item.active:before {
opacity: 0;
}
.xpro-gallery-popup-style-2.lg-outer .lg-thumb-outer,
.xpro-gallery-popup-style-4.lg-outer .lg-thumb-outer {
max-width: 720px;
margin: 0 auto;
left: 50%;
overflow: hidden;
background-color: #fff0;
-webkit-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
[class*="xpro-gallery-popup-style"] #lg-counter,
[class*="xpro-gallery-popup-style"] .lg-toolbar .lg-icon {
color: #dadada;
font-weight: 500;
}
[class*="xpro-gallery-popup-style"] .lg-actions .lg-next,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-prev {
color: #dadada;
}
.xpro-author-box-button:focus,
.xpro-author-box-button:hover,
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-button::before,
.xpro-elementor-button:hover,
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li a,
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li a,
.xpro-progress-bar-layout-2 .xpro-progress-title,
.xpro-progress-bar-layout-4 .xpro-progress-title,
.xpro-team-layout-12 .xpro-team-description,
.xpro-team-layout-12 .xpro-team-title,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-next:hover,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-prev:hover {
color: #fff;
}
.xpro-portfolio-loader {
position: fixed;
z-index: 1000;
height: 100vh;
width: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0;
list-style: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.xpro-portfolio-loader li {
pointer-events: all;
background-color: var(--e-global-color-primary);
}
.xpro-portfolio-loader-style-1 li,
.xpro-portfolio-loader-style-2 li {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
width: 20%;
}
.xpro-portfolio-loader-style-3 li,
.xpro-portfolio-loader-style-4 li {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
width: 20%;
}
.xpro-portfolio-loader-style-5 li,
.xpro-portfolio-loader-style-6 li {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
width: 100%;
display: none;
}
.xpro-portfolio-loader-style-7 li,
.xpro-portfolio-loader-style-8 li {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
width: 100%;
display: none;
}
body.xpro-preview-active {
overflow: hidden !important;
}
.xpro-preview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
visibility: hidden;
position: fixed;
height: 100vh;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
}
.admin-bar .xpro-preview {
top: 32px;
height: calc(100vh - 32px);
}
.xpro-preview.active {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.5s, visibility;
-o-transition: opacity 0.5s, visibility;
transition: opacity 0.5s, visibility;
}
.xpro-preview-header-left {
min-width: 400px;
}
.xpro-preview-header-right {
min-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.xpro-business-hour-day,
.xpro-elementor-horizontal-navbar-nav > li > a,
.xpro-infolist-media-type-custom,
.xpro-news-ticker-navigation,
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title,
.xpro-pricing-item .xpro-badge,
.xpro-team-social-list .xpro-team-social-icon {
min-width: -webkit-max-content;
min-width: -moz-max-content;
}
.xpro-preview-iframe-outer {
position: relative;
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
#xpro-portfolio-html-main {
margin-top: 0 !important;
}
#xpro-portfolio-html-main body {
-ms-overflow-style: none;
scrollbar-width: none;
}
#xpro-portfolio-html-main body::-webkit-scrollbar {
display: none;
}
.xpro-preview-iframe-outer::before {
content: url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/images/spinner.gif);
position: absolute;
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: -1;
}
.xpro-preview .xpro-preview-iframe {
height: 100%;
position: relative;
border: none;
width: calc(100% + 17px);
max-width: unset;
}
.xpro-preview .xpro-preview-iframe.loaded {
width: 100%;
max-width: 100%;
}
.xpro-preview .xpro-preview-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
border-bottom: 1px solid #f0f0f0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-preview-header .xpro-preview-header-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.xpro-preview-header .xpro-preview-header-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 24px;
min-height: 60px;
}
.xpro-preview-header .xpro-preview-header-arrow {
padding: 0;
}
.xpro-preview-header .xpro-preview-arrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
color: #000;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
padding: 0 24px;
height: 100%;
min-height: 60px;
outline: 0;
cursor: pointer;
border-right: 1px solid;
border-color: #f0f0f0;
}
.xpro-preview-header .xpro-preview-close {
border-left: 1px solid;
border-right: 0;
border-color: #f0f0f0;
}
.xpro-preview-header .xpro-preview-arrow:before {
font-family: "Font Awesome 5 Free";
font-weight: 700;
}
.xpro-preview-arrow.xpro-preview-inactive {
color: #ccc;
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-prev-demo:before {
content: "\f053";
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-next-demo:before {
content: "\f054";
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-close:before {
content: "\f00d";
}
.xpro-preview-header .xpro-preview-arrow:hover {
background: #f8f9fa;
}
.xpro-preview-header .xpro-preview-demo-name {
font-size: 1rem;
font-weight: 400;
color: #2b2b2b;
margin-right: 0.75rem;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow {
position: absolute;
top: 50%;
z-index: 2;
padding: 10px 20px;
background-color: #fffc;
border: 1px solid #f0f0f0;
border-radius: 2px;
color: #2b2b2b;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow:hover {
background-color: #fff;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow > i {
margin: 0 3px;
}
.xpro-preview-nav-layout-2 > .xpro-preview-prev-demo {
left: 5px;
}
.xpro-preview-nav-layout-2 > .xpro-preview-next-demo {
right: 5px;
}
.xpro-preview-arrow.xpro-preview-inactive {
cursor: not-allowed !important;
}
.elementor-widget-xpro-icon-box {
position: relative;
overflow: initial;
}
.xpro-box-icon-wrapper {
position: relative;
display: block;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-box-icon-wrapper-inner {
width: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-box-icon-item {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px;
color: #2b2b2b;
text-align: center;
font-size: 40px;
line-height: 1;
overflow: hidden;
min-height: -webkit-max-content;
min-height: -moz-max-content;
min-height: max-content;
-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.xpro-box-icon-item > svg {
width: 100%;
height: auto;
}
.xpro-badge {
position: absolute;
z-index: 3;
background-color: var(--e-global-color-accent);
color: #fff;
padding: 8px 18px;
border-radius: 50px;
font-size: 12px;
line-height: 1;
text-align: center;
-webkit-transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
-ms-transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
--xpro-badge-translate-x: 0;
--xpro-badge-translate-y: 0;
--xpro-badge-rotate: 0;
}
.xpro-badge-middle-center,
.xpro-badge-middle-left,
.xpro-badge-middle-right {
--xpro-badge-translate-y: -50%;
top: 50%;
}
.xpro-badge-top-left,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before {
top: 0;
left: 0;
}
.xpro-badge-middle-center,
.xpro-badge-top-center {
left: 50%;
--xpro-badge-translate-x: -50%;
}
.xpro-badge-top-center {
top: 0;
}
.xpro-badge-top-right {
top: 0;
right: 0;
}
.xpro-badge-bottom-left {
bottom: 0;
left: 0;
}
.xpro-badge-bottom-center {
bottom: 0;
left: 50%;
--xpro-badge-translate-x: -50%;
}
.xpro-badge-bottom-right,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a:after {
bottom: 0;
right: 0;
}
.xpro-box-icon-title {
margin: 0;
line-height: 1.2;
transition: color 0.3s ease-in-out;
}
.xpro-box-icon-description,
.xpro-counter-description {
margin: 0;
color: #383838;
line-height: 1.2;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-pricing-icon,
.xpro-pricing-media,
.xpro-pricing-price-box,
.xpro-testimonial-description,
.xpro-testimonial-layout-2 .xpro-testimonial-rating {
margin-bottom: 15px;
}
.elementor-widget-xpro-pricing {
position: relative;
overflow: initial;
padding: 3em 4em;
border-radius: 0.5rem;
background-color: #fff;
-webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
word-wrap: break-word;
overflow-wrap: break-word;
}
.xpro-pricing-media img {
width: 150px;
display: inline-block;
}
.xpro-pricing-item .xpro-badge {
min-width: max-content;
padding: 0.8rem 1.5rem;
background-color: var(--e-global-color-primary);
color: #fff;
font-size: 14px;
line-height: 1;
border-radius: 0;
}
.xpro-pricing-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-pricing-icon > i {
font-size: 2.5rem;
line-height: 1;
}
.xpro-pricing-title {
font-size: 2rem;
line-height: 1.2;
margin: 0 0 15px;
}
.xpro-pricing-description-wrapper {
margin-bottom: 10px;
}
.xpro-pricing-description {
max-width: 400px;
display: inline-block;
}
.xpro-pricing-features {
margin: 1.5rem 0;
}
.xpro-pricing-features-title {
font-size: 1.6rem;
line-height: 1.2;
margin: 0 0 1rem;
}
.xpro-pricing-features-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
margin-bottom: 1rem;
}
.xpro-pricing-features-list li:last-child,
.xpro-team-layout-13 .xpro-team-social-list > li:last-child,
.xpro-team-layout-15 .xpro-team-social-list > li:last-child,
.xpro-team-layout-9 .xpro-team-social-list > li:last-child {
margin-bottom: 0 !important;
}
.xpro-pricing-feature-icon {
display: inline-block;
margin: 0 10px 0 0;
font-size: 14px;
}
.xpro-pricing-feature-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.xpro-pricing-item .xpro-pricing-tooltip-toggle {
position: absolute;
right: -30px;
font-size: 8px;
height: 18px;
width: 18px;
min-width: 18px;
color: #ffcc6c;
background-color: #fff3df;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50px;
cursor: pointer;
}
.xpro-pricing-tooltip {
position: absolute;
left: 25px;
width: 200px;
text-align: left;
padding: 10px;
background-color: #efefef;
color: #2b2b2b;
font-size: 12px;
border-radius: 5px;
opacity: 0;
visibility: hidden;
font-family: var(--e-global-typography-primary-font-family);
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
font-weight: 500;
letter-spacing: 0.5px;
}
.xpro-infolist-media-type-custom,
.xpro-infolist-media-type-icon,
.xpro-pricing-btn {
background-color: var(--e-global-color-primary);
line-height: 1;
}
.xpro-pricing-tooltip::after {
content: "";
position: absolute;
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: #fff0 #efefef #fff0 #fff0;
}
.xpro-elementor-horizontal-menu-overlay.active,
.xpro-hero-slider.swiper-initialized,
.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-btn,
.xpro-pricing-tooltip-toggle:hover .xpro-pricing-tooltip {
opacity: 1;
visibility: visible;
}
.xpro-pricing-btn {
padding: 15px 35px;
text-align: center;
border: 1px solid var(--e-global-color-primary);
color: #fff;
display: inline-block;
-webkit-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-pricing-btn:focus,
.xpro-pricing-btn:hover {
color: var(--e-global-color-primary);
background-color: #fff0;
}
.xpro-pricing-price-tag {
margin-bottom: 0.5rem;
color: #242424;
font-weight: 500;
font-size: 3rem;
line-height: 1;
display: inline-block;
}
.xpro-pricing-currency {
font-size: 1.5rem;
display: inline-block;
margin-right: -10px;
}
.xpro-pricing-price-period {
color: #8c8c8c;
font-size: 16px;
}
.xpro-pricing-price-box-style-2 .xpro-pricing-price-tag {
display: inline-block;
margin: 0;
}
.xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
display: inline-block;
margin: 0 0 0 10px;
}
.elementor-align-right .xpro-business-hour-item,
.xpro-page-title-icon-right,
.xpro-post-grid-align-right .xpro-post-grid-author,
.xpro-post-grid-align-right .xpro-post-grid-meta-list > li,
.xpro-post-title-icon-right,
.xpro-pricing-align-right .xpro-pricing-feature-title,
.xpro-pricing-align-right .xpro-pricing-features-list li,
.xpro-promo-box-align-right,
.xpro-site-title-icon-right,
.xpro-table-head-icon-left .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-left .xpro-table-body-row-cell-inner,
.xpro-testimonial-layout-4.xpro-testimonial-align-right,
.xpro-testimonial-layout-5.xpro-testimonial-align-right,
.xpro-testimonial-layout-6.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-pricing-align-right .xpro-pricing-feature-icon {
margin: 0 0 0 10px;
}
.xpro-pricing-align-right .xpro-pricing-item .xpro-pricing-tooltip-toggle {
left: -30px;
}
.xpro-pricing-align-right .xpro-pricing-tooltip {
left: auto;
right: 25px;
text-align: right;
}
.xpro-pricing-align-right .xpro-pricing-tooltip::after {
left: 100%;
border-color: #fff0 #fff0 #fff0 #efefef;
}
.xpro-pricing-align-right .xpro-pricing-price-box-style-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-pricing-align-right .xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
display: inline-block;
margin: 0 10px 0 0;
}
.xpro-pricing-separator {
display: block;
position: relative;
}
.xpro-pricing-separator:before {
content: "";
position: relative;
display: inline-block;
border-top: 1px solid;
border-color: #e0e0e0;
width: 100px;
margin: 10px 0 25px;
padding: 2px;
}
.xpro-3d-tilt-parallax-yes.elementor-element,
.xpro-mouse-effect-yes.elementor-element,
.xpro-scroll-effect-yes.elementor-element {
-webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 1ms;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 1ms, -webkit-box-shadow 0.3s, -webkit-transform 1ms;
-o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 1ms;
}
.xpro-3d-tilt-parallax-yes.elementor-element:not(:hover) {
transition: none;
}
.xpro-elementor-button,
.xpro-infolist-media-type-icon {
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
}
.xpro-infolist-wrapper {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-infolist-layout-vertical,
.xpro-post-grid-layout-4 .cbp-item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-infolist-layout-horizontal {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-horizontal-timeline-inner,
.xpro-infolist-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content,
.xpro-infolist-item > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-infolist-title {
font-size: 18px;
margin: 0;
}
.xpro-infolist-desc {
margin: 0;
color: #929292;
}
.xpro-infolist-media {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 20px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.xpro-infolist-media-type-icon::before {
--xpro-speparator-line: 0;
content: "";
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: calc(100% + var(--xpro-speparator-line));
border-left: 2px solid var(--e-global-color-primary);
display: none;
}
.elementor-align-center .xpro-infolist-media-type-icon::before,
.xpro-infolist-item:last-child .xpro-infolist-media-type-icon::before,
.xpro-post-grid-layout-10 .xpro-post-grid-image::after,
.xpro-post-grid-layout-8 .xpro-post-grid-image::after,
.xpro-social-icon-wrapper > li .xpro-social-icon::before,
.xpro-social-share-wrapper > li .xpro-social-share::before {
content: none;
}
.xpro-infolist-media-type-icon {
font-size: 12px;
width: 25px;
height: 25px;
border-radius: 50px;
color: #fff;
transition: 0.3s ease-in-out;
}
.xpro-infolist-media-type-custom {
font-size: 16px;
padding: 5px 20px;
border-radius: 5px;
color: #fff;
min-width: max-content;
}
.xpro-infolist-media-type-image,
.xpro-team-layout-9 .xpro-team-image {
position: relative;
overflow: hidden;
}
.xpro-infolist-media-type-image > img {
height: auto;
width: 100px;
}
.xpro-infolist-custom {
font-style: normal;
}
.elementor-align-center .xpro-infolist-item,
.elementor-align-center .xpro-infolist-item > a,
.xpro-author-box-alignment-center .xpro-author-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.elementor-align-right .xpro-infolist-item,
.elementor-align-right .xpro-infolist-item > a,
.xpro-author-box-alignment-right .xpro-author-box {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.xpro-infolist-layout-horizontal .xpro-infolist-media-type-icon::before {
content: none !important;
}
.xpro_lottie {
display: inline-block;
line-height: 1;
}
.xpro-progress-bar-wrapper {
position: relative;
line-height: 1;
}
.xpro-progress-title {
font-weight: 600;
color: #2b2b2b;
display: block;
}
.xpro-progress-bar {
height: 5px;
background-color: #f5f5f5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 10px 0;
}
.xpro-progress-track {
width: 0;
background-color: var(--e-global-color-primary);
display: block;
height: 100%;
overflow: visible !important;
}
.xpro-progress-counter {
position: absolute;
right: 0;
bottom: 100%;
z-index: 1;
font-size: 16px;
font-weight: 400;
color: #b1b1b1;
margin-bottom: 10px;
}
.xpro-pie-chart-count,
.xpro-pie-chart-media > i {
font-size: 40px;
line-height: 1;
}
.xpro-progress-bar-layout-1 .xpro-progress-bar,
.xpro-progress-bar-layout-11 .xpro-progress-track,
.xpro-progress-bar-layout-12 .xpro-progress-track,
.xpro-progress-bar-layout-7 .xpro-progress-track {
position: relative;
border-radius: 10px;
}
.xpro-progress-bar-layout-1 .xpro-progress-track {
border-radius: 10px;
}
.xpro-progress-bar-layout-2 .xpro-progress-bar {
height: 50px;
}
.xpro-progress-bar-layout-2 .xpro-progress-counter {
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
right: 15px;
color: #fff;
margin: 0;
}
.xpro-progress-bar-layout-2 .xpro-progress-content,
.xpro-progress-bar-layout-4 .xpro-progress-content {
position: absolute;
top: 50%;
z-index: 2;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
left: 15px;
}
.xpro-progress-bar-layout-3 .xpro-progress-counter {
padding: 5px 10px;
background-color: var(--e-global-color-primary);
color: #fff;
right: -25px;
font-size: 14px;
}
.xpro-progress-bar-layout-3 .xpro-progress-counter::before {
position: absolute;
content: "";
bottom: -5px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
width: 14px;
height: 14px;
background-color: inherit;
z-index: -1;
}
.xpro-progress-bar-layout-4 .xpro-progress-bar {
position: relative;
height: 50px;
}
.xpro-progress-bar-layout-4 .xpro-progress-counter {
bottom: 50%;
right: 50%;
-webkit-transform: translate(50%, 50%);
-ms-transform: translate(50%, 50%);
transform: translate(50%, 50%);
color: #fff;
margin: 0;
}
.xpro-progress-control {
background-color: var(--e-global-color-primary);
display: inline-block;
height: 14px;
margin-top: 0;
position: relative;
width: 12px;
margin-right: 5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.xpro-progress-control:before {
border-top: 6px solid var(--e-global-color-primary);
border-left: 6px solid #fff0;
border-right: 6px solid #fff0;
content: "";
height: 0;
left: 0;
position: absolute;
bottom: -6px;
width: 0;
}
.xpro-progress-bar-layout-5 .xpro-progress-counter {
position: absolute;
right: -45px;
}
.xpro-progress-bar-layout-6 .xpro-progress-bar {
height: 50px;
position: relative;
}
.xpro-progress-bar-layout-6 .xpro-progress-counter {
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
right: 0;
color: #2b2b2b;
margin: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 15px;
}
.xpro-progress-bar-layout-6 .xpro-progress-count-less-wrapper {
color: #fff;
margin-right: auto;
}
.xpro-progress-bar-layout-7 .xpro-progress-bar {
border-radius: 10px;
height: 20px;
}
.xpro-progress-bar-layout-7 .xpro-progress-counter {
font-size: 12px;
margin-bottom: 10px;
min-height: 40px;
min-width: 40px;
right: -20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--e-global-color-primary);
color: #fff;
border-radius: 50px;
padding: 5px;
}
.xpro-progress-bar-layout-7 .xpro-progress-counter::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: calc(100% - 5px);
height: calc(100% - 5px);
border: 1px solid;
border-radius: 50%;
background-color: #fff0;
}
.xpro-progress-bar-layout-10 .xpro-progress-counter::after,
.xpro-progress-bar-layout-7 .xpro-progress-counter::after {
border-top: 6px solid var(--e-global-color-primary);
border-left: 6px solid #fff0;
border-right: 6px solid #fff0;
content: "";
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
bottom: -5px;
width: 0;
}
.xpro-progress-bar-layout-8 .xpro-progress-bar {
position: relative;
height: 30px;
padding: 10px;
border-radius: 50px;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group,
.xpro-progress-bar-layout-8 .xpro-progress-track {
border-radius: 50px;
}
.xpro-progress-bar-layout-8 .xpro-progress-counter {
margin: 0;
right: 25px;
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.xpro-progress-bar-layout-9 .xpro-progress-bar {
position: relative;
height: 20px;
padding: 5px;
}
.xpro-progress-bar-layout-9 .xpro-progress-track {
background: -webkit-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: -o-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: repeating-linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
}
.xpro-progress-bar-layout-10 .xpro-progress-bar {
height: 20px;
padding: 5px;
}
.xpro-progress-bar-layout-10 .xpro-progress-track {
position: relative;
background: -webkit-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: -o-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: repeating-linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
}
.xpro-progress-bar-layout-10 .xpro-progress-counter {
padding: 10px;
right: -25px;
}
.xpro-progress-bar-layout-11 .xpro-progress-bar,
.xpro-progress-bar-layout-12 .xpro-progress-bar {
height: 10px;
border-radius: 10px;
}
.xpro-progress-bar-layout-11 .xpro-progress-track::after {
content: "";
position: absolute;
height: 25px;
width: 25px;
border: 5px solid var(--e-global-color-primary);
background-color: #fff;
border-radius: 50px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.xpro-progress-bar-layout-11 .xpro-progress-counter {
padding: 5px;
right: -10px;
}
.xpro-progress-bar-layout-12 .xpro-progress-counter {
content: "";
position: absolute;
height: 36px;
width: 36px;
font-size: 12px;
border: 2px solid var(--e-global-color-primary);
background-color: #fff;
border-radius: 50px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-progress-bar-layout-13 .xpro-progress-counter {
padding: 5px 10px;
background-color: var(--e-global-color-primary);
color: #fff;
right: 0;
font-size: 14px;
}
.xpro-progress-bar-layout-13 .xpro-progress-counter::before {
position: absolute;
content: "";
width: 0;
height: 0;
right: 0;
bottom: -10px;
border-top: 14px solid var(--e-global-color-primary);
border-left: 14px solid #fff0;
}
.xpro-progress-bar-layout-14 .xpro-progress-counter {
padding: 5px 10px;
background-color: var(--e-global-color-primary);
color: #fff;
right: -25px;
font-size: 14px;
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
margin: 0;
}
.xpro-progress-bar-layout-14 .xpro-progress-counter::before {
position: absolute;
content: "";
width: 0;
height: 0;
left: -14px;
top: 0;
border-bottom: 14px solid var(--e-global-color-primary);
border-left: 14px solid #fff0;
}
.xpro-progress-bar-layout-15 .xpro-progress-counter {
position: relative;
right: auto;
bottom: auto;
font-size: 45px;
color: #2b2b2b;
}
.xpro-pie-chart {
position: relative;
height: 250px;
width: 250px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-pie-chart canvas {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
max-height: 100%;
}
.xpro-pie-chart-media {
display: block;
width: 100%;
padding: 25px;
}
.xpro-pie-chart-count {
font-weight: 700;
display: block;
}
.xpro-pie-chart-media svg {
height: auto;
width: 40px;
}
.xpro-pie-chart-title {
margin: 10px 0 0;
font-size: 20px;
}
.xpro-counter-item {
font-size: 45px;
font-weight: 700;
margin-bottom: 10px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
line-height: 1;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--e-global-color-primary);
}
.xpro-counter-item > span,
.xpro-horizontal-timeline-time,
.xpro-horizontal-timeline-title,
.xpro-table-body-row-cell-content {
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-counter-title {
font-size: 25px;
font-weight: 500;
margin: 0 0 5px;
line-height: 1.2;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-elementor-button,
.xpro-elementor-button-w-hover-card {
font-size: 15px;
border-radius: 3px;
fill: #fff;
text-align: center;
color: #fff;
display: inline-block;
position: relative;
overflow: hidden;
}
.elementor-align-justify .xpro-elementor-button {
width: 100%;
line-height: 0;
}
.xpro-elementor-button {
line-height: 1;
background-color: var(--e-global-color-accent);
padding: 15px 30px;
transition: 0.3s ease-in-out;
}
.xpro-elementor-button-w-hover-card {
line-height: 1;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-elementor-button-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 1;
}
.xpro-elementor-button-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
}
.xpro-elementor-button-media > svg {
width: 20px;
height: auto;
}
.xpro-align-icon-left .xpro-elementor-button-media,
.xpro-promo-box-align-left > i,
.xpro-promo-box-align-left > svg {
margin-right: 5px;
}
.xpro-align-icon-right .xpro-elementor-button-media {
margin-left: 5px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
[class*="xpro-elementor-button-hover-style-underline"]:before {
content: "";
position: absolute;
background-color: #2b2b2b;
height: 5px;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.xpro-elementor-button-hover-style-underlineFromLeft:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li > a:before {
left: 0;
right: 100%;
bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromRight:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
left: 100%;
right: 0;
bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromCenter:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li > a:before {
left: 51%;
right: 51%;
bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromCenter:focus:before,
.xpro-elementor-button-hover-style-underlineFromCenter:hover:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
left: 0;
right: 0;
}
.xpro-elementor-button-hover-style-skewFill:before {
position: absolute;
top: 0;
height: 100%;
content: "";
background-color: #e1e1e1;
width: 120%;
left: -10%;
-webkit-transform: skew(30deg);
-ms-transform: skew(30deg);
transform: skew(30deg);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
-o-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.xpro-elementor-button-hover-style-skewFill:focus::before,
.xpro-elementor-button-hover-style-skewFill:hover::before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.xpro-elementor-button-hover-style-bubbleFromDown::before {
position: absolute;
content: "";
background-color: #e1e1e1;
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
-webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.xpro-elementor-button-hover-style-bubbleFromDown:focus::before,
.xpro-elementor-button-hover-style-bubbleFromDown:hover::before {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.xpro-elementor-button-hover-style-bubbleFromDown::after {
content: "";
background-color: #e1e1e1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.xpro-elementor-button-hover-style-bubbleFromDown:focus::after,
.xpro-elementor-button-hover-style-bubbleFromDown:hover::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 50ms;
-o-transition-duration: 50ms;
transition-duration: 50ms;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}
.xpro-elementor-button-hover-style-bubbleFromCenter::after,
.xpro-elementor-button-hover-style-bubbleFromCenter::before {
content: "";
position: absolute;
background-color: #e1e1e1;
}
.xpro-elementor-button-hover-style-bubbleFromCenter::before {
width: 110%;
height: 0;
padding-bottom: 110%;
top: 50%;
left: 50%;
border-radius: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.xpro-elementor-button-hover-style-bubbleFromCenter:focus::before,
.xpro-elementor-button-hover-style-bubbleFromCenter:hover::before {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.xpro-elementor-button-hover-style-bubbleFromCenter::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.xpro-elementor-button-hover-style-bubbleFromCenter:focus::after,
.xpro-elementor-button-hover-style-bubbleFromCenter:hover::after {
opacity: 1;
-webkit-transition-duration: 10ms;
-o-transition-duration: 10ms;
transition-duration: 10ms;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.xpro-elementor-button-hover-style-flipSlide:focus > .xpro-elementor-button-inner,
.xpro-elementor-button-hover-style-flipSlide:hover > .xpro-elementor-button-inner {
-webkit-animation: 0.2s forwards MoveUpInitial, 0.2s 0.2s forwards MoveUpEnd;
animation: 0.2s forwards MoveUpInitial, 0.2s 0.2s forwards MoveUpEnd;
}
@-webkit-keyframes MoveUpInitial {
to {
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
opacity: 0;
}
}
@keyframes MoveUpInitial {
to {
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
opacity: 0;
}
}
@-webkit-keyframes MoveUpEnd {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes MoveUpEnd {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.xpro-elementor-button-hover-style-flipSlide::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: #e1e1e1;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
-o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.xpro-business-hour-day,
.xpro-elementor-horizontal-navbar-nav > li > a {
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
}
.xpro-elementor-button-hover-style-flipSlide:hover::before,
.xpro-elementor-button-hover-style-flipSlide:hover:focus {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.xpro-elementor-horizontal-navbar-nav {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a,
.xpro-elementor-horizontal-navbar-nav > li > a {
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
font-family: var(--e-global-typography-primary-font-family);
font-weight: 500;
position: relative;
}
.xpro-elementor-horizontal-navbar-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.xpro-elementor-horizontal-navbar li {
position: relative;
z-index: 1;
margin: 0;
}
.xpro-elementor-horizontal-navbar-nav > li > a {
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 10px;
margin: 0 10px;
font-size: 16px;
min-width: max-content;
line-height: 1;
z-index: 1;
text-decoration: none;
color: #2b2b2b;
transition: color 0.2s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > i,
.xpro-elementor-horizontal-navbar-nav > li > a > i,
.xpro-news-ticker-close {
margin-right: 10px;
}
.xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
font-size: 14px;
margin-left: 10px;
line-height: 1;
}
.xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle::before {
border-style: solid;
border-width: 0.1em 0.1em 0 0;
content: "";
display: inline-block;
height: 8px;
position: relative;
top: 0.1em;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
vertical-align: top;
width: 8px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu {
list-style: none;
margin: 0;
position: absolute;
left: 0;
min-width: 225px;
border: none;
border-radius: 0;
opacity: 0;
visibility: hidden;
z-index: 99;
text-align: left;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
transition: opacity 0.3s ease-in-out, transform 0.3s linear, -webkit-transform 0.3s linear;
}
.xpro-elementor-horizontal-navbar-nav li.dropdown:hover > .xpro-elementor-dropdown-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a {
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: #fff;
background-color: var(--e-global-color-primary);
padding: 15px 20px;
border-bottom: 1px solid #ffffff69;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li:last-child > a {
border-bottom-color: #fff0;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
top: 0;
left: calc(100% + 1px);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li.xpro-edge > .xpro-elementor-dropdown-menu {
top: 0;
left: calc(-100% - 1px);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle {
margin-left: auto;
padding-left: 10px;
line-height: 1;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle::before {
border-style: solid;
border-width: 0.1em 0.1em 0 0;
content: "";
display: inline-block;
height: 8px;
position: relative;
top: 0.1em;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: top;
width: 8px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
[class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: "";
position: absolute;
z-index: -1;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
[class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
z-index: 1;
height: 4px;
background-color: #c92a61;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
background-color: #f5f5f5;
width: 100%;
height: 100%;
}
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li > a:before {
z-index: 1;
left: 0;
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 75px;
height: 4px;
z-index: 1;
background: #c92a61;
-webkit-transform: rotate3d(0, 0, 1, -55deg) scale3d(0, 1, 1) translate(-50%, -50%);
transform: rotate3d(0, 0, 1, -55deg) scale3d(0, 1, 1) translate(-50%, -50%);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
-webkit-transform: rotate3d(0, 0, 1, -55deg) scale3d(1, 1, 1) translate(-50%, -50%);
transform: rotate3d(0, 0, 1, -55deg) scale3d(1, 1, 1) translate(-50%, -50%);
}
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: "";
position: relative;
width: 0;
height: 5px;
background: #c92a61;
-webkit-transition: width 0.3s;
-o-transition: width 0.3s;
transition: width 0.3s;
}
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
width: 15px;
margin-right: 8px;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a {
padding: 20px;
margin: 0;
background-color: #fff0;
}
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a {
margin: 0 10px;
padding: 20px;
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
opacity: 0;
border: 2px solid #d94f5c;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
-o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before {
top: 0;
left: 0;
border-width: 2px 0 0 2px;
-webkit-transform: translate3d(10px, 10px, 0);
transform: translate3d(10px, 10px, 0);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after {
right: 0;
bottom: 0;
border-width: 0 2px 2px 0;
-webkit-transform: translate3d(-10px, -10px, 0);
transform: translate3d(-10px, -10px, 0);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::before,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li:hover > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li:hover > a::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before {
content: "";
position: absolute;
width: 0;
height: 3px;
background-color: #c92a61;
-webkit-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
.xpro-animated-link-style-25:hover::before,
.xpro-contact-form-item-type-captcha > div,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::before,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a::before,
.xpro-featured-image > img {
width: 100%;
}
.elementor-editor-active .xpro-reading-progress-bar,
.xpro-content-toggle-button-wrapper.active ~ .xpro-toggle-content-wrapper > .xpro-toggle-content-first,
.xpro-elementor-horizontal-menu-toggler-wrapper,
.xpro-horizontal-timeline,
.xpro-social-icon.xpro-unique-triangle-shape .xpro-social-icon-title,
.xpro-social-share-title:empty,
.xpro-table-body-row .xpro-table-head-column-cell,
.xpro-team-layout-14 .xpro-team-description,
.xpro-team-layout-14 .xpro-team-social-list,
.xpro-team-layout-3 .xpro-team-description,
.xpro-team-layout-7 .xpro-team-description,
.xpro-team-layout-7 .xpro-team-social-list,
.xpro-toggle-content-wrapper > .xpro-toggle-content-second {
display: none;
}
button.xpro-elementor-horizontal-menu-toggler {
padding: 5px;
background: 0 0;
color: #2b2b2b;
font-size: 25px;
line-height: 1;
width: 40px;
height: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
border: none;
}
.xpro-elementor-horizontal-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: #00000069;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
opacity: 0;
visibility: hidden;
z-index: 99;
display: none;
}
button.xpro-elementor-horizontal-menu-close {
position: relative;
font-size: 20px;
line-height: 1;
width: 40px;
height: 40px;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 2;
background-color: #e8e8e8;
color: #2b2b2b;
margin-left: auto;
cursor: pointer;
display: none;
border: none;
}
.xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after {
content: "";
position: absolute;
top: -16px;
left: 15px;
z-index: -1;
display: block;
width: 16px;
height: 16px;
-webkit-transform: rotate(-45deg) translateY(1rem);
-ms-transform: rotate(-45deg) translateY(1rem);
transform: rotate(-45deg) translateY(1rem);
border-radius: 3px;
background: var(--e-global-color-primary);
-webkit-box-shadow: none;
box-shadow: none;
}
.xpro-team-content {
padding: 30px;
}
.xpro-team-title,
.xpro-testimonial-title {
font-size: 25px;
margin-bottom: 10px;
font-weight: 700;
line-height: 1.2;
color: #2b2b2b;
position: relative;
}
.xpro-team-designation,
.xpro-testimonial-designation {
font-size: 18px;
color: #969696;
margin-bottom: 15px;
line-height: 1.2;
position: relative;
}
.xpro-team-layout-7:hover .xpro-team-social-list-dis,
.xpro-team-social-list-dis {
display: flex;
}
.xpro-team-layout-14:hover .xpro-team-social-list-dis {
display: flex;
justify-content: center;
}
.xpro-team-layout-14:hover .xpro-team-social-list-dis .xpro-team-social-list,
.xpro-team-layout-7:hover .xpro-team-social-list-dis {
position: relative;
list-style: none;
padding: 0;
margin: 20px 0 0;
}
.xpro-team-social-list > li {
display: inline-block;
margin-right: 5px;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-team-social-list > li:first-child,
.xpro-team-social-list > li:nth-child(10) {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.xpro-team-social-list > li:nth-child(2) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.xpro-team-social-list > li:nth-child(3) {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.xpro-team-social-list > li:nth-child(4) {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.xpro-team-social-list > li:nth-child(5) {
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.xpro-team-social-list > li:nth-child(6) {
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.xpro-team-social-list > li:nth-child(7) {
-webkit-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.xpro-team-social-list > li:nth-child(8) {
-webkit-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.xpro-team-social-list > li:nth-child(9) {
-webkit-transition-delay: 0.9s;
-o-transition-delay: 0.9s;
transition-delay: 0.9s;
}
.xpro-team-social-list .xpro-team-social-icon {
height: 40px;
width: 40px;
min-width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #c1c1c1;
color: #8a8a8a;
-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-team-social-icon > i {
font-size: 16px;
line-height: 1;
}
.xpro-team-social-icon > svg {
width: 60px;
height: auto;
}
.xpro-team-image {
position: relative;
overflow: hidden;
display: inline-table;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.xpro-team-wrapper .xpro-team-image > img {
width: 100%;
height: 100%;
}
.xpro-team-layout-1 .xpro-team-image > img {
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-team-layout-1:hover .xpro-team-image > img,
.xpro-team-layout-4:hover .xpro-team-image > img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.xpro-team-layout-2 .xpro-team-designation {
font-size: 25px;
font-weight: 700;
color: #2b2b2b;
}
.xpro-team-layout-2 .xpro-team-title {
font-size: 35px;
margin-bottom: 15px;
}
.xpro-team-layout-2 .xpro-team-social-list {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 50px;
display: inline-block;
opacity: 0;
-webkit-transition: 0.3s 0.3s;
-o-transition: 0.3s 0.3s;
transition: 0.3s 0.3s;
}
.xpro-team-layout-2 .xpro-team-social-list > li {
-webkit-transform: translateY(300%);
-ms-transform: translateY(300%);
transform: translateY(300%);
}
.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-content,
.xpro-team-layout-12:hover .xpro-team-image::after,
.xpro-team-layout-2:hover .xpro-team-social-list > li,
.xpro-team-layout-3:hover .xpro-team-social-list > li,
.xpro-team-layout-6:hover .xpro-team-social-list > li {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.xpro-team-layout-2 .xpro-team-social-list .xpro-team-social-icon {
background-color: #fff;
border-radius: 50px;
border-color: #fff0;
}
.xpro-team-layout-3 .xpro-team-social-list {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
opacity: 0;
-webkit-transition: 0.3s 0.3s;
-o-transition: 0.3s 0.3s;
transition: 0.3s 0.3s;
}
.xpro-team-layout-3 .xpro-team-social-list > li {
margin: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.xpro-team-layout-3 .xpro-team-social-list .xpro-team-social-icon {
background-color: #fff;
border-color: #fff0;
}
.xpro-team-layout-3 .xpro-team-content {
position: relative;
padding: 30px;
z-index: 2;
background-color: #eaeaea;
}
.xpro-team-layout-4 .xpro-team-image > img {
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-team-layout-4 .xpro-team-content {
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
background-color: #fff;
padding: 50px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 10px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.xpro-team-layout-6 .xpro-team-content,
.xpro-team-layout-9 .xpro-team-inner-content {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.xpro-team-layout-4 .xpro-team-social-icon {
color: #fff;
background-color: #2b2b2b;
border-color: #2b2b2b;
border-radius: 50px;
}
.xpro-team-layout-5 .xpro-team-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 2;
background-color: #2b2b2ba3;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-team-layout-5 .xpro-team-social-list {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
z-index: 3;
opacity: 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.xpro-team-layout-5 .xpro-team-social-list .xpro-team-social-icon {
color: #2b2b2b;
background-color: #fff;
border-color: #fff;
border-radius: 50px;
}
.xpro-team-layout-6 .xpro-team-content {
padding: 50px;
bottom: 0;
right: 0;
width: 80%;
height: 80%;
z-index: 2;
border: 1px solid #fff;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-team-layout-6 .xpro-team-content::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
z-index: -1;
}
.xpro-team-layout-6 .xpro-team-social-list {
margin-top: auto;
opacity: 0;
-webkit-transition: 0.3s 0.3s;
-o-transition: 0.3s 0.3s;
transition: 0.3s 0.3s;
}
.xpro-team-layout-6 .xpro-team-social-list .xpro-team-social-icon {
border: 1px solid #fff;
color: #585858;
background-color: #fff;
}
.xpro-team-layout-6 .xpro-team-social-list > li {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.xpro-team-layout-7 .xpro-team-content {
padding: 30px;
border: 1px solid #f3f3f3;
border-radius: 10px;
bottom: 0;
left: 0;
position: absolute;
width: 100%;
background-color: #fff;
}
.xpro-team-layout-8 .xpro-team-inner-content {
position: absolute;
bottom: 15%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.xpro-team-layout-8 .xpro-team-image {
overflow: initial;
padding-bottom: 30px;
}
.xpro-team-layout-8 .xpro-team-social-list {
position: absolute;
bottom: 0;
left: 50%;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0;
padding: 10px 30px;
border-radius: 50px;
background-color: #ffc460;
}
.xpro-team-layout-8 .xpro-team-social-list .xpro-team-social-icon {
background-color: #fff;
border-color: #fff;
border-radius: 50px;
color: #2b2b2b;
}
.xpro-team-layout-8 .xpro-team-content {
padding: 50px;
display: none;
}
.xpro-team-layout-9 .xpro-team-inner-content {
bottom: 0;
left: 100px;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
padding: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
background-color: #fff;
min-height: 100px;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-title {
padding-left: 30px;
}
.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-designation {
padding-left: 30px;
margin: 0;
}
.xpro-team-layout-10,
.xpro-team-layout-9 .xpro-team-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-team-layout-9 .xpro-team-social-list {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
min-width: 100px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 50px 0;
background-color: #f0c46b;
}
.xpro-team-layout-9 .xpro-team-social-list > li {
margin-right: 0 !important;
margin-bottom: 10px;
}
.xpro-team-layout-9 .xpro-team-social-list .xpro-team-social-icon {
background-color: #ffffff47;
border-color: #fff0;
color: #fff;
border-radius: 50px;
}
.xpro-team-layout-9 .xpro-team-content {
padding: 0 !important;
}
.xpro-team-layout-9 .xpro-team-description {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 50px;
}
.xpro-team-layout-9 .xpro-team-description::before {
content: "";
position: relative;
width: 100px;
height: 5px;
display: block;
margin-bottom: 30px;
background-color: #f0c46b;
}
.xpro-team-layout-10 .xpro-team-image,
.xpro-team-layout-11 .xpro-team-image {
width: 50%;
}
.xpro-team-layout-10 .xpro-team-content,
.xpro-team-layout-11 .xpro-team-content {
padding: 30px;
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-author-box,
.xpro-team-layout-11,
.xpro-testimonial-layout-4,
.xpro-testimonial-layout-5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.xpro-team-layout-12 .xpro-team-content {
background-color: #002569e8;
}
.xpro-team-layout-12 .xpro-team-social-list {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
opacity: 0;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.xpro-team-layout-12 .xpro-team-image::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #002569e8;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.3s linear;
transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.xpro-team-layout-12 .xpro-team-social-list .xpro-team-social-icon {
border: 1px solid #ffffff78;
color: #fff;
background-color: #ffffff78;
}
.xpro-team-layout-13::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
background-color: #fff;
height: 500px;
width: 500px;
max-width: 90%;
max-height: 90%;
margin-bottom: 4%;
margin-right: 4%;
-webkit-mask-image: url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/images/team-shape-2.png);
mask-image: url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/images/team-shape-2.png);
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-size: 100%;
mask-size: 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.xpro-team-layout-13 .xpro-team-social-list {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
top: 50px;
left: -40px;
z-index: -1;
}
.xpro-team-layout-13 .xpro-team-image {
overflow: initial;
z-index: 0;
}
.xpro-team-layout-13 .xpro-team-social-list > li {
margin-right: 0 !important;
margin-bottom: 10px;
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.xpro-team-layout-13:hover .xpro-team-social-list > li {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.xpro-team-layout-13 .xpro-team-social-list .xpro-team-social-icon {
background-color: #2b2b2b;
border-color: #2b2b2b;
color: #fff;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.xpro-team-layout-13 .xpro-team-content {
position: absolute;
bottom: 100px;
left: 50%;
width: 100%;
padding: 0 0 0 30px;
z-index: 2;
max-width: calc(100% - 100px);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-left: 5px solid #2b2b2b;
}
.xpro-team-layout-14 .xpro-team-image > img {
position: relative;
z-index: 1;
}
.xpro-team-layout-15 {
border: 1px solid #efefef;
padding: 20px 0 20px 20px;
border-radius: 5px;
}
.xpro-team-layout-15 .xpro-team-social-list {
position: absolute;
top: 0;
-webkit-transform: none;
right: 0;
text-align: center;
margin: 0;
height: 100%;
padding: 20px;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-team-layout-15 .xpro-team-social-list > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0 !important;
margin-bottom: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-team-layout-15 .xpro-team-content {
padding: 50px 0 0;
}
.xpro-testimonial-layout-1,
.xpro-testimonial-layout-2 {
border-radius: 5px;
background-color: #fff;
padding: 30px;
position: relative;
-webkit-box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
}
.xpro-testimonial-rating {
display: inline-block;
font-size: 12px;
line-height: 1;
margin-bottom: 30px;
}
.xpro-rating-layout-num {
padding: 5px 10px;
border-radius: 20px;
background-color: #ffbf36;
color: #fff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-rating-layout-num > i {
font-size: 80%;
margin-left: 5px;
}
.xpro-rating-layout-star > i {
color: #e6e6e6;
}
.xpro-rating-layout-star > .xpro-rating-filled,
.xpro-tutor-ratings-stars > span {
color: #ffbf36;
}
.xpro-testimonial-quote {
font-size: 25px;
line-height: 1;
margin-bottom: 15px;
display: inline-block;
}
.xpro-testimonial-quote svg {
width: 40px;
height: auto;
}
.xpro-testimonial-image {
position: relative;
margin-bottom: 30px;
z-index: 2;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.xpro-testimonial-image > img {
width: 200px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-testimonial-layout-2 .xpro-testimonial-quote {
position: absolute;
bottom: 0;
font-size: 70px;
right: 0;
line-height: 1;
margin: 0 30px -30px 0;
color: #bfbfbf;
}
.xpro-testimonial-layout-2.xpro-testimonial-align-center .xpro-testimonial-quote {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align-right .xpro-testimonial-quote {
right: auto;
left: 0;
margin: 0 0 -30px 30px;
}
.xpro-testimonial-layout-3 {
border-radius: 5px;
background-color: #fff;
padding: 30px;
position: relative;
height: 100%;
margin-bottom: -200px;
-webkit-box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
}
.xpro-testimonial-layout-4 .xpro-testimonial-image,
.xpro-testimonial-layout-5 .xpro-testimonial-image {
margin: 0 30px 0 0;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
.xpro-testimonial-layout-4 .xpro-testimonial-image > img,
.xpro-testimonial-layout-5 .xpro-testimonial-image > img {
height: 150px;
width: 150px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.xpro-testimonial-layout-4 .xpro-testimonial-inner-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 50px;
border-radius: 10px;
background-color: #f1f1f1;
}
.xpro-testimonial-layout-4 .xpro-testimonial-quote {
font-size: 30px;
margin-bottom: 25px;
}
.xpro-block-quote-layout-6 .xpro-block-quote-content-wrap,
.xpro-testimonial-layout-4 .xpro-testimonial-rating,
.xpro-testimonial-layout-5 .xpro-testimonial-rating,
.xpro-testimonial-layout-6 .xpro-testimonial-designation,
.xpro-testimonial-layout-7 .xpro-testimonial-designation,
.xpro-testimonial-layout-8 .xpro-testimonial-designation {
margin: 0;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-item,
.xpro-table-head-icon-bottom .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-bottom .xpro-table-body-row-cell-inner,
.xpro-testimonial-layout-4.xpro-testimonial-align-center,
.xpro-testimonial-layout-5.xpro-testimonial-align-center,
.xpro-testimonial-layout-6.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align-center .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align-center .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5 .xpro-testimonial-inner-wrapper {
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 50px;
border-radius: 10px;
background-color: #f1f1f1;
}
.xpro-testimonial-layout-5 .xpro-testimonial-quote {
font-size: 100px;
position: absolute;
top: 0;
left: 0;
margin: 20px;
color: #e4e4e4;
}
.xpro-testimonial-layout-5.xpro-testimonial-align-center .xpro-testimonial-quote {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align-right .xpro-testimonial-quote {
right: 0;
left: auto;
}
.xpro-testimonial-layout-6 .xpro-testimonial-content,
.xpro-testimonial-layout-8 .xpro-testimonial-content {
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 50px;
border-radius: 10px;
margin-bottom: 30px;
background-color: #f1f1f1;
}
.xpro-testimonial-layout-6 .xpro-testimonial-author,
.xpro-testimonial-layout-7 .xpro-testimonial-author,
.xpro-testimonial-layout-8 .xpro-testimonial-author,
.xpro-testimonial-layout-9 .xpro-testimonial-author {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-testimonial-layout-6 .xpro-testimonial-author-bio,
.xpro-testimonial-layout-7 .xpro-testimonial-author-bio,
.xpro-testimonial-layout-8 .xpro-testimonial-author-bio {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.xpro-testimonial-layout-6 .xpro-testimonial-image,
.xpro-testimonial-layout-7 .xpro-testimonial-image,
.xpro-testimonial-layout-8 .xpro-testimonial-image,
.xpro-testimonial-layout-9 .xpro-testimonial-image {
margin: 0 30px 0 0;
}
.xpro-testimonial-layout-6 .xpro-testimonial-image > img,
.xpro-testimonial-layout-7 .xpro-testimonial-image > img,
.xpro-testimonial-layout-8 .xpro-testimonial-image > img,
.xpro-testimonial-layout-9 .xpro-testimonial-image > img {
height: 120px;
width: 120px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.xpro-testimonial-layout-7 {
padding: 50px;
border-width: 2px 2px 2px 15px;
border-style: solid;
border-color: var(--e-global-color-primary);
}
.xpro-testimonial-layout-8 .xpro-testimonial-content::after {
content: "";
position: absolute;
bottom: 0;
left: 40px;
z-index: -1;
display: block;
width: 25px;
height: 25px;
-webkit-transform: rotate(-45deg) translateY(1rem);
-ms-transform: rotate(-45deg) translateY(1rem);
transform: rotate(-45deg) translateY(1rem);
border-radius: 3px;
background: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-content::after {
left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-content::after {
left: auto;
right: 60px;
}
.xpro-testimonial-layout-9 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-content,
.xpro-testimonial-layout-9.xpro-testimonial-align-right {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-testimonial-layout-9 .xpro-testimonial-content {
margin-top: 20px;
}
.xpro-testimonial-layout-10 .xpro-testimonial-description {
margin-bottom: 30px;
}
.xpro-logo-grid-wrapper:after {
display: block;
clear: both;
content: "";
}
.xpro-logo-grid-item {
float: left;
overflow: hidden;
height: 180px;
border-color: #e7e7e7;
}
.xpro-logo-grid-figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 30px;
width: 100%;
height: 100%;
}
.xpro-logo-grid-img {
max-height: 100%;
-o-object-fit: cover;
object-fit: cover;
margin: 0 auto;
}
.xpro-logo-grid--tictactoe .xpro-logo-grid-item {
border-width: 2px 2px 0 0;
border-style: solid;
}
.xpro-logo-grid--border .xpro-logo-grid-item {
border-width: 0 2px 2px 0;
border-style: solid;
}
.xpro-logo-grid--border .xpro-logo-grid-item:first-child {
border-top-left-radius: 10px;
}
.xpro-logo-grid--border .xpro-logo-grid-item:last-child {
border-bottom-right-radius: 10px;
}
.xpro-logo-grid--box .xpro-logo-grid-wrapper {
margin: -0.5rem;
}
.xpro-logo-grid--box .xpro-logo-grid-item {
margin: 0.5rem;
border-width: 2px;
border-style: solid;
border-radius: 0.5rem;
}
.xpro-anim-mask-from-up {
-webkit-animation-name: XproMaskFromUp;
animation-name: XproMaskFromUp;
}
.xpro-anim-mask-from-down {
-webkit-animation-name: XproMaskFromDown;
animation-name: XproMaskFromDown;
}
.xpro-anim-mask-from-left {
-webkit-animation-name: XproMaskFromLeft;
animation-name: XproMaskFromLeft;
}
.xpro-anim-mask-from-right {
-webkit-animation-name: XproMaskFromRight;
animation-name: XproMaskFromRight;
}
@-webkit-keyframes XproMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XproMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XproMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XproMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
[class*="xpro-anim-reveal-from"] > .elementor-container::after,
[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
[class*="xpro-anim-reveal-from"]::after {
content: "";
position: absolute;
background: var(--e-global-color-primary);
width: 100%;
height: 100%;
z-index: 999;
-webkit-transition: 1.25s ease-in-out;
-o-transition: 1.25s ease-in-out;
transition: 1.25s ease-in-out;
}
.animated[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated[class*="xpro-anim-reveal-from"]::after {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
}
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > ::after {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"]::after {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.xpro-anim-reveal-from-up > .e-con-inner::after,
.xpro-anim-reveal-from-up > .elementor-container::after,
.xpro-anim-reveal-from-up > .elementor-element-populated::after,
.xpro-anim-reveal-from-up::after {
bottom: 0;
left: 0;
height: 0;
-webkit-animation-name: XproRevealVertical;
animation-name: XproRevealVertical;
}
.xpro-anim-reveal-from-down > .e-con-inner::after,
.xpro-anim-reveal-from-down > .elementor-container::after,
.xpro-anim-reveal-from-down > .elementor-element-populated::after,
.xpro-anim-reveal-from-down::after {
top: 0;
left: 0;
height: 0;
-webkit-animation-name: XproRevealVertical;
animation-name: XproRevealVertical;
}
.xpro-anim-reveal-from-left > .e-con-inner::after,
.xpro-anim-reveal-from-left > .elementor-container::after,
.xpro-anim-reveal-from-left > .elementor-element-populated::after,
.xpro-anim-reveal-from-left::after {
top: 0;
right: 0;
width: 0;
-webkit-animation-name: XproRevealHorizontal;
animation-name: XproRevealHorizontal;
}
.xpro-anim-reveal-from-right > .e-con-inner::after,
.xpro-anim-reveal-from-right > .elementor-container::after,
.xpro-anim-reveal-from-right > .elementor-element-populated::after,
.xpro-anim-reveal-from-right::after {
top: 0;
left: 0;
width: 0;
-webkit-animation-name: XproRevealHorizontal;
animation-name: XproRevealHorizontal;
}
@-webkit-keyframes XproRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@keyframes XproRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@-webkit-keyframes XproRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}
@keyframes XproRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}  ul.xpro-social-icon-wrapper.xpro-social-icon-style-1 li span:hover {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-2 li span:hover {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-2 li span {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #404040;
border: 2px dashed black;
background-clip: content-box;
margin: 10px;
-webkit-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
width: 110px;
height: 110px;
padding: 4px;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-3 li span:hover {
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
background: black;
-webkit-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-3 li span:hover i {
-webkit-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
transform: scale(1.3);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-4 li span{
position: relative;
display: block;
border-radius: 50px;
background-color: #363333;
text-align: center;
transition: .5s;
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-4 li span:hover {
transform: translateY(-10px);
background: black;
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-4 li span:hover i {
transform: scale(0.59);
transition: .5s;
rotate: 60deg;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-5 li span {
position: relative;
display: block;
background-color: #222;
text-align: center;
transition: .5s;
box-shadow: 0px 0px 0px 0px rgb(26 106 106);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-5 li span:hover {
transform: scale(1.2);
background: #166a6a;
box-shadow: 0px 0px 0px 0px rgb(26 106 106);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-5 li span:hover i {
transform: rotate(360deg);
transition: .5s;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li span {
display: inline-flex;
width: 80px;
height: 80px;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 30px;
border-radius: 50%;
margin: 10px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-size: 100% 200%;
background-position: 0% 5%;
transition: background-position 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(n) span {
color: #1976d3;
background-image: linear-gradient(#fff 50%, #1976d3 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(n+1) span {
color: #db6f44;
background-image: linear-gradient(#fff 50%, #db6f44 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(3n) span {
color: #000;
background-image: linear-gradient(#fff 50%, #000 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(4n) span {
color: #03a9f5;
background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li span:hover {
background-position: 0% 100%;
color: #fff;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span {
position: relative;
display: block;
background-color: #2b2b2b;
text-align: center;
transition: .5s;
overflow: hidden;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span::after {
content: "";
position: absolute;
width: 120%;
height: 120%;
background: radial-gradient(rgba(255, 255, 255, 0.2), transparent);
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span:hover::after {
transform: translate(-50%, -50%) scale(1);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span:hover i {
transform: rotate(-30deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-8 li span {
position: relative;
display: block;
border-radius: 50px;
background: linear-gradient(45deg, #ff512f, #dd2476);
text-align: center;
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-8 li span:hover {
transform: rotateX(180deg);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-8 li span:hover i {
transform: rotate(180deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-9 li span {
position: relative;
display: block;
border-radius: 50px;
background-color: #333;
text-align: center;
transition: .5s;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-9 li span:hover {
transform: translateY(-5px);
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-9 li span:hover i {
transform: rotate(45deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-10 li span {
position: relative;
display: block;
background-color: #1a1a1a;
text-align: center;
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-10 li span:hover {
animation: pulse 1s infinite;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-10 li span:hover i {
transform: scale(1.1);
}
@keyframes pulse {
0% {
box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span {
display: flex;
height: 75px;
width: 75px;
border-radius: 8px;
align-items: center;
justify-content: center;
text-decoration: none;
background: #ffffff;
box-shadow: 4px 4px 0 -1px rgb(0 0 0 / 22%), -4px -5px 1px -1px rgb(253 253 253 / 70%);
border: 1px solid rgb(0 0 0 / 9%);
border: 1px solid rgba(0, 0, 0, 0);
transition: transform 0.5s, box-shadow 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span i {
font-size: 50px;
color: #777;
transition: transform 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span:hover {
box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
-0.5px -0.5px 0px rgba(255, 255, 255, 1),
0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
0px 12px 10px -10px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.01);
transform: translateY(2px);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span:hover i {
transform: scale(0.9);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(n) span:hover i {
color: #3b5998;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(n+2) span:hover i {
color: #00acee; 
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(3n) span:hover i {
color: #000000; 
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(4n) span:hover i {
color: #f14843; 
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(5n) span:hover i {
color: #0077b5; 
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-12 li span {
height: 80px;
width: 80px;
border-radius: 50%;
box-shadow: -5px 5px 15px #333;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
overflow: hidden;
position: relative;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-12 li span i {
font-size: 35px;
color: #e7e7e7;
transition: transform 0.3s ease;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-12 li span:hover  i {
animation: xpro-social-icon-slide  0.5s ease forwards;
}
@keyframes xpro-social-icon-slide {
0% {
transform: translateX(0);
}
50% {
transform: translateX(10px);
opacity: 0;
}
51% {
transform: translateX(-10px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-13 li span {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #1A1A1A;
transition: all 0.75s ease;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-13 li span i {
padding: 16px;
font-size: 28px;
width: 28px;
text-align: center;
text-decoration: none;
border-radius: 50%;
background: #1A1A1A;
color: white;
transition: all 0.75s ease;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-13 li span:hover i {
box-shadow: 0 0 15px #FFE469;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li span {
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-size: 100% 200%;
background-position: 0% 5%;
transition: background-position 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(n) span {
color: #1976d3;
background-image: linear-gradient(#fff 50%, #1976d3 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(n+1) span {
color: #db6f44;
background-image: linear-gradient(#fff 50%, #db6f44 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(3n) span {
color: #000;
background-image: linear-gradient(#fff 50%, #000 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(4n) span {
color: #03a9f5;
background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li span:hover {
background-position: 0% 100%;
color: #fff;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li span {
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-size: 100% 200%;
background-position: 0% 5%;
transition: background-position 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(n) span {
color: #1976d3;
border: 1px solid#03a9f5;
background-image: linear-gradient(#fff 50%, #1976d3 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(n+1) span {
color: #db6f44;
background-image: linear-gradient(#fff 50%, #db6f44 50%);
border: 1px solid  #db6f44;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(3n) span {
color: #000;
background-image: linear-gradient(#fff 50%, #000 50%);
border: 1px solid  #000;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(4n) span {
color: #03a9f5;
background-image: linear-gradient(#fff 50%, #03a9f5 50%);
border: 1px solid#03a9f5;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li span:hover {
background-position: 0% 100%;
color: #fff;
} .xpro-social-icon-wrapper,
.xpro-social-share-wrapper {
margin: 0;
padding: 0;
-ms-grid-columns: auto 2px auto 2px auto;
grid-template-columns: repeat(3, 1fr);
display: -ms-inline-grid;
display: inline-grid;
grid-column-gap: 2px;
}
.xpro-social-icon-wrapper > li,
.xpro-social-share-wrapper > li {
list-style: none;
display: inline-block;
}
.xpro-social-icon-wrapper > li .xpro-social-icon,
.xpro-social-share-wrapper > li .xpro-social-share {
display: -webkit-flex;
display: -ms-flex;
display: flex; -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
border-radius: 2px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon,
.xpro-social-share {
background-color: gray;
}
.xpro-social-icon > i,
.xpro-social-share > i {
font-size: 30px;
height: 30px;
width: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon > svg,
.xpro-social-share > svg {
width: 18px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon .xpro-social-icon-title,
.xpro-social-share .xpro-social-share-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0 0 0 5px;
font-size: 15px;
}
.xpro-social-icon.xpro-unique-triangle-shape {
margin: 10px 25px 10px 0;
}
.xpro-social-icon.xpro-unique-triangle-shape:hover {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-unique-triangle-shape:hover.xpro-social-icon > i,
.xpro-unique-triangle-shape:hover.xpro-social-icon > svg {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon.xpro-unique-reverse-shape,
.xpro-social-share.xpro-unique-reverse-shape {
margin: 0 10px;
width: 200px;
height: 70px;
line-height: 70px;
padding: 0;
-webkit-transform: perspective(300px) rotateY(0);
transform: perspective(300px) rotateY(0);
transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s, -webkit-transform 0.2s linear;
z-index: 1;
}
.xpro-social-icon.xpro-unique-reverse-shape:hover,
.xpro-social-share.xpro-unique-reverse-shape:hover {
-webkit-transform: perspective(300px) rotateY(180deg);
transform: perspective(300px) rotateY(180deg);
transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s, -webkit-transform 0.2s linear;
}
.xpro-unique-reverse-shape:hover.xpro-social-icon > i,
.xpro-unique-reverse-shape:hover.xpro-social-icon > svg,
.xpro-unique-reverse-shape:hover.xpro-social-share > i,
.xpro-unique-reverse-shape:hover.xpro-social-share > svg {
-webkit-transition: none;
-o-transition: none;
transition: none;
opacity: 0;
visibility: hidden;
width: 0 !important;
}
.xpro-social-icon.xpro-unique-reverse-shape:hover .xpro-social-icon-title,
.xpro-social-share.xpro-unique-reverse-shape:hover .xpro-social-share-title {
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
opacity: 1;
visibility: visible;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: block;
}
.xpro-social-icon.xpro-unique-reverse-shape .xpro-social-icon-title,
.xpro-social-share.xpro-unique-reverse-shape .xpro-social-share-title {
opacity: 0;
visibility: hidden;
width: 0;
display: none;
}
.xpro-social-icon.xpro-unique-slide-shape,
.xpro-social-share.xpro-unique-slide-shape {
-webkit-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
overflow: hidden;
position: relative;
padding: 15px 50px !important;
}
.xpro-unique-slide-shape:hover.xpro-social-icon > i,
.xpro-unique-slide-shape:hover.xpro-social-icon > svg,
.xpro-unique-slide-shape:hover.xpro-social-share > i,
.xpro-unique-slide-shape:hover.xpro-social-share > svg {
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}
.xpro-social-icon.xpro-unique-slide-shape .xpro-social-icon-title,
.xpro-social-share.xpro-unique-slide-shape .xpro-social-share-title {
position: absolute;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
top: 0;
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 1;
}
.xpro-social-icon.xpro-unique-slide-shape:hover .xpro-social-icon-title,
.xpro-social-share.xpro-unique-slide-shape:hover .xpro-social-share-title {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff0;
opacity: 1;
visibility: visible;
}
.xpro-content-toggle-button-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-toggle-content-wrapper {
margin-top: 30px;
}
.xpro-content-toggle-after,
.xpro-content-toggle-before {
font-size: 16px;
font-weight: 400;
color: #2b2b2b;
line-height: 1;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-content-toggle-after,
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-before {
color: #989898;
}
button.xpro-content-toggle-button {
margin: 0 25px;
padding: 0;
position: relative;
border: none;
height: 40px;
width: 80px;
border-radius: 50px;
color: #6b7381;
background-color: #bdc1c8;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.xpro-content-toggle-handle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 5px;
width: 30px;
height: 30px;
border-radius: 50px;
background-color: #fff;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-handle,
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-handle {
background-color: #34c759;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-handle {
left: 45px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.xpro-content-toggle-button-layout-2 .xpro-content-toggle-button {
background: 0 0 !important;
}
.xpro-content-toggle-button-layout-2 .xpro-content-toggle-handle {
background-color: #989898;
}
.xpro-content-toggle-button-layout-3 .xpro-content-toggle-button {
border-radius: 0;
background-color: #bdc1c8;
}
.xpro-content-toggle-button-layout-3 .xpro-content-toggle-handle,
button.xpro-content-toggle-button-layout-3 .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-3 .xpro-content-toggle-handle {
border-radius: 0;
}
.xpro-content-toggle-button-layout-4 .xpro-content-toggle-handle {
left: 1px;
background-color: #34c759;
}
.xpro-content-toggle-button-layout-5 .xpro-content-toggle-button,
.xpro-content-toggle-button-layout-5 .xpro-content-toggle-handle,
button.xpro-content-toggle-button-layout-5 .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-5 .xpro-content-toggle-handle {
border-radius: 5px;
}
button.xpro-content-toggle-button-layout-2 .xpro-content-toggle-button {
border: 4px solid #989898;
background: 0 0;
}
button.xpro-content-toggle-button-layout-2 .xpro-content-toggle-handle {
background-color: #989898;
width: 25px;
height: 25px;
}
button.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-button {
background: 0 0;
border-color: #34c759;
}
button.xpro-content-toggle-button-layout-4 .xpro-content-toggle-button {
background: #f5f5f5;
height: 15px;
width: 60px;
}
button.xpro-content-toggle-button-layout-4.active .xpro-content-toggle-button {
background: #f5f5f5;
}
button.xpro-content-toggle-button-layout-4 .xpro-content-toggle-handle {
background-color: #34c759;
height: 25px;
width: 25px;
left: 0;
}
button.xpro-content-toggle-button-layout-4.active .xpro-content-toggle-handle {
left: 35px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button {
height: 60px;
width: 250px;
font-size: 16px;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
min-height: 20px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button::before {
position: relative;
display: inline-block;
content: attr(data-text-before);
color: #34c759;
z-index: 1;
width: 50%;
text-align: center;
padding: 0 5px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button::after {
position: relative;
display: inline-block;
content: attr(data-text-after);
color: #fff;
z-index: 1;
width: 50%;
text-align: center;
padding: 0 5px;
}
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-button::after {
color: #34c759;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-handle {
height: calc(100% - 10px);
left: 5px;
width: 50%;
text-align: center;
}
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-handle {
left: calc(50% - 5px);
}
.elementor-widget-xpro-news-ticker {
background-color: #eaf1f9;
}
.xpro-news-ticker-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title {
position: relative;
padding: 20px;
background: #5f77ff;
color: #fff;
z-index: 2;
font-size: 1rem;
min-width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-heading-box > img {
width: 35px;
height: 35px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-heading-box > i {
font-size: 20px;
margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-1::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 100%;
-webkit-clip-path: polygon(5% 50%, 0 35%, 0 65%);
clip-path: polygon(5% 50%, 0 35%, 0 65%);
background-color: #5f77ff;
margin-left: -1px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-2::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 100%;
-webkit-clip-path: polygon(10% 50%, 0 0, 0 100%);
clip-path: polygon(10% 50%, 0 0, 0 100%);
background-color: #5f77ff;
margin-left: -1px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-3::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 100%;
-webkit-clip-path: polygon(10% 0, 0 0, 0 100%);
clip-path: polygon(10% 0, 0 0, 0 100%);
background-color: #5f77ff;
margin-left: -1px;
}
.xpro-news-ticker {
padding: 0 20px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-item {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-description {
font-size: 16px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-box > img {
max-width: 34px;
height: 34px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-box > i {
font-size: 16px;
margin: 0 10px;
}
.xpro-news-ticker-navigation {
color: #282828;
font-size: 1rem;
min-width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-news-ticker-close,
.xpro-news-ticker-next,
.xpro-news-ticker-prev {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-news-ticker-close > i,
.xpro-news-ticker-next > i,
.xpro-news-ticker-prev > i {
color: #282828;
}
.xpro-news-ticker-separator {
background-color: #cacaca;
width: 1px;
height: 30px;
margin-right: 10px;
}
.xpro-news-ticker.owl-carousel {
overflow: hidden;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.xpro-news-ticker.owl-carousel.owl-rtl .owl-item {
float: right;
text-align: left;
}
.elementor-widget-xpro-step-flow {
--xpro-step-flow-icon-size: 0;
--xpro-step-flow-icon-padding: 0;
--xpro-step-flow-direction-offset-x: 0;
--xpro-step-flow-direction-origin-x: calc(-1 * ((var(--xpro-step-flow-icon-size, 46px) / 2) + var(--xpro-step-flow-icon-padding, 50px) + var(--xpro-step-flow-direction-offset-x, 20px)));
--xpro-step-flow-direction-angle: 0;
}
.xpro-step-flow-wrapper {
padding: 20px;
text-align: center;
}
.xpro-step-flow-icon {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2rem;
padding: 50px;
border-radius: 50%;
background-color: #e9ecf0;
color: #2b2b2b;
text-align: center;
}
.xpro-step-flow-icon > i {
font-size: 30px;
}
.xpro-step-flow-icon > img {
width: 50px;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-step-flow-icon .xpro-step-flow-arrow,
.xpro-step-flow-icon .xpro-step-flow-circle,
.xpro-step-flow-icon .xpro-step-flow-line,
.xpro-step-flow-icon .xpro-step-flow-line-arrow {
position: absolute;
display: inline-block;
left: calc(100% + 20px);
-webkit-transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
-ms-transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
-webkit-transform-origin: var(--xpro-step-flow-direction-origin-x) center;
-ms-transform-origin: var(--xpro-step-flow-direction-origin-x) center;
transform-origin: var(--xpro-step-flow-direction-origin-x) center;
top: 50%;
}
.xpro-step-flow-icon .xpro-step-flow-line {
border-top: 1px solid #ececec;
width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-line-arrow {
border-width: 2px;
border-color: #ececec;
width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-line-arrow:after {
content: "";
position: absolute;
display: inline-block;
border-width: 2px;
border-color: #ececec;
top: -7px;
right: 7px;
width: 15px;
height: 15px;
color: #ddd;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.xpro-step-flow-icon .xpro-step-flow-arrow:after {
content: "";
position: absolute;
display: inline-block;
border-width: 2px;
border-color: #ececec;
top: -7px;
width: 15px;
height: 15px;
color: #ddd;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.xpro-step-flow-icon .xpro-step-flow-circle {
border-top: 3px solid #ececec;
width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-circle:after {
content: "";
position: absolute;
display: inline-block;
top: 50%;
right: -15px;
border-radius: 50px;
width: 20px;
height: 20px;
color: #ddd;
background-color: #f9f9f9;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.xpro-step-flow-icon .xpro-step-flow-badge {
position: absolute;
padding: 8px;
border: 3px solid #fff;
border-radius: 20px;
background-color: #6ec1e4;
color: #fff;
font-size: 14px;
line-height: 1;
font-weight: 600;
}
.xpro-step-flow-title {
display: block;
margin-bottom: 20px;
font-size: 20px;
line-height: 1.2;
}
.xpro-step-flow-description {
color: #616161;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
}
.xpro-table {
border-collapse: separate;
border-spacing: 0;
margin: 0;
width: 100%;
border: 0;
}
.xpro-table-body-row-cell,
.xpro-table-head-column-cell {
padding: 15px;
border: 1px solid #f3f3f3;
}
.xpro-table-body-row {
-webkit-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.xpro-table-body-row-cell-inner,
.xpro-table-head-column-cell-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-table-body-row-cell-icon,
.xpro-table-head-column-cell-icon {
margin: 5px;
}
.xpro-table-body-row-cell-icon > i,
.xpro-table-head-column-cell-icon > i {
font-size: 18px;
line-height: 1;
}
.xpro-table-body-row-cell-icon > img,
.xpro-table-head-column-cell-icon > img {
height: auto;
width: 50px;
line-height: 1;
}
.xpro-page-title-icon-left,
.xpro-post-title-icon-left,
.xpro-promo-box-align-left,
.xpro-site-title-icon-left,
.xpro-subgroup-inline,
.xpro-table-head-icon-right .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-right .xpro-table-body-row-cell-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.xpro-subgroup-inline {
flex-direction: row !important;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-item,
.xpro-table-head-icon-top .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-top .xpro-table-body-row-cell-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.elementor-widget-xpro-page-title .xpro-page-title,
.elementor-widget-xpro-post-title .xpro-post-title,
.elementor-widget-xpro-site-title .xpro-site-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--e-global-color-primary);
font-weight: 600;
line-height: 1;
}
.elementor-widget-xpro-author-box {
padding: 2em;
border-radius: 0.5rem;
background-color: #fff;
-webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
.xpro-author-box-alignment-left .xpro-author-box {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.xpro-author-box-avatar {
-ms-flex-negative: 0;
flex-shrink: 0;
display: inline;
margin: 0 20px 0 0;
}
.xpro-author-box-alignment-right .xpro-author-box-avatar {
margin: 0 0 0 20px;
}
.xpro-author-box-alignment-center .xpro-author-box-avatar {
margin: 0 0 20px;
}
.xpro-author-box-avatar > img {
width: 100px;
}
.xpro-author-box-name {
font-size: 25px;
font-weight: 500;
margin: 0 0 5px;
line-height: 1.2;
}
.xpro-author-box-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.xpro-author-box-button {
padding: 10px 20px;
text-align: center;
background-color: #2b2b2b;
color: #fff;
font-size: 12px;
line-height: 1;
margin-top: 15px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-post-pagination .page-numbers:hover,
.xpro-post-grid-btn {
color: var(--e-global-color-accent);
}
.elementor-widget-xpro-post-grid .xpro-post-grid-main {
visibility: hidden;
}
.cbp-ready ~ .xpro-elementor-post-pagination,
.elementor-widget-xpro-post-grid .xpro-post-grid-main.cbp-ready {
visibility: visible;
}
.xpro-post-grid-item .cbp-item-wrapper {
position: relative;
border: 1px solid rgb(0 0 0 / 0.1);
overflow: hidden;
}
.xpro-post-grid-title {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
margin: 0 0 10px;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-post-grid-content {
padding: 30px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-post-grid-excerpt {
margin: 0 0 10px;
}
.xpro-post-grid-btn {
font-size: 13px;
line-height: 1;
font-weight: 600;
display: inline-block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-post-grid-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 15px;
margin-top: 15px;
position: relative;
overflow: hidden;
}
.xpro-post-grid-wrapper .xpro-post-grid-main .xpro-post-grid-author img {
width: 50px;
height: 50px;
border-radius: 50px;
overflow: hidden;
}
.xpro-post-grid-author-title {
font-size: 14px;
line-height: 1;
color: #929292;
margin-bottom: 5px;
}
.xpro-post-grid-author-name {
color: #2b2b2b;
font-size: 16px;
line-height: 1;
font-weight: 600;
}
.xpro-post-grid-author-name:hover,
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a:hover {
color: inherit;
}
.owl-carousel .xpro-post-grid-item,
.xpro-block-quote-layout-10 .xpro-block-quote-content-wrap {
margin: 10px 0;
}
.xpro-post-grid-image {
height: 200px;
width: 100%;
overflow: hidden;
position: relative;
}
.xpro-post-grid-image::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: #fff0;
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.xpro-post-grid-item:hover .xpro-post-grid-image::after {
background-color: #0000004a;
}
.xpro-post-grid-wrapper .xpro-post-grid-image > img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-post-grid-meta-list {
margin: 0 0 10px;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 10px;
}
.xpro-post-grid-meta-list > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 5px;
-moz-column-gap: 5px;
column-gap: 5px;
font-size: 14px;
line-height: 1;
color: #929292;
}
.xpro-post-grid-meta-list > li a {
color: #929292;
}
.cbp-item-off {
opacity: 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.xpro-post-grid-layout-10 .xpro-post-grid-image,
.xpro-post-grid-layout-2 .xpro-post-grid-image,
.xpro-post-grid-layout-6 .xpro-post-grid-image,
.xpro-post-grid-layout-8 .xpro-post-grid-image,
.xpro-post-grid-layout-9 .xpro-post-grid-image {
height: 100% !important;
}
.xpro-post-grid-layout-2 .xpro-post-grid-content {
position: absolute;
bottom: 0;
z-index: 2;
width: 100%;
}
.xpro-post-grid-layout-2 .xpro-post-grid-item:hover .xpro-post-grid-image::after,
.xpro-post-grid-layout-6 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
background-color: #ffffffc7;
}
.xpro-animated-link-graphic-arc,
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-dates:before,
.xpro-post-grid-layout-3 .xpro-post-grid-image::after {
top: 100%;
}
.xpro-animated-link-style-15:hover::after,
.xpro-post-grid-item:hover .xpro-post-grid-layout-3 .xpro-post-grid-image::after {
top: 0;
}
.xpro-post-grid-layout-3 .xpro-post-grid-btn {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
color: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
opacity: 1;
visibility: visible;
top: 0;
}
.xpro-block-quote-layout-4 .xpro-block-quote-inner,
.xpro-block-quote-layout-5 .xpro-block-quote-inner,
.xpro-post-grid-layout-4 .xpro-post-grid-item {
border: none;
}
.xpro-post-grid-layout-4 .xpro-post-grid-image {
height: 300px;
}
.xpro-post-grid-item:hover .xpro-post-grid-layout-4 .xpro-post-grid-image > img,
.xpro-post-grid-layout-7 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.xpro-post-grid-layout-4 .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
z-index: 2;
background-color: #fff;
padding: 50px 15px;
margin-top: 25px;
border: 1px solid rgb(0 0 0 / 0.1);
}
.xpro-post-grid-layout-4 .xpro-post-grid-image ~ .xpro-post-grid-content {
width: calc(100% - 20px);
margin: 0 auto -100px;
top: -100px;
}
.xpro-post-grid-layout-4 .xpro-post-grid-author {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.xpro-post-grid-layout-4 .xpro-post-grid-author > img {
border: 2px solid #fff;
}
.xpro-post-grid-align-center .xpro-post-grid-meta-list,
.xpro-post-grid-layout-4 .xpro-post-grid-meta-list,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list,
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-post-grid-layout-4 .xpro-post-grid-image > img,
.xpro-post-grid-layout-5 .xpro-post-grid-image > img {
height: 120%;
-webkit-transition-delay: 80ms;
-o-transition-delay: 80ms;
transition-delay: 80ms;
}
.xpro-post-grid-layout-4 .xpro-post-grid-item:hover .xpro-post-grid-image > img,
.xpro-post-grid-layout-5 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
-webkit-transform: scale(1.1) rotate(5deg);
-ms-transform: scale(1.1) rotate(5deg);
transform: scale(1.1) rotate(5deg);
}
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li {
font-size: 12px;
padding: 8px 12px;
background-color: #61ce70;
color: #fff;
border-radius: 50px;
}
.xpro-post-grid-meta-list > li > i {
font-size: 85%;
}
.xpro-post-grid-layout-6 .xpro-post-grid-content {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
z-index: 3;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-layout-7 .xpro-post-grid-meta-list {
padding-top: 15px;
margin: 30px 0 0;
border-top: 1px solid #e5e5e5;
width: 100%;
}
.xpro-post-grid-layout-7 .xpro-post-grid-content {
padding: 30px 15px 15px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li {
font-size: 12px;
padding: 8px 12px;
background-color: #81ce70;
color: #fff;
border-radius: 50px;
}
.xpro-post-grid-layout-8 .xpro-post-grid-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
text-align: center;
width: 100%;
z-index: 3;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-post-grid-layout-8 .xpro-post-grid-item:hover .xpro-post-grid-content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-post-grid-layout-9 .xpro-post-grid-content {
position: absolute;
z-index: 3;
bottom: 0;
height: auto;
width: 100%;
background: #fff;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
}
.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.xpro-post-grid-layout-10 .xpro-post-grid-content {
position: absolute;
z-index: 3;
bottom: 0;
height: 100%;
width: 100%;
background: #fff;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
}
.xpro-post-grid-layout-10 .xpro-post-grid-item:hover .xpro-post-grid-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.xpro-elementor-post-pagination {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
margin-top: 50px;
visibility: hidden;
}
.xpro-elementor-post-pagination .page-numbers {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
padding: 10px 16px;
border-radius: 5px;
margin: 0;
border: 1px solid #fff0;
color: #242424;
text-align: center;
text-transform: capitalize;
font-weight: 600;
font-size: 1em;
line-height: 1;
background-color: #fff;
-webkit-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.xpro-elementor-post-pagination .page-numbers > i {
font-size: 75%;
}
.xpro-elementor-post-pagination .page-numbers.current {
border-color: var(--e-global-color-accent);
background: var(--e-global-color-accent);
color: #fff;
}
.xpro-post-grid-align-left .xpro-post-grid-content {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-post-grid-align-center .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-align-right .xpro-post-grid-content {
text-align: right;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-post-grid-align-left .xpro-post-grid-meta-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.xpro-post-grid-align-right .xpro-post-grid-meta-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.elementor-align-right .xpro-business-hour-time,
img ~ .xpro-post-grid-author-content {
text-align: left;
}
.elementor-align-right .xpro-business-hour-day,
.xpro-post-grid-align-right img ~ .xpro-post-grid-author-content {
text-align: right;
}
.xpro-taxonomy-list {
margin: 0;
padding: 0;
list-style: none;
display: -ms-grid;
display: grid;
grid-gap: 10px;
}
.xpro-taxonomy-list > li {
display: inline-block;
padding: 0;
margin: 0;
}
.xpro-taxonomy-list > li > a {
display: -webkit-inline-box;
display: inline-flex;
display: -ms-inline-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 10px;
width: 100%;
padding: 15px 30px;
background-color: #f9f9f9;
}
.xpro-taxonomy-list .xpro-taxonomy-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1;
color: var(--e-global-color-primary);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-taxonomy-layout-horizontal .xpro-taxonomy-list {
-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
grid-template-columns: repeat(3, 1fr);
}
.xpro-taxonomy-layout-inline .xpro-taxonomy-list {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-taxonomy-list-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
grid-gap: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
line-height: 1;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
.xpro-logo-grid--col-2 .xpro-logo-grid-item {
width: calc(100% / 2);
}
.xpro-logo-grid--col-3 .xpro-logo-grid-item {
width: calc(100% / 3);
}
.xpro-logo-grid--col-4 .xpro-logo-grid-item {
width: calc(100% / 4);
}
.xpro-logo-grid--col-5 .xpro-logo-grid-item {
width: calc(100% / 5);
}
.xpro-logo-grid--col-6 .xpro-logo-grid-item {
width: calc(100% / 6);
}
.xpro-logo-grid--box.xpro-logo-grid--col-2 .xpro-logo-grid-item {
width: calc((100% / 2) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-3 .xpro-logo-grid-item {
width: calc((100% / 3) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-4 .xpro-logo-grid-item {
width: calc((100% / 4) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-5 .xpro-logo-grid-item {
width: calc((100% / 5) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-6 .xpro-logo-grid-item {
width: calc((100% / 6) - 1rem);
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(2n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6n) {
border-right-width: 0 !important;
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 0 !important;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(odd),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6n + 1) {
border-left-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6) {
border-top-right-radius: 10px;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-last-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-last-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-last-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-last-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-last-child(6) {
border-bottom-left-radius: 10px;
}
.elementor-align-left .xpro-taxonomy-list-content,
.elementor-align-left .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-align-center .xpro-taxonomy-list-content {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.elementor-align-center .xpro-taxonomy-list > li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-align-right .xpro-taxonomy-list-content,
.elementor-align-right .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.xpro-hotspot-wrapper {
position: relative;
display: inline-block;
max-width: 100%;
}
.xpro-hotspot-image {
height: 100%;
width: 100%;
display: inline-block;
margin: 0;
padding: 0;
}
.xpro-hotspot-wrapper .xpro-hotspot-image > img,
.xpro-promo-box-inner .xpro-promo-box-media > img {
width: 100%;
height: 100%;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-hotspot-wrapper .xpro-hotspot-item {
position: absolute;
left: 50%;
top: 50%;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #fff;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
box-shadow: 0 0 5px rgb(0 0 0 / 10%);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
-o-transition: background-color 0.2s, box-shadow 0.2s;
}
.xpro-hotspot-wrapper .xpro-hotspot-item .xpro-hotspot-item-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
position: relative;
}
.xpro-hotspot-item {
--xpro-hotspot-tooltip-top: 0;
--xpro-hotspot-tooltip-right: 0;
--xpro-hotspot-tooltip-bottom: 0;
--xpro-hotspot-tooltip-left: 0;
--xpro-hotspot-tooltip-transform-x: 0;
--xpro-hotspot-tooltip-transform-y: 0;
--xpro-hotspot-tooltip-margin: 0;
}
.xpro-hotspot-tooltip-text {
position: absolute;
width: 150px;
background-color: #6ec1e4;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 4px;
z-index: 1;
visibility: hidden;
opacity: 0;
top: var(--xpro-hotspot-tooltip-top);
right: var(--xpro-hotspot-tooltip-right);
bottom: var(--xpro-hotspot-tooltip-bottom);
left: var(--xpro-hotspot-tooltip-left);
-webkit-transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
-ms-transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
margin: var(--xpro-hotspot-tooltip-margin);
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-hotspot-tooltip-text > * {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.xpro-hotspot-tooltip-text.xpro-active,
.xpro-hotspot-type-hover:hover .xpro-hotspot-tooltip-text {
visibility: visible;
opacity: 1;
}
.xpro-hotspot-tooltip-text.active {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-hotspot-tooltip-text:before {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-color: #6ec1e4;
top: var(--xpro-hotspot-tooltip-before-top);
left: var(--xpro-hotspot-tooltip-before-left);
bottom: var(--xpro-hotspot-tooltip-before-bottom);
right: var(--xpro-hotspot-tooltip-before-right);
-webkit-transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
-ms-transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
--xpro-hotspot-tooltip-before-top: 0;
--xpro-hotspot-tooltip-before-right: 0;
--xpro-hotspot-tooltip-before-bottom: 0;
--xpro-hotspot-tooltip-before-left: 0;
--xpro-hotspot-tooltip-before-transform-x: 0;
--xpro-hotspot-tooltip-before-transform-y: 0;
}
.xpro-hotspot-item .xpro-hotspot-item-wrap > i {
color: #6ec1e4;
font-size: 18px;
}
.xpro-hotspot-item .xpro-hotspot-item-wrap > img {
max-width: 100%;
border-radius: 50%;
height: 60px;
width: 60px;
min-width: 60px;
z-index: 2;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-hotspot-item-wrap:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: 2s infinite xproShadowPulse;
animation: 2s infinite xproShadowPulse;
}
@-webkit-keyframes xproShadowPulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
}
to {
-webkit-box-shadow: 0 0 0 30px #fff0;
box-shadow: 0 0 0 30px #fff0;
}
}
@keyframes xproShadowPulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
}
to {
-webkit-box-shadow: 0 0 0 30px #fff0;
box-shadow: 0 0 0 30px #fff0;
}
}
.xpro-dropcap-wrapper > :last-child,
.xpro-text-editor-drop-cap > :last-child {
margin-bottom: 0;
}
.xpro-dropcap-wrapper > :first-of-type::first-letter,
.xpro-text-editor-drop-cap > :first-of-type::first-letter {
font-size: 30px;
line-height: 80%;
padding: 20px;
float: left;
margin-right: 15px;
color: #fff;
background-color: var(--e-global-color-primary);
}
.xpro-block-quote-wrapper .xpro-block-quote-inner {
padding: 20px;
border-left: 5px solid #6ec1e4;
background-color: #f9f9f9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-block-quote-icon {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-block-quote-icon > i {
color: #6ec1e4;
font-size: 22px;
}
.xpro-block-quote-icon > svg {
width: 30px;
height: auto;
fill: #6ec1e4;
}
.xpro-block-quote-content-wrap {
margin: 0 20px;
}
.xpro-block-quote-content-wrap > .xpro-block-quote-text {
margin: 0 0 10px;
font-size: 15px;
color: #282828;
}
.xpro-block-quote-desc {
margin: 10px 15px;
}
.xpro-block-quote-title {
position: relative;
display: inline-block;
font-size: 19px;
color: #282828;
font-weight: 500;
}
.xpro-block-quote-title::before {
content: "";
position: absolute;
width: 10px;
background-color: #282828;
height: 2px;
top: 50%;
right: 100%;
margin-right: 5px;
}
.xpro-block-quote-designation {
display: block;
font-size: 14px;
}
.xpro-block-quote-layout-2 .xpro-block-quote-inner {
display: inline-block;
border: 2px solid #6ec1e4;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: -25px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background-color: #6ec1e4;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon > i {
color: #fff;
font-size: 22px;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon > svg {
width: 20px;
height: 20px;
fill: #fff;
}
.xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
margin: 38px 0 20px;
text-align: center;
}
.xpro-block-quote-layout-3 {
overflow: hidden;
display: inline-block;
margin: 1rem;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner {
border: 1px solid #6ec1e4;
background-color: #fff;
position: relative;
display: inline-block;
margin: 0;
padding: 1rem;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner::before {
content: "";
position: absolute;
background-color: #fff;
bottom: -10%;
left: 0;
right: 0;
top: -10%;
-webkit-transform: rotate(-25deg) skew(5deg);
-ms-transform: rotate(-25deg) skew(5deg);
transform: rotate(-25deg) skew(5deg);
}
.xpro-block-quote-layout-3 .xpro-block-quote-content-wrap {
margin: 27px 0;
z-index: 1;
position: relative;
}
.xpro-block-quote-layout-3 .xpro-block-quote-content-wrap > .xpro-block-quote-title {
position: relative;
margin: 15px;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon {
position: absolute;
left: 145px;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon > i,
.xpro-block-quote-layout-5 .xpro-block-quote-icon > i {
font-size: 50px;
color: #dbdbdb;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon > svg,
.xpro-block-quote-layout-5 .xpro-block-quote-icon > svg {
width: 60px;
height: 60px;
fill: #dbdbdb;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content-img > img {
min-width: 100px;
width: 100px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content-wrap,
.xpro-block-quote-layout-9 .xpro-block-quote-content {
z-index: 1;
}
.xpro-block-quote-layout-5 .xpro-block-quote-icon {
position: absolute;
left: 40px;
top: 30px;
}
.xpro-block-quote-layout-5 .xpro-block-quote-content-wrap {
text-align: center;
margin: 30px 20px 20px;
z-index: 1;
position: relative;
}
.xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
content: "";
position: absolute;
width: 100px;
height: 1px;
background-color: #6ec1e4;
top: 0;
left: 0;
margin: -15px 0 0;
max-width: 100%;
}
.xpro-block-quote-layout-6 .xpro-block-quote-inner,
.xpro-block-quote-layout-7 .xpro-block-quote-inner,
.xpro-block-quote-layout-8 .xpro-block-quote-inner {
border: none;
display: inline-block;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text {
border: 2px solid #6ec1e4;
padding: 20px;
position: relative;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text::before {
content: "";
position: absolute;
width: 80px;
height: 10px;
background-color: #f9f9f9;
bottom: -6px;
left: 50px;
z-index: 2;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text::after {
content: "";
position: absolute;
border: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
width: 60px;
height: 60px;
bottom: -60px;
left: 50px;
z-index: 3;
border-bottom: none !important;
}
.xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 0 148px;
}
.xpro-block-quote-layout-7 .xpro-block-quote-icon > i {
font-size: 50px;
color: #707070;
display: inline-block;
}
.xpro-block-quote-layout-7 .xpro-block-quote-icon > svg {
width: 60px;
height: 60px;
fill: #707070;
display: inline-block;
}
.xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
margin: 30px 10px;
text-align: center;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon {
position: absolute;
top: 0;
left: 20px;
margin-top: -30px;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon > i {
font-size: 50px;
color: #707070;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon > svg {
width: 60px;
height: 60px;
fill: #707070;
}
.xpro-block-quote-layout-8 .xpro-block-quote-content-wrap {
margin: 30px 0;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon {
position: absolute;
top: 0;
left: 0;
margin-top: -5px;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon > i {
font-size: 50px;
color: #ddd;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon > svg {
width: 70px;
height: 70px;
fill: #ddd;
}
.xpro-block-quote-layout-9 .xpro-block-quote-content-wrap {
margin: 45px 0;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon {
width: 60px;
height: 60px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background-color: #6ec1e4;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon > i {
font-size: 22px;
color: #fff;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon > svg {
fill: #fff;
width: 20px;
height: auto;
}
@media screen and (min-width: 1025px) {
.xpro-content-alignright .xpro-box-icon-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
display: inline-block;
text-align: center;
}
.elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > i,
.elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
margin-bottom: 10px;
}
.elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > i,
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: 100%;
margin-left: 5px;
}
.elementor-align-left .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
}
.elementor-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -30px;
}
.elementor-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: left;
margin: 25px;
}
.elementor-align-right .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) rotateY(180deg);
transform: translateY(-50%) rotateY(180deg);
margin-top: 0;
margin-left: -30px;
}
.elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: right;
margin: 25px;
}
.elementor-align-right .xpro-block-quote-layout-3,
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: right;
}
.elementor-align-center .xpro-block-quote-layout-3 {
text-align: center;
}
.elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 145px;
left: auto;
}
.elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin-top: 25px;
}
.elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
display: inline-block;
text-align: center;
z-index: 1;
}
.elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
margin-bottom: 15px;
}
.elementor-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: left;
}
.elementor-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 0;
}
.elementor-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before,
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before,
.elementor-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
left: auto;
top: 30px;
right: 40px;
}
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: auto;
right: 0;
}
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after,
.elementor-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
border-left: none !important;
}
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -62px;
border-right: none !important;
border-radius: 50px 0 0;
border-left: 2px solid #6ec1e4;
}
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -25px;
}
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 217px;
text-align: center;
}
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -85px;
}
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 144px 10px 0;
text-align: right;
}
.elementor-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 20px;
left: auto;
}
.elementor-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: 0;
left: auto;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%) rotate(0);
-ms-transform: translateX(-50%) rotate(0);
transform: translateX(-50%) rotate(0);
}
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-right: 5px solid #6ec1e4;
border-left: none;
}
}
.elementor-widget-xpro-ninja-form .nf-form-content {
max-width: 100%;
}
.xpro-scroll-image-wrapper {
position: relative;
width: 100%;
display: block;
}
.xpro-scroll-image-inner {
width: 100%;
height: 300px;
}
.xpro-image-mouse-scroll {
overflow: auto;
}
.xpro-scroll-image-inner .xpro-scroll-image-horizontal {
position: relative;
width: 100%;
height: 100%;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-inner .xpro-scroll-image-horizontal > img {
max-width: none;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 3s ease-in-out;
-o-transition: 3s ease-in-out;
transition: 3s ease-in-out;
}
.xpro-scroll-image-inner .xpro-scroll-image-vertical > img {
width: 100%;
max-width: 100%;
height: auto;
-webkit-transition: 3s ease-in-out;
-o-transition: 3s ease-in-out;
transition: 3s ease-in-out;
}
.xpro-scroll-image-badge {
margin: 15px;
}
.xpro-scroll-image-wrapper .xpro-scroll-image-indicator-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
background: rgb(2 2 2 / 0.3);
color: #fff;
text-align: center;
font-size: 80px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-wrapper .xpro-scroll-image-indicator-icon > i {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-wrapper:hover .xpro-scroll-image-indicator-icon {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-horizontal ~ .xpro-scroll-image-indicator-icon > i {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-name: xpro-image-scroll-direction-horizontal;
animation-name: xpro-image-scroll-direction-horizontal;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-vertical ~ .xpro-scroll-image-indicator-icon > i {
-webkit-animation-name: xpro-image-scroll-direction-vertical;
animation-name: xpro-image-scroll-direction-vertical;
}
@-webkit-keyframes xpro-image-scroll-direction-vertical {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@-webkit-keyframes xpro-image-scroll-direction-horizontal {
0% {
-webkit-transform: translateX(0) rotate(90deg);
transform: translateX(0) rotate(90deg);
}
to {
-webkit-transform: translateX(5px) rotate(90deg);
transform: translateX(5px) rotate(90deg);
}
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-track {
background: 0 0;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-thumb {
background: #e0e0e0;
border-radius: 10px;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-thumb:hover {
background: #e0e0e0;
}
.xpro-business-hour-inner {
padding: 0;
margin: 0;
list-style: none;
-webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
-o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.xpro-business-hour-header {
text-align: center;
padding: 30px 20px;
background-color: var(--e-global-color-primary);
}
.xpro-business-hour-title {
font-size: 25px;
margin: 5px 0;
color: #fff;
display: block;
}
.xpro-business-hour-sub-title {
color: #fff;
font-size: 17px;
margin: 5px 0;
display: block;
}
.xpro-business-hour-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-style: dashed;
border-width: 0 0 1px;
border-color: var(--e-global-color-primary);
height: 60px;
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.xpro-business-hour-inner .xpro-business-hour-item:last-child {
border-bottom-style: none !important;
border-bottom-width: 0 !important;
}
.xpro-business-hour-separator-horizontal {
padding: 0 15px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: hidden;
}
.xpro-business-hour-separator-horizontal > span {
width: 100%;
max-width: 100%;
border-bottom: 2px dashed #e2e2e2;
display: block;
}
.xpro-business-hour-separator-vertical {
content: "";
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-right: 2px dashed #e2e2e2;
height: 60px;
}
.xpro-business-hour-day {
min-width: max-content;
text-align: left;
transition: color 0.2s ease-in-out;
}
.xpro-business-hour-time {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
text-align: right;
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.xpro-horizontal-timeline-wrapper {
padding: 20px;
}
.xpro-horizontal-timeline-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 50px;
}
.xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-date {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-date {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-horizontal-timeline-dates {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-horizontal-timeline-inner .xpro-horizontal-timeline-dates > img {
width: 100px;
height: 100px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-horizontal-timeline-media {
position: relative;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background-color: #eee;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-media-box {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-horizontal-timeline-bullet-line {
position: absolute;
width: 120%;
height: 2px;
background-color: #eee;
top: 50%;
}
.xpro-horizontal-timeline-media > .xpro-horizontal-timeline-media-custom,
.xpro-horizontal-timeline-media > i {
color: #2b2b2b;
font-size: 16px;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-media-box .xpro-horizontal-timeline-media > img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-horizontal-timeline-content-inner {
position: relative;
padding: 20px;
background-color: #fff;
border: 1px solid #eee;
max-width: 100%;
width: 100%;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-content .xpro-horizontal-timeline-content-inner .xpro-horizontal-timeline-content-media > img {
width: 100%;
height: 100%;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: inline-block;
}
.xpro-horizontal-timeline-sub-title {
margin: 0 0 5px;
font-size: 23px;
color: #2b2b2b;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-text {
margin: 0;
font-size: 15px;
color: #2b2b2b;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-content-inner:after,
.xpro-horizontal-timeline-dates:before {
content: "";
position: absolute;
height: 50px;
width: 2px;
background-color: #eee;
z-index: -1;
left: 50%;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-content-inner:after {
bottom: 100%;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-dates:before {
bottom: 100%;
margin: 0;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-content-inner:after {
top: 100%;
margin: 0;
}
@media screen and (min-width: 767px) {
.xpro-table-responsive .xpro-table-body-row-cell-inner {
padding: 0 !important;
border: none !important;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-item {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(odd) .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-dates:before {
bottom: 100%;
top: auto;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-content-inner:after,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-dates:before {
bottom: auto;
top: 100%;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(odd) .xpro-horizontal-timeline-content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-content-inner:after {
top: auto;
bottom: 100%;
}
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
top: 78%;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-col .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
top: 22.5%;
}
.xpro-horizontal-timeline-reverse-yes .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-reverse-yes .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
top: 50%;
}
.xpro-alert {
position: relative;
padding: 0.75rem 1.25rem;
border-left: 5px solid #fff0;
border-radius: 0.25rem;
font-size: 15px;
line-height: 25px;
}
.xpro-alert .xpro-alert-title {
display: block;
font-weight: 700;
}
.xpro-alert .xpro-alert-description {
font-size: 13px;
}
.xpro-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.xpro-alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.xpro-alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.xpro-alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.xpro-contact-form {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
-webkit-appearance: none;
display: none;
}
.xpro-contact-form-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 1px;
min-width: 25px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
width: 100%;
}
.xpro-contact-form-item-label {
display: none;
font-size: 16px;
margin-bottom: 10px;
font-weight: 500;
}
.xpro-contact-form-item .xpro-contact-form-field-textual {
width: 100%;
max-width: 100%;
border: 1px solid #818a91;
background-color: #fff0;
color: #373a3c;
vertical-align: middle;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 12px;
}
.xpro-contact-form-require > label:after {
color: red;
padding-left: 0.2em;
}
.xpro-contact-form-field-subgroup {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
grid-gap: 5px;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-contact-form-submit-button,
.xpro-promo-box-btn {
-webkit-box-align: center;
line-height: 1;
color: #fff;
text-align: center;
}
.xpro-contact-form-message {
display: none;
width: 100%;
margin-bottom: 20px;
}
.xpro-contact-form-submit-button {
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 10px;
position: relative;
background-color: var(--e-global-color-accent);
padding: 15px 50px;
border-radius: 3px;
fill: #fff;
overflow: hidden;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-contact-form-submit-button > i {
display: none;
animation-name: spin;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: spin;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.xpro-promo-box-title {
font-size: 2rem;
margin: 10px 0 0;
display: block;
font-weight: 500;
}
.xpro-promo-box-sub-title {
display: block;
margin: 10px 0;
font-size: 14px;
}
.xpro-promo-box-desc {
font-size: 17px;
margin: 10px 0;
display: inline-block;
}
.xpro-promo-box-inner .xpro-promo-box-media {
position: relative;
width: 100%;
height: 100%;
}
.xpro-promo-box-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 20px 0 0;
cursor: pointer;
padding: 15px 35px;
border: 1px solid var(--e-global-color-primary);
-webkit-transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn-inner > svg,
.xpro-promo-box-btn > svg {
width: 30px;
height: auto;
}
.xpro-elementor-scroll-top-btn,
button.xpro-elementor-search-button {
cursor: pointer;
height: 50px;
text-align: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
}
.xpro-promo-box-btn > .xpro-promo-box-btn-text,
.xpro-promo-box-btn > i {
font-size: 14px;
color: #fff;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-promo-box-align-right > i,
.xpro-promo-box-align-right > svg {
margin-left: 5px;
}
.xpro-promo-box-badge.xpro-badge {
color: #fff;
border-radius: 0;
font-size: 14px;
padding: 15px 30px;
}
.xpro-elementor-scroll-top-btn {
position: relative;
display: inline-block;
width: 150px;
line-height: 50px;
overflow: hidden;
min-width: max-content;
min-height: -webkit-max-content;
min-height: -moz-max-content;
min-height: max-content;
-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn-inner,
.xpro-elementor-search-input-group {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
-webkit-box-align: center;
}
.xpro-elementor-scroll-top-btn-inner {
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 5px;
height: 100%;
width: 100%;
}
.xpro-elementor-scroll-top-btn-fixed {
position: fixed;
z-index: 9999;
display: none;
}
.xpro-elementor-scroll-top-btn-fixed.xpro-elementor-scroll-top-btn-fixed-align-left {
left: 20px;
bottom: 20px;
}
.xpro-elementor-scroll-top-btn-fixed.xpro-elementor-scroll-top-btn-fixed-align-right {
right: 20px;
bottom: 20px;
}
.xpro-elementor-scroll-top-btn-inner > .xpro-elementor-scroll-top-btn-txt,
.xpro-elementor-scroll-top-btn-inner > i {
font-size: 14px;
color: #fff;
}
.xpro-element-custom-field {
margin: 0;
padding: 0;
}
.xpro-elementor-search-wrapper {
width: 100%;
max-width: 100%;
position: relative;
}
.xpro-elementor-search-input-group {
position: relative;
display: inline-flex;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
overflow: hidden;
max-width: 100%;
border: 0 solid #fff0;
border-radius: 5px;
background-color: #eceeef;
-ms-flex-align: center;
align-items: center;
}
.xpro-elementor-search-wrapper .xpro-elementor-search-input-group > input {
width: 400px;
background-color: #fff0;
border: none;
max-width: 100%;
}
button.xpro-elementor-search-button {
background: #55555e;
color: #fff;
border: 1px solid #fff0;
width: 50px;
padding: 0;
min-width: max-content;
-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-search-button > svg {
width: 15px;
height: auto;
}
.xpro-elementor-search-layout-2 .xpro-elementor-search-button {
position: absolute;
color: #7a7a7a;
margin-left: 15px;
width: auto !important;
padding: 0 !important;
background-color: transparent !important;
}
.xpro-elementor-search-layout-2 .xpro-elementor-search-input-group > input {
padding-left: 50px;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group > input {
width: 50px;
margin-right: -50px;
-webkit-transition: width 0.4s linear;
-o-transition: width 0.4s linear;
transition: width 0.4s linear;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group:focus-within > input,
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group:hover > input {
width: 400px;
max-width: 100%;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-button {
position: relative;
padding: 0;
border-radius: 50px;
z-index: 2;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-inner {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 999;
background-color: #000000d6;
padding: 30px;
height: 100vh;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group {
position: absolute;
top: 50%;
left: 50%;
border-radius: 0;
-webkit-transform: translate(-51%, -51%);
-ms-transform: translate(-51%, -51%);
transform: translate(-51%, -51%);
border-bottom: 1px solid #fff;
background-color: #fff0;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input,
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input {
color: #fff;
padding: 0;
font-size: 25px;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-webkit-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-moz-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input:-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-inner {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 50vh;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9999;
background-color: #000000d6;
padding: 30px;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group {
position: absolute;
top: 50%;
left: 50%;
border-radius: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-bottom: 1px solid #fff;
background-color: #fff0;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-webkit-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-moz-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input:-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::placeholder {
color: #fff;
}
button.xpro-elementor-search-button-close {
position: absolute;
width: 50px;
height: 50px;
top: 30px;
right: 30px;
border: none;
background: 0 0;
-webkit-box-shadow: none;
box-shadow: none;
}
button.xpro-elementor-search-button-close:focus,
button.xpro-elementor-search-button-close:hover {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: 0 0;
outline: 0;
}
.admin-bar .xpro-elementor-search-button-close {
top: 60px;
}
.xpro-elementor-search-button-close:after,
.xpro-elementor-search-button-close:before {
content: "";
width: 55%;
height: 2px;
background: #fff;
position: absolute;
top: 48%;
left: 22%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.xpro-elementor-search-button-close:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.xpro-reading-progress-bar {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
.xpro-reading-progress-bar-fill {
height: 5px;
background-color: var(--e-global-color-primary);
width: 0;
-webkit-transition: width 50ms;
-o-transition: width 50ms;
transition: width 50ms;
}
.xpro-tutor-ratings {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
grid-gap: 5px;
line-height: 1;
}
.xpro-givewp-form-grid-wrapper .form-grid-raised__details > span:last-child {
font-size: 85% !important;
}
.xpro-widget-bg-overlay:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
}
.xpro-kenBurn-zoomIn .elementor-background-overlay {
-webkit-animation: 20s linear infinite alternate xpro-ken-b-zoom-in;
animation: 20s linear infinite alternate xpro-ken-b-zoom-in;
will-change: transform;
}
.xpro-kenBurn-zoomOut .elementor-background-overlay {
-webkit-animation: 20s linear infinite alternate xpro-ken-b-zoom-out;
animation: 20s linear infinite alternate xpro-ken-b-zoom-out;
will-change: transform;
}
@-webkit-keyframes xpro-ken-b-zoom-in {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes xpro-ken-b-zoom-in {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes xpro-ken-b-zoom-out {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes xpro-ken-b-zoom-out {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.xpro-animated-link {
position: relative;
color: #2b2b2b;
font-size: 25px;
line-height: 1.2;
transition: color 0.3s ease-in-out;
}
.xpro-animated-link-style-17:focus,
.xpro-animated-link-style-17:hover,
.xpro-animated-link:hover {
color: var(--e-global-color-primary);
}
.xpro-animated-link-style-1::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
pointer-events: none;
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s;
}
.xpro-animated-link-style-1:hover::after,
.xpro-animated-link-style-4:hover::after {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
}
.xpro-animated-link-style-2::after,
.xpro-animated-link-style-2::before,
.xpro-animated-link-style-3::after,
.xpro-animated-link-style-3::before,
.xpro-animated-link-style-6::after,
.xpro-animated-link-style-6::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
pointer-events: none;
}
.xpro-animated-link-style-2::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-2:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-2::after {
content: "";
top: calc(100% + 4px);
transform-origin: 0% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-2:hover::after {
transform-origin: 100% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-3::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.xpro-animated-link-style-3:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 2, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-3::after {
content: "";
top: calc(100% + 4px);
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1) 0.1s;
}
.xpro-animated-link-style-3:hover::after {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-4::after {
content: "";
position: absolute;
width: 100%;
background-color: var(--e-global-color-primary);
left: 0;
pointer-events: none;
top: 55%;
height: 2px;
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-4 span {
display: inline-block;
transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-4:hover span {
transform: scale3d(1.1, 1.1, 1.1);
}
.xpro-animated-link-style-5::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
transform-origin: 50% 100%;
transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.xpro-animated-link-style-5:hover::after {
transform: translate3d(0, 2px, 0) scale3d(1, 3, 1);
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.xpro-animated-link-style-5 span {
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.xpro-animated-link-style-5:hover span {
transform: translate3d(0, -2px, 0);
}
.xpro-animated-link-style-6::before {
height: 10px;
top: 100%;
opacity: 0;
}
.xpro-animated-link-style-6:hover::before {
opacity: 1;
animation: 0.3s forwards lineUp;
}
@keyframes lineUp {
0% {
transform-origin: 50% 100%;
transform: scale3d(1, 0.045, 1);
}
50% {
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
}
51% {
transform-origin: 50% 0%;
transform: scale3d(1, 1, 1);
}
100% {
transform-origin: 50% 0%;
transform: scale3d(1, 0.045, 1);
}
}
.xpro-animated-link-style-6::after {
transition: opacity 0.3s;
opacity: 0;
}
.xpro-animated-link-style-6:hover::after {
opacity: 1;
transition-delay: 0.3s;
}
.xpro-animated-link-style-19::after,
.xpro-animated-link-style-19::before,
.xpro-animated-link-style-21::after,
.xpro-animated-link-style-21::before,
.xpro-animated-link-style-22::after,
.xpro-animated-link-style-22::before,
.xpro-animated-link-style-23::after,
.xpro-animated-link-style-23::before,
.xpro-animated-link-style-7::after,
.xpro-animated-link-style-7::before {
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
pointer-events: none;
}
.xpro-animated-link-style-7::before {
content: "";
height: 100%;
top: 0;
opacity: 0;
}
.xpro-animated-link-style-7:hover::before {
opacity: 1;
animation: 0.3s forwards coverUp;
}
@keyframes coverUp {
0% {
transform-origin: 50% 100%;
transform: scale3d(1, 0.045, 1);
}
50% {
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
}
51% {
transform-origin: 50% 0;
transform: scale3d(1, 1, 1);
}
100% {
transform-origin: 50% 0;
transform: scale3d(1, 0.045, 1);
}
}
.xpro-animated-link-style-7::after {
content: "";
transition: opacity 0.3s;
}
.xpro-animated-link-style-8:hover,
.xpro-animated-link-style-9:hover {
color: #fff;
}
.xpro-animated-link-style-8::before {
background-color: var(--e-global-color-primary);
content: "";
inset: 0;
position: absolute;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.5s ease-in-out;
z-index: -1;
}
.xpro-animated-link-style-8:hover::before {
transform: scaleX(1);
transform-origin: left;
}
.xpro-animated-link-style-9 {
text-decoration: none;
line-height: 1;
position: relative;
z-index: 0;
display: inline-block;
padding: 5px;
overflow: hidden;
vertical-align: bottom;
transition: color 0.3s ease-out;
}
.xpro-animated-link-style-9::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
transform: translateY(calc(100% - 2px));
width: 100%;
height: 100%;
background-color: var(--e-global-color-primary);
transition: transform 0.25s ease-out;
}
.xpro-animated-link-style-11::before,
.xpro-animated-link-style-12::before {
background-color: var(--e-global-color-primary);
height: 2px;
transform: scaleX(0);
bottom: 0;
}
.xpro-animated-link-style-9:hover::before {
transform: translateY(0);
transition: transform 0.25s ease-out;
}
.xpro-animated-link-style-10 span {
font-weight: 100;
border-bottom: 1px solid;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-10:hover span {
color: var(--e-global-color-primary);
font-weight: 600;
}
.xpro-animated-link-style-11::before {
content: "";
position: absolute;
width: 100%;
margin: -5px 0;
visibility: hidden;
transition: 0.4s ease-in-out;
}
.xpro-animated-link-style-11:hover::before {
visibility: visible;
transform: scaleX(1);
}
.xpro-animated-link-style-12 {
position: relative;
display: inline-block;
overflow: hidden;
}
.xpro-animated-link-style-12::after,
.xpro-animated-link-style-12::before {
content: "";
position: absolute;
width: 100%;
left: 0;
}
.xpro-animated-link-style-12::before {
transition: transform 0.3s;
}
.xpro-animated-link-style-12::after {
content: attr(data-hover);
height: 100%;
top: 0;
transform: translate3d(200%, 0, 0);
transition: transform 0.3s;
color: var(--e-global-color-primary);
background-color: transparent !important;
}
.xpro-animated-link-style-12:hover::before {
transform: scaleX(1);
}
.xpro-animated-link-style-12:hover::after {
transform: translate3d(0, 0, 0);
}
.xpro-animated-link-style-12 span {
display: inline-block;
transition: transform 0.3s;
}
.xpro-animated-link-style-12:hover span {
transform: translate3d(-200%, 0, 0);
}
.xpro-animated-link-style-13 {
display: inline-block;
position: relative;
padding-bottom: 5px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.xpro-animated-link-style-13:after,
.xpro-animated-link-style-13:before {
position: absolute;
content: "";
height: 3px;
background-color: var(--e-global-color-primary);
border-radius: 1em;
bottom: 0;
transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.xpro-animated-link-style-13:before {
width: 1em;
transform-origin: left;
}
.xpro-animated-link-style-13:after {
width: 82%;
left: 1em;
transform: translateX(110%);
}
.xpro-animated-link-style-13:hover:before {
transform: scaleX(0.3);
}
.xpro-animated-link-style-13:hover:after {
transform: translateX(0);
}
.xpro-animated-link-style-14 {
display: inline-block;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px #fff0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.xpro-animated-link-style-14:hover {
-webkit-animation-name: rotate-move;
animation-name: rotate-move;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@keyframes rotate-move {
30% {
-webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
transform: translate3d(0, -5px, 0) rotate(5deg);
}
50% {
-webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
transform: translate3d(0, -3px, 0) rotate(-4deg);
}
80% {
-webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
transform: translate3d(0, 0, 0) rotate(-3deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
.xpro-animated-link-style-15 {
position: relative;
overflow: hidden;
display: inline-block;
text-align: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
padding: 0;
}
.xpro-animated-link-style-15 span {
display: inline-block;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.xpro-animated-link-style-15::after {
position: absolute;
top: 100%;
left: 0;
right: 0;
content: attr(data-hover);
display: inline-block;
text-align: center;
background-color: transparent !important;
-webkit-transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.xpro-animated-link-style-15:hover span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.xpro-animated-link-style-16 {
letter-spacing: 0;
transition: 0.35s;
display: inline-block;
position: relative;
}
.xpro-animated-link-style-16:active,
.xpro-animated-link-style-16:hover {
letter-spacing: 5px;
transition: 0.35s;
}
.xpro-animated-link-style-16::after {
bottom: -10px;
}
.xpro-animated-link-style-16::before {
top: -10px;
}
.xpro-animated-link-style-16::after,
.xpro-animated-link-style-16::before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
height: 2px;
background-color: var(--e-global-color-primary);
content: "";
display: block;
margin: 0 auto;
position: relative;
transition: 280ms ease-in-out;
width: 0;
}
.xpro-animated-link-style-16:hover::after,
.xpro-animated-link-style-16:hover::before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: width 350ms ease-in-out;
width: 100%;
}
.xpro-animated-link-style-17 {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.xpro-animated-link-style-17::before {
position: absolute;
line-height: 1;
top: 100%;
left: 50%;
color: #fff0;
background-color: transparent !important;
content: "•";
text-shadow: 0 0 #fff0;
font-size: 20pt;
-webkit-transition: text-shadow 0.3s, color 0.3s;
-moz-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.xpro-animated-link-style-17:focus::before,
.xpro-animated-link-style-17:hover::before {
color: #000;
text-shadow: 10px 0 #000, -10px 0 #000;
}
.xpro-animated-link-style-18:before {
content: "";
background-color: var(--e-global-color-primary);
position: absolute;
left: 0.5rem;
bottom: 5px;
width: 100%;
height: 8px;
z-index: -1;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-18:hover:before {
left: -5px;
bottom: 0;
height: 100%;
width: calc(100% + 10px);
}
.xpro-animated-link-style-19::before {
content: "";
height: 7px;
border-radius: 20px;
transform: scale3d(1, 1, 1);
transition: transform 0.2s, opacity 0.2s;
transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
}
.xpro-animated-link-style-19:hover::before {
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-duration: 0.4s;
opacity: 1;
transform: scale3d(1.2, 0.1, 1);
}
.xpro-animated-link-style-19 span {
transform: translate3d(0, -4px, 0);
display: inline-block;
transition: transform 0.2s cubic-bezier(0.2, 0.57, 0.67, 1.53) 50ms;
}
.xpro-animated-link-style-19:hover span {
transform: translate3d(0, 0, 0);
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-duration: 0.4s;
transition-delay: 0s;
}
.xpro-animated-link-style-20 {
padding: 7px;
}
.xpro-animated-link-style-20::after {
content: "";
width: 100%;
height: 100%;
border: 1px solid var(--e-global-color-primary);
background: 0 0 !important;
position: absolute;
bottom: 0;
left: 0;
transition: width 0.2s, height 0.2s 0.1s, border-top-width 0.1s 0.2s, margin 0.2s;
}
.xpro-animated-link-style-20:hover::after {
width: 60%;
height: 0;
border-width: 0 2px 2px;
margin: 0 20%;
transition: width 0.2s 0.2s, height 0.2s 0.1s, border-top-width 0.1s, margin 0.2s 0.2s;
}
.xpro-animated-link-style-21::before,
.xpro-animated-link-style-22::before,
.xpro-animated-link-style-23::before {
content: "";
display: none;
}
.xpro-animated-link-style-21 .xpro-animated-link-graphic {
position: absolute;
top: 60%;
left: -25%;
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
}
.xpro-animated-link-style-21 .xpro-animated-link-graphic-scribble {
top: 100%;
left: 0;
}
.xpro-animated-link-graphic-scribble path {
transition: stroke-dashoffset 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.xpro-animated-link-style-21:hover .xpro-animated-link-graphic-scribble path {
transition-timing-function: cubic-bezier(0.8, 0, 0.7, 1);
transition-duration: 0.6s;
}
.xpro-animated-link-style-21:hover .xpro-animated-link-graphic-stroke path {
stroke-dasharray: 1;
stroke-dashoffset: 0;
}
.xpro-animated-link-style-22 .xpro-animated-link-graphic {
position: absolute;
top: 100%;
left: 0;
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
height: auto;
width: 100%;
}
.xpro-animated-link-graphic-stroke path {
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
.xpro-animated-link-style-22:hover .xpro-animated-link-graphic-stroke path {
stroke-dashoffset: 0;
}
.xpro-animated-link-graphic-arc path {
transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.xpro-animated-link-style-22:hover .xpro-animated-link-graphic-arc path {
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-23 {
position: relative;
display: inline-block;
overflow: hidden;
padding: 7px 0;
}
.xpro-animated-link-style-23 .xpro-animated-link-graphic {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
}
.xpro-animated-link-style-23 .xpro-animated-link-graphic-slide {
top: -3px;
stroke-width: 3px;
transition: transform 0.7s cubic-bezier(0, 0.25, 0.5, 1);
}
.xpro-animated-link-style-23:hover .xpro-animated-link-graphic-slide {
transform: translate3d(-66.6%, 0, 0);
}
.xpro-animated-link-style-24 {
display: inline-block;
padding-bottom: 2px;
overflow: hidden;
}
.xpro-animated-link-style-24::after {
position: absolute;
content: "";
height: 2px;
top: 50%;
bottom: 0;
right: 0;
left: 0;
opacity: 0;
width: 100%;
background: var(--e-global-color-primary);
transform: translate3d(-100%, 0, 0);
}
.xpro-animated-link-style-24:hover::after {
animation: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards link-hoverstate;
}
@keyframes link-hoverstate {
0% {
opacity: 1;
transform: translate3d(-100%, 0, 0);
}
55% {
transform: translate3d(100%, 0, 0);
}
56% {
transform: translate3d(100%, calc(0.5rem + 4px), 0);
}
100% {
opacity: 1;
transform: translate3d(0, calc(0.5rem + 4px), 0);
}
}
.xpro-animated-link-style-25 {
background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
background-size: 200% 100%;
background-position: -100%;
display: inline-block;
padding: 5px 0;
position: relative;
-webkit-background-clip: text;
-webkit-text-fill-color: #fff0;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-25::before {
content: "";
background: #54b3d6;
display: block;
position: absolute;
bottom: -3px;
left: 0;
width: 0;
height: 3px;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-25:hover {
background-position: 0;
}
.xpro-hero-slider .swiper-slide {
overflow: hidden;
position: relative;
}
.xpro-hero-slider-slide-button-wrapper {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
position: relative;
gap: 15px;
flex-wrap: wrap;
}
.xpro-hero-slider .xpro-hero-slider-slide-button-wrapper a {
text-decoration: none;
}
.xpro-hero-slider-button-default {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
border-radius: 0;
gap: 10px;
padding: 15px 35px;
border: 1px solid #fff0;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
text-decoration: none;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.xpro-hero-slider-button-primary {
color: #fff;
background-color: #6ec1e4;
}
.xpro-hero-slider-button-secondary {
color: #fff;
background-color: #61ce70;
}
.xpro-hero-slider-button-default:focus,
.xpro-hero-slider-button-default:hover {
color: #2b2b2b;
background-color: #fff;
}
.xpro-hero-slider .char,
span.ex-char {
display: inline;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-wrapper {
position: relative;
min-height: 600px;
width: 1140px;
max-width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-area {
padding: 15px;
width: 600px;
max-width: 100%;
}
.xpro-hero-slider .xpro-hero-slider-slide-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
animation-duration: 12s;
animation-delay: 1s;
}
.xpro-hero-slider .xpro-hero-slider-slide-bg::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
background-color: #000;
transition: background 0.3s ease-in-out;
}
.xpro-hero-slider .xpro-hero-slider-subtitle {
display: inline-block;
font-size: 18px;
font-weight: 500;
color: #fff;
margin-bottom: 5px;
}
.xpro-hero-slider .xpro-hero-slider-title {
display: inline-block;
font-size: 50px;
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.xpro-hero-slider .xpro-hero-slider-description {
display: inline-block;
color: #fff;
margin-bottom: 30px;
}
.x-mask-top {
-webkit-animation-name: XsMaskFromUp;
animation-name: XsMaskFromUp;
}
.x-mask-bottom {
-webkit-animation-name: XsMaskFromDown;
animation-name: XsMaskFromDown;
}
.x-mask-left {
-webkit-animation-name: XsMaskFromLeft;
animation-name: XsMaskFromLeft;
}
.x-mask-right {
-webkit-animation-name: XsMaskFromRight;
animation-name: XsMaskFromRight;
}
@-webkit-keyframes XsMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XsMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XsMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XsMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
[class*="x-reveal"] {
position: relative;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
[class*="x-reveal"]::after {
content: "";
position: absolute;
background: #fff;
width: 100%;
height: 100%;
z-index: 999;
top: 0;
left: 0;
}
.x-reveal-top::after {
bottom: 0;
left: 0;
top: auto;
right: auto;
height: 0;
-webkit-animation-name: XsRevealVertical;
animation-name: XsRevealVertical;
}
.x-reveal-bottom::after {
top: 0;
left: 0;
bottom: auto;
right: auto;
height: 0;
-webkit-animation-name: XsRevealVertical;
animation-name: XsRevealVertical;
}
.x-reveal-left::after {
top: 0;
right: 0;
bottom: auto;
left: auto;
width: 0;
-webkit-animation-name: XsRevealHorizontal;
animation-name: XsRevealHorizontal;
}
.x-reveal-right::after {
top: 0;
left: 0;
bottom: auto;
right: auto;
width: 0;
-webkit-animation-name: XsRevealHorizontal;
animation-name: XsRevealHorizontal;
}
.animated[class*="x-reveal"]::after {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
@-webkit-keyframes XsRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@keyframes XsRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@-webkit-keyframes XsRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}
@keyframes XsRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}
.x-blurIn {
animation-name: XsBlurIn;
}
@keyframes XsBlurIn {
from {
filter: blur(20px);
opacity: 0;
}
}
.x-blurInLeft {
animation-name: XsBlurInLeft;
}
@keyframes XsBlurInLeft {
from {
transform: translateX(50px);
filter: blur(20px);
opacity: 0;
}
}
.x-blurInRight {
animation-name: XsBlurInRight;
}
@keyframes XsBlurInRight {
from {
transform: translateX(-50px);
filter: blur(20px);
opacity: 0;
}
}
.x-blurInTop {
animation-name: XsBlurInTop;
}
@keyframes XsBlurInTop {
from {
transform: translateY(50px);
filter: blur(20px);
opacity: 0;
}
}
.x-blurInBottom {
animation-name: XsBlurInBottom;
}
@keyframes XsBlurInBottom {
from {
transform: translateY(-50px);
filter: blur(20px);
opacity: 0;
}
}
.xpro-animation-init [data-animation="x-split-top"] .char {
-webkit-animation: 0.3s cubic-bezier(0.3, 0, 0.7, 1) both fadeInUp;
animation: 0.3s cubic-bezier(0.3, 0, 0.7, 1) both fadeInUp;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-right"] .char {
-webkit-animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-bottom"] .char {
-webkit-animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both fadeInDown;
animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both fadeInDown;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-left"] .char {
-webkit-animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInLeft;
animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInLeft;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-expand"] .char {
-webkit-animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both XsCharFwd;
animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both XsCharFwd;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
@-webkit-keyframes XsCharFwd {
0% {
letter-spacing: -0.5em;
-webkit-transform: translateZ(-700px);
transform: translateZ(-700px);
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes XsCharFwd {
0% {
letter-spacing: -0.5em;
-webkit-transform: translateZ(-700px);
transform: translateZ(-700px);
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}@media screen and (max-width: 1024px) {
.xpro-preview .xpro-preview-iframe {
width: 100%;
}
.xpro-filter-dropdown-tablet .xpro-select-option {
width: 100%;
position: relative;
background-color: var(--e-global-color-primary);
color: #fff;
margin: 0;
padding: 10px 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
text-align: left;
display: block;
}
.xpro-filter-dropdown-tablet .xpro-select-content {
pointer-events: none;
}
.xpro-filter-dropdown-tablet.active .xpro-select-icon {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.xpro-filter-dropdown-tablet .xpro-select-icon {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 35px;
line-height: 35px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-align: center;
}
.xpro-filter-dropdown-tablet .cbp-l-filters-button {
width: 100%;
position: absolute;
left: 0;
padding: 0;
list-style: none;
display: none;
border-top: 1px solid #fff;
z-index: 9;
margin: 0;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-filter-dropdown-tablet.active .cbp-l-filters-button {
display: -ms-inline-grid;
display: inline-grid;
}
.xpro-filter-dropdown-tablet .cbp-l-filters-button .cbp-filter-item {
position: relative;
font: inherit;
border: none !important;
border-bottom: 1px solid #fff !important;
background-color: var(--e-global-color-primary) !important;
color: #fff !important;
padding: 10px 15px;
margin: 0 !important;
border-radius: 0 !important;
width: 100%;
text-align: left;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
}
.xpro-filter-dropdown-tablet .cbp-l-filters-button:hover {
border-color: #fff;
}
.xpro-filter-dropdown-tablet > ul > li.cbp-filter-item.cbp-filter-item-active,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-arrow,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-circle,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-line,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-line-arrow {
display: none;
}
.elementor-tablet-align-left .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-tablet-left .xpro-post-grid-meta-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.elementor-tablet-align-center .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-tablet-center .xpro-post-grid-meta-list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-tablet-align-right .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-tablet-right .xpro-post-grid-meta-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.elementor-tablet-align-left .xpro-infolist-item,
.elementor-tablet-align-left .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.elementor-tablet-align-center .xpro-infolist-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.elementor-tablet-align-right .xpro-infolist-item,
.elementor-tablet-align-right .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-tablet-align-center .xpro-infolist-item > a {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.elementor-tablet-align-left .xpro-infolist-media-type-icon::before,
.elementor-tablet-align-right .xpro-infolist-media-type-icon::before {
content: "";
}
.elementor-tablet-align-center .xpro-infolist-media-type-icon::before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after,
.xpro-elementor-horizontal-menu-responsive-tablet [class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-tablet [class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: none;
}
.xpro-elementor-horizontal-menu-responsive-tablet {
position: fixed;
height: 100vh;
width: 400px;
max-width: 100%;
right: 0;
top: 0;
text-align: right;
background-color: #f5f5f5;
padding: 30px;
overflow: auto;
z-index: 999;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-elementor-horizontal-menu-responsive-tablet.xpro-push-left {
left: 0;
right: auto;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.admin-bar .xpro-elementor-horizontal-menu-responsive-tablet {
top: 32px;
}
.admin-bar .xtb-appear .xpro-elementor-horizontal-menu-responsive-tablet {
top: 0;
}
.xpro-elementor-horizontal-menu-responsive-tablet.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-responsive-tablet ~ .xpro-elementor-horizontal-menu-overlay,
.xpro-elementor-horizontal-menu-responsive-tablet ~ .xpro-elementor-horizontal-menu-toggler-wrapper {
display: block;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-close {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 20px;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li {
position: relative;
width: 100%;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > a {
margin: 0;
width: 100%;
min-height: 30px;
padding: 20px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
border-bottom: 1px solid #e6e6e6;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu {
position: relative;
left: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
left: 0 !important;
top: 0 !important;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
position: absolute;
right: 0;
padding: 0;
width: 50px;
height: 100%;
z-index: 2;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-dropdown-menu-toggle:focus,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-dropdown-menu-toggle:hover {
outline: dotted 1px;
outline-offset: -1px;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav li > a > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav li > a.active > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > a {
color: #a2a2a2;
background-color: #efefef;
border-bottom: 1px solid #ffffff69;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > a:hover {
color: #2b2b2b;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--tabletleft .xpro-testimonial-quote {
right: 0;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 30px -30px 0;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--tabletcenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--tabletright .xpro-testimonial-quote {
right: auto;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 0 -30px 30px;
}
.elementor-tablet-align-left .xpro-business-hour-item,
.xpro-post-grid-align-tablet-center .xpro-post-grid-author,
.xpro-post-grid-align-tablet-center .xpro-post-grid-meta-list > li,
.xpro-post-grid-align-tablet-left .xpro-post-grid-author,
.xpro-post-grid-align-tablet-left .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletleft,
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft,
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletleft .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletleft .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletcenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletright {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .xpro-testimonial-image {
margin: 0 30px 0 0;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright > {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft .xpro-testimonial-quote {
left: 0;
right: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright .xpro-testimonial-quote {
right: 0;
left: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-content::after {
left: 60px;
right: auto;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-content::after {
right: auto;
left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-content::after {
left: auto;
right: 60px;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-tablet-align-right .xpro-business-hour-item,
.xpro-post-grid-align-tablet-right .xpro-post-grid-author,
.xpro-post-grid-align-tablet-right .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-post-grid-align-tablet-left .xpro-post-grid-content {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-post-grid-align-tablet-center .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-align-tablet-right .xpro-post-grid-content {
text-align: right;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.elementor-tablet-align-left .xpro-business-hour-day,
.elementor-tablet-align-right .xpro-business-hour-time,
.xpro-post-grid-align-tablet-center img ~ .xpro-post-grid-author-content,
.xpro-post-grid-align-tablet-left img ~ .xpro-post-grid-author-content {
text-align: left;
}
.elementor-tablet-align-left .xpro-business-hour-time,
.elementor-tablet-align-right .xpro-business-hour-day,
.xpro-post-grid-align-tablet-right img ~ .xpro-post-grid-author-content {
text-align: right;
}
.xpro-post-list-main {
-ms-grid-columns: none !important;
grid-template-columns: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.elementor-tablet-align-right .xpro-taxonomy-list-content,
.elementor-tablet-align-right .xpro-taxonomy-list > li > a,
.xpro-content-align-tabletright .xpro-box-icon-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item {
width: calc(100% / 2);
}
.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item {
width: calc(100% / 3);
}
.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item {
width: calc(100% / 4);
}
.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item {
width: calc(100% / 5);
}
.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item {
width: calc(100% / 6);
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(2n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6n) {
border-right-width: 0 !important;
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 0 !important;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(odd),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6n + 1) {
border-left-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6) {
border-top-right-radius: 10px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-last-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-last-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-last-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-last-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-last-child(6) {
border-bottom-left-radius: 10px;
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item {
width: calc((100% / 2) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item {
width: calc((100% / 3) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item {
width: calc((100% / 4) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item {
width: calc((100% / 5) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item {
width: calc((100% / 6) - 1rem);
}
.elementor-tablet-align-left .xpro-block-quote-layout-1 .xpro-block-quote-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-icon,
.elementor-tablet-align-left .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.elementor-tablet-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
display: inline-block;
text-align: center;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-tablet-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
margin-bottom: 10px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: 100%;
margin-left: 5px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: auto;
right: 100%;
margin-right: 5px;
}
.elementor-tablet-align-left .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
}
.elementor-tablet-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -30px;
}
.elementor-tablet-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: left;
margin: 25px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-2 .xpro-block-quote-icon {
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
margin-top: -30px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: center;
margin: 25px 10px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) rotateY(180deg);
transform: translateY(-50%) rotateY(180deg);
margin-top: 0;
margin-left: -30px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: right;
margin: 25px;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner::before {
-webkit-transform: rotate(-40deg) skew(5deg);
-ms-transform: rotate(-40deg) skew(5deg);
transform: rotate(-40deg) skew(5deg);
}
.elementor-tablet-align-left .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: left;
}
.elementor-tablet-align-center .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: center;
}
.elementor-tablet-align-right .xpro-block-quote-layout-3,
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: right;
}
.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 145px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin-top: 25px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
display: inline-block;
text-align: center;
z-index: 1;
}
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
margin-bottom: 15px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 145px;
left: auto;
}
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 0;
}
.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-icon,
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 40px;
top: 30px;
right: auto;
}
.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 50%;
margin-left: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
left: auto;
top: 30px;
right: 40px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
right: 0;
left: auto;
}
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50px;
margin-left: -35px;
border-left: none !important;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
}
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
margin-left: -20px;
}
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 127px;
text-align: left;
}
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
}
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -25px;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
border-left: none !important;
}
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 217px;
text-align: center;
}
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -85px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -62px;
border-right: none !important;
border-radius: 50px 0 0;
border-left: 2px solid #6ec1e4;
}
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 144px 10px 0;
text-align: right;
}
.elementor-tablet-align-left .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 20px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-tablet-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 20px;
left: auto;
}
.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-tablet-align-center .xpro-block-quote-layout-9 .xpro-block-quote-inner,
.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-left: 5px solid #6ec1e4;
border-right: none;
}
.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: 0;
left: auto;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-tablet-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%) rotate(0);
-ms-transform: translateX(-50%) rotate(0);
transform: translateX(-50%) rotate(0);
}
.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: auto;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-tablet-align-left .xpro-taxonomy-list-content,
.elementor-tablet-align-left .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-tablet-align-center .xpro-taxonomy-list-content {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.elementor-tablet-align-center .xpro-taxonomy-list > li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.xpro-preview-header-left,
.xpro-preview-header-right {
min-width: auto;
}
.xpro-filter-dropdown-mobile > ul > li.cbp-filter-item.cbp-filter-item-active,
.xpro-news-ticker-navigation,
.xpro-preview-layout-1 .xpro-preview-header-info,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-arrow,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-circle,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-line,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-line-arrow,
.xpro-table-responsive .xpro-table-head {
display: none;
}
.admin-bar .xpro-preview {
top: 45px;
height: calc(100vh - 45px);
}
.xpro-filter-dropdown-mobile .xpro-select-option {
width: 100%;
position: relative;
background-color: var(--e-global-color-primary);
color: #fff;
margin: 0;
padding: 10px 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
text-align: left;
display: block;
}
.xpro-filter-dropdown-mobile .xpro-select-content {
pointer-events: none;
}
.xpro-filter-dropdown-mobile.active .xpro-select-icon {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.xpro-filter-dropdown-mobile .xpro-select-icon {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 35px;
line-height: 35px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-align: center;
}
.xpro-filter-dropdown-mobile .cbp-l-filters-button {
width: 100%;
position: absolute;
left: 0;
padding: 0;
list-style: none;
display: none;
border-top: 1px solid #fff;
z-index: 9;
margin: 0;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-filter-dropdown-mobile.active .cbp-l-filters-button {
display: -ms-inline-grid;
display: inline-grid;
}
.xpro-filter-dropdown-mobile .cbp-l-filters-button .cbp-filter-item {
position: relative;
font: inherit;
border: none !important;
border-bottom: 1px solid #fff !important;
background-color: var(--e-global-color-primary) !important;
color: #fff !important;
padding: 10px 15px;
margin: 0 !important;
border-radius: 0 !important;
width: 100%;
text-align: left;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
}
.xpro-filter-dropdown-mobile .cbp-l-filters-button:hover {
border-color: #fff;
}
.xpro-content-align-mobileright .xpro-box-icon-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-mobile-align-left .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-mobile-left .xpro-post-grid-meta-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.elementor-mobile-align-center .xpro-infolist-layout-horizontal,
.elementor-mobile-align-center .xpro-taxonomy-list > li > a,
.xpro-post-grid-align-mobile-center .xpro-post-grid-meta-list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-mobile-align-right .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-mobile-right .xpro-post-grid-meta-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-content,
.elementor-mobile-align-left .xpro-infolist-item,
.elementor-mobile-align-left .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.elementor-mobile-align-center .xpro-infolist-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content,
.elementor-mobile-align-right .xpro-infolist-item,
.elementor-mobile-align-right .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-mobile-align-center .xpro-infolist-item > a {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.elementor-mobile-align-left .xpro-infolist-media-type-icon::before,
.elementor-mobile-align-right .xpro-infolist-media-type-icon::before {
content: "";
}
.elementor-mobile-align-center .xpro-infolist-media-type-icon::before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after,
.xpro-elementor-horizontal-menu-responsive-mobile [class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-mobile [class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: none;
}
.xpro-elementor-horizontal-menu-responsive-mobile {
position: fixed;
height: 100vh;
width: 400px;
max-width: 100%;
right: 0;
top: 0;
text-align: right;
background-color: #f5f5f5;
padding: 30px;
overflow: auto;
z-index: 999;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-elementor-horizontal-menu-responsive-mobile.xpro-push-left {
left: 0;
right: auto;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.admin-bar .xpro-elementor-horizontal-menu-responsive-mobile {
top: 32px;
}
.admin-bar .xtb-appear .xpro-elementor-horizontal-menu-responsive-mobile {
top: 0;
}
.xpro-elementor-horizontal-menu-responsive-mobile.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-responsive-mobile ~ .xpro-elementor-horizontal-menu-overlay,
.xpro-elementor-horizontal-menu-responsive-mobile ~ .xpro-elementor-horizontal-menu-toggler-wrapper,
.xpro-table-responsive .xpro-table-body-row .xpro-table-head-column-cell {
display: block;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-close {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 20px;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li {
position: relative;
width: 100%;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > a {
margin: 0;
width: 100%;
min-height: 30px;
padding: 20px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
border-bottom: 1px solid #e6e6e6;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu {
position: relative;
left: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: none;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
left: 0 !important;
top: 0 !important;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
margin-left: auto;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
position: absolute;
right: 0;
padding: 0;
width: 50px;
height: 100%;
z-index: 2;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-dropdown-menu-toggle:focus,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-dropdown-menu-toggle:hover {
outline: dotted 1px;
outline-offset: -1px;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav li > a > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav li > a.active > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > a {
color: #a2a2a2;
background-color: #efefef;
border-bottom: 1px solid #ffffff69;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > a:hover {
color: #2b2b2b;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--mobileleft .xpro-testimonial-quote {
right: 0;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 30px -30px 0;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--mobilecenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--mobileright .xpro-testimonial-quote {
right: auto;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 0 -30px 30px;
}
.elementor-mobile-align-left .xpro-business-hour-item,
.xpro-post-grid-align-mobile-center .xpro-post-grid-author,
.xpro-post-grid-align-mobile-center .xpro-post-grid-meta-list > li,
.xpro-post-grid-align-mobile-left .xpro-post-grid-author,
.xpro-post-grid-align-mobile-left .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileleft,
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft,
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileleft .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileleft .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobilecenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileright {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .xpro-testimonial-image {
margin: 0 30px 0 0;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft .xpro-testimonial-quote {
left: 0;
right: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright .xpro-testimonial-quote {
right: 0;
left: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-content::after {
left: 60px;
right: auto;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-content::after {
right: auto;
left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-content::after {
left: auto;
right: 60px;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-mobile-align-right .xpro-business-hour-item,
.elementor-mobile-align-right .xpro-taxonomy-list-content,
.elementor-mobile-align-right .xpro-taxonomy-list > li > a,
.xpro-post-grid-align-mobile-right .xpro-post-grid-author,
.xpro-post-grid-align-mobile-right .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item {
width: calc(100% / 2);
}
.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item {
width: calc(100% / 3);
}
.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item {
width: calc(100% / 4);
}
.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item {
width: calc(100% / 5);
}
.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item {
width: calc(100% / 6);
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(2n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6n) {
border-right-width: 0 !important;
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 0 !important;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(odd),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6n + 1) {
border-left-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6) {
border-top-right-radius: 10px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-last-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-last-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-last-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-last-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-last-child(6) {
border-bottom-left-radius: 10px;
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item {
width: calc((100% / 2) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item {
width: calc((100% / 3) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item {
width: calc((100% / 4) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item {
width: calc((100% / 5) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item {
width: calc((100% / 6) - 1rem);
}
.xpro-table-responsive .xpro-table-body-row {
display: block;
margin-bottom: 10px;
}
.xpro-table-responsive .xpro-table-body-row:last-child {
margin-bottom: 0 !important;
}
.xpro-table-responsive .xpro-table-body-row-cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
}
.xpro-table-responsive .xpro-table-body-row-cell > div {
width: 50%;
}
.xpro-table-responsive .xpro-table-body-row-cell-inner {
padding: 15px;
border: 1px solid #f3f3f3;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.xpro-news-ticker-wrapper {
display: block;
text-align: left;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-1::before,
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-2::before,
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-3::before {
display: none;
content: none;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title {
padding: 15px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.xpro-news-ticker {
padding: 15px 10px;
}
.xpro-post-grid-align-mobile-left .xpro-post-grid-content {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-post-grid-align-mobile-center .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-align-mobile-right .xpro-post-grid-content {
text-align: right;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.elementor-mobile-align-left .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap,
.elementor-mobile-align-left .xpro-business-hour-day,
.elementor-mobile-align-right .xpro-business-hour-time,
.xpro-post-grid-align-mobile-center img ~ .xpro-post-grid-author-content,
.xpro-post-grid-align-mobile-left img ~ .xpro-post-grid-author-content {
text-align: left;
}
.elementor-mobile-align-left .xpro-business-hour-time,
.elementor-mobile-align-right .xpro-block-quote-layout-3,
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap,
.elementor-mobile-align-right .xpro-business-hour-day,
.xpro-post-grid-align-mobile-right img ~ .xpro-post-grid-author-content {
text-align: right;
}
.elementor-mobile-align-left .xpro-block-quote-layout-1 .xpro-block-quote-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-icon,
.elementor-mobile-align-left .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.elementor-mobile-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
display: inline-block;
text-align: center;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-mobile-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
margin-bottom: 10px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: 100%;
margin-left: 5px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: auto;
right: 100%;
margin-right: 5px;
}
.elementor-mobile-align-left .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
}
.elementor-mobile-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -30px;
}
.elementor-mobile-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: left;
margin: 25px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-2 .xpro-block-quote-icon {
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
margin-top: -30px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: center;
margin: 25px 10px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) rotateY(180deg);
transform: translateY(-50%) rotateY(180deg);
margin-top: 0;
margin-left: -30px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: right;
margin: 25px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: center;
}
.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 145px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin-top: 0;
margin-right: 0;
}
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
display: inline-block;
text-align: center;
z-index: 1;
}
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
margin-bottom: 15px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 145px;
left: auto;
}
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 0;
}
.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-icon,
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 40px;
top: 30px;
right: auto;
}
.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 50%;
margin-left: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
left: auto;
top: 30px;
right: 40px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: auto;
right: 0;
}
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50px;
margin-left: -20px;
border-left: none !important;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
}
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
margin-left: -20px;
}
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 127px;
text-align: left;
}
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
}
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -25px;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
border-left: none !important;
}
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 170px;
text-align: center;
}
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -85px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -62px;
border-right: none !important;
border-radius: 50px 0 0;
border-left: 2px solid #6ec1e4;
}
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 144px 10px 0;
text-align: right;
}
.elementor-mobile-align-left .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 20px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-mobile-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 20px;
left: auto;
}
.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-mobile-align-center .xpro-block-quote-layout-9 .xpro-block-quote-inner,
.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-left: 5px solid #6ec1e4;
border-right: none;
}
.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: 0;
left: auto;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-mobile-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%) rotate(0);
-ms-transform: translateX(-50%) rotate(0);
transform: translateX(-50%) rotate(0);
}
.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: auto;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-mobile-align-left .xpro-taxonomy-list-content,
.elementor-mobile-align-left .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-mobile-align-center .xpro-taxonomy-list-content {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face{font-family:xpro-icons;src:url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.eot?d5ys91);src:url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.eot?d5ys91#iefix) format('embedded-opentype'),url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.ttf?d5ys91) format('truetype'),url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.woff?d5ys91) format('woff'),url(//dalesytraiteur.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.svg?d5ys91#xpro-icons) format('svg');font-weight:400;font-style:normal;font-display:block}.xi{font-family:xpro-icons,serif!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xi-xpro:before{content:"\ea20"}.xi-long-arrow-left:before{content:"\ea21"}.xi-long-arrow-right:before{content:"\ea22"}.xi-360:before{content:"\e900"}.xi-access-denied:before{content:"\e901"}.xi-accessibility:before{content:"\e902"}.xi-account:before{content:"\e903"}.xi-accounts:before{content:"\e904"}.xi-add-link:before{content:"\e905"}.xi-add-new-page:before{content:"\e906"}.xi-add-new-item:before{content:"\e907"}.xi-plus-circle:before{content:"\e908"}.xi-plus:before{content:"\e909"}.xi-aeroplane:before{content:"\e90a"}.xi-all-borders:before{content:"\e90b"}.xi-anchor:before{content:"\e90c"}.xi-app-store:before{content:"\e90d"}.xi-arrow-down-left:before{content:"\e90e"}.xi-arrow-down-right:before{content:"\e90f"}.xi-arrow-down-circle:before{content:"\e910"}.xi-arrow-down:before{content:"\e911"}.xi-arrow-left-circle:before{content:"\e912"}.xi-arrow-right-circle:before{content:"\e913"}.xi-arrow-right:before{content:"\e914"}.xi-arrow-up-left:before{content:"\e915"}.xi-arrow-up-right:before{content:"\e916"}.xi-arrow-up-circle:before{content:"\e917"}.xi-arrow-up:before{content:"\e918"}.xi-atom:before{content:"\e919"}.xi-avatar:before{content:"\e91a"}.xi-badge-2:before{content:"\e91b"}.xi-badge:before{content:"\e91c"}.xi-bag:before{content:"\e91d"}.xi-bar-graph:before{content:"\e91e"}.xi-battery-full:before{content:"\e91f"}.xi-battery:before{content:"\e920"}.xi-bed:before{content:"\e921"}.xi-bin:before{content:"\e922"}.xi-book:before{content:"\e923"}.xi-bookmark:before{content:"\e924"}.xi-briefcase:before{content:"\e925"}.xi-brightness-2:before{content:"\e926"}.xi-brightness-3:before{content:"\e927"}.xi-brightness:before{content:"\e928"}.xi-bulb:before{content:"\e929"}.xi-calander-2:before{content:"\e92a"}.xi-calander-3:before{content:"\e92b"}.xi-calander:before{content:"\e92c"}.xi-cart:before{content:"\e92d"}.xi-cast:before{content:"\e92e"}.xi-center-align:before{content:"\e92f"}.xi-chart:before{content:"\e930"}.xi-chat-bubble:before{content:"\e931"}.xi-chevron-down:before{content:"\e932"}.xi-chevron-left:before{content:"\e933"}.xi-chevron-right:before{content:"\e934"}.xi-chevron-up:before{content:"\e935"}.xi-circles:before{content:"\e936"}.xi-clipboard:before{content:"\e937"}.xi-clock:before{content:"\e938"}.xi-close-circle:before{content:"\e939"}.xi-cloud-2:before{content:"\e93a"}.xi-cloud-confirm:before{content:"\e93b"}.xi-cloud-download:before{content:"\e93c"}.xi-cloud-link:before{content:"\e93d"}.xi-cloud-refresh:before{content:"\e93e"}.xi-cloud-save:before{content:"\e93f"}.xi-cloud-upload:before{content:"\e940"}.xi-cloud:before{content:"\e941"}.xi-colors:before{content:"\e942"}.xi-copy-page:before{content:"\e943"}.xi-copy:before{content:"\e944"}.xi-credit-card:before{content:"\e945"}.xi-crop-2:before{content:"\e946"}.xi-crop:before{content:"\e947"}.xi-cross:before{content:"\e948"}.xi-cube:before{content:"\e949"}.xi-cursor:before{content:"\e94a"}.xi-dark-mode:before{content:"\e94b"}.xi-desktop:before{content:"\e94c"}.xi-dial-pad:before{content:"\e94d"}.xi-dislike:before{content:"\e94e"}.xi-down:before{content:"\e94f"}.xi-caret-down:before{content:"\e950"}.xi-download-circle:before{content:"\e951"}.xi-download:before{content:"\e952"}.xi-dribbble:before{content:"\e953"}.xi-drive:before{content:"\e954"}.xi-education:before{content:"\e955"}.xi-email:before{content:"\e956"}.xi-enter:before{content:"\e957"}.xi-expand:before{content:"\e958"}.xi-external-link:before{content:"\e959"}.xi-eye:before{content:"\e95a"}.xi-filter-2:before{content:"\e95b"}.xi-filter-3:before{content:"\e95c"}.xi-filter:before{content:"\e95d"}.xi-flight:before{content:"\e95e"}.xi-focus-2:before{content:"\e95f"}.xi-focus:before{content:"\e960"}.xi-food-2:before{content:"\e961"}.xi-food:before{content:"\e962"}.xi-forward:before{content:"\e963"}.xi-frame-2:before{content:"\e964"}.xi-glass-2:before{content:"\e965"}.xi-glass-3:before{content:"\e966"}.xi-glass:before{content:"\e967"}.xi-globe:before{content:"\e968"}.xi-graph:before{content:"\e969"}.xi-hamburger:before{content:"\e96a"}.xi-headphones:before{content:"\e96b"}.xi-heart:before{content:"\e96c"}.xi-heartbeat:before{content:"\e96d"}.xi-hide:before{content:"\e96e"}.xi-image-box:before{content:"\e96f"}.xi-image:before{content:"\e970"}.xi-info:before{content:"\e971"}.xi-inside-borders:before{content:"\e972"}.xi-landmark:before{content:"\e973"}.xi-layers-2:before{content:"\e974"}.xi-layers:before{content:"\e975"}.xi-left-align:before{content:"\e976"}.xi-left-sidebar:before{content:"\e977"}.xi-angle-left:before{content:"\e978"}.xi-caret-left:before{content:"\e979"}.xi-light-mode:before{content:"\e97a"}.xi-like:before{content:"\e97b"}.xi-link-2:before{content:"\e97c"}.xi-link-3:before{content:"\e97d"}.xi-link-4:before{content:"\e97e"}.xi-link:before{content:"\e97f"}.xi-map:before{content:"\e980"}.xi-masonry-layout:before{content:"\e981"}.xi-message-sent:before{content:"\e982"}.xi-message:before{content:"\e983"}.xi-mic-2:before{content:"\e984"}.xi-mic:before{content:"\e985"}.xi-mobile:before{content:"\e986"}.xi-mosaic:before{content:"\e987"}.xi-mouse-2:before{content:"\e988"}.xi-mouse-3:before{content:"\e989"}.xi-mouse:before{content:"\e98a"}.xi-move-center:before{content:"\e98b"}.xi-move-inside:before{content:"\e98c"}.xi-move-outside:before{content:"\e98d"}.xi-moving-cart:before{content:"\e98e"}.xi-mute:before{content:"\e98f"}.xi-no-border:before{content:"\e990"}.xi-no-signal:before{content:"\e991"}.xi-notification-bell:before{content:"\e992"}.xi-notification-bell-2:before{content:"\e993"}.xi-outside-border:before{content:"\e994"}.xi-page:before{content:"\e995"}.xi-paint:before{content:"\e996"}.xi-paper-clip:before{content:"\e997"}.xi-paperplane:before{content:"\e998"}.xi-paypal:before{content:"\e999"}.xi-phone-2:before{content:"\e99a"}.xi-phone-3:before{content:"\e99b"}.xi-phone-4:before{content:"\e99c"}.xi-phone-5:before{content:"\e99d"}.xi-phone-6:before{content:"\e99e"}.xi-phone:before{content:"\e99f"}.xi-pie-chart-2:before{content:"\e9a0"}.xi-pin-location:before{content:"\e9a1"}.xi-play-store:before{content:"\e9a2"}.xi-play:before{content:"\e9a3"}.xi-print:before{content:"\e9a4"}.xi-printer:before{content:"\e9a5"}.xi-profile-circle:before{content:"\e9a6"}.xi-profile:before{content:"\e9a7"}.xi-refresh:before{content:"\e9a8"}.xi-reverse:before{content:"\e9a9"}.xi-revert:before{content:"\e9aa"}.xi-revision:before{content:"\e9ab"}.xi-right-align:before{content:"\e9ac"}.xi-right-sidebar:before{content:"\e9ad"}.xi-angle-right:before{content:"\e9ae"}.xi-caret-right:before{content:"\e9af"}.xi-rocket:before{content:"\e9b0"}.xi-save-2:before{content:"\e9b1"}.xi-save:before{content:"\e9b2"}.xi-screen:before{content:"\e9b3"}.xi-search:before{content:"\e9b4"}.xi-secure:before{content:"\e9b5"}.xi-security-lock-2:before{content:"\e9b6"}.xi-security-lock:before{content:"\e9b7"}.xi-setting:before{content:"\e9b8"}.xi-cog:before{content:"\e9b9"}.xi-shield:before{content:"\e9ba"}.xi-smart-watch:before{content:"\e9bb"}.xi-sound:before{content:"\e9bc"}.xi-star:before{content:"\e9bd"}.xi-street-direction:before{content:"\e9be"}.xi-street:before{content:"\e9bf"}.xi-stretch:before{content:"\e9c0"}.xi-stretch-2:before{content:"\e9c1"}.xi-target-circle:before{content:"\e9c2"}.xi-target:before{content:"\e9c3"}.xi-ticket:before{content:"\e9c4"}.xi-tooltip-2:before{content:"\e9c5"}.xi-turn-up:before{content:"\e9c6"}.xi-turn-left:before{content:"\e9c7"}.xi-turn-right:before{content:"\e9c8"}.xi-turn-down:before{content:"\e9c9"}.xi-unsecure:before{content:"\e9ca"}.xi-angle-up:before{content:"\e9cb"}.xi-caret-up:before{content:"\e9cc"}.xi-upload:before{content:"\e9cd"}.xi-wrist-watch:before{content:"\e9ce"}.xi-write:before{content:"\e9cf"}.xi-edit:before{content:"\e9d0"}.xi-product-view:before{content:"\e9d1"}.xi-advance-accordion:before{content:"\e9d2"}.xi-advance-gallery:before{content:"\e9d3"}.xi-advance-heading:before{content:"\e9d4"}.xi-advance-portfolio:before{content:"\e9d5"}.xi-advance-table:before{content:"\e9d6"}.xi-advance-tabs:before{content:"\e9d7"}.xi-animated-heading:before{content:"\e9d8"}.xi-banner:before{content:"\e9d9"}.xi-before-after:before{content:"\e9da"}.xi-block-quote:before{content:"\e9db"}.xi-breadcrumbs:before{content:"\e9dc"}.xi-business-hours:before{content:"\e9dd"}.xi-button:before{content:"\e9de"}.xi-card:before{content:"\e9df"}.xi-carousel-gallery:before{content:"\e9e0"}.xi-carousel-portfolio:before{content:"\e9e1"}.xi-contact-form-7:before{content:"\e9e2"}.xi-content-table:before{content:"\e9e3"}.xi-content-toggle:before{content:"\e9e4"}.xi-countdown:before{content:"\e9e5"}.xi-counter:before{content:"\e9e6"}.xi-drop-cap:before{content:"\e9e7"}.xi-dual-button:before{content:"\e9e8"}.xi-facebook-feed:before{content:"\e9e9"}.xi-flip-box:before{content:"\e9ea"}.xi-hamburger:before{content:"\e9eb"}.xi-heading:before{content:"\e9ec"}.xi-horizontal-menu:before{content:"\e9ed"}.xi-horizontal-timeline:before{content:"\e9ee"}.xi-hot-spot:before{content:"\e9ef"}.xi-hover-card:before{content:"\e9f0"}.xi-icon-box:before{content:"\e9f1"}.xi-image-accordion:before{content:"\e9f2"}.xi-image-masking:before{content:"\e9f3"}.xi-image-slider:before{content:"\e9f4"}.xi-info-box:before{content:"\e9f5"}.xi-info-list:before{content:"\e9f6"}.xi-instagram-feed:before{content:"\e9f7"}.xi-list-group:before{content:"\e9f8"}.xi-list-portfolio:before{content:"\e9f9"}.xi-logo-carousel:before{content:"\e9fa"}.xi-logo-grid:before{content:"\e9fb"}.xi-lottie:before{content:"\e9fc"}.xi-model-popup:before{content:"\e9fd"}.xi-multi-layer-slider:before{content:"\e9fe"}.xi-news-ticker:before{content:"\e9ff"}.xi-pie-chart:before{content:"\ea00"}.xi-post-carousel:before{content:"\ea01"}.xi-post-grid:before{content:"\ea02"}.xi-post-list:before{content:"\ea03"}.xi-post-tiles:before{content:"\ea04"}.xi-pricing-carouel:before{content:"\ea05"}.xi-pricing-matrix:before{content:"\ea06"}.xi-pricing:before{content:"\ea07"}.xi-progress-bar:before{content:"\ea08"}.xi-restaurant-menu:before{content:"\ea09"}.xi-reviews:before{content:"\ea0a"}.xi-scroll-image:before{content:"\ea0b"}.xi-search-bar:before{content:"\ea0c"}.xi-separator:before{content:"\ea0d"}.xi-simple-gallery:before{content:"\ea0e"}.xi-simple-portfolio:before{content:"\ea0f"}.xi-social:before{content:"\ea10"}.xi-share:before{content:"\ea11"}.xi-code:before{content:"\ea12"}.xi-step-flow:before{content:"\ea13"}.xi-sticky-video:before{content:"\ea14"}.xi-table:before{content:"\ea15"}.xi-team-carousel:before{content:"\ea16"}.xi-team-grid:before{content:"\ea17"}.xi-testimonial-carousel:before{content:"\ea18"}.xi-testimonial:before{content:"\ea19"}.xi-tooltip:before{content:"\ea1a"}.xi-twitter-feed:before{content:"\ea1b"}.xi-verticle-menu:before{content:"\ea1c"}.xi-verticle-timeline:before{content:"\ea1d"}.xi-video:before{content:"\ea1e"}.xi-wp-forms:before{content:"\ea1f"}.xpro-woo-featured-flash-btn,.xpro-woo-sale-flash-btn{text-transform:uppercase;padding:5px 11px;line-height:1}.elementor-widget-xpro-woo-product-title a{display:inline-block}.elementor-widget-xpro-woo-product-title .xpro-woo-product-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--e-global-color-primary);font-weight:600;line-height:1}.xpro-woo-product-title-icon-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-title-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-woo-product-price-cls del{text-decoration:none}.xpro-woo-product-price-cls del .woocommerce-Price-amount{text-decoration:line-through}.xpro-woo-product-price-cls .amount{color:#8f3881;font-size:1.25em;margin-bottom:10px}.xpro-product-image-wrapper{position:relative;display:inline-block;width:100%}.xpro-product-image-wrapper>div{width:100%!important}.xpro-product-image-wrapper a,.xpro-woo-product-grid-add-to-cart-btn{display:block}.woocommerce .xpro-product-image-wrapper div.images.woocommerce-product-gallery,.xpro-product-image-wrapper img,.xpro-qv-layout-2 .xpro-qv-popup-wrapper .single_add_to_cart_button{width:100%}.elementor-editor-active .xpro-product-image-wrapper>div{opacity:1!important;visibility:visible!important}.xpro-woo-product-rating-info-cls{text-align:center;border:1px dashed #dddada8f;padding:10px}.xpro-woo-themer-module-layout-cls .xpro-woo-product-rating-wrapper div.star-rating{margin:0}.elementor-widget-xpro-woo-add-to-cart form.cart,.woocommerce-variation-add-to-cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.elementor-widget-xpro-woo-add-to-cart form.variations_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-xpro-woo-add-to-cart form.grouped_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-xpro-woo-add-to-cart form.cart .input-text.qty{font-size:16px;font-weight:500;letter-spacing:.5px;color:#101010;background:#fff;padding:10px;text-align:center;border-style:solid;border-color:#80808038;height:50px;width:60px}.elementor-widget-xpro-woo-add-to-cart form.cart button.alt{background-color:#2b2b2b!important;border:1px solid #2b2b2b;color:#fff!important;font-weight:600;text-transform:capitalize;border-radius:5px;padding:15px 35px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.elementor-widget-xpro-woo-add-to-cart form.cart button.alt:hover{background-color:transparent!important;color:#2b2b2b!important}.elementor-widget-xpro-woo-add-to-cart table{margin-bottom:30px}.elementor-widget-xpro-woo-add-to-cart table td,.xpro-woo-qv-content-sec .content-sec{position:relative}.elementor-widget-xpro-woo-add-to-cart table,.elementor-widget-xpro-woo-add-to-cart td,.elementor-widget-xpro-woo-add-to-cart th,.variations_form.cart .variations,.variations_form.cart .variations td,.variations_form.cart .variations th,.xpro-qv-layout-2 .xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity,.xpro-qv-layout-3 .xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity,.xpro-qv-layout-4 .xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity,.xpro_swatches .swatch.swatch_color,.xpro_swatches .swatch_color.selected{border:none}.elementor-widget-xpro-woo-add-to-cart .variations tr,.xpro-woo-product-grid-star-rating-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-xpro-woo-add-to-cart .reset_variations{margin-top:8px;display:inline-block;color:red;position:relative;left:10px}.elementor-widget-xpro-woo-add-to-cart .price{font-size:20px;margin:15px 0;display:block;color:var(--e-global-color-primary)}.xpro-quantity-wrap{display:-webkit-box;display:-ms-flexbox;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.woocommerce div.product form.cart .button{float:none!important}.xpro-quantity-wrap input::-webkit-inner-spin-button,.xpro-quantity-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xpro-woo-product-grid-main:not(.cbp-ready) .cbp-item{opacity:0;visibility:hidden}.xpro-woo-product-grid-img{-webkit-transition:0.2s;transition:0.2s;-o-transition:0.2s;min-height:360px;-o-object-fit:cover;object-fit:cover}.xpro-woo-product-img-section{position:relative;overflow:hidden}.xpro-woo-product-img-section .xpro-gallery-first-img-url,.xpro-woo-product-img-section:hover .xpro-gallery-second-img-url{opacity:1;visibility:visible;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.xpro-woo-product-img-section:hover .xpro-gallery-first-img-url{opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.xpro-woo-product-img-section .xpro-gallery-second-img-url{position:absolute;top:0;left:0;opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.xpro-woo-product-img-section::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:#fff0;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-hv-cart-btn.xpro-cta-btn,.xpro-hv-qv-btn.xpro-cta-btn,.xpro-product-grid-hv-cta-section{display:-webkit-box;display:-ms-flexbox;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out}.xpro-product-grid-hv-cta-section{position:absolute;left:auto;right:20px;top:20px;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:30px;z-index:9;grid-gap:10px;transition:0.3s ease-in-out}.xpro-hv-cart-btn.xpro-cta-btn,.xpro-hv-qv-btn.xpro-cta-btn{width:40px;border-radius:50%;height:40px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d;background-color:#fff;color:#2b2b2b;transition:0.3s ease-in-out}.xpro-hv-cart-btn.xpro-cta-btn a{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;padding:0!important;width:40px;height:40px}.xpro-hv-cart-btn.xpro-cta-btn a.added_to_cart{display:none!important}.xpro-hv-cart-btn.xpro-cta-btn:hover,.xpro-hv-qv-btn.xpro-cta-btn:hover{background-color:#222;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-hv-qv-btn,.xpro-hv-qv-btn i,.xpro-qv-cart-btn .button::before{font-size:14px;color:#2b2b2b;font-weight:600}.xpro-hv-cart-btn.xpro-cta-btn:hover .xpro-qv-cart-btn .button::before,.xpro-hv-qv-btn.xpro-cta-btn:hover,.xpro-hv-qv-btn.xpro-cta-btn:hover>i{color:#fff;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.woocommerce .xpro-qv-cart-btn a.button,.woocommerce .xpro-qv-cart-btn a.button:focus,.woocommerce .xpro-qv-cart-btn a.button:hover,.xpro-qv-cart-btn a.button,.xpro-qv-cart-btn a.button:focus{background-color:#fff0;color:#736969;text-indent:-99999px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #fff0;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xpro-qv-cart-btn a.button:focus,.xpro-qv-cart-btn a.button:hover{background-color:#fff0;color:#736969}.xpro-qv-cart-btn .button.product_type_external::before,.xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-qv-cart-btn .button.product_type_simple::before,.xpro-qv-cart-btn .button.product_type_variable::before{position:absolute;left:0;width:100%;height:auto;font-size:14px;font-weight:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-indent:0;font-family:xpro-icons}.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_external::before,.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_simple::before,.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_variable::before{top:-14px}.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.add_to_cart_button.added::before{top:-22px}.xpro-woo-prodcuts-layouts .xpro-woo-product-grid-layout-10 .ajax_add_to_cart::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_external::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_simple::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_variable::before{top:10px}.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.add_to_cart_button.added::before{top:-2px}.xpro-qv-cart-btn .button.product_type_external::before,.xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-qv-cart-btn .button.product_type_variable::before{content:"\e97f"}.xpro-qv-cart-btn .button.product_type_simple::before{content:"\e92d"}.xpro-qv-cart-btn .button.add_to_cart_button.loading::before{font-family:"Font Awesome 5 Free";content:"\f1ce";position:absolute;left:0;text-indent:0;font-size:14px;font-weight:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}.xpro-qv-cart-btn .button.add_to_cart_button.added::before{position:absolute;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-indent:0;font-family:xpro-icons;content:"\e97b";font-size:14px;font-weight:900}.xpro-qv-cart-btn .added_to_cart,.xpro-qv-loader-wrapper,.xpro-qv-main-wrapper .reset_variations,.xpro-qv-popup-inner .woocommerce-notices-wrapper{display:none}.xpro-hv-qv-btn{cursor:pointer}.xpro-product-grid-wrapper .xpro-woo-product-grid-content-sec{border-top:1px solid #b9b3b321}.xpro-woo-product-grid-category-wrapper{position:relative;margin-bottom:5px}.xpro-woo-product-grid-title{line-height:1.2;font-size:17px;font-weight:400;margin:0 0 5px}.xpro-woo-product-grid-price-wrapper{margin:5px 0}.xpro-woo-product-grid-price-wrapper .price{font-weight:700;font-size:14px;color:#444}.xpro-woo-product-grid-add-to-cart-btn .button{position:relative;padding:12px 30px;font-size:14px;text-align:center;border-radius:5px;background-color:#2b2b2b;color:#fff;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;display:inline-block;margin-top:15px}.xpro-woo-product-grid-add-to-cart-btn .added_to_cart{margin:0 10px}.xpro-woo-product-grid-add-to-cart-btn .loading::after{font-size:15px;position:absolute;text-indent:0;font-family:"Font Awesome 5 Free";content:"\f1ce";font-weight:900;animation:2s linear infinite spin;-webkit-animation:2s linear infinite spin;margin-left:5px;height:22px;width:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:10px;top:12px}.xpro-woo-product-grid-badges-wrapper{position:absolute;left:0;top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xpro-woo-sale-flash-btn{background-color:#fff;color:#000;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d;font-size:14px}.xpro-woo-featured-flash-btn{background-color:#3b3b3b;color:#fff;font-size:14px}.xpro-woo-product-grid-excerpt{margin-bottom:10px}.xpro-woo-out-of-stock-btn{background-color:#000;color:#fff;padding:10px}.xpro-woo-product-grid-content-sec,.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-content-sec{padding:15px 0}.woocommerce table.shop_table .quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xpro-woo-product-grid-layout-1 .xpro-product-grid-hv-cta-section{right:-20%;visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{right:20px;visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-btn-section,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-btn-section{position:absolute;bottom:-50px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;width:100%;display:inline-block;max-width:100%;text-align:center;z-index:2}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{bottom:20px;visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-add-to-cart-btn .button,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button{background-color:#fff;color:#2b2b2b;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button:hover,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-add-to-cart-btn .button:hover,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button:hover{background-color:#2b2b2b;color:#fff}.xpro-woo-product-grid-layout-2 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{background-color:#0000001a;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-2 .xpro-product-grid-hv-cta-section{top:40%;left:50%;-webkit-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-2 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-3 .xpro-product-grid-hv-cta-section{top:auto;bottom:20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-4 .xpro-product-grid-hv-cta-section{top:40px;left:20px;right:auto;visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;grid-gap:0}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{top:20px;visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-5 .xpro-product-grid-hv-cta-section,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-btn-section{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transition:0.5s;-o-transition:0.5s;opacity:0;visibility:hidden}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-badges-wrapper{right:0;left:auto}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item .xpro-hv-qv-btn{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item .xpro-hv-cart-btn{border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.xpro-woo-product-grid-layout-4 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-4 .xpro-hv-qv-btn.xpro-cta-btn{border-bottom:1px solid #eee}.xpro-woo-product-grid-layout-4 .xpro-hv-cart-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-4 .xpro-hv-qv-btn.xpro-cta-btn:last-child{border-bottom:none!important}.xpro-woo-product-grid-layout-5 .xpro-product-grid-hv-cta-section{top:-40px;left:50%;right:auto;transform:translateX(-50%);transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-btn-section{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);transition:0.5s;width:100%;display:inline-block;max-width:100%;text-align:center;z-index:3}.xpro-woo-product-grid-layout-6 .xpro-product-grid-hv-cta-section{bottom:-40px;top:auto;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;grid-gap:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{bottom:20px;visibility:visible;opacity:1;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item .xpro-hv-qv-btn{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:5px;border-bottom-left-radius:5px}.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item .xpro-hv-cart-btn{border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.xpro-woo-product-grid-layout-6 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-6 .xpro-hv-qv-btn.xpro-cta-btn{border-right:1px solid #eee}.xpro-woo-product-grid-layout-6 .xpro-hv-cart-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-6 .xpro-hv-qv-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-7 .xpro-hv-cart-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-7 .xpro-hv-qv-btn.xpro-cta-btn:last-child{border-right:none!important}.xpro-woo-product-grid-layout-7 .xpro-product-grid-hv-cta-section{bottom:-20px;top:auto;left:auto;right:0;visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;grid-gap:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-7 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{bottom:0;visibility:visible;opacity:1;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.xpro-woo-product-grid-layout-7 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-7 .xpro-hv-qv-btn.xpro-cta-btn{border-radius:0;border-right:1px solid #eee}.xpro-woo-product-grid-layout-8 .xpro-product-grid-hv-cta-section{bottom:auto;z-index:3;top:20px;right:20px;left:auto;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-8 .xpro-cta-btn{opacity:0;visibility:hidden;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);position:relative;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-8 .xpro-woo-product-grid-item:hover .xpro-cta-btn,.xpro-woo-product-grid-layout-9 .xpro-woo-product-grid-item:hover .xpro-cta-btn{opacity:1;visibility:visible;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.xpro-woo-product-grid-layout-8 .xpro-woo-product-grid-item .xpro-cta-btn:nth-child(2),.xpro-woo-product-grid-layout-9 .xpro-woo-product-grid-item .xpro-cta-btn:nth-child(2){-webkit-transition-delay:75ms;-o-transition-delay:75ms;transition-delay:75ms}.xpro-woo-product-grid-layout-9 .xpro-product-grid-hv-cta-section{top:auto;right:auto;left:50%;bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-9 .xpro-cta-btn{opacity:0;visibility:hidden;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);position:relative;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{background-color:#ffffffe6;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-10 .xpro-product-grid-hv-cta-section{position:relative;left:auto;top:auto;right:auto;bottom:auto;opacity:0;visibility:hidden;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:5px 0}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{opacity:1;visibility:visible;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-content-sec{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;text-align:center;border:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;visibility:hidden;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;z-index:3}.xpro-woo-product-grid-layout-10 .star-rating{margin:5px auto}.xpro-woo-product-grid-layout-10 .star-rating::before,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn i,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-qv-cart-btn .button::before{color:#2b2b2b}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-add-to-cart-btn .button{padding:0;background-color:#fff0;color:#2b2b2b;margin:5px 0 0;text-decoration:underline}.xpro-woo-product-grid-layout-10 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-10 .xpro-hv-qv-btn.xpro-cta-btn{width:20px;height:20px;line-height:20px;background-color:#fff0;-webkit-box-shadow:none;box-shadow:none}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn.xpro-cta-btn{background-color:#fff0;-webkit-box-shadow:none;box-shadow:none}.xpro-qv-inner-wrapper .xpro-woo-product-simple .minus,.xpro-qv-inner-wrapper .xpro-woo-product-simple .plus{display:unset}.woocommerce-product-details__short-description{line-height:27px;padding:5px 0;margin:0 0 10px}.xpro-qv-inner-wrapper .price{font-size:19px;font-weight:600;color:#3e3e3e;margin-bottom:0;padding-bottom:0}.xpro-qv-inner-wrapper input::-webkit-inner-spin-button,.xpro-qv-inner-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xpro-woo-qv-content-sec::-webkit-scrollbar{width:8px}.xpro-woo-qv-content-sec::-webkit-scrollbar-track{background:#fff}.xpro-woo-qv-content-sec::-webkit-scrollbar-thumb{background:#afafaf}.xpro-woo-qv-content-sec::-webkit-scrollbar-thumb:hover{background:#04c2}.xpro-woo-qv-content-sec .product_title{font-weight:600;margin-bottom:13px;font-size:25px}.xpro-woo-qv-content-sec .woocommerce-product-rating{margin-top:0;margin-bottom:5px}.xpro-woo-qv-content-sec .xpro-woo-qv-product-title{color:#010101;font-size:24px;line-height:1;margin:7px 0 0}.xpro-woo-qv-content-sec .price{margin:0 0 13px;font-size:19px;font-weight:600;color:#3e3e3e}.xpro-woo-qv-content-sec .sku_wrapper .sku{color:#929292}.xpro-woo-qv-content-sec .quantity,.xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity,.xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity{width:70px}.xpro-woo-qv-content-sec .button,.xpro-woo-qv-content-sec .quantity{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;border:1px solid #0000001a}.xpro-woo-qv-content-sec input.qty{width:75px;min-height:40px}.xpro-woo-qv-inner-wrapper .xpro-woo-qv-left-sec,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-right-sec{width:50%;height:100%}.xpro-qv-popup-inner .xpro-fetch-qv-cls,.xpro-woo-qv-left-sec .xpro-woo-qv-img-sec{width:100%;height:100%}.xpro-woo-qv-content-sec{height:100%;width:100%;padding:20px;scrollbar-width:thin;overflow-y:scroll}.xpro-woo-qv-cross{position:fixed;right:17px;top:12px;cursor:pointer;padding:5px;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#2b2b2b;color:#fff}.xpro-woo-qv-cross i{font-size:14px}.xpro_elementor_category_term_name{color:var(--e-global-color-accent);font-size:14px}.xpro-qv-popup-wrapper{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden;z-index:9999}.xpro-qv-popup-wrapper .xpro-qv-popup-inner{position:relative;width:1100px;max-width:100%;height:550px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:1px solid;z-index:999;overflow:hidden}.xpro-woo-qv-img-sec .xpro-woo-product-grid-img{min-height:100%;height:400px;-o-object-fit:contain;object-fit:contain;width:100%}.xpro-qv-popup-wrapper .single_add_to_cart_button{position:relative;padding:12px 30px;background-color:#2b2b2b;color:#fff}.xpro-qv-popup-wrapper .single_add_to_cart_button.loading{padding-right:40px}.xpro-qv-popup-wrapper .loading::after{font-family:"Font Awesome 5 Free";content:"\f1ce";font-weight:900;vertical-align:center;position:absolute;right:.8em;-webkit-animation:2s linear infinite spin;animation:2s linear infinite spin}.xpro-qv-popup-wrapper .added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom;-webkit-animation:none;animation:none}.xpro-qv-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000009e;z-index:999;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;pointer-events:auto}.xpro-woo-qv-inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:100%}.xpro-woo-qv-inner-wrapper .img-sec img{width:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.xpro-qv-popup-wrapper input[type="email"],.xpro-qv-popup-wrapper input[type="number"],.xpro-qv-popup-wrapper input[type="password"],.xpro-qv-popup-wrapper input[type="search"],.xpro-qv-popup-wrapper input[type="tel"],.xpro-qv-popup-wrapper input[type="text"],.xpro-qv-popup-wrapper input[type="url"],.xpro-qv-popup-wrapper select,.xpro-qv-popup-wrapper textarea{width:100%;text-align:left}.xpro-qv-popup-wrapper input[type="number"]{border:none!important}.xpro-qv-popup-wrapper input[type="email"]:focus,.xpro-qv-popup-wrapper input[type="number"]:focus,.xpro-qv-popup-wrapper input[type="password"]:focus,.xpro-qv-popup-wrapper input[type="search"]:focus,.xpro-qv-popup-wrapper input[type="tel"]:focus,.xpro-qv-popup-wrapper input[type="text"]:focus,.xpro-qv-popup-wrapper input[type="url"]:focus,.xpro-qv-popup-wrapper select:focus,.xpro-qv-popup-wrapper textarea:focus{outline:0}.xpro-woo-qv-content-sec .woocommerce-variation{margin-bottom:15px}.woocommerce .xpro-woo-qv-content-sec input.qty{height:auto;width:auto}.xpro-qv-layout-1 .xpro-woo-qv-content-sec input.qty{text-align:center;padding:0}.xpro-qv-layout-1 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-1 .xpro-woo-qv-content-sec.simple form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:15px}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .product_meta{position:relative;margin:20px 0 0;padding:20px;background-color:#eeeeee4a;text-align:center}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .sku_wrapper{border-bottom:1px solid #ededed;display:block;width:100%;padding-bottom:10px;margin-bottom:10px}.xpro-qv-layout-1 .quantity .minus,.xpro-qv-layout-1 .quantity .plus{border:none;width:100%;height:100%;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-qv-layout-1 .quantity .minus:focus,.xpro-qv-layout-1 .quantity .minus:hover,.xpro-qv-layout-1 .quantity .plus:focus,.xpro-qv-layout-1 .quantity .plus:hover{background-color:#fff;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d;border:none;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-qv-layout-2 .xpro-qv-popup-wrapper .xpro-qv-popup-inner{padding:20px}.xpro-qv-layout-2 .xpro-woo-qv-content-sec{padding:0 20px}.xpro-qv-layout-2 .xpro-woo-qv-content-sec input.qty,.xpro-qv-layout-3 .xpro-woo-qv-content-sec input.qty,.xpro-qv-layout-4 .xpro-woo-qv-content-sec input.qty{text-align:center}.xpro-qv-layout-2 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-2 .xpro-woo-qv-content-sec.simple form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.xpro-qv-layout-2 .xpro-woo-qv-content-sec .product_meta{position:relative;margin:20px 0 0}.xpro-qv-layout-2 .xpro-woo-qv-content-sec .sku_wrapper{display:block;margin-bottom:10px}.xpro-qv-layout-2 .quantity .minus,.xpro-qv-layout-2 .quantity .plus{border:none;border-radius:0;width:100%;height:100%}.xpro-qv-layout-2 .quantity .minus{border-right:1px solid #0000001a}.xpro-qv-layout-2 .quantity .plus{border-left:1px solid #0000001a}.xpro-qv-layout-3 .xpro-woo-qv-content-sec{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-qv-layout-3 .xpro-woo-qv-content-sec .product_title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xpro-qv-layout-3 .xpro-woo-qv-content-sec .woocommerce-product-rating{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.xpro-qv-layout-3 .xpro-woo-qv-content-sec .price{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xpro-qv-layout-3 .woocommerce-variation-add-to-cart.variations_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:15px;width:100%}.xpro-qv-layout-3 .quantity .minus,.xpro-qv-layout-3 .quantity .plus{background-color:#0000001a;border-radius:0;width:100%;height:100%}.xpro-qv-layout-3 .product_meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background-color:#eeeeee4a;padding:25px 20px}.xpro-qv-layout-3 .woocommerce-product-details__short-description{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;color:grey;margin:13px 0}.xpro-qv-layout-3 .cart{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.xpro-qv-layout-4 input[type="email"],.xpro-qv-layout-4 input[type="number"],.xpro-qv-layout-4 input[type="password"],.xpro-qv-layout-4 input[type="search"],.xpro-qv-layout-4 input[type="tel"],.xpro-qv-layout-4 input[type="text"],.xpro-qv-layout-4 input[type="url"],.xpro-qv-layout-4 select,.xpro-qv-layout-4 textarea{background-color:#fff0}.xpro-qv-layout-4 .cart{margin-bottom:30px;padding:25px 15px;background-color:#d9d9d93d}.xpro-qv-layout-4 .woocommerce-variation-add-to-cart.variations_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:15px;width:100%}.xpro-qv-layout-4 .quantity .minus,.xpro-qv-layout-4 .quantity .plus{background-color:#0000001a;width:100%;height:100%}.xpro-qv-layout-4 .posted_in a{background-color:#2b2b2b;color:#fff;padding:5px 10px;margin:0 0 0 5px}.xpro-qv-preloader{width:100%;height:100vh;position:fixed;top:0;left:0;bottom:0;background:#0000009e;z-index:800;text-align:center;overflow:hidden}.xpro-qv-preloader-box{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:inline-block}.xpro-qv-preloader-layout .xpro-qv-preloader-box{width:85px;height:85px;-webkit-perspective:800px;perspective:800px}.xpro-qv-preloader-layout .xpro-qv-loader-spinner{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:3px solid #fff0}.xpro-qv-preloader-layout .xpro-qv-loader-spinner.spinner-1{left:0;top:0;-webkit-animation:1s linear infinite xprorotateonelayout10;animation:1s linear infinite xprorotateonelayout10;border-bottom:3px solid #fff}.xpro-qv-preloader-layout .xpro-qv-loader-spinner.spinner-2{right:0;top:0;-webkit-animation:1s linear infinite xprorotatetwolayout10;animation:1s linear infinite xprorotatetwolayout10;border-right:3px solid #fff}.xpro-qv-preloader-layout .xpro-qv-loader-spinner.spinner-3{right:0;bottom:0;-webkit-animation:1s linear infinite xprorotatethreelayout10;animation:1s linear infinite xprorotatethreelayout10;border-top:3px solid #fff}@-webkit-keyframes xprorotateonelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes xprorotateonelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes xprorotatetwolayout10{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes xprorotatetwolayout10{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes xprorotatethreelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@keyframes xprorotatethreelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@media (min-width:992px) and (max-width:1200px){.xpro-qv-popup-wrapper .xpro-qv-popup-inner{width:900px}}@media (min-width:700px) and (max-width:991px){.xpro-qv-popup-wrapper .xpro-qv-popup-inner{width:650px;max-width:100%;max-height:100%;overflow-y:scroll;display:block}.xpro-woo-qv-inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xpro-woo-qv-inner-wrapper .xpro-woo-qv-left-sec,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-right-sec{width:100%}.xpro-woo-qv-content-sec{max-height:100%;overflow:unset}.xpro-qv-layout-1 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-1 .xpro-woo-qv-content-sec.simple form.cart,.xpro-qv-layout-3 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-4 .woocommerce-variation-add-to-cart.variations_button{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .product_meta{text-align:left}.xpro-qv-layout-2 .xpro-woo-qv-content-sec{padding:20px 0}}@media (max-width:699px){.xpro-qv-popup-wrapper .xpro-qv-popup-inner{width:100%;max-width:100%;max-height:100%;overflow-y:scroll;display:block}.xpro-woo-qv-inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.woocommerce-grouped-product-list-item__quantity,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-left-sec,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-right-sec{width:100%}.xpro-woo-qv-content-sec{max-height:100%;overflow:unset}.xpro-qv-layout-1 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-1 .xpro-woo-qv-content-sec.simple form.cart,.xpro-qv-layout-3 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-4 .woocommerce-variation-add-to-cart.variations_button{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .product_meta{text-align:left}.xpro-qv-layout-2 .xpro-woo-qv-content-sec{padding:20px 0}}.aioseo-toc-header{width:100%;position:relative}.aioseo-toc-header:has(.aioseo-toc-header-area){flex-direction:column;align-items:flex-start}.aioseo-toc-header .aioseo-toc-header-title{align-items:center;color:#434960;display:flex;flex:1 0 auto;font-size:24px;font-weight:700;line-height:125%;max-width:100%;gap:8px}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{display:flex;border-radius:2px;cursor:pointer;transition:transform .3s ease;background-color:#e5f0ff;box-sizing:border-box;justify-content:center;align-items:center}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 0 8px 10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 10px 8px 0}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{width:14px;height:14px}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-right:10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-left:10px}.aioseo-toc-header .aioseo-toc-header-instructions{color:#2c324c;font-size:16px;margin-bottom:0;margin-top:16px}.aioseo-toc-header .aioseo-toc-header-buttons{flex:0 1 auto}.aioseo-toc-contents{transition:transform .3s ease,opacity .3s ease;transform-origin:top;display:block;opacity:1;transform:scaleY(1);padding-top:12px}.aioseo-toc-collapsed{opacity:0;transform:scaleY(0);height:0;overflow:hidden}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//dalesytraiteur.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//dalesytraiteur.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//dalesytraiteur.com/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}