@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.pure-events-archive {
margin: 2rem 0;
}
.pure-events-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.pure-events-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin: 2rem 0;
} .pure-event-card {
background: #fff;
border: 1px solid #e1e5e9;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
}
.pure-event-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
border-color: #ffa64d;
}
.pure-event-image {
position: relative;
overflow: hidden;
height: 200px;
}
.pure-event-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.pure-event-card:hover .pure-event-image img {
transform: scale(1.05);
}
.pure-event-date-badge {
position: absolute;
top: 15px;
left: 15px;
background: #ffa64d;
color: #fff;
padding: 8px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.pure-event-content {
padding: 1.5rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.pure-event-title {
margin: 0 0 1rem 0;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.3;
}
.pure-event-title a {
color: #23282d;
text-decoration: none;
transition: color 0.2s ease;
}
.pure-event-title a:hover {
color: #ffa64d;
}
.pure-event-excerpt {
color: #666;
line-height: 1.6;
margin-bottom: 1.5rem;
flex-grow: 1;
}
.pure-event-meta {
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid #e1e5e9;
}
.pure-event-meta-item {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 0.5rem;
font-size: 14px;
color: #666;
}
.pure-event-meta-item:last-child {
margin-bottom: 0;
}
.pure-event-meta-item .dashicons {
color: #ffa64d;
font-size: 16px;
width: 16px;
height: 16px;
}
.pure-event-category {
display: inline-block;
background: #f0f6fc;
color: #ffa64d;
padding: 4px 12px;
border-radius: 15px;
font-size: 12px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s ease;
}
.pure-event-category:hover {
background: #ffa64d;
color: #fff;
text-decoration: none;
}
.pure-event-read-more {
display: inline-block;
background: #ffa64d;
color: #fff;
padding: 10px 20px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
margin-top: 1rem;
transition: all 0.2s ease;
text-align: center;
}
.pure-event-read-more:hover {
background: #e6953f;
color: #fff;
text-decoration: none;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
} .pure-event-single {
max-width: 800px;
margin: 0 auto;
padding: 2rem 0;
}
.pure-event-single-header {
text-align: center;
margin-bottom: 3rem;
}
.pure-event-single-title {
font-size: 2.5rem;
font-weight: 700;
color: #23282d;
margin: 0 0 1rem 0;
line-height: 1.2;
}
.pure-event-single-meta {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
margin-bottom: 2rem;
}
.pure-event-single-meta-item {
display: flex;
align-items: center;
gap: 8px;
color: #666;
font-size: 16px;
}
.pure-event-single-meta-item .dashicons {
color: #ffa64d;
font-size: 20px;
width: 20px;
height: 20px;
}
.pure-event-single-image {
margin-bottom: 2rem;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.pure-event-single-image img {
width: 100%;
height: auto;
display: block;
}
.pure-event-single-content {
line-height: 1.8;
color: #333;
font-size: 16px;
}
.pure-event-single-content h2,
.pure-event-single-content h3,
.pure-event-single-content h4 {
color: #23282d;
margin: 2rem 0 1rem 0;
}
.pure-event-single-content p {
margin-bottom: 1.5rem;
}
.pure-event-single-content ul,
.pure-event-single-content ol {
margin-bottom: 1.5rem;
padding-left: 2rem;
}
.pure-event-single-content li {
margin-bottom: 0.5rem;
} .pure-events-categories-filter {
margin: 2rem 0;
text-align: center;
}
.pure-events-categories-filter .category-filter {
display: inline-block;
background: #f0f6fc;
color: #ffa64d;
padding: 8px 16px;
margin: 0 5px 10px;
border-radius: 20px;
text-decoration: none;
font-weight: 600;
transition: all 0.2s ease;
}
.pure-events-categories-filter .category-filter:hover,
.pure-events-categories-filter .category-filter.active {
background: #ffa64d;
color: #fff;
text-decoration: none;
} .pure-events-search {
margin: 2rem 0;
text-align: center;
}
.pure-events-search input[type="text"] {
padding: 12px 20px;
border: 2px solid #e1e5e9;
border-radius: 25px;
font-size: 16px;
width: 300px;
max-width: 100%;
transition: border-color 0.2s ease;
}
.pure-events-search input[type="text"]:focus {
outline: none;
border-color: #ffa64d;
}
.pure-events-search button {
background: #ffa64d;
color: #fff;
border: none;
padding: 12px 25px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
margin-left: 10px;
cursor: pointer;
transition: all 0.2s ease;
}
.pure-events-search button:hover {
background: #005a87;
transform: translateY(-1px);
} .pure-events-pagination {
margin: 3rem 0;
text-align: center;
}
.pagination-info {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid #e1e5e9;
}
.pagination-info p {
margin: 0;
font-size: 14px;
color: #6c757d;
font-weight: 500;
} .clear-filters-button {
display: inline-block;
padding: 8px 16px;
background: #dc3545;
color: #fff !important;
text-decoration: none;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
transition: all 0.2s ease;
margin-top: 8px;
}
.clear-filters-button:hover {
background: #c82333;
color: #fff !important;
text-decoration: none;
transform: translateY(-1px);
}
.pagination-nav {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
}
.page-numbers-wrap {
display: flex;
gap: 8px;
margin: 0 12px;
} .pure-events-nav-button {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background: #ffa64d;
color: #fff !important;
font-family: 'Quicksand', sans-serif !important;
border: none;
border-radius: 4px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
transition: all 0.2s ease;
min-width: 100px;
justify-content: center;
}
.pure-events-nav-button:hover:not(.disabled) {
background: #e6953f;
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pure-events-nav-button.disabled {
background: #e9ecef;
color: #adb5bd;
cursor: not-allowed;
pointer-events: none;
}
.pure-events-nav-button a {
color: #fff;
} .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
background: #fff;
border: 1px solid #e1e5e9;
border-radius: 4px;
color: #495057;
font-size: 14px;
font-weight: 500;
text-decoration: none;
transition: all 0.2s ease;
}
.page-numbers:hover:not(.current) {
background: #f8f9fa;
color: #ffa64d;
border-color: #ffa64d;
}
.page-numbers.current {
background: #ffa64d;
color: #fff;
border-color: #ffa64d;
}
.page-numbers.dots {
border: none;
padding: 0 4px;
pointer-events: none;
} .pure-events-nav-button .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
line-height: 1;
margin: 0 4px;
transition: transform 0.2s ease;
}
.pure-events-nav-button:hover:not(.disabled) .dashicons {
transform: translateX(-2px);
}
.pure-events-nav-button.next:hover:not(.disabled) .dashicons {
transform: translateX(2px);
} @media (max-width: 480px) {
.pagination-nav {
flex-wrap: wrap;
}
.pure-events-nav-button {
min-width: 120px;
padding: 10px 16px;
}
.page-numbers-wrap {
width: 100%;
justify-content: center;
margin: 12px 0;
}
} .pure-events-none {
text-align: center;
padding: 3rem 1rem;
color: #666;
}
.pure-events-none h3 {
color: #23282d;
margin-bottom: 1rem;
} .pure-events-loading {
text-align: center;
padding: 2rem;
color: #666;
}
.pure-events-loading .spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #f3f3f3;
border-top: 2px solid #ffa64d;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-right: 10px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @media (max-width: 768px) {
.pure-events-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.pure-events-list {
gap: 1rem;
}
.pure-event-single-title {
font-size: 2rem;
}
.pure-event-single-meta {
flex-direction: column;
gap: 1rem;
}
.pure-events-search input[type="text"] {
width: 100%;
margin-bottom: 10px;
}
.pure-events-search button {
margin-left: 0;
width: 100%;
}
.pure-events-categories-filter .category-filter {
display: block;
margin: 5px auto;
max-width: 200px;
}
}
@media (max-width: 480px) {
.pure-event-content {
padding: 1rem;
}
.pure-event-title {
font-size: 1.2rem;
}
.pure-event-single {
padding: 1rem 0;
}
.pure-event-single-title {
font-size: 1.8rem;
}
} .pure-events-language-switcher {
text-align: right;
margin-bottom: 20px;
padding: 15px;
background: #f8f9fa;
border-radius: 8px;
border: 1px solid #e9ecef;
}
.pure-events-language-switcher label {
margin-right: 10px;
font-weight: 600;
color: #495057;
}
.language-select {
padding: 8px 12px;
border: 1px solid #ced4da;
border-radius: 4px;
background: #fff;
font-size: 14px;
cursor: pointer;
}
.language-select:focus {
outline: none;
border-color: #ffa64d;
box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.25);
} .pure-events-list {
display: flex;
flex-direction: column;
gap: 20px;
} .pure-events-list-view {
max-width: 1200px;
margin: 0 auto;
} .pure-events-month-navigation {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 25px;
padding: 15px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.pure-events-month-navigation .current-month {
font-size: 20px;
font-weight: 600;
color: #333;
margin: 0;
}
.pure-events-month-navigation .pure-events-nav-button {
display: flex;
align-items: center;
padding: 8px 12px;
background: #ffa64d;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: all 0.2s ease;
font-size: 13px;
font-weight: 500;
line-height: 1;
}
.pure-events-month-navigation .pure-events-nav-button:hover {
background: #e6953f;
color: #fff;
transform: translateY(-1px);
}
.pure-events-month-navigation .prev-month {
padding-left: 10px;
}
.pure-events-month-navigation .next-month {
padding-right: 10px;
}
.pure-events-month-navigation .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
margin: 0 3px;
line-height: 1;
} .month-group {
margin-bottom: 35px;
}
.month-group:last-child {
margin-bottom: 25px;
}
.month-header {
font-size: 18px;
font-weight: 600;
color: #495057;
margin: 0 0 20px 0;
padding: 12px 15px;
background: #f8f9fa;
border-radius: 6px;
border-left: 3px solid #ffa64d;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} .pure-events-list-view .month-group {
margin-bottom: 30px;
}
.pure-events-list-view .month-group:last-child {
margin-bottom: 20px;
}
.pure-events-list-view .month-header {
transition: all 0.2s ease;
}
.pure-events-list-view .month-header:hover {
background: #f0f2f4;
border-left-width: 4px;
} .pure-events-list .pure-event-item {
display: flex;
margin-bottom: 20px;
padding: 20px;
background: #fff;
border: 1px solid #e9ecef;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
}
.pure-events-list .pure-event-item:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
border-color: #ffa64d;
}
.pure-events-list .pure-event-item.featured {
border-left: 4px solid #ffa64d;
} .event-date-block {
flex-shrink: 0;
width: 80px;
text-align: center;
margin-right: 20px;
padding: 15px 10px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.event-day {
font-size: 14px;
font-weight: 500;
color: #6c757d;
text-transform: uppercase;
margin-bottom: 5px;
}
.event-date {
font-size: 28px;
font-weight: 700;
color: #333;
line-height: 1;
} .event-details {
flex: 1;
min-width: 0;
}
.event-featured {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.featured-icon {
color: #ffa64d;
font-size: 16px;
margin-right: 8px;
}
.featured-text {
color: #ffa64d;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
}
.event-date-range {
font-size: 14px;
color: #6c757d;
margin-bottom: 8px;
}
.event-title {
margin: 0 0 10px 0;
font-size: 18px;
font-weight: 600;
line-height: 1.3;
}
.event-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
cursor: pointer;
}
.event-title a:hover {
color: #ffa64d;
}
.event-title.no-link {
color: #333;
cursor: default;
}
.event-time {
font-size: 14px;
color: #495057;
margin-bottom: 8px;
}
.event-location {
display: flex;
align-items: center;
font-size: 14px;
color: #6c757d;
margin-bottom: 8px;
}
.location-icon {
margin-right: 5px;
font-size: 12px;
}
.event-excerpt {
font-size: 14px;
color: #495057;
line-height: 1.5;
margin-top: 10px;
} .pure-event-item:has(.event-featured) {
border-left: 4px solid #ffa64d;
background: linear-gradient(to right, rgba(255, 166, 77, 0.02), #fff);
} .no-events-message {
text-align: center;
padding: 40px 20px;
color: #6c757d;
font-size: 16px;
} .no-results-message {
text-align: center;
padding: 40px 20px;
color: #6c757d;
font-size: 16px;
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
margin: 20px 0;
}
.search-tip {
font-size: 14px;
color: #adb5bd;
margin-top: 10px;
} .clear-filters-button {
background: #6c757d;
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
margin-left: 10px;
transition: background-color 0.3s ease;
}
.clear-filters-button:hover {
background: #5a6268;
} .pure-events-controls {
margin-bottom: 30px;
background: #fff;
border: 1px solid #e1e5e9;
border-radius: 12px;
padding: 15px 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.pure-events-search-filters-row {
display: flex;
align-items: center;
gap: 15px;
flex-wrap: nowrap;
}
.pure-events-search {
display: flex;
align-items: center;
gap: 10px;
flex: 1;
min-width: 0;
}
.event-search-input {
flex: 1;
min-width: 0;
padding: 10 10px;
border: 1px solid #e1e5e9;
border-radius: 8px !important;
font-size: 14px;
color: #495057;
transition: all 0.2s ease;
}
.event-search-input::placeholder {
color: #adb5bd;
}
.event-search-input:focus {
outline: none;
border-color: #ffa64d;
box-shadow: 0 0 0 2px rgba(255, 166, 77, 0.15);
}
.pure-events-filters-group {
display: flex;
align-items: center;
gap: 10px;
}
.pure-events-filters {
min-width: 140px;
}
.filter-group select {
width: 100%;
height: 38px;
padding: 0 35px 0 15px;
border: 1px solid #e1e5e9;
border-radius: 4px;
background: #fff;
font-size: 14px;
color: #495057;
cursor: pointer;
transition: all 0.2s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23495057' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: calc(100% - 12px) center;
}
.filter-group select:focus {
outline: none;
border-color: #ffa64d;
box-shadow: 0 0 0 2px rgba(255, 166, 77, 0.15);
}
.search-button {
height: 38px;
background: #ffa64d;
color: #fff;
border: none;
padding: 0 20px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
white-space: nowrap;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
}
.search-button:hover {
background: #e6953f;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(255, 166, 77, 0.25);
}
.clear-filters-button {
height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 15px;
background: #6c757d;
color: #fff;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
transition: all 0.2s ease;
white-space: nowrap;
}
.clear-filters-button:hover {
background: #5a6268;
color: #fff;
text-decoration: none;
transform: translateY(-1px);
} .pure-events-clear-filters {
display: none;
} @media (max-width: 768px) {
.pure-events-search-filters-row {
flex-direction: column;
gap: 15px;
}
.pure-events-search {
width: 100%;
}
.pure-events-filters-group {
width: 100%;
flex-wrap: wrap;
}
.pure-events-filters {
flex: 1;
min-width: 0;
}
.clear-filters-button {
width: auto;
}
} @media (max-width: 768px) {
.pure-events-pagination {
margin: 2rem 0;
}
.pure-events-pagination ul {
gap: 6px;
}
.pure-events-pagination .page-numbers {
padding: 6px 12px;
font-size: 13px;
min-width: 36px;
}
.pure-events-pagination .page-numbers.prev,
.pure-events-pagination .page-numbers.next {
padding: 6px 16px;
}
.pure-events-pagination .dashicons {
font-size: 14px;
width: 14px;
height: 14px;
margin: 0 2px;
}
.pure-events-list .pure-event-item {
flex-direction: column;
}
.event-date-block {
width: 100%;
margin-right: 0;
margin-bottom: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.event-day {
margin-right: 15px;
margin-bottom: 0;
}
.event-date {
font-size: 24px;
}
}
.pure-event-item {
background: #fff;
border: 1px solid #e1e5e9;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.pure-event-item:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
border-color: #ffa64d;
}
.event-item-content {
display: flex;
gap: 20px;
padding: 20px;
}
.event-image {
flex-shrink: 0;
width: 120px;
height: 120px;
border-radius: 8px;
overflow: hidden;
}
.event-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.no-image-placeholder {
width: 100%;
height: 100%;
background: #f8f9fa;
display: flex;
align-items: center;
justify-content: center;
color: #6c757d;
}
.no-image-placeholder .dashicons {
font-size: 48px;
width: 48px;
height: 48px;
}
.event-details {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.event-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.event-title {
margin: 0;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.3;
flex-grow: 1;
}
.event-title a {
color: #23282d;
text-decoration: none;
transition: color 0.2s ease;
}
.event-title a:hover {
color: #ffa64d;
}
.event-excerpt {
color: #666;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
.event-meta {
margin-bottom: 20px;
}
.meta-row {
display: flex;
gap: 20px;
margin-bottom: 10px;
}
.meta-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #666;
}
.meta-item .dashicons {
color: #ffa64d;
font-size: 16px;
width: 16px;
height: 16px;
}
.event-actions {
margin-top: auto;
} .pure-events-controls {
margin-bottom: 30px;
padding: 20px;
background: #f8f9fa;
border-radius: 8px;
border: 1px solid #e9ecef;
}
.pure-events-search {
margin-bottom: 20px;
}
.pure-events-filters {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.filter-group {
display: flex;
flex-direction: column;
gap: 8px;
}
.filter-group label {
font-weight: 600;
color: #495057;
font-size: 14px;
}
.filter-group select {
padding: 8px 12px;
border: 1px solid #ced4da;
border-radius: 4px;
background: #fff;
font-size: 14px;
min-width: 150px;
}
.filter-group select:focus {
outline: none;
border-color: #ffa64d;
box-shadow: 0 0 0 2px rgba(255, 166, 77, 0.25);
} @media print {
.pure-event-card,
.pure-event-item {
break-inside: avoid;
box-shadow: none;
border: 1px solid #ccc;
}
.pure-event-read-more,
.pure-events-pagination,
.pure-events-language-switcher,
.pure-events-controls {
display: none;
}
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}@font-face {
font-family: 'trx_addons_icons';
src: url(//drvhdate.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?5922467);
src: url(//drvhdate.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?5922467#iefix) format('embedded-opentype'),
url(//drvhdate.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.svg?5922467#trx_addons_icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'trx_addons_icons';
src: url(data:application/octet-stream;base64,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) format('woff'),
url(data:application/octet-stream;base64,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6BkAAAAaAADoGgAA6BoAAAAbAADoGwAA6BsAAAAcAADoHAAA6BwAAAAdAADoHQAA6B0AAAAeAADoHgAA6B4AAAAfAADoHwAA6B8AAAAgAADoIAAA6CAAAAAhAADoIQAA6CEAAAAiAADoIgAA6CIAAAAjAADoIwAA6CMAAAAkAADoJAAA6CQAAAAlAADoJQAA6CUAAAAmAADoJgAA6CYAAAAnAADoJwAA6CcAAAAoAADoKAAA6CgAAAApAADoKQAA6CkAAAAqAADoKgAA6CoAAAArAADoKwAA6CsAAAAsAADoLAAA6CwAAAAtAADoLQAA6C0AAAAuAADoLgAA6C4AAAAvAADoLwAA6C8AAAAwAADoMAAA6DAAAAAxAADoMQAA6DEAAAAyAADoMgAA6DIAAAAzAADoMwAA6DMAAAA0AADoNAAA6DQAAAA1AADoNQAA6DUAAAA2AADoNgAA6DYAAAA3AADoNwAA6DcAAAA4AADoOAAA6DgAAAA5AADoOQAA6DkAAAA6AADoOgAA6DoAAAA7AADoOwAA6DsAAAA8AADoPAAA6DwAAAA9AADoPQAA6D0AAAA+AADoPgAA6D4AAAA/AADoPwAA6D8AAABAAADoQAAA6EAAAABBAADoQQAA6EEAAABCAADoQgAA6EIAAABDAADoQwAA6EMAAABEAADoRAAA6EQAAABFAADoRQAA6EUAAABGAADoRgAA6EYAAABHAADoRwAA6EcAAABIAADoSAAA6EgAAABJAADoSQAA6EkAAABKAADoSgAA6EoAAABLAADoSwAA6EsAAABMAADoTAAA6EwAAABNAADoTQAA6E0AAABOAADoTgAA6E4AAABPAADoTwAA6E8AAABQAADoUAAA6FAAAABRAADoUQAA6FEAAABSAADoUgAA6FIAAABTAADoUwAA6FMAAABUAADoVAAA6FQAAABVAADoVQAA6FUAAABWAADoVgAA6FYAAABXAADoVwAA6FcAAABYAADoWAAA6FgAAABZAADoWQAA6FkAAABaAADoWgAA6FoAAABbAADoWwAA6FsAAABcAADoXAAA6FwAAABdAADoXQAA6F0AAABeAADoXgAA6F4AAABfAADoXwAA6F8AAABgAADoYAAA6GAAAABhAADoYQAA6GEAAABiAADoYgAA6GIAAABjAADoYwAA6GMAAABkAADoZAAA6GQAAABlAADoZQAA6GUAAABmAADoZgAA6GYAAABnAADoZwAA6GcAAABoAADoaAAA6GgAAABpAADoaQAA6GkAAABqAADoagAA6GoAAABrAADoawAA6GsAAABsAADobAAA6GwAAABtAADobQAA6G0AAABuAADobgAA6G4AAABvAADobwAA6G8AAABwAADocAAA6HAAAABxAADocQAA6HEAAAByAADocgAA6HIAAABzAADocwAA6HMAAAB0AADodAAA6HQAAAB1AADodQAA6HUAAAB2AADodgAA6HYAAAB3AADodwAA6HcAAAB4AADoeAAA6HgAAAB5AADoeQAA6HkAAAB6AADoegAA6HoAAAB7AADoewAA6HsAAAB8AADofAAA6HwAAAB9AADofQAA6H0AAAB+AADofgAA6H4AAAB/AADofwAA6H8AAACAAADogAAA6IAAAACBAADogQAA6IEAAACCAADoggAA6IIAAACDAADogwAA6IMAAACEAADohAAA6IQAAACFAADohQAA6IUAAACGAADohgAA6IYAAACHAADohwAA6IcAAACIAADoiAAA6IgAAACJAADoiQAA6IkAAACKAADoigAA6IoAAACLAADoiwAA6IsAAACMAADojAAA6IwAAACNAADojQAA6I0AAACOAADojgAA6I4AAACPAADojwAA6I8AAACQAADokAAA6JAAAACRAADokQAA6JEAAACSAADokgAA6JIAAACTAADokwAA6JMAAACUAADolAAA6JQAAACVAADolQAA6JUAAACWAADolgAA6JYAAACXAADolwAA6JcAAACYAADomAAA6JgAAACZAADomQAA6JkAAACaAADomgAA6JoAAACbAADomwAA6JsAAACcAADonAAA6JwAAACdAADonQAA6J0AAACeAADongAA6J4AAACfAADonwAA6J8AAACgAADooAAA6KAAAAChAADooQAA6KEAAACiAADoogAA6KIAAACjAADoowAA6KMAAACkAADopAAA6KQAAAClAADopQAA6KUAAACmAADopgAA6KYAAACnAADopwAA6KcAAACoAADoqAAA6KgAAACpAADoqQAA6KkAAACqAADoqgAA6KoAAACrAADoqwAA6KsAAACsAADorAAA6KwAAACtAADorQAA6K0AAACuAADorgAA6K4AAACvAADorwAA6K8AAACwAADosAAA6LAAAACxAADosQAA6LEAAACyAADosgAA6LIAAACzAADoswAA6LMAAAC0AADotAAA6LQAAAC1AADotQAA6LUAAAC2AADotgAA6LYAAAC3AADotwAA6LcAAAC4AADouAAA6LgAAAC5AADouQAA6LkAAAC6AADougAA6LoAAAC7AADouwAA6LsAAAC8AADovAAA6LwAAAC9AADovQAA6L0AAAC+AADovgAA6L4AAAC/AADovwAA6L8AAADAAADowAAA6MAAAADBAADowQAA6MEAAADCAADowgAA6MIAAADDAADowwAA6MMAAADEAADoxAAA6MQAAADFAADoxQAA6MUAAADGAADoxgAA6MYAAADHAADoxwAA6McAAADIAADoyAAA6MgAAADJAADoyQAA6MkAAADKAADoygAA6MoAAADLAADoywAA6MsAAADMAADozAAA6MwAAADNAADozQAA6M0AAADOAADozgAA6M4AAADPAADozwAA6M8AAADQAADo0AAA6NAAAADRAADo0QAA6NEAAADSAADo0gAA6NIAAADTAADo0wAA6NMAAADUAADo1AAA6NQAAADVAADo1QAA6NUAAADWAADo1gAA6NYAAADXAADo1wAA6NcAAADYAADo2AAA6NgAAADZAADo2QAA6NkAAADaAADo2gAA6NoAAADbAADo2wAA6NsAAADcAADo3AAA6NwAAADdAADo3QAA6N0AAADeAADo3gAA6N4AAADfAADo3wAA6N8AAADgAADo4AAA6OAAAADhAADo4QAA6OEAAADiAADo4gAA6OIAAADjAADo4wAA6OMAAADkAADo5AAA6OQAAADlAADo5QAA6OUAAADmAADo5gAA6OYAAADnAADo5wAA6OcAAADoAADo6AAA6OgAAADpAADo6QAA6OkAAADqAADo6gAA6OoAAADrAADo6wAA6OsAAADsAADpDwAA6Q8AAADtAADpEAAA6RAAAADuAADpEQAA6REAAADvAADpEgAA6RIAAADwAADpGAAA6RgAAADxAADwRwAA8EcAAADyAADwsAAA8LAAAADzAADwsgAA8LIAAAD0AADwygAA8MoAAAD1AADwywAA8MsAAAD2AADw3AAA8NwAAAD3AADw3QAA8N0AAAD4AADw3gAA8N4AAAD5AADw5AAA8OQAAAD6AADw6AAA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IGF1dGhvcnMgQCBmb250ZWxsby5jb210cnhfYWRkb25zX2ljb25zUmVndWxhcnRyeF9hZGRvbnNfaWNvbnN0cnhfYWRkb25zX2ljb25zVmVyc2lvbiAxLjB0cnhfYWRkb25zX2ljb25zR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADcAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAHQAcgB4AF8AYQBkAGQAbwBuAHMAXwBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB0AHIAeABfAGEAZABkAG8AbgBzAF8AaQBjAG8AbgBzAHQAcgB4AF8AYQBkAGQAbwBuAHMAXwBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHQAcgB4AF8AYQBkAGQAbwBuAHMAXwBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAAVzcGluMwVzcGluNQVzaGFyZQNhZG4HYW5kcm9pZAlhbmdlbGxpc3QFYXBwbGUHYmVoYW5jZQliaXRidWNrZXQKYnV5c2VsbGFkcwJjYwhjb2Rlb3Blbg5jb25uZWN0ZGV2ZWxvcARjc3MzCGRhc2hjdWJlCWRlbGljaW91cwpkZXZpYW50YXJ0BGRpZ2cIZHJpYmJibGUHZHJvcGJveAZkcnVwYWwIZmFjZWJvb2sGZmxpY2tyCGZvcnVtYmVlCmZvdXJzcXVhcmUDZ2l0BmdpdGh1YgZnb29nbGUFZ3BsdXMHZ3dhbGxldAtoYWNrZXItbmV3cwVodG1sNQlpbnN0YWdyYW0HaW94aG9zdAZqb29tbGEIanNmaWRkbGUGbGFzdGZtB2xlYW5wdWIIbGlua2VkaW4FbGludXgGbWF4Y2RuCG1lYW5wYXRoBm9wZW5pZAlwYWdlbGluZXMGcGF5cGFsDnBpZWQtcGlwZXItYWx0CXBpbnRlcmVzdAJxcQZyZWRkaXQGcmVucmVuBnNlbGxzeQxzaGlydHNpbmJ1bGsLc2ltcGx5YnVpbHQIc2t5YXRsYXMFc2t5cGUFc2xhY2sKc2xpZGVzaGFyZQ1zdGFja292ZXJmbG93BXN0ZWFtC3N0dW1ibGV1cG9uDXRlbmNlbnQtd2VpYm8GdHJlbGxvBnR1bWJscgZ0d2l0Y2gHdHdpdHRlcgR2aW5lCXZrb250YWt0ZQZ3ZWNoYXQId2hhdHNhcHAFd2VpYm8Hd2luZG93cwl3b3JkcHJlc3MEeGluZwR5ZWxwB3lvdXR1YmUFeWFob28GY2lyY2xlBWxlbW9uCnNvdW5kY2xvdWQOZ29vZ2xlLWNpcmNsZXMHbG9nby1kYgZzd2VkZW4IZXZlcm5vdGUFaGVhcnQLaGVhcnQtZW1wdHkDZXllB2NvbW1lbnQEZG93bgRsZWZ0BXJpZ2h0AnVwBnBlbmNpbAlzaGFyZWFibGUFdG9vbHMGYmFza2V0BXJlcGx5CXJlcGx5LWFsbAdmb3J3YXJkBGVkaXQIZmVhdGhlcjMEY29kZQZhdHRhY2gEbG9jawlsb2NrLW9wZW4DcGluBGhvbWUEbGluawZ1bmxpbmsIZG93bmxvYWQEbWFpbARzdGFyCnN0YXItZW1wdHkIdXNlci1hbHQJdXNlci1wbHVzCnVzZXItdGltZXMLdXNlcnMtZ3JvdXACb2sGZGVsZXRlBHBsdXMFbWludXMKb2stY2lyY2xlZA5kZWxldGUtY2lyY2xlZAxwbHVzLWNpcmNsZWQNbWludXMtY2lyY2xlZARoZWxwDGhlbHAtY2lyY2xlZAxpbmZvLWNpcmNsZWQEaW5mbwlhdHRlbnRpb24RYXR0ZW50aW9uLWNpcmNsZWQJZG93bi1taW5pCWxlZnQtbWluaQpyaWdodC1taW5pB3VwLW1pbmkDcnNzC3NsaWRlci1sZWZ0DHNsaWRlci1yaWdodANjb2cDZ3BzB21vbml0b3IFbW91c2UHZmVhdGhlcgRjb2dzB3NsaWRlcnMGY2FtZXJhBGxhbXAIZG93bi1kaXIJdGVsZXBob25lBXByaW50BmV4cG9ydARtdXRlBnZvbHVtZQZzZWFyY2gGcHJpbnQyCHlvdXR1YmUyCGFzdGVyaXNrCGNoZWNrYm94C2NpcmNsZS10aGluCGVsbGlwc2lzDWVsbGlwc2lzLXZlcnQDb2ZmCHNjaXNzb3JzBXBhc3RlBmZsb3BweQRib29rCnRvZ2dsZS1vZmYJdG9nZ2xlLW9uB2NvbHVtbnMFdGFibGUKY2lyY2xlLWRvdAljaGFydC1iYXIKY2hhcnQtYXJlYQljaGFydC1waWUKY2hhcnQtbGluZQtjZXJ0aWZpY2F0ZQZzaWduYWwOY2hlY2tib3gtZW1wdHkEZ2lmdAdkZXNrdG9wBmxhcHRvcAZ0YWJsZXQGbW9iaWxlA2RvdAZyZWNvcmQLcXVvdGUtcmlnaHQKcXVvdGUtbGVmdAhmZWF0aGVyMhBsb2NhdGlvbi1vdXRsaW5lBG1lbnUFY2hlY2sGY2FuY2VsBGZpcmUKZmlyZS1saWdodApmb29kLWxpZ2h0B3Bob25lLTIDbWFwBnVwLWRpcghsZWZ0LWRpcglyaWdodC1kaXIIY2FsZW5kYXILY3JlZGl0LWNhcmQEZG90MgRkb3QzDHJlc2l6ZS1zbWFsbA9yZXNpemUtdmVydGljYWwRcmVzaXplLWhvcml6b250YWwFd2F0ZXIHZHJvcGxldANhaXIHYWRkcmVzcwhsb2NhdGlvbgVtYXAtMglkaXJlY3Rpb24HY29tcGFzcwVnbG9iZQlmbG93LXRyZWUDa2V5CmZsb3ctY3Jvc3MEZnVlbAdsb2RnaW5nBnRvaWxldAZ3cmVuY2gGY29ncy0xB2dhdWdlLTEEcm9hZAp2b2x1bWUtb2ZmC3ZvbHVtZS1kb3duCXZvbHVtZS11cARwbGF5BXBhdXNlBHN0b3AKYWxpZ24tbGVmdAxhbGlnbi1jZW50ZXILYWxpZ24tcmlnaHQNYWxpZ24tanVzdGlmeQRsaXN0CmFycm93LWRvd24KYXJyb3ctbGVmdAthcnJvdy1yaWdodAhhcnJvdy11cAtyZXNpemUtZnVsbARtb3ZlBmZpbHRlcg9yZXNpemUtZnVsbC1hbHQLbGlzdC1idWxsZXQNbGlzdC1udW1iZXJlZARzb3J0CXNvcnQtZG93bgdzb3J0LXVwBWdhdWdlB3NpdGVtYXAEZm9vZAhidWlsZGluZwNtaWMGbXV0ZS0xDmNhbGVuZGFyLWVtcHR5DGV4dGluZ3Vpc2hlcgxzb3J0LW5hbWUtdXAOc29ydC1uYW1lLWRvd24Lc29ydC1hbHQtdXANc29ydC1hbHQtZG93bg5zb3J0LW51bWJlci11cBBzb3J0LW51bWJlci1kb3duA2NhcgdjYy12aXNhCWNjLXBheXBhbANiZWQNYmFsYW5jZS1zY2FsZQlob3VyZ2xhc3MHd3Bmb3JtcwAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAABgAGAAYABgDm/8hA5v/IbAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBkILDAULAEJlqyKAEKQ0VjRVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEB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YyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=) format('truetype');
}   [class^="trx_addons_icon-"]:before, [class*=" trx_addons_icon-"]:before {
font-family: "trx_addons_icons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.trx_addons_icon-spin3:before { content: '\e800'; } .trx_addons_icon-spin5:before { content: '\e801'; } .trx_addons_icon-share:before { content: '\e802'; } .trx_addons_icon-adn:before { content: '\e803'; } .trx_addons_icon-android:before { content: '\e804'; } .trx_addons_icon-angellist:before { content: '\e805'; } .trx_addons_icon-apple:before { content: '\e806'; } .trx_addons_icon-behance:before { content: '\e807'; } .trx_addons_icon-bitbucket:before { content: '\e808'; } .trx_addons_icon-buysellads:before { content: '\e809'; } .trx_addons_icon-cc:before { content: '\e80a'; } .trx_addons_icon-codeopen:before { content: '\e80b'; } .trx_addons_icon-connectdevelop:before { content: '\e80c'; } .trx_addons_icon-css3:before { content: '\e80d'; } .trx_addons_icon-dashcube:before { content: '\e80e'; } .trx_addons_icon-delicious:before { content: '\e80f'; } .trx_addons_icon-deviantart:before { content: '\e810'; } .trx_addons_icon-digg:before { content: '\e811'; } .trx_addons_icon-dribbble:before { content: '\e812'; } .trx_addons_icon-dropbox:before { content: '\e813'; } .trx_addons_icon-drupal:before { content: '\e814'; } .trx_addons_icon-facebook:before { content: '\e815'; } .trx_addons_icon-flickr:before { content: '\e816'; } .trx_addons_icon-forumbee:before { content: '\e817'; } .trx_addons_icon-foursquare:before { content: '\e818'; } .trx_addons_icon-git:before { content: '\e819'; } .trx_addons_icon-github:before { content: '\e81a'; } .trx_addons_icon-google:before { content: '\e81b'; } .trx_addons_icon-gplus:before { content: '\e81c'; } .trx_addons_icon-gwallet:before { content: '\e81d'; } .trx_addons_icon-hacker-news:before { content: '\e81e'; } .trx_addons_icon-html5:before { content: '\e81f'; } .trx_addons_icon-instagram:before { content: '\e820'; } .trx_addons_icon-ioxhost:before { content: '\e821'; } .trx_addons_icon-joomla:before { content: '\e822'; } .trx_addons_icon-jsfiddle:before { content: '\e823'; } .trx_addons_icon-lastfm:before { content: '\e824'; } .trx_addons_icon-leanpub:before { content: '\e825'; } .trx_addons_icon-linkedin:before { content: '\e826'; } .trx_addons_icon-linux:before { content: '\e827'; } .trx_addons_icon-maxcdn:before { content: '\e828'; } .trx_addons_icon-meanpath:before { content: '\e829'; } .trx_addons_icon-openid:before { content: '\e82a'; } .trx_addons_icon-pagelines:before { content: '\e82b'; } .trx_addons_icon-paypal:before { content: '\e82c'; } .trx_addons_icon-pied-piper-alt:before { content: '\e82d'; } .trx_addons_icon-pinterest:before { content: '\e82e'; } .trx_addons_icon-qq:before { content: '\e82f'; } .trx_addons_icon-reddit:before { content: '\e830'; } .trx_addons_icon-renren:before { content: '\e831'; } .trx_addons_icon-sellsy:before { content: '\e832'; } .trx_addons_icon-shirtsinbulk:before { content: '\e833'; } .trx_addons_icon-simplybuilt:before { content: '\e834'; } .trx_addons_icon-skyatlas:before { content: '\e835'; } .trx_addons_icon-skype:before { content: '\e836'; } .trx_addons_icon-slack:before { content: '\e837'; } .trx_addons_icon-slideshare:before { content: '\e838'; } .trx_addons_icon-stackoverflow:before { content: '\e839'; } .trx_addons_icon-steam:before { content: '\e83a'; } .trx_addons_icon-stumbleupon:before { content: '\e83b'; } .trx_addons_icon-tencent-weibo:before { content: '\e83c'; } .trx_addons_icon-trello:before { content: '\e83d'; } .trx_addons_icon-tumblr:before { content: '\e83e'; } .trx_addons_icon-twitch:before { content: '\e83f'; } .trx_addons_icon-twitter:before { content: '\e840'; } .trx_addons_icon-vine:before { content: '\e841'; } .trx_addons_icon-vkontakte:before { content: '\e842'; } .trx_addons_icon-wechat:before { content: '\e843'; } .trx_addons_icon-whatsapp:before { content: '\e844'; } .trx_addons_icon-weibo:before { content: '\e845'; } .trx_addons_icon-windows:before { content: '\e846'; } .trx_addons_icon-wordpress:before { content: '\e847'; } .trx_addons_icon-xing:before { content: '\e848'; } .trx_addons_icon-yelp:before { content: '\e849'; } .trx_addons_icon-youtube:before { content: '\e84a'; } .trx_addons_icon-yahoo:before { content: '\e84b'; } .trx_addons_icon-circle:before { content: '\e84c'; } .trx_addons_icon-lemon:before { content: '\e84d'; } .trx_addons_icon-soundcloud:before { content: '\e84e'; } .trx_addons_icon-google-circles:before { content: '\e84f'; } .trx_addons_icon-logo-db:before { content: '\e850'; } .trx_addons_icon-sweden:before { content: '\e851'; } .trx_addons_icon-evernote:before { content: '\e852'; } .trx_addons_icon-heart:before { content: '\e853'; } .trx_addons_icon-heart-empty:before { content: '\e854'; } .trx_addons_icon-eye:before { content: '\e855'; } .trx_addons_icon-comment:before { content: '\e856'; } .trx_addons_icon-down:before { content: '\e857'; } .trx_addons_icon-left:before { content: '\e858'; } .trx_addons_icon-right:before { content: '\e859'; } .trx_addons_icon-up:before { content: '\e85a'; } .trx_addons_icon-pencil:before { content: '\e85b'; } .trx_addons_icon-shareable:before { content: '\e85c'; } .trx_addons_icon-tools:before { content: '\e85d'; } .trx_addons_icon-basket:before { content: '\e85e'; } .trx_addons_icon-reply:before { content: '\e85f'; } .trx_addons_icon-reply-all:before { content: '\e860'; } .trx_addons_icon-forward:before { content: '\e861'; } .trx_addons_icon-edit:before { content: '\e862'; } .trx_addons_icon-feather3:before { content: '\e863'; } .trx_addons_icon-code:before { content: '\e864'; } .trx_addons_icon-attach:before { content: '\e865'; } .trx_addons_icon-lock:before { content: '\e866'; } .trx_addons_icon-lock-open:before { content: '\e867'; } .trx_addons_icon-pin:before { content: '\e868'; } .trx_addons_icon-home:before { content: '\e869'; } .trx_addons_icon-link:before { content: '\e86a'; } .trx_addons_icon-unlink:before { content: '\e86b'; } .trx_addons_icon-download:before { content: '\e86c'; } .trx_addons_icon-mail:before { content: '\e86d'; } .trx_addons_icon-star:before { content: '\e86e'; } .trx_addons_icon-star-empty:before { content: '\e86f'; } .trx_addons_icon-user-alt:before { content: '\e870'; } .trx_addons_icon-user-plus:before { content: '\e871'; } .trx_addons_icon-user-times:before { content: '\e872'; } .trx_addons_icon-users-group:before { content: '\e873'; } .trx_addons_icon-ok:before { content: '\e874'; } .trx_addons_icon-delete:before { content: '\e875'; } .trx_addons_icon-plus:before { content: '\e876'; } .trx_addons_icon-minus:before { content: '\e877'; } .trx_addons_icon-ok-circled:before { content: '\e878'; } .trx_addons_icon-delete-circled:before { content: '\e879'; } .trx_addons_icon-plus-circled:before { content: '\e87a'; } .trx_addons_icon-minus-circled:before { content: '\e87b'; } .trx_addons_icon-help:before { content: '\e87c'; } .trx_addons_icon-help-circled:before { content: '\e87d'; } .trx_addons_icon-info-circled:before { content: '\e87e'; } .trx_addons_icon-info:before { content: '\e87f'; } .trx_addons_icon-attention:before { content: '\e880'; } .trx_addons_icon-attention-circled:before { content: '\e881'; } .trx_addons_icon-down-mini:before { content: '\e882'; } .trx_addons_icon-left-mini:before { content: '\e883'; } .trx_addons_icon-right-mini:before { content: '\e884'; } .trx_addons_icon-up-mini:before { content: '\e885'; } .trx_addons_icon-rss:before { content: '\e886'; } .trx_addons_icon-slider-left:before { content: '\e887'; } .trx_addons_icon-slider-right:before { content: '\e888'; } .trx_addons_icon-cog:before { content: '\e889'; } .trx_addons_icon-gps:before { content: '\e88a'; } .trx_addons_icon-monitor:before { content: '\e88b'; } .trx_addons_icon-mouse:before { content: '\e88c'; } .trx_addons_icon-feather:before { content: '\e88d'; } .trx_addons_icon-cogs:before { content: '\e88e'; } .trx_addons_icon-sliders:before { content: '\e88f'; } .trx_addons_icon-camera:before { content: '\e890'; } .trx_addons_icon-lamp:before { content: '\e891'; } .trx_addons_icon-down-dir:before { content: '\e892'; } .trx_addons_icon-telephone:before { content: '\e893'; } .trx_addons_icon-print:before { content: '\e894'; } .trx_addons_icon-export:before { content: '\e895'; } .trx_addons_icon-mute:before { content: '\e896'; } .trx_addons_icon-volume:before { content: '\e897'; } .trx_addons_icon-search:before { content: '\e898'; } .trx_addons_icon-print2:before { content: '\e899'; } .trx_addons_icon-youtube2:before { content: '\e89a'; } .trx_addons_icon-asterisk:before { content: '\e89b'; } .trx_addons_icon-checkbox:before { content: '\e89c'; } .trx_addons_icon-circle-thin:before { content: '\e89d'; } .trx_addons_icon-ellipsis:before { content: '\e89e'; } .trx_addons_icon-ellipsis-vert:before { content: '\e89f'; } .trx_addons_icon-off:before { content: '\e8a0'; } .trx_addons_icon-scissors:before { content: '\e8a1'; } .trx_addons_icon-paste:before { content: '\e8a2'; } .trx_addons_icon-floppy:before { content: '\e8a3'; } .trx_addons_icon-book:before { content: '\e8a4'; } .trx_addons_icon-toggle-off:before { content: '\e8a5'; } .trx_addons_icon-toggle-on:before { content: '\e8a6'; } .trx_addons_icon-columns:before { content: '\e8a7'; } .trx_addons_icon-table:before { content: '\e8a8'; } .trx_addons_icon-circle-dot:before { content: '\e8a9'; } .trx_addons_icon-chart-bar:before { content: '\e8aa'; } .trx_addons_icon-chart-area:before { content: '\e8ab'; } .trx_addons_icon-chart-pie:before { content: '\e8ac'; } .trx_addons_icon-chart-line:before { content: '\e8ad'; } .trx_addons_icon-certificate:before { content: '\e8ae'; } .trx_addons_icon-signal:before { content: '\e8af'; } .trx_addons_icon-checkbox-empty:before { content: '\e8b0'; } .trx_addons_icon-gift:before { content: '\e8b1'; } .trx_addons_icon-desktop:before { content: '\e8b2'; } .trx_addons_icon-laptop:before { content: '\e8b3'; } .trx_addons_icon-tablet:before { content: '\e8b4'; } .trx_addons_icon-mobile:before { content: '\e8b5'; } .trx_addons_icon-dot:before { content: '\e8b6'; } .trx_addons_icon-record:before { content: '\e8b7'; } .trx_addons_icon-quote-right:before { content: '\e8b8'; } .trx_addons_icon-quote-left:before { content: '\e8b9'; } .trx_addons_icon-feather2:before { content: '\e8ba'; } .trx_addons_icon-location-outline:before { content: '\e8bb'; } .trx_addons_icon-menu:before { content: '\e8bc'; } .trx_addons_icon-check:before { content: '\e8bd'; } .trx_addons_icon-cancel:before { content: '\e8be'; } .trx_addons_icon-fire:before { content: '\e8bf'; } .trx_addons_icon-fire-light:before { content: '\e8c0'; } .trx_addons_icon-food-light:before { content: '\e8c1'; } .trx_addons_icon-phone-2:before { content: '\e8c2'; } .trx_addons_icon-map:before { content: '\e8c3'; } .trx_addons_icon-up-dir:before { content: '\e8c4'; } .trx_addons_icon-left-dir:before { content: '\e8c5'; } .trx_addons_icon-right-dir:before { content: '\e8c6'; } .trx_addons_icon-calendar:before { content: '\e8c7'; } .trx_addons_icon-credit-card:before { content: '\e8c8'; } .trx_addons_icon-dot2:before { content: '\e8c9'; } .trx_addons_icon-dot3:before { content: '\e8ca'; } .trx_addons_icon-resize-small:before { content: '\e8cb'; } .trx_addons_icon-resize-vertical:before { content: '\e8cc'; } .trx_addons_icon-resize-horizontal:before { content: '\e8cd'; } .trx_addons_icon-water:before { content: '\e8ce'; } .trx_addons_icon-droplet:before { content: '\e8cf'; } .trx_addons_icon-air:before { content: '\e8d0'; } .trx_addons_icon-address:before { content: '\e8d1'; } .trx_addons_icon-location:before { content: '\e8d2'; } .trx_addons_icon-map-2:before { content: '\e8d3'; } .trx_addons_icon-direction:before { content: '\e8d4'; } .trx_addons_icon-compass:before { content: '\e8d5'; } .trx_addons_icon-globe:before { content: '\e8d6'; } .trx_addons_icon-flow-tree:before { content: '\e8d7'; } .trx_addons_icon-key:before { content: '\e8d8'; } .trx_addons_icon-flow-cross:before { content: '\e8d9'; } .trx_addons_icon-fuel:before { content: '\e8da'; } .trx_addons_icon-lodging:before { content: '\e8db'; } .trx_addons_icon-toilet:before { content: '\e8dc'; } .trx_addons_icon-wrench:before { content: '\e8dd'; } .trx_addons_icon-cogs-1:before { content: '\e8de'; } .trx_addons_icon-gauge-1:before { content: '\e8df'; } .trx_addons_icon-road:before { content: '\e8e0'; } .trx_addons_icon-volume-off:before { content: '\e8e1'; } .trx_addons_icon-volume-down:before { content: '\e8e2'; } .trx_addons_icon-volume-up:before { content: '\e8e3'; } .trx_addons_icon-play:before { content: '\e8e4'; } .trx_addons_icon-pause:before { content: '\e8e5'; } .trx_addons_icon-stop:before { content: '\e8e6'; } .trx_addons_icon-align-left:before { content: '\e8e7'; } .trx_addons_icon-align-center:before { content: '\e8e8'; } .trx_addons_icon-align-right:before { content: '\e8e9'; } .trx_addons_icon-align-justify:before { content: '\e8ea'; } .trx_addons_icon-list:before { content: '\e8eb'; } .trx_addons_icon-arrow-down:before { content: '\e90f'; } .trx_addons_icon-arrow-left:before { content: '\e910'; } .trx_addons_icon-arrow-right:before { content: '\e911'; } .trx_addons_icon-arrow-up:before { content: '\e912'; } .trx_addons_icon-resize-full:before { content: '\e918'; } .trx_addons_icon-move:before { content: '\f047'; } .trx_addons_icon-filter:before { content: '\f0b0'; } .trx_addons_icon-resize-full-alt:before { content: '\f0b2'; } .trx_addons_icon-list-bullet:before { content: '\f0ca'; } .trx_addons_icon-list-numbered:before { content: '\f0cb'; } .trx_addons_icon-sort:before { content: '\f0dc'; } .trx_addons_icon-sort-down:before { content: '\f0dd'; } .trx_addons_icon-sort-up:before { content: '\f0de'; } .trx_addons_icon-gauge:before { content: '\f0e4'; } .trx_addons_icon-sitemap:before { content: '\f0e8'; } .trx_addons_icon-food:before { content: '\f0f5'; } .trx_addons_icon-building:before { content: '\f0f7'; } .trx_addons_icon-mic:before { content: '\f130'; } .trx_addons_icon-mute-1:before { content: '\f131'; } .trx_addons_icon-calendar-empty:before { content: '\f133'; } .trx_addons_icon-extinguisher:before { content: '\f134'; } .trx_addons_icon-sort-name-up:before { content: '\f15d'; } .trx_addons_icon-sort-name-down:before { content: '\f15e'; } .trx_addons_icon-sort-alt-up:before { content: '\f160'; } .trx_addons_icon-sort-alt-down:before { content: '\f161'; } .trx_addons_icon-sort-number-up:before { content: '\f162'; } .trx_addons_icon-sort-number-down:before { content: '\f163'; } .trx_addons_icon-car:before { content: '\f1b9'; } .trx_addons_icon-cc-visa:before { content: '\f1f0'; } .trx_addons_icon-cc-paypal:before { content: '\f1f4'; } .trx_addons_icon-bed:before { content: '\f236'; } .trx_addons_icon-balance-scale:before { content: '\f24e'; } .trx_addons_icon-hourglass:before { content: '\f250'; } .trx_addons_icon-wpforms:before { content: '\f298'; }.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}#page_preloader {
background-color: #f0f0f0;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
opacity: 0.8;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.preloader_wrap {
display: inline-block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader_wrap > div {
width: 10px;
height: 10px;
line-height: 10px;
text-align: center;
background-color: #efa758;
} .preloader_wrap > div[class*=preloader_circ] {
margin-right: 5px;
border-radius: 50%;
display: inline-block;
-webkit-animation: preloader-circle 0.7s infinite ease-in-out;
animation: preloader-circle 0.7s infinite ease-in-out;
}
.preloader_wrap > div.preloader_circ2 {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.preloader_wrap > div.preloader_circ3 {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.preloader_wrap > div.preloader_circ4 {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.preloader_wrap > div.preloader_circ5 {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
@-webkit-keyframes preloader-circle {
0%, 40%, 100% {
-webkit-transform: translateY(-10px);
}
20% {
-webkit-transform: translateY(-20px);
}
}
@keyframes preloader-circle {
0%, 40%, 100% {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
}
20% {
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
}
} .preloader_wrap.preloader_square {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.preloader_wrap > div.preloader_square1,
.preloader_wrap > div.preloader_square2 {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-animation: preloader-square 1.8s infinite ease-in-out;
animation: preloader-square 1.8s infinite ease-in-out;
}
.preloader_wrap > div.preloader_square2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes preloader-square {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader-square {
25% {
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
} .preloader_wrap .preloader_dot {
background-color: #fff;
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
}
.preloader_wrap .preloader_dot + .preloader_dot {
margin-left: 20px;
}
.preloader_wrap #preloader_dot_one {
-webkit-animation: preloader_dot_one 1.5s infinite;
animation: preloader_dot_one 1.5s infinite;
}
.preloader_wrap #preloader_dot_two {
-webkit-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.preloader_wrap #preloader_dot_three {
-webkit-animation: preloader_dot_three 1.5s infinite;
animation: preloader_dot_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader_dot_one {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_one {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_two {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_two {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_three {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_three {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
} .trx_addons_loading {
background-image: url(//drvhdate.com/wp-content/plugins/trx_addons/css/images/preloader.gif) !important;
background-position: center !important;
background-repeat: no-repeat !important;
} .trx_addons_scroll_to_top {
display: block;
background: #fff;
cursor: pointer;
opacity: 0;
position: fixed;
z-index: 100001;
bottom: -4em;
right: 2em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.trx_addons_scroll_to_top:before {
margin: 0 !important;
}
.trx_addons_scroll_to_top.show {
opacity: 1;
bottom: 2em;
} .me-plugin {
position: absolute;
width: 0;
height: 0;
}
.mejs-controls .mejs-button > button {
background: none !important;
text-align: center;
font-size: 1.5em;
line-height: 20px;
}
.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
content: "\e8e4";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
content: "\e8e5";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-volume-button.mejs-mute > button:before {
content: "\e8e3";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
content: "\e8e1";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-button.mejs-fullscreen-button > button:before {
content: "\f0b2";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-button.mejs-unfullscreen > button:before {
content: "\e8cb";
font-family: "trx_addons_icons";
}
.trx_addons_audio_player.with_cover .mejs-controls {
background: none !important;
}
.wp-playlist .mejs-container .mejs-controls {
background: rgba(0, 0, 0, 0.7);
}
.mejs-controls .mejs-time {
margin-top: -1px;
padding-left: 0;
padding-right: 0;
} .iColorPickerTable table.colorPickerTable td {
padding: 0 2px;
}
.iColorPickerTable .iColorPicker_moreColors {
background-image: url(//drvhdate.com/wp-content/plugins/trx_addons/css/images/colorpicker_morecolors.png);
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
margin-left: 0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
} div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
} .trx_addons_tabs .trx_addons_tabs_content + .trx_addons_tabs_content {
display: none;
}
.trx_addons_tabs .trx_addons_tabs_titles li:before {
display: none;
}
.trx_addons_tabs .trx_addons_tabs_titles li {
display: inline-block;
font-size: 0.8462em;
line-height: 1.7273em;
font-weight: 700;
padding: 0;
margin: 0;
border: none;
text-transform: uppercase;
position: relative;
border-radius: 0;
}
.trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 1em;
}
.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: -2px;
left: 0;
height: 2px;
background-color: #000;
}
.trx_addons_tabs .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
padding: 0;
float: none;
}
.trx_addons_tabs .trx_addons_tabs_content {
padding: 0;
border: none;
overflow: hidden;
}
.trx_addons_tabs_with_titles .trx_addons_tabs_content {
padding-top: 1.5em;
font-family: inherit;
font-size: 1em;
line-height: inherit;
background: none;
} .trx_addons_range_slider {
position: relative;
font-family: inherit;
font-size: 1em;
line-height: inherit;
margin-top: 1em;
margin-bottom: 1.5em;
}
.trx_addons_range_slider_label {
font-size: 0.75em;
line-height: 1em;
font-weight: bold;
position: absolute;
z-index: 1;
bottom: -1.5em;
left: 0;
}
.trx_addons_range_slider_label_min {
color: #aaa;
}
.trx_addons_range_slider_label_max {
left: auto;
right: 0;
color: #aaa;
}
.trx_addons_range_slider_label_cur {
bottom: auto;
top: -1.5em;
background-color: inherit;
-webkit-transform: translateX(-25%);
transform: translateX(-25%);
}
.trx_addons_range_slider_label_cur + .trx_addons_range_slider_label_cur {
-webkit-transform: translateX(-75%);
transform: translateX(-75%);
}
div.ui-slider {
position: relative;
text-align: left;
background-color: #f7f7f7;
border: 1px solid #ddd;
border-radius: 2px;
}
div.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
background-color: #e7e7e7;
border: 1px solid #ddd;
border-radius: 2px;
}
div.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
background-color: #f0f0f0;
}
div.ui-slider.ui-state-disabled .ui-slider-handle,
div.ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
filter: inherit;
}
div.ui-slider-horizontal {
height: 0.8em;
}
div.ui-slider-horizontal .ui-slider-handle {
top: -0.2em;
margin-left: -0.5em;
}
div.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
div.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
div.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
div.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
div.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
div.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
div.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
div.ui-slider-vertical .ui-slider-range-max {
top: 0;
} .select2-container {
display: inline-block;
vertical-align: middle;
position: relative;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--single {
cursor: pointer;
display: block;
height: auto !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
cursor: pointer;
display: block;
min-height: 0 !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
font-size: 100%;
margin-top: 0 !important;
padding: 0 !important;
border: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: #fff;
border: 1px solid #aaa;
display: block;
width: 100%;
position: absolute;
z-index: 1051;
top: 0;
left: -100000px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
opacity: 0;
background-color: #fff;
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
position: absolute;
z-index: 1;
top: 50% !important;
right: 1px;
width: 20px;
height: 26px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
margin-left: -4px;
margin-top: -2px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 0;
height: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
cursor: text;
border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #000 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: 0 0;
border: none;
outline: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #0073aa;
color: #fff;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
width: 20px;
height: 26px;
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
margin-left: -4px;
margin-top: -2px;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: 0 0;
border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #0073aa;
}
div.select2-container .select2-choice {
background-color: #fff;
border: 1px solid #ddd;
color: #32373c;
outline: 0 none;
border-radius: 0;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
-webkit-transition: border-color 50ms ease-in-out 0s;
transition: border-color 50ms ease-in-out 0s;
}
div.select2-drop {
border: 1px solid #ddd;
border-radius: 0;
} a.trx_addons_popup_link:before {
display: inline-block;
line-height: inherit;
margin-right: 0.4em;
}
.trx_addons_popup {
position: relative;
margin: 0 auto;
font-family: inherit;
font-size: 1em;
line-height: inherit;
width: 460px;
background-color: #f7f7f7;
background-image: none;
color: #888;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.trx_addons_popup button.mfp-close {
background-color: transparent;
color: #292929;
border-bottom: 1px solid #ccc;
height: 50px;
border-radius: 0;
}
.trx_addons_popup .trx_addons_tabs_titles {
margin-right: 44px;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title {
width: 50%;
border: 1px solid #ccc;
border-width: 0 1px 1px 0;
background-color: #ddd;
background-image: none;
float: none;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
display: block;
width: 100%;
height: 49px;
line-height: 49px;
font-size: 18px;
font-weight: 400;
text-align: center;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a > i {
display: inline-block;
line-height: inherit;
margin-right: 0.5em;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a > i {
color: #a0a0a0;
cursor: not-allowed;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active {
background-color: #f7f7f7;
border-bottom-color: transparent;
padding: 0;
margin: 0;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active:after {
bottom: auto;
top: -1px;
left: -1px;
height: 2px;
}
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content {
padding: 2em 1.5em;
position: relative;
}
.trx_addons_left_side,
.trx_addons_right_side {
display: block;
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_left_side {
padding-right: 1em;
}
.trx_addons_right_side {
padding-left: 1em;
}
.trx_addons_popup_form_wrap form {
position: static;
}
.trx_addons_popup_form_field .sc_form_field {
margin-bottom: 0.8667em;
}
.trx_addons_popup_form_field_remember,
.trx_addons_popup_form_field_agree,
.trx_addons_popup_form_field_pwd_description {
font-size: 0.8667em;
letter-spacing: 0;
margin: 0;
}
.trx_addons_popup_form_field_forgot_password {
margin-right: 1em;
}
.trx_addons_popup_form_field_submit {
clear: both;
padding-top: 1.5em;
}
.trx_addons_popup_form_field_submit .submit_button {
padding: 1em 2em;
}
.trx_addons_popup .wp-social-login-provider-list {
padding: 12px 0;
}
.trx_addons_popup .wp-social-login-provider-list a {
margin: 0 2px 2px 0;
} .trx_addons_message_box {
display: none;
max-width: 80%;
padding: 2em;
line-height: 1.2em;
border: 1px solid #07759C;
background-color: #B6DDF3;
color: #07759C;
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
}
form .trx_addons_message_box {
min-width: 60%;
}
.trx_addons_message_box_error {
border: 1px solid #A00000;
background-color: #FDCDCD;
color: #A00000;
-webkit-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
}
.trx_addons_message_box_success {
border: 1px solid #00A000;
background-color: #CDFDCD;
color: #00A000;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
}
.trx_addons_message_box_title {
margin: 0 0 0.3em;
}
.trx_addons_message_box_error .trx_addons_message_box_title {
color: #A00000;
}
.trx_addons_message_box_success .trx_addons_message_box_title {
color: #00A000;
}
.trx_addons_message_box p {
margin: 0;
line-height: 1.2em;
}
.trx_addons_message_box p + p {
margin-top: 0.2em;
} html {
overflow-y: scroll !important;
}
.mfp-bg {
background: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #888;
}
.mfp-figure figcaption {
margin-bottom: 40px !important;
height: 40px;
padding: 0 16px;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.8);
}
.mfp-figure figcaption .mfp-bottom-bar {
left: 16px;
right: 16px;
margin-top: -30px;
width: auto;
}
.mfp-title, .mfp-counter {
color: #888;
}
.wp-caption a[class*=magnific],
.wp-caption a[class*=prettyPhoto] {
display: block;
}
.wp-caption a[class*=magnific] img,
.wp-caption a[class*=prettyPhoto] img {
vertical-align: top;
} .breadcrumbs {
font-size: 13px;
line-height: 19px;
}
.breadcrumbs .breadcrumbs_item {
display: inline-block;
vertical-align: top;
}
.breadcrumbs .breadcrumbs_delimiter {
display: inline-block;
position: relative;
margin: 0 0.45em;
vertical-align: top;
text-align: center;
}
.breadcrumbs .breadcrumbs_delimiter:before {
content: "/";
} [class^=trx_addons_icon-]:before, [class*=" trx_addons_icon-"]:before {
margin: 0;
width: auto;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.post_counters_likes.disabled,
.comment_counters_likes.disabled {
color: #e05100;
}
.post_counters_item,
.comment_counters_item {
margin-left: 0.5em;
white-space: nowrap;
}
.post_counters_item:before {
vertical-align: top;
line-height: inherit;
margin: 0 0.2em 0 0;
}
.post_counters_item .post_counters_number,
.comment_counters .comment_counters_number {
margin: 0 0.25em;
} .trx_addons_emotions {
display: block;
margin-top: 2em;
}
.trx_addons_emotions_item {
display: inline-block;
margin: 0 1em 1em 0;
padding: 1em;
width: 5em;
text-align: center;
cursor: pointer;
background-color: #fff;
border: 1px solid #ddd;
color: #888;
-webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.trx_addons_emotions_item:hover {
color: #333;
border-color: #aaa;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.trx_addons_emotions_active {
color: #333;
border-color: #aaa;
background-color: #f0f0f0;
}
.trx_addons_emotions .trx_addons_emotions_item:before {
display: block;
font-size: 2em;
line-height: 1em;
}
.trx_addons_emotions_item_number {
font-weight: bold;
display: block;
margin-top: 0.5em;
color: #666;
}
.trx_addons_emotions_item_label {
display: block;
}  .socials_share {
position: relative;
vertical-align: top;
}
.socials_share.socials_wrap {
margin: 0;
}
.socials_share .socials_caption {
display: inline-block;
margin-right: 1em;
}
.socials_share .socials_caption:before {
content: "\e802";
font-family: "trx_addons_icons";
margin-right: 0.4em;
}
.socials_share.socials_type_drop .socials_caption {
margin-right: 0;
}
.socials_share.socials_type_drop .social_items {
display: none;
position: absolute;
z-index: 1000;
bottom: 3em;
right: 0;
border: 1px solid #eee;
background-color: #ffffff;
padding: 1em 1.5em;
line-height: 2em;
text-align: left;
}
.socials_share.socials_type_drop .social_items:before {
content: " ";
display: block;
position: absolute;
z-index: 1;
bottom: -5px;
right: 20%;
width: 8px;
height: 8px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
background-color: #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.socials_share.socials_type_drop .social_item {
display: block;
text-align: left;
margin: 0;
white-space: nowrap;
}
.socials_share.socials_type_drop .social_item + .social_item {
margin-left: 0;
}
.socials_share.socials_type_drop .social_item .social_icon {
width: auto;
height: auto;
line-height: inherit;
background-color: transparent !important;
text-align: left;
}
.socials_share.socials_type_drop .social_item .social_icon span {
display: inline-block;
margin-left: 0;
margin-right: 0.75em;
width: 1em;
line-height: 1em;
} .trx_addons_no_posts .trx_addons_no_posts_title {
margin-top: 0;
}  .widget_area .post_item,
aside .post_item {
overflow: hidden;
text-align: left;
margin-bottom: 0;
background-color: transparent !important;
position: relative;
}
aside .post_item + .post_item {
margin-top: 1.6em;
}
.widget_area .post_item .post_content,
aside .post_item .post_content {
overflow: hidden;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
float: left;
width: 5em;
height: 5em;
margin: 0 1em 4px 0;
overflow: hidden;
}
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
width: 100%;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
margin: -2px 0 4px 0;
text-align: left;
line-height: 1.25em;
font-weight: 400;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
font-size: 12px;
line-height: 16px;
margin-bottom: 0;
}
.widget_area .post_item .post_info .post_info_item + .post_info_item:before,
aside .post_item .post_info .post_info_item + .post_info_item:before {
content: "";
margin: 0 0 0 5px;
}
.widget_area .post_item .post_categories,
aside .post_item .post_categories {
font-size: 11px;
line-height: 15px;
font-weight: 400;
margin-top: -2px;
margin-bottom: 0.7em;
position: relative;
padding-right: 3em;
text-transform: uppercase;
}
.widget_area .post_item .post_categories .post_info_counters,
aside .post_item .post_categories .post_info_counters {
position: absolute;
right: 0;
top: 0;
}
.widget_area .post_item .post_categories .post_info_counters .post_counters_label,
aside .post_item .post_categories .post_info_counters .post_counters_label {
display: none;
} .widget .trx_addons_tabs .trx_addons_tabs_titles li {
font-size: 12px;
line-height: 1.3em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li:after {
display: none !important;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 0.5em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
padding: 0.3em 0.5em;
} aside.widget_fullwidth {
padding: 0 !important;
}
aside.widget_bg_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 2em 1.5em !important; }
aside.widget_bg_image:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
aside.widget_bg_image * {
color: #aaa !important;
}
aside.widget_bg_image .widget_content a {
color: #ddd !important;
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image li,
aside.widget_bg_image li a,
aside.widget_bg_image .widget_content a:hover {
color: #fff !important;
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image .widget_content {
position: relative;
z-index: 2;
} .trx_addons_stretch_height {
min-height: 100vh;
}
.trx_addons_hidden {
display: none;
} .trx_addons_columns_wrap {
margin-left: 0px;
margin-right: -30px;
}
.trx_addons_columns_wrap > [class*=trx_addons_column-] {    display: inline-block;
vertical-align: top;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_columns_wrap.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left {
padding-left: 30px;
padding-right: 0;
}
.trx_addons_columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right {
padding-left: 0;
padding-right: 30px;
}
.trx_addons_columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center {
padding-left: 15px;
padding-right: 15px;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
padding-bottom: 30px;
}
.trx_addons_columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.trx_addons_columns_wrap.no_margin > [class*=trx_addons_column-] {
padding: 0 !important;
} .trx_addons_column-1,
.trx_addons_column-1_1 {
width: 100%;
}
.trx_addons_column-1_2 {
width: 50%;
}
.trx_addons_column-1_3 {
width: 33.3333333333%;
}
.trx_addons_column-1_4 {
width: 25%;
}
.trx_addons_column-1_5 {
width: 20%;
}
.trx_addons_column-1_6 {
width: 16.6666666667%;
}
.trx_addons_column-1_7 {
width: 14.2857142857%;
}
.trx_addons_column-1_8 {
width: 12.5%;
}
.trx_addons_column-1_9 {
width: 11.1111111111%;
}
.trx_addons_column-1_10 {
width: 10%;
}
.trx_addons_column-1_11 {
width: 9.0909090909%;
}
.trx_addons_column-1_12 {
width: 8.3333333333%;
}
.trx_addons_column-2_2 {
width: 100%;
}
.trx_addons_column-2_3 {
width: 66.6666666667%;
}
.trx_addons_column-2_4 {
width: 50%;
}
.trx_addons_column-2_5 {
width: 40%;
}
.trx_addons_column-2_6 {
width: 33.3333333333%;
}
.trx_addons_column-2_7 {
width: 28.5714285714%;
}
.trx_addons_column-2_8 {
width: 25%;
}
.trx_addons_column-2_9 {
width: 22.2222222222%;
}
.trx_addons_column-2_10 {
width: 20%;
}
.trx_addons_column-2_11 {
width: 18.1818181818%;
}
.trx_addons_column-2_12 {
width: 16.6666666667%;
}
.trx_addons_column-3_3 {
width: 100%;
}
.trx_addons_column-3_4 {
width: 75%;
}
.trx_addons_column-3_5 {
width: 60%;
}
.trx_addons_column-3_6 {
width: 50%;
}
.trx_addons_column-3_7 {
width: 42.8571428571%;
}
.trx_addons_column-3_8 {
width: 37.5%;
}
.trx_addons_column-3_9 {
width: 33.3333333333%;
}
.trx_addons_column-3_10 {
width: 30%;
}
.trx_addons_column-3_11 {
width: 27.2727272727%;
}
.trx_addons_column-3_12 {
width: 25%;
}
.trx_addons_column-4_4 {
width: 100%;
}
.trx_addons_column-4_5 {
width: 80%;
}
.trx_addons_column-4_6 {
width: 66.6666666667%;
}
.trx_addons_column-4_7 {
width: 57.1428571429%;
}
.trx_addons_column-4_8 {
width: 50%;
}
.trx_addons_column-4_9 {
width: 44.4444444444%;
}
.trx_addons_column-4_10 {
width: 40%;
}
.trx_addons_column-4_11 {
width: 36.3636363636%;
}
.trx_addons_column-4_12 {
width: 33.3333333333%;
}
.trx_addons_column-5_5 {
width: 100%;
}
.trx_addons_column-5_6 {
width: 83.3333333333%;
}
.trx_addons_column-5_7 {
width: 71.4285714286%;
}
.trx_addons_column-5_8 {
width: 62.5%;
}
.trx_addons_column-5_9 {
width: 55.5555555556%;
}
.trx_addons_column-5_10 {
width: 50%;
}
.trx_addons_column-5_11 {
width: 45.4545454545%;
}
.trx_addons_column-5_12 {
width: 41.6666666667%;
}
.trx_addons_column-6_6 {
width: 100%;
}
.trx_addons_column-6_7 {
width: 85.7142857143%;
}
.trx_addons_column-6_8 {
width: 75%;
}
.trx_addons_column-6_9 {
width: 66.6666666667%;
}
.trx_addons_column-6_10 {
width: 60%;
}
.trx_addons_column-6_11 {
width: 54.5454545455%;
}
.trx_addons_column-6_12 {
width: 50%;
}
.trx_addons_column-7_7 {
width: 100%;
}
.trx_addons_column-7_8 {
width: 87.5%;
}
.trx_addons_column-7_9 {
width: 77.7777777778%;
}
.trx_addons_column-7_10 {
width: 70%;
}
.trx_addons_column-7_11 {
width: 63.6363636364%;
}
.trx_addons_column-7_12 {
width: 58.3333333333%;
}
.trx_addons_column-8_8 {
width: 100%;
}
.trx_addons_column-8_9 {
width: 88.8888888889%;
}
.trx_addons_column-8_10 {
width: 80%;
}
.trx_addons_column-8_11 {
width: 72.7272727273%;
}
.trx_addons_column-8_12 {
width: 66.6666666667%;
}
.trx_addons_column-9_9 {
width: 100%;
}
.trx_addons_column-9_10 {
width: 90%;
}
.trx_addons_column-9_11 {
width: 81.8181818182%;
}
.trx_addons_column-9_12 {
width: 75%;
}
.trx_addons_column-10_10 {
width: 100%;
}
.trx_addons_column-10_11 {
width: 90.9090909091%;
}
.trx_addons_column-10_12 {
width: 83.3333333333%;
}
.trx_addons_column-11_11 {
width: 100%;
}
.trx_addons_column-11_12 {
width: 91.6666666667%;
}
.trx_addons_column-12_12 {
width: 100%;
}
.clearfix:after,
.trx_addons_columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}  .trx_addons_hover {
position: relative;
overflow: hidden;
}
.trx_addons_hover img {
position: relative;
display: block;
width: 100%;
height: auto;
}
.trx_addons_hover_mask {
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
background-color: rgba(239, 167, 88, 0.8);
-webkit-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover:hover .trx_addons_hover_mask {
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.trx_addons_hover_content {
position: absolute;
z-index: 11;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 20px;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_hover_content .trx_addons_hover_title {
color: #fff;
margin: 0;
position: relative;
opacity: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover:hover .trx_addons_hover_title {
-webkit-transition: all 0.2s 0.1s linear;
transition: all 0.2s 0.1s linear;
}
.trx_addons_hover_content .trx_addons_hover_title > a {
color: #fff;
}
.trx_addons_hover_content .trx_addons_hover_title > a:hover {
color: #fff;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.trx_addons_hover_content .trx_addons_hover_text {
font-style: italic;
line-height: 1.3em;
position: relative;
color: #fff;
padding: 0.2em 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_info {
color: #fff;
padding: 0.2em 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover:hover .trx_addons_hover_text,
.trx_addons_hover:hover .trx_addons_hover_info {
-webkit-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_link,
.trx_addons_hover_content .trx_addons_hover_links a {
display: inline-block;
text-decoration: none;
font-size: 0.7692em;
line-height: 1.5em;
font-weight: bold;
padding: 0.4em 0.8em;
margin-top: 1em;
background-color: rgba(0, 0, 0, 0.6);
color: #fff !important;
text-transform: uppercase;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_links a + a {
margin-left: 0.7em;
}
.trx_addons_hover:hover .trx_addons_hover_link,
.trx_addons_hover:hover .trx_addons_hover_links a {
-webkit-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover_link:hover,
.trx_addons_hover_links a:hover {
color: #fff !important;
background-color: #000;
}
.trx_addons_hover_content .trx_addons_hover_icon {
display: inline-block;
text-decoration: none;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
background-color: rgba(0, 0, 0, 0.6);
color: #fff !important;
border-radius: 50%;
margin-top: 1em;
opacity: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover:hover .trx_addons_hover_icon {
-webkit-transition: all 0.2s 0.2s linear;
transition: all 0.2s 0.2s linear;
}
.trx_addons_hover_content .trx_addons_hover_icon + .trx_addons_hover_icon {
margin-left: 0.5em;
}
.trx_addons_hover_content .trx_addons_hover_icon:hover {
color: #fff !important;
background-color: #000;
}
.trx_addons_hover_content .trx_addons_hover_icon_link:before {
content: "\e86a";
font-family: "trx_addons_icons";
}
.trx_addons_hover_content .trx_addons_hover_icon_zoom:before {
content: "\e898";
font-family: "trx_addons_icons";
}  .trx_addons_hover_style_info img {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover_style_info .trx_addons_hover_title {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_info .trx_addons_hover_text {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_info .trx_addons_hover_link {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.trx_addons_hover_style_info .trx_addons_hover_info {
-webkit-transform: translateY(20px);
transform: translateY(20px);
} .trx_addons_hover_style_info:hover img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.trx_addons_hover_style_info:hover .trx_addons_hover_mask {
opacity: 1;
}
.trx_addons_hover_style_info:hover .trx_addons_hover_title,
.trx_addons_hover_style_info:hover .trx_addons_hover_text,
.trx_addons_hover_style_info:hover .trx_addons_hover_link,
.trx_addons_hover_style_info:hover .trx_addons_hover_info {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}  .trx_addons_hover_style_links .trx_addons_hover_mask {
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.trx_addons_hover_style_links .trx_addons_hover_title {
-webkit-transform: translateY(-75px);
transform: translateY(-75px);
}
.trx_addons_hover_style_links .trx_addons_hover_text {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_links .trx_addons_hover_link {
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
.trx_addons_hover_style_links .trx_addons_hover_link2 {
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
} .trx_addons_hover_style_links:hover .trx_addons_hover_mask {
opacity: 1;
}
.trx_addons_hover_style_links:hover .trx_addons_hover_title,
.trx_addons_hover_style_links:hover .trx_addons_hover_text,
.trx_addons_hover_style_links:hover .trx_addons_hover_link,
.trx_addons_hover_style_links:hover .trx_addons_hover_link2 {
opacity: 1;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}  .trx_addons_hover_style_plain img {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover_style_plain .trx_addons_hover_title {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_plain .trx_addons_hover_text {
color: #8b8b8b;
padding: 1em 0;
-webkit-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
.trx_addons_hover_style_plain .trx_addons_hover_link {
-webkit-transform: translateY(20px);
transform: translateY(20px);
} .trx_addons_hover_style_plain:hover img {
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
-webkit-transition: all 0.2s 0.1s linear;
transition: all 0.2s 0.1s linear;
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_title,
.trx_addons_hover_style_plain:hover .trx_addons_hover_link {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_text {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}  .trx_addons_hover_style_wide .trx_addons_hover_mask {
top: 0;
left: 0;
width: 200%;
height: 200%;
-webkit-transform: translate(50%, 50%) rotate(45deg);
transform: translate(50%, 50%) rotate(45deg);
}
.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title {
-webkit-transform: translate(50px, 50px);
transform: translate(50px, 50px); background-color: transparent;
margin: 0;
}
.trx_addons_hover_style_wide .trx_addons_hover_icon {
-webkit-transform: translateX(30px) scale(0.3, 0.3);
transform: translateX(30px) scale(0.3, 0.3);
}
.trx_addons_hover_style_wide .trx_addons_hover_icon_zoom {
-webkit-transform: translateX(-30px) scale(0.3, 0.3);
transform: translateX(-30px) scale(0.3, 0.3);
} .trx_addons_hover_style_wide:hover .trx_addons_hover_mask {
opacity: 1;
-webkit-transform: translate(-25%, -25%) rotate(45deg);
transform: translate(-25%, -25%) rotate(45deg);
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_title {
opacity: 1;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_icon {
opacity: 1;
-webkit-transform: translateX(0px) scale(1, 1);
transform: translateX(0px) scale(1, 1);
}  .trx_addons_hover_style_zoomin .trx_addons_hover_mask {
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
-webkit-transform: translateY(30px) scale(0.1, 0.1);
transform: translateY(30px) scale(0.1, 0.1); background-color: transparent;
margin: 0;
display: none;
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon {
-webkit-transform: translate(-30px, -30px) scale(0.1, 0.1);
transform: translate(-30px, -30px) scale(0.1, 0.1);
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon_link {
-webkit-transform: translate(30px, -30px) scale(0.1, 0.1);
transform: translate(30px, -30px) scale(0.1, 0.1);
} .trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_title {
opacity: 1;
-webkit-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_icon {
opacity: 1;
-webkit-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
} @keyframes zoomin {
0% {
opacity: 0;
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes zoomin {
0% {
opacity: 0;
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes zoomout {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
}
@-webkit-keyframes zoomout {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
}
@keyframes flash {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
}
@-webkit-keyframes flash {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
}
@keyframes jump {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes squat {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes squat {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}  .trx_addons_accent {
color: #efa758;
}
.trx_addons_accent_bg {
color: #fff;
background-color: #efa758;
padding: 0 0.4em;
display: inline-block;
}
.trx_addons_hover {
color: #b88144;
} .trx_addons_inverse {
color: #fff;
background-color: #000;
padding: 0 0.4em;
display: inline-block;
} .trx_addons_dark {
color: #000;
} .trx_addons_tiny_text {
font-size: 11px;
line-height: 1.3em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
} .trx_addons_dropcap {
float: left;
display: block;
font-size: 2.21437em;
padding: 0;
margin: 0.25em 0.5em 0 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
overflow: hidden;
color: #fff;
background-color: #000;
}
.trx_addons_dropcap {
border-radius: 50%;
}
.trx_addons_dropcap_style_2 {
background-color: #efa758;
} .trx_addons_tooltip {
color: #efa758;
border-bottom: 1px solid #efa758;
position: relative;
cursor: default;
}
.trx_addons_tooltip:before {
content: attr(data-tooltip);
pointer-events: none;
display: inline-block;
padding: 0.6em 1em;
background-color: #efa758;
color: #fff;
opacity: 0;
border: none;
max-width: 15em;
font-size: 1em;
line-height: 1.3em;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 12px;
line-height: 15px;
border-radius: 0 !important;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.trx_addons_tooltip:after {
content: " ";
pointer-events: none;
display: block;
width: 0;
height: 0;
position: absolute;
z-index: 2;
bottom: 150%;
left: 50%;
border: 4px solid transparent;
border-top-color: #efa758;
opacity: 0;
margin-bottom: -7px;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
-webkit-transform: none;
transform: none;
}
.trx_addons_tooltip:hover:before,
.trx_addons_tooltip:hover:after {
bottom: 115%;
opacity: 1;
} del {
color: #ddd;
text-decoration: line-through;
} .trx_addons_no_margin {
margin: 0;
} ul[class*=trx_addons_list] {
list-style-type: none;
padding-left: 1.2em;
}
ul[class*=trx_addons_list] > li {
position: relative;
}
ul[class*=trx_addons_list] > li:before {
font-family: "trx_addons_icons";
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: -1em;
line-height: inherit;
}
ul.trx_addons_list_success,
ul.trx_addons_list_error,
ul.trx_addons_list_plus,
ul.trx_addons_list_minus {
padding-left: 1.5em;
}
ul.trx_addons_list_success > li:before,
ul.trx_addons_list_error > li:before,
ul.trx_addons_list_plus > li:before,
ul.trx_addons_list_minus > li:before {
left: -1.3em;
}
ul[class*=trx_addons_list_dot] > li:before {
content: "\e8b6";
}
ul[class*=trx_addons_list_custom] > li:before {
content: "\e884";
}
ul[class*=trx_addons_list_success] > li:before {
content: "\e874";
}
ul[class*=trx_addons_list_error] > li:before {
content: "\e875";
}
ul[class*=trx_addons_list_info] > li:before {
content: "\e87f";
}
ul[class*=trx_addons_list_plus] > li:before {
content: "\e876";
}
ul[class*=trx_addons_list_minus] > li:before {
content: "\e877";
}
ul[class*=trx_addons_list_help] > li:before {
content: "\e87c";
}
ul[class*=trx_addons_list_attention] > li:before {
content: "\e880";
}
ul[class*=trx_addons_list][class*=_circled] {
padding-left: 1.8em;
}
ul[class*=trx_addons_list][class*=_circled] > li:before {
display: inline-block;
color: #fff;
background-color: #efa758;
font-size: 10px;
left: -2.4em;
top: 0.4em;
width: 1.7em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
border-radius: 50%;
}
ul.trx_addons_list_parameters {
padding-left: 0 !important;
}
ul.trx_addons_list_parameters > li:before {
display: none;
}
ul.trx_addons_list_parameters > li + li {
padding-top: 0.2em;
margin-top: 0.2em;
border-top: 1px solid #ddd;
}
.trx_addons_list_parameters > li {
white-space: nowrap;
}
.trx_addons_list_parameters > li > strong {
display: inline-block;
width: 75%;
text-align: left;
font-family: inherit;
font-weight: inherit;
white-space: normal;
vertical-align: top;
color: inherit;
}
.trx_addons_list_parameters > li > em {
display: inline-block;
width: 25%;
text-align: left;
font-family: inherit;
font-style: normal;
font-weight: inherit;
white-space: normal;
vertical-align: top;
color: inherit;
} .sc_float_left {
float: left;
}
.sc_float_right {
float: right;
}
.sc_float_center {
margin-left: auto;
margin-right: auto;
}
.sc_align_left {
text-align: left;
}
.sc_align_right {
text-align: right;
}
.sc_align_center {
text-align: center;
}
.sc_align_justify {
text-align: justify;
}
.sc_padding_tiny {
padding: 1em 6%;
}
.sc_padding_small {
padding: 2em 8%;
}
.sc_padding_medium {
padding: 3em 10%;
}
.sc_padding_large {
padding: 4em 12%;
}
.sc_margin_tiny {
margin: 1em 6%;
}
.sc_margin_small {
margin: 2em 8%;
}
.sc_margin_medium {
margin: 3em 10%;
}
.sc_margin_large {
margin: 4em 12%;
}
.sc_push_tiny {
margin-top: -2em;
}
.sc_push_small {
margin-top: -4em;
}
.sc_push_medium {
margin-top: -6em;
}
.sc_push_large {
margin-top: -8em;
}
.sc_pull_tiny {
margin-bottom: -2em;
}
.sc_pull_small {
margin-bottom: -4em;
}
.sc_pull_medium {
margin-bottom: -6em;
}
.sc_pull_large {
margin-bottom: -8em;
} [class*=sc_push_] .woocommerce .products:after {
display: none;
clear: none;
}
[class*=sc_push_] .woocommerce .products {
overflow: hidden;
}
a .sc_icon_as_image {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:hover .sc_icon_as_image {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
}
.sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
margin: 0;
}
.sc_item_title {
line-height: 1.2em;
}
.sc_item_title > small,
.sc_item_title > big {
display: inline-block;
margin-bottom: 0.9em;
}
.sc_item_title + .sc_item_subtitle {
margin-top: 0.25em;
}
.sc_item_subtitle + .sc_item_title {
margin-top: 0.6em;
}
.sc_item_subtitle {
font-size: 1em;
line-height: 1.5em;
font-weight: 400;
font-style: italic;
text-transform: none;
letter-spacing: 0;
} .sc_item_subtitle.sc_item_title_style_shadow {
font-size: 8rem;
line-height: 1.2em;
font-weight: 900;
font-style: normal;
position: absolute;
z-index: 0;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color: #f0f0f0;
opacity: 0.1;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
left: 0;
-webkit-transform: none;
transform: none;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
left: auto;
right: 0;
-webkit-transform: none;
transform: none;
}
.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
padding: 2.5rem 0;
margin: 0;
} .sc_item_title.sc_item_title_style_accent {
position: relative;
}
.sc_item_title.sc_item_title_style_accent b {
font-size: 6em;
line-height: 0.8em;
font-weight: 900;
font-style: normal;
position: absolute;
z-index: 0;
bottom: -100%;
left: 0;
color: rgba(200, 200, 200, 0.1);
}
.sc_item_title.sc_item_title_style_accent i {
display: inline-block;
font-size: 0.4em;
font-weight: bold;
font-style: normal;
padding: 1.2em 0.5em;
color: #fff;
background-color: #000;
text-align: center;
position: absolute;
z-index: 1;
top: -80%;
right: 0;
width: 5em;
height: 5em;
line-height: 1.25em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
}
.sc_item_title.sc_item_title_style_accent.sc_align_center b {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_item_title.sc_item_title_style_accent.sc_align_right b {
left: auto;
right: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_right i {
left: 0;
right: auto;
}
.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
margin-top: 1em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_descr + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_descr + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content,
.sc_item_descr + .sc_item_content {
margin-top: 2em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
margin-top: 2em;
}
.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_content {
margin-top: 3em;
}
h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_content {
margin-top: 2em;
}
h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
margin-top: 1.8em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 1.6em;
}
h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_content {
margin-top: 1.4em;
}
h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_content {
margin-top: 1.2em;
}
h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_content {
margin-top: 1em;
}
.sc_item_descr {
margin-bottom: 2em;
}
.sc_item_descr.sc_align_center {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
.sc_item_descr:last-child {
margin-bottom: 0;
}
.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
max-width: none;
}
.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
margin-top: 2em;
}
.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple {
margin-top: 1.5em;
}
.sc_item_button_image img {
max-height: 8em;
width: auto;
} #trx_addons_post_details_popup_overlay {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
}
#trx_addons_post_details_popup {
position: fixed;
z-index: 100001;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50%;
height: 80%;
display: none;
}
.trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
position: absolute;
z-index: 1;
top: -2em;
right: -2em;
color: #fff;
font-size: 1.5em;
padding: 6px;
cursor: pointer;
}
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.trx_addons_post_details_popup_prev {
left: -2em;
right: auto;
}
#trx_addons_post_details_popup .trx_addons_post_details_content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #fff;
overflow-x: hidden;
overflow-y: auto;
}
#trx_addons_post_details_popup .post_details_page_title {
background-color: #f0f0f0;
margin: 0;
padding: 0.2em 3em 0.2em 0.5em;
position: relative;
}
#trx_addons_post_details_popup .post_details_page_price {
position: absolute;
z-index: 1;
top: 0.2em;
right: 0.5em;
}
#trx_addons_post_details_popup .post_details_page_header {
margin-bottom: 0;
}
#trx_addons_post_details_popup .post_details_page_content {
padding: 2em;
}
#trx_addons_post_details_popup .post_details_page_details {
padding: 0 2em;
}
#trx_addons_post_details_popup .post_details_page_button {
padding: 1em 2em 2em;
}
.sc_events {
position: relative;
}
.sc_events_button {
text-align: center;
}
.sc_events_item {
display: block;
overflow: hidden;
position: relative;
background-color: #f7f7f7;
height: 5.2632em;
}
.sc_events_item + .sc_events_item {
margin-top: 1em;
}
.sc_events_item_date,
.sc_events_item_title,
.sc_events_item_button {
position: absolute;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_events_item_date {
top: 0;
left: 0;
width: 6.4286em;
height: 5.2632em;
color: #292929;
text-align: center;
}
.sc_events_default .sc_events_item_date {
background-color: #292929;
color: #fff;
}
.sc_events_default .sc_events_item:hover .sc_events_item_date {
background-color: #efa758;
}
.sc_events_item_day {
display: block;
font-size: 2em;
line-height: 1.5em;
font-weight: 300;
margin-top: 0.2em;
}
.sc_events_item_month {
font-size: 0.7143em;
line-height: 1.3em;
text-transform: uppercase;
display: block;
}
.sc_events_item_title {
font-size: 1.1429em;
line-height: 1.3em;
left: 8em;
color: #292929;
max-width: 75%;
padding-right: 3em;
}
.sc_events_item:hover .sc_events_item_title {
color: #efa758;
}
.sc_events_item_time {
color: #888888;
}
.sc_events_item:hover .sc_events_item_time {
color: #efa758;
}
.sc_events_item_title,
.sc_events_item_button {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_events_item_button {
right: 3em;
color: #292929;
text-align: center;
min-height: 1.3em;
}
.sc_events_item:hover .sc_events_item_button {
color: #efa758;
}
.sc_events_item_button:before {
content: "\e884";
font-family: "trx_addons_icons";
}
.sc_events_item_button:before,
.sc_events_item_button:after {
font-size: 0.9286em;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_events_item_button:after {
left: -30px;
opacity: 0;
}
.sc_events_item:hover .sc_events_item_button:before {
opacity: 0;
left: 30px;
}
.sc_events_item:hover .sc_events_item_button:after {
opacity: 1;
left: 0;
} .sc_events_detailed .sc_events_item {
background-color: transparent;
border: 1px solid #efa758;
white-space: nowrap;
height: auto;
}
.sc_events_detailed .sc_events_item,
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_date_wrap,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_time_wrap:before,
.sc_events_detailed .sc_events_item_button,
.sc_events_detailed .sc_events_item_button_wrap:before {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.sc_events_detailed .sc_events_item_date_wrap,
.sc_events_detailed .sc_events_item_time_wrap,
.sc_events_detailed .sc_events_item_title_wrap,
.sc_events_detailed .sc_events_item_button_wrap {
position: relative;
display: inline-block;
vertical-align: top;
height: 4em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_events_detailed .sc_events_item_date_wrap {
border-right: 1px solid #efa758;
width: 17%;
}
.sc_events_detailed .sc_events_item_title_wrap {
width: 48%;
}
.sc_events_detailed .sc_events_item_time_wrap {
width: 19%;
}
.sc_events_detailed .sc_events_item_button_wrap {
width: 16%;
}
.sc_events_detailed .sc_events_item_time_wrap:before,
.sc_events_detailed .sc_events_item_button_wrap:before {
content: " ";
display: block;
border-right: 2px solid #efa758;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 0;
height: 1em;
}
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_button {
display: block;
white-space: normal;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: auto;
min-height: 0;
max-height: none;
max-width: none;
padding: 0 1.5em;
background-color: transparent;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_button {
font-size: 0.7368em;
line-height: 1.3em;
font-weight: 700;
text-transform: uppercase;
}
.sc_events_detailed .sc_events_item_title {
font-size: 1.0526em;
line-height: 1.2em;
font-weight: 700;
font-style: italic;
}
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_button {
padding: 0 1em;
}
.sc_events_detailed .sc_events_item_button:before,
.sc_events_detailed .sc_events_item_button:after {
display: none;
}
.sc_events_detailed .sc_events_item:hover {
background-color: #efa758;
color: #fff;
}
.sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,
.sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before {
border-color: #fff;
} .vc_row {
position: relative;
}
.trx_addons_fixed_column_placeholder {
min-height: 1px;
} .wpb_row[class*=sc_bg_mask_],
.wpb_column[class*=sc_extra_bg_] > .vc_column-inner,
.wpb_column[class*=sc_bg_mask_] > .vc_column-inner,
.wpb_text_column[class*=sc_extra_bg_],
.wpb_text_column[class*=sc_bg_mask_],
.sc_content[class*=sc_extra_bg_],
.sc_content[class*=sc_bg_mask_] {
position: relative;
z-index: 0;
}
.wpb_text_column[class*=sc_bg_mask_] > .wpb_wrapper {
position: relative;
z-index: 2;
}
.wpb_column[class*=sc_extra_bg_] > .vc_column-inner:after,
.wpb_text_column[class*=sc_extra_bg_]:after,
.sc_content[class*=sc_extra_bg_]:after {
content: " ";
display: block;
position: absolute;
z-index: -1;
background: inherit;
}
.wpb_row[class*=sc_bg_mask_]:before,
.wpb_column[class*=sc_bg_mask_] > .vc_column-inner:before,
.wpb_text_column[class*=sc_bg_mask_]:before,
.sc_content[class*=sc_bg_mask_]:before {
content: " ";
display: block !important;
background-color: inherit;
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.wpb_row.vc_parallax[class*=sc_bg_mask_]:before {
z-index: 1;
}
.wpb_column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .vc_column-inner:before,
.wpb_text_column.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.sc_content.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.wpb_column.sc_extra_bg_tiny > .vc_column-inner:after,
.wpb_text_column.sc_extra_bg_tiny:after,
.sc_content.sc_extra_bg_tiny:after {
position: absolute;
top: -2em;
right: -2em;
bottom: -2em;
left: -2em;
}
.wpb_column.sc_extra_bg_small[class*=sc_bg_mask_] > .vc_column-inner:before,
.wpb_text_column.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.sc_content.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.wpb_column.sc_extra_bg_small > .vc_column-inner:after,
.wpb_text_column.sc_extra_bg_small:after,
.sc_content.sc_extra_bg_small:after {
position: absolute;
top: -4em;
right: -4em;
bottom: -4em;
left: -4em;
}
.wpb_column.sc_extra_bg_medium[class*=sc_bg_mask_] > .vc_column-inner:before,
.wpb_text_column.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.sc_content.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.wpb_column.sc_extra_bg_medium > .vc_column-inner:after,
.wpb_text_column.sc_extra_bg_medium:after,
.sc_content.sc_extra_bg_medium:after {
position: absolute;
top: -6em;
right: -6em;
bottom: -6em;
left: -6em;
}
.wpb_column.sc_extra_bg_large[class*=sc_bg_mask_] > .vc_column-inner:before,
.wpb_text_column.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.sc_content.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.wpb_column.sc_extra_bg_large > .vc_column-inner:after,
.wpb_text_column.sc_extra_bg_large:after,
.sc_content.sc_extra_bg_large:after {
position: absolute;
top: -8em;
right: -8em;
bottom: -8em;
left: -8em;
}
.wpb_row.sc_bg_mask_bg_color:before,
.wpb_column.sc_bg_mask_bg_color > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_bg_color:before,
.sc_content.sc_bg_mask_bg_color:before {
background-color: inherit;
}
.wpb_row.sc_bg_mask_1:before,
.wpb_column.sc_bg_mask_1 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_1:before,
.sc_content.sc_bg_mask_1:before {
opacity: 0.1;
}
.wpb_row.sc_bg_mask_2:before,
.wpb_column.sc_bg_mask_2 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_2:before,
.sc_content.sc_bg_mask_2:before {
opacity: 0.2;
}
.wpb_row.sc_bg_mask_3:before,
.wpb_column.sc_bg_mask_3 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_3:before,
.sc_content.sc_bg_mask_3:before {
opacity: 0.3;
}
.wpb_row.sc_bg_mask_4:before,
.wpb_column.sc_bg_mask_4 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_4:before,
.sc_content.sc_bg_mask_4:before {
opacity: 0.4;
}
.wpb_row.sc_bg_mask_5:before,
.wpb_column.sc_bg_mask_5 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_5:before,
.sc_content.sc_bg_mask_5:before {
opacity: 0.5;
}
.wpb_row.sc_bg_mask_6:before,
.wpb_column.sc_bg_mask_6 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_6:before,
.sc_content.sc_bg_mask_6:before {
opacity: 0.6;
}
.wpb_row.sc_bg_mask_7:before,
.wpb_column.sc_bg_mask_7 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_7:before,
.sc_content.sc_bg_mask_7:before {
opacity: 0.7;
}
.wpb_row.sc_bg_mask_8:before,
.wpb_column.sc_bg_mask_8 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_8:before,
.sc_content.sc_bg_mask_8:before {
opacity: 0.8;
}
.wpb_row.sc_bg_mask_9:before,
.wpb_column.sc_bg_mask_9 > .vc_column-inner:before,
.wpb_text_column.sc_bg_mask_9:before,
.sc_content.sc_bg_mask_9:before {
opacity: 0.9;
} .wpb_column[class*=sc_shift_x_],
.wpb_column[class*=sc_shift_y_],
.sc_content[class*=sc_shift_x_],
.sc_content[class*=sc_shift_y_] {
position: relative;
z-index: 0;
}
.wpb_column.sc_shift_x_tiny,
.sc_content.sc_shift_x_tiny {
left: 2em;
}
.wpb_column.sc_shift_x_tiny_negative,
.sc_content.sc_shift_x_tiny_negative {
left: -2em;
}
.wpb_column.sc_shift_x_small,
.sc_content.sc_shift_x_small {
left: 4em;
}
.wpb_column.sc_shift_x_small_negative,
.sc_content.sc_shift_x_small_negative {
left: -4em;
}
.wpb_column.sc_shift_x_medium,
.sc_content.sc_shift_x_medium {
left: 6em;
}
.wpb_column.sc_shift_x_medium_negative,
.sc_content.sc_shift_x_medium_negative {
left: -6em;
}
.wpb_column.sc_shift_x_large,
.sc_content.sc_shift_x_large {
left: 8em;
}
.wpb_column.sc_shift_x_large_negative,
.sc_content.sc_shift_x_large_negative {
left: -8em;
}
.wpb_column.sc_shift_y_tiny,
.sc_content.sc_shift_y_tiny {
top: 2em;
}
.wpb_column.sc_shift_y_tiny_negative,
.sc_content.sc_shift_y_tiny_negative {
top: -2em;
}
.wpb_column.sc_shift_y_small,
.sc_content.sc_shift_y_small {
top: 4em;
}
.wpb_column.sc_shift_y_small_negative,
.sc_content.sc_shift_y_small_negative {
top: -4em;
}
.wpb_column.sc_shift_y_medium,
.sc_content.sc_shift_y_medium {
top: 6em;
}
.wpb_column.sc_shift_y_medium_negative,
.sc_content.sc_shift_y_medium_negative {
top: -6em;
}
.wpb_column.sc_shift_y_large,
.sc_content.sc_shift_y_large {
top: 8em;
}
.wpb_column.sc_shift_y_large_negative,
.sc_content.sc_shift_y_large_negative {
top: -8em;
} .compose-mode .vc_controls-container > div.vc_controls-out-tl {
left: auto;
right: 0;
} .compose-mode .sc_widget_slider.vc_empty-element:after {
display: none !important;
} .flex-direction-nav li {
position: static;
}
.flex-control-nav li:before {
display: none;
} .woocommerce div.product form.cart .variations td {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product form.cart .variations tr + tr td.label {
padding: 1em 0 0;
}
.trx_addons_attrib_item {
cursor: pointer !important;
}
.trx_addons_attrib_item span {
overflow: hidden;
display: block;
} .trx_addons_attrib_item.trx_addons_attrib_image {
display: inline-block;
vertical-align: top;
margin: 0 0.5em 5px 0;
padding: 5px;
border: 1px solid #ddd;
background-color: #fff;
}
.trx_addons_attrib_item.trx_addons_attrib_image img {
width: 70px;
height: auto;
} .trx_addons_attrib_item.trx_addons_attrib_color {
display: inline-block;
vertical-align: top;
margin: 0 0.5em 5px 0;
padding: 3px;
border: 1px solid #ddd;
background-color: #fafafa;
}
.trx_addons_attrib_item.trx_addons_attrib_color span {
display: block;
width: 30px;
height: 30px;
} .trx_addons_attrib_item.trx_addons_attrib_button {
display: inline-block;
vertical-align: top;
margin: 0 0.5em 5px 0;
padding: 3px;
border: 1px solid #ddd;
background-color: #fafafa;
}
.trx_addons_attrib_item.trx_addons_attrib_button span {
padding: 0.5em 1.5em;
} .trx_addons_attrib_item.trx_addons_attrib_selected {
background-color: #f0f0f0;
border-color: red;
} .trx_addons_attrib_item.trx_addons_attrib_disabled {
cursor: not-allowed !important;
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span {
position: relative;
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:before,
.trx_addons_attrib_item.trx_addons_attrib_disabled span:after {
content: " ";
position: absolute;
z-index: 1;
top: 50%;
left: -20%;
width: 140%;
height: 1px;
background-color: #f0f0f0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .trx_addons_woocommerce_search .trx_addons_woocommerce_search_button:before {
margin-right: 0.5em;
vertical-align: middle;
text-align: center;
} .trx_addons_woocommerce_search_type_form .trx_addons_woocommerce_search_last_text {
display: block;
margin-bottom: 1.3em;
} .trx_addons_woocommerce_search_type_inline {
font-size: 1.5em;
line-height: 1.7em;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_options,
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
display: inline-block;
vertical-align: top;
width: 80%;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
width: 20%;
text-align: right;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text],
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
width: auto;
border: none;
border-bottom: 2px solid #ddd;
background-color: transparent !important;
color: #ddd;
padding: 0.2em;
margin: 0 0.3em;
border-radius: 0 !important;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text] {
width: 4em;
text-align: center;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
cursor: pointer;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_type_select {
position: relative;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list {
display: none;
position: absolute;
z-index: 10;
top: 2em;
left: 50%;
width: 280px;
height: auto;
font-size: 0.6667em;
line-height: 1.5em;
margin-left: -140px;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #ddd;
background-color: #f7f7f7;
padding: 0;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list li {
cursor: pointer;
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0.5em 1em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list li:before {
display: none;
} .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier {
border-width: 1px;
margin-left: 4px;
}
.yith_magnifier_gallery li + li {
padding-left: 20px;
}
.yith_magnifier_gallery li a {
margin-left: 0;
margin-right: 0;
}
.sc_courses .sc_courses_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_courses_columns_wrap,
.courses_page_related .related_columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_courses_slider .sc_courses_item,
.sc_courses_columns_wrap .sc_courses_item,
.courses_page_related .related_columns .sc_courses_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_courses_slider .sc_courses_item {
height: 95%;
}
.sc_courses {
position: relative;
}
.sc_courses_default .sc_courses_item {
background-color: #fafafa;
}
.sc_courses_default .sc_courses_item_thumb {
position: relative;
}
.sc_courses_default .sc_courses_item_thumb img {
width: 100%;
}
.sc_courses_default .sc_courses_item_categories {
position: absolute;
z-index: 1;
top: 2em;
left: 2em;
display: inline-block;
background-color: #292929;
font-size: 0.9286em;
line-height: 2em;
padding: 0 0.7em;
text-transform: uppercase;
}
.sc_courses_default .sc_courses_item_categories a {
color: #fff;
}
.sc_courses_default .sc_courses_item_categories a:hover {
color: #efa758;
}
.sc_courses_default .sc_courses_item_info {
padding: 2em;
}
.sc_courses_default .sc_courses_item_title {
margin: 0;
}
.sc_courses_default .sc_courses_item_title {
margin: 0;
}
.sc_courses_default .sc_courses_item_meta {
font-size: 0.9286em;
line-height: 1.5em;
margin-top: 0.5em;
}
.sc_courses_default .sc_courses_item_meta_item + .sc_courses_item_meta_item:before {
content: "*";
margin: 0 0.3em;
}
.sc_courses_default .sc_courses_item_date {
letter-spacing: 0;
font-style: italic;
}
.sc_courses_default .sc_courses_item_price {
font-size: 2em;
line-height: 1em;
margin-top: 0.5em;
color: #efa758;
min-height: 1.2em;
}
.sc_courses_default .sc_courses_item_period {
font-size: 0.4em;
color: #888;
text-transform: uppercase;
}
.sc_courses_default .sc_courses_item_period:before {
content: "/";
margin: 0 0.5em;
} .sc_courses_default .sc_courses_item .trx_addons_hover_mask {
background-color: #000;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_title {
background-color: transparent;
padding: 0;
margin: 0;
text-transform: none;
font-size: 1.6667em;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text {
padding: 0;
margin-top: 2em;
font-style: normal;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a {
margin-top: 3em;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1.3em 1.9em;
} .courses_single .courses_page_header {
margin-bottom: 2em;
}
.courses_single .courses_page_title {
position: relative;
padding-right: 25%;
}
.courses_single .courses_page_title > .courses_page_price {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.courses_single .courses_page_header > .courses_page_price {
float: right;
font-size: 1.3em;
line-height: 1.4em;
margin: 1.2em 0 1.2em 1em;
letter-spacing: -1px;
}
.courses_single .courses_page_title + .courses_page_meta {
position: relative;
top: -1.5em;
color: #888;
}
.courses_single .courses_page_price + .courses_page_meta {
font-size: 1.3em;
line-height: 1.4em;
margin: 1.2em 0;
letter-spacing: 0.5px;
}
.courses_single .courses_page_meta_item + .courses_page_meta_item:before {
content: "*";
margin: 0 0.3em;
}
.courses_single .courses_page_meta_item_date {
color: #333;
}
.courses_single .courses_page_period {
font-size: 0.5em;
color: #888;
}
.courses_single .courses_page_period:before {
content: "/";
margin: 0 0.5em;
}
.courses_single .courses_page_buttons {
margin-top: 1em;
} .sc_layouts_row {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_row_on_top {
z-index: 999999;
}
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.sc_layouts_item {
max-width: 100%;
}
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
display: inline-block;
vertical-align: middle;
margin-right: 1.5em;
}
.sc_layouts_column .sc_layouts_item:last-child,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):last-child {
margin-right: 0 !important;
}
.sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-left: 1.5em;
margin-right: 0;
}
.sc_layouts_column_align_right .sc_layouts_item:first-child {
margin-left: 0 !important;
}
.sc_layouts_row .vc_separator,
.sc_layouts_row .sc_layouts_item + div.vc_separator:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .vc_empty_space,
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin: 0 !important;
}
.sc_layouts_column .vc_empty_space {
width: 100%;
}
.sc_layouts_column_align_left,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column.sc_layouts_column_align_left .widgettitle {
text-align: left;
}
.sc_layouts_column_align_center,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column.sc_layouts_column_align_center .widgettitle {
text-align: center;
}
.sc_layouts_column_align_right,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column.sc_layouts_column_align_right .widgettitle {
text-align: right;
}
.sc_layouts_row_delimiter {
border-bottom: 1px solid #ddd;
} body.frontpage .sc_layouts_hide_on_frontpage,
body.home-page .sc_layouts_hide_on_frontpage,
body.error404 .sc_layouts_hide_on_frontpage {
display: none !important;
}  .sc_layouts_iconed_text {
white-space: nowrap;
}
.sc_layouts_item_link {
display: block;
}
.sc_layouts_item_icon {
font-size: 2.25em;
line-height: 1.1em;
display: inline-block;
vertical-align: middle;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_item_details {
display: inline-block;
vertical-align: middle;
white-space: normal;
}
.sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.5em;
}
.sc_layouts_column_icons_position_left .sc_layouts_item_details {
text-align: left;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
text-align: right;
}
.sc_align_center .sc_layouts_item_details {
text-align: center;
}
.sc_layouts_item_details_line1,
.sc_layouts_item_details_line2 {
display: block;
}
.sc_layouts_item_details_line1 {
font-size: 0.8667em;
line-height: 1.2308em;
font-weight: 300;
}
.sc_layouts_item_details_line2 {
font-size: 1.0667em;
line-height: 1.3125em;
font-weight: 600;
}
.sc_layouts_column_icons_position_right .sc_layouts_item:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_icon {
float: right;
margin-left: 0.4em;
margin-right: 0;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
float: right;
} .sc_layouts_login_menu .menu-item:not(.menu-item-has-children) .trx_addons_login_link {
padding: 1em 0em;
} .sc_layouts_row_type_narrow {
font-size: 13px;
line-height: 18px;
padding: 6px 0;
} .sc_layouts_row_type_narrow .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item input[type=text] {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
display: inline-block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
margin-left: 0.5em;
} .sc_layouts_row_type_narrow .socials_wrap {
margin: 0 -8px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item {
margin: 0 8px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item_style_bg .social_icon {
width: 1.2em;
height: 1.2em;
} .sc_layouts_row_type_narrow .sc_button {
background-color: transparent;
border: 1px solid #efa758;
color: #efa758;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
padding: 1em 2em;
letter-spacing: 0;
vertical-align: top;
text-align: center;
} .sc_layouts_row_type_compact {
padding: 0.75em 0;
}
.sc_layouts_row_type_compact .sc_layouts_item,
.sc_layouts_row_type_normal .sc_layouts_item {
letter-spacing: 0;
} .sc_layouts_row_type_compact .sc_layouts_item_icon {
font-size: 1.25em;
font-weight: 400;
}
.sc_layouts_row_type_compact .sc_layouts_item input[type=text] {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
display: inline-block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
margin-left: 0.5em;
} .sc_layouts_row_type_compact .socials_wrap {
margin: 0 -10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item {
margin: 0 10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item_style_bg .social_icon {
width: 1.2em;
height: 1.2em;
} .sc_layouts_row_type_compact .sc_button:not(.sc_button_simple) {
background-color: #efa758;
color: #fff;
font-size: 12px;
font-weight: 400;
padding: 1.5em 3em;
letter-spacing: 0.5px;
vertical-align: top;
text-align: center;
} .sc_layouts_row_type_normal {
padding: 2em 0;
} .sc_layouts_row_type_normal .sc_button {
background-color: #efa758;
color: #fff;
font-size: 11px;
font-weight: 600;
padding: 1.5em 3em;
letter-spacing: 0.5px;
vertical-align: top;
text-align: center;
} .sc_layouts_row_fixed_placeholder {
display: none;
}
.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder {
display: block;
}
.sc_layouts_row_fixed_on {
position: fixed;
z-index: 100002;
top: 0;
right: -15px;
bottom: auto;
left: -15px;
margin: 0 !important;
background-color: #fff;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
z-index: 100001;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
z-index: 100000;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
padding-top: 0;
padding-bottom: 0;
}
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
} .sc_layouts_flex {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_flex > .sc_layouts_column {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.sc_layouts_flex > .sc_layouts_column > .sc_layouts_item {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-grow: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.sc_layouts_flex.sc_layouts_columns_stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.sc_layouts_flex.sc_layouts_columns_top {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.sc_layouts_flex.sc_layouts_columns_bottom {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.sc_layouts_flex.sc_layouts_columns_middle {
-ms-flex-line-pack: center;
align-content: center;
}
.sc_layouts_flex.sc_layouts_content_top > .sc_layouts_column > .sc_layouts_item {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
.sc_layouts_flex.sc_layouts_content_top:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.sc_layouts_flex.sc_layouts_content_bottom > .sc_layouts_column > .sc_layouts_item {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
}
.sc_layouts_flex.sc_layouts_content_bottom:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.sc_layouts_flex.sc_layouts_content_middle > .sc_layouts_column > .sc_layouts_item {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.sc_layouts_flex.sc_layouts_content_middle:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.sc_layouts_flex.sc_layouts_columns_bottom:after,
.sc_layouts_flex.sc_layouts_columns_middle:after,
.sc_layouts_flex.sc_layouts_columns_top:after {
content: "";
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block;
}
.sc_services {
position: relative;
}
.sc_services .post_featured {
position: relative;
}
.sc_services .post_featured > .sc_services_item_price {
position: absolute;
z-index: 1;
bottom: 6px;
right: 8px;
font-size: 1.5em;
font-weight: normal;
color: #fff;
text-shadow: 0 0 10px #000;
}
.sc_services .sc_services_item_title.with_price .sc_services_item_price {
margin: 0.3em 0;
}
.sc_services_columns_wrap,
.services_page_related .related_columns {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_services_slider .sc_services_item,
.sc_services_columns_wrap .sc_services_item,
.services_page_related .related_columns .sc_services_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_services_slider .sc_services_item {
height: 95%;
} .sc_services_default .sc_services_item {
background-color: #fafafa;
margin-bottom: 2em;
text-align: center;
padding-top: 0.0001px;
}
.sc_services_default.slider_swiper .sc_services_item,
.sc_services_default .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_default .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_default .sc_services_item_thumb img {
width: 100%;
}
.sc_services_default .sc_services_item_icon {
position: relative;
display: inline-block;
font-size: 3em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-top: 0.8em;
border: 3px solid #000;
border-radius: 50%;
}
.sc_services_default .sc_services_item_icon img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_default .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_default .sc_services_item_number {
display: inline-block;
text-align: center;
font-size: 6em;
line-height: 1em;
font-weight: 900;
margin-top: 0.3em;
}
.sc_services_default .sc_services_item_info {
padding: 2.6em 3em;
text-align: center;
}
.sc_services_default .sc_services_item_title {
margin: 0;
}
.sc_services_default .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
letter-spacing: 0;
}
.sc_services_default .sc_services_item_content {
margin-top: 1.6em;
}
.sc_services_default .sc_services_item_content p {
margin: 0;
}
.sc_services_default .sc_services_item_button {
margin: 1.6em 0 0;
}
.sc_services_default .sc_services_item_featured_left,
.sc_services_default .sc_services_item_featured_right {
position: relative;
overflow: hidden;
background-color: transparent;
}
.sc_services_default .sc_services_item_featured_left {
text-align: left;
}
.sc_services_default .sc_services_item_featured_right {
text-align: right;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_number,
.sc_services_default .sc_services_item_featured_right .sc_services_item_number {
font-size: 2em;
line-height: 1.1em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon {
font-size: 2em;
border-width: 2px;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_icon {
font-size: 1.5em;
border-width: 1px;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb {
width: 30%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_content,
.sc_services_default .sc_services_item_featured_right .sc_services_item_content {
min-height: 0;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0;
margin-left: 6em;
}
.sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info {
padding-left: 2em;
margin-left: 30%;
}
.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_number {
left: auto;
right: 0;
}
.sc_services_default .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0;
margin-right: 6em;
}
.sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info {
padding-right: 2em;
margin-right: 30%;
}
.sc_services_default .trx_addons_hover_content .trx_addons_hover_title {
font-size: 1.3333em;
} .sc_services_light .sc_services_item {
margin-bottom: 2em;
text-align: left;
padding-top: 0.0001px;
}
.sc_services_light.slider_swiper .sc_services_item,
.sc_services_light .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_light .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_light .sc_services_item_icon {
display: inline-block;
text-align: center;
font-size: 3em;
line-height: 1em;
}
.sc_services_light .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_light .sc_services_item_number {
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: inline-block;
text-align: left;
font-size: 7em;
line-height: 1em;
font-weight: 900;
}
.sc_services_light .sc_services_item_featured_top .sc_services_item_info {
padding-top: 1.5em;
}
.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_info {
padding-top: 3em;
position: relative;
z-index: 2;
}
.sc_services_light .sc_services_item_title {
margin: 0;
}
.sc_services_light .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_subtitle {
font-weight: bold;
font-style: normal;
}
.sc_services_light .sc_services_item_content {
margin-top: 0.8em;
}
.sc_services_light .sc_services_item_content p {
margin: 0;
}
.sc_services_light .sc_services_item_button {
margin: 1em 0 0;
}
.sc_services_light .sc_services_item_featured_left,
.sc_services_light .sc_services_item_featured_right {
position: relative;
overflow: hidden;
}
.sc_services_light .sc_services_item_featured_left {
text-align: left;
}
.sc_services_light .sc_services_item_featured_right {
text-align: right;
}
.sc_services_light .sc_services_item_featured_top.with_icon {
text-align: center;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_right .sc_services_item_icon {
font-size: 2.5em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_light .sc_services_item_featured_left.without_content .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_right.without_content .sc_services_item_icon {
font-size: 1.5em;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_number,
.sc_services_light .sc_services_item_featured_right .sc_services_item_number {
font-size: 2em;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb {
width: 30%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_button,
.sc_services_light .sc_services_item_featured_right .sc_services_item_button {
display: none;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0;
margin-left: 4em;
}
.sc_services_light .sc_services_item_featured_left.with_image .sc_services_item_info {
padding-left: 2em;
margin-left: 30%;
}
.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_light .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_right .sc_services_item_number {
left: auto;
right: 0;
}
.sc_services_light .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0;
margin-right: 4em;
}
.sc_services_light .sc_services_item_featured_right.with_image .sc_services_item_info {
padding-right: 2em;
margin-right: 30%;
} .sc_services_iconed .sc_services_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_services_iconed .sc_services_item {
background-color: #fafafa;
position: relative;
}
.sc_services_iconed .sc_services_item_header {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 30%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 2rem;
color: #fff;
background-color: #333;
}
.sc_services_iconed .sc_services_item.with_image.with_icon .sc_services_item_header:before,
.sc_services_iconed .sc_services_item.with_image.with_number .sc_services_item_header:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.sc_services_iconed .sc_services_item_header a {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.sc_services_iconed .sc_services_item.without_content .sc_services_item_header {
position: static;
bottom: auto;
width: 100%;
height: auto;
}
.sc_services_iconed .sc_services_item_icon {
display: block;
font-size: 2.8em;
line-height: 1em;
color: #fff;
}
.sc_services_iconed .sc_services_item:hover .sc_services_item_icon {
color: #efa758;
}
.sc_services_iconed .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_iconed .sc_services_item.with_content .sc_services_item_icon {
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 1em;
height: 1em;
}
.sc_services_iconed .sc_services_item_title {
font-size: 1em;
line-height: 1.5em;
margin: 0;
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title {
margin: 1em 0 0;
min-height: 2.8em;
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a {
color: #fff;
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_iconed .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_button {
display: none;
}
.sc_services_iconed .sc_services_item_subtitle {
line-height: 1.2em;
}
.sc_services_iconed .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_subtitle a {
color: #efa758;
}
.sc_services_iconed .sc_services_item_subtitle a:hover {
color: #fff;
}
.sc_services_iconed .sc_services_item_title + .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_title + .sc_services_item_text,
.sc_services_iconed .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 0.6em;
}
.sc_services_iconed .sc_services_item_content {
margin-left: 30%;
padding: 2em 3em;
min-height: 7.5em;
}
.sc_services_iconed .sc_services_item_content p {
margin: 0;
}
.sc_services_iconed .sc_services_item_content p + p {
margin-top: 0.4em;
} .sc_services_callouts .sc_services_item {
background-color: #fafafa;
margin-bottom: 2em;
text-align: center;
padding-top: 0.0001px;
position: relative;
}
.sc_services_callouts.slider_swiper .sc_services_item,
.sc_services_callouts .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_callouts .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_marker {
position: absolute;
z-index: 3;
display: block;
font-size: 2em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-bottom: 0;
border: 2px solid #ddd;
background-color: #f0f0f0;
color: #efa758;
overflow: hidden;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_callouts .sc_services_item_marker img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_callouts .sc_services_item_marker_back {
border-color: #cc9948;
background-color: #efa758;
color: #fff;
}
.sc_services_callouts .sc_services_item_marker_bg {
z-index: 1;
background-color: #fff;
border-color: #fff;
}
.sc_services_callouts .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_callouts .sc_services_item_thumb {
background-size: cover;
background-repeat: no-repeat;
}
.sc_services_callouts .sc_services_item_thumb:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
.sc_services_callouts .sc_services_item_thumb.sc_services_item_marker_back:before {
display: none;
}
.sc_services_callouts .sc_services_item_number {
font-weight: 900;
}
.sc_services_callouts .sc_services_item_marker {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sc_services_callouts .sc_services_item_marker_back {
z-index: 2;
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker_back {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.sc_services_callouts .sc_services_item_featured_top:hover .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_bottom:hover .sc_services_item_marker {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.sc_services_callouts .sc_services_item_featured_top:hover .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_bottom:hover .sc_services_item_marker_back {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker_back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.sc_services_callouts .sc_services_item_featured_left:hover .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_right:hover .sc_services_item_marker {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.sc_services_callouts .sc_services_item_featured_left:hover .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_right:hover .sc_services_item_marker_back {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_callouts .sc_services_item_featured_top {
padding-top: 2em;
}
.sc_services_callouts .sc_services_item_featured_bottom {
padding-bottom: 2em;
}
.sc_services_callouts .sc_services_item_featured_left {
padding-left: 2em;
}
.sc_services_callouts .sc_services_item_featured_right {
padding-right: 2em;
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker {
top: -1em;
left: 50%;
margin-left: -1em;
}
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker {
bottom: -1em;
left: 50%;
margin-left: -1em;
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker {
left: -1em;
top: 50%;
margin-top: -1em;
}
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker {
right: -1em;
top: 50%;
margin-top: -1em;
}
.sc_services_callouts .sc_services_item_info {
padding: 1.5em 2em;
}
.sc_services_callouts .sc_services_item_title {
margin: 0;
}
.sc_services_callouts .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_callouts .sc_services_item_content {
margin-top: 1em;
}
.sc_services_callouts .sc_services_item_content p {
margin: 0;
}
.sc_services_callouts .sc_services_item_button {
margin: 1em 0 0;
} .sc_services_timeline .sc_services_item {
padding-top: 0.0001px;
position: relative;
}
.sc_services_timeline .sc_services_item_marker {
position: absolute;
z-index: 2;
display: block;
font-size: 2em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-bottom: 0;
border: 2px solid #ddd;
background-color: #f0f0f0;
color: #efa758;
overflow: hidden;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_timeline .sc_services_item:hover .sc_services_item_marker {
border-color: #cc9948;
background-color: #efa758;
color: #fff;
}
.sc_services_timeline .sc_services_item_marker img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_timeline .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_timeline .sc_services_item_thumb {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_services_timeline .sc_services_item_number {
font-weight: 900;
}
.sc_services_timeline .sc_services_item_timeline {
display: block;
position: absolute;
z-index: 1;
border-style: dashed;
border-color: #ddd;
}
.sc_services_timeline .sc_services_item_featured_top {
padding-top: 4.5em;
}
.sc_services_timeline .sc_services_item_featured_bottom {
padding-bottom: 4.5em;
}
.sc_services_timeline .sc_services_item_featured_left {
padding-left: 6em;
}
.sc_services_timeline .sc_services_item_featured_right {
padding-right: 6em;
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_marker {
left: 0;
top: 0;
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_timeline {
top: 2em;
left: 0;
border-width: 1px 0 0 0;
width: 100%;
height: 1px;
}
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_marker {
left: 0;
bottom: 0;
}
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_timeline {
bottom: 2em;
left: 0;
border-width: 1px 0 0 0;
width: 100%;
height: 1px;
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_marker {
left: 0;
top: 0;
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_timeline {
top: 0;
left: 2em;
border-width: 0 1px 0 0;
width: 1px;
height: 100%;
}
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_marker {
right: 0;
top: 0;
}
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_timeline {
top: 0;
right: 2em;
border-width: 0 1px 0 0;
width: 1px;
height: 100%;
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_info,
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_info {
padding: 1em 1.5em 1em 0;
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_info,
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_info {
padding: 0 0 2em 0;
}
.sc_services_timeline .sc_services_item_info .post_featured,
.sc_services_timeline .sc_services_item_info .post_featured img {
width: 100%;
}
.sc_services_timeline .sc_services_item_title {
margin: 0;
}
.sc_services_timeline .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_timeline .sc_services_item_content {
margin-top: 1em;
}
.sc_services_timeline .sc_services_item_content p {
margin: 0;
}
.sc_services_timeline .sc_services_item_button {
margin: 1em 0 0;
} .sc_services_list [class*=column-] {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.sc_services_list.slider_swiper .sc_services_item,
.sc_services_list .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_list .sc_services_item.sc_services_item_featured_top {
text-align: center;
}
.sc_services_list .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_list .sc_services_item_thumb .icons {
display: none !important;
}
.sc_services_list .sc_services_item_icon {
position: relative;
display: inline-block;
font-size: 3em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
border-radius: 50%;
}
.sc_services_list .sc_services_item_icon img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_list .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_list .sc_services_item_number {
display: inline-block;
text-align: center;
font-size: 3em;
line-height: 1em;
}
.sc_services_list .sc_services_item_info {
padding: 1.5em 0 0;
}
.sc_services_list .sc_services_item_title {
margin: 0;
font-weight: 400;
}
.sc_services_list .sc_services_item_title.with_price .sc_services_item_price {
margin: 0;
}
.sc_services_list .sc_services_item_featured_top .sc_services_item_title.with_price {
padding-right: 0;
}
.sc_services_list .sc_services_item_featured_top .sc_services_item_title .sc_services_item_price {
position: static;
}
.sc_services_list .sc_services_item_featured_left,
.sc_services_list .sc_services_item_featured_right {
position: relative;
overflow: hidden;
}
.sc_services_list .sc_services_item_featured_left {
text-align: left;
}
.sc_services_list .sc_services_item_featured_right {
text-align: right;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon {
font-size: 0.65em;
border: 1px solid #ddd;
color: #ddd;
width: 1.8em;
height: 1.8em;
line-height: 1.8em;
text-align: center;
position: absolute;
z-index: 1;
top: 3px;
left: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_icon img,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon img {
max-width: 70%;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_number,
.sc_services_list .sc_services_item_featured_right .sc_services_item_number {
font-size: 1.2em;
line-height: inherit;
color: #ddd;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb {
width: 10%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_title,
.sc_services_list .sc_services_item_featured_right .sc_services_item_title {
font-size: 1em;
line-height: inherit;
padding-bottom: 2px;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_content,
.sc_services_list .sc_services_item_featured_right .sc_services_item_content {
min-height: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0 0 0 1em;
margin-left: 1em;
}
.sc_services_list .sc_services_item_featured_left.with_image .sc_services_item_info {
margin-left: 10%;
}
.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon {
left: auto;
right: 0;
}
.sc_services_list .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0 2em 0 0;
margin-right: 1em;
}
.sc_services_list .sc_services_item_featured_right.with_image .sc_services_item_info {
margin-right: 10%;
} .sc_services_hover .sc_services_item {
position: relative;
text-align: center;
-webkit-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
}
.sc_services_hover .sc_services_item:before {
content: " ";
width: 0;
height: 0;
padding-top: 100%;
display: inline-block;
}
.sc_services_hover .sc_services_item_link {
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.sc_services_hover .sc_services_item_header,
.sc_services_hover .sc_services_item_content {
color: #fff;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #333;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sc_services_hover .sc_services_item_header {
z-index: 2;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_hover .sc_services_item_content {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.sc_services_hover .sc_services_item:hover .sc_services_item_header {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.sc_services_hover .sc_services_item:hover .sc_services_item_content {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header:before,
.sc_services_hover .sc_services_item.with_image .sc_services_item_content:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:before,
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_content:before {
background-color: rgba(0, 0, 0, 0.75);
}
.sc_services_hover .sc_services_item_header_inner,
.sc_services_hover .sc_services_item_content_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-height: 100%;
overflow: hidden;
padding: 2em;
}
.sc_services_hover .sc_services_item_icon {
display: block;
font-size: 3em;
line-height: 1em;
color: #fff;
}
.sc_services_hover .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_hover .sc_services_item_number {
display: block;
font-size: 4em;
line-height: 1em;
font-weight: 900;
color: #fff;
}
.sc_services_hover .sc_services_item_title {
margin: 0;
}
.sc_services_hover .sc_services_item_title a {
color: #fff !important;
}
.sc_services_hover .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_hover .sc_services_item_subtitle a {
color: #fff;
}
.sc_services_hover .sc_services_item_subtitle a:hover {
color: #efa758;
}
.sc_services_hover .sc_services_item_header .sc_services_item_title {
margin: 1em 0 0;
}
.sc_services_hover .sc_services_item_featured_none .sc_services_item_header .sc_services_item_title {
margin-top: 0;
}
.sc_services_hover .sc_services_item_subtitle {
line-height: 1.2em;
}
.sc_services_hover .sc_services_item_title + .sc_services_item_subtitle,
.sc_services_hover .sc_services_item_title + .sc_services_item_text,
.sc_services_hover .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 0.6em;
}
.sc_services_hover .sc_services_item_text {
color: #aaa;
}
.sc_services_hover .sc_services_item_content p {
margin: 0;
}
.sc_services_hover .sc_services_item_content p + p {
margin-top: 0.2em;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image:before {
display: none;
}
.sc_services_hover [class*=column-]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,
.sc_services_hover .slider-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image {
background-color: #ddd;
}
.sc_services_hover [class*=column-]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,
.sc_services_hover .slider-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image {
background-color: #f7f7f7;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number {
color: #888;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a {
color: #333;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a {
color: #efa758;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover {
color: #333;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text {
color: #666;
} .sc_services_chess {
overflow: hidden;
}
.sc_services_chess .sc_services_item {
position: relative;
overflow: hidden;
background-color: #f7f7f7;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_services_chess .sc_services_item_header {
width: 50%;
float: left;
margin-bottom: 0 !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_services_chess .sc_services_item_header:before {
content: " ";
display: inline-block;
width: 0;
height: 0;
padding-top: 100%; }
.sc_services_chess .sc_services_item_content {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 50%;
max-height: 100%;
overflow: hidden;
padding: 2em;
}
.sc_services_chess .sc_services_item:hover {
background-color: #333;
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a {
color: #fff;
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_chess .sc_services_item_title {
margin: 0;
}
.sc_services_chess .sc_item_columns_1 .sc_services_item_content {
padding: 2em 8%;
}
.sc_services_chess .sc_item_columns_2 .sc_services_item_content {
padding: 2em 6%;
}
.sc_services_chess .sc_item_columns_3 .sc_services_item_content {
padding: 2em 4%;
}
.sc_services_chess .sc_item_columns_3 .sc_services_item_text {
display: none;
}
.sc_services_chess .sc_services_item_title + .sc_services_item_text,
.sc_services_chess .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 1em;
}
.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_header {
float: right;
}
.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_content {
right: auto;
left: 0;
}
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_header,
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_header {
float: right;
}
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_content,
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_content {
right: auto;
left: 0;
}
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_header,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_header,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_header {
float: right;
}
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_content,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_content,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_content {
right: auto;
left: 0;
} .sc_services_tabs_simple .sc_services_tabs_list {
display: block;
overflow: hidden;
text-align: center;
}
.sc_services_tabs_simple .sc_services_tabs_list_item {
display: inline-block;
vertical-align: top;
padding: 0 1.5em;
cursor: pointer;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
max-width: 25%;
}
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active {
cursor: default;
}
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title {
color: #efa758;
}
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_title {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_tabs_simple .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_tabs_simple .sc_services_item_thumb .icons {
display: none !important;
}
.sc_services_tabs_simple .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_number {
display: inline-block;
vertical-align: top;
text-align: center;
font-size: 3em;
line-height: 1em;
}
.sc_services_tabs_simple .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
}
.sc_services_tabs_simple .sc_services_item_number {
font-size: 1.5em;
font-weight: 700;
}
.sc_services_tabs_simple .sc_services_item_title {
margin: 0;
}
.sc_services_tabs_simple .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_tabs_simple .sc_services_tabs_content {
margin: 2em auto 0;
max-width: 75%;
text-align: center;
position: relative;
}
.sc_services_tabs_simple .sc_services_tabs_content_item {
width: 100%;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.sc_services_tabs_simple .sc_services_tabs_content_item.sc_services_tabs_content_item_active {
position: relative;
z-index: 2;
opacity: 1;
}
.sc_services_tabs_simple .sc_services_tabs_content p {
margin: 0;
}
.sc_services_tabs_simple .sc_services_tabs_content .sc_services_item_button {
margin-top: 2em;
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_info {
padding-top: 1em;
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_number {
font-size: 3em;
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_thumb {
display: inline-block;
}
.sc_services_tabs_simple .sc_services_item_featured_left,
.sc_services_tabs_simple .sc_services_item_featured_right {
position: relative;
overflow: hidden;
}
.sc_services_tabs_simple .sc_services_item_featured_left {
text-align: left;
}
.sc_services_tabs_simple .sc_services_item_featured_right {
text-align: right;
}
.sc_services_tabs_simple .sc_services_item_featured_top.with_icon {
text-align: center;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_icon {
font-size: 2em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_number,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_number {
font-size: 2em;
position: absolute;
z-index: 1;
top: 0;
left: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_thumb {
font-size: 2em;
width: 1em;
position: absolute;
z-index: 1;
top: 0.25em;
left: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0;
margin-left: 3em;
}
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_number {
left: auto;
right: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0;
margin-right: 3em;
} .sc_services_tabs .sc_services_content {
position: relative;
}
.sc_services_tabs .sc_services_tabs_list {
display: block;
width: 35%;
max-height: 25em;
overflow-y: auto;
position: relative;
z-index: 1;
}
.sc_services_tabs .sc_services_tabs_list_item {
padding: 2em;
background-color: #f7f7f7;
cursor: pointer;
position: relative;
z-index: 1;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2) {
background-color: #ddd;
}
.sc_services_tabs .sc_services_tabs_list_item:hover,
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover {
background-color: #eee;
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active {
background-color: #333;
cursor: default;
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title {
color: #fff;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title.with_icon {
position: relative;
padding-left: 3em;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon,
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
vertical-align: top;
color: #efa758;
font-size: 2em;
line-height: 1em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_tabs .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_tabs .sc_services_tabs_content {
position: absolute;
z-index: 1;
top: 2;
right: 0;
width: 67%;
height: 100%;
}
.sc_services_tabs .sc_services_item {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sc_services_tabs .sc_services_item_header,
.sc_services_tabs .sc_services_item_content {
position: relative;
display: inline-block;
vertical-align: top;
width: 50%;
height: 100%;
margin-bottom: 0 !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_services_tabs .sc_services_item_header:before {
display: none;
}
.sc_services_tabs .sc_services_item_content {
background-color: #f7f7f7;
overflow: hidden;
}
.sc_services_tabs .sc_services_item_content_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
max-height: 100%;
padding: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_services_tabs .sc_services_item_title {
margin: 0;
}
.sc_services_tabs .sc_services_item_title + .sc_services_item_text,
.sc_services_tabs .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 1em;
} .sc_services_tabs.effect_fade .sc_services_item {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
}
.sc_services_tabs.effect_fade .sc_services_item_active {
opacity: 1;
} .sc_services_tabs.effect_slide .sc_services_tabs_content {
overflow: hidden;
}
.sc_services_tabs.effect_slide .sc_services_item {
top: -120%;
-webkit-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.sc_services_tabs.effect_slide .sc_services_item_flip,
.sc_services_tabs.effect_slide .sc_services_item_active {
top: 0;
}
.sc_services_tabs.effect_slide .sc_services_item_active {
z-index: 2;
} .sc_services_tabs.effect_flip .sc_services_item {
-webkit-perspective: 1300px;
-ms-perspective: 1300px;
perspective: 1300px;
}
.sc_services_tabs.effect_flip .sc_services_item_active {
z-index: 2;
}
.sc_services_tabs.effect_flip .sc_services_item_flip {
z-index: 3;
} .sc_services_tabs.effect_flip .sc_services_item_active.sc_services_item_flipping {
z-index: 4;
}
.sc_services_tabs.effect_flip .sc_services_item_header,
.sc_services_tabs.effect_flip .sc_services_item_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.sc_services_tabs.effect_flip .sc_services_item_header {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_header {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.sc_services_tabs.effect_flip .sc_services_item_content {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.sc_services_tabs.effect_flip .sc_services_item_active .sc_services_item_content,
.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_content {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .services_single .services_page_header {
margin-bottom: 2em;
}
.services_single .services_page_buttons {
margin-top: 2em;
}
.sc_team_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_team_slider .sc_team_item,
.sc_team_columns_wrap .sc_team_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_team_slider .sc_team_item {
height: 95%;
}
.sc_team {
position: relative;
} .sc_team_default .sc_team_item {
background-color: #fafafa;
margin-bottom: 2em;
}
.sc_team_default.slider_swiper .sc_team_item,
.sc_team_default .columns_padding_bottom .sc_team_item {
margin-bottom: 0;
}
.sc_team_default .sc_team_item_thumb {
margin-bottom: 0;
}
.sc_team_default .sc_team_item_thumb img {
width: 100%;
}
.sc_team_default .sc_team_item_info {
padding: 2.6em 3em;
text-align: center;
}
.sc_team_default .sc_team_item_title,
.sc_team_short .sc_team_item_title,
.sc_team_featured .sc_team_item_title {
margin: 0;
}
.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
font-size: 13px;
line-height: 20px;
font-style: italic;
letter-spacing: 0;
margin-top: 1px;
}
.sc_team_default .sc_team_item_content {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.sc_team_default .sc_team_item_content p {
margin: 0;
}
.sc_team_default .sc_team_item_socials {
margin: 0 -0.5em 0 0;
}
.sc_team_default .sc_team_item_socials .social_item {
display: inline-block;
margin: 0 3px 3px 0;
}
.sc_team_default .sc_team_item_socials .social_item .social_icon {
display: block;
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
text-align: center;
}
.sc_team_default .sc_team_item_button {
margin: 1.6em 0 0;
}
.sc_team_default .sc_team_item_socials + .sc_team_item_button {
display: none;
}
.sc_team_default .trx_addons_hover_content .trx_addons_hover_title {
font-size: 1.3333em;
} .sc_team_short .sc_team_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_team .sc_team_item_thumb .sc_team_item_title a,
.sc_team .sc_team_item_thumb .sc_team_item_subtitle a,
.sc_team .sc_team_item_thumb .sc_team_item_content a {
color: #fff;
}
.sc_team .sc_team_item_thumb .sc_team_item_content {
font-style: normal;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials {
margin: 0.5em -0.5em 0 0;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item {
margin: 0.5em 0.5em 0 0;
display: inline-block;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 2px;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
}
.sc_team_short .sc_team_item_thumb {
border-bottom: 5px solid #efa758;
} .team_member_page .team_member_header {
overflow: hidden;
}
.team_member_page .team_member_featured {
float: left;
width: 33%;
padding: 0 2.5em 0.75em 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.team_member_page .team_member_featured .team_member_avatar {
border: 15px solid #f0f0f0;
}
.team_member_page .team_member_socials {
margin: 1em 0 0 0;
text-align: center;
}
.team_member_page .team_member_socials .social_item {
display: inline-block;
margin: 0 3px 3px 0;
}
.team_member_page .team_member_socials .social_item .social_icon {
display: block;
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
text-align: center;
}
.team_member_page .team_member_title {
margin: 0;
}
.team_member_page .team_member_position {
margin: 0;
}
.team_member_page .team_member_details {
margin-top: 1em;
}
.team_member_page .team_member_brief_info {
margin-top: 1em;
}
.team_member_page .team_member_brief_info_title {
margin: 0;
}
.team_member_page .team_member_brief_info_text {
font-style: italic;
letter-spacing: 0;
}
.team_member_page .team_member_content {
margin-top: 1em;
}
.sc_testimonials_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_testimonials_slider .sc_testimonials_item,
.sc_testimonials_columns_wrap .sc_testimonials_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials_slider .sc_testimonials_item {
height: 95%;
}
.sc_testimonials {
position: relative;
}
.sc_testimonials_item_content {
text-align: center;
font-size: 1.1333em;
line-height: 1.8824em;
font-weight: 400;
font-style: normal;
}
.sc_testimonials [class*=column] .sc_testimonials_item_content {
text-align: left;
font-size: 1em;
line-height: 1.4em;
}
.sc_testimonials_item_content:before {
content: "\e8b8";
font-family: "trx_addons_icons";
font-size: 1.5em;
line-height: 1.5em;
color: #efa758;
display: block;
margin-bottom: 0.6em;
}
.sc_testimonials_item_content p {
margin: 0;
}
.sc_testimonials_item_content p + p {
margin-top: 1em;
}
.sc_testimonials_item_author {
margin: 0.6em auto 0;
max-width: none;
padding: 1.5em 0.5em 1.5em 1.3em;
background-color: transparent;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials [class*=column] .sc_testimonials_item_author {
text-align: left;
padding-left: 0;
}
.sc_testimonials_item_author_avatar,
.sc_testimonials_item_author_data {
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_item_author_avatar {
overflow: hidden;
margin: 0 1.3em 0 0.6em;
width: 5em;
height: 5em;
border-radius: 50%;
}
.sc_testimonials_item_author_data {
max-width: 50%;
}
.sc_testimonials_item_author_title {
margin: 0;
color: #fff;
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
text-transform: none;
}
.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 0.1em;
color: #ddd;
font-size: 0.9286em;
line-height: 1.3em;
}
.sc_testimonials_simple .sc_testimonials_item_author_data:before {
content: " ";
width: 1px;
height: 1.5em;
margin: 1.3em auto;
background-color: #ddd;
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_simple [class*=column] .sc_testimonials_item_author_data {
border-left: 1px solid #ddd;
padding-left: 1.5em;
}
.sc_testimonials_simple [class*=column] .sc_testimonials_item_author_data:before {
display: none;
}
.sc_blogger .sc_blogger_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_blogger {
position: relative;
padding-top: 0.0001px;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_title {
margin: 0;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured {
margin-bottom: 0;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured img {
width: 100%;
height: auto;
}
.sc_blogger .sc_blogger_item .sc_blogger_post_meta {
font-size: 13px;
line-height: 1.5em;
font-weight: 400;
font-style: italic;
}
.sc_blogger_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_blogger_slider .sc_blogger_item,
.sc_blogger_columns_wrap .sc_blogger_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_blogger_slider .sc_blogger_item {
height: 95%;
}
.sc_blogger .sc_blogger_item blockquote {
margin: 1em 0;
}
.sc_blogger .sc_blogger_item blockquote p {
font-size: 1em;
line-height: 1.5em;
font-weight: inherit;
} .sc_blogger_default .sc_blogger_item {
background-color: #f7f7f7;
text-align: center;
}
.sc_blogger_default .sc_blogger_item_content {
padding: 3em;
}
.sc_blogger_default .sc_blogger_post_meta {
margin-top: 0.4em;
font-size: 0.9286em;
}
.sc_blogger_default .sc_blogger_item_excerpt {
margin-top: 1.5em;
}
.sc_blogger_default .sc_blogger_item_excerpt_text {
max-height: 8em;
line-height: 1.6em;
overflow: hidden;
}
.sc_blogger_default .sc_blogger_item_excerpt_text p {
margin: 0;
}
.sc_blogger_default .sc_blogger_item.post_format_quote .sc_blogger_item_excerpt_text {
max-height: none;
}
.sc_blogger_default .sc_blogger_item_excerpt_text + p,
.sc_blogger_default .sc_blogger_item_excerpt_text + a {
margin: 2em 0 0;
}
.sc_blogger_default .sc_blogger_item_button {
margin-top: 1.5em;
}
.sc_blogger_default .sc_blogger_item .more-link {
background-color: transparent;
} .sc_blogger_modern .sc_blogger_item {
background-color: #f7f7f7;
padding: 2em;
overflow: hidden;
position: relative;
}
.sc_blogger_modern .sc_blogger_item + .sc_blogger_item {
margin-top: 2em;
}
.sc_blogger_modern.slider_swiper .sc_blogger_item + .sc_blogger_item {
margin-top: 0;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
width: 40%;
margin-bottom: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
position: absolute;
z-index: 1;
top: 50%;
left: 45%;
width: 55%;
padding-right: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_post_meta {
margin-top: 0.6em;
font-size: 0.9286em;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_excerpt {
margin-top: 1em;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_button {
text-align: center;
} .sc_blogger_plain .sc_blogger_item {
background-color: #f7f7f7;
text-align: center;
padding: 1em;
margin-bottom: 2px;
}
.sc_blogger_plain .sc_blogger_post_meta {
margin: 0;
}
.sc_blogger_plain .sc_blogger_item .sc_blogger_item_title {
margin: 0.4em 0 0.6em;
}
.sc_button_wrap:not([class*=sc_align_]) {
display: inline-block;
} .sc_button {
display: inline-block;
text-transform: uppercase;
white-space: nowrap;
padding: 1.5em 3em;
background-position: center center;
background-repeat: repeat;
overflow: hidden;
background-color: #efa758;
color: #fff;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button:hover {
background-color: #007fc5;
}
.sc_button + .sc_button {
margin-left: 1em;
}
.sc_button_subtitle {
font-size: 0.85em;
line-height: 1.25em;
text-transform: none;
display: block;
}
.sc_button_icon,
.sc_button_text {
display: inline-block;
vertical-align: middle;
white-space: normal;
text-decoration: inherit; }
.sc_button_icon {
font-size: 2em;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
}
.sc_button_icon img {
max-height: 2.5em;
width: auto;
}
.sc_button_icon_left .sc_button_icon {
margin-right: 0.8em;
}
.sc_button_icon_right .sc_button_icon {
float: right;
margin-left: 0.8em;
}
.sc_button_icon_top .sc_button_icon {
display: block;
margin-bottom: 0.25em;
text-align: center;
} .sc_button.sc_button_size_small {
padding: 1em 2.5em;
}
.sc_button.sc_button_size_small .sc_button_icon img {
max-height: 1.6em;
width: auto;
}
.sc_button.sc_button_size_large {
font-size: 1.25em;
}
.sc_button.sc_button_size_large .sc_button_icon img {
max-height: 4em;
width: auto;
} .sc_button_bg_image {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_button.sc_button_bg_image,
.sc_button.sc_button_bg_image:hover {
color: #fff !important;
}
.sc_button_bg_image .sc_button_text {
position: relative;
z-index: 2;
}
.sc_button_bg_image:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.sc_button_bg_image:hover:before {
background-color: rgba(0, 0, 0, 0.75);
} .sc_button_bordered {
background: none !important;
border: 2px solid #efa758;
color: #efa758;
}
.sc_button_bordered:hover {
border-color: #007fc5;
color: #007fc5;
} .sc_button_simple {
display: inline-block;
background-color: transparent;
color: #efa758;
position: relative;
padding: 0 1.8em 0 0;
}
.sc_button_simple:hover {
color: #000;
background-color: transparent;
}
.sc_button.sc_button_simple:before,
.sc_button.sc_button_simple:after {
content: "\e911";
font-family: "trx_addons_icons";
margin: 0;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_with_icon.sc_button_simple:before,
.sc_button_with_icon.sc_button_simple:after {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: -1px;
}
.sc_button.sc_button_simple:before {
right: 20px;
opacity: 0;
}
.sc_button.sc_button_simple:hover:before {
opacity: 1;
right: 0;
}
.sc_button.sc_button_simple:hover:after {
opacity: 0;
right: -20px;
}
.sc_button_simple.sc_button_icon_left {
padding-left: 1px;
}
.sc_button_simple.sc_button_icon_left .sc_button_icon {
margin-right: 0.4em;
}
.sc_button_simple.sc_button_icon_right {
padding-right: 1px;
}
.sc_button_simple.sc_button_icon_right .sc_button_icon {
margin-left: 0.4em;
}
.sc_content {
position: relative;
}
.sc_content:not([class*=sc_padding_]) {
padding-top: 0.0001px;
}
[class*=sc_content_width_] {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*=sc_content_width_]:not([class*=sc_margin_]) {
margin-left: auto;
margin-right: auto;
}
.sc_content_width_1_1 {
width: 1170px;
}
.sc_content_width_1_2 {
width: 585px;
}
.sc_content_width_1_3 {
width: 390px;
}
.sc_content_width_2_3 {
width: 1755px;
}
.sc_content_width_1_4 {
width: 292.5px;
}
.sc_content_width_3_4 {
width: 877.5px;
}
.sc_content_width_100p {
width: 100%;
}
.sc_content_width_90p {
width: 90%;
}
.sc_content_width_80p {
width: 80%;
}
.sc_content_width_75p {
width: 75%;
}
.sc_content_width_70p {
width: 70%;
}
.sc_content_width_60p {
width: 60%;
}
.sc_content_width_50p {
width: 50%;
}
.sc_content_width_45p {
width: 45%;
}
.sc_content_width_40p {
width: 40%;
}
.sc_content_width_30p {
width: 30%;
}
.sc_content_width_25p {
width: 25%;
}
.sc_content_width_20p {
width: 20%;
}
.sc_content_width_15p {
width: 15%;
}
.sc_content_width_10p {
width: 10%;
}
.sc_content_container.with_number {
position: relative;
}
.sc_content_number {
position: absolute;
z-index: 0;
color: #f0f0f0;
letter-spacing: -10px;
font-size: 10em;
line-height: 1em;
font-weight: 900;
-webkit-transform: translate(-75%, -50%);
transform: translate(-75%, -50%);
}
.sc_content_number_tl {
left: 0;
top: 0;
}
.sc_content_number_tc {
left: 50%;
top: 0;
}
.sc_content_number_tr {
left: 100%;
top: 0;
}
.sc_content_number_ml {
left: 0;
top: 50%;
}
.sc_content_number_mc {
left: 50%;
top: 50%;
}
.sc_content_number_mr {
left: 100%;
top: 50%;
}
.sc_content_number_bl {
left: 0;
top: 100%;
}
.sc_content_number_bc {
left: 50%;
top: 100%;
}
.sc_content_number_br {
left: 100%;
top: 100%;
} .sc_form {
position: relative;
padding-top: 0.0001px;
}
.trx_addons_field_error {
border-color: #CC0000 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
}
.sc_form form input.filled.trx_addons_field_error,
.sc_form form input.filled.trx_addons_field_error:hover,
.sc_form form input.filled.trx_addons_field_error:focus {
color: #ff0000 !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_form_title,
.sc_form_description {
margin-bottom: 2rem;
}
.sc_form_form {
position: relative;
}
.sc_form_field {
display: block;
margin-bottom: 1.3em;
}
span.sc_form_field_title {
display: block;
font-size: 1em;
line-height: 1.8em;
font-weight: normal;
margin-bottom: 0.7em;
color: #292929;
}
label.required span.sc_form_field_title:after {
content: "*";
display: inline-block;
vertical-align: text-top;
margin: -0.5em 0 0 0.5em;
font-size: 80%;
color: #da6f5b;
}
.sc_form_field_tooltip {
position: relative;
font-size: 10px;
display: inline-block;
vertical-align: top;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
background-color: #000;
color: #fff;
padding: 2px;
margin: -2px 0 0 2px;
cursor: help;
border-radius: 50%;
}
.sc_form_field_tooltip:before {
content: " ";
display: block;
position: absolute;
z-index: 1000;
top: -4px;
left: 18px;
width: 0;
height: 0;
opacity: 0;
border: 5px solid #000;
border-color: transparent transparent #000;
}
.sc_form_field_tooltip:after {
content: attr(data-tooltip);
display: block;
text-align: left;
line-height: 13px;
width: 150px;
background-color: #000;
color: #fff;
padding: 6px 10px;
border-radius: 3px;
display: none;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 1000;
top: -10px;
left: 23px;
}
.sc_form_field_title:hover .sc_form_field_tooltip:before,
.sc_form_field_title:hover .sc_form_field_tooltip:after {
opacity: 1;
display: block;
}
.sc_form_field_range .sc_form_field_wrap,
.sc_form_field_slider .sc_form_field_wrap {
display: block;
margin: 0 0.6em;
}
.sc_form_field_checklist .sc_form_field_choises_dir_vertical {
max-height: 12em;
overflow-y: auto;
}
.sc_form_field_checklist .sc_form_field_choises_dir_vertical .sc_form_field_choises_item {
display: block;
}
.sc_form input[type=text],
.sc_form textarea {
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_form.sc_align_left input,
.sc_form.sc_align_left textarea {
text-align: left;
}
.sc_form.sc_align_center input,
.sc_form.sc_align_center textarea {
text-align: center;
}
.sc_form.sc_align_right input,
.sc_form.sc_align_right textarea {
text-align: right;
}
.sc_form .sc_form_info_data > a,
.sc_form .sc_form_info_data > span {
display: block;
color: #000;
}
.sc_form .sc_form_info_data > a:hover {
color: #efa758;
}
.sc_form button:after {
content: " ";
} .sc_form_default .sc_form_field_button:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_form_default .sc_form_field_button {
text-align: left;
} .sc_form_detailed .sc_form_form {
width: 90%;
}
.sc_form_detailed .sc_form_title,
.sc_form_detailed .sc_form_description {
text-align: left;
}
.sc_form_detailed button {
width: 100%;
}
.sc_form_detailed .sc_form_info_item {
overflow: hidden;
}
.sc_form_detailed .sc_form_info_item + .sc_form_info_item {
margin-top: 3.5em;
}
.sc_form_detailed .sc_form_info_icon {
float: left;
color: #c7c7c7;
display: block;
width: 2em;
text-align: center;
}
.sc_form_detailed .sc_form_info_icon:before {
font-family: "trx_addons_icons";
font-size: 2.3em;
line-height: 1.2em;
}
.sc_form_detailed .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e893";
}
.sc_form_detailed .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e86d";
}
.sc_form_detailed .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e88a";
}
.sc_form_detailed .sc_form_info_area {
float: left;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-left: -3em;
padding-left: 4.5em;
font-size: 0.9231em;
text-transform: uppercase;
color: #292929;
}
.sc_form_detailed .sc_form_info_area > span {
display: block;
line-height: 1.5em;
}
.sc_form_detailed .sc_form_info_area .sc_form_info_title {
font-weight: 600;
}
.sc_form_detailed button {
display: block;
} .sc_form_modern .sc_form_info {
margin-bottom: 2.2em;
}
.sc_form_modern .sc_form_info_item {
text-align: center;
}
.sc_form_modern .sc_form_info_icon {
color: #c7c7c7;
display: block;
}
.sc_form_modern .sc_form_info_icon:before {
font-family: "trx_addons_icons";
font-size: 4.8em;
line-height: 1.5em;
}
.sc_form_modern .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e88a";
}
.sc_form_modern .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e86d";
}
.sc_form_modern .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e893";
}
.sc_form_modern .sc_form_field {
margin-bottom: 2.2em;
}
.sc_form_modern textarea {
min-height: 10.75em;
}
.sc_form_modern .sc_form_field_button {
text-align: center;
}
.sc_form_modern button {
margin-top: 0;
} .sc_googlemap_content .sc_form_default .sc_form_details {
width: 100%;
float: none;
}
.sc_googlemap_content .sc_form_default .sc_form_details > div {
width: 100%;
padding-right: 0;
}
.sc_googlemap_content .sc_form_default .sc_form_field_message {
width: 100%;
float: none;
padding-left: 0;
}
.sc_googlemap_content .sc_form .sc_form_field input[type=text],
.sc_googlemap_content .sc_form .sc_form_field textarea {
padding: 0.5em 1em;
}
.sc_googlemap_content .sc_form .sc_form_field textarea {
min-height: 3em;
} span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid + span.wpcf7-not-valid-tip {
display: block;
}
textarea.wpcf7-form-control,
.wpcf7-form-control[type=text],
.wpcf7-form-control[type=number],
.wpcf7-form-control[type=email],
.wpcf7-form-control[type=password],
.wpcf7-form-control[type=search] {
width: 100%;
}  [class*=sc_input_hover_] .sc_form_field_wrap,
[class*=sc_input_hover_] .comments_field_wrap {
position: relative;
z-index: 1;
display: block;
}
[class*=sc_input_hover_] input[type=text],
[class*=sc_input_hover_] input[type=number],
[class*=sc_input_hover_] input[type=email],
[class*=sc_input_hover_] input[type=password],
[class*=sc_input_hover_] input[type=search],
[class*=sc_input_hover_] select,
[class*=sc_input_hover_] textarea {
font-size: 1em !important;
line-height: 1.2em;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
text-align: left !important;
padding: 1.4em !important;
width: 100%;
}
[class*=sc_input_hover_] input:focus,
[class*=sc_input_hover_] select:focus,
[class*=sc_input_hover_] textarea:focus {
outline: none;
}
[class*=sc_input_hover_] .sc_form_field_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
font-size: 1em;
text-align: left !important;
overflow: visible;
padding: 0;
pointer-events: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
}
[class*=sc_input_hover_] .sc_form_field_content {
position: relative;
display: block;
width: 100%;
font-size: 1em;
line-height: 1.2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*=sc_input_hover_] label.required .sc_form_field_content:after {
content: "*";
vertical-align: top;
margin-left: 0.3em;
font-size: 110%;
color: #da6f5b;
}
[class*=sc_input_hover_] label.required:after {
display: none;
} .sc_input_hover_accent input[type=text],
.sc_input_hover_accent input[type=number],
.sc_input_hover_accent input[type=email],
.sc_input_hover_accent input[type=password],
.sc_input_hover_accent input[type=search],
.sc_input_hover_accent select,
.sc_input_hover_accent .select2-container .select2-selection,
.sc_input_hover_accent textarea {
-webkit-box-shadow: 0px 0px 0px 2px transparent;
-ms-box-shadow: 0px 0px 0px 2px transparent;
box-shadow: 0px 0px 0px 2px transparent;
-webkit-transition: box-shadow 0.3s ease;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
-webkit-appearance: none; }
.sc_input_hover_accent textarea {
min-height: 11.5em;
}
.sc_input_hover_accent .sc_form_field_hover {
position: static;
}
.sc_input_hover_accent .sc_form_field_content {
padding: 0.3em 0 0;
}
.sc_input_hover_accent .sc_form_field_hover:before {
content: " ";
display: block !important;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 3em;
-webkit-box-shadow: 0px 0px 0px 0px;
-ms-box-shadow: 0px 0px 0px 0px;
box-shadow: 0px 0px 0px 0px;
color: rgba(239, 167, 88, 0.6);
}
.sc_input_hover_accent textarea + .sc_form_field_hover:before {
height: 9em;
}
.sc_input_hover_accent input:focus + .sc_form_field_hover,
.sc_input_hover_accent select:focus + .sc_form_field_hover,
.sc_input_hover_accent .select2-container--focus + .sc_form_field_hover,
.sc_input_hover_accent .select2-container--open + .sc_form_field_hover,
.sc_input_hover_accent textarea:focus + .sc_form_field_hover {
pointer-events: none;
}
.sc_input_hover_accent input:focus + .sc_form_field_hover:before,
.sc_input_hover_accent select:focus + .sc_form_field_hover:before,
.sc_input_hover_accent .select2-container--focus + .sc_form_field_hover:before,
.sc_input_hover_accent .select2-container--open + .sc_form_field_hover:before,
.sc_input_hover_accent textarea:focus + .sc_form_field_hover:before {
-webkit-animation: anim-accent 0.3s forwards;
animation: anim-accent 0.3s forwards;
}
.sc_input_hover_accent input[type=text]:focus,
.sc_input_hover_accent input[type=number]:focus,
.sc_input_hover_accent input[type=email]:focus,
.sc_input_hover_accent input[type=password]:focus,
.sc_input_hover_accent input[type=search]:focus,
.sc_input_hover_accent select:focus,
.sc_input_hover_accent .select2-container--focus .select2-selection,
.sc_input_hover_accent .select2-container--open .select2-selection,
.sc_input_hover_accent textarea:focus {
border-color: #efa758 !important;
}
@-webkit-keyframes anim-accent {
to {
-webkit-box-shadow: 0px 0px 100px 50px;
-ms-box-shadow: 0px 0px 100px 50px;
box-shadow: 0px 0px 100px 50px;
opacity: 0;
}
}
@keyframes anim-accent {
to {
-webkit-box-shadow: 0px 0px 100px 50px;
-ms-box-shadow: 0px 0px 100px 50px;
box-shadow: 0px 0px 100px 50px;
opacity: 0;
}
} .sc_input_hover_path .sc_form_field_wrap {
margin-bottom: 3em;
}
.sc_input_hover_path input[type=text],
.sc_input_hover_path input[type=number],
.sc_input_hover_path input[type=email],
.sc_input_hover_path input[type=password],
.sc_input_hover_path input[type=search],
.sc_input_hover_path textarea {
border: none !important;
background: transparent !important;
}
.sc_input_hover_path textarea {
height: 4.1em;
overflow: hidden;
min-height: 0 !important;
}
.sc_input_hover_path textarea.filled,
.sc_input_hover_path textarea:focus {
height: auto;
min-height: 10.5em !important;
}
.sc_input_hover_path .sc_form_field_hover {
height: 100%;
cursor: text;
display: block;
}
.sc_input_hover_path .sc_form_field_content {
padding: 2em 1.5em 1.5em;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_content {
padding-top: 2em;
}
.sc_input_hover_path .sc_form_field_graphic {
fill: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transform: scale3d(1, -1, 1);
transform: scale3d(1, -1, 1);
-webkit-transition: stroke-dashoffset 0.5s ease;
transition: stroke-dashoffset 0.5s ease;
pointer-events: none;
stroke: #333;
stroke-width: 2px;
stroke-dasharray: 1190;
stroke-dashoffset: 670;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_graphic {
stroke-dasharray: 1420;
stroke-dashoffset: 900;
}
.sc_input_hover_path input:focus + .sc_form_field_hover,
.sc_input_hover_path textarea:focus + .sc_form_field_hover,
.sc_input_hover_path input.filled + .sc_form_field_hover,
.sc_input_hover_path textarea.filled + .sc_form_field_hover {
cursor: default;
pointer-events: none;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_graphic {
stroke-dashoffset: 0;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
}
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
} .sc_input_hover_jump .sc_form_field_wrap {
padding-top: 2em;
overflow: hidden;
}
.sc_input_hover_jump input[type=text],
.sc_input_hover_jump input[type=number],
.sc_input_hover_jump input[type=email],
.sc_input_hover_jump input[type=password],
.sc_input_hover_jump input[type=search],
.sc_input_hover_jump textarea {
border: 2px solid #ddd;
}
.sc_input_hover_jump textarea {
min-height: 11.9em !important;
}
.sc_input_hover_jump .sc_form_field_hover {
overflow: hidden;
-webkit-transform: translate3d(0, 2em, 0);
transform: translate3d(0, 2em, 0);
}
.sc_input_hover_jump .sc_form_field_content {
padding: 1.5em;
}
.sc_input_hover_jump .sc_form_field_content:before {
content: attr(data-content);
position: absolute;
top: -190%;
left: 0;
font-weight: bold;
margin: 0;
color: #efa758;
}
.sc_input_hover_jump input:focus + .sc_form_field_hover,
.sc_input_hover_jump textarea:focus + .sc_form_field_hover,
.sc_input_hover_jump input.filled + .sc_form_field_hover,
.sc_input_hover_jump textarea.filled + .sc_form_field_hover {
-webkit-animation: anim-jump-1 0.25s forwards;
animation: anim-jump-1 0.25s forwards;
}
.sc_input_hover_jump input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump input[type=text].filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-animation: anim-jump-2 0.25s forwards ease-in;
animation: anim-jump-2 0.25s forwards ease-in;
}
.sc_input_hover_path input:focus,
.sc_input_hover_path textarea:focus,
.sc_input_hover_path input.filled,
.sc_input_hover_path textarea.filled {
border-color: #efa758;
}
@-webkit-keyframes anim-jump-1 {
0%, 70% {
-webkit-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
71%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-jump-1 {
0%, 70% {
-webkit-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
71%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes anim-jump-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
70%, 71% {
-webkit-transform: translate3d(0, 125%, 0);
transform: translate3d(0, 125%, 0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
}
@keyframes anim-jump-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
70%, 71% {
-webkit-transform: translate3d(0, 125%, 0);
transform: translate3d(0, 125%, 0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
} .sc_input_hover_underline .sc_form_field {
margin-bottom: 2em;
}
.sc_input_hover_underline .sc_form_field_button {
margin-bottom: 0;
margin-top: 3em;
}
.sc_input_hover_underline .sc_form_field_wrap {
margin-bottom: 0;
}
[class*=sc_input_hover_].sc_input_hover_underline input[type=text],
[class*=sc_input_hover_].sc_input_hover_underline input[type=number],
[class*=sc_input_hover_].sc_input_hover_underline input[type=email],
[class*=sc_input_hover_].sc_input_hover_underline input[type=password],
[class*=sc_input_hover_].sc_input_hover_underline input[type=search],
[class*=sc_input_hover_].sc_input_hover_underline textarea {
border: none !important;
background-color: transparent !important;
padding: 0.5em 0 !important;
}
.sc_input_hover_underline textarea {
height: 2.5em;
overflow: hidden;
min-height: 0 !important;
}
.sc_input_hover_underline textarea.filled,
.sc_input_hover_underline textarea:focus {
height: auto;
min-height: 6em !important;
}
.sc_input_hover_underline textarea + .sc_form_field_hover > .sc_form_field_content {
display: block; }
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content {
height: 6.3em;
}
.sc_input_hover_underline .sc_form_field_hover {
padding: 0.5em 0;
overflow: visible;
}
.sc_input_hover_underline .sc_form_field_hover:before {
content: " ";
display: block !important;
position: absolute;
top: auto;
right: auto;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
background-color: #ddd;
}
.sc_input_hover_underline .sc_form_field_content {
padding: 0;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transition: -webkit-transform 0.3s, color 0.3s;
-webkit-transition: color 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, color 0.3s;
transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.sc_input_hover_underline input:focus + .sc_form_field_hover:before,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,
.sc_input_hover_underline input.filled + .sc_form_field_hover:before,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
background-color: #333;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.sc_input_hover_underline input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline input.filled + .sc_form_field_hover > .sc_form_field_content {
color: #333;
-webkit-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
}
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content {
color: #333;
height: 5.3em;
-webkit-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
} [class*=sc_input_hover_].sc_input_hover_iconed input[type=text],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=number],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=email],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=password],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=search],
[class*=sc_input_hover_].sc_input_hover_iconed textarea {
padding-left: 3em !important;
}
.sc_input_hover_iconed textarea {
min-height: 8.4em;
}
.sc_input_hover_iconed .sc_form_field_hover {
overflow: hidden;
padding: 1.2em !important;
margin: 0;
}
.sc_input_hover_iconed .sc_form_field_content {
display: inline-block !important;
width: auto;
-webkit-transform: translate3d(-1.4em, 0, 0);
transform: translate3d(-1.4em, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.sc_input_hover_iconed .sc_form_field_icon {
display: inline-block;
font-size: 1.1111em;
text-align: center !important;
position: relative;
width: 1.5em;
height: 1.6em;
line-height: 1.6em;
-webkit-transform: translate3d(-3em, 0, 0);
transform: translate3d(-3em, 0, 0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sc_input_hover_iconed .sc_form_field_icon:before {
position: static !important;
left: auto;
top: auto;
width: auto;
height: auto;
margin: 0 !important;
padding: 0 !important;
font-style: normal !important;
line-height: inherit;
vertical-align: middle;
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover,
.sc_input_hover_iconed input.filled + .sc_form_field_hover,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover {
color: #333;
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_content {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
.sc_input_hover_iconed .sc_form_field_content,
.sc_input_hover_iconed .sc_form_field_icon,
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_icon {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.sc_googlemap_wrap {
position: relative;
}
.sc_googlemap {
position: relative;
padding-top: 0.0001px;
}
.sc_googlemap img {
max-width: none;
}
.sc_googlemap_title + .sc_googlemap,
.sc_googlemap_title + .sc_googlemap_content_wrap,
.sc_googlemap_subtitle + .sc_googlemap,
.sc_googlemap_subtitle + .sc_googlemap_content_wrap {
margin-top: 4.2em;
}
.sc_googlemap_descr + .sc_googlemap {
margin-top: 1em;
}
.sc_googlemap_content_wrap {
position: relative;
}
.sc_googlemap_content_default {
position: absolute;
z-index: 1;
top: 10%;
right: 10%;
bottom: 10%;
left: auto;
width: 30%;
padding: 1.5em;
overflow: auto;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_googlemap_content_detailed {
position: relative;
padding: 2em 2em 2em 5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_googlemap_content_detailed:before {
content: "\e8bb";
font-family: "trx_addons_icons";
font-size: 2em;
line-height: 1.3em;
position: absolute;
top: 1em;
left: 1em;
}
.sc_googlemap_content_detailed p {
margin-bottom: 1em;
} .sc_icons {
position: relative;
padding-top: 0.0001px;
}
.sc_icons_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_icons_slider .sc_icons_item,
.sc_icons_columns_wrap .sc_icons_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_icons_slider .sc_icons_item {
height: 95%;
}
.sc_icons .sc_icons_item {
position: relative;
}
.sc_icons.sc_align_left .sc_icons_item {
text-align: left;
}
.sc_icons.sc_align_center .sc_icons_item {
text-align: center;
}
.sc_icons.sc_align_right .sc_icons_item {
text-align: right;
}
.sc_icons .sc_icons_item > * {
margin: 0;
}
.sc_icons .sc_icons_image img {
max-width: 75%;
}
.sc_icons .sc_icons_icon {
color: #efa758;
position: relative;
z-index: 2;
display: inline-block;
width: auto;
}
.sc_icon_type_svg {
visibility: hidden;
}
.sc_icon_type_svg svg {
fill: none !important;
stroke: currentColor !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon > span:before {
font-size: 6em;
line-height: 1.1em;
}
.sc_icon_type_svg svg {
width: 6em;
height: 6em;
}
.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 4em;
line-height: 1.1em;
}
.sc_icons_size_small .sc_icon_type_svg svg {
width: 4em;
height: 4em;
}
.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 8em;
line-height: 1.1em;
}
.sc_icons_size_large .sc_icon_type_svg svg {
width: 8em;
height: 8em;
}
.sc_icons .sc_icons_icon > span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: auto;
}
.sc_icons .sc_icons_icon,
.sc_icons .sc_icons_item_title {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icons .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_icon + .sc_icons_item_description {
margin-top: 2em;
}
.sc_icons .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_image + .sc_icons_item_description {
margin-top: 2em;
}
.sc_icons .sc_icons_title + .sc_icons_item_description {
margin-top: 0.7em;
}
.sc_icons .sc_icons_item_title span,
.sc_icons .sc_icons_item_description span {
display: block;
}
.sc_icons_item_title {
font-size: 1.2em;
line-height: 1.3em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
}
.sc_icons_item_description {
font-size: 1em;
line-height: 1.6em;
font-weight: 400;
font-style: normal;
}
.sc_icons .sc_icons_item_link {
display: block;
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .sc_icons_modern .sc_icons_item_description {
font-size: 1.2em;
line-height: 1.3em;
color: #292929;
} .sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
-webkit-animation: icons-zoom 0.25s ease-out;
animation: icons-zoom 0.25s ease-out;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > svg {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image img {
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title {
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform-origin: center top;
transform-origin: center top;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
}
@-webkit-keyframes icons-zoom {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.75, 1.75);
transform: scale(1.75, 1.75);
}
}
@keyframes icons-zoom {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.75, 1.75);
transform: scale(1.75, 1.75);
}
}
.sc_popup {
display: none;
background-color: #fff;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.sc_popup > p {
margin: 0;
}
.sc_popup .wp-video {
width: 100% !important;
}
.mfp-content .sc_popup {
display: block;
overflow-x: hidden;
overflow-y: auto;
max-height: 75vh;
}
.mfp-inline-holder div.mfp-content,
.mfp-ajax-holder div.mfp-content {
width: auto;
min-width: 60%;
max-width: 85%;
min-height: 40%;
max-height: 80%;
}
.sc_promo {
position: relative;
overflow: hidden;
padding-top: 0.0001px;
}
.sc_promo_image,
.sc_promo_image_wrap {
position: absolute;
top: 0;
bottom: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_promo_image_fit .sc_promo_image {
background-size: contain;
} .sc_promo_image .trx_addons_video_player,
.sc_promo_image > .slider_swiper_outer {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.sc_promo_image > .slider_swiper_outer > .slider_swiper {
height: 100% !important;
}
.sc_promo_text {
width: 50%;
position: relative;
}
.sc_promo_text_inner {
position: relative;
z-index: 10;
}
.sc_promo_text blockquote,
blockquote.sc_promo_text {
margin: 0 !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_promo_title + .sc_promo_subtitle {
margin-top: 1.25em;
}
.sc_promo_title + .sc_promo_content,
.sc_promo_subtitle + .sc_promo_content {
margin-top: 1.8em;
}
.sc_promo_descr + .sc_promo_content {
margin-top: 1em;
}
.sc_promo_icon {
font-size: 3em;
line-height: 1.3em;
margin-bottom: 0.5em;
color: #efa758;
}
.sc_promo_icon:before {
display: none !important;
}
.sc_promo_icon span:before {
margin: 0;
} .sc_promo.sc_promo_size_large .sc_promo_text_inner {
padding: 22% 18%;
}
.sc_promo.sc_promo_size_large .sc_promo_icon {
font-size: 5em;
margin-bottom: 0.5em;
}
.sc_promo.sc_promo_size_large .sc_promo_descr {
font-size: 1em;
} .sc_promo.sc_promo_size_normal .sc_promo_text_inner {
padding: 3em;
}
.sc_promo.sc_promo_size_normal .sc_promo_icon,
.sc_promo.sc_promo_size_large .sc_promo_icon {
font-size: 7em;
line-height: 1em;
margin-bottom: 0.14em;
}
.sc_promo.sc_promo_size_normal .sc_promo_descr {
font-size: 1.0714em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content {
margin-top: 1.8em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image {
margin-top: 1.8em;
} .sc_promo.sc_promo_size_small .sc_promo_text_inner {
padding: 1.5em 2em;
}
.sc_promo.sc_promo_size_small .sc_promo_descr {
font-size: 1em;
}
.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_small .sc_item_descr + .sc_item_content {
margin-top: 1.5em;
}
.sc_promo.sc_promo_size_small .sc_promo_button,
.sc_promo.sc_promo_size_small .sc_promo_button_image {
margin-top: 1.25em;
} .sc_promo.sc_promo_size_tiny {
max-width: 30em;
}
.sc_promo.sc_promo_size_tiny .sc_promo_text_inner {
padding: 1.5em 2em;
line-height: 1.5em;
}
.sc_promo.sc_promo_size_tiny .sc_item_title {
line-height: 1.5em;
}
.sc_promo.sc_promo_size_tiny .sc_promo_descr {
font-size: 1em;
}
.sc_promo.sc_promo_size_tiny .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_tiny .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_tiny .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_tiny .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_tiny .sc_item_descr + .sc_item_content {
margin-top: 1em;
}
.sc_promo.sc_promo_size_tiny .sc_promo_link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}  .sc_promo.sc_promo_no_paddings.sc_promo_no_image .sc_promo_text_inner {
padding: 0;
}
.sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
.sc_promo_text.sc_float_right .sc_promo_text_inner {
padding-left: 0;
}
.sc_promo_text.sc_float_left .sc_promo_text_inner {
padding-right: 0;
} .sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .sc_promo_text.sc_float_left,
.sc_promo_text.sc_float_right,
.sc_promo_text.sc_float_center {
float: none;
}
.sc_promo_text.sc_float_left {
text-align: left;
}
.sc_promo_text.sc_float_right {
text-align: right;
}
.sc_promo_text.sc_float_center {
text-align: center;
}
.sc_promo_text.sc_float_left .sc_promo_text_inner,
.sc_promo_text.sc_float_right .sc_promo_text_inner,
.sc_promo_text.sc_float_center .sc_promo_text_inner {
display: inline-block;
} .sc_promo_text_inner.sc_align_left * {
text-align: left !important;
}
.sc_promo_text_inner.sc_align_right * {
text-align: right !important;
}
.sc_promo_text_inner.sc_align_center * {
text-align: center !important;
} .sc_promo_content .trx_addons_list > li + li {
margin-top: 1em;
}
.sc_promo_content .trx_addons_list > li > b,
.sc_promo_content .trx_addons_list > li > strong {
margin-bottom: 0.5em;
} .sc_promo_modern .sc_promo_image_wrap {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_promo_modern.sc_promo_image_position_left .sc_promo_image {
left: 4em;
right: 0;
top: 0;
bottom: 0;
}
.sc_promo_modern.sc_promo_image_position_right .sc_promo_image {
left: 0;
right: 4em;
top: 0;
bottom: 0;
}
.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_left .sc_promo_image {
background-position: left top;
}
.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_right .sc_promo_image {
background-position: right top;
}
.sc_promo_modern .sc_promo_image {
left: auto;
right: auto;
top: auto;
bottom: auto;
}
.sc_promo_modern .sc_promo_descr,
.sc_promo_modern .sc_promo_descr + .sc_promo_button {
padding-left: 4rem;
}
.sc_promo_modern .sc_promo_link2 {
position: absolute;
z-index: 1;
bottom: 12%;
left: 0;
padding: 0.7em 1.7em;
background-color: #efa758;
color: #fff;
}
.sc_promo_modern.sc_promo_image_position_right .sc_promo_link2 {
left: auto;
right: 0;
}
.sc_promo_modern .sc_promo_link2 span {
font-style: italic;
}
.sc_promo_modern .sc_promo_link2 span + span:before {
content: " ";
display: block;
width: 100%;
height: 0;
}
.sc_promo_modern .sc_promo_link2 span + span {
font-size: 2em;
line-height: 1.2em;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
}
.sc_skills {
position: relative;
padding-top: 0.0001px;
}
.sc_skills .sc_skills_item_title {
font-size: 12px;
line-height: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
} .sc_skills_pie.sc_skills_compact_off .sc_skills_item {
position: relative;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 3.3333em;
line-height: 1.25em;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
font-size: 1.0667em;
line-height: 1.3em;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
margin-top: 0.2em;
text-transform: none;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_icon {
margin-right: 0.5em;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_icon img {
width: 1.5em;
}
.sc_skills_pie.sc_skills_compact_on {
overflow: hidden;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend {
width: 50%;
float: right;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_item {
line-height: 1.7em;
overflow: hidden;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_marker {
display: inline-block;
vertical-align: middle;
width: 1em;
height: 1em;
margin: 0 0.5em 0.1em 1em;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_title {
width: 60%;
display: inline-block;
vertical-align: middle;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_value {
width: 20%;
display: inline-block;
vertical-align: middle;
text-align: right;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
width: 50%;
float: left;
} .sc_skills_counter .sc_skills_item_wrap {
max-width: none;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
padding: 3.4em 0 0 4em;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1px;
height: 100%;
}
.sc_skills_counter .sc_skills_icon {
position: relative;
display: block;
text-align: center;
font-size: 4.2em;
line-height: 1.15em;
color: #efa758;
}
.sc_skills_counter .sc_skills_total {
display: block;
text-align: center;
font-size: 3.3333em;
line-height: 1.1em;
font-weight: 400;
margin: 0;
}
.sc_skills_counter .sc_skills_icon + .sc_skills_total {
margin-top: 0.2em;
}
.sc_skills_counter .sc_skills_item_title {
text-align: center;
font-size: 1.0667em;
line-height: 1.25em;
font-style: italic;
text-transform: none;
letter-spacing: 0;
} .sc_socials {
position: relative;
padding-top: 0.0001px;
}
.socials_wrap {
display: block;
vertical-align: middle;
white-space: nowrap;
margin: -8px -8px 0 0;
}
.socials_wrap .social_item {
display: inline-block;
line-height: inherit;
vertical-align: top;
text-align: center;
margin: 8px 8px 0 0;
}
.socials_wrap .social_item:last-child {
margin-right: 0 !important;
}
.socials_wrap .social_item_style_bg {
overflow: hidden;
}
.socials_wrap .social_item .social_icon {
position: relative;
display: block;
background-size: 100%;
background-position: top center;
overflow: hidden;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
border-radius: 50%;
}
.socials_wrap .social_item .social_icon,
.socials_wrap .social_item .social_name {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.socials_wrap .social_item_type_icons_names .social_icon {
margin: 0 auto;
}
.socials_wrap .social_item .social_icon + .social_name {
display: inline-block;
vertical-align: top;
margin-top: 0.5em;
}
.socials_wrap .social_item .social_icon .social_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
background-size: 100%;
background-position: bottom center;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.socials_wrap .social_item .social_icon:hover .social_hover {
opacity: 1;
}
.sc_table {
position: relative;
padding-top: 0.0001px;
max-width: 100%;
overflow-x: auto;
}
.sc_table table {
width: 100%;
}
.sc_table table th,
.sc_table table td {
padding: 1.8em 1em;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
font-weight: bold;
}
.sc_title {
position: relative;
} .trx_addons_audio_player {
padding: 1em;
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_audio_player.with_cover {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.trx_addons_audio_player.with_cover:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.trx_addons_audio_player.without_cover {
border: 1px solid #f0f0f0;
background-color: #f7f7f7;
}
.trx_addons_audio_player .audio_info {
position: relative;
z-index: 2;
}
.trx_addons_audio_player .audio_author,
.trx_addons_audio_player .audio_caption {
margin: 0.5em 0.5em 1em;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin-top: -0.5em;
}
.trx_addons_audio_player .audio_frame {
width: 100%;
position: relative;
z-index: 2;
}
.trx_addons_audio_player .audio_info + .audio_embed,
.trx_addons_audio_player .audio_info + .audio_frame {
margin-top: 1em;
} .widget_categories_list .categories_list_columns {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_categories_list .categories_list_columns .categories_list_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_categories_list .categories_list_item {
text-align: center;
position: relative;
}
.widget_categories_list .categories_list_count {
display: inline-block;
margin-left: 0.5em;
}
.widget_categories_list .categories_list_link {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.widget_categories_list .categories_list_style_1 .categories_list_title {
margin: 0.5em 0 0;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title {
color: #efa758;
}
.widget_categories_list .categories_list_style_1 .categories_list_image {
vertical-align: top;
}
.widget_categories_list .categories_list_style_1 .categories_list_image img {
width: auto;
max-height: 7em;
}
.widget_categories_list .categories_list_style_2 .categories_list_image img {
width: 100%;
}
.widget_categories_list .categories_list_style_2 .categories_list_count {
display: block;
margin-left: 0;
}
.widget_categories_list .categories_list_style_2 .categories_list_image:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
pointer-events: none;
}
.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_image:after {
background-color: rgba(0, 0, 0, 0.1);
}
.widget_categories_list .categories_list_style_2 .categories_list_title {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 40%;
font-weight: 300;
margin: 0;
padding: 1.5em 1em;
background-color: rgba(255, 255, 255, 0.8);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title {
color: #000000;
background-color: #fff;
}
.widget_categories_list .categories_list_style_3 .categories_list_item {
overflow: hidden;
background-color: #fafafa;
position: relative;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon,
.widget_categories_list .categories_list_style_3 .categories_list_image {
float: left;
width: 50%;
height: 14em;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon img {
max-height: 4.4em;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon .wrap_in {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 94%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.widget_categories_list .categories_list_style_3 .categories_list_count {
display: block;
margin-left: 0;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon {
position: relative;
}
.widget_categories_list .categories_list_style_3 .categories_list_title {
font-weight: 300;
margin: 0.3em 0;
text-transform: none;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title {
color: #efa758;
} .widget_contacts p {
margin: 0;
}
.widget_contacts p + p {
margin-top: 1em;
}
.widget_contacts .contacts_logo + .contacts_description,
.widget_contacts .contacts_logo + .contacts_content {
margin-top: 2em;
}
.widget_contacts .contacts_description + .contacts_content,
.widget_contacts .contacts_socials + .contacts_content {
margin-top: 1.5em;
}
.widget_contacts .contacts_content .wpb_single_image {
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
}
.widget_contacts .contacts_content aside,
.widget_contacts .contacts_content widget,
.widget_contacts .contacts_content .sc_layouts_item {
margin: 0;
}
.widget_contacts .contacts_logo + .contacts_map_top,
.widget_contacts .contacts_description + .contacts_map_top {
margin-top: 2.5em;
}
.widget_contacts .contacts_map_left,
.widget_contacts .contacts_map_right {
overflow: hidden;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left,
.widget_contacts .contacts_map_left .contacts_info .contacts_right,
.widget_contacts .contacts_map_right .contacts_info .contacts_left,
.widget_contacts .contacts_map_right .contacts_info .contacts_right,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_right {
margin-left: 0 !important;
text-align: left;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span {
padding-left: 2em;
padding-right: 0;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span:before,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span:before,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span:before {
left: 0;
right: auto;
text-align: left;
}
.widget_contacts .contacts_map_left .contacts_map,
.widget_contacts .contacts_map_left .contacts_info {
float: left;
width: 47%;
}
.widget_contacts .contacts_map_left .contacts_info {
margin-left: 6%;
}
.widget_contacts .contacts_map_right .contacts_map,
.widget_contacts .contacts_map_right .contacts_info {
float: right;
width: 47%;
}
.widget_contacts .contacts_map_right .contacts_info {
margin-right: 6%;
}
.widget_contacts .contacts_logo + .contacts_info,
.widget_contacts .contacts_map_top .contacts_map + .contacts_info,
.widget_contacts .contacts_description + .contacts_info {
margin-top: 2em;
}
.widget_contacts .contacts_info {
line-height: 2.2em;
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info {
line-height: inherit;
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info span {
margin-bottom: 1em;
}
.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
display: inline-block;
white-space: nowrap;
text-align: left;
vertical-align: top;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_contacts .contacts_info .contacts_left {
text-align: right;
padding-right: 1.5em;
}
.widget_contacts .contacts_info .contacts_right {
padding-left: 1.5em;
}
.widget_contacts .contacts_info span,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
position: relative;
display: block;
padding-left: 2em;
}
.widget_contacts .contacts_info .contacts_left > * {
padding-left: 0;
padding-right: 2em;
}
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
display: block;
font-family: "trx_addons_icons";
font-size: 1.2em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
text-align: left;
}
.widget_contacts .contacts_info .contacts_left > :before {
left: auto;
right: 0;
text-align: right;
}
.widget_contacts .contacts_info span.contacts_email:before {
content: "\e86d";
}
.widget_contacts .contacts_info span.contacts_phone:before,
.widget_contacts .contacts_info a.contacts_phone:before {
content: "\e8c2";
}
.widget_contacts .contacts_info span.contacts_address:before {
content: "\e8c3";
}
.widget_contacts .contacts_logo + .contacts_socials,
.widget_contacts .contacts_info + .contacts_socials,
.widget_contacts .contacts_map_top + .contacts_socials,
.widget_contacts .contacts_description + .contacts_socials {
margin-top: 1em;
} .slider_container {
display: none;
position: relative;
overflow: hidden;
}
.slider_container.slider_elastistack,
.slider_container.swiper-container-coverflow,
.slider_container.swiper-container-cube,
.slider_container.swiper-container-flip {
overflow: visible;
}
.slider_outer {
position: relative;
}
.slider_container .slider-slide {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: auto; }
.slider_container.slider_type_images .slider-slide {
text-align: center;
}
.slider_container .slider-slide > .slide_link {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
} .slider_container .slide_info {
position: absolute;
z-index: 2;
text-align: center;
padding: 0 3em;
line-height: 1.3em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_container .slide_info.slide_info_large {
padding: 2em;
background-color: rgba(0, 0, 0, 0.6);
}
.slider_container .slide_overlay,
.slider_container .slide_info.slide_info_large,
.slider_container .slide_info a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slider_container .slide_info.slide_info_large .slide_title,
.slider_container .slide_info.slide_info_large .slide_title a,
.slider_container .slide_info.slide_info_large:hover .slide_date,
.slider_container .slide_info.slide_info_large:hover .slide_cats,
.slider_container .slide_info.slide_info_large:hover .slide_cats a {
color: #ffffff;
}
.slider_container .slide_info.slide_info_large:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.slider_container .slide_info.slide_info_large .slide_cats {
color: transparent !important;
}
.slider_container .slide_info.slide_info_large .slide_cats a {
font-size: 0.8667em;
line-height: 1.7333em;
font-weight: 500;
text-transform: uppercase;
}
.slider_container .slide_info.slide_info_large .slide_title {
font-size: 1.4em;
line-height: 1.5em;
font-weight: 400;
text-transform: uppercase;
margin: 0.5em 0;
}
.slider_container .slide_info.slide_info_large .slide_date {
font-size: 0.9333em;
font-style: italic;
}
.slider_container.slider_titles_center .slide_info.slide_info_large {
width: 50%;
padding: 3em 2em;
}
.slider_container.slider_titles_center .slide_info {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slider_container.slider_titles_bottom .slide_info {
left: 0;
right: 0;
bottom: 0;
}
.slider_container.slider_titles_lb .slide_info {
width: 50%;
left: 0;
bottom: 0;
}
.slider_container.slider_titles_rb .slide_info {
width: 50%;
right: 0;
bottom: 0;
}
.slider_container .slide_info .slide_title {
margin-top: 0.4em;
}
.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
font-style: italic;
letter-spacing: 0;
}
.slider_container .slide_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.slider_container .slide_overlay:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.slider_container.slider_multi .slide_info:not(.slide_info_large),
.slider_container .slide_info:not(.slide_info_large) {
left: 0;
right: 0;
top: auto;
bottom: 2em;
text-shadow: 1px 1px #000;
-webkit-transform: none;
transform: none;
}
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction .slide_info:not(.slide_info_large) {
bottom: 3.5em;
}
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_custom .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_bullets .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction .slide_info:not(.slide_info_large) {
bottom: 2em;
}
.slider_container.slider_multi .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.5385em;
margin: 0.2em 0;
}
.slider_container.slider_multi .slide_title,
.slider_container.slider_multi .slide_title a,
.slider_container .slide_info:not(.slide_info_large) .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title a {
color: #f0f0f0;
}
.slider_container.slider_multi .slide_title a:hover,
.slider_container .slide_info:not(.slide_info_large) .slide_title a:hover,
.slider_container.slider_multi .slide_cats a:hover,
.slider_container .slide_info:not(.slide_info_large) .slide_cats a:hover {
color: #ffffff;
}
.slider_container.slider_multi .slide_date,
.slider_container.slider_multi .slide_cats,
.slider_container.slider_multi .slide_cats a,
.slider_container .slide_info:not(.slide_info_large) .slide_date,
.slider_container .slide_info:not(.slide_info_large) .slide_cats,
.slider_container .slide_info:not(.slide_info_large) .slide_cats a {
color: #ccc;
} .slider_outer.slider_outer_titles_outside {
padding-bottom: 5rem;
}
.slider_titles_outside_wrap {
position: absolute;
z-index: 8;
bottom: 0;
left: 0;
width: 100%;
max-height: 4em;
text-align: center;
}
.slider_titles_outside_wrap .slide_info {
display: none;
}
.slider_titles_outside_wrap .slide_title {
margin: 0;
} .slider_container .swiper-pagination,
.slider_outer .swiper-pagination {
display: block;
text-align: center;
z-index: 9;
color: #fff;
}
.slider_outer_pagination_pos_bottom_outside .swiper-pagination {
position: static;
display: block;
text-align: center;
margin-top: 1em;
bottom: auto;
left: auto;
} .swiper-pagination-custom .swiper-pagination-button {
width: 3em;
height: 3em;
border: 2px solid #ddd;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #f7f7f7;
opacity: 0.8;
vertical-align: bottom;
margin: 0 4px;
display: inline-block;
border-radius: 4px;
}
.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active {
opacity: 1;
border-color: #efa758;
}
.slider_outer.slider_outer_pagination_pos_bottom.slider_outer_pagination_custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside.slider_outer_pagination_custom {
padding-bottom: 4em;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
left: 0;
top: auto;
bottom: 1em;
width: 100%;
height: 3em;
line-height: 3em;
-webkit-transform: none;
transform: none;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
left: auto;
bottom: auto;
position: static;
margin-top: 1em;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-custom,
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
left: 1em;
top: 50%;
bottom: auto;
width: auto;
height: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
right: 1em;
left: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-button,
.slider_container.slider_pagination_pos_right .swiper-pagination-button {
display: block;
margin: 4px 0;
width: 2em;
height: 2em;
} .slider_container .swiper-pagination-bullet,
.slider_outer .swiper-pagination-bullet {
opacity: 0.8;
vertical-align: bottom;
border: 2px solid #f0f0f0;
background-color: transparent;
width: 10px;
height: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.slider_container .swiper-pagination-bullet-active,
.slider_outer .swiper-pagination-bullet-active {
opacity: 1;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
left: 0;
top: auto;
bottom: 1em;
width: 100%;
height: 1.5em;
line-height: 1.5em;
-webkit-transform: none;
transform: none;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
left: auto;
bottom: auto;
position: static;
margin-top: 1em;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullet {
display: inline-block;
margin: 0 8px 0 0;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-bullets,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
left: 1em;
top: 50%;
bottom: auto;
width: auto;
height: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
right: 1em;
left: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-bullet,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullet {
display: block;
margin: 8px 0 0 0;
} .slider_container .swiper-pagination-fraction,
.slider_outer .swiper-pagination-fraction {
font-size: 0.8667em;
left: 0;
top: auto;
bottom: 1.5em;
width: 100%;
height: 1.7em;
line-height: 1.7em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-fraction {
text-align: left;
padding-left: 1em;
}
.slider_container.slider_pagination_pos_right .swiper-pagination-fraction {
text-align: right;
padding-right: 1em;
}
.slider_outer.slider_outer_pagination_pos_left > .swiper-pagination-fraction,
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
width: 7rem;
bottom: 5rem;
}
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
left: auto;
right: 0;
}
.slider_container .swiper-pagination-fraction > *,
.slider_outer .swiper-pagination-fraction > * {
line-height: inherit;
vertical-align: middle;
}
.slider_container .swiper-pagination-fraction > swiper-pagination-current,
.slider_outer .swiper-pagination-fraction > .swiper-pagination-current {
font-size: 2em;
line-height: 1.2em;
} .slider_container.slider_direction_horizontal .swiper-pagination-progress,
.slider_outer.slider_outer_direction_horizontal .swiper-pagination-progress {
height: 6px;
top: auto;
bottom: 0;
}
.slider_container.slider_pagination_pos_right .swiper-pagination-progress,
.slider_outer.slider_outer_pagination_pos_right .swiper-pagination-progress {
left: auto;
right: 0;
} .sc_item_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 2em;
}
.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
bottom: 0em;
}
.sc_item_slider.slider_outer_pagination .swiper-pagination-bullet {
border-color: #ddd;
} .sc_slider_controls .slider_prev, .sc_slider_controls .slider_next,
.slider_container .slider_prev, .slider_container .slider_next,
.slider_outer .slider_prev, .slider_outer .slider_next {
background-image: none !important;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
display: inline-block;
vertical-align: middle;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
width: 4.2em;
height: 2.8em;
line-height: 2.8em;
border-radius: 0;
}
.sc_slider_controls .slider_prev:before, .sc_slider_controls .slider_next:before,
.slider_container .slider_prev:before, .slider_container .slider_next:before,
.slider_outer .slider_prev:before, .slider_outer .slider_next:before {
margin: 0;
font-family: "trx_addons_icons";
}
.sc_slider_controls .slider_prev:before,
.slider_container .slider_prev:before,
.slider_outer .slider_prev:before {
content: "\e858";
}
.sc_slider_controls .slider_next:before,
.slider_container .slider_next:before,
.slider_outer .slider_next:before {
content: "\e859";
}
.sc_slider_controls .slider_prev.with_title,
.sc_slider_controls .slider_next.with_title {
width: auto;
padding: 0 1.5em;
}
.sc_slider_controls .slider_prev.with_title:before,
.sc_slider_controls .slider_next.with_title:before {
display: none;
}
.sc_slider_controls.sc_slider_controls_left {
text-align: left;
}
.sc_slider_controls.sc_slider_controls_center {
text-align: center;
}
.sc_slider_controls.sc_slider_controls_right {
text-align: right;
}
.sc_slider_controls .slider_prev,
.sc_slider_controls .slider_next {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.sc_slider_controls .slider_prev + .slider_next {
margin-left: 0.5em;
}
.sc_slider_controls .slider_controls_wrap.with_progress {
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_slider_controls .slider_controls_wrap.with_progress.with_prev {
padding-left: 4.5em;
}
.sc_slider_controls .slider_controls_wrap.with_progress.with_next {
padding-right: 4.5em;
}
.sc_slider_controls .slider_controls_wrap.with_progress .slider_prev {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_slider_controls .slider_controls_wrap.with_progress .slider_next {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_slider_controls .slider_progress {
position: relative;
display: block;
height: 2.8em;
background-color: #f0f0f0;
cursor: pointer;
}
.sc_slider_controls .slider_progress_bar {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #ddd;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.slider_container.slider_controls_bottom .slider_controls_wrap,
.slider_outer .slider_controls_bottom .slider_controls_wrap {
text-align: center;
margin-top: 3em;
}
.slider_container.slider_controls_bottom .slider_prev, .slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_prev, .slider_outer .slider_controls_bottom .slider_next {
position: static;
display: inline-block;
margin: 0;
border-radius: 0;
background-color: transparent;
border: 2px solid #000;
color: #000;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.slider_container.slider_controls_bottom .slider_prev:hover, .slider_container.slider_controls_bottom .slider_next:hover,
.slider_outer .slider_controls_bottom .slider_prev:hover, .slider_outer .slider_controls_bottom .slider_next:hover {
background-color: #000;
color: #fff;
}
.slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_next {
margin-left: 1em;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 0;
margin-left: -100px;
left: 0;
}
.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 0;
margin-right: -100px;
right: 0;
}
.slider_container.slider_controls_side:hover .slider_controls_wrap > a,
.slider_outer_controls_side:hover + .slider_controls_wrap > a {
opacity: 1;
margin-left: 0;
margin-right: 0;
} .slider_outer_controls_top > .slider_controls_wrap {
position: absolute;
z-index: 11;
top: -3.3em;
right: 0;
width: auto;
height: 3em;
}
.sc_item_slider.slider_outer_controls_top > .slider_controls_wrap {
top: -5em;
}
.slider_outer_controls_bottom > .slider_controls_wrap {
position: relative;
display: block;
text-align: center;
margin-top: 0.4em;
}
.slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside > .slider_controls_wrap {
display: inline-block;
width: 50%;
text-align: right;
}
.slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside > .swiper-pagination {
display: inline-block;
width: 50%;
text-align: left;
}
.slider_outer_controls_top > .slider_controls_wrap > a,
.slider_outer_controls_bottom > .slider_controls_wrap > a {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.slider_outer_controls_top > .slider_controls_wrap > a + a,
.slider_outer_controls_bottom > .slider_controls_wrap > a + a {
margin-left: 0.5em;
} .slider_container .trx_addons_video_player.with_cover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
} .slider_style_modern {
padding: 0 7rem;
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
position: absolute;
top: 3rem;
bottom: 3rem;
width: 7rem;
height: auto;
line-height: 1.2em;
margin: 0;
background-color: #333;
color: #fff;
border-radius: 0;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
bottom: 6rem;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside .slider_controls_wrap > a {
bottom: 8rem;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
bottom: 11rem;
}
.slider_style_modern .slider_controls_label,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
display: block;
text-align: center;
max-width: 80%;
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
top: 58%;
}
.slider_style_modern .slider_controls_label > span {
display: block;
}
.slider_style_modern .slider_controls_label span:first-child {
font-style: italic;
letter-spacing: 0;
}
.sc_slider_controller .slider_outer.slider_outer_controls_side .slider_controls_wrap > a,
.slider_style_modern .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
opacity: 1;
}
.slider_style_modern.slider_outer_titles_outside > .slider_pagination_wrap {
display: none;
} .sc_slider_controller .slider-slide {
cursor: pointer;
min-height: 50px;
}
.sc_slider_controller_horizontal[data-controls="1"] {
padding-left: 4em;
padding-right: 4em;
}
.sc_slider_controller_vertical[data-controls="1"] {
padding-top: 3em;
padding-bottom: 3em;
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
margin: 0;
-webkit-transform: none;
transform: none;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a {
top: 0;
bottom: 0;
width: 4em;
height: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > a {
left: 0;
right: 0;
width: auto;
height: 3em;
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a:before {
display: block;
width: auto;
height: 1em;
line-height: 1em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
border-radius: 0;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
left: -4em;
right: auto;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_next {
right: -4em;
left: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
top: -3em;
bottom: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next {
bottom: -3em;
top: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev:before {
content: "\e85a";
font-family: "trx_addons_icons";
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next:before {
content: "\e857";
font-family: "trx_addons_icons";
}
.sc_slider_controller_info {
display: block;
text-align: left;
letter-spacing: 0;
font-size: 1.3333em;
line-height: 1.2em;
font-weight: normal;
font-style: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 85%;
}
.sc_slider_controller_info_number {
display: inline-block;
color: #eee;
margin-right: 0.4em;
}
.sc_slider_controller_info_title {
display: inline-block;
color: #fff;
}
.sc_slider_controller_thumbs .slider-slide:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
.sc_slider_controller_thumbs .slider-slide.swiper-slide-active:before {
background-color: transparent;
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal {
padding-top: 3px;
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal .slider-slide {
margin-top: 3px;
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal .slider-slide.swiper-slide-active {
margin-top: 0;
border-top: 3px solid #efa758;
}
.sc_slider_controller_thumbs .sc_slider_controller_info {
font-size: 1.2em;
line-height: 1.2em;
display: none;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_number {
color: #ccc;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_title {
color: #fff;
}
.sc_slider_controller_titles .sc_slider_controller_info {
text-transform: uppercase;
}
.sc_slider_controller_titles.sc_slider_controller_horizontal {
padding-top: 3px;
}
.sc_slider_controller_titles.sc_slider_controller_horizontal .slider-slide {
margin-top: 3px;
}
.sc_slider_controller_titles .slider-slide {
background-color: #f0f0f0;
}
.sc_slider_controller_titles .slider-slide:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 1px;
background-color: #ddd;
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active {
margin-top: 0;
padding-top: 0px;
background-color: #fff;
}
.sc_slider_controller_titles.sc_slider_controller_horizontal .slider-slide.swiper-slide-active {
border-top: 3px solid #efa758;
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active:after {
display: none;
}
.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap > a {
top: 3px;
}  .slider_elastistack ul[class*=stack__] {
position: relative;
margin: 0 auto;
padding: 0;
list-style: none;
}
.slider_elastistack ul[class*=stack__] li {
position: absolute;
width: 100%;
opacity: 0;
padding: 0;
}
.slider_elastistack ul[class*=stack__] li:before {
display: none;
}
.slider_elastistack ul.stack__images {
width: 100%;
z-index: 10;
-webkit-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% -50%;
-ms-perspective-origin: 50% -50%;
perspective-origin: 50% -50%;
}
.slider_elastistack .stack__images li {
top: 0;
z-index: 1;
-webkit-transform: translate3d(0, 0, -180px);
transform: translate3d(0, 0, -180px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.slider_elastistack .stack__images li img {
display: block;
width: 100%;
pointer-events: none;
}
.slider_elastistack .stack__images li:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.slider_elastistack .stack__images li.animate {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slider_elastistack .stack__images li.move-back {
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
} .slider_elastistack_outer.slider_outer_controls {
padding-bottom: 4em;
}
.slider_elastistack_outer.slider_outer_titles_outside.slider_outer_controls {
padding-bottom: 13em;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.slider_elastistack.slider_controls > .slider_controls_wrap {
bottom: -4em;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_prev {
display: none;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next {
position: static;
margin: 0;
left: auto;
right: auto;
opacity: 1;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next:before {
content: "\e857";
} .widget_socials .socials_description + .socials_wrap {
margin-top: 1.5em;
} .trx_addons_video_player.with_cover {
position: relative;
overflow: hidden;
}
.trx_addons_video_player iframe {
max-height: 100%;
}
.trx_addons_video_player.with_cover .video_embed {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.trx_addons_video_player.with_cover img {
position: relative;
z-index: 2;
width: 100%;
height: auto;
}
.trx_addons_video_player.with_cover .video_mask {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
}
.trx_addons_video_player.with_cover:hover .video_mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover {
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 3em;
cursor: pointer;
overflow: hidden;
margin-top: 2em;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
opacity: 0;
}
.trx_addons_video_player.with_cover .video_hover:before {
content: "\e888";
font-family: "trx_addons_icons";
margin: 0;
}
.trx_addons_video_player.with_cover .video_hover:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.trx_addons_video_player.with_cover:hover .video_hover {
opacity: 1;
margin-top: 0;
} .trx_addons_video_player.video_play .video_mask {
opacity: 1;
background-color: #000;
}
.trx_addons_video_player.video_play .video_embed {
opacity: 1;
z-index: 10;
}
.trx_addons_video_player.video_play .video_hover {
display: none;
}
.sc_layouts_cart {
position: relative;
z-index: 2000;
}
.sc_layouts_cart_icon,
.sc_layouts_cart_details {
cursor: pointer;
}
.sc_layouts_cart_items_short {
display: none;
font-size: 7px;
background-color: #333;
color: #fff;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
border-radius: 50%;
position: absolute;
z-index: 1;
top: -5px;
right: -5px;
pointer-events: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short {
display: block;
} .sc_layouts_cart_widget {
display: none;
text-align: left;
position: absolute;
z-index: 2;
top: 4em;
right: -2em;
width: 280px;
padding: 1em;
border: 1px solid #ddd;
background-color: #fff;
color: #888;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_cart_widget:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 2.5em;
width: 8px;
height: 8px;
margin: -5px 0 0 -4px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
position: absolute;
z-index: 100;
top: 0;
right: 0;
padding: 5px 6px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_cart_widget .widget_shopping_cart {
text-align: left !important;
font-size: 0.9333em;
line-height: 1.5em;
}
.sc_layouts_cart_widget .cart_list {
max-height: 215px;
overflow-y: auto;
overflow-x: hidden;
}
.sc_layouts_cart_widget p {
margin-bottom: 0;
}
.sc_layouts_cart_widget p + p {
margin-top: 0.75em;
}
.sc_layouts_featured.with_content {
position: relative;
min-height: 0em;
}
.sc_layouts_featured .sc_layouts_featured_content {
position: static;
}
.sc_layouts_featured.with_image.without_content {
min-height: 40rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_featured.with_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_featured.with_image.with_content:before {
content: " ";
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); }
.custom-logo-link img,
.sc_layouts_logo img {
max-height: 6em;
width: auto;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 4.5em;
}
.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
max-height: 3em;
}
.sc_layouts_logo .logo_text {
display: block;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 12px;
line-height: 15px;
letter-spacing: 0px;
} .sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
display: none !important;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
font-size: 2em;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
line-height: 1.2em;
}
.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
display: inline-block !important;
} .sc_layouts_menu {
position: relative;
z-index: 1000;
overflow: hidden;
visibility: hidden;
max-height: 3em;
}
.sc_layouts_menu.inited {
overflow: visible;
visibility: visible;
max-height: none;
}
.sc_layouts_menu_nav, .sc_layouts_menu_nav ul {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.sc_layouts_menu_nav:after, .sc_layouts_menu_nav ul:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_layouts_menu_nav li {
margin: 0;
position: relative;
}
.sc_layouts_menu_nav li > a {
display: block;
position: relative;
} .sc_layouts_menu_nav {
text-align: left;
vertical-align: middle;
padding-left: 0 !important;
}
.sc_layouts_menu_nav > li {
position: relative;
float: left;
z-index: 20;
}
.sc_layouts_menu_nav > li + li {
z-index: 19;
}
.sc_layouts_menu_nav > li + li + li {
z-index: 18;
}
.sc_layouts_menu_nav > li + li + li + li {
z-index: 17;
}
.sc_layouts_menu_nav > li + li + li + li + li {
z-index: 16;
}
.sc_layouts_menu_nav > li + li + li + li + li + li {
z-index: 15;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li {
z-index: 14;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li {
z-index: 13;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li {
z-index: 12;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li + li {
z-index: 11;
}
.sc_layouts_menu_nav > li > a {
padding: 1em;
position: relative;
color: #333;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.sfHover > a,
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
color: #efa758;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
font-weight: 600 !important;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-right: 2em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e882";
font-family: "trx_addons_icons";
font-weight: normal;
display: inline-block;
position: absolute;
z-index: 1;
top: 50%;
right: 1em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: "\e884";
font-family: "trx_addons_icons";
font-weight: normal;
position: absolute;
z-index: 1;
top: 0.65em;
right: 0.75em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
top: 1.2em;
}
.sc_layouts_menu_nav li[class*=icon-]:before {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_menu_nav > li[class*=icon-] > a {
padding-left: 2em;
}
.sc_layouts_menu_nav > li[class*=icon-]:before {
display: inline-block;
padding: 1em 0;
width: 1em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
left: 0.5em;
}
.sc_layouts_menu_nav > li[class*=columns-][class*=icon-]:before {
position: static;
margin: 0 0 0 0.5em;
float: left;
}
.sc_layouts_menu_nav > li[class*=columns-][class*=icon-] > a {
float: left;
margin-left: -1.5em;
}
.sc_layouts_menu_nav li[class*=image-] > a {
background-position: 1em center;
background-repeat: no-repeat;
background-size: 1em;
padding-left: 2.3em;
} .sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
position: absolute;
display: none;
z-index: 10000;
width: 13em;
padding: 1.4em 0;
text-align: left;
background-color: #f0f0f0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav {
display: block;
}
.widget_nav_menu li.menu-delimiter,
.sc_layouts_menu_nav > li li.menu-delimiter {
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 1px solid #f0f0f0;
text-align: center;
height: 0;
overflow: hidden;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
padding: 0.6em 1.5em;
color: #333;
}
.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li.sfHover > a,
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
color: #efa758;
}
.sc_layouts_menu_nav > li li[class*=icon-] > a > span {
display: inline-block;
padding-left: 1.5em;
}
.sc_layouts_menu_nav > li li[class*=icon-]:before {
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #333;
}
.sc_layouts_menu_nav > li li[class*=icon-]:hover:before,
.sc_layouts_menu_nav > li li[class*=icon-].shHover:before,
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
color: #efa758;
}
.sc_layouts_menu_nav > li li[class*=image-] > a {
background-position: 1.6667em center;
padding-left: 3em;
}
.sc_layouts_menu_nav > li > ul {
top: 4.2em;     left: 0;
}
.sc_layouts_menu_nav > li:last-child > ul,
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
left: auto;
right: 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
left: 13em;
top: -1.4em;
margin: 0 0 0 2px;
background-color: #f0f0f0;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -13em;
margin: 0 0 0 -2px;
} .sc_layouts_menu_nav > li[class*=columns-] {
position: static;
}
.sc_layouts_menu_nav > li[class*=columns-] > ul {
left: 0;
right: 0;
width: 100%;
margin-left: 0;
}
.sc_layouts_menu_nav ul li.columns-2 > ul {
width: 26em;
}
.sc_layouts_menu_nav ul li.columns-2 > ul.submenu_left {
left: -26em;
}
.sc_layouts_menu_nav ul li.columns-3 > ul {
width: 39em;
}
.sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left {
left: -39em;
}
.sc_layouts_menu_nav ul li.columns-4 > ul {
width: 52em;
}
.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left {
left: -52em;
}
.sc_layouts_menu_nav ul li.columns-5 > ul {
width: 65em;
}
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
left: -65em;
}
.sc_layouts_menu_nav li[class*=columns-] > ul > li {
display: inline-block;
vertical-align: top;
}
.sc_layouts_menu_nav li.columns-2 > ul > li {
width: 50%;
}
.sc_layouts_menu_nav li.columns-3 > ul > li {
width: 33.3333%;
}
.sc_layouts_menu_nav li.columns-4 > ul > li {
width: 25%;
}
.sc_layouts_menu_nav li.columns-5 > ul > li {
width: 20%;
}
.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a {
font-weight: 600 !important;
font-size: 1.0667em !important;
}
.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a:after {
display: none;
}
.sc_layouts_menu_nav li[class*=columns-] > ul ul {
position: static !important;
display: block !important;
margin-left: 0; padding: 0;
left: auto;
top: auto;
width: auto;
vertical-align: top;
opacity: 1 !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
} .sc_layouts_menu li > ul.sc_layouts_submenu {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: auto;
padding: 1.4em;
}
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row {
overflow: hidden;
}
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item {
margin: 0 !important;
display: block !important;
vertical-align: top;
}
.widget_nav_menu [class*=sc_content_width_] {
width: auto !important;
}
.widget_nav_menu ul.sc_layouts_submenu {
padding-left: 0;
margin-top: 1em;
}
.widget_nav_menu ul.sc_layouts_submenu .wpb_column {
width: 100% !important;
float: none;
}
.widget_nav_menu ul.sc_layouts_submenu .wpb_column + .wpb_column {
margin-top: 1.5em;
}
.widget_nav_menu .post_item .post_thumb {
float: none;
display: block;
margin: 0 0 1em;
}
.widget_nav_menu .post_item .post_thumb img {
border-radius: 0;
}
.widget_nav_menu .post_item .post_title {
font-size: 1em;
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
display: block;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li {
display: block;
float: none;
width: 100%;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:before {
display: none;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > a {
padding: 0.25em 0;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e884";
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul {
left: 100%;
top: -1.4em;
margin: 0 0 0 2px;
} .sc_layouts_menu_item_description {
display: block;
margin-top: 2px;
font-size: 8px;
line-height: 12px;
}
.sc_layouts_menu_nav > li > a .sc_layouts_menu_item_description {
margin-top: 0;
position: absolute;
z-index: 1;
top: 4.8em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
text-align: left;
padding: 0 1em 0 2em;
} .sc_layouts_row_fixed_on {
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
} .sc_layouts_dropdown > li > ul {
top: 2.6em;
left: -1.5em;
}
.sc_layouts_column_align_right .sc_layouts_dropdown > li > ul {
left: auto;
right: -1.5em;
}
.sc_layouts_dropdown li.menu-item.menu-item-has-children > a {
padding: 0;
}
.sc_layouts_dropdown li.menu-item.menu-item-has-children > a:after {
position: static;
display: inline-block;
vertical-align: middle;
margin-left: 0.3em;
-webkit-transform: none;
transform: none;
} .sc_layouts_menu_mobile_button_burger {
position: relative;
}
.sc_layouts_menu_popup {
position: absolute;
z-index: 1000;
top: 2.4em;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav {
position: relative;
left: 0;
top: 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li {
display: block;
float: none;
} .sc_layouts_menu_nav .menu-collapse {
display: none;
}
.sc_layouts_menu_nav .menu-collapse > a {
position: relative;
text-align: center;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
position: relative;
z-index: 2;
top: 1px;
left: 0;
}
.sc_layouts_menu_nav .menu-collapse > a:after {
content: " ";
display: block;
background-color: #f7f7f7;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2em;
height: 2em;
border-radius: 50%;
}  .menu_hover_slide_line > ul > li#blob,
.menu_hover_slide_box > ul > li#blob {
position: absolute;
top: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
background-color: transparent;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.menu_hover_slide_line > ul > li#blob {
height: 1px;
margin-top: 3em;
} .menu_hover_zoom_line > ul > li > a {
position: relative;
}
.menu_hover_zoom_line > ul > li > a:before {
content: "";
margin-left: 0.25em;
position: absolute;
z-index: 1;
top: 3em;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 1px;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.menu_hover_zoom_line > ul > li > a:hover:before,
.menu_hover_zoom_line > ul > li.sfHover > a:before,
.menu_hover_zoom_line > ul > li.current-menu-item > a:before,
.menu_hover_zoom_line > ul > li.current-menu-parent > a:before,
.menu_hover_zoom_line > ul > li.current-menu-ancestor > a:before {
width: 80%;
} .menu_hover_path_line > ul > li > a {
position: relative;
}
.menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after,
.menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after {
content: " " !important;
position: absolute;
-webkit-transition: -webkit-transform 0.1s ease;
transition: -webkit-transform 0.1s ease;
transition: transform 0.1s ease;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
} .menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after {
top: 0.5em;
bottom: 0.5em;
width: 1px; -webkit-transform: scale3d(1, 0, 1);
transform: scale3d(1, 0, 1);
} .menu_hover_path_line > ul > li:before {
left: 0.2em;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} .menu_hover_path_line > ul > li:after {
right: 0.2em;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
} .menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
left: 0.2em;
right: 0.2em; height: 1px;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
} .menu_hover_path_line > ul > li > a:before {
top: 0.5em;
bottom: auto;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
} .menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
top: auto;
bottom: 0.5em;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}   .menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_path_line > ul > li.sfHover.menu-item-has-children > a:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .menu_hover_path_line > ul > li:before {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:before {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
} .menu_hover_path_line > ul > li > a:before {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
} .menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_path_line > ul > li.sfHover:before,
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before,
.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .menu_hover_roll_down > ul > li > a:before {
content: " ";
position: absolute;
top: 3.3em;
right: 1.5em;
bottom: auto;
left: 1.5em;
height: 1px;
opacity: 0;
-webkit-transform: translate3d(0, -3em, 0);
transform: translate3d(0, -3em, 0);
-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0s 0.3s;
transition: opacity 0.2s, -webkit-transform 0s 0.3s;
transition: transform 0s 0.3s, opacity 0.2s;
transition: transform 0s 0.3s, opacity 0.2s, -webkit-transform 0s 0.3s;
}
.menu_hover_roll_down > ul > li > a:hover:before,
.menu_hover_roll_down > ul > li.sfHover > a:before,
.menu_hover_roll_down > ul > li.current-menu-item > a:before,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a:before,
.menu_hover_roll_down > ul > li.current-menu-parent > a:before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
-webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
transition: opacity 0.1s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.1s;
transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_hover_roll_down > ul > li > a > span {
display: block;
pointer-events: none;
}
.menu_hover_roll_down > ul > li.sfHover > a > span,
.menu_hover_roll_down > ul > li > a:hover > span,
.menu_hover_roll_down > ul > li.current-menu-item > a > span,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a > span,
.menu_hover_roll_down > ul > li.current-menu-parent > a > span {
-webkit-animation: anim-roll-down 0.3s forwards;
animation: anim-roll-down 0.3s forwards;
}
@-webkit-keyframes anim-roll-down {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-roll-down {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .menu_hover_color_line > ul > li > a:hover:before,
.menu_hover_color_line > ul > li > a:focus:before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu_hover_color_line > ul > li > a:before,
.menu_hover_color_line > ul > li > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:after {
content: " " !important;
position: absolute;
top: 3.3em;
right: 1.5em !important;
bottom: auto;
left: 1.5em;
margin: 0;
height: 1px;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: center left;
transform-origin: center left;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu_hover_color_line > ul > li > a:hover,
.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li > a:before {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > a:hover:before,
.menu_hover_color_line > ul > li.current-menu-item > a:after,
.menu_hover_color_line > ul > li.current-menu-item > a:before,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:after,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:before,
.menu_hover_color_line > ul > li.current-menu-parent > a:after,
.menu_hover_color_line > ul > li.current-menu-parent > a:before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > a:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.search_wrap,
.search_wrap .search_form {
position: relative;
}
.search_wrap .search_field {
width: 6em;
padding: 0 0 0 1.25em !important;
vertical-align: middle;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_column_icons_position_right .search_wrap .search_field {
padding: 0 1.25em 0 0 !important;
}
.search_wrap .search_submit {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.search_wrap .search_submit:before {
margin: 0;
}
.sc_layouts_row_type_narrow .search_wrap .search_field,
.sc_layouts_row_type_compact .search_wrap .search_field {
border: none !important;
background-color: transparent !important;
}
.sc_layouts_row_type_compact .search_wrap .search_submit {
font-size: 1.25em;
font-weight: 400;
}
.sc_layouts_column_icons_position_right .search_wrap .search_submit {
left: auto;
right: 0;
}
.sc_layouts_row_type_normal .search_wrap .search_field {
font-size: 11px;
text-transform: uppercase;
padding: 0 1.5em 0 3em !important;
width: 15em;
height: 4.7727em;
line-height: 4.7727em;
border-radius: 3em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit {
display: block;
font-size: 11px;
text-align: center;
width: 1em;
height: 4.7727em;
line-height: 4.7727em;
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 1em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit:before {
font-size: 13px;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit {
left: auto;
right: 1em;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
padding: 1em 3em 1em 1.5em !important;
} .search_wrap.search_style_expand .search_field {
width: 0;
visibility: hidden;
}
.search_style_expand.search_opened .search_field {
width: 6em;
padding-left: 1.75em !important;
visibility: visible;
}
.sc_layouts_column_icons_position_right .search_style_expand.search_opened .search_field {
padding-left: 0 !important;
padding-right: 1.75em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field {
height: 4.7727em;
line-height: 4.7727em;
padding-top: 0;
padding-bottom: 0;
visibility: visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field {
padding: 0 2.3em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field {
width: 15em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit {
width: 4.7727em;
left: 0;
right: auto;
} .search_style_fullscreen .search_form {
display: inline-block;
}
.search_style_fullscreen.search_opened .search_form {
display: block;
}
.search_style_fullscreen .search_field {
width: 0;
visibility: hidden;
}
.search_style_fullscreen .search_field,
.search_style_fullscreen .search_submit,
.search_style_fullscreen .search_submit:before {
-webkit-transition: none;
transition: none;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit,
.search_style_fullscreen.search_opened .search_submit:before {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
width: 0;
height: 4.7727em;
line-height: 4.7727em;
padding-top: 0;
padding-bottom: 0;
visibility: visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
padding: 0 2.3em 0 2.3em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
width: 4.7727em;
left: 0;
right: auto;
}
.search_style_fullscreen .search_close {
display: none;
}
.search_style_fullscreen .search_close:before {
margin: 0;
}
.search_style_fullscreen.search_opened .search_close {
position: absolute;
z-index: 1;
top: 0;
right: 0;
display: inline-block;
font-size: 2rem;
font-weight: 300;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.search_style_fullscreen.search_opened .search_form_wrap {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
overflow: hidden;
}
.search_style_fullscreen.search_opened .search_form {
position: relative;
width: 50%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-bottom: 1px solid #fff;
font-size: 1em;
}
.search_style_fullscreen.search_opened .search_results {
top: 0;
display: none !important;
}
.search_style_fullscreen.search_opened .search_submit:before {
font-size: inherit;
}
.search_style_fullscreen.search_opened .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
position: absolute;
left: 0 !important;
right: auto !important;
top: 50%;
font-size: 2rem;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
font-size: 2rem !important;
font-weight: 400 !important;
width: 100%;
height: 3em;
line-height: 3em !important;
letter-spacing: 1px;
margin: 0;
padding: 0 0 0 2em !important;
border: none;
white-space: pre-wrap;
word-wrap: break-word;
resize: none;
overflow: hidden;
display: block;
visibility: visible;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_field:hover,
.search_style_fullscreen.search_opened .search_field:focus {
background-color: transparent !important;
}
.search_style_fullscreen.search_opened .search_field::-ms-clear {
display: none;
} .search_wrap .search_results {
display: none;
position: absolute;
z-index: 10000;
top: 3.5em;
left: 0;
background-color: #fff;
border: 1px solid #e5e5e5;
width: 22em;
padding: 2em 1.5em;
text-align: left;
}
.search_wrap .search_results:after {
content: " ";
position: absolute;
top: -6px;
left: 3em;
width: 10px;
height: 10px;
background-color: #fff;
border-left: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.search_results.widget_area .post_item + .post_item {
border-top: 1px solid #e5e5e5;
margin-top: 1.6em;
padding-top: 1.6em;
}
.sc_layouts_column_align_right .search_wrap .search_results {
left: auto;
right: 1em;
}
.sc_layouts_column_align_right .search_wrap .search_results:after {
left: auto;
right: 3em;
}
.search_wrap .search_results .search_results_close {
display: block;
overflow: hidden;
font-size: 1em;
cursor: pointer;
position: absolute;
top: 3px;
right: 3px;
width: 1.2em;
height: 1.2em;
line-height: 1.2em;
text-align: center;
}
.search_wrap .post_more {
display: block;
text-align: center;
}
.search_wrap .post_meta {
font-style: normal;
}
.sc_layouts_title_caption {
margin: 0 auto;
}
.sc_layouts_row_type_compact .sc_layouts_title_caption {
font-size: 2em;
}
.sc_layouts_title_title > .sc_layouts_title_caption {
float: none;
}
.sc_layouts_title_caption img {
display: inline-block;
max-height: 1.25em;
vertical-align: middle;
width: auto;
margin: -0.1em 0.2em 0 0;
}
.sc_layouts_title_link {
display: inline-block;
margin: 0.5em 0 2em;
}
.sc_layouts_title_meta .post_edit:before {
margin-right: 0.5em;
}
.sc_layouts_title_description {
font-size: 13px;
line-height: 19px;
margin: 4px auto 1em;
max-width: 75%;
}
.sc_layouts_title_description p {
margin: 0;
}
.sc_layouts_title_breadcrumbs {
margin-top: 0.5em;
}
.sc_layouts_title.with_content {
position: relative;
min-height: 0em;
}
.sc_layouts_title .sc_layouts_title_content {
position: static;
}
.sc_layouts_title.with_image.without_content {
min-height: 20rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_title.with_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_title.with_image.with_content:before {
content: " ";
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
 [data-animation^="animated"]{visibility:hidden}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;visibility:visible}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes elastic{0,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}25%{-webkit-transform:scale3d(1,1.2,1);transform:scale3d(1,1.2,1)}50%{-webkit-transform:scale3d(1,0.85,1);transform:scale3d(1,0.85,1)}75%{-webkit-transform:scale3d(1,1.05,1);transform:scale3d(1,1.05,1)}}@keyframes elastic{0,100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}25%{-webkit-transform:scale3d(1,1.2,1);-ms-transform:scale3d(1,1.2,1);transform:scale3d(1,1.2,1)}50%{-webkit-transform:scale3d(1,0.85,1);-ms-transform:scale3d(1,0.85,1);transform:scale3d(1,0.85,1)}75%{-webkit-transform:scale3d(1,1.05,1);-ms-transform:scale3d(1,1.05,1);transform:scale3d(1,1.05,1)}}@-webkit-keyframes elastic-inner{0{-webkit-transform:translate3d(0,-25px,0);opacity:0}25%{-webkit-transform:translate3d(0,10px,0)}50%{-webkit-transform:translate3d(0,-6px,0)}75%{-webkit-transform:translate3d(0,2px,0)}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes elastic-inner{0{opacity:0;-webkit-transform:translate3d(0,-25px,0);-ms-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0)}25%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}50%{-webkit-transform:translate3d(0,-6px,0);-ms-transform:translate3d(0,-6px,0);transform:translate3d(0,-6px,0)}75%{-webkit-transform:translate3d(0,2px,0);-ms-transform:translate3d(0,2px,0);transform:translate3d(0,2px,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.elastic{-webkit-animation-name:elastic;animation-name:elastic;-webkit-transition-timing-function:cubic-bezier(0.2,0.6,0.3,1);-ms-transition-timing-function:cubic-bezier(0.2,0.6,0.3,1);transition-timing-function:cubic-bezier(0.2,0.6,0.3,1);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}.elastic>*{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition:none;-ms-transition:none;transition:none;-webkit-animation:elastic-inner .5s ease-out;-ms-animation:elastic-inner .5s ease-out;animation:elastic-inner .5s ease-out}@-webkit-keyframes wipeInLeftTop{0{-webkit-transform:scale(0,0);transform:scale(0,0)}100%{-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes wipeInLeftTop{0{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0)}100%{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes wipeInLeftTop-inner{0{opacity:0;-webkit-transform:translate3d(0,-10px,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0)}}@keyframes wipeInLeftTop-inner{0{opacity:0;-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wipeInLeftTop{-webkit-animation-name:wipeInLeftTop;animation-name:wipeInLeftTop;-webkit-transition-timing-function:cubic-bezier(0.19,1,0.22,1);-ms-transition-timing-function:cubic-bezier(0.19,1,0.22,1);transition-timing-function:cubic-bezier(0.19,1,0.22,1);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.wipeInLeftTop>*{opacity:0;-webkit-animation:wipeInLeftTop-inner .35s ease-out forwards;-ms-animation:wipeInLeftTop-inner .35s ease-out forwards;animation:wipeInLeftTop-inner .35s ease-out forwards}.wipeInLeftTop>*:first-child{-webkit-animation-delay:.05s;-ms-animation-delay:.05s;animation-delay:.05s}.wipeInLeftTop>*:nth-child(2){-webkit-animation-delay:.10s;-ms-animation-delay:.10s;animation-delay:.10s}.wipeInLeftTop>*:nth-child(3){-webkit-animation-delay:.15s;-ms-animation-delay:.15s;animation-delay:.15s}.wipeInLeftTop>*:nth-child(4){-webkit-animation-delay:.20s;-ms-animation-delay:.20s;animation-delay:.20s}.wipeInLeftTop>*:nth-child(5){-webkit-animation-delay:.25s;-ms-animation-delay:.25s;animation-delay:.25s}.wipeInLeftTop>*:nth-child(6){-webkit-animation-delay:.30s;-ms-animation-delay:.30s;animation-delay:.30s}.wipeInLeftTop>*:nth-child(7){-webkit-animation-delay:.35s;-ms-animation-delay:.35s;animation-delay:.35s}.wipeInLeftTop>*:nth-child(8){-webkit-animation-delay:.40s;-ms-animation-delay:.40s;animation-delay:.40s}.wipeInLeftTop>*:nth-child(9){-webkit-animation-delay:.45s;-ms-animation-delay:.45s;animation-delay:.45s}.wipeInLeftTop>*:nth-child(10){-webkit-animation-delay:.50s;-ms-animation-delay:.50s;animation-delay:.50s}.wipeInLeftTop>*:nth-child(11){-webkit-animation-delay:.55s;-ms-animation-delay:.55s;animation-delay:.55s}.wipeInLeftTop>*:nth-child(12){-webkit-animation-delay:.60s;-ms-animation-delay:.60s;animation-delay:.60s}.wipeInLeftTop>*:nth-child(12){-webkit-animation-delay:.65s;-ms-animation-delay:.65s;animation-delay:.65s}.wipeInLeftTop>*:nth-child(12){-webkit-animation-delay:.70s;-ms-animation-delay:.70s;animation-delay:.70s}@-webkit-keyframes bounce{0,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash;opacity:1}@-webkit-keyframes pulse{0{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0{opacity:0}100%{opacity:1}}@keyframes fadeIn{0{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpSmall{0{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpSmall{0{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpSmall{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall}@-webkit-keyframes fadeInUpBig{0{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0{opacity:1}100%{opacity:0}}@keyframes fadeOut{0{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownSmall{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes fadeOutDownSmall{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.fadeOutDownSmall{-webkit-animation-name:fadeOutDownSmall;animation-name:fadeOutDownSmall}@-webkit-keyframes fadeOutDownBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animate-spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section,
video,
audio {
font-family: inherit;
font-size: 100%;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
outline: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
}
html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow-y: scroll !important;
overflow-x: hidden;
height: 100%;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
} html {
font-size: 14px;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
-ms-hyphens: auto;
hyphens: auto;
}
li > ol,
li > ul,
dl > dd {
margin-bottom: 0;
}
li > p {
margin-bottom: 0;
}
li > p + p {
margin-top: 0.5em;
}
ol,
ul {
padding-left: 1.5em;
} a {
text-decoration: none;
background: transparent;
}
a,
a:hover,
a:focus,
a:active {
outline: 0;
}
a img {
border: none;
}
a,
button,
input[type=button],
input[type=submit] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
display: block;
}
:active,
:focus {
outline: 0;
} table {
border-collapse: collapse;
}
table th + th,
table th + td,
table td + th,
table td + td {
border-left: 1px solid #ddd;
}
table > p {
margin: 0 !important;
}
table td,
table th {
padding: 1.8em 1em;
}
table th {
font-size: 1em;
font-weight: 500;
font-style: normal;
text-align: center;
}
caption {
font-weight: 700;
text-align: center;
} blockquote,
.wp-block-quote.is-style-large {
position: relative;
text-align: center;
padding: 2.84em 3.2em 2.75em;
border-radius: 5px;
}
blockquote:before {
content: "\e95f";
font-family: "fontello";
font-size: 1.6em;
display: block;
margin-bottom: 0.94em;
}
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
blockquote p {
margin: 0;
font-size: 1.667em;
line-height: 1.27em;
font-weight: 500;
}
blockquote > a,
blockquote > p > a,
blockquote > cite,
blockquote > p > cite {
display: inline-block;
font-size: 18px;
line-height: 1.35em;
font-weight: 400;
font-style: normal;
margin-top: 0;
letter-spacing: 0;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote {
margin: 2.05em 1.95em;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 0;
} dd {
margin-left: 1.5em;
}
dt,
b,
strong {
font-weight: bold;
}
dfn,
em,
i {
font-style: italic;
}
pre,
code,
kbd,
tt,
var,
samp {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
letter-spacing: 0;
}
pre {
overflow: auto;
max-width: 100%;
}
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #888;
background-color: #f7f7f7;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
}
pre > code {
display: block;
vertical-align: top;
padding: 1em;
}
abbr,
acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark,
ins {
background-color: transparent;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 80%;
}
big {
font-size: 120%;
}
[hidden],
template {
display: none;
}
hr {
height: 0;
border: none;
border-top: 1px solid #eee;
margin: 9.8rem 0;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
} img {
max-width: 100%;
height: auto;
vertical-align: top;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
border-radius: 5px;
}
figure img,
.wp-caption img,
.wp-caption-overlay .wp-caption img {
border-radius: 5px;
}
figure figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: 0;
left: 0;
font-size: 16px;
line-height: 24px;
font-weight: 700;
font-style: italic;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0;
text-align: center;
padding: 16px 10px;
max-height: 50%;
overflow-x: hidden;
overflow-y: auto;
}
figure:not(.wp-block-gallery):hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-block-gallery figure:hover figcaption,
.wp-block-image:hover figcaption,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
opacity: 0;
}
figure:hover figcaption:hover,
.wp-caption:hover .wp-caption-text:hover,
.wp-caption:hover .wp-caption-dd:hover,
.wp-block-gallery figure:hover figcaption:hover,
.wp-block-image:hover figcaption:hover,
.wp-caption-overlay .wp-caption:hover .wp-caption-text:hover,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd:hover {
opacity: 1;
}
figure figcaption.blocks-gallery-caption {
position: relative;
margin-bottom: 0.5em;
width: 100%;
padding: 0.5em;
text-align: center;
}
svg:not(:root) {
overflow: hidden;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
video {
width: 100%;
height: auto;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe,
video,
embed {
max-width: 100%;
min-height: 100px;
vertical-align: top;
} [class^=icon-]:before,
[class*=" icon-"]:before {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
display: inline-block;
vertical-align: top;
width: auto;
margin: 0;
}  form {
margin-bottom: 0;
}
button,
input,
optgroup,
select,
textarea,
textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible;
}
input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-webkit-input-placeholder, textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder, textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder, textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-ms-input-placeholder, textarea[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
text-overflow: ellipsis;
}
input[placeholder],
textarea[placeholder] {
text-overflow: ellipsis;
}
textarea,
textarea.wp-editor-area,
select,
option,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=checkbox],
input[type=radio] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
padding: 0; }
input[type=number]::-webkit-outer-spin-button {
height: 50%;
}
input[type=number],
input[type=search] {
-webkit-appearance: none; -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type=button][disabled],
input[type=submit][disabled],
button[disabled],
html input[disabled] {
cursor: default;
pointer-events: none;
}
button:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
outline: none;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area {
-webkit-appearance: none;
outline: none;
resize: none;
} label.required:after {
content: "*";
display: none;
vertical-align: text-top;
font-size: 80%;
color: #da6f5b;
} fieldset {
padding: 1em 1.5em;
margin: 1.5em 0.2em;
border: 1px solid #ddd;
position: relative;
}
fieldset legend {
position: absolute;
z-index: 1;
top: -0.6em;
left: 1.5em;
background-color: #fff;
font-weight: 400;
font-style: italic;
padding: 0 0.2em;
letter-spacing: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type=submit],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type=submit],
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a,
#btn-buy,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button .woocommerce #respond input#submit,
.woocommerce input[type=button],
.woocommerce-page input[type=button],
.woocommerce input[type=submit],
.woocommerce-page input[type=submit],
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type=submit],
.woocommerce-page #review_form #respond p.form-submit input[type=submit],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.minimal-light .esg-navigationbutton.esg-loadmore,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.yith-woocompare-widget a.clear-all,
.cc-compliance .cc-btn {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
white-space: nowrap;
padding: 0.61em 2.6em;
letter-spacing: 0;
height: auto;
border-width: 0 !important;
}
.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
padding: 0.36em 2em;
font-size: 0.889em;
} .sc_button.sc_button_bordered {
border-width: 2px !important;
padding: 1.3em 2.8em;
}
.sc_layouts_row_type_narrow .sc_button.sc_button_bordered {
padding: 0.8em 1.8em;
}
.sc_button.sc_button_bordered.sc_button_size_small {
padding: 0.6em 1.4em;
} .sc_button_simple {
font-size: 1em;
line-height: 1.25em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
text-transform: none;
border: none;
padding: 0 1.8em 0 0;
}
.sc_button_simple:before,
.sc_button_simple:after {
content: "\e93a";
font-family: "fontello";
font-style: normal;
} .widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
font-size: 14px;
line-height: 16px;
padding: 10px 16px;
}
.widget.woocommerce .button + .button {
margin-left: 3px;
} input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area,
.tribe-common.tribe-events .tribe-events-c-search__input,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.tourmaster-form-field input[type=text],
.tourmaster-form-field input[type=email],
.tourmaster-form-field input[type=password],
.tourmaster-form-field textarea,
.tourmaster-form-field select,
.tourmaster-form-field.tourmaster-with-border input[type=text],
.tourmaster-form-field.tourmaster-with-border input[type=email],
.tourmaster-form-field.tourmaster-with-border input[type=password],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
padding: 0.584em 1.7em;
border: 2px solid #ddd;
}
textarea,
textarea.wp-editor-area {
overflow: auto; vertical-align: top; min-height: 11.6em;
}
.widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=search],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
padding: 0.584em 1.5em;
} input[type=radio],
input[type=checkbox],
.edd_price_options ul > li > label > input[type=radio],
.edd_price_options ul > li > label > input[type=checkbox],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
label > input[type=radio],
label > input[type=checkbox],
input[type=radio].radio,
input[type=checkbox].checkbox,
input[type=checkbox].wpcf7-acceptance {
display: inline-block;
vertical-align: baseline;
position: static !important;
clip: auto;
}
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
display: inline-block;
vertical-align: baseline;
}
input[type=radio] + label,
input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span,
.woocommerce-form__label-for-checkbox,
.wpgdprc-checkbox label,
.gdpr-terms-container,
body #booked-page-form p.login-remember label,
.mc4wp-form label:has(input[type=checkbox]) {
position: relative;
padding-left: 1.4em;
line-height: 1.5em;
display: inline-block;
vertical-align: top;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
.edd_price_options ul > li > label > input[type=radio] + span:before,
.edd_price_options ul > li > label > input[type=checkbox] + span:before,
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input:before,
.wpgdprc-checkbox label input[type=checkbox]:before,
.gdpr-terms-container input[type=checkbox]:before,
#gdpr_woo_consent_field label input[type=checkbox]:before,
body #booked-page-form p.login-remember label input[type=checkbox]:before,
.mc4wp-form label input[type=checkbox]:before {
content: " ";
font-family: "fontello";
display: block;
text-align: center;
border: 1px solid #eee;
width: 0.8em;
height: 0.8em;
line-height: 0.69em;
position: absolute;
z-index: 1;
top: 0.3em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ua_gecko input[type=radio] + label:before {
line-height: 0.63em;
}
.sc_donations_inited + label,
.sc_form_privacy_checkbox + label,
.sc_donations_form_rating_label {
display: inline-block;
}
.sc_form_field_checkbox {
position: relative;
display: block;
text-align: center;
}
.sc_form_privacy_checkbox + label {
margin: 0 auto;
float: none;
}
form .sc_donations_form_rating_label {
margin-left: 0;
}
input[type=radio] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
.edd_price_options ul > li > label > input[type=radio] + span:before {
border-radius: 50%;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=checkbox]:checked + span:before,
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input:checked:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type=checkbox]:checked:before,
.gdpr-terms-container input[type=checkbox]:checked:before,
#gdpr_woo_consent_field label input[type=checkbox]:checked:before,
body #booked-page-form p.login-remember label input[type=checkbox]:checked:before,
.mc4wp-form label input[type=checkbox]:checked:before {
content: "\e8ab";
}
input[type=radio]:checked + label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio]:checked + span:before {
content: "\e83c";
} .cc-header {
margin-right: 1em;
}
.cc-revoke, .cc-window {
z-index: 999999;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
.comment-form .wpgdprc-checkbox {
display: inline-block;
}
.comment-form .wpgdprc-checkbox label,
.comment-form .gdpr-terms-container,
.comment-form .comments_field.comments_i_agree_privacy_policy label {
position: relative;
font-weight: 400;
}
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type=checkbox],
#gdpr_woo_consent_field label input[type=checkbox],
.gdpr-terms-container input[type=checkbox],
body #booked-page-form p.login-remember label input[type=checkbox],
.mc4wp-form label input[type=checkbox] {
display: block;
position: absolute !important;
top: 0;
left: 0;
clip: auto;
visibility: hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type=checkbox]:before,
#gdpr_woo_consent_field label input[type=checkbox]:before,
.gdpr-terms-container input[type=checkbox]:before,
body #booked-page-form p.login-remember label input[type=checkbox]:before,
.mc4wp-form label input[type=checkbox]:before {
visibility: visible;
cursor: pointer;
}
.gdpr-terms-container {
clear: both;
margin: 1em 0 !important;
}
.comments_field.comments_i_agree_privacy_policy {
clear: both;
} select {
text-overflow: ellipsis;
white-space: nowrap;
}
select::-ms-expand {
display: none;
} select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]):not(.field-paid-service-select) {
visibility: hidden;
} .select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: visible;
} .select_container {
width: 100%;
position: relative;
}
.select_container,
.select_container:after,
.select_container select {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.select_container:before {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 3em;
z-index: 1;
pointer-events: none;
cursor: pointer;
}
.sc_input_hover_accent .select_container::before {
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 0;
}
.select_container:after {
content: "\e828";
font-family: "fontello";
display: block;
position: absolute;
z-index: 2;
top: 50%;
right: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
margin-top: -0.5em;
pointer-events: none;
cursor: pointer;
}
.select_container select {
width: 100% !important;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget .select_container select {
padding-right: 2em !important;
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.widget .select_container:before {
width: 2em;
}
.widget .select_container:after {
right: 0.5em;
} .select2-container {
width: 100% !important;
}
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
height: auto;
border: 2px solid #ddd;
padding: 0.215em 1.7em;
border-radius: 0;
line-height: 1.4855em;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding: 0;
}
.select2-container .select2-selection--single {
margin-bottom: 0;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: 2.223em;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-drop-active {
border: none;
}
.select2-dropdown {
border: 1px solid #ddd;
}
.select2-search {
padding: 4px 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
font-size: 0.8em;
line-height: normal;
padding: 1em 1.5em;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
clip: auto !important;
text-decoration: none; z-index: 100000;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.alignleft {
display: inline-block;
float: left;
margin-right: 1.7em !important;
}
.alignright {
display: inline-block;
float: right;
margin-left: 1.7em !important;
}
.aligncenter {
clear: both;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.wpb_text_column img.alignright,
.wpb_text_column img.alignleft,
figure.alignleft,
figure.alignright {
margin-top: 0.5em;
border-radius: 5px;
}
.wp-caption,
figure.aligncenter {
margin-bottom: 1em;
}
.sidebar_inner .wp-block-search.alignleft,
.sidebar_inner .wp-block-search.alignright, footer .wp-block-search.alignleft,
footer .wp-block-search.alignright {
float: none;
margin-left: 0 !important;
margin-right: 0 !important;
} .sticky_wrap {
margin-bottom: 5em;
}
.sticky {
position: relative;
border: 2px solid #ddd;
padding: 2em;
}
.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
text-align: center;
}
.sticky .label_sticky {
display: block;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color: #ddd;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.sticky_wrap .sticky .post_featured {
display: inline-block;
}
.sticky_wrap .sticky .post_categories {
margin-top: 1em;
}
.sticky_wrap .sticky .post_title {
margin-top: 0.5em;
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
} .gallery {
margin: 0 -5px;
}
.gallery .gallery-item {
display: inline-block;
vertical-align: top;
overflow: hidden;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.1111111111% !important;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5% !important;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.2857142857% !important;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.6666666667% !important;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20% !important;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25% !important;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.3333333333% !important;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50% !important;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery .gallery-item a {
display: block;
}
.gallery .gallery-item a img {
border: none !important;
display: block;
width: 100%;
}
.gallery .gallery-item .gallery-icon {
margin: 5px;
}
.wp-block-gallery {
margin-bottom: 1.35em;
}
.gallery .gallery-item .gallery-caption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 16px;
line-height: 18px;
padding: 16px 10px;
max-height: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery .gallery-item figcaption.gallery-caption {
max-height: calc(50% - 5px);
}
.gallery .gallery-item .gallery-caption {
margin: 0 5px 5px;
}
.gallery.gallery-columns-9 .gallery-caption {
padding: 8px;
}
.gallery.gallery-columns-8 .gallery-caption {
padding: 10px;
}
.wp-block-gallery.columns-9 .blocks-gallery-item__caption {
padding: 8px;
}
.wp-block-gallery.columns-8 .blocks-gallery-item__caption {
padding: 10px;
}
.wp-block-gallery.columns-7 .blocks-gallery-item__caption {
padding: 12px;
}
.wp-block-gallery.columns-6 .blocks-gallery-item__caption {
padding: 15px;
}
.gallery .gallery-item:hover .gallery-caption {
opacity: 0;
}
.gallery .gallery-item:hover .gallery-caption:hover {
opacity: 1;
} .post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type=submit] {
display: inline-block;
margin-left: 0.2em;
padding: calc(0.584em + 2px) 2em;
line-height: normal;
} .container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row,
.columns_wrap {
margin-left: 0px;
margin-right: -30px;
}
.row > [class*=column-],
.columns_wrap > [class*=column-] {
display: inline-block;
vertical-align: top;
position: relative;
min-height: 1px;
padding-left: 0;
padding-right: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row.columns_padding_left,
.columns_wrap.columns_padding_left,
.vc_row.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*=column-],
.columns_wrap.columns_padding_left > [class*=column-],
.row > [class*=column-].columns_padding_left,
.columns_wrap > [class*=column-].columns_padding_left {
padding-left: 30px;
padding-right: 0;
}
.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*=column-],
.columns_wrap.columns_padding_right > [class*=column-],
.row > [class*=column-].columns_padding_right,
.columns_wrap > [class*=column-].columns_padding_right {
padding-left: 0;
padding-right: 30px;
}
.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*=column-],
.columns_wrap.columns_padding_center > [class*=column-],
.row > [class*=column-].columns_padding_center,
.columns_wrap > [class*=column-].columns_padding_center {
padding-left: 15px;
padding-right: 15px;
}
.row.columns_padding_bottom > [class*=column-],
.columns_wrap.columns_padding_bottom > [class*=column-],
.row > [class*=column-].columns_padding_bottom,
.columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: 30px;
}
.sc_blogger.no_margin .row,
.sc_blogger.no_margin .columns_wrap,
.row.no_margin,
.columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sc_blogger.no_margin .row > [class*=column-],
.sc_blogger.no_margin .columns_wrap > [class*=column-],
.row.no_margin > [class*=column-],
.columns_wrap.no_margin > [class*=column-] {
padding: 0 !important;
} .column-1,
.column-1_1 {
width: 100%;
}
.column-1_2 {
width: 50%;
}
.push-1_2 {
left: 50%;
}
.pull-1_2 {
right: 50%;
}
.offset-1_2 {
margin-left: 50%;
}
.column-1_3 {
width: 33.3333333333%;
}
.push-1_3 {
left: 33.3333333333%;
}
.pull-1_3 {
right: 33.3333333333%;
}
.offset-1_3 {
margin-left: 33.3333333333%;
}
.column-1_4 {
width: 25%;
}
.push-1_4 {
left: 25%;
}
.pull-1_4 {
right: 25%;
}
.offset-1_4 {
margin-left: 25%;
}
.column-1_5 {
width: 20%;
}
.push-1_5 {
left: 20%;
}
.pull-1_5 {
right: 20%;
}
.offset-1_5 {
margin-left: 20%;
}
.column-1_6 {
width: 16.6666666667%;
}
.push-1_6 {
left: 16.6666666667%;
}
.pull-1_6 {
right: 16.6666666667%;
}
.offset-1_6 {
margin-left: 16.6666666667%;
}
.column-1_7 {
width: 14.2857142857%;
}
.push-1_7 {
left: 14.2857142857%;
}
.pull-1_7 {
right: 14.2857142857%;
}
.offset-1_7 {
margin-left: 14.2857142857%;
}
.column-1_8 {
width: 12.5%;
}
.push-1_8 {
left: 12.5%;
}
.pull-1_8 {
right: 12.5%;
}
.offset-1_8 {
margin-left: 12.5%;
}
.column-1_9 {
width: 11.1111111111%;
}
.push-1_9 {
left: 11.1111111111%;
}
.pull-1_9 {
right: 11.1111111111%;
}
.offset-1_9 {
margin-left: 11.1111111111%;
}
.column-1_10 {
width: 10%;
}
.push-1_10 {
left: 10%;
}
.pull-1_10 {
right: 10%;
}
.offset-1_10 {
margin-left: 10%;
}
.column-1_11 {
width: 9.0909090909%;
}
.push-1_11 {
left: 9.0909090909%;
}
.pull-1_11 {
right: 9.0909090909%;
}
.offset-1_11 {
margin-left: 9.0909090909%;
}
.column-1_12 {
width: 8.3333333333%;
}
.push-1_12 {
left: 8.3333333333%;
}
.pull-1_12 {
right: 8.3333333333%;
}
.offset-1_12 {
margin-left: 8.3333333333%;
}
.column-2_2 {
width: 100%;
}
.column-2_3 {
width: 66.6666666667%;
}
.push-2_3 {
left: 66.6666666667%;
}
.pull-2_3 {
right: 66.6666666667%;
}
.offset-2_3 {
margin-left: 66.6666666667%;
}
.column-2_4 {
width: 50%;
}
.push-2_4 {
left: 50%;
}
.pull-2_4 {
right: 50%;
}
.offset-2_4 {
margin-left: 50%;
}
.column-2_5 {
width: 40%;
}
.push-2_5 {
left: 40%;
}
.pull-2_5 {
right: 40%;
}
.offset-2_5 {
margin-left: 40%;
}
.column-2_6 {
width: 33.3333333333%;
}
.push-2_6 {
left: 33.3333333333%;
}
.pull-2_6 {
right: 33.3333333333%;
}
.offset-2_6 {
margin-left: 33.3333333333%;
}
.column-2_7 {
width: 28.5714285714%;
}
.push-2_7 {
left: 28.5714285714%;
}
.pull-2_7 {
right: 28.5714285714%;
}
.offset-2_7 {
margin-left: 28.5714285714%;
}
.column-2_8 {
width: 25%;
}
.push-2_8 {
left: 25%;
}
.pull-2_8 {
right: 25%;
}
.offset-2_8 {
margin-left: 25%;
}
.column-2_9 {
width: 22.2222222222%;
}
.push-2_9 {
left: 22.2222222222%;
}
.pull-2_9 {
right: 22.2222222222%;
}
.offset-2_9 {
margin-left: 22.2222222222%;
}
.column-2_10 {
width: 20%;
}
.push-2_10 {
left: 20%;
}
.pull-2_10 {
right: 20%;
}
.offset-2_10 {
margin-left: 20%;
}
.column-2_11 {
width: 18.1818181818%;
}
.push-2_11 {
left: 18.1818181818%;
}
.pull-2_11 {
right: 18.1818181818%;
}
.offset-2_11 {
margin-left: 18.1818181818%;
}
.column-2_12 {
width: 16.6666666667%;
}
.push-2_12 {
left: 16.6666666667%;
}
.pull-2_12 {
right: 16.6666666667%;
}
.offset-2_12 {
margin-left: 16.6666666667%;
}
.column-3_3 {
width: 100%;
}
.column-3_4 {
width: 75%;
}
.push-3_4 {
left: 75%;
}
.pull-3_4 {
right: 75%;
}
.offset-3_4 {
margin-left: 75%;
}
.column-3_5 {
width: 60%;
}
.push-3_5 {
left: 60%;
}
.pull-3_5 {
right: 60%;
}
.offset-3_5 {
margin-left: 60%;
}
.column-3_6 {
width: 50%;
}
.push-3_6 {
left: 50%;
}
.pull-3_6 {
right: 50%;
}
.offset-3_6 {
margin-left: 50%;
}
.column-3_7 {
width: 42.8571428571%;
}
.push-3_7 {
left: 42.8571428571%;
}
.pull-3_7 {
right: 42.8571428571%;
}
.offset-3_7 {
margin-left: 42.8571428571%;
}
.column-3_8 {
width: 37.5%;
}
.push-3_8 {
left: 37.5%;
}
.pull-3_8 {
right: 37.5%;
}
.offset-3_8 {
margin-left: 37.5%;
}
.column-3_9 {
width: 33.3333333333%;
}
.push-3_9 {
left: 33.3333333333%;
}
.pull-3_9 {
right: 33.3333333333%;
}
.offset-3_9 {
margin-left: 33.3333333333%;
}
.column-3_10 {
width: 30%;
}
.push-3_10 {
left: 30%;
}
.pull-3_10 {
right: 30%;
}
.offset-3_10 {
margin-left: 30%;
}
.column-3_11 {
width: 27.2727272727%;
}
.push-3_11 {
left: 27.2727272727%;
}
.pull-3_11 {
right: 27.2727272727%;
}
.offset-3_11 {
margin-left: 27.2727272727%;
}
.column-3_12 {
width: 25%;
}
.push-3_12 {
left: 25%;
}
.pull-3_12 {
right: 25%;
}
.offset-3_12 {
margin-left: 25%;
}
.column-4_4 {
width: 100%;
}
.column-4_5 {
width: 80%;
}
.push-4_5 {
left: 80%;
}
.pull-4_5 {
right: 80%;
}
.offset-4_5 {
margin-left: 80%;
}
.column-4_6 {
width: 66.6666666667%;
}
.push-4_6 {
left: 66.6666666667%;
}
.pull-4_6 {
right: 66.6666666667%;
}
.offset-4_6 {
margin-left: 66.6666666667%;
}
.column-4_7 {
width: 57.1428571429%;
}
.push-4_7 {
left: 57.1428571429%;
}
.pull-4_7 {
right: 57.1428571429%;
}
.offset-4_7 {
margin-left: 57.1428571429%;
}
.column-4_8 {
width: 50%;
}
.push-4_8 {
left: 50%;
}
.pull-4_8 {
right: 50%;
}
.offset-4_8 {
margin-left: 50%;
}
.column-4_9 {
width: 44.4444444444%;
}
.push-4_9 {
left: 44.4444444444%;
}
.pull-4_9 {
right: 44.4444444444%;
}
.offset-4_9 {
margin-left: 44.4444444444%;
}
.column-4_10 {
width: 40%;
}
.push-4_10 {
left: 40%;
}
.pull-4_10 {
right: 40%;
}
.offset-4_10 {
margin-left: 40%;
}
.column-4_11 {
width: 36.3636363636%;
}
.push-4_11 {
left: 36.3636363636%;
}
.pull-4_11 {
right: 36.3636363636%;
}
.offset-4_11 {
margin-left: 36.3636363636%;
}
.column-4_12 {
width: 33.3333333333%;
}
.push-4_12 {
left: 33.3333333333%;
}
.pull-4_12 {
right: 33.3333333333%;
}
.offset-4_12 {
margin-left: 33.3333333333%;
}
.column-5_5 {
width: 100%;
}
.column-5_6 {
width: 83.3333333333%;
}
.push-5_6 {
left: 83.3333333333%;
}
.pull-5_6 {
right: 83.3333333333%;
}
.offset-5_6 {
margin-left: 83.3333333333%;
}
.column-5_7 {
width: 71.4285714286%;
}
.push-5_7 {
left: 71.4285714286%;
}
.pull-5_7 {
right: 71.4285714286%;
}
.offset-5_7 {
margin-left: 71.4285714286%;
}
.column-5_8 {
width: 62.5%;
}
.push-5_8 {
left: 62.5%;
}
.pull-5_8 {
right: 62.5%;
}
.offset-5_8 {
margin-left: 62.5%;
}
.column-5_9 {
width: 55.5555555556%;
}
.push-5_9 {
left: 55.5555555556%;
}
.pull-5_9 {
right: 55.5555555556%;
}
.offset-5_9 {
margin-left: 55.5555555556%;
}
.column-5_10 {
width: 50%;
}
.push-5_10 {
left: 50%;
}
.pull-5_10 {
right: 50%;
}
.offset-5_10 {
margin-left: 50%;
}
.column-5_11 {
width: 45.4545454545%;
}
.push-5_11 {
left: 45.4545454545%;
}
.pull-5_11 {
right: 45.4545454545%;
}
.offset-5_11 {
margin-left: 45.4545454545%;
}
.column-5_12 {
width: 41.6666666667%;
}
.push-5_12 {
left: 41.6666666667%;
}
.pull-5_12 {
right: 41.6666666667%;
}
.offset-5_12 {
margin-left: 41.6666666667%;
}
.column-6_6 {
width: 100%;
}
.column-6_7 {
width: 85.7142857143%;
}
.push-6_7 {
left: 85.7142857143%;
}
.pull-6_7 {
right: 85.7142857143%;
}
.offset-6_7 {
margin-left: 85.7142857143%;
}
.column-6_8 {
width: 75%;
}
.push-6_8 {
left: 75%;
}
.pull-6_8 {
right: 75%;
}
.offset-6_8 {
margin-left: 75%;
}
.column-6_9 {
width: 66.6666666667%;
}
.push-6_9 {
left: 66.6666666667%;
}
.pull-6_9 {
right: 66.6666666667%;
}
.offset-6_9 {
margin-left: 66.6666666667%;
}
.column-6_10 {
width: 60%;
}
.push-6_10 {
left: 60%;
}
.pull-6_10 {
right: 60%;
}
.offset-6_10 {
margin-left: 60%;
}
.column-6_11 {
width: 54.5454545455%;
}
.push-6_11 {
left: 54.5454545455%;
}
.pull-6_11 {
right: 54.5454545455%;
}
.offset-6_11 {
margin-left: 54.5454545455%;
}
.column-6_12 {
width: 50%;
}
.push-6_12 {
left: 50%;
}
.pull-6_12 {
right: 50%;
}
.offset-6_12 {
margin-left: 50%;
}
.column-7_7 {
width: 100%;
}
.column-7_8 {
width: 87.5%;
}
.push-7_8 {
left: 87.5%;
}
.pull-7_8 {
right: 87.5%;
}
.offset-7_8 {
margin-left: 87.5%;
}
.column-7_9 {
width: 77.7777777778%;
}
.push-7_9 {
left: 77.7777777778%;
}
.pull-7_9 {
right: 77.7777777778%;
}
.offset-7_9 {
margin-left: 77.7777777778%;
}
.column-7_10 {
width: 70%;
}
.push-7_10 {
left: 70%;
}
.pull-7_10 {
right: 70%;
}
.offset-7_10 {
margin-left: 70%;
}
.column-7_11 {
width: 63.6363636364%;
}
.push-7_11 {
left: 63.6363636364%;
}
.pull-7_11 {
right: 63.6363636364%;
}
.offset-7_11 {
margin-left: 63.6363636364%;
}
.column-7_12 {
width: 58.3333333333%;
}
.push-7_12 {
left: 58.3333333333%;
}
.pull-7_12 {
right: 58.3333333333%;
}
.offset-7_12 {
margin-left: 58.3333333333%;
}
.column-8_8 {
width: 100%;
}
.column-8_9 {
width: 88.8888888889%;
}
.push-8_9 {
left: 88.8888888889%;
}
.pull-8_9 {
right: 88.8888888889%;
}
.offset-8_9 {
margin-left: 88.8888888889%;
}
.column-8_10 {
width: 80%;
}
.push-8_10 {
left: 80%;
}
.pull-8_10 {
right: 80%;
}
.offset-8_10 {
margin-left: 80%;
}
.column-8_11 {
width: 72.7272727273%;
}
.push-8_11 {
left: 72.7272727273%;
}
.pull-8_11 {
right: 72.7272727273%;
}
.offset-8_11 {
margin-left: 72.7272727273%;
}
.column-8_12 {
width: 66.6666666667%;
}
.push-8_12 {
left: 66.6666666667%;
}
.pull-8_12 {
right: 66.6666666667%;
}
.offset-8_12 {
margin-left: 66.6666666667%;
}
.column-9_9 {
width: 100%;
}
.column-9_10 {
width: 90%;
}
.push-9_10 {
left: 90%;
}
.pull-9_10 {
right: 90%;
}
.offset-9_10 {
margin-left: 90%;
}
.column-9_11 {
width: 81.8181818182%;
}
.push-9_11 {
left: 81.8181818182%;
}
.pull-9_11 {
right: 81.8181818182%;
}
.offset-9_11 {
margin-left: 81.8181818182%;
}
.column-9_12 {
width: 75%;
}
.push-9_12 {
left: 75%;
}
.pull-9_12 {
right: 75%;
}
.offset-9_12 {
margin-left: 75%;
}
.column-10_10 {
width: 100%;
}
.column-10_11 {
width: 90.9090909091%;
}
.push-10_11 {
left: 90.9090909091%;
}
.pull-10_11 {
right: 90.9090909091%;
}
.offset-10_11 {
margin-left: 90.9090909091%;
}
.column-10_12 {
width: 83.3333333333%;
}
.push-10_12 {
left: 83.3333333333%;
}
.pull-10_12 {
right: 83.3333333333%;
}
.offset-10_12 {
margin-left: 83.3333333333%;
}
.column-11_11 {
width: 100%;
}
.column-11_12 {
width: 91.6666666667%;
}
.push-11_12 {
left: 91.6666666667%;
}
.pull-11_12 {
right: 91.6666666667%;
}
.offset-11_12 {
margin-left: 91.6666666667%;
}
.column-12_12 {
width: 100%;
} .clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.vertical-centered {
overflow: hidden;
}
.vertical-centered:before {
content: " ";
width: 0;
height: 100%;
margin-left: -0.3em;
}
.vertical-centered:before,
.vertical-centered > * {
display: inline-block;
vertical-align: middle;
}
.great_lotus_loading {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/images/preloader.gif);
background-position: center;
background-repeat: no-repeat;
} .page_wrap {
min-height: 100vh;
overflow: hidden;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
.body_style_boxed {
background-color: #f0f0f0;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.body_style_boxed .sc_layouts_row_fixed_on,
.body_style_boxed .page_wrap {
width: 96.6%;
margin: auto !important;
}
.content_wrap,
.content_container {
width: 1170px;
margin: 0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width: 100%;
}
.content_wrap:after,
.content_container:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.body_style_fullwide .content_wrap {
max-width: 1920px;
margin: 0 auto;
width: 100% !important;
padding-left: 130px;
padding-right: 130px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content,
.sidebar,
.sidebar_inner {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_content_wrap .content_wrap {
position: relative;
} body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content,
body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
width: 770px;
}
[class*=content_wrap] > .sidebar {
width: 370px;
}
.sidebar_hide [class*=content_wrap] > .content {
margin-left: auto;
margin-right: auto;
}
.sidebar_right [class*=content_wrap] > .content {
float: left;
}
.sidebar_right [class*=content_wrap] > .sidebar {
float: right;
}
.sidebar_left [class*=content_wrap] > .content {
float: right;
}
.sidebar_left [class*=content_wrap] > .sidebar {
float: left;
} .body_style_fullwide [class*=content_wrap] > .content,
.body_style_fullscreen [class*=content_wrap] > .content {
width: 100%;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
padding-right: 400px;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
margin-left: -370px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
padding-left: 400px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
margin-right: -370px;
}
.body_style_fullscreen .page_content_wrap {
overflow: hidden;
padding: 0;
position: relative; } .body_style_fullscreen [class*=content_wrap] > .content > article.page {
padding: 0;
}   .top_panel {
position: relative;
z-index: 8000; padding: 0.1px 0;
margin-bottom: 10.3rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top_panel .row > [class*=column-],
.top_panel .columns_wrap > [class*=column-] {
vertical-align: middle;
}
.remove_margins .top_panel {
margin-bottom: 0 !important;
}
.top_panel.with_bg_image:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
} #background_video {
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
position: absolute;
z-index: -1 !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
div#background_video {
position: absolute !important;
}
div#background_video:after {
content: " ";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}
div#background_video iframe,
div#background_video video {
position: absolute;
z-index: 1;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%) !important;
transform: translate(-50%, 50%) !important;
max-width: none;
}
#tubular-container {
display: none;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .page_wrap {
position: relative;
}
.header_position_over .top_panel {
position: absolute;
z-index: 8000;
top: 0;
left: 0;
width: 100%;
background: none !important;
}
.header_position_over .top_panel .sc_layouts_row[class*=scheme_]:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
}
.header_position_under .top_panel {
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_position_under .top_panel_mask {
display: none;
background-color: #000;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.header_position_under .page_content_wrap {
position: relative;
z-index: 3;
}
.header_position_under .footer_wrap {
position: relative;
z-index: 2;
}  .top_panel_default .sc_layouts_row_fixed_on {
-webkit-transition: padding 0.3s ease;
transition: padding 0.3s ease;
}
.top_panel_default .sc_layouts_row .custom-logo-link img,
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
-webkit-transition: max-height 0.3s ease;
transition: max-height 0.3s ease;
} .top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
content: "\e8ba";
font-family: "fontello";
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
display: none;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
width: 2.2em;
} body.menu_style_side {
width: auto;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
body.menu_style_left {
margin-left: 6rem;
}
body.menu_style_right {
margin-right: 6rem;
}
.menu_style_side .body_wrap {
position: relative;
overflow: hidden;
max-width: 100%;
}
.menu_style_side .menu_side_wrap {
position: fixed;
z-index: 20000;
top: 0;
right: auto;
bottom: 0;
left: 0;
width: 6rem;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap {
left: auto;
right: 0;
}
.admin-bar .menu_side_wrap {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu_side_wrap {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .menu_side_wrap {
top: 0;
}
}
.menu_side_wrap .menu_side_inner {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_style_side .menu_side_wrap .sc_layouts_logo {
display: block;
padding: 25% 10%;
text-align: center;
border-bottom: 1px solid #ddd;
position: relative;
z-index: 1;
}
.menu_style_side .menu_side_wrap .logo_text {
font-size: 1em;
letter-spacing: 0;
text-align: center;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.menu_style_side .menu_side_wrap .logo_slogan {
display: none;
}
.menu_side_wrap .menu_mobile_button {
display: block;
position: relative;
left: 0;
right: auto;
top: 0;
}
.menu_side_wrap .menu_side_button {
display: none;
font-size: 16px;
margin-top: -1.5em;
overflow: hidden;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
left: -1.5em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap .menu_side_button {
text-align: left;
padding-left: 10px;
border-radius: 50% 0 0 50%;
}
.menu_style_left .menu_side_wrap .menu_side_button {
left: auto;
right: -1.5em;
text-align: right;
padding-right: 10px;
border-radius: 0 50% 50% 0;
}
.menu_style_right .menu_side_wrap .menu_side_button:before {
content: "\e92a";
}
.menu_style_right .menu_side_wrap.opened .menu_side_button:before {
content: "\e92b";
}
.menu_style_left .menu_side_wrap .menu_side_button:before {
content: "\e92b";
}
.menu_style_left .menu_side_wrap.opened .menu_side_button:before {
content: "\e92a";
}
#toc_menu {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
margin: -50% 0 0 -50%;
}
.toc_menu_item {
position: relative;
z-index: 1;
}
.toc_menu_item .toc_menu_icon {
display: block;
position: relative;
color: #888;
height: 1.5em;
line-height: 1.5em;
text-align: center;
}
.toc_menu_item .toc_menu_icon:before {
display: inline-block;
line-height: inherit;
color: inherit;
}
.toc_menu_item .toc_menu_icon_default:before {
content: " ";
margin-top: 0.75em;
width: 0.5em;
height: 1px;
background-color: #888;
}
.toc_menu_item:hover .toc_menu_icon,
.toc_menu_item_active .toc_menu_icon {
color: #292929;
}
.toc_menu_item:hover .toc_menu_icon_default:before,
.toc_menu_item_active .toc_menu_icon_default:before {
background-color: #292929;
}
.toc_menu_item_active .toc_menu_icon_default:before {
width: 1.5em;
}
.toc_menu_item .toc_menu_description {
position: absolute;
top: 0;
right: -20em;
opacity: 0;
white-space: nowrap;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.toc_menu_item:hover .toc_menu_description {
right: 100%;
margin-right: 1.5em;
opacity: 1;
}
.menu_side_inner #toc_menu {
display: block;
position: relative;
z-index: 0;
-webkit-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.menu_side_icons #toc_menu {
left: 0;
top: 0;
margin: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description {
height: 6rem;
font-size: 1.0667em;
line-height: 6rem;
font-weight: bold;
text-transform: uppercase;
top: 0;
}
.menu_side_icons .toc_menu_item:hover .toc_menu_description {
margin-right: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description span {
display: inline-block;
vertical-align: middle;
padding: 0 3em;
letter-spacing: 1px;
}
.menu_side_icons .toc_menu_item .toc_menu_icon {
width: 100%;
height: 6rem;
line-height: 6rem;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
border-bottom: 1px solid #ddd;
}
.menu_side_icons .toc_menu_item .toc_menu_icon:before {
font-size: 2rem;
line-height: inherit;
font-weight: normal;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
text-align: center;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
content: " ";
width: 5px;
height: 5px;
line-height: inherit;
border-radius: 50%;
}
.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
width: 9px;
height: 9px;
line-height: 9px;
text-align: center;
}
.menu_style_left .toc_menu_item .toc_menu_description {
left: -20em;
right: auto;
}
.menu_style_left .toc_menu_item:hover .toc_menu_description {
left: 100%;
right: auto;
} .top_panel_mobile_info p {
margin: 0;
} body.mobile_layout.menu_style_left {
margin-left: 0;
}
body.mobile_layout.menu_style_right {
margin-right: 0;
}
body.mobile_layout.menu_style_right .menu_side_wrap {
right: -6rem;
}
body.mobile_layout.menu_style_left .menu_side_wrap {
left: -6rem;
}
body.mobile_layout.menu_style_right .menu_side_wrap.opened {
right: 0;
}
body.mobile_layout.menu_style_left .menu_side_wrap.opened {
left: 0;
}
body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button {
display: block;
}
body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover {
right: -2em;
}
body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover {
left: -2em;
}
.menu_mobile_close {
display: block;
cursor: pointer;
width: 5em;
height: 5em;
line-height: 5em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
content: " ";
position: absolute;
z-index: 2;
top: 50%;
left: 38%;
width: 25%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: -1px;
border-top: 2px solid #fff;
}
.menu_mobile_close:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_mobile_close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu_mobile_overlay {
display: none !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 100000;
}
.menu_mobile {
position: fixed;
z-index: 100002;
top: 0;
left: 0;
width: 100%;
height: 0;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.menu_mobile.opened {
height: 100%;
}
.menu_mobile_inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
}
.menu_mobile a {
display: block;
}
.menu_mobile .sc_layouts_logo {
text-align: center;
margin: 4.4rem 0 0;
font-size: 1em !important; }
.menu_mobile .menu_mobile_nav_area {
position: absolute;
z-index: 1;
top: 48%;
left: 0;
width: 100%;
height: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 49%;
padding-right: 20px; overflow-y: scroll;
}
.menu_mobile .menu_mobile_nav_area ul {
margin: 0 auto;
padding: 0;
list-style: none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
margin: 0;
display: none;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom: 0;
width: auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
font-size: 1.25em;
line-height: 1.5em;
padding: 1px 2.5em 1px 0;
position: relative;
font-weight: 500;
display: inline-block;
width: 28rem;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
font-size: 2em;
line-height: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
padding-left: 1em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter {
margin-top: 0 !important;
padding-top: 0 !important;
text-align: center;
overflow: hidden;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
overflow: hidden;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-right: 0.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a > span {
display: block;
border-top: 1px solid #f0f0f0;
width: 100%;
height: 0;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
padding: 0.25em;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
background-color: transparent;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
background-color: rgba(255, 255, 255, 0.2);
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
font-family: "fontello";
content: "\e828";
}
.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
content: "\e835";
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
display: block;
width: 26rem;
text-align: left;
padding: 1em;
margin: 0 auto;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
width: 100% !important;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) {
width: 100%;
float: none;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) + .wpb_column:not([class*=vc_col-xs-]) {
margin-top: 2em;
}
.menu_mobile .search_mobile {
position: absolute;
z-index: 1;
bottom: 8rem;
left: 50%;
width: 28rem;
margin-left: -14rem;
}
.menu_mobile .search_mobile form {
position: relative;
}
.menu_mobile .search_mobile .search_field {
width: 100%;
padding: 1.5em 3em 1.5em 1.5em !important;
}
.menu_mobile .search_mobile .search_submit {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: auto;
left: auto;
font-size: 0.8667em;
padding: 0.55em 1.8em;
background-color: transparent;
}
.menu_mobile .socials_mobile {
position: absolute;
z-index: 1;
bottom: 4rem;
left: 0;
text-align: center;
display: block;
width: 100%;
}
.menu_mobile .social_item {
display: inline-block;
margin: 1em 1em 0 0;
}
.menu_mobile .social_item .social_icon {
display: block;
font-size: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
} .menu_mobile_narrow {
margin-top: 0;
margin-left: -320px;
width: 320px;
height: 100%;
-webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
.menu_mobile_narrow.opened {
margin-left: 0;
}
.menu_style_right .menu_mobile_narrow {
margin-right: -320px;
margin-left: 0;
left: auto;
right: 0;
}
.menu_style_right .menu_mobile_narrow.opened {
margin-right: 0;
}
.menu_mobile_narrow .menu_mobile_nav_area li > a {
font-size: 1em;
line-height: 1.5em;
text-transform: none;
letter-spacing: 0px;
width: 18rem;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a {
font-size: 1.25em;
line-height: 1.5em;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
font-size: 1em;
line-height: inherit;
}
.menu_mobile_narrow .menu_mobile_nav_area li li .open_child_menu {
padding: 0.4em;
}
.menu_mobile_narrow .search_mobile {
width: 18rem;
margin-left: -9rem;
} .mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
position: relative;
top: auto;
max-height: none;
margin: 4em 0 0;
-webkit-transform: none;
transform: none;
}
.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
position: relative;
bottom: auto;
left: 0;
margin: 3em auto 0;
}
.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
position: relative;
bottom: auto;
margin: 1em 0;
} .header_widgets_wrap {
position: relative;
z-index: 2;
}
.header_widgets_wrap.header_fullwidth {
overflow: hidden;
}
.header_widgets_wrap.header_fullwidth .widget {
margin-bottom: 0;
}  .slider_wrap .rev_slider_wrapper,
#rev_slider_1_1_wrapper {
z-index: 0;
}  .blog_archive {
padding-bottom: 4em;
}
.post_item p {
margin-bottom: 0;
}
.post_item > .post_title {
margin-top: 0;
}
.post_item .more-link,
.gallery_preview_show .post_readmore {
margin-top: 2.1em;
padding: 0.4em 2.1em 0.3em;
} div.esg-filter-wrapper,
.mptt-navigation-tabs,
div.great_lotus_tabs .great_lotus_tabs_titles {
list-style-type: none;
padding: 0;
text-align: center;
letter-spacing: 0;
margin: 0 0 3.2em;
}
div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.great_lotus_tabs .great_lotus_tabs_titles li {
display: inline-block;
margin: 0 0 3px;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
text-transform: none;
padding: 0;
border: none;
border-radius: 0;
}
div.esg-filter-wrapper .esg-filterbutton:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.great_lotus_tabs .great_lotus_tabs_titles li + li {
margin-left: 3px;
}
div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.great_lotus_tabs .great_lotus_tabs_titles li a,
div.great_lotus_tabs .great_lotus_tabs_titles li a.ui-tabs-anchor {
display: block;
float: none;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
padding: 0.61em 2.6em;
letter-spacing: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
border-radius: 5px;
}
.minimal-light .esg-pagination {
margin-top: 3em;
}
div.great_lotus_tabs .great_lotus_tabs_content {
padding: 0;
}
div.great_lotus_tabs .great_lotus_tab_content_remove {
opacity: 0;
}
div.great_lotus_tabs .nav-links {
margin-top: 1em;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 1.8em;
border-radius: 5px;
}
.post_featured .mask {
border-radius: 5px;
overflow: hidden;
}
.post_featured_bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post_featured_bg:before {
content: " ";
width: 0;
height: 0;
padding-top: 56.25%;
display: inline-block;
margin-left: -0.3em;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
} .post_meta .post_meta_item,
.post_meta .vc_inline-link {
margin-left: 0;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
content: "/";
display: inline;
font-family: inherit;
font-size: inherit;
font-weight: 400;
font-style: normal;
vertical-align: baseline;
margin: 0 0.5em;
}
.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
display: none;
}
.post_meta a.post_meta_item:before,
.post_meta .vc_inline-link:before,
.post_meta a.post_meta_item > .post_counters_number {
margin-right: 0.2em;
}
.post_meta .vc_inline-link:before {
content: "\e8bb";
font-family: "fontello";
} .post_share .social_items {
font-size: 1em;
}
.socials_share.socials_type_drop .social_items {
padding: 0.8em 1em;
}
.post_share .social_items .social_item .social_icon i {
font-style: normal;
text-transform: capitalize;
}
.post_meta .socials_share {
display: inline;
vertical-align: baseline;
}
.post_meta_item .socials_share .social_items {
bottom: auto;
top: 2.5em;
}
.post_meta_item .socials_share .social_items:before {
bottom: auto;
top: -5px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} .post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
} .wp-playlist .wp-playlist-current-item img {
background-color: #fff;
} .format-audio .post_featured {
position: relative;
max-height: 16em;
}
.single .format-audio .post_featured {
max-height: none;
}
.format-audio .post_featured img {
position: relative;
}
.format-audio .post_featured.with_thumb .mask {
background-color: rgba(0, 0, 0, 0.6);
}
.format-audio .post_featured .mask {
opacity: 1;
}
.format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.format-audio .post_featured .post_audio.with_iframe .post_audio_title {
display: none;
}
.format-audio .post_featured .post_audio_author,
.trx_addons_audio_player .audio_author {
font-size: 1em;
font-weight: 400;
font-style: normal;
}
.trx_addons_audio_player .audio_author {
margin-left: 0;
margin-right: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption {
font-size: 1.33em;
line-height: 1em;
font-weight: 500;
letter-spacing: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title {
margin-top: 0.4em;
margin-bottom: 1.05em;
}
.format-audio .post_featured.with_thumb .post_audio_author,
.trx_addons_audio_player.with_cover .audio_author,
.format-audio .post_featured.with_thumb .post_audio_title,
.trx_addons_audio_player.with_cover .audio_caption {
color: #ffffff;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin: 0 0 1.1em;
}
.trx_addons_audio_player .audio_author,
.trx_addons_audio_player .audio_caption {
margin: 0 0 0.75em;
}
.format-audio .post_featured.with_thumb .post_audio {
position: absolute;
z-index: 1000;
top: auto;
right: 6%;
bottom: 2em;
left: 6%;
text-align: left;
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 1.35em 1.9em;
border: 1px solid #ddd;
} .trx_addons_audio_player .mejs-controls {
padding: 0;
}
.trx_addons_audio_player {
padding: 1.6em 2em;
}
.format-audio .post_featured.without_thumb .post_audio,
.trx_addons_audio_player.without_cover {
border: 0;
border-radius: 5px;
}
.mejs-controls .mejs-button > button {
background: none !important;
text-align: center;
font-size: 1.5em;
line-height: 20px;
border-radius: 50%;
}
.mejs-controls .mejs-button > button {
width: 30px;
height: 30px;
margin: 5px 6px;
font-size: 20px;
font-weight: 400;
margin-left: 0;
margin-right: 0;
text-align: left;
border-radius: 0;
line-height: 1.5;
}
.mejs-controls .mejs-time {
font-size: 16px;
font-weight: 700;
line-height: 1.59;
width: 4.1em;
text-align: center;
padding-top: 7px;
}
.mejs-controls .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-buffering,
.mejs-controls .mejs-time-current,
.mejs-controls .mejs-time-float-corner,
.mejs-controls .mejs-time-total,
.mejs-controls .mejs-time-float-current,
.mejs-controls .mejs-time-hovered,
.mejs-controls .mejs-time-loaded,
.mejs-controls .mejs-time-marker {
border-radius: 3px !important;
height: 4px;
top: 0;
}
.mejs-controls .mejs-time-rail,
.mejs-controls .mejs-horizontal-volume-total {
border-radius: 8px !important;
height: 16px;
}
.mejs-controls .mejs-time-float {
height: 15px;
border: 0;
}
.mejs-controls .mejs-time-rail {
margin: 0;
padding-top: 0;
}
.mejs-button.mejs-playpause-button {
width: 25px;
}
.mejs-controls .mejs-time-handle {
display: none !important;
}
.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
content: "\e8e1";
font-size: 30px;
line-height: 1;
font-family: "fontello";
}
.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
content: "\e8e3";
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-mute > button:before {
content: "\e903";
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
content: "\e904";
font-family: "fontello";
}
.post_format_gallery .slider_pagination_wrap {
display: none;
}
.post_item_single.post_format_audio .mejs-container {
margin-bottom: 1em;
}
.post_item_single.post_format_audio .mejs-container .mejs-controls {
background: transparent;
}
.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured > div > .mejs-container,
.post_featured > div > .mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
background: none;
padding: 0;
}
.post_featured > div > .mejs-container .mejs-controls {
padding: 0 10px;
}
.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
display: none;
} .format-video .post_featured.without_thumb {
display: block;
}
.format-video .post_featured.with_thumb {
position: relative;
}
.format-video .post_featured.with_thumb .post_video {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
opacity: 0;
overflow: hidden;
}
.format-video .post_featured.with_thumb .post_video:before {
content: " ";
display: inline-block;
padding-top: 55%;
width: 0;
height: 0;
}
.format-video .post_featured.with_thumb img {
position: relative;
z-index: 2;
}
.format-video .post_featured.with_thumb .mask {
z-index: 3;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
}
.format-video .post_featured.with_thumb:hover .mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
width: 2.22em;
height: 1.92em;
line-height: 1.9em;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: none;
transform: none;
margin: -0.96em 0 0 -1.11em;
font-size: 1.5em;
opacity: 1;
cursor: pointer;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.5);
border: none;
text-align: center;
}
.trx_addons_video_player.with_cover:hover .video_hover,
.format-video .post_featured.with_thumb:hover .post_video_hover,
.mobile_layout .trx_addons_video_player.with_cover .video_hover,
.mobile_layout .format-video .post_featured.with_thumb .post_video_hover {
opacity: 1;
margin-top: -0.96em;
}
.trx_addons_video_player.with_cover .video_hover,
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
font-size: 1.5em;
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
font-size: 1.5em;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
font-size: 1.5em;
}
.trx_addons_video_player.with_cover .video_hover:before,
.format-video .post_featured.with_thumb .post_video_hover:before {
content: "\e8e1";
font-family: "fontello";
margin-left: 3px;
}
.format-video .post_featured.post_video_play .post_video {
opacity: 1;
z-index: 10;
}
.format-video .post_featured.post_video_play .mask {
opacity: 1;
background-color: #000;
}
.format-video .post_featured.post_video_play .post_video_hover {
display: none;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align: center;
}
.format-aside .post_content_inner,
.post_item_single.format-aside .post_content > p,
.format-link .post_content_inner,
.post_item_single.format-link .post_content > p,
.format-status .post_content_inner,
.post_item_single.format-status .post_content > p {
font-size: 1.6667rem;
line-height: 1.4em;
}
.format-aside .post_content_inner {
padding: 1em 1.3158em;
}
.format-quote .post_content p,
.format-aside .post_content p,
.format-link .post_content p,
.format-status .post_content p {
margin-bottom: 0;
}
.format-aside .post_content p + p,
.format-link .post_content p + p,
.format-status .post_content p + p {
margin-top: 1em;
}
.format-aside .post_content_inner:after {
display: none;
}
.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
margin-top: 1.6em;
} .format-chat p {
margin-bottom: 0;
}
.format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
display: inline-block;
margin-top: 1.7em;
}
.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
margin-top: 0;
}  .post_layout_excerpt {
position: relative;
margin-bottom: 0;
border-radius: 5px;
}
.post_layout_excerpt + .post_layout_excerpt {
margin-top: 4.5rem;
}
.post_layout_excerpt + .post_layout_excerpt {
padding-top: 4.5rem;
}
.post_layout_excerpt + .post_layout_excerpt:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.post_layout_excerpt.sticky {
padding: 0;
}
.blog_style_excerpt .post_item.post_layout_excerpt {
text-align: center;
}
.post_layout_excerpt .post_featured {
display: inline-block;
margin-bottom: 0;
max-width: 100%;
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
display: block;
margin-bottom: 0.45em;
}
.post_layout_excerpt .post_header {
margin: 0;
position: relative;
}
.post_layout_excerpt .post_header .post_price {
width: auto;
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 2.5em;
line-height: 1.5em;
}
.post_layout_excerpt .post_title {
margin: 0;
}
.post_layout_excerpt .post_meta {
margin-top: -1.05em;
margin-bottom: -0.3em;
}
.post_layout_excerpt .post_content {
margin-top: 1.75rem;
font-size: 0.889em;
font-weight: 400;
line-height: 1.45;
} .posts_container.columns_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.posts_container.columns_wrap .post_layout_classic {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_classic {
position: relative;
}
.post_layout_classic .post_featured img {
width: 100%;
}
.post_layout_classic .post_header {
padding-top: 0.1px;
}
.post_layout_classic .post_title {
font-size: 1.5em;
line-height: 1.3em;
margin: 0;
}
.post_layout_classic .post_title + .post_meta {
margin-top: 0.5em;
}
.post_layout_classic blockquote {
margin-left: 0;
margin-right: 0;
}
.post_layout_classic .post_header + .post_content {
padding-top: 1em;
}
.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
margin-top: 1em;
} body[class*=blog_style_classic] .post_layout_excerpt,
body[class*=blog_style_masonry] .post_layout_excerpt {
margin-bottom: 3em;
} .chess_wrap {
overflow: hidden;
}
.post_layout_chess {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.post_layout_chess.sticky {
padding: 0;
border-width: 0;
}
.post_layout_chess .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.post_layout_chess .post_featured {
margin-bottom: 0;
width: 50%;
float: right;
max-height: none !important;
}
.post_layout_chess .post_featured_bg:before {
padding-top: 100%;
}
.post_layout_chess .post_inner {
width: 50%;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_layout_chess blockquote {
margin: 0;
}
.post_layout_chess_1 .post_inner_content {
padding: 0 14%;
}
.post_layout_chess_2 .post_inner_content {
padding: 0 12%;
}
.post_layout_chess_3 .post_inner_content {
padding: 0 10%;
}
.post_layout_chess .post_header {
padding-top: 0.1px;
}
.post_layout_chess .post_title {
margin: 0;
}
.post_layout_chess .post_meta {
margin-top: 1em;
margin-bottom: 0 !important;
}
.post_layout_chess .post_header + .post_content {
margin-top: 1em;
}
.post_layout_chess .post_content_inner {
overflow: hidden;
position: relative;
padding-bottom: 1em;
}
.post_layout_chess:not(.post_format_aside) .post_content_inner {
padding-top: 0;
}
.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
margin-top: 1rem;
}
.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
margin-top: 3rem;
}
.post_layout_chess_1 .post_header + .post_content {
margin-top: 3.8rem;
}
.post_layout_chess.post_layout_chess_1 .more-link {
margin-top: 3rem;
}
.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
display: none;
}
.post_layout_chess_2 .post_title {
font-size: 1.6rem;
}
.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
font-size: 16px;
line-height: 1.5em;
max-height: 15.4em;
}
.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
font-size: 14px;
line-height: 18px;
margin-top: 8px;
}
.post_layout_chess_2.post_format_aside .post_meta {
margin-top: 1.3333rem;
}
.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
letter-spacing: 0;
}
.post_layout_chess_2.format-chat p > em,
.post_layout_chess_2.format-chat p > b,
.post_layout_chess_2.format-chat p > strong {
margin-top: 0.8em;
}
.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
margin-top: 0.55rem;
}
.post_layout_chess_3 .post_title {
font-size: 1.3333rem;
line-height: 1.2em;
}
.post_layout_chess_3 .post_content_inner {
font-size: 0.8667rem;
line-height: 1.3486em;
max-height: 6.2rem;
}
.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
display: none;
}
.post_layout_chess_1:nth-child(2n+2) .post_featured {
float: left;
}
.post_layout_chess_1:nth-child(2n+2) .post_inner {
left: auto;
right: 0;
}
.post_layout_chess_2 {
width: 50%;
float: left;
}
.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {
float: left;
}
.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {
left: auto;
right: 0;
}
.post_layout_chess_3 {
width: 33.3333%;
float: left;
}
.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {
float: left;
}
.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {
left: auto;
right: 0;
} .post_layout_portfolio .post_title {
margin: 1em 0 0.4em;
}
.post_layout_portfolio .post_featured {
margin-bottom: 0;
}
.post_layout_portfolio .post_featured img {
width: 100%;
} .masonry_wrap,
.portfolio_wrap {
position: relative;
margin-right: -30px;
}
.masonry_wrap .masonry_item,
.post_layout_portfolio {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 30px 30px 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.masonry_wrap .masonry_item-1_3,
.portfolio_wrap.portfolio_3 .post_layout_portfolio {
width: 33.3333%;
}
.masonry_wrap .masonry_item-1_4,
.portfolio_wrap.portfolio_4 .post_layout_portfolio {
width: 25%;
}
.masonry_wrap .masonry_item {
padding-bottom: 0;
}
.masonry_wrap .post_layout_masonry {
margin-bottom: 3em;
}
.post_layout_portfolio .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} .post_layout_gallery * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_gallery .post_details {
display: none;
}
.gallery_item_current {
opacity: 0 !important;
}
.gallery_preview {
position: fixed;
z-index: 200000;
top: 0;
left: 0;
width: 50%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
pointer-events: none;
}
.gallery_preview:before {
content: " ";
opacity: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
}
.gallery_preview_show {
pointer-events: auto;
}
.gallery_preview_show:before {
opacity: 1;
}
.gallery_preview_image_clone {
position: fixed;
z-index: 110;
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_image_original {
position: relative;
z-index: 120;
display: block;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_show .gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
transition: opacity 0.2s, -webkit-transform 0.6s;
transition: transform 0.6s, opacity 0.2s;
transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}
.gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
transition: opacity 0.2s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
.gallery_preview_description {
position: absolute;
z-index: 140;
top: 0;
left: 100%;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-webkit-transition: -webkit-transform 1s, opacity 1s;
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, -webkit-transform 1s;
transition: transform 1s, opacity 1s;
transition: transform 1s, opacity 1s, -webkit-transform 1s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-webkit-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
padding: 0 3em;
opacity: 0;
}
.gallery_preview_show .gallery_preview_description {
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gallery_preview_show .post_title {
margin: 0 0 0.5em;
}
.gallery_preview_show .post_meta {
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 2em;
}
.gallery_preview_show .post_description_content {
max-width: 100%;
font-size: 1.1429em;
line-height: 2em;
}
.gallery_preview_close {
font-size: 2em;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: top;
border: none;
background: none;
padding: 1em;
opacity: 0;
position: fixed;
z-index: 150;
top: 0;
right: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-webkit-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
}
.gallery_preview_image_loaded .gallery_preview_close {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}  .nav-links-more {
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
margin-top: 2em;
}
[class*=blog_style_classic] .nav-links-more,
[class*=blog_style_masonry] .nav-links-more {
margin-top: 0;
}
.nav-links-more.nav-links-infinite {
display: none;
}
.nav-links-more a {
display: inline-block;
padding-top: 2em;
position: relative;
}
.nav-links-more a:before {
content: "\e929";
font-family: "fontello";
font-size: 1.6em;
font-weight: normal;
display: block;
text-align: center;
margin-left: -0.5em;
position: absolute;
z-index: 1;
top: 0;
left: 50%;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.nav-links-more a:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}
.nav-links-more.loading a:before {
content: "\e810";
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.nav-links-infinite a span {
opacity: 0;
}
.nav-links-infinite.loading {
display: block;
} .nav-links-old {
overflow: hidden;
font-size: 0.9333em;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 3em;
}
body[class*=blog_style_portfolio] .nav-links-old,
body[class*=blog_style_classic] .nav-links-old {
margin-top: 1.3em;
}
.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
font-family: "fontello";
font-weight: normal;
display: inline;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.nav-links-old .nav-prev {
float: left;
position: relative;
padding-left: 2em;
}
.nav-links-old .nav-prev a:before {
content: "\e939";
}
.nav-links-old .nav-next {
float: right;
position: relative;
padding-right: 2em;
}
.nav-links-old .nav-next a:after {
content: "\e93a";
left: auto;
right: 0;
}
.nav-links-old a {
border-bottom: 1px dotted transparent;
} div.esg-filters,
.woocommerce nav.woocommerce-pagination ul,
.comments_pagination,
.nav-links,
.page_links {
font-size: 1em;
text-transform: uppercase;
margin-top: 3.55em;
text-align: center;
border: none;
list-style-type: none;
clear: both;
}
.page_links .page_links_title {
display: inline-block;
vertical-align: top;
margin: 0.85em 0.3em 0 0;
}
.esg-filters div.esg-navigationbutton,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
display: inline-block;
vertical-align: top;
font-weight: 500;
margin: 0.6667em 0.35em 0 0;
padding: 0;
border: none;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
border-radius: 5px;
font-size: 16px;
line-height: 40px;
}
.esg-filters .esg-navigationbutton i[class*=eg-icon-] {
color: inherit;
}
.esg-filters .esg-navigationbutton i.eg-icon-left-open:before {
content: "\e939";
font-family: "fontello";
}
.esg-filters .esg-navigationbutton i.eg-icon-right-open:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
display: inline-block;
margin: 0 0.6667em 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
margin-right: 0;
}
.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next {
width: auto;
padding: 0 2em;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
text-indent: -100px;
overflow: hidden;
position: relative;
}
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
font-family: "fontello";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
text-align: center;
text-indent: 0;
}
.nav-links .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
content: "\e837";
}
.nav-links .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
content: "\e836";
} .nav-links-single .nav-links {
font-size: 0.8667em;
text-align: left;
margin-top: 6em;
padding-top: 6em;
border-top: 1px solid #ddd;
overflow: hidden;
text-transform: none;
}
.nav-links-single .nav-links a {
display: block;
position: relative;
min-height: 5em;
z-index: 1;
}
.nav-links-single .nav-links a .nav-arrow {
width: 5em;
height: 4.6em;
line-height: 4.6em;
overflow: hidden;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.nav-links-single .nav-links a .nav-arrow:before {
content: " ";
display: block;
background-color: #fff;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:before {
opacity: 0.5;
}
.nav-links-single .nav-links a .nav-arrow:after {
content: "\e939";
font-family: "fontello";
display: inline-block;
position: relative;
z-index: 2;
top: 3em;
opacity: 0;
color: #292929;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:after {
top: 0;
opacity: 1;
}
.nav-links-single .nav-links .nav-next a .nav-arrow {
right: 0;
left: auto;
}
.nav-links-single .nav-links .nav-next a .nav-arrow:after {
content: "\e93a";
}
.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.nav-links-single .nav-links .nav-previous {
float: left;
text-align: left;
padding-right: 15px;
}
.nav-links-single .nav-links .nav-previous a {
padding-left: 6.5em;
}
.nav-links-single .nav-links .nav-previous .post-title {
text-align: left;
}
.nav-links-single .nav-links .nav-next {
float: right;
text-align: right;
padding-left: 15px;
}
.nav-links-single .nav-links .nav-next a {
padding-right: 6.5em;
}
.nav-links-single .nav-links .nav-next .post-title {
text-align: right;
}
.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.nav-links-single .nav-links .post-title {
margin: 0 0 0.3em;
}
.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
font-size: 0.9286em;
font-weight: normal;
} .image-navigation .nav-previous,
.image-navigation .nav-next {
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-navigation .nav-next {
left: auto;
right: 1.5em;
text-align: right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
display: block;
padding: 1.1em 1em;
width: 0;
max-width: 20em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
color: #fff;
border-radius: 2em;
}
.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
width: auto;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.6);
}
.image-navigation .nav-previous a:hover {
padding-left: 3.5em;
}
.image-navigation .nav-next a:hover {
padding-right: 3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
content: "\e8ef";
font-family: "fontello";
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
border-radius: 50%;
border: 1px solid #000;
background-color: #333;
color: #fff;
}
.image-navigation .nav-next a:after {
content: "\e8f0";
left: auto;
right: 0;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
border-color: transparent;
background-color: transparent;
} .structured_data_snippets {
display: none;
}
.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
padding: 0;
text-align: left;
}
.post_item_single.format-quote .post_content {
background-color: transparent;
padding-top: 0;
}
.comments_list_wrap ul ul ul .comment_posted {
display: none;
} .post_item_single > .post_featured {
margin-bottom: 2.5em;
display: inline-block;
max-width: 100%;
}
.post_item_single > .post_featured > img {
width: auto;
}
.post_featured.post_attachment {
margin-bottom: 0.5em;
}
.entry-caption {
text-align: center;
font-style: italic;
}
.post_item_single .post_header {
margin-bottom: 1.4em;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
margin-top: 0;
}
.post_item_single .post_header .post_title {
margin-bottom: 0;
} .post_item_single .post_content > .post_meta_single {
font-size: 1em;
line-height: 1.375em;
margin-top: 2.65em;
letter-spacing: 0;
overflow: hidden;
clear: both;
text-transform: none;
font-weight: 400;
border-bottom: 1px solid;
border-top: 1px solid;
padding: 1.3em 0;
}
.post_item_single .post_content > .post_meta_single .post_tags {
display: block;
}
.post_item_single .post_content > .post_meta_single .post_tags:after {
display: none;
} .post_item_single .post_content > .post_meta_single .post_share {
float: right;
display: block;
max-width: 40%;
}
.post_item_single .post_content > .post_meta_single .post_share:before {
display: none;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item {
margin: 0 0 0.5em 0.5em;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
display: block;
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
text-align: center;
} .author_info {
margin-top: 4em;
padding: 1.75em 3.2em;
position: relative;
border-radius: 5px;
}
.author_avatar {
width: 7.15rem;
height: 7.15rem;
line-height: 7.15rem;
text-align: center;
position: absolute;
z-index: 1;
top: 2.5rem;
left: 2.5rem;
border-radius: 50%;
overflow: hidden;
}
.author_avatar img {
width: 100%;
height: auto;
}
.author_description {
padding-left: 7.7rem;
}
.author_bio {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
}
.author_title {
margin-top: 0;
margin-bottom: 0.5em;
}
.author_bio p {
margin: 0;
}
.author_bio p + p {
margin-top: 0.6em;
}
.author_bio .author_link {
display: block;
margin-top: 0.8em;
font-style: italic;
letter-spacing: 0;
}
.author_bio .socials_wrap {
margin-top: 1em;
} .related_wrap {
margin-top: 7.35em;
}
.related_wrap_title {
margin: 0 0 3.5rem;
text-align: left;
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.related_wrap .related_item {
text-align: center;
}
.related_wrap .post_categories {
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
}
.related_wrap .post_categories ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.related_wrap .post_categories li {
display: inline-block;
margin: 0;
}
.related_wrap .post_categories li + li {
margin-left: 0.5em;
}
.related_wrap .post_categories li:nth-child(n+3) {
display: none;
}
.related_wrap .post_title {
margin: 0.2em 0 0.1em;
}
.related_wrap .post_date {
font-size: 0.7368em;
} .related_wrap .related_item_style_1 .post_featured .post_header {
display: block;
max-width: 70%;
padding: 3em 2em;
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.related_wrap .related_item_style_1.format-video .post_featured.with_thumb .post_video_hover {
top: 90%;
}
.related_wrap .related_item_style_1 .post_title {
margin: 0.8em 0;
letter-spacing: 1px;
line-height: 1.5em;
} .related_wrap .related_item_style_2 .post_featured {
margin-bottom: 1.6em;
}
.related_wrap .related_item_style_2 .post_featured img {
width: 100%;
}
.related_wrap .related_item_style_2 .post_date {
font-size: 14px;
line-height: 1.4em;
font-weight: 500;
text-transform: uppercase;
} .comments_wrap {
clear: both;
}
.body_style_fullscreen .comments_wrap {
margin-bottom: 3em;
} .comments_list_wrap {
margin-top: 5.2em;
overflow: hidden;
}
.comments_list_wrap .comments_closed {
margin-top: 2em;
color: #1d1d1d;
}
.comments_list_wrap .comments_list_title {
margin: 0 0 3.5rem;
text-align: left;
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.comments_list_wrap > ul {
padding: 0;
margin: 0;
list-style: none;
}
.comments_list_wrap ul > li {
display: block;
overflow: hidden;
position: relative;
min-height: 6em;
}
.comments_list_wrap ul > li:before {
display: none;
}
.comments_list_wrap ul ul {
margin-left: 7.2rem;
padding-left: 0;
}
.comments_list_wrap ul ul ul ul ul {
margin-left: 0;
}
.comments_list_wrap li + li,
.comments_list_wrap li ul {
margin-top: 1.7em;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 5rem;
height: 5rem;
line-height: 5rem;
text-align: center;
overflow: hidden;
}
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
top: 0;
}
.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
content: " ";
display: block;
border: 12px solid transparent;
border-top-color: #ddd;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.comments_list_wrap .comment_author_avatar img {
width: 100%;
}
.comments_list_wrap .comment_content {
margin-left: 7.2rem;
}
.comments_list_wrap .comment_info {
margin: -0.2em 0 0.55em;
position: relative;
}
.comments_list_wrap .comment_author {
margin: 0 0.5em 0 0;
display: inline-block;
}
.comments_list_wrap .comment_posted {
display: inline-block;
position: relative;
letter-spacing: 0;
vertical-align: baseline;
font-size: 14px;
float: right;
}
.comments_list_wrap .comment_posted_label {
display: none;
}
.comments_list_wrap .comment_counters,
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
display: inline-block;
vertical-align: baseline;
}
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
margin-right: 0.3em;
}
.comments_list_wrap .comment_counters {
display: none;
}
.comments_list_wrap .comment_not_approved {
padding: 0.2em 0 0.5em 0;
font-style: italic;
}
.comments_list_wrap .comment_text {
margin-bottom: 0.5em;
}
.comments_list_wrap .comment_text p {
margin: 0;
}
.comments_list_wrap .comment_text p + p {
margin-top: 0.6em;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
margin: 0;
padding: 0 0 0 1.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
display: list-item;
}
.comments_list_wrap .comment_text ul {
list-style: disc outside;
}
.comments_list_wrap .comment_text ul ul {
list-style-type: circle;
}
.comments_list_wrap .comment_text ul ul ul {
list-style-type: square;
}
.comments_list_wrap .comment_text ul ul ul ul {
list-style-type: disc;
}
.comments_list_wrap .comment_text ol {
list-style: decimal outside;
}
.comments_list_wrap .comment_text ol ol {
list-style-type: lower-alpha;
}
.comments_list_wrap .comment_text ol ol ol {
list-style-type: upper-roman;
}
.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
min-height: 0;
padding: 0;
margin: 0 0 0.5em 0;
overflow: visible;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
border: none;
}
.comments_list_wrap .comment_reply {
font-size: 0;
line-height: 1.2em;
letter-spacing: 0;
margin-top: 1em;
text-align: right;
}
.comments_list_wrap .comment_reply a:before {
content: "\e802";
font-family: "fontello";
margin-right: 0.2em;
font-size: 20px;
margin-top: 1.3rem;
display: inline-block;
}
.comments_wrap .comment-form-cookies-consent {
clear: both;
} .comments_list > li.trackback,
.comments_list > li.pingback {
list-style: none;
margin-left: 0;
padding-left: 0;
padding-right: 4em;
padding-top: 1em;
min-height: 0;
position: relative;
}
.comments_list > li.trackback + li {
margin-top: 1em;
}
.comments_list > li.trackback p {
font-style: italic;
padding-bottom: 0.8em;
}
.comments_list > li.trackback p a {
font-style: normal;
}
.comments_list > li.pingback .edit-link,
.comments_list > li.trackback .edit-link {
position: absolute;
z-index: 1;
top: 1em;
right: 0;
} .comments_form_wrap {
margin-top: 7em;
padding-top: 2.8em;
}
.comments_form_wrap form {
position: relative;
}
.comments_wrap .comments_form_title {
margin: 0 0 3.5rem;
text-align: left;
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.comments_wrap .comments_list_wrap .comments_form_title {
margin-top: 1.5em;
position: relative;
}
.comments_wrap #cancel-comment-reply-link {
font-size: 0;
}
.comments_wrap #cancel-comment-reply-link:before {
content: "\e916";
font-family: "fontello";
font-size: 18px;
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.comments_wrap .comments_notes {
font-size: 0.8667em;
}
.comments_wrap .comments_field {
margin-bottom: 1.6em;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: 48%;
float: left;
}
.comments_wrap .comments_email {
float: right;
}
.comments_wrap .comments_url {
clear: both;
}
.comments_wrap .comments_comment:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .comments_field textarea {
min-height: 11.6em;
}
.comments_wrap .comments_field label {
display: none;
}
.comments_wrap .comments_field input[type=checkbox] + label,
.comments_wrap .comments_field input[type=radio] + label {
display: block;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
width: 100%;
}
.comments_wrap .comments_field textarea {
min-height: 11em;
}
.comments_field.comments_i_agree_privacy_policy {
margin: 10px 0;
} .comments_wrap .form-submit {
margin: 1.6em 0 0;
}
.comments_wrap .form-submit:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .form-submit input[type=submit] {
display: inline-block;
-webkit-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
form .error_field {
border-color: #CC6868 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
} .comments_form_wrap form .wp-social-login-widget {
position: absolute;
z-index: 1;
top: -6.2em;
right: 0;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-connect-with {
display: none;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
} .great_lotus_messagebox {
display: inline-block;
max-width: 80%;
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
form .great_lotus_messagebox,
form .trx_addons_message_box {
min-width: 60%;
text-align: center;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.great_lotus_messagebox,
.trx_addons_message_box {
font-size: 1em;
line-height: 1.5em;
padding: 1em 1.5em;
border: 2px solid #07759C;
border-radius: 5px;
background-color: #B6DDF3;
color: #07759C;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.great_lotus_messagebox_style_success,
.trx_addons_message_box_success {
border: 2px solid #00A000;
background-color: #CDFDCD;
color: #00A000;
}
.great_lotus_messagebox_style_error,
.trx_addons_message_box_error {
border: 2px solid #A00000;
background-color: #FDCDCD;
color: #A00000;
}
.great_lotus_messagebox p,
.trx_addons_message_box p {
margin: 0;
line-height: 1.5em;
}
.great_lotus_messagebox p + p,
.trx_addons_message_box p + p {
margin-top: 0.4em;
} .post_item_404 .post_content {
padding: 1em 0 0;
overflow: hidden;
}
.post_item_404 .page_title {
float: left;
width: 50%;
font-size: 17em;
line-height: 0.85em;
margin: 0;
margin-top: 0 !important;
letter-spacing: 0;
text-align: center;
-ms-hyphens: none;
hyphens: none;
}
.post_item_404 .page_info {
float: left;
width: 50%;
text-align: left;
padding: 0 0 0 5rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_item_404 .page_subtitle {
margin: 0;
letter-spacing: 1px;
}
.post_item_404 .page_description {
margin-top: 1em;
margin-bottom: 2em;
line-height: 1.8em;
} .post_item_none_search .post_content {
padding: 1.5em 0;
}
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
font-size: 7em;
line-height: 1.2em;
}  .sidebar[class*=scheme_] .sidebar_inner {
padding: 4rem 0;
}
.sidebar[class*=scheme_] .widget {
padding: 0 4rem;
}
.sidebar[class*=scheme_] .widget .widget {
padding: 0;
}
.sidebar .widget + .widget,
.sidebar[class*=scheme_] .widget + .widget {
margin-top: 3.6rem;
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*=scheme_] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar[class*=scheme_] .widget + .widget.widget_fullwidth {
border-top: none;
padding-top: 4rem;
padding-bottom: 4rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*=scheme_] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar[class*=scheme_] .widget.widget_fullwidth + .widget {
border-top: none;
margin-top: 0;
}
.widget p {
margin: 0;
}
.widget p + p,
.widget p + div,
.widget p + form {
margin-top: 1.6em;
}
.widget .widgettitle {
font-size: 1.4286em;
line-height: 1.35em;
}
.widget.widget_block h2,
.widget .widget_title,
.widget .widgettitle {
margin-top: 0;
margin-bottom: 0.75em;
}
.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
text-align: center;
}
.widget ul {
margin: 0;
padding-left: 1em;
list-style-type: none;
}
.widget li {
position: relative;
}
.widget ul > li:before {
content: " ";
display: block;
width: 3px;
height: 3px;
line-height: 3px;
text-align: center;
position: absolute;
z-index: 1;
top: 0.6em;
left: -1.2em;
}
.widget li a img {
vertical-align: baseline;
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size: 1em;
margin-bottom: 2em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size: 1em;
margin-top: 2em;
}
.widgets_below_page_wrap {
clear: both;
} .wp-block-calendar table,
.widget_calendar table {
width: 100%;
position: relative;
}
.wp-block-calendar caption,
.widget_calendar caption {
padding-bottom: 0.5em;
font-weight: 400;
}
.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
background-color: transparent !important;
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
font-size: 1em !important;
line-height: 1.5em;
font-weight: 400 !important;
font-style: normal;
text-align: center;
text-transform: uppercase;
padding: 2px;
border: none !important;
background-color: transparent !important;
width: 14.2857%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar td,
.widget_calendar td {
line-height: 2em;
padding: 0;
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
display: block;
position: relative;
font-weight: normal;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 1px;
left: 48%;
width: 3px;
height: 3px;
line-height: 3px;
text-align: center;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.wp-block-calendar td#today,
.widget_calendar td#today {
position: relative;
z-index: 2;
}
.wp-block-calendar td#today:before,
.widget_calendar td#today:before {
content: " ";
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2.2em;
height: 2.2em;
line-height: 2.2em;
text-align: center;
}
.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
position: relative;
top: 0.6em;
text-align: left;
}
.wp-block-calendar .wp-calendar-nav a,
.widget_calendar .wp-calendar-nav a {
text-transform: none !important;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-prev {
text-align: left;
overflow: hidden;
padding-top: 1rem;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-next {
text-align: right;
padding-top: 1rem;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-next a {
position: relative;
line-height: 1;
display: inline-block;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-prev a {
padding-left: 0.6em;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-next a {
padding-right: 0.6em;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav-next a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1.2em;
height: 1.5em;
line-height: 1em;
display: inline-block;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav-prev a:before {
content: "\e939";
font-family: "fontello";
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav-next a:before {
content: "\e93a";
font-family: "fontello";
left: auto;
right: 0;
} .widget_recent_entries .post-date {
display: inline-block;
margin-left: 0.5em;
} .widget_search form,
.woocommerce.widget_product_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
overflow: hidden;
position: relative;
}
.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
content: "\e961";
font-family: "fontello";
display: block;
position: absolute;
z-index: 1;
top: 50%;
right: 1.55em;
font-size: 13px;
margin-top: -0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
width: 100%;
padding: 1.25em 1.5em;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_search input.search-submit,
.woocommerce.widget_product_search .search_button,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
display: block;
text-indent: -1000px;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2.89em;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
cursor: pointer;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .widget_rss .widget_title a {
display: inline-block;
margin-right: 6px;
}
.widget_rss .widget_title a:first-child:before {
content: "\e8ed";
font-family: "fontello";
display: inline-block;
font-size: 0.9em;
}
.widget_rss .widget_title img {
display: none;
}
.widget_rss ul,
.widget_rss li {
padding-left: 0;
}
.widget_rss li:before {
display: none !important;
}
.widget_rss li + li {
margin-top: 2em;
}
.widget_rss .rss-date {
display: block;
} .widget_product_tag_cloud,
.widget_tag_cloud {
overflow: hidden;
}
.widget_product_tag_cloud .widget_title,
.widget_tag_cloud .widget_title {
margin-bottom: 1em;
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.wp-block-tag-cloud a,
.widget_tag_cloud a {
display: inline-block;
padding: 0;
margin: 0 1.1em 0.7em 0;
font-size: 16px !important;
line-height: 18px;
font-weight: 500;
letter-spacing: 0px;
text-transform: lowercase;
position: relative;
} #sb_instagram .sbi_header_text {
padding-top: 0 !important;
margin-top: -2px;
}
#sb_instagram .sb_instagram_header {
padding: 0 !important;
margin-bottom: 0.5em !important;
}
.footer_fullwidth #sb_instagram .sb_instagram_header {
float: none;
text-align: center;
overflow: hidden;
}
.footer_fullwidth #sb_instagram .sb_instagram_header > a {
float: none;
display: inline-block;
overflow: hidden;
}
#sb_instagram .sb_instagram_header h3 {
font-size: 1.2308em;
line-height: 1.5em;
}
#sb_instagram .sb_instagram_header p {
font-size: 1em;
line-height: 1.5em;
}
#sb_instagram #sbi_load {
margin-top: 0.5em;
} ul.instagram-pics {
margin-right: -5px;
}
ul.instagram-pics li {
float: left;
padding: 0 5px 5px 0;
margin: 0;
overflow: hidden;
width: 33.3333%;
height: auto;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.column-1_3 ul.instagram-pics li {
width: 25%;
}
.column-1_2 ul.instagram-pics li {
width: 20%;
}
.column-1_1 ul.instagram-pics li {
width: 16.6666%;
}
ul.instagram-pics li:before {
display: none;
} .footer_wrap {
margin-top: 10.4rem;
}
.remove_margins .footer_wrap {
margin-top: 0;
} .footer_wrap .widget[class*=column-] {
margin: 1.5em 0;
}
.footer_wrap .vc_col-sm-4 .widget li {
display: inline-block;
width: 45%;
margin-right: 3%;
vertical-align: top;
}
.footer_wrap .vc_col-sm-4 .widget li li {
display: block;
width: 100%;
margin-right: 0%;
}
.footer_wrap .footer_fullwidth {
overflow: hidden;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
text-align: left;
}
.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
text-align: center;
margin-bottom: 1.5em;
} .footer_logo_inner {
padding: 4em 0;
overflow: hidden;
text-align: center;
position: relative;
}
.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_logo_inner:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
width: 1px;
height: 3em;
}
.trx_addons_absent .footer_logo_inner {
padding: 1em 0;
}
.trx_addons_absent .footer_logo_inner:after {
display: none;
}
.footer_logo_inner img {
max-width: 25%;
}
.logo_footer_text {
font-size: 3.3333em;
line-height: 1em;
letter-spacing: 6px;
margin: 0;
}
.logo_footer_image + .logo_footer_text {
margin: 0.63em 0 2em;
} .footer_socials_inner {
padding: 2em 0 3em;
text-align: center;
} .footer_menu_inner {
padding: 2em 0;
text-align: center;
}
.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
display: inline-block;
vertical-align: baseline;
font-size: 17px;
}
.menu_footer_nav_area > ul > li + li:before,
.footer_wrap .sc_layouts_menu > ul > li + li:before {
content: " ";
display: inline-block;
width: 0;
height: 0.8em;
margin: 0;
vertical-align: baseline;
border-left: 1px dotted #ddd;
}
.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 2.5em;
display: inline-block;
}
.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 1em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 3.5em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 2em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
right: 2em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
right: 0.5em;
}
.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
top: auto;
bottom: 3em;
border: 1px solid #ddd;
}
.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
top: auto;
bottom: -1.4em;
margin-left: 2px;
}
.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
margin-left: -2px;
}
.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
font-size: 17px;
}
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
display: block;
} .footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_copyright_inner {
font-size: 0.9333em;
padding: 2em 0;
overflow: hidden;
text-align: center;
}
.footer_copyright_wrap p {
margin: 0;
} .home-page.with_bg_image,
.frontpage.with_bg_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.home-page.with_bg_image .page_wrap,
.frontpage.with_bg_image .page_wrap {
background-color: transparent;
} .front_page_section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.front_page_section > .customize-partial-edit-shortcut button {
left: 2px !important;
}
.front_page_section_paddings_none .front_page_section_content_wrap {
padding: 0;
}
.front_page_section_paddings_small .front_page_section_content_wrap {
padding: 4% 0;
}
.front_page_section_paddings_medium .front_page_section_content_wrap {
padding: 8% 0;
}
.front_page_section_paddings_large .front_page_section_content_wrap {
padding: 12% 0;
}
.front_page_section_paddings_huge .front_page_section_content_wrap {
padding: 16% 0;
}
.front_page_block_empty {
height: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
margin: 0 !important;
padding: 0 !important;
}
.front_page_section_description,
.front_page_section_content,
.front_page_section_output,
.front_page_section_buttons {
font-size: 1.1429em;
}
.front_page_section .front_page_section_caption {
margin: 0;
text-align: center;
}
.front_page_section_description {
line-height: 1.5em;
text-align: center;
}
.front_page_section_description p:last-child,
.front_page_section_content p:last-child,
.front_page_section_output p:last-child {
margin-bottom: 0;
}
.front_page_section_buttons {
text-align: center;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_description {
margin-top: 1em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_content,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_content {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_output {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_columns {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_output:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_columns:not(.front_page_block_empty) + .front_page_section_buttons {
margin-top: 2em;
}
.front_page_section_buttons > .front_page_section_button {
margin-top: 1em;
margin-right: 1em;
font-size: 0.8em;
}
.front_page_section_buttons > .front_page_section_button + .front_page_section_button {
margin-right: 0;
}
.front_page_section_columns .front_page_section_caption {
font-size: 2.5em;
line-height: 1.2em;
text-align: left;
}
.front_page_section_columns .front_page_section_output,
.front_page_section_columns .front_page_section_content,
.front_page_section_columns .front_page_section_description {
font-size: 1em;
line-height: 1.5em;
text-align: left;
}
.front_page_section_columns h1,
.front_page_section_columns h2,
.front_page_section_columns h3,
.front_page_section_columns h4,
.front_page_section_columns h5,
.front_page_section_columns h6 {
margin-top: 1em;
margin-bottom: 0.3em;
}
.front_page_section_columns h1:first-child,
.front_page_section_columns h2:first-child,
.front_page_section_columns h3:first-child,
.front_page_section_columns h4:first-child,
.front_page_section_columns h5:first-child,
.front_page_section_columns h6:first-child {
margin-top: 0;
}
.front_page_section_columns p {
margin: 0;
}
.front_page_section_columns p + p {
margin-top: 0.5em;
} .front_page_section_title_description {
line-height: 1.75em;
}
.front_page_section_title_caption:not(.front_page_block_empty) + .front_page_section_title_description {
margin-top: 2em;
} .front_page_section_features .sc_item_descr {
padding: 1em 0;
}
.front_page_section_features .sc_services_light .sc_services_item_icon {
font-size: 4em;
} .front_page_section_subscribe .front_page_section_output {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.front_page_section_subscribe .mc4wp-form .mc4wp-form-fields input[type=email] {
padding: 1em;
} .front_page_section_googlemap .front_page_section_output {
-webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
}  .great_lotus_customizer_message {
padding: 2em;
margin: 0 auto;
max-width: 60%;
background-color: #f3e6ce;
color: #996600;
border-left: 3px solid #666600;
}
.great_lotus_customizer_message b {
color: #333300;
} #debug_log {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
}
.admin-bar #debug_log {
top: 32px;
}
#debug_log_close {
position: absolute;
z-index: 1;
top: -6px;
right: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
#debug_log_content {
font-size: 12px;
line-height: 15px;
max-height: 66px;
padding: 16px 16px 6px;
overflow: auto;
word-wrap: normal;
white-space: pre-line;
} .popup_wrap {
position: absolute;
z-index: 1;
top: 3.3333em;
right: 0;
width: 37.5em;
padding: 3em 2.5em 2em;
display: none;
}
.popup_registration {
right: -5.5em;
}
.popup_wrap .popup_close {
display: block;
font-size: 1.25em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 0.5em 0.5em 0 0;
color: #cccccc;
border: 2px solid #ebebeb;
background-color: #f4f7f9;
}
.popup_wrap .popup_close:hover {
color: #909090;
border: 2px solid #cccccc;
background-color: #ffffff;
}
.popup_wrap .popup_close:before {
content: "\e8ac";
font-family: "fontello";
line-height: 1em;
padding: 0 !important;
margin: 0 !important;
}
.popup_wrap .form_wrap {
position: relative;
overflow: hidden;
}
.popup_wrap .form_left {
float: left;
padding-right: 2.5em;
width: 54%;
border-right: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap .form_right {
float: right;
padding-left: 2.5em;
width: 45%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
width: 50%;
padding-right: 5px;
border-right: none;
}
.popup_wrap.popup_registration .form_right {
width: 50%;
padding-left: 5px;
}
.popup_wrap .popup_form_field {
margin-bottom: 0.625em;
}
.popup_wrap input[type=text],
.popup_wrap input[type=email],
.popup_wrap input[type=password] {
width: 100%;
border: 2px solid #ebebeb;
background-color: #fafafa;
}
.popup_wrap input:not([type=submit]):focus {
background-color: #ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
position: relative;
}
.popup_wrap .popup_form_field.iconed_field:before {
position: absolute;
z-index: 1;
top: 10px;
right: 8px;
margin-right: 0;
color: #c9c9c9;
width: 1em;
}
.popup_wrap .popup_form_field.iconed_field input {
padding-right: 30px;
}
.popup_wrap .popup_form_field .forgot_password {
float: right;
line-height: 1.5em;
}
.popup_wrap .popup_form_field.submit_field {
padding: 1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
width: 100%;
}
.popup_wrap .login_socials_title {
color: #222222;
font-size: 1.5em;
line-height: 1.3em;
margin-bottom: 0.5em;
}
.popup_wrap .login_socials_problem {
line-height: 1.3em;
}
.popup_wrap .popup_form_field.remember_field {
margin-top: 1.2em;
}  .wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 0 !important;
}
.sc_gap .vc_row {
margin-left: 0;
margin-right: 0;
}
.sc_gap .vc_column_container {
padding-left: 0;
padding-right: 0;
}
h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
padding-bottom: 0 !important;
}
.top_panel > .vc_row > .wpb_column {
z-index: 10;
}
.top_panel > .vc_row:nth-child(2) > .wpb_column {
z-index: 9;
}
.top_panel > .vc_row:nth-child(3) > .wpb_column {
z-index: 8;
}
.top_panel > .vc_row:nth-child(4) > .wpb_column {
z-index: 7;
}
.top_panel > .vc_row:nth-child(5) > .wpb_column {
z-index: 6;
}
.top_panel > .vc_row:nth-child(6) > .wpb_column {
z-index: 5;
}
.top_panel > .vc_row:nth-child(7) > .wpb_column {
z-index: 4;
}
.top_panel > .vc_row:nth-child(8) > .wpb_column {
z-index: 3;
}
.top_panel > .vc_row:nth-child(9) > .wpb_column {
z-index: 2;
}
.top_panel > .vc_row:nth-child(10) > .wpb_column {
z-index: 1;
}
.post_item_single .post_edit .vc_inline-link {
display: none;
} iframe[name=google_conversion_frame] {
height: 1px;
min-height: 0;
display: none;
} .mfp-bg {
z-index: 200001;
}
.mfp-wrap {
z-index: 200002;
}
.mfp-arrow {
background-color: transparent !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: -20px;
padding: 0;
width: 44px;
text-align: center;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
background: none !important;
} body.sidebar_hide .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
width: 100vw;
max-width: 100vw;
}
body.sidebar_hide .alignwide {
position: relative;
left: calc(-44vw + 50%);
width: 88vw;
max-width: none;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
} .wp-block-cover {
margin-bottom: 1.35em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-cover.aligncenter {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.wp-block-cover p:last-child {
margin-bottom: 0;
}
table.is-style-stripes > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
.wp-block-image figcaption {
margin-bottom: 0;
max-height: 50%;
}
p[style*="font-size:"],
.has-large-font-size,
.has-huge-font-size,
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size {
line-height: 1.1em;
}
.wp-block-column .wp-block-quote {
margin-left: 0;
margin-right: 0;
padding: 1.6em 2em 2.05em;
}
.wp-block-column .wp-block-quote:first-child {
margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background: transparent;
}
.wp-block-pullquote {
padding: 0;
}
.wp-block-button a.wp-block-button__link {
color: inherit;
}
.wp-block-media-text,
.wp-block-media-text {
margin: 2em 0;
}
.has-large-font-size {
font-size: 1.8em !important;
}
.wp-block-separator {
margin: 3em 0;
}
.wp-block-separator:not([class*=is-style]) {
width: 15%;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
font-size: 30px;
letter-spacing: 1.5em;
padding-left: 1.5em;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 400px;
}
.wp-block-table {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.wp-block-image figure.aligncenter {
display: table !important;
}
.wp-block-embed-twitter .twitter-widget {
margin-bottom: 0 !important;
}
.wp-block-embed iframe {
height: auto;
}
figcaption,
figure.wp-block-table figcaption,
figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
position: static;
-webkit-transition: none;
transition: none;
margin: 0;
}
figure.wp-block-table:hover figcaption,
figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
margin-bottom: 0;
opacity: 1 !important;
}
figure.wp-block-audio,
figure.wp-block-video,
figure.wp-block-embed {
overflow: visible;
}
figure.wp-block-audio {
display: block;
}
.wp-block-video + p {
margin-top: 1.35em;
}
.sidebar figure.wp-block-audio figcaption {
position: static;
margin-top: 0;
margin-bottom: 0;
opacity: 1;
}
.footer_wrap .wp-block-audio figcaption {
display: none;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
body.sidebar_hide .wp-block-columns.alignfull .wp-block-column {
padding: 0 1.5em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
}
.wp-block-embed__wrapper {
position: relative;
}
.wp-block-embed + .wp-block-embed {
margin-top: 1.35em;
}
figure.wp-block-audio .mejs-container {
height: 40px !important;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
padding-top: 20px;
line-height: 1.3em;
}
img.alignleft,
img.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-bottom: 1em !important;
}
.wp-block-image + p {
margin-top: 1.35em;
}  .rounded_none {
border-radius: 0;
}
.rounded_tiny {
border-radius: 4px;
}
.rounded_small {
border-radius: 6px;
}
.rounded_medium {
border-radius: 10px;
}
.rounded_large {
border-radius: 15px;
}
.rounded {
border-radius: 50%;
} .height_tiny {
height: 1rem !important;
}
.height_small {
height: 2rem !important;
}
.height_medium {
height: 4.65rem !important;
}
.height_large,
.height_big {
height: 6.1rem !important;
}
.height_huge {
height: 10.35rem !important;
} .theme_scroll_down {
display: inline-block;
text-align: center;
cursor: pointer;
text-transform: uppercase;
font-size: 11px !important;
line-height: 15px !important;
letter-spacing: 2px;
}
.theme_scroll_down:after {
content: "\e938";
font-family: "fontello";
font-size: 16px !important;
line-height: 30px !important;
display: block;
text-align: center;
}
.theme_scroll_down:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
} #makeup {
position: absolute;
z-index: 1000000;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
opacity: 0.5;
}
.admin-bar #makeup {
top: 32px;
}
#makeup {
margin-left: 0px;
margin-top: 0px;
}
.post_counters_item .post_counters_number {
margin-left: 0.25em;
}
.top_panel_default .content_wrap {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 0 4em;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
margin-top: 2rem;
margin-bottom: 0;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 14px;
line-height: 15px;
letter-spacing: 0px;
}     [class*=sc_button_hover_slide] {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_hover_just_init {
-webkit-transition: none !important;
transition: none !important;
}
[class*=sc_button_hover_]:not(.sc_button_bg_image) {
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
} .sc_button_hover_arrow {
position: relative;
overflow: hidden;
padding-left: 2em !important;
padding-right: 2em !important;
}
.sc_button_hover_arrow:before {
content: "\e8f4";
font-family: "fontello";
position: absolute;
z-index: 1;
right: -2em !important;
left: auto !important;
top: 50% !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: transparent !important;
color: inherit !important;
}
.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
right: 0.5em !important;
} .post_featured[class*=hover_] {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.post_featured[class*=hover_],
.post_featured[class*=hover_] * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_featured .mask {
content: " ";
position: absolute;
z-index: 100;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured .post_info {
position: absolute;
z-index: 103;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
font-size: 1.1429em;
line-height: 1.3em;
width: 90%;
text-align: center;
margin: -1em auto 0;
opacity: 0;
} .post_featured.hover_ .icons {
position: absolute;
z-index: 120;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
} .post_featured.hover_icon,
.post_featured.hover_icons {
position: relative;
}
.post_featured.hover_icon .mask {
background-color: rgba(0, 0, 0, 0.4);
}
.post_featured.hover_icon:hover .mask {
opacity: 1;
}
.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
position: absolute;
z-index: 102;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
display: inline-block;
font-size: 1.7143em;
cursor: pointer;
opacity: 0;
margin-left: -1.3333em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.3, 0.3);
transform: translate(-50%, -50%) scale(0.3, 0.3);
-webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
width: 2.1667em;
height: 2.1667em;
line-height: 2.1667em;
text-align: center;
border-radius: 50%;
}
.post_featured.hover_icons .icons a.single_icon {
margin-left: 0;
}
.post_featured.hover_icon .icons a {
font-size: 4em;
margin-left: 0;
}
.post_featured.hover_icons .icons a + a {
margin-left: 1.3333em;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_featured.hover_icons:hover .icons a + a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_zoom:before {
content: " ";
position: absolute;
z-index: 101;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
border: 2px solid #fff;
background-color: rgba(0, 0, 0, 0.15);
-webkit-transform: scale(0, 0) rotate(0deg);
transform: scale(0, 0) rotate(0deg);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom:hover:before {
-webkit-transform: scale(1, 1) rotate(45deg);
transform: scale(1, 1) rotate(45deg);
}
.post_featured.hover_zoom .mask {
background-color: rgba(255, 255, 255, 0.15);
}
.post_featured.hover_zoom:hover .mask {
opacity: 1;
}
.post_featured.hover_zoom .icons {
position: absolute;
z-index: 102;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
}
.post_featured.hover_zoom .icons a {
display: inline-block;
font-size: 18px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
position: relative;
left: -50px;
opacity: 0;
border-radius: 3px;
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom .icons a + a {
margin-left: 8px;
left: 50px;
}
.post_featured.hover_zoom .icons a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.post_featured.hover_zoom:hover .icons a {
left: 0;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
} .post_featured.hover_dots:hover .mask {
opacity: 1;
}
.post_featured.hover_dots .icons {
position: absolute;
z-index: 120;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.post_featured.hover_dots .icons span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 102;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_dots:hover .icons span {
opacity: 1;
display: inline-block;
}
.post_featured.hover_dots:hover .icons span:first-child {
margin-left: -13px;
}
.post_featured.hover_dots:hover .icons span + span + span {
margin-left: 13px;
}
.post_featured.hover_dots.hover_with_info .icons span {
margin-top: 1em;
}
.post_featured.hover_dots .post_info {
display: block;
top: 45%;
}
.post_featured.hover_dots:hover .post_info {
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
opacity: 1;
} .post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
position: relative;
overflow: hidden;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
display: block;
margin: 0;
opacity: 1;
font-size: 1em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
}
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
font-weight: 400;
font-size: 1.5em;
line-height: 1.4em;
margin: 0 0 0.5em;
text-transform: uppercase;
text-align: center;
}
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
margin: 0;
position: relative;
padding: 0.5em 1em;
text-align: center;
}
.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
font-weight: 700;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
display: none;
}
.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
margin-top: 1em;
display: none;
} .post_featured.hover_fade:hover .mask {
opacity: 1;
}
.post_featured.hover_fade .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 15px;
margin-top: 100%;
opacity: 0;
}
.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
margin-top: -100%;
}
.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
margin-top: 100%;
}
.post_featured.hover_fade.left_to_right .post_info .post_info_back {
margin-left: -100%;
}
.post_featured.hover_fade.right_to_left .post_info .post_info_back {
margin-left: 100%;
}
.post_featured.hover_fade:hover .post_info .post_info_back {
margin: 0 !important;
opacity: 1;
} .post_featured.hover_slide .mask {
opacity: 0.3;
}
.post_featured.hover_slide:hover .mask {
opacity: 1;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
position: relative;
margin: 0;
}
.post_featured.hover_slide .post_info .post_title {
padding: 0 0 15px;
margin: 30px 30px 15px;
overflow: hidden;
}
.post_featured.hover_slide .post_info .post_title:after {
content: " ";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide img {
max-width: none;
width: calc(100% + 20px);
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.post_featured.hover_slide:hover img {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide .post_info .post_descr {
padding: 0 30px 30px;
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
} .post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
text-align: left;
}
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
}
.post_featured.hover_pull:hover img {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
.post_featured.hover_pull .post_info .post_title {
padding: 20px;
}
.post_featured.hover_pull:hover .post_info .post_title {
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
height: 60px;
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_pull .post_info .post_descr .post_meta {
max-height: 60px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0 10px 0 20px;
} .post_featured.hover_border:hover .mask {
opacity: 1;
}
.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
content: " ";
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
pointer-events: none;
}
.post_featured.hover_border .post_info:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.post_featured.hover_border .post_info:after {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.post_featured.hover_border .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 45px;
}
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_border:hover img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
opacity: 0;
position: relative;
text-align: center;
margin: 0;
}
.post_featured.hover_border .post_info .post_title {
font-size: 1.2em;
padding: 0 0 15px;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_descr {
padding: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
content: " ";
display: block;
margin: 0.5em 0 0 0;
} .post_featured.hover_shop {
position: relative;
display: block;
}
.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
opacity: 1;
}
.post_featured.hover_shop .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.post_featured.hover_shop .icons a {
display: inline-block;
pointer-events: all;
font-size: 1.2632em !important;
padding: 0 !important;
letter-spacing: 0 !important;
cursor: pointer;
text-align: center;
border: 3px solid #ddd !important;
opacity: 0;
margin-left: -1.76em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em !important;
border-radius: 5 !important;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
-webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}
.post_featured.hover_shop .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock + a {
margin-left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a.product_type_external + a,
.post_featured.hover_shop .icons a.product_type_grouped + a,
.post_featured.hover_shop .icons a + a + a {
margin-left: 1.76em;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_shop .icons a.shop_cart:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
}
.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
margin: 0 !important;
padding: 0 !important;
}
.post_featured.hover_shop .icons a:after {
position: absolute;
top: 20%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 0.6em;
}
.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_shop_buttons {
position: relative;
display: block;
overflow: hidden !important;
}
.post_featured.hover_shop_buttons .mask {
display: none;
}
.post_featured.hover_shop_buttons .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.post_featured.hover_shop_buttons .icons a {
position: absolute;
z-index: 10;
bottom: -5em;
left: 0;
font-size: 1em !important;
letter-spacing: 0 !important;
display: block;
text-transform: none !important;
width: 50%;
text-align: center;
padding: 0.5em 1em !important;
pointer-events: all;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
left: 50%;
}
.post_featured.hover_shop_buttons .icons a:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
margin-right: 0.3em;
}
.post_featured.hover_shop_buttons .icons a.shop_link:before {
content: "\e8b5" !important;
}
.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
bottom: 0;
border-radius: 0;
}
.post_featured.hover_shop_buttons .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop_buttons .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
width: 100%;
left: 0 !important;
}  .sidebar .trx_addons_columns_wrap {
margin-right: 0;
}
.sidebar .trx_addons_columns_wrap [class*=trx_addons_column-] {
display: block;
width: 100%;
padding: 0;
} .menu_style_right .trx_addons_scroll_to_top {
left: 2em;
right: auto;
} .menu_style_left .sc_layouts_row_fixed_on {
margin-left: 6rem !important;
}
.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 6rem !important;
}
body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
margin-left: 0 !important;
}
body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 0 !important;
}
.header_position_under .top_panel .wpb_row {
background-color: transparent !important;
}
.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
} .content .search_wrap {
max-width: 50%;
margin: 0;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
max-width: none;
}
.content .search_wrap .search_form_wrap {
width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
width: 100%;
}
.content .search_wrap .search_submit {
background-color: transparent;
}
.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
padding: 1.2em 3em 1em 1em !important;
}
.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
left: auto;
right: 0;
top: 0;
padding: 0 1em;
}
.content .search_wrap .search_results {
width: 100%;
}  .sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
bottom: 0.5em;
}
.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
width: 8px;
height: 8px;
line-height: 8px;
text-align: center;
} .sidebar .slider_outer .slider_controls_wrap,
.sidebar .slider_container.slider_controls_side .slider_controls_wrap {
display: none;
} .sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-family: "fontello";
font-size: 26px;
font-weight: 700;
}
.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
content: "\e837";
}
.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
content: "\e836";
}
.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
content: "\e929";
} .header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
background-color: transparent;
}
.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
width: 18em;
}
.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
bottom: 8px;
}
.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 6px;
}
.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
font-size: 12px;
line-height: 16px;
}  .footer_wrap .sc_layouts_row {
line-height: 1.7857em;
}
.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
vertical-align: top;
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
margin: 0;
}
.footer_wrap .sc_layouts_item .widget {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .widget_categories_list[class*=column-] [class*=column-],
.sidebar .widget_categories_list [class*=column-] {
width: 100%;
float: none;
overflow: hidden;
}
.widget_categories_list[class*=column-] [class*=column-] + [class*=column-],
.sidebar .widget_categories_list [class*=column-] + [class*=column-] {
margin-top: 0.5em;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
text-align: left;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 20%;
}
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 32px;
vertical-align: middle;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
width: 100%;
height: auto;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
display: inline-block;
vertical-align: middle;
width: 70%;
margin: 0;
font-size: 1em;
text-align: left;
text-transform: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
padding-left: 1em;
} .footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
margin-left: auto;
margin-right: auto;
}
.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
max-width: none;
} body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
height: 656px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
height: 328px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
height: 164px;
}
.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
font-size: 1em;
}
.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
font-size: 0.8667em;
line-height: 1.3846em;
} h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
font-size: 2.667em;
} .sc_events_item_button:before,
.sc_events_item_button:after {
content: "\e93a";
font-family: "fontello";
} .sc_form .sc_form_info_item .sc_form_info_icon:before {
font-family: "fontello";
}
.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e8fd";
}
.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e8fa";
}
.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e8f5";
} .footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
margin-top: 1em;
margin-bottom: 2em;
} .sc_portfolio_default .sc_portfolio_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
} .sc_testimonials_item_content:before {
content: "\e8b6";
font-family: "fontello";
} .sc_layouts_cart_widget {
display: none;
text-align: left;
position: absolute;
z-index: 2;
top: 4em;
right: -2em;
width: 280px;
padding: 1em;
border: 1px solid #ddd;
background-color: #fff;
color: #888;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_cart_widget:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 2.5em;
width: 8px;
height: 8px;
margin: -5px 0 0 -4px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
position: absolute;
z-index: 100;
top: 0;
right: 0;
padding: 5px 6px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_cart_widget .widget_shopping_cart {
text-align: left !important;
font-size: 0.9333em;
line-height: 1.5em;
}
.sc_layouts_cart_widget .cart_list {
max-height: 215px;
overflow-y: auto;
overflow-x: hidden;
}
.sc_layouts_cart_widget p {
margin-bottom: 0;
}
.sc_layouts_cart_widget p + p {
margin-top: 0.75em;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short {
position: absolute;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
background-color: red;
border-radius: 3px;
font-size: 11px;
top: -5px;
right: -6px;
}
.sc_layouts_row_type_compact .sc_layouts_cart {
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
background-color: white;
border-radius: 5px;
position: relative;
}
.trx_addons_popup {
width: 600px;
}
.vc_row:has(.sc_content.sc_content_shadowed) {
z-index: 1;
}
.sidebar_inner .sc_blogger .trx_addons_column-1_3 + .trx_addons_column-1_3{
margin-top: 1em;
} form.mc4wp-form {
position: relative;
}
form.mc4wp-form .mc4wp-form-fields input[type=email] {
width: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
max-width: 370px;
margin-right: 0.3rem;
height: 52px;
}
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
vertical-align: top;
padding-left: 3.7em;
padding-right: 3.7em;
height: 52px;
}
form.mc4wp-form .mc4wp-alert {
margin: 1.5em 0;
padding: 1em;
line-height: 1.5em;
border-radius: 5px;
}
.mc4wp-error p:last-child {
margin-bottom: 0;
}
form.mc4wp-form .mc4wp-form-fields label.mc4wp_gdpr {
line-height: 1;
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;
padding-top: 15px;
}
form.mc4wp-form .mc4wp-form-fields label.mc4wp_gdpr a {
padding: 0 5px;
}
form.mc4wp-form .mc4wp_gdpr input[type=checkbox] {
margin-right: 5px;
margin-top: 0;
vertical-align: text-top;
}
.mc4wp-form br,
.mc4wp-form p:empty {
display: none;
}
.mc4wp-form input[name=AGREE_TO_TERMS] {
margin-right: 5px;
} .booked-icon {
padding-left: 1px;
} table.booked-calendar tr.days th {
border: 1px solid #ddd !important;
}
table.booked-calendar td,
table.booked-calendar td + td {
border-bottom-width: 1px;
border-bottom-style: solid;
} body .booked-form .field .checkbox-radio-block label {
padding-left: 1.4em;
}
body .booked-form .field .checkbox-radio-block label:before {
line-height: 0.65em;
} #booked-page-form .login-remember input {
display: inline;
vertical-align: middle;
}
#booked-profile-page i.fa {
color: inherit;
} #booked-profile-page div.booked-profile-header {
padding: 0 0 2em;
}
#booked-profile-page div.booked-user-avatar {
width: 50px;
height: 50px;
}
#booked-profile-page div.booked-user-avatar img {
border-radius: 50%;
}
#booked-profile-page .booked-user h3 strong {
font-weight: 400;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
padding: 0.3em 0.6em;
} #booked-profile-page div.booked-tab-content {
border-radius: 0;
}
body table.booked-calendar td.today .date span {
border-width: 0;
}
body table.booked-calendar td .date .number {
width: auto;
height: auto;
display: block;
border-radius: 0;
line-height: inherit !important;
}
.vc_column_container[class*=vc_col-lg] table.booked-calendar .booked-appt-list {
max-height: 120px;
overflow: auto;
padding: 10px 25px;
}
body .booked-calendar-wrap .booked-appt-list h2 {
margin: 0 0 15px;
font-size: 18px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
padding: 14px 0 0 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
padding-right: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
font-size: 1.1rem;
font-weight: 500;
}
body .booked-modal .booked-form button,
body .booked-modal button.cancel,
.booked-form input[type=submit].button-primary {
font-size: 15px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
height: 71px !important;
} body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number {
color: inherit !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date .number {
color: inherit !important;
}
body div.booked-calendar-wrap:not(.small) div.booked-calendar,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock,
body div.booked-calendar-wrap .booked-appt-list {
background: 0 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number {
-webkit-transition: all 0s ease;
transition: all 0s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today .date span {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap .booked-appt-list {
-webkit-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot {
padding: 15px 0;
margin: 0;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time, body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
height: auto;
padding: 0;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot:hover {
background-color: transparent;
}
body div.booked-calendar-wrap div.booked-calendar {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
padding: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.next-month .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-month .date .number {
opacity: 0.5;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
background: inherit !important;
border-width: 0 1px 0 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col:last-child {
border-width: 0;
}
body .booked-calendar-wrap.small {
margin-bottom: 0;
}
body .booked-calendar-wrap.small .booked-calendar .booked-appt-list {
max-height: 180px !important;
overflow-y: scroll;
} body #profile-edit #booked-page-form p.form-submit {
margin: 0.5em 0;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
background: none;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
display: none;
}
body #booked-profile-page .booked-upload-wrap,
body #booked-profile-page .booked-profile-appt-list button.button-primary,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.61em 2.6em;
border: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button.addeventatc {
line-height: 1.72em !important;
}
body #booked-profile-page .booked-tabs {
border-top: 1px solid !important;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
position: relative;
font-size: 14px;
border: 0 !important;
height: 52.91px;
width: 52.91px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete i,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete i {
position: absolute;
top: 51%;
left: 51%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
padding-bottom: 0;
}
@media (max-width: 1023px) {
body #booked-profile-page .booked-tabs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (max-width: 860px) {
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
float: none;
display: inline-block;
margin-top: 0;
margin-right: 15px;
}
}
@media (max-width: 479px) {
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons > div {
margin-bottom: 0.5em;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons {
float: none;
margin-bottom: 0.5em;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
height: 40.8px;
width: 40.8px;
}
body #booked-profile-page .booked-upload-wrap,
body #booked-profile-page .booked-profile-appt-list button.button-primary,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button,
body #booked-profile-page form#booked-page-form input[type=submit] {
padding: 0.5em 1.5em;
font-size: 1rem !important;
}
} .wpcf7 .columns_wrap {
white-space: nowrap;
}
.wpcf7 .columns_wrap .column-1_1 {
width: 100%;
}
.wpcf7 .columns_wrap .column-1_2 {
width: 49.8%;
}
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7 .columns_wrap * {
white-space: normal;
}
.wpcf7 input.wpcf7-not-valid + span.wpcf7-not-valid-tip {
margin-bottom: 0.5em;
margin-top: -1em;
}
.wpcf7 textarea.wpcf7-not-valid + span.wpcf7-not-valid-tip {
margin-bottom: 0.5em;
margin-top: 0;
}
.wpcf7 select, .wpcf7 textarea, .wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1.6em;
width: 100%;
}
.wpcf7 textarea {
margin-bottom: 0.5em;
}
.wpcf7 input[type=submit] {
margin: 1.6em 0;
}
.wpcf7 .wpgdprc ~ input[type=submit] {
margin: 0;
}
.wpcf7 .wpcf7-wpgdprc,
.wpcf7 .wpcf7-acceptance {
display: inline-block;
width: 100%;
margin-top: 1em;
padding-right: 30px;
text-align: left;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
margin-left: 0;
}
.wpcf7-form-control-wrap.date:before {
content: "\e860";
font-family: "fontello";
font-size: 1.25em;
position: absolute;
top: 0;
right: 1.5em !important;
line-height: 1em;
}
.wpcf7-form-control-wrap.time:before {
content: "\e808";
font-family: "fontello";
font-size: 1.25em;
position: absolute;
top: 0;
right: 1.5em;
line-height: 1em;
}
.wpcf7-form .wpcf7-spinner,
.wpcf7-form .ajax-loader {
display: none;
}
.wpcf7 form .wpcf7-response-output {
text-align: center;
} .esg-grid i[class*=eg-icon-] {
color: #fff;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.esg-grid a:hover i[class*=eg-icon-] {
color: #fff;
}
.esg-navigationbutton i[class*=eg-icon-] {
color: #888;
}
.esg-navigationbutton:hover i[class*=eg-icon-] {
color: #333;
}
.esg-starring {
vertical-align: top;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
width: 6em;
}
.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
line-height: 36px;
margin: 0;
}
.flat-light .esg-filters .esg-sortbutton {
padding-right: 0;
}
.esgbox-overlay {
z-index: 228010 !important;
}
.esgbox-opened {
z-index: 228030 !important;
} .events-archive .entry-content,
.events-archive .entry-header {
width: 100%;
}
#tribe-events-bar {
margin: 6px 0 1.5em;
}
#tribe-bar-form.tribe-bar-mini *,
#tribe-bar-form.tribe-bar-mini label {
font-size: 11px;
}
#tribe-bar-form {
background: none;
}
#tribe-bar-form input {
border-bottom-width: 1px !important;
} .tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
left: 85.5%;
width: 14.5%;
padding: 0;
}
.tribe-bar-views-inner {
padding: 0;
background: none;
}
.tribe-bar-mini .tribe-bar-views-inner {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
padding: 0;
}
#tribe-bar-views .select_container {
display: none;
}
#tribe-bar-views .tribe-bar-views-list {
padding: 0;
border: none;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 1em 0;
}
.tribe-bar-views-list span[class^=tribe-icon-] {
display: inline-block;
}
.tribe-bar-views-list span[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month.png);
}
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-list.png);
}
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month.png);
}
.tribe-bar-views-list span.tribe-icon-week {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-week.png);
}
.tribe-bar-views-list span.tribe-icon-day {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-day.png);
}
.tribe-bar-views-list span.tribe-icon-photo {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-photo.png);
}
.tribe-bar-views-list span.tribe-icon-map {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-map.png);
}
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
.tribe-bar-views-list span[class^=tribe-icon-],
.tribe-bar-view-list a[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month@2x.png);
}
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-list@2x.png);
}
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month@2x.png);
}
.tribe-bar-views-list span.tribe-icon-week {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-week@2x.png);
}
.tribe-bar-views-list span.tribe-icon-day {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-day@2x.png);
}
.tribe-bar-views-list span.tribe-icon-photo {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-photo@2x.png);
}
.tribe-bar-views-list span.tribe-icon-map {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-map@2x.png);
}
} #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
width: 85.5%;
left: 0;
right: auto;
}
.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-submit {
padding: 0;
}
.tribe-bar-collapse .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-submit {
padding: 0;
}
.datepicker {
z-index: 10005 !important;
}
.datepicker table {
border-collapse: collapse !important;
}
.datepicker table,
.datepicker table td,
.datepicker table th {
border-width: 0 !important;
}
.tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-date-filter {
width: 37.9%;
padding-right: 3.1em;
}
.tribe-bar-mini .tribe-bar-date-filter {
padding-left: 0;
}
.datepicker th,
.datepicker td,
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
border-radius: 0;
}
.tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-search-filter {
width: 40.9%;
padding-right: 3.1em;
}
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-submit {
width: 21.2%;
padding-right: 1em;
margin: 0;
}
#tribe-bar-form label {
display: none;
text-transform: none;
font-size: 1em;
margin-bottom: 1.1em;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
border: none;
border-bottom: 2px solid #ddd;
padding: 1.2em;
margin: 0;
width: 100%;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
min-width: 155px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
padding: 0.61em 2.6em;
border: none;
margin: 0;
}
#tribe-bar-form input[type=text] {
padding: 0.9em 0;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
padding: 1.1667em 2em;
display: block;
text-align: left;
}
#tribe-bar-form button#tribe-bar-collapse-toggle {
display: none;
}
#tribe-bar-views .tribe-bar-views-option {
padding: 1em;
} .tribe-events-page-title {
display: none;
} .tribe-common p {
line-height: 1em;
}
#tribe-events-content.tribe-events-month {
font-size: 14px;
line-height: 1.4em;
}
#tribe-events-content {
padding: 0;
margin: 2em 0 0;
}
#tribe-events-footer,
#tribe-events-header {
margin: 0;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav {
margin-bottom: 3em;
display: none;
}
#tribe-events-content table.tribe-events-calendar {
margin: 0 0 2em;
font-size: 1em;
}
body.tribe-events-day {
padding: 0;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-calendar + #tribe-events-footer {
margin: 3.4em 0 1.8em;
}
.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
padding-top: 3em;
border-top-style: dotted;
} #tribe-events-content .tribe-events-calendar {
border-spacing: 0;
border-collapse: collapse;
}
.tribe-events-calendar thead th {
padding: 1.8em 0 !important;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
}
.tribe-events-calendar thead th + th:before {
content: " ";
width: 1px;
height: 1.2em;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
margin-top: -0.6em;
}
#tribe-events-content .tribe-events-calendar th,
#tribe-events-content .tribe-events-calendar td {
border: 1px solid #ddd;
}
#tribe-events-content .tribe-events-calendar td {
font-size: 1em;
padding: 0;
height: 10em;
text-align: left;
}
#tribe-events-content .tribe-events-calendar td:hover {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
font-size: 1em;
font-weight: 400;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
padding: 1em 1.7em 0;
margin-bottom: 0;
text-align: left;
}
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
background-color: transparent;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
background: none;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
background-color: transparent;
}
.tribe-events-calendar td.tribe-events-present {
position: relative;
}
.tribe-events-calendar td.tribe-events-present:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: -1px;
border: 1px solid #ddd;
pointer-events: none;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
margin: 0;
padding: 1em 1.5em;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
font-size: 15px;
font-weight: 400;
} .tribe-bar-collapse #tribe-bar-collapse-toggle {
padding: 0.6em 0.7em;
width: 66%;
font-size: 14px;
font-weight: 400;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
content: "\e828";
font-family: "fontello";
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
top: 5px;
border: none;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
content: "\e835";
top: 5px;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
float: right;
width: 32%;
}
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-submit {
float: left;
width: 32%;
}
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-search-filter {
margin-right: 2%;
}
.tribe-events-calendar .tribe-events-has-events.mobile-trigger:after {
margin: 1.5em auto 0;
}
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-],
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-] a {
margin-top: 0;
}
.tribe-mobile-day-heading {
font-size: 1.4286em;
line-height: 1.25em;
}
#tribe-mobile-container {
margin-bottom: 2em;
}
#tribe-mobile-container .type-tribe_events {
padding-top: 1em;
}
#tribe-mobile-container .type-tribe_events h4 {
font-size: 1.0714em;
margin-bottom: 1em;
}
#tribe-mobile-container .type-tribe_events .tribe-event-date-start {
display: inline-block;
margin-bottom: 0.8em;
}
#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
margin-top: 0;
padding: 0;
} .recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
padding: 0;
bottom: 5.5em !important;
left: -2em;
width: 32.5em;
z-index: 10000;
text-transform: none;
}
.tribe-events-tooltip .tribe-events-arrow {
background: none;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
bottom: -7px;
left: 5.2em;
z-index: -1;
display: block;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.tribe-events-tooltip .tribe-events-event-body {
font-size: 1em;
line-height: 1.8em;
padding: 1em 1.8em 1.5em;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
max-height: 100px;
}
#tribe-bar-views-toggle:after {
display: none;
}
#tribe-events-content .tribe-events-tooltip h3 {
font-size: 1.4em;
line-height: 1.25em;
font-weight: 400;
padding: 1.2em 1.2em 2.5em;
margin: 0;
}
.tribe-events-tooltip .tribe-event-duration {
margin: -4.5em 0 2em;
line-height: 1.5em;
height: 3em;
overflow: hidden;
}
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
padding: 0.5em 1.5em 0 0;
}
.tribe-events-tooltip .tribe-event-description p {
margin: 0;
line-height: 1.7em;
}
.tribe-events-tooltip .tribe-event-description p + p {
margin-top: 1em;
} #tribe-events-footer .tribe-events-sub-nav {
text-align: justify;
}
#tribe-events-footer .tribe-events-sub-nav:after {
content: " ";
display: inline-block;
width: 100%;
height: 0;
}
#tribe-events-footer .tribe-events-sub-nav li {
width: auto !important;
margin: 20px 0 0 !important;
padding: 0 !important;
overflow: hidden;
display: inline-block !important;
vertical-align: top;
float: none !important;
text-align: justify;
max-width: 48%;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
max-width: 100%;
white-space: normal;
padding-left: 1.5em;
padding-right: 1.5em;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
text-align: right;
}
.tribe-events-sub-nav li a span {
display: none !important;
}
#tribe-events .tribe-events-button:after,
.tribe-events-button:after,
.tribe-events-sub-nav li.tribe-events-nav-next a:after {
content: "\e93a" !important;
font-family: "fontello";
margin-left: 0.5em !important;
vertical-align: unset !important;
height: auto !important;
width: auto !important;
}
#tribe-events .tribe-events-cal-links a:after {
content: "" !important;
}
.tribe-events-sub-nav li.tribe-events-nav-previous a:before {
content: "\e939" !important;
font-family: "fontello";
margin-right: 0.5em !important;
vertical-align: unset !important;
height: auto !important;
width: auto !important;
} .tribe-events-read-more {
display: block;
margin-top: 1.5em;
padding: 0 !important;
} .events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
max-width: 770px;
}
.tribe-events-list .tribe-events-list-separator-month {
margin: 3.5em auto;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.25em;
line-height: 1.6em;
font-weight: 400;
}
.tribe-events-list .tribe-events-list-separator-month:first-child {
margin-top: 2em;
}
.tribe-events-list .tribe-events-event-cost {
margin: 0;
display: block !important;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.tribe-events-list .tribe-events-event-cost span {
padding: 0.6em 1em;
font-weight: 400;
}
.tribe-events-list .tribe-events-event-meta {
font-weight: 400;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
line-height: 1.5em;
font-style: normal;
}
.tribe-events-event-meta .tribe-event-schedule-details {
margin-bottom: 0.8em;
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
}
.tribe-events-list .type-tribe_events,
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
padding: 0;
margin: 0;
position: relative;
}
.tribe-events-list .type-tribe_events {
border-bottom: none !important;
}
.tribe-events-list .type-tribe_events + .type-tribe_events,
.tribe-events-day .tribe-events-day-time-slot + .tribe-events-day-time-slot + .tribe-events-day-time-slot {
border-top: 1px solid #eee;
margin-top: 4em;
padding-top: 4em;
}
.tribe-events-list .type-tribe_events + .type-tribe_events .tribe-events-event-cost {
top: 4em;
}
.tribe-events-list .tribe-events-event-image {
margin-top: 0.4em;
width: 30%;
float: left;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
text-align: justify;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
line-height: 1.8em;
}
.tribe-events-loop .tribe-events-content {
padding-right: 0;
} .tribe-events-day {
padding: 0;
}
.tribe-events-day #tribe-events-header {
display: none;
}
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
margin: 0 0 1em;
padding: 1em 2em;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
margin-left: 0;
}
.tribe-events-list .time-details {
font-style: italic;
} #tribe-events-content.tribe-events-single {
margin-top: 0;
}
.tribe-events-single #tribe-events-header {
display: none;
}
.tribe-events-back {
display: none;
}
.tribe-events-notices {
margin: 0 0 1em 0;
clear: both;
border-radius: 0;
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 2em;
line-height: 1.2em;
letter-spacing: 2px;
margin: 0;
text-align: center;
}
.tribe-events-notices + .tribe-events-single-event-title {
margin-top: 1.5em;
}
.tribe-events-schedule {
position: relative;
}
.tribe-events-schedule h2 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
display: block;
text-align: center;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
font-size: 1em;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
display: none;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-weight: 400;
}
.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events .tribe-events-schedule {
display: none;
}
.single-tribe_events .tribe-events-event-image {
float: left;
width: 40% !important;
margin: 0.4em 3% 2em 0;
}
.single-tribe_events .tribe-events-event-meta {
font-size: 1em;
line-height: 1.25em;
}
.single-tribe_events .tribe-events-cal-links:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.single-tribe_events .type-tribe_events {
padding-top: 0;
}
.single-tribe_events .tribe-events-single-section {
clear: none;
float: left;
width: 50%;
margin: 0;
padding: 3em 0 0;
border: none;
background-color: transparent;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
padding: 0;
margin: 0;
width: 40%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
width: 50%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map > div {
height: 250px !important;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group {
margin-left: 3em;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
margin-top: 0;
font-size: 1.2em;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
line-height: 1.4em;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
font-size: 1.0667em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
}
.single-tribe_events .tribe-events-venue-map {
margin: 0;
border-radius: 0;
}
.single-tribe_events #tribe-events-footer {
border-top: none;
}
.single-tribe_events .tribe-events-sub-nav li a:before,
.single-tribe_events .tribe-events-sub-nav li a:after {
display: inline-block;
line-height: inherit;
margin: 0 0.3em 0 0;
}
.single-tribe_events .tribe-events-sub-nav li a:after {
margin: 0 0 0 0.3em;
}
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next,
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next a {
text-align: right;
}
#tribe-events-footer:before,
#tribe-events-footer:after {
display: none;
} .tribe-events-list-widget .tribe-list-widget {
padding-left: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
margin-bottom: 1.5em;
padding: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events .tribe-event-title {
font-size: 1.2em;
margin: 0;
} .tribe-common.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
margin-right: 0.5em;
}
.tribe-common.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
border: none;
}
.tribe-common.tribe-events .tribe-events-c-messages__message--notice:before,
.tribe-common.tribe-events .tribe-events-c-ical__link:before {
display: none !important;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button:after,
.tribe-common.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
background-image: none;
}
.tribe-common.tribe-events .tribe-common-c-btn:focus,
.tribe-common.tribe-events a.tribe-common-c-btn:focus {
background-color: inherit;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
background: transparent;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button,
.single-tribe_events .tribe-events-cal-links .sc_button,
.single-tribe_events .tribe-events-cal-links .sc_button:hover,
.tribe-common.tribe-events .tribe-events-c-ical__link,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
padding: 0.45em 2em;
text-transform: uppercase;
background-color: transparent;
font-weight: 400;
font-size: 0.9em;
letter-spacing: 1px;
border: 2px solid;
border-radius: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:focus {
padding: 0.351em 2em;
letter-spacing: 1px;
border: 2px solid;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.tribe-events-c-top-bar__datepicker time.tribe-events-c-top-bar__datepicker-time span,
.tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-time {
font-size: 1.875rem;
line-height: 1em;
text-transform: capitalize;
}
.tribe-events .tribe-events-c-ical {
margin-top: 2rem;
}
.tribe-events .tribe-events-header__messages {
margin-bottom: 2rem;
}
.tribe-common.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-events-bar--border {
border: none;
}
.tribe-common.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input-control {
margin: 0 1rem 0 0;
}
.tribe-common.tribe-events .tribe-common-form-control-text__input {
padding: 0.6em 1em 0.6em 1.4em;
}
.tribe-common.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input {
margin: 0;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item button,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
text-transform: uppercase;
}
.tribe-common--breakpoint-medium.tribe-common button.tribe-common-h3 {
text-transform: none;
}
.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:not(.tribe-events-c-view-selector__list-item--active) a:hover,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item a:hover {
opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item button {
background: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-desktop:hover {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin {
border-bottom: none !important;
}
.tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title {
line-height: 1.1;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile .tribe-events-calendar-month__day-date {
font-size: 1.3em;
}
.tribe-events-c-view-selector__button,
.tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:not(.tribe-events-calendar-month__day-cell--selected),
.tribe-events-c-nav__list .tribe-events-c-nav__list-item button {
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
background-color: #fff;
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot + .tribe-common-c-loader__dot {
margin-left: 20px;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--first {
-webkit-animation: preloader_dot_one 1.5s infinite;
animation: preloader_dot_one 1.5s infinite;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--second {
-webkit-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--third {
-webkit-animation: preloader_dot_three 1.5s infinite;
animation: preloader_dot_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader_dot_one {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_one {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_two {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_two {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_three {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_three {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.tribe-events-event-meta:before,
.tribe-events .tribe-events-c-ical__link-icon-svg,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
background-color: transparent !important;
}
.tribe-events-single > .tribe_events {
display: block;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
text-decoration: none;
text-transform: none;
letter-spacing: 0;
}
.single-tribe_events abbr {
border-bottom: unset;
}
.single-tribe_events nav > ul {
padding-left: 0;
padding-right: 0;
}
.tribe-events-single .tribe-events-sub-nav {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
background-image: unset !important;
}
.tribe-events-single .tribe-events-sub-nav {
font-size: 1em;
}
.tribe-events-cal-links .tribe-events-gcal {
margin-right: 1.25em;
}
.tribe-events-venue-map > iframe {
height: 100% !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown {
font-size: inherit;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button {
background-color: transparent !important;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within .tribe-events-c-subscribe-dropdown__button-icon {
-webkit-transform: rotate(180deg) translateY(50%);
transform: rotate(180deg) translateY(50%);
}
.tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-common .tribe-events-calendar-day__event-title-link,
.tribe-common .tribe-events-calendar-list__event-title-link {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tribe-common .tribe-common-anchor {
border-bottom: unset !important;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
width: auto;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown,
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
display: none;
}
.tribe-common.tribe-events .tribe-events-l-container {
padding-bottom: 0;
}
.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
min-width: auto;
width: auto;
}
.tribe-events .tribe-events-c-messages__message {
display: block;
}
.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
top: 50px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
height: 33px;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
right: 20px;
}
.tribe-events-c-messages__message-list-item {
text-align: center;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within button,
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
outline: none;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
width: 100%;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
.tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common button.tribe-common-c-btn:focus,
.tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-events button.tribe-events-c-events-bar__search-button:focus,
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,
.tribe-common .tribe-common-form-control-text__input:focus,
.tribe-common a:focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus {
outline: none !important;
}
.tribe-common.tribe-events .tribe-common-h8 {
padding-top: 3px;
}
.tribe-common.tribe-events .tribe-common-c-svgicon--messages-not-found{
overflow: visible;
} form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
height: auto;
}
.give-total-wrap, .give-donation-levels-wrap {
display: inline-block;
}
.give-total-wrap {
vertical-align: top;
}
.give-form-grid-progress-bar .give-progress-bar,
.give-progress-bar {
height: 16px;
padding: 6px 8px;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.give-form-grid-progress-bar .give-progress-bar > span,
.give-progress-bar > span {
border-radius: 8px;
}
.give-goal-progress span.income {
font-size: 50px;
}
.form-grid-raised__details,
.give-goal-progress .raised {
font-size: 17px;
font-weight: 500;
}
.form-grid-raised__details > span:last-child {
font-size: inherit;
}
.form-grid-raised__details > span.goal {
margin-left: 5px;
}
.give-grid__item .give-goal-progress .raised {
margin-bottom: 15px;
}
.ua_ie_11 .give-wrap .give-grid.give-grid--2 .give-grid__item {
width: calc(50% - 30px);
padding: 0 15px;
}
#give-final-total-wrap, form.give-form.give-form-type-multi .form-row label {
display: none;
}
.give-modal #give-final-total-wrap, .give-modal form.give-form.give-form-type-multi .form-row label {
display: block;
}
#give-recurring-form .form-row:last-child, form.give-form .form-row:last-child, form[id*=give-form] .form-row:last-child {
margin-bottom: 11px;
}
.give-form-type-multi .give-submit-button-wrap {
text-align: center;
margin-top: 8px;
}
.give-form-type-multi .give-submit-button-wrap .give-submit {
float: none;
}
form.give-form .form-row input[type=text], form[id*=give-form] .form-row input[type=text], form.give-form .form-row input[type=email], form[id*=give-form] .form-row input[type=email] {
border-radius: 31px;
}
[id*=give-form] fieldset legend {
position: relative;
padding-top: 2em;
font-style: normal;
border: none;
background-color: transparent !important;
font-size: 24px;
font-weight: 700;
}
[id*=give-form] fieldset {
margin-top: 5px;
}
.give-total-wrap .give-donation-amount {
border-radius: 31px;
overflow: hidden;
}
.give-total-wrap .give-donation-amount .give-currency-symbol.give-currency-position-before {
border: none !important;
background: transparent !important;
padding: 1em 0.6em 1em 1.3em !important;
}
.give-form fieldset legend,
.give-form fieldset legend {
left: 0;
}
div form[id*=give-form] .give-donation-amount #give-amount {
border: 2px solid black;
border-radius: 31px;
width: 95px;
min-width: 96px;
padding: 0.9em;
}
ul.give-donation-levels-wrap li .give-donation-level-btn {
height: 56px;
padding: 8px 23px;
}
[id*=give-form].give-display-modal .give-btn, [id*=give-form].give-display-reveal .give-btn {
margin: 0;
}
[id*=give-form] div#give-sidebar-left, [id*=give-form] div.summary {
width: 100%;
float: none;
}
.give_forms-template-default.single.single-give_forms .give_forms {
text-align: center;
}
.give_forms-template-default.single.single-give_forms .give_forms .give-form-content-wrap p {
text-align: center !important;
}
.give_forms-template-default.single.single-give_forms .content {
width: 100% !important;
}
.give_forms-template-default.single.single-give_forms [class*=content_wrap] > .sidebar {
display: none;
visibility: hidden;
opacity: 0;
}
.give-wrap .give-card {
border: none;
}
.give-wrap .give-grid {
grid-gap: 2.5rem;
}
.give-submit-button-wrap {
position: relative;
}
.give-submit-button-wrap span.give-loading-animation {
position: absolute;
left: calc(50% - 11px);
top: -20px;
margin: 0;
}
.give-form-title {
display: none;
}
.give_terms_links {
margin-bottom: 1rem;
float: none;
}
#give_show_terms {
display: block;
text-align: right;
}
.give-wrap input[type=radio] {
display: none !important;
}
.give-form[id*=give-form] .set-price.give-donation-amount {
display: inline-block;
border-radius: 30px;
}
.give-form[id*=give-form] .set-price.give-donation-amount .give-currency-position-before {
border: none !important;
background: transparent !important;
padding: 1em 0.6em 1em 1.3em !important;
}
.give-form[id*=give-form] .set-price.give-donation-amount #give-amount-text {
border: 2px solid black;
border-radius: 31px;
width: 95px;
min-width: 96px;
padding: 0.9em;
}
.give-form[id*=give-form] .select_container select.give-select-level {
margin-bottom: 0;
}
.wc-blocks-components-select__container{
border: 1px solid hsla(0, 0%, 7%, .8);
}
.give-wrap .give-grid__item .give-card {
border-radius: 5px;
padding: 2.5rem 3em 3.2rem;
}
.give-form-grid-progress {
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;
background: transparent;
}
.give-form-grid-progress span.amount,
.give-wrap .give-card__progress .income {
font-size: 1.2em;
}
.form-grid-raised {
background: transparent;
}
.form-grid-raised__details {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.give-form-grid-container {
padding: 1.5rem;
}
.give-form-grid-progress,
.give-form-grid-content {
padding: 0;
}
.give-form-grid-progress-bar {
margin-top: 15px;
margin-bottom: 0;
}
.give-form-grid-content > h3.give-form-grid-content__title {
font-size: 1.333em !important;
font-weight: 500 !important;
line-height: 1.3 !important;
margin: 0.15em 0 0.75rem !important;
}
.give-form-grid-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
margin-bottom: 1em;
}
.give-form-grid-content button {
margin-left: auto;
padding: 0.36em 2em !important;
font-size: 0.889em;
text-decoration: none;
}
.give-form-grid-content button span {
color: inherit !important;
font-weight: 500;
}
.give-form-grid-content .give-form-grid-media {
min-width: 0;
}
.give-form-grid-progress-bar .give-progress-bar {
-webkit-box-shadow: none;
box-shadow: none;
}
table.give-table{
text-shadow: none;
}  .vc_col-sm-12 {
min-height: 0;
}
.vc_col-sm-12[class*=vc_col-lg-],
.vc_col-sm-12[class*=vc_col-md-],
.vc_col-sm-12[class*=vc_col-xs-] {
min-height: 1px;
}
.vc_row[data-vc-full-width]:not(.vc_parallax) {
overflow: visible;
}
.vc_row.vc_row-o-full-height {
min-height: 100vh !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0 !important;
}
.vc_row .wpb_column:not(.vc_col-sm-12) blockquote {
margin: 0;
} .vc_row.stripe_before,
.vc_row.stripe_after {
position: relative;
overflow: hidden;
padding-top: 500px;
margin-top: -500px;
padding-bottom: 500px;
margin-bottom: -500px;
}
.vc_row.stripe_before:before,
.vc_row.stripe_after:after {
content: " ";
position: absolute;
z-index: -1;
width: 100%;
height: 180%;
background-color: inherit;
}
.vc_row.stripe_before:before {
top: 0;
}
.vc_row.stripe_after:after {
bottom: 0;
} .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
padding: 2.4em 0;
}
.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p {
margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p + p {
margin-top: 1em;
} .vc_tta.vc_tta-accordion .vc_tta-panel-body,
.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
border: none !important;
background: transparent !important;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
margin-bottom: 1.6em;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
margin-top: 1.6em;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title {
font-size: 1em;
line-height: 1.3em;
text-transform: none;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
font-size: 1em;
font-weight: 500;
line-height: 1.64;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
padding-left: 4.2em;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
padding: 0.65em 1.65em 0.65em;
padding-right: 4.2em;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
border-radius: 3px;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title > a > .vc_tta-controls-icon {
left: 0;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title > a > .vc_tta-controls-icon {
right: 1.55em;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
width: 12px;
height: 12px;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.vc_tta.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel-heading .vc_tta-controls-icon {
border-radius: 5px;
}
.vc_tta.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel-heading .vc_tta-controls-icon {
border-radius: 50%;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 0;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus:before,
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
left: 50%;
right: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 9px;
border-width: 1px 0 0 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
top: 50%;
bottom: auto;
border-width: 0 0 0 1px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 9px;
}
.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel + .vc_tta-panel {
margin-top: 0.55rem;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
border-width: 0 2px 2px 0;
} .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
background-color: transparent;
border: none;
padding: 0.6em 1.8em 0.3em;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab {
margin-left: 0.8em;
} .vc_separator {
margin-top: 5em;
margin-bottom: 5em !important;
} .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 0;
height: 4px;
margin-top: 1.4em;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_bar {
height: 4px;
border-radius: 0;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar + .vc_single_bar {
margin-top: 3.3em;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
display: block;
width: 100%;
position: absolute;
z-index: 1;
top: -1.625em;
left: 0;
font-size: 1.0667em;
line-height: 1.5em;
font-weight: 400;
font-style: normal;
padding: 0;
text-shadow: none;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units {
position: absolute;
z-index: 1;
top: 1px;
right: 0;
font-size: 0.875em;
font-style: italic;
} .vc_message_box {
padding: 1.4em 0.875em 1.4em 4.9em;
}
.vc_message_box-solid-icon {
padding-left: 7em;
}
.vc_message_box-icon {
width: 4.5em;
}
.vc_message_box .vc_message_box-icon > * {
font-size: 1.8em;
}
.vc_message_box-solid-icon .vc_message_box-icon {
width: 5em;
font-size: 1em;
font-weight: 400;
}
.vc_message_box:not(.vc_message_box-solid-icon) .vc_message_box-icon > * {
left: auto;
right: 0.6em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.vc_message_box-outline .vc_message_box-icon i {
color: inherit;
}
.vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon {
color: #f4524d;
}
.vc_color-orange.vc_message_box-outline, .vc_color-orange.vc_message_box-solid-icon {
color: #e39a31;
}
.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i,
.vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon {
color: #9dbf00;
}
.vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon {
border-color: #9dbf00;
}
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i {
background-color: #9dbf00;
}
.vc_message_box_closeable {
position: relative;
}
.vc_message_box_closeable:after {
content: "\e8ac";
font-family: "fontello";
font-size: 1.5em;
line-height: 1em;
font-weight: 400;
padding: 1em;
color: inherit;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .wpb_text_column[class*=scheme_]:not([class*=sc_extra_bg_]) {
padding: 2rem 2.4rem;
}
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child,
.wpb_text_column h6:first-child {
margin-top: 0;
} .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}  .woocommerce table th,
.woocommerce table td {
border-width: 0;
} .woocommerce ul.products:before,
.woocommerce-page ul.products:before,
.woocommerce .products ul:before,
.woocommerce-page .products ul:before,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
display: none;
}
.woocommerce .list_products_header,
.woocommerce-page .list_products_header {
display: none;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 1em;
}
.woocommerce .woocommerce-breadcrumb-delimiter,
.woocommerce .woocommerce-breadcrumb-item {
display: inline-block;
vertical-align: baseline;
}
.woocommerce .woocommerce-breadcrumb-delimiter {
margin: 0 0.5em;
}
.woocommerce .woocommerce-breadcrumb-delimiter:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce .post_item_single .woocommerce-breadcrumb {
display: none;
}
.woocommerce.sidebar_show .post_item_single .woocommerce-breadcrumb {
margin-top: 0;
}
.woocommerce .post_item_single .summary > .woocommerce-breadcrumb {
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce .page-title {
margin: 0;
}
.woocommerce .great_lotus_shop_mode_buttons,
.woocommerce-page .great_lotus_shop_mode_buttons {
float: left;
font-size: 14px;
margin: 0.65em 0.8em 1.25em 0;
display: block;
}
.woocommerce .great_lotus_shop_mode_buttons a + a,
.woocommerce-page .great_lotus_shop_mode_buttons a + a {
margin-left: 0.5em;
}
#btn-buy,
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
margin-top: 0;
border-radius: 7px;
}
.woocommerce ul.products li.product .add_to_cart:before,
.woocommerce div.product form.cart .button:before {
content: "\e93d";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce .post_featured.hover_shop .icons a:hover {
background-position: left bottom !important;
}
.woocommerce ul.products li.product.outofstock a[class*=add_to_cart] {
display: none;
}
.woocommerce ul.products li.product .outofstock_label {
position: absolute;
z-index: 1;
top: 1.7em;
right: -2.3em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 10em;
height: 2em;
line-height: 2em;
font-size: 10px;
letter-spacing: 0.5px;
background-color: #a00000;
color: #fff;
text-align: center;
display: block;
}
.woocommerce .woocommerce-result-count {
margin: 0.5em 0.5em 1.2em 0;
}
.woocommerce .woocommerce-ordering {
margin-top: 0em;
margin-bottom: 2em;
}
.sidebar_show.woocommerce ul.products.columns-4,
.sidebar_show.woocommerce-page ul.products.columns-4,
.woocommerce ul.products.columns-5,
.woocommerce-page ul.products.columns-5,
.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-6,
.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-7,
.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-8 {
font-size: 0.9286em;
}
.sidebar_show.woocommerce ul.products.columns-4 a.button,
.sidebar_show.woocommerce-page ul.products.columns-4 a.button,
.woocommerce ul.products.columns-5 a.button,
.woocommerce-page ul.products.columns-5 a.button,
.woocommerce ul.products.columns-6 a.button,
.woocommerce-page ul.products.columns-6 a.button {
padding: 1em 1.5em;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
margin-right: -30px;
margin-bottom: 0;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.woocommerce .products.related ul.products li.product > .post_item.post_layout_thumbs {
height: auto;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
margin: 0;
clear: none;
padding: 0 30px 15px 0;
position: relative;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product,
.woocommerce ul.products li.product.column-1_1,
.woocommerce-page ul.products li.product.column-1_1,
.woocommerce .related.products ul.products.columns-1 li.product,
.woocommerce-page .related.products ul.products.columns-1 li.product,
.woocommerce .related.products ul.products li.product.column-1_1,
.woocommerce-page .related.products ul.products li.product.column-1_1,
.woocommerce .upcells.products ul.products.columns-1 li.product,
.woocommerce-page .upcells.products ul.products.columns-1 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_1,
.woocommerce-page .upcells.products ul.products li.product.column-1_1 {
width: 100%;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products li.product.column-1_2,
.woocommerce-page ul.products li.product.column-1_2,
.woocommerce .related.products ul.products.columns-2 li.product,
.woocommerce-page .related.products ul.products.columns-2 li.product,
.woocommerce .related.products ul.products li.product.column-1_2,
.woocommerce-page .related.products ul.products li.product.column-1_2,
.woocommerce .upcells.products ul.products.columns-2 li.product,
.woocommerce-page .upcells.products ul.products.columns-2 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_2,
.woocommerce-page .upcells.products ul.products li.product.column-1_2 {
width: 50%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product.column-1_3,
.woocommerce-page ul.products li.product.column-1_3,
.woocommerce .related.products ul.products.columns-3 li.product,
.woocommerce-page .related.products ul.products.columns-3 li.product,
.woocommerce .related.products ul.products li.product.column-1_3,
.woocommerce-page .related.products ul.products li.product.column-1_3,
.woocommerce .upcells.products ul.products.columns-3 li.product,
.woocommerce-page .upcells.products ul.products.columns-3 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_3,
.woocommerce-page .upcells.products ul.products li.product.column-1_3 {
width: 33.3333333333%;
}
.woocommerce.columns-4 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products li.product.column-1_4,
.woocommerce-page ul.products li.product.column-1_4,
.woocommerce .related.products ul.products.columns-4 li.product,
.woocommerce-page .related.products ul.products.columns-4 li.product,
.woocommerce .related.products ul.products li.product.column-1_4,
.woocommerce-page .related.products ul.products li.product.column-1_4,
.woocommerce .upcells.products ul.products.columns-4 li.product,
.woocommerce-page .upcells.products ul.products.columns-4 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_4,
.woocommerce-page .upcells.products ul.products li.product.column-1_4 {
width: 25%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products li.product.column-1_5,
.woocommerce-page ul.products li.product.column-1_5,
.woocommerce .related.products ul.products.columns-5 li.product,
.woocommerce-page .related.products ul.products.columns-5 li.product,
.woocommerce .related.products ul.products li.product.column-1_5,
.woocommerce-page .related.products ul.products li.product.column-1_5,
.woocommerce .upcells.products ul.products.columns-5 li.product,
.woocommerce-page .upcells.products ul.products.columns-5 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_5,
.woocommerce-page .upcells.products ul.products li.product.column-1_5 {
width: 20%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products li.product.column-1_6,
.woocommerce-page ul.products li.product.column-1_6,
.woocommerce .related.products ul.products.columns-6 li.product,
.woocommerce-page .related.products ul.products.columns-6 li.product,
.woocommerce .related.products ul.products li.product.column-1_6,
.woocommerce-page .related.products ul.products li.product.column-1_6,
.woocommerce .upcells.products ul.products.columns-6 li.product,
.woocommerce-page .upcells.products ul.products.columns-6 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_6,
.woocommerce-page .upcells.products ul.products li.product.column-1_6 {
width: 16.6666666667%;
}
.woocommerce.columns-7 ul.products li.product,
.woocommerce-page.columns-7 ul.products li.product,
.woocommerce ul.products.columns-7 li.product,
.woocommerce-page ul.products.columns-7 li.product,
.woocommerce ul.products li.product.column-1_7,
.woocommerce-page ul.products li.product.column-1_7,
.woocommerce .related.products ul.products.columns-7 li.product,
.woocommerce-page .related.products ul.products.columns-7 li.product,
.woocommerce .related.products ul.products li.product.column-1_7,
.woocommerce-page .related.products ul.products li.product.column-1_7,
.woocommerce .upcells.products ul.products.columns-7 li.product,
.woocommerce-page .upcells.products ul.products.columns-7 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_7,
.woocommerce-page .upcells.products ul.products li.product.column-1_7 {
width: 14.2857142857%;
}
.woocommerce.columns-8 ul.products li.product,
.woocommerce-page.columns-8 ul.products li.product,
.woocommerce ul.products.columns-8 li.product,
.woocommerce-page ul.products.columns-8 li.product,
.woocommerce ul.products li.product.column-1_8,
.woocommerce-page ul.products li.product.column-1_8,
.woocommerce .related.products ul.products.columns-8 li.product,
.woocommerce-page .related.products ul.products.columns-8 li.product,
.woocommerce .related.products ul.products li.product.column-1_8,
.woocommerce-page .related.products ul.products li.product.column-1_8,
.woocommerce .upcells.products ul.products.columns-8 li.product,
.woocommerce-page .upcells.products ul.products.columns-8 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_8,
.woocommerce-page .upcells.products ul.products li.product.column-1_8 {
width: 12.5%;
}
.woocommerce ul.products li.product-category mark,
.woocommerce-page ul.products li.product-category mark {
background: none;
}
.woocommerce ul.products li.product .post_item,
.woocommerce-page ul.products li.product .post_item {
margin-bottom: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product .post_featured {
overflow: hidden;
margin-bottom: 0;
border: none;
}
.woocommerce .related ul.products li.product .post_featured {
overflow: hidden;
margin-bottom: 0;
border: none;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_item,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
margin: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
font-size: 11px;
width: 4em;
height: 4em;
line-height: 4.2em;
margin: 0;
padding: 0;
right: 5%;
text-transform: uppercase;
top: 5%;
}
.woocommerce ul.products li.product.outofstock .onsale,
.woocommerce-page ul.products li.product.outofstock .onsale {
right: 12%;
}
.woocommerce ul.products li.product strong {
margin-top: 0.5em;
}
.woocommerce ul.products li.product .post_data,
.woocommerce-page ul.products li.product .post_data {
padding: 2.2em 5px;
text-align: center;
overflow: hidden;
}
.woocommerce ul.products li.product.outofstock .post_featured:not(.hover_none) + .post_data .button,
.woocommerce-page ul.products li.product.outofstock .post_featured:not(.hover_none) + .post_data .button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_external,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_external,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped {
display: none;
}
.woocommerce ul.products li.product .post_header .post_tags {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .post_header,
.woocommerce-page ul.products li.product .post_header {
margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 24px;
line-height: 30px;
font-weight: 500;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
font-size: 18px;
line-height: 1em;
font-weight: 500;
margin: 0.8em auto;
}
.woocommerce ul.products.columns-5 li.product .post_data,
.woocommerce-page ul.products.columns-5 li.product .post_data,
.woocommerce ul.products.columns-6 li.product .post_data,
.woocommerce-page ul.products.columns-6 li.product .post_data {
padding: 1em 0.5em;
}
.woocommerce ul.products.columns-5 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-5 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-5 li.product h3,
.woocommerce ul.products.columns-5 li.product .price,
.woocommerce-page ul.products.columns-5 li.product .price,
.woocommerce ul.products.columns-6 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-6 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-6 li.product h3,
.woocommerce ul.products.columns-6 li.product .price,
.woocommerce-page ul.products.columns-6 li.product .price {
font-size: 1em;
line-height: 1.3em;
font-weight: 400;
}
.woocommerce ul.products.columns-5 li.product .post_featured .icons,
.woocommerce ul.products.columns-6 li.product .post_featured .icons {
display: none !important;
}
span.amount {
line-height: 1em;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
font-weight: inherit;
font-style: inherit;
}
.woocommerce ul.products li.product .price del {
display: inline-block;
margin-right: 6px;
font-size: 0.8em;
opacity: 1;
text-decoration: none;
position: relative;
}
.woocommerce ul.products li.product .price del:before {
content: " ";
position: absolute;
z-index: 1;
top: 45%;
left: 0;
width: 100%;
height: 1px;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_data,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.woocommerce .shop_mode_thumbs ul.products li.product .post_data_inner,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data_inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: stretch;
-webkit-box-pack: stretch;
justify-content: stretch;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price_wrap,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price {
margin: 1em auto;
} .woocommerce .shop_mode_list ul.products li.product,
.woocommerce-page .shop_mode_list ul.products li.product {
overflow: hidden;
margin: 0;
float: none;
width: 100% !important;
}
.woocommerce .shop_mode_list ul.products li.product .post_item,
.woocommerce-page .shop_mode_list ul.products li.product .post_item {
overflow: hidden;
text-align: left;
border: none;
}
.woocommerce .shop_mode_list ul.products li.product + li.product .post_item,
.woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item {
border-top: 1px solid #ddd;
margin-top: 3em;
padding-top: 5em;
}
.woocommerce .shop_mode_list ul.products li.product .post_data,
.woocommerce-page .shop_mode_list ul.products li.product .post_data {
height: auto;
overflow: hidden;
text-align: left;
padding: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_featured,
.woocommerce-page .shop_mode_list ul.products li.product .post_featured {
float: left;
margin: 0 2em 0 0;
width: 33%;
max-width: 270px;
position: relative;
border: 1px solid #ddd;
}
.woocommerce .shop_mode_list ul.products li.product .description,
.woocommerce-page .shop_mode_list ul.products li.product .description {
margin-bottom: 1.5em;
line-height: 1.3em;
overflow: hidden;
max-height: 6.6em;
}
.woocommerce .shop_mode_list ul.products li.product-category .description,
.woocommerce-page .shop_mode_list ul.products li.product-category .description {
border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .post_content,
.woocommerce-page .shop_mode_list ul.products li.product .post_content {
margin: 1.2em 0 1.6em;
}
.woocommerce .shop_mode_list ul.products li.product .description p,
.woocommerce-page .shop_mode_list ul.products li.product .description p,
.woocommerce .shop_mode_list ul.products li.product .description ul,
.woocommerce-page .shop_mode_list ul.products li.product .description ul {
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.3em;
}
.woocommerce .shop_mode_list ul.products li.product .price,
.woocommerce-page .shop_mode_list ul.products li.product .price {
margin: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_data .add_to_cart_button,
.woocommerce-page .shop_mode_list ul.products li.product .post_data .add_to_cart_button,
.woocommerce .shop_mode_list ul.products li.product .post_data .added_to_cart,
.woocommerce-page .shop_mode_list ul.products li.product .post_data .added_to_cart {
margin-top: 2em;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
padding: 1.3em 0 0 1em;
vertical-align: top;
line-height: 1em;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
display: none;
} .woocommerce .products .star-rating {
float: none;
margin: 0.6em auto -0.6em;
}
.woocommerce ul.products li.product .post_header {
position: relative;
overflow: visible;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.7em;
width: 5.4em;
margin: 1em auto 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
font-size: 0.7em;
width: 6em;
}
.woocommerce .shop_mode_list .products .star-rating,
.woocommerce .shop_mode_list ul.products li.product .star-rating {
position: relative;
top: auto;
left: auto;
font-size: 0.8em;
float: none;
margin: 0.5em 0 0;
-webkit-transform: none;
transform: none;
}
.woocommerce .products .star-rating:before,
.woocommerce .products .star-rating span {
top: 1px;
} .woocommerce-links-more + .woocommerce-pagination {
display: none;
}  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
margin: 0 0 0.5em 1em;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
margin-bottom: 2.5rem;
line-height: 1.2em;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-info,
.woocommerce-message {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: 15px;
}
.woocommerce .wc-block-components-notice-banner {
border-width: 3px 0 0;
border-radius: 0;
font-size: 1em;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
padding: 1.27em 1.75em !important;
text-decoration: none;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
opacity: 1;
}
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
margin-left: 16px;
}
.woocommerce .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-NoticeGroup-checkout .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
-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;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
display: none;
} .woocommerce div.product .product_title {
margin: -0.25em 0 0.25em;
} .woocommerce div.product p.price,
.woocommerce div.product span.price {
position: relative;
font-size: 1.8em;
font-weight: 400;
}
.woocommerce div.product p.price {
margin: 0 0 1.5em;
}
.woocommerce div.product p.price ins {
text-decoration: none;
font-style: normal;
font-weight: 400;
}
.woocommerce div.product p.price del {
font-size: 0.75em;
font-weight: 400;
font-style: normal;
} .woocommerce-main-image {
position: relative;
display: block;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
margin-bottom: 4em;
}
.woocommerce.sidebar_show div.product div.images,
.woocommerce-page.sidebar_show div.product div.images,
.woocommerce.sidebar_show #content div.product div.images,
.woocommerce-page.sidebar_show #content div.product div.images {
width: 100%;
float: none;
}
.woocommerce.sidebar_hide div.product div.images,
.woocommerce-page.sidebar_hide div.product div.images,
.woocommerce.sidebar_hide #content div.product div.images,
.woocommerce-page.sidebar_hide #content div.product div.images {
width: 45%;
float: left;
}
.woocommerce div.product div.images img {
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
margin-bottom: 6px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0 6px 6px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
max-width: none;
display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
border: none;
}
.woocommerce div.product div.images .flex-viewport {
border: 1px solid #ddd;
margin-bottom: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin: 0 -6px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 0 6px 6px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product span.onsale {
position: absolute;
z-index: 1;
top: 2em;
left: 2em;
width: 5.5em;
height: 5.5em;
line-height: 5.8em;
font-size: 12px;
margin: 0;
padding: 0;
text-transform: uppercase;
pointer-events: none;
}
.woocommerce div.product div.thumbnails > div,
.woocommerce div.product div.thumbnails > ul {
max-height: 12em;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
margin-right: 1.5%;
width: 18.5%;
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce #content div.product div.thumbnails a:hover,
.woocommerce div.product div.thumbnails a:hover,
.woocommerce-page #content div.product div.thumbnails a:hover,
.woocommerce-page div.product div.thumbnails a:hover {
border-style: solid;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
margin-right: 2.6666%;
width: 23%;
}
.woocommerce #content div.product div.thumbnails.columns-3 a,
.woocommerce div.product div.thumbnails.columns-3 a,
.woocommerce-page #content div.product div.thumbnails.columns-3 a,
.woocommerce-page div.product div.thumbnails.columns-3 a {
margin-right: 3.5%;
width: 31%;
}
.woocommerce #content div.product div.thumbnails a:before,
.woocommerce div.product div.thumbnails a:before,
.woocommerce-page #content div.product div.thumbnails a:before,
.woocommerce-page div.product div.thumbnails a:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce #content div.product div.thumbnails a:hover:before,
.woocommerce div.product div.thumbnails a:hover:before,
.woocommerce-page #content div.product div.thumbnails a:hover:before,
.woocommerce-page div.product div.thumbnails a:hover:before {
background-color: rgba(255, 255, 255, 0.4);
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
clear: none;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a:nth-child(4n+1),
.woocommerce div.product div.thumbnails a:nth-child(4n+1),
.woocommerce-page #content div.product div.thumbnails a:nth-child(4n+1),
.woocommerce-page div.product div.thumbnails a:nth-child(4n+1) {
clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
margin-top: 4px;
} .woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
margin-bottom: 4em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.sidebar_show #content div.product div.summary,
.woocommerce-page.sidebar_show #content div.product div.summary,
.woocommerce.sidebar_show div.product div.summary,
.woocommerce-page.sidebar_show div.product div.summary {
width: 100%;
float: none;
}
.woocommerce.sidebar_hide #content div.product div.summary,
.woocommerce-page.sidebar_hide #content div.product div.summary,
.woocommerce.sidebar_hide div.product div.summary,
.woocommerce-page.sidebar_hide div.product div.summary {
width: 55%;
padding-left: 5em;
float: right;
}
.woocommerce.single_product_layout_stretched #content div.product div.summary,
.woocommerce-page.single_product_layout_stretched #content div.product div.summary,
.woocommerce.single_product_layout_stretched div.product div.summary,
.woocommerce-page.single_product_layout_stretched div.product div.summary {
width: 52%;
padding: 3em;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.woocommerce.single_product_layout_stretched.sidebar_show #content div.product div.summary,
.woocommerce-page.single_product_layout_stretched.sidebar_show #content div.product div.summary,
.woocommerce.single_product_layout_stretched.sidebar_show div.product div.summary,
.woocommerce-page.single_product_layout_stretched.sidebar_show div.product div.summary {
width: 100%;
}
.woocommerce #content div.product div.summary:after,
.woocommerce div.product div.summary:after,
.woocommerce-page #content div.product div.summary:after,
.woocommerce-page div.product div.summary:after {
content: " ";
float: none;
clear: both;
width: 100%;
height: 0;
display: block;
} .woocommerce .product_meta span {
display: block;
}
.woocommerce .product_meta span span {
display: inline;
}
.woocommerce .product_meta span,
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
font-weight: 400;
}
.woocommerce div.product .product_meta span > a,
.woocommerce div.product .product_meta span > span {
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
}
.woocommerce div.product .summary .stock {
font-size: 12px;
font-weight: bold;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 1px;
} .woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
padding: 0;
margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce .shop_table.cart div.quantity,
.woocommerce-page .shop_table.cart div.quantity {
margin: 0 0.5em 0 0;
width: 6em;
height: 2.93em;
position: relative;
}
.woocommerce .shop_table.cart div.quantity,
.woocommerce-page .shop_table.cart div.quantity {
margin: 0 auto;
width: 6em;
}
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span,
.woocommerce .shop_table.cart div.quantity span,
.woocommerce-page .shop_table.cart div.quantity span {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 1.5em;
height: 50%;
line-height: 1.5em;
text-align: center;
cursor: pointer;
}
.woocommerce div.product form.cart div.quantity span.q_inc {
border-top-right-radius: 5px;
}
.woocommerce div.product form.cart div.quantity span.q_dec {
border-bottom-right-radius: 5px;
}
.woocommerce div.product form.cart div.quantity span.q_dec,
.woocommerce-page div.product form.cart div.quantity span.q_dec,
.woocommerce .shop_table.cart div.quantity span.q_dec,
.woocommerce-page .shop_table.cart div.quantity span.q_dec {
top: auto;
bottom: 0;
border-top: 1px solid #ffffff;
}
.woocommerce div.product form.cart div.quantity span:before,
.woocommerce-page div.product form.cart div.quantity span:before,
.woocommerce .shop_table.cart div.quantity span:before,
.woocommerce-page .shop_table.cart div.quantity span:before {
font-family: "fontello";
}
.woocommerce div.product form.cart div.quantity span.q_inc:before,
.woocommerce-page div.product form.cart div.quantity span.q_inc:before,
.woocommerce .shop_table.cart div.quantity span.q_inc:before,
.woocommerce-page .shop_table.cart div.quantity span.q_inc:before {
content: "\e835";
}
.woocommerce div.product form.cart div.quantity span.q_dec:before,
.woocommerce-page div.product form.cart div.quantity span.q_dec:before,
.woocommerce .shop_table.cart div.quantity span.q_dec:before,
.woocommerce-page .shop_table.cart div.quantity span.q_dec:before {
content: "\e828";
}
.woocommerce div.product form.cart div.quantity input[type=number],
.woocommerce-page div.product form.cart div.quantity input[type=number],
.woocommerce .shop_table.cart div.quantity input[type=number],
.woocommerce-page .shop_table.cart div.quantity input[type=number] {
width: 100%;
height: 100%;
padding: 0;
font-size: 1.25em;
}
.woocommerce div.product form.cart div.quantity .screen-reader-text {
display: none !important;
} .woocommerce div.product form.cart .group_table {
margin-bottom: 1.8em;
}
.woocommerce div.product form.cart .group_table td {
padding: 1.8em 1em;
vertical-align: middle;
} .woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
padding: 0 0 0.5em;
background-color: transparent;
}
.woocommerce div.product form.cart .variations .label {
font-weight: 400;
vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
font-weight: 400;
}
.woocommerce div.product form.cart .reset_variations {
font-style: italic;
font-size: 1em;
letter-spacing: 0;
}
.woocommerce-variation-price {
margin: 2em 0 1em;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
font-size: 0.9333em;
line-height: 1.25em;
font-weight: 400;
padding: 0;
margin: 0;
}
.woocommerce td.product-name dl.variation dd {
padding-left: 0.5em;
}
.woocommerce .reset_variations {
display: none !important;
} .woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist {
float: left;
width: auto;
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce .product div:not(.yith_buttons_wrap) > .compare {
float: left;
margin-bottom: 2em;
margin-right: 2em;
}
.woocommerce .product div.woocommerce-tabs + .compare,
.woocommerce .product div.woocommerce-tabs + .compare + .yith-wcwl-add-to-wishlist,
.woocommerce .product div.woocommerce-product-gallery__image + .compare,
.woocommerce .product div.woocommerce-product-gallery__image + .compare + .yith-wcwl-add-to-wishlist {
margin-top: 2em;
margin-bottom: 0;
}
.woocommerce .product .compare:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
content: "\e8a8";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before {
content: "\e8aa";
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
content: "\e8aa";
}
.woocommerce .product .compare:before {
content: "\e8e7";
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > .feedback,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > .feedback {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: 1em;
font-size: 0.923em;
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > .feedback:before,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > .feedback:before {
content: "(";
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > .feedback:after,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > .feedback:after {
content: ")";
}
.woocommerce ul.products li.product .yith_buttons_wrap {
position: absolute;
z-index: 2000;
top: 1em;
left: 1em;
border: 1px solid #ddd;
-webkit-transform: translateX(-60%);
transform: translateX(-60%);
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
opacity: 0;
}
.woocommerce .related.products ul.products li.product .post_item .yith_buttons_wrap {
top: -1em;
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
}
.woocommerce .related.products ul.products li.product .post_item:hover .yith_buttons_wrap {
-webkit-transform: translateX(-60%);
transform: translateX(-60%);
}
.mobile_layout.woocommerce ul.products li.product .yith_buttons_wrap,
.woocommerce ul.products li.product .post_item:hover .yith_buttons_wrap {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.woocommerce ul.products li.product .yith_buttons_wrap > :nth-child(n+1) {
border-top: 1px dotted #eee;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist {
margin: 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div {
position: relative;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap > a,
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > a {
display: block;
position: relative;
z-index: 2;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.woocommerce ul.products li.product .yith_buttons_wrap > a:before,
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > span {
display: none !important;
}
.woocommerce ul.products li.product .yith_buttons_wrap a > .tooltip {
display: inline-block;
vertical-align: top;
pointer-events: none;
padding: 6px 10px;
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1;
top: 0;
left: 100%;
margin-left: 10px;
white-space: nowrap;
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
border-width: 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap a > .tooltip:before {
content: " ";
position: absolute;
z-index: 1;
top: 50%;
left: -7px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 0 0 4px 7px;
border-bottom-color: inherit;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: transparent !important;
}
.woocommerce ul.products li.product .yith_buttons_wrap a:hover > .tooltip {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.woocommerce ul.products.columns-5 li.product .yith_buttons_wrap .tooltip,
.woocommerce ul.products.columns-6 li.product .yith_buttons_wrap .tooltip {
padding: 3px 6px;
font-size: 10px;
line-height: 14px;
}
.woocommerce table.wishlist_table {
font-size: 1em;
}
.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
font-size: 1.25em;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
display: inline-block !important;
} .woocommerce div.product .product_meta {
clear: both;
} .woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
background: #ffffff;
border: none;
padding: 0 6px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border: none;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
font-weight: 400;
padding: 0.75em 2em;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2em;
display: none;
}
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce-page div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2 {
margin: 0 0 1em;
font-size: 1.5385em;
font-weight: 400;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs h3,
.woocommerce #content div.product .woocommerce-tabs h3,
.woocommerce-page div.product .woocommerce-tabs h3,
.woocommerce-page #content div.product .woocommerce-tabs h3 {
font-size: 1.5385em;
margin-bottom: 0.25em !important;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs p,
.woocommerce #content div.product .woocommerce-tabs p,
.woocommerce-page div.product .woocommerce-tabs p,
.woocommerce-page #content div.product .woocommerce-tabs p {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs p + p,
.woocommerce #content div.product .woocommerce-tabs p + p,
.woocommerce-page div.product .woocommerce-tabs p + p,
.woocommerce-page #content div.product .woocommerce-tabs p + p {
margin-top: 0.5em;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2 {
display: none;
} .single_product_layout_stretched div.product .trx-stretch-width-wrap {
clear: both;
}
.single_product_layout_stretched div.product .woocommerce-tabs {
padding: 4em 0;
}
.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
padding: 3em;
}
.single_product_layout_stretched div.product .trx-stretch-width,
.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
border: none;
padding: 3em 0 0 0;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs {
padding-left: 0;
margin-bottom: -1px;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs:before,
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs:after {
display: none;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li {
border: none !important;
background-color: transparent !important;
margin: 0 !important;
padding: 0 !important;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li a {
position: relative;
font-size: 1.2em;
line-height: 1.5em;
padding: 0 !important;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent !important;
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
margin-top: 1em;
border-top: 1px solid #ddd;
}
.single_product_layout_stretched div.product .woocommerce-tabs #review_form_wrapper {
margin-top: 1em;
} .woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
font-weight: 400;
text-align: left;
} .woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
float: right;
margin-top: 0.15em;
margin-bottom: 1em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
margin-top: 4px;
margin-bottom: 4px;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
width: 5.5em;
height: 1.2em;
margin-top: 4px;
margin-bottom: 4px;
} .woocommerce #reviews {
display: block;
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
}
.woocommerce #reviews #comments,
.woocommerce #comments + #review_form_wrapper {
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
font-style: inherit;
font-weight: inherit;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
padding: 0;
margin: 0 0 0 4em;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li + li,
.woocommerce #reviews #comments ol.commentlist ul.children {
padding-top: 1.5em;
margin-top: 1.5em;
border-top: 1px dotted #ddd;
}
.woocommerce .woocommerce-tabs .form-submit {
display: block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
background: none;
border: none;
padding: 0;
width: 4em;
float: left;
margin: 0 1.5em 0.5em 0;
position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin: 0;
padding: 0;
border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p + p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p + p {
margin-top: 0.3em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
margin-top: -5px;
margin-bottom: 4px;
font-size: 0.9333em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 1em;
font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
font-style: italic;
letter-spacing: 0;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
height: 10em;
font-weight: 400;
overflow: auto;
}
.woocommerce #review_form #respond #reply-title {
font-size: 1.5385em;
line-height: 1.25em;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 0.2em;
}
.woocommerce #review_form #respond p {
margin: 0 0 1.5em;
}
.woocommerce #review_form #respond p.comment-form-rating,
.woocommerce #review_form #respond p.comment-form-rating .stars {
margin-bottom: 0;
}
.woocommerce #review_form #respond p.stars {
margin-bottom: 0;
}
.woocommerce .comment-form .comment-form-author label,
.woocommerce .comment-form .comment-form-email label {
display: block;
} .single-product .related {
margin-top: 5em;
padding-top: 4em;
border-top: 1px solid #ddd;
}
.single-product .woocommerce-tabs + .related,
.single-product .trx-stretch-width-wrap + .related,
.single_product_layout_stretched .related {
padding-top: 0;
border-top: none;
}
.single-product .related h2 {
text-align: center;
margin-top: 0;
}
.single-product ul.products li.product .post_item {
padding: 0em;
position: relative;
}
.single-product ul.products li.product .post_featured {
margin: 0;
min-height: 11em;
}
.single-product ul.products li.product .post_featured.hover_shop .icons {
top: 60%;
height: 40%;
}
.single-product ul.products li.product .post_data {
position: absolute;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0 !important;
}
.single-product ul.products li.product .post_item:hover .post_data {
opacity: 1;
}
.single-product ul.products li.product .post_data_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
padding: 1.5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.single-product ul.products li.product .post_data .post_header {
position: relative;
}
.single-product ul.products li.product .post_data .post_header .post_tags {
font-size: 1em;
}
.single-product ul.products li.product .post_data .post_header h3,
.single-product ul.products li.product .post_data .post_header .woocommerce-loop-product__title {
font-size: 1.6667em;
}
.single-product ul.products li.product .post_data .price {
font-size: 1.6667em;
line-height: 1.25em;
margin: 1em 0;
}
.single-product ul.products li.product .post_data .add_to_cart_wrap,
.single-product ul.products li.product .post_data .button {
display: inline-block;
vertical-align: top;
}
.single-product ul.products li.product .post_data .add_to_cart_wrap + .button {
margin-left: 1em;
}
.single-product ul.products li.product .post_data .button {
padding: 1.1em 2em;
}
.single-product ul.products li.product .post_data .button.compare {
position: static;
}
.single-product .footer_copyright_wrap {
margin-top: 5em;
}
.single-product .footer_logo_wrap + .footer_copyright_wrap,
.single-product .footer_socials_wrap + .footer_copyright_wrap,
.single-product .footer_menu_wrap + .footer_copyright_wrap {
margin-top: 0;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
} .woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
border-radius: 50%;
background: url(//plugins/woocommerce/images/shop-cat-bg-1.jpg) center center no-repeat;
padding: 1em;
overflow: hidden;
} .woocommerce ul.products li.product.product-category .thumb_wrapper img,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
-moz-transform: scale(1.7) translate(15%, 15%);
-ms-transform: scale(1.7) translate(15%, 15%);
-o-transform: scale(1.7) translate(15%, 15%);
}
.woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-1.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-2.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-3.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-4.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-5.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-6.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category img,
.woocommerce-page ul.products li.product.product-category img {
width: 100%;
height: auto;
}
.woocommerce ul.products li.product.product-category h3,
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category h3,
.woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title {
margin-bottom: 0;
border-bottom: none;
}
.woocommerce ul.products li.product.product-category mark.count,
.woocommerce-page ul.products li.product.product-category mark.count {
font-weight: 400;
font-style: normal;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
line-height: 37px;
}  .woocommerce a.remove {
margin-top: 0.5em;
text-align: left;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
color: #e05100 !important;
background-color: transparent !important;
}
.woocommerce table.shop_table {
border-collapse: collapse;
margin-bottom: 2em;
border: none;
}
.woocommerce table.shop_table tr:first-child th {
border-style: solid;
border-width: 0 0 1px 0 !important;
}
.woocommerce table.shop_table tr:nth-child(n+1) th:first-child,
.woocommerce table.shop_table tr:nth-child(n+1) td:first-child,
.woocommerce table.shop_table td {
border-style: solid;
border-width: 1px 0;
}
.woocommerce .shop_table p {
margin: 0;
}
.woocommerce .shop_table a.remove {
margin: 0 auto;
font-weight: 400;
text-align: center;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
padding: 0 0 1em 3.75em;
overflow: hidden;
}
.woocommerce.widget_shopping_cart ul.cart_list li {
padding: 0 0 1em 5.25em;
overflow: hidden;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
clear: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before {
display: none;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: 400;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
width: 3em;
float: none;
margin: 0;
position: absolute;
z-index: 1;
top: 6px;
left: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img {
left: 1.5em;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
overflow: hidden;
font-size: 12px;
border-left-width: 1px;
padding-left: 8px;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
padding: 0;
margin: 0;
}
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
font-weight: 400;
margin-right: 0.3em;
}
.woocommerce ul.product_list_widget li dl dt:before,
.woocommerce-page ul.product_list_widget li dl dt:before {
content: " ";
display: block;
width: 100%;
height: 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
margin-right: 2em;
}
.woocommerce.widget_shopping_cart .quantity,
.woocommerce .widget_shopping_cart .quantity,
.woocommerce-page.widget_shopping_cart .quantity,
.woocommerce-page .widget_shopping_cart .quantity {
margin: 0.1em 0 0;
display: inline-block;
}
.woocommerce ul.cart_list li > .amount,
.woocommerce ul.product_list_widget li > .amount,
.woocommerce-page ul.cart_list li > .amount,
.woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount,
.woocommerce ul.product_list_widget li span .amount,
.woocommerce-page ul.cart_list li span .amount,
.woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce-page ul.cart_list li ins .amount,
.woocommerce-page ul.product_list_widget li ins .amount {
font-size: 1em;
font-weight: 400;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li ins,
.woocommerce-page ul.product_list_widget li ins {
text-decoration: none;
font-style: normal;
}
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del,
.woocommerce-page ul.cart_list li del,
.woocommerce-page ul.product_list_widget li del {
font-size: 0.875em;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
font-size: 1em;
padding: 0.75em 0 0;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page.widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
font-size: 1.2857em;
font-weight: 400;
} .woocommerce .widget_layered_nav_filters > ul > li {
padding: 0 0.625em 0.5em 0;
display: block;
}
.woocommerce .widget_layered_nav_filters > ul > li:before {
display: none;
}
.woocommerce .widget_layered_nav ul {
padding-left: 1.2em;
}
.woocommerce .widget_layered_nav_filters > ul > li a,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
background-color: transparent;
border: none;
padding: 0;
} .woocommerce .widget_rating_filter ul li .star-rating {
vertical-align: middle;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
margin-bottom: 1.4em;
height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
border-radius: 50%;
width: 12px;
height: 12px;
margin-left: -6px;
top: -4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 4px;
top: 0px;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 1em;
line-height: 2.5em;
}
.woocommerce .widget_price_filter .price_slider_amount span {
font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 14px;
}   .woocommerce.widget_rating_filter ul li:before {
display: none !important;
} aside.woocommerce .product-title,
aside.woocommerce .mini_cart_item > a:not(.remove) {
display: block;
line-height: 1.5em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode > * {
vertical-align: middle;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container {
display: inline-block;
width: 43%;
margin-right: 0.3em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container + .select_container {
margin-left: 0.3em;
margin-right: 0;
}
.widget.WOOCS_CONVERTER .button {
margin-top: 1em;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
height: auto;
padding: 1em 0 1em 1em;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
background: none;
}
.widget.WOOCS_SELECTOR .chosen-container-single .chosen-drop {
margin-top: 1px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 4px;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li {
background-position: right center !important;
}
.yith-woocompare-widget ul.products-list {
padding-left: 0;
}
.yith-woocompare-widget ul.products-list li:before {
display: none;
}
.yith-woocompare-widget ul.products-list li .remove {
margin-top: 0;
}
.yith-woocompare-widget a.compare {
float: left;
}
.yith-woocompare-widget a.clear-all {
display: inline-block;
float: right;
} .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
vertical-align: middle;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
font-weight: 400;
padding-left: 0.75em;
padding-right: 0;
width: 4em;
font-size: 0.8421em;
line-height: 1em;
}
.woocommerce table.cart .product-remove,
.woocommerce #content table.cart .product-remove,
.woocommerce-page table.cart .product-remove,
.woocommerce-page #content table.cart .product-remove,
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
text-align: center;
width: 40px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 40px;
}
.woocommerce table.cart .product-name,
.woocommerce #content table.cart .product-name,
.woocommerce-page table.cart .product-name,
.woocommerce-page #content table.cart .product-name {
text-align: left !important;
}
.woocommerce table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page table.cart td,
.woocommerce-page #content table.cart td {
padding: 12px;
text-align: center;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
border-bottom: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: 10.7em;
margin-right: 0.5em;
}
.woocommerce table.cart td.actions .coupon + .button,
.woocommerce #content table.cart td.actions .coupon + .button,
.woocommerce-page table.cart td.actions .coupon + .button,
.woocommerce-page #content table.cart td.actions .coupon + .button {
float: right;
}
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
text-align: center;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
font-size: 1.5em;
line-height: 1.3em;
font-weight: 400;
margin: 1em 0 0.6em;
}
.woocommerce .cart-collaterals .cart-subtotal .amount,
.woocommerce-page .cart-collaterals .cart-subtotal .amount {
font-size: 1em;
font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
padding: 12px;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
padding: 12px;
font-weight: 700;
text-align: left;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
font-size: 1em;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 100px;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
text-indent: 0;
margin: 0.1em 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form,
.woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
margin: 1em 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
font-size: 1em;
font-weight: 400;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: block;
}
form.checkout.woocommerce-checkout .select_container:before, form.checkout.woocommerce-checkout .select_container::after,
form.woocommerce-shipping-calculator .select_container:before,
form.woocommerce-shipping-calculator .select_container::after {
display: none;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1em;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
line-height: 1.5em;
}
.woocommerce form .form-row label.inline {
margin-left: 1em;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.4855em;
}
.woocommerce form.checkout_coupon {
padding-bottom: 0.6em;
}
.woocommerce form.checkout_coupon p + p {
float: left;
padding-left: 0.3em;
}
.woocommerce-checkout h3 {
margin-bottom: 0.6em;
margin-top: 0;
}
.woocommerce .checkout input[type=checkbox] {
display: inline;
position: static !important;
clip: auto;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
display: inline-block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
font-weight: 400;
}
.woocommerce .checkout table.shop_table {
margin-bottom: 3em;
}
.woocommerce .checkout table.shop_table th,
.woocommerce .checkout table.shop_table td {
text-align: left;
}
.woocommerce .checkout table.shop_table tfoot th {
text-align: right;
}
.woocommerce .checkout table.shop_table tfoot td,
.woocommerce .checkout table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table .cart-subtotal .amount,
.woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td,
.woocommerce-page table.shop_table .shipping td {
font-weight: 400;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
clear: none;
float: left;
margin-bottom: 30px;
}
.woocommerce .checkout #order_review,
.woocommerce-page .checkout #order_review {
margin-bottom: 3em;
}
.woocommerce .checkout #order_review_heading,
.woocommerce-page .checkout #order_review_heading {
padding-top: 1.825em;
}
.woocommerce .checkout #order_review .order-total .amount,
.woocommerce-page .checkout #order_review .order-total .amount {
letter-spacing: 0;
}
.woocommerce .checkout #order_review .payment_methods li,
.woocommerce-page .checkout #order_review .payment_methods li {
list-style: none;
}
.woocommerce .checkout #order_review .payment_methods li label,
.woocommerce-page .checkout #order_review .payment_methods li label {
display: inline-block;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
margin: -5px 0.5em 0;
max-height: 30px;
}
.woocommerce-checkout #payment div.payment_box:after {
top: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background-color: transparent;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
border-top: 1px solid #ddd;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
line-height: 1.7em;
float: none;
}
.woocommerce .order_details.woocommerce-thankyou-order-details {
padding: 1em;
}
.woocommerce .order_details.woocommerce-thankyou-order-details li strong {
font-weight: 400;
margin-top: 0.2em;
}
.woocommerce .shop_table.order_details th,
.woocommerce .shop_table.customer_details th {
text-align: left;
}
.woocommerce .shop_table.order_details tfoot th {
text-align: right;
}
.woocommerce .shop_table.order_details td.product-name strong {
font-style: normal;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
font-size: 1em;
line-height: 1em;
list-style: none;
}
.woocommerce .woocommerce-customer-details address {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce form .form-row #createaccount {
margin-right: 4px;
vertical-align: middle;
}
.woocommerce form .form-row input[type=radio] + label:before,
.woocommerce form .form-row input[type=checkbox] + label:before {
top: 10px;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper label {
padding-left: 0;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
width: auto;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before {
display: none;
} .woocommerce form .form-row label.inline input[type=checkbox] {
display: inline;
position: relative !important;
clip: auto;
top: 2px;
}
.woocommerce-account h2,
.woocommerce-account .address .title h3 {
margin: 1em 0 0.4em;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content .woocommerce-Address-title a {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
float: left;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li + li {
border-top: 1px dotted #ddd;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 1.2em 0 0.8em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.woocommerce table.my_account_orders {
font-size: 1em;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table tfoot tr:last-child td {
font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 75%;
float: right;
}
.woocommerce-MyAccount-content .my_account_orders th {
text-align: left;
}
.woocommerce-MyAccount-content .my_account_orders .button {
padding: 0;
background-color: transparent !important;
}
.woocommerce-MyAccount-content .my_account_orders .button + .button:before {
content: "|";
display: inline-block;
line-height: inherit;
margin: 0 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
position: relative;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
display: inline-block;
margin-top: 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
display: inline-block;
vertical-align: text-top;
margin: 0 0 0 2em;
text-decoration: underline;
float: none !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
margin-top: 2em;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
top: -1em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
padding: 10px 8px 7px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
margin-top: 0;
}
.woocommerce .woocommerce-address-fields .select_container:before {
top: 2px;
right: 2px;
}
.woocommerce .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
} .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
display: table-row-group;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
display: table-row;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
display: table-cell;
text-align: left !important;
vertical-align: top;
}
.woocommerce table.shop_table_responsive tr td.product-price,
.woocommerce-page table.shop_table_responsive tr td.product-price,
.woocommerce table.shop_table_responsive tr td.product-quantity,
.woocommerce-page table.shop_table_responsive tr td.product-quantity,
.woocommerce table.shop_table_responsive tr td.product-subtotal,
.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
text-align: center !important;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.quantity .screen-reader-text {
display: none !important;
}
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
white-space: normal;
} .trx_addons_woocommerce_search_form_text {
padding-right: 10px;
}
.trx_addons_woocommerce_search_form_button .trx_addons_woocommerce_search_button:before {
padding-right: 10px;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text] {
width: 4em;
text-align: center;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list {
display: none;
position: absolute;
z-index: 1;
top: 2em;
left: 50%;
margin-left: -100px;
width: 200px;
height: auto;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
padding: 1em;
text-align: center;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
width: 20%;
text-align: right;
display: inline-block;
vertical-align: middle;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_type_select {
position: relative;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_options {
display: inline-block;
vertical-align: middle;
width: 80%;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
cursor: pointer;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text],
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
width: auto;
border: none;
border-bottom: 2px solid #ddd;
background-color: transparent !important;
color: #ddd;
padding: 0.2em;
margin: 0 0.3em;
border-radius: 0 !important;
}
.pswp--open {
z-index: 999999;
} #modal {
position: static !important;
background: none !important;
overflow: visible;
padding: 0 !important;
}
#modal #elegro-reset-wrapper {
margin: 2em 0 3em;
}
#modal #elegro-reset-wrapper .elegro-widget {
margin: 0 !important;
}
#modal:not(:empty) + #btn-buy,
#modal:not(:empty) ~ #btn-buy {
display: none;
}
.woocommerce ul.products li.product .post_featured.hover_shop .product_out_stock:not(.product_type_external),
.woocommerce ul.products li.product .post_featured.hover_shop + .post_data a.button {
display: none;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
vertical-align: middle;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.woocommerce ins {
font-weight: 400;
font-style: normal;
}
.woocommerce-input-wrapper {
position: relative;
}
.woocommerce form .form-row .input-checkbox {
margin: -8px 8px 0 0;
}
.select2-container .select2-selection--single {
height: 54px;
}
.woocommerce ul.order_details {
padding-left: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display: block;
margin-bottom: 1rem;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
top: auto;
display: inherit;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code {
padding: calc(0.61em - 2px) 1.7em;
line-height: 1.72em;
}
.woocommerce ul#shipping_method li label {
display: inline-block;
}
.woocommerce .comment-form .comment-form-author label,
.woocommerce .comment-form .comment-form-email label {
display: block;
} .woocommerce-tabs .comment-form label {
padding-bottom: 0.5em;
display: block;
}
.woocommerce #gdpr_woo_consent_field label.checkbox {
position: relative;
padding-left: 1.4em;
display: block;
}
.woocommerce form .form-row .input-checkbox {
margin-top: 0 !important;
}
.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock:not(.product_type_external) + a {
margin-left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.woocommerce table.shop_table tr:last-child td {
border-bottom: 0;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
border: 2px solid #ddd;
}
.wc-blocks-components-select__container .select_container:after{
display: none;
} .trx_addons_accent_bg {
padding: 0 0.4em 3px;
line-height: 1.4;
}
.trx_addons_tooltip:hover {
display: inline-block;
}
.trx_addons_tooltip:before {
font-size: 16px;
font-weight: 500;
padding: 0.46em 1em;
white-space: nowrap;
border-radius: 4px !important;
}
.trx_addons_dropcap {
border-radius: 5px;
font-size: 2.667em;
font-weight: 500;
text-transform: uppercase;
width: 1.54em;
height: 1.54em;
line-height: 1.6em;
margin: 0.65rem 1.5rem 0 0;
}
ul[class*=trx_addons_list] > li:before {
top: 0.1em;
left: -0.6em;
font-size: 20px;
}
ul[class*=trx_addons_list] {
padding-left: 0.7em;
}
ul[class*=trx_addons_list] > li + li {
margin-top: 0.69em;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
font-weight: 500;
}
.sc_table table td {
font-size: 0.889em;
}
.sc_table table th {
padding: 1.05em 1.15em;
}
.sc_table table td {
padding: 1.3em 1em;
}
.sc_table > p {
display: none;
}
.sc_table table tr:first-child > *:first-child {
border-top-left-radius: 5px;
}
.sc_table table tr:first-child > *:last-child {
border-top-right-radius: 5px;
}
.sc_table table tr:last-child > *:first-child {
border-bottom-left-radius: 5px;
}
.sc_table table tr:last-child > *:last-child {
border-bottom-right-radius: 5px;
}
.sc_form_field {
display: block;
margin-bottom: 1.6em;
}
.sc_button_text {
vertical-align: baseline;
}
.sc_button {
vertical-align: middle;
}
.sc_form_default .sc_form_field_button {
margin-bottom: 0;
}
.sc_button + .sc_button {
margin-left: 1.9em;
}
.widget.widget_block h2,
.widget .widget_title,
.widget .widgettitle {
margin-top: 0;
margin-bottom: 1em;
font-size: 2em;
font-weight: 500;
line-height: 1;
text-align: center;
}
.sidebar .widget {
padding: 4.24em 1.75em 0;
position: relative;
}
.sidebar .widget:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.sidebar .widget:after {
content: "\e95f";
font-family: Fontello, serif;
font-size: 1.6em;
position: absolute;
top: 1.5em;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
}
.sidebar .widget li {
font-weight: 500;
}
.widget ul > li:before {
width: 4px;
height: 4px;
line-height: 4px;
border-radius: 50%;
}
.sidebar .widget.widget_search {
padding: 3.5em 2em 2em;
border-radius: 5px;
margin-top: 2.4em;
}
.sidebar .widget.widget_search:not(:first-child) {
margin-top: 5.2em;
}
.sidebar .widget.widget_search:before {
top: -2.55em;
}
.sidebar .widget input[type=search] {
margin-right: 3em;
width: calc(100% - 3.3em);
padding-right: 1.5em !important;
}
.sidebar .widget_block .wp-block-search__button {
padding-left: 1em;
padding-right: 1em;
}
.sidebar .widget_block input.wp-block-search__input {
margin-right: 0;
}
.sidebar .widget_block.widget_search form:after,
.footer_wrap .widget_search form:after {
display: none;
}
.sidebar .widget.widget_search:after {
top: 1.2em;
}
.sidebar .widget.widget_search input.search-submit {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.widget.widget_recent_comments ul {
padding-left: 0;
line-height: 1.72;
}
.widget.widget_recent_comments ul li:before {
display: none;
}
.widget.widget_recent_comments ul li .comment-author-link {
font-weight: 500;
}
.widget.widget_recent_comments ul li + li {
margin-top: 1.25em;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
margin: 0 0 4px 0;
text-align: left;
line-height: 1.72em;
font-weight: 500;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
float: left;
width: 4.45em;
height: 4.45em;
margin: 0.4em 0.9em 4px 0;
overflow: hidden;
border-radius: 5px;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
font-weight: 500;
text-transform: uppercase;
}
aside .post_item + .post_item {
margin-top: 1.3em;
}
.wp-block-calendar caption,
.sidebar .widget_calendar caption {
font-size: 1em;
font-weight: 500;
line-height: 1.11;
padding: 0.72em 0;
border-radius: 5px;
margin-bottom: 1rem;
}
.wp-block-calendar a,
.widget_calendar a {
text-decoration: none;
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
text-transform: none;
font-size: 16px !important;
font-weight: 400;
line-height: 2.5;
}
.widget_calendar td#today:before {
border-radius: 5px;
}
.widget_calendar td#today:before {
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
}
.widget_calendar tfoot {
text-transform: uppercase;
}
.widget_calendar td#prev a:before {
content: "\e939";
}
.widget_calendar td#next a:before {
content: "\e93a";
}
.widget_product_tag_cloud a:before,
.wp-block-tag-cloud a:before,
.widget_tag_cloud a:before {
position: absolute;
content: "";
left: -0.2em;
right: -0.2em;
width: auto;
height: 3px;
bottom: -0.5em;
opacity: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.widget_product_tag_cloud a:hover:before,
.wp-block-tag-cloud a:hover:before,
.widget_tag_cloud a:hover:before {
opacity: 1;
}
.widget_product_tag_cloud,
.wp-block-tag-cloud,
.widget_tag_cloud {
text-align: center;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 62px;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
font-weight: 500 !important;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
display: none;
}
.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding: 1em 1.25em;
}
.sc_layouts_menu_nav > li li > a {
padding: 0.16em 2em;
}
.menu_hover_slide_line > ul > li#blob {
height: 5px;
margin-top: 2.9em;
border-radius: 3px;
}
.menu_hover_slide_line > ul > li#blob:before {
content: "";
position: absolute;
left: -0.55em;
right: -0.55em;
width: auto;
top: 0;
height: auto;
bottom: 0;
border-radius: 3px;
}
.sc_layouts_menu_nav > li ul {
border-radius: 3px;
}
.sc_layouts_menu_nav > li > ul {
top: 5.3em;
left: 50%;
margin-left: -6.25em;
}
.sc_layouts_menu_nav > li ul {
width: 12.5em;
padding: 1.95em 0;
text-align: center;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
left: 12.5em;
top: -1.95em;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -12.5em;
}
.sc_layouts_row_type_compact .sc_button:not(.sc_button_simple) {
padding: 0.61em 2.6em;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sc_layouts_row_type_compact {
padding: 2.17em 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
top: 50%;
-webkit-transform: translatey(-50%);
transform: translatey(-50%);
}
.sc_layouts_title {
padding: 5.55em 0 6.65em;
}
.sc_layouts_title_breadcrumbs {
margin-top: 0;
}
.breadcrumbs {
margin-top: 0.35em;
font-size: 1em;
line-height: 1.78;
font-weight: 500;
}
.breadcrumbs .breadcrumbs_delimiter {
margin: 0 0.25em;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
font-size: 1.333em;
font-weight: 500;
line-height: 1.01;
margin-bottom: 1.2em;
}
.footer_wrap .textwidget {
font-size: 0.889em;
font-weight: 400;
line-height: 1.43;
}
.footer_wrap .socials_wrap {
margin: -8px 0 0 0;
}
.footer_wrap .socials_wrap .social_item {
margin: 8px 1.5em 0 0;
}
.slider_swiper .swiper-slide {
border-radius: 5px;
overflow: hidden !important;
}
.trx_addons_video_player.with_cover .video_mask,
.trx_addons_video_player.with_cover img {
border-radius: 5px;
}
.trx_addons_video_player.with_cover .video_mask {
background: rgba(0, 0, 0, 0.4);
opacity: 0.8;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 1 !important;
margin-left: 25px !important;
}
.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 1 !important;
margin-right: 25px !important;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 5px;
}
.mejs-controls .mejs-horizontal-volume-slider {
width: 120px;
}
.sidebar .mejs-controls .mejs-horizontal-volume-slider, .footer_wrap .mejs-controls .mejs-horizontal-volume-slider {
width: 56px;
}
.mejs-controls .mejs-horizontal-volume-total {
width: calc(100% - 14px) !important;
top: 12px;
margin: 0 7px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 6px 7px;
width: calc(100% - 14px);
}
.mejs-controls .mejs-time-rail {
margin: 12px 0 0;
}
.mejs-controls .mejs-horizontal-volume-current {
top: 6px;
}
.mejs-controls .mejs-horizontal-volume-total:before {
content: "";
position: absolute;
left: -7px;
right: -7px;
top: 0;
bottom: 0;
width: auto;
height: auto;
border-radius: 8px;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item {
margin: 0 2.5em;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
font-size: 1.667em;
font-weight: 500;
line-height: 1.27;
text-transform: uppercase;
top: 49%;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
font-size: 1em;
font-style: italic;
line-height: 1.33;
margin-top: 0.6rem;
letter-spacing: 0;
}
.sc_content_accented {
border-radius: 5px;
}
.sc_push_large {
margin-top: -21.35em;
}
.sc_padding_medium {
padding: 4.05em 12.8% 4.45em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 1.45em;
}
body .gm-style,
body .sc_googlemap,
body .sc_googlemap > div {
border-radius: 5px;
overflow: hidden;
}
.post-body {
text-align: center;
padding: 0.5em 3em 0;
}
.post_featured + .post-body {
padding-top: 2.9em;
}
.post_layout_excerpt.sticky .post-body {
padding-bottom: 3.2em;
padding-top: 2.9em;
}
.post_layout_excerpt.sticky .post_meta {
display: none;
}
.post_layout_excerpt .post_featured {
position: relative;
}
.post-exc .post_featured:before,
.related_item_style_2 .post_featured:before,
.post_layout_excerpt .post_featured:before {
content: "\e95f";
font-family: Fontello, serif;
position: absolute;
bottom: 5px;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
font-size: 64px;
z-index: 1;
}
.post-exc .post_featured:after,
.related_item_style_2 .post_featured:after,
.post_layout_excerpt .post_featured:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: 81px;
z-index: 0;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 44, 56, 0.8)), color-stop(70%, rgba(34, 44, 56, 0)), color-stop(70%, rgba(34, 44, 56, 0)), to(rgba(34, 44, 56, 0)));
background: linear-gradient(to top, rgba(34, 44, 56, 0.8) 0%, rgba(34, 44, 56, 0) 70%, rgba(34, 44, 56, 0) 70%, rgba(34, 44, 56, 0) 100%);
}
.post_layout_excerpt.post_format_audio .post_featured:after,
.post_layout_excerpt.post_format_audio .post_featured:before {
display: none;
}
.nav-links:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.nav-links {
padding-top: 3em;
position: relative;
}
.post_item_single .post_content .post_meta_label {
font-weight: 500;
margin-right: 0.7rem;
}
.post-exc .post_content > p {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
margin-bottom: 1.35em;
}
.post-exc .post_content > p.has-small-font-size {
font-size: 13px;
}
.post-exc .post_content > p.has-large-font-size {
font-size: 36px;
}
.related_wrap .post_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1.27;
}
.comment_text_wrap {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
}
.comments_list_wrap .comment_content {
padding: 1em 1.6em 1.55em;
position: relative;
}
.comments_list_wrap .comment_content:before {
content: "";
position: absolute;
left: -6px;
top: 1.2em;
width: 10px;
height: 10px;
-webkit-transform: skew(-45deg);
transform: skew(-45deg);
}
.comments_form_wrap {
position: relative;
}
.comments_form_wrap:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.comments_pagination {
margin-top: 1em;
}
.remove_margins .nav-links {
margin-bottom: 7rem;
}
.sc_item_title.sc_align_center:not(h3) {
padding-top: 2rem;
position: relative;
}
.sc_item_title.sc_align_center:not(h3):before {
position: absolute;
content: "\e95f";
font-family: Fontello, serif;
left: 0;
top: -4px;
font-size: 29px;
line-height: 1;
}
.sc_item_title.sc_align_center:not(h3):before {
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
}
.sc_icons .sc_icons_icon {
width: 140px;
height: 140px;
line-height: 140px;
border-radius: 50%;
text-align: center;
}
.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 50px;
line-height: inherit;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content,
.sc_title + .booked-calendar-shortcode-wrap {
margin-top: 2.6em;
}
.sc_icons_item_title {
text-transform: none;
font-size: 1.333em;
font-weight: 500;
line-height: 1.01;
letter-spacing: 0;
}
.sc_icons .sc_icons_icon > span {
display: none;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform: none !important;
transform: none !important;
}
.sc_icons_item_linked .sc_icons_item_description,
.sc_icons_item_linked .sc_icons_item_title {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sc_icons_item .sc_icons_item_description {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
margin-top: 1.2em;
}
.sc_icons .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_icon + .sc_icons_item_description {
margin-top: 1.6em;
}
.widget_contacts .contacts_info > span.contacts_address:before {
left: -3px;
top: 2px;
}
.widget_contacts .contacts_info span.contacts_address:before {
font-family: Fontello, serif;
content: "\e95b";
font-size: 25px;
}
.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
padding: 0 !important;
}
.widget_contacts .contacts_info .contacts_left > *,
.widget_contacts .contacts_info .contacts_right > * {
white-space: normal;
}
.widget_contacts .contacts_info .contacts_left {
padding-right: 2em;
}
.widget_contacts .contacts_info .contacts_left > :before {
right: 5px;
}
.widget_contacts .contacts_info .contacts_right {
padding-left: 2em;
}
.widget_contacts .contacts_info .contacts_right > :before {
left: 5px;
}
.widget_contacts .contacts_info {
line-height: 1.85em;
font-weight: 500;
}
.wpb_column.sc_shift_y_small,
.sc_content.sc_shift_y_small {
top: 3.8em;
}
.wpb_column.sc_shift_x_small_negative,
.sc_content.sc_shift_x_small_negative {
left: -5.6em;
}
.descr_16px .sc_item_descr {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
}
.descr_16px .sc_item_descr p {
margin-bottom: 3.05rem;
}
.sc_form_title,
.sc_form_description {
margin-bottom: 3.3rem;
}
.sc_form textarea {
min-height: 17.4em;
}
.sc_form_default .sc_form_field_button {
text-align: center;
}
.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
margin-top: 2.2em;
}
.sc_item_title.sc_align_center {
max-width: 90%;
margin: auto;
}
.sc_item_descr.sc_align_center {
max-width: 74%;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
padding: 3.82em 0 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-list {
display: inline-block;
padding: 0;
border-radius: 5px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
border: 0;
border-radius: 5px !important;
font-size: 1em;
font-weight: 500;
line-height: 1.33;
padding: 0.85em 1.8em 0.78em;
}
.vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
margin-top: 0;
position: relative;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab {
margin-left: 0;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:not(.vc_active) + .vc_tta-tab:before {
content: "";
width: 2px;
height: 1.1em;
position: absolute;
z-index: 1;
top: 0.9em;
left: -1.5px;
opacity: 1;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab.vc_active:before,
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab:hover:before,
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover + .vc_tta-tab:before {
opacity: 0;
}
.sc_courses_promo .sc_courses_item_thumb {
border-radius: 5px;
overflow: hidden;
}
.sc_courses_promo .sc_courses_item_thumb + .sc_courses_item_info,
.sc_courses_promo .sc_courses_item_thumb {
display: inline-block;
width: 49%;
vertical-align: top;
max-width: 570px;
}
.sc_courses_promo .sc_courses_item_thumb + .sc_courses_item_info {
margin-left: 2.6%;
width: 48.4%;
}
.sc_courses_promo .sc_courses_item_title {
margin: 0 0 1em;
display: none;
}
.sc_courses_promo .sc_courses_item_info {
margin-top: -0.5em;
}
.sc_courses_default .sc_courses_item_price,
.sc_courses_default .sc_courses_item_meta,
.sc_courses_promo .sc_courses_item_meta {
font-size: 1em;
font-weight: 500;
line-height: 1.33;
margin-top: 2.3em;
}
.sc_courses_default .sc_courses_item_date {
font-style: normal;
}
.sc_courses_default .sc_courses_item_meta_duration:before,
.sc_courses_promo .sc_courses_item_meta_date:before {
content: "\e964";
font-family: Fontello, serif;
font-size: 24px;
line-height: 1;
margin-right: 1.3rem;
margin-top: -5px;
display: inline-block;
vertical-align: top;
}
.sc_courses_default .sc_courses_item_price,
.sc_courses_promo .sc_courses_item_price {
margin-top: 0.85rem;
}
.sc_courses_default .sc_courses_item_price:before,
.sc_courses_promo .sc_courses_item_price:before {
content: "\e966";
font-family: Fontello, serif;
font-size: 24px;
line-height: 1;
margin-right: 1.3rem;
margin-top: -2px;
display: inline-block;
vertical-align: top;
}
.sc_courses_promo .sc_courses_item_thumb a img {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
filter: none;
-webkit-filter: grayscale(0%);
border-radius: 5px;
width: 100%;
}
.sc_courses_promo .sc_courses_item_thumb a:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter: grayscale(100%); }
.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
padding: 1.27em 1.7em;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured:before,
.sc_team_short .sc_team_item_thumb:before,
.sc_courses_default .sc_courses_item_thumb:before,
.sc_services_default .sc_services_item_thumb:before {
content: "\e95f";
font-family: Fontello, serif;
position: absolute;
bottom: 5px;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
font-size: 64px;
z-index: 1;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured:after,
.sc_team_short .sc_team_item_thumb:after,
.sc_courses_default .sc_courses_item_thumb:after,
.sc_services_default .sc_services_item_thumb:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: 81px;
z-index: 0;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 44, 56, 0.8)), color-stop(90%, rgba(34, 44, 56, 0)), color-stop(90%, rgba(34, 44, 56, 0)), to(rgba(34, 44, 56, 0)));
background: linear-gradient(to top, rgba(34, 44, 56, 0.8) 0%, rgba(34, 44, 56, 0) 90%, rgba(34, 44, 56, 0) 90%, rgba(34, 44, 56, 0) 100%);
}
.sc_services_light .sc_services_item_title,
.sc_services_default .sc_services_item_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1.01;
}
.sc_services_light .sc_services_item_content,
.sc_services_default .sc_services_item_content {
font-size: 16px;
font-weight: 400;
line-height: 1.43;
margin-top: 1.4em;
}
.sc_services_default .sc_services_item_info {
padding: 2.3em 2em 2.5em;
text-align: center;
}
h1.sc_item_title + .sc_item_descr {
font-size: 1em;
font-weight: 500;
line-height: 1.78;
}
h1.sc_item_title.sc_align_center:before {
font-size: 63px;
top: -6px;
}
h1.sc_item_title.sc_align_center {
padding-top: 3.9rem;
}
.sc_services_light .sc_services_item_icon {
width: 120px;
height: 120px;
line-height: 120px;
font-size: 2.8em;
border-radius: 50%;
text-align: center;
margin: auto;
}
.sc_services_light .sc_services_item_featured_top .sc_services_item_info {
padding-top: 2em;
}
.sc_services_light .sc_services_item_button {
margin: 2em 0 0;
}
.blue-devider:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.sc_content_width_1_1 {
z-index: 1;
}
.sc_float_center {
z-index: 1;
overflow: hidden;
}
.sc_content_wrap .sc_float_center {
z-index: 0;
}
.sc_content_wrap .sc_item_descr p:last-child {
margin-bottom: 0;
}
.sc_push_medium {
margin-top: -20.5em;
}
.sc_courses_default .sc_courses_item_info {
padding: 3em 0 1.35em;
}
.sc_courses_default .sc_courses_item_thumb {
border-radius: 5px;
overflow: hidden !important;
}
.sc_courses_default .sc_courses_item_title {
font-size: 2em;
font-weight: 500;
line-height: 1;
}
.sc_courses_default .sc_courses_text {
margin-top: 2.2rem;
}
.sc_events_full .sc_events_item {
height: auto;
position: relative;
padding: 0;
text-align: left;
border-radius: 5px;
}
.sc_events_full .sc_events_item .sc_events_title {
margin: 0 0 0.85em;
}
.sc_events_full .event-date {
margin-bottom: 0.7rem;
font-size: 16px;
font-weight: 400;
line-height: 1.44;
}
.sc_events_full .event-featured {
display: inline-block;
width: 270px;
vertical-align: top;
position: relative;
}
.sc_events_full .event-content {
display: inline-block;
width: calc(100% - 270px);
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 0;
padding: 3.68rem 3.6rem;
}
.sc_events_full .sc_button {
padding: 0.65em 2.6em 0.72em;
}
.sc_events_full .post_featured {
margin-bottom: 0;
}
.sc_events_item_descr {
font-size: 16px;
font-weight: 400;
line-height: 1.43;
}
.sc_events_item_descr p:last-child {
margin-bottom: 0;
}
.sc_events_full .sc_item_title + .sc_item_columns {
margin-top: 4.5em;
}
.sc_events_item + .sc_events_item {
margin-top: 30px;
}
.sc_team_short .sc_team_item_thumb {
border-bottom: 0;
margin-bottom: 2.9rem;
}
.sc_team_columns_wrap .sc_team_item {
text-align: center;
}
.sc_team_short .sc_team_item_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1.25;
}
.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
font-size: 1em;
line-height: 1.5;
font-style: normal;
letter-spacing: 0;
margin-top: 0.6em;
margin-bottom: 1.4em;
}
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
-webkit-transition: all ease 0.3s !important;
transition: all ease 0.3s !important;
}
.team_member_page .team_member_socials .social_item {
display: inline-block;
margin: 0 16px 3px 0;
}
.team_member_page .team_member_socials {
margin: 2em 0 0 0;
text-align: center;
}
.sc_donations_info {
border-radius: 5px;
padding: 2.5rem 0 3.2rem;
}
.sc_donations_info .don-right,
.sc_donations_info .don-left {
display: inline-block;
vertical-align: top;
}
.sc_donations_info .don-right {
width: 226px;
}
.sc_donations_info .don-left {
width: calc(100% - 226px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 3em;
}
.sc_donations_info .sc_donations_scale {
border-radius: 8px;
height: 16px;
padding: 6px 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0.7rem;
margin-top: 1.8rem;
}
.sc_donations_info .sc_donations_scale_raised {
height: 4px;
}
.sc_donations_info .sc_donations_data {
font-size: 16px;
font-weight: 500;
line-height: 1.43;
margin-top: 0;
}
.don-left .sc_donations_goal {
float: left;
}
.don-left .sc_donations_raised {
float: right;
}
.sc_donations_info .sc_donations_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1;
}
.don-right .sc_donations_data_percent {
display: block;
height: 112px;
line-height: 100px;
text-align: center;
border-radius: 5px 5px 0 0;
width: 150px;
font-size: 2.667em;
font-weight: 500;
margin: 0 auto -10px;
}
.don-right .sc_donations_item_button .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
padding-left: 0;
padding-right: 0;
width: 100%;
text-align: center;
}
.don-right .sc_donations_item_button {
width: 150px;
margin: auto;
}
.sc_donations_info .sc_donations_title {
margin: 0.7rem 0 0 !important;
}
.sc_donations_excerpt {
font-size: 16px;
font-weight: 400;
line-height: 1.43;
}
.sc_donations_info .sc_donations_excerpt {
margin: 0.8em 0 0;
}
.post_raised_title,
.post_goal_title {
font-size: 1em;
font-weight: 500;
line-height: 1.33;
margin: 0.2em 0;
}
.post_type_donation .entry-title {
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.post_type_donation.post_item_single .post_sidebar .post_raised .post_raised_amount {
display: block;
padding: 0.3em 0 0.2em;
}
.post_supporters_title {
margin-top: 1rem;
}
.post_type_donation.post_item_single .post_sidebar {
padding: 0;
margin-right: 2.6%;
}
.post_type_donation.post_item_single .post_body {
width: 59.4%;
}
.post_item_single .post_header .post_title {
margin-bottom: 0;
margin-top: -0.75rem;
}
.post_item_single .post_header {
margin-bottom: 2.2em;
}
.sc_donations_form_field_amount {
font-size: 16px;
font-weight: 500;
}
.sc_donations_form_field .sc_donations_form_amount {
padding: 0 0.5em 0;
height: 33px;
line-height: normal;
}
.sc_donations_form_field:not(.sc_donations_form_field_amount) .sc_donations_form_label {
display: none;
}
.sc_donations_form_label {
font-size: 18px;
font-weight: 400;
margin-bottom: 0.95em;
}
.post_type_donation .sc_donations_form {
margin: 3.4em 0;
}
.sc_donations_form_amount_label {
display: inline-block;
margin-right: 1.6em;
margin-left: 0.2em;
margin-bottom: 0.8em;
}
.sc_donations_form_field {
margin-bottom: 1.7em;
}
.sc_donations_form_field textarea {
min-height: 9.4em;
}
.meta-nav {
font-size: 16px;
text-transform: none;
font-weight: 400;
line-height: 1.43;
margin-top: 0;
display: block;
}
.nav-links a h4 {
font-size: 1.333em;
font-weight: 500;
line-height: 1;
margin-top: 0.2em;
}
.post_type_donation {
margin-bottom: 2.1em !important;
}
.single-donation .nav-links {
padding-top: 3.5em;
position: relative;
margin-top: 1rem;
}
.esg-grid .mainul li.eg-washington-wrapper {
border-radius: 5px !important;
overflow: hidden;
}
.minimal-light .esg-navigationbutton.esg-loadmore {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.esg-loadmore-wrapper {
margin-top: 4.25rem;
}
.socials_wrap .social_item {
margin: 8px 15px 0 0;
}
.sc_content_hovered.sc_padding_medium {
padding: 4.05em 12.8% 7.05em;
}
.sc_content_hovered.sc_padding_medium {
padding-right: 10em;
}
.wpb_column.sc_shift_x_large_negative,
.sc_content.sc_shift_x_large_negative {
left: -6.2em;
z-index: 1;
}
.wpb_column.sc_shift_y_small,
.sc_content.sc_shift_y_small {
top: 3.45em;
}
.wpb_single_image .vc_single_image-wrapper img {
border-radius: 5px;
max-width: 99%;
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger,
.slider_outer .swiper-pagination-bullet {
opacity: 1;
border: 0;
width: 16px;
height: 16px;
position: relative;
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:before,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet:before {
width: 4px;
height: 4px;
border-radius: 50%;
position: absolute;
content: "";
top: 6px;
left: 6px;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
margin-top: 1.7em;
}
.sc_blogger_default .post_meta {
margin-top: 0;
}
.sc_blogger_default .sc_blogger_item_content {
padding: 2.05em 0 0.2em;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_title {
margin: 0.2em 0 0;
line-height: 1.27;
}
.sc_blogger_default .sc_blogger_item_excerpt {
margin-top: 1.3em;
font-size: 16px;
font-weight: 400;
}
.sc_blogger_default .sc_blogger_item_excerpt_text {
max-height: 4.5em;
line-height: 1.45em;
overflow: hidden;
}
.footer_wrap .sc_content .wpb_column + .wpb_column:before {
content: url(//drvhdate.com/wp-content/themes/great-lotus/images/line.png);
position: absolute;
left: 0;
top: 1.3em;
}
.footer_wrap .sc_float_center {
z-index: 1;
overflow: inherit;
}
.body_wrap .page_wrap .SmallWhiteText,
.body_wrap .page_wrap .BigWhiteText {
font-weight: 500;
}
.body_wrap .page_wrap .BigWhiteText span,
span.custom_text_link,
span.custom_text_hover {
display: inline-block;
position: relative;
}
.body_wrap .page_wrap .BigWhiteText span:before,
span.custom_text_link:before,
span.custom_text_hover:before {
border-radius: 4px;
left: 0.4rem;
right: 0.4rem;
width: auto;
content: "";
position: absolute;
height: 7px;
bottom: 0.45rem;
z-index: -1;
}
.custom_map_padding {
padding-right: 11.8rem !important;
}
.SliderButton {
-webkit-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
padding: 0.65em 2.85em 0.65em !important;
}
.sc_icons .sc_icons_image img {
width: auto;
max-height: 72px;
}
.wpb_column.sc_shift_y_small_negative,
.sc_content.sc_shift_y_small_negative {
top: -3.7em;
}
.sc_padding_large {
padding: 4em 4.2% 2.9em;
}
.sc_icons .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_image + .sc_icons_item_description {
margin-top: 1.4em;
}
.sc_content .sc_icons_columns_wrap > div {
position: relative;
}
.sc_content .sc_icons_columns_wrap > div + div:before {
content: url(//drvhdate.com/wp-content/themes/great-lotus/images/line.png);
position: absolute;
left: -0.95rem;
top: 1.3em;
}
.sc_testimonials_item_content:before {
content: "\e958";
font-family: Fontello, serif;
position: absolute;
left: 1.9rem;
top: -0.8rem;
font-size: 39px;
font-style: normal;
opacity: 0.25;
}
.sc_testimonials [class*=column] .sc_testimonials_item_content {
text-align: left;
font-size: 1em;
font-style: italic;
line-height: 1.72;
padding-left: 6.15rem;
}
.sc_testimonials .sc_testimonials_title {
padding-left: 6.1rem;
}
.sc_testimonials [class*=column] .sc_testimonials_item_author {
margin: 0 auto 0;
padding: 0;
text-align: right;
}
.sc_testimonials_item_author_title {
font-size: 1em;
font-weight: 400;
line-height: 1.72;
font-style: normal;
}
.sc_testimonials .sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
text-align: left;
padding-left: 6.1rem;
bottom: 1em;
}
.sc_promo.sc_promo_size_normal .sc_promo_descr {
font-size: 1em;
}
.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
padding: 10em 3em 10.6em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content {
margin-top: 2.3em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image {
margin-top: 3.1em;
}
.sc_services_default .sc_services_item {
border-radius: 5px;
}
.sc_content_width_2_3 {
width: 670px;
}
.sc_content_width_2_3.sc_content.sc_shift_x_large_negative {
left: -27.8em;
z-index: 1;
}
.sc_content_width_2_3.sc_content.sc_padding_medium {
padding: 4.05em 4.7em 4.45em;
}
.wpb_column.sc_shift_y_medium,
.sc_content.sc_shift_y_medium {
top: 7.3em;
}
.sc_layouts_628 .slider_pagination_wrap,
.pagination-position .slider_outer_pagination_pos_bottom_inside .slider_pagination_wrap {
text-align: left;
}
.without_image .sc_courses_item_thumb {
display: none !important;
}
.without_image.sc_courses_default .sc_courses_item_info {
padding: 0 0 1.35em;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
overflow: inherit;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
margin-top: 2.4em;
margin-bottom: 0;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
-webkit-transform: none;
transform: none;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
width: 52px;
height: 52px;
line-height: 52px;
border-radius: 5px;
}
.wpb_revslider_element {
border-radius: 5px !important;
overflow: hidden;
}
body table.booked-calendar th .monthName {
font-size: 18px;
font-weight: 500;
text-transform: none;
}
body table.booked-calendar tr.days th {
font-weight: 500;
font-size: 12px;
padding: 0.95rem 0 !important;
}
body table.booked-calendar thead tr:first-child th {
border-width: 0;
height: 1.5rem;
}
.booked-icon-arrow-right:before {
content: "\e92b";
font-family: "fontello";
}
.booked-icon-arrow-left:before {
content: "\e92a";
font-family: "fontello";
}
.body_style_fullwide .top_panel .sc_layouts_row_type_compact,
.body_style_fullscreen .top_panel .sc_layouts_row_type_compact {
padding-left: 1.5em;
padding-right: 1.5em;
}
.sc_testimonials_item_author_data {
max-width: 100%;
}
select::-ms-expand {
display: none;
}
select {
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
}
.mejs-controls .mejs-button.mejs-fullscreen-button > button:before {
content: "\f0b2";
font-family: "fontello";
}
.sidebar .mejs-controls .mejs-horizontal-volume-slider,
.footer_wrap .mejs-controls .mejs-horizontal-volume-slider,
.wp-block-audio .mejs-controls .mejs-horizontal-volume-slider {
margin-top: 0;
} .sc_events_columns .trx_addons_column-1_3 .sc_events_item_title {
font-size: 0.881429em;
}
.sc_events_columns .trx_addons_column-1_4 .sc_events_item_title {
font-size: 0.83429em;
line-height: 1em;
}
.sc_events_columns .trx_addons_column-1_3 .event-content {
width: 100%;
}
.sc_events_columns .trx_addons_column-1_4 .event-content {
width: 100%;
} .comment_text p + h1 {
margin-top: 2rem;
}
.height_60 {
height: 60px;
}
.bg_color_white {
background-color: #ffffff;
}
.colorpicker_td_extra_style {
vertical-align: middle;
text-align: center;
border: 1px solid #000;
background: #fff;
}
.colorpicker_input_extra_style {
width: 55px;
color: #000;
border: 1px solid rgb(0, 0, 0);
padding: 5px;
background-color: #fff;
font: 11px Arial, Helvetica, sans-serif;
}
.sc_googlemap > iframe {
width: 100%;
height: 100%;
}
.z-index {
position: relative;
z-index: 10;
}
.sc_push_small {
margin-top: -7em;
}
.box-shadow {
-webkit-box-shadow: 0 0 76px rgba(74, 167, 173, 0.24);
box-shadow: 0 0 76px rgba(74, 167, 173, 0.24);
}
.remove_margins .sidebar {
margin-bottom: 7rem;
}
.big_text {
font-size: 72px;
line-height: 88px;
font-weight: 500;
}
.woocommerce table.cart td.actions .coupon .input-text {
height: 53px;
}
#tribe-events .tribe-events-button,
.tribe-events-button {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ua_safari form.mc4wp-form .mc4wp_gdpr input[type=checkbox] {
position: relative;
top: -1px;
}
.related_wrap .related_item_style_2 .post_featured.without_thumb {
margin-bottom: 0;
}
.post_item.post_layout_list {
padding-top: 15px;
padding-left: 15px;
} .wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover__inner-container a {
color: inherit;
}
.wp-block-button {
margin-bottom: 1.35em;
}
section.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text a {
color: #fff !important;
}
.wp-block-cover .wp-block-cover-text a:hover {
color: #5ccaf1 !important;
}
.wp-block-gallery[class*=align] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-block-search + p {
margin-top: 1.5em;
}
.wp-block-group.has-background {
padding: 1.5rem;
}
.wp-block-group.has-background p {
margin-bottom: 1.35em;
}
.wp-block-group.has-background p:last-child {
margin-bottom: 0;
} .booked-calendar-fields select {
color: #aaaaaa;
}
.post_layout_excerpt.post_format_audio .mejs-container .mejs-button button {
margin: 5px;
}
.post_layout_excerpt.post_format_audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.post_layout_excerpt.post_format_audio .mejs-container .mejs-controls .mejs-time {
margin-top: 0;
}
.post_layout_excerpt.post_format_audio .mejs-container .mejs-controls .mejs-time-rail {
margin-top: 1.2em;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-quote + .wp-block-audio {
margin-bottom: 1em;
overflow: visible;
}
.wp-block-audio audio {
min-width: auto;
}
.wp-block-latest-comments,
.wp-block-latest-posts {
padding-left: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.comment-form .comment-form-cookies-consent label,
.comment-form .wpgdprc-checkbox label,
.wpcf7-form .wpcf7-wpgdprc {
text-align: left;
}
form[id*=give-form] #give_terms_agreement label {
text-align: left;
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
display: inline-block;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] + label:before,
.comment-form .wpgdprc-checkbox input[type=checkbox] + label:before,
.wpcf7-form .wpcf7-wpgdprc input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-wpgdprc .wpcf7-list-item,
.woocommerce-input-wrapper label.checkbox:before {
margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: background-color 50000s ease-in-out 90000s, color 50000s ease-in-out 90000s;
transition: background-color 50000s ease-in-out 90000s, color 50000s ease-in-out 90000s;
}
.wp-block-button .wp-block-button__link {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
padding: 0.61em 2.6em;
letter-spacing: 0;
height: auto;
}
.sc_button.sc_button_bordered,
.wp-block-button.is-style-outline > .wp-block-button__link {
padding: calc(0.61em - 2px) 2.6em;
}
.wp-block-button__link {
white-space: normal;
}
.wp-block-search .wp-block-search__button {
padding-left: 2.6em;
padding-right: 2.6em;
}
.post_content > .has-drop-cap.has-medium-font-size {
margin-bottom: 4em;
}
.post_content > .wp-block-group {
margin-bottom: 1.35em;
}
img[class*=align] {
border-radius: 5px;
}
body .wpgdprc {
font-size: inherit;
font-family: inherit;
color: inherit;
}
.wpcf7-form .wpcf7-wpgdprc {
position: relative;
padding-left: 1.4em;
}
.wpcf7-form .wpcf7-wpgdprc .wpcf7-list-item-label {
position: revert;
padding-left: 0;
}
.trx_addons_tooltip {
display: inline-block;
line-height: normal;
}
.post_content > .wp-block-calendar,
.post_content > .wp-block-categories-dropdown,
.post_content > .wp-block-archives-dropdown,
.post_content > .gallery {
margin-bottom: 1.75em;
}
.esgbox-share .esgbox-share__button,
.esgbox-share .esgbox-share__button:hover,
.esgbox-share .esgbox-close-small:after {
color: #ffffff;
}
.widget_block .wp-block-group h2,
.widget_block .wp-block-group h3,
.widget_block .wp-block-group h4,
.widget_block .wp-block-group h5 {
margin-top: 0;
}
.wp-block-social-links .wp-social-link:before {
display: none;
}
.wp-block-social-links .wp-social-link,
.widget_block .wp-block-social-links {
padding-left: 0;
}
.wp-block-search__button-inside .wp-block-search__input {
padding: 0.584em 1em;
border-radius: 5px !important;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 1px solid;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-search {
max-width: 100%;
}
.sidebar .wp-block-search {
padding: 10px;
margin-bottom: 10px;
}
.sidebar .wp-block-search.alignright, .sidebar .wp-block-search.alignleft {
float: none;
display: inherit;
margin-left: 0;
margin-right: 0;
}
.sidebar .mejs-volume-button,
.footer_wrap .mejs-volume-button {
padding-left: 5px;
}
.widget_search {
overflow: hidden;
}
.wp-block-group p:last-child, .is-layout-constrained p:last-child {
margin-bottom: 0 !important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*=__datepicker-button]):not(.tribe-events-calendar-month__day-cell):hover,
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*=__datepicker-button]):not(.tribe-events-calendar-month__day-cell) {
color: inherit !important;
background: inherit !important;
}
.wp-block-post-author__avatar img {
width: 1.25em;
height: 1.25em;
line-height: 1.25em;
text-align: center;
border-radius: 50%;
vertical-align: middle;
}
.wpb_text_column a[rel=magnific] {
position: relative;
display: block;
text-align: center;
float: right;
margin-left: 2em;
}
.wpb_text_column a[rel=magnific] img {
margin: 0 !important;
}
.wpb_text_column a[rel=magnific]:hover::before,
.wpb_text_column a[rel=magnific]:hover::after {
opacity: 1;
}
.wpb_text_column a[rel=magnific]::before {
content: "";
position: absolute;
min-width: 100%;
min-height: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 5px;
}
.wpb_text_column a[rel=magnific]::after {
content: "\e95f" !important;
font-family: "fontello";
font-style: normal;
position: absolute;
font-size: 40px;
letter-spacing: 0.03em;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 15%);
transform: translate(-50%, 15%);
z-index: 1;
opacity: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.mfp-content .mfp-img {
border-radius: 5px;
}
.mfp-content img[alt=undefined] + figcaption {
display: none;
}
.cc-compliance .cc-btn {
text-decoration: none !important;
}
.cc-close {
top: 10px;
right: 10px;
}
.post_content_inner p + .wp-block-buttons {
margin: 1.75em 0;
}
.post_content .wp-block-buttons + .wp-block-columns {
margin-top: 1.75em;
}
.post_content .wp-block-calendar .wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sidebar_inner .wp-block-quote{
margin: 0;
}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-3488, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.45 ) } 
.pum-theme-3488 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-3488 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-3488 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-3488 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-3487, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-3487 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-3487 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-3487 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-3487 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-3489, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-3489 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-3489 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-3489 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-3489 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-3490, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-3490 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-3490 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-3490 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-3490 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-3491, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-3491 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-3491 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-3491 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-3491 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-3492, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-3492 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-3492 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-3492 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-3492 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-3493, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-3493 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-3493 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-3493 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-3493 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-3494, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-3494 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-3494 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-3494 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-3494 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
#pum-4999 {z-index: 1999999999}
#pum-4104 {z-index: 1999999999}
#pum-4057 {z-index: 1999999999}
#pum-4362 {z-index: 1999999999}
#pum-4006 {z-index: 1999999999}
#pum-4098 {z-index: 1999999999}
#pum-4059 {z-index: 1999999999}
#pum-3544 {z-index: 1999999999}
#pum-3999 {z-index: 1999999999}
#pum-3614 {z-index: 1999999999}
#pum-3612 {z-index: 1999999999}
#pum-3610 {z-index: 1999999999}
#pum-3608 {z-index: 1999999999}
#pum-3606 {z-index: 1999999999}
#pum-3604 {z-index: 1999999999}
#pum-3602 {z-index: 1999999999}
#pum-4040 {z-index: 1999999999}
#pum-4034 {z-index: 1999999999}
#pum-4031 {z-index: 1999999999}
#pum-4029 {z-index: 1999999999}
#pum-4020 {z-index: 1999999999}
#pum-4987 {z-index: 1999999999}
#pum-3841 {z-index: 1999999999}
#pum-3837 {z-index: 1999999999}
#pum-3496 {z-index: 1999999999}
#pum-3504 {z-index: 1999999999}
#pum-4002 {z-index: 1999999999}
#pum-4017 {z-index: 1999999999}
#pum-3844 {z-index: 1999999999}
#pum-4054 {z-index: 1999999999}
#pum-4052 {z-index: 1999999999}
#pum-4049 {z-index: 1999999999}
#pum-4037 {z-index: 1999999999}
#pum-4108 {z-index: 1999999999}
#pum-3574 {z-index: 1999999999}
#pum-3996 {z-index: 1999999999}.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(//drvhdate.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(//drvhdate.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(//drvhdate.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}@font-face {
font-family: 'Lora';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-bold-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-bold-webfont.woff) format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Lora';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-bolditalic-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-bolditalic-webfont.woff) format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Lora';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-italic-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-italic-webfont.woff) format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Lora';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-regular-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Lora/lora-regular-webfont.woff) format('woff');
font-weight: 400;
font-style: normal;
}@font-face {
font-family: 'Quicksand';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-bold-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-bold-webfont.woff) format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Quicksand';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-light-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-light-webfont.woff) format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Quicksand';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-medium-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-medium-webfont.woff) format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Quicksand';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-regular-webfont.woff2) format('woff2'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-face/Quicksand/quicksand-regular-webfont.woff) format('woff');
font-weight: 400;
font-style: normal;
}@font-face {
font-family: 'fontello';
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-icons/font/fontello.eot?78762770);
src: url(//drvhdate.com/wp-content/themes/great-lotus/css/font-icons/font/fontello.eot?78762770#iefix) format('embedded-opentype'),
url(//drvhdate.com/wp-content/themes/great-lotus/css/font-icons/font/fontello.svg?78762770#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'fontello';
src: url(data:application/octet-stream;base64,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) format('woff'),
url(data:application/octet-stream;base64,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6CAAAAAhAADoIQAA6CEAAAAiAADoIgAA6CIAAAAjAADoIwAA6CMAAAAkAADoJAAA6CQAAAAlAADoJQAA6CUAAAAmAADoJgAA6CYAAAAnAADoJwAA6CcAAAAoAADoKAAA6CgAAAApAADoKQAA6CkAAAAqAADoKgAA6CoAAAArAADoKwAA6CsAAAAsAADoLAAA6CwAAAAtAADoLQAA6C0AAAAuAADoLgAA6C4AAAAvAADoLwAA6C8AAAAwAADoMAAA6DAAAAAxAADoMQAA6DEAAAAyAADoMgAA6DIAAAAzAADoMwAA6DMAAAA0AADoNAAA6DQAAAA1AADoNQAA6DUAAAA2AADoNgAA6DYAAAA3AADoNwAA6DcAAAA4AADoOAAA6DgAAAA5AADoOQAA6DkAAAA6AADoOgAA6DoAAAA7AADoOwAA6DsAAAA8AADoPAAA6DwAAAA9AADoPQAA6D0AAAA+AADoPgAA6D4AAAA/AADoPwAA6D8AAABAAADoQAAA6EAAAABBAADoQQAA6EEAAABCAADoQgAA6EIAAABDAADoQwAA6EMAAABEAADoRAAA6EQAAABFAADoRQAA6EUAAABGAADoRgAA6EYAAABHAADoRwAA6EcAAABIAADoSAAA6EgAAABJAADoSQAA6EkAAABKAADoSgAA6EoAAABLAADoSwAA6EsAAABMAADoTAAA6EwAAABNAADoTQAA6E0AAABOAADoTgAA6E4AAABPAADoTwAA6E8AAABQAADoUAAA6FAAAABRAADoUQAA6FEAAABSAADoUgAA6FIAAABTAADoUwAA6FMAAABUAADoVAAA6FQAAABVAADoVQAA6FUAAABWAADoVgAA6FYAAABXAADoVwAA6FcAAABYAADoWAAA6FgAAABZAADoWQAA6FkAAABaAADoWgAA6FoAAABbAADoWwAA6FsAAABcAADoXAAA6FwAAABdAADoXQAA6F0AAABeAADoXgAA6F4AAABfAADoXwAA6F8AAABgAADoYAAA6GAAAABhAADoYQAA6GEAAABiAADoYgAA6GIAAABjAADoYwAA6GMAAABkAADoZAAA6GQAAABlAADoZQAA6GUAAABmAADoZgAA6GYAAABnAADoZwAA6GcAAABoAADoaAAA6GgAAABpAADoaQAA6GkAAABqAADoagAA6GoAAABrAADoawAA6GsAAABsAADobAAA6GwAAABtAADobQAA6G0AAABuAADobgAA6G4AAABvAADobwAA6G8AAABwAADocAAA6HAAAABxAADocQAA6HEAAAByAADocgAA6HIAAABzAADocwAA6HMAAAB0AADodAAA6HQAAAB1AADodQAA6HUAAAB2AADodgAA6HYAAAB3AADodwAA6HcAAAB4AADoeAAA6HgAAAB5AADoeQAA6HkAAAB6AADoegAA6HoAAAB7AADoewAA6HsAAAB8AADofAAA6HwAAAB9AADofQAA6H0AAAB+AADofgAA6H4AAAB/AADofwAA6H8AAACAAADogAAA6IAAAACBAADogQAA6IEAAACCAADoggAA6IIAAACDAADogwAA6IMAAACEAADohAAA6IQAAACFAADohQAA6IUAAACGAADohgAA6IYAAACHAADohwAA6IcAAACIAADoiAAA6IgAAACJAADoiQAA6IkAAACKAADoigAA6IoAAACLAADoiwAA6IsAAACMAADojAAA6IwAAACNAADojQAA6I0AAACOAADojgAA6I4AAACPAADojwAA6I8AAACQAADokAAA6JAAAACRAADokQAA6JEAAACSAADokgAA6JIAAACTAADokwAA6JMAAACUAADolAAA6JQAAACVAADolQAA6JUAAACWAADolgAA6JYAAACXAADolwAA6JcAAACYAADomAAA6JgAAACZAADomQAA6JkAAACaAADomgAA6JoAAACbAADomwAA6JsAAACcAADonAAA6JwAAACdAADonQAA6J0AAACeAADongAA6J4AAACfAADonwAA6J8AAACgAADooAAA6KAAAAChAADooQAA6KEAAACiAADoogAA6KIAAACjAADoowAA6KMAAACkAADopAAA6KQAAAClAADopQAA6KUAAACmAADopgAA6KYAAACnAADopwAA6KcAAACoAADoqAAA6KgAAACpAADoqQAA6KkAAACqAADoqgAA6KoAAACrAADoqwAA6KsAAACsAADorAAA6KwAAACtAADorQAA6K0AAACuAADorgAA6K4AAACvAADorwAA6K8AAACwAADosAAA6LAAAACxAADosQAA6LEAAACyAADosgAA6LIAAACzAADoswAA6LMAAAC0AADotAAA6LQAAAC1AADotQAA6LUAAAC2AADotgAA6LYAAAC3AADotwAA6LcAAAC4AADouAAA6LgAAAC5AADouQAA6LkAAAC6AADougAA6LoAAAC7AADouwAA6LsAAAC8AADovAAA6LwAAAC9AADovQAA6L0AAAC+AADovgAA6L4AAAC/AADovwAA6L8AAADAAADowAAA6MAAAADBAADowQAA6MEAAADCAADowgAA6MIAAADDAADowwAA6MMAAADEAADoxAAA6MQAAADFAADoxQAA6MUAAADGAADoxgAA6MYAAADHAADoxwAA6McAAADIAADoyAAA6MgAAADJAADoyQAA6MkAAADKAADoygAA6MoAAADLAADoywAA6MsAAADMAADozAAA6MwAAADNAADozQAA6M0AAADOAADozgAA6M4AAADPAADozwAA6M8AAADQAADo0AAA6NAAAADRAADo0QAA6NEAAADSAADo0gAA6NIAAADTAADo0wAA6NMAAADUAADo1AAA6NQAAADVAADo1QAA6NUAAADWAADo1gAA6NYAAADXAADo1wAA6NcAAADYAADo2AAA6NgAAADZAADo2QAA6NkAAADaAADo2gAA6NoAAADbAADo2wAA6NsAAADcAADo3AAA6NwAAADdAADo3QAA6N0AAADeAADo3gAA6N4AAADfAADo3wAA6N8AAADgAADo4AAA6OAAAADhAADo4QAA6OEAAADiAADo4gAA6OIAAADjAADo4wAA6OMAAADkAADo5AAA6OQAAADlAADo5QAA6OUAAADmAADo5gAA6OYAAADnAADo5wAA6OcAAADoAADo6AAA6OgAAADpAADo6QAA6OkAAADqAADo6gAA6OoAAADrAADo6wAA6OsAAADsAADo7AAA6OwAAADtAADo7QAA6O0AAADuAADo7gAA6O4AAADvAADo7wAA6O8AAADwAADo8AAA6PAAAADxAADo8QAA6PEAAADyAADo8gAA6PIAAADzAADo8wAA6PMAAAD0AADo9AAA6PQAAAD1AADo9QAA6PUAAAD2AADo9gAA6PYAAAD3AADo9wAA6PcAAAD4AADo+AAA6PgAAAD5AADo+QAA6PkAAAD6AADo+gAA6PoAAAD7AADo+wAA6PsAAAD8AADo/AAA6PwAAAD9AADo/QAA6P0AAAD+AADo/gAA6P4AAAD/AADo/wAA6P8AAAEAAADpAAAA6QAAAAEBAADpAQAA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IGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMgAzACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhoCGwIcAh0CHgIfAiACIQIiAiMCJAIlAiYCJwIoAikCKgIrAiwCLQIuAi8CMAIxAjICMwI0AjUCNgI3AjgCOQI6AjsCPAI9Aj4CPwJAAkECQgJDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgAFdmNhcmQDcGluBXJlcGx5CXJlcGx5LWFsbAdmb3J3YXJkBXByaW50CGtleWJvYXJkC3NsaWRlci1sZWZ0C2Nsb2NrLWVtcHR5CWhvdXJnbGFzcwVsb2dpbgZsb2dvdXQHcGljdHVyZQVicnVzaANjY3cCY3cHcmVmcmVzaAVjbG9jawxjaXJjbGUtZW1wdHkKY2lyY2xlLWRvdAZjaXJjbGUIY2hlY2tib3gOY2hlY2tib3gtZW1wdHkEYm9vawptYWlsLWVtcHR5BG1haWwFcGhvbmUJYm9vay1vcGVuC3VzZXJzLWdyb3VwBG1hbGUGZmVtYWxlBWNoaWxkBHN0YXIFZ2xvYmUGbW9iaWxlCHRhYmxldC0xBmxhcHRvcAdkZXNrdG9wA2NvZwRjb2dzBGRvd24Gd3JlbmNoB3NsaWRlcnMEbG9jawZ0cm9waHkFc3BpbjMFc3BpbjEFc3BpbjIFc3BpbjQFc3BpbjUFc3BpbjYIbG9jYXRpb24HYWRkcmVzcwJ1cAVyaWdodARsZWZ0C211c2ljLWxpZ2h0DHNlYXJjaC1saWdodAptYWlsLWxpZ2h0C2hlYXJ0LWxpZ2h0A2RvdAp1c2VyLWxpZ2h0C3ZpZGVvLWxpZ2h0DGNhbWVyYS1saWdodAtwaG90by1saWdodAxhdHRhY2gtbGlnaHQKbG9jay1saWdodAlleWUtbGlnaHQJdGFnLWxpZ2h0D3RodW1icy11cC1saWdodAxwZW5jaWwtbGlnaHQNY29tbWVudC1saWdodA5sb2NhdGlvbi1saWdodAljdXAtbGlnaHQLdHJhc2gtbGlnaHQJZG9jLWxpZ2h0CWtleS1saWdodA5kYXRhYmFzZS1saWdodA9tZWdhcGhvbmUtbGlnaHQQZ3JhZHVhdGlvbi1saWdodApmaXJlLWxpZ2h0EXBhcGVyLXBsYW5lLWxpZ2h0C2Nsb3VkLWxpZ2h0C2dsb2JlLWxpZ2h0C2luYm94LWxpZ2h0BGNhcnQMcmVzaXplLXNtYWxsDWRlc2t0b3AtbGlnaHQIdHYtbGlnaHQMd2FsbGV0LWxpZ2h0DXQtc2hpcnQtbGlnaHQPbGlnaHRidWxiLWxpZ2h0C2Nsb2NrLWxpZ2h0DWRpYW1vbmQtbGlnaHQKc2hvcC1saWdodAtzb3VuZC1saWdodA5jYWxlbmRhci1saWdodApmb29kLWxpZ2h0C21vbmV5LWxpZ2h0DHBhcmFtcy1saWdodAljb2ctbGlnaHQMYmVha2VyLWxpZ2h0Cm5vdGUtbGlnaHQLdHJ1Y2stbGlnaHQHYmVoYW5jZQliaXRidWNrZXQCY2MIY29kZW9wZW4EY3NzMwlkZWxpY2lvdXMEZGlnZwhkcmliYmJsZQpkZXZpYW50YXJ0B2Ryb3Bib3gGZHJ1cGFsCGZhY2Vib29rBmZsaWNrcgpmb3Vyc3F1YXJlA2dpdAZnaXRodWIGZ2l0dGlwBmdvb2dsZQVncGx1cwdnd2FsbGV0C2hhY2tlci1uZXdzBWh0bWw1Cmluc3RhZ3JhbW0HaW94aG9zdAZqb29tbGEIanNmaWRkbGUGbGFzdGZtBWxpbnV4CGxpbmtlZGluBm1heGNkbghtZWFucGF0aAZvcGVuaWQJcGFnZWxpbmVzBnBheXBhbAJxcQZyZWRkaXQGcmVucmVuBXNreXBlBXNsYWNrCnNsaWRlc2hhcmUKc291bmRjbG91ZAdzcG90aWZ5DXN0YWNrZXhjaGFuZ2UNc3RhY2tvdmVyZmxvdwVzdGVhbQtzdHVtYmxldXBvbg10ZW5jZW50LXdlaWJvBnRyZWxsbwZ0dW1ibHIGdHdpdGNoB3R3aXR0ZXIEdmluZQl2a29udGFrdGUGd2VjaGF0BXdlaWJvB3dpbmRvd3MJd29yZHByZXNzBHhpbmcEeWVscAd5b3V0dWJlBXlhaG9vBWxlbW9uBWJsYW5rEXBpbnRlcmVzdC1jaXJjbGVkC2hlYXJ0LWVtcHR5CWxvY2stb3BlbgVoZWFydAVjaGVjawZjYW5jZWwEcGx1cwVtaW51cwtkb3VibGUtbGVmdAxkb3VibGUtcmlnaHQJZG91YmxlLXVwC2RvdWJsZS1kb3duBGhlbHAEaW5mbwRsaW5rBXF1b3RlBmF0dGFjaANleWUDdGFnBG1lbnUGcGVuY2lsB2ZlYXRoZXIEY29kZQRob21lBmNhbWVyYQhwaWN0dXJlcwV2aWRlbwV1c2VycwR1c2VyCHVzZXItYWRkDWNvbW1lbnQtZW1wdHkKY2hhdC1lbXB0eQRiZWxsCnN0YXItZW1wdHkEZG90MgRkb3QzBG5vdGUGYmFza2V0BW5vdGUyBXNoYXJlA2RvYwhkb2MtdGV4dAhmaWxlLXBkZglmaWxlLXdvcmQKZmlsZS1leGNlbA9maWxlLXBvd2VycG9pbnQKZmlsZS1pbWFnZQxmaWxlLWFyY2hpdmUKZmlsZS1hdWRpbwpmaWxlLXZpZGVvCWZpbGUtY29kZQt0cmFzaC1lbXB0eQV0cmFzaAh0aC1sYXJnZQJ0aAd0aC1saXN0BGZsYWcJYXR0ZW50aW9uBHBsYXkEc3RvcAVwYXVzZQZyZWNvcmQGdG8tZW5kBXRvb2xzB3JldHdlZXQIdG8tc3RhcnQMZmFzdC1mb3J3YXJkDWZhc3QtYmFja3dhcmQGc2VhcmNoDHNsaWRlci1yaWdodANyc3MKZG93bi1iaWctMQpsZWZ0LWJpZy0xC3JpZ2h0LWJpZy0xCHVwLWJpZy0xCWNvbW1lbnQtMgdjb21tZW50BWV5ZS0yBnRhYmxldAdiYXRodHViBGNvbWIIY2FsZW5kYXIKc2VhcmNoLWFsdAV3aGl0ZQhob21lLWFsdAV0aW1lcgdsb2NhdG9yA2N1cAhjdXJyZW5jeQNib3gKcXVvdGUtbGVmdAtxdW90ZS1yaWdodAl2b2x1bWUtdXAKdm9sdW1lLW9mZgZ2b2x1bWULdm9sdW1lLWRvd24OYXJyb3ctbGVmdC1hbHQPYXJyb3ctcmlnaHQtYWx0CXRodW1icy11cAt0aHVtYnMtZG93bgZzcGVlY2gGc3BoZXJlBWxpZ2h0C2FwcGxlLW1vdXNlCmFycm93LWRvd24KYXJyb3ctbGVmdAthcnJvdy1yaWdodAhhcnJvdy11cAhzZWFyY2gtMghjZC1saWdodAxtb2JpbGUtbGlnaHQMY2xlYXItYnV0dG9uCmJpbm9jdWxhcnMLcmVzaXplLWZ1bGwFdHJ1Y2sJY2xpcGJvYXJkBWVtYWlsBW1vZGVtB3BhcmtpbmcNc3dpbW1pbmctcG9vbAh1c2VyLWFsdAl1c2VyLXBsdXMKdXNlci10aW1lcwhlbGxpcHNpcwZzdW1tZXIQd2lyZWxlc3MtYW50ZW5uYQVmbG9vcgZob21lLTIId2lyZWxlc3MHaXJvbmluZwhkb3duLWJpZwhsZWZ0LWJpZwlyaWdodC1iaWcGdXAtYmlnB2xhdW5kcnkFZmF4LTIHcGhvbmUtMgd0b29scy0yCmNoZWNrYm94LTIDbWFwCW5ld3NwYXBlcgZub3RlLTIJcGljdHVyZS0yC3JhZGlvLXRvd2VyB3ZpZGVvLTIKZG93bi1hcnJvdwpsZWZ0LWFycm93C3JpZ2h0LWFycm93CHVwLWFycm93Bm1lbnUtMgZjYXJ0LTINZWxsaXBzaXMtdmVydAlsZWZ0LW1pbmkKcmlnaHQtbWluaQd1cC1taW5pCWRvd24tbWluaQthcnJvdy1jb21ibwZzaWduYWwDYWlyBXdhdGVyCXNoYXJlYWJsZQ1yZXNpemUtZnVsbC0xDnJlc2l6ZS1zbWFsbC0xCWRvd24tdGhpbglsZWZ0LXRoaW4KcmlnaHQtdGhpbgd1cC10aGluCmxldmVsLWRvd24IbGV2ZWwtdXAHc2h1ZmZsZQRsb29wBnN3aXRjaA9yZXNpemUtdmVydGljYWwRcmVzaXplLWhvcml6b250YWwFYmxvY2sIMDEwLWluZm8IMDA0LXlvZ2EKdW50aXRsZWQtMQp1bnRpdGxlZC04CTAwNy1waG9uZQwwMDUtbWFwLWljb24KdW50aXRsZWQtMgp1bnRpdGxlZC05CTAwOC1lbWFpbAp1bnRpdGxlZC0zCTAwMi1tdXNpYwt1bnRpdGxlZC0xMAp1bnRpdGxlZC00CTAwMS1sb3R1cwp1bnRpdGxlZC01DjAwNi1tYXAtbWFya2VyCnVudGl0bGVkLTYJMDA5LWhvdXJzCzAwMy1zdXBwb3J0CnVudGl0bGVkLTcLbmV3LXR3aXR0ZXIHdGlrLXRvawRtb3ZlD3Jlc2l6ZS1mdWxsLWFsdAlhbWJ1bGFuY2UEZXVybwVwb3VuZAZkb2xsYXIDeWVuBnJvdWJsZQNjYXIEdGF4aQdiaWN5Y2xlA2J1cwRzaGlwCm1vdG9yY3ljbGUFdHJhaW4Gc3Vid2F5AAA=) format('truetype');
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-vcard:before { content: '\e800'; } .icon-pin:before { content: '\e801'; } .icon-reply:before { content: '\e802'; } .icon-reply-all:before { content: '\e803'; } .icon-forward:before { content: '\e804'; } .icon-print:before { content: '\e805'; } .icon-keyboard:before { content: '\e806'; } .icon-slider-left:before { content: '\e807'; } .icon-clock-empty:before { content: '\e808'; } .icon-hourglass:before { content: '\e809'; } .icon-login:before { content: '\e80a'; } .icon-logout:before { content: '\e80b'; } .icon-picture:before { content: '\e80c'; } .icon-brush:before { content: '\e80d'; } .icon-ccw:before { content: '\e80e'; } .icon-cw:before { content: '\e80f'; } .icon-refresh:before { content: '\e810'; } .icon-clock:before { content: '\e811'; } .icon-circle-empty:before { content: '\e812'; } .icon-circle-dot:before { content: '\e813'; } .icon-circle:before { content: '\e814'; } .icon-checkbox:before { content: '\e815'; } .icon-checkbox-empty:before { content: '\e816'; } .icon-book:before { content: '\e817'; } .icon-mail-empty:before { content: '\e818'; } .icon-mail:before { content: '\e819'; } .icon-phone:before { content: '\e81a'; } .icon-book-open:before { content: '\e81b'; } .icon-users-group:before { content: '\e81c'; } .icon-male:before { content: '\e81d'; } .icon-female:before { content: '\e81e'; } .icon-child:before { content: '\e81f'; } .icon-star:before { content: '\e820'; } .icon-globe:before { content: '\e821'; } .icon-mobile:before { content: '\e822'; } .icon-tablet-1:before { content: '\e823'; } .icon-laptop:before { content: '\e824'; } .icon-desktop:before { content: '\e825'; } .icon-cog:before { content: '\e826'; } .icon-cogs:before { content: '\e827'; } .icon-down:before { content: '\e828'; } .icon-wrench:before { content: '\e829'; } .icon-sliders:before { content: '\e82a'; } .icon-lock:before { content: '\e82b'; } .icon-trophy:before { content: '\e82c'; } .icon-spin3:before { content: '\e82d'; } .icon-spin1:before { content: '\e82e'; } .icon-spin2:before { content: '\e82f'; } .icon-spin4:before { content: '\e830'; } .icon-spin5:before { content: '\e831'; } .icon-spin6:before { content: '\e832'; } .icon-location:before { content: '\e833'; } .icon-address:before { content: '\e834'; } .icon-up:before { content: '\e835'; } .icon-right:before { content: '\e836'; } .icon-left:before { content: '\e837'; } .icon-music-light:before { content: '\e838'; } .icon-search-light:before { content: '\e839'; } .icon-mail-light:before { content: '\e83a'; } .icon-heart-light:before { content: '\e83b'; } .icon-dot:before { content: '\e83c'; } .icon-user-light:before { content: '\e83d'; } .icon-video-light:before { content: '\e83e'; } .icon-camera-light:before { content: '\e83f'; } .icon-photo-light:before { content: '\e840'; } .icon-attach-light:before { content: '\e841'; } .icon-lock-light:before { content: '\e842'; } .icon-eye-light:before { content: '\e843'; } .icon-tag-light:before { content: '\e844'; } .icon-thumbs-up-light:before { content: '\e845'; } .icon-pencil-light:before { content: '\e846'; } .icon-comment-light:before { content: '\e847'; } .icon-location-light:before { content: '\e848'; } .icon-cup-light:before { content: '\e849'; } .icon-trash-light:before { content: '\e84a'; } .icon-doc-light:before { content: '\e84b'; } .icon-key-light:before { content: '\e84c'; } .icon-database-light:before { content: '\e84d'; } .icon-megaphone-light:before { content: '\e84e'; } .icon-graduation-light:before { content: '\e84f'; } .icon-fire-light:before { content: '\e850'; } .icon-paper-plane-light:before { content: '\e851'; } .icon-cloud-light:before { content: '\e852'; } .icon-globe-light:before { content: '\e853'; } .icon-inbox-light:before { content: '\e854'; } .icon-cart:before { content: '\e855'; } .icon-resize-small:before { content: '\e856'; } .icon-desktop-light:before { content: '\e857'; } .icon-tv-light:before { content: '\e858'; } .icon-wallet-light:before { content: '\e859'; } .icon-t-shirt-light:before { content: '\e85a'; } .icon-lightbulb-light:before { content: '\e85b'; } .icon-clock-light:before { content: '\e85c'; } .icon-diamond-light:before { content: '\e85d'; } .icon-shop-light:before { content: '\e85e'; } .icon-sound-light:before { content: '\e85f'; } .icon-calendar-light:before { content: '\e860'; } .icon-food-light:before { content: '\e861'; } .icon-money-light:before { content: '\e862'; } .icon-params-light:before { content: '\e863'; } .icon-cog-light:before { content: '\e864'; } .icon-beaker-light:before { content: '\e865'; } .icon-note-light:before { content: '\e866'; } .icon-truck-light:before { content: '\e867'; } .icon-behance:before { content: '\e868'; } .icon-bitbucket:before { content: '\e869'; } .icon-cc:before { content: '\e86a'; } .icon-codeopen:before { content: '\e86b'; } .icon-css3:before { content: '\e86c'; } .icon-delicious:before { content: '\e86d'; } .icon-digg:before { content: '\e86e'; } .icon-dribbble:before { content: '\e86f'; } .icon-deviantart:before { content: '\e870'; } .icon-dropbox:before { content: '\e871'; } .icon-drupal:before { content: '\e872'; } .icon-facebook:before { content: '\e873'; } .icon-flickr:before { content: '\e874'; } .icon-foursquare:before { content: '\e875'; } .icon-git:before { content: '\e876'; } .icon-github:before { content: '\e877'; } .icon-gittip:before { content: '\e878'; } .icon-google:before { content: '\e879'; } .icon-gplus:before { content: '\e87a'; } .icon-gwallet:before { content: '\e87b'; } .icon-hacker-news:before { content: '\e87c'; } .icon-html5:before { content: '\e87d'; } .icon-instagramm:before { content: '\e87e'; } .icon-ioxhost:before { content: '\e87f'; } .icon-joomla:before { content: '\e880'; } .icon-jsfiddle:before { content: '\e881'; } .icon-lastfm:before { content: '\e882'; } .icon-linux:before { content: '\e883'; } .icon-linkedin:before { content: '\e884'; } .icon-maxcdn:before { content: '\e885'; } .icon-meanpath:before { content: '\e886'; } .icon-openid:before { content: '\e887'; } .icon-pagelines:before { content: '\e888'; } .icon-paypal:before { content: '\e889'; } .icon-qq:before { content: '\e88a'; } .icon-reddit:before { content: '\e88b'; } .icon-renren:before { content: '\e88c'; } .icon-skype:before { content: '\e88d'; } .icon-slack:before { content: '\e88e'; } .icon-slideshare:before { content: '\e88f'; } .icon-soundcloud:before { content: '\e890'; } .icon-spotify:before { content: '\e891'; } .icon-stackexchange:before { content: '\e892'; } .icon-stackoverflow:before { content: '\e893'; } .icon-steam:before { content: '\e894'; } .icon-stumbleupon:before { content: '\e895'; } .icon-tencent-weibo:before { content: '\e896'; } .icon-trello:before { content: '\e897'; } .icon-tumblr:before { content: '\e898'; } .icon-twitch:before { content: '\e899'; } .icon-twitter:before { content: '\e89a'; } .icon-vine:before { content: '\e89b'; } .icon-vkontakte:before { content: '\e89c'; } .icon-wechat:before { content: '\e89d'; } .icon-weibo:before { content: '\e89e'; } .icon-windows:before { content: '\e89f'; } .icon-wordpress:before { content: '\e8a0'; } .icon-xing:before { content: '\e8a1'; } .icon-yelp:before { content: '\e8a2'; } .icon-youtube:before { content: '\e8a3'; } .icon-yahoo:before { content: '\e8a4'; } .icon-lemon:before { content: '\e8a5'; } .icon-blank:before { content: '\e8a6'; } .icon-pinterest-circled:before { content: '\e8a7'; } .icon-heart-empty:before { content: '\e8a8'; } .icon-lock-open:before { content: '\e8a9'; } .icon-heart:before { content: '\e8aa'; } .icon-check:before { content: '\e8ab'; } .icon-cancel:before { content: '\e8ac'; } .icon-plus:before { content: '\e8ad'; } .icon-minus:before { content: '\e8ae'; } .icon-double-left:before { content: '\e8af'; } .icon-double-right:before { content: '\e8b0'; } .icon-double-up:before { content: '\e8b1'; } .icon-double-down:before { content: '\e8b2'; } .icon-help:before { content: '\e8b3'; } .icon-info:before { content: '\e8b4'; } .icon-link:before { content: '\e8b5'; } .icon-quote:before { content: '\e8b6'; } .icon-attach:before { content: '\e8b7'; } .icon-eye:before { content: '\e8b8'; } .icon-tag:before { content: '\e8b9'; } .icon-menu:before { content: '\e8ba'; } .icon-pencil:before { content: '\e8bb'; } .icon-feather:before { content: '\e8bc'; } .icon-code:before { content: '\e8bd'; } .icon-home:before { content: '\e8be'; } .icon-camera:before { content: '\e8bf'; } .icon-pictures:before { content: '\e8c0'; } .icon-video:before { content: '\e8c1'; } .icon-users:before { content: '\e8c2'; } .icon-user:before { content: '\e8c3'; } .icon-user-add:before { content: '\e8c4'; } .icon-comment-empty:before { content: '\e8c5'; } .icon-chat-empty:before { content: '\e8c6'; } .icon-bell:before { content: '\e8c7'; } .icon-star-empty:before { content: '\e8c8'; } .icon-dot2:before { content: '\e8c9'; } .icon-dot3:before { content: '\e8ca'; } .icon-note:before { content: '\e8cb'; } .icon-basket:before { content: '\e8cc'; } .icon-note2:before { content: '\e8cd'; } .icon-share:before { content: '\e8ce'; } .icon-doc:before { content: '\e8cf'; } .icon-doc-text:before { content: '\e8d0'; } .icon-file-pdf:before { content: '\e8d1'; } .icon-file-word:before { content: '\e8d2'; } .icon-file-excel:before { content: '\e8d3'; } .icon-file-powerpoint:before { content: '\e8d4'; } .icon-file-image:before { content: '\e8d5'; } .icon-file-archive:before { content: '\e8d6'; } .icon-file-audio:before { content: '\e8d7'; } .icon-file-video:before { content: '\e8d8'; } .icon-file-code:before { content: '\e8d9'; } .icon-trash-empty:before { content: '\e8da'; } .icon-trash:before { content: '\e8db'; } .icon-th-large:before { content: '\e8dc'; } .icon-th:before { content: '\e8dd'; } .icon-th-list:before { content: '\e8de'; } .icon-flag:before { content: '\e8df'; } .icon-attention:before { content: '\e8e0'; } .icon-play:before { content: '\e8e1'; } .icon-stop:before { content: '\e8e2'; } .icon-pause:before { content: '\e8e3'; } .icon-record:before { content: '\e8e4'; } .icon-to-end:before { content: '\e8e5'; } .icon-tools:before { content: '\e8e6'; } .icon-retweet:before { content: '\e8e7'; } .icon-to-start:before { content: '\e8e8'; } .icon-fast-forward:before { content: '\e8e9'; } .icon-fast-backward:before { content: '\e8ea'; } .icon-search:before { content: '\e8eb'; } .icon-slider-right:before { content: '\e8ec'; } .icon-rss:before { content: '\e8ed'; } .icon-down-big-1:before { content: '\e8ee'; } .icon-left-big-1:before { content: '\e8ef'; } .icon-right-big-1:before { content: '\e8f0'; } .icon-up-big-1:before { content: '\e8f1'; } .icon-comment-2:before { content: '\e8f2'; } .icon-comment:before { content: '\e8f3'; } .icon-eye-2:before { content: '\e8f4'; } .icon-tablet:before { content: '\e8f5'; } .icon-bathtub:before { content: '\e8f6'; } .icon-comb:before { content: '\e8f7'; } .icon-calendar:before { content: '\e8f8'; } .icon-search-alt:before { content: '\e8f9'; } .icon-white:before { content: '\e8fa'; } .icon-home-alt:before { content: '\e8fb'; } .icon-timer:before { content: '\e8fc'; } .icon-locator:before { content: '\e8fd'; } .icon-cup:before { content: '\e8fe'; } .icon-currency:before { content: '\e8ff'; } .icon-box:before { content: '\e900'; } .icon-quote-left:before { content: '\e901'; } .icon-quote-right:before { content: '\e902'; } .icon-volume-up:before { content: '\e903'; } .icon-volume-off:before { content: '\e904'; } .icon-volume:before { content: '\e905'; } .icon-volume-down:before { content: '\e906'; } .icon-arrow-left-alt:before { content: '\e907'; } .icon-arrow-right-alt:before { content: '\e908'; } .icon-thumbs-up:before { content: '\e909'; } .icon-thumbs-down:before { content: '\e90a'; } .icon-speech:before { content: '\e90b'; } .icon-sphere:before { content: '\e90c'; } .icon-light:before { content: '\e90d'; } .icon-apple-mouse:before { content: '\e90e'; } .icon-arrow-down:before { content: '\e90f'; } .icon-arrow-left:before { content: '\e910'; } .icon-arrow-right:before { content: '\e911'; } .icon-arrow-up:before { content: '\e912'; } .icon-search-2:before { content: '\e913'; } .icon-cd-light:before { content: '\e914'; } .icon-mobile-light:before { content: '\e915'; } .icon-clear-button:before { content: '\e916'; } .icon-binoculars:before { content: '\e917'; } .icon-resize-full:before { content: '\e918'; } .icon-truck:before { content: '\e919'; } .icon-clipboard:before { content: '\e91a'; } .icon-email:before { content: '\e91b'; } .icon-modem:before { content: '\e91c'; } .icon-parking:before { content: '\e91d'; } .icon-swimming-pool:before { content: '\e91e'; } .icon-user-alt:before { content: '\e91f'; } .icon-user-plus:before { content: '\e920'; } .icon-user-times:before { content: '\e921'; } .icon-ellipsis:before { content: '\e922'; } .icon-summer:before { content: '\e923'; } .icon-wireless-antenna:before { content: '\e924'; } .icon-floor:before { content: '\e925'; } .icon-home-2:before { content: '\e926'; } .icon-wireless:before { content: '\e927'; } .icon-ironing:before { content: '\e928'; } .icon-down-big:before { content: '\e929'; } .icon-left-big:before { content: '\e92a'; } .icon-right-big:before { content: '\e92b'; } .icon-up-big:before { content: '\e92c'; } .icon-laundry:before { content: '\e92d'; } .icon-fax-2:before { content: '\e92e'; } .icon-phone-2:before { content: '\e92f'; } .icon-tools-2:before { content: '\e930'; } .icon-checkbox-2:before { content: '\e931'; } .icon-map:before { content: '\e932'; } .icon-newspaper:before { content: '\e933'; } .icon-note-2:before { content: '\e934'; } .icon-picture-2:before { content: '\e935'; } .icon-radio-tower:before { content: '\e936'; } .icon-video-2:before { content: '\e937'; } .icon-down-arrow:before { content: '\e938'; } .icon-left-arrow:before { content: '\e939'; } .icon-right-arrow:before { content: '\e93a'; } .icon-up-arrow:before { content: '\e93b'; } .icon-menu-2:before { content: '\e93c'; } .icon-cart-2:before { content: '\e93d'; } .icon-ellipsis-vert:before { content: '\e93e'; } .icon-left-mini:before { content: '\e93f'; } .icon-right-mini:before { content: '\e940'; } .icon-up-mini:before { content: '\e941'; } .icon-down-mini:before { content: '\e942'; } .icon-arrow-combo:before { content: '\e943'; } .icon-signal:before { content: '\e944'; } .icon-air:before { content: '\e945'; } .icon-water:before { content: '\e946'; } .icon-shareable:before { content: '\e947'; } .icon-resize-full-1:before { content: '\e948'; } .icon-resize-small-1:before { content: '\e949'; } .icon-down-thin:before { content: '\e94a'; } .icon-left-thin:before { content: '\e94b'; } .icon-right-thin:before { content: '\e94c'; } .icon-up-thin:before { content: '\e94d'; } .icon-level-down:before { content: '\e94e'; } .icon-level-up:before { content: '\e94f'; } .icon-shuffle:before { content: '\e950'; } .icon-loop:before { content: '\e951'; } .icon-switch:before { content: '\e952'; } .icon-resize-vertical:before { content: '\e953'; } .icon-resize-horizontal:before { content: '\e954'; } .icon-block:before { content: '\e955'; } .icon-010-info:before { content: '\e956'; } .icon-004-yoga:before { content: '\e957'; } .icon-untitled-1:before { content: '\e958'; } .icon-untitled-8:before { content: '\e959'; } .icon-007-phone:before { content: '\e95a'; } .icon-005-map-icon:before { content: '\e95b'; } .icon-untitled-2:before { content: '\e95c'; } .icon-untitled-9:before { content: '\e95d'; } .icon-008-email:before { content: '\e95e'; } .icon-untitled-3:before { content: '\e95f'; } .icon-002-music:before { content: '\e960'; } .icon-untitled-10:before { content: '\e961'; } .icon-untitled-4:before { content: '\e962'; } .icon-001-lotus:before { content: '\e963'; } .icon-untitled-5:before { content: '\e964'; } .icon-006-map-marker:before { content: '\e965'; } .icon-untitled-6:before { content: '\e966'; } .icon-009-hours:before { content: '\e967'; } .icon-003-support:before { content: '\e968'; } .icon-untitled-7:before { content: '\e969'; } .icon-new-twitter:before { content: '\e96a'; } .icon-tik-tok:before { content: '\e96b'; } .icon-move:before { content: '\f047'; } .icon-resize-full-alt:before { content: '\f0b2'; } .icon-ambulance:before { content: '\f0f9'; } .icon-euro:before { content: '\f153'; } .icon-pound:before { content: '\f154'; } .icon-dollar:before { content: '\f155'; } .icon-yen:before { content: '\f157'; } .icon-rouble:before { content: '\f158'; } .icon-car:before { content: '\f1b9'; } .icon-taxi:before { content: '\f1ba'; } .icon-bicycle:before { content: '\f206'; } .icon-bus:before { content: '\f207'; } .icon-ship:before { content: '\f21a'; } .icon-motorcycle:before { content: '\f21c'; } .icon-train:before { content: '\f238'; } .icon-subway:before { content: '\f239'; }html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section,
video,
audio {
font-family: inherit;
font-size: 100%;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
outline: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
}
html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow-y: scroll !important;
overflow-x: hidden;
height: 100%;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
} html {
font-size: 14px;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
-ms-hyphens: auto;
hyphens: auto;
}
li > ol,
li > ul,
dl > dd {
margin-bottom: 0;
}
li > p {
margin-bottom: 0;
}
li > p + p {
margin-top: 0.5em;
}
ol,
ul {
padding-left: 1.5em;
} a {
text-decoration: none;
background: transparent;
}
a,
a:hover,
a:focus,
a:active {
outline: 0;
}
a img {
border: none;
}
a,
button,
input[type=button],
input[type=submit] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
display: block;
}
:active,
:focus {
outline: 0;
} table {
border-collapse: collapse;
}
table th + th,
table th + td,
table td + th,
table td + td {
border-left: 1px solid #ddd;
}
table > p {
margin: 0 !important;
}
table td,
table th {
padding: 1.8em 1em;
}
table th {
font-size: 1em;
font-weight: 500;
font-style: normal;
text-align: center;
}
caption {
font-weight: 700;
text-align: center;
} blockquote,
.wp-block-quote.is-style-large {
position: relative;
text-align: center;
padding: 2.84em 3.2em 2.75em;
border-radius: 5px;
}
blockquote:before {
content: "\e95f";
font-family: "fontello";
font-size: 1.6em;
display: block;
margin-bottom: 0.94em;
}
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
blockquote p {
margin: 0;
font-size: 1.667em;
line-height: 1.27em;
font-weight: 500;
}
blockquote > a,
blockquote > p > a,
blockquote > cite,
blockquote > p > cite {
display: inline-block;
font-size: 18px;
line-height: 1.35em;
font-weight: 400;
font-style: normal;
margin-top: 0;
letter-spacing: 0;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote {
margin: 2.05em 1.95em;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 0;
} dd {
margin-left: 1.5em;
}
dt,
b,
strong {
font-weight: bold;
}
dfn,
em,
i {
font-style: italic;
}
pre,
code,
kbd,
tt,
var,
samp {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
letter-spacing: 0;
}
pre {
overflow: auto;
max-width: 100%;
}
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #888;
background-color: #f7f7f7;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
}
pre > code {
display: block;
vertical-align: top;
padding: 1em;
}
abbr,
acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark,
ins {
background-color: transparent;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 80%;
}
big {
font-size: 120%;
}
[hidden],
template {
display: none;
}
hr {
height: 0;
border: none;
border-top: 1px solid #eee;
margin: 9.8rem 0;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
} img {
max-width: 100%;
height: auto;
vertical-align: top;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
border-radius: 5px;
}
figure img,
.wp-caption img,
.wp-caption-overlay .wp-caption img {
border-radius: 5px;
}
figure figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: 0;
left: 0;
font-size: 16px;
line-height: 24px;
font-weight: 700;
font-style: italic;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0;
text-align: center;
padding: 16px 10px;
max-height: 50%;
overflow-x: hidden;
overflow-y: auto;
}
figure:not(.wp-block-gallery):hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-block-gallery figure:hover figcaption,
.wp-block-image:hover figcaption,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
opacity: 0;
}
figure:hover figcaption:hover,
.wp-caption:hover .wp-caption-text:hover,
.wp-caption:hover .wp-caption-dd:hover,
.wp-block-gallery figure:hover figcaption:hover,
.wp-block-image:hover figcaption:hover,
.wp-caption-overlay .wp-caption:hover .wp-caption-text:hover,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd:hover {
opacity: 1;
}
figure figcaption.blocks-gallery-caption {
position: relative;
margin-bottom: 0.5em;
width: 100%;
padding: 0.5em;
text-align: center;
}
svg:not(:root) {
overflow: hidden;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
video {
width: 100%;
height: auto;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe,
video,
embed {
max-width: 100%;
min-height: 100px;
vertical-align: top;
} [class^=icon-]:before,
[class*=" icon-"]:before {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
display: inline-block;
vertical-align: top;
width: auto;
margin: 0;
}  form {
margin-bottom: 0;
}
button,
input,
optgroup,
select,
textarea,
textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible;
}
input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-webkit-input-placeholder, textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder, textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder, textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-ms-input-placeholder, textarea[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
text-overflow: ellipsis;
}
input[placeholder],
textarea[placeholder] {
text-overflow: ellipsis;
}
textarea,
textarea.wp-editor-area,
select,
option,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=checkbox],
input[type=radio] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
padding: 0; }
input[type=number]::-webkit-outer-spin-button {
height: 50%;
}
input[type=number],
input[type=search] {
-webkit-appearance: none; -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type=button][disabled],
input[type=submit][disabled],
button[disabled],
html input[disabled] {
cursor: default;
pointer-events: none;
}
button:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
outline: none;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area {
-webkit-appearance: none;
outline: none;
resize: none;
} label.required:after {
content: "*";
display: none;
vertical-align: text-top;
font-size: 80%;
color: #da6f5b;
} fieldset {
padding: 1em 1.5em;
margin: 1.5em 0.2em;
border: 1px solid #ddd;
position: relative;
}
fieldset legend {
position: absolute;
z-index: 1;
top: -0.6em;
left: 1.5em;
background-color: #fff;
font-weight: 400;
font-style: italic;
padding: 0 0.2em;
letter-spacing: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type=submit],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type=submit],
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a,
#btn-buy,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button .woocommerce #respond input#submit,
.woocommerce input[type=button],
.woocommerce-page input[type=button],
.woocommerce input[type=submit],
.woocommerce-page input[type=submit],
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type=submit],
.woocommerce-page #review_form #respond p.form-submit input[type=submit],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.minimal-light .esg-navigationbutton.esg-loadmore,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.yith-woocompare-widget a.clear-all,
.cc-compliance .cc-btn {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
white-space: nowrap;
padding: 0.61em 2.6em;
letter-spacing: 0;
height: auto;
border-width: 0 !important;
}
.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
padding: 0.36em 2em;
font-size: 0.889em;
} .sc_button.sc_button_bordered {
border-width: 2px !important;
padding: 1.3em 2.8em;
}
.sc_layouts_row_type_narrow .sc_button.sc_button_bordered {
padding: 0.8em 1.8em;
}
.sc_button.sc_button_bordered.sc_button_size_small {
padding: 0.6em 1.4em;
} .sc_button_simple {
font-size: 1em;
line-height: 1.25em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
text-transform: none;
border: none;
padding: 0 1.8em 0 0;
}
.sc_button_simple:before,
.sc_button_simple:after {
content: "\e93a";
font-family: "fontello";
font-style: normal;
} .widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
font-size: 14px;
line-height: 16px;
padding: 10px 16px;
}
.widget.woocommerce .button + .button {
margin-left: 3px;
} input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area,
.tribe-common.tribe-events .tribe-events-c-search__input,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.tourmaster-form-field input[type=text],
.tourmaster-form-field input[type=email],
.tourmaster-form-field input[type=password],
.tourmaster-form-field textarea,
.tourmaster-form-field select,
.tourmaster-form-field.tourmaster-with-border input[type=text],
.tourmaster-form-field.tourmaster-with-border input[type=email],
.tourmaster-form-field.tourmaster-with-border input[type=password],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
padding: 0.584em 1.7em;
border: 2px solid #ddd;
}
textarea,
textarea.wp-editor-area {
overflow: auto; vertical-align: top; min-height: 11.6em;
}
.widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=search],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
padding: 0.584em 1.5em;
} input[type=radio],
input[type=checkbox],
.edd_price_options ul > li > label > input[type=radio],
.edd_price_options ul > li > label > input[type=checkbox],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
label > input[type=radio],
label > input[type=checkbox],
input[type=radio].radio,
input[type=checkbox].checkbox,
input[type=checkbox].wpcf7-acceptance {
display: inline-block;
vertical-align: baseline;
position: static !important;
clip: auto;
}
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
display: inline-block;
vertical-align: baseline;
}
input[type=radio] + label,
input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span,
.woocommerce-form__label-for-checkbox,
.wpgdprc-checkbox label,
.gdpr-terms-container,
body #booked-page-form p.login-remember label,
.mc4wp-form label:has(input[type=checkbox]) {
position: relative;
padding-left: 1.4em;
line-height: 1.5em;
display: inline-block;
vertical-align: top;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
.edd_price_options ul > li > label > input[type=radio] + span:before,
.edd_price_options ul > li > label > input[type=checkbox] + span:before,
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input:before,
.wpgdprc-checkbox label input[type=checkbox]:before,
.gdpr-terms-container input[type=checkbox]:before,
#gdpr_woo_consent_field label input[type=checkbox]:before,
body #booked-page-form p.login-remember label input[type=checkbox]:before,
.mc4wp-form label input[type=checkbox]:before {
content: " ";
font-family: "fontello";
display: block;
text-align: center;
border: 1px solid #eee;
width: 0.8em;
height: 0.8em;
line-height: 0.69em;
position: absolute;
z-index: 1;
top: 0.3em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ua_gecko input[type=radio] + label:before {
line-height: 0.63em;
}
.sc_donations_inited + label,
.sc_form_privacy_checkbox + label,
.sc_donations_form_rating_label {
display: inline-block;
}
.sc_form_field_checkbox {
position: relative;
display: block;
text-align: center;
}
.sc_form_privacy_checkbox + label {
margin: 0 auto;
float: none;
}
form .sc_donations_form_rating_label {
margin-left: 0;
}
input[type=radio] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
.edd_price_options ul > li > label > input[type=radio] + span:before {
border-radius: 50%;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=checkbox]:checked + span:before,
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input:checked:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type=checkbox]:checked:before,
.gdpr-terms-container input[type=checkbox]:checked:before,
#gdpr_woo_consent_field label input[type=checkbox]:checked:before,
body #booked-page-form p.login-remember label input[type=checkbox]:checked:before,
.mc4wp-form label input[type=checkbox]:checked:before {
content: "\e8ab";
}
input[type=radio]:checked + label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio]:checked + span:before {
content: "\e83c";
} .cc-header {
margin-right: 1em;
}
.cc-revoke, .cc-window {
z-index: 999999;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
.comment-form .wpgdprc-checkbox {
display: inline-block;
}
.comment-form .wpgdprc-checkbox label,
.comment-form .gdpr-terms-container,
.comment-form .comments_field.comments_i_agree_privacy_policy label {
position: relative;
font-weight: 400;
}
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type=checkbox],
#gdpr_woo_consent_field label input[type=checkbox],
.gdpr-terms-container input[type=checkbox],
body #booked-page-form p.login-remember label input[type=checkbox],
.mc4wp-form label input[type=checkbox] {
display: block;
position: absolute !important;
top: 0;
left: 0;
clip: auto;
visibility: hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.woocommerce-form__label-for-checkbox input[type=checkbox].woocommerce-form__input:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type=checkbox]:before,
#gdpr_woo_consent_field label input[type=checkbox]:before,
.gdpr-terms-container input[type=checkbox]:before,
body #booked-page-form p.login-remember label input[type=checkbox]:before,
.mc4wp-form label input[type=checkbox]:before {
visibility: visible;
cursor: pointer;
}
.gdpr-terms-container {
clear: both;
margin: 1em 0 !important;
}
.comments_field.comments_i_agree_privacy_policy {
clear: both;
} select {
text-overflow: ellipsis;
white-space: nowrap;
}
select::-ms-expand {
display: none;
} select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]):not(.field-paid-service-select) {
visibility: hidden;
} .select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: visible;
} .select_container {
width: 100%;
position: relative;
}
.select_container,
.select_container:after,
.select_container select {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.select_container:before {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 3em;
z-index: 1;
pointer-events: none;
cursor: pointer;
}
.sc_input_hover_accent .select_container::before {
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 0;
}
.select_container:after {
content: "\e828";
font-family: "fontello";
display: block;
position: absolute;
z-index: 2;
top: 50%;
right: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
margin-top: -0.5em;
pointer-events: none;
cursor: pointer;
}
.select_container select {
width: 100% !important;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget .select_container select {
padding-right: 2em !important;
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.widget .select_container:before {
width: 2em;
}
.widget .select_container:after {
right: 0.5em;
} .select2-container {
width: 100% !important;
}
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
height: auto;
border: 2px solid #ddd;
padding: 0.215em 1.7em;
border-radius: 0;
line-height: 1.4855em;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding: 0;
}
.select2-container .select2-selection--single {
margin-bottom: 0;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: 2.223em;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-drop-active {
border: none;
}
.select2-dropdown {
border: 1px solid #ddd;
}
.select2-search {
padding: 4px 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
font-size: 0.8em;
line-height: normal;
padding: 1em 1.5em;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
clip: auto !important;
text-decoration: none; z-index: 100000;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.alignleft {
display: inline-block;
float: left;
margin-right: 1.7em !important;
}
.alignright {
display: inline-block;
float: right;
margin-left: 1.7em !important;
}
.aligncenter {
clear: both;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.wpb_text_column img.alignright,
.wpb_text_column img.alignleft,
figure.alignleft,
figure.alignright {
margin-top: 0.5em;
border-radius: 5px;
}
.wp-caption,
figure.aligncenter {
margin-bottom: 1em;
}
.sidebar_inner .wp-block-search.alignleft,
.sidebar_inner .wp-block-search.alignright, footer .wp-block-search.alignleft,
footer .wp-block-search.alignright {
float: none;
margin-left: 0 !important;
margin-right: 0 !important;
} .sticky_wrap {
margin-bottom: 5em;
}
.sticky {
position: relative;
border: 2px solid #ddd;
padding: 2em;
}
.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
text-align: center;
}
.sticky .label_sticky {
display: block;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color: #ddd;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.sticky_wrap .sticky .post_featured {
display: inline-block;
}
.sticky_wrap .sticky .post_categories {
margin-top: 1em;
}
.sticky_wrap .sticky .post_title {
margin-top: 0.5em;
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
} .gallery {
margin: 0 -5px;
}
.gallery .gallery-item {
display: inline-block;
vertical-align: top;
overflow: hidden;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.1111111111% !important;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5% !important;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.2857142857% !important;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.6666666667% !important;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20% !important;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25% !important;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.3333333333% !important;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50% !important;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery .gallery-item a {
display: block;
}
.gallery .gallery-item a img {
border: none !important;
display: block;
width: 100%;
}
.gallery .gallery-item .gallery-icon {
margin: 5px;
}
.wp-block-gallery {
margin-bottom: 1.35em;
}
.gallery .gallery-item .gallery-caption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 16px;
line-height: 18px;
padding: 16px 10px;
max-height: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery .gallery-item figcaption.gallery-caption {
max-height: calc(50% - 5px);
}
.gallery .gallery-item .gallery-caption {
margin: 0 5px 5px;
}
.gallery.gallery-columns-9 .gallery-caption {
padding: 8px;
}
.gallery.gallery-columns-8 .gallery-caption {
padding: 10px;
}
.wp-block-gallery.columns-9 .blocks-gallery-item__caption {
padding: 8px;
}
.wp-block-gallery.columns-8 .blocks-gallery-item__caption {
padding: 10px;
}
.wp-block-gallery.columns-7 .blocks-gallery-item__caption {
padding: 12px;
}
.wp-block-gallery.columns-6 .blocks-gallery-item__caption {
padding: 15px;
}
.gallery .gallery-item:hover .gallery-caption {
opacity: 0;
}
.gallery .gallery-item:hover .gallery-caption:hover {
opacity: 1;
} .post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type=submit] {
display: inline-block;
margin-left: 0.2em;
padding: calc(0.584em + 2px) 2em;
line-height: normal;
} .container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row,
.columns_wrap {
margin-left: 0px;
margin-right: -30px;
}
.row > [class*=column-],
.columns_wrap > [class*=column-] {
display: inline-block;
vertical-align: top;
position: relative;
min-height: 1px;
padding-left: 0;
padding-right: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row.columns_padding_left,
.columns_wrap.columns_padding_left,
.vc_row.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*=column-],
.columns_wrap.columns_padding_left > [class*=column-],
.row > [class*=column-].columns_padding_left,
.columns_wrap > [class*=column-].columns_padding_left {
padding-left: 30px;
padding-right: 0;
}
.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*=column-],
.columns_wrap.columns_padding_right > [class*=column-],
.row > [class*=column-].columns_padding_right,
.columns_wrap > [class*=column-].columns_padding_right {
padding-left: 0;
padding-right: 30px;
}
.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*=column-],
.columns_wrap.columns_padding_center > [class*=column-],
.row > [class*=column-].columns_padding_center,
.columns_wrap > [class*=column-].columns_padding_center {
padding-left: 15px;
padding-right: 15px;
}
.row.columns_padding_bottom > [class*=column-],
.columns_wrap.columns_padding_bottom > [class*=column-],
.row > [class*=column-].columns_padding_bottom,
.columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: 30px;
}
.sc_blogger.no_margin .row,
.sc_blogger.no_margin .columns_wrap,
.row.no_margin,
.columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sc_blogger.no_margin .row > [class*=column-],
.sc_blogger.no_margin .columns_wrap > [class*=column-],
.row.no_margin > [class*=column-],
.columns_wrap.no_margin > [class*=column-] {
padding: 0 !important;
} .column-1,
.column-1_1 {
width: 100%;
}
.column-1_2 {
width: 50%;
}
.push-1_2 {
left: 50%;
}
.pull-1_2 {
right: 50%;
}
.offset-1_2 {
margin-left: 50%;
}
.column-1_3 {
width: 33.3333333333%;
}
.push-1_3 {
left: 33.3333333333%;
}
.pull-1_3 {
right: 33.3333333333%;
}
.offset-1_3 {
margin-left: 33.3333333333%;
}
.column-1_4 {
width: 25%;
}
.push-1_4 {
left: 25%;
}
.pull-1_4 {
right: 25%;
}
.offset-1_4 {
margin-left: 25%;
}
.column-1_5 {
width: 20%;
}
.push-1_5 {
left: 20%;
}
.pull-1_5 {
right: 20%;
}
.offset-1_5 {
margin-left: 20%;
}
.column-1_6 {
width: 16.6666666667%;
}
.push-1_6 {
left: 16.6666666667%;
}
.pull-1_6 {
right: 16.6666666667%;
}
.offset-1_6 {
margin-left: 16.6666666667%;
}
.column-1_7 {
width: 14.2857142857%;
}
.push-1_7 {
left: 14.2857142857%;
}
.pull-1_7 {
right: 14.2857142857%;
}
.offset-1_7 {
margin-left: 14.2857142857%;
}
.column-1_8 {
width: 12.5%;
}
.push-1_8 {
left: 12.5%;
}
.pull-1_8 {
right: 12.5%;
}
.offset-1_8 {
margin-left: 12.5%;
}
.column-1_9 {
width: 11.1111111111%;
}
.push-1_9 {
left: 11.1111111111%;
}
.pull-1_9 {
right: 11.1111111111%;
}
.offset-1_9 {
margin-left: 11.1111111111%;
}
.column-1_10 {
width: 10%;
}
.push-1_10 {
left: 10%;
}
.pull-1_10 {
right: 10%;
}
.offset-1_10 {
margin-left: 10%;
}
.column-1_11 {
width: 9.0909090909%;
}
.push-1_11 {
left: 9.0909090909%;
}
.pull-1_11 {
right: 9.0909090909%;
}
.offset-1_11 {
margin-left: 9.0909090909%;
}
.column-1_12 {
width: 8.3333333333%;
}
.push-1_12 {
left: 8.3333333333%;
}
.pull-1_12 {
right: 8.3333333333%;
}
.offset-1_12 {
margin-left: 8.3333333333%;
}
.column-2_2 {
width: 100%;
}
.column-2_3 {
width: 66.6666666667%;
}
.push-2_3 {
left: 66.6666666667%;
}
.pull-2_3 {
right: 66.6666666667%;
}
.offset-2_3 {
margin-left: 66.6666666667%;
}
.column-2_4 {
width: 50%;
}
.push-2_4 {
left: 50%;
}
.pull-2_4 {
right: 50%;
}
.offset-2_4 {
margin-left: 50%;
}
.column-2_5 {
width: 40%;
}
.push-2_5 {
left: 40%;
}
.pull-2_5 {
right: 40%;
}
.offset-2_5 {
margin-left: 40%;
}
.column-2_6 {
width: 33.3333333333%;
}
.push-2_6 {
left: 33.3333333333%;
}
.pull-2_6 {
right: 33.3333333333%;
}
.offset-2_6 {
margin-left: 33.3333333333%;
}
.column-2_7 {
width: 28.5714285714%;
}
.push-2_7 {
left: 28.5714285714%;
}
.pull-2_7 {
right: 28.5714285714%;
}
.offset-2_7 {
margin-left: 28.5714285714%;
}
.column-2_8 {
width: 25%;
}
.push-2_8 {
left: 25%;
}
.pull-2_8 {
right: 25%;
}
.offset-2_8 {
margin-left: 25%;
}
.column-2_9 {
width: 22.2222222222%;
}
.push-2_9 {
left: 22.2222222222%;
}
.pull-2_9 {
right: 22.2222222222%;
}
.offset-2_9 {
margin-left: 22.2222222222%;
}
.column-2_10 {
width: 20%;
}
.push-2_10 {
left: 20%;
}
.pull-2_10 {
right: 20%;
}
.offset-2_10 {
margin-left: 20%;
}
.column-2_11 {
width: 18.1818181818%;
}
.push-2_11 {
left: 18.1818181818%;
}
.pull-2_11 {
right: 18.1818181818%;
}
.offset-2_11 {
margin-left: 18.1818181818%;
}
.column-2_12 {
width: 16.6666666667%;
}
.push-2_12 {
left: 16.6666666667%;
}
.pull-2_12 {
right: 16.6666666667%;
}
.offset-2_12 {
margin-left: 16.6666666667%;
}
.column-3_3 {
width: 100%;
}
.column-3_4 {
width: 75%;
}
.push-3_4 {
left: 75%;
}
.pull-3_4 {
right: 75%;
}
.offset-3_4 {
margin-left: 75%;
}
.column-3_5 {
width: 60%;
}
.push-3_5 {
left: 60%;
}
.pull-3_5 {
right: 60%;
}
.offset-3_5 {
margin-left: 60%;
}
.column-3_6 {
width: 50%;
}
.push-3_6 {
left: 50%;
}
.pull-3_6 {
right: 50%;
}
.offset-3_6 {
margin-left: 50%;
}
.column-3_7 {
width: 42.8571428571%;
}
.push-3_7 {
left: 42.8571428571%;
}
.pull-3_7 {
right: 42.8571428571%;
}
.offset-3_7 {
margin-left: 42.8571428571%;
}
.column-3_8 {
width: 37.5%;
}
.push-3_8 {
left: 37.5%;
}
.pull-3_8 {
right: 37.5%;
}
.offset-3_8 {
margin-left: 37.5%;
}
.column-3_9 {
width: 33.3333333333%;
}
.push-3_9 {
left: 33.3333333333%;
}
.pull-3_9 {
right: 33.3333333333%;
}
.offset-3_9 {
margin-left: 33.3333333333%;
}
.column-3_10 {
width: 30%;
}
.push-3_10 {
left: 30%;
}
.pull-3_10 {
right: 30%;
}
.offset-3_10 {
margin-left: 30%;
}
.column-3_11 {
width: 27.2727272727%;
}
.push-3_11 {
left: 27.2727272727%;
}
.pull-3_11 {
right: 27.2727272727%;
}
.offset-3_11 {
margin-left: 27.2727272727%;
}
.column-3_12 {
width: 25%;
}
.push-3_12 {
left: 25%;
}
.pull-3_12 {
right: 25%;
}
.offset-3_12 {
margin-left: 25%;
}
.column-4_4 {
width: 100%;
}
.column-4_5 {
width: 80%;
}
.push-4_5 {
left: 80%;
}
.pull-4_5 {
right: 80%;
}
.offset-4_5 {
margin-left: 80%;
}
.column-4_6 {
width: 66.6666666667%;
}
.push-4_6 {
left: 66.6666666667%;
}
.pull-4_6 {
right: 66.6666666667%;
}
.offset-4_6 {
margin-left: 66.6666666667%;
}
.column-4_7 {
width: 57.1428571429%;
}
.push-4_7 {
left: 57.1428571429%;
}
.pull-4_7 {
right: 57.1428571429%;
}
.offset-4_7 {
margin-left: 57.1428571429%;
}
.column-4_8 {
width: 50%;
}
.push-4_8 {
left: 50%;
}
.pull-4_8 {
right: 50%;
}
.offset-4_8 {
margin-left: 50%;
}
.column-4_9 {
width: 44.4444444444%;
}
.push-4_9 {
left: 44.4444444444%;
}
.pull-4_9 {
right: 44.4444444444%;
}
.offset-4_9 {
margin-left: 44.4444444444%;
}
.column-4_10 {
width: 40%;
}
.push-4_10 {
left: 40%;
}
.pull-4_10 {
right: 40%;
}
.offset-4_10 {
margin-left: 40%;
}
.column-4_11 {
width: 36.3636363636%;
}
.push-4_11 {
left: 36.3636363636%;
}
.pull-4_11 {
right: 36.3636363636%;
}
.offset-4_11 {
margin-left: 36.3636363636%;
}
.column-4_12 {
width: 33.3333333333%;
}
.push-4_12 {
left: 33.3333333333%;
}
.pull-4_12 {
right: 33.3333333333%;
}
.offset-4_12 {
margin-left: 33.3333333333%;
}
.column-5_5 {
width: 100%;
}
.column-5_6 {
width: 83.3333333333%;
}
.push-5_6 {
left: 83.3333333333%;
}
.pull-5_6 {
right: 83.3333333333%;
}
.offset-5_6 {
margin-left: 83.3333333333%;
}
.column-5_7 {
width: 71.4285714286%;
}
.push-5_7 {
left: 71.4285714286%;
}
.pull-5_7 {
right: 71.4285714286%;
}
.offset-5_7 {
margin-left: 71.4285714286%;
}
.column-5_8 {
width: 62.5%;
}
.push-5_8 {
left: 62.5%;
}
.pull-5_8 {
right: 62.5%;
}
.offset-5_8 {
margin-left: 62.5%;
}
.column-5_9 {
width: 55.5555555556%;
}
.push-5_9 {
left: 55.5555555556%;
}
.pull-5_9 {
right: 55.5555555556%;
}
.offset-5_9 {
margin-left: 55.5555555556%;
}
.column-5_10 {
width: 50%;
}
.push-5_10 {
left: 50%;
}
.pull-5_10 {
right: 50%;
}
.offset-5_10 {
margin-left: 50%;
}
.column-5_11 {
width: 45.4545454545%;
}
.push-5_11 {
left: 45.4545454545%;
}
.pull-5_11 {
right: 45.4545454545%;
}
.offset-5_11 {
margin-left: 45.4545454545%;
}
.column-5_12 {
width: 41.6666666667%;
}
.push-5_12 {
left: 41.6666666667%;
}
.pull-5_12 {
right: 41.6666666667%;
}
.offset-5_12 {
margin-left: 41.6666666667%;
}
.column-6_6 {
width: 100%;
}
.column-6_7 {
width: 85.7142857143%;
}
.push-6_7 {
left: 85.7142857143%;
}
.pull-6_7 {
right: 85.7142857143%;
}
.offset-6_7 {
margin-left: 85.7142857143%;
}
.column-6_8 {
width: 75%;
}
.push-6_8 {
left: 75%;
}
.pull-6_8 {
right: 75%;
}
.offset-6_8 {
margin-left: 75%;
}
.column-6_9 {
width: 66.6666666667%;
}
.push-6_9 {
left: 66.6666666667%;
}
.pull-6_9 {
right: 66.6666666667%;
}
.offset-6_9 {
margin-left: 66.6666666667%;
}
.column-6_10 {
width: 60%;
}
.push-6_10 {
left: 60%;
}
.pull-6_10 {
right: 60%;
}
.offset-6_10 {
margin-left: 60%;
}
.column-6_11 {
width: 54.5454545455%;
}
.push-6_11 {
left: 54.5454545455%;
}
.pull-6_11 {
right: 54.5454545455%;
}
.offset-6_11 {
margin-left: 54.5454545455%;
}
.column-6_12 {
width: 50%;
}
.push-6_12 {
left: 50%;
}
.pull-6_12 {
right: 50%;
}
.offset-6_12 {
margin-left: 50%;
}
.column-7_7 {
width: 100%;
}
.column-7_8 {
width: 87.5%;
}
.push-7_8 {
left: 87.5%;
}
.pull-7_8 {
right: 87.5%;
}
.offset-7_8 {
margin-left: 87.5%;
}
.column-7_9 {
width: 77.7777777778%;
}
.push-7_9 {
left: 77.7777777778%;
}
.pull-7_9 {
right: 77.7777777778%;
}
.offset-7_9 {
margin-left: 77.7777777778%;
}
.column-7_10 {
width: 70%;
}
.push-7_10 {
left: 70%;
}
.pull-7_10 {
right: 70%;
}
.offset-7_10 {
margin-left: 70%;
}
.column-7_11 {
width: 63.6363636364%;
}
.push-7_11 {
left: 63.6363636364%;
}
.pull-7_11 {
right: 63.6363636364%;
}
.offset-7_11 {
margin-left: 63.6363636364%;
}
.column-7_12 {
width: 58.3333333333%;
}
.push-7_12 {
left: 58.3333333333%;
}
.pull-7_12 {
right: 58.3333333333%;
}
.offset-7_12 {
margin-left: 58.3333333333%;
}
.column-8_8 {
width: 100%;
}
.column-8_9 {
width: 88.8888888889%;
}
.push-8_9 {
left: 88.8888888889%;
}
.pull-8_9 {
right: 88.8888888889%;
}
.offset-8_9 {
margin-left: 88.8888888889%;
}
.column-8_10 {
width: 80%;
}
.push-8_10 {
left: 80%;
}
.pull-8_10 {
right: 80%;
}
.offset-8_10 {
margin-left: 80%;
}
.column-8_11 {
width: 72.7272727273%;
}
.push-8_11 {
left: 72.7272727273%;
}
.pull-8_11 {
right: 72.7272727273%;
}
.offset-8_11 {
margin-left: 72.7272727273%;
}
.column-8_12 {
width: 66.6666666667%;
}
.push-8_12 {
left: 66.6666666667%;
}
.pull-8_12 {
right: 66.6666666667%;
}
.offset-8_12 {
margin-left: 66.6666666667%;
}
.column-9_9 {
width: 100%;
}
.column-9_10 {
width: 90%;
}
.push-9_10 {
left: 90%;
}
.pull-9_10 {
right: 90%;
}
.offset-9_10 {
margin-left: 90%;
}
.column-9_11 {
width: 81.8181818182%;
}
.push-9_11 {
left: 81.8181818182%;
}
.pull-9_11 {
right: 81.8181818182%;
}
.offset-9_11 {
margin-left: 81.8181818182%;
}
.column-9_12 {
width: 75%;
}
.push-9_12 {
left: 75%;
}
.pull-9_12 {
right: 75%;
}
.offset-9_12 {
margin-left: 75%;
}
.column-10_10 {
width: 100%;
}
.column-10_11 {
width: 90.9090909091%;
}
.push-10_11 {
left: 90.9090909091%;
}
.pull-10_11 {
right: 90.9090909091%;
}
.offset-10_11 {
margin-left: 90.9090909091%;
}
.column-10_12 {
width: 83.3333333333%;
}
.push-10_12 {
left: 83.3333333333%;
}
.pull-10_12 {
right: 83.3333333333%;
}
.offset-10_12 {
margin-left: 83.3333333333%;
}
.column-11_11 {
width: 100%;
}
.column-11_12 {
width: 91.6666666667%;
}
.push-11_12 {
left: 91.6666666667%;
}
.pull-11_12 {
right: 91.6666666667%;
}
.offset-11_12 {
margin-left: 91.6666666667%;
}
.column-12_12 {
width: 100%;
} .clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.vertical-centered {
overflow: hidden;
}
.vertical-centered:before {
content: " ";
width: 0;
height: 100%;
margin-left: -0.3em;
}
.vertical-centered:before,
.vertical-centered > * {
display: inline-block;
vertical-align: middle;
}
.great_lotus_loading {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/images/preloader.gif);
background-position: center;
background-repeat: no-repeat;
} .page_wrap {
min-height: 100vh;
overflow: hidden;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
.body_style_boxed {
background-color: #f0f0f0;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.body_style_boxed .sc_layouts_row_fixed_on,
.body_style_boxed .page_wrap {
width: 96.6%;
margin: auto !important;
}
.content_wrap,
.content_container {
width: 1170px;
margin: 0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width: 100%;
}
.content_wrap:after,
.content_container:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.body_style_fullwide .content_wrap {
max-width: 1920px;
margin: 0 auto;
width: 100% !important;
padding-left: 130px;
padding-right: 130px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content,
.sidebar,
.sidebar_inner {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_content_wrap .content_wrap {
position: relative;
} body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content,
body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
width: 770px;
}
[class*=content_wrap] > .sidebar {
width: 370px;
}
.sidebar_hide [class*=content_wrap] > .content {
margin-left: auto;
margin-right: auto;
}
.sidebar_right [class*=content_wrap] > .content {
float: left;
}
.sidebar_right [class*=content_wrap] > .sidebar {
float: right;
}
.sidebar_left [class*=content_wrap] > .content {
float: right;
}
.sidebar_left [class*=content_wrap] > .sidebar {
float: left;
} .body_style_fullwide [class*=content_wrap] > .content,
.body_style_fullscreen [class*=content_wrap] > .content {
width: 100%;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
padding-right: 400px;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
margin-left: -370px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
padding-left: 400px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
margin-right: -370px;
}
.body_style_fullscreen .page_content_wrap {
overflow: hidden;
padding: 0;
position: relative; } .body_style_fullscreen [class*=content_wrap] > .content > article.page {
padding: 0;
}   .top_panel {
position: relative;
z-index: 8000; padding: 0.1px 0;
margin-bottom: 10.3rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top_panel .row > [class*=column-],
.top_panel .columns_wrap > [class*=column-] {
vertical-align: middle;
}
.remove_margins .top_panel {
margin-bottom: 0 !important;
}
.top_panel.with_bg_image:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
} #background_video {
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
position: absolute;
z-index: -1 !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
div#background_video {
position: absolute !important;
}
div#background_video:after {
content: " ";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}
div#background_video iframe,
div#background_video video {
position: absolute;
z-index: 1;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%) !important;
transform: translate(-50%, 50%) !important;
max-width: none;
}
#tubular-container {
display: none;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .page_wrap {
position: relative;
}
.header_position_over .top_panel {
position: absolute;
z-index: 8000;
top: 0;
left: 0;
width: 100%;
background: none !important;
}
.header_position_over .top_panel .sc_layouts_row[class*=scheme_]:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
}
.header_position_under .top_panel {
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_position_under .top_panel_mask {
display: none;
background-color: #000;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.header_position_under .page_content_wrap {
position: relative;
z-index: 3;
}
.header_position_under .footer_wrap {
position: relative;
z-index: 2;
}  .top_panel_default .sc_layouts_row_fixed_on {
-webkit-transition: padding 0.3s ease;
transition: padding 0.3s ease;
}
.top_panel_default .sc_layouts_row .custom-logo-link img,
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
-webkit-transition: max-height 0.3s ease;
transition: max-height 0.3s ease;
} .top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
content: "\e8ba";
font-family: "fontello";
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
display: none;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
width: 2.2em;
} body.menu_style_side {
width: auto;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
body.menu_style_left {
margin-left: 6rem;
}
body.menu_style_right {
margin-right: 6rem;
}
.menu_style_side .body_wrap {
position: relative;
overflow: hidden;
max-width: 100%;
}
.menu_style_side .menu_side_wrap {
position: fixed;
z-index: 20000;
top: 0;
right: auto;
bottom: 0;
left: 0;
width: 6rem;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap {
left: auto;
right: 0;
}
.admin-bar .menu_side_wrap {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu_side_wrap {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .menu_side_wrap {
top: 0;
}
}
.menu_side_wrap .menu_side_inner {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_style_side .menu_side_wrap .sc_layouts_logo {
display: block;
padding: 25% 10%;
text-align: center;
border-bottom: 1px solid #ddd;
position: relative;
z-index: 1;
}
.menu_style_side .menu_side_wrap .logo_text {
font-size: 1em;
letter-spacing: 0;
text-align: center;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.menu_style_side .menu_side_wrap .logo_slogan {
display: none;
}
.menu_side_wrap .menu_mobile_button {
display: block;
position: relative;
left: 0;
right: auto;
top: 0;
}
.menu_side_wrap .menu_side_button {
display: none;
font-size: 16px;
margin-top: -1.5em;
overflow: hidden;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
left: -1.5em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap .menu_side_button {
text-align: left;
padding-left: 10px;
border-radius: 50% 0 0 50%;
}
.menu_style_left .menu_side_wrap .menu_side_button {
left: auto;
right: -1.5em;
text-align: right;
padding-right: 10px;
border-radius: 0 50% 50% 0;
}
.menu_style_right .menu_side_wrap .menu_side_button:before {
content: "\e92a";
}
.menu_style_right .menu_side_wrap.opened .menu_side_button:before {
content: "\e92b";
}
.menu_style_left .menu_side_wrap .menu_side_button:before {
content: "\e92b";
}
.menu_style_left .menu_side_wrap.opened .menu_side_button:before {
content: "\e92a";
}
#toc_menu {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
margin: -50% 0 0 -50%;
}
.toc_menu_item {
position: relative;
z-index: 1;
}
.toc_menu_item .toc_menu_icon {
display: block;
position: relative;
color: #888;
height: 1.5em;
line-height: 1.5em;
text-align: center;
}
.toc_menu_item .toc_menu_icon:before {
display: inline-block;
line-height: inherit;
color: inherit;
}
.toc_menu_item .toc_menu_icon_default:before {
content: " ";
margin-top: 0.75em;
width: 0.5em;
height: 1px;
background-color: #888;
}
.toc_menu_item:hover .toc_menu_icon,
.toc_menu_item_active .toc_menu_icon {
color: #292929;
}
.toc_menu_item:hover .toc_menu_icon_default:before,
.toc_menu_item_active .toc_menu_icon_default:before {
background-color: #292929;
}
.toc_menu_item_active .toc_menu_icon_default:before {
width: 1.5em;
}
.toc_menu_item .toc_menu_description {
position: absolute;
top: 0;
right: -20em;
opacity: 0;
white-space: nowrap;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.toc_menu_item:hover .toc_menu_description {
right: 100%;
margin-right: 1.5em;
opacity: 1;
}
.menu_side_inner #toc_menu {
display: block;
position: relative;
z-index: 0;
-webkit-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.menu_side_icons #toc_menu {
left: 0;
top: 0;
margin: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description {
height: 6rem;
font-size: 1.0667em;
line-height: 6rem;
font-weight: bold;
text-transform: uppercase;
top: 0;
}
.menu_side_icons .toc_menu_item:hover .toc_menu_description {
margin-right: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description span {
display: inline-block;
vertical-align: middle;
padding: 0 3em;
letter-spacing: 1px;
}
.menu_side_icons .toc_menu_item .toc_menu_icon {
width: 100%;
height: 6rem;
line-height: 6rem;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
border-bottom: 1px solid #ddd;
}
.menu_side_icons .toc_menu_item .toc_menu_icon:before {
font-size: 2rem;
line-height: inherit;
font-weight: normal;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
text-align: center;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
content: " ";
width: 5px;
height: 5px;
line-height: inherit;
border-radius: 50%;
}
.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
width: 9px;
height: 9px;
line-height: 9px;
text-align: center;
}
.menu_style_left .toc_menu_item .toc_menu_description {
left: -20em;
right: auto;
}
.menu_style_left .toc_menu_item:hover .toc_menu_description {
left: 100%;
right: auto;
} .top_panel_mobile_info p {
margin: 0;
} body.mobile_layout.menu_style_left {
margin-left: 0;
}
body.mobile_layout.menu_style_right {
margin-right: 0;
}
body.mobile_layout.menu_style_right .menu_side_wrap {
right: -6rem;
}
body.mobile_layout.menu_style_left .menu_side_wrap {
left: -6rem;
}
body.mobile_layout.menu_style_right .menu_side_wrap.opened {
right: 0;
}
body.mobile_layout.menu_style_left .menu_side_wrap.opened {
left: 0;
}
body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button {
display: block;
}
body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover {
right: -2em;
}
body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover {
left: -2em;
}
.menu_mobile_close {
display: block;
cursor: pointer;
width: 5em;
height: 5em;
line-height: 5em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
content: " ";
position: absolute;
z-index: 2;
top: 50%;
left: 38%;
width: 25%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: -1px;
border-top: 2px solid #fff;
}
.menu_mobile_close:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_mobile_close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu_mobile_overlay {
display: none !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 100000;
}
.menu_mobile {
position: fixed;
z-index: 100002;
top: 0;
left: 0;
width: 100%;
height: 0;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.menu_mobile.opened {
height: 100%;
}
.menu_mobile_inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
}
.menu_mobile a {
display: block;
}
.menu_mobile .sc_layouts_logo {
text-align: center;
margin: 4.4rem 0 0;
font-size: 1em !important; }
.menu_mobile .menu_mobile_nav_area {
position: absolute;
z-index: 1;
top: 48%;
left: 0;
width: 100%;
height: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 49%;
padding-right: 20px; overflow-y: scroll;
}
.menu_mobile .menu_mobile_nav_area ul {
margin: 0 auto;
padding: 0;
list-style: none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
margin: 0;
display: none;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom: 0;
width: auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
font-size: 1.25em;
line-height: 1.5em;
padding: 1px 2.5em 1px 0;
position: relative;
font-weight: 500;
display: inline-block;
width: 28rem;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
font-size: 2em;
line-height: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
padding-left: 1em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter {
margin-top: 0 !important;
padding-top: 0 !important;
text-align: center;
overflow: hidden;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
overflow: hidden;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-right: 0.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a > span {
display: block;
border-top: 1px solid #f0f0f0;
width: 100%;
height: 0;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
padding: 0.25em;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
background-color: transparent;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
background-color: rgba(255, 255, 255, 0.2);
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
font-family: "fontello";
content: "\e828";
}
.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
content: "\e835";
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
display: block;
width: 26rem;
text-align: left;
padding: 1em;
margin: 0 auto;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
width: 100% !important;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) {
width: 100%;
float: none;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) + .wpb_column:not([class*=vc_col-xs-]) {
margin-top: 2em;
}
.menu_mobile .search_mobile {
position: absolute;
z-index: 1;
bottom: 8rem;
left: 50%;
width: 28rem;
margin-left: -14rem;
}
.menu_mobile .search_mobile form {
position: relative;
}
.menu_mobile .search_mobile .search_field {
width: 100%;
padding: 1.5em 3em 1.5em 1.5em !important;
}
.menu_mobile .search_mobile .search_submit {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: auto;
left: auto;
font-size: 0.8667em;
padding: 0.55em 1.8em;
background-color: transparent;
}
.menu_mobile .socials_mobile {
position: absolute;
z-index: 1;
bottom: 4rem;
left: 0;
text-align: center;
display: block;
width: 100%;
}
.menu_mobile .social_item {
display: inline-block;
margin: 1em 1em 0 0;
}
.menu_mobile .social_item .social_icon {
display: block;
font-size: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
} .menu_mobile_narrow {
margin-top: 0;
margin-left: -320px;
width: 320px;
height: 100%;
-webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
.menu_mobile_narrow.opened {
margin-left: 0;
}
.menu_style_right .menu_mobile_narrow {
margin-right: -320px;
margin-left: 0;
left: auto;
right: 0;
}
.menu_style_right .menu_mobile_narrow.opened {
margin-right: 0;
}
.menu_mobile_narrow .menu_mobile_nav_area li > a {
font-size: 1em;
line-height: 1.5em;
text-transform: none;
letter-spacing: 0px;
width: 18rem;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a {
font-size: 1.25em;
line-height: 1.5em;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
font-size: 1em;
line-height: inherit;
}
.menu_mobile_narrow .menu_mobile_nav_area li li .open_child_menu {
padding: 0.4em;
}
.menu_mobile_narrow .search_mobile {
width: 18rem;
margin-left: -9rem;
} .mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
position: relative;
top: auto;
max-height: none;
margin: 4em 0 0;
-webkit-transform: none;
transform: none;
}
.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
position: relative;
bottom: auto;
left: 0;
margin: 3em auto 0;
}
.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
position: relative;
bottom: auto;
margin: 1em 0;
} .header_widgets_wrap {
position: relative;
z-index: 2;
}
.header_widgets_wrap.header_fullwidth {
overflow: hidden;
}
.header_widgets_wrap.header_fullwidth .widget {
margin-bottom: 0;
}  .slider_wrap .rev_slider_wrapper,
#rev_slider_1_1_wrapper {
z-index: 0;
}  .blog_archive {
padding-bottom: 4em;
}
.post_item p {
margin-bottom: 0;
}
.post_item > .post_title {
margin-top: 0;
}
.post_item .more-link,
.gallery_preview_show .post_readmore {
margin-top: 2.1em;
padding: 0.4em 2.1em 0.3em;
} div.esg-filter-wrapper,
.mptt-navigation-tabs,
div.great_lotus_tabs .great_lotus_tabs_titles {
list-style-type: none;
padding: 0;
text-align: center;
letter-spacing: 0;
margin: 0 0 3.2em;
}
div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.great_lotus_tabs .great_lotus_tabs_titles li {
display: inline-block;
margin: 0 0 3px;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
text-transform: none;
padding: 0;
border: none;
border-radius: 0;
}
div.esg-filter-wrapper .esg-filterbutton:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.great_lotus_tabs .great_lotus_tabs_titles li + li {
margin-left: 3px;
}
div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.great_lotus_tabs .great_lotus_tabs_titles li a,
div.great_lotus_tabs .great_lotus_tabs_titles li a.ui-tabs-anchor {
display: block;
float: none;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
padding: 0.61em 2.6em;
letter-spacing: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
border-radius: 5px;
}
.minimal-light .esg-pagination {
margin-top: 3em;
}
div.great_lotus_tabs .great_lotus_tabs_content {
padding: 0;
}
div.great_lotus_tabs .great_lotus_tab_content_remove {
opacity: 0;
}
div.great_lotus_tabs .nav-links {
margin-top: 1em;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 1.8em;
border-radius: 5px;
}
.post_featured .mask {
border-radius: 5px;
overflow: hidden;
}
.post_featured_bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post_featured_bg:before {
content: " ";
width: 0;
height: 0;
padding-top: 56.25%;
display: inline-block;
margin-left: -0.3em;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
} .post_meta .post_meta_item,
.post_meta .vc_inline-link {
margin-left: 0;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
content: "/";
display: inline;
font-family: inherit;
font-size: inherit;
font-weight: 400;
font-style: normal;
vertical-align: baseline;
margin: 0 0.5em;
}
.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
display: none;
}
.post_meta a.post_meta_item:before,
.post_meta .vc_inline-link:before,
.post_meta a.post_meta_item > .post_counters_number {
margin-right: 0.2em;
}
.post_meta .vc_inline-link:before {
content: "\e8bb";
font-family: "fontello";
} .post_share .social_items {
font-size: 1em;
}
.socials_share.socials_type_drop .social_items {
padding: 0.8em 1em;
}
.post_share .social_items .social_item .social_icon i {
font-style: normal;
text-transform: capitalize;
}
.post_meta .socials_share {
display: inline;
vertical-align: baseline;
}
.post_meta_item .socials_share .social_items {
bottom: auto;
top: 2.5em;
}
.post_meta_item .socials_share .social_items:before {
bottom: auto;
top: -5px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} .post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
} .wp-playlist .wp-playlist-current-item img {
background-color: #fff;
} .format-audio .post_featured {
position: relative;
max-height: 16em;
}
.single .format-audio .post_featured {
max-height: none;
}
.format-audio .post_featured img {
position: relative;
}
.format-audio .post_featured.with_thumb .mask {
background-color: rgba(0, 0, 0, 0.6);
}
.format-audio .post_featured .mask {
opacity: 1;
}
.format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.format-audio .post_featured .post_audio.with_iframe .post_audio_title {
display: none;
}
.format-audio .post_featured .post_audio_author,
.trx_addons_audio_player .audio_author {
font-size: 1em;
font-weight: 400;
font-style: normal;
}
.trx_addons_audio_player .audio_author {
margin-left: 0;
margin-right: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption {
font-size: 1.33em;
line-height: 1em;
font-weight: 500;
letter-spacing: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title {
margin-top: 0.4em;
margin-bottom: 1.05em;
}
.format-audio .post_featured.with_thumb .post_audio_author,
.trx_addons_audio_player.with_cover .audio_author,
.format-audio .post_featured.with_thumb .post_audio_title,
.trx_addons_audio_player.with_cover .audio_caption {
color: #ffffff;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin: 0 0 1.1em;
}
.trx_addons_audio_player .audio_author,
.trx_addons_audio_player .audio_caption {
margin: 0 0 0.75em;
}
.format-audio .post_featured.with_thumb .post_audio {
position: absolute;
z-index: 1000;
top: auto;
right: 6%;
bottom: 2em;
left: 6%;
text-align: left;
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 1.35em 1.9em;
border: 1px solid #ddd;
} .trx_addons_audio_player .mejs-controls {
padding: 0;
}
.trx_addons_audio_player {
padding: 1.6em 2em;
}
.format-audio .post_featured.without_thumb .post_audio,
.trx_addons_audio_player.without_cover {
border: 0;
border-radius: 5px;
}
.mejs-controls .mejs-button > button {
background: none !important;
text-align: center;
font-size: 1.5em;
line-height: 20px;
border-radius: 50%;
}
.mejs-controls .mejs-button > button {
width: 30px;
height: 30px;
margin: 5px 6px;
font-size: 20px;
font-weight: 400;
margin-left: 0;
margin-right: 0;
text-align: left;
border-radius: 0;
line-height: 1.5;
}
.mejs-controls .mejs-time {
font-size: 16px;
font-weight: 700;
line-height: 1.59;
width: 4.1em;
text-align: center;
padding-top: 7px;
}
.mejs-controls .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-buffering,
.mejs-controls .mejs-time-current,
.mejs-controls .mejs-time-float-corner,
.mejs-controls .mejs-time-total,
.mejs-controls .mejs-time-float-current,
.mejs-controls .mejs-time-hovered,
.mejs-controls .mejs-time-loaded,
.mejs-controls .mejs-time-marker {
border-radius: 3px !important;
height: 4px;
top: 0;
}
.mejs-controls .mejs-time-rail,
.mejs-controls .mejs-horizontal-volume-total {
border-radius: 8px !important;
height: 16px;
}
.mejs-controls .mejs-time-float {
height: 15px;
border: 0;
}
.mejs-controls .mejs-time-rail {
margin: 0;
padding-top: 0;
}
.mejs-button.mejs-playpause-button {
width: 25px;
}
.mejs-controls .mejs-time-handle {
display: none !important;
}
.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
content: "\e8e1";
font-size: 30px;
line-height: 1;
font-family: "fontello";
}
.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
content: "\e8e3";
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-mute > button:before {
content: "\e903";
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
content: "\e904";
font-family: "fontello";
}
.post_format_gallery .slider_pagination_wrap {
display: none;
}
.post_item_single.post_format_audio .mejs-container {
margin-bottom: 1em;
}
.post_item_single.post_format_audio .mejs-container .mejs-controls {
background: transparent;
}
.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured > div > .mejs-container,
.post_featured > div > .mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
background: none;
padding: 0;
}
.post_featured > div > .mejs-container .mejs-controls {
padding: 0 10px;
}
.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
display: none;
} .format-video .post_featured.without_thumb {
display: block;
}
.format-video .post_featured.with_thumb {
position: relative;
}
.format-video .post_featured.with_thumb .post_video {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
opacity: 0;
overflow: hidden;
}
.format-video .post_featured.with_thumb .post_video:before {
content: " ";
display: inline-block;
padding-top: 55%;
width: 0;
height: 0;
}
.format-video .post_featured.with_thumb img {
position: relative;
z-index: 2;
}
.format-video .post_featured.with_thumb .mask {
z-index: 3;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
}
.format-video .post_featured.with_thumb:hover .mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
width: 2.22em;
height: 1.92em;
line-height: 1.9em;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: none;
transform: none;
margin: -0.96em 0 0 -1.11em;
font-size: 1.5em;
opacity: 1;
cursor: pointer;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.5);
border: none;
text-align: center;
}
.trx_addons_video_player.with_cover:hover .video_hover,
.format-video .post_featured.with_thumb:hover .post_video_hover,
.mobile_layout .trx_addons_video_player.with_cover .video_hover,
.mobile_layout .format-video .post_featured.with_thumb .post_video_hover {
opacity: 1;
margin-top: -0.96em;
}
.trx_addons_video_player.with_cover .video_hover,
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
font-size: 1.5em;
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
font-size: 1.5em;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
font-size: 1.5em;
}
.trx_addons_video_player.with_cover .video_hover:before,
.format-video .post_featured.with_thumb .post_video_hover:before {
content: "\e8e1";
font-family: "fontello";
margin-left: 3px;
}
.format-video .post_featured.post_video_play .post_video {
opacity: 1;
z-index: 10;
}
.format-video .post_featured.post_video_play .mask {
opacity: 1;
background-color: #000;
}
.format-video .post_featured.post_video_play .post_video_hover {
display: none;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align: center;
}
.format-aside .post_content_inner,
.post_item_single.format-aside .post_content > p,
.format-link .post_content_inner,
.post_item_single.format-link .post_content > p,
.format-status .post_content_inner,
.post_item_single.format-status .post_content > p {
font-size: 1.6667rem;
line-height: 1.4em;
}
.format-aside .post_content_inner {
padding: 1em 1.3158em;
}
.format-quote .post_content p,
.format-aside .post_content p,
.format-link .post_content p,
.format-status .post_content p {
margin-bottom: 0;
}
.format-aside .post_content p + p,
.format-link .post_content p + p,
.format-status .post_content p + p {
margin-top: 1em;
}
.format-aside .post_content_inner:after {
display: none;
}
.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
margin-top: 1.6em;
} .format-chat p {
margin-bottom: 0;
}
.format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
display: inline-block;
margin-top: 1.7em;
}
.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
margin-top: 0;
}  .post_layout_excerpt {
position: relative;
margin-bottom: 0;
border-radius: 5px;
}
.post_layout_excerpt + .post_layout_excerpt {
margin-top: 4.5rem;
}
.post_layout_excerpt + .post_layout_excerpt {
padding-top: 4.5rem;
}
.post_layout_excerpt + .post_layout_excerpt:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.post_layout_excerpt.sticky {
padding: 0;
}
.blog_style_excerpt .post_item.post_layout_excerpt {
text-align: center;
}
.post_layout_excerpt .post_featured {
display: inline-block;
margin-bottom: 0;
max-width: 100%;
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
display: block;
margin-bottom: 0.45em;
}
.post_layout_excerpt .post_header {
margin: 0;
position: relative;
}
.post_layout_excerpt .post_header .post_price {
width: auto;
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 2.5em;
line-height: 1.5em;
}
.post_layout_excerpt .post_title {
margin: 0;
}
.post_layout_excerpt .post_meta {
margin-top: -1.05em;
margin-bottom: -0.3em;
}
.post_layout_excerpt .post_content {
margin-top: 1.75rem;
font-size: 0.889em;
font-weight: 400;
line-height: 1.45;
} .posts_container.columns_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.posts_container.columns_wrap .post_layout_classic {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_classic {
position: relative;
}
.post_layout_classic .post_featured img {
width: 100%;
}
.post_layout_classic .post_header {
padding-top: 0.1px;
}
.post_layout_classic .post_title {
font-size: 1.5em;
line-height: 1.3em;
margin: 0;
}
.post_layout_classic .post_title + .post_meta {
margin-top: 0.5em;
}
.post_layout_classic blockquote {
margin-left: 0;
margin-right: 0;
}
.post_layout_classic .post_header + .post_content {
padding-top: 1em;
}
.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
margin-top: 1em;
} body[class*=blog_style_classic] .post_layout_excerpt,
body[class*=blog_style_masonry] .post_layout_excerpt {
margin-bottom: 3em;
} .chess_wrap {
overflow: hidden;
}
.post_layout_chess {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.post_layout_chess.sticky {
padding: 0;
border-width: 0;
}
.post_layout_chess .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.post_layout_chess .post_featured {
margin-bottom: 0;
width: 50%;
float: right;
max-height: none !important;
}
.post_layout_chess .post_featured_bg:before {
padding-top: 100%;
}
.post_layout_chess .post_inner {
width: 50%;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_layout_chess blockquote {
margin: 0;
}
.post_layout_chess_1 .post_inner_content {
padding: 0 14%;
}
.post_layout_chess_2 .post_inner_content {
padding: 0 12%;
}
.post_layout_chess_3 .post_inner_content {
padding: 0 10%;
}
.post_layout_chess .post_header {
padding-top: 0.1px;
}
.post_layout_chess .post_title {
margin: 0;
}
.post_layout_chess .post_meta {
margin-top: 1em;
margin-bottom: 0 !important;
}
.post_layout_chess .post_header + .post_content {
margin-top: 1em;
}
.post_layout_chess .post_content_inner {
overflow: hidden;
position: relative;
padding-bottom: 1em;
}
.post_layout_chess:not(.post_format_aside) .post_content_inner {
padding-top: 0;
}
.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
margin-top: 1rem;
}
.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
margin-top: 3rem;
}
.post_layout_chess_1 .post_header + .post_content {
margin-top: 3.8rem;
}
.post_layout_chess.post_layout_chess_1 .more-link {
margin-top: 3rem;
}
.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
display: none;
}
.post_layout_chess_2 .post_title {
font-size: 1.6rem;
}
.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
font-size: 16px;
line-height: 1.5em;
max-height: 15.4em;
}
.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
font-size: 14px;
line-height: 18px;
margin-top: 8px;
}
.post_layout_chess_2.post_format_aside .post_meta {
margin-top: 1.3333rem;
}
.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
letter-spacing: 0;
}
.post_layout_chess_2.format-chat p > em,
.post_layout_chess_2.format-chat p > b,
.post_layout_chess_2.format-chat p > strong {
margin-top: 0.8em;
}
.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
margin-top: 0.55rem;
}
.post_layout_chess_3 .post_title {
font-size: 1.3333rem;
line-height: 1.2em;
}
.post_layout_chess_3 .post_content_inner {
font-size: 0.8667rem;
line-height: 1.3486em;
max-height: 6.2rem;
}
.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
display: none;
}
.post_layout_chess_1:nth-child(2n+2) .post_featured {
float: left;
}
.post_layout_chess_1:nth-child(2n+2) .post_inner {
left: auto;
right: 0;
}
.post_layout_chess_2 {
width: 50%;
float: left;
}
.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {
float: left;
}
.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {
left: auto;
right: 0;
}
.post_layout_chess_3 {
width: 33.3333%;
float: left;
}
.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {
float: left;
}
.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {
left: auto;
right: 0;
} .post_layout_portfolio .post_title {
margin: 1em 0 0.4em;
}
.post_layout_portfolio .post_featured {
margin-bottom: 0;
}
.post_layout_portfolio .post_featured img {
width: 100%;
} .masonry_wrap,
.portfolio_wrap {
position: relative;
margin-right: -30px;
}
.masonry_wrap .masonry_item,
.post_layout_portfolio {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 30px 30px 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.masonry_wrap .masonry_item-1_3,
.portfolio_wrap.portfolio_3 .post_layout_portfolio {
width: 33.3333%;
}
.masonry_wrap .masonry_item-1_4,
.portfolio_wrap.portfolio_4 .post_layout_portfolio {
width: 25%;
}
.masonry_wrap .masonry_item {
padding-bottom: 0;
}
.masonry_wrap .post_layout_masonry {
margin-bottom: 3em;
}
.post_layout_portfolio .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} .post_layout_gallery * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_gallery .post_details {
display: none;
}
.gallery_item_current {
opacity: 0 !important;
}
.gallery_preview {
position: fixed;
z-index: 200000;
top: 0;
left: 0;
width: 50%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
pointer-events: none;
}
.gallery_preview:before {
content: " ";
opacity: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
}
.gallery_preview_show {
pointer-events: auto;
}
.gallery_preview_show:before {
opacity: 1;
}
.gallery_preview_image_clone {
position: fixed;
z-index: 110;
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_image_original {
position: relative;
z-index: 120;
display: block;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_show .gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
transition: opacity 0.2s, -webkit-transform 0.6s;
transition: transform 0.6s, opacity 0.2s;
transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}
.gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
transition: opacity 0.2s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
.gallery_preview_description {
position: absolute;
z-index: 140;
top: 0;
left: 100%;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-webkit-transition: -webkit-transform 1s, opacity 1s;
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, -webkit-transform 1s;
transition: transform 1s, opacity 1s;
transition: transform 1s, opacity 1s, -webkit-transform 1s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-webkit-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
padding: 0 3em;
opacity: 0;
}
.gallery_preview_show .gallery_preview_description {
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gallery_preview_show .post_title {
margin: 0 0 0.5em;
}
.gallery_preview_show .post_meta {
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 2em;
}
.gallery_preview_show .post_description_content {
max-width: 100%;
font-size: 1.1429em;
line-height: 2em;
}
.gallery_preview_close {
font-size: 2em;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: top;
border: none;
background: none;
padding: 1em;
opacity: 0;
position: fixed;
z-index: 150;
top: 0;
right: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-webkit-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
}
.gallery_preview_image_loaded .gallery_preview_close {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}  .nav-links-more {
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
margin-top: 2em;
}
[class*=blog_style_classic] .nav-links-more,
[class*=blog_style_masonry] .nav-links-more {
margin-top: 0;
}
.nav-links-more.nav-links-infinite {
display: none;
}
.nav-links-more a {
display: inline-block;
padding-top: 2em;
position: relative;
}
.nav-links-more a:before {
content: "\e929";
font-family: "fontello";
font-size: 1.6em;
font-weight: normal;
display: block;
text-align: center;
margin-left: -0.5em;
position: absolute;
z-index: 1;
top: 0;
left: 50%;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.nav-links-more a:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}
.nav-links-more.loading a:before {
content: "\e810";
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.nav-links-infinite a span {
opacity: 0;
}
.nav-links-infinite.loading {
display: block;
} .nav-links-old {
overflow: hidden;
font-size: 0.9333em;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 3em;
}
body[class*=blog_style_portfolio] .nav-links-old,
body[class*=blog_style_classic] .nav-links-old {
margin-top: 1.3em;
}
.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
font-family: "fontello";
font-weight: normal;
display: inline;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.nav-links-old .nav-prev {
float: left;
position: relative;
padding-left: 2em;
}
.nav-links-old .nav-prev a:before {
content: "\e939";
}
.nav-links-old .nav-next {
float: right;
position: relative;
padding-right: 2em;
}
.nav-links-old .nav-next a:after {
content: "\e93a";
left: auto;
right: 0;
}
.nav-links-old a {
border-bottom: 1px dotted transparent;
} div.esg-filters,
.woocommerce nav.woocommerce-pagination ul,
.comments_pagination,
.nav-links,
.page_links {
font-size: 1em;
text-transform: uppercase;
margin-top: 3.55em;
text-align: center;
border: none;
list-style-type: none;
clear: both;
}
.page_links .page_links_title {
display: inline-block;
vertical-align: top;
margin: 0.85em 0.3em 0 0;
}
.esg-filters div.esg-navigationbutton,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
display: inline-block;
vertical-align: top;
font-weight: 500;
margin: 0.6667em 0.35em 0 0;
padding: 0;
border: none;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
border-radius: 5px;
font-size: 16px;
line-height: 40px;
}
.esg-filters .esg-navigationbutton i[class*=eg-icon-] {
color: inherit;
}
.esg-filters .esg-navigationbutton i.eg-icon-left-open:before {
content: "\e939";
font-family: "fontello";
}
.esg-filters .esg-navigationbutton i.eg-icon-right-open:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
display: inline-block;
margin: 0 0.6667em 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
margin-right: 0;
}
.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next {
width: auto;
padding: 0 2em;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
text-indent: -100px;
overflow: hidden;
position: relative;
}
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
font-family: "fontello";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
text-align: center;
text-indent: 0;
}
.nav-links .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
content: "\e837";
}
.nav-links .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
content: "\e836";
} .nav-links-single .nav-links {
font-size: 0.8667em;
text-align: left;
margin-top: 6em;
padding-top: 6em;
border-top: 1px solid #ddd;
overflow: hidden;
text-transform: none;
}
.nav-links-single .nav-links a {
display: block;
position: relative;
min-height: 5em;
z-index: 1;
}
.nav-links-single .nav-links a .nav-arrow {
width: 5em;
height: 4.6em;
line-height: 4.6em;
overflow: hidden;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.nav-links-single .nav-links a .nav-arrow:before {
content: " ";
display: block;
background-color: #fff;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:before {
opacity: 0.5;
}
.nav-links-single .nav-links a .nav-arrow:after {
content: "\e939";
font-family: "fontello";
display: inline-block;
position: relative;
z-index: 2;
top: 3em;
opacity: 0;
color: #292929;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:after {
top: 0;
opacity: 1;
}
.nav-links-single .nav-links .nav-next a .nav-arrow {
right: 0;
left: auto;
}
.nav-links-single .nav-links .nav-next a .nav-arrow:after {
content: "\e93a";
}
.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.nav-links-single .nav-links .nav-previous {
float: left;
text-align: left;
padding-right: 15px;
}
.nav-links-single .nav-links .nav-previous a {
padding-left: 6.5em;
}
.nav-links-single .nav-links .nav-previous .post-title {
text-align: left;
}
.nav-links-single .nav-links .nav-next {
float: right;
text-align: right;
padding-left: 15px;
}
.nav-links-single .nav-links .nav-next a {
padding-right: 6.5em;
}
.nav-links-single .nav-links .nav-next .post-title {
text-align: right;
}
.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.nav-links-single .nav-links .post-title {
margin: 0 0 0.3em;
}
.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
font-size: 0.9286em;
font-weight: normal;
} .image-navigation .nav-previous,
.image-navigation .nav-next {
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-navigation .nav-next {
left: auto;
right: 1.5em;
text-align: right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
display: block;
padding: 1.1em 1em;
width: 0;
max-width: 20em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
color: #fff;
border-radius: 2em;
}
.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
width: auto;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.6);
}
.image-navigation .nav-previous a:hover {
padding-left: 3.5em;
}
.image-navigation .nav-next a:hover {
padding-right: 3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
content: "\e8ef";
font-family: "fontello";
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
border-radius: 50%;
border: 1px solid #000;
background-color: #333;
color: #fff;
}
.image-navigation .nav-next a:after {
content: "\e8f0";
left: auto;
right: 0;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
border-color: transparent;
background-color: transparent;
} .structured_data_snippets {
display: none;
}
.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
padding: 0;
text-align: left;
}
.post_item_single.format-quote .post_content {
background-color: transparent;
padding-top: 0;
}
.comments_list_wrap ul ul ul .comment_posted {
display: none;
} .post_item_single > .post_featured {
margin-bottom: 2.5em;
display: inline-block;
max-width: 100%;
}
.post_item_single > .post_featured > img {
width: auto;
}
.post_featured.post_attachment {
margin-bottom: 0.5em;
}
.entry-caption {
text-align: center;
font-style: italic;
}
.post_item_single .post_header {
margin-bottom: 1.4em;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
margin-top: 0;
}
.post_item_single .post_header .post_title {
margin-bottom: 0;
} .post_item_single .post_content > .post_meta_single {
font-size: 1em;
line-height: 1.375em;
margin-top: 2.65em;
letter-spacing: 0;
overflow: hidden;
clear: both;
text-transform: none;
font-weight: 400;
border-bottom: 1px solid;
border-top: 1px solid;
padding: 1.3em 0;
}
.post_item_single .post_content > .post_meta_single .post_tags {
display: block;
}
.post_item_single .post_content > .post_meta_single .post_tags:after {
display: none;
} .post_item_single .post_content > .post_meta_single .post_share {
float: right;
display: block;
max-width: 40%;
}
.post_item_single .post_content > .post_meta_single .post_share:before {
display: none;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item {
margin: 0 0 0.5em 0.5em;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
display: block;
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
text-align: center;
} .author_info {
margin-top: 4em;
padding: 1.75em 3.2em;
position: relative;
border-radius: 5px;
}
.author_avatar {
width: 7.15rem;
height: 7.15rem;
line-height: 7.15rem;
text-align: center;
position: absolute;
z-index: 1;
top: 2.5rem;
left: 2.5rem;
border-radius: 50%;
overflow: hidden;
}
.author_avatar img {
width: 100%;
height: auto;
}
.author_description {
padding-left: 7.7rem;
}
.author_bio {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
}
.author_title {
margin-top: 0;
margin-bottom: 0.5em;
}
.author_bio p {
margin: 0;
}
.author_bio p + p {
margin-top: 0.6em;
}
.author_bio .author_link {
display: block;
margin-top: 0.8em;
font-style: italic;
letter-spacing: 0;
}
.author_bio .socials_wrap {
margin-top: 1em;
} .related_wrap {
margin-top: 7.35em;
}
.related_wrap_title {
margin: 0 0 3.5rem;
text-align: left;
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.related_wrap .related_item {
text-align: center;
}
.related_wrap .post_categories {
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
}
.related_wrap .post_categories ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.related_wrap .post_categories li {
display: inline-block;
margin: 0;
}
.related_wrap .post_categories li + li {
margin-left: 0.5em;
}
.related_wrap .post_categories li:nth-child(n+3) {
display: none;
}
.related_wrap .post_title {
margin: 0.2em 0 0.1em;
}
.related_wrap .post_date {
font-size: 0.7368em;
} .related_wrap .related_item_style_1 .post_featured .post_header {
display: block;
max-width: 70%;
padding: 3em 2em;
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.related_wrap .related_item_style_1.format-video .post_featured.with_thumb .post_video_hover {
top: 90%;
}
.related_wrap .related_item_style_1 .post_title {
margin: 0.8em 0;
letter-spacing: 1px;
line-height: 1.5em;
} .related_wrap .related_item_style_2 .post_featured {
margin-bottom: 1.6em;
}
.related_wrap .related_item_style_2 .post_featured img {
width: 100%;
}
.related_wrap .related_item_style_2 .post_date {
font-size: 14px;
line-height: 1.4em;
font-weight: 500;
text-transform: uppercase;
} .comments_wrap {
clear: both;
}
.body_style_fullscreen .comments_wrap {
margin-bottom: 3em;
} .comments_list_wrap {
margin-top: 5.2em;
overflow: hidden;
}
.comments_list_wrap .comments_closed {
margin-top: 2em;
color: #1d1d1d;
}
.comments_list_wrap .comments_list_title {
margin: 0 0 3.5rem;
text-align: left;
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.comments_list_wrap > ul {
padding: 0;
margin: 0;
list-style: none;
}
.comments_list_wrap ul > li {
display: block;
overflow: hidden;
position: relative;
min-height: 6em;
}
.comments_list_wrap ul > li:before {
display: none;
}
.comments_list_wrap ul ul {
margin-left: 7.2rem;
padding-left: 0;
}
.comments_list_wrap ul ul ul ul ul {
margin-left: 0;
}
.comments_list_wrap li + li,
.comments_list_wrap li ul {
margin-top: 1.7em;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 5rem;
height: 5rem;
line-height: 5rem;
text-align: center;
overflow: hidden;
}
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
top: 0;
}
.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
content: " ";
display: block;
border: 12px solid transparent;
border-top-color: #ddd;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.comments_list_wrap .comment_author_avatar img {
width: 100%;
}
.comments_list_wrap .comment_content {
margin-left: 7.2rem;
}
.comments_list_wrap .comment_info {
margin: -0.2em 0 0.55em;
position: relative;
}
.comments_list_wrap .comment_author {
margin: 0 0.5em 0 0;
display: inline-block;
}
.comments_list_wrap .comment_posted {
display: inline-block;
position: relative;
letter-spacing: 0;
vertical-align: baseline;
font-size: 14px;
float: right;
}
.comments_list_wrap .comment_posted_label {
display: none;
}
.comments_list_wrap .comment_counters,
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
display: inline-block;
vertical-align: baseline;
}
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
margin-right: 0.3em;
}
.comments_list_wrap .comment_counters {
display: none;
}
.comments_list_wrap .comment_not_approved {
padding: 0.2em 0 0.5em 0;
font-style: italic;
}
.comments_list_wrap .comment_text {
margin-bottom: 0.5em;
}
.comments_list_wrap .comment_text p {
margin: 0;
}
.comments_list_wrap .comment_text p + p {
margin-top: 0.6em;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
margin: 0;
padding: 0 0 0 1.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
display: list-item;
}
.comments_list_wrap .comment_text ul {
list-style: disc outside;
}
.comments_list_wrap .comment_text ul ul {
list-style-type: circle;
}
.comments_list_wrap .comment_text ul ul ul {
list-style-type: square;
}
.comments_list_wrap .comment_text ul ul ul ul {
list-style-type: disc;
}
.comments_list_wrap .comment_text ol {
list-style: decimal outside;
}
.comments_list_wrap .comment_text ol ol {
list-style-type: lower-alpha;
}
.comments_list_wrap .comment_text ol ol ol {
list-style-type: upper-roman;
}
.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
min-height: 0;
padding: 0;
margin: 0 0 0.5em 0;
overflow: visible;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
border: none;
}
.comments_list_wrap .comment_reply {
font-size: 0;
line-height: 1.2em;
letter-spacing: 0;
margin-top: 1em;
text-align: right;
}
.comments_list_wrap .comment_reply a:before {
content: "\e802";
font-family: "fontello";
margin-right: 0.2em;
font-size: 20px;
margin-top: 1.3rem;
display: inline-block;
}
.comments_wrap .comment-form-cookies-consent {
clear: both;
} .comments_list > li.trackback,
.comments_list > li.pingback {
list-style: none;
margin-left: 0;
padding-left: 0;
padding-right: 4em;
padding-top: 1em;
min-height: 0;
position: relative;
}
.comments_list > li.trackback + li {
margin-top: 1em;
}
.comments_list > li.trackback p {
font-style: italic;
padding-bottom: 0.8em;
}
.comments_list > li.trackback p a {
font-style: normal;
}
.comments_list > li.pingback .edit-link,
.comments_list > li.trackback .edit-link {
position: absolute;
z-index: 1;
top: 1em;
right: 0;
} .comments_form_wrap {
margin-top: 7em;
padding-top: 2.8em;
}
.comments_form_wrap form {
position: relative;
}
.comments_wrap .comments_form_title {
margin: 0 0 3.5rem;
text-align: left;
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.comments_wrap .comments_list_wrap .comments_form_title {
margin-top: 1.5em;
position: relative;
}
.comments_wrap #cancel-comment-reply-link {
font-size: 0;
}
.comments_wrap #cancel-comment-reply-link:before {
content: "\e916";
font-family: "fontello";
font-size: 18px;
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.comments_wrap .comments_notes {
font-size: 0.8667em;
}
.comments_wrap .comments_field {
margin-bottom: 1.6em;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: 48%;
float: left;
}
.comments_wrap .comments_email {
float: right;
}
.comments_wrap .comments_url {
clear: both;
}
.comments_wrap .comments_comment:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .comments_field textarea {
min-height: 11.6em;
}
.comments_wrap .comments_field label {
display: none;
}
.comments_wrap .comments_field input[type=checkbox] + label,
.comments_wrap .comments_field input[type=radio] + label {
display: block;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
width: 100%;
}
.comments_wrap .comments_field textarea {
min-height: 11em;
}
.comments_field.comments_i_agree_privacy_policy {
margin: 10px 0;
} .comments_wrap .form-submit {
margin: 1.6em 0 0;
}
.comments_wrap .form-submit:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .form-submit input[type=submit] {
display: inline-block;
-webkit-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
form .error_field {
border-color: #CC6868 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
} .comments_form_wrap form .wp-social-login-widget {
position: absolute;
z-index: 1;
top: -6.2em;
right: 0;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-connect-with {
display: none;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
} .great_lotus_messagebox {
display: inline-block;
max-width: 80%;
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
form .great_lotus_messagebox,
form .trx_addons_message_box {
min-width: 60%;
text-align: center;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.great_lotus_messagebox,
.trx_addons_message_box {
font-size: 1em;
line-height: 1.5em;
padding: 1em 1.5em;
border: 2px solid #07759C;
border-radius: 5px;
background-color: #B6DDF3;
color: #07759C;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.great_lotus_messagebox_style_success,
.trx_addons_message_box_success {
border: 2px solid #00A000;
background-color: #CDFDCD;
color: #00A000;
}
.great_lotus_messagebox_style_error,
.trx_addons_message_box_error {
border: 2px solid #A00000;
background-color: #FDCDCD;
color: #A00000;
}
.great_lotus_messagebox p,
.trx_addons_message_box p {
margin: 0;
line-height: 1.5em;
}
.great_lotus_messagebox p + p,
.trx_addons_message_box p + p {
margin-top: 0.4em;
} .post_item_404 .post_content {
padding: 1em 0 0;
overflow: hidden;
}
.post_item_404 .page_title {
float: left;
width: 50%;
font-size: 17em;
line-height: 0.85em;
margin: 0;
margin-top: 0 !important;
letter-spacing: 0;
text-align: center;
-ms-hyphens: none;
hyphens: none;
}
.post_item_404 .page_info {
float: left;
width: 50%;
text-align: left;
padding: 0 0 0 5rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_item_404 .page_subtitle {
margin: 0;
letter-spacing: 1px;
}
.post_item_404 .page_description {
margin-top: 1em;
margin-bottom: 2em;
line-height: 1.8em;
} .post_item_none_search .post_content {
padding: 1.5em 0;
}
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
font-size: 7em;
line-height: 1.2em;
}  .sidebar[class*=scheme_] .sidebar_inner {
padding: 4rem 0;
}
.sidebar[class*=scheme_] .widget {
padding: 0 4rem;
}
.sidebar[class*=scheme_] .widget .widget {
padding: 0;
}
.sidebar .widget + .widget,
.sidebar[class*=scheme_] .widget + .widget {
margin-top: 3.6rem;
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*=scheme_] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar[class*=scheme_] .widget + .widget.widget_fullwidth {
border-top: none;
padding-top: 4rem;
padding-bottom: 4rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*=scheme_] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar[class*=scheme_] .widget.widget_fullwidth + .widget {
border-top: none;
margin-top: 0;
}
.widget p {
margin: 0;
}
.widget p + p,
.widget p + div,
.widget p + form {
margin-top: 1.6em;
}
.widget .widgettitle {
font-size: 1.4286em;
line-height: 1.35em;
}
.widget.widget_block h2,
.widget .widget_title,
.widget .widgettitle {
margin-top: 0;
margin-bottom: 0.75em;
}
.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
text-align: center;
}
.widget ul {
margin: 0;
padding-left: 1em;
list-style-type: none;
}
.widget li {
position: relative;
}
.widget ul > li:before {
content: " ";
display: block;
width: 3px;
height: 3px;
line-height: 3px;
text-align: center;
position: absolute;
z-index: 1;
top: 0.6em;
left: -1.2em;
}
.widget li a img {
vertical-align: baseline;
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size: 1em;
margin-bottom: 2em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size: 1em;
margin-top: 2em;
}
.widgets_below_page_wrap {
clear: both;
} .wp-block-calendar table,
.widget_calendar table {
width: 100%;
position: relative;
}
.wp-block-calendar caption,
.widget_calendar caption {
padding-bottom: 0.5em;
font-weight: 400;
}
.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
background-color: transparent !important;
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
font-size: 1em !important;
line-height: 1.5em;
font-weight: 400 !important;
font-style: normal;
text-align: center;
text-transform: uppercase;
padding: 2px;
border: none !important;
background-color: transparent !important;
width: 14.2857%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar td,
.widget_calendar td {
line-height: 2em;
padding: 0;
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
display: block;
position: relative;
font-weight: normal;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 1px;
left: 48%;
width: 3px;
height: 3px;
line-height: 3px;
text-align: center;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.wp-block-calendar td#today,
.widget_calendar td#today {
position: relative;
z-index: 2;
}
.wp-block-calendar td#today:before,
.widget_calendar td#today:before {
content: " ";
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2.2em;
height: 2.2em;
line-height: 2.2em;
text-align: center;
}
.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
position: relative;
top: 0.6em;
text-align: left;
}
.wp-block-calendar .wp-calendar-nav a,
.widget_calendar .wp-calendar-nav a {
text-transform: none !important;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-prev {
text-align: left;
overflow: hidden;
padding-top: 1rem;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-next {
text-align: right;
padding-top: 1rem;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-next a {
position: relative;
line-height: 1;
display: inline-block;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-prev a {
padding-left: 0.6em;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-next a {
padding-right: 0.6em;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav-next a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1.2em;
height: 1.5em;
line-height: 1em;
display: inline-block;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav-prev a:before {
content: "\e939";
font-family: "fontello";
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav-next a:before {
content: "\e93a";
font-family: "fontello";
left: auto;
right: 0;
} .widget_recent_entries .post-date {
display: inline-block;
margin-left: 0.5em;
} .widget_search form,
.woocommerce.widget_product_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
overflow: hidden;
position: relative;
}
.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
content: "\e961";
font-family: "fontello";
display: block;
position: absolute;
z-index: 1;
top: 50%;
right: 1.55em;
font-size: 13px;
margin-top: -0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
width: 100%;
padding: 1.25em 1.5em;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_search input.search-submit,
.woocommerce.widget_product_search .search_button,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
display: block;
text-indent: -1000px;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2.89em;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
cursor: pointer;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .widget_rss .widget_title a {
display: inline-block;
margin-right: 6px;
}
.widget_rss .widget_title a:first-child:before {
content: "\e8ed";
font-family: "fontello";
display: inline-block;
font-size: 0.9em;
}
.widget_rss .widget_title img {
display: none;
}
.widget_rss ul,
.widget_rss li {
padding-left: 0;
}
.widget_rss li:before {
display: none !important;
}
.widget_rss li + li {
margin-top: 2em;
}
.widget_rss .rss-date {
display: block;
} .widget_product_tag_cloud,
.widget_tag_cloud {
overflow: hidden;
}
.widget_product_tag_cloud .widget_title,
.widget_tag_cloud .widget_title {
margin-bottom: 1em;
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.wp-block-tag-cloud a,
.widget_tag_cloud a {
display: inline-block;
padding: 0;
margin: 0 1.1em 0.7em 0;
font-size: 16px !important;
line-height: 18px;
font-weight: 500;
letter-spacing: 0px;
text-transform: lowercase;
position: relative;
} #sb_instagram .sbi_header_text {
padding-top: 0 !important;
margin-top: -2px;
}
#sb_instagram .sb_instagram_header {
padding: 0 !important;
margin-bottom: 0.5em !important;
}
.footer_fullwidth #sb_instagram .sb_instagram_header {
float: none;
text-align: center;
overflow: hidden;
}
.footer_fullwidth #sb_instagram .sb_instagram_header > a {
float: none;
display: inline-block;
overflow: hidden;
}
#sb_instagram .sb_instagram_header h3 {
font-size: 1.2308em;
line-height: 1.5em;
}
#sb_instagram .sb_instagram_header p {
font-size: 1em;
line-height: 1.5em;
}
#sb_instagram #sbi_load {
margin-top: 0.5em;
} ul.instagram-pics {
margin-right: -5px;
}
ul.instagram-pics li {
float: left;
padding: 0 5px 5px 0;
margin: 0;
overflow: hidden;
width: 33.3333%;
height: auto;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.column-1_3 ul.instagram-pics li {
width: 25%;
}
.column-1_2 ul.instagram-pics li {
width: 20%;
}
.column-1_1 ul.instagram-pics li {
width: 16.6666%;
}
ul.instagram-pics li:before {
display: none;
} .footer_wrap {
margin-top: 10.4rem;
}
.remove_margins .footer_wrap {
margin-top: 0;
} .footer_wrap .widget[class*=column-] {
margin: 1.5em 0;
}
.footer_wrap .vc_col-sm-4 .widget li {
display: inline-block;
width: 45%;
margin-right: 3%;
vertical-align: top;
}
.footer_wrap .vc_col-sm-4 .widget li li {
display: block;
width: 100%;
margin-right: 0%;
}
.footer_wrap .footer_fullwidth {
overflow: hidden;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
text-align: left;
}
.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
text-align: center;
margin-bottom: 1.5em;
} .footer_logo_inner {
padding: 4em 0;
overflow: hidden;
text-align: center;
position: relative;
}
.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_logo_inner:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
width: 1px;
height: 3em;
}
.trx_addons_absent .footer_logo_inner {
padding: 1em 0;
}
.trx_addons_absent .footer_logo_inner:after {
display: none;
}
.footer_logo_inner img {
max-width: 25%;
}
.logo_footer_text {
font-size: 3.3333em;
line-height: 1em;
letter-spacing: 6px;
margin: 0;
}
.logo_footer_image + .logo_footer_text {
margin: 0.63em 0 2em;
} .footer_socials_inner {
padding: 2em 0 3em;
text-align: center;
} .footer_menu_inner {
padding: 2em 0;
text-align: center;
}
.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
display: inline-block;
vertical-align: baseline;
font-size: 17px;
}
.menu_footer_nav_area > ul > li + li:before,
.footer_wrap .sc_layouts_menu > ul > li + li:before {
content: " ";
display: inline-block;
width: 0;
height: 0.8em;
margin: 0;
vertical-align: baseline;
border-left: 1px dotted #ddd;
}
.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 2.5em;
display: inline-block;
}
.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 1em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 3.5em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 2em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
right: 2em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
right: 0.5em;
}
.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
top: auto;
bottom: 3em;
border: 1px solid #ddd;
}
.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
top: auto;
bottom: -1.4em;
margin-left: 2px;
}
.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
margin-left: -2px;
}
.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
font-size: 17px;
}
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
display: block;
} .footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_copyright_inner {
font-size: 0.9333em;
padding: 2em 0;
overflow: hidden;
text-align: center;
}
.footer_copyright_wrap p {
margin: 0;
} .home-page.with_bg_image,
.frontpage.with_bg_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.home-page.with_bg_image .page_wrap,
.frontpage.with_bg_image .page_wrap {
background-color: transparent;
} .front_page_section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.front_page_section > .customize-partial-edit-shortcut button {
left: 2px !important;
}
.front_page_section_paddings_none .front_page_section_content_wrap {
padding: 0;
}
.front_page_section_paddings_small .front_page_section_content_wrap {
padding: 4% 0;
}
.front_page_section_paddings_medium .front_page_section_content_wrap {
padding: 8% 0;
}
.front_page_section_paddings_large .front_page_section_content_wrap {
padding: 12% 0;
}
.front_page_section_paddings_huge .front_page_section_content_wrap {
padding: 16% 0;
}
.front_page_block_empty {
height: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
margin: 0 !important;
padding: 0 !important;
}
.front_page_section_description,
.front_page_section_content,
.front_page_section_output,
.front_page_section_buttons {
font-size: 1.1429em;
}
.front_page_section .front_page_section_caption {
margin: 0;
text-align: center;
}
.front_page_section_description {
line-height: 1.5em;
text-align: center;
}
.front_page_section_description p:last-child,
.front_page_section_content p:last-child,
.front_page_section_output p:last-child {
margin-bottom: 0;
}
.front_page_section_buttons {
text-align: center;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_description {
margin-top: 1em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_content,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_content {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_output {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_columns {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_output:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_columns:not(.front_page_block_empty) + .front_page_section_buttons {
margin-top: 2em;
}
.front_page_section_buttons > .front_page_section_button {
margin-top: 1em;
margin-right: 1em;
font-size: 0.8em;
}
.front_page_section_buttons > .front_page_section_button + .front_page_section_button {
margin-right: 0;
}
.front_page_section_columns .front_page_section_caption {
font-size: 2.5em;
line-height: 1.2em;
text-align: left;
}
.front_page_section_columns .front_page_section_output,
.front_page_section_columns .front_page_section_content,
.front_page_section_columns .front_page_section_description {
font-size: 1em;
line-height: 1.5em;
text-align: left;
}
.front_page_section_columns h1,
.front_page_section_columns h2,
.front_page_section_columns h3,
.front_page_section_columns h4,
.front_page_section_columns h5,
.front_page_section_columns h6 {
margin-top: 1em;
margin-bottom: 0.3em;
}
.front_page_section_columns h1:first-child,
.front_page_section_columns h2:first-child,
.front_page_section_columns h3:first-child,
.front_page_section_columns h4:first-child,
.front_page_section_columns h5:first-child,
.front_page_section_columns h6:first-child {
margin-top: 0;
}
.front_page_section_columns p {
margin: 0;
}
.front_page_section_columns p + p {
margin-top: 0.5em;
} .front_page_section_title_description {
line-height: 1.75em;
}
.front_page_section_title_caption:not(.front_page_block_empty) + .front_page_section_title_description {
margin-top: 2em;
} .front_page_section_features .sc_item_descr {
padding: 1em 0;
}
.front_page_section_features .sc_services_light .sc_services_item_icon {
font-size: 4em;
} .front_page_section_subscribe .front_page_section_output {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.front_page_section_subscribe .mc4wp-form .mc4wp-form-fields input[type=email] {
padding: 1em;
} .front_page_section_googlemap .front_page_section_output {
-webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
}  .great_lotus_customizer_message {
padding: 2em;
margin: 0 auto;
max-width: 60%;
background-color: #f3e6ce;
color: #996600;
border-left: 3px solid #666600;
}
.great_lotus_customizer_message b {
color: #333300;
} #debug_log {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
}
.admin-bar #debug_log {
top: 32px;
}
#debug_log_close {
position: absolute;
z-index: 1;
top: -6px;
right: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
#debug_log_content {
font-size: 12px;
line-height: 15px;
max-height: 66px;
padding: 16px 16px 6px;
overflow: auto;
word-wrap: normal;
white-space: pre-line;
} .popup_wrap {
position: absolute;
z-index: 1;
top: 3.3333em;
right: 0;
width: 37.5em;
padding: 3em 2.5em 2em;
display: none;
}
.popup_registration {
right: -5.5em;
}
.popup_wrap .popup_close {
display: block;
font-size: 1.25em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 0.5em 0.5em 0 0;
color: #cccccc;
border: 2px solid #ebebeb;
background-color: #f4f7f9;
}
.popup_wrap .popup_close:hover {
color: #909090;
border: 2px solid #cccccc;
background-color: #ffffff;
}
.popup_wrap .popup_close:before {
content: "\e8ac";
font-family: "fontello";
line-height: 1em;
padding: 0 !important;
margin: 0 !important;
}
.popup_wrap .form_wrap {
position: relative;
overflow: hidden;
}
.popup_wrap .form_left {
float: left;
padding-right: 2.5em;
width: 54%;
border-right: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap .form_right {
float: right;
padding-left: 2.5em;
width: 45%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
width: 50%;
padding-right: 5px;
border-right: none;
}
.popup_wrap.popup_registration .form_right {
width: 50%;
padding-left: 5px;
}
.popup_wrap .popup_form_field {
margin-bottom: 0.625em;
}
.popup_wrap input[type=text],
.popup_wrap input[type=email],
.popup_wrap input[type=password] {
width: 100%;
border: 2px solid #ebebeb;
background-color: #fafafa;
}
.popup_wrap input:not([type=submit]):focus {
background-color: #ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
position: relative;
}
.popup_wrap .popup_form_field.iconed_field:before {
position: absolute;
z-index: 1;
top: 10px;
right: 8px;
margin-right: 0;
color: #c9c9c9;
width: 1em;
}
.popup_wrap .popup_form_field.iconed_field input {
padding-right: 30px;
}
.popup_wrap .popup_form_field .forgot_password {
float: right;
line-height: 1.5em;
}
.popup_wrap .popup_form_field.submit_field {
padding: 1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
width: 100%;
}
.popup_wrap .login_socials_title {
color: #222222;
font-size: 1.5em;
line-height: 1.3em;
margin-bottom: 0.5em;
}
.popup_wrap .login_socials_problem {
line-height: 1.3em;
}
.popup_wrap .popup_form_field.remember_field {
margin-top: 1.2em;
}  .wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 0 !important;
}
.sc_gap .vc_row {
margin-left: 0;
margin-right: 0;
}
.sc_gap .vc_column_container {
padding-left: 0;
padding-right: 0;
}
h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
padding-bottom: 0 !important;
}
.top_panel > .vc_row > .wpb_column {
z-index: 10;
}
.top_panel > .vc_row:nth-child(2) > .wpb_column {
z-index: 9;
}
.top_panel > .vc_row:nth-child(3) > .wpb_column {
z-index: 8;
}
.top_panel > .vc_row:nth-child(4) > .wpb_column {
z-index: 7;
}
.top_panel > .vc_row:nth-child(5) > .wpb_column {
z-index: 6;
}
.top_panel > .vc_row:nth-child(6) > .wpb_column {
z-index: 5;
}
.top_panel > .vc_row:nth-child(7) > .wpb_column {
z-index: 4;
}
.top_panel > .vc_row:nth-child(8) > .wpb_column {
z-index: 3;
}
.top_panel > .vc_row:nth-child(9) > .wpb_column {
z-index: 2;
}
.top_panel > .vc_row:nth-child(10) > .wpb_column {
z-index: 1;
}
.post_item_single .post_edit .vc_inline-link {
display: none;
} iframe[name=google_conversion_frame] {
height: 1px;
min-height: 0;
display: none;
} .mfp-bg {
z-index: 200001;
}
.mfp-wrap {
z-index: 200002;
}
.mfp-arrow {
background-color: transparent !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: -20px;
padding: 0;
width: 44px;
text-align: center;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
background: none !important;
} body.sidebar_hide .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
width: 100vw;
max-width: 100vw;
}
body.sidebar_hide .alignwide {
position: relative;
left: calc(-44vw + 50%);
width: 88vw;
max-width: none;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
} .wp-block-cover {
margin-bottom: 1.35em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-cover.aligncenter {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.wp-block-cover p:last-child {
margin-bottom: 0;
}
table.is-style-stripes > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
.wp-block-image figcaption {
margin-bottom: 0;
max-height: 50%;
}
p[style*="font-size:"],
.has-large-font-size,
.has-huge-font-size,
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size {
line-height: 1.1em;
}
.wp-block-column .wp-block-quote {
margin-left: 0;
margin-right: 0;
padding: 1.6em 2em 2.05em;
}
.wp-block-column .wp-block-quote:first-child {
margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background: transparent;
}
.wp-block-pullquote {
padding: 0;
}
.wp-block-button a.wp-block-button__link {
color: inherit;
}
.wp-block-media-text,
.wp-block-media-text {
margin: 2em 0;
}
.has-large-font-size {
font-size: 1.8em !important;
}
.wp-block-separator {
margin: 3em 0;
}
.wp-block-separator:not([class*=is-style]) {
width: 15%;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
font-size: 30px;
letter-spacing: 1.5em;
padding-left: 1.5em;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 400px;
}
.wp-block-table {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.wp-block-image figure.aligncenter {
display: table !important;
}
.wp-block-embed-twitter .twitter-widget {
margin-bottom: 0 !important;
}
.wp-block-embed iframe {
height: auto;
}
figcaption,
figure.wp-block-table figcaption,
figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
position: static;
-webkit-transition: none;
transition: none;
margin: 0;
}
figure.wp-block-table:hover figcaption,
figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
margin-bottom: 0;
opacity: 1 !important;
}
figure.wp-block-audio,
figure.wp-block-video,
figure.wp-block-embed {
overflow: visible;
}
figure.wp-block-audio {
display: block;
}
.wp-block-video + p {
margin-top: 1.35em;
}
.sidebar figure.wp-block-audio figcaption {
position: static;
margin-top: 0;
margin-bottom: 0;
opacity: 1;
}
.footer_wrap .wp-block-audio figcaption {
display: none;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
body.sidebar_hide .wp-block-columns.alignfull .wp-block-column {
padding: 0 1.5em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
}
.wp-block-embed__wrapper {
position: relative;
}
.wp-block-embed + .wp-block-embed {
margin-top: 1.35em;
}
figure.wp-block-audio .mejs-container {
height: 40px !important;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
padding-top: 20px;
line-height: 1.3em;
}
img.alignleft,
img.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-bottom: 1em !important;
}
.wp-block-image + p {
margin-top: 1.35em;
}  .rounded_none {
border-radius: 0;
}
.rounded_tiny {
border-radius: 4px;
}
.rounded_small {
border-radius: 6px;
}
.rounded_medium {
border-radius: 10px;
}
.rounded_large {
border-radius: 15px;
}
.rounded {
border-radius: 50%;
} .height_tiny {
height: 1rem !important;
}
.height_small {
height: 2rem !important;
}
.height_medium {
height: 4.65rem !important;
}
.height_large,
.height_big {
height: 6.1rem !important;
}
.height_huge {
height: 10.35rem !important;
} .theme_scroll_down {
display: inline-block;
text-align: center;
cursor: pointer;
text-transform: uppercase;
font-size: 11px !important;
line-height: 15px !important;
letter-spacing: 2px;
}
.theme_scroll_down:after {
content: "\e938";
font-family: "fontello";
font-size: 16px !important;
line-height: 30px !important;
display: block;
text-align: center;
}
.theme_scroll_down:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
} #makeup {
position: absolute;
z-index: 1000000;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
opacity: 0.5;
}
.admin-bar #makeup {
top: 32px;
}
#makeup {
margin-left: 0px;
margin-top: 0px;
}
.post_counters_item .post_counters_number {
margin-left: 0.25em;
}
.top_panel_default .content_wrap {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 0 4em;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
margin-top: 2rem;
margin-bottom: 0;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 14px;
line-height: 15px;
letter-spacing: 0px;
}     [class*=sc_button_hover_slide] {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_hover_just_init {
-webkit-transition: none !important;
transition: none !important;
}
[class*=sc_button_hover_]:not(.sc_button_bg_image) {
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
} .sc_button_hover_arrow {
position: relative;
overflow: hidden;
padding-left: 2em !important;
padding-right: 2em !important;
}
.sc_button_hover_arrow:before {
content: "\e8f4";
font-family: "fontello";
position: absolute;
z-index: 1;
right: -2em !important;
left: auto !important;
top: 50% !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: transparent !important;
color: inherit !important;
}
.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
right: 0.5em !important;
} .post_featured[class*=hover_] {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.post_featured[class*=hover_],
.post_featured[class*=hover_] * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_featured .mask {
content: " ";
position: absolute;
z-index: 100;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured .post_info {
position: absolute;
z-index: 103;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
font-size: 1.1429em;
line-height: 1.3em;
width: 90%;
text-align: center;
margin: -1em auto 0;
opacity: 0;
} .post_featured.hover_ .icons {
position: absolute;
z-index: 120;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
} .post_featured.hover_icon,
.post_featured.hover_icons {
position: relative;
}
.post_featured.hover_icon .mask {
background-color: rgba(0, 0, 0, 0.4);
}
.post_featured.hover_icon:hover .mask {
opacity: 1;
}
.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
position: absolute;
z-index: 102;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
display: inline-block;
font-size: 1.7143em;
cursor: pointer;
opacity: 0;
margin-left: -1.3333em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.3, 0.3);
transform: translate(-50%, -50%) scale(0.3, 0.3);
-webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
width: 2.1667em;
height: 2.1667em;
line-height: 2.1667em;
text-align: center;
border-radius: 50%;
}
.post_featured.hover_icons .icons a.single_icon {
margin-left: 0;
}
.post_featured.hover_icon .icons a {
font-size: 4em;
margin-left: 0;
}
.post_featured.hover_icons .icons a + a {
margin-left: 1.3333em;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_featured.hover_icons:hover .icons a + a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_zoom:before {
content: " ";
position: absolute;
z-index: 101;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
border: 2px solid #fff;
background-color: rgba(0, 0, 0, 0.15);
-webkit-transform: scale(0, 0) rotate(0deg);
transform: scale(0, 0) rotate(0deg);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom:hover:before {
-webkit-transform: scale(1, 1) rotate(45deg);
transform: scale(1, 1) rotate(45deg);
}
.post_featured.hover_zoom .mask {
background-color: rgba(255, 255, 255, 0.15);
}
.post_featured.hover_zoom:hover .mask {
opacity: 1;
}
.post_featured.hover_zoom .icons {
position: absolute;
z-index: 102;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
}
.post_featured.hover_zoom .icons a {
display: inline-block;
font-size: 18px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
position: relative;
left: -50px;
opacity: 0;
border-radius: 3px;
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom .icons a + a {
margin-left: 8px;
left: 50px;
}
.post_featured.hover_zoom .icons a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.post_featured.hover_zoom:hover .icons a {
left: 0;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
} .post_featured.hover_dots:hover .mask {
opacity: 1;
}
.post_featured.hover_dots .icons {
position: absolute;
z-index: 120;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.post_featured.hover_dots .icons span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 102;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_dots:hover .icons span {
opacity: 1;
display: inline-block;
}
.post_featured.hover_dots:hover .icons span:first-child {
margin-left: -13px;
}
.post_featured.hover_dots:hover .icons span + span + span {
margin-left: 13px;
}
.post_featured.hover_dots.hover_with_info .icons span {
margin-top: 1em;
}
.post_featured.hover_dots .post_info {
display: block;
top: 45%;
}
.post_featured.hover_dots:hover .post_info {
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
opacity: 1;
} .post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
position: relative;
overflow: hidden;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
display: block;
margin: 0;
opacity: 1;
font-size: 1em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
}
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
font-weight: 400;
font-size: 1.5em;
line-height: 1.4em;
margin: 0 0 0.5em;
text-transform: uppercase;
text-align: center;
}
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
margin: 0;
position: relative;
padding: 0.5em 1em;
text-align: center;
}
.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
font-weight: 700;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
display: none;
}
.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
margin-top: 1em;
display: none;
} .post_featured.hover_fade:hover .mask {
opacity: 1;
}
.post_featured.hover_fade .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 15px;
margin-top: 100%;
opacity: 0;
}
.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
margin-top: -100%;
}
.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
margin-top: 100%;
}
.post_featured.hover_fade.left_to_right .post_info .post_info_back {
margin-left: -100%;
}
.post_featured.hover_fade.right_to_left .post_info .post_info_back {
margin-left: 100%;
}
.post_featured.hover_fade:hover .post_info .post_info_back {
margin: 0 !important;
opacity: 1;
} .post_featured.hover_slide .mask {
opacity: 0.3;
}
.post_featured.hover_slide:hover .mask {
opacity: 1;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
position: relative;
margin: 0;
}
.post_featured.hover_slide .post_info .post_title {
padding: 0 0 15px;
margin: 30px 30px 15px;
overflow: hidden;
}
.post_featured.hover_slide .post_info .post_title:after {
content: " ";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide img {
max-width: none;
width: calc(100% + 20px);
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.post_featured.hover_slide:hover img {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide .post_info .post_descr {
padding: 0 30px 30px;
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
} .post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
text-align: left;
}
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
}
.post_featured.hover_pull:hover img {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
.post_featured.hover_pull .post_info .post_title {
padding: 20px;
}
.post_featured.hover_pull:hover .post_info .post_title {
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
height: 60px;
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_pull .post_info .post_descr .post_meta {
max-height: 60px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0 10px 0 20px;
} .post_featured.hover_border:hover .mask {
opacity: 1;
}
.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
content: " ";
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
pointer-events: none;
}
.post_featured.hover_border .post_info:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.post_featured.hover_border .post_info:after {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.post_featured.hover_border .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 45px;
}
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_border:hover img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
opacity: 0;
position: relative;
text-align: center;
margin: 0;
}
.post_featured.hover_border .post_info .post_title {
font-size: 1.2em;
padding: 0 0 15px;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_descr {
padding: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
content: " ";
display: block;
margin: 0.5em 0 0 0;
} .post_featured.hover_shop {
position: relative;
display: block;
}
.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
opacity: 1;
}
.post_featured.hover_shop .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.post_featured.hover_shop .icons a {
display: inline-block;
pointer-events: all;
font-size: 1.2632em !important;
padding: 0 !important;
letter-spacing: 0 !important;
cursor: pointer;
text-align: center;
border: 3px solid #ddd !important;
opacity: 0;
margin-left: -1.76em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em !important;
border-radius: 5 !important;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
-webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}
.post_featured.hover_shop .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock + a {
margin-left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a.product_type_external + a,
.post_featured.hover_shop .icons a.product_type_grouped + a,
.post_featured.hover_shop .icons a + a + a {
margin-left: 1.76em;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_shop .icons a.shop_cart:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
}
.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
margin: 0 !important;
padding: 0 !important;
}
.post_featured.hover_shop .icons a:after {
position: absolute;
top: 20%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 0.6em;
}
.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_shop_buttons {
position: relative;
display: block;
overflow: hidden !important;
}
.post_featured.hover_shop_buttons .mask {
display: none;
}
.post_featured.hover_shop_buttons .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.post_featured.hover_shop_buttons .icons a {
position: absolute;
z-index: 10;
bottom: -5em;
left: 0;
font-size: 1em !important;
letter-spacing: 0 !important;
display: block;
text-transform: none !important;
width: 50%;
text-align: center;
padding: 0.5em 1em !important;
pointer-events: all;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
left: 50%;
}
.post_featured.hover_shop_buttons .icons a:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
margin-right: 0.3em;
}
.post_featured.hover_shop_buttons .icons a.shop_link:before {
content: "\e8b5" !important;
}
.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
bottom: 0;
border-radius: 0;
}
.post_featured.hover_shop_buttons .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop_buttons .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
width: 100%;
left: 0 !important;
}  .sidebar .trx_addons_columns_wrap {
margin-right: 0;
}
.sidebar .trx_addons_columns_wrap [class*=trx_addons_column-] {
display: block;
width: 100%;
padding: 0;
} .menu_style_right .trx_addons_scroll_to_top {
left: 2em;
right: auto;
} .menu_style_left .sc_layouts_row_fixed_on {
margin-left: 6rem !important;
}
.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 6rem !important;
}
body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
margin-left: 0 !important;
}
body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 0 !important;
}
.header_position_under .top_panel .wpb_row {
background-color: transparent !important;
}
.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
} .content .search_wrap {
max-width: 50%;
margin: 0;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
max-width: none;
}
.content .search_wrap .search_form_wrap {
width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
width: 100%;
}
.content .search_wrap .search_submit {
background-color: transparent;
}
.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
padding: 1.2em 3em 1em 1em !important;
}
.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
left: auto;
right: 0;
top: 0;
padding: 0 1em;
}
.content .search_wrap .search_results {
width: 100%;
}  .sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
bottom: 0.5em;
}
.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
width: 8px;
height: 8px;
line-height: 8px;
text-align: center;
} .sidebar .slider_outer .slider_controls_wrap,
.sidebar .slider_container.slider_controls_side .slider_controls_wrap {
display: none;
} .sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-family: "fontello";
font-size: 26px;
font-weight: 700;
}
.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
content: "\e837";
}
.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
content: "\e836";
}
.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
content: "\e929";
} .header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
background-color: transparent;
}
.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
width: 18em;
}
.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
bottom: 8px;
}
.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 6px;
}
.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
font-size: 12px;
line-height: 16px;
}  .footer_wrap .sc_layouts_row {
line-height: 1.7857em;
}
.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
vertical-align: top;
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
margin: 0;
}
.footer_wrap .sc_layouts_item .widget {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .widget_categories_list[class*=column-] [class*=column-],
.sidebar .widget_categories_list [class*=column-] {
width: 100%;
float: none;
overflow: hidden;
}
.widget_categories_list[class*=column-] [class*=column-] + [class*=column-],
.sidebar .widget_categories_list [class*=column-] + [class*=column-] {
margin-top: 0.5em;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
text-align: left;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 20%;
}
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 32px;
vertical-align: middle;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
width: 100%;
height: auto;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
display: inline-block;
vertical-align: middle;
width: 70%;
margin: 0;
font-size: 1em;
text-align: left;
text-transform: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
padding-left: 1em;
} .footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
margin-left: auto;
margin-right: auto;
}
.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
max-width: none;
} body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
height: 656px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
height: 328px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
height: 164px;
}
.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
font-size: 1em;
}
.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
font-size: 0.8667em;
line-height: 1.3846em;
} h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
font-size: 2.667em;
} .sc_events_item_button:before,
.sc_events_item_button:after {
content: "\e93a";
font-family: "fontello";
} .sc_form .sc_form_info_item .sc_form_info_icon:before {
font-family: "fontello";
}
.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e8fd";
}
.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e8fa";
}
.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e8f5";
} .footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
margin-top: 1em;
margin-bottom: 2em;
} .sc_portfolio_default .sc_portfolio_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
} .sc_testimonials_item_content:before {
content: "\e8b6";
font-family: "fontello";
} .sc_layouts_cart_widget {
display: none;
text-align: left;
position: absolute;
z-index: 2;
top: 4em;
right: -2em;
width: 280px;
padding: 1em;
border: 1px solid #ddd;
background-color: #fff;
color: #888;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_cart_widget:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 2.5em;
width: 8px;
height: 8px;
margin: -5px 0 0 -4px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
position: absolute;
z-index: 100;
top: 0;
right: 0;
padding: 5px 6px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_cart_widget .widget_shopping_cart {
text-align: left !important;
font-size: 0.9333em;
line-height: 1.5em;
}
.sc_layouts_cart_widget .cart_list {
max-height: 215px;
overflow-y: auto;
overflow-x: hidden;
}
.sc_layouts_cart_widget p {
margin-bottom: 0;
}
.sc_layouts_cart_widget p + p {
margin-top: 0.75em;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short {
position: absolute;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
background-color: red;
border-radius: 3px;
font-size: 11px;
top: -5px;
right: -6px;
}
.sc_layouts_row_type_compact .sc_layouts_cart {
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
background-color: white;
border-radius: 5px;
position: relative;
}
.trx_addons_popup {
width: 600px;
}
.vc_row:has(.sc_content.sc_content_shadowed) {
z-index: 1;
}
.sidebar_inner .sc_blogger .trx_addons_column-1_3 + .trx_addons_column-1_3{
margin-top: 1em;
} form.mc4wp-form {
position: relative;
}
form.mc4wp-form .mc4wp-form-fields input[type=email] {
width: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
max-width: 370px;
margin-right: 0.3rem;
height: 52px;
}
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
vertical-align: top;
padding-left: 3.7em;
padding-right: 3.7em;
height: 52px;
}
form.mc4wp-form .mc4wp-alert {
margin: 1.5em 0;
padding: 1em;
line-height: 1.5em;
border-radius: 5px;
}
.mc4wp-error p:last-child {
margin-bottom: 0;
}
form.mc4wp-form .mc4wp-form-fields label.mc4wp_gdpr {
line-height: 1;
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;
padding-top: 15px;
}
form.mc4wp-form .mc4wp-form-fields label.mc4wp_gdpr a {
padding: 0 5px;
}
form.mc4wp-form .mc4wp_gdpr input[type=checkbox] {
margin-right: 5px;
margin-top: 0;
vertical-align: text-top;
}
.mc4wp-form br,
.mc4wp-form p:empty {
display: none;
}
.mc4wp-form input[name=AGREE_TO_TERMS] {
margin-right: 5px;
} .booked-icon {
padding-left: 1px;
} table.booked-calendar tr.days th {
border: 1px solid #ddd !important;
}
table.booked-calendar td,
table.booked-calendar td + td {
border-bottom-width: 1px;
border-bottom-style: solid;
} body .booked-form .field .checkbox-radio-block label {
padding-left: 1.4em;
}
body .booked-form .field .checkbox-radio-block label:before {
line-height: 0.65em;
} #booked-page-form .login-remember input {
display: inline;
vertical-align: middle;
}
#booked-profile-page i.fa {
color: inherit;
} #booked-profile-page div.booked-profile-header {
padding: 0 0 2em;
}
#booked-profile-page div.booked-user-avatar {
width: 50px;
height: 50px;
}
#booked-profile-page div.booked-user-avatar img {
border-radius: 50%;
}
#booked-profile-page .booked-user h3 strong {
font-weight: 400;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
padding: 0.3em 0.6em;
} #booked-profile-page div.booked-tab-content {
border-radius: 0;
}
body table.booked-calendar td.today .date span {
border-width: 0;
}
body table.booked-calendar td .date .number {
width: auto;
height: auto;
display: block;
border-radius: 0;
line-height: inherit !important;
}
.vc_column_container[class*=vc_col-lg] table.booked-calendar .booked-appt-list {
max-height: 120px;
overflow: auto;
padding: 10px 25px;
}
body .booked-calendar-wrap .booked-appt-list h2 {
margin: 0 0 15px;
font-size: 18px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
padding: 14px 0 0 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
padding-right: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
font-size: 1.1rem;
font-weight: 500;
}
body .booked-modal .booked-form button,
body .booked-modal button.cancel,
.booked-form input[type=submit].button-primary {
font-size: 15px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
height: 71px !important;
} body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number {
color: inherit !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date .number {
color: inherit !important;
}
body div.booked-calendar-wrap:not(.small) div.booked-calendar,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock,
body div.booked-calendar-wrap .booked-appt-list {
background: 0 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number {
-webkit-transition: all 0s ease;
transition: all 0s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today .date span {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap .booked-appt-list {
-webkit-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot {
padding: 15px 0;
margin: 0;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time, body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
height: auto;
padding: 0;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot:hover {
background-color: transparent;
}
body div.booked-calendar-wrap div.booked-calendar {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
padding: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.next-month .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-month .date .number {
opacity: 0.5;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
background: inherit !important;
border-width: 0 1px 0 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col:last-child {
border-width: 0;
}
body .booked-calendar-wrap.small {
margin-bottom: 0;
}
body .booked-calendar-wrap.small .booked-calendar .booked-appt-list {
max-height: 180px !important;
overflow-y: scroll;
} body #profile-edit #booked-page-form p.form-submit {
margin: 0.5em 0;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
background: none;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
display: none;
}
body #booked-profile-page .booked-upload-wrap,
body #booked-profile-page .booked-profile-appt-list button.button-primary,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.61em 2.6em;
border: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button.addeventatc {
line-height: 1.72em !important;
}
body #booked-profile-page .booked-tabs {
border-top: 1px solid !important;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
position: relative;
font-size: 14px;
border: 0 !important;
height: 52.91px;
width: 52.91px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete i,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete i {
position: absolute;
top: 51%;
left: 51%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
padding-bottom: 0;
}
@media (max-width: 1023px) {
body #booked-profile-page .booked-tabs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (max-width: 860px) {
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
float: none;
display: inline-block;
margin-top: 0;
margin-right: 15px;
}
}
@media (max-width: 479px) {
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons > div {
margin-bottom: 0.5em;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons {
float: none;
margin-bottom: 0.5em;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
height: 40.8px;
width: 40.8px;
}
body #booked-profile-page .booked-upload-wrap,
body #booked-profile-page .booked-profile-appt-list button.button-primary,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button,
body #booked-profile-page form#booked-page-form input[type=submit] {
padding: 0.5em 1.5em;
font-size: 1rem !important;
}
} .wpcf7 .columns_wrap {
white-space: nowrap;
}
.wpcf7 .columns_wrap .column-1_1 {
width: 100%;
}
.wpcf7 .columns_wrap .column-1_2 {
width: 49.8%;
}
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7 .columns_wrap * {
white-space: normal;
}
.wpcf7 input.wpcf7-not-valid + span.wpcf7-not-valid-tip {
margin-bottom: 0.5em;
margin-top: -1em;
}
.wpcf7 textarea.wpcf7-not-valid + span.wpcf7-not-valid-tip {
margin-bottom: 0.5em;
margin-top: 0;
}
.wpcf7 select, .wpcf7 textarea, .wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1.6em;
width: 100%;
}
.wpcf7 textarea {
margin-bottom: 0.5em;
}
.wpcf7 input[type=submit] {
margin: 1.6em 0;
}
.wpcf7 .wpgdprc ~ input[type=submit] {
margin: 0;
}
.wpcf7 .wpcf7-wpgdprc,
.wpcf7 .wpcf7-acceptance {
display: inline-block;
width: 100%;
margin-top: 1em;
padding-right: 30px;
text-align: left;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
margin-left: 0;
}
.wpcf7-form-control-wrap.date:before {
content: "\e860";
font-family: "fontello";
font-size: 1.25em;
position: absolute;
top: 0;
right: 1.5em !important;
line-height: 1em;
}
.wpcf7-form-control-wrap.time:before {
content: "\e808";
font-family: "fontello";
font-size: 1.25em;
position: absolute;
top: 0;
right: 1.5em;
line-height: 1em;
}
.wpcf7-form .wpcf7-spinner,
.wpcf7-form .ajax-loader {
display: none;
}
.wpcf7 form .wpcf7-response-output {
text-align: center;
} .esg-grid i[class*=eg-icon-] {
color: #fff;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.esg-grid a:hover i[class*=eg-icon-] {
color: #fff;
}
.esg-navigationbutton i[class*=eg-icon-] {
color: #888;
}
.esg-navigationbutton:hover i[class*=eg-icon-] {
color: #333;
}
.esg-starring {
vertical-align: top;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
width: 6em;
}
.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
line-height: 36px;
margin: 0;
}
.flat-light .esg-filters .esg-sortbutton {
padding-right: 0;
}
.esgbox-overlay {
z-index: 228010 !important;
}
.esgbox-opened {
z-index: 228030 !important;
} .events-archive .entry-content,
.events-archive .entry-header {
width: 100%;
}
#tribe-events-bar {
margin: 6px 0 1.5em;
}
#tribe-bar-form.tribe-bar-mini *,
#tribe-bar-form.tribe-bar-mini label {
font-size: 11px;
}
#tribe-bar-form {
background: none;
}
#tribe-bar-form input {
border-bottom-width: 1px !important;
} .tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
left: 85.5%;
width: 14.5%;
padding: 0;
}
.tribe-bar-views-inner {
padding: 0;
background: none;
}
.tribe-bar-mini .tribe-bar-views-inner {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
padding: 0;
}
#tribe-bar-views .select_container {
display: none;
}
#tribe-bar-views .tribe-bar-views-list {
padding: 0;
border: none;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 1em 0;
}
.tribe-bar-views-list span[class^=tribe-icon-] {
display: inline-block;
}
.tribe-bar-views-list span[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month.png);
}
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-list.png);
}
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month.png);
}
.tribe-bar-views-list span.tribe-icon-week {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-week.png);
}
.tribe-bar-views-list span.tribe-icon-day {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-day.png);
}
.tribe-bar-views-list span.tribe-icon-photo {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-photo.png);
}
.tribe-bar-views-list span.tribe-icon-map {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-map.png);
}
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
.tribe-bar-views-list span[class^=tribe-icon-],
.tribe-bar-view-list a[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month@2x.png);
}
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^=tribe-icon-] {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-list@2x.png);
}
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-month@2x.png);
}
.tribe-bar-views-list span.tribe-icon-week {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-week@2x.png);
}
.tribe-bar-views-list span.tribe-icon-day {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-day@2x.png);
}
.tribe-bar-views-list span.tribe-icon-photo {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-photo@2x.png);
}
.tribe-bar-views-list span.tribe-icon-map {
background-image: url(//drvhdate.com/wp-content/themes/great-lotus/plugins/the-events-calendar/images/events-bar/icon-map@2x.png);
}
} #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
width: 85.5%;
left: 0;
right: auto;
}
.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-submit {
padding: 0;
}
.tribe-bar-collapse .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-submit {
padding: 0;
}
.datepicker {
z-index: 10005 !important;
}
.datepicker table {
border-collapse: collapse !important;
}
.datepicker table,
.datepicker table td,
.datepicker table th {
border-width: 0 !important;
}
.tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-date-filter {
width: 37.9%;
padding-right: 3.1em;
}
.tribe-bar-mini .tribe-bar-date-filter {
padding-left: 0;
}
.datepicker th,
.datepicker td,
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
border-radius: 0;
}
.tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-search-filter {
width: 40.9%;
padding-right: 3.1em;
}
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-submit {
width: 21.2%;
padding-right: 1em;
margin: 0;
}
#tribe-bar-form label {
display: none;
text-transform: none;
font-size: 1em;
margin-bottom: 1.1em;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
border: none;
border-bottom: 2px solid #ddd;
padding: 1.2em;
margin: 0;
width: 100%;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
min-width: 155px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
padding: 0.61em 2.6em;
border: none;
margin: 0;
}
#tribe-bar-form input[type=text] {
padding: 0.9em 0;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
padding: 1.1667em 2em;
display: block;
text-align: left;
}
#tribe-bar-form button#tribe-bar-collapse-toggle {
display: none;
}
#tribe-bar-views .tribe-bar-views-option {
padding: 1em;
} .tribe-events-page-title {
display: none;
} .tribe-common p {
line-height: 1em;
}
#tribe-events-content.tribe-events-month {
font-size: 14px;
line-height: 1.4em;
}
#tribe-events-content {
padding: 0;
margin: 2em 0 0;
}
#tribe-events-footer,
#tribe-events-header {
margin: 0;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav {
margin-bottom: 3em;
display: none;
}
#tribe-events-content table.tribe-events-calendar {
margin: 0 0 2em;
font-size: 1em;
}
body.tribe-events-day {
padding: 0;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-calendar + #tribe-events-footer {
margin: 3.4em 0 1.8em;
}
.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
padding-top: 3em;
border-top-style: dotted;
} #tribe-events-content .tribe-events-calendar {
border-spacing: 0;
border-collapse: collapse;
}
.tribe-events-calendar thead th {
padding: 1.8em 0 !important;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
}
.tribe-events-calendar thead th + th:before {
content: " ";
width: 1px;
height: 1.2em;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
margin-top: -0.6em;
}
#tribe-events-content .tribe-events-calendar th,
#tribe-events-content .tribe-events-calendar td {
border: 1px solid #ddd;
}
#tribe-events-content .tribe-events-calendar td {
font-size: 1em;
padding: 0;
height: 10em;
text-align: left;
}
#tribe-events-content .tribe-events-calendar td:hover {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
font-size: 1em;
font-weight: 400;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
padding: 1em 1.7em 0;
margin-bottom: 0;
text-align: left;
}
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
background-color: transparent;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
background: none;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
background-color: transparent;
}
.tribe-events-calendar td.tribe-events-present {
position: relative;
}
.tribe-events-calendar td.tribe-events-present:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: -1px;
border: 1px solid #ddd;
pointer-events: none;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
margin: 0;
padding: 1em 1.5em;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
font-size: 15px;
font-weight: 400;
} .tribe-bar-collapse #tribe-bar-collapse-toggle {
padding: 0.6em 0.7em;
width: 66%;
font-size: 14px;
font-weight: 400;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
content: "\e828";
font-family: "fontello";
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
top: 5px;
border: none;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
content: "\e835";
top: 5px;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
float: right;
width: 32%;
}
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-submit {
float: left;
width: 32%;
}
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-search-filter {
margin-right: 2%;
}
.tribe-events-calendar .tribe-events-has-events.mobile-trigger:after {
margin: 1.5em auto 0;
}
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-],
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-] a {
margin-top: 0;
}
.tribe-mobile-day-heading {
font-size: 1.4286em;
line-height: 1.25em;
}
#tribe-mobile-container {
margin-bottom: 2em;
}
#tribe-mobile-container .type-tribe_events {
padding-top: 1em;
}
#tribe-mobile-container .type-tribe_events h4 {
font-size: 1.0714em;
margin-bottom: 1em;
}
#tribe-mobile-container .type-tribe_events .tribe-event-date-start {
display: inline-block;
margin-bottom: 0.8em;
}
#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
margin-top: 0;
padding: 0;
} .recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
padding: 0;
bottom: 5.5em !important;
left: -2em;
width: 32.5em;
z-index: 10000;
text-transform: none;
}
.tribe-events-tooltip .tribe-events-arrow {
background: none;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
bottom: -7px;
left: 5.2em;
z-index: -1;
display: block;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.tribe-events-tooltip .tribe-events-event-body {
font-size: 1em;
line-height: 1.8em;
padding: 1em 1.8em 1.5em;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
max-height: 100px;
}
#tribe-bar-views-toggle:after {
display: none;
}
#tribe-events-content .tribe-events-tooltip h3 {
font-size: 1.4em;
line-height: 1.25em;
font-weight: 400;
padding: 1.2em 1.2em 2.5em;
margin: 0;
}
.tribe-events-tooltip .tribe-event-duration {
margin: -4.5em 0 2em;
line-height: 1.5em;
height: 3em;
overflow: hidden;
}
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
padding: 0.5em 1.5em 0 0;
}
.tribe-events-tooltip .tribe-event-description p {
margin: 0;
line-height: 1.7em;
}
.tribe-events-tooltip .tribe-event-description p + p {
margin-top: 1em;
} #tribe-events-footer .tribe-events-sub-nav {
text-align: justify;
}
#tribe-events-footer .tribe-events-sub-nav:after {
content: " ";
display: inline-block;
width: 100%;
height: 0;
}
#tribe-events-footer .tribe-events-sub-nav li {
width: auto !important;
margin: 20px 0 0 !important;
padding: 0 !important;
overflow: hidden;
display: inline-block !important;
vertical-align: top;
float: none !important;
text-align: justify;
max-width: 48%;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
max-width: 100%;
white-space: normal;
padding-left: 1.5em;
padding-right: 1.5em;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
text-align: right;
}
.tribe-events-sub-nav li a span {
display: none !important;
}
#tribe-events .tribe-events-button:after,
.tribe-events-button:after,
.tribe-events-sub-nav li.tribe-events-nav-next a:after {
content: "\e93a" !important;
font-family: "fontello";
margin-left: 0.5em !important;
vertical-align: unset !important;
height: auto !important;
width: auto !important;
}
#tribe-events .tribe-events-cal-links a:after {
content: "" !important;
}
.tribe-events-sub-nav li.tribe-events-nav-previous a:before {
content: "\e939" !important;
font-family: "fontello";
margin-right: 0.5em !important;
vertical-align: unset !important;
height: auto !important;
width: auto !important;
} .tribe-events-read-more {
display: block;
margin-top: 1.5em;
padding: 0 !important;
} .events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
max-width: 770px;
}
.tribe-events-list .tribe-events-list-separator-month {
margin: 3.5em auto;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.25em;
line-height: 1.6em;
font-weight: 400;
}
.tribe-events-list .tribe-events-list-separator-month:first-child {
margin-top: 2em;
}
.tribe-events-list .tribe-events-event-cost {
margin: 0;
display: block !important;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.tribe-events-list .tribe-events-event-cost span {
padding: 0.6em 1em;
font-weight: 400;
}
.tribe-events-list .tribe-events-event-meta {
font-weight: 400;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
line-height: 1.5em;
font-style: normal;
}
.tribe-events-event-meta .tribe-event-schedule-details {
margin-bottom: 0.8em;
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
}
.tribe-events-list .type-tribe_events,
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
padding: 0;
margin: 0;
position: relative;
}
.tribe-events-list .type-tribe_events {
border-bottom: none !important;
}
.tribe-events-list .type-tribe_events + .type-tribe_events,
.tribe-events-day .tribe-events-day-time-slot + .tribe-events-day-time-slot + .tribe-events-day-time-slot {
border-top: 1px solid #eee;
margin-top: 4em;
padding-top: 4em;
}
.tribe-events-list .type-tribe_events + .type-tribe_events .tribe-events-event-cost {
top: 4em;
}
.tribe-events-list .tribe-events-event-image {
margin-top: 0.4em;
width: 30%;
float: left;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
text-align: justify;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
line-height: 1.8em;
}
.tribe-events-loop .tribe-events-content {
padding-right: 0;
} .tribe-events-day {
padding: 0;
}
.tribe-events-day #tribe-events-header {
display: none;
}
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
margin: 0 0 1em;
padding: 1em 2em;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
margin-left: 0;
}
.tribe-events-list .time-details {
font-style: italic;
} #tribe-events-content.tribe-events-single {
margin-top: 0;
}
.tribe-events-single #tribe-events-header {
display: none;
}
.tribe-events-back {
display: none;
}
.tribe-events-notices {
margin: 0 0 1em 0;
clear: both;
border-radius: 0;
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 2em;
line-height: 1.2em;
letter-spacing: 2px;
margin: 0;
text-align: center;
}
.tribe-events-notices + .tribe-events-single-event-title {
margin-top: 1.5em;
}
.tribe-events-schedule {
position: relative;
}
.tribe-events-schedule h2 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
display: block;
text-align: center;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
font-size: 1em;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
display: none;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-weight: 400;
}
.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events .tribe-events-schedule {
display: none;
}
.single-tribe_events .tribe-events-event-image {
float: left;
width: 40% !important;
margin: 0.4em 3% 2em 0;
}
.single-tribe_events .tribe-events-event-meta {
font-size: 1em;
line-height: 1.25em;
}
.single-tribe_events .tribe-events-cal-links:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.single-tribe_events .type-tribe_events {
padding-top: 0;
}
.single-tribe_events .tribe-events-single-section {
clear: none;
float: left;
width: 50%;
margin: 0;
padding: 3em 0 0;
border: none;
background-color: transparent;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
padding: 0;
margin: 0;
width: 40%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
width: 50%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map > div {
height: 250px !important;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group {
margin-left: 3em;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
margin-top: 0;
font-size: 1.2em;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
line-height: 1.4em;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
font-size: 1.0667em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
}
.single-tribe_events .tribe-events-venue-map {
margin: 0;
border-radius: 0;
}
.single-tribe_events #tribe-events-footer {
border-top: none;
}
.single-tribe_events .tribe-events-sub-nav li a:before,
.single-tribe_events .tribe-events-sub-nav li a:after {
display: inline-block;
line-height: inherit;
margin: 0 0.3em 0 0;
}
.single-tribe_events .tribe-events-sub-nav li a:after {
margin: 0 0 0 0.3em;
}
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next,
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next a {
text-align: right;
}
#tribe-events-footer:before,
#tribe-events-footer:after {
display: none;
} .tribe-events-list-widget .tribe-list-widget {
padding-left: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
margin-bottom: 1.5em;
padding: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events .tribe-event-title {
font-size: 1.2em;
margin: 0;
} .tribe-common.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
margin-right: 0.5em;
}
.tribe-common.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
border: none;
}
.tribe-common.tribe-events .tribe-events-c-messages__message--notice:before,
.tribe-common.tribe-events .tribe-events-c-ical__link:before {
display: none !important;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button:after,
.tribe-common.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
background-image: none;
}
.tribe-common.tribe-events .tribe-common-c-btn:focus,
.tribe-common.tribe-events a.tribe-common-c-btn:focus {
background-color: inherit;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
background: transparent;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button,
.single-tribe_events .tribe-events-cal-links .sc_button,
.single-tribe_events .tribe-events-cal-links .sc_button:hover,
.tribe-common.tribe-events .tribe-events-c-ical__link,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
padding: 0.45em 2em;
text-transform: uppercase;
background-color: transparent;
font-weight: 400;
font-size: 0.9em;
letter-spacing: 1px;
border: 2px solid;
border-radius: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:focus {
padding: 0.351em 2em;
letter-spacing: 1px;
border: 2px solid;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.tribe-events-c-top-bar__datepicker time.tribe-events-c-top-bar__datepicker-time span,
.tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-time {
font-size: 1.875rem;
line-height: 1em;
text-transform: capitalize;
}
.tribe-events .tribe-events-c-ical {
margin-top: 2rem;
}
.tribe-events .tribe-events-header__messages {
margin-bottom: 2rem;
}
.tribe-common.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-events-bar--border {
border: none;
}
.tribe-common.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input-control {
margin: 0 1rem 0 0;
}
.tribe-common.tribe-events .tribe-common-form-control-text__input {
padding: 0.6em 1em 0.6em 1.4em;
}
.tribe-common.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input {
margin: 0;
}
.tribe-events-c-nav__list .tribe-events-c-nav__list-item button,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
text-transform: uppercase;
}
.tribe-common--breakpoint-medium.tribe-common button.tribe-common-h3 {
text-transform: none;
}
.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:not(.tribe-events-c-view-selector__list-item--active) a:hover,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item a:hover {
opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item button {
background: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-desktop:hover {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin {
border-bottom: none !important;
}
.tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title {
line-height: 1.1;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile .tribe-events-calendar-month__day-date {
font-size: 1.3em;
}
.tribe-events-c-view-selector__button,
.tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:not(.tribe-events-calendar-month__day-cell--selected),
.tribe-events-c-nav__list .tribe-events-c-nav__list-item button {
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
background-color: #fff;
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot + .tribe-common-c-loader__dot {
margin-left: 20px;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--first {
-webkit-animation: preloader_dot_one 1.5s infinite;
animation: preloader_dot_one 1.5s infinite;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--second {
-webkit-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--third {
-webkit-animation: preloader_dot_three 1.5s infinite;
animation: preloader_dot_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader_dot_one {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_one {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_two {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_two {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_three {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_three {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.tribe-events-event-meta:before,
.tribe-events .tribe-events-c-ical__link-icon-svg,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
background-color: transparent !important;
}
.tribe-events-single > .tribe_events {
display: block;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
text-decoration: none;
text-transform: none;
letter-spacing: 0;
}
.single-tribe_events abbr {
border-bottom: unset;
}
.single-tribe_events nav > ul {
padding-left: 0;
padding-right: 0;
}
.tribe-events-single .tribe-events-sub-nav {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
background-image: unset !important;
}
.tribe-events-single .tribe-events-sub-nav {
font-size: 1em;
}
.tribe-events-cal-links .tribe-events-gcal {
margin-right: 1.25em;
}
.tribe-events-venue-map > iframe {
height: 100% !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown {
font-size: inherit;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button {
background-color: transparent !important;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within .tribe-events-c-subscribe-dropdown__button-icon {
-webkit-transform: rotate(180deg) translateY(50%);
transform: rotate(180deg) translateY(50%);
}
.tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-common .tribe-events-calendar-day__event-title-link,
.tribe-common .tribe-events-calendar-list__event-title-link {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tribe-common .tribe-common-anchor {
border-bottom: unset !important;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
width: auto;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown,
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
display: none;
}
.tribe-common.tribe-events .tribe-events-l-container {
padding-bottom: 0;
}
.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
min-width: auto;
width: auto;
}
.tribe-events .tribe-events-c-messages__message {
display: block;
}
.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
top: 50px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
height: 33px;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
right: 20px;
}
.tribe-events-c-messages__message-list-item {
text-align: center;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within button,
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
outline: none;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
width: 100%;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
.tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common button.tribe-common-c-btn:focus,
.tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-events button.tribe-events-c-events-bar__search-button:focus,
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,
.tribe-common .tribe-common-form-control-text__input:focus,
.tribe-common a:focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus {
outline: none !important;
}
.tribe-common.tribe-events .tribe-common-h8 {
padding-top: 3px;
}
.tribe-common.tribe-events .tribe-common-c-svgicon--messages-not-found{
overflow: visible;
} form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
height: auto;
}
.give-total-wrap, .give-donation-levels-wrap {
display: inline-block;
}
.give-total-wrap {
vertical-align: top;
}
.give-form-grid-progress-bar .give-progress-bar,
.give-progress-bar {
height: 16px;
padding: 6px 8px;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.give-form-grid-progress-bar .give-progress-bar > span,
.give-progress-bar > span {
border-radius: 8px;
}
.give-goal-progress span.income {
font-size: 50px;
}
.form-grid-raised__details,
.give-goal-progress .raised {
font-size: 17px;
font-weight: 500;
}
.form-grid-raised__details > span:last-child {
font-size: inherit;
}
.form-grid-raised__details > span.goal {
margin-left: 5px;
}
.give-grid__item .give-goal-progress .raised {
margin-bottom: 15px;
}
.ua_ie_11 .give-wrap .give-grid.give-grid--2 .give-grid__item {
width: calc(50% - 30px);
padding: 0 15px;
}
#give-final-total-wrap, form.give-form.give-form-type-multi .form-row label {
display: none;
}
.give-modal #give-final-total-wrap, .give-modal form.give-form.give-form-type-multi .form-row label {
display: block;
}
#give-recurring-form .form-row:last-child, form.give-form .form-row:last-child, form[id*=give-form] .form-row:last-child {
margin-bottom: 11px;
}
.give-form-type-multi .give-submit-button-wrap {
text-align: center;
margin-top: 8px;
}
.give-form-type-multi .give-submit-button-wrap .give-submit {
float: none;
}
form.give-form .form-row input[type=text], form[id*=give-form] .form-row input[type=text], form.give-form .form-row input[type=email], form[id*=give-form] .form-row input[type=email] {
border-radius: 31px;
}
[id*=give-form] fieldset legend {
position: relative;
padding-top: 2em;
font-style: normal;
border: none;
background-color: transparent !important;
font-size: 24px;
font-weight: 700;
}
[id*=give-form] fieldset {
margin-top: 5px;
}
.give-total-wrap .give-donation-amount {
border-radius: 31px;
overflow: hidden;
}
.give-total-wrap .give-donation-amount .give-currency-symbol.give-currency-position-before {
border: none !important;
background: transparent !important;
padding: 1em 0.6em 1em 1.3em !important;
}
.give-form fieldset legend,
.give-form fieldset legend {
left: 0;
}
div form[id*=give-form] .give-donation-amount #give-amount {
border: 2px solid black;
border-radius: 31px;
width: 95px;
min-width: 96px;
padding: 0.9em;
}
ul.give-donation-levels-wrap li .give-donation-level-btn {
height: 56px;
padding: 8px 23px;
}
[id*=give-form].give-display-modal .give-btn, [id*=give-form].give-display-reveal .give-btn {
margin: 0;
}
[id*=give-form] div#give-sidebar-left, [id*=give-form] div.summary {
width: 100%;
float: none;
}
.give_forms-template-default.single.single-give_forms .give_forms {
text-align: center;
}
.give_forms-template-default.single.single-give_forms .give_forms .give-form-content-wrap p {
text-align: center !important;
}
.give_forms-template-default.single.single-give_forms .content {
width: 100% !important;
}
.give_forms-template-default.single.single-give_forms [class*=content_wrap] > .sidebar {
display: none;
visibility: hidden;
opacity: 0;
}
.give-wrap .give-card {
border: none;
}
.give-wrap .give-grid {
grid-gap: 2.5rem;
}
.give-submit-button-wrap {
position: relative;
}
.give-submit-button-wrap span.give-loading-animation {
position: absolute;
left: calc(50% - 11px);
top: -20px;
margin: 0;
}
.give-form-title {
display: none;
}
.give_terms_links {
margin-bottom: 1rem;
float: none;
}
#give_show_terms {
display: block;
text-align: right;
}
.give-wrap input[type=radio] {
display: none !important;
}
.give-form[id*=give-form] .set-price.give-donation-amount {
display: inline-block;
border-radius: 30px;
}
.give-form[id*=give-form] .set-price.give-donation-amount .give-currency-position-before {
border: none !important;
background: transparent !important;
padding: 1em 0.6em 1em 1.3em !important;
}
.give-form[id*=give-form] .set-price.give-donation-amount #give-amount-text {
border: 2px solid black;
border-radius: 31px;
width: 95px;
min-width: 96px;
padding: 0.9em;
}
.give-form[id*=give-form] .select_container select.give-select-level {
margin-bottom: 0;
}
.wc-blocks-components-select__container{
border: 1px solid hsla(0, 0%, 7%, .8);
}
.give-wrap .give-grid__item .give-card {
border-radius: 5px;
padding: 2.5rem 3em 3.2rem;
}
.give-form-grid-progress {
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;
background: transparent;
}
.give-form-grid-progress span.amount,
.give-wrap .give-card__progress .income {
font-size: 1.2em;
}
.form-grid-raised {
background: transparent;
}
.form-grid-raised__details {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.give-form-grid-container {
padding: 1.5rem;
}
.give-form-grid-progress,
.give-form-grid-content {
padding: 0;
}
.give-form-grid-progress-bar {
margin-top: 15px;
margin-bottom: 0;
}
.give-form-grid-content > h3.give-form-grid-content__title {
font-size: 1.333em !important;
font-weight: 500 !important;
line-height: 1.3 !important;
margin: 0.15em 0 0.75rem !important;
}
.give-form-grid-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
margin-bottom: 1em;
}
.give-form-grid-content button {
margin-left: auto;
padding: 0.36em 2em !important;
font-size: 0.889em;
text-decoration: none;
}
.give-form-grid-content button span {
color: inherit !important;
font-weight: 500;
}
.give-form-grid-content .give-form-grid-media {
min-width: 0;
}
.give-form-grid-progress-bar .give-progress-bar {
-webkit-box-shadow: none;
box-shadow: none;
}
table.give-table{
text-shadow: none;
}  .vc_col-sm-12 {
min-height: 0;
}
.vc_col-sm-12[class*=vc_col-lg-],
.vc_col-sm-12[class*=vc_col-md-],
.vc_col-sm-12[class*=vc_col-xs-] {
min-height: 1px;
}
.vc_row[data-vc-full-width]:not(.vc_parallax) {
overflow: visible;
}
.vc_row.vc_row-o-full-height {
min-height: 100vh !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0 !important;
}
.vc_row .wpb_column:not(.vc_col-sm-12) blockquote {
margin: 0;
} .vc_row.stripe_before,
.vc_row.stripe_after {
position: relative;
overflow: hidden;
padding-top: 500px;
margin-top: -500px;
padding-bottom: 500px;
margin-bottom: -500px;
}
.vc_row.stripe_before:before,
.vc_row.stripe_after:after {
content: " ";
position: absolute;
z-index: -1;
width: 100%;
height: 180%;
background-color: inherit;
}
.vc_row.stripe_before:before {
top: 0;
}
.vc_row.stripe_after:after {
bottom: 0;
} .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
padding: 2.4em 0;
}
.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p {
margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p + p {
margin-top: 1em;
} .vc_tta.vc_tta-accordion .vc_tta-panel-body,
.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
border: none !important;
background: transparent !important;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
margin-bottom: 1.6em;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
margin-top: 1.6em;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title {
font-size: 1em;
line-height: 1.3em;
text-transform: none;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
font-size: 1em;
font-weight: 500;
line-height: 1.64;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
padding-left: 4.2em;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
padding: 0.65em 1.65em 0.65em;
padding-right: 4.2em;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
border-radius: 3px;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title > a > .vc_tta-controls-icon {
left: 0;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title > a > .vc_tta-controls-icon {
right: 1.55em;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
width: 12px;
height: 12px;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.vc_tta.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel-heading .vc_tta-controls-icon {
border-radius: 5px;
}
.vc_tta.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel-heading .vc_tta-controls-icon {
border-radius: 50%;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 0;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus:before,
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
left: 50%;
right: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 9px;
border-width: 1px 0 0 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
top: 50%;
bottom: auto;
border-width: 0 0 0 1px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 9px;
}
.wpb-js-composer .vc_tta-accordion.vc_general .vc_tta-panel + .vc_tta-panel {
margin-top: 0.55rem;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
border-width: 0 2px 2px 0;
} .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
background-color: transparent;
border: none;
padding: 0.6em 1.8em 0.3em;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab {
margin-left: 0.8em;
} .vc_separator {
margin-top: 5em;
margin-bottom: 5em !important;
} .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 0;
height: 4px;
margin-top: 1.4em;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_bar {
height: 4px;
border-radius: 0;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar + .vc_single_bar {
margin-top: 3.3em;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
display: block;
width: 100%;
position: absolute;
z-index: 1;
top: -1.625em;
left: 0;
font-size: 1.0667em;
line-height: 1.5em;
font-weight: 400;
font-style: normal;
padding: 0;
text-shadow: none;
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units {
position: absolute;
z-index: 1;
top: 1px;
right: 0;
font-size: 0.875em;
font-style: italic;
} .vc_message_box {
padding: 1.4em 0.875em 1.4em 4.9em;
}
.vc_message_box-solid-icon {
padding-left: 7em;
}
.vc_message_box-icon {
width: 4.5em;
}
.vc_message_box .vc_message_box-icon > * {
font-size: 1.8em;
}
.vc_message_box-solid-icon .vc_message_box-icon {
width: 5em;
font-size: 1em;
font-weight: 400;
}
.vc_message_box:not(.vc_message_box-solid-icon) .vc_message_box-icon > * {
left: auto;
right: 0.6em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.vc_message_box-outline .vc_message_box-icon i {
color: inherit;
}
.vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon {
color: #f4524d;
}
.vc_color-orange.vc_message_box-outline, .vc_color-orange.vc_message_box-solid-icon {
color: #e39a31;
}
.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i,
.vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon {
color: #9dbf00;
}
.vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon {
border-color: #9dbf00;
}
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i {
background-color: #9dbf00;
}
.vc_message_box_closeable {
position: relative;
}
.vc_message_box_closeable:after {
content: "\e8ac";
font-family: "fontello";
font-size: 1.5em;
line-height: 1em;
font-weight: 400;
padding: 1em;
color: inherit;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .wpb_text_column[class*=scheme_]:not([class*=sc_extra_bg_]) {
padding: 2rem 2.4rem;
}
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child,
.wpb_text_column h6:first-child {
margin-top: 0;
} .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}  .woocommerce table th,
.woocommerce table td {
border-width: 0;
} .woocommerce ul.products:before,
.woocommerce-page ul.products:before,
.woocommerce .products ul:before,
.woocommerce-page .products ul:before,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
display: none;
}
.woocommerce .list_products_header,
.woocommerce-page .list_products_header {
display: none;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 1em;
}
.woocommerce .woocommerce-breadcrumb-delimiter,
.woocommerce .woocommerce-breadcrumb-item {
display: inline-block;
vertical-align: baseline;
}
.woocommerce .woocommerce-breadcrumb-delimiter {
margin: 0 0.5em;
}
.woocommerce .woocommerce-breadcrumb-delimiter:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce .post_item_single .woocommerce-breadcrumb {
display: none;
}
.woocommerce.sidebar_show .post_item_single .woocommerce-breadcrumb {
margin-top: 0;
}
.woocommerce .post_item_single .summary > .woocommerce-breadcrumb {
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce .page-title {
margin: 0;
}
.woocommerce .great_lotus_shop_mode_buttons,
.woocommerce-page .great_lotus_shop_mode_buttons {
float: left;
font-size: 14px;
margin: 0.65em 0.8em 1.25em 0;
display: block;
}
.woocommerce .great_lotus_shop_mode_buttons a + a,
.woocommerce-page .great_lotus_shop_mode_buttons a + a {
margin-left: 0.5em;
}
#btn-buy,
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
margin-top: 0;
border-radius: 7px;
}
.woocommerce ul.products li.product .add_to_cart:before,
.woocommerce div.product form.cart .button:before {
content: "\e93d";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce .post_featured.hover_shop .icons a:hover {
background-position: left bottom !important;
}
.woocommerce ul.products li.product.outofstock a[class*=add_to_cart] {
display: none;
}
.woocommerce ul.products li.product .outofstock_label {
position: absolute;
z-index: 1;
top: 1.7em;
right: -2.3em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 10em;
height: 2em;
line-height: 2em;
font-size: 10px;
letter-spacing: 0.5px;
background-color: #a00000;
color: #fff;
text-align: center;
display: block;
}
.woocommerce .woocommerce-result-count {
margin: 0.5em 0.5em 1.2em 0;
}
.woocommerce .woocommerce-ordering {
margin-top: 0em;
margin-bottom: 2em;
}
.sidebar_show.woocommerce ul.products.columns-4,
.sidebar_show.woocommerce-page ul.products.columns-4,
.woocommerce ul.products.columns-5,
.woocommerce-page ul.products.columns-5,
.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-6,
.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-7,
.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-8 {
font-size: 0.9286em;
}
.sidebar_show.woocommerce ul.products.columns-4 a.button,
.sidebar_show.woocommerce-page ul.products.columns-4 a.button,
.woocommerce ul.products.columns-5 a.button,
.woocommerce-page ul.products.columns-5 a.button,
.woocommerce ul.products.columns-6 a.button,
.woocommerce-page ul.products.columns-6 a.button {
padding: 1em 1.5em;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
margin-right: -30px;
margin-bottom: 0;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.woocommerce .products.related ul.products li.product > .post_item.post_layout_thumbs {
height: auto;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
margin: 0;
clear: none;
padding: 0 30px 15px 0;
position: relative;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product,
.woocommerce ul.products li.product.column-1_1,
.woocommerce-page ul.products li.product.column-1_1,
.woocommerce .related.products ul.products.columns-1 li.product,
.woocommerce-page .related.products ul.products.columns-1 li.product,
.woocommerce .related.products ul.products li.product.column-1_1,
.woocommerce-page .related.products ul.products li.product.column-1_1,
.woocommerce .upcells.products ul.products.columns-1 li.product,
.woocommerce-page .upcells.products ul.products.columns-1 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_1,
.woocommerce-page .upcells.products ul.products li.product.column-1_1 {
width: 100%;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products li.product.column-1_2,
.woocommerce-page ul.products li.product.column-1_2,
.woocommerce .related.products ul.products.columns-2 li.product,
.woocommerce-page .related.products ul.products.columns-2 li.product,
.woocommerce .related.products ul.products li.product.column-1_2,
.woocommerce-page .related.products ul.products li.product.column-1_2,
.woocommerce .upcells.products ul.products.columns-2 li.product,
.woocommerce-page .upcells.products ul.products.columns-2 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_2,
.woocommerce-page .upcells.products ul.products li.product.column-1_2 {
width: 50%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product.column-1_3,
.woocommerce-page ul.products li.product.column-1_3,
.woocommerce .related.products ul.products.columns-3 li.product,
.woocommerce-page .related.products ul.products.columns-3 li.product,
.woocommerce .related.products ul.products li.product.column-1_3,
.woocommerce-page .related.products ul.products li.product.column-1_3,
.woocommerce .upcells.products ul.products.columns-3 li.product,
.woocommerce-page .upcells.products ul.products.columns-3 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_3,
.woocommerce-page .upcells.products ul.products li.product.column-1_3 {
width: 33.3333333333%;
}
.woocommerce.columns-4 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products li.product.column-1_4,
.woocommerce-page ul.products li.product.column-1_4,
.woocommerce .related.products ul.products.columns-4 li.product,
.woocommerce-page .related.products ul.products.columns-4 li.product,
.woocommerce .related.products ul.products li.product.column-1_4,
.woocommerce-page .related.products ul.products li.product.column-1_4,
.woocommerce .upcells.products ul.products.columns-4 li.product,
.woocommerce-page .upcells.products ul.products.columns-4 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_4,
.woocommerce-page .upcells.products ul.products li.product.column-1_4 {
width: 25%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products li.product.column-1_5,
.woocommerce-page ul.products li.product.column-1_5,
.woocommerce .related.products ul.products.columns-5 li.product,
.woocommerce-page .related.products ul.products.columns-5 li.product,
.woocommerce .related.products ul.products li.product.column-1_5,
.woocommerce-page .related.products ul.products li.product.column-1_5,
.woocommerce .upcells.products ul.products.columns-5 li.product,
.woocommerce-page .upcells.products ul.products.columns-5 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_5,
.woocommerce-page .upcells.products ul.products li.product.column-1_5 {
width: 20%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products li.product.column-1_6,
.woocommerce-page ul.products li.product.column-1_6,
.woocommerce .related.products ul.products.columns-6 li.product,
.woocommerce-page .related.products ul.products.columns-6 li.product,
.woocommerce .related.products ul.products li.product.column-1_6,
.woocommerce-page .related.products ul.products li.product.column-1_6,
.woocommerce .upcells.products ul.products.columns-6 li.product,
.woocommerce-page .upcells.products ul.products.columns-6 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_6,
.woocommerce-page .upcells.products ul.products li.product.column-1_6 {
width: 16.6666666667%;
}
.woocommerce.columns-7 ul.products li.product,
.woocommerce-page.columns-7 ul.products li.product,
.woocommerce ul.products.columns-7 li.product,
.woocommerce-page ul.products.columns-7 li.product,
.woocommerce ul.products li.product.column-1_7,
.woocommerce-page ul.products li.product.column-1_7,
.woocommerce .related.products ul.products.columns-7 li.product,
.woocommerce-page .related.products ul.products.columns-7 li.product,
.woocommerce .related.products ul.products li.product.column-1_7,
.woocommerce-page .related.products ul.products li.product.column-1_7,
.woocommerce .upcells.products ul.products.columns-7 li.product,
.woocommerce-page .upcells.products ul.products.columns-7 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_7,
.woocommerce-page .upcells.products ul.products li.product.column-1_7 {
width: 14.2857142857%;
}
.woocommerce.columns-8 ul.products li.product,
.woocommerce-page.columns-8 ul.products li.product,
.woocommerce ul.products.columns-8 li.product,
.woocommerce-page ul.products.columns-8 li.product,
.woocommerce ul.products li.product.column-1_8,
.woocommerce-page ul.products li.product.column-1_8,
.woocommerce .related.products ul.products.columns-8 li.product,
.woocommerce-page .related.products ul.products.columns-8 li.product,
.woocommerce .related.products ul.products li.product.column-1_8,
.woocommerce-page .related.products ul.products li.product.column-1_8,
.woocommerce .upcells.products ul.products.columns-8 li.product,
.woocommerce-page .upcells.products ul.products.columns-8 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_8,
.woocommerce-page .upcells.products ul.products li.product.column-1_8 {
width: 12.5%;
}
.woocommerce ul.products li.product-category mark,
.woocommerce-page ul.products li.product-category mark {
background: none;
}
.woocommerce ul.products li.product .post_item,
.woocommerce-page ul.products li.product .post_item {
margin-bottom: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product .post_featured {
overflow: hidden;
margin-bottom: 0;
border: none;
}
.woocommerce .related ul.products li.product .post_featured {
overflow: hidden;
margin-bottom: 0;
border: none;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_item,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
margin: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
font-size: 11px;
width: 4em;
height: 4em;
line-height: 4.2em;
margin: 0;
padding: 0;
right: 5%;
text-transform: uppercase;
top: 5%;
}
.woocommerce ul.products li.product.outofstock .onsale,
.woocommerce-page ul.products li.product.outofstock .onsale {
right: 12%;
}
.woocommerce ul.products li.product strong {
margin-top: 0.5em;
}
.woocommerce ul.products li.product .post_data,
.woocommerce-page ul.products li.product .post_data {
padding: 2.2em 5px;
text-align: center;
overflow: hidden;
}
.woocommerce ul.products li.product.outofstock .post_featured:not(.hover_none) + .post_data .button,
.woocommerce-page ul.products li.product.outofstock .post_featured:not(.hover_none) + .post_data .button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_external,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_external,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped {
display: none;
}
.woocommerce ul.products li.product .post_header .post_tags {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .post_header,
.woocommerce-page ul.products li.product .post_header {
margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 24px;
line-height: 30px;
font-weight: 500;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
font-size: 18px;
line-height: 1em;
font-weight: 500;
margin: 0.8em auto;
}
.woocommerce ul.products.columns-5 li.product .post_data,
.woocommerce-page ul.products.columns-5 li.product .post_data,
.woocommerce ul.products.columns-6 li.product .post_data,
.woocommerce-page ul.products.columns-6 li.product .post_data {
padding: 1em 0.5em;
}
.woocommerce ul.products.columns-5 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-5 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-5 li.product h3,
.woocommerce ul.products.columns-5 li.product .price,
.woocommerce-page ul.products.columns-5 li.product .price,
.woocommerce ul.products.columns-6 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-6 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-6 li.product h3,
.woocommerce ul.products.columns-6 li.product .price,
.woocommerce-page ul.products.columns-6 li.product .price {
font-size: 1em;
line-height: 1.3em;
font-weight: 400;
}
.woocommerce ul.products.columns-5 li.product .post_featured .icons,
.woocommerce ul.products.columns-6 li.product .post_featured .icons {
display: none !important;
}
span.amount {
line-height: 1em;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
font-weight: inherit;
font-style: inherit;
}
.woocommerce ul.products li.product .price del {
display: inline-block;
margin-right: 6px;
font-size: 0.8em;
opacity: 1;
text-decoration: none;
position: relative;
}
.woocommerce ul.products li.product .price del:before {
content: " ";
position: absolute;
z-index: 1;
top: 45%;
left: 0;
width: 100%;
height: 1px;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_data,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.woocommerce .shop_mode_thumbs ul.products li.product .post_data_inner,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data_inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: stretch;
-webkit-box-pack: stretch;
justify-content: stretch;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price_wrap,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price {
margin: 1em auto;
} .woocommerce .shop_mode_list ul.products li.product,
.woocommerce-page .shop_mode_list ul.products li.product {
overflow: hidden;
margin: 0;
float: none;
width: 100% !important;
}
.woocommerce .shop_mode_list ul.products li.product .post_item,
.woocommerce-page .shop_mode_list ul.products li.product .post_item {
overflow: hidden;
text-align: left;
border: none;
}
.woocommerce .shop_mode_list ul.products li.product + li.product .post_item,
.woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item {
border-top: 1px solid #ddd;
margin-top: 3em;
padding-top: 5em;
}
.woocommerce .shop_mode_list ul.products li.product .post_data,
.woocommerce-page .shop_mode_list ul.products li.product .post_data {
height: auto;
overflow: hidden;
text-align: left;
padding: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_featured,
.woocommerce-page .shop_mode_list ul.products li.product .post_featured {
float: left;
margin: 0 2em 0 0;
width: 33%;
max-width: 270px;
position: relative;
border: 1px solid #ddd;
}
.woocommerce .shop_mode_list ul.products li.product .description,
.woocommerce-page .shop_mode_list ul.products li.product .description {
margin-bottom: 1.5em;
line-height: 1.3em;
overflow: hidden;
max-height: 6.6em;
}
.woocommerce .shop_mode_list ul.products li.product-category .description,
.woocommerce-page .shop_mode_list ul.products li.product-category .description {
border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .post_content,
.woocommerce-page .shop_mode_list ul.products li.product .post_content {
margin: 1.2em 0 1.6em;
}
.woocommerce .shop_mode_list ul.products li.product .description p,
.woocommerce-page .shop_mode_list ul.products li.product .description p,
.woocommerce .shop_mode_list ul.products li.product .description ul,
.woocommerce-page .shop_mode_list ul.products li.product .description ul {
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.3em;
}
.woocommerce .shop_mode_list ul.products li.product .price,
.woocommerce-page .shop_mode_list ul.products li.product .price {
margin: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_data .add_to_cart_button,
.woocommerce-page .shop_mode_list ul.products li.product .post_data .add_to_cart_button,
.woocommerce .shop_mode_list ul.products li.product .post_data .added_to_cart,
.woocommerce-page .shop_mode_list ul.products li.product .post_data .added_to_cart {
margin-top: 2em;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
padding: 1.3em 0 0 1em;
vertical-align: top;
line-height: 1em;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
display: none;
} .woocommerce .products .star-rating {
float: none;
margin: 0.6em auto -0.6em;
}
.woocommerce ul.products li.product .post_header {
position: relative;
overflow: visible;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.7em;
width: 5.4em;
margin: 1em auto 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
font-size: 0.7em;
width: 6em;
}
.woocommerce .shop_mode_list .products .star-rating,
.woocommerce .shop_mode_list ul.products li.product .star-rating {
position: relative;
top: auto;
left: auto;
font-size: 0.8em;
float: none;
margin: 0.5em 0 0;
-webkit-transform: none;
transform: none;
}
.woocommerce .products .star-rating:before,
.woocommerce .products .star-rating span {
top: 1px;
} .woocommerce-links-more + .woocommerce-pagination {
display: none;
}  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
margin: 0 0 0.5em 1em;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
margin-bottom: 2.5rem;
line-height: 1.2em;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-info,
.woocommerce-message {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: 15px;
}
.woocommerce .wc-block-components-notice-banner {
border-width: 3px 0 0;
border-radius: 0;
font-size: 1em;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
padding: 1.27em 1.75em !important;
text-decoration: none;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
opacity: 1;
}
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
margin-left: 16px;
}
.woocommerce .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-NoticeGroup-checkout .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
-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;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
display: none;
} .woocommerce div.product .product_title {
margin: -0.25em 0 0.25em;
} .woocommerce div.product p.price,
.woocommerce div.product span.price {
position: relative;
font-size: 1.8em;
font-weight: 400;
}
.woocommerce div.product p.price {
margin: 0 0 1.5em;
}
.woocommerce div.product p.price ins {
text-decoration: none;
font-style: normal;
font-weight: 400;
}
.woocommerce div.product p.price del {
font-size: 0.75em;
font-weight: 400;
font-style: normal;
} .woocommerce-main-image {
position: relative;
display: block;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
margin-bottom: 4em;
}
.woocommerce.sidebar_show div.product div.images,
.woocommerce-page.sidebar_show div.product div.images,
.woocommerce.sidebar_show #content div.product div.images,
.woocommerce-page.sidebar_show #content div.product div.images {
width: 100%;
float: none;
}
.woocommerce.sidebar_hide div.product div.images,
.woocommerce-page.sidebar_hide div.product div.images,
.woocommerce.sidebar_hide #content div.product div.images,
.woocommerce-page.sidebar_hide #content div.product div.images {
width: 45%;
float: left;
}
.woocommerce div.product div.images img {
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
margin-bottom: 6px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0 6px 6px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
max-width: none;
display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
border: none;
}
.woocommerce div.product div.images .flex-viewport {
border: 1px solid #ddd;
margin-bottom: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin: 0 -6px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 0 6px 6px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product span.onsale {
position: absolute;
z-index: 1;
top: 2em;
left: 2em;
width: 5.5em;
height: 5.5em;
line-height: 5.8em;
font-size: 12px;
margin: 0;
padding: 0;
text-transform: uppercase;
pointer-events: none;
}
.woocommerce div.product div.thumbnails > div,
.woocommerce div.product div.thumbnails > ul {
max-height: 12em;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
margin-right: 1.5%;
width: 18.5%;
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce #content div.product div.thumbnails a:hover,
.woocommerce div.product div.thumbnails a:hover,
.woocommerce-page #content div.product div.thumbnails a:hover,
.woocommerce-page div.product div.thumbnails a:hover {
border-style: solid;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
margin-right: 2.6666%;
width: 23%;
}
.woocommerce #content div.product div.thumbnails.columns-3 a,
.woocommerce div.product div.thumbnails.columns-3 a,
.woocommerce-page #content div.product div.thumbnails.columns-3 a,
.woocommerce-page div.product div.thumbnails.columns-3 a {
margin-right: 3.5%;
width: 31%;
}
.woocommerce #content div.product div.thumbnails a:before,
.woocommerce div.product div.thumbnails a:before,
.woocommerce-page #content div.product div.thumbnails a:before,
.woocommerce-page div.product div.thumbnails a:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce #content div.product div.thumbnails a:hover:before,
.woocommerce div.product div.thumbnails a:hover:before,
.woocommerce-page #content div.product div.thumbnails a:hover:before,
.woocommerce-page div.product div.thumbnails a:hover:before {
background-color: rgba(255, 255, 255, 0.4);
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
clear: none;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a:nth-child(4n+1),
.woocommerce div.product div.thumbnails a:nth-child(4n+1),
.woocommerce-page #content div.product div.thumbnails a:nth-child(4n+1),
.woocommerce-page div.product div.thumbnails a:nth-child(4n+1) {
clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
margin-top: 4px;
} .woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
margin-bottom: 4em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.sidebar_show #content div.product div.summary,
.woocommerce-page.sidebar_show #content div.product div.summary,
.woocommerce.sidebar_show div.product div.summary,
.woocommerce-page.sidebar_show div.product div.summary {
width: 100%;
float: none;
}
.woocommerce.sidebar_hide #content div.product div.summary,
.woocommerce-page.sidebar_hide #content div.product div.summary,
.woocommerce.sidebar_hide div.product div.summary,
.woocommerce-page.sidebar_hide div.product div.summary {
width: 55%;
padding-left: 5em;
float: right;
}
.woocommerce.single_product_layout_stretched #content div.product div.summary,
.woocommerce-page.single_product_layout_stretched #content div.product div.summary,
.woocommerce.single_product_layout_stretched div.product div.summary,
.woocommerce-page.single_product_layout_stretched div.product div.summary {
width: 52%;
padding: 3em;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.woocommerce.single_product_layout_stretched.sidebar_show #content div.product div.summary,
.woocommerce-page.single_product_layout_stretched.sidebar_show #content div.product div.summary,
.woocommerce.single_product_layout_stretched.sidebar_show div.product div.summary,
.woocommerce-page.single_product_layout_stretched.sidebar_show div.product div.summary {
width: 100%;
}
.woocommerce #content div.product div.summary:after,
.woocommerce div.product div.summary:after,
.woocommerce-page #content div.product div.summary:after,
.woocommerce-page div.product div.summary:after {
content: " ";
float: none;
clear: both;
width: 100%;
height: 0;
display: block;
} .woocommerce .product_meta span {
display: block;
}
.woocommerce .product_meta span span {
display: inline;
}
.woocommerce .product_meta span,
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
font-weight: 400;
}
.woocommerce div.product .product_meta span > a,
.woocommerce div.product .product_meta span > span {
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
}
.woocommerce div.product .summary .stock {
font-size: 12px;
font-weight: bold;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 1px;
} .woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
padding: 0;
margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce .shop_table.cart div.quantity,
.woocommerce-page .shop_table.cart div.quantity {
margin: 0 0.5em 0 0;
width: 6em;
height: 2.93em;
position: relative;
}
.woocommerce .shop_table.cart div.quantity,
.woocommerce-page .shop_table.cart div.quantity {
margin: 0 auto;
width: 6em;
}
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span,
.woocommerce .shop_table.cart div.quantity span,
.woocommerce-page .shop_table.cart div.quantity span {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 1.5em;
height: 50%;
line-height: 1.5em;
text-align: center;
cursor: pointer;
}
.woocommerce div.product form.cart div.quantity span.q_inc {
border-top-right-radius: 5px;
}
.woocommerce div.product form.cart div.quantity span.q_dec {
border-bottom-right-radius: 5px;
}
.woocommerce div.product form.cart div.quantity span.q_dec,
.woocommerce-page div.product form.cart div.quantity span.q_dec,
.woocommerce .shop_table.cart div.quantity span.q_dec,
.woocommerce-page .shop_table.cart div.quantity span.q_dec {
top: auto;
bottom: 0;
border-top: 1px solid #ffffff;
}
.woocommerce div.product form.cart div.quantity span:before,
.woocommerce-page div.product form.cart div.quantity span:before,
.woocommerce .shop_table.cart div.quantity span:before,
.woocommerce-page .shop_table.cart div.quantity span:before {
font-family: "fontello";
}
.woocommerce div.product form.cart div.quantity span.q_inc:before,
.woocommerce-page div.product form.cart div.quantity span.q_inc:before,
.woocommerce .shop_table.cart div.quantity span.q_inc:before,
.woocommerce-page .shop_table.cart div.quantity span.q_inc:before {
content: "\e835";
}
.woocommerce div.product form.cart div.quantity span.q_dec:before,
.woocommerce-page div.product form.cart div.quantity span.q_dec:before,
.woocommerce .shop_table.cart div.quantity span.q_dec:before,
.woocommerce-page .shop_table.cart div.quantity span.q_dec:before {
content: "\e828";
}
.woocommerce div.product form.cart div.quantity input[type=number],
.woocommerce-page div.product form.cart div.quantity input[type=number],
.woocommerce .shop_table.cart div.quantity input[type=number],
.woocommerce-page .shop_table.cart div.quantity input[type=number] {
width: 100%;
height: 100%;
padding: 0;
font-size: 1.25em;
}
.woocommerce div.product form.cart div.quantity .screen-reader-text {
display: none !important;
} .woocommerce div.product form.cart .group_table {
margin-bottom: 1.8em;
}
.woocommerce div.product form.cart .group_table td {
padding: 1.8em 1em;
vertical-align: middle;
} .woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
padding: 0 0 0.5em;
background-color: transparent;
}
.woocommerce div.product form.cart .variations .label {
font-weight: 400;
vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
font-weight: 400;
}
.woocommerce div.product form.cart .reset_variations {
font-style: italic;
font-size: 1em;
letter-spacing: 0;
}
.woocommerce-variation-price {
margin: 2em 0 1em;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
font-size: 0.9333em;
line-height: 1.25em;
font-weight: 400;
padding: 0;
margin: 0;
}
.woocommerce td.product-name dl.variation dd {
padding-left: 0.5em;
}
.woocommerce .reset_variations {
display: none !important;
} .woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist {
float: left;
width: auto;
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce .product div:not(.yith_buttons_wrap) > .compare {
float: left;
margin-bottom: 2em;
margin-right: 2em;
}
.woocommerce .product div.woocommerce-tabs + .compare,
.woocommerce .product div.woocommerce-tabs + .compare + .yith-wcwl-add-to-wishlist,
.woocommerce .product div.woocommerce-product-gallery__image + .compare,
.woocommerce .product div.woocommerce-product-gallery__image + .compare + .yith-wcwl-add-to-wishlist {
margin-top: 2em;
margin-bottom: 0;
}
.woocommerce .product .compare:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
content: "\e8a8";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before {
content: "\e8aa";
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
content: "\e8aa";
}
.woocommerce .product .compare:before {
content: "\e8e7";
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > .feedback,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > .feedback {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: 1em;
font-size: 0.923em;
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > .feedback:before,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > .feedback:before {
content: "(";
}
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > .feedback:after,
.woocommerce .product div:not(.yith_buttons_wrap) > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > .feedback:after {
content: ")";
}
.woocommerce ul.products li.product .yith_buttons_wrap {
position: absolute;
z-index: 2000;
top: 1em;
left: 1em;
border: 1px solid #ddd;
-webkit-transform: translateX(-60%);
transform: translateX(-60%);
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
opacity: 0;
}
.woocommerce .related.products ul.products li.product .post_item .yith_buttons_wrap {
top: -1em;
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
}
.woocommerce .related.products ul.products li.product .post_item:hover .yith_buttons_wrap {
-webkit-transform: translateX(-60%);
transform: translateX(-60%);
}
.mobile_layout.woocommerce ul.products li.product .yith_buttons_wrap,
.woocommerce ul.products li.product .post_item:hover .yith_buttons_wrap {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.woocommerce ul.products li.product .yith_buttons_wrap > :nth-child(n+1) {
border-top: 1px dotted #eee;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist {
margin: 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div {
position: relative;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap > a,
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > a {
display: block;
position: relative;
z-index: 2;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.woocommerce ul.products li.product .yith_buttons_wrap > a:before,
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.woocommerce ul.products li.product .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > span {
display: none !important;
}
.woocommerce ul.products li.product .yith_buttons_wrap a > .tooltip {
display: inline-block;
vertical-align: top;
pointer-events: none;
padding: 6px 10px;
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1;
top: 0;
left: 100%;
margin-left: 10px;
white-space: nowrap;
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
border-width: 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap a > .tooltip:before {
content: " ";
position: absolute;
z-index: 1;
top: 50%;
left: -7px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 0 0 4px 7px;
border-bottom-color: inherit;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: transparent !important;
}
.woocommerce ul.products li.product .yith_buttons_wrap a:hover > .tooltip {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.woocommerce ul.products.columns-5 li.product .yith_buttons_wrap .tooltip,
.woocommerce ul.products.columns-6 li.product .yith_buttons_wrap .tooltip {
padding: 3px 6px;
font-size: 10px;
line-height: 14px;
}
.woocommerce table.wishlist_table {
font-size: 1em;
}
.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
font-size: 1.25em;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
display: inline-block !important;
} .woocommerce div.product .product_meta {
clear: both;
} .woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
background: #ffffff;
border: none;
padding: 0 6px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border: none;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
font-weight: 400;
padding: 0.75em 2em;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2em;
display: none;
}
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce-page div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2 {
margin: 0 0 1em;
font-size: 1.5385em;
font-weight: 400;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs h3,
.woocommerce #content div.product .woocommerce-tabs h3,
.woocommerce-page div.product .woocommerce-tabs h3,
.woocommerce-page #content div.product .woocommerce-tabs h3 {
font-size: 1.5385em;
margin-bottom: 0.25em !important;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs p,
.woocommerce #content div.product .woocommerce-tabs p,
.woocommerce-page div.product .woocommerce-tabs p,
.woocommerce-page #content div.product .woocommerce-tabs p {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs p + p,
.woocommerce #content div.product .woocommerce-tabs p + p,
.woocommerce-page div.product .woocommerce-tabs p + p,
.woocommerce-page #content div.product .woocommerce-tabs p + p {
margin-top: 0.5em;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2 {
display: none;
} .single_product_layout_stretched div.product .trx-stretch-width-wrap {
clear: both;
}
.single_product_layout_stretched div.product .woocommerce-tabs {
padding: 4em 0;
}
.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
padding: 3em;
}
.single_product_layout_stretched div.product .trx-stretch-width,
.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
border: none;
padding: 3em 0 0 0;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs {
padding-left: 0;
margin-bottom: -1px;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs:before,
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs:after {
display: none;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li {
border: none !important;
background-color: transparent !important;
margin: 0 !important;
padding: 0 !important;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li a {
position: relative;
font-size: 1.2em;
line-height: 1.5em;
padding: 0 !important;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent !important;
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
margin-top: 1em;
border-top: 1px solid #ddd;
}
.single_product_layout_stretched div.product .woocommerce-tabs #review_form_wrapper {
margin-top: 1em;
} .woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
font-weight: 400;
text-align: left;
} .woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
float: right;
margin-top: 0.15em;
margin-bottom: 1em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
margin-top: 4px;
margin-bottom: 4px;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
width: 5.5em;
height: 1.2em;
margin-top: 4px;
margin-bottom: 4px;
} .woocommerce #reviews {
display: block;
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
}
.woocommerce #reviews #comments,
.woocommerce #comments + #review_form_wrapper {
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
font-style: inherit;
font-weight: inherit;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
padding: 0;
margin: 0 0 0 4em;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li + li,
.woocommerce #reviews #comments ol.commentlist ul.children {
padding-top: 1.5em;
margin-top: 1.5em;
border-top: 1px dotted #ddd;
}
.woocommerce .woocommerce-tabs .form-submit {
display: block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
background: none;
border: none;
padding: 0;
width: 4em;
float: left;
margin: 0 1.5em 0.5em 0;
position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin: 0;
padding: 0;
border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p + p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p + p {
margin-top: 0.3em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
margin-top: -5px;
margin-bottom: 4px;
font-size: 0.9333em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 1em;
font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
font-style: italic;
letter-spacing: 0;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
height: 10em;
font-weight: 400;
overflow: auto;
}
.woocommerce #review_form #respond #reply-title {
font-size: 1.5385em;
line-height: 1.25em;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 0.2em;
}
.woocommerce #review_form #respond p {
margin: 0 0 1.5em;
}
.woocommerce #review_form #respond p.comment-form-rating,
.woocommerce #review_form #respond p.comment-form-rating .stars {
margin-bottom: 0;
}
.woocommerce #review_form #respond p.stars {
margin-bottom: 0;
}
.woocommerce .comment-form .comment-form-author label,
.woocommerce .comment-form .comment-form-email label {
display: block;
} .single-product .related {
margin-top: 5em;
padding-top: 4em;
border-top: 1px solid #ddd;
}
.single-product .woocommerce-tabs + .related,
.single-product .trx-stretch-width-wrap + .related,
.single_product_layout_stretched .related {
padding-top: 0;
border-top: none;
}
.single-product .related h2 {
text-align: center;
margin-top: 0;
}
.single-product ul.products li.product .post_item {
padding: 0em;
position: relative;
}
.single-product ul.products li.product .post_featured {
margin: 0;
min-height: 11em;
}
.single-product ul.products li.product .post_featured.hover_shop .icons {
top: 60%;
height: 40%;
}
.single-product ul.products li.product .post_data {
position: absolute;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0 !important;
}
.single-product ul.products li.product .post_item:hover .post_data {
opacity: 1;
}
.single-product ul.products li.product .post_data_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
padding: 1.5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.single-product ul.products li.product .post_data .post_header {
position: relative;
}
.single-product ul.products li.product .post_data .post_header .post_tags {
font-size: 1em;
}
.single-product ul.products li.product .post_data .post_header h3,
.single-product ul.products li.product .post_data .post_header .woocommerce-loop-product__title {
font-size: 1.6667em;
}
.single-product ul.products li.product .post_data .price {
font-size: 1.6667em;
line-height: 1.25em;
margin: 1em 0;
}
.single-product ul.products li.product .post_data .add_to_cart_wrap,
.single-product ul.products li.product .post_data .button {
display: inline-block;
vertical-align: top;
}
.single-product ul.products li.product .post_data .add_to_cart_wrap + .button {
margin-left: 1em;
}
.single-product ul.products li.product .post_data .button {
padding: 1.1em 2em;
}
.single-product ul.products li.product .post_data .button.compare {
position: static;
}
.single-product .footer_copyright_wrap {
margin-top: 5em;
}
.single-product .footer_logo_wrap + .footer_copyright_wrap,
.single-product .footer_socials_wrap + .footer_copyright_wrap,
.single-product .footer_menu_wrap + .footer_copyright_wrap {
margin-top: 0;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
} .woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
border-radius: 50%;
background: url(//plugins/woocommerce/images/shop-cat-bg-1.jpg) center center no-repeat;
padding: 1em;
overflow: hidden;
} .woocommerce ul.products li.product.product-category .thumb_wrapper img,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
-moz-transform: scale(1.7) translate(15%, 15%);
-ms-transform: scale(1.7) translate(15%, 15%);
-o-transform: scale(1.7) translate(15%, 15%);
}
.woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-1.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-2.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-3.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-4.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-5.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
background: url(//plugins/woocommerce/images/shop-cat-bg-6.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category img,
.woocommerce-page ul.products li.product.product-category img {
width: 100%;
height: auto;
}
.woocommerce ul.products li.product.product-category h3,
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category h3,
.woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title {
margin-bottom: 0;
border-bottom: none;
}
.woocommerce ul.products li.product.product-category mark.count,
.woocommerce-page ul.products li.product.product-category mark.count {
font-weight: 400;
font-style: normal;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
line-height: 37px;
}  .woocommerce a.remove {
margin-top: 0.5em;
text-align: left;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
color: #e05100 !important;
background-color: transparent !important;
}
.woocommerce table.shop_table {
border-collapse: collapse;
margin-bottom: 2em;
border: none;
}
.woocommerce table.shop_table tr:first-child th {
border-style: solid;
border-width: 0 0 1px 0 !important;
}
.woocommerce table.shop_table tr:nth-child(n+1) th:first-child,
.woocommerce table.shop_table tr:nth-child(n+1) td:first-child,
.woocommerce table.shop_table td {
border-style: solid;
border-width: 1px 0;
}
.woocommerce .shop_table p {
margin: 0;
}
.woocommerce .shop_table a.remove {
margin: 0 auto;
font-weight: 400;
text-align: center;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
padding: 0 0 1em 3.75em;
overflow: hidden;
}
.woocommerce.widget_shopping_cart ul.cart_list li {
padding: 0 0 1em 5.25em;
overflow: hidden;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
clear: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before {
display: none;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: 400;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
width: 3em;
float: none;
margin: 0;
position: absolute;
z-index: 1;
top: 6px;
left: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img {
left: 1.5em;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
overflow: hidden;
font-size: 12px;
border-left-width: 1px;
padding-left: 8px;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
padding: 0;
margin: 0;
}
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
font-weight: 400;
margin-right: 0.3em;
}
.woocommerce ul.product_list_widget li dl dt:before,
.woocommerce-page ul.product_list_widget li dl dt:before {
content: " ";
display: block;
width: 100%;
height: 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
margin-right: 2em;
}
.woocommerce.widget_shopping_cart .quantity,
.woocommerce .widget_shopping_cart .quantity,
.woocommerce-page.widget_shopping_cart .quantity,
.woocommerce-page .widget_shopping_cart .quantity {
margin: 0.1em 0 0;
display: inline-block;
}
.woocommerce ul.cart_list li > .amount,
.woocommerce ul.product_list_widget li > .amount,
.woocommerce-page ul.cart_list li > .amount,
.woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount,
.woocommerce ul.product_list_widget li span .amount,
.woocommerce-page ul.cart_list li span .amount,
.woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce-page ul.cart_list li ins .amount,
.woocommerce-page ul.product_list_widget li ins .amount {
font-size: 1em;
font-weight: 400;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li ins,
.woocommerce-page ul.product_list_widget li ins {
text-decoration: none;
font-style: normal;
}
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del,
.woocommerce-page ul.cart_list li del,
.woocommerce-page ul.product_list_widget li del {
font-size: 0.875em;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
font-size: 1em;
padding: 0.75em 0 0;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page.widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
font-size: 1.2857em;
font-weight: 400;
} .woocommerce .widget_layered_nav_filters > ul > li {
padding: 0 0.625em 0.5em 0;
display: block;
}
.woocommerce .widget_layered_nav_filters > ul > li:before {
display: none;
}
.woocommerce .widget_layered_nav ul {
padding-left: 1.2em;
}
.woocommerce .widget_layered_nav_filters > ul > li a,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
background-color: transparent;
border: none;
padding: 0;
} .woocommerce .widget_rating_filter ul li .star-rating {
vertical-align: middle;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
margin-bottom: 1.4em;
height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
border-radius: 50%;
width: 12px;
height: 12px;
margin-left: -6px;
top: -4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 4px;
top: 0px;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 1em;
line-height: 2.5em;
}
.woocommerce .widget_price_filter .price_slider_amount span {
font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 14px;
}   .woocommerce.widget_rating_filter ul li:before {
display: none !important;
} aside.woocommerce .product-title,
aside.woocommerce .mini_cart_item > a:not(.remove) {
display: block;
line-height: 1.5em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode > * {
vertical-align: middle;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container {
display: inline-block;
width: 43%;
margin-right: 0.3em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container + .select_container {
margin-left: 0.3em;
margin-right: 0;
}
.widget.WOOCS_CONVERTER .button {
margin-top: 1em;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
height: auto;
padding: 1em 0 1em 1em;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
background: none;
}
.widget.WOOCS_SELECTOR .chosen-container-single .chosen-drop {
margin-top: 1px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 4px;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li {
background-position: right center !important;
}
.yith-woocompare-widget ul.products-list {
padding-left: 0;
}
.yith-woocompare-widget ul.products-list li:before {
display: none;
}
.yith-woocompare-widget ul.products-list li .remove {
margin-top: 0;
}
.yith-woocompare-widget a.compare {
float: left;
}
.yith-woocompare-widget a.clear-all {
display: inline-block;
float: right;
} .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
vertical-align: middle;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
font-weight: 400;
padding-left: 0.75em;
padding-right: 0;
width: 4em;
font-size: 0.8421em;
line-height: 1em;
}
.woocommerce table.cart .product-remove,
.woocommerce #content table.cart .product-remove,
.woocommerce-page table.cart .product-remove,
.woocommerce-page #content table.cart .product-remove,
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
text-align: center;
width: 40px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 40px;
}
.woocommerce table.cart .product-name,
.woocommerce #content table.cart .product-name,
.woocommerce-page table.cart .product-name,
.woocommerce-page #content table.cart .product-name {
text-align: left !important;
}
.woocommerce table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page table.cart td,
.woocommerce-page #content table.cart td {
padding: 12px;
text-align: center;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
border-bottom: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: 10.7em;
margin-right: 0.5em;
}
.woocommerce table.cart td.actions .coupon + .button,
.woocommerce #content table.cart td.actions .coupon + .button,
.woocommerce-page table.cart td.actions .coupon + .button,
.woocommerce-page #content table.cart td.actions .coupon + .button {
float: right;
}
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
text-align: center;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
font-size: 1.5em;
line-height: 1.3em;
font-weight: 400;
margin: 1em 0 0.6em;
}
.woocommerce .cart-collaterals .cart-subtotal .amount,
.woocommerce-page .cart-collaterals .cart-subtotal .amount {
font-size: 1em;
font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
padding: 12px;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
padding: 12px;
font-weight: 700;
text-align: left;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
font-size: 1em;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 100px;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
text-indent: 0;
margin: 0.1em 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form,
.woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
margin: 1em 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
font-size: 1em;
font-weight: 400;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: block;
}
form.checkout.woocommerce-checkout .select_container:before, form.checkout.woocommerce-checkout .select_container::after,
form.woocommerce-shipping-calculator .select_container:before,
form.woocommerce-shipping-calculator .select_container::after {
display: none;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1em;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
line-height: 1.5em;
}
.woocommerce form .form-row label.inline {
margin-left: 1em;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.4855em;
}
.woocommerce form.checkout_coupon {
padding-bottom: 0.6em;
}
.woocommerce form.checkout_coupon p + p {
float: left;
padding-left: 0.3em;
}
.woocommerce-checkout h3 {
margin-bottom: 0.6em;
margin-top: 0;
}
.woocommerce .checkout input[type=checkbox] {
display: inline;
position: static !important;
clip: auto;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
display: inline-block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
font-weight: 400;
}
.woocommerce .checkout table.shop_table {
margin-bottom: 3em;
}
.woocommerce .checkout table.shop_table th,
.woocommerce .checkout table.shop_table td {
text-align: left;
}
.woocommerce .checkout table.shop_table tfoot th {
text-align: right;
}
.woocommerce .checkout table.shop_table tfoot td,
.woocommerce .checkout table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table .cart-subtotal .amount,
.woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td,
.woocommerce-page table.shop_table .shipping td {
font-weight: 400;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
clear: none;
float: left;
margin-bottom: 30px;
}
.woocommerce .checkout #order_review,
.woocommerce-page .checkout #order_review {
margin-bottom: 3em;
}
.woocommerce .checkout #order_review_heading,
.woocommerce-page .checkout #order_review_heading {
padding-top: 1.825em;
}
.woocommerce .checkout #order_review .order-total .amount,
.woocommerce-page .checkout #order_review .order-total .amount {
letter-spacing: 0;
}
.woocommerce .checkout #order_review .payment_methods li,
.woocommerce-page .checkout #order_review .payment_methods li {
list-style: none;
}
.woocommerce .checkout #order_review .payment_methods li label,
.woocommerce-page .checkout #order_review .payment_methods li label {
display: inline-block;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
margin: -5px 0.5em 0;
max-height: 30px;
}
.woocommerce-checkout #payment div.payment_box:after {
top: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background-color: transparent;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
border-top: 1px solid #ddd;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
line-height: 1.7em;
float: none;
}
.woocommerce .order_details.woocommerce-thankyou-order-details {
padding: 1em;
}
.woocommerce .order_details.woocommerce-thankyou-order-details li strong {
font-weight: 400;
margin-top: 0.2em;
}
.woocommerce .shop_table.order_details th,
.woocommerce .shop_table.customer_details th {
text-align: left;
}
.woocommerce .shop_table.order_details tfoot th {
text-align: right;
}
.woocommerce .shop_table.order_details td.product-name strong {
font-style: normal;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
font-size: 1em;
line-height: 1em;
list-style: none;
}
.woocommerce .woocommerce-customer-details address {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce form .form-row #createaccount {
margin-right: 4px;
vertical-align: middle;
}
.woocommerce form .form-row input[type=radio] + label:before,
.woocommerce form .form-row input[type=checkbox] + label:before {
top: 10px;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper label {
padding-left: 0;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
width: auto;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before {
display: none;
} .woocommerce form .form-row label.inline input[type=checkbox] {
display: inline;
position: relative !important;
clip: auto;
top: 2px;
}
.woocommerce-account h2,
.woocommerce-account .address .title h3 {
margin: 1em 0 0.4em;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content .woocommerce-Address-title a {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
float: left;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li + li {
border-top: 1px dotted #ddd;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 1.2em 0 0.8em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.woocommerce table.my_account_orders {
font-size: 1em;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table tfoot tr:last-child td {
font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 75%;
float: right;
}
.woocommerce-MyAccount-content .my_account_orders th {
text-align: left;
}
.woocommerce-MyAccount-content .my_account_orders .button {
padding: 0;
background-color: transparent !important;
}
.woocommerce-MyAccount-content .my_account_orders .button + .button:before {
content: "|";
display: inline-block;
line-height: inherit;
margin: 0 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
position: relative;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
display: inline-block;
margin-top: 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
display: inline-block;
vertical-align: text-top;
margin: 0 0 0 2em;
text-decoration: underline;
float: none !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
margin-top: 2em;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
top: -1em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
padding: 10px 8px 7px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
margin-top: 0;
}
.woocommerce .woocommerce-address-fields .select_container:before {
top: 2px;
right: 2px;
}
.woocommerce .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
} .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
display: table-row-group;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
display: table-row;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
display: table-cell;
text-align: left !important;
vertical-align: top;
}
.woocommerce table.shop_table_responsive tr td.product-price,
.woocommerce-page table.shop_table_responsive tr td.product-price,
.woocommerce table.shop_table_responsive tr td.product-quantity,
.woocommerce-page table.shop_table_responsive tr td.product-quantity,
.woocommerce table.shop_table_responsive tr td.product-subtotal,
.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
text-align: center !important;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.quantity .screen-reader-text {
display: none !important;
}
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
white-space: normal;
} .trx_addons_woocommerce_search_form_text {
padding-right: 10px;
}
.trx_addons_woocommerce_search_form_button .trx_addons_woocommerce_search_button:before {
padding-right: 10px;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text] {
width: 4em;
text-align: center;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list {
display: none;
position: absolute;
z-index: 1;
top: 2em;
left: 50%;
margin-left: -100px;
width: 200px;
height: auto;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
padding: 1em;
text-align: center;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
width: 20%;
text-align: right;
display: inline-block;
vertical-align: middle;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_type_select {
position: relative;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_options {
display: inline-block;
vertical-align: middle;
width: 80%;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
cursor: pointer;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text],
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
width: auto;
border: none;
border-bottom: 2px solid #ddd;
background-color: transparent !important;
color: #ddd;
padding: 0.2em;
margin: 0 0.3em;
border-radius: 0 !important;
}
.pswp--open {
z-index: 999999;
} #modal {
position: static !important;
background: none !important;
overflow: visible;
padding: 0 !important;
}
#modal #elegro-reset-wrapper {
margin: 2em 0 3em;
}
#modal #elegro-reset-wrapper .elegro-widget {
margin: 0 !important;
}
#modal:not(:empty) + #btn-buy,
#modal:not(:empty) ~ #btn-buy {
display: none;
}
.woocommerce ul.products li.product .post_featured.hover_shop .product_out_stock:not(.product_type_external),
.woocommerce ul.products li.product .post_featured.hover_shop + .post_data a.button {
display: none;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
vertical-align: middle;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.woocommerce ins {
font-weight: 400;
font-style: normal;
}
.woocommerce-input-wrapper {
position: relative;
}
.woocommerce form .form-row .input-checkbox {
margin: -8px 8px 0 0;
}
.select2-container .select2-selection--single {
height: 54px;
}
.woocommerce ul.order_details {
padding-left: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display: block;
margin-bottom: 1rem;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
top: auto;
display: inherit;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code {
padding: calc(0.61em - 2px) 1.7em;
line-height: 1.72em;
}
.woocommerce ul#shipping_method li label {
display: inline-block;
}
.woocommerce .comment-form .comment-form-author label,
.woocommerce .comment-form .comment-form-email label {
display: block;
} .woocommerce-tabs .comment-form label {
padding-bottom: 0.5em;
display: block;
}
.woocommerce #gdpr_woo_consent_field label.checkbox {
position: relative;
padding-left: 1.4em;
display: block;
}
.woocommerce form .form-row .input-checkbox {
margin-top: 0 !important;
}
.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock:not(.product_type_external) + a {
margin-left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.woocommerce table.shop_table tr:last-child td {
border-bottom: 0;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
border: 2px solid #ddd;
}
.wc-blocks-components-select__container .select_container:after{
display: none;
} .trx_addons_accent_bg {
padding: 0 0.4em 3px;
line-height: 1.4;
}
.trx_addons_tooltip:hover {
display: inline-block;
}
.trx_addons_tooltip:before {
font-size: 16px;
font-weight: 500;
padding: 0.46em 1em;
white-space: nowrap;
border-radius: 4px !important;
}
.trx_addons_dropcap {
border-radius: 5px;
font-size: 2.667em;
font-weight: 500;
text-transform: uppercase;
width: 1.54em;
height: 1.54em;
line-height: 1.6em;
margin: 0.65rem 1.5rem 0 0;
}
ul[class*=trx_addons_list] > li:before {
top: 0.1em;
left: -0.6em;
font-size: 20px;
}
ul[class*=trx_addons_list] {
padding-left: 0.7em;
}
ul[class*=trx_addons_list] > li + li {
margin-top: 0.69em;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
font-weight: 500;
}
.sc_table table td {
font-size: 0.889em;
}
.sc_table table th {
padding: 1.05em 1.15em;
}
.sc_table table td {
padding: 1.3em 1em;
}
.sc_table > p {
display: none;
}
.sc_table table tr:first-child > *:first-child {
border-top-left-radius: 5px;
}
.sc_table table tr:first-child > *:last-child {
border-top-right-radius: 5px;
}
.sc_table table tr:last-child > *:first-child {
border-bottom-left-radius: 5px;
}
.sc_table table tr:last-child > *:last-child {
border-bottom-right-radius: 5px;
}
.sc_form_field {
display: block;
margin-bottom: 1.6em;
}
.sc_button_text {
vertical-align: baseline;
}
.sc_button {
vertical-align: middle;
}
.sc_form_default .sc_form_field_button {
margin-bottom: 0;
}
.sc_button + .sc_button {
margin-left: 1.9em;
}
.widget.widget_block h2,
.widget .widget_title,
.widget .widgettitle {
margin-top: 0;
margin-bottom: 1em;
font-size: 2em;
font-weight: 500;
line-height: 1;
text-align: center;
}
.sidebar .widget {
padding: 4.24em 1.75em 0;
position: relative;
}
.sidebar .widget:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.sidebar .widget:after {
content: "\e95f";
font-family: Fontello, serif;
font-size: 1.6em;
position: absolute;
top: 1.5em;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
}
.sidebar .widget li {
font-weight: 500;
}
.widget ul > li:before {
width: 4px;
height: 4px;
line-height: 4px;
border-radius: 50%;
}
.sidebar .widget.widget_search {
padding: 3.5em 2em 2em;
border-radius: 5px;
margin-top: 2.4em;
}
.sidebar .widget.widget_search:not(:first-child) {
margin-top: 5.2em;
}
.sidebar .widget.widget_search:before {
top: -2.55em;
}
.sidebar .widget input[type=search] {
margin-right: 3em;
width: calc(100% - 3.3em);
padding-right: 1.5em !important;
}
.sidebar .widget_block .wp-block-search__button {
padding-left: 1em;
padding-right: 1em;
}
.sidebar .widget_block input.wp-block-search__input {
margin-right: 0;
}
.sidebar .widget_block.widget_search form:after,
.footer_wrap .widget_search form:after {
display: none;
}
.sidebar .widget.widget_search:after {
top: 1.2em;
}
.sidebar .widget.widget_search input.search-submit {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.widget.widget_recent_comments ul {
padding-left: 0;
line-height: 1.72;
}
.widget.widget_recent_comments ul li:before {
display: none;
}
.widget.widget_recent_comments ul li .comment-author-link {
font-weight: 500;
}
.widget.widget_recent_comments ul li + li {
margin-top: 1.25em;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
margin: 0 0 4px 0;
text-align: left;
line-height: 1.72em;
font-weight: 500;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
float: left;
width: 4.45em;
height: 4.45em;
margin: 0.4em 0.9em 4px 0;
overflow: hidden;
border-radius: 5px;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
font-weight: 500;
text-transform: uppercase;
}
aside .post_item + .post_item {
margin-top: 1.3em;
}
.wp-block-calendar caption,
.sidebar .widget_calendar caption {
font-size: 1em;
font-weight: 500;
line-height: 1.11;
padding: 0.72em 0;
border-radius: 5px;
margin-bottom: 1rem;
}
.wp-block-calendar a,
.widget_calendar a {
text-decoration: none;
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
text-transform: none;
font-size: 16px !important;
font-weight: 400;
line-height: 2.5;
}
.widget_calendar td#today:before {
border-radius: 5px;
}
.widget_calendar td#today:before {
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
}
.widget_calendar tfoot {
text-transform: uppercase;
}
.widget_calendar td#prev a:before {
content: "\e939";
}
.widget_calendar td#next a:before {
content: "\e93a";
}
.widget_product_tag_cloud a:before,
.wp-block-tag-cloud a:before,
.widget_tag_cloud a:before {
position: absolute;
content: "";
left: -0.2em;
right: -0.2em;
width: auto;
height: 3px;
bottom: -0.5em;
opacity: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.widget_product_tag_cloud a:hover:before,
.wp-block-tag-cloud a:hover:before,
.widget_tag_cloud a:hover:before {
opacity: 1;
}
.widget_product_tag_cloud,
.wp-block-tag-cloud,
.widget_tag_cloud {
text-align: center;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 62px;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
font-weight: 500 !important;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
display: none;
}
.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding: 1em 1.25em;
}
.sc_layouts_menu_nav > li li > a {
padding: 0.16em 2em;
}
.menu_hover_slide_line > ul > li#blob {
height: 5px;
margin-top: 2.9em;
border-radius: 3px;
}
.menu_hover_slide_line > ul > li#blob:before {
content: "";
position: absolute;
left: -0.55em;
right: -0.55em;
width: auto;
top: 0;
height: auto;
bottom: 0;
border-radius: 3px;
}
.sc_layouts_menu_nav > li ul {
border-radius: 3px;
}
.sc_layouts_menu_nav > li > ul {
top: 5.3em;
left: 50%;
margin-left: -6.25em;
}
.sc_layouts_menu_nav > li ul {
width: 12.5em;
padding: 1.95em 0;
text-align: center;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
left: 12.5em;
top: -1.95em;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -12.5em;
}
.sc_layouts_row_type_compact .sc_button:not(.sc_button_simple) {
padding: 0.61em 2.6em;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sc_layouts_row_type_compact {
padding: 2.17em 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
top: 50%;
-webkit-transform: translatey(-50%);
transform: translatey(-50%);
}
.sc_layouts_title {
padding: 5.55em 0 6.65em;
}
.sc_layouts_title_breadcrumbs {
margin-top: 0;
}
.breadcrumbs {
margin-top: 0.35em;
font-size: 1em;
line-height: 1.78;
font-weight: 500;
}
.breadcrumbs .breadcrumbs_delimiter {
margin: 0 0.25em;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
font-size: 1.333em;
font-weight: 500;
line-height: 1.01;
margin-bottom: 1.2em;
}
.footer_wrap .textwidget {
font-size: 0.889em;
font-weight: 400;
line-height: 1.43;
}
.footer_wrap .socials_wrap {
margin: -8px 0 0 0;
}
.footer_wrap .socials_wrap .social_item {
margin: 8px 1.5em 0 0;
}
.slider_swiper .swiper-slide {
border-radius: 5px;
overflow: hidden !important;
}
.trx_addons_video_player.with_cover .video_mask,
.trx_addons_video_player.with_cover img {
border-radius: 5px;
}
.trx_addons_video_player.with_cover .video_mask {
background: rgba(0, 0, 0, 0.4);
opacity: 0.8;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 1 !important;
margin-left: 25px !important;
}
.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 1 !important;
margin-right: 25px !important;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 5px;
}
.mejs-controls .mejs-horizontal-volume-slider {
width: 120px;
}
.sidebar .mejs-controls .mejs-horizontal-volume-slider, .footer_wrap .mejs-controls .mejs-horizontal-volume-slider {
width: 56px;
}
.mejs-controls .mejs-horizontal-volume-total {
width: calc(100% - 14px) !important;
top: 12px;
margin: 0 7px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 6px 7px;
width: calc(100% - 14px);
}
.mejs-controls .mejs-time-rail {
margin: 12px 0 0;
}
.mejs-controls .mejs-horizontal-volume-current {
top: 6px;
}
.mejs-controls .mejs-horizontal-volume-total:before {
content: "";
position: absolute;
left: -7px;
right: -7px;
top: 0;
bottom: 0;
width: auto;
height: auto;
border-radius: 8px;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item {
margin: 0 2.5em;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
font-size: 1.667em;
font-weight: 500;
line-height: 1.27;
text-transform: uppercase;
top: 49%;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
font-size: 1em;
font-style: italic;
line-height: 1.33;
margin-top: 0.6rem;
letter-spacing: 0;
}
.sc_content_accented {
border-radius: 5px;
}
.sc_push_large {
margin-top: -21.35em;
}
.sc_padding_medium {
padding: 4.05em 12.8% 4.45em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 1.45em;
}
body .gm-style,
body .sc_googlemap,
body .sc_googlemap > div {
border-radius: 5px;
overflow: hidden;
}
.post-body {
text-align: center;
padding: 0.5em 3em 0;
}
.post_featured + .post-body {
padding-top: 2.9em;
}
.post_layout_excerpt.sticky .post-body {
padding-bottom: 3.2em;
padding-top: 2.9em;
}
.post_layout_excerpt.sticky .post_meta {
display: none;
}
.post_layout_excerpt .post_featured {
position: relative;
}
.post-exc .post_featured:before,
.related_item_style_2 .post_featured:before,
.post_layout_excerpt .post_featured:before {
content: "\e95f";
font-family: Fontello, serif;
position: absolute;
bottom: 5px;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
font-size: 64px;
z-index: 1;
}
.post-exc .post_featured:after,
.related_item_style_2 .post_featured:after,
.post_layout_excerpt .post_featured:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: 81px;
z-index: 0;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 44, 56, 0.8)), color-stop(70%, rgba(34, 44, 56, 0)), color-stop(70%, rgba(34, 44, 56, 0)), to(rgba(34, 44, 56, 0)));
background: linear-gradient(to top, rgba(34, 44, 56, 0.8) 0%, rgba(34, 44, 56, 0) 70%, rgba(34, 44, 56, 0) 70%, rgba(34, 44, 56, 0) 100%);
}
.post_layout_excerpt.post_format_audio .post_featured:after,
.post_layout_excerpt.post_format_audio .post_featured:before {
display: none;
}
.nav-links:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.nav-links {
padding-top: 3em;
position: relative;
}
.post_item_single .post_content .post_meta_label {
font-weight: 500;
margin-right: 0.7rem;
}
.post-exc .post_content > p {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
margin-bottom: 1.35em;
}
.post-exc .post_content > p.has-small-font-size {
font-size: 13px;
}
.post-exc .post_content > p.has-large-font-size {
font-size: 36px;
}
.related_wrap .post_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1.27;
}
.comment_text_wrap {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
}
.comments_list_wrap .comment_content {
padding: 1em 1.6em 1.55em;
position: relative;
}
.comments_list_wrap .comment_content:before {
content: "";
position: absolute;
left: -6px;
top: 1.2em;
width: 10px;
height: 10px;
-webkit-transform: skew(-45deg);
transform: skew(-45deg);
}
.comments_form_wrap {
position: relative;
}
.comments_form_wrap:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.comments_pagination {
margin-top: 1em;
}
.remove_margins .nav-links {
margin-bottom: 7rem;
}
.sc_item_title.sc_align_center:not(h3) {
padding-top: 2rem;
position: relative;
}
.sc_item_title.sc_align_center:not(h3):before {
position: absolute;
content: "\e95f";
font-family: Fontello, serif;
left: 0;
top: -4px;
font-size: 29px;
line-height: 1;
}
.sc_item_title.sc_align_center:not(h3):before {
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
}
.sc_icons .sc_icons_icon {
width: 140px;
height: 140px;
line-height: 140px;
border-radius: 50%;
text-align: center;
}
.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 50px;
line-height: inherit;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content,
.sc_title + .booked-calendar-shortcode-wrap {
margin-top: 2.6em;
}
.sc_icons_item_title {
text-transform: none;
font-size: 1.333em;
font-weight: 500;
line-height: 1.01;
letter-spacing: 0;
}
.sc_icons .sc_icons_icon > span {
display: none;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform: none !important;
transform: none !important;
}
.sc_icons_item_linked .sc_icons_item_description,
.sc_icons_item_linked .sc_icons_item_title {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sc_icons_item .sc_icons_item_description {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
margin-top: 1.2em;
}
.sc_icons .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_icon + .sc_icons_item_description {
margin-top: 1.6em;
}
.widget_contacts .contacts_info > span.contacts_address:before {
left: -3px;
top: 2px;
}
.widget_contacts .contacts_info span.contacts_address:before {
font-family: Fontello, serif;
content: "\e95b";
font-size: 25px;
}
.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
padding: 0 !important;
}
.widget_contacts .contacts_info .contacts_left > *,
.widget_contacts .contacts_info .contacts_right > * {
white-space: normal;
}
.widget_contacts .contacts_info .contacts_left {
padding-right: 2em;
}
.widget_contacts .contacts_info .contacts_left > :before {
right: 5px;
}
.widget_contacts .contacts_info .contacts_right {
padding-left: 2em;
}
.widget_contacts .contacts_info .contacts_right > :before {
left: 5px;
}
.widget_contacts .contacts_info {
line-height: 1.85em;
font-weight: 500;
}
.wpb_column.sc_shift_y_small,
.sc_content.sc_shift_y_small {
top: 3.8em;
}
.wpb_column.sc_shift_x_small_negative,
.sc_content.sc_shift_x_small_negative {
left: -5.6em;
}
.descr_16px .sc_item_descr {
font-size: 16px;
font-weight: 400;
line-height: 1.45;
}
.descr_16px .sc_item_descr p {
margin-bottom: 3.05rem;
}
.sc_form_title,
.sc_form_description {
margin-bottom: 3.3rem;
}
.sc_form textarea {
min-height: 17.4em;
}
.sc_form_default .sc_form_field_button {
text-align: center;
}
.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
margin-top: 2.2em;
}
.sc_item_title.sc_align_center {
max-width: 90%;
margin: auto;
}
.sc_item_descr.sc_align_center {
max-width: 74%;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
padding: 3.82em 0 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-list {
display: inline-block;
padding: 0;
border-radius: 5px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
border: 0;
border-radius: 5px !important;
font-size: 1em;
font-weight: 500;
line-height: 1.33;
padding: 0.85em 1.8em 0.78em;
}
.vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
margin-top: 0;
position: relative;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab {
margin-left: 0;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:not(.vc_active) + .vc_tta-tab:before {
content: "";
width: 2px;
height: 1.1em;
position: absolute;
z-index: 1;
top: 0.9em;
left: -1.5px;
opacity: 1;
}
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab.vc_active:before,
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab:hover:before,
.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover + .vc_tta-tab:before {
opacity: 0;
}
.sc_courses_promo .sc_courses_item_thumb {
border-radius: 5px;
overflow: hidden;
}
.sc_courses_promo .sc_courses_item_thumb + .sc_courses_item_info,
.sc_courses_promo .sc_courses_item_thumb {
display: inline-block;
width: 49%;
vertical-align: top;
max-width: 570px;
}
.sc_courses_promo .sc_courses_item_thumb + .sc_courses_item_info {
margin-left: 2.6%;
width: 48.4%;
}
.sc_courses_promo .sc_courses_item_title {
margin: 0 0 1em;
display: none;
}
.sc_courses_promo .sc_courses_item_info {
margin-top: -0.5em;
}
.sc_courses_default .sc_courses_item_price,
.sc_courses_default .sc_courses_item_meta,
.sc_courses_promo .sc_courses_item_meta {
font-size: 1em;
font-weight: 500;
line-height: 1.33;
margin-top: 2.3em;
}
.sc_courses_default .sc_courses_item_date {
font-style: normal;
}
.sc_courses_default .sc_courses_item_meta_duration:before,
.sc_courses_promo .sc_courses_item_meta_date:before {
content: "\e964";
font-family: Fontello, serif;
font-size: 24px;
line-height: 1;
margin-right: 1.3rem;
margin-top: -5px;
display: inline-block;
vertical-align: top;
}
.sc_courses_default .sc_courses_item_price,
.sc_courses_promo .sc_courses_item_price {
margin-top: 0.85rem;
}
.sc_courses_default .sc_courses_item_price:before,
.sc_courses_promo .sc_courses_item_price:before {
content: "\e966";
font-family: Fontello, serif;
font-size: 24px;
line-height: 1;
margin-right: 1.3rem;
margin-top: -2px;
display: inline-block;
vertical-align: top;
}
.sc_courses_promo .sc_courses_item_thumb a img {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
filter: none;
-webkit-filter: grayscale(0%);
border-radius: 5px;
width: 100%;
}
.sc_courses_promo .sc_courses_item_thumb a:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter: grayscale(100%); }
.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
padding: 1.27em 1.7em;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured:before,
.sc_team_short .sc_team_item_thumb:before,
.sc_courses_default .sc_courses_item_thumb:before,
.sc_services_default .sc_services_item_thumb:before {
content: "\e95f";
font-family: Fontello, serif;
position: absolute;
bottom: 5px;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
font-size: 64px;
z-index: 1;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured:after,
.sc_team_short .sc_team_item_thumb:after,
.sc_courses_default .sc_courses_item_thumb:after,
.sc_services_default .sc_services_item_thumb:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: 81px;
z-index: 0;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 44, 56, 0.8)), color-stop(90%, rgba(34, 44, 56, 0)), color-stop(90%, rgba(34, 44, 56, 0)), to(rgba(34, 44, 56, 0)));
background: linear-gradient(to top, rgba(34, 44, 56, 0.8) 0%, rgba(34, 44, 56, 0) 90%, rgba(34, 44, 56, 0) 90%, rgba(34, 44, 56, 0) 100%);
}
.sc_services_light .sc_services_item_title,
.sc_services_default .sc_services_item_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1.01;
}
.sc_services_light .sc_services_item_content,
.sc_services_default .sc_services_item_content {
font-size: 16px;
font-weight: 400;
line-height: 1.43;
margin-top: 1.4em;
}
.sc_services_default .sc_services_item_info {
padding: 2.3em 2em 2.5em;
text-align: center;
}
h1.sc_item_title + .sc_item_descr {
font-size: 1em;
font-weight: 500;
line-height: 1.78;
}
h1.sc_item_title.sc_align_center:before {
font-size: 63px;
top: -6px;
}
h1.sc_item_title.sc_align_center {
padding-top: 3.9rem;
}
.sc_services_light .sc_services_item_icon {
width: 120px;
height: 120px;
line-height: 120px;
font-size: 2.8em;
border-radius: 50%;
text-align: center;
margin: auto;
}
.sc_services_light .sc_services_item_featured_top .sc_services_item_info {
padding-top: 2em;
}
.sc_services_light .sc_services_item_button {
margin: 2em 0 0;
}
.blue-devider:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
content: "";
display: block;
}
.sc_content_width_1_1 {
z-index: 1;
}
.sc_float_center {
z-index: 1;
overflow: hidden;
}
.sc_content_wrap .sc_float_center {
z-index: 0;
}
.sc_content_wrap .sc_item_descr p:last-child {
margin-bottom: 0;
}
.sc_push_medium {
margin-top: -20.5em;
}
.sc_courses_default .sc_courses_item_info {
padding: 3em 0 1.35em;
}
.sc_courses_default .sc_courses_item_thumb {
border-radius: 5px;
overflow: hidden !important;
}
.sc_courses_default .sc_courses_item_title {
font-size: 2em;
font-weight: 500;
line-height: 1;
}
.sc_courses_default .sc_courses_text {
margin-top: 2.2rem;
}
.sc_events_full .sc_events_item {
height: auto;
position: relative;
padding: 0;
text-align: left;
border-radius: 5px;
}
.sc_events_full .sc_events_item .sc_events_title {
margin: 0 0 0.85em;
}
.sc_events_full .event-date {
margin-bottom: 0.7rem;
font-size: 16px;
font-weight: 400;
line-height: 1.44;
}
.sc_events_full .event-featured {
display: inline-block;
width: 270px;
vertical-align: top;
position: relative;
}
.sc_events_full .event-content {
display: inline-block;
width: calc(100% - 270px);
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 0;
padding: 3.68rem 3.6rem;
}
.sc_events_full .sc_button {
padding: 0.65em 2.6em 0.72em;
}
.sc_events_full .post_featured {
margin-bottom: 0;
}
.sc_events_item_descr {
font-size: 16px;
font-weight: 400;
line-height: 1.43;
}
.sc_events_item_descr p:last-child {
margin-bottom: 0;
}
.sc_events_full .sc_item_title + .sc_item_columns {
margin-top: 4.5em;
}
.sc_events_item + .sc_events_item {
margin-top: 30px;
}
.sc_team_short .sc_team_item_thumb {
border-bottom: 0;
margin-bottom: 2.9rem;
}
.sc_team_columns_wrap .sc_team_item {
text-align: center;
}
.sc_team_short .sc_team_item_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1.25;
}
.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
font-size: 1em;
line-height: 1.5;
font-style: normal;
letter-spacing: 0;
margin-top: 0.6em;
margin-bottom: 1.4em;
}
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
-webkit-transition: all ease 0.3s !important;
transition: all ease 0.3s !important;
}
.team_member_page .team_member_socials .social_item {
display: inline-block;
margin: 0 16px 3px 0;
}
.team_member_page .team_member_socials {
margin: 2em 0 0 0;
text-align: center;
}
.sc_donations_info {
border-radius: 5px;
padding: 2.5rem 0 3.2rem;
}
.sc_donations_info .don-right,
.sc_donations_info .don-left {
display: inline-block;
vertical-align: top;
}
.sc_donations_info .don-right {
width: 226px;
}
.sc_donations_info .don-left {
width: calc(100% - 226px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 3em;
}
.sc_donations_info .sc_donations_scale {
border-radius: 8px;
height: 16px;
padding: 6px 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0.7rem;
margin-top: 1.8rem;
}
.sc_donations_info .sc_donations_scale_raised {
height: 4px;
}
.sc_donations_info .sc_donations_data {
font-size: 16px;
font-weight: 500;
line-height: 1.43;
margin-top: 0;
}
.don-left .sc_donations_goal {
float: left;
}
.don-left .sc_donations_raised {
float: right;
}
.sc_donations_info .sc_donations_title {
font-size: 1.333em;
font-weight: 500;
line-height: 1;
}
.don-right .sc_donations_data_percent {
display: block;
height: 112px;
line-height: 100px;
text-align: center;
border-radius: 5px 5px 0 0;
width: 150px;
font-size: 2.667em;
font-weight: 500;
margin: 0 auto -10px;
}
.don-right .sc_donations_item_button .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
padding-left: 0;
padding-right: 0;
width: 100%;
text-align: center;
}
.don-right .sc_donations_item_button {
width: 150px;
margin: auto;
}
.sc_donations_info .sc_donations_title {
margin: 0.7rem 0 0 !important;
}
.sc_donations_excerpt {
font-size: 16px;
font-weight: 400;
line-height: 1.43;
}
.sc_donations_info .sc_donations_excerpt {
margin: 0.8em 0 0;
}
.post_raised_title,
.post_goal_title {
font-size: 1em;
font-weight: 500;
line-height: 1.33;
margin: 0.2em 0;
}
.post_type_donation .entry-title {
font-size: 2.667em;
font-weight: 500;
line-height: 1.21;
}
.post_type_donation.post_item_single .post_sidebar .post_raised .post_raised_amount {
display: block;
padding: 0.3em 0 0.2em;
}
.post_supporters_title {
margin-top: 1rem;
}
.post_type_donation.post_item_single .post_sidebar {
padding: 0;
margin-right: 2.6%;
}
.post_type_donation.post_item_single .post_body {
width: 59.4%;
}
.post_item_single .post_header .post_title {
margin-bottom: 0;
margin-top: -0.75rem;
}
.post_item_single .post_header {
margin-bottom: 2.2em;
}
.sc_donations_form_field_amount {
font-size: 16px;
font-weight: 500;
}
.sc_donations_form_field .sc_donations_form_amount {
padding: 0 0.5em 0;
height: 33px;
line-height: normal;
}
.sc_donations_form_field:not(.sc_donations_form_field_amount) .sc_donations_form_label {
display: none;
}
.sc_donations_form_label {
font-size: 18px;
font-weight: 400;
margin-bottom: 0.95em;
}
.post_type_donation .sc_donations_form {
margin: 3.4em 0;
}
.sc_donations_form_amount_label {
display: inline-block;
margin-right: 1.6em;
margin-left: 0.2em;
margin-bottom: 0.8em;
}
.sc_donations_form_field {
margin-bottom: 1.7em;
}
.sc_donations_form_field textarea {
min-height: 9.4em;
}
.meta-nav {
font-size: 16px;
text-transform: none;
font-weight: 400;
line-height: 1.43;
margin-top: 0;
display: block;
}
.nav-links a h4 {
font-size: 1.333em;
font-weight: 500;
line-height: 1;
margin-top: 0.2em;
}
.post_type_donation {
margin-bottom: 2.1em !important;
}
.single-donation .nav-links {
padding-top: 3.5em;
position: relative;
margin-top: 1rem;
}
.esg-grid .mainul li.eg-washington-wrapper {
border-radius: 5px !important;
overflow: hidden;
}
.minimal-light .esg-navigationbutton.esg-loadmore {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.esg-loadmore-wrapper {
margin-top: 4.25rem;
}
.socials_wrap .social_item {
margin: 8px 15px 0 0;
}
.sc_content_hovered.sc_padding_medium {
padding: 4.05em 12.8% 7.05em;
}
.sc_content_hovered.sc_padding_medium {
padding-right: 10em;
}
.wpb_column.sc_shift_x_large_negative,
.sc_content.sc_shift_x_large_negative {
left: -6.2em;
z-index: 1;
}
.wpb_column.sc_shift_y_small,
.sc_content.sc_shift_y_small {
top: 3.45em;
}
.wpb_single_image .vc_single_image-wrapper img {
border-radius: 5px;
max-width: 99%;
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger,
.slider_outer .swiper-pagination-bullet {
opacity: 1;
border: 0;
width: 16px;
height: 16px;
position: relative;
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:before,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet:before {
width: 4px;
height: 4px;
border-radius: 50%;
position: absolute;
content: "";
top: 6px;
left: 6px;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
margin-top: 1.7em;
}
.sc_blogger_default .post_meta {
margin-top: 0;
}
.sc_blogger_default .sc_blogger_item_content {
padding: 2.05em 0 0.2em;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_title {
margin: 0.2em 0 0;
line-height: 1.27;
}
.sc_blogger_default .sc_blogger_item_excerpt {
margin-top: 1.3em;
font-size: 16px;
font-weight: 400;
}
.sc_blogger_default .sc_blogger_item_excerpt_text {
max-height: 4.5em;
line-height: 1.45em;
overflow: hidden;
}
.footer_wrap .sc_content .wpb_column + .wpb_column:before {
content: url(//drvhdate.com/wp-content/themes/great-lotus/images/line.png);
position: absolute;
left: 0;
top: 1.3em;
}
.footer_wrap .sc_float_center {
z-index: 1;
overflow: inherit;
}
.body_wrap .page_wrap .SmallWhiteText,
.body_wrap .page_wrap .BigWhiteText {
font-weight: 500;
}
.body_wrap .page_wrap .BigWhiteText span,
span.custom_text_link,
span.custom_text_hover {
display: inline-block;
position: relative;
}
.body_wrap .page_wrap .BigWhiteText span:before,
span.custom_text_link:before,
span.custom_text_hover:before {
border-radius: 4px;
left: 0.4rem;
right: 0.4rem;
width: auto;
content: "";
position: absolute;
height: 7px;
bottom: 0.45rem;
z-index: -1;
}
.custom_map_padding {
padding-right: 11.8rem !important;
}
.SliderButton {
-webkit-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
padding: 0.65em 2.85em 0.65em !important;
}
.sc_icons .sc_icons_image img {
width: auto;
max-height: 72px;
}
.wpb_column.sc_shift_y_small_negative,
.sc_content.sc_shift_y_small_negative {
top: -3.7em;
}
.sc_padding_large {
padding: 4em 4.2% 2.9em;
}
.sc_icons .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_image + .sc_icons_item_description {
margin-top: 1.4em;
}
.sc_content .sc_icons_columns_wrap > div {
position: relative;
}
.sc_content .sc_icons_columns_wrap > div + div:before {
content: url(//drvhdate.com/wp-content/themes/great-lotus/images/line.png);
position: absolute;
left: -0.95rem;
top: 1.3em;
}
.sc_testimonials_item_content:before {
content: "\e958";
font-family: Fontello, serif;
position: absolute;
left: 1.9rem;
top: -0.8rem;
font-size: 39px;
font-style: normal;
opacity: 0.25;
}
.sc_testimonials [class*=column] .sc_testimonials_item_content {
text-align: left;
font-size: 1em;
font-style: italic;
line-height: 1.72;
padding-left: 6.15rem;
}
.sc_testimonials .sc_testimonials_title {
padding-left: 6.1rem;
}
.sc_testimonials [class*=column] .sc_testimonials_item_author {
margin: 0 auto 0;
padding: 0;
text-align: right;
}
.sc_testimonials_item_author_title {
font-size: 1em;
font-weight: 400;
line-height: 1.72;
font-style: normal;
}
.sc_testimonials .sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
text-align: left;
padding-left: 6.1rem;
bottom: 1em;
}
.sc_promo.sc_promo_size_normal .sc_promo_descr {
font-size: 1em;
}
.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
padding: 10em 3em 10.6em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content {
margin-top: 2.3em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image {
margin-top: 3.1em;
}
.sc_services_default .sc_services_item {
border-radius: 5px;
}
.sc_content_width_2_3 {
width: 670px;
}
.sc_content_width_2_3.sc_content.sc_shift_x_large_negative {
left: -27.8em;
z-index: 1;
}
.sc_content_width_2_3.sc_content.sc_padding_medium {
padding: 4.05em 4.7em 4.45em;
}
.wpb_column.sc_shift_y_medium,
.sc_content.sc_shift_y_medium {
top: 7.3em;
}
.sc_layouts_628 .slider_pagination_wrap,
.pagination-position .slider_outer_pagination_pos_bottom_inside .slider_pagination_wrap {
text-align: left;
}
.without_image .sc_courses_item_thumb {
display: none !important;
}
.without_image.sc_courses_default .sc_courses_item_info {
padding: 0 0 1.35em;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
overflow: inherit;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
margin-top: 2.4em;
margin-bottom: 0;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
-webkit-transform: none;
transform: none;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
width: 52px;
height: 52px;
line-height: 52px;
border-radius: 5px;
}
.wpb_revslider_element {
border-radius: 5px !important;
overflow: hidden;
}
body table.booked-calendar th .monthName {
font-size: 18px;
font-weight: 500;
text-transform: none;
}
body table.booked-calendar tr.days th {
font-weight: 500;
font-size: 12px;
padding: 0.95rem 0 !important;
}
body table.booked-calendar thead tr:first-child th {
border-width: 0;
height: 1.5rem;
}
.booked-icon-arrow-right:before {
content: "\e92b";
font-family: "fontello";
}
.booked-icon-arrow-left:before {
content: "\e92a";
font-family: "fontello";
}
.body_style_fullwide .top_panel .sc_layouts_row_type_compact,
.body_style_fullscreen .top_panel .sc_layouts_row_type_compact {
padding-left: 1.5em;
padding-right: 1.5em;
}
.sc_testimonials_item_author_data {
max-width: 100%;
}
select::-ms-expand {
display: none;
}
select {
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
}
.mejs-controls .mejs-button.mejs-fullscreen-button > button:before {
content: "\f0b2";
font-family: "fontello";
}
.sidebar .mejs-controls .mejs-horizontal-volume-slider,
.footer_wrap .mejs-controls .mejs-horizontal-volume-slider,
.wp-block-audio .mejs-controls .mejs-horizontal-volume-slider {
margin-top: 0;
} .sc_events_columns .trx_addons_column-1_3 .sc_events_item_title {
font-size: 0.881429em;
}
.sc_events_columns .trx_addons_column-1_4 .sc_events_item_title {
font-size: 0.83429em;
line-height: 1em;
}
.sc_events_columns .trx_addons_column-1_3 .event-content {
width: 100%;
}
.sc_events_columns .trx_addons_column-1_4 .event-content {
width: 100%;
} .comment_text p + h1 {
margin-top: 2rem;
}
.height_60 {
height: 60px;
}
.bg_color_white {
background-color: #ffffff;
}
.colorpicker_td_extra_style {
vertical-align: middle;
text-align: center;
border: 1px solid #000;
background: #fff;
}
.colorpicker_input_extra_style {
width: 55px;
color: #000;
border: 1px solid rgb(0, 0, 0);
padding: 5px;
background-color: #fff;
font: 11px Arial, Helvetica, sans-serif;
}
.sc_googlemap > iframe {
width: 100%;
height: 100%;
}
.z-index {
position: relative;
z-index: 10;
}
.sc_push_small {
margin-top: -7em;
}
.box-shadow {
-webkit-box-shadow: 0 0 76px rgba(74, 167, 173, 0.24);
box-shadow: 0 0 76px rgba(74, 167, 173, 0.24);
}
.remove_margins .sidebar {
margin-bottom: 7rem;
}
.big_text {
font-size: 72px;
line-height: 88px;
font-weight: 500;
}
.woocommerce table.cart td.actions .coupon .input-text {
height: 53px;
}
#tribe-events .tribe-events-button,
.tribe-events-button {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ua_safari form.mc4wp-form .mc4wp_gdpr input[type=checkbox] {
position: relative;
top: -1px;
}
.related_wrap .related_item_style_2 .post_featured.without_thumb {
margin-bottom: 0;
}
.post_item.post_layout_list {
padding-top: 15px;
padding-left: 15px;
} .wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover__inner-container a {
color: inherit;
}
.wp-block-button {
margin-bottom: 1.35em;
}
section.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text a {
color: #fff !important;
}
.wp-block-cover .wp-block-cover-text a:hover {
color: #5ccaf1 !important;
}
.wp-block-gallery[class*=align] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-block-search + p {
margin-top: 1.5em;
}
.wp-block-group.has-background {
padding: 1.5rem;
}
.wp-block-group.has-background p {
margin-bottom: 1.35em;
}
.wp-block-group.has-background p:last-child {
margin-bottom: 0;
} .booked-calendar-fields select {
color: #aaaaaa;
}
.post_layout_excerpt.post_format_audio .mejs-container .mejs-button button {
margin: 5px;
}
.post_layout_excerpt.post_format_audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider,
.post_layout_excerpt.post_format_audio .mejs-container .mejs-controls .mejs-time {
margin-top: 0;
}
.post_layout_excerpt.post_format_audio .mejs-container .mejs-controls .mejs-time-rail {
margin-top: 1.2em;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-quote + .wp-block-audio {
margin-bottom: 1em;
overflow: visible;
}
.wp-block-audio audio {
min-width: auto;
}
.wp-block-latest-comments,
.wp-block-latest-posts {
padding-left: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.comment-form .comment-form-cookies-consent label,
.comment-form .wpgdprc-checkbox label,
.wpcf7-form .wpcf7-wpgdprc {
text-align: left;
}
form[id*=give-form] #give_terms_agreement label {
text-align: left;
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
display: inline-block;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] + label:before,
.comment-form .wpgdprc-checkbox input[type=checkbox] + label:before,
.wpcf7-form .wpcf7-wpgdprc input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-wpgdprc .wpcf7-list-item,
.woocommerce-input-wrapper label.checkbox:before {
margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: background-color 50000s ease-in-out 90000s, color 50000s ease-in-out 90000s;
transition: background-color 50000s ease-in-out 90000s, color 50000s ease-in-out 90000s;
}
.wp-block-button .wp-block-button__link {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 1em;
line-height: 1.72;
font-weight: 500;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
padding: 0.61em 2.6em;
letter-spacing: 0;
height: auto;
}
.sc_button.sc_button_bordered,
.wp-block-button.is-style-outline > .wp-block-button__link {
padding: calc(0.61em - 2px) 2.6em;
}
.wp-block-button__link {
white-space: normal;
}
.wp-block-search .wp-block-search__button {
padding-left: 2.6em;
padding-right: 2.6em;
}
.post_content > .has-drop-cap.has-medium-font-size {
margin-bottom: 4em;
}
.post_content > .wp-block-group {
margin-bottom: 1.35em;
}
img[class*=align] {
border-radius: 5px;
}
body .wpgdprc {
font-size: inherit;
font-family: inherit;
color: inherit;
}
.wpcf7-form .wpcf7-wpgdprc {
position: relative;
padding-left: 1.4em;
}
.wpcf7-form .wpcf7-wpgdprc .wpcf7-list-item-label {
position: revert;
padding-left: 0;
}
.trx_addons_tooltip {
display: inline-block;
line-height: normal;
}
.post_content > .wp-block-calendar,
.post_content > .wp-block-categories-dropdown,
.post_content > .wp-block-archives-dropdown,
.post_content > .gallery {
margin-bottom: 1.75em;
}
.esgbox-share .esgbox-share__button,
.esgbox-share .esgbox-share__button:hover,
.esgbox-share .esgbox-close-small:after {
color: #ffffff;
}
.widget_block .wp-block-group h2,
.widget_block .wp-block-group h3,
.widget_block .wp-block-group h4,
.widget_block .wp-block-group h5 {
margin-top: 0;
}
.wp-block-social-links .wp-social-link:before {
display: none;
}
.wp-block-social-links .wp-social-link,
.widget_block .wp-block-social-links {
padding-left: 0;
}
.wp-block-search__button-inside .wp-block-search__input {
padding: 0.584em 1em;
border-radius: 5px !important;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 1px solid;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-search {
max-width: 100%;
}
.sidebar .wp-block-search {
padding: 10px;
margin-bottom: 10px;
}
.sidebar .wp-block-search.alignright, .sidebar .wp-block-search.alignleft {
float: none;
display: inherit;
margin-left: 0;
margin-right: 0;
}
.sidebar .mejs-volume-button,
.footer_wrap .mejs-volume-button {
padding-left: 5px;
}
.widget_search {
overflow: hidden;
}
.wp-block-group p:last-child, .is-layout-constrained p:last-child {
margin-bottom: 0 !important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*=__datepicker-button]):not(.tribe-events-calendar-month__day-cell):hover,
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*=__datepicker-button]):not(.tribe-events-calendar-month__day-cell) {
color: inherit !important;
background: inherit !important;
}
.wp-block-post-author__avatar img {
width: 1.25em;
height: 1.25em;
line-height: 1.25em;
text-align: center;
border-radius: 50%;
vertical-align: middle;
}
.wpb_text_column a[rel=magnific] {
position: relative;
display: block;
text-align: center;
float: right;
margin-left: 2em;
}
.wpb_text_column a[rel=magnific] img {
margin: 0 !important;
}
.wpb_text_column a[rel=magnific]:hover::before,
.wpb_text_column a[rel=magnific]:hover::after {
opacity: 1;
}
.wpb_text_column a[rel=magnific]::before {
content: "";
position: absolute;
min-width: 100%;
min-height: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 5px;
}
.wpb_text_column a[rel=magnific]::after {
content: "\e95f" !important;
font-family: "fontello";
font-style: normal;
position: absolute;
font-size: 40px;
letter-spacing: 0.03em;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 15%);
transform: translate(-50%, 15%);
z-index: 1;
opacity: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.mfp-content .mfp-img {
border-radius: 5px;
}
.mfp-content img[alt=undefined] + figcaption {
display: none;
}
.cc-compliance .cc-btn {
text-decoration: none !important;
}
.cc-close {
top: 10px;
right: 10px;
}
.post_content_inner p + .wp-block-buttons {
margin: 1.75em 0;
}
.post_content .wp-block-buttons + .wp-block-columns {
margin-top: 1.75em;
}
.post_content .wp-block-calendar .wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sidebar_inner .wp-block-quote{
margin: 0;
}