@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
} @font-face {
font-family: "EverestForms";
src: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot?q9mcqj);
src: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot?q9mcqj#iefix) format("embedded-opentype"), url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/fonts/EverestForms.ttf?q9mcqj) format("truetype"), url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/fonts/EverestForms.woff?q9mcqj) format("woff"), url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/fonts/EverestForms.svg?q9mcqj#EverestForms) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
} .evf-icon {
padding: 8px;
border-radius: 4px;
}
.evf-icon * {
display: block;
} .evf-h2 {
font-size: 28px;
font-weight: 600;
} .evf-text-center {
text-align: center;
}
.clearfix::before,
.clearfix::after,
.evf-row::before,
.evf-row::after {
display: table;
content: "";
}
.clearfix::after,
.evf-row::after {
clear: both;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .clear {
clear: both;
}
.everest-forms-hidden {
display: none;
}
i.icon-wpb-vc_everest_forms {
background-image: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="32" height="32" rx="4" fill="%237545BB"/%3E%3Cpath d="M24.6621 4.62549H19.1523L20.8408 7.46923H26.3506L24.6621 4.62549Z" fill="white"/%3E%3Cpath d="M28.127 10.313H22.6172L24.3945 13.1567H29.9043L28.127 10.313Z" fill="white"/%3E%3Cpath d="M28.0381 24.5318H27.2383H24.7501H7.06544L15.8633 10.1353L19.5069 16.0005H18.7071H15.8633L14.1748 18.8443H15.8633H17.0186H24.5723L15.8633 4.80322L2 27.3755H4.48828H27.2383H29.8155L28.0381 24.5318Z" fill="white"/%3E%3C/svg%3E') !important;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 32px;
height: 32px;
} .everest-forms,
.wp-block-everest-forms-form-selector {  }
.everest-forms *,
.everest-forms *::before,
.everest-forms *::after,
.wp-block-everest-forms-form-selector *,
.wp-block-everest-forms-form-selector *::before,
.wp-block-everest-forms-form-selector *::after {
outline: none;
box-sizing: border-box;
}
.everest-forms ul,
.wp-block-everest-forms-form-selector ul {
margin-left: 0;
}
.everest-forms .blockUI.blockOverlay,
.wp-block-everest-forms-form-selector .blockUI.blockOverlay {
position: relative;
}
.everest-forms .blockUI.blockOverlay::before,
.wp-block-everest-forms-form-selector .blockUI.blockOverlay::before {
height: 1em;
width: 1em;
display: block;
position: absolute;
top: 50%;
left: 50%;
content: "";
animation: spin 1s ease-in-out infinite;
background: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/images/icons/loader.svg) center center;
background-size: cover;
background-repeat: no-repeat;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, 0.75);
}
.everest-forms .clear,
.wp-block-everest-forms-form-selector .clear {
height: auto;
width: auto;
visibility: visible;
}
.everest-forms .loader::before,
.wp-block-everest-forms-form-selector .loader::before {
height: 1em;
width: 1em;
display: block;
position: absolute;
top: 50%;
left: 50%;
content: "";
animation: spin 1s ease-in-out infinite;
background: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/images/icons/loader.svg) center center;
background-size: cover;
background-repeat: no-repeat;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, 0.75);
}
.everest-forms .evf-container,
.wp-block-everest-forms-form-selector .evf-container {
margin-bottom: 30px;
}
.everest-forms .everest-forms-progress-bar,
.wp-block-everest-forms-form-selector .everest-forms-progress-bar {
background: #cdd0d8;
border-radius: 2px;
}
.everest-forms .everest-forms-progress-bar .everest-forms-progress-bar-indicator,
.wp-block-everest-forms-form-selector .everest-forms-progress-bar .everest-forms-progress-bar-indicator {
height: 4px;
background: #4bce61;
border-radius: 2px;
}
.everest-forms .everest-forms-uploader,
.wp-block-everest-forms-form-selector .everest-forms-uploader {
cursor: pointer;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
border: 1px dashed #8e98a2;
}
.everest-forms .everest-forms-uploader span,
.wp-block-everest-forms-form-selector .everest-forms-uploader span {
display: block;
color: #494d50;
}
.everest-forms .everest-forms-uploader span.everest-forms-upload-hint,
.wp-block-everest-forms-form-selector .everest-forms-uploader span.everest-forms-upload-hint {
color: #8e98a2;
font-size: 14px;
}
.everest-forms .everest-forms-uploader + input.dropzone-input,
.wp-block-everest-forms-form-selector .everest-forms-uploader + input.dropzone-input {
display: none;
}
.everest-forms .everest-forms-uploader .dz-message,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-message {
flex: 0 0 100%;
width: 100%;
}
.everest-forms .everest-forms-uploader .dz-message svg,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-message svg {
margin-bottom: 10px;
background: #f6f7f9;
height: 48px;
width: 48px;
padding: 8px;
border-radius: 4px;
}
.everest-forms .everest-forms-uploader .dz-message.hide,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-message.hide {
display: none;
}
.everest-forms .everest-forms-uploader .dz-preview,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview {
flex: 0 0 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
border-bottom: 1px solid #e9ebf1;
padding-bottom: 20px;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-image,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-image {
width: 64px;
height: 64px;
background: #f6f7f9;
flex: 0 0 64px;
margin-right: 15px;
border-radius: 3px;
overflow: hidden;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-details,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-details {
text-align: left;
font-size: 14px;
flex: 1;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-details .dz-size,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-details .dz-size {
color: #494d50;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-details .dz-filename span,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-details .dz-filename span {
color: #8e98a2;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-progress,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-progress {
background: #e9ebf1;
border-radius: 2px;
height: 4px;
width: 100%;
margin-left: 80px;
order: 4;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-progress .dz-upload,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-progress .dz-upload {
background-color: #4bce61;
border-radius: 2px;
height: 4px;
transition: all 0.25s ease 0s;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-error-message,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-error-message {
font-size: 14px;
flex: 0 0 100%;
width: 100%;
text-align: left;
margin-left: 80px;
order: 5;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-error-message span,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-error-message span {
color: #fa5252;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-success-mark,
.everest-forms .everest-forms-uploader .dz-preview .dz-error-mark,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-success-mark,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-error-mark {
display: none;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-remove,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-remove {
font-size: 0;
position: relative;
height: 28px;
width: 28px;
display: inline-flex;
margin-left: auto;
order: 3;
border-radius: 14px;
border: 2px solid #8e98a2;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-remove::before, .everest-forms .everest-forms-uploader .dz-preview .dz-remove::after,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-remove::before,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-remove::after {
content: "";
height: 14px;
width: 2px;
display: block;
background: #8e98a2;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
}
.everest-forms .everest-forms-uploader .dz-preview .dz-remove::before,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-remove::before {
transform: translateY(-50%) rotate(45deg);
}
.everest-forms .everest-forms-uploader .dz-preview .dz-remove::after,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview .dz-remove::after {
transform: translateY(-50%) rotate(-45deg);
}
.everest-forms .everest-forms-uploader .dz-preview.dz-processing .dz-progress,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview.dz-processing .dz-progress {
display: block;
}
.everest-forms .everest-forms-uploader .dz-preview.dz-complete .dz-progress,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview.dz-complete .dz-progress {
display: none;
}
.everest-forms .everest-forms-uploader .dz-preview.dz-error .dz-remove,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview.dz-error .dz-remove {
border-color: #fa5252;
}
.everest-forms .everest-forms-uploader .dz-preview.dz-error .dz-remove::before, .everest-forms .everest-forms-uploader .dz-preview.dz-error .dz-remove::after,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview.dz-error .dz-remove::before,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview.dz-error .dz-remove::after {
background: #fa5252;
}
.everest-forms .everest-forms-uploader .dz-preview:last-child,
.wp-block-everest-forms-form-selector .everest-forms-uploader .dz-preview:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.everest-forms label,
.wp-block-everest-forms-form-selector label {
display: block;
line-height: 1.7;
margin: 0 0 10px 0;
color: #494d50;
font-size: 14px;
}
.everest-forms label .required,
.wp-block-everest-forms-form-selector label .required {
color: #fa5252;
font-weight: 700;
border: 0 !important;
text-decoration: none;
}
.everest-forms label.evf-field-label,
.wp-block-everest-forms-form-selector label.evf-field-label {
font-weight: 600;
}
.everest-forms label.evf-error,
.wp-block-everest-forms-form-selector label.evf-error {
color: #fa5252;
font-weight: 400;
}
.everest-forms label.everest-forms-field-sublabel,
.wp-block-everest-forms-form-selector label.everest-forms-field-sublabel {
font-size: 12px;
font-weight: 400;
line-height: 1.5;
margin: 0 0 10px 0;
}
.everest-forms label.evf-privacy-policy-consent-message,
.wp-block-everest-forms-form-selector label.evf-privacy-policy-consent-message {
display: inline;
margin-bottom: 0;
}
.everest-forms input[type=text],
.everest-forms input[type=date],
.everest-forms input[type=date],
.everest-forms input[type=datetime-local],
.everest-forms input[type=email],
.everest-forms input[type=file],
.everest-forms input[type=image],
.everest-forms input[type=month],
.everest-forms input[type=number],
.everest-forms input[type=password],
.everest-forms input[type=range],
.everest-forms input[type=search],
.everest-forms input[type=tel],
.everest-forms input[type=time],
.everest-forms input[type=url],
.everest-forms input[type=week],
.everest-forms select,
.everest-forms textarea,
.everest-forms .StripeElement,
.everest-forms canvas.evf-signature-canvas,
.wp-block-everest-forms-form-selector input[type=text],
.wp-block-everest-forms-form-selector input[type=date],
.wp-block-everest-forms-form-selector input[type=date],
.wp-block-everest-forms-form-selector input[type=datetime-local],
.wp-block-everest-forms-form-selector input[type=email],
.wp-block-everest-forms-form-selector input[type=file],
.wp-block-everest-forms-form-selector input[type=image],
.wp-block-everest-forms-form-selector input[type=month],
.wp-block-everest-forms-form-selector input[type=number],
.wp-block-everest-forms-form-selector input[type=password],
.wp-block-everest-forms-form-selector input[type=range],
.wp-block-everest-forms-form-selector input[type=search],
.wp-block-everest-forms-form-selector input[type=tel],
.wp-block-everest-forms-form-selector input[type=time],
.wp-block-everest-forms-form-selector input[type=url],
.wp-block-everest-forms-form-selector input[type=week],
.wp-block-everest-forms-form-selector select,
.wp-block-everest-forms-form-selector textarea,
.wp-block-everest-forms-form-selector .StripeElement,
.wp-block-everest-forms-form-selector canvas.evf-signature-canvas {
width: 100%;
height: auto;
font-size: 14px;
outline: none;
box-shadow: none;
margin-bottom: 10px;
padding: 6px 12px;
color: #494d50;
border: 1px solid #8e98a2;
margin-left: 0;
margin-right: 0;
}
.everest-forms input[type=checkbox]::after, .everest-forms input[type=checkbox]::before,
.everest-forms input[type=radio]::after,
.everest-forms input[type=radio]::before,
.wp-block-everest-forms-form-selector input[type=checkbox]::after,
.wp-block-everest-forms-form-selector input[type=checkbox]::before,
.wp-block-everest-forms-form-selector input[type=radio]::after,
.wp-block-everest-forms-form-selector input[type=radio]::before {
display: none;
}
.everest-forms input[type=checkbox]:checked::before,
.everest-forms input[type=radio]:checked::before,
.wp-block-everest-forms-form-selector input[type=checkbox]:checked::before,
.wp-block-everest-forms-form-selector input[type=radio]:checked::before {
display: none;
}
.everest-forms select,
.wp-block-everest-forms-form-selector select {
background-image: none;
}
.everest-forms .select2-container,
.wp-block-everest-forms-form-selector .select2-container {
margin-bottom: 10px;
}
.everest-forms .select2-container .select2-selection.select2-selection--single,
.wp-block-everest-forms-form-selector .select2-container .select2-selection.select2-selection--single {
height: auto;
}
.everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.wp-block-everest-forms-form-selector .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
display: block;
}
.everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.wp-block-everest-forms-form-selector .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered li {
margin: 4px 0;
}
.everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-search__field,
.wp-block-everest-forms-form-selector .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
padding-left: 4px;
}
.everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.wp-block-everest-forms-form-selector .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
margin-right: 4px;
}
.everest-forms input:focus,
.everest-forms textarea:focus,
.wp-block-everest-forms-form-selector input:focus,
.wp-block-everest-forms-form-selector textarea:focus {
outline: none;
border: 1px solid #0095ff;
}
.everest-forms .everest-form::after,
.wp-block-everest-forms-form-selector .everest-form::after {
content: "";
clear: both;
display: table;
}
.everest-forms .everest-forms-field-row::before, .everest-forms .everest-forms-field-row::after,
.wp-block-everest-forms-form-selector .everest-forms-field-row::before,
.wp-block-everest-forms-form-selector .everest-forms-field-row::after {
content: "";
clear: both;
display: table;
}
.everest-forms .everest-forms-field-row:last-child .everest-forms-field-sublabel,
.wp-block-everest-forms-form-selector .everest-forms-field-row:last-child .everest-forms-field-sublabel {
margin-bottom: 0;
}
.everest-forms .evf-title-container .everest-forms--title,
.wp-block-everest-forms-form-selector .evf-title-container .everest-forms--title {
font-size: 26px;
margin: 0 0 10px 0;
}
.everest-forms .evf-title-container .everest-forms--description,
.wp-block-everest-forms-form-selector .evf-title-container .everest-forms--description {
margin: 0 0 10px 0;
}
.everest-forms .evf-field-container,
.everest-forms .evf-honeypot-container,
.everest-forms .evf-submit-container,
.wp-block-everest-forms-form-selector .evf-field-container,
.wp-block-everest-forms-form-selector .evf-honeypot-container,
.wp-block-everest-forms-form-selector .evf-submit-container {
padding-left: 15px;
padding-right: 15px;
}
.everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) select,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) select {
appearance: menulist;
}
.everest-forms .evf-field-container .evf-frontend-row .everest-forms-one-half,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .everest-forms-one-half {
width: 48%;
float: left;
margin-left: 4%;
}
.everest-forms .evf-field-container .evf-frontend-row .everest-forms-one-half:first-child,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .everest-forms-one-half:first-child {
margin-left: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .everest-forms-first,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .everest-forms-first {
margin-left: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
display: block;
margin-bottom: 10px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-hidden,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-hidden {
display: none;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .evf-label-hide,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-sublabel-hide,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .evf-label-hide,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-sublabel-hide {
display: none;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .validate-required canvas.evf-signature-canvas,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .validate-required canvas.evf-signature-canvas {
border-color: #fa5252;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) {
margin-bottom: 10px;
padding: 0;
list-style: none;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li {
margin: 0;
display: block;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li label,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input {
margin: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input[type=checkbox],
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input[type=radio],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input[type=checkbox],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input[type=radio] {
padding: 0;
margin-top: 4px;
margin-right: 8px;
width: 20px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-title h3,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-title h3 {
margin: 25px 0;
font-size: 16px;
line-height: 1.5;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid > label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid > label {
color: #fa5252;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid .select2-container,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid select.evf-error,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid textarea,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid .evf-signature-canvas,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid .select2-container,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid select.evf-error,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid textarea,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid .evf-signature-canvas {
border-color: #fa5252;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error {
border-color: #fa5252;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error ~ .everest-forms-field-sublabel,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error ~ .everest-forms-field-sublabel {
color: #fa5252;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated select,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated textarea,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated input.input-text,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .select2-container,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .evf-signature-canvas,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated select,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated textarea,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated input.input-text,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .select2-container,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .evf-signature-canvas {
border-color: #4bce61;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ::-webkit-input-placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ::-webkit-input-placeholder {
line-height: normal;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field :-moz-placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field :-moz-placeholder {
line-height: normal;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field :-ms-input-placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field :-ms-input-placeholder {
line-height: normal;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li {
display: flex;
margin-bottom: 5px;
flex-wrap: wrap;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li.everest-forms-image-choices-item input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li.everest-forms-image-choices-item input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li.everest-forms-image-choices-item input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li.everest-forms-image-choices-item input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li.everest-forms-image-choices-item input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li.everest-forms-image-choices-item input {
margin-top: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li .everest-forms-field-label-inline {
width: calc(100% - 28px);
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li.everest-forms-image-choices-item .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li.everest-forms-image-choices-item .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li.everest-forms-image-choices-item .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li.everest-forms-image-choices-item .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li.everest-forms-image-choices-item .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li.everest-forms-image-choices-item .everest-forms-field-label-inline {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li .everest-forms-image-choices-image {
margin-right: 10px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul.everest-forms-image-choices label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul.everest-forms-image-choices label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul.everest-forms-image-choices label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul.everest-forms-image-choices label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan ul.everest-forms-image-choices label,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul.everest-forms-image-choices label {
cursor: pointer;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-inline ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-inline ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-inline ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-inline ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-inline ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-inline ul li {
vertical-align: top;
display: inline-flex;
margin-right: 20px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul li {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul li .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul li .everest-forms-image-choices-image {
margin-bottom: 10px;
}
@media (min-width: 768px) {
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li {
flex: 0 0 50%;
max-width: 50%;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li:nth-child(1n+3) {
margin-top: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 768px) {
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns li:nth-child(1n+3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-2-columns li:nth-child(1n+3),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li:nth-child(1n+3) {
margin-top: 0;
}
}
@media (min-width: 768px) {
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns li,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns li {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns li:nth-child(1n+4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns li:nth-child(1n+4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns li:nth-child(1n+4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns li:nth-child(1n+4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns li:nth-child(1n+4),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns li:nth-child(1n+4),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns li:nth-child(1n+4),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns li:nth-child(1n+4),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-subscription-plan.everest-forms-list-3-columns li:nth-child(1n+4),
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns li:nth-child(1n+4) {
margin-top: 10px;
}
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-equation,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-equation {
font-size: 16px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-question,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-question {
margin: 0 0 4px 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-math input,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-math input {
width: 70px;
margin: 0 0 0 5px;
display: inline-block;
vertical-align: inherit;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .iti.iti--allow-dropdown + .evf-error,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .iti.iti--allow-dropdown + .evf-error {
margin-top: 10px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-image-choices-item,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-image-choices-item {
margin-bottom: 20px !important;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-image-choices-item:has(input:checked) .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-image-choices-item:has(input:checked) .everest-forms-field-label-inline {
border-color: var(--wp--preset--color--vivid-cyan-blue);
box-shadow: 0px 6px 24px 0px rgba(10, 10, 10, 0.06);
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-field-label-inline,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-field-label-inline {
flex-direction: column;
gap: 8px;
border: 1px solid #e9e9e9;
padding: 12px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-field-label-inline br,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices .everest-forms-field-label-inline br {
display: none;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices input[type=radio], .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices input[type=checkbox],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices input[type=radio],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices input[type=checkbox] {
display: none;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices-image,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices-image {
margin-right: 0 !important;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices-image img,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-image-choices-image img {
width: 200px;
height: 200px;
object-fit: cover;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-1,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-grid-1 {
width: 100%;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-2,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-grid-2 {
width: 50%;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-3,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-grid-3 {
width: 33.33%;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-4,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-grid-4 {
width: 25%;
}
.everest-forms .evf-field-container .evf-frontend-row input[type=checkbox], .everest-forms .evf-field-container .evf-frontend-row input[type=radio],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=checkbox],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=radio] {
box-shadow: none;
}
.everest-forms .evf-field-container .evf-frontend-row input[type=checkbox],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=checkbox] {
appearance: checkbox;
}
.everest-forms .evf-field-container .evf-frontend-row input[type=radio],
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=radio] {
appearance: radio;
}
.everest-forms .evf-field-container .evf-frontend-row input[type=checkbox]:checked,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=checkbox]:checked {
background-color: #0095ff;
}
.everest-forms .evf-field-container .evf-frontend-row input[type=checkbox]:checked::before,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=checkbox]:checked::before {
color: #fff;
background-color: transparent;
}
.everest-forms .evf-field-container .evf-frontend-row input[type=radio]:checked::before,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=radio]:checked::before {
background-color: #0095ff;
}
.everest-forms .evf-field-container .evf-frontend-row input::placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input::placeholder {
color: #8e98a2;
}
.everest-forms .evf-field-container .evf-frontend-row textarea,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
height: 120px;
}
.everest-forms .evf-field-container .evf-frontend-row textarea::placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row textarea::placeholder {
color: #8e98a2;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-field-description,
.everest-forms .evf-field-container .evf-frontend-row .everest-forms-field-limit-text,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-field-description,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .everest-forms-field-limit-text {
line-height: 1.7;
margin-bottom: 10px;
font-size: 14px;
}
.everest-forms input[type=submit],
.everest-forms button[type=submit],
.everest-forms a.button:not(.button-large),
.everest-forms button.button:not(.button-large),
.everest-forms .everest-forms-part-button,
.wp-block-everest-forms-form-selector input[type=submit],
.wp-block-everest-forms-form-selector button[type=submit],
.wp-block-everest-forms-form-selector a.button:not(.button-large),
.wp-block-everest-forms-form-selector button.button:not(.button-large),
.wp-block-everest-forms-form-selector .everest-forms-part-button {
color: #555;
height: auto;
cursor: pointer;
background: none;
box-shadow: none;
font-size: inherit;
font-weight: 400;
line-height: 1.5;
padding: 10px 15px;
border-radius: 3px;
border: 1px solid #ccc;
background-color: #f7f7f7;
}
.everest-forms input[type=submit]:hover, .everest-forms input[type=submit]:active,
.everest-forms button[type=submit]:hover,
.everest-forms button[type=submit]:active,
.everest-forms a.button:not(.button-large):hover,
.everest-forms a.button:not(.button-large):active,
.everest-forms button.button:not(.button-large):hover,
.everest-forms button.button:not(.button-large):active,
.everest-forms .everest-forms-part-button:hover,
.everest-forms .everest-forms-part-button:active,
.wp-block-everest-forms-form-selector input[type=submit]:hover,
.wp-block-everest-forms-form-selector input[type=submit]:active,
.wp-block-everest-forms-form-selector button[type=submit]:hover,
.wp-block-everest-forms-form-selector button[type=submit]:active,
.wp-block-everest-forms-form-selector a.button:not(.button-large):hover,
.wp-block-everest-forms-form-selector a.button:not(.button-large):active,
.wp-block-everest-forms-form-selector button.button:not(.button-large):hover,
.wp-block-everest-forms-form-selector button.button:not(.button-large):active,
.wp-block-everest-forms-form-selector .everest-forms-part-button:hover,
.wp-block-everest-forms-form-selector .everest-forms-part-button:active {
outline: none;
color: #23282d;
background-color: #eee;
}
.everest-forms input[type=submit]:disabled,
.everest-forms button[type=submit]:disabled,
.everest-forms a.button:not(.button-large):disabled,
.everest-forms button.button:not(.button-large):disabled,
.everest-forms .everest-forms-part-button:disabled,
.wp-block-everest-forms-form-selector input[type=submit]:disabled,
.wp-block-everest-forms-form-selector button[type=submit]:disabled,
.wp-block-everest-forms-form-selector a.button:not(.button-large):disabled,
.wp-block-everest-forms-form-selector button.button:not(.button-large):disabled,
.wp-block-everest-forms-form-selector .everest-forms-part-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.everest-forms input[type=submit]:disabled:hover,
.everest-forms button[type=submit]:disabled:hover,
.everest-forms a.button:not(.button-large):disabled:hover,
.everest-forms button.button:not(.button-large):disabled:hover,
.everest-forms .everest-forms-part-button:disabled:hover,
.wp-block-everest-forms-form-selector input[type=submit]:disabled:hover,
.wp-block-everest-forms-form-selector button[type=submit]:disabled:hover,
.wp-block-everest-forms-form-selector a.button:not(.button-large):disabled:hover,
.wp-block-everest-forms-form-selector button.button:not(.button-large):disabled:hover,
.wp-block-everest-forms-form-selector .everest-forms-part-button:disabled:hover {
color: #555;
background-color: #f7f7f7;
}
.everest-forms .layout-two label,
.wp-block-everest-forms-form-selector .layout-two label {
margin-bottom: 0;
}
.everest-forms .layout-two .evf-field-checkbox label,
.everest-forms .layout-two .evf-field-radio label,
.wp-block-everest-forms-form-selector .layout-two .evf-field-checkbox label,
.wp-block-everest-forms-form-selector .layout-two .evf-field-radio label {
margin-bottom: 20px;
}
.everest-forms .layout-two input,
.everest-forms .layout-two select,
.everest-forms .layout-two textarea,
.everest-forms .layout-two canvas.evf-signature-canvas,
.wp-block-everest-forms-form-selector .layout-two input,
.wp-block-everest-forms-form-selector .layout-two select,
.wp-block-everest-forms-form-selector .layout-two textarea,
.wp-block-everest-forms-form-selector .layout-two canvas.evf-signature-canvas {
border-radius: 0;
border-top: none transparent;
border-right: none transparent;
border-left: none transparent;
border-bottom: 1px solid #8e98a2;
padding: 10px 0;
}
.everest-forms .layout-two input:focus,
.everest-forms .layout-two select:focus,
.everest-forms .layout-two textarea:focus,
.everest-forms .layout-two canvas.evf-signature-canvas:focus,
.wp-block-everest-forms-form-selector .layout-two input:focus,
.wp-block-everest-forms-form-selector .layout-two select:focus,
.wp-block-everest-forms-form-selector .layout-two textarea:focus,
.wp-block-everest-forms-form-selector .layout-two canvas.evf-signature-canvas:focus {
outline: none;
border-top: none transparent;
border-right: none transparent;
border-left: none transparent;
}
.everest-forms .layout-two textarea,
.wp-block-everest-forms-form-selector .layout-two textarea {
height: 100px;
}
.everest-forms .everest-forms-notice,
.wp-block-everest-forms-form-selector .everest-forms-notice {
padding: 1em 3em;
margin: 0 0 2em;
position: relative;
background-color: #0095ff;
color: #fff;
border-radius: 5px;
*zoom: 1;
}
.everest-forms .everest-forms-notice::before, .everest-forms .everest-forms-notice::after,
.wp-block-everest-forms-form-selector .everest-forms-notice::before,
.wp-block-everest-forms-form-selector .everest-forms-notice::after {
content: " ";
display: table;
}
.everest-forms .everest-forms-notice::after,
.wp-block-everest-forms-form-selector .everest-forms-notice::after {
clear: both;
}
.everest-forms .everest-forms-notice::before,
.wp-block-everest-forms-form-selector .everest-forms-notice::before {
font-family: dashicons;
content: "\f348";
position: absolute;
top: 1em;
left: 1.5em;
color: inherit;
}
.everest-forms .everest-forms-notice .button,
.wp-block-everest-forms-form-selector .everest-forms-notice .button {
float: right;
}
.everest-forms .everest-forms-notice p,
.wp-block-everest-forms-form-selector .everest-forms-notice p {
margin-bottom: 0;
}
.everest-forms .everest-forms-notice a,
.wp-block-everest-forms-form-selector .everest-forms-notice a {
color: #fff;
}
.everest-forms .everest-forms-notice li,
.wp-block-everest-forms-form-selector .everest-forms-notice li {
list-style: none outside !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
.everest-forms .everest-forms-notice.everst-forms-form-disable-notice,
.wp-block-everest-forms-form-selector .everest-forms-notice.everst-forms-form-disable-notice {
color: #494d50;
background: #fffbf0;
border: 1px solid #f4d071;
}
.everest-forms .everest-forms-notice--info,
.wp-block-everest-forms-form-selector .everest-forms-notice--info {
padding: 1em 1.6em;
color: #494d50;
background: #f0f9ff;
border: 1px solid #71bdf4;
}
.everest-forms .everest-forms-notice--info::before,
.wp-block-everest-forms-form-selector .everest-forms-notice--info::before {
visibility: hidden;
}
.everest-forms .everest-forms-notice--info .everest-forms-notice--actions,
.wp-block-everest-forms-form-selector .everest-forms-notice--info .everest-forms-notice--actions {
margin-top: 10px;
}
.everest-forms .everest-forms-notice--info .everest-forms-notice--actions a.button,
.wp-block-everest-forms-form-selector .everest-forms-notice--info .everest-forms-notice--actions a.button {
float: left;
line-height: 1;
cursor: pointer;
margin-right: 7px;
padding: 0.618em 1em;
box-shadow: none;
text-shadow: none;
text-decoration: none;
background-image: none;
color: #494d50;
background-color: #f6f7f9;
}
.everest-forms .everest-forms-notice--info .everest-forms-notice--actions a.button:focus,
.wp-block-everest-forms-form-selector .everest-forms-notice--info .everest-forms-notice--actions a.button:focus {
outline: none;
}
.everest-forms .everest-forms-notice--success,
.wp-block-everest-forms-form-selector .everest-forms-notice--success {
background-color: #4bce61;
}
.everest-forms .everest-forms-notice--success::before,
.wp-block-everest-forms-form-selector .everest-forms-notice--success::before {
content: "\f147";
}
.everest-forms .everest-forms-notice--warning,
.wp-block-everest-forms-form-selector .everest-forms-notice--warning {
background-color: #ffba00;
}
.everest-forms .everest-forms-notice--error,
.wp-block-everest-forms-form-selector .everest-forms-notice--error {
background-color: #fa5252;
}
.everest-forms .everest-forms-notice--error::before,
.wp-block-everest-forms-form-selector .everest-forms-notice--error::before {
content: "\f534";
color: inherit;
}
.everest-forms .everest-forms-notice--error .everest-forms-notice-list,
.wp-block-everest-forms-form-selector .everest-forms-notice--error .everest-forms-notice-list {
margin: 0;
list-style: none outside;
}
.everest-forms .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item,
.wp-block-everest-forms-form-selector .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item {
margin-bottom: 0.5em;
}
.everest-forms .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item:last-child,
.wp-block-everest-forms-form-selector .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item:last-child {
margin-bottom: 0;
} .wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap,
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap {
align-items: center;
}
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__label,
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__label,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__label,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__label {
margin-bottom: 0;
}
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__label svg,
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__label svg,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__label svg,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__label svg {
width: 75px;
height: 75px;
color: #7e3bd0;
}
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__instructions,
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__instructions,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__instructions,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__instructions {
color: #23282d;
font-size: 1.3em;
font-weight: 600;
}
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__fieldset .components-base-control,
.wp-block-everest-forms-form-selector .everest-form-gutenberg-form-selector-wrap .components-placeholder__fieldset .components-base-control,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__fieldset .components-base-control,
.wp-block-everest-forms-frontend-listing .everest-form-gutenberg-form-selector-wrap .components-placeholder__fieldset .components-base-control {
width: 100%;
text-align: center;
}
div.evf-gutenberg-form-selector .evf-frontend-row input:disabled,
div.evf-gutenberg-form-selector .evf-frontend-row textarea:disabled,
div.evf-gutenberg-form-selector .evf-frontend-row select:disabled,
div.evf-gutenberg-form-selector .evf-frontend-row button[type=submit]:disabled {
cursor: not-allowed;
} .evf-honeypot-container {
display: none !important;
position: absolute !important;
left: -9000px !important;
}
.evf-recaptcha-container {
clear: both;
margin-bottom: 30px;
}
.evf-recaptcha-container .evf-error {
margin-top: 15px;
margin-bottom: 0;
font-weight: 300;
line-height: 1.7;
padding: 7px 10px;
border-radius: 3px;
display: inline-block;
color: #f92020;
border: 1px solid #fa5252;
background-color: white;
}
.evf-recaptcha-container.recaptcha-hidden {
margin: 0;
} .evf-field-date-time .date-time-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: nowrap;
margin: 0 -5px;
}
@media (max-width: 767px) {
.evf-field-date-time .date-time-container {
justify-content: space-between;
margin: 0;
}
}
.evf-field-date-time .date-time-container input.date-dropdown-field {
width: 100%;
margin: 0 5px;
}
.evf-field-date-time .date-time-container .date-time-space-filler {
width: 20px;
}
@media (max-width: 767px) {
.evf-field-date-time .date-time-container .date-time-space-filler {
width: 100%;
}
}
.evf-field-date-time .date-time-container select {
margin: 0 5px 0 5px;
width: 33.4%;
}
@media (max-width: 767px) {
.evf-field-date-time .date-time-container select {
width: calc(33.33% - 10px);
margin: 0;
}
} @media only screen and (max-width: 600px) {
.evf-container .evf-field > * {
max-width: 100%;
}
.evf-container .evf-field:not(.evf-field-phone) {
overflow-x: hidden;
}
.evf-container .evf-field.evf-field, .evf-container .evf-field.evf-field-likert {
overflow: auto;
}
}
@media screen and (min-width: 768px) {
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media screen and (max-width: 768px) {
.everest-forms .evf-field-container .evf-frontend-row {
flex-direction: column;
margin: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
padding: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid:last-child {
margin-bottom: 0;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-3, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-4 {
width: 100%;
max-width: 100%;
}
.everest-forms .evf-recaptcha-container {
margin: 25px 0;
}
}
.wp-admin .evf-field-repeater-fields {
display: block !important;
} .amp-form-submit-success .evf-field-container,
.amp-form-submit-success .evf-submit-container {
display: none;
} @keyframes everest-forms-heartbeat {
0% {
box-shadow: 0 0 0 0 rgba(140, 90, 202, 0.6);
}
100% {
box-shadow: 0 0 0 10px rgba(223, 119, 57, 0);
}
}
span.everest-forms-shortcode-form-embed-dot {
display: inline-block;
width: 12px;
height: 12px !important;
padding: 0 !important;
border: 0 !important;
border-radius: 50%;
background-color: #8c5aca;
animation: everest-forms-heartbeat 1.5s infinite !important;
margin: 3px 10px;
}
.wp-editor-tools span.everest-forms-shortcode-form-embed-dot {
margin-top: 9px;
}
.everest-forms-shortcode-form-embed-theme-tooltip {
display: none;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip {
z-index: 100100 !important;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 18px;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 8px;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
top: 0;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 18px;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
left: 8px;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box {
max-width: 260px;
background: white;
border: none;
border-radius: 4px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content {
color: #444444;
padding: 16px 20px 18px;
text-align: center;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content div *:first-child {
margin-top: 0 !important;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content h3 {
font-size: 16px;
letter-spacing: 0px;
line-height: 18px;
margin: 0;
color: #23282c;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content p {
font-size: 14px;
letter-spacing: 0px;
line-height: 18px;
margin: 10px 0 0;
color: #444444;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content a {
color: #1d7bac;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn {
border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
box-shadow: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 0px;
padding: 7px 18px;
border: none;
background-color: #8c5aca;
color: #ffffff;
display: block;
margin: 15px auto 0;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn:hover {
background-color: #8c5aca;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn:disabled {
cursor: default;
opacity: 0.5;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn:disabled:hover {
background-color: #8c5aca;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-arrow-border {
border: none;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-top .tooltipster-arrow-background {
border-top-color: white;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-right .tooltipster-arrow-background {
border-right-color: white;
}
.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: white;
}
.block-editor-page .edit-post-layout .components-notice-list > div {
padding-left: 50px;
}
.block-editor-page .everest-forms-shortcode-form-embed-dot {
position: absolute;
top: 75px;
left: 20px;
z-index: 9999;
}
.block-editor-page .everest-forms-shortcode-form-embed-theme {
width: 260px !important;
z-index: 99980 !important;
margin-top: 5px;
}
.block-editor-page .everest-forms-shortcode-form-embed-theme .tooltipster-box {
margin-top: 10px;
}
.block-editor-page .everest-forms-shortcode-form-embed-theme .everest-forms-shortcode-form-embed-theme-tooltips-red-arrow {
position: absolute;
display: block;
width: 15px;
height: 42px;
top: -65px;
left: 145px;
background-image: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/images/icons/red-arrow.svg);
background-size: 15px 42px;
background-repeat: no-repeat;
}
.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list > div {
padding-left: 125px;
}
.block-editor-page.is-fullscreen-mode .everest-forms-shortcode-form-embed-dot {
left: 75px;
}
.block-editor-page.is-fullscreen-mode .everest-forms-shortcode-form-embed-theme .everest-forms-shortcode-form-embed-theme-tooltips-red-arrow {
left: 105px;
}
.everest_forms_preview_confirmation_table {
width: 100%;
margin-top: 20px;
border: 1px solid #ddd;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
.everest_forms_preview_confirmation_table_label {
width: 100%;
padding: 5px 10px;
box-sizing: border-box;
border-top: 1px solid #ddd;
font-weight: bold;
}
.everest_forms_preview_confirmation_table_value {
width: 100%;
padding: 5px 10px;
box-sizing: border-box;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}
.everest_forms_preview_confirmation_table_value:first-child {
border-left: none;
}
.everest_forms_preview_confirmation_compact {
display: flex;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
}
.everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_label {
flex: 0 0 30%;
padding: 10px;
font-weight: 600;
box-sizing: border-box;
}
.everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_value {
flex: 0 0 70%;
padding: 10px;
box-sizing: border-box;
}
.everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_label:last-child,
.everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_value:last-child {
border-bottom: none;
}
.everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_value {
word-break: break-all;
}
.everest_forms_preview_confirmation_basic {
border: 1px solid #ddd;
border-radius: 5px;
padding: 20px;
background-color: #f9f9f9;
}
.everest_forms_preview_confirmation_basic_label {
margin-bottom: 10px;
font-weight: bold;
display: flex;
align-items: center;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.everest_forms_preview_confirmation_basic_label span {
color: #333;
font-weight: 400;
margin-left: 3px;
}
.everest_forms_preview_confirmation_basic_label:last-child {
border-bottom: none;
}
.everest-forms .evf-result-feedback {
font-size: 14px;
border-radius: 5px;
padding: 10px 15px;
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
}
.everest-forms .evf-result-feedback.correct_answer {
color: #4bce61;
background-color: rgba(75, 206, 97, 0.2);
}
.everest-forms .evf-result-feedback.incorrect_answer {
color: #fa5252;
background-color: rgba(250, 82, 82, 0.2);
}
.evf-field.evf-field-likert {
overflow: auto;
}
.evf-field.evf-field-likert table.everest-forms-field-likert {
background: #fff;
width: 100%;
border-radius: 3px;
overflow: hidden;
border-collapse: initial;
border: 1px solid #969696;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input,
.evf-field.evf-field-likert table.everest-forms-field-likert select {
border-color: #adb5bd;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input {
display: none;
}
.evf-field.evf-field-likert table.everest-forms-field-likert label {
height: 17px;
width: 17px;
margin: 0 auto;
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.evf-field.evf-field-likert table.everest-forms-field-likert label span {
display: none;
}
.evf-field.evf-field-likert table.everest-forms-field-likert label::before {
height: 17px;
width: 17px;
content: "";
border: 1px solid #adb5bd;
transition: all 0.25s ease 0s;
}
.evf-field.evf-field-likert table.everest-forms-field-likert label:hover::before {
border: 1px solid #697582;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input[type=radio] + label::before {
border-radius: 50%;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input[type=checkbox] + label::after, .evf-field.evf-field-likert table.everest-forms-field-likert input[type=radio] + label::after {
content: "";
position: absolute;
height: 5px;
width: 9px;
border-left: 2px solid transparent;
border-bottom: 2px solid transparent;
transform: rotate(-45deg);
margin-bottom: 0;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input[type=checkbox]:checked + label::before, .evf-field.evf-field-likert table.everest-forms-field-likert input[type=radio]:checked + label::before {
background: #697582;
border-color: #697582;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input[type=checkbox]:checked + label::after, .evf-field.evf-field-likert table.everest-forms-field-likert input[type=radio]:checked + label::after {
border-color: #fff;
}
.evf-field.evf-field-likert table.everest-forms-field-likert input[type=checkbox].evf-error + label::before, .evf-field.evf-field-likert table.everest-forms-field-likert input[type=radio].evf-error + label::before {
border-color: #fa5252;
}
.evf-field.evf-field-likert table.everest-forms-field-likert select {
height: 25px;
width: 100px;
padding: 0 5px;
}
.evf-field.evf-field-likert table.everest-forms-field-likert select + label {
display: none;
}
.evf-field.evf-field-likert table.everest-forms-field-likert th,
.evf-field.evf-field-likert table.everest-forms-field-likert td {
border: none;
padding: 10px;
height: 42px;
word-break: normal;
}
.evf-field.evf-field-likert table.everest-forms-field-likert th {
font-size: 14px;
font-weight: 400;
text-align: center;
}
.evf-field.evf-field-likert table.everest-forms-field-likert thead th {
background: #f6f7f8;
border-bottom: 1px solid #ced4da;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr {
text-align: left;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr th {
text-align: left;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr th label.evf-error {
height: auto;
width: auto;
display: block;
border: none;
padding: 0;
background: no-repeat;
margin-left: 0;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr th label.evf-error::before {
content: none;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr td {
text-align: center;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr td:last-child {
border-right: none;
}
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr:nth-child(even) th,
.evf-field.evf-field-likert table.everest-forms-field-likert tbody tr:nth-child(even) td {
background: #f6f7f8;
}
.evf-field.evf-field-scale-rating {
overflow: auto;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating {
width: 100%;
border: none;
margin-bottom: 10px;
overflow: hidden;
border-collapse: inherit;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating input {
display: none;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating input[type=radio]:hover + label, .evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating input[type=radio]:checked + label {
background: #d9dee2;
border: 3px solid #697582;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating label {
background: #f6f7f8;
height: 42px;
min-width: 40px;
margin-bottom: 0;
transition: all 0.2s ease 0s;
border: 3px solid transparent;
display: flex;
align-items: center;
justify-content: center;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating td,
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating th {
border: none;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating thead tr th {
font-size: 12px;
font-weight: 400;
padding: 0 0 10px;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating thead tr th .lowest-rating {
float: left;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating thead tr th .highest-rating {
float: right;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating tbody tr td {
padding: 0;
border-right: none;
text-align: center;
border: 1px solid #d5d9e2;
border-right: none;
line-height: 36px;
}
.evf-field.evf-field-scale-rating table.everest-forms-field-scale-rating tbody tr td:last-child {
border-right: 1px solid #d5d9e2;
} .everest-forms-notice--report {
padding: 25px;
margin-bottom: 2rem;
border-radius: 5px;
border: 1px solid #cdd0d8;
background-color: #eff1f5;
}
.everest-forms-notice--report .evf-result-box {
border-radius: 5px;
background: #fff;
color: #494d50;
margin-bottom: 25px;
padding: 15px 20px;
}
.everest-forms-notice--report .evf-result-box:last-child {
margin-bottom: 0;
}
.everest-forms-notice--report .evf-result-box ul {
margin: 0;
padding: 0;
list-style: none;
}
.everest-forms-notice--report .evf-result-box ul li {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.everest-forms-notice--report .evf-result-box ul li input[type=radio], .everest-forms-notice--report .evf-result-box ul li input[type=checkbox] {
margin-right: 10px;
}
.everest-forms-notice--report .evf-result-box ul li.correct_answer {
color: #4bce61;
}
.everest-forms-notice--report .evf-result-box ul li.incorrect_answer {
color: #fa5252;
}
.everest-forms-notice--report .evf-result-box .evf-result-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
}
.everest-forms-notice--report .evf-result-box .evf-result-answers {
font-size: 14px;
margin-bottom: 10px;
}
.everest-forms-notice--report .evf-result-box .evf-result-answers .evf-result-label-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.everest-forms-notice--report .evf-result-box .evf-result-answers .evf-poll-answer-progressbar {
display: flex;
height: 15px;
overflow: hidden;
background-color: #e9ebf1;
border-radius: 3px;
}
.everest-forms-notice--report .evf-result-box .evf-result-answers .evf-poll-answer-progressbar .evf-poll-answer-active-progressbar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
.everest-forms-notice--report .evf-result-box .evf-poll-answer-summary {
display: flex;
font-size: 18px;
margin-top: 20px;
margin-left: -20px;
margin-right: -20px;
border-top: 1px solid #cdd0d8;
}
.everest-forms-notice--report .evf-result-box .evf-poll-answer-summary .evf-total-answers-wrap,
.everest-forms-notice--report .evf-result-box .evf-poll-answer-summary .evf-skipped-answers-wrap {
font-weight: 600;
padding: 15px 20px;
margin-bottom: -15px;
display: flex;
flex: 1;
justify-content: space-between;
}
.everest-forms-notice--report .evf-result-box .evf-poll-answer-summary .evf-total-answers-wrap {
border-right: 1px solid #cdd0d8;
}
.everest-forms-notice--report .evf-result-box.evf-quiz-result .evf-quiz-title-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 18px;
font-weight: 600;
}
.everest-forms-notice--report .evf-result-box.evf-quiz-result .evf-quiz-title-wrap .evf-result-title,
.everest-forms-notice--report .evf-result-box.evf-quiz-result .evf-quiz-title-wrap .evf-result-marks {
flex: 1;
}
.everest-forms-notice--report .evf-result-box.evf-quiz-result .evf-quiz-title-wrap .evf-result-marks {
text-align: right;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no {
display: inline-flex;
margin-right: 30px;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no .input-text {
display: none;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no svg {
height: 32px;
width: 32px;
opacity: 0.5;
stroke-width: 0.6px;
stroke: rgba(0, 0, 0, 0.65);
transition: all 0.5s ease-in-out;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no svg:hover {
cursor: pointer;
opacity: 1;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no label {
margin: 0;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no label:hover {
cursor: pointer;
}
.everest-forms-field-yes-no-container .everest-forms-field-yes-no.active svg {
opacity: 1;
animation: wiggle 2s linear;
}
.everest-forms-field-rating-container input[type=radio] {
display: none;
}
.everest-forms-field-rating-container label {
display: inline-block;
margin-right: 10px;
}
.everest-forms-field-rating-container .everest-forms-field-rating {
transition: all 0.25s ease 0s;
}
.everest-forms-field-rating-container .everest-forms-field-rating svg {
transition: all 0.25s ease 0s;
opacity: 0.6;
}
.everest-forms-field-rating-container .everest-forms-field-rating.hover, .everest-forms-field-rating-container .everest-forms-field-rating.selected {
transform: scale(1.25);
}
.everest-forms-field-rating-container .everest-forms-field-rating.hover svg, .everest-forms-field-rating-container .everest-forms-field-rating.selected svg {
opacity: 1;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container {
display: flex;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no {
padding: 8px 32px;
border: 1px solid;
border-radius: 4px;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no:hover {
cursor: pointer;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.yes {
border-color: #008000;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.yes:hover {
background-color: #eeffee;
transition: 0.2s ease-in-out;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.no {
border-color: #ff0000;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.no:hover {
background-color: #fff1f1;
transition: 0.2s ease-in-out;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.active.yes {
background-color: #eeffee;
transition: 0.5s ease-in-out;
animation: shrinkgrow 0.2s linear;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.active.yes label {
color: #008000;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.active.no {
background-color: #fff1f1;
transition: 0.5s ease-in-out;
animation: shrinkgrow 0.2s linear;
}
.evf-yes-no-field-with-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no.active.no label {
color: #ff0000;
}
.evf-yes-no-field-with-icon-text .everest-forms-field-yes-no-container .everest-forms-field-yes-no {
display: inline-flex;
justify-content: center;
align-items: center;
column-gap: 8px;
}
@keyframes wiggle {
0% {
transform: rotateZ(0);
}
15% {
transform: rotateZ(-15deg);
}
20% {
transform: rotateZ(10deg);
}
25% {
transform: rotateZ(-10deg);
}
30% {
transform: rotateZ(6deg);
}
35% {
transform: rotateZ(-4deg);
}
100% {
transform: rotateZ(0);
}
}
@keyframes shrinkgrow {
0% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
.evf-td-head {
background: #f6f7f8;
border-bottom: 1px solid #ced4da !important;
} .everest-forms-beaver__container {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.everest-forms-beaver__container img.everest-forms-logo__beaver {
background: #7545bb;
padding: 1rem;
border-radius: 14px;
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.everest_forms_divi_builder:before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.4553%202.87459H12.0039L13.0616%204.65593H16.513L15.4553%202.87459Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M17.6262%206.43721H14.1748L15.2882%208.21856H18.7395L17.6262%206.43721Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M17.5703%2015.3441H17.0693H15.5106H4.4328L9.94387%206.32597L12.2262%2010H11.7252H9.94387L8.88619%2011.7814H9.94387H10.6675H15.3993L9.94387%202.98592L1.25977%2017.1254H2.81845H17.0693H18.6836L17.5703%2015.3441Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
height: 16px;
background-repeat: no-repeat;
background-position: center;
filter: invert(47%) sepia(92%) saturate(2271%) hue-rotate(187deg) brightness(91%) contrast(86%);
}
body .everest-forms-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
body .everest-forms-popup-overlay .everest-forms-popup {
background: #fff;
padding: 20px 30px;
border-radius: 8px;
width: 386px;
height: 278px;
text-align: center;
position: relative;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
body .everest-forms-popup-overlay .everest-forms-popup img.everest-forms-popup-success-logo {
margin-top: 54px;
margin-bottom: 24px;
}
body .everest-forms-popup-overlay .everest-forms-popup p.everest-forms-popup-success-text {
font-size: 24px;
font-weight: 500;
}
body .everest-forms-popup-overlay .everest-forms-popup p {
font-size: 15px;
font-weight: 400;
margin: 0;
}
body .everest-forms-popup-overlay .everest-forms-popup-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
font-weight: bold;
color: #aaa;
cursor: pointer;
transition: color 0.3s;
margin-top: 24px;
margin-right: 24px;
}
.everest-forms-modal {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 99999999;
}
.everest-forms-modal::after {
content: "";
position: absolute;
background-color: rgba(0, 0, 0, 0.3568627451);
inset: 0;
z-index: 1;
}
.everest-forms-modal .evf-model {
display: flex;
flex-direction: column;
gap: 8px;
overflow-y: auto;
padding: 24px;
border-radius: 8px;
box-shadow: 2px 6px 32px 0 rgba(0, 0, 0, 0.1254901961);
position: relative;
background-color: #fff;
z-index: 999;
transition: scrollbar 0.5s ease-out;
animation: MoveIn 0.5s ease-in-out;
}
.everest-forms-modal .evf-model::-webkit-scrollbar {
width: 10px;
}
.everest-forms-modal .evf-model::-webkit-scrollbar-track {
width: 20px;
background-color: #fff;
border-radius: 8px;
}
.everest-forms-modal .evf-model::-webkit-scrollbar-thumb {
display: none;
border-radius: 8px;
width: 10px;
border: 5px solid #d5d5d5;
background-clip: content-box;
}
.everest-forms-modal .evf-model:hover::-webkit-scrollbar-thumb {
display: block;
}
.everest-forms-modal .evf-model .evf-close-popup {
text-decoration: none;
line-height: 20px;
color: #a7a7a7;
cursor: pointer;
font-size: 28px;
font-weight: 600;
position: absolute;
right: 16px;
top: 14px;
transition: all 0.3s ease-in-out;
z-index: 99999;
}
.everest-forms-modal .evf-model .evf-close-popup:hover {
color: #ff6a6a;
}
.everest-forms-modal .evf-model .header-wrap,
.everest-forms-modal .evf-model .footer-wrap {
justify-items: center;
}
.everest-forms-modal .evf-model .header-wrap .title,
.everest-forms-modal .evf-model .footer-wrap .title {
margin: 0px 0px 12px 0px;
font-weight: 500;
font-size: 30px;
line-height: 40px;
width: 100%;
text-align: center;
color: #222222;
}
.everest-forms-modal .evf-model .header-wrap .desc,
.everest-forms-modal .evf-model .footer-wrap .desc {
font-size: 16px;
line-height: 24px;
color: #494d50;
}
.everest-forms-modal .evf-model .everest-forms {
margin-top: 30px;
margin-bottom: 30px;
}
.everest-forms-modal .evf-model .everest-forms .evf-container.default {
margin-bottom: 0;
}
.everest-forms-modal .evf-model .everest-forms .evf-container.default .everest-form .evf-submit-container {
margin: 24px 0 0 0;
}
.everest-forms-modal .evf-model.evf-default {
min-width: 45vw;
height: 70vh;
}
.everest-forms-modal .evf-model.evf-medium {
min-width: 55vw;
height: 70vh;
}
.everest-forms-modal .evf-model.evf-large {
min-width: 65vw;
height: 70vh;
}
.evf-popup-type-premium-label {
position: relative;
display: inline-block;
padding-right: 20px; }
.evf-popup-type-premium-label::before {
content: "";
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42ODc1IiB5PSIxLjE4NzUiIHdpZHRoPSIxMC42MjUiIGhlaWdodD0iMTAuNjI1IiByeD0iMS41NjI1IiBmaWxsPSIjNzU0NUJCIiBzdHJva2U9IiM3NTQ1QkIiIHN0cm9rZS13aWR0aD0iMC42MjUiLz4KPHBhdGggZD0iTTYuMDAwMjggMy43MjE5NUw3LjY2Njk1IDguMTY2NEg0LjMzMzYyTDYuMDAwMjggMy43MjE5NVoiIGZpbGw9IiNFRkVGRUYiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkZCIgY2xpcC1ydWxlPSJldmVub2RkZCIgZD0iTTMuMjIyNTMgNC44MzMwNkwzLjYxOTM2IDguMTY2M0g4LjM4MTI2TDguNzc4MDkgNC44MzMwNkw2LjAwMDMxIDcuMTI0NzNMMy4yMjI1MyA0LjgzMzA2Wk04LjM4MTIzIDguNDgzODVIMy42MTkzMlY5LjI3NzVIOC4zODEyM1Y4LjQ4Mzg1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
width: 16px;
height: 16px;
top: 0;
right: 0;
}body .iti,
div.evf-container .everest-form .iti {
position: relative;
display: inline-block;
}
body .iti *,
div.evf-container .everest-form .iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
body .iti__hide,
div.evf-container .everest-form .iti__hide {
display: none;
}
body .iti__v-hide,
div.evf-container .everest-form .iti__v-hide {
visibility: hidden;
}
body .iti input,
body .iti input[type=text],
body .iti input[type=tel],
div.evf-container .everest-form .iti input,
div.evf-container .everest-form .iti input[type=text],
div.evf-container .everest-form .iti input[type=tel] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
body .iti__flag-container,
div.evf-container .everest-form .iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
body .iti__selected-flag,
div.evf-container .everest-form .iti__selected-flag {
z-index: 1;
outline: none;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px;
}
body .iti__arrow,
div.evf-container .everest-form .iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
body .iti__arrow--up,
div.evf-container .everest-form .iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555;
}
body .iti__country-list,
div.evf-container .everest-form .iti__country-list {
position: absolute;
z-index: 20;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: #fff !important;
border: 1px solid #ccc;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
body .iti__country-list--dropup,
div.evf-container .everest-form .iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 600px) {
body .iti__country-list,
div.evf-container .everest-form .iti__country-list {
max-width: 90vw;
}
}
body .iti__flag-box,
div.evf-container .everest-form .iti__flag-box {
display: inline-block;
width: 20px;
}
body .iti__divider,
div.evf-container .everest-form .iti__divider {
margin: 0 !important;
border-bottom: 1px solid #ccc !important;
}
body .iti__country,
div.evf-container .everest-form .iti__country {
padding: 5px 10px;
outline: none;
}
body .iti__dial-code,
div.evf-container .everest-form .iti__dial-code {
color: #999;
vertical-align: baseline;
line-height: 1;
}
body .iti__country.iti__highlight,
div.evf-container .everest-form .iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05) !important;
}
body .iti__flag-box, body .iti__country-name,
div.evf-container .everest-form .iti__flag-box,
div.evf-container .everest-form .iti__country-name {
vertical-align: middle;
line-height: 1;
}
body .iti__flag-box, body .iti__country-name,
div.evf-container .everest-form .iti__flag-box,
div.evf-container .everest-form .iti__country-name {
margin-right: 10px;
}
body .iti--allow-dropdown input,
body .iti--allow-dropdown input[type=text],
body .iti--allow-dropdown input[type=tel], body .iti--separate-dial-code input,
body .iti--separate-dial-code input[type=text],
body .iti--separate-dial-code input[type=tel],
div.evf-container .everest-form .iti--allow-dropdown input,
div.evf-container .everest-form .iti--allow-dropdown input[type=text],
div.evf-container .everest-form .iti--allow-dropdown input[type=tel],
div.evf-container .everest-form .iti--separate-dial-code input,
div.evf-container .everest-form .iti--separate-dial-code input[type=text],
div.evf-container .everest-form .iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
body .iti--allow-dropdown .iti__flag-container, body .iti--separate-dial-code .iti__flag-container,
div.evf-container .everest-form .iti--allow-dropdown .iti__flag-container,
div.evf-container .everest-form .iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0;
}
body .iti--allow-dropdown .iti__flag-container:hover,
div.evf-container .everest-form .iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer;
}
body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
div.evf-container .everest-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
body .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
body .iti--allow-dropdown input[readonly] + .iti__flag-container:hover,
div.evf-container .everest-form .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
div.evf-container .everest-form .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default;
}
body .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
body .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag,
div.evf-container .everest-form .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
div.evf-container .everest-form .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
background-color: transparent;
}
body .iti--separate-dial-code .iti__selected-flag,
div.evf-container .everest-form .iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
body .iti--separate-dial-code .iti__selected-dial-code,
div.evf-container .everest-form .iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
}
body .iti--container,
div.evf-container .everest-form .iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
body .iti--container:hover,
div.evf-container .everest-form .iti--container:hover {
cursor: pointer;
}
body .iti__flag,
div.evf-container .everest-form .iti__flag {
width: 20px;
}
body .iti__flag.iti__be,
div.evf-container .everest-form .iti__flag.iti__be {
width: 18px;
}
body .iti__flag.iti__ch,
div.evf-container .everest-form .iti__flag.iti__ch {
width: 15px;
}
body .iti__flag.iti__mc,
div.evf-container .everest-form .iti__flag.iti__mc {
width: 19px;
}
body .iti__flag.iti__ne,
div.evf-container .everest-form .iti__flag.iti__ne {
width: 18px;
}
body .iti__flag.iti__np,
div.evf-container .everest-form .iti__flag.iti__np {
width: 13px;
}
body .iti__flag.iti__va,
div.evf-container .everest-form .iti__flag.iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body .iti__flag,
div.evf-container .everest-form .iti__flag {
background-size: 5652px 15px;
}
}
body .iti__flag.iti__ac,
div.evf-container .everest-form .iti__flag.iti__ac {
height: 10px;
background-position: 0px 0px;
}
body .iti__flag.iti__ad,
div.evf-container .everest-form .iti__flag.iti__ad {
height: 14px;
background-position: -22px 0px;
}
body .iti__flag.iti__ae,
div.evf-container .everest-form .iti__flag.iti__ae {
height: 10px;
background-position: -44px 0px;
}
body .iti__flag.iti__af,
div.evf-container .everest-form .iti__flag.iti__af {
height: 14px;
background-position: -66px 0px;
}
body .iti__flag.iti__ag,
div.evf-container .everest-form .iti__flag.iti__ag {
height: 14px;
background-position: -88px 0px;
}
body .iti__flag.iti__ai,
div.evf-container .everest-form .iti__flag.iti__ai {
height: 10px;
background-position: -110px 0px;
}
body .iti__flag.iti__al,
div.evf-container .everest-form .iti__flag.iti__al {
height: 15px;
background-position: -132px 0px;
}
body .iti__flag.iti__am,
div.evf-container .everest-form .iti__flag.iti__am {
height: 10px;
background-position: -154px 0px;
}
body .iti__flag.iti__ao,
div.evf-container .everest-form .iti__flag.iti__ao {
height: 14px;
background-position: -176px 0px;
}
body .iti__flag.iti__aq,
div.evf-container .everest-form .iti__flag.iti__aq {
height: 14px;
background-position: -198px 0px;
}
body .iti__flag.iti__ar,
div.evf-container .everest-form .iti__flag.iti__ar {
height: 13px;
background-position: -220px 0px;
}
body .iti__flag.iti__as,
div.evf-container .everest-form .iti__flag.iti__as {
height: 10px;
background-position: -242px 0px;
}
body .iti__flag.iti__at,
div.evf-container .everest-form .iti__flag.iti__at {
height: 14px;
background-position: -264px 0px;
}
body .iti__flag.iti__au,
div.evf-container .everest-form .iti__flag.iti__au {
height: 10px;
background-position: -286px 0px;
}
body .iti__flag.iti__aw,
div.evf-container .everest-form .iti__flag.iti__aw {
height: 14px;
background-position: -308px 0px;
}
body .iti__flag.iti__ax,
div.evf-container .everest-form .iti__flag.iti__ax {
height: 13px;
background-position: -330px 0px;
}
body .iti__flag.iti__az,
div.evf-container .everest-form .iti__flag.iti__az {
height: 10px;
background-position: -352px 0px;
}
body .iti__flag.iti__ba,
div.evf-container .everest-form .iti__flag.iti__ba {
height: 10px;
background-position: -374px 0px;
}
body .iti__flag.iti__bb,
div.evf-container .everest-form .iti__flag.iti__bb {
height: 14px;
background-position: -396px 0px;
}
body .iti__flag.iti__bd,
div.evf-container .everest-form .iti__flag.iti__bd {
height: 12px;
background-position: -418px 0px;
}
body .iti__flag.iti__be,
div.evf-container .everest-form .iti__flag.iti__be {
height: 15px;
background-position: -440px 0px;
}
body .iti__flag.iti__bf,
div.evf-container .everest-form .iti__flag.iti__bf {
height: 14px;
background-position: -460px 0px;
}
body .iti__flag.iti__bg,
div.evf-container .everest-form .iti__flag.iti__bg {
height: 12px;
background-position: -482px 0px;
}
body .iti__flag.iti__bh,
div.evf-container .everest-form .iti__flag.iti__bh {
height: 12px;
background-position: -504px 0px;
}
body .iti__flag.iti__bi,
div.evf-container .everest-form .iti__flag.iti__bi {
height: 12px;
background-position: -526px 0px;
}
body .iti__flag.iti__bj,
div.evf-container .everest-form .iti__flag.iti__bj {
height: 14px;
background-position: -548px 0px;
}
body .iti__flag.iti__bl,
div.evf-container .everest-form .iti__flag.iti__bl {
height: 14px;
background-position: -570px 0px;
}
body .iti__flag.iti__bm,
div.evf-container .everest-form .iti__flag.iti__bm {
height: 10px;
background-position: -592px 0px;
}
body .iti__flag.iti__bn,
div.evf-container .everest-form .iti__flag.iti__bn {
height: 10px;
background-position: -614px 0px;
}
body .iti__flag.iti__bo,
div.evf-container .everest-form .iti__flag.iti__bo {
height: 14px;
background-position: -636px 0px;
}
body .iti__flag.iti__bq,
div.evf-container .everest-form .iti__flag.iti__bq {
height: 14px;
background-position: -658px 0px;
}
body .iti__flag.iti__br,
div.evf-container .everest-form .iti__flag.iti__br {
height: 14px;
background-position: -680px 0px;
}
body .iti__flag.iti__bs,
div.evf-container .everest-form .iti__flag.iti__bs {
height: 10px;
background-position: -702px 0px;
}
body .iti__flag.iti__bt,
div.evf-container .everest-form .iti__flag.iti__bt {
height: 14px;
background-position: -724px 0px;
}
body .iti__flag.iti__bv,
div.evf-container .everest-form .iti__flag.iti__bv {
height: 15px;
background-position: -746px 0px;
}
body .iti__flag.iti__bw,
div.evf-container .everest-form .iti__flag.iti__bw {
height: 14px;
background-position: -768px 0px;
}
body .iti__flag.iti__by,
div.evf-container .everest-form .iti__flag.iti__by {
height: 10px;
background-position: -790px 0px;
}
body .iti__flag.iti__bz,
div.evf-container .everest-form .iti__flag.iti__bz {
height: 14px;
background-position: -812px 0px;
}
body .iti__flag.iti__ca,
div.evf-container .everest-form .iti__flag.iti__ca {
height: 10px;
background-position: -834px 0px;
}
body .iti__flag.iti__cc,
div.evf-container .everest-form .iti__flag.iti__cc {
height: 10px;
background-position: -856px 0px;
}
body .iti__flag.iti__cd,
div.evf-container .everest-form .iti__flag.iti__cd {
height: 15px;
background-position: -878px 0px;
}
body .iti__flag.iti__cf,
div.evf-container .everest-form .iti__flag.iti__cf {
height: 14px;
background-position: -900px 0px;
}
body .iti__flag.iti__cg,
div.evf-container .everest-form .iti__flag.iti__cg {
height: 14px;
background-position: -922px 0px;
}
body .iti__flag.iti__ch,
div.evf-container .everest-form .iti__flag.iti__ch {
height: 15px;
background-position: -944px 0px;
}
body .iti__flag.iti__ci,
div.evf-container .everest-form .iti__flag.iti__ci {
height: 14px;
background-position: -961px 0px;
}
body .iti__flag.iti__ck,
div.evf-container .everest-form .iti__flag.iti__ck {
height: 10px;
background-position: -983px 0px;
}
body .iti__flag.iti__cl,
div.evf-container .everest-form .iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0px;
}
body .iti__flag.iti__cm,
div.evf-container .everest-form .iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0px;
}
body .iti__flag.iti__cn,
div.evf-container .everest-form .iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0px;
}
body .iti__flag.iti__co,
div.evf-container .everest-form .iti__flag.iti__co {
height: 14px;
background-position: -1071px 0px;
}
body .iti__flag.iti__cp,
div.evf-container .everest-form .iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0px;
}
body .iti__flag.iti__cr,
div.evf-container .everest-form .iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0px;
}
body .iti__flag.iti__cu,
div.evf-container .everest-form .iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0px;
}
body .iti__flag.iti__cv,
div.evf-container .everest-form .iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0px;
}
body .iti__flag.iti__cw,
div.evf-container .everest-form .iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0px;
}
body .iti__flag.iti__cx,
div.evf-container .everest-form .iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0px;
}
body .iti__flag.iti__cy,
div.evf-container .everest-form .iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0px;
}
body .iti__flag.iti__cz,
div.evf-container .everest-form .iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0px;
}
body .iti__flag.iti__de,
div.evf-container .everest-form .iti__flag.iti__de {
height: 12px;
background-position: -1269px 0px;
}
body .iti__flag.iti__dg,
div.evf-container .everest-form .iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0px;
}
body .iti__flag.iti__dj,
div.evf-container .everest-form .iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0px;
}
body .iti__flag.iti__dk,
div.evf-container .everest-form .iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0px;
}
body .iti__flag.iti__dm,
div.evf-container .everest-form .iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0px;
}
body .iti__flag.iti__do,
div.evf-container .everest-form .iti__flag.iti__do {
height: 14px;
background-position: -1379px 0px;
}
body .iti__flag.iti__dz,
div.evf-container .everest-form .iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0px;
}
body .iti__flag.iti__ea,
div.evf-container .everest-form .iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0px;
}
body .iti__flag.iti__ec,
div.evf-container .everest-form .iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0px;
}
body .iti__flag.iti__ee,
div.evf-container .everest-form .iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0px;
}
body .iti__flag.iti__eg,
div.evf-container .everest-form .iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0px;
}
body .iti__flag.iti__eh,
div.evf-container .everest-form .iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0px;
}
body .iti__flag.iti__er,
div.evf-container .everest-form .iti__flag.iti__er {
height: 10px;
background-position: -1533px 0px;
}
body .iti__flag.iti__es,
div.evf-container .everest-form .iti__flag.iti__es {
height: 14px;
background-position: -1555px 0px;
}
body .iti__flag.iti__et,
div.evf-container .everest-form .iti__flag.iti__et {
height: 10px;
background-position: -1577px 0px;
}
body .iti__flag.iti__eu,
div.evf-container .everest-form .iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0px;
}
body .iti__flag.iti__fi,
div.evf-container .everest-form .iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0px;
}
body .iti__flag.iti__fj,
div.evf-container .everest-form .iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0px;
}
body .iti__flag.iti__fk,
div.evf-container .everest-form .iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0px;
}
body .iti__flag.iti__fm,
div.evf-container .everest-form .iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0px;
}
body .iti__flag.iti__fo,
div.evf-container .everest-form .iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0px;
}
body .iti__flag.iti__fr,
div.evf-container .everest-form .iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0px;
}
body .iti__flag.iti__ga,
div.evf-container .everest-form .iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0px;
}
body .iti__flag.iti__gb,
div.evf-container .everest-form .iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0px;
}
body .iti__flag.iti__gd,
div.evf-container .everest-form .iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0px;
}
body .iti__flag.iti__ge,
div.evf-container .everest-form .iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0px;
}
body .iti__flag.iti__gf,
div.evf-container .everest-form .iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0px;
}
body .iti__flag.iti__gg,
div.evf-container .everest-form .iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0px;
}
body .iti__flag.iti__gh,
div.evf-container .everest-form .iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0px;
}
body .iti__flag.iti__gi,
div.evf-container .everest-form .iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0px;
}
body .iti__flag.iti__gl,
div.evf-container .everest-form .iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0px;
}
body .iti__flag.iti__gm,
div.evf-container .everest-form .iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0px;
}
body .iti__flag.iti__gn,
div.evf-container .everest-form .iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0px;
}
body .iti__flag.iti__gp,
div.evf-container .everest-form .iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0px;
}
body .iti__flag.iti__gq,
div.evf-container .everest-form .iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0px;
}
body .iti__flag.iti__gr,
div.evf-container .everest-form .iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0px;
}
body .iti__flag.iti__gs,
div.evf-container .everest-form .iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0px;
}
body .iti__flag.iti__gt,
div.evf-container .everest-form .iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0px;
}
body .iti__flag.iti__gu,
div.evf-container .everest-form .iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0px;
}
body .iti__flag.iti__gw,
div.evf-container .everest-form .iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0px;
}
body .iti__flag.iti__gy,
div.evf-container .everest-form .iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0px;
}
body .iti__flag.iti__hk,
div.evf-container .everest-form .iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0px;
}
body .iti__flag.iti__hm,
div.evf-container .everest-form .iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0px;
}
body .iti__flag.iti__hn,
div.evf-container .everest-form .iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0px;
}
body .iti__flag.iti__hr,
div.evf-container .everest-form .iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0px;
}
body .iti__flag.iti__ht,
div.evf-container .everest-form .iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0px;
}
body .iti__flag.iti__hu,
div.evf-container .everest-form .iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0px;
}
body .iti__flag.iti__ic,
div.evf-container .everest-form .iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0px;
}
body .iti__flag.iti__id,
div.evf-container .everest-form .iti__flag.iti__id {
height: 14px;
background-position: -2325px 0px;
}
body .iti__flag.iti__ie,
div.evf-container .everest-form .iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0px;
}
body .iti__flag.iti__il,
div.evf-container .everest-form .iti__flag.iti__il {
height: 15px;
background-position: -2369px 0px;
}
body .iti__flag.iti__im,
div.evf-container .everest-form .iti__flag.iti__im {
height: 10px;
background-position: -2391px 0px;
}
body .iti__flag.iti__in,
div.evf-container .everest-form .iti__flag.iti__in {
height: 14px;
background-position: -2413px 0px;
}
body .iti__flag.iti__io,
div.evf-container .everest-form .iti__flag.iti__io {
height: 10px;
background-position: -2435px 0px;
}
body .iti__flag.iti__iq,
div.evf-container .everest-form .iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0px;
}
body .iti__flag.iti__ir,
div.evf-container .everest-form .iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0px;
}
body .iti__flag.iti__is,
div.evf-container .everest-form .iti__flag.iti__is {
height: 15px;
background-position: -2501px 0px;
}
body .iti__flag.iti__it,
div.evf-container .everest-form .iti__flag.iti__it {
height: 14px;
background-position: -2523px 0px;
}
body .iti__flag.iti__je,
div.evf-container .everest-form .iti__flag.iti__je {
height: 12px;
background-position: -2545px 0px;
}
body .iti__flag.iti__jm,
div.evf-container .everest-form .iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0px;
}
body .iti__flag.iti__jo,
div.evf-container .everest-form .iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0px;
}
body .iti__flag.iti__jp,
div.evf-container .everest-form .iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0px;
}
body .iti__flag.iti__ke,
div.evf-container .everest-form .iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0px;
}
body .iti__flag.iti__kg,
div.evf-container .everest-form .iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0px;
}
body .iti__flag.iti__kh,
div.evf-container .everest-form .iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0px;
}
body .iti__flag.iti__ki,
div.evf-container .everest-form .iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0px;
}
body .iti__flag.iti__km,
div.evf-container .everest-form .iti__flag.iti__km {
height: 12px;
background-position: -2721px 0px;
}
body .iti__flag.iti__kn,
div.evf-container .everest-form .iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0px;
}
body .iti__flag.iti__kp,
div.evf-container .everest-form .iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0px;
}
body .iti__flag.iti__kr,
div.evf-container .everest-form .iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0px;
}
body .iti__flag.iti__kw,
div.evf-container .everest-form .iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0px;
}
body .iti__flag.iti__ky,
div.evf-container .everest-form .iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0px;
}
body .iti__flag.iti__kz,
div.evf-container .everest-form .iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0px;
}
body .iti__flag.iti__la,
div.evf-container .everest-form .iti__flag.iti__la {
height: 14px;
background-position: -2875px 0px;
}
body .iti__flag.iti__lb,
div.evf-container .everest-form .iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0px;
}
body .iti__flag.iti__lc,
div.evf-container .everest-form .iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0px;
}
body .iti__flag.iti__li,
div.evf-container .everest-form .iti__flag.iti__li {
height: 12px;
background-position: -2941px 0px;
}
body .iti__flag.iti__lk,
div.evf-container .everest-form .iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0px;
}
body .iti__flag.iti__lr,
div.evf-container .everest-form .iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0px;
}
body .iti__flag.iti__ls,
div.evf-container .everest-form .iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0px;
}
body .iti__flag.iti__lt,
div.evf-container .everest-form .iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0px;
}
body .iti__flag.iti__lu,
div.evf-container .everest-form .iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0px;
}
body .iti__flag.iti__lv,
div.evf-container .everest-form .iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0px;
}
body .iti__flag.iti__ly,
div.evf-container .everest-form .iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0px;
}
body .iti__flag.iti__ma,
div.evf-container .everest-form .iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0px;
}
body .iti__flag.iti__mc,
div.evf-container .everest-form .iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0px;
}
body .iti__flag.iti__md,
div.evf-container .everest-form .iti__flag.iti__md {
height: 10px;
background-position: -3160px 0px;
}
body .iti__flag.iti__me,
div.evf-container .everest-form .iti__flag.iti__me {
height: 10px;
background-position: -3182px 0px;
}
body .iti__flag.iti__mf,
div.evf-container .everest-form .iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0px;
}
body .iti__flag.iti__mg,
div.evf-container .everest-form .iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0px;
}
body .iti__flag.iti__mh,
div.evf-container .everest-form .iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0px;
}
body .iti__flag.iti__mk,
div.evf-container .everest-form .iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0px;
}
body .iti__flag.iti__ml,
div.evf-container .everest-form .iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0px;
}
body .iti__flag.iti__mm,
div.evf-container .everest-form .iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0px;
}
body .iti__flag.iti__mn,
div.evf-container .everest-form .iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0px;
}
body .iti__flag.iti__mo,
div.evf-container .everest-form .iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0px;
}
body .iti__flag.iti__mp,
div.evf-container .everest-form .iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0px;
}
body .iti__flag.iti__mq,
div.evf-container .everest-form .iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0px;
}
body .iti__flag.iti__mr,
div.evf-container .everest-form .iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0px;
}
body .iti__flag.iti__ms,
div.evf-container .everest-form .iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0px;
}
body .iti__flag.iti__mt,
div.evf-container .everest-form .iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0px;
}
body .iti__flag.iti__mu,
div.evf-container .everest-form .iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0px;
}
body .iti__flag.iti__mv,
div.evf-container .everest-form .iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0px;
}
body .iti__flag.iti__mw,
div.evf-container .everest-form .iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0px;
}
body .iti__flag.iti__mx,
div.evf-container .everest-form .iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0px;
}
body .iti__flag.iti__my,
div.evf-container .everest-form .iti__flag.iti__my {
height: 10px;
background-position: -3578px 0px;
}
body .iti__flag.iti__mz,
div.evf-container .everest-form .iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0px;
}
body .iti__flag.iti__na,
div.evf-container .everest-form .iti__flag.iti__na {
height: 14px;
background-position: -3622px 0px;
}
body .iti__flag.iti__nc,
div.evf-container .everest-form .iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0px;
}
body .iti__flag.iti__ne,
div.evf-container .everest-form .iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0px;
}
body .iti__flag.iti__nf,
div.evf-container .everest-form .iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0px;
}
body .iti__flag.iti__ng,
div.evf-container .everest-form .iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0px;
}
body .iti__flag.iti__ni,
div.evf-container .everest-form .iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0px;
}
body .iti__flag.iti__nl,
div.evf-container .everest-form .iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0px;
}
body .iti__flag.iti__no,
div.evf-container .everest-form .iti__flag.iti__no {
height: 15px;
background-position: -3774px 0px;
}
body .iti__flag.iti__np,
div.evf-container .everest-form .iti__flag.iti__np {
height: 15px;
background-position: -3796px 0px;
}
body .iti__flag.iti__nr,
div.evf-container .everest-form .iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0px;
}
body .iti__flag.iti__nu,
div.evf-container .everest-form .iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0px;
}
body .iti__flag.iti__nz,
div.evf-container .everest-form .iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0px;
}
body .iti__flag.iti__om,
div.evf-container .everest-form .iti__flag.iti__om {
height: 10px;
background-position: -3877px 0px;
}
body .iti__flag.iti__pa,
div.evf-container .everest-form .iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0px;
}
body .iti__flag.iti__pe,
div.evf-container .everest-form .iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0px;
}
body .iti__flag.iti__pf,
div.evf-container .everest-form .iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0px;
}
body .iti__flag.iti__pg,
div.evf-container .everest-form .iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0px;
}
body .iti__flag.iti__ph,
div.evf-container .everest-form .iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0px;
}
body .iti__flag.iti__pk,
div.evf-container .everest-form .iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0px;
}
body .iti__flag.iti__pl,
div.evf-container .everest-form .iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0px;
}
body .iti__flag.iti__pm,
div.evf-container .everest-form .iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0px;
}
body .iti__flag.iti__pn,
div.evf-container .everest-form .iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0px;
}
body .iti__flag.iti__pr,
div.evf-container .everest-form .iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0px;
}
body .iti__flag.iti__ps,
div.evf-container .everest-form .iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0px;
}
body .iti__flag.iti__pt,
div.evf-container .everest-form .iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0px;
}
body .iti__flag.iti__pw,
div.evf-container .everest-form .iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0px;
}
body .iti__flag.iti__py,
div.evf-container .everest-form .iti__flag.iti__py {
height: 11px;
background-position: -4185px 0px;
}
body .iti__flag.iti__qa,
div.evf-container .everest-form .iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0px;
}
body .iti__flag.iti__re,
div.evf-container .everest-form .iti__flag.iti__re {
height: 14px;
background-position: -4229px 0px;
}
body .iti__flag.iti__ro,
div.evf-container .everest-form .iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0px;
}
body .iti__flag.iti__rs,
div.evf-container .everest-form .iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0px;
}
body .iti__flag.iti__ru,
div.evf-container .everest-form .iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0px;
}
body .iti__flag.iti__rw,
div.evf-container .everest-form .iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0px;
}
body .iti__flag.iti__sa,
div.evf-container .everest-form .iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0px;
}
body .iti__flag.iti__sb,
div.evf-container .everest-form .iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0px;
}
body .iti__flag.iti__sc,
div.evf-container .everest-form .iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0px;
}
body .iti__flag.iti__sd,
div.evf-container .everest-form .iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0px;
}
body .iti__flag.iti__se,
div.evf-container .everest-form .iti__flag.iti__se {
height: 13px;
background-position: -4427px 0px;
}
body .iti__flag.iti__sg,
div.evf-container .everest-form .iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0px;
}
body .iti__flag.iti__sh,
div.evf-container .everest-form .iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0px;
}
body .iti__flag.iti__si,
div.evf-container .everest-form .iti__flag.iti__si {
height: 10px;
background-position: -4493px 0px;
}
body .iti__flag.iti__sj,
div.evf-container .everest-form .iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0px;
}
body .iti__flag.iti__sk,
div.evf-container .everest-form .iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0px;
}
body .iti__flag.iti__sl,
div.evf-container .everest-form .iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0px;
}
body .iti__flag.iti__sm,
div.evf-container .everest-form .iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0px;
}
body .iti__flag.iti__sn,
div.evf-container .everest-form .iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0px;
}
body .iti__flag.iti__so,
div.evf-container .everest-form .iti__flag.iti__so {
height: 14px;
background-position: -4625px 0px;
}
body .iti__flag.iti__sr,
div.evf-container .everest-form .iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0px;
}
body .iti__flag.iti__ss,
div.evf-container .everest-form .iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0px;
}
body .iti__flag.iti__st,
div.evf-container .everest-form .iti__flag.iti__st {
height: 10px;
background-position: -4691px 0px;
}
body .iti__flag.iti__sv,
div.evf-container .everest-form .iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0px;
}
body .iti__flag.iti__sx,
div.evf-container .everest-form .iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0px;
}
body .iti__flag.iti__sy,
div.evf-container .everest-form .iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0px;
}
body .iti__flag.iti__sz,
div.evf-container .everest-form .iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0px;
}
body .iti__flag.iti__ta,
div.evf-container .everest-form .iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0px;
}
body .iti__flag.iti__tc,
div.evf-container .everest-form .iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0px;
}
body .iti__flag.iti__td,
div.evf-container .everest-form .iti__flag.iti__td {
height: 14px;
background-position: -4845px 0px;
}
body .iti__flag.iti__tf,
div.evf-container .everest-form .iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0px;
}
body .iti__flag.iti__tg,
div.evf-container .everest-form .iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0px;
}
body .iti__flag.iti__th,
div.evf-container .everest-form .iti__flag.iti__th {
height: 14px;
background-position: -4911px 0px;
}
body .iti__flag.iti__tj,
div.evf-container .everest-form .iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0px;
}
body .iti__flag.iti__tk,
div.evf-container .everest-form .iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0px;
}
body .iti__flag.iti__tl,
div.evf-container .everest-form .iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0px;
}
body .iti__flag.iti__tm,
div.evf-container .everest-form .iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0px;
}
body .iti__flag.iti__tn,
div.evf-container .everest-form .iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0px;
}
body .iti__flag.iti__to,
div.evf-container .everest-form .iti__flag.iti__to {
height: 10px;
background-position: -5043px 0px;
}
body .iti__flag.iti__tr,
div.evf-container .everest-form .iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0px;
}
body .iti__flag.iti__tt,
div.evf-container .everest-form .iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0px;
}
body .iti__flag.iti__tv,
div.evf-container .everest-form .iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0px;
}
body .iti__flag.iti__tw,
div.evf-container .everest-form .iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0px;
}
body .iti__flag.iti__tz,
div.evf-container .everest-form .iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0px;
}
body .iti__flag.iti__ua,
div.evf-container .everest-form .iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0px;
}
body .iti__flag.iti__ug,
div.evf-container .everest-form .iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0px;
}
body .iti__flag.iti__um,
div.evf-container .everest-form .iti__flag.iti__um {
height: 11px;
background-position: -5219px 0px;
}
body .iti__flag.iti__un,
div.evf-container .everest-form .iti__flag.iti__un {
height: 14px;
background-position: -5241px 0px;
}
body .iti__flag.iti__us,
div.evf-container .everest-form .iti__flag.iti__us {
height: 11px;
background-position: -5263px 0px;
}
body .iti__flag.iti__uy,
div.evf-container .everest-form .iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0px;
}
body .iti__flag.iti__uz,
div.evf-container .everest-form .iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0px;
}
body .iti__flag.iti__va,
div.evf-container .everest-form .iti__flag.iti__va {
height: 15px;
background-position: -5329px 0px;
}
body .iti__flag.iti__vc,
div.evf-container .everest-form .iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0px;
}
body .iti__flag.iti__ve,
div.evf-container .everest-form .iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0px;
}
body .iti__flag.iti__vg,
div.evf-container .everest-form .iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0px;
}
body .iti__flag.iti__vi,
div.evf-container .everest-form .iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0px;
}
body .iti__flag.iti__vn,
div.evf-container .everest-form .iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0px;
}
body .iti__flag.iti__vu,
div.evf-container .everest-form .iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0px;
}
body .iti__flag.iti__wf,
div.evf-container .everest-form .iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0px;
}
body .iti__flag.iti__ws,
div.evf-container .everest-form .iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0px;
}
body .iti__flag.iti__xk,
div.evf-container .everest-form .iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0px;
}
body .iti__flag.iti__ye,
div.evf-container .everest-form .iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0px;
}
body .iti__flag.iti__yt,
div.evf-container .everest-form .iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0px;
}
body .iti__flag.iti__za,
div.evf-container .everest-form .iti__flag.iti__za {
height: 14px;
background-position: -5588px 0px;
}
body .iti__flag.iti__zm,
div.evf-container .everest-form .iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0px;
}
body .iti__flag.iti__zw,
div.evf-container .everest-form .iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0px;
}
body .iti__flag,
div.evf-container .everest-form .iti__flag {
height: 15px;
box-shadow: 0 0 1px 0 #888;
background-image: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/images/intl-tel-input-flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body .iti__flag,
div.evf-container .everest-form .iti__flag {
background-image: url(//newsauto.com.ua/wp-content/plugins/everest-forms/assets/images/intl-tel-input-flags@2x.png);
}
}
body .iti__flag.iti__np,
div.evf-container .everest-form .iti__flag.iti__np {
background-color: transparent;
} .iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .iti__country {
padding: 10px;
line-height: 1.5em;
}
body.rtl .intl-tel-input input,
body.rtl .intl-tel-input input[type=text],
body.rtl .intl-tel-input input[type=tel],
body.rtl div.evf-container .everest-form .intl-tel-input input,
body.rtl div.evf-container .everest-form .intl-tel-input input[type=text],
body.rtl div.evf-container .everest-form .intl-tel-input input[type=tel] {
padding-right: 0;
padding-left: 36px;
}
body.rtl .intl-tel-input .flag-container,
body.rtl div.evf-container .everest-form .intl-tel-input .flag-container {
right: auto;
left: 0;
}
body.rtl .intl-tel-input .selected-flag,
body.rtl div.evf-container .everest-form .intl-tel-input .selected-flag {
padding-right: 8px;
padding-left: 6px;
}
body.rtl .intl-tel-input .selected-flag .iti-arrow,
body.rtl div.evf-container .everest-form .intl-tel-input .selected-flag .iti-arrow {
margin-right: 6px;
margin-left: 0;
}
body.rtl .intl-tel-input .country-list,
body.rtl div.evf-container .everest-form .intl-tel-input .country-list {
text-align: right;
}
body.rtl .intl-tel-input .country-list .flag-box,
body.rtl .intl-tel-input .country-list .country-name,
body.rtl div.evf-container .everest-form .intl-tel-input .country-list .flag-box,
body.rtl div.evf-container .everest-form .intl-tel-input .country-list .country-name {
margin-right: 0;
margin-left: 6px;
}
body.rtl .intl-tel-input .country-list .country-name,
body.rtl div.evf-container .everest-form .intl-tel-input .country-list .country-name {
unicode-bidi: embed;
direction: rtl;
}
body.rtl .intl-tel-input.allow-dropdown input,
body.rtl .intl-tel-input.allow-dropdown input[type=text],
body.rtl .intl-tel-input.allow-dropdown input[type=tel], body.rtl .intl-tel-input.separate-dial-code input,
body.rtl .intl-tel-input.separate-dial-code input[type=text],
body.rtl .intl-tel-input.separate-dial-code input[type=tel],
body.rtl div.evf-container .everest-form .intl-tel-input.allow-dropdown input,
body.rtl div.evf-container .everest-form .intl-tel-input.allow-dropdown input[type=text],
body.rtl div.evf-container .everest-form .intl-tel-input.allow-dropdown input[type=tel],
body.rtl div.evf-container .everest-form .intl-tel-input.separate-dial-code input,
body.rtl div.evf-container .everest-form .intl-tel-input.separate-dial-code input[type=text],
body.rtl div.evf-container .everest-form .intl-tel-input.separate-dial-code input[type=tel] {
padding-right: 52px;
padding-left: 6px;
}
body.rtl .intl-tel-input.allow-dropdown .flag-container, body.rtl .intl-tel-input.separate-dial-code .flag-container,
body.rtl div.evf-container .everest-form .intl-tel-input.allow-dropdown .flag-container,
body.rtl div.evf-container .everest-form .intl-tel-input.separate-dial-code .flag-container {
right: 0;
left: auto;
}
body .iti--allow-dropdown,
div.evf-container .everest-form .iti--allow-dropdown {
width: 100%;
}
body .iti .iti__country,
div.evf-container .everest-form .iti .iti__country {
padding: 5px 10px !important;
margin: 0 !important;
}
body .iti--allow-dropdown input,
body .iti--allow-dropdown input[type=text],
body .iti--allow-dropdown input[type=tel], body .iti--separate-dial-code input,
body .iti--separate-dial-code input[type=text],
body .iti--separate-dial-code input[type=tel],
div.evf-container .everest-form .iti--allow-dropdown input,
div.evf-container .everest-form .iti--allow-dropdown input[type=text],
div.evf-container .everest-form .iti--allow-dropdown input[type=tel],
div.evf-container .everest-form .iti--separate-dial-code input,
div.evf-container .everest-form .iti--separate-dial-code input[type=text],
div.evf-container .everest-form .iti--separate-dial-code input[type=tel] {
padding-left: 52px !important;
}#preloader-1 {
height: 200px;
width: 200px;
}
#preloader-1 .object {
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
position: absolute;
border-left: 5px solid #FFF;
border-right: 5px solid #FFF;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
-webkit-animation: preloader-1 2s infinite;
animation: preloader-1 2s infinite;
}
#preloader-1 #object_one {
left: 75px;
top: 75px;
width: 50px;
height: 50px;
}
#preloader-1 #object_two {
left: 65px;
top: 65px;
width: 70px;
height: 70px;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
#preloader-1 #object_three {
left: 55px;
top: 55px;
width: 90px;
height: 90px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#preloader-1 #object_four {
left: 45px;
top: 45px;
width: 110px;
height: 110px;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
@-webkit-keyframes preloader-1 {
50% {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes preloader-1 {
50% {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
#preloader-2 {
height: 150px;
width: 150px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#preloader-2 .object {
width: 20px;
height: 20px;
background-color: #FFF;
position: absolute;
left: 65px;
top: 65px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
#preloader-2 .object:nth-child(2n+0) {
margin-right: 0px;
}
#preloader-2 #object_one {
-webkit-animation: preloader2_object_one 2s infinite;
animation: preloader2_object_one 2s infinite;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#preloader-2 #object_two {
-webkit-animation: preloader2_object_two 2s infinite;
animation: preloader2_object_two 2s infinite;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#preloader-2 #object_three {
-webkit-animation: preloader2_object_three 2s infinite;
animation: preloader2_object_three 2s infinite;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#preloader-2 #object_four {
-webkit-animation: preloader2_object_four 2s infinite;
animation: preloader2_object_four 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#preloader-2 #object_five {
-webkit-animation: preloader2_object_five 2s infinite;
animation: preloader2_object_five 2s infinite;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#preloader-2 #object_six {
-webkit-animation: preloader2_object_six 2s infinite;
animation: preloader2_object_six 2s infinite;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#preloader-2 #object_seven {
-webkit-animation: preloader2_object_seven 2s infinite;
animation: preloader2_object_seven 2s infinite;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#preloader-2 #object_eight {
-webkit-animation: preloader2_object_eight 2s infinite;
animation: preloader2_object_eight 2s infinite;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#preloader-2 #object_big {
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
-webkit-animation: preloader2_object_big 2s infinite;
animation: preloader2_object_big 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader2_object_big {
50% {
-webkit-transform: scale(0.5);
}
}
@keyframes preloader2_object_big {
50% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
@-webkit-keyframes preloader2_object_one {
50% {
-webkit-transform: translate(-65px, -65px);
}
}
@keyframes preloader2_object_one {
50% {
transform: translate(-65px, -65px);
-webkit-transform: translate(-65px, -65px);
}
}
@-webkit-keyframes preloader2_object_two {
50% {
-webkit-transform: translate(0, -65px);
}
}
@keyframes preloader2_object_two {
50% {
transform: translate(0, -65px);
-webkit-transform: translate(0, -65px);
}
}
@-webkit-keyframes preloader2_object_three {
50% {
-webkit-transform: translate(65px, -65px);
}
}
@keyframes preloader2_object_three {
50% {
transform: translate(65px, -65px);
-webkit-transform: translate(65px, -65px);
}
}
@-webkit-keyframes preloader2_object_four {
50% {
-webkit-transform: translate(65px, 0);
}
}
@keyframes preloader2_object_four {
50% {
transform: translate(65px, 0);
-webkit-transform: translate(65px, 0);
}
}
@-webkit-keyframes preloader2_object_five {
50% {
-webkit-transform: translate(65px, 65px);
}
}
@keyframes preloader2_object_five {
50% {
transform: translate(65px, 65px);
-webkit-transform: translate(65px, 65px);
}
}
@-webkit-keyframes preloader2_object_six {
50% {
-webkit-transform: translate(0, 65px);
}
}
@keyframes preloader2_object_six {
50% {
transform: translate(0, 65px);
-webkit-transform: translate(0, 65px);
}
}
@-webkit-keyframes preloader2_object_seven {
50% {
-webkit-transform: translate(-65px, 65px);
}
}
@keyframes preloader2_object_seven {
50% {
transform: translate(-65px, 65px);
-webkit-transform: translate(-65px, 65px);
}
}
@-webkit-keyframes preloader2_object_eight {
50% {
-webkit-transform: translate(-65px, 0);
}
}
@keyframes preloader2_object_eight {
50% {
transform: translate(-65px, 0);
-webkit-transform: translate(-65px, 0);
}
}
#preloader-3 {
height: 50px;
width: 300px;
}
#preloader-3 .object {
width: 18px;
height: 18px;
background-color: #FFF;
float: left;
margin-top: 15px;
margin-right: 15px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
-webkit-animation: preloader_3_object 1s infinite;
animation: preloader_3_object 1s infinite;
}
#preloader-3 .object:last-child {
margin-right: 0px;
}
#preloader-3 .object:nth-child(9) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#preloader-3 .object:nth-child(8) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#preloader-3 .object:nth-child(7) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#preloader-3 .object:nth-child(6) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#preloader-3 .object:nth-child(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#preloader-3 .object:nth-child(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#preloader-3 .object:nth-child(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#preloader-3 .object:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes preloader_3_object {
50% {
-ms-transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
}
@keyframes preloader_3_object {
50% {
-ms-transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
}
#preloader-4 {
height: 60px;
width: 60px;
-ms-transform: rotate(0deg) !important;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
margin-top: -30px;
margin-left: -30px;
-webkit-animation: preloader_4 1s infinite;
animation: preloader_4 1s infinite;
}
#preloader-4 .object {
width: 20px;
height: 20px;
background-color: #FFF;
float: left;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
}
#preloader-4 .object:nth-child(2n+0) {
margin-right: 0px;
}
#preloader-4 #object_one {
-webkit-animation: preloader_4_object_one 1s infinite;
animation: preloader_4_object_one 1s infinite;
}
#preloader-4 #object_two {
-webkit-animation: preloader_4_object_two 1s infinite;
animation: preloader_4_object_two 1s infinite;
}
#preloader-4 #object_three {
-webkit-animation: preloader_4_object_three 1s infinite;
animation: preloader_4_object_three 1s infinite;
}
#preloader-4 #object_four {
-webkit-animation: preloader_4_object_four 1s infinite;
animation: preloader_4_object_four 1s infinite;
}
@-webkit-keyframes preloader_4 {
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes preloader_4 {
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes preloader_4_object_one {
50% {
-ms-transform: translate(20px, 20px);
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@keyframes preloader_4_object_one {
50% {
-ms-transform: translate(20px, 20px);
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@-webkit-keyframes preloader_4_object_two {
50% {
-ms-transform: translate(-20px, 20px);
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@keyframes preloader_4_object_two {
50% {
-ms-transform: translate(-20px, 20px);
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@-webkit-keyframes preloader_4_object_three {
50% {
-ms-transform: translate(20px, -20px);
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@keyframes preloader_4_object_three {
50% {
-ms-transform: translate(20px, -20px);
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@-webkit-keyframes preloader_4_object_four {
50% {
-ms-transform: translate(-20px, -20px);
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
@keyframes preloader_4_object_four {
50% {
-ms-transform: translate(-20px, -20px);
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
#preloader-5 {
height: 20px;
width: 140px;
margin-top: -10px;
margin-left: -70px;
-ms-transform: rotate(0deg) !important;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
-webkit-animation: preloader_5 1s infinite;
animation: preloader_5 1s infinite;
}
#preloader-5 .object {
width: 20px;
height: 20px;
background-color: #FFF;
float: left;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
}
#preloader-5 .object:last-child {
margin-right: 0px;
}
#preloader-5 #object_one {
-webkit-animation: preloader_5_object_one 1s infinite;
animation: preloader_5_object_one 1s infinite;
}
#preloader-5 #object_two {
-webkit-animation: preloader_5_object_two 1s infinite;
animation: preloader_5_object_two 1s infinite;
}
#preloader-5 #object_three {
-webkit-animation: preloader_5_object_three 1s infinite;
animation: preloader_5_object_three 1s infinite;
}
#preloader-5 #object_four {
-webkit-animation: preloader_5_object_four 1s infinite;
animation: preloader_5_object_four 1s infinite;
}
@-webkit-keyframes preloader_5 {
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes preloader_5 {
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes preloader_5_object_one {
50% {
-ms-transform: translate(20px, 20px);
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@keyframes preloader_5_object_one {
50% {
-ms-transform: translate(20px, 20px);
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@-webkit-keyframes preloader_5_object_two {
50% {
-ms-transform: translate(-20px, 20px);
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@keyframes preloader_5_object_two {
50% {
-ms-transform: translate(-20px, 20px);
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@-webkit-keyframes preloader_5_object_three {
50% {
-ms-transform: translate(20px, -20px);
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@keyframes preloader_5_object_three {
50% {
-ms-transform: translate(20px, -20px);
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@-webkit-keyframes preloader_5_object_four {
50% {
-ms-transform: translate(-20px, -20px);
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
@keyframes preloader_5_object_four {
50% {
-ms-transform: translate(-20px, -20px);
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
#preloader-6 {
height: 20px;
width: 100px;
}
#preloader-6 .object {
width: 20px;
height: 20px;
background-color: #FFF;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute;
}
#preloader-6 #object_one {
-webkit-animation: preloader_6_object 2s linear infinite;
animation: preloader_6_object 2s linear infinite;
}
#preloader-6 #object_two {
-webkit-animation: preloader_6_object 2s linear infinite -.4s;
animation: preloader_6_object 2s linear infinite -.4s;
}
#preloader-6 #object_three {
-webkit-animation: preloader_6_object 2s linear infinite -.8s;
animation: preloader_6_object 2s linear infinite -.8s;
}
#preloader-6 #object_four {
-webkit-animation: preloader_6_object 2s linear infinite -1.2s;
animation: preloader_6_object 2s linear infinite -1.2s;
}
#preloader-6 #object_five {
-webkit-animation: preloader_6_object 2s linear infinite -1.6s;
animation: preloader_6_object 2s linear infinite -1.6s;
}
@-webkit-keyframes preloader_6_object {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes preloader_6_object {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
#preloader-7 {
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-ms-transform: rotate(45deg) !important;
-webkit-transform: rotate(45deg) !important;
transform: rotate(45deg) !important;
}
#preloader-7 .object {
width: 20px;
height: 20px;
background-color: #FFF;
position: absolute;
left: 65px;
top: 65px;
}
#preloader-7 .object:nth-child(2n+0) {
margin-right: 0px;
}
#preloader-7 #object_one {
-webkit-animation: preloader_7_object_one 2s infinite;
animation: preloader_7_object_one 2s infinite;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#preloader-7 #object_two {
-webkit-animation: preloader_7_object_two 2s infinite;
animation: preloader_7_object_two 2s infinite;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#preloader-7 #object_three {
-webkit-animation: preloader_7_object_three 2s infinite;
animation: preloader_7_object_three 2s infinite;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#preloader-7 #object_four {
-webkit-animation: preloader_7_object_four 2s infinite;
animation: preloader_7_object_four 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#preloader-7 #object_five {
-webkit-animation: preloader_7_object_five 2s infinite;
animation: preloader_7_object_five 2s infinite;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#preloader-7 #object_six {
-webkit-animation: preloader_7_object_six 2s infinite;
animation: preloader_7_object_six 2s infinite;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#preloader-7 #object_seven {
-webkit-animation: preloader_7_object_seven 2s infinite;
animation: preloader_7_object_seven 2s infinite;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#preloader-7 #object_eight {
-webkit-animation: preloader_7_object_eight 2s infinite;
animation: preloader_7_object_eight 2s infinite;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#preloader-7 #object_big {
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
-webkit-animation: preloader_7_object_big 2s infinite;
animation: preloader_7_object_big 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader_7_object_big {
50% {
-webkit-transform: scale(0.5);
}
}
@keyframes preloader_7_object_big {
50% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
@-webkit-keyframes preloader_7_object_one {
50% {
-webkit-transform: translate(-65px, -65px);
}
}
@keyframes preloader_7_object_one {
50% {
transform: translate(-65px, -65px);
-webkit-transform: translate(-65px, -65px);
}
}
@-webkit-keyframes preloader_7_object_two {
50% {
-webkit-transform: translate(0, -65px);
}
}
@keyframes preloader_7_object_two {
50% {
transform: translate(0, -65px);
-webkit-transform: translate(0, -65px);
}
}
@-webkit-keyframes preloader_7_object_three {
50% {
-webkit-transform: translate(65px, -65px);
}
}
@keyframes preloader_7_object_three {
50% {
transform: translate(65px, -65px);
-webkit-transform: translate(65px, -65px);
}
}
@-webkit-keyframes preloader_7_object_four {
50% {
-webkit-transform: translate(65px, 0);
}
}
@keyframes preloader_7_object_four {
50% {
transform: translate(65px, 0);
-webkit-transform: translate(65px, 0);
}
}
@-webkit-keyframes preloader_7_object_five {
50% {
-webkit-transform: translate(65px, 65px);
}
}
@keyframes preloader_7_object_five {
50% {
transform: translate(65px, 65px);
-webkit-transform: translate(65px, 65px);
}
}
@-webkit-keyframes preloader_7_object_six {
50% {
-webkit-transform: translate(0, 65px);
}
}
@keyframes preloader_7_object_six {
50% {
transform: translate(0, 65px);
-webkit-transform: translate(0, 65px);
}
}
@-webkit-keyframes preloader_7_object_seven {
50% {
-webkit-transform: translate(-65px, 65px);
}
}
@keyframes preloader_7_object_seven {
50% {
transform: translate(-65px, 65px);
-webkit-transform: translate(-65px, 65px);
}
}
@-webkit-keyframes preloader_7_object_eight {
50% {
-webkit-transform: translate(-65px, 0);
}
}
@keyframes preloader_7_object_eight {
50% {
transform: translate(-65px, 0);
-webkit-transform: translate(-65px, 0);
}
}
#preloader-8 {
height: 200px;
width: 200px;
}
#preloader-8 .object {
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0);
margin-right: auto;
margin-left: auto;
border: 4px solid #FFF;
left: 73px;
top: 73px;
position: absolute;
}
#preloader-8 #first_object {
-webkit-animation: first_object_animate 1s infinite ease-in-out;
animation: first_object_animate 1s infinite ease-in-out;
}
#preloader-8 #second_object {
-webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
}
#preloader-8 #third_object {
-webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
}
@-webkit-keyframes second_object {
100% {
width: 100px;
height: 100px;
left: 48px;
top: 48px;
}
}
@keyframes second_object {
100% {
width: 100px;
height: 100px;
left: 48px;
top: 48px;
}
}
@-webkit-keyframes third_object {
100% {
width: 150px;
height: 150px;
left: 23px;
top: 23px;
}
}
@keyframes third_object {
100% {
width: 150px;
height: 150px;
left: 23px;
top: 23px;
}
}
@-webkit-keyframes first_object_animate {
0% {
-webkit-transform: perspective(100px);
}
50% {
-webkit-transform: perspective(100px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes first_object_animate {
0% {
transform: perspective(100px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
}
}
@-webkit-keyframes second_object_animate {
0% {
-webkit-transform: perspective(200px);
}
50% {
-webkit-transform: perspective(200px) rotateY(180deg);
}
100% {
-webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes second_object_animate {
0% {
transform: perspective(200px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(200px) rotateX(180deg) rotateY(0deg);
-webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
}
100% {
transform: perspective(200px) rotateX(180deg) rotateY(180deg);
-webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
}
}
@-webkit-keyframes third_object_animate {
0% {
-webkit-transform: perspective(300px);
}
50% {
-webkit-transform: perspective(300px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes third_object_animate {
0% {
transform: perspective(300px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
}
}
#preloader-9 {
height: 100px;
width: 100px;
}
#preloader-9 .object {
width: 25px;
height: 25px;
background-color: rgba(255, 255, 255, 0);
margin-right: auto;
margin-left: auto;
border: 4px solid rgba(239, 74, 74, 1);
left: 37px;
top: 37px;
position: absolute;
}
#preloader-9 #first_object {
-webkit-animation: preloader_9_first_object 1s infinite;
animation: preloader_9_first_object 1s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#preloader-9 #second_object {
-webkit-animation: preloader_9_second_object 1s infinite;
animation: preloader_9_second_object 1s infinite;
}
#preloader-9 #third_object {
-webkit-animation: preloader_9_third_object 1s infinite;
animation: preloader_9_third_object 1s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#preloader-9 #forth_object {
-webkit-animation: preloader_9_forth_object 1s infinite;
animation: preloader_9_forth_object 1s infinite;
}
@-webkit-keyframes preloader_9_first_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, 150%) scale(2, 2);
-webkit-transform: translate(150%, 150%) scale(2, 2);
transform: translate(150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes preloader_9_first_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, 150%) scale(2, 2);
-webkit-transform: translate(150%, 150%) scale(2, 2);
transform: translate(150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes preloader_9_second_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, 150%) scale(2, 2);
-webkit-transform: translate(-150%, 150%) scale(2, 2);
transform: translate(-150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes preloader_9_second_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, 150%) scale(2, 2);
-webkit-transform: translate(-150%, 150%) scale(2, 2);
transform: translate(-150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes preloader_9_third_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, -150%) scale(2, 2);
-webkit-transform: translate(-150%, -150%) scale(2, 2);
transform: translate(-150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes preloader_9_third_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, -150%) scale(2, 2);
-webkit-transform: translate(-150%, -150%) scale(2, 2);
transform: translate(-150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes preloader_9_forth_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, -150%) scale(2, 2);
-webkit-transform: translate(150%, -150%) scale(2, 2);
transform: translate(150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes preloader_9_forth_object {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, -150%) scale(2, 2);
-webkit-transform: translate(150%, -150%) scale(2, 2);
transform: translate(150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
#preloader-10 {
height: 118px;
width: 118px;
}
#preloader-10 .object {
width: 20px;
height: 20px;
background-color: #FFF;
margin-right: 20px;
float: left;
margin-bottom: 20px;
}
#preloader-10 .object:nth-child(3n+0) {
margin-right: 0px;
}
#preloader-10 #object_one {
-webkit-animation: preloader_10_animate 1s -0.9s ease-in-out infinite;
animation: preloader_10_animate 1s -0.9s ease-in-out infinite;
}
#preloader-10 #object_two {
-webkit-animation: preloader_10_animate 1s -0.8s ease-in-out infinite;
animation: preloader_10_animate 1s -0.8s ease-in-out infinite;
}
#preloader-10 #object_three {
-webkit-animation: preloader_10_animate 1s -0.7s ease-in-out infinite;
animation: preloader_10_animate 1s -0.7s ease-in-out infinite;
}
#preloader-10 #object_four {
-webkit-animation: preloader_10_animate 1s -0.6s ease-in-out infinite;
animation: preloader_10_animate 1s -0.6s ease-in-out infinite;
}
#preloader-10 #object_five {
-webkit-animation: preloader_10_animate 1s -0.5s ease-in-out infinite;
animation: preloader_10_animate 1s -0.5s ease-in-out infinite;
}
#preloader-10 #object_six {
-webkit-animation: preloader_10_animate 1s -0.4s ease-in-out infinite;
animation: preloader_10_animate 1s -0.4s ease-in-out infinite;
}
#preloader-10 #object_seven {
-webkit-animation: preloader_10_animate 1s -0.3s ease-in-out infinite;
animation: preloader_10_animate 1s -0.3s ease-in-out infinite;
}
#preloader-10 #object_eight {
-webkit-animation: preloader_10_animate 1s -0.2s ease-in-out infinite;
animation: preloader_10_animate 1s -0.2s ease-in-out infinite;
}
#preloader-10 #object_nine {
-webkit-animation: preloader_10_animate 1s -0.1s ease-in-out infinite;
animation: preloader_10_animate 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes preloader_10_animate {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes preloader_10_animate {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
#preloader-11 {
height: 100px;
width: 100px;
}
#preloader-11 .object {
width: 25px;
height: 25px;
background-color: #FFF;
margin-right: 50px;
float: left;
margin-bottom: 50px;
}
#preloader-11 .object:nth-child(2n+0) {
margin-right: 0px;
}
#preloader-11 #object_one {
-webkit-animation: preloader_11_object_one 2s infinite;
animation: preloader_11_object_one 2s infinite;
}
#preloader-11 #object_two {
-webkit-animation: preloader_11_object_two 2s infinite;
animation: preloader_11_object_two 2s infinite;
}
#preloader-11 #object_three {
-webkit-animation: preloader_11_object_three 2s infinite;
animation: preloader_11_object_three 2s infinite;
}
#preloader-11 #object_four {
-webkit-animation: preloader_11_object_four 2s infinite;
animation: preloader_11_object_four 2s infinite;
}
@-webkit-keyframes preloader_11_object_one {
25% {
-webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(75px, 75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader_11_object_one {
25% {
transform: translate(75px, 0) rotate(-90deg) scale(0.5);
-webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(75px, 75px) rotate(-180deg);
-webkit-transform: translate(75px, 75px) rotate(-180deg);
}
75% {
transform: translate(0, 75px) rotate(-270deg) scale(0.5);
-webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes preloader_11_object_two {
25% {
-webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(-75px, 75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader_11_object_two {
25% {
transform: translate(0, 75px) rotate(-90deg) scale(0.5);
-webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(-75px, 75px) rotate(-180deg);
-webkit-transform: translate(-75px, 75px) rotate(-180deg);
}
75% {
transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
-webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes preloader_11_object_three {
25% {
-webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(75px, -75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader_11_object_three {
25% {
transform: translate(0, -75px) rotate(-90deg) scale(0.5);
-webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(75px, -75px) rotate(-180deg);
-webkit-transform: translate(75px, -75px) rotate(-180deg);
}
75% {
transform: translate(75px, 0) rotate(-270deg) scale(0.5);
-webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes preloader_11_object_four {
25% {
-webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(-75px, -75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader_11_object_four {
25% {
transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
-webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(-75px, -75px) rotate(-180deg);
-webkit-transform: translate(-75px, -75px) rotate(-180deg);
}
75% {
transform: translate(0, -75px) rotate(-270deg) scale(0.5);
-webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
#preloader-12 {
height: 50px;
width: 50px;
margin-top: -25px;
margin-left: -25px;
-ms-transform: rotate(45deg) !important;
-webkit-transform: rotate(45deg) !important;
transform: rotate(45deg) !important;
-webkit-animation: preloader_12 1.5s infinite;
animation: preloader_12 1.5s infinite;
}
#preloader-12 .object {
width: 25px;
height: 25px;
background-color: #FFF;
float: left;
}
#preloader-12 #object_one {
-webkit-animation: preloader_12_object_one 1.5s infinite;
animation: preloader_12_object_one 1.5s infinite;
}
#preloader-12 #object_two {
-webkit-animation: preloader_12_object_two 1.5s infinite;
animation: preloader_12_object_two 1.5s infinite;
}
#preloader-12 #object_three {
-webkit-animation: preloader_12_object_three 1.5s infinite;
animation: preloader_12_object_three 1.5s infinite;
}
#preloader-12 #object_four {
-webkit-animation: preloader_12_object_four 1.5s infinite;
animation: preloader_12_object_four 1.5s infinite;
}
@-webkit-keyframes preloader_12 {
100% {
-webkit-transform: rotate(-45deg);
}
}
@keyframes preloader_12 {
100% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
}
@-webkit-keyframes preloader_12_object_one {
25% {
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes preloader_12_object_one {
25% {
transform: translate(0, -50px) rotate(-180deg);
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes preloader_12_object_two {
25% {
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes preloader_12_object_two {
25% {
transform: translate(50px, 0) rotate(-180deg);
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes preloader_12_object_three {
25% {
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes preloader_12_object_three {
25% {
transform: translate(-50px, 0) rotate(-180deg);
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: rtranslate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes preloader_12_object_four {
25% {
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes preloader_12_object_four {
25% {
transform: translate(0, 50px) rotate(-180deg);
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
#preloader-13 {
height: 100px;
width: 50px;
}
#preloader-13 .object {
width: 50px;
height: 8px;
margin-bottom: 15px;
background-color: #FFF;
-webkit-animation: preloader_13_animate 0.8s infinite;
animation: preloader_13_animate 0.8s infinite;
}
#preloader-13 #object_two {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#preloader-13 #object_four {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes preloader_13_animate {
50% {
-ms-transform: translate(50%, 0);
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
}
@keyframes preloader_13_animate {
50% {
-ms-transform: translate(50%, 0);
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
}
#preloader-14 {
height: 50px;
width: 150px;
}
#preloader-14 .object {
width: 8px;
height: 50px;
margin-right: 5px;
background-color: #FFF;
-webkit-animation: preloader_14_animate 1s infinite;
animation: preloader_14_animate 1s infinite;
float: left;
}
#preloader-14 .object:last-child {
margin-right: 0px;
}
#preloader-14 .object:nth-child(10) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#preloader-14 .object:nth-child(9) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#preloader-14 .object:nth-child(8) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#preloader-14 .object:nth-child(7) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#preloader-14 .object:nth-child(6) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#preloader-14 .object:nth-child(5) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#preloader-14 .object:nth-child(4) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#preloader-14 .object:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#preloader-14 .object:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
@-webkit-keyframes preloader_14_animate {
50% {
-ms-transform: translateX(-25px) scaleY(0.5);
-webkit-transform: translateX(-25px) scaleY(0.5);
transform: translateX(-25px) scaleY(0.5);
}
}
@keyframes preloader_14_animate {
50% {
-ms-transform: translateX(-25px) scaleY(0.5);
-webkit-transform: translateX(-25px) scaleY(0.5);
transform: translateX(-25px) scaleY(0.5);
}
}
.pacman {
position: relative;
}
.pacman>div:nth-child(2) {
-webkit-animation: pacman-balls 1s -0.99s infinite linear;
animation: pacman-balls 1s -0.99s infinite linear;
}
.pacman>div:nth-child(3) {
-webkit-animation: pacman-balls 1s -0.66s infinite linear;
animation: pacman-balls 1s -0.66s infinite linear;
}
.pacman>div:nth-child(4) {
-webkit-animation: pacman-balls 1s -0.33s infinite linear;
animation: pacman-balls 1s -0.33s infinite linear;
}
.pacman>div:nth-child(5) {
-webkit-animation: pacman-balls 1s 0s infinite linear;
animation: pacman-balls 1s 0s infinite linear;
}
.pacman>div:first-of-type {
width: 0px;
height: 0px;
border-right: 25px solid transparent !important;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
-webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
animation: rotate_pacman_half_up 0.5s 0s infinite;
position: relative;
left: -30px;
}
.pacman>div:nth-child(2) {
width: 0px;
height: 0px;
border-right: 25px solid transparent !important;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
-webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
animation: rotate_pacman_half_down 0.5s 0s infinite;
margin-top: -50px;
position: relative;
left: -30px;
}
.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
width: 10px;
height: 10px;
position: absolute;
-webkit-transform: translate(0, -6.25px);
transform: translate(0, -6.25px);
top: 25px;
left: 70px;
}
@-webkit-keyframes rotate_pacman_half_up {
0% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
}
@keyframes rotate_pacman_half_up {
0% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
}
@-webkit-keyframes rotate_pacman_half_down {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@keyframes rotate_pacman_half_down {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@-webkit-keyframes pacman-balls {
75% {
opacity: 0.7;
}
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px);
}
}
@keyframes pacman-balls {
75% {
opacity: 0.7;
}
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px);
}
}
#preloader-15.loading {
width: 112px;
height: 70px;
*zoom: 1;
}
#preloader-15.loading:before,
#preloader-15.loading:after {
display: table;
content: "";
}
#preloader-15.loading:after {
clear: both;
}
#preloader-15.loading .finger {
float: left;
margin: 0 2px 0 0;
width: 20px;
height: 100%;
}
#preloader-15.loading .finger-1 {
-webkit-animation: finger-1-animation 2s infinite ease-out;
animation: finger-1-animation 2s infinite ease-out;
}
#preloader-15.loading .finger-1 span {
-webkit-animation: finger-1-animation-span 2s infinite ease-out;
animation: finger-1-animation-span 2s infinite ease-out;
}
#preloader-15.loading .finger-1 i {
-webkit-animation: finger-1-animation-i 2s infinite ease-out;
animation: finger-1-animation-i 2s infinite ease-out;
}
#preloader-15.loading .finger-2 {
-webkit-animation: finger-2-animation 2s infinite ease-out;
animation: finger-2-animation 2s infinite ease-out;
}
#preloader-15.loading .finger-2 span {
-webkit-animation: finger-2-animation-span 2s infinite ease-out;
animation: finger-2-animation-span 2s infinite ease-out;
}
#preloader-15.loading .finger-2 i {
-webkit-animation: finger-2-animation-i 2s infinite ease-out;
animation: finger-2-animation-i 2s infinite ease-out;
}
#preloader-15.loading .finger-3 {
-webkit-animation: finger-3-animation 2s infinite ease-out;
animation: finger-3-animation 2s infinite ease-out;
}
#preloader-15.loading .finger-3 span {
-webkit-animation: finger-3-animation-span 2s infinite ease-out;
animation: finger-3-animation-span 2s infinite ease-out;
}
#preloader-15.loading .finger-3 i {
-webkit-animation: finger-3-animation-i 2s infinite ease-out;
animation: finger-3-animation-i 2s infinite ease-out;
}
#preloader-15.loading .finger-4 {
-webkit-animation: finger-4-animation 2s infinite ease-out;
animation: finger-4-animation 2s infinite ease-out;
}
#preloader-15.loading .finger-4 span {
-webkit-animation: finger-4-animation-span 2s infinite ease-out;
animation: finger-4-animation-span 2s infinite ease-out;
}
#preloader-15.loading .finger-4 i {
-webkit-animation: finger-4-animation-i 2s infinite ease-out;
animation: finger-4-animation-i 2s infinite ease-out;
}
#preloader-15.loading .finger-item {
position: relative;
width: 100%;
height: 100%;
-webkit-border-radius: 6px 6px 8px 8px;
-webkit-background-clip: padding-box;
-moz-border-radius: 6px 6px 8px 8px;
-moz-background-clip: padding;
border-radius: 6px 6px 8px 8px;
background-clip: padding-box;
background: #fff;
}
#preloader-15.loading .finger-item span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
padding: 5px 5px 0 5px;
}
#preloader-15.loading .finger-item span:before,
#preloader-15.loading .finger-item span:after {
content: '';
position: relative;
display: block;
margin: 0 0 2px 0;
width: 100%;
height: 2px;
background: #4492f4;
}
#preloader-15.loading .finger-item i {
position: absolute;
left: 3px;
bottom: 3px;
width: 14px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
background: #4492f4;
}
#preloader-15.loading .last-finger {
position: relative;
float: left;
width: 24px;
height: 100%;
overflow: hidden;
}
#preloader-15.loading .last-finger-item {
position: absolute;
right: 0;
top: 32px;
width: 110%;
height: 20px;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
background: #fff;
-webkit-animation: finger-5-animation 2s infinite linear;
animation: finger-5-animation 2s infinite linear;
}
#preloader-15.loading .last-finger-item i {
position: absolute;
left: 0;
top: -8px;
width: 22px;
height: 8px;
background: #fff;
overflow: hidden;
}
#preloader-15.loading .last-finger-item i:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 34px;
height: 20px;
-webkit-border-radius: 0 0 15px 15px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 0 15px 15px;
-moz-background-clip: padding;
border-radius: 0 0 15px 15px;
background-clip: padding-box;
background: #4492f4;
}
@-webkit-keyframes finger-1-animation {
0% {
padding: 12px 0 5px 0;
}
20% {
padding: 12px 0 5px 0;
}
29% {
padding: 4px 0 24px 0;
}
35% {
padding: 4px 0 24px 0;
}
41% {
padding: 12px 0 5px 0;
}
100% {
padding: 12px 0 5px 0;
}
}
@keyframes finger-1-animation {
0% {
padding: 12px 0 5px 0;
}
20% {
padding: 12px 0 5px 0;
}
29% {
padding: 4px 0 24px 0;
}
35% {
padding: 4px 0 24px 0;
}
41% {
padding: 12px 0 5px 0;
}
100% {
padding: 12px 0 5px 0;
}
}
@-webkit-keyframes finger-1-animation-span {
0% {
top: 0;
}
20% {
top: 0;
}
29% {
top: -7px;
}
35% {
top: -7px;
}
41% {
top: 0;
}
100% {
top: 0;
}
}
@keyframes finger-1-animation-span {
0% {
top: 0;
}
20% {
top: 0;
}
29% {
top: -7px;
}
35% {
top: -7px;
}
41% {
top: 0;
}
100% {
top: 0;
}
}
@-webkit-keyframes finger-1-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
20% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
29% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
35% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
41% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@keyframes finger-1-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
20% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
29% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
35% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
41% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@-webkit-keyframes finger-2-animation {
0% {
padding: 6px 0 2px 0;
}
24% {
padding: 6px 0 2px 0;
}
33% {
padding: 2px 0 16px 0;
}
39% {
padding: 2px 0 16px 0;
}
45% {
padding: 6px 0 2px 0;
}
100% {
padding: 6px 0 2px 0;
}
}
@keyframes finger-2-animation {
0% {
padding: 6px 0 2px 0;
}
24% {
padding: 6px 0 2px 0;
}
33% {
padding: 2px 0 16px 0;
}
39% {
padding: 2px 0 16px 0;
}
45% {
padding: 6px 0 2px 0;
}
100% {
padding: 6px 0 2px 0;
}
}
@-webkit-keyframes finger-2-animation-span {
0% {
top: 0;
}
24% {
top: 0;
}
33% {
top: -7px;
}
39% {
top: -7px;
}
45% {
top: 0;
}
100% {
top: 0;
}
}
@keyframes finger-2-animation-span {
0% {
top: 0;
}
24% {
top: 0;
}
33% {
top: -7px;
}
39% {
top: -7px;
}
45% {
top: 0;
}
100% {
top: 0;
}
}
@-webkit-keyframes finger-2-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
24% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
33% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
39% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
45% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@keyframes finger-2-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
24% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
33% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
39% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
45% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@-webkit-keyframes finger-3-animation {
0% {
padding: 0 0 0 0;
}
28% {
padding: 0 0 0 0;
}
37% {
padding: 0 0 12px 0;
}
43% {
padding: 0 0 12px 0;
}
49% {
padding: 0 0 0 0;
}
100% {
padding: 0 0 0 0;
}
}
@keyframes finger-3-animation {
0% {
padding: 0 0 0 0;
}
28% {
padding: 0 0 0 0;
}
37% {
padding: 0 0 12px 0;
}
43% {
padding: 0 0 12px 0;
}
49% {
padding: 0 0 0 0;
}
100% {
padding: 0 0 0 0;
}
}
@-webkit-keyframes finger-3-animation-span {
0% {
top: 0;
}
28% {
top: 0;
}
37% {
top: -7px;
}
43% {
top: -7px;
}
49% {
top: 0;
}
100% {
top: 0;
}
}
@keyframes finger-3-animation-span {
0% {
top: 0;
}
28% {
top: 0;
}
37% {
top: -7px;
}
43% {
top: -7px;
}
49% {
top: 0;
}
100% {
top: 0;
}
}
@-webkit-keyframes finger-3-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
28% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
37% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
43% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
49% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@keyframes finger-3-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
28% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
37% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
43% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
49% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@-webkit-keyframes finger-4-animation {
0% {
padding: 8px 0 3px 0;
}
32% {
padding: 8px 0 3px 0;
}
41% {
padding: 4px 0 20px 0;
}
47% {
padding: 4px 0 20px 0;
}
53% {
padding: 8px 0 3px 0;
}
100% {
padding: 8px 0 3px 0;
}
}
@keyframes finger-4-animation {
0% {
padding: 8px 0 3px 0;
}
32% {
padding: 8px 0 3px 0;
}
41% {
padding: 4px 0 20px 0;
}
47% {
padding: 4px 0 20px 0;
}
53% {
padding: 8px 0 3px 0;
}
100% {
padding: 8px 0 3px 0;
}
}
@-webkit-keyframes finger-4-animation-span {
0% {
top: 0;
}
32% {
top: 0;
}
41% {
top: -7px;
}
47% {
top: -7px;
}
53% {
top: 0;
}
100% {
top: 0;
}
}
@keyframes finger-4-animation-span {
0% {
top: 0;
}
32% {
top: 0;
}
41% {
top: -7px;
}
47% {
top: -7px;
}
53% {
top: 0;
}
100% {
top: 0;
}
}
@-webkit-keyframes finger-4-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
32% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
41% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
47% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
53% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@keyframes finger-4-animation-i {
0% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
32% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
41% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
47% {
bottom: 8px;
height: 12px;
-webkit-border-radius: 7px 7px 4px 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 7px 7px 4px 4px;
-moz-background-clip: padding;
border-radius: 7px 7px 4px 4px;
background-clip: padding-box;
}
53% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
100% {
bottom: 3px;
height: 14px;
-webkit-border-radius: 10px 10px 7px 7px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px 10px 7px 7px;
-moz-background-clip: padding;
border-radius: 10px 10px 7px 7px;
background-clip: padding-box;
}
}
@-webkit-keyframes finger-5-animation {
0% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
34% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
43% {
top: 20px;
right: 2px;
-webkit-border-radius: 0 8px 20px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 8px 20px 0;
-moz-background-clip: padding;
border-radius: 0 8px 20px 0;
background-clip: padding-box;
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
50% {
top: 20px;
right: 2px;
-webkit-border-radius: 0 8px 20px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 8px 20px 0;
-moz-background-clip: padding;
border-radius: 0 8px 20px 0;
background-clip: padding-box;
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
60% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes finger-5-animation {
0% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
34% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
43% {
top: 20px;
right: 2px;
-webkit-border-radius: 0 8px 20px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 8px 20px 0;
-moz-background-clip: padding;
border-radius: 0 8px 20px 0;
background-clip: padding-box;
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
50% {
top: 20px;
right: 2px;
-webkit-border-radius: 0 8px 20px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 8px 20px 0;
-moz-background-clip: padding;
border-radius: 0 8px 20px 0;
background-clip: padding-box;
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
60% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
top: 32px;
right: 0;
-webkit-border-radius: 0 5px 14px 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 5px 14px 0;
-moz-background-clip: padding;
border-radius: 0 5px 14px 0;
background-clip: padding-box;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
margin: 0;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin-bottom: 30px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin-right: 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #EEE;
}
td,
th {
padding: 10px 20px;
border: 1px solid #EEE;
text-align: left;
} body,
button,
input,
select,
textarea {
color: #444;
font-size: 18px;
line-height: 1.6;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: bold;
line-height: 1.2;
}
h1 {
font-size: 28px;
margin-bottom: 15px;
}
h2 {
font-size: 26px;
margin-bottom: 15px;
}
h3 {
font-size: 24px;
margin-bottom: 15px;
}
h4 {
font-size: 22px;
margin-bottom: 10px;
}
h5 {
font-size: 20px;
margin-bottom: 10px;
}
h6 {
font-size: 18px;
margin-bottom: 10px;
}
p {
margin: 0 0 15px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 15px;
}
address {
margin: 0 0 15px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 15px;
max-width: 100%;
overflow: auto;
padding: 30px;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: none;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0 0 15px 25px;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
table {
margin: 0 0 30px;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.ht-button {
display: inline-block;
background: #0078af;
padding: 10px 25px;
color: #FFF;
border: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
height: 50px;
line-height: 30px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.ht-button:hover {
background: #333;
color: #FFF;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #404040;
border: 1px solid #EEE;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
vertical-align: top;
width: 100%;
}
select {
border: 1px solid #EEE;
height: 50px;
padding: 3px 40px 3px 8px;
background-color: transparent;
line-height: 100%;
outline: 0;
background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 10px top 55%;
background-size: 16px 16px;
position: relative;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
padding: 10px 20px;
height: 50px;
}
textarea {
padding: 10px 20px;
width: 100%;
} a {
color: #0078af;
text-decoration: none;
}
a:visited {}
a:hover {
color: #0078af;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 20px;
margin-bottom: 10px;
}
.alignright {
display: inline;
float: right;
margin-left: 20px;
margin-bottom: 10px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .ht-clearfix:before,
.ht-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.ht-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after {
clear: both;
} .header-widget-area {
margin-top: 40px;
}
.ht-single-layout1 .header-widget-area,
.ht-single-layout2 .header-widget-area,
.ht-single-layout5 .header-widget-area,
.ht-single-layout6 .header-widget-area,
.ht-single-layout7 .header-widget-area {
margin-top: 0;
}
.content-widget-area {
margin-bottom: 30px;
}
.content-widget-area .widget:last-child {
margin-bottom: 0;
}
.ht-sidebar-style2 .ht-site-wrapper .entry-content .content-widget-area .widget,
.ht-sidebar-style3 .ht-site-wrapper .entry-content .content-widget-area .widget,
.ht-sidebar-style5 .ht-site-wrapper .entry-content .content-widget-area .widget,
.ht-sidebar-style7 .ht-site-wrapper .entry-content .content-widget-area .widget {
border: 0;
padding: 0;
background: none;
}
.ht-sidebar-style7 .ht-site-wrapper .entry-content .content-widget-area .widget:before {
display: none;
}
.content-area .widget-title {
margin-bottom: 30px !important;
}
.ht-sidebar-style3 .content-area .widget-title {
margin-left: 30px;
}
.widget-area .widget-title {
margin-bottom: 15px;
}
.widget-area ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget-area ul ul {
border-top: 1px solid #F0F0F0;
margin-top: 5px;
}
.widget-area ul ul li {
padding-left: 10px;
}
.widget-area ul ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget-area li {
padding: 10px 0;
line-height: 1.3rem;
}
.widget-area a {
text-decoration: none;
color: inherit;
}
.widget-area .widget {
margin-bottom: 40px;
}
.secondary.widget-area .widget:last-of-type {
margin-bottom: 0;
}
.ht-sidebar-style1 .widget-title {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
}
.ht-sidebar-style1 .widget-title:after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 30px;
background: #333;
height: 2px;
}
.ht-sidebar-style1 .widget-area li {
padding: 15px 0;
border-bottom: 1px solid #F0F0F0;
}
.ht-sidebar-style1 .widget-area ul ul {
margin-top: 15px;
}
.ht-sidebar-style2 .widget-title {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #F0F0F0;
}
.ht-sidebar-style2 .ht-site-wrapper .widget {
border: 1px solid #F0F0F0;
padding: 30px;
}
.ht-sidebar-style3 .widget-title {
position: relative;
margin-bottom: 15px;
}
.ht-sidebar-style3 .ht-site-wrapper .widget {
background: #F0F0F0;
padding: 30px;
}
.ht-sidebar-style3 .widget-title:after {
content: "";
position: absolute;
top: 50%;
left: -30px;
width: 10px;
height: 10px;
background: #000000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-sidebar-style4 .widget-title {
position: relative;
margin-bottom: 25px;
border-left: 6px solid transparent;
padding-left: 10px;
border-left-color: inherit;
}
.ht-sidebar-style5 .ht-site-wrapper .widget {
border-left: 1px solid #F0F0F0;
border-right: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
padding: 30px;
}
.ht-sidebar-style5 .ht-site-wrapper .widget-no-title,
.ht-sidebar-style5 .ht-site-wrapper .widget_viral_pro_cta,
.ht-sidebar-style5 .ht-site-wrapper .widget_viral_pro_icon_text,
ht-sidebar-style5 .ht-site-wrapper .widget_viral_pro_image_box {
border-top: 1px solid #F0F0F0;
}
.ht-sidebar-style5 .ht-site-wrapper .widget-no-title.widget_viral_pro_contact_info,
.ht-sidebar-style5 .ht-site-wrapper .widget-no-title.widget_viral_pro_advertisement,
.ht-sidebar-style5 .ht-site-wrapper .widget-no-title.widget_viral_pro_accordian {
border: none;
padding: 0;
}
.ht-sidebar-style5 .widget-title {
text-align: center;
position: relative;
display: flex;
align-items: center;
}
.ht-sidebar-style5 .widget-area .widget-title {
transform: translateY(-50%);
margin-top: -30px;
}
.ht-sidebar-style5 .widget-title:before,
.ht-sidebar-style5 .widget-title:after {
content: "";
height: 1px;
background: #F0F0F0;
flex-grow: 1;
min-width: 20px;
}
.ht-sidebar-style5 .widget-area .widget-title:before {
margin-left: -30px;
}
.ht-sidebar-style5 .widget-area .widget-title:after {
margin-right: -30px;
}
.ht-sidebar-style5 .widget-title:before {
margin-right: 20px;
}
.ht-sidebar-style5 .widget-title:after {
margin-left: 20px;
}
.ht-sidebar-style6 .widget-title {
display: flex;
align-items: center;
}
.ht-sidebar-style6 .widget-title:after {
content: "";
height: 2px;
background: #333;
flex-grow: 1;
min-width: 20px;
margin-left: 20px;
}
.ht-sidebar-style7 .ht-site-wrapper .widget {
position: relative;
border-left: 1px solid #F0F0F0;
border-right: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
padding: 30px;
}
.ht-sidebar-style7 .ht-site-wrapper .widget:before {
content: "";
position: absolute;
height: 2px;
top: 0;
left: -1px;
right: -1px;
background: #0078B0;
}
.ht-sidebar-style7 .widget-title {
border-bottom: 1px solid #F0F0F0;
text-align: center;
padding: 0 15px 15px;
}
.ht-sidebar-style7 .widget-area .widget-title {
margin-top: -15px;
margin-left: -30px;
margin-right: -30px;
margin-bottom: 15px;
} .widget {
margin: 0 0 30px;
} .widget select {
max-width: 100%;
} .widget_calendar table th,
.widget_calendar table td {
padding: 5px;
text-align: center;
} .widget_search .search-submit {
display: none;
} .ht-contact-box {
color: inherit;
}
.ht-contact-field {
position: relative;
}
.ht-contact-field i {
font-size: 30px;
width: 30px;
}
.ht-contact-text h6 {
font-size: 1.2rem;
margin-bottom: 10px;
white-space: nowrap;
}
.ht-site-header .ht-contact-text h6 {
margin-bottom: 5px;
}
.ht-contact-text p {
margin-bottom: 0 !important;
line-height: 1.2;
}
.ht-site-header .ht-contact-text p {
line-height: 1.2;
}
.ht-contact-box .ht-contact-text a,
.ht-contact-box .ht-contact-text a:hover {
color: inherit;
}
.ht-contact-text a:hover {
text-decoration: underline;
}
.ht-site-header .ht-contact-text>div {
font-size: 0.9rem;
}
.ht-contact-box.style1,
.ht-contact-box.style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 20px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ht-site-header .ht-contact-box.style1,
.ht-site-header .ht-contact-box.style2 {
padding: 0;
}
.ht-top-footer .ht-contact-box.style1,
.ht-bottom-top-footer .ht-contact-box.style1 {
padding: 0;
}
.ht-contact-box.style1 .ht-contact-field,
.ht-contact-box.style3 .ht-contact-field {
padding: 15px 30px;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 200px;
width: 33.33%
}
.ht-contact-box.style1 .ht-contact-field>span {
content: '';
width: 1px;
height: 100%;
border-right: 1px solid #CCC;
position: absolute;
top: 0;
right: 0;
opacity: 0.3;
}
.ht-contact-box.style1 .ht-contact-field:last-child {
padding-right: 0;
margin-bottom: 0;
}
.ht-contact-box.style1 .ht-contact-field i,
.ht-contact-box.style3 .ht-contact-field i {
margin-right: 20px;
}
.ht-contact-box.style1 .ht-contact-text {
text-align: left;
}
.ht-contact-box.style2 .ht-contact-field {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
padding: 0 15px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
.ht-contact-box.style2 .ht-contact-field i {
display: inline-block;
margin-bottom: 15px;
}
.ht-contact-box.style3 .ht-contact-field {
padding: 0;
margin-bottom: 20px;
text-align: left;
}
.ht-contact-box.style3 .ht-contact-field:last-child {
margin-bottom: 0;
} .ht-personal-info .widget-title {
color: inherit;
}
.ht-personal-info.ht-pi-center .ht-pi-image,
.ht-personal-info.ht-pi-center .ht-pi-name,
.ht-personal-info.ht-pi-center .ht-pi-intro {
text-align: center;
}
.ht-personal-info.ht-pi-right .ht-pi-image,
.ht-personal-info.ht-pi-right .ht-pi-name,
.ht-personal-info.ht-pi-right .ht-pi-intro {
text-align: right;
}
.ht-pi-image {
margin-bottom: 30px;
}
.ht-pi-image.ht-round-image img {
border-radius: 50%;
}
.ht-pi-name {
margin-bottom: 15px;
}
.ht-pi-readmore {
margin-top: 30px;
}
.ht-pi-readmore i {
margin-left: 5px;
color: inherit;
}
.ht-personal-info.ht-pi-center .ht-pi-readmore {
text-align: center;
}
.ht-personal-info.ht-pi-right .ht-pi-readmore {
text-align: right;
} .ht-contact-info .widget-title {
color: inherit;
}
.ht-contact-info ul {
list-style: none;
padding: 0;
margin: 0 !important;
}
.ht-contact-info ul li {
padding: 8px 0 8px 40px !important;
margin-bottom: 0 !important;
border: none !important;
}
.ht-contact-info ul li p:last-child {
margin: 0;
}
.ht-contact-info ul li i {
float: left;
margin-left: -40px;
width: 30px;
text-align: center;
line-height: inherit;
}
.ht-contact-info[style*="background-color"] .widget-title:after {
display: none;
}
.ht-sidebar-style3 .ht-site-footer .ht-contact-info[style*="background-color"] .widget-title {
padding-left: 0;
}
.ht-sidebar-style1 .ht-contact-info[style*="background-color"] .widget-title {
padding-bottom: 0 !important;
} .ht-accordion .ht-accordion-header {
display: block;
margin-bottom: 0;
}
.ht-accordion .ht-accordion-content-wrap ul {
list-style: disc outside;
margin-left: 20px;
}
.ht-accordion .ht-accordion-content * {
color: inherit;
}
.ht-style1-accordion .ht-accordion-box {
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 0;
}
.ht-style1-accordion .ht-accordion-box:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ht-style1-accordion .ht-accordion-header {
padding: 15px 40px 15px 15px;
text-transform: uppercase;
cursor: pointer;
border-bottom: none;
position: relative;
font-weight: bold;
}
.ht-style1-accordion .ht-accordion-header:after {
content: "\33";
font-family: "ElegantIcons";
font-size: 15px;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.6;
color: inherit;
}
.ht-style1-accordion .ht-accordion-box.open .ht-accordion-header:after {
content: "\32";
}
.ht-style1-accordion .ht-accordion-content-wrap {
padding: 25px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ht-style2-accordion .ht-accordion-box {
margin-bottom: 15px;
cursor: pointer;
}
.ht-style2-accordion .ht-accordion-content-wrap {
padding: 25px;
border: 1px solid #0078af;
}
.ht-style2-accordion .ht-accordion-header {
position: relative;
overflow: hidden;
padding: 15px 20px 15px 60px;
text-transform: uppercase;
color: #FFF;
background: #0078af;
}
.ht-style2-accordion .ht-accordion-header:after {
content: "";
position: absolute;
height: 40px;
width: 40px;
left: 0;
top: 50%;
line-height: 35px;
text-align: center;
background: #FFF;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-style2-accordion .ht-accordion-header:before {
content: "\33";
font-family: "ElegantIcons";
font-size: 15px;
position: absolute;
height: 40px;
width: 40px;
left: 0;
top: 50%;
line-height: 40px;
text-align: center;
color: #333;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.ht-style2-accordion .ht-accordion-box.open .ht-accordion-header:before {
content: "\32";
} .ht-icon-text .ht-it-title {
margin-bottom: 20px;
}
.ht-icon-text>i {
display: inline-block;
}
.ht-it-pos-top {
text-align: center;
}
.ht-it-pos-top.ht-icon-text>i {
margin-bottom: 20px;
}
.ht-it-pos-left.ht-icon-text>i {
font-size: 30px;
float: left;
margin-top: 10px;
}
.ht-it-pos-left .ht-it-content {
margin-left: 60px;
}
.ht-it-pos-right.ht-icon-text>i {
float: right;
margin-top: 10px;
}
.ht-it-pos-right .ht-it-content {
text-align: right;
margin-right: 60px;
}
.ht-it-excerpt {
margin-bottom: 20px;
}
.ht-it-readmore a i {
margin-left: 5px;
}
.ht-it-style-default.ht-icon-text>i {
font-size: 38px;
}
.ht-it-style-circle.ht-icon-text>i,
.ht-it-style-square.ht-icon-text>i,
.ht-it-style-circle-bg.ht-icon-text>i,
.ht-it-style-square-bg.ht-icon-text>i {
height: 70px;
width: 70px;
text-align: center;
line-height: 70px;
font-size: 22px;
}
.ht-it-style-circle-bg.ht-icon-text>i,
.ht-it-style-square-bg.ht-icon-text>i {
background: #0078af;
color: #FFF;
}
.ht-it-style-circle.ht-icon-text>i,
.ht-it-style-square.ht-icon-text>i {
border: 1px solid #666;
}
.ht-it-style-circle.ht-icon-text>i,
.ht-it-style-circle-bg.ht-icon-text>i {
border-radius: 50%;
}
.ht-it-pos-right.ht-it-style-circle .ht-it-content,
.ht-it-pos-right.ht-it-style-square .ht-it-content,
.ht-it-pos-right.ht-it-style-circle-bg .ht-it-content,
.ht-it-pos-right.ht-it-style-square-bg .ht-it-content {
margin-right: 100px;
}
.ht-it-pos-left.ht-it-style-circle .ht-it-content,
.ht-it-pos-left.ht-it-style-square .ht-it-content,
.ht-it-pos-left.ht-it-style-circle-bg .ht-it-content,
.ht-it-pos-left.ht-it-style-square-bg .ht-it-content {
margin-left: 100px;
} .ht-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-position: center;
background-size: cover;
text-align: left;
}
.ht-cta-content-wrap {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
line-height: 1.8;
font-size: 1.2rem;
}
.ht-cta-title:last-child {
margin-bottom: 0;
}
.ht-cta.ht-button-left .ht-cta-buttons {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
padding-right: 50px;
}
.ht-cta.ht-button-right .ht-cta-buttons {
padding-left: 50px;
}
.ht-cta.ht-button-center {
display: block;
text-align: center;
}
.ht-cta.ht-button-center .ht-cta-buttons,
.ht-cta.ht-button-left-bottom .ht-cta-buttons,
.ht-cta.ht-button-right-bottom .ht-cta-buttons {
margin-top: 40px;
}
.ht-cta.ht-button-left-bottom {
display: block;
text-align: left;
}
.ht-cta.ht-button-right-bottom {
display: block;
text-align: right;
}
.ht-round-button.ht-cta-buttons a {
border-radius: 100px;
}
.ht-cta-buttons a {
display: inline-block;
padding: 10px 30px;
color: #fff;
border-radius: 1px;
margin: 5px;
} .ht-countdown {
text-align: center;
}
.ht-countdown>div {
display: inline-block;
text-align: center;
margin: 0.2em;
padding: 0.4em 0.2em;
line-height: 1;
border: 2px solid #FFF;
min-width: 2em;
font-weight: bold;
}
.ht-countdown.ht-enable-shadow>div {
-webkit-box-shadow: 0px 14px 10px -6px rgba( 0, 0, 0, 0.3);
box-shadow: 0px 14px 10px -6px rgba( 0, 0, 0, 0.3);
}
.ht-countdown.circular>div {
border-radius: 50%;
min-width: 3em;
min-height: 3em;
vertical-align: middle;
position: relative;
}
.ht-countdown.circular>div>div {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ht-countdown label {
display: block;
margin-top: 0.2rem;
}
.ht-countdown.circular label {
position: relative;
top: 50%;
}
.ht-countdown.border-block>div {
border-left: none;
border-right: none;
border-bottom: none;
border-width: 5px;
}
.ht-countdown.diamond>div {
min-width: 2.4em;
min-height: 2.4em;
vertical-align: middle;
position: relative;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0.6em;
border-radius: 12px;
}
.ht-countdown.diamond>div>div {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
} .ht-counter-widget .ht-counter-count:before {
content: attr(data-prefix);
margin-right: 5px;
}
.ht-counter-widget .ht-counter-count:after {
content: attr(data-suffix);
margin-left: 5px;
}
.ht-counter-widget .odometer-inside {
display: inline;
}
.ht-counter-widget .ht-counter {
float: none;
width: auto;
margin-left: 0;
text-align: center;
margin-bottom: 0;
position: relative;
}
.ht-counter-widget .ht-counter-count {
letter-spacing: 3px;
}
.ht-counter-widget.style1 .ht-counter {
text-align: center;
position: relative;
}
.ht-counter-widget.style1 .ht-counter-count {
font-size: 48px;
line-height: 1;
margin-bottom: 15px;
letter-spacing: 3px;
}
.ht-counter-widget.style1 .ht-counter-icon {
font-size: 26px;
line-height: 36px;
position: relative;
margin-bottom: 15px;
}
.ht-counter-widget.style1 .ht-counter-icon span:first-child {
content: "";
position: absolute;
right: 15%;
left: 50%;
margin-left: 30px;
top: 50%;
height: 1px;
background: #333;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-counter-widget.style1 .ht-counter-icon span:last-child {
content: "";
position: absolute;
left: 15%;
right: 50%;
margin-right: 30px;
top: 50%;
height: 1px;
background: #333;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-counter-widget.style1 .ht-counter-title {
margin-top: 15px;
margin: 0;
}
.ht-counter-widget.style2 .ht-counter-icon {
position: absolute;
left: 30%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 3rem;
line-height: 1;
opacity: 0.1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ht-counter-widget.style2 .ht-counter-icon span {
display: none;
}
.ht-counter-widget.style2 .ht-counter:hover .ht-counter-icon {
-webkit-transform: translate(-50%, -50%) scale(1.4);
transform: translate(-50%, -50%) scale(1.4);
}
.ht-counter-widget.style2 .ht-counter-count {
font-size: 3rem;
line-height: 1;
}
.ht-counter-widget.style2 .ht-counter-title {
margin-top: 10px;
}
.ht-counter-widget.style3 .ht-counter {
position: relative;
}
.ht-counter-widget.style3 .ht-counter>span {
content: "";
position: absolute;
left: 20%;
right: 20%;
top: 20%;
bottom: 20%;
border: 10px solid #333;
opacity: 0.1;
}
.ht-counter-widget.style3 .ht-counter-icon {
font-size: 3rem;
line-height: 1;
margin-bottom: 15px;
position: relative;
z-index: 9;
}
.ht-counter-widget.style3 .ht-counter-count {
font-size: 2rem;
line-height: 1;
margin-bottom: 15px;
position: relative;
z-index: 9;
}
.ht-counter-widget.style4 .ht-counter {
text-align: left;
padding-left: 80px;
}
.ht-counter-widget.style4 .ht-counter-icon {
font-size: 42px;
width: 50px;
float: left;
text-align: center;
opacity: 0.8;
margin-left: -70px;
line-height: 1;
margin-top: 24px;
}
.ht-counter-widget.style4 .ht-counter-count {
font-size: 2rem;
line-height: 1;
margin-bottom: 22px;
position: relative;
}
.ht-counter-widget.style4 .ht-counter-title {
position: relative;
}
.ht-counter-widget.style4 .ht-counter-title>span {
content: "";
position: absolute;
bottom: 100%;
background: #333;
height: 2px;
width: 50px;
left: 0;
margin-bottom: 10px;
} .ht-image-box.image-top .ht-ib-image {
margin: 0 auto 15px;
}
.ht-ib-title {
margin-bottom: 15px;
}
.ht-ib-readmore {
margin-top: 20px;
font-size: 0.9rem;
}
.ht-ib-readmore a>i {
margin-left: 5px;
color: inherit !important;
}
.ht-image-box.ht-left {
text-align: left;
}
.ht-image-box.ht-right {
text-align: right;
}
.ht-image-box.ht-center {
text-align: center;
}
.ht-image-box.image-left .ht-image-box-wrap,
.ht-image-box.image-right .ht-image-box-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ht-image-box.image-left .ht-ib-image {
margin-right: 3%;
}
.ht-image-box.image-right .ht-ib-image {
margin-left: 3%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .ht-progress {
margin-bottom: 30px;
}
.ht-progress:last-child {
margin-bottom: 0;
}
.ht-progress h6 {
margin-bottom: 8px;
}
.ht-progress-bar {
height: 8px;
width: 100%;
position: relative;
background: #f6f6f6
}
.ht-progress-bar-length {
background: #0078af;
height: 100%;
text-align: right;
width: 0;
}
.ht-progress-bar-length span {
position: absolute;
right: 0;
bottom: 100%;
}
.ht-progress.ht-pb-style2 .ht-progress-bar-length {
position: relative;
}
.ht-progress.ht-pb-style2 .ht-progress-bar-length span {
background: #222;
color: #FFF;
padding: 0 6px;
border-radius: 3px;
opacity: 0;
-webkit-transform: translateX(50%);
transform: translateX(50%);
margin-bottom: 10px;
font-size: 12px;
}
.ht-progress.ht-pb-style2 .ht-progress-bar-length span:before {
content: "";
border-width: 6px;
border-style: solid;
border-color: #222 transparent transparent transparent;
position: absolute;
top: 100%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.ht-progress.ht-pb-style3 .ht-progress-bar {
height: 14px;
padding: 3px;
background: #F0F0F0;
border-radius: 20px;
}
.ht-progress.ht-pb-style3 .ht-progress-bar-length {
position: relative;
border-radius: 20px;
}
.ht-progress.ht-pb-style3 .ht-progress-bar-length span {
color: #FFF;
border-radius: 3px;
opacity: 0;
-webkit-transform: translateX(50%);
transform: translateX(50%);
margin-bottom: 15px;
font-size: 10px;
width: 32px;
height: 32px;
line-height: 36px;
text-align: center;
}
.ht-progress.ht-pb-style3 .ht-progress-bar-length span:before {
content: '';
position: absolute;
background: #444;
border-radius: 0px 30px 30px 30px;
width: 32px;
height: 32px;
left: 0;
top: 0;
z-index: -1;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.ht-progress.ht-pb-style4 .ht-progress-bar-length {
position: relative;
border-radius: 20px;
}
.ht-progress.ht-pb-style4 .ht-progress-bar {
height: 10px;
border-radius: 20px;
}
.ht-progress.ht-pb-style4 .ht-progress-bar-length span {
background: #0078af;
color: #fff;
height: 40px;
width: 40px;
opacity: 0;
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
margin-bottom: -4px;
font-size: 12px;
border-radius: 50%;
line-height: 40px;
text-align: center;
} .ht-social-icons .ht-social-button {
display: inline-block;
background-color: #fff;
color: #333;
text-align: center;
position: relative;
padding: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ht-social-icons.si-fade-in .ht-social-button i {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ht-social-icons .ht-social-button i {
display: block;
}
.ht-social-icons.icon-small .ht-social-button {
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
margin: 3px;
}
.ht-social-icons.icon-small .ht-social-button i {
line-height: 40px;
}
.ht-social-icons.style3.icon-small .ht-social-button i,
.ht-social-icons.style4.icon-small .ht-social-button i {
line-height: 36px;
}
.ht-social-icons.icon-normal .ht-social-button {
font-size: 28px;
width: 60px;
height: 60px;
line-height: 60px;
margin: 6px;
}
.ht-social-icons.icon-normal .ht-social-button i {
line-height: 60px;
}
.ht-social-icons.style3.icon-normal .ht-social-button i,
.ht-social-icons.style4.icon-normal .ht-social-button i {
line-height: 56px;
}
.ht-social-icons.icon-big .ht-social-button {
font-size: 42px;
width: 90px;
height: 90px;
line-height: 90px;
margin: 12px;
}
.ht-social-icons.icon-big .ht-social-button i {
line-height: 90px;
}
.ht-social-icons.style3.icon-big .ht-social-button i,
.ht-social-icons.style4.icon-big .ht-social-button i {
line-height: 86px;
}
.ht-social-icons.icon-large .ht-social-button {
font-size: 70px;
width: 160px;
height: 160px;
line-height: 160px;
margin: 20px;
}
.ht-social-icons.icon-large .ht-social-button i {
line-height: 160px;
}
.ht-social-icons.style3.icon-large .ht-social-button i,
.ht-social-icons.style4.icon-large .ht-social-button i {
line-height: 156px;
}
.ht-social-icons.icon-left {
text-align: left;
}
.ht-social-icons.icon-center {
text-align: center;
}
.ht-social-icons.icon-right {
text-align: right;
}
.ht-social-icons.si-fade-in .ht-social-button i {
opacity: 0.8;
}
.ht-social-icons.si-fade-in .ht-social-button:hover i {
opacity: 1;
}
.ht-social-icons.si-zoom .ht-social-button {
-webkit-transform: scale(1);
transform: scale(1);
}
.ht-social-icons.si-zoom .ht-social-button:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.ht-social-icons.si-rotate .ht-social-button {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.ht-social-icons.si-rotate .ht-social-button:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.ht-social-icons.si-slide-up .ht-social-button {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.ht-social-icons.si-slide-up .ht-social-button:hover {
-webkit-transform: translateY(-5%);
transform: translateY(-5%);
}
.ht-social-icons.style1 .ht-social-button {
-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ht-social-icons.style2 .ht-social-button {
border-radius: 50%;
-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ht-social-icons.style3 .ht-social-button {
background: none;
border: 2px solid #333;
-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ht-social-icons.style4 .ht-social-button {
background: none;
border: 2px solid #333;
-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
border-radius: 50%;
}
.ht-social-icons.rounded-corner.icon-small .ht-social-button {
border-radius: 4px;
}
.ht-social-icons.rounded-corner.icon-normal .ht-social-button {
border-radius: 6px;
}
.ht-social-icons.rounded-corner.icon-big .ht-social-button {
border-radius: 8px;
}
.ht-social-icons.rounded-corner.icon-large .ht-social-button {
border-radius: 18px;
}
.ht-social-icons.style6 .ht-social-button:after {
content: "";
position: absolute;
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
background: #FFF;
border-radius: 50%;
z-index: 8;
}
.ht-social-icons.style6 .ht-social-button i {
-webkit-transform: scale(0.8);
transform: scale(0.8);
z-index: 9;
position: relative
}
.ht-social-icons.style6.icon-normal .ht-social-button:after {
margin: 2px;
}
.ht-social-icons.style6.icon-big .ht-social-button:after {
margin: 6px;
}
.ht-social-icons.style6.icon-large .ht-social-button:after {
margin: 10px;
}
.ht-social-icons.style7.icon-small .ht-social-button {
-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset
}
.ht-social-icons.style7.icon-normal .ht-social-button {
-webkit-box-shadow: 0 -6px 0 rgba(0, 0, 0, .08) inset;
box-shadow: 0 -6px 0 rgba(0, 0, 0, .08) inset
}
.ht-social-icons.style7.icon-big .ht-social-button {
-webkit-box-shadow: 0 -8px 0 rgba(0, 0, 0, .08) inset;
box-shadow: 0 -8px 0 rgba(0, 0, 0, .08) inset
}
.ht-social-icons.style7.icon-large .ht-social-button {
-webkit-box-shadow: 0 -12px 0 rgba(0, 0, 0, .08) inset;
box-shadow: 0 -12px 0 rgba(0, 0, 0, .08) inset
}
.ht-social-icons.style8 .ht-social-button {
background: none;
height: auto;
width: auto;
line-height: 1;
}
.ht-social-icons.style8 .ht-social-button i {
line-height: 1;
}
.ht-social-icons a i {
color: inherit !important;
} ul.ht-latest-posts {
margin: 0;
padding: 0;
list-style: none;
}
ul.ht-latest-posts li {
margin: 0 0 20px;
padding: 0;
border: 0;
}
.ht-lp-image {
float: left;
width: 30%;
}
.ht-lp-date {
font-size: 0.8rem;
opacity: 0.8;
margin-top: 10px;
}
.ht-lp-image img {
width: 100%;
}
.ht-lp-image+.ht-lp-content {
width: 70%;
float: right;
padding-left: 20px;
font-size: 0.9rem;
}
.ht-lp-title a {
color: inherit;
}
.ht-lp-excerpt {
margin-top: 10px;
} .ht-image-category {
position: relative;
background-size: cover;
background-position: center;
margin-bottom: 15px;
}
.ht-image-category:last-child {
margin-bottom: 0;
}
.ht-image-category:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
}
.ht-image-category a {
position: relative;
z-index: 1;
display: block;
padding: 30px;
}
.ht-image-category h5 {
margin: 0;
font-weight: bold;
font-size: 1.1rem;
}
.ht-image-category.ht-style1 .htc-post-count:before {
content: "(";
}
.ht-image-category.ht-style1 .htc-post-count:after {
content: ")";
}
.ht-image-category.ht-style1 h5 {
color: #FFF !important;
}
.ht-image-category.ht-style2 h5 {
color: #FFF !important;
display: flex;
justify-content: space-between;
align-items: center;
}
.ht-image-category.ht-style2 .htc-cat-name {
order: 1;
margin-right: 15px;
}
.ht-image-category.ht-style2 h5:after {
content: "";
height: 1px;
border-bottom: 1px dashed #FFF;
flex-grow: 1;
order: 2;
}
.ht-image-category.ht-style2 .htc-post-count {
background: #FFF;
color: #222;
font-size: 1rem;
line-height: 1;
padding: 8px 13px;
border-radius: 9px;
display: block;
order: 3;
margin-left: 15px;
}
.ht-image-category.ht-style3 a {
text-align: center;
padding: 50px 30px;
}
.ht-image-category.ht-style3 h5 {
font-size: 1rem;
display: inline-block;
background: #FFF;
color: #333 !important;
padding: 5px 15px;
text-transform: uppercase;
font-weight: normal;
}
.ht-image-category.ht-style3:after {
background: rgba(0, 0, 0, 0.2);
}
.ht-image-category.ht-style3 .htc-post-count:before {
content: "(";
}
.ht-image-category.ht-style3 .htc-post-count:after {
content: ")";
}
.ht-image-category.ht-style4 {
text-align: center;
}
.ht-image-category.ht-style4 a {
padding: 60px 30px;
}
.ht-image-category.ht-style4 h5 {
color: #FFF !important;
}
.ht-image-category.ht-style4>span {
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.ht-image-category.ht-style4>span:after {
content: "";
position: absolute;
left: 15px;
right: 15px;
top: 25px;
height: 1px;
background: #FFF;
opacity: 0.6;
}
.ht-image-category.ht-style4>span:before {
content: "";
position: absolute;
left: 25px;
top: 15px;
bottom: 15px;
width: 1px;
background: #FFF;
opacity: 0.6;
}
.ht-image-category.ht-style4>a:after {
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 25px;
height: 1px;
background: #FFF;
opacity: 0.6;
}
.ht-image-category.ht-style4>a:before {
content: "";
position: absolute;
right: 25px;
top: 15px;
bottom: 15px;
width: 1px;
background: #FFF;
opacity: 0.6;
}
.ht-image-category.ht-style4 .htc-post-count:before {
content: "(";
}
.ht-image-category.ht-style4 .htc-post-count:after {
content: ")";
}
.ht-image-category.ht-style5 {
background: none !important;
}
.ht-image-category.ht-style5:after {
display: none;
}
.ht-image-category.ht-style5 a {
padding: 0;
}
.ht-image-category.ht-style5 h5 {
font-weight: normal;
font-size: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
color: inherit;
}
.ht-image-category.ht-style5 .htc-post-count:before {
content: "(";
}
.ht-image-category.ht-style5 .htc-post-count:after {
content: ")";
} .ht-post-listing .ht-post-list {
margin-bottom: 20px;
}
.ht-post-listing .ht-post-list:last-child {
margin-bottom: 0;
}
.ht-post-listing .ht-pl-title {
margin-bottom: 10px;
}
.ht-post-listing .ht-pl-title a{
color: inherit;
}
.ht-post-listing .ht-pl-date {
font-size: 0.8rem;
margin-bottom: 10px;
}
.ht-post-listing .ht-pl-title:last-child,
.ht-post-listing .ht-pl-date:last-child {
margin-bottom: 0;
}
.ht-post-listing .ht-pl-excerpt {
font-size: 0.94rem;
}
.ht-post-listing .ht-pl-image {
position: relative;
}
.ht-post-listing .ht-pl-image img {
width: 100%;
}
.ht-post-listing .ht-pl-count {
position: absolute;
left: 8px;
top: 20px;
transform: translateX(-50%);
padding: 8px 10px;
background: #0078af;
color: #FFF;
line-height: 1;
font-size: 0.9rem;
border-radius: 2px;
}
.ht-post-listing.style1 .ht-pl-image {
margin-bottom: 15px;
}
.ht-post-listing.style2 .ht-pl-image {
width: 120px;
float: left;
}
.ht-post-listing.style2 .ht-pl-content {
margin-left: 140px;
}
.ht-post-listing.style3 {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.ht-post-listing.style3 .ht-post-list {
width: 50%;
padding: 0 10px;
}
.ht-post-listing.style3 .ht-pl-image {
margin-bottom: 15px;
}
.ht-post-listing.style3 .ht-post-list:nth-last-child(2) {
margin-bottom: 0;
}
.ht-post-listing.style4 .ht-post-list:first-child .ht-pl-image {
margin-bottom: 15px;
width: 100%;
float: none;
}
.ht-post-listing.style4 .ht-post-list:first-child .ht-pl-content {
margin-left: 0;
}
.ht-post-listing.style4 .ht-pl-image {
width: 120px;
float: left;
}
.ht-post-listing.style4 .ht-pl-content {
margin-left: 140px;
}
.ht-post-listing.style4 .ht-post-list:nth-child(n+2) .ht-pl-excerpt {
display: none;
}
.ht-post-listing.style5 .ht-post-list {
position: relative;
}
.ht-post-listing.style5 .ht-pl-content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 40px 20px 20px;
color: #FFF;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.ht-post-listing.style5 .ht-pl-excerpt {
font-size: 0.9rem;
margin-top: 6px;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.ht-post-listing.style5 .ht-post-list:hover .ht-pl-excerpt {
max-height: 50px;
}
.ht-post-listing.style5 * {
color: #FFF !important;
} .ht-pt-content {
display: none;
}
.ht-pt-header {
display: flex;
margin-bottom: 20px;
}
.ht-pt-header .ht-pt-tab {
background: #222;
color: #FFF;
font-size: 0.9rem;
text-align: center;
flex-grow: 1;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
padding: 10px 15px;
}
.ht-pt-header .ht-pt-tab.ht-pt-active {
background: #0078af;
color: #FFF;
}
.ht-post-listing {
-webkit-animation-name: HtFadeInUp;
animation-name: HtFadeInUp;
}
@-webkit-keyframes HtFadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes HtFadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .ht-post-timeline {
border-left: 8px solid #F0F0F0;
color: #F0F0F0;
padding-left: 25px;
}
.ht-post-timeline .ht-post-list {
position: relative;
margin-bottom: 30px;
}
.ht-post-timeline .ht-post-list:last-child {
margin-bottom: 0;
}
.ht-post-timeline .ht-post-list:after {
content: "";
position: absolute;
left: -39px;
top: 0;
height: 20px;
width: 20px;
background: #FFF;
border-radius: 50%;
border: 5px solid #F0F0F0;
border-color: inherit;
}
.ht-post-timeline .ht-post-list:before {
content: "";
position: absolute;
left: -34px;
top: 5px;
height: 10px;
width: 10px;
border-radius: 50%;
border: 5px solid #F0F0F0;
border-color: inherit;
z-index: 9;
display: none;
}
.ht-post-timeline .ht-post-list:hover:before {
display: block;
}
.ht-post-timeline .ht-pt-date {
margin-bottom: 6px;
font-size: 0.8rem;
color: #555;
} .ht-post-carousel .ht-pl-image {
margin-bottom: 20px;
}
.ht-post-carousel .ht-pl-title {
margin-bottom: 10px;
}
.ht-post-carousel .ht-pl-title a{
color: inherit;
}
.ht-post-carousel .ht-pl-date {
font-size: 0.8rem;
margin-bottom: 10px;
}
.ht-post-carousel.owl-carousel .owl-dots {
text-align: center;
margin-top: 20px;
}
.ht-post-carousel.owl-carousel button.owl-dot {
height: 10px;
width: 10px;
background: rgba(0, 0, 0, 0.3);
margin: 0 5px;
border-radius: 50%;
}
.ht-post-carousel.owl-carousel button.owl-dot.active {
transform: scale(1.3);
} .tagcloud a {
font-size: 0.85rem !important;
display: inline-block;
border: 2px solid #EEE;
padding: 5px 15px;
margin: 0 5px 8px 0;
line-height: 1.2;
} ul.ht-category-widget {
list-style: none;
margin: 0;
padding: 0;
column-gap: 30px;
column-fill: balance;
}
ul.ht-category-widget li {
display: inline-block;
width: 100%;
padding: 10px 0;
line-height: 1.3;
}
ul.ht-category-widget li a {
display: flex;
justify-content: space-between;
}
ul.ht-category-widget.ht-col-2 {
column-count: 2;
}
ul.ht-category-widget.ht-col-3 {
column-count: 3;
}
ul.ht-category-widget.ht-col-4 {
column-count: 4;
} #ht-preloader-wrap {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: red;
z-index: 99999;
overflow: hidden;
}
body.elementor-editor-active #ht-preloader-wrap {
display: none;
}
#ht-preloader-wrap>div {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#ht-preloader-wrap img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} body.ht-boxed #ht-page {
max-width: 1250px;
margin: 0 auto;
position: relative;
background: #FFF;
}
.sticky {
display: block;
}
.viral-pro-hentry {
margin: 0 0 60px;
}
.byline,
.updated:not(.published) {
display: none;
}
.page-content p,
.entry-content p,
.page-content ul,
.entry-content ul,
.page-content ol,
.entry-content ol {
margin-bottom: 30px;
}
.page-content ul ul,
.entry-content ul ul,
.page-content ol ol,
.entry-content ol ol {
margin-bottom: 0;
}
.page-content li,
.entry-content li {}
.page-links {
clear: both;
margin: 0 0 15px;
}
.ht-site-wrapper {
display: flex;
justify-content: space-between;
}
#primary {
width: 70%;
float: left;
position: relative;
}
#secondary {
width: 26%;
float: right;
}
.ht-no-sidebar #primary,
.full-width-content-area{
width: 100%;
float: none;
}
.ht-no-sidebar-narrow #primary {
width: 76%;
float: none;
margin: 0 auto;
}
.ht-left-sidebar #primary {
float: right;
order: 2;
}
.ht-left-sidebar #secondary {
float: left;
order: 1;
} .entry-header .entry-title {
margin-bottom: 20px;
}
.entry-header .entry-title a {
text-decoration: none;
color: inherit;
}
.entry-meta {
margin-bottom: 20px;
font-size: 0.9em;
opacity: 0.9;
}
.entry-meta>span {
display: inline-block;
margin-right: 40px;
}
.entry-meta>span:last-child {
margin-right: 0;
}
.entry-meta>span i {
display: inline-block;
margin-right: 5px;
opacity: 0.7;
}
.entry-meta a {
color: inherit;
}
.entry-readmore {
margin-top: 40px;
}
.ht-main-content .entry-readmore a {
background: #0078af;
padding: 12px 20px;
line-height: 1.2;
color: #FFF;
border: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: inline-block;
}
.ht-main-content .entry-readmore a:hover {
background: #333;
color: #FFF;
}
.entry-comment i {
margin-right: 5px;
opacity: 0.7;
}
.blog-layout1 .entry-figure {
margin-bottom: 30px;
}
.blog-layout1 .entry-thumb-container {
padding-bottom: 55%;
}
.ht-no-sidebar .blog-layout1 .entry-thumb-container {
padding-bottom: 40%;
}
.blog-layout1 .entry-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.blog-layout1 .entry-header .entry-title:last-child {
margin-bottom: 0;
}
.blog-layout1 .ht-post-date {
float: left;
line-height: 1.3;
border-right: 2px solid rgba(0, 0, 0, 0.1);
padding-right: 30px;
margin-right: 30px;
text-align: center;
}
.blog-layout1 .ht-post-date .entry-date {
display: block;
font-size: 0.9rem;
}
.blog-layout1 .ht-post-date .entry-date span {
display: block;
text-transform: uppercase;
color: #0078af;
}
.blog-layout1 .ht-post-date .entry-date span.ht-day {
font-size: 30px;
line-height: 1.3;
}
.blog-layout1 .ht-post-header {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.blog-layout1 .entry-meta:last-child {
margin-bottom: 0;
} .blog-layout2 .entry-body {
padding: 40px;
background: rgba(0, 0, 0, 0.02);
}
.blog-layout2 .entry-figure {
margin-bottom: 0;
}
.blog-layout2 .entry-thumb-container {
padding-bottom: 55%;
}
.ht-no-sidebar .blog-layout2 .entry-thumb-container {
padding-bottom: 40%;
}
.blog-layout2 .ht-post-info {
float: left;
width: 20%;
text-align: center;
z-index: 99;
padding-right: 40px;
}
.blog-layout2 .ht-post-info+.ht-post-content {
float: left;
width: 80%;
}
.blog-layout2 .ht-post-date {
text-align: center;
}
.blog-layout2 .entry-date {
display: inline-block;
background: #0078af;
width: 70px;
color: #FFF;
text-align: center;
padding: 10px 15px;
font-size: 0.9rem;
margin-top: -40px;
margin-bottom: 40px;
line-height: 1.3;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-layout2 .ht-day {
display: block;
font-size: 30px;
color: #FFF;
}
.blog-layout2 img.avatar {
border-radius: 50%;
}
.blog-layout2 .entry-author {
margin-top: 15px;
font-size: 0.9rem;
}
.blog-layout2 .entry-comment {
display: block;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 15px;
margin-top: 15px;
font-size: 0.9rem;
line-height: 1.3;
}
.blog-layout2 .entry-readmore {
text-align: right;
}
.ht-post-info a {
color: inherit;
} .ht-blog-layout3 .site-main-loop {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.blog-layout3.viral-pro-hentry {
width: 50%;
padding: 0 15px;
margin-bottom: 30px;
}
.ht-no-sidebar .blog-layout3.viral-pro-hentry {
width: 33.33%;
}
.blog-layout3 .entry-figure {
position: relative;
margin-bottom: 0;
}
.blog-layout3 .entry-thumb-container {
padding-bottom: 120%;
background: #000;
}
.blog-layout3 .entry-figure>a:before {
display: none;
}
.blog-layout3 .entry-header {
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 40px;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.blog-layout3 .entry-header .entry-title {
font-size: 1.2rem;
margin: 0;
}
.blog-layout3 .entry-header * {
color: #FFF !important;
}
.ht-main-content .blog-layout3 .entry-readmore {
margin-top: 10px;
}
.ht-main-content .blog-layout3 .entry-readmore a {
background: none;
padding: 0;
line-height: 1.2;
border: 0;
}
.ht-main-content .blog-layout3 .entry-readmore {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
max-height: 0;
overflow: hidden;
}
.ht-main-content .blog-layout3:hover .entry-readmore {
max-height: 30px;
}
.ht-main-content .blog-layout3 img {
transition: all 0.3s ease;
}
.ht-main-content .blog-layout3:hover img {
opacity: 0.3;
} .blog-layout4.viral-pro-hentry {
margin-bottom: 30px;
}
.blog-layout4 .entry-figure {
position: relative;
margin-bottom: 0;
}
.blog-layout4-first .entry-thumb-container {
padding-bottom: 50%;
}
.ht-no-sidebar .blog-layout4-first .entry-thumb-container {
padding-bottom: 40%;
}
.blog-layout4 .ht-post-date {
position: absolute;
top: 0;
left: 30px;
background: #0078af;
width: 70px;
color: #FFF;
text-align: center;
padding: 10px 15px;
font-size: 0.9rem;
line-height: 1.3;
}
.blog-layout4 .ht-day {
display: block;
font-size: 30px;
color: #FFF;
}
.blog-layout4 .entry-meta>span {
margin-right: 20px;
}
.blog-layout4 .ht-article-wrap {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-layout4 .entry-meta {
margin-bottom: 10px;
}
.viral-pro-hentry-wrap {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.viral-pro-hentry-wrap .blog-layout4.viral-pro-hentry {
width: 50%;
padding: 0 15px;
margin-bottom: 30px;
display: flex;
}
.ht-no-sidebar .viral-pro-hentry-wrap .blog-layout4.viral-pro-hentry {
width: 33.33%;
}
.blog-layout4 .ht-post-content {
padding: 30px;
}
.viral-pro-hentry-wrap .blog-layout4 .entry-header .entry-title {
font-size: 1.2rem;
}
.viral-pro-hentry-wrap .blog-layout4 .entry-meta {
font-size: 0.8rem;
}
.viral-pro-hentry-wrap .blog-layout4 .entry-content {
font-size: 0.9rem;
} .blog-layout5 .ht-post-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.blog-layout5 .entry-figure {
width: 40%;
margin-bottom: 0;
}
.blog-layout5 .ht-post-content {
width: 56%;
}
.blog-layout5 .entry-content {
margin-bottom: 20px;
}
.blog-layout5 .entry-meta>span {
margin-right: 20px;
} .blog-layout6 .entry-figure {
margin-bottom: 20px;
}
.blog-layout6-first .entry-thumb-container {
padding-bottom: 50%;
}
.ht-no-sidebar .blog-layout6-first .entry-thumb-container {
padding-bottom: 40%;
}
.blog-layout6 .ht-post-content {
text-align: center;
}
.blog-layout6 .ht-post-content .entry-meta {
margin-bottom: 10px;
}
.blog-layout6 .ht-post-content .entry-meta>span {
margin-right: 20px;
}
.blog-layout6 .entry-content {
margin-bottom: 20px;
}
.viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry {
width: 50%;
padding: 0 15px;
margin-bottom: 40px;
}
.ht-no-sidebar .viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry {
width: 33.33%;
}
.viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry .entry-title {
font-size: 1.2rem;
}
.viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry:nth-child(2n+1) .entry-thumb-container {
padding-bottom: 120%;
} .blog-layout7 .entry-header .entry-title:last-child {
margin-bottom: 0;
padding-bottom: 20px;
}
.blog-layout7 .ht-post-info {
float: left;
width: 75px;
text-align: center;
}
.blog-layout7 .ht-post-date {
background: #0078af;
padding: 10px 15px;
font-size: 0.9rem;
line-height: 1;
text-transform: uppercase;
}
.blog-layout7 .ht-post-date>div {
color: #FFF;
}
.blog-layout7 .ht-day {
display: block;
font-size: 1.3rem;
color: #FFF;
font-weight: bold;
margin: 10px 0;
}
.blog-layout7 .entry-comment {
display: block;
padding: 8px 5px;
background: rgba(0, 0, 0, 0.1);
text-transform: uppercase;
font-size: 0.7rem;
line-height: 1.3;
margin-bottom: 25px;
}
.blog-layout7 img.avatar {
border-radius: 50%;
}
.blog-layout7 .entry-author {
margin-top: 10px;
font-size: 0.8rem;
line-height: 1.3;
}
.blog-layout7 .entry-author span {
display: block;
}
.blog-layout7 .ht-post-info+.ht-post-content {
padding-left: 100px;
}
.blog-layout7 .entry-figure {
margin-bottom: 30px;
}
.blog-layout7 .entry-figure+.entry-header {
background: #FFF;
margin-right: 12%;
margin-top: -100px;
position: relative;
padding: 20px 20px 0 0;
}
.blog-layout7 .entry-thumb-container {
padding-bottom: 55%;
}
.ht-no-sidebar .blog-layout7 .entry-thumb-container {
padding-bottom: 40%;
}
.blog-layout7 .entry-readmore {
text-align: right;
}  .ht-single-layout1 .ht-site-header,
.ht-single-layout2 .ht-site-header,
.ht-single-layout5 .ht-site-header,
.ht-single-layout6 .ht-site-header,
.ht-single-layout7 .ht-site-header {
margin-bottom: 40px;
}
body.ht-header-style4 .ht-site-header {
margin-bottom: 0;
}
.ht-single-layout1 .breadcrumb-trail,
.ht-single-layout2 .breadcrumb-trail,
.ht-single-layout7 .breadcrumb-trail {
margin-bottom: 40px;
}
.ht-single-layout3 .single-entry-category,
.ht-single-layout3 .single-entry-meta>span,
.ht-single-layout4 .single-entry-category,
.ht-single-layout4 .single-entry-meta>span,
.ht-single-layout5 .single-entry-category,
.ht-single-layout5 .single-entry-meta>span {
opacity: 1;
}
.ht-single-layout1 .single-entry-meta>span.entry-read-time {
float: right;
}
.ht-single-layout2 .entry-header {
text-align: center;
}
.ht-single-layout3 .entry-header {
position: relative;
height: 560px;
background-size: cover;
background-position: center;
margin-bottom: 40px;
}
.ht-single-layout3 .entry-header:after {
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
position: absolute;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.ht-single-layout3 .breadcrumb-trail {
margin-bottom: 40px;
}
.ht-single-layout3 .entry-header-wrapper {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
}
.ht-single-layout3 .entry-header * {
color: #FFF !important;
}
.ht-single-layout3 .single-entry-meta>span.entry-read-time {
float: right;
}
.ht-single-layout4 .entry-header {
position: relative;
height: 560px;
background-size: cover;
background-position: center;
margin-bottom: 40px;
text-align: center;
}
.ht-single-layout4 .entry-header:after {
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.5)
}
.ht-single-layout4 .breadcrumb-trail {
margin-bottom: 40px;
text-align: center;
}
.ht-single-layout4 .entry-header-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 9;
}
.ht-single-layout4 .entry-header * {
color: #FFF !important;
}
.ht-single-layout4 .ht-container>*:last-child {
margin-bottom: 0;
}
.ht-single-layout5 .entry-header {
position: relative;
height: 560px;
background-size: cover;
background-position: center;
margin-bottom: 40px;
text-align: center;
margin-left: -100px;
margin-right: -100px;
}
.ht-single-layout5 .entry-header:after {
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4)
}
.ht-single-layout5 .breadcrumb-trail {
margin-bottom: 40px;
text-align: center;
}
.ht-single-layout5 .entry-header-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 9;
}
.ht-single-layout5 .entry-header * {
color: #FFF !important;
}
.ht-single-layout5 .entry-header-wrapper>*:last-child {
margin-bottom: 0;
}
.ht-single-layout6 .entry-header {
position: relative;
display: flex;
height: 560px;
margin-bottom: 40px;
text-align: center;
margin-left: -100px;
margin-right: -100px;
}
.ht-single-layout6 .entry-header * {
color: #333 !important;
}
.ht-single-layout6 .breadcrumb-trail {
margin-bottom: 40px;
}
.ht-single-layout6 .entry-banner {
width: 50%;
background-size: cover;
background-position: center;
}
.ht-single-layout6 .entry-header-wrapper {
display: flex;
justify-content: center;
flex-flow: column;
background: #EEE;
width: 50%;
padding: 40px;
}
.ht-single-layout6 .entry-header-wrapper>*:last-child {
margin-bottom: 0;
}
.ht-single-layout7 .single-entry-meta>span.entry-read-time {
float: right;
} .sticky-social-share {
position: absolute;
left: -100px;
height: 100%;
top: 0;
width: 38px;
z-index: 9;
}
.ht-left-sidebar .sticky-social-share {
right: -100px;
left: auto;
}
.sticky-social-share .viral-pro-share-buttons-wrap {
position: sticky;
top: 200px;
}
.sticky-social-share .viral-pro-share-buttons {
display: flex;
flex-flow: column;
padding-bottom: 60px;
}
.sticky-social-share .viral-pro-share-buttons-wrap>span {
position: absolute;
left: 50%;
transform: rotate(-90deg) translateY(-50%);
letter-spacing: 1px;
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
.entry-wrapper {
position: relative;
} .entry-content,
.entry-figure {
margin-bottom: 40px;
}
.entry-summary {
font-size: 1.2rem;
margin-bottom: 20px;
margin-top: -10px;
}
.entry-content>*:last-child {
margin-bottom: 0;
}
.single-entry-meta {
margin-bottom: 40px;
font-size: 0.9rem;
}
.single-entry-meta a {
color: inherit;
}
.single-entry-meta>span>i {
margin-right: 5px;
}
.single-entry-meta img {
border-radius: 50%;
margin-right: 10px;
}
.single-entry-meta>span {
display: inline-block;
margin-right: 30px;
opacity: 0.8;
}
.single-entry-meta>span:last-child {
margin-right: 0;
}
blockquote:not(.wp-block-quote) {
background: #F6F6F6;
padding: 40px;
clear: both;
margin: 0 0 30px;
border-left: 3px solid #0078af;
font-style: italic;
font-size: 1.1rem;
}
blockquote:not(.wp-block-quote) p:last-child {
margin-bottom: 0;
}
blockquote:not(.wp-block-quote) cite {
font-size: 0.9rem;
display: block;
margin-top: 20px;
}
.single-entry-category {
margin-bottom: 10px;
font-size: 0.8rem;
line-height: 1;
opacity: 0.8;
}
.single-entry-category a {
display: inline-block;
margin-bottom: 5px;
color: inherit;
text-transform: uppercase;
}
.single-entry-tags {
margin-bottom: 40px;
font-size: 0.8rem;
line-height: 1;
}
.single-entry-tags a {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 4px 10px;
display: inline-block;
margin-right: 10px;
color: inherit;
margin-bottom: 5px;
}
.single-entry-tags a:before {
content: "#";
}
.ht-social-share {
border-top: 1px solid rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding: 20px 0;
text-transform: uppercase;
font-size: 0.9rem;
text-align: center;
margin-bottom: 40px;
}
.ht-social-share>span {
margin-bottom: 10px;
display: block;
}
.ht-social-share>span i {
margin-right: 10px;
display: inline-block;
}
.viral-pro-share-buttons a {
display: inline-block;
line-height: 38px;
width: 38px;
height: 38px;
margin: 10px;
text-align: center;
color: #FFF !important;
background: #333;
font-size: 20px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ht-social-share .viral-pro-share-buttons a {
width: 60px;
}
.sticky-social-share .viral-pro-share-buttons a {
border-radius: 50%;
margin: 0 0 15px;
}
.viral-pro-share-buttons a:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.viral-pro-share-buttons a i {
display: block;
line-height: 38px;
color: #FFF;
}
.viral-pro-share-buttons .twitter-share {
background: #2aa9e0;
}
.viral-pro-share-buttons .facebook-share {
background: #204385;
}
.viral-pro-share-buttons .googleplus-share {
background: #d3492c;
}
.viral-pro-share-buttons .pinterest-share {
background: #ca2128;
}
.viral-pro-share-buttons .linkedin-share {
background: #02669a;
}
.viral-pro-share-buttons .stumbleupon-share {
background: #eb4924;
}
.post-navigation {
margin-bottom: 60px;
font-size: 1.1rem;
line-height: 1.4;
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 20px;
}
.post-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 50%;
}
.post-navigation .nav-previous {
padding-right: 20px;
padding-left: 100px;
}
.post-navigation .nav-next {
text-align: right;
border-left: 1px solid rgba(0, 0, 0, 0.05);
padding-left: 20px;
padding-right: 100px;
}
.post-navigation img {
width: 80px;
}
.post-navigation .nav-previous img {
float: left;
margin-left: -100px;
}
.post-navigation .nav-next img {
float: right;
margin-right: -100px;
}
.post-navigation a {
color: inherit;
}
.post-navigation a span {
display: block;
text-transform: uppercase;
font-size: 0.8rem;
margin-bottom: 8px;
opacity: 0.8;
}
.viral-pro-author-info {
margin-bottom: 60px;
text-align: center;
}
.viral-pro-author-avatar {
margin-bottom: 20px;
}
.viral-pro-author-avatar img {
border-radius: 100%;
}
.viral-pro-author-description {}
.viral-pro-author-icons a {
color: inherit;
padding: 5px;
font-size: 20px;
} .viral-pro-related-post {
margin-bottom: 40px;
}
ul.viral-pro-related-post-wrap {
margin: 0;
padding: 0;
list-style: none;
}
ul.viral-pro-related-post-wrap h3 {
margin-bottom: 10px;
}
ul.viral-pro-related-post-wrap h3 a {
color: inherit;
}
ul.viral-pro-related-post-wrap img {
width: 100%;
}
.viral-pro-related-post.style1 ul.viral-pro-related-post-wrap {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.viral-pro-related-post.style1 ul.viral-pro-related-post-wrap li {
width: 33.33%;
padding: 0 15px;
text-align: center;
margin-bottom: 30px;
}
.viral-pro-related-post.style1 ul.viral-pro-related-post-wrap .relatedthumb {
margin-bottom: 15px;
}
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap .relatedthumb {
position: relative;
}
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap li {
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
}
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap .relatedtitle {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 40px 20px 20px;
color: #FFF;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap h3 a,
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap .vl-post-metas {
color: #FFF;
}
.viral-pro-related-post.style3 ul.viral-pro-related-post-wrap li {
text-align: center;
}
.viral-pro-related-post.style3 ul.viral-pro-related-post-wrap .relatedthumb {
margin-bottom: 15px;
}
.viral-pro-related-post.style3 .owl-carousel .owl-nav .owl-prev,
.viral-pro-related-post.style3 .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
transform: translate(0, -50%);
height: 40px;
width: 40px;
background: #0078af;
text-align: center;
line-height: 40px;
color: #FFF;
transition: all 0.3s ease;
opacity: 0;
}
.viral-pro-related-post.style3 .owl-carousel .owl-nav .owl-prev:hover,
.viral-pro-related-post.style3 .owl-carousel .owl-nav .owl-next:hover {
background: #000;
}
.viral-pro-related-post.style3:hover .owl-carousel .owl-nav .owl-prev,
.viral-pro-related-post.style3:hover .owl-carousel .owl-nav .owl-next {
opacity: 1;
}
.viral-pro-related-post.style3 .owl-carousel .owl-nav .owl-prev {
left: 0;
}
.viral-pro-related-post.style3 .owl-carousel .owl-nav .owl-next {
right: 0;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap li {
display: flex;
margin-bottom: 30px;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap .relatedthumb {
width: 40%;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap .relatedtitle {
width: 60%;
padding-left: 30px;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap h3 {
font-size: 1.3rem;
}
.ht-no-sidebar .viral-pro-related-post.style4 ul.viral-pro-related-post-wrap {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.ht-no-sidebar .viral-pro-related-post.style4 ul.viral-pro-related-post-wrap li {
width: 50%;
padding: 0 15px;
}
.ht-no-sidebar .viral-pro-related-post.style4 .related-excerpt {
display: none;
} .single-entry-figure,
.single-entry-gallery,
.single-entry-quote,
.single-entry-link,
.single-entry-video,
.single-entry-audio {
margin-bottom: 40px;
}
.single-entry-gallery .owl-carousel .owl-nav .owl-prev,
.single-entry-gallery .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
transform: translate(0, -50%);
height: 40px;
width: 40px;
background: #0078af;
text-align: center;
line-height: 40px;
color: #FFF;
transition: all 0.3s ease;
opacity: 0;
}
.single-entry-gallery .owl-carousel .owl-nav .owl-prev:hover,
.single-entry-gallery .owl-carousel .owl-nav .owl-next:hover {
background: #000;
}
.single-entry-gallery:hover .owl-carousel .owl-nav .owl-prev,
.single-entry-gallery:hover .owl-carousel .owl-nav .owl-next {
opacity: 1;
}
.single-entry-gallery .owl-carousel .owl-nav .owl-prev {
left: 30px;
}
.single-entry-gallery .owl-carousel .owl-nav .owl-next {
right: 30px;
}
.single-entry-link {
position: relative;
}
.single-entry-link>a {
display: block;
padding: 30px;
background: rgba(255, 255, 255, 0.9);
font-size: 2rem;
text-align: center;
line-height: 1;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.single-entry-link.single-entry-link-image>a {
position: absolute;
left: 50px;
right: 50px;
bottom: 50px;
}
.single-entry-link>a i {
margin-left: 10px;
}
.single-entry-quote.single-entry-quote-image {
padding: 10%;
background-size: cover;
background-position: center;
}
.single-entry-quote-wrap {
background: rgba(255, 255, 255, 0.9);
text-align: center;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
padding: 100px 50px 50px 50px;
}
.single-entry-quote-wrap .single-author-quote {
font-size: 1.2rem;
font-style: italic;
margin-bottom: 20px;
position: relative;
}
.single-entry-quote-wrap .single-author-quote:before {
content: "\efcd";
font-family: 'IcoFont' !important;
font-size: 3.2rem;
font-style: normal;
font-weight: normal;
position: absolute;
left: 50%;
top: -60px;
transform: translateX(-50%);
line-height: 1;
opacity: 0.4;
}
.single-entry-quote-wrap .single-author-name {
text-transform: uppercase;
font-weight: bold;
}
.single-video-container {
position: relative;
padding-bottom: 56.25%;
}
.single-video-container iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.author-email-url {
margin-left: -2%;
}
.comment-form-author,
.comment-form-email {
float: left;
margin-left: 2%;
width: 48%;
}
.comment-form-url {}
.author-email-url input {
width: 100%;
}
.comment-form .form-submit {
margin-bottom: 0
}
#comments {
margin-bottom: 60px;
}
.logged-in-as,
.comment-notes {
margin-bottom: 25px;
}
.logged-in-as a {
color: inherit;
}
#comments ul {
list-style: none;
margin: 0;
padding: 0;
}
#comments li.comment .children {
display: block;
margin: 0 0 0 80px;
padding: 0px;
list-style: none;
}
article.comment-body {
margin: 0 0 30px;
}
.comment-list a {
color: inherit;
}
.comment-list .sp-comment-avatar {
margin-right: 20px;
float: left;
}
.comment-list .sp-comment-content {
position: relative;
border: 1px solid #EEE;
padding: 20px;
margin-left: 80px;
}
.comment-list .comment-header {
margin-bottom: 15px;
}
.comment-list .vcard .fn {
font-weight: normal;
font-size: 1.1rem;
}
.comment-list .vcard>a {
font-style: italic;
opacity: 0.9;
}
.comment-list .reply {
position: absolute;
top: 20px;
right: 20px;
text-transform: uppercase;
font-size: 0.9rem;
}
.comment-list .edit-link a {
font-size: 0.9rem;
display: inline-block;
}
.comment-list .comment-respond {
padding-left: 80px;
margin-bottom: 30px;
}
#cancel-comment-reply-link {
float: right;
}
.no-comments {
color: #0078af;
}
.pagination {
clear: both;
text-align: center;
margin-bottom: 60px;
}
.pagination .page-numbers {
display: inline-block;
margin: 4px 2px;
background: #0078af;
color: #FFF;
padding: 12px 20px;
line-height: 1;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
background: #333;
color: #FFF;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
vertical-align: middle;
} .wp-caption {
margin-bottom: 15px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 15px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-bottom: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .ht-container {
max-width: 1170px;
width: 100%;
margin: 0 auto;
}
.ht-fullwidth-container {
margin-left: calc( -100vw / 2 + 100% / 2 + 10px );
margin-right: calc( -100vw / 2 + 100% / 2 + 10px );
max-width: 100vw;
}
.ht-mac-os .ht-fullwidth-container {
margin-left: calc( -100vw / 2 + 100% / 2 );
margin-right: calc( -100vw / 2 + 100% / 2 );
max-width: 100vw;
}
.ht-boxed .ht-fullwidth-container {
margin-left: -40px !important;
margin-right: -40px !important;
}
#ht-content {
clear: both;
}
body.ht-no-header-space .ht-main-header {
margin-bottom: 0;
} #ht-masthead {
z-index: 999;
transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-webkit-transition: height 0.3s ease;
position: relative;
}
.ht-top-header {
background: #0078af;
font-size: 0.86rem;
line-height: 1.2;
color: #FFF;
}
.ht-mobile-top-header {
display: none;
}
.ht-top-header .ht-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.ht-top-header a {
text-decoration: none;
color: #FFF;
}
.ht-top-header p {
margin-bottom: 0;
}
.ht-top-header ul {
list-style: none;
padding: 0;
margin: 0;
}
.th-social a {
padding: 5px 10px;
font-size: 1rem;
}
.th-menu>ul>li {
position: relative;
display: inline-block;
margin: 0 8px;
}
.th-menu li {
position: relative;
}
.th-menu li a {
position: relative;
display: block;
}
.th-menu ul ul {
display: none;
position: absolute;
left: 0;
top: 100%;
width: 200px;
background: #0078af;
z-index: 9;
}
.th-menu ul ul ul {
top: 0;
left: 100%;
}
.th-menu ul li:hover>ul {
display: block;
}
.th-menu ul ul li a {
padding: 10px;
}
.th-menu>ul>li.menu-item-has-children>a:after {
font-family: 'ElegantIcons';
content: "\33";
}
.th-menu ul.sub-menu li.menu-item-has-children>a:after {
font-family: 'ElegantIcons';
content: "\35";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.ht-th-right.th-menu ul ul {
left: auto;
right: 0;
}
.ht-th-right.th-menu ul ul ul {
left: auto;
right: 100%;
}
.ht-th-left {
float: left;
max-width: 80%;
}
.ht-th-right {
float: right;
max-width: 80%;
}
.ht-th-right .widget {
margin: 0;
}
.ht-top-header .widget_polylang ul li {
display: inline-block;
margin: 0 5px;
}
.th-date i {
margin-right: 5px;
}
.th-date>span {
margin-right: 10px;
}
.th-date>span:last-child {
margin-right: 0 !important;
}
.ht-th-right>span {
margin-right: 0;
margin-left: 10px;
}
.vl-header-ticker {
display: flex;
align-items: center;
position: relative;
text-align: left;
}
.vl-header-ticker .vl-header-ticker-title {
white-space: nowrap;
padding: 5px 10px;
margin-right: 10px;
position: relative;
font-size: 1.1em;
border: 1px solid transparent;
border-color: inherit;
}
.vl-header-ticker-carousel {
max-width: 400px;
padding-left: 20px;
}
.vl-header-ticker-carousel .owl-item a {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.vl-header-ticker .owl-carousel .owl-nav button.owl-prev,
.vl-header-ticker .owl-carousel .owl-nav button.owl-next {
position: absolute;
left: -20px;
top: 50%;
transform: translateY(-50%);
height: 10px;
width: 10px;
text-align: center;
line-height: 10px;
}
.vl-header-ticker .owl-carousel .owl-nav button.owl-prev {
margin-top: -5px;
}
.vl-header-ticker .owl-carousel .owl-nav button.owl-next {
margin-top: 5px;
}
.ht-header {
position: relative;
}
#ht-site-branding {
padding: 15px 0;
}
#ht-site-branding img {
width: auto;
}
.ht-tagline-inline-logo #ht-site-branding {
display: flex;
align-items: center;
}
.ht-tagline-inline-logo .custom-logo-link+.ht-site-title-tagline {
margin-left: 10px;
}
.ht-tagline-below-logo .custom-logo-link+.ht-site-title-tagline {
margin-top: 10px;
}
.ht-header-widget .widget:last-child {
margin-bottom: 0;
}
.ht-site-title {
font-weight: 400;
margin: 0 0 8px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 32px !important;
line-height: 1 !important;
}
.ht-site-title:last-child {
margin: 0;
}
.ht-site-title a {
text-decoration: none;
color: #0078af;
}
.ht-site-description {
color: #EEE;
margin: 0;
font-size: 15px;
line-height: 1;
}
.ht-site-description a {
color: #333;
}
.breadcrumb-trail,
.woocommerce .woocommerce-breadcrumb {
margin: 0;
color: inherit;
font-size: 0.9rem;
}
.breadcrumb-trail ul {
list-style: none;
margin: 0;
padding: 0;
}
.breadcrumb-trail ul li {
display: inline-block;
}
.breadcrumb-trail ul li:after {
font-family: 'ElegantIcons';
content: "\35";
margin: 0 8px;
}
.breadcrumb-trail .icofont-home {
margin-right: 10px;
}
.breadcrumb-trail ul li:last-child:after {
display: none;
}
.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-trail a {
color: inherit;
}
.taxonomy-description,
.term-description {
margin-bottom: 15px;
}
.taxonomy-description p:last-child,
.term-description p:last-child {
margin-bottom: 0;
}
.site-main .comment-navigation {
margin: 0 0 15px;
overflow: hidden;
}
.comment-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
} .ht-main-header {
margin: 40px 0;
text-align: center;
}
.archive .author-post-avatar {
margin-bottom: 20px;
}
.archive .author-post-avatar img {
border-radius: 100%;
}
.archive .author-post-count {
margin-bottom: 30px;
} .ht-main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.ht-menu li.menu-item {
position: relative;
}
.ht-menu>ul>li.menu-item {
float: left;
margin-left: 6px;
}
.ht-menu>ul>li.menu-item:first-child {
margin-left: 0;
}
.ht-menu li.menu-item>a {
position: relative;
display: block;
}
.ht-menu>ul>li.menu-item>a {
padding: 0 15px;
}
.ht-menu li.menu-item>a>i {
line-height: inherit !important;
font-size: 1em !important;
}
.ht-menu>ul>li.menu-item>a .dropdown-nav {
display: inline-block;
position: relative;
right: -4px;
top: -4px;
font-size: 18px;
}
.ht-menu li.menu-item .nav-desc {
display: block;
font-size: 0.8em;
margin-top: 2px;
}
.ht-menu>ul>li.menu-item>a .nav-desc {
position: absolute;
left: 50%;
bottom: 100%;
line-height: 1;
white-space: nowrap;
font-size: 0.6em;
background: #000;
color: #FFF;
padding: 3px 6px;
border-radius: 2px;
transform: rotate(-5deg);
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.hover-style6.ht-site-header .ht-menu>ul>li.menu-item>a .nav-desc,
.hover-style5.ht-site-header .ht-menu>ul>li.menu-item>a .nav-desc {
transform: translateY(100%) rotate(-5deg);
margin-bottom: -2px;
}
.ht-menu ul ul {
display: none;
position: absolute;
left: 0;
top: 100%;
background: #FFF;
min-width: 270px;
z-index: 999;
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
.ht-menu ul ul ul {
left: 100%;
top: 0;
margin: 0;
border-top: 0;
}
.ht-menu ul ul li.menu-item {
float: none;
margin: 0;
}
.ht-menu ul ul li.menu-item>a {
font-weight: 400;
color: #444;
line-height: 1.5;
padding: 15px 20px;
}
.ht-menu ul ul a .dropdown-nav {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.ht-menu ul li.menu-item:hover>ul {
display: block;
}
.ht-menu>ul>li.menu-item:hover>a,
.ht-menu>ul>li.menu-item.current_page_item>a,
.ht-menu>ul>li.menu-item.current-menu-item>a,
.ht-menu>ul>li.menu-item.current_page_ancestor>a {
background: none;
color: inherit;
}
.ht-header-bttn {
display: inline-block;
margin-left: 30px;
padding: 0 20px;
white-space: nowrap;
}
.ht-offcanvas-nav {
position: relative;
}
.ht-offcanvas-nav a>span {
background-color: #333;
display: block;
height: 2px;
margin: 5px 0;
width: 25px;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s
}
.ht-offcanvas-nav a>span:nth-child(2) {
width: 20px
}
.ht-offcanvas-nav a>span:nth-child(3) {
width: 17px
}
.ht-offcanvas-opened .ht-offcanvas-nav a>span {
width: 22px
}
.ht-offcanvas-opened .ht-offcanvas-nav a>span:first-child {
bottom: 14px;
margin: 0;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
.ht-offcanvas-opened .ht-offcanvas-nav a>span:nth-child(2) {
-ms-filter: "alpha(opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}
.ht-offcanvas-opened .ht-offcanvas-nav a>span:last-child {
bottom: 14px;
margin: 0;
position: absolute;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.ht-header .ht-offcanvas-nav,
.ht-header .ht-search-button,
.ht-header .ht-header-social-icons {
margin-left: 15px;
}
.ht-header .ht-header-social-icons {
display: flex;
}
.ht-offcanvas-nav a,
.ht-search-button a {
width: 45px;
text-align: center;
padding: 10px;
display: block;
}
.ht-header .ht-header-social-icons a {
padding: 10px 8px;
}
.ht-header-widget {
margin-left: 40px;
padding: 20px 0;
} .ht-header-one .ht-header .ht-container {
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;
}
.ht-header-one .ht-site-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .ht-header-two .ht-middle-header {
padding: 40px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}
.ht-header-two .ht-middle-header .ht-container {
display: flex;
}
.ht-header-two .ht-middle-header-left {
list-style: none;
margin: 0;
padding: 0;
width: 30%;
display: flex;
align-items: center;
}
.ht-header-two .ht-middle-header-right {
width: 30%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.ht-header-two #ht-site-branding {
width: 40%;
text-align: center;
flex-grow: 1;
}
.ht-header-two.ht-tagline-inline-logo #ht-site-branding {
justify-content: center
}
.ht-header-two .ht-middle-header-left a {
padding: 10px;
font-size: 20px;
color: #333;
}
.ht-header-two .ht-middle-header-right>div>a {
display: block;
padding: 10px;
color: #333 !important;
}
.ht-header-two .ht-offcanvas-nav a>span {
background: #333 !important;
}
.ht-header-two .ht-header .ht-container {
display: flex;
justify-content: center;
align-items: center;
}
.ht-header-two .ht-header .ht-main-navigation {
display: flex;
align-items: center;
} .ht-header-three .ht-container {
max-width: 100%;
padding: 0 80px;
}
.ht-boxed .ht-header-three .ht-container {
padding: 0 40px;
}
.ht-header-three .ht-header .ht-container {
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;
box-shadow: 0 2px 2px rgba(0, 0, 0, .03);
}
.ht-header-three .ht-site-buttons {
width: 200px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.ht-header-three .ht-main-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-grow: 1;
justify-content: center;
} .ht-header-four .ht-middle-header .ht-container {
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;
padding-top: 20px;
padding-bottom: 20px;
}
.ht-header-four .ht-header .ht-container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 38px;
}
.ht-header-four .ht-main-navigation {
flex-grow: 1;
}
.ht-header-four .ht-header .ht-container:after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
background: url(//newsauto.com.ua/wp-content/themes/viral-pro/images/shadow.png) no-repeat center bottom;
height: 38px;
}
.ht-header-four .ht-header .ht-menu {
flex-grow: 1;
}
.ht-sticky-header .ht-header-four .ht-header.headroom.headroom--not-top .ht-container {
margin-bottom: 0;
}
.ht-header-four .ht-menu>ul>li.menu-item,
.ht-header-four.hover-style8 .ht-menu>ul>li.menu-item,
.ht-header-four.hover-style9 .ht-menu>ul>li.menu-item {
margin: 0;
}
.ht-header-four .ht-menu>ul>li.menu-item>a {
margin: 0 10px;
}
.ht-site-header.ht-header-four.hover-style5 .ht-menu>ul>li.menu-item>a {
margin: 0;
padding-left: 30px;
padding-right: 30px;
}
.ht-header-four .ht-menu>ul>li.menu-item:after {
content: "";
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 1px;
background: rgba(255, 255, 255, 0.07);
}
.ht-header-four.hover-style2 .ht-menu>ul>li.menu-item>a:after,
.ht-header-four.hover-style4 .ht-menu>ul>li.menu-item>a:after {
right: -11px;
}
.ht-header-four.hover-style5 .ht-menu>ul>li.menu-item>a:after {
right: 0;
}
.ht-header-four .ht-menu>ul>li.menu-item:last-child:after {
display: none;
}
.ht-header-four .ht-header .ht-offcanvas-nav,
.ht-header-four .ht-header .ht-search-button,
.ht-header-four .ht-header .ht-header-social-icons {
margin-left: 0;
margin-right: 15px;
} .ht-header-five#ht-masthead {
position: relative;
}
.ht-header-five .ht-middle-header {
background: #FFF;
}
.ht-header-five .ht-middle-header .ht-container {
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;
padding-top: 20px;
padding-bottom: 20px;
}
.ht-header-five .ht-header {
background: #0078af;
position: relative;
}
.ht-header-five .ht-header .ht-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ht-header-five .ht-main-navigation {
flex-grow: 1;
} .ht-top-header-on .ht-header-six .ht-header {
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-header-six .ht-header .ht-container {
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;
padding: 0 20px;
}
.ht-header-six .ht-site-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ht-sticky-header .ht-header-six .ht-header.headroom.headroom--not-top {
-webkit-transform: translateY(0);
transform: translateY(0);
} .ht-header-seven#ht-masthead {
position: relative;
}
.ht-header-seven .ht-middle-header {
background: #FFF;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}
.ht-header-seven .ht-middle-header .ht-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
}
.ht-header-seven .ht-header {
background: #0078af;
position: relative;
}
.ht-header-seven .ht-header .ht-container {
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;
}
.ht-header-seven .ht-main-navigation {
flex-grow: 1;
display: flex;
justify-content: center;
}
.ht-header-seven .ht-header .ht-left-buttons {
margin: 0;
width: 200px;
display: flex;
justify-content: flex-start;
}
.ht-header-seven .ht-header .ht-left-buttons .ht-offcanvas-nav {
margin-left: -10px;
}
.ht-header-seven .ht-header .ht-right-buttons {
width: 200px;
display: flex;
align-items: center;
justify-content: flex-end;
} @-webkit-keyframes headerSlideDown {
0% {
margin-top: -200px
}
to {
margin-top: 0
}
}
@keyframes headerSlideDown {
0% {
margin-top: -200px
}
to {
margin-top: 0
}
}
.ht-sticky-header .headroom.headroom--not-top {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}
.admin-bar.ht-sticky-header .headroom.headroom--not-top {
top: 32px;
}
.ht-sticky-header .ht-header-two.ht-site-header .headroom.headroom--not-top .ht-top-header {
display: none;
} .hover-style1 .ht-menu>ul>li.menu-item:hover>a,
.hover-style1 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style1 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style1 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style1 .ht-menu>ul>li.menu-item.current>a {
background: #0078af;
color: #FFF;
}
.hover-style2 .ht-menu>ul>li.menu-item>a,
.hover-style4 .ht-menu>ul>li.menu-item>a {
border: 1px solid transparent;
}
.hover-style2 .ht-menu>ul>li.menu-item:hover>a,
.hover-style2 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style2 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style2 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style2 .ht-menu>ul>li.menu-item.current>a,
.hover-style4 .ht-menu>ul>li.menu-item:hover>a,
.hover-style4 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style4 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style4 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style4 .ht-menu>ul>li.menu-item.current>a {
border: 1px solid #0078af;
color: #0078af;
}
.hover-style3 .ht-menu>ul>li.menu-item>a,
.hover-style4 .ht-menu>ul>li.menu-item>a {
border-radius: 30px;
}
.hover-style3 .ht-menu>ul>li.menu-item>a,
.hover-style5 .ht-menu>ul>li.menu-item>a {
padding-left: 20px;
padding-right: 20px;
}
.hover-style3 .ht-menu>ul>li.menu-item:hover>a,
.hover-style3 .ht-menu>ul>li.menu-item.current_page_item>a,
.hover-style3 .ht-menu>ul>li.menu-item.current-menu-item>a,
.hover-style3 .ht-menu>ul>li.menu-item.current_page_ancestor>a,
.hover-style3 .ht-menu>ul>li.menu-item.current>a {
background: #0078af;
}
.hover-style5 .ht-menu li.menu-item {
margin-left: 0;
}
.hover-style6 .ht-menu>ul>li.menu-item>a {
position: relative;
}
.hover-style6 .ht-menu>ul>li.menu-item>a:before {
content: "";
position: absolute;
width: 26px;
left: 50%;
margin-left: -13px;
margin-top: -7px;
height: 5px;
background: #0078af;
top: 90%;
opacity: 0;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.hover-style6 .ht-menu>ul>li.menu-item:hover>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current>a:before {
top: 100%;
opacity: 1;
}
.hover-style7 .ht-menu>ul>li.menu-item>a {
position: relative;
}
.hover-style7 .ht-menu>ul>li.menu-item>a:before,
.hover-style7 .ht-menu>ul>li.menu-item>a:after {
height: 14px;
width: 14px;
position: absolute;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
opacity: 0;
}
.hover-style7 .ht-menu>ul>li.menu-item>a:before {
left: 0;
top: 0;
border-left: 1px solid #0078af;
border-top: 1px solid #0078af;
-webkit-transform: translate(100%, 50%);
transform: translate(100%, 50%);
}
.hover-style7 .ht-menu>ul>li.menu-item>a:after {
right: 0;
bottom: 0;
border-right: 1px solid #0078af;
border-bottom: 1px solid #0078af;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.hover-style7 .ht-menu>ul>li.menu-item:hover>a:before,
.hover-style7 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.hover-style7 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.hover-style7 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.hover-style7 .ht-menu>ul>li.menu-item.current>a:before,
.hover-style7 .ht-menu>ul>li.menu-item:hover>a:after,
.hover-style7 .ht-menu>ul>li.menu-item.current_page_item>a:after,
.hover-style7 .ht-menu>ul>li.menu-item.current-menu-item>a:after,
.hover-style7 .ht-menu>ul>li.menu-item.current_page_ancestor>a:after,
.hover-style7 .ht-menu>ul>li.menu-item.current>a:after {
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
opacity: 1;
}
.hover-style8 .ht-menu>ul>li.menu-item {
margin-left: 30px;
}
.hover-style8 .ht-menu>ul>li.menu-item:first-child {
margin-left: 0;
}
.hover-style8 .ht-menu>ul>li.menu-item>a,
.hover-style8.ht-header-four .ht-menu>ul>li.menu-item>a {
position: relative;
padding-left: 0;
padding-right: 0;
}
.hover-style8.ht-header-four .ht-menu>ul>li.menu-item>a {
margin: 0 25px;
}
.hover-style8 .ht-menu>ul>li.menu-item>a:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 2px;
background: #0078af;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style8 .ht-menu>ul>li.menu-item:hover>a:before,
.hover-style8 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.hover-style8 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.hover-style8 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.hover-style8 .ht-menu>ul>li.menu-item.current>a:before {
width: 20px;
}
.hover-style9 .ht-menu>ul>li.menu-item {
margin-left: 30px;
}
.hover-style9 .ht-menu>ul>li.menu-item:first-child {
margin-left: 0;
}
.hover-style9 .ht-menu>ul>li.menu-item>a,
.ht-site-header.ht-header-four.hover-style9 .ht-menu>ul>li.menu-item>a {
position: relative;
padding-left: 0;
padding-right: 0;
}
.ht-header-four.hover-style9 .ht-menu>ul>li.menu-item>a {
margin: 0 25px;
}
.hover-style9 .ht-menu>ul>li.menu-item>a:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background: #0078af;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.hover-style9 .ht-menu>ul>li.menu-item:hover>a:before,
.hover-style9 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.hover-style9 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.hover-style9 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.hover-style9 .ht-menu>ul>li.menu-item.current>a:before {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .ht-menu>ul>li.menu-item.menu-item-social-icon {
margin-left: 6px !important;
}
.ht-menu>ul>li.menu-item.menu-item-social-icon-first,
.ht-menu>ul>li.menu-item.menu-item-search {
margin-left: 30px !important;
}
.ht-menu>ul>li.menu-item.menu-item-social-icon>a,
.ht-site-header.ht-header-four .ht-menu>ul>li.menu-item.menu-item-social-icon>a {
padding: 0 5px;
}
.hover-style1 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a,
.hover-style3 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a,
.hover-style5 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a {
background: none;
}
.ht-header-four .ht-menu>ul>li.menu-item.menu-item-social-icon>a {
margin: 0;
}
.ht-header-four .ht-menu>ul>li.menu-item.menu-item-social-icon:after,
.hover-style6 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a:before {
background: none;
}
.hover-style2 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a,
.hover-style4 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a {
border-color: transparent;
}
.hover-style7 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a:before,
.hover-style7 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a:after {
opacity: 0;
}
.hover-style8 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a:before,
.hover-style8 .ht-menu>ul>li.menu-item.menu-item-search:hover>a:before {
width: 0;
}
.hover-style9 .ht-menu>ul>li.menu-item.menu-item-social-icon:hover>a:before {
-webkit-transform: scale(0);
transform: scale(0);
} .ht-top-border.ht-header-one .ht-header,
.ht-top-border.ht-header-two .ht-header,
.ht-top-border.ht-header-three .ht-header,
.ht-top-border.ht-header-four .ht-header .ht-container,
.ht-top-border.ht-header-five .ht-header,
.ht-top-border.ht-header-six .ht-header .ht-container,
.ht-top-border.ht-header-seven .ht-header {
border-top: 1px solid #EEE;
}
.ht-bottom-border.ht-header-one .ht-header,
.ht-bottom-border.ht-header-two .ht-header,
.ht-bottom-border.ht-header-three .ht-header,
.ht-bottom-border.ht-header-four .ht-header .ht-container,
.ht-bottom-border.ht-header-five .ht-header,
.ht-bottom-border.ht-header-six .ht-header .ht-container,
.ht-bottom-border.ht-header-seven .ht-header {
border-bottom: 1px solid #EEE;
}
.ht-top-bottom-border.ht-header-one .ht-header,
.ht-top-bottom-border.ht-header-two .ht-header,
.ht-top-bottom-border.ht-header-three .ht-header,
.ht-top-bottom-border.ht-header-four .ht-header .ht-container,
.ht-top-bottom-border.ht-header-five .ht-header,
.ht-top-bottom-border.ht-header-six .ht-header .ht-container,
.ht-top-bottom-border.ht-header-seven .ht-header {
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
} .ht-main-navigation .ht-menu ul.megamenu {
padding: 20px 0;
}
.ht-menu ul li:not(.megamenu-category) ul.megamenu ul {
opacity: 1 !important;
display: block !important;
position: static;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
min-width: 0;
padding: 0;
}
.ht-menu ul ul.megamenu>li.menu-item {
float: left;
padding: 0 20px;
}
.ht-menu ul ul.megamenu ul li.menu-item {
padding: 0;
}
.ht-menu .megamenu-auto-width .megamenu.col-1 {
width: 220px;
}
.ht-menu .megamenu-auto-width .megamenu.col-2 {
width: 440px;
}
.ht-menu .megamenu-auto-width .megamenu.col-3 {
width: 660px;
}
.ht-menu .megamenu-auto-width .megamenu.col-4 {
width: 880px;
}
.ht-menu .megamenu-auto-width .megamenu.col-5 {
width: 1000px;
}
.ht-menu .megamenu-auto-width .megamenu.col-6 {
width: 1220px;
}
.ht-main-navigation li.megamenu-auto-width ul.megamenu {
padding: 20px 0;
}
.ht-menu ul li.megamenu-auto-width ul.megamenu>li.menu-item {
padding: 0 20px;
}
.ht-menu .megamenu.col-1>li.menu-item {
width: 100%;
}
.ht-menu .megamenu.col-2>li.menu-item {
width: 50%;
}
.ht-menu .megamenu.col-3>li.menu-item {
width: 33.33%;
}
.ht-menu .megamenu.col-4>li.menu-item {
width: 25%;
}
.ht-menu .megamenu.col-5>li.menu-item {
width: 20%;
}
.ht-menu .megamenu.col-6>li.menu-item {
width: 16.66%;
}
.ht-menu .megamenu.col-2>li.menu-item:nth-child(2n+1){
clear: both;
}
.ht-menu .megamenu.col-3>li.menu-item:nth-child(3n+1) {
clear: both;
}
.ht-menu .megamenu.col-4>li.menu-item:nth-child(4n+1) {
clear: both;
}
.ht-menu .megamenu.col-5>li.menu-item:nth-child(5n+1) {
clear: both;
}
.ht-menu .megamenu.col-6>li.menu-item:nth-child(6n+1) {
clear: both;
}
.ht-menu ul.megamenu li.menu-item.heading-yes .heading-yes {
margin-top: 20px;
}
.ht-menu ul.megamenu li.menu-item.heading-yes>a {
font-size: 1rem;
text-transform: uppercase;
font-weight: bold;
padding: 0;
margin-bottom: 10px;
}
.ht-menu ul.megamenu li.menu-item.heading-yes>a:after {
display: none;
}
li.menu-item.heading-hide>a {
display: none !important;
}
.ht-menu ul ul.megamenu li.menu-item>a {
padding: 6px 0;
}
ul.megamenu>li.menu-item a .dropdown-nav {
display: none;
}
.ht-menu .menu-template,
.ht-menu .menu-widget {
margin-bottom: 20px;
}
.ht-menu .menu-template:last-child,
.ht-menu .menu-widget:last-child {
margin-bottom: 0;
}
li.menu-item.heading-yes>a {
pointer-events: none;
color: inherit !important;
}
.megamenu-full-width.megamenu-category .cat-megamenu-tab {
width: 220px;
padding: 40px 0 40px 20px;
float: left;
}
.megamenu-full-width.megamenu-category .cat-megamenu-tab>div {
position: relative;
padding: 10px 10px 10px 0;
cursor: pointer;
}
.megamenu-full-width.megamenu-category .cat-megamenu-tab>div:after {
content: "\F142";
font-family: "Material Design Icons";
font-size: 18px;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.megamenu-full-width.megamenu-category .cat-megamenu-content {
padding-left: 220px;
padding-right: 20px;
background: none;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content ul {
display: none;
position: static;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content-full ul {
display: block;
position: static;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
margin-left: -2%;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content ul:first-child {
display: block;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content ul li {
width: 31.33%;
float: left;
margin-left: 2%;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content-full {
padding: 0 20px;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content-full ul li {
width: 23%;
float: left;
margin-left: 2%;
}
.megamenu-full-width.megamenu-category .mega-post-title {
margin-bottom: 8px;
}
.megamenu-full-width.megamenu-category .mega-post-link {
display: block;
margin-bottom: 10px;
}
body .menu-item-megamenu .widget-title:before,
body .menu-item-megamenu .widget-title:after,
body .menu-item-megamenu .vl-block-title:after,
body .menu-item-megamenu .vl-block-title:before,
body .menu-item-megamenu .vl-block-title span.vl-title:before,
body .menu-item-megamenu .vl-block-title span.vl-title:after {
display: none !important;
}
body .menu-item-megamenu .widget-title,
body .menu-item-megamenu .vl-block-title,
body .menu-item-megamenu .vl-block-title span.vl-title {
margin: 0 !important;
padding: 0 !important;
color: inherit !important;
font-weight: bold !important;
font-style: normal !important;
text-transform: uppercase !important;
text-decoration: none !important;
line-height: 1.2 !important;
letter-spacing: 0 !important;
font-size: 1rem !important;
border: none !important;
text-align: left !important;
background: none !important;
}
body .menu-item-megamenu .widget-title,
body .menu-item-megamenu .vl-block-title {
margin-bottom: 20px !important;
} .ht-section {
background: #FFF;
}
[data-stellar-background-ratio] {
background-attachment: fixed !important;
}
.ht-section-wrap {
position: relative;
}
.ht-section-seperator {
position: absolute;
left: 0;
right: 0;
z-index: 9;
}
.top-section-seperator {
top: -1px;
}
.bottom-section-seperator {
bottom: -1px;
}
.ht-section-seperator svg {
height: 100%;
width: 100%;
}
.svg-water-waves-wrap svg,
.svg-water-waves-wrap {
min-height: 80px;
}
.svg-clouds-wrap svg,
.svg-clouds-wrap,
.svg-droplets-wrap svg,
.svg-droplets-wrap {
min-height: 150px;
}
.svg-paper-cut-wrap svg,
.svg-paper-cut-wrap {
max-height: 120px;
}
.top-section-seperator.svg-big-triangle-left-wrap svg,
.top-section-seperator.svg-tilt-left-wrap svg {
-webkit-transform: rotate(180deg) scaleX(-1);
transform: rotate(180deg) scaleX(-1);
}
.top-section-seperator.svg-big-triangle-right-wrap svg,
.top-section-seperator.svg-curve-center-wrap svg,
.top-section-seperator.svg-clouds-wrap svg,
.top-section-seperator.svg-tilt-right-wrap svg,
.top-section-seperator.svg-uniform-waves-wrap svg,
.top-section-seperator.svg-water-waves-wrap svg,
.top-section-seperator.svg-slanted-waves-wrap svg,
.top-section-seperator.svg-zigzag-wrap svg,
.bottom-section-seperator.svg-big-triangle-center-wrap svg,
.bottom-section-seperator.svg-curve-repeater-wrap svg,
.bottom-section-seperator.svg-droplets-wrap svg,
.bottom-section-seperator.svg-small-triangle-center-wrap svg,
.bottom-section-seperator.svg-big-waves-wrap svg,
.bottom-section-seperator.svg-paper-cut-wrap svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.bottom-section-seperator.svg-big-triangle-right-wrap svg,
.bottom-section-seperator.svg-tilt-right-wrap svg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
} #ht-colophon {
margin-top: 40px;
position: relative;
}
body.ht-no-footer-space #ht-colophon {
margin-top: 0;
}
.page-template-home-template #ht-colophon,
.home:not(.blog) #ht-colophon,
.ht-enable-frontpage #ht-colophon {
margin-top: 0 !important;
}
#ht-colophon .widget-title {
margin-bottom: 20px;
position: relative;
}
#ht-colophon .widget-title * {
color: inherit
}
.ht-sidebar-style1 .ht-site-footer .widget-title {
padding-bottom: 10px
}
.ht-sidebar-style1 .ht-site-footer .widget-title:after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 30px;
background: #0078af;
height: 2px;
}
.ht-sidebar-style1 .ht-site-footer .ht-top-footer .widget-title:after {
left: 50%;
margin-left: -15px;
}
.ht-sidebar-style2 .ht-site-footer .widget-title {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 10px
}
.ht-sidebar-style3 .ht-site-footer .widget-title {
padding-left: 30px;
}
.ht-sidebar-style3 .ht-site-footer .widget-title:after {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 10px;
height: 10px;
background: #000000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-sidebar-style3 .ht-site-footer .ht-top-footer .widget-title:after {
display: none;
}
.ht-sidebar-style4 .ht-site-footer .ht-top-footer .widget-title {
border-left: none;
}
.ht-sidebar-style6 .ht-site-footer .ht-top-footer .widget-title {
display: block;
}
.ht-sidebar-style6 .ht-site-footer .ht-top-footer .widget-title:after {
display: none;
}
.ht-sidebar-style6 .ht-site-footer .widget-title:after {
max-width: 40px;
}
.ht-sidebar-style7 .ht-site-footer .widget-title {
text-align: left;
padding-left: 0;
padding-right: 0;
}
.ht-top-footer,
.ht-main-footer,
.ht-bottom-top-footer,
.ht-bottom-footer {
position: relative
}
.ht-top-footer .widget {
margin-bottom: 30px;
}
.ht-top-footer .widget:last-child,
.ht-bottom-top-footer .widget:last-child {
margin-bottom: 0;
}
.ht-site-footer:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.ht-main-footer .ht-container {
position: relative;
}
.ht-footer {
float: left;
width: 25%;
}
.ht-footer .widget {
margin-bottom: 30px;
}
.ht-footer .widget:last-child {
margin-bottom: 0;
}
.ht-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
.ht-footer li {
padding: 10px 0;
line-height: 1.3rem;
}
.col-1-1 .ht-footer1 {
width: 100%;
}
.col-2-1-1 .ht-footer {
width: 50%;
}
.col-3-1-1-1 .ht-footer {
width: 33.33%;
}
.col-3-1-2 .ht-footer1 {
width: 33.33%;
}
.col-3-1-2 .ht-footer2 {
width: 66.66%;
}
.col-3-2-1 .ht-footer1 {
width: 66.66%;
}
.col-3-2-1 .ht-footer2 {
width: 33.33%;
}
.col-4-1-1-1-1 .ht-footer {
width: 25%;
}
.col-4-1-1-2 .ht-footer1 {
width: 30%;
}
.col-4-1-1-2 .ht-footer2 {
width: 30%;
}
.col-4-1-1-2 .ht-footer3 {
width: 40%;
}
.col-4-2-1-1 .ht-footer1 {
width: 40%;
}
.col-4-2-1-1 .ht-footer2 {
width: 30%;
}
.col-4-2-1-1 .ht-footer3 {
width: 30%;
}
.col-4-1-2-1 .ht-footer1 {
width: 30%;
}
.col-4-1-2-1 .ht-footer2 {
width: 40%;
}
.col-4-1-2-1 .ht-footer3 {
width: 30%;
}
.col-4-1-3 .ht-footer1 {
width: 25%;
}
.col-4-1-3 .ht-footer2 {
width: 75%;
}
.col-4-3-1 .ht-footer1 {
width: 75%;
}
.col-4-3-1 .ht-footer2 {
width: 25%;
}
.col-5-1-1-1-1-1 .ht-footer {
width: 20%;
}
.col-5-2-1-1-1 .ht-footer,
.col-5-1-1-1-2 .ht-footer {
width: 23.33%;
}
.col-5-2-1-1-1 .ht-footer1 {
width: 30%;
}
.col-5-1-1-1-2 .ht-footer4 {
width: 30%;
}
.col-6-1-1-1-1-1-1 .ht-footer {
width: 16.66%;
}
.ht-bottom-footer {
font-size: 0.9rem;
}
.ht-top-footer .ht-container {
border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
padding: 30px 0;
text-align: center
}
.ht-main-footer .ht-container {
border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
}
.ht-main-footer-wrap {
margin: 0 -20px;
padding: 50px 0;
}
.ht-footer {
padding: 0 20px;
}
.ht-bottom-top-footer .ht-container {
border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
padding: 30px 0;
position: relative;
}
.ht-bottom-footer .ht-container {
position: relative;
padding: 20px 0;
text-align: center
}
#back-to-top {
position: fixed;
right: 40px;
bottom: 40px;
height: 46px;
width: 46px;
background: #0078af;
z-index: 10;
color: #7e7e7e;
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#back-to-top.ht-show {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.arrow-top {
border-bottom: 2px solid #FFF;
border-left: 2px solid #FFF;
height: 6px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
width: 6px;
position: absolute;
left: 20px;
top: 16px;
}
.arrow-top-line {
height: 14px;
left: 50%;
position: absolute;
top: 16px;
width: 2px;
margin-left: -1px;
background: #FFF;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#back-to-top:hover .arrow-top-line {
height: 18px;
top: 18px
}
#back-to-top[data-tooltip]::after,
#back-to-top[data-tooltip]::before {
position: absolute;
display: block;
opacity: 0;
pointer-events: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#back-to-top[data-tooltip]::before {
content: attr(data-tooltip);
font-size: 13px;
font-weight: 400;
padding: 5px;
white-space: nowrap;
text-decoration: none;
top: 0;
right: 100%;
margin-right: 0;
width: 233px;
height: 16px;
-webkit-transform: translateX(130px) translateY(-150px) rotate(-90deg);
transform: translateX(130px) translateY(-150px) rotate(-90deg)
}
#back-to-top[data-tooltip]:hover::after,
#back-to-top[data-tooltip]:hover::before {
opacity: 1
}
#back-to-top[data-tooltip]:hover::before {
-webkit-transform: translateX(130px) translateY(-135px) rotate(-90deg);
transform: translateX(130px) translateY(-135px) rotate(-90deg)
} .error404 .error-404 {
display: block;
text-align: center;
font-size: 200px;
color: #f9f9f9;
line-height: 1.2;
}
.error404 .oops-text {
text-align: center;
}
.error404 .oops-image {
text-align: center;
margin: 40px 0;
}
.error404 .oops-image img {
max-width: 50%;
}
.toggle-bar {
display: none;
} .ht-search-wrapper {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.9);
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ht-search-wrapper.ht-search-triggered {
opacity: 1;
visibility: visible;
}
.ht-search-close {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
height: 90px;
width: 90px;
text-align: center;
line-height: 90px;
color: #333;
font-size: 30px;
}
.ht-search-container {
position: absolute;
left: 20%;
right: 20%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ht-search-container .search-form {
background: #FFF;
padding: 0 90px;
}
.ht-search-container .search-field {
width: 100%;
background: none;
border: none;
height: 90px;
font-size: 30px;
color: #333;
padding: 15px;
line-height: 1;
}
.ht-search-container .search-submit {
background: none !important;
border: none;
position: absolute;
left: 0;
top: 0;
height: 90px;
width: 90px;
text-align: center;
line-height: 90px;
cursor: pointer;
font-size: 24px;
padding: 0;
color: #333;
} .ht-offcanvas-opened {
overflow: hidden;
}
.ht-offcanvas-sidebar-modal {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.ht-offcanvas-sidebar {
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: 400px;
background: #FFF;
z-index: 1000;
opacity: 0;
visibility: hidden;
transform: translate(400px, 0);
transition: all 400ms ease-out;
}
.ht-offcanvas-opened .ht-offcanvas-sidebar-modal {
opacity: 1;
visibility: visible;
}
.ht-offcanvas-opened .ht-offcanvas-sidebar {
opacity: 1;
visibility: visible;
transform: translate(0, 0);
box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}
.ht-offcanvas-sidebar-wrapper {
position: relative;
height: 100%;
padding: 80px 65px 80px 40px;
overflow: scroll;
margin-right: -25px;
}
.ht-offcanvas-close {
position: absolute;
top: 20px;
right: 40px;
cursor: pointer;
height: 40px;
width: 40px;
transition: all ease .4s;
z-index: 9;
background: #111;
}
.ht-offcanvas-close:hover {
transform: rotate(90deg);
}
.ht-offcanvas-close:before,
.ht-offcanvas-close:after {
content: "";
position: absolute;
top: 19px;
right: 10px;
height: 2px;
width: 20px;
background: #FFF;
transition: all ease .4s;
transform: rotate(45deg);
}
.ht-offcanvas-close:after {
transform: rotate(-45deg);
}
.ht-offcanvas-sidebar .widget {
margin-bottom: 40px;
color: #333;
}
.ht-offcanvas-sidebar .widget:last-child {
margin-bottom: 0;
}
.ht-offcanvas-sidebar a {
color: #333;
}
.ht-offcanvas-sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.ht-offcanvas-sidebar ul ul {
margin-left: 15px;
margin-top: 10px;
margin-bottom: 0;
}
.ht-offcanvas-sidebar ul li {
margin-bottom: 10px;
}
.ht-offcanvas-sidebar .widget_nav_menu ul ul {
margin-top: 0;
}
.ht-offcanvas-sidebar .widget_nav_menu li {
margin-bottom: 0;
text-transform: uppercase;
}
.ht-offcanvas-sidebar .widget_nav_menu li a {
position: relative;
display: block;
padding: 5px 0;
}
.ht-offcanvas-sidebar .widget_nav_menu ul ul li {
font-size: 0.9rem;
text-transform: none;
}
.ht-offcanvas-sidebar .widget_nav_menu ul ul li a {
padding: 5px 0;
}
.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown {
font-family: 'ElegantIcons';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
line-height: inherit;
width: 30px;
text-align: center;
font-size: 18px;
}
.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown:hover {
background: rgba(0, 0, 0, 0.05);
}
.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown:after {
content: "\33";
}
.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown.ht-opened:after {
content: "\32";
}
.ht-offcanvas-sidebar .widget_nav_menu .sub-menu {
display: none;
}
.ht-sidebar-style3 .ht-offcanvas-sidebar .widget-title {
margin-left: 30px;
}
.ht-sidebar-style7 .ht-offcanvas-sidebar .widget-title {
text-align: left;
padding-left: 0;
padding-right: 0;
}
.ht-offcanvas-sidebar .widget-title {
margin-bottom: 30px;
} .odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
display: block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
text-align: center;
} .vl-ticker {
margin-bottom: 40px;
}
.vl-ticker:last-child {
margin-bottom: 0;
}
.vl-ticker .vl-ticker-title i {
margin-right: 5px;
font-size: 0.9em;
}
.vl-ticker.style1 {
position: relative;
background: #F6F6F6;
padding: 6px;
overflow: hidden;
max-height: 46px;
}
.vl-ticker.style1 .vl-ticker-title {
float: left;
display: block;
background: #0078af;
color: #FFF;
line-height: 32px;
white-space: nowrap;
padding: 0 15px;
margin-right: 40px;
position: relative;
font-size: 1.1em;
}
.vl-ticker.style1 .vl-ticker-title:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 100%;
border-color: transparent transparent transparent #0078af;
border-width: 16px;
border-style: solid;
}
.vl-ticker.style1 .owl-carousel {
padding-right: 75px;
}
.vl-ticker.style1 .owl-item h3 {
margin: 0;
}
.vl-ticker.style1 .owl-item a {
display: block;
line-height: 32px;
color: #444;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.vl-ticker.style1 .owl-nav {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
display: flex;
}
.vl-ticker.style1 .owl-carousel .owl-nav button.owl-prev,
.vl-ticker.style1 .owl-carousel .owl-nav button.owl-next {
height: 22px;
width: 22px;
line-height: 20px;
background: #0078af;
color: #FFF;
display: inline-block;
text-align: center;
font-size: 18px;
margin-left: 5px;
}
.vl-ticker.style1 .owl-carousel .owl-nav button.owl-prev:hover,
.vl-ticker.style1 .owl-carousel .owl-nav button.owl-next:hover {
background: #0E0E0E;
} .vl-ticker.style2 {
position: relative;
overflow: hidden;
max-height: 46px;
background: #FFF;
}
.vl-ticker.style2 .vl-ticker-title {
display: block;
float: left;
background: #0078af;
color: #FFF;
line-height: 32px;
white-space: nowrap;
padding: 0 15px;
margin-right: 40px;
position: relative;
font-size: 1.1em;
}
.vl-ticker.style2 .owl-carousel {
padding-right: 75px;
}
.vl-ticker.style2 .owl-item h3 {
margin: 0;
}
.vl-ticker.style2 .owl-item a {
display: block;
line-height: 32px;
color: #444;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.vl-ticker.style2 .owl-nav {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
display: flex;
}
.vl-ticker.style2 .owl-carousel .owl-nav button.owl-prev,
.vl-ticker.style2 .owl-carousel .owl-nav button.owl-next {
height: 22px;
width: 22px;
line-height: 20px;
border: 1px solid #CCC;
color: #CCC;
display: inline-block;
text-align: center;
font-size: 18px;
margin-left: 5px;
}
.vl-ticker.style2 .owl-carousel .owl-nav button.owl-prev:hover,
.vl-ticker.style2 .owl-carousel .owl-nav button.owl-next:hover {
background: #333;
color: #FFF;
} .vl-ticker.style3 {
position: relative;
overflow: hidden;
max-height: 45px;
border: 1px solid #EEE;
background: #FFF;
}
.vl-ticker.style3 .vl-ticker-title {
display: block;
float: left;
background: #0078af;
color: #FFF;
line-height: 45px;
white-space: nowrap;
padding: 0 15px;
margin-right: 20px;
position: relative;
font-size: 1.1em;
}
.vl-ticker.style3 .owl-carousel {
padding-right: 75px;
}
.vl-ticker.style3 .owl-item h3 {
margin: 0;
}
.vl-ticker.style3 .owl-item a {
display: block;
line-height: 45px;
color: #444;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.vl-ticker.style3 .owl-nav {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
display: flex;
}
.vl-ticker.style3 .owl-carousel .owl-nav button.owl-prev,
.vl-ticker.style3 .owl-carousel .owl-nav button.owl-next {
height: 22px;
width: 22px;
line-height: 20px;
border: 1px solid #CCC;
color: #CCC;
display: inline-block;
text-align: center;
font-size: 18px;
margin-left: 5px;
}
.vl-ticker.style3 .owl-carousel .owl-nav button.owl-prev:hover,
.vl-ticker.style3 .owl-carousel .owl-nav button.owl-next:hover {
background: #333;
color: #FFF;
border-color: #333;
} .vl-ticker.style4 {
position: relative;
overflow: hidden;
max-height: 45px;
background: #000;
}
.vl-ticker.style4 .vl-ticker-title {
display: block;
float: left;
background: #0078af;
color: #FFF;
line-height: 45px;
white-space: nowrap;
padding: 0 15px;
margin-right: 30px;
position: relative;
font-size: 1.1em;
}
.vl-ticker.style4 .vl-ticker-title:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 100%;
border-color: #0078af transparent transparent #0078af;
border-width: 26px 5px;
border-style: solid;
}
.vl-ticker.style4 .owl-carousel {
padding-right: 75px;
}
.vl-ticker.style4 .owl-item h3 {
margin: 0;
}
.vl-ticker.style4 .owl-item a {
display: block;
line-height: 45px;
color: #FFF;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.vl-ticker.style4 .owl-nav {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
display: flex;
}
.vl-ticker.style4 .owl-carousel .owl-nav button.owl-prev,
.vl-ticker.style4 .owl-carousel .owl-nav button.owl-next {
height: 22px;
width: 22px;
line-height: 20px;
color: #FFF;
display: inline-block;
text-align: center;
font-size: 18px;
margin-left: 5px;
} .vl-tile-block-wrap {
margin-bottom: 40px;
}
.vl-tile-block-wrap:last-child {
margin-bottom: 0;
}
.vl-tile-block .vl-post-categories,
.vl-tile-block .vl-primary-cat-block {
position: absolute;
top: 25px;
left: 25px;
z-index: 99;
}
.vl-thumb-inner {
position: relative;
height: 100%;
}
.vl-thumb-inner>a {
position: relative;
height: 100%;
display: block;
}
.vl-thumb-inner>a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
background: transparent;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.vl-thumb-inner:hover>a:before {
background: rgba(0, 0, 0, 0.3);
}
.vl-title-container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #FFF;
z-index: 2;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.vl-title-container h3.vl-post-title {
color: #FFF;
margin-bottom: 15px;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
position: relative;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.vl-title-container h3:after {
content: "";
position: absolute;
height: 1px;
margin-top: 6px;
background: #FFF;
top: 100%;
left: 0;
width: 0;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.vl-thumb-inner:hover .vl-title-container h3:after {
width: 100%;
}
.vl-title-container>a {
color: #FFF !important;
padding: 25px 25px 15px;
display: block;
}
.vl-post-metas {
opacity: 0.8;
font-size: 0.8rem;
margin-bottom: 10px;
}
.vl-post-metas:last-child{
margin-bottom: 0;
}
.vl-post-metas span {
margin-right: 20px;
}
.vl-post-metas span:last-child {
margin-right: 0;
}
.vl-posted-on i,
.vl-posted-by i,
.vl-post-comment-count i{
margin-right: 5px;
font-size: 0.88em;
}
.vl-post-categories,
.vl-primary-cat-block {
margin: 0;
padding: 0;
font-size: 0 ;
}
.vl-post-categories{
list-style: none !important;
margin: 0;
padding: 0;
}
.vl-post-categories li {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.vl-post-categories li:last-child {
margin-right: 0;
}
.vl-post-categories li a.vl-category,
.vl-primary-cat-block .vl-primary-cat {
display: inline-block;
background: #0078af;
color: #FFF;
font-size: 0.7rem;
padding: 5px 8px;
line-height: 1;
text-transform: uppercase;
vertical-align: middle;
}
.vl-post-categories li a.vl-category:hover,
.vl-primary-cat-block .vl-primary-cat:hover {
background: #000;
}
.vl-thumb,
.vl-parent {
float: left;
}
.vl-width-25 {
width: 25%;
}
.vl-width-33 {
width: 33.33%;
}
.vl-width-35 {
width: 35%;
}
.vl-width-50 {
width: 50%;
}
.vl-width-65 {
width: 65%;
}
.vl-width-100 {
width: 100%;
}
.vl-height-33 {
height: 33.33%;
}
.vl-height-50 {
height: 50%;
}
.vl-height-100 {
height: 100%;
}
.vl-thumb img {
height: 100% !important;
width: 100% !important;
object-fit: cover;
object-position: center;
}
.space-5 {
margin: -2px;
}
.space-10 {
margin: -5px;
}
.space-20 {
margin: -10px;
}
.space-30 {
margin: -15px;
}
.space-5 .vl-thumb {
padding: 2px;
}
.space-10 .vl-thumb {
padding: 5px;
}
.space-20 .vl-thumb {
padding: 10px;
}
.space-30 .vl-thumb {
padding: 15px;
} .vl-tile-block.style1 {
height: 500px;
} .vl-tile-block.style2 {
height: 500px;
} .vl-tile-block.style3 {
height: 400px;
} .vl-tile-block.style4 {
height: 640px;
} .vl-tile-block.style5 {
height: 500px;
} .vl-tile-block.style6 {
height: 500px;
} .vl-tile-block.style7 {
height: 500px;
} .vl-tile-block.style8 {
height: 560px;
} .vl-block-title {
font-size: 1rem;
margin-bottom: 30px;
}
.vl-block-title span.vl-title {
display: inline-block;
}
.ht-block-title-style2 .vl-block-title {
border-left: 10px solid #0078af;
display: flex;
}
.ht-block-title-style2 .vl-block-title span.vl-title {
padding: 0 20px 0 15px;
}
.ht-block-title-style2 .vl-block-title:after {
content: "";
background: rgba(0, 0, 0, 0.1);
flex-grow: 1;
}
.ht-block-title-style3 .vl-block-title {
border-top: 4px solid #0078af;
border-bottom: 1px solid #0078af;
padding: 12px 0;
text-align: center;
}
.ht-block-title-style3 .vl-block-title span.vl-title {
display: block;
}
.ht-block-title-style4 .vl-block-title {
display: flex;
align-items: center;
}
.ht-block-title-style4 .vl-block-title:after {
content: "";
height: 3px;
background: rgba(0, 0, 0, 0.1);
flex-grow: 1;
margin-left: 15px;
}
.ht-block-title-style5 .vl-block-title {
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.ht-block-title-style5 .vl-block-title span.vl-title {
position: relative;
padding-bottom: 15px;
display: inline-block;
}
.ht-block-title-style5 .vl-block-title span.vl-title:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 100%;
height: 3px;
background: #0078af;
}
.ht-block-title-style6 .vl-block-title {
display: flex;
align-items: center;
}
.ht-block-title-style6 .vl-block-title:before,
.ht-block-title-style6 .vl-block-title:after {
content: "";
flex-grow: 1;
background: rgba(0, 0, 0, 0.1);
height: 2px;
}
.ht-block-title-style6 .vl-block-title:before {
margin-right: 15px;
}
.ht-block-title-style6 .vl-block-title:after {
margin-left: 15px;
}
.ht-block-title-style7 .vl-block-title {
display: flex;
align-items: center;
}
.ht-block-title-style7 .vl-block-title span.vl-title {
display: inline-block;
background: #0078af;
padding: 10px 20px 7px;
}
.ht-block-title-style7 .vl-block-title:after {
content: "";
height: 3px;
background: #0078af;
flex-grow: 1;
margin-left: 15px;
}
.ht-block-title-style8 .vl-block-title {
border-bottom: 3px solid #0078af;
}
.ht-block-title-style8 .vl-block-title span.vl-title {
display: inline-block;
background: #0078af;
padding: 10px 20px 7px;
}
.ht-block-title-style9 .vl-block-title {
border-bottom: 3px solid #0078af;
}
.ht-block-title-style9 .vl-block-title span.vl-title {
position: relative;
display: inline-block;
background: #0078af;
padding: 10px 20px 7px;
}
.ht-block-title-style9 .vl-block-title span.vl-title:before {
content: "";
position: absolute;
background: #0078af;
right: -10px;
top: 0;
bottom: 0;
width: 20px;
transform: skew(25deg, 0deg);
}
.ht-block-title-style10 .vl-block-title {
position: relative;
background: #0078af;
padding: 10px 20px;
}
.ht-block-title-style10 .vl-block-title:before {
content: "";
position: absolute;
left: 20px;
top: 100%;
margin-top: -1px;
border-color: #0078af #0078af transparent transparent;
border-width: 8px;
border-style: solid;
}
.ht-block-title-style11 .vl-block-title {
border-top: 5px solid #0078af;
background: rgba(0, 0, 0, 0.05);
padding: 0 0 8px 0;
}
.ht-block-title-style11 .vl-block-title span.vl-title {
display: inline-block;
background: #0078af;
padding: 10px 20px;
margin-left: 8px;
}
.ht-block-title-style12 .vl-block-title {
background: #0078af;
padding: 10px 20px;
}
.vl-post-item {
margin-bottom: 30px;
}
.vl-post-item:last-child {
margin-bottom: 0;
}
.vl-post-item h3 {
margin-bottom: 10px;
}
.vl-post-item h3:last-child {
margin-bottom: 0;
}
h3.vl-big-title>a,
h3.vl-big-title>span {
font-size: 1.3em;
}
h3.vl-mid-title>a,
h3.vl-mid-title>span {
font-size: 1.2em;
}
h3.vl-large-title>a,
h3.vl-large-title>span {
font-size: 2em;
}
.vl-post-item h3 a {
color: inherit;
}
.vl-post-thumb {
position: relative;
}
.vl-thumb-container,
.entry-thumb-container {
position: relative;
padding-bottom: 70%;
background: #f7f7f7 url(//newsauto.com.ua/wp-content/themes/viral-pro/images/preloader.gif);
background-position: center;
background-size: cover;
}
.vl-thumb-container img,
.entry-thumb-container img {
position: absolute;
left: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
object-fit: cover;
object-position: center;
}
.vl-thumb-inner.vl-post-thumb {
background: #f7f7f7 url(//newsauto.com.ua/wp-content/themes/viral-pro/images/preloader.gif);
background-position: center;
background-size: cover;
}
.vl-post-content.vl-gradient-overlay {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
color: #FFF;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.vl-post-content.vl-gradient-overlay h3.vl-post-title {
color: #FFF;
}
.vl-post-content .vl-post-metas {
color: inherit;
} .vl-post-thumb>a {
position: relative;
display: block;
overflow: hidden;
}
.vl-post-thumb img {
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.ht-thumb-zoom-in .vl-post-thumb img {
-webkit-transform: scale(1);
transform: scale(1);
}
.ht-thumb-zoom-in .vl-post-thumb:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.ht-thumb-zoom-out .vl-post-thumb img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.ht-thumb-zoom-out .vl-post-thumb:hover img {
-webkit-transform: scale(1);
transform: scale(1);
}
.ht-thumb-slide-left .vl-post-thumb img {
transform: scale(1.3);
}
.ht-thumb-slide-left .vl-post-thumb:hover img {
transform: scale(1.3) translateX(-8%);
}
.ht-thumb-slide-right .vl-post-thumb img {
transform: scale(1.3);
}
.ht-thumb-slide-right .vl-post-thumb:hover img {
transform: scale(1.3) translateX(8%);
}
.ht-thumb-slide-top .vl-post-thumb img {
transform: scale(1.3);
}
.ht-thumb-slide-top .vl-post-thumb:hover img {
transform: scale(1.3) translateY(-8%);
}
.ht-thumb-slide-bottom .vl-post-thumb img {
transform: scale(1.3);
}
.ht-thumb-slide-bottom .vl-post-thumb:hover img {
transform: scale(1.3) translateY(8%);
}
.ht-thumb-rotate-zoom-in .vl-post-thumb img {
transform: rotate(0deg) scale(1);
}
.ht-thumb-rotate-zoom-in .vl-post-thumb:hover img {
transform: rotate(10deg) scale(1.4);
}
.ht-thumb-opacity .vl-post-thumb img {
opacity: 1;
}
.ht-thumb-opacity .vl-post-thumb:hover img {
opacity: 0.7;
}
.ht-thumb-shine .vl-post-thumb>a:before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.ht-thumb-shine .vl-post-thumb:hover>a:before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
.ht-thumb-circle .vl-post-thumb>a:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, .2);
border-radius: 100%;
transform: translate(-50%, -50%);
opacity: 0;
}
.ht-thumb-circle .vl-post-thumb:hover>a:before {
-webkit-animation: circle .75s;
animation: circle .75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
@keyframes circle {
0% {
opacity: .5;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
} .primary {
width: 70%;
}
.secondary {
width: 26.5%;
}
.secondary .widget:last-of-type {
margin-bottom: 0;
}
.vl-news-block {
margin-bottom: 40px;
}
.vl-news-block:last-child {
margin-bottom: 0;
}
#ht-leftnews-section .primary {
float: left;
}
#ht-leftnews-section .secondary {
float: right;
}
#ht-rightnews-section .primary {
float: right;
}
#ht-rightnews-section .secondary {
float: left;
} .vl-news-block-wrap {
margin: 0 -15px;
}
.vl-news-block .vl-post-thumb .vl-primary-cat-block {
position: absolute;
bottom: 15px;
left: 15px;
z-index: 99;
}
.vl-news-block .vl-post-content .vl-primary-cat-block {
margin-bottom: 10px;
}
.vl-news-block.style1 .vl-big-block {
width: 50%;
padding: 0 15px;
float: left;
}
.vl-news-block.style1 .vl-small-block {
width: 50%;
padding: 0 15px;
float: right;
}
.vl-news-block.style1 .vl-big-block .vl-post-item {
margin-bottom: 0;
}
.vl-news-block.style1 .vl-big-block .vl-post-thumb {
margin-bottom: 20px;
}
.vl-news-block.style1 .vl-small-block .vl-thumb-container {
padding-bottom: 80%;
}
.vl-news-block.style1 .vl-news-block-wrap.vl-display-cat .vl-small-block .vl-thumb-container {
padding-bottom: 100%;
}
.vl-news-block.style1 .vl-small-block .vl-post-thumb {
float: left;
width: 120px;
}
.vl-news-block.style1 .vl-small-block .vl-post-content {
margin-left: 140px;
} .vl-grid-blocks {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
margin: 0 -15px;
}
.vl-grid-block {
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
}
.vl-grid-block-inner {
position: relative;
overflow: hidden;
}
.vl-grid-block .vl-thumb-container {
padding-bottom: 100%;
}
.vl-grid-block .vl-post-metas {
max-height: 0;
margin-top: 5px;
color: #F6F6F6;
overflow: hidden;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.vl-grid-block-inner:hover .vl-post-metas {
max-height: 60px;
}
.vl-news-block .vl-grid-block .vl-post-thumb .vl-primary-cat-block {
bottom: auto;
top: 15px;
}
.vl-grid-blocks .vl-post-item:nth-last-child(1),
.vl-grid-blocks .vl-post-item:nth-last-child(2),
.vl-grid-blocks .vl-post-item:nth-last-child(3){
margin-bottom: 0;
} .vl-double-small-block {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.vl-double-small-block .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-double-small-block .vl-post-item:nth-last-child(2) {
margin-bottom: 0;
}
.vl-double-small-block .vl-post-thumb {
float: left;
width: 120px;
}
.vl-double-small-block.vl-display-cat .vl-post-thumb .vl-thumb-container {
padding-bottom: 100%;
}
.vl-double-small-block .vl-post-content {
margin-left: 140px;
} .vl-alternate-block {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.vl-alt-post-item {
width: 33.333%;
background: rgba(0, 0, 0, 0.05);
display: -webkit-flex;
display: flex;
flex-direction: column;
margin: 0;
}
.vl-alt-post-item:nth-child(2),
.vl-alt-post-item:nth-child(5),
.vl-alt-post-item:nth-child(8){
flex-direction: column-reverse;
}
.vl-alt-post-item:hover {
background: rgba(0, 0, 0, 0.08);
}
.vl-alt-post-item .vl-thumb-container {
padding-bottom: 100%;
}
.vl-alt-post-item .vl-post-content {
overflow: hidden;
}
.vl-alt-post-item .vl-post-content {
position: relative;
padding-bottom: 100%;
}
.vl-alt-post-item .vl-post-content-wrap-inner {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
padding: 30px;
display: flex;
align-items: center;
} .vl-double-block .vl-big-block {
margin: 0 -15px;
display: flex;
}
.vl-news-block .vl-double-block .vl-big-block .vl-post-thumb .vl-primary-cat-block {
bottom: auto;
top: 15px;
}
.vl-double-block .vl-big-block .vl-post-item {
width: 50%;
padding: 0 15px;
margin-bottom: 0;
}
.vl-double-block .vl-big-block .vl-post-thumb {
position: relative;
}
.vl-double-block .vl-small-block {
display: flex;
flex-wrap: wrap;
margin: 30px -15px 0;
}
.vl-double-block .vl-small-block .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-double-block .vl-small-block .vl-post-item:nth-last-child(2) {
margin-bottom: 0;
}
.vl-double-block .vl-small-block .vl-post-thumb {
float: left;
width: 120px;
}
.vl-double-block.vl-display-cat .vl-small-block .vl-post-thumb .vl-thumb-container {
padding-bottom: 100%;
}
.vl-double-block .vl-small-block .vl-post-content {
margin-left: 140px;
} .vl-1-3-block .vl-big-block .vl-post-thumb {
position: relative;
}
.vl-1-3-block .vl-big-block .vl-post-thumb .vl-post-categories {
position: absolute;
left: 30px;
top: 30px;
right: 30px;
}
.vl-1-3-block .vl-big-block .vl-thumb-container {
padding-bottom: 60%;
}
.vl-1-3-block .vl-big-block .vl-post-content {
padding: 30px;
}
.vl-1-3-block .vl-small-block {
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
margin-top: 30px;
}
.vl-1-3-block .vl-small-block .vl-post-item {
width: 33.33%;
padding: 0 15px;
}
.vl-1-3-block .vl-small-block .vl-post-thumb {
margin-bottom: 15px;
}
.vl-1-3-block .vl-small-block .vl-post-item:nth-last-child(1),
.vl-1-3-block .vl-small-block .vl-post-item:nth-last-child(2),
.vl-1-3-block .vl-small-block .vl-post-item:nth-last-child(3){
margin-bottom: 0;
} .vl-1-6-block .vl-big-block .vl-post-thumb {
float: left;
width: 50%;
padding-right: 15px;
}
.vl-1-6-block .vl-big-block .vl-post-content {
margin-left: 50%;
padding-left: 15px;
}
.vl-1-6-block .vl-small-block {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
margin-top: 30px;
}
.vl-1-6-block .vl-small-block .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-1-6-block .vl-small-block .vl-post-item:nth-last-child(2) {
margin-bottom: 0;
}
.vl-1-6-block .vl-small-block .vl-post-thumb {
float: left;
width: 120px;
}
.vl-1-6-block.vl-display-cat .vl-small-block .vl-post-thumb .vl-thumb-container {
padding-bottom: 100%;
}
.vl-1-6-block .vl-small-block .vl-post-content {
margin-left: 140px;
} .vl-grid-6-block {
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
}
.vl-grid-6-block .vl-post-item {
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
}
.vl-grid-6-block .vl-post-item:nth-last-child(3),
.vl-grid-6-block .vl-post-item:nth-last-child(2),
.vl-grid-6-block .vl-post-item:nth-last-child(1) {
margin-bottom: 0;
}
.vl-grid-6-block .vl-post-thumb {
margin-bottom: 15px;
}
.vl-grid-6-block .vl-post-content.vl-align-center {
padding: 0 20px;
} .vl-1-4-block {
margin: 0 -15px;
display: flex;
}
.vl-1-4-block .vl-big-block,
.vl-1-4-block .vl-small-block {
width: 50%;
padding: 0 15px;
}
.vl-1-4-block .vl-post-thumb {
margin-bottom: 15px;
}
.vl-1-4-block .vl-small-block-wrap {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.vl-1-4-block .vl-small-block .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-1-4-block .vl-small-block .vl-post-item:nth-last-child(2),
.vl-1-4-block .vl-small-block .vl-post-item:nth-last-child(1) {
margin-bottom: 0;
} .vl-list-block .vl-post-thumb {
float: left;
width: 50%;
padding-right: 15px;
}
.vl-list-block .vl-post-content {
margin-left: 50%;
padding-left: 15px;
}
.vl-list-block .vl-thumb-container {
padding-bottom: 60%;
} .vl-news-block-alt {
margin: 0 -15px;
display: flex;
}
.vl-news-block-alt .vl-big-block,
.vl-news-block-alt .vl-small-block {
width: 50%;
padding: 0 15px;
}
.vl-news-block-alt .vl-big-block {
min-height: 300px;
}
.vl-news-block-alt .vl-big-block .vl-post-item,
.vl-news-block-alt .vl-big-block .vl-post-thumb,
.vl-news-block-alt .vl-big-block .vl-post-thumb>a {
height: 100%;
}
.vl-news-block-alt .vl-big-block .vl-post-thumb .vl-primary-cat-block {
bottom: auto;
top: 15px;
}
.vl-news-block-alt .vl-big-block .vl-thumb-container {
padding-bottom: 0;
height: 100%;
}
.vl-news-block-alt .vl-big-block .vl-post-content {
padding: 20px;
}
.vl-news-block-alt .vl-small-block .vl-thumb-container {
padding-bottom: 80%;
}
.vl-news-block-alt.vl-display-cat .vl-small-block .vl-thumb-container {
padding-bottom: 100%;
}
.vl-news-block-alt .vl-small-block .vl-post-thumb {
float: left;
width: 120px;
}
.vl-news-block-alt .vl-small-block .vl-post-content {
margin-left: 140px;
} .vl-1-2-block {
margin: 0 -15px;
}
.vl-1-2-block .vl-big-block {
width: 60%;
padding: 0 15px;
float: left;
}
.vl-1-2-block .vl-big-block .vl-thumb-container {
padding-bottom: 80%;
}
.vl-1-2-block .vl-small-block {
width: 40%;
padding: 0 15px;
float: left;
}
.vl-1-2-block .vl-small-block .vl-thumb-container {
padding-bottom: 58%;
}
.vl-1-2-block .vl-post-thumb {
margin-bottom: 15px;
} .vl-grid-2-block {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.vl-grid-2-block .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-grid-2-block .vl-post-thumb {
margin-bottom: 15px;
}
.vl-grid-2-block .vl-thumb-container {
padding-bottom: 56%;
}
.vl-grid-2-block .vl-post-item:nth-last-child(2),
.vl-grid-2-block .vl-post-item:nth-last-child(1) {
margin-bottom: 0;
} .vl-news-block.style14 .vl-1-2-block .vl-small-block .vl-post-item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.vl-news-block.style14 .vl-1-2-block .vl-small-block .vl-post-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
} .vl-fwcarousel-block {
margin-bottom: 40px;
}
.vl-fwcarousel-block:last-child {
margin-bottom: 0
}
.vl-fwcarousel-block {
margin-left: calc( -100vw / 2 + 100% / 2 + 10px );
margin-right: calc( -100vw / 2 + 100% / 2 + 10px );
max-width: 100vw;
}
.ht-mac-os .vl-fwcarousel-block {
margin-left: calc( -100vw / 2 + 100% / 2 );
margin-right: calc( -100vw / 2 + 100% / 2 );
max-width: 100vw;
}
.ht-boxed .vl-fwcarousel-block {
margin-left: -40px !important;
margin-right: -40px !important;
}
.vl-fwcarousel-block.style1 .vl-fwcarousel-thumb {
position: relative;
margin-bottom: 30px;
min-height: 100px;
}
.vl-fwcarousel-block.style1 .vl-fwcarousel-item {
text-align: center;
}
.owl-carousel .owl-item .vl-fwcarousel-thumb img {
margin: 0 auto;
width: 100%;
}
.vl-fwcarousel-block.style1 .vl-fwcarousel-thumb .vl-primary-cat {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
display: inline-block;
color: #FFF;
text-transform: uppercase;
font-size: 0.8rem;
padding: 8px 10px;
line-height: 1;
z-index: 9;
}
.vl-fwcarousel-block.style1 .vl-fwcarousel-thumb .vl-primary-cat:before {
display: none;
}
.vl-fwcarousel-block.style1 .vl-fwcarousel-item h3 {
padding: 0 30px;
margin: 0;
}
.vl-fwcarousel-block.style2 .vl-fwcarousel-item h3 {
margin: 15px 0 10px;
}
.vl-fwcarousel-block.style2 .vl-fwcarousel-item h3:last-child {
margin-bottom: 0;
}
.vl-fwcarousel-item h3 a {
color: inherit;
}
.vl-fwcarousel-block.style1 .vl-fwcarousel-item .vl-post-metas {
color: inherit;
margin-top: 20px;
}
.vl-fwcarousel-block.style2 .vl-post-content.vl-gradient-overlay {
padding: 30px;
}
.vl-fwcarousel-block .owl-carousel .owl-nav .owl-prev,
.vl-fwcarousel-block .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
transform: translate(0, -50%);
height: 40px;
width: 40px;
background: #0078af;
text-align: center;
line-height: 40px;
color: #FFF;
transition: all 0.3s ease;
opacity: 0;
}
.vl-fwcarousel-block .owl-carousel .owl-nav .owl-prev:hover,
.vl-fwcarousel-block .owl-carousel .owl-nav .owl-next:hover {
background: #000;
}
.vl-fwcarousel-block:hover .owl-carousel .owl-nav .owl-prev,
.vl-fwcarousel-block:hover .owl-carousel .owl-nav .owl-next {
opacity: 1;
}
.vl-fwcarousel-block .owl-carousel .owl-nav .owl-prev {
left: 30px;
}
.vl-fwcarousel-block .owl-carousel .owl-nav .owl-next {
right: 30px;
}
.owl-carousel .owl-item .vl-carousel-thumb img {
margin: 0 auto;
} .vl-carousel-block {
margin-bottom: 40px;
}
.vl-carousel-block:last-child {
margin-bottom: 0;
}
.vl-carousel-heading {
text-align: center;
padding: 15px;
}
.vl-carousel-item .vl-post-title a{
color: inherit;
}
.vl-carousel-block .owl-carousel .owl-nav .owl-prev,
.vl-carousel-block .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
transform: translate(0, -50%);
height: 50px;
width: 30px;
background: #0078af;
text-align: center;
line-height: 50px;
color: #FFF;
transition: all 0.3s ease;
opacity: 0;
}
.vl-carousel-block .owl-carousel .owl-nav .owl-prev:hover,
.vl-carousel-block .owl-carousel .owl-nav .owl-next:hover {
background: #000;
}
.vl-carousel-block:hover .owl-carousel .owl-nav .owl-prev,
.vl-carousel-block:hover .owl-carousel .owl-nav .owl-next {
opacity: 1;
}
.vl-carousel-block .owl-carousel .owl-nav .owl-prev {
left: 0;
}
.vl-carousel-block .owl-carousel .owl-nav .owl-next {
right: 0;
}
.vl-carousel-heading .vl-primary-cat-block {
margin-bottom: 10px;
}
.vl-carousel-block .owl-carousel .owl-dots{
margin-top: 40px;
text-align: center;
}
.vl-carousel-block .owl-carousel button.owl-dot{
height: 13px;
width: 13px;
background: #000;
border-radius: 50%;
margin: 0 5px;
box-shadow: none;
outline: 0;
transition: all 0.3s ease;
}
.vl-carousel-block .owl-carousel button.owl-dot.active{
transform: scale(1.2);
} .vl-carousel-block.style1 .vl-carousel-heading {
padding-bottom: 0;
}
.vl-carousel-block.style1 .vl-carousel-heading h3 a {
color: inherit;
}
.vl-carousel-block.style1 .vl-carousel-heading .vl-post-metas {
color: inherit;
margin-top: 15px;
} .vl-carousel-block.style2 .vl-carousel-item {
position: relative;
}
.vl-carousel-block.style2 .vl-carousel-heading {
position: absolute;
left: 20px;
right: 20px;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.vl-carousel-block.style2 .vl-carousel-heading h3 a,
.vl-carousel-block.style2 .vl-excerpt{
color: #FFF;
}
.vl-carousel-block.style2 .vl-carousel-heading h3 a:hover {
color: #FFF;
}
.vl-carousel-block.style2 .vl-carousel-heading .vl-post-metas {
color: #FFF;
margin-top: 15px;
}
.vl-carousel-block.style2 .vl-carousel-heading .vl-primary-cat-block {
margin-top: -15px;
margin-bottom: 0;
position: absolute;
transform: translateY(-50%);
left: 0;
right: 0;
} .vl-carousel-block.style3 .vl-carousel-heading h3 a {
color: inherit;
}
.vl-carousel-block.style3 .vl-carousel-heading .vl-post-metas {
color: inherit;
margin-top: 15px;
}
.vl-carousel-block.style3 .vl-carousel-item {
display: flex;
flex-direction: column;
}
.vl-carousel-block.style3 .owl-item:nth-child(even) .vl-carousel-heading {
order: 1;
}
.vl-carousel-block.style3 .owl-item:nth-child(even) .vl-carousel-thumb {
order: 2;
} .vl-carousel-block.style4 .vl-post-thumb {
position: relative;
margin-bottom: 30px;
}
.vl-carousel-block.style4 .vl-carousel-item {
text-align: center;
}
.vl-carousel-block.style4 .vl-carousel-item img {
margin: 0 auto;
width: 100%;
}
.vl-carousel-block.style4 .vl-carousel-item .vl-primary-cat {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
display: inline-block;
color: #FFF;
text-transform: uppercase;
font-size: 0.8rem;
padding: 8px 10px;
line-height: 1;
z-index: 9;
}
.vl-carousel-block.style4 .vl-carousel-item .vl-primary-cat:before {
display: none;
}
.vl-carousel-block.style4 .vl-carousel-item h3 {
padding: 0 30px;
} .vl-carousel-block.style5 .vl-carousel-item h3 {
margin: 15px 0 10px;
}
.vl-carousel-block.style5 .vl-carousel-item h3:last-child {
margin-bottom: 0;
}
.vl-carousel-block.style5 .vl-post-content.vl-gradient-overlay {
padding: 30px;
} .vl-bottom-block {
margin-bottom: 40px;
}
.vl-bottom-block:last-child {
margin-bottom: 0;
} .vl-bottom-block.style1 {
margin-left: -15px;
margin-right: -15px;
}
.vl-three-column-block {
float: left;
width: 33.33%;
padding: 0 15px;
}
.vl-three-column-block .vl-post-thumb .vl-primary-cat-block {
position: absolute;
top: 15px;
left: 15px;
}
.vl-three-column-block .vl-post-content .vl-primary-cat-block {
margin-bottom: 10px;
}
.vl-big-post-item {
margin-bottom: 30px;
}
.vl-big-post-item:last-child{
margin-bottom: 0;
}
.vl-big-post-item .vl-post-thumb {
position: relative;
}
.vl-big-post-item .vl-excerpt {
font-size: 0.9rem;
margin-top: 6px;
max-height: 0;
overflow: hidden;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
}
.vl-big-post-item .vl-post-title {
margin-bottom: 10px;
}
.vl-big-post-item .vl-post-title span{
font-size: 1.3rem;
}
.vl-big-post-item:hover .vl-excerpt {
max-height: 500px;
}
.vl-three-column-block .vl-big-post-item h3:last-child {
margin-bottom: 0;
}
.vl-three-column-block .vl-post-item .vl-post-thumb {
float: left;
width: 120px;
}
.vl-three-column-block .vl-post-item .vl-post-content {
margin-left: 140px;
} .vl-bottom-block.style2 {
margin-left: -15px;
margin-right: -15px;
}
.vl-bottom-block.style2 .vl-thumb-container {
padding-bottom: 100%;
}
.vl-bottom-block.style2 h3.vl-post-title>a {
font-size: 1.1em;
} .vl-fwnews-block {
margin-bottom: 40px;
}
.vl-fwnews-block:last-child {
margin-bottom: 0;
}
.vl-fwnews-block .vl-post-thumb .vl-primary-cat-block,
.vl-fwnews-block .vl-post-thumb .vl-post-categories {
position: absolute;
left: 15px;
bottom: 15px;
z-index: 99;
margin: 0;
padding: 0;
}
.vl-fwnews-block .vl-post-thumb .vl-post-categories{
left: 20px;
}
.vl-fwnews-block-style1 {
margin: 0 -20px;
display: flex;
align-items: center;
}
.vl-fwnews-block-style1 .vl-post-item {
padding: 0 20px;
margin-bottom: 0;
}
.vl-fwnews-block-style1 .vl-post-content {
text-align: center;
}
.vl-fwnews-block-style1 .vl-post-item .vl-post-thumb {
margin-bottom: 20px;
}
.vl-fwnews-block-style1 .vl-post-item .vl-thumb-container {
padding-bottom: 80%;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(1) .vl-thumb-container {
padding-bottom: 100%;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(2) {
order: 1;
width: 25%;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(3) {
order: 3;
width: 25%;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(1) {
width: 50%;
order: 2;
} .vl-fwnews-block-style2 {
margin: 0 -20px;
display: flex;
}
.vl-fwnews-block-style2 .vl-post-content {
text-align: center;
}
.vl-fwnews-block-style2 .vl-post-item .vl-post-thumb {
margin-bottom: 20px;
}
.vl-fwnews-block-style2 .col2 {
width: 25%;
order: 1;
padding: 0 20px;
}
.vl-fwnews-block-style2 .col1 {
width: 50%;
order: 2;
padding: 0 20px;
}
.vl-fwnews-block-style2 .col3 {
width: 25%;
order: 3;
padding: 0 20px;
}
.vl-fwnews-block-style2 .vl-thumb-container {
padding-bottom: 86%;
}
.vl-fwnews-block-style2 .col1 .vl-thumb-container {
padding-bottom: 80%;
} .vl-fwnews-block-style3 {
margin: 0 -15px;
display: flex;
}
.vl-fwnews-block-style3 .col1 {
width: 50%;
padding: 0 15px;
}
.vl-fwnews-block-style3 .col2 {
width: 50%;
padding: 0 15px;
}
.vl-fwnews-block-style3 .col1 .vl-post-item,
.vl-fwnews-block-style3 .col1 .vl-post-thumb,
.vl-fwnews-block-style3 .col1 .vl-post-thumb>a,
.vl-fwnews-block-style3 .col1 .vl-thumb-container {
height: 100%;
}
.vl-fwnews-block-style3 .col1 .vl-post-thumb .vl-post-categories {
left: 30px;
right: 30px;
bottom: auto;
top: 30px;
}
.vl-fwnews-block-style3 .col1 .vl-post-content {
padding: 30px;
}
.vl-fwnews-block-style3 .col1 .vl-thumb-container {
padding-bottom: 0;
}
.vl-fwnews-block-style3 .col2 .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-fwnews-block-style3 .col2-wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.vl-fwnews-block-style3 .col2-wrap .vl-post-thumb {
margin-bottom: 15px;
}
.vl-fwnews-block-style3 .col2 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style3 .col2 .vl-post-item:nth-last-child(1) {
margin-bottom: 0;
}
.vl-fwnews-block-style3 .col1 .vl-thumb-container {
padding-bottom: 80%;
} .vl-fwnews-block-style4 {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.vl-fwnews-block-style4 .vl-post-item {
width: 25%;
padding: 0 15px;
}
.vl-fwnews-block-style4 .vl-post-content {
text-align: center;
}
.vl-fwnews-block-style4 .vl-post-thumb {
margin-bottom: 15px;
}
.vl-fwnews-block-style4 .vl-post-item:nth-child(1),
.vl-fwnews-block-style4 .vl-post-item:nth-child(2) {
width: 50%;
}
.vl-fwnews-block-style4 .vl-post-item:nth-child(1) .vl-thumb-container,
.vl-fwnews-block-style4 .vl-post-item:nth-child(2) .vl-thumb-container {
padding-bottom: 60%;
}
.vl-fwnews-block-style4 .vl-post-item:nth-last-child(1),
.vl-fwnews-block-style4 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style4 .vl-post-item:nth-last-child(3),
.vl-fwnews-block-style4 .vl-post-item:nth-last-child(4){
margin-bottom: 0;
} .vl-fwnews-block-style5 {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.vl-fwnews-block-style5 .col1 {
width: 65%;
padding: 0 15px;
}
.vl-fwnews-block-style5 .col2 {
width: 35%;
padding: 0 15px;
}
.vl-fwnews-block-style5 .vl-post-content {
text-align: center;
}
.vl-fwnews-block-style5 .vl-post-thumb {
margin-bottom: 15px;
}
.vl-fwnews-block-style5 .col2 .vl-thumb-container {
padding-bottom: 56%;
} .vl-fwnews-block-style6 {
margin-left: -15px;
margin-right: -15px;
}
.vl-fwnews-block-style6 .vl-post-item {
width: 25%;
float: left;
padding: 0 15px;
}
.vl-fwnews-block-style6 .vl-post-thumb {
margin-bottom: 15px;
}
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(1),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(3),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(4){
margin-bottom: 0;
} .vl-fwnews-block-style7 {
margin-left: -15px;
margin-right: -15px;
display: flex;
flex-wrap: wrap;
}
.vl-fwnews-block-style7 .vl-post-item {
width: 50%;
padding: 0 15px;
}
.vl-fwnews-block-style7 .vl-post-item:nth-last-child(1),
.vl-fwnews-block-style7 .vl-post-item:nth-last-child(2) {
margin-bottom: 0;
}
.vl-fwnews-block-style7.vl-display-cat .vl-thumb-container {
padding-bottom: 100%;
}
.vl-fwnews-block-style7 .vl-post-thumb {
float: left;
width: 150px;
}
.vl-fwnews-block-style7 .vl-post-content {
margin-left: 180px;
}
.vl-fwnews-block-style7 .vl-primary-cat-block {
margin-bottom: 15px;
} .vl-fwnews-block-style8 {
margin-left: -15px;
margin-right: -15px;
display: flex;
flex-wrap: wrap;
}
.vl-fwnews-block-style8 .vl-post-item {
width: 33.33%;
padding: 0 15px;
}
.vl-fwnews-block-style8 .vl-post-item:nth-last-child(1),
.vl-fwnews-block-style8 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style8 .vl-post-item:nth-last-child(3) {
margin-bottom: 0;
}
.vl-fwnews-block-style8 .vl-post-thumb {
margin-bottom: 20px;
}
.vl-fwnews-block-style8 .vl-post-content {
text-align: center;
padding: 0 20px;
} .vl-slider-block .slide-item {
height: 520px;
}
.vl-slider-block .slide-item img {
object-position: center;
object-fit: cover;
width: 100%;
height: 100%;
}
.vl-slider-block .vl-post-categories {
margin-bottom: 15px;
}
.vl-slider-block .vl-post-metas {
color: #FFF;
}
.vl-slider-block .owl-carousel .owl-nav .owl-prev,
.vl-slider-block .owl-carousel .owl-nav .owl-next {
opacity: 0;
display: inline-block;
height: 40px;
width: 40px;
background: #FFF;
color: #333;
text-align: center;
margin: 0 2px;
transition: all 0.3s ease;
}
.vl-slider-block .owl-carousel .owl-nav .owl-prev:hover,
.vl-slider-block .owl-carousel .owl-nav .owl-next:hover {
background: #0078af;
color: #FFF;
}
.vl-slider-block .owl-carousel .owl-nav .owl-prev>i,
.vl-slider-block .owl-carousel .owl-nav .owl-next>i {
line-height: 40px;
}
.vl-slider-block:hover .owl-carousel .owl-nav .owl-prev,
.vl-slider-block:hover .owl-carousel .owl-nav .owl-next {
opacity: 1;
}
.elementor-widget-container .vl-slider-block .slide-item {
height: auto !important;
padding-bottom: 60%;
}
.elementor-widget-container .vl-slider-block .slide-item img {
position: absolute;
} .vl-slider-block {
margin-bottom: 40px;
}
.vl-slider-block:last-child {
margin-bottom: 0;
}
.vl-slider-block .slide-item h3 a {
font-size: 3em;
}
.vl-slider-block.style1 .vl-title-wrap {
position: absolute;
left: 40px;
width: 50%;
top: 50%;
transform: translateY(-50%) translateX(40px);
z-index: 9;
opacity: 0;
transition: all .4s ease .2s;
}
.vl-slider-block.style1 .owl-item.active .vl-title-wrap {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
.vl-slider-block.style1 .slide-item {
position: relative;
}
.vl-slider-block.style1 .slide-item:after {
opacity: 0.6;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.vl-slider-block.style1 .slide-item h3 {
line-height: 1.2;
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.vl-slider-block.style1 .slide-item h3 a {
color: #FFF;
}
.vl-slider-block.style1 .owl-carousel .owl-nav {
position: absolute;
right: 20px;
bottom: 20px;
} .vl-slider-block.style2 .vl-post-categories {
width: 58%;
margin-left: auto;
margin-right: auto;
}
.vl-slider-block.style2 .vl-title-wrap {
position: absolute;
left: 50%;
right: 0;
width: 60%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 9;
text-align: center;
}
.vl-slider-block.style2 .vl-title-wrap:before {
content: "";
width: 60%;
height: 40px;
display: block;
position: absolute;
border: 1px solid rgba(255, 255, 255, .7);
margin: auto;
left: 0;
right: 0;
top: 0;
opacity: 0;
border-bottom: 0;
transition: all .4s ease-in-out .6s;
}
.vl-slider-block.style2 .vl-title-wrap:after {
content: "";
width: 60%;
height: 40px;
display: block;
position: absolute;
border: 1px solid rgba(255, 255, 255, .7);
margin: auto;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
border-top: 0;
transition: all .4s ease-in-out .6s;
}
.vl-slider-block.style2 .owl-item.active .vl-title-wrap:before {
opacity: 1;
top: -40px;
}
.vl-slider-block.style2 .owl-item.active .vl-title-wrap:after {
opacity: 1;
bottom: -40px;
}
.vl-slider-block.style2 .slide-item h3 {
line-height: 1.2;
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.vl-slider-block.style2 .slide-item h3 a {
color: #FFF;
}
.vl-slider-block.style2 .slide-item {
position: relative;
}
.vl-slider-block.style2 .slide-item:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, .3);
}
.vl-slider-block.style2 .owl-carousel .owl-nav .owl-prev,
.vl-slider-block.style2 .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.vl-slider-block.style2 .owl-carousel .owl-nav .owl-prev {
left: 10px;
}
.vl-slider-block.style2 .owl-carousel .owl-nav .owl-next {
right: 10px;
} .vl-slider-block.style3 .vl-title-wrap {
position: absolute;
right: 40px;
width: 45%;
top: 50%;
transform: translateY(-50%) translateX(40px);
z-index: 9;
opacity: 0;
transition: all 0.3s ease-in-out 0.3s;
}
.vl-slider-block.style3 .owl-item.active .vl-title-wrap {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
.vl-slider-block.style3 .slide-item h3 {
line-height: 1.2;
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.vl-slider-block.style3 .slide-item h3 a {
color: #FFF;
}
.vl-slider-block.style3 .slide-item .vl-excerpt {
font-size: 1.1rem;
margin-bottom: 20px;
color: #FFF;
}
.vl-slider-block.style3 .slide-item {
position: relative;
}
.vl-slider-block.style3 .slide-item:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.4);
}
.vl-slider-block.style3 .owl-carousel .owl-nav {
position: absolute;
right: 20px;
bottom: 20px;
} .vl-slider-block.style4 .vl-title-wrap {
position: absolute;
left: 50%;
bottom: 0;
z-index: 9;
text-align: center;
background: rgba(255, 255, 255, 0.8);
transform: translateX(-50%);
padding: 40px;
width: 60%;
}
.vl-slider-block.style4 .slide-item h3 {
line-height: 1.2;
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.vl-slider-block.style4 .slide-item h3 a {
color: #333;
}
.vl-slider-block.style4 .vl-post-metas {
color: #333;
}
.vl-slider-block.style4 .slide-item {
position: relative;
}
.vl-slider-block.style4 .owl-carousel .owl-nav .owl-prev,
.vl-slider-block.style4 .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}
.vl-slider-block.style4 .owl-carousel .owl-nav .owl-prev {
left: 10px;
}
.vl-slider-block.style4 .owl-carousel .owl-nav .owl-next {
right: 10px;
} #vl-video-playlist {
margin-bottom: 40px;
}
#vl-video-playlist:last-child {
margin-bottom: 0;
}
.vl-video-holder {
background: #111;
position: relative;
}
.big-video {
width: 70%;
}
.big-video iframe {
width: 100%;
}
.video-thumbs {
position: absolute;
right: 0;
top: 0;
bottom: 60px;
width: 30%;
}
.vl-video-thumbnails {
height: 100%;
color: #F6F6F6;
position: relative;
padding: 8px;
overflow: hidden !important;
}
.vl-video-list {
cursor: pointer;
padding: 8px;
}
.vl-video-list.video-active {
background: #444;
}
.vl-video-list:hover {
background: #333;
}
.vl-video-list .vl-post-title {
margin-bottom: 5px;
color: #F6F6F6;
}
.vl-video-list .video-list-duration {
font-size: 11px;
color: #AAA;
font-style: italic;
font-weight: bold;
font-family: Arial;
}
.vl-video-list img {
width: 80px;
float: left;
}
.video-title-duration {
margin-left: 100px;
}
.video-controls {
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
bottom: -60px;
left: 0;
right: 0;
color: #FFF;
z-index: 99;
padding: 10px;
height: 60px;
background: #1c51a2;
}
.video-control-holder {
position: absolute;
right: 10px;
top: 10px;
background: rgba(0, 0, 0, 0.1);
font-size: 20px;
}
.video-control-holder>div {
display: inline-block;
padding: 0 5px;
cursor: pointer;
line-height: 40px;
}
.video-play-pause.playing .mdi-play:before {
content: "\F3E4";
}
.vl-video-thumbnails .mCSB_outside+.mCSB_scrollTools {
right: -4px;
}
.vl-youtube-video-playlist h3 {
font-size: 1.3em;
margin-bottom: 25px;
}
.video-track {
margin-right: 100px;
font-size: 14px;
flex-grow: 1;
max-width: calc(100% - 100px);
}
.video-current-playlist {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.3;
}
.shrink-playlist .big-video {
width: 100%;
}
.shrink-playlist .video-thumbs {
width: 100%;
position: relative;
height: 300px;
margin-bottom: 60px;
}
.big-video-inner {
padding-top: 56.25%;
position: relative;
width: 100%;
}
.big-video-inner iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .ht-featured-block-wrap {
margin: 0 -15px;
}
.ht-featured-block-wrap:last-child {
margin-bottom: 0;
}
.ht-featured-block {
position: relative;
float: left;
padding: 0 15px;
margin-bottom: 30px;
}
.ht-featured-block > a:after {
content: "";
position: absolute;
left: 15px;
top: 15px;
bottom: 15px;
right: 15px;
border: 1px solid #FFF;
opacity: 0.8;
transition: all 0.6s ease;
pointer-events: none;
}
.ht-featured-block-wrap.ht-col-2 .ht-featured-block {
width: 50%;
}
.ht-featured-block-wrap.ht-col-3 .ht-featured-block {
width: 33.33%;
}
.ht-featured-block-wrap.ht-col-4 .ht-featured-block {
width: 25%;
}
.ht-featured-block-wrap.style1 .ht-featured-block span {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #FFF;
padding: 10px 20px;
color: #333;
line-height: 1;
letter-spacing: 1px;
text-align: center;
}
.ht-featured-block-wrap.style2 .ht-featured-block span {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
;
padding: 15px 20px 30px;
color: #FFF;
line-height: 1;
letter-spacing: 1px;
text-align: center;
}
.ht-featured-block-wrap.style2 .ht-featured-block:after {
opacity: 1;
} .ht-mininews-section .ht-non-fullwidth-container,
.ht-mininews-section .ht-fullwidth-container {
margin-bottom: 40px;
}
.ht-mininews-section .ht-non-fullwidth-container:last-child,
.ht-mininews-section .ht-fullwidth-container:last-child {
margin-bottom: 0;
}
.ht-mininews-section .ht-fullwidth-container {
padding: 0 15px;
}
.ht-boxed .ht-mininews-section .ht-fullwidth-container {
padding: 0 7.5px;
}
.vl-mininews-block.style1 {
margin: 0 -15px;
display: flex;
overflow: auto;
}
.vl-mininews-block.style1 .vl-post-item {
padding: 0 15px;
flex-basis: 0;
flex-grow: 1;
margin-bottom: 0;
}
.vl-mininews-block.style1 .vl-thumb-container {
padding-bottom: 80%;
}
.vl-mininews-block.style1 .vl-post-thumb {
float: left;
width: 120px;
}
.vl-mininews-block.style1 .vl-post-content {
margin-left: 140px;
}
.vl-mininews-block.style1 .vl-primary-cat-block {
margin-bottom: 10px;
}
.vl-mininews-block.style2 {
margin: 0 -8px;
display: flex;
}
.vl-mininews-block.style2 .vl-post-item {
padding: 0 8px;
flex-basis: 0;
flex-grow: 1;
margin-bottom: 0;
}
.vl-mininews-block.style2 .vl-thumb-container {
padding-bottom: 80%;
}
.vl-mininews-block.style2 .vl-post-thumb {
margin-bottom: 10px;
}
.vl-mininews-block.style2 h3.vl-post-title {
font-weight: normal;
font-size: 0.9rem;
}
.vl-mininews-block.style2 .vl-primary-cat-block {
margin-bottom: 10px;
}
.vl-mininews-block.owl-carousel.style1,
.vl-mininews-block.owl-carousel.style2 {
margin: 0;
}
.vl-mininews-block.owl-carousel.style1 .vl-post-item,
.vl-mininews-block.owl-carousel.style2 .vl-post-item {
padding: 0;
}
.vl-mininews-block.owl-carousel .owl-dots {
margin-top: 20px;
text-align: center;
}
.vl-mininews-block.owl-carousel button.owl-dot {
height: 10px;
width: 10px;
background: rgba(0, 0, 0, 0.05);
margin: 0 5px;
border-radius: 50%;
}
.vl-mininews-block.owl-carousel button.owl-dot.active {
transform: scale(1.3);
}
@media screen and (max-width:1400px) {
.vl-mininews-block .vl-post-item.vl-post-hide {
display: none;
}
} .ht-section .widget {
margin-bottom: 40px;
}
.ht-section .widget:last-child {
margin-bottom: 0;
} .viral-pro-privacy-policy {
position: fixed;
background: #333;
bottom: 0;
left: 0;
right: 0;
padding: 20px 0;
z-index: 9999;
color: #FFF;
font-size: 0.9rem;
display: none;
}
.customizer-gdpr-section .viral-pro-privacy-policy {
display: block;
}
.policy-text a {
color: #FFF;
text-decoration: underline;
}
.policy-buttons a {
display: inline-block;
background: #0078af;
padding: 12px 25px;
color: #FFF;
margin: 0 4px;
border-radius: 1px;
line-height: 1.2;
text-transform: uppercase;
font-size: 0.88rem;
}
.policy-buttons a:hover {
color: #FFF;
}
.viral-pro-privacy-policy.top-full-width {
top: 0;
bottom: auto;
}
.viral-pro-privacy-policy.top-full-width .ht-container,
.viral-pro-privacy-policy.bottom-full-width .ht-container {
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;
}
body.logged-in.admin-bar .viral-pro-privacy-policy.top-full-width {
top: auto;
}
.viral-pro-privacy-policy.top-full-width .policy-text,
.viral-pro-privacy-policy.bottom-full-width .policy-text {
margin-right: 40px;
}
.viral-pro-privacy-policy.top-full-width .policy-buttons,
.viral-pro-privacy-policy.bottom-full-width .policy-buttons {
white-space: nowrap;
}
.viral-pro-privacy-policy.bottom-left-float .policy-buttons,
.viral-pro-privacy-policy.bottom-right-float .policy-buttons {
margin-top: 10px;
}
.viral-pro-privacy-policy.bottom-left-float .policy-buttons a,
.viral-pro-privacy-policy.bottom-right-float .policy-buttons a {
margin-top: 10px;
}
.viral-pro-privacy-policy.bottom-left-float {
width: 40%;
left: 40px;
bottom: 40px;
right: auto;
padding: 20px;
border-radius: 8px;
-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
}
.viral-pro-privacy-policy.bottom-right-float {
width: 40%;
left: auto;
bottom: 40px;
right: 40px;
padding: 20px;
border-radius: 8px;
-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
}
.viral-pro-privacy-policy.bottom-left-float .ht-container,
.viral-pro-privacy-policy.bottom-right-float .ht-container {
width: 100%;
} @media screen and (min-width: 768px) {
.alignfull,
.alignwide {
width: auto;
max-width: 1000%;
}
body.ht-no-sidebar:not(.ht-boxed) .alignfull,
body.ht-no-sidebar-narrow:not(.ht-boxed) .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
body.ht-no-sidebar:not(.ht-boxed) .alignwide,
body.ht-no-sidebar-narrow:not(.ht-boxed) .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
}
body.ht-right-sidebar:not(.ht-boxed) .alignfull {
margin-left: calc(50% / .70 - 50vw);
}
body.ht-right-sidebar:not(.ht-boxed) .alignwide {
margin-left: calc(25% / .70 - 25vw);
}
body.ht-right-sidebar:not(.ht-boxed) .align-wrap {
width: auto;
margin-left: calc(50% / .7 - 50vw);
}
body.ht-left-sidebar :not(.ht-boxed).alignfull {
margin-right: calc(50% / .70 - 50vw);
}
body.ht-left-sidebar:not(.ht-boxed) .alignwide {
margin-right: calc(25% / .70 - 25vw);
}
body.ht-left-sidebar:not(.ht-boxed) .align-wrap {
width: auto;
margin-right: calc(50% / .7 - 50vw);
}
body.ht-no-sidebar.ht-boxed .alignfull,
body.ht-no-sidebar-narrow.ht-boxed .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
body.ht-right-sidebar.ht-boxed .alignfull {
margin-left: calc(50% / .7 - 50vw);
margin-right: 0;
}
body.ht-left-sidebar.ht-boxed .alignfull {
margin-right: calc(50% / .7 - 50vw);
margin-left: 0;
}
}
body.ht-boxed .alignwide {
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-posts.is-grid {
margin-left: 0;
}
.wp-block-quote {
margin: 30px 0;
}
.wp-block-quote p {
margin-bottom: 20px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 30px 0;
}
.wp-block-categories,
.wp-block-archives {
list-style: none;
}
.wp-block-pullquote {
margin-bottom: 30px;
padding: 25px 0;
}
.wp-block-pullquote blockquote {
background: none;
padding: 0;
border: none;
margin-bottom: 0;
}
.wp-block-pullquote cite {
color: inherit;
}
.wp-block-gallery {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption {
font-size: 0.9rem;
}
.wp-block-cover {
margin-bottom: 30px;
}  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
border: 1px solid #dadada;
text-align: center;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
border-color: #0078af
}
.woocommerce ul.products li.product a img {
margin-bottom: 0;
}
.woocommerce ul.products li.product a {
color: inherit;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
display: block;
}
.woocommerce ul.products li.product .viral-pro-product-title-wrap {
padding: 15px 15px 0;
}
.woocommerce ul.products li.product .price {
font-size: 1rem;
color: inherit;
margin: 0;
}
.woocommerce ul.products li.product .price del {
display: inline;
color: #999;
opacity: 1;
}
.woocommerce ul.products li.product .price ins {
display: inline;
}
.woocommerce ul.products li.product-category mark {
background: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
padding: 15px 0;
}
.woocommerce ul.products li.product .viral-pro-product-image-wrap {
position: relative;
}
.woocommerce ul.products li.product .viral-pro-product-actions {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
}
.woocommerce ul.products li.product .viral-pro-product-actions>.clear,
.woocommerce ul.products li.product .viral-pro-product-actions .feedback {
display: none;
}
.woocommerce ul.products li.product .viral-pro-product-actions .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .viral-pro-product-actions .ht-compare,
.woocommerce ul.products li.product .viral-pro-product-actions .ht-quick-view {
display: inline-block;
margin: 0 2px;
-webkit-transform: translateY(-80%);
transform: translateY(-80%);
visibility: hidden;
opacity: 0;
}
.woocommerce ul.products li.product:hover .viral-pro-product-actions .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product:hover .viral-pro-product-actions .ht-compare,
.woocommerce ul.products li.product:hover .viral-pro-product-actions .ht-quick-view {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
}
.woocommerce ul.products li.product .viral-pro-product-actions .yith-wcwl-add-to-wishlist {
-webkit-transition: all 0.3s ease 0.1s;
transition: all 0.3s ease 0.1s;
}
.woocommerce ul.products li.product .viral-pro-product-actions .ht-compare {
-webkit-transition: all 0.3s ease 0.2s;
transition: all 0.3s ease 0.2s;
}
.woocommerce ul.products li.product .viral-pro-product-actions .ht-quick-view {
-webkit-transition: all 0.3s ease 0.3s;
transition: all 0.3s ease 0.3s;
}
.woocommerce ul.products li.product .viral-pro-product-actions .button {
margin: 0;
padding: 0;
background: none;
border: none;
line-height: 50px;
font-size: 1rem;
}
.woocommerce ul.products li.product .viral-pro-product-actions a {
position: relative;
height: 50px;
width: 50px;
display: block;
background: #FFF !important;
}
.woocommerce ul.products li.product .viral-pro-product-actions a i {
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
margin: 0;
}
.woocommerce ul.products li.product .viral-pro-product-actions .yith-wcwl-add-button .ajax-loading {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
width: 32px !important;
height: 32px !important;
opacity: 0.5;
}
.woocommerce ul.products li.product .viral-pro-product-actions a .woo-button-tooltip {
position: absolute;
left: 50%;
bottom: 100%;
font-size: 0.8rem;
background: #333;
color: #FFF;
white-space: nowrap;
line-height: 1;
padding: 6px 8px;
margin-bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce ul.products li.product .viral-pro-product-actions a .woo-button-tooltip:after {
content: "";
border-color: #333 transparent transparent;
border-width: 6px;
border-style: solid;
position: absolute;
left: 50%;
top: 100%;
margin-left: -6px;
}
.woocommerce ul.products li.product .viral-pro-product-actions a:hover>.woo-button-tooltip {
visibility: visible;
opacity: 1;
}
.woocommerce ul.products li.product .viral-pro-product-title-wrap .button {
margin: 0 10px;
transform: translateY(50%);
-ms-transform: translateY(50%);
-webkit-transform: translateY(50%);
font-size: 16px;
background-color: #FFF;
border: 1px solid #dadada;
}
.woocommerce ul.products li.product:hover .viral-pro-product-title-wrap .button {
border-color: #0078af;
background-color: #0078af;
color: #FFF;
}
.woocommerce ul.products li.product .button.loading {
opacity: 1;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce ul.products li.product .onsale {
margin: 10px -6px 0 0;
}
.woocommerce ul.products li.product .onsale:after {
border-color: transparent transparent #e8ae00 #e8ae00;
border-width: 3px;
border-style: solid;
right: 0px;
left: auto;
} .woocommerce nav.woocommerce-pagination ul {
border: 0;
margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
border: 0;
margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
display: block;
margin: 0 2px;
background: #0078af;
color: #FFF;
padding: 16px 22px;
line-height: 1;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #333;
color: #FFF;
} .woocommerce span.onsale {
min-height: 0;
min-width: 0;
padding: 0 15px;
font-weight: 400;
line-height: 26px;
border-radius: 0;
background-color: #0078af;
color: #fff;
font-size: 14px;
margin: 10px 0 0 -6px;
top: 0;
left: 0;
}
.woocommerce span.onsale:after {
border-color: transparent #e8ae00 #e8ae00 transparent;
border-width: 3px;
border-style: solid;
content: "";
position: absolute;
bottom: 100%;
left: 0px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #0078af
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
font-weight: 400;
}
.woocommerce .product_meta {
font-size: 15px;
margin-top: 20px;
}
.woocommerce .product_meta a {
color: inherit;
}
.woocommerce .product_meta a:hover {
color: #0078af;
}
.woocommerce-variation {
margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin: 5px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
border-bottom: 2px solid #0078af;
padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0;
background-color: #333;
border-radius: 0;
margin: 0 6px 0 0;
padding: 0;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 20px;
font-weight: 400;
color: #FFF !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: #0078af;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
content: "";
position: absolute;
left: 50%;
border-color: #0078af transparent transparent;
border-width: 10px;
border-style: solid;
top: 100%;
margin-left: -10px;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
padding: 10px;
}
.woocommerce table.shop_attributes th {
font-weight: normal;
text-transform: uppercase;
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3 {
font-size: 22px;
margin-bottom: 30px;
}
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email {
width: 100%;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
width: 100%;
}
.related.products h2 {
margin-bottom: 30px;
} .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 10px 20px;
font-weight: 400;
border-radius: 0;
color: #FFF;
background-color: #0078af;
border: 1px solid #0078af;
line-height: 20px;
font-size: 0.9rem;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background: #333;
border: 1px solid #333;
color: #FFF;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
border-color: #0078af;
background-color: #0078af;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #333;
border-color: #333;
color: #FFF;
}
.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,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
background: #0078af;
padding: 10px 20px;
color: #FFF;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
background: #333;
color: #FFF;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
background: #0078af;
border-color: #0078af;
} .woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
border-collapse: collapse;
margin-bottom: 50px;
border: 1px solid #EEE;
line-height: 1.3;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
font-weight: 400;
padding: 15px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table th {
text-transform: uppercase;
background: #F6F6F6;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
.woocommerce table.shop_table .product-thumbnail {
text-align: center;
}
#add_payment_method table.cart .product-thumbnail img,
.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-checkout table.cart .product-thumbnail img,
.woocommerce table.cart .product-thumbnail img {
width: 80px;
}
.woocommerce .quantity .qty {
padding-left: 5px;
padding-right: 5px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
border-color: #EEE;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 160px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: auto;
float: none;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 1.4rem;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
padding: 0;
}
.woocommerce a.remove {
text-indent: -9999px;
position: relative;
background: none !important;
font-size: 1.2rem;
margin: 0 auto;
}
.woocommerce a.remove:before {
content: "\f2ed";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-weight: 400;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #e2401c;
text-indent: 0;
text-align: center;
}
.select2-container .select2-choice,
.select2-container--default .select2-selection--single {
border: 1px solid #EEE;
color: inherit;
border-radius: 0;
height: 50px;
line-height: 50px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 30px;
padding: 10px 20px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
}
.select2-results {
font-size: 0.9rem;
color: inherit;
}
.select2-drop-active,
.select2-dropdown {
border-color: #EEE;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #EEE;
}
.select2-results__option {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
border-top-color: #0078af;
font-size: 0.9rem;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
color: #0078af;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
padding: 5px 20px;
line-height: 1;
height: auto;
}
.woocommerce table.shop_table td.product-remove {
width: 80px;
} #customer_details {
margin-bottom: 40px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid #EEE;
border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
}
.woocommerce-MyAccount-navigation-link a {
background: #0078af;
color: #FFF;
padding: 10px 20px;
margin-bottom: 5px;
display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
background: #333;
color: #FFF;
} .woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
padding-top: 4px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
font-weight: 400;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
top: 8px;
}
.woocommerce .widget_layered_nav ul li {
padding: 5px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #FFF;
border: 4px solid #0078af;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #0078af
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #EEE;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
height: 20px;
width: 20px;
top: -6px;
margin-left: -10px;
} .menu-item-ht-cart i {
position: relative;
}
.menu-item-ht-cart .cart-count {
font-size: 0.8rem;
margin-left: 6px;
position: relative;
top: -8px;
line-height: 14px;
font-family: Arial;
}
.menu-item-ht-cart .widget_shopping_cart {
position: absolute;
display: none;
right: 0;
top: 100%;
width: 300px;
background: #FFF;
padding: 25px;
text-transform: none;
margin: 0;
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
.menu-item-ht-cart:hover .widget_shopping_cart {
display: block;
}
.menu-item-ht-cart .widget_shopping_cart ul {
display: block;
position: static;
background: none;
min-width: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
max-height: 300px;
}
.menu-item-ht-cart .widget_shopping_cart .woocommerce-mini-cart a {
padding: 0;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .total {
padding: 15px 0;
border: 0;
margin: 0;
border-top: 1px solid #FFF;
}
.menu-item-ht-cart .woocommerce-mini-cart__buttons {
margin: 0;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .buttons a {
display: block;
margin: 0 0 10px;
text-align: center;
color: #FFFF;
}
.menu-item-ht-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
float: right
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li {
padding: 10px 20px 10px 0;
}
.menu-item-ht-cart ul.product_list_widget li img {
width: 72px;
float: left;
margin: 0 10px 0 0;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
left: auto;
right: 0;
top: 20px;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li .quantity {
font-size: 0.9rem;
}
.menu-item-ht-cart .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
#ht-responsive-menu .menu-item-ht-cart .widget_shopping_cart {
display: none !important;
} .woocommerce table.wishlist_table {
font-size: 1rem;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
border-radius: 0;
line-height: 30px;
padding: 5px 20px;
white-space: nowrap;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
border-color: #EEE;
padding: 15px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.add_to_cart_button:before {
content: "\f004";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 5px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.remove_from_wishlist:before {
content: "\f2ed";
font-family: 'Font Awesome 5 Free';
font-weight: 400;
margin-right: 5px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
float: right;
text-indent: -9999px;
height: 1rem;
width: 1rem;
position: relative;
margin: 0;
padding: 0;
background-color: transparent;
border: none;
}
.woocommerce table.wishlist_table .yith-wcqv-button:after {
content: "\f002";
text-indent: 0;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 0;
top: 0;
color: #999;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
font-size: 1.4rem;
margin: 0 0 20px;
}
a.add_to_wishlist.button.alt {
border-radius: 0;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist,
.woocommerce div.product div.summary .yith-ywraq-add-to-quote,
.woocommerce div.product div.summary .compare {
margin: 0 0 20px;
}
#yith-quick-view-close {
border: none;
background: #333;
color: #FFF;
position: absolute;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
z-index: 2;
opacity: 0.5;
text-indent: -9999px;
}
#yith-quick-view-close:before,
#yith-quick-view-close:after {
content: '';
position: absolute;
height: 2px;
width: 20px;
top: 50%;
left: 10px;
margin-top: -1px;
background-color: #fff;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#yith-quick-view-close:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#yith-quick-view-close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#yith-quick-view-content div.images {
margin-bottom: 0;
}
#yith-quick-view-content div.summary {
padding: 40px;
}
#yith-quick-view-content .onsale {
left: 0;
} #ht-mobile-menu {
display: none;
margin-left: 20px;
}
.collapse-button {
padding: 6px 12px;
color: #FFFFFF;
text-align: center;
border: 2px solid #FFF;
cursor: pointer;
}
.collapse-button .icon-bar {
display: block;
height: 2px;
width: 26px;
margin: 6px 0;
background-color: #F5F5F5;
border-radius: 1px
}
#ht-responsive-menu {
position: absolute;
left: 0;
right: 0;
top: 100%;
background: #FFF;
z-index: 99;
margin: 0;
padding: 0;
list-style: none;
display: none;
}
#ht-responsive-menu ul {
margin: 0;
list-style: none;
display: none;
}
#ht-responsive-menu li.megamenu-auto-width ul.megamenu {
padding: 0;
}
#ht-responsive-menu li.menu-item {
position: relative;
float: none;
}
#ht-responsive-menu li.menu-item>a {
position: relative;
padding: 15px 30px;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
color: #333;
}
#ht-responsive-menu ul.megamenu li.menu-item>a {
padding: 15px 40px;
}
#ht-responsive-menu ul.megamenu .menu-template,
#ht-responsive-menu ul.megamenu .menu-widget {
padding: 40px 40px 0;
}
#ht-responsive-menu ul li.menu-item>a {
padding-left: 40px;
}
#ht-responsive-menu ul ul li.menu-item>a {
padding-left: 50px;
}
#ht-responsive-menu ul ul ul li.menu-item>a {
padding-left: 60px;
}
#ht-responsive-menu ul ul ul ul li.menu-item>a {
padding-left: 70px;
}
#ht-responsive-menu ul ul ul ul ul li.menu-item>a {
padding-left: 80px;
}
#ht-responsive-menu li .dropdown-nav {
position: absolute;
right: 30px;
top: 50%;
z-index: 999;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
color: inherit;
font-size: 16px;
background: rgba(0, 0, 0, 0.1);
z-index: 99;
transform: translateY(-50%);
}
#ht-responsive-menu li.menu-item .nav-desc {
display: block;
font-size: 0.8em;
margin-top: 2px;
}
#ht-responsive-menu li .dropdown-nav:before {
content: "\33";
}
#ht-responsive-menu li .dropdown-nav.ht-opened:before {
content: "\32";
}
#ht-responsive-menu li.menu-item-ht-cart .dropdown-nav {
display: none;
}
#ht-responsive-menu .megamenu .dropdown-nav {
display: none;
}
#ht-responsive-menu .megamenu ul {
display: block !important;
}
#ht-responsive-menu .megamenu li.heading-yes>a {
background: rgba(0, 0, 0, 0.05);
} #ht-maintenance-page {
min-height: 100vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.ht-maintenance-bg {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.maintenance-style2 #ht-maintenance-page {
width: 50%;
}
.maintenance-style2 .ht-maintenance-bg {
left: 50%;
}
.ht-maintenance-slide {
background-position: center;
background-size: cover;
min-height: 100vh;
}
.ht-maintenance-bg:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 9;
}
body.video .ht-maintenance-bg:after {
background-image: url(//newsauto.com.ua/wp-content/themes/viral-pro/images/dot.png);
}
.ht-maintenance-page {
max-width: 1000px;
margin: 0 auto;
padding: 60px 40px;
}
.ht-maintenance-banner {
min-height: 100%;
background-size: cover;
background-position: center;
}
.ht-maintenance-video {
min-height: 100vh;
}
.ht-maintenance-logo {
margin-bottom: 40px;
}
.ht-maintenance-page h1 {
margin-bottom: 20px;
}
.ht-maintenance-countdown {
margin: 60px 0 30px;
}
.ht-maintenance-countdown>.ht-count-label {
display: inline-block;
margin: 0 40px 30px;
}
.ht-maintenance-countdown>.ht-count-label span {
display: block;
font-size: 60px;
line-height: 1.1;
margin-bottom: 5px;
font-weight: bold;
}
.ht-maintenance-countdown>.ht-count-label label {
text-transform: uppercase;
}
.ht-maintenance-page header {
font-size: 1.2rem;
margin-bottom: 30px;
}
.ht-maintenance-page footer {
margin-top: 80px;
}
.ht-maintenance-social a {
font-size: 28px;
margin: 0 15px;
text-align: center;
display: inline-block;
}
.ht-maintenance-social a i {
display: block;
}
.mbYTP_wrapper iframe {
margin-top: 0 !important;
top: 50% !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
.ht-header-three .ht-site-buttons,
.ht-header-three #ht-site-branding {
width: auto;
}
}
@media screen and (max-width: 768px) {
.ht-top-header .ht-container {
height: auto !important;
display: block;
padding: 0;
}
.ht-header-two .ht-middle-header-left,
.ht-header-two .ht-middle-header-right {
display: none;
}
.ht-header-two .ht-middle-header .ht-container {
justify-content: center;
}
.ht-header-four .ht-middle-header .ht-container,
.ht-header-five .ht-middle-header .ht-container {
display: block;
}
.ht-header-four #ht-site-branding,
.ht-header-five #ht-site-branding {
text-align: center;
margin-bottom: 20px;
justify-content: center;
}
.ht-header-widget {
margin-left: 0;
}
.th-menu,
.th-ticker,
.th-none,
.th-widget {
display: none;
}
.ht-th-left,
.ht-th-right {
float: none;
width: auto;
max-width: none;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.ht-main-footer-wrap {
margin: 0 !important;
}
.ht-footer {
width: auto !important;
margin: 0 0 30px !important;
float: none !important;
padding: 0 !important;
}
.ht-footer:last-child {
margin-bottom: 0 !important;
}
.viral-pro-privacy-policy.bottom-left-float,
.viral-pro-privacy-policy.bottom-right-float {
width: auto;
left: 40px;
right: 40px;
text-align: center;
}
.viral-pro-privacy-policy.top-full-width .ht-container,
.viral-pro-privacy-policy.bottom-full-width .ht-container {
display: block;
text-align: center;
}
.viral-pro-privacy-policy.top-full-width .policy-text,
.viral-pro-privacy-policy.bottom-full-width .policy-text {
margin-right: 0;
margin-bottom: 10px;
}
.viral-pro-privacy-policy.top-full-width .policy-buttons,
.viral-pro-privacy-policy.bottom-full-width .policy-buttons {
white-space: normal;
}
.viral-pro-privacy-policy.top-full-width .policy-buttons a,
.viral-pro-privacy-policy.bottom-full-width .policy-buttons a {
margin-top: 10px;
}
.maintenance-style2 .ht-maintenance-bg {
display: none;
}
.maintenance-style2 #ht-maintenance-page {
width: 100%;
}
.ht-site-wrapper {
display: block;
}
#primary {
width: auto !important;
margin-bottom: 30px;
float: none;
}
#secondary {
width: auto !important;
margin-bottom: 30px;
float: none;
}
.vl-tile-block.style1,
.vl-tile-block.style2,
.vl-tile-block.style3,
.vl-tile-block.style4,
.vl-tile-block.style5,
.vl-tile-block.style6,
.vl-tile-block.style7,
.vl-tile-block.style8 {
height: auto;
}
.vl-width-25,
.vl-width-33,
.vl-width-35,
.vl-width-50,
.vl-width-65,
.vl-width-100 {
width: 100%;
}
.vl-height-33,
.vl-height-50,
.vl-height-100 {
height: auto;
}
.vl-thumb-inner.vl-post-thumb>a {
position: relative;
padding-bottom: 70%;
background: #f7f7f7 url(//newsauto.com.ua/wp-content/themes/viral-pro/images/preloader.gif);
background-position: center;
background-size: cover;
}
.vl-thumb-inner.vl-post-thumb img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.vl-fwnews-block-style8 .vl-post-item {
width: 50%;
}
.vl-fwnews-block-style8 .vl-post-item:nth-last-child(3) {
margin-bottom: 30px;
}
.vl-fwnews-block-style7 .vl-post-item {
width: 100%;
}
.vl-fwnews-block-style7 .vl-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.vl-fwnews-block-style6 .vl-post-item {
width: 50%;
margin-bottom: 30px;
}
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(1) {
margin-bottom: 0;
}
.vl-fwnews-block-style4 .vl-post-item {
width: 50%;
margin-bottom: 30px;
}
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(1) {
margin-bottom: 0;
}
.vl-fwnews-block-style3 {
display: block;
}
.vl-fwnews-block-style3 .col1,
.vl-fwnews-block-style3 .col2 {
width: 100%;
}
.vl-fwnews-block-style3 .col1 {
margin-bottom: 30px;
}
.vl-fwnews-block-style2 {
flex-wrap: wrap;
}
.vl-fwnews-block-style2 .col1 {
order: 1;
width: 100%;
margin-bottom: 30px;
}
.vl-fwnews-block-style2 .col2,
.vl-fwnews-block-style2 .col3 {
order: 2;
width: 50%;
}
.vl-fwnews-block-style1 {
flex-wrap: wrap;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(1) {
width: 100%;
order: 1;
margin-bottom: 30px;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(2),
.vl-fwnews-block-style1 .vl-post-item:nth-child(3) {
width: 50%;
order: 2;
}
.primary,
.secondary {
width: auto !important;
float: none !important;
}
.primary {
margin-bottom: 40px;
}
.vl-slider-block .slide-item h3 a {
font-size: 2rem;
}
.vl-slider-block .slide-item {
height: 400px;
}
.vl-slider-block.style2 .vl-title-wrap,
.vl-slider-block.style2 .vl-title-wrap:before,
.vl-slider-block.style2 .vl-title-wrap:after {
width: 80%;
}
.vl-slider-block.style3 .slide-item .vl-excerpt {
display: none;
}
.vl-slider-block.style1 .vl-title-wrap,
.vl-slider-block.style2 .vl-title-wrap,
.vl-slider-block.style4 .vl-title-wrap,
.vl-slider-block.style3 .vl-title-wrap{
width: 80% !important;
}
.vl-slider-block.style4 .vl-title-wrap{
padding: 20px;
}
.vl-three-column-block {
width: 100%;
float: none;
margin-bottom: 40px;
}
.vl-three-column-block:last-child {
margin-bottom: 0;
}
.ht-featured-block-wrap.ht-col-2 .ht-featured-block,
.ht-featured-block-wrap.ht-col-3 .ht-featured-block {
width: 100%;
}
.ht-featured-block-wrap.ht-col-4 .ht-featured-block {
width: 50%;
}
.ht-no-sidebar .blog-layout3.viral-pro-hentry {
width: 50%;
}
.ht-single-layout3 .entry-header,
.ht-single-layout4 .entry-header,
.ht-single-layout5 .entry-header {
height: auto;
}
.ht-single-layout3 .entry-header-wrapper,
.ht-single-layout4 .entry-header-wrapper,
.ht-single-layout5 .entry-header-wrapper {
position: relative;
padding: 40px 0;
top: 0;
transform: none;
}
.ht-single-layout3 .entry-header-wrapper .single-entry-meta {
margin-bottom: 0;
}
.ht-single-layout6 .entry-header {
flex-direction: column-reverse;
}
.ht-single-layout6 .entry-header-wrapper {
display: block;
width: 100%;
}
.ht-single-layout6 .entry-banner {
width: 100%;
height: 200px;
}
.ht-no-sidebar .viral-pro-related-post.style4 ul.viral-pro-related-post-wrap {
margin: 0;
display: block;
}
.ht-no-sidebar .viral-pro-related-post.style4 ul.viral-pro-related-post-wrap li {
width: auto;
padding: 0;
}
.ht-no-sidebar .viral-pro-related-post.style4 .related-excerpt {
display: block;
}
.viral-pro-hentry-wrap {
margin: 0;
}
.viral-pro-hentry-wrap .blog-layout4.viral-pro-hentry,
.ht-no-sidebar .viral-pro-hentry-wrap .blog-layout4.viral-pro-hentry {
width: 100%;
float: none;
padding: 0;
}
.ht-no-sidebar .viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry {
width: 50%;
}
}
@media screen and (max-width: 580px) {
.ht-topheader-mobile-disable .ht-top-header {
display: none !important;
}
.viral-pro-related-post.style1 ul.viral-pro-related-post-wrap,
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap {
display: block;
margin: 0;
}
.viral-pro-related-post.style1 ul.viral-pro-related-post-wrap li,
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap li {
width: auto;
padding: 0;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap li {
display: block;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap .relatedthumb,
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap .relatedtitle {
width: auto;
padding: 0;
}
.viral-pro-related-post.style4 ul.viral-pro-related-post-wrap .relatedthumb {
margin-bottom: 15px;
}
.ht-image-box.image-left .ht-image-box-wrap,
.ht-image-box.image-right .ht-image-box-wrap {
display: block;
}
.ht-image-box.image-left .ht-ib-image,
.ht-image-box.image-right .ht-ib-image {
margin: 0 0 30px;
width: auto !important;
}
.ht-ib-content {
width: auto !important;
}
.ht-instagram-widget-grid.ht-col-5 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-6 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-7 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-8 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-9 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-10 .ht-instagram-image {
width: 25%;
}
.policy-hide-mobile,
.customizer-gdpr-section .viral-pro-privacy-policy.policy-hide-mobile {
display: none !important;
}
h3.vl-post-title>a,
h3.vl-post-title>span,
h3.vl-mid-title>a,
h3.vl-mid-title>span,
h3.vl-big-title>a,
h3.vl-big-title>span,
h3.vl-large-title>a,
h3.vl-large-title>span {
font-size: 1.2em;
}
.vl-fwnews-block-style8 .vl-post-item {
width: 100%;
}
.vl-fwnews-block-style8 .vl-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.vl-fwnews-block-style6 .vl-post-item {
width: 100%;
}
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(1) {
margin-bottom: 30px;
}
.vl-fwnews-block-style6 .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-fwnews-block-style5 .col1,
.vl-fwnews-block-style5 .col2 {
width: 100%;
}
.vl-fwnews-block-style5 .col1 {
margin-bottom: 30px;
}
.vl-fwnews-block-style4 .vl-post-item:nth-child(1),
.vl-fwnews-block-style4 .vl-post-item:nth-child(2),
.vl-fwnews-block-style4 .vl-post-item {
width: 100%;
}
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style6 .vl-post-item:nth-last-child(1) {
margin-bottom: 30px;
}
.vl-fwnews-block-style4 .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-fwnews-block-style3 .col2 .vl-post-item {
width: 100%;
}
.vl-fwnews-block-style3 .col2 .vl-post-item:nth-last-child(2),
.vl-fwnews-block-style3 .col2 .vl-post-item:nth-last-child(1) {
margin-bottom: 30px;
}
.vl-fwnews-block-style3 .col2 .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-fwnews-block-style2 .col2,
.vl-fwnews-block-style2 .col3 {
width: 100%;
}
.vl-fwnews-block-style2 .col2 {
margin-bottom: 30px;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(2),
.vl-fwnews-block-style1 .vl-post-item:nth-child(3) {
width: 100%;
}
.vl-fwnews-block-style1 .vl-post-item:nth-child(2) {
margin-bottom: 30px;
}
.vl-ticker.style1,
.vl-ticker.style2,
.vl-ticker.style3,
.vl-ticker.style4 {
max-height: none;
}
.vl-ticker.style1 .vl-ticker-title,
.vl-ticker.style2 .vl-ticker-title,
.vl-ticker.style3 .vl-ticker-title,
.vl-ticker.style4 .vl-ticker-title {
float: none;
margin-right: 0;
text-align: center;
}
.vl-ticker.style1 .vl-ticker-title:after,
.vl-ticker.style4 .vl-ticker-title:after {
display: none;
}
.vl-ticker.style2 .owl-carousel,
.vl-ticker.style3 .owl-carousel,
.vl-ticker.style4 .owl-carousel {
padding-left: 20px;
}
.vl-news-block.style1 .vl-big-block,
.vl-news-block.style1 .vl-small-block {
width: 100%;
float: none;
}
.vl-news-block.style1 .vl-big-block {
margin-bottom: 30px;
}
.vl-grid-block {
width: 100%;
}
.vl-post-content.vl-gradient-overlay h3.vl-post-title {
font-size: 1.2rem;
}
.vl-double-small-block .vl-post-item {
width: 100%;
}
.vl-double-small-block .vl-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.vl-alt-post-item {
width: 100%;
}
.vl-alt-post-item .vl-post-content {
padding-bottom: 0;
}
.vl-alt-post-item .vl-post-content-wrap-inner {
position: static;
}
.vl-alt-post-item:nth-child(2) {
flex-direction: column;
}
.vl-double-block .vl-big-block,
.vl-double-block .vl-small-block {
display: block;
}
.vl-double-block .vl-big-block .vl-post-item,
.vl-double-block .vl-small-block .vl-post-item {
width: 100%;
}
.vl-double-block .vl-small-block .vl-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.vl-1-3-block .vl-small-block {
display: block;
}
.vl-1-3-block .vl-small-block .vl-post-item {
width: 100%;
margin-bottom: 30px;
}
.vl-1-3-block .vl-small-block .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-1-6-block .vl-small-block {
display: block;
}
.vl-1-6-block .vl-small-block .vl-post-item {
width: 100%;
}
.vl-1-6-block .vl-small-block .vl-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.vl-grid-6-block .vl-post-item {
width: 100%;
}
.vl-grid-6-block .vl-post-item:nth-last-child(3),
.vl-grid-6-block .vl-post-item:nth-last-child(2) .vl-grid-6-block .vl-post-item:nth-last-child(1) {
margin-bottom: 30px;
}
.vl-grid-6-block .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-1-6-block .vl-big-block .vl-post-thumb {
width: 100%;
padding-right: 0;
margin-bottom: 15px;
}
.vl-1-6-block .vl-big-block .vl-post-content {
margin-left: 0;
padding-left: 0;
}
.vl-1-4-block {
display: block;
}
.vl-1-4-block .vl-big-block,
.vl-1-4-block .vl-small-block {
width: 100%;
}
.vl-1-4-block .vl-big-block {
margin-bottom: 30px;
}
.vl-1-4-block .vl-small-block .vl-post-item {
width: 100%;
}
.vl-1-4-block .vl-small-block .vl-post-item:nth-last-child(2),
.vl-1-4-block .vl-small-block .vl-post-item:nth-last-child(1) {
margin-bottom: 30px;
}
.vl-1-4-block .vl-small-block .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-list-block .vl-post-thumb {
width: 100%;
padding-right: 0;
margin-bottom: 15px;
}
.vl-list-block .vl-post-content {
margin-left: 0;
padding-left: 0;
}
.vl-news-block-alt {
display: block;
}
.vl-news-block-alt .vl-big-block,
.vl-news-block-alt .vl-small-block {
width: 100%;
}
.vl-news-block-alt .vl-big-block {
margin-bottom: 30px;
}
.vl-news-block-alt .vl-big-block .vl-thumb-container {
padding-bottom: 70%;
}
.vl-1-2-block .vl-big-block,
.vl-1-2-block .vl-small-block {
width: 100%;
float: none;
}
.vl-1-2-block .vl-big-block {
margin-bottom: 30px;
}
.vl-grid-2-block .vl-post-item {
width: 100%;
}
.vl-grid-2-block .vl-post-item:nth-last-child(2),
.vl-grid-2-block .vl-post-item:nth-last-child(1) {
margin-bottom: 30px;
}
.vl-grid-2-block .vl-post-item:last-child {
margin-bottom: 0;
}
.vl-slider-block .slide-item {
height: 330px;
}
.vl-slider-block .slide-item h3 a {
font-size: 1.5rem;
}
.vl-slider-block.style3 .vl-title-wrap {
width: 80%;
}
.ht-featured-block-wrap.ht-col-4 .ht-featured-block {
width: 100%;
}
.post-navigation .nav-links {
display: block;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: auto;
float: none;
border: 0;
}
.post-navigation .nav-previous {
margin-bottom: 20px;
padding-right: 0;
}
.post-navigation .nav-next {
padding-left: 0;
}
.blog-layout3.viral-pro-hentry {
width: 100% !important;
}
.viral-pro-hentry-wrap {
margin: 0;
}
.viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry,
.ht-no-sidebar .viral-pro-hentry-wrap .blog-layout6.viral-pro-hentry {
width: auto;
padding: 0;
}
.widget_viral_pro_category .ht-col-3 {
column-count: 1;
}
}
@media screen and (max-width: 480px) {
.ht-offcanvas-sidebar {
width: 80%;
}
.blog-layout1 .entry-header {
display: block;
}
.blog-layout1 .ht-post-date {
width: auto;
float: none;
border-right: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
padding-bottom: 15px;
padding-right: 0;
margin-right: 0;
}
.blog-layout2 .entry-body {
padding: 20px;
}
.blog-layout2 .ht-post-info,
.blog-layout2 .ht-post-info+.ht-post-content {
width: auto;
float: none;
padding: 0;
}
.blog-layout2 .ht-post-info {
margin-bottom: 30px;
}
.blog-layout2 .entry-date {
margin-top: -20px;
margin-bottom: 0;
}
.blog-layout3 .ht-post-content {
padding: 20px 20px 0
}
.blog-layout4 .ht-post-content {
padding: 20px;
}
.blog-layout7 .ht-post-info {
float: none;
width: auto;
margin-bottom: 30px;
}
.blog-layout7 .ht-post-info+.ht-post-content {
padding-left: 0;
}
.blog-layout7 .ht-post-date>div {
display: inline;
margin: 0 2px;
font-size: inherit;
font-weight: normal;
}
.blog-layout7 .entry-figure+.entry-header {
background: none;
margin-right: 0;
margin-top: 0;
padding: 0;
}
.ht-contact-box.style1 .ht-contact-field,
.ht-contact-box.style3 .ht-contact-field {
min-width: 100%;
}
.ht-contact-box.style1 .ht-contact-field>span {
border: none;
}
.ht-instagram-widget-grid.ht-col-5 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-6 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-7 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-8 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-9 .ht-instagram-image,
.ht-instagram-widget-grid.ht-col-10 .ht-instagram-image {
width: 33.33%;
}
.ht-mobile-hide {
display: none;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
.viral-pro-related-post.style2 ul.viral-pro-related-post-wrap li {
width: 50%;
}
} .social-count-plus ul.default {
margin: 0 !important;
border: none !important;
list-style: none !important;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
margin: -5px !important
}
.social-count-plus ul.default li {
width: calc(25% - 10px) !important;
padding: 40px 0 12px !important;
position: relative;
list-style: none !important;
float: none;
clear: none !important;
text-align: center;
margin: 5px !important;
border: none;
display: block !important;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
.social-count-plus ul.default li:hover {
color: inherit;
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px)
}
.social-count-plus ul.default li a {
background: none !important;
position: absolute !important;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: #fff !important;
height: auto !important;
width: auto !important;
opacity: 1 !important;
}
.social-count-plus ul.default li span.items {
float: none !important;
margin-left: 0 !important;
text-align: center !important;
}
.social-count-plus ul.default li span.items span.count {
display: block;
font-size: 1rem !important;
line-height: 1.2rem !important;
margin: 0 !important;
padding: 0 !important;
font-weight: 700 !important;
color: #fff !important;
}
.social-count-plus ul.default li span.items span.label {
font-size: 0.7rem !important;
line-height: 1.1rem !important;
text-transform: capitalize !important;
margin-top: 0 !important;
color: #fff !important;
}
.social-count-plus ul.default li a:before {
font-family: "IcoFont";
position: absolute;
top: 14px;
left: 0;
width: 100%;
margin-top: 0;
font-size: 1.2rem;
text-align: center;
color: #fff
}
.social-count-plus ul.default li:hover a:before {
color: #fff !important
}
.social-count-plus ul.default .count-tumblr {
background: #34465d !important
}
.social-count-plus ul.default .count-twitch {
background: #6441a3 !important
}
.social-count-plus ul.default .count-linkedin {
background: #0077b5 !important
}
.social-count-plus ul.default .count-vimeo {
background: #1ab7ea !important
}
.social-count-plus ul.default .count-comments {
background: #125688 !important
}
.social-count-plus ul.default .count-posts {
background: #00bf8f !important
}
.social-count-plus ul.default .count-users {
background: #32506d !important
}
.social-count-plus ul.default .count-pinterest {
background: #e60022 !important
}
.social-count-plus ul.default .count-github {
background: #000 !important
}
.social-count-plus ul.default .count-soundcloud {
background: #f80 !important
}
.social-count-plus ul.default .count-twitter {
background: #5eb2ef !important
}
.social-count-plus ul.default .count-facebook {
background: #3b5997 !important
}
.social-count-plus ul.default .count-youtube {
background: #ed4141 !important
}
.social-count-plus ul.default .count-googleplus {
background: #df5443 !important
}
.social-count-plus ul.default .count-instagram {
background: #125d8f !important
}
.social-count-plus ul.default .count-steam {
background: #333 !important
}
.social-count-plus ul.default .count-tumblr a:before {
content: "\ed78"
}
.social-count-plus ul.default .count-twitch a:before {
content: "\ed79"
}
.social-count-plus ul.default .count-linkedin a:before {
content: "\ed4d"
}
.social-count-plus ul.default .count-vimeo a:before {
content: "\ed7f"
}
.social-count-plus ul.default .count-comments a:before {
content: "\eff2";
}
.social-count-plus ul.default .count-posts a:before {
content: "\ebf5";
}
.social-count-plus ul.default .count-users a:before {
content: "\ed08";
}
.social-count-plus ul.default .count-pinterest a:before {
content: "\ed5d";
}
.social-count-plus ul.default .count-github a:before {
content: "\ed3e";
}
.social-count-plus ul.default .count-soundcloud a:before {
content: "\ed6d";
}
.social-count-plus ul.default .count-twitter a:before {
content: "\ed7a";
}
.social-count-plus ul.default .count-facebook a:before {
content: "\ed37";
}
.social-count-plus ul.default .count-youtube a:before {
content: "\ed8b";
}
.social-count-plus ul.default .count-googleplus a:before {
content: "\ed43";
}
.social-count-plus ul.default .count-instagram a:before {
content: "\ed46";
}
.social-count-plus ul.default .count-steam a:before {
content: "\ed71";
}
@media screen and (min-width:768px) and (max-width:1024px) {
.social-count-plus ul.default li {
width: calc(33.33% - 10px) !important
}
} .tnp-widget-minimal form.tnp-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tnp-widget-minimal .tnp-form input.tnp-submit {
width: auto;
padding: 10px 30px;
}
.wpmi-list, .wpmi-list li.wpmi-item {
margin: 0 !important;
padding: 0 !important;
}