@charset "UTF-8";
@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(//www.borne-recharge.eleceaux.fr/wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot?q9mcqj);
src: url(//www.borne-recharge.eleceaux.fr/wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot?q9mcqj#iefix) format("embedded-opentype"), url(//www.borne-recharge.eleceaux.fr/wp-content/plugins/everest-forms/assets/fonts/EverestForms.ttf?q9mcqj) format("truetype"), url(//www.borne-recharge.eleceaux.fr/wp-content/plugins/everest-forms/assets/fonts/EverestForms.woff?q9mcqj) format("woff"), url(//www.borne-recharge.eleceaux.fr/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 {  }
.everest-forms *,
.everest-forms *::before,
.everest-forms *::after {
outline: none;
box-sizing: border-box; }
.everest-forms ul {
margin-left: 0; }
.everest-forms .blockUI.blockOverlay {
position: relative; }
.everest-forms .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(//www.borne-recharge.eleceaux.fr/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 {
height: auto;
width: auto;
visibility: visible; }
.everest-forms .loader::before {
height: 1em;
width: 1em;
display: block;
position: absolute;
top: 50%;
left: 50%;
content: '';
animation: spin 1s ease-in-out infinite;
background: url(//www.borne-recharge.eleceaux.fr/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 {
margin-bottom: 30px; }
.everest-forms .everest-forms-progress-bar {
background: #cdd0d8;
border-radius: 2px; }
.everest-forms .everest-forms-progress-bar .everest-forms-progress-bar-indicator {
height: 4px;
background: #4bce61;
border-radius: 2px; }
.everest-forms .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 {
display: block;
color: #494d50; }
.everest-forms .everest-forms-uploader span.everest-forms-upload-hint {
color: #8e98a2;
font-size: 14px; }
.everest-forms .everest-forms-uploader + input.dropzone-input {
display: none; }
.everest-forms .everest-forms-uploader .dz-message {
flex: 0 0 100%;
width: 100%; }
.everest-forms .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 {
display: none; }
.everest-forms .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 {
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 {
text-align: left;
font-size: 14px;
flex: 1; }
.everest-forms .everest-forms-uploader .dz-preview .dz-details .dz-size {
color: #494d50; }
.everest-forms .everest-forms-uploader .dz-preview .dz-details .dz-filename span {
color: #8e98a2; }
.everest-forms .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 {
background-color: #4bce61;
border-radius: 2px;
height: 4px;
transition: all 0.25s ease 0s; }
.everest-forms .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 {
color: #fa5252; }
.everest-forms .everest-forms-uploader .dz-preview .dz-success-mark,
.everest-forms .everest-forms-uploader .dz-preview .dz-error-mark {
display: none; }
.everest-forms .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 {
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 {
transform: translateY(-50%) rotate(45deg); }
.everest-forms .everest-forms-uploader .dz-preview .dz-remove::after {
transform: translateY(-50%) rotate(-45deg); }
.everest-forms .everest-forms-uploader .dz-preview.dz-processing .dz-progress {
display: block; }
.everest-forms .everest-forms-uploader .dz-preview.dz-complete .dz-progress {
display: none; }
.everest-forms .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 {
background: #fa5252; }
.everest-forms .everest-forms-uploader .dz-preview:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0; }
.everest-forms label {
display: block;
line-height: 1.7;
margin: 0 0 10px 0;
color: #494d50;
font-size: 14px; }
.everest-forms label .required {
color: #fa5252;
font-weight: 700;
border: 0 !important;
text-decoration: none; }
.everest-forms label.evf-field-label {
font-weight: 600; }
.everest-forms label.evf-error {
color: #fa5252;
font-weight: 400; }
.everest-forms 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 {
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 {
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 {
display: none; }
.everest-forms input[type="checkbox"]:checked::before,
.everest-forms input[type="radio"]:checked::before {
display: none; }
.everest-forms select {
background-image: none; }
.everest-forms .select2-container {
margin-bottom: 10px; }
.everest-forms .select2-container .select2-selection.select2-selection--single {
height: auto; }
.everest-forms .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 {
margin: 4px 0; }
.everest-forms .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 {
margin-right: 4px; }
.everest-forms input:focus,
.everest-forms textarea:focus {
outline: none;
border: 1px solid #0095ff; }
.everest-forms .everest-form::after {
content: "";
clear: both;
display: table; }
.everest-forms .everest-forms-field-row::before, .everest-forms .everest-forms-field-row::after {
content: "";
clear: both;
display: table; }
.everest-forms .everest-forms-field-row:last-child .everest-forms-field-sublabel {
margin-bottom: 0; }
.everest-forms .evf-title-container .everest-forms--title {
font-size: 26px;
margin: 0 0 10px 0; }
.everest-forms .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 {
padding-left: 15px;
padding-right: 15px; }
.everest-forms .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 {
appearance: menulist; }
.everest-forms .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 {
margin-left: 0; }
.everest-forms .evf-field-container .evf-frontend-row .everest-forms-first {
margin-left: 0; }
.everest-forms .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 {
display: block;
margin-bottom: 10px; }
.everest-forms .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 {
display: none; }
.everest-forms .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) {
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 {
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 {
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"] {
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 {
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 {
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 {
border-color: #fa5252; }
.everest-forms .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 {
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 {
border-color: #4bce61; }
.everest-forms .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 {
line-height: normal; }
.everest-forms .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-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-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-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-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-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-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-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-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 {
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-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 {
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-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 {
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-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-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-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-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-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 {
font-size: 16px; }
.everest-forms .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 {
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 {
margin-top: 10px; }
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-1 {
width: 100%; }
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-2 {
width: 50%; }
.everest-forms .evf-field-container .evf-frontend-row .evf-grid-3 {
width: 33.33%; }
.everest-forms .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"] {
box-shadow: none; }
.everest-forms .evf-field-container .evf-frontend-row input[type="checkbox"] {
appearance: checkbox; }
.everest-forms .evf-field-container .evf-frontend-row input[type="radio"] {
appearance: radio; }
.everest-forms .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 {
color: #fff;
background-color: transparent; }
.everest-forms .evf-field-container .evf-frontend-row input[type="radio"]:checked::before {
background-color: #0095ff; }
.everest-forms .evf-field-container .evf-frontend-row input::placeholder {
color: #8e98a2; }
.everest-forms .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 {
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 {
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 {
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 {
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 {
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 {
color: #555;
background-color: #f7f7f7; }
.everest-forms .layout-two label {
margin-bottom: 0; }
.everest-forms .layout-two .evf-field-checkbox label,
.everest-forms .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 {
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 {
outline: none;
border-top: none transparent;
border-right: none transparent;
border-left: none transparent; }
.everest-forms .layout-two textarea {
height: 100px; }
.everest-forms .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 {
content: ' ';
display: table; }
.everest-forms .everest-forms-notice::after {
clear: both; }
.everest-forms .everest-forms-notice::before {
font-family: dashicons;
content: "\f348";
position: absolute;
top: 1em;
left: 1.5em;
color: inherit; }
.everest-forms .everest-forms-notice .button {
float: right; }
.everest-forms .everest-forms-notice p {
margin-bottom: 0; }
.everest-forms .everest-forms-notice a {
color: #fff; }
.everest-forms .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 {
color: #494d50;
background: #fffbf0;
border: 1px solid #f4d071; }
.everest-forms .everest-forms-notice--info {
padding: 1em 1.6em;
color: #494d50;
background: #f0f9ff;
border: 1px solid #71bdf4; }
.everest-forms .everest-forms-notice--info::before {
visibility: hidden; }
.everest-forms .everest-forms-notice--info .everest-forms-notice--actions {
margin-top: 10px; }
.everest-forms .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 {
outline: none; }
.everest-forms .everest-forms-notice--success {
background-color: #4bce61; }
.everest-forms .everest-forms-notice--success::before {
content: "\f147"; }
.everest-forms .everest-forms-notice--warning {
background-color: #ffba00; }
.everest-forms .everest-forms-notice--error {
background-color: #fa5252; }
.everest-forms .everest-forms-notice--error::before {
content: "\f534";
color: inherit; }
.everest-forms .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 {
margin-bottom: 0.5em; }
.everest-forms .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item:last-child {
margin-bottom: 0; } .edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap {
align-items: center; }
.edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__label {
margin-bottom: 0; }
.edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__label svg {
width: 75px;
height: 75px;
color: #7e3bd0; }
.edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__instructions {
color: #23282d;
font-size: 1.3em;
font-weight: 600; }
.edit-post-visual-editor .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: calc(100% - 66.6%); }
@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(//www.borne-recharge.eleceaux.fr/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;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ddd;
padding-bottom: 10px; }
.everest_forms_preview_confirmation_basic_label span {
color: #333; }
.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); } }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(//www.borne-recharge.eleceaux.fr/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(//www.borne-recharge.eleceaux.fr/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; }.wpac,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac p,.wpac td,.wpac dl,.wpac tr,.wpac dt,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac table,.wpac th,.wpac tbody,.wpac tfoot,.wpac caption,.wpac thead,.wpac ul,.wpac li,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac li,.wpac strong,.wpac legend,.wpac em,.wpac s,.wpac cite,.wpac span,.wpac input,.wpac sup,.wpac label,.wpac dfn,.wpac object,.wpac big,.wpac q,.wpac font,.wpac samp,.wpac acronym,.wpac small,.wpac img,.wpac strike,.wpac code,.wpac sub,.wpac ins,.wpac textarea,.wpac var,.wpac a,.wpac abbr,.wpac applet,.wpac del,.wpac kbd,.wpac tt,.wpac b,.wpac i,.wpac hr{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:black!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac h3,.wpac h5,.wpac p,.wpac h1,.wpac dl,.wpac dt,.wpac h6,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac h2,.wpac caption,.wpac h4,.wpac ul,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac textarea,.wpac hr{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=submit],.wpac input[type=radio],.wpac input[type=checkbox],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type="checkbox"]:before,.wpac input[type="checkbox"]:after{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type="radio"]:before,.wpac input[type="radio"]:after{content:none!important;border:0!important}.wpac li:before,.wpac li:after{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac select,.wpac textarea,.wpac input{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac *[dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:normal!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:#fb8e28!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 4px 0 0!important;line-height:22px!important}.wp-gr .wp-google-powered{color:#555!important;margin:6px 0 0!important}.wp-gr .wp-google-powered img{max-width:144px!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir="ltr"] .wp-google-left{padding-right:10px!important}[dir="rtl"] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:50px!important;width:50px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .wp-google-place.wp-place-center{text-align:center!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{width:19px!important;height:19px!important;vertical-align:middle!important}.wp-gr .wp-google-name{color:black!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important}.wp-gr .wp-google-text{color:#222!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .wp-google-hide,.wp-gr.wpac .grw-hide{display:none}.wp-gr.wpac .wp-google-name a{color:#333!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:50px!important;height:50px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:#154fc1!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}.wp-gr.wpac.wp-dark .wp-google-name a{color:#eee!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-xs .grw-header,.wp-gr .grw-row-xs .grw-content,.wp-gr .grw-row-xs .grw-review,.wp-gr .grw-row-x .grw-header+.grw-content .grw-review{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wp-gr .grw-row-xl .grw-header+.grw-content{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wp-gr .grw-row-l .grw-header+.grw-content{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.wp-gr .grw-row-m .grw-header+.grw-content{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wp-gr .grw-row-s .grw-header+.grw-content{-ms-flex:0 0 66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.wp-gr .grw-row-x .grw-header,.wp-gr .grw-row-x .grw-header+.grw-content,.wp-gr .grw-row-x .grw-review,.wp-gr .grw-row-s .grw-header+.grw-content .grw-review{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wp-gr .grw-row-s .grw-header,.wp-gr .grw-row-s .grw-review,.wp-gr .grw-row-m .grw-header+.grw-content .grw-review{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wp-gr .grw-row-m .grw-header,.wp-gr .grw-row-m .grw-review,.wp-gr .grw-row-l .grw-review{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wp-gr .grw-row-l .grw-header,.wp-gr .grw-row-xl .grw-review{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wp-gr .grw-row-xl .grw-header{-ms-flex:0 0 16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;margin:0 10px!important;padding:15px!important;width:100%!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:#fafafa!important}.wp-gr .grw-review-inner.grw-round{border-radius:4px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-reviews{display:flex!important;display:-ms-flexbox!important;overflow:hidden!important;scrollbar-width:none}.wp-gr .grw-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;width:100%!important}.wp-gr .grw-controls{position:absolute!important;top:50%!important;width:100%!important}.wp-gr .grw-btns{position:absolute!important;height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .grw-btns svg path{fill:#aaa}.wp-gr .grw-btns:hover svg path{fill:#555!important}.wp-gr .grw-btns.grw-prev{left:0!important;margin-left:-5px!important}.wp-gr .grw-btns.grw-next{right:0!important;margin-right:-5px!important}.wp-gr .grw-dots{position:absolute!important;left:50%!important;transform:translate(-50%,0)!important;text-align:center!important}.wp-gr .grw-dot{display:inline-block!important;width:9px!important;height:9px!important;margin:3px!important;background:#ccc!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;transition:all .2s ease-in-out!important}.wp-gr .grw-dot:hover{opacity:1!important}.wp-gr .grw-dot.active{opacity:1!important;background:#427fed!important}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-review .wp-google-stars{margin:15px 0 7px!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-review .wp-google-feedback::-webkit-scrollbar{width:4px!important}.wp-gr .grw-review .wp-google-feedback::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-review .wp-google-feedback::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)!important}.wp-gr .grw-review .wp-google-feedback::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:none!important;border-radius:27px!important;background:#0a6cff!important;white-space:nowrap!important;vertical-align:middle!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{background:#1f67e7!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{background:#0a6cff!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout="slider"] .grw-reviews{margin:0 20px!important;padding:10px 0 15px!important;overflow-x:scroll!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.wp-gr[data-layout="slider"] .grw-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr[data-layout="grid"] .grw-reviews{margin:10px!important;padding:0!important;flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr[data-layout="grid"] .grw-review-inner{margin:10px!important}.wp-gr[data-layout="grid"] .grw-header-inner{margin:0 10px!important;padding:0!important}

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-Thin.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 100;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-ThinItalic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-Light.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-LightItalic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-Regular.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-Italic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-Bold.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-BoldItalic.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-Black.woff) format("woff");
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
font-stretch: normal;
font-display: fallback;
src: url(//www.borne-recharge.eleceaux.fr/wp-content/themes/spacious/assets/fonts/Lato-BlackItalic.woff) format("woff");
}  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
table { border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
}
th,
.wp-block-table th {
font-weight: bold;
border: 1px solid #EAEAEA;
padding: 6px 10px;
}
td,
.wp-block-table td {
border: 1px solid #EAEAEA;
padding: 6px 10px;
}
caption, th, td {
text-align: left;
}
blockquote:before, blockquote:after {
content: "";
}
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: 0;
}
a:hover, a:active { outline: 0;
}
a img {
border: 0;
}
a img:hover {
opacity: 0.8;
filter: alpha(opacity=80); -webkit-box-shadow: #000 0 0 0;
box-shadow: #000 0 0 0;
}
embed,
iframe,
object {
max-width: 100%;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
} body,
button,
input,
select,
textarea {
color: #666666;
font: 16px 'Lato', sans-serif;
line-height: 20px;
word-wrap: break-word;
}
body {
background: #eaeaea;
} h1,
h2,
h3,
h4,
h5,
h6 {
padding-bottom: 18px;
color: #222222;
font-weight: normal;
font-family: 'Lato', sans-serif;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h2 {
font-size: 28px;
line-height: 34px;
}
h3 {
font-size: 26px;
line-height: 32px;
}
h4 {
font-size: 24px;
line-height: 30px;
}
h5 {
font-size: 22px;
line-height: 28px;
}
h6 {
font-size: 19px;
line-height: 25px;
}
hr,
.wp-block-separator {
background-color: #eaeaea;
border: 0;
height: 1px;
margin: 30px 0;
} p {
line-height: 24px;
margin-bottom: 15px;
font-family: 'Lato', sans-serif;
font-size: 16px;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
pre {
background-color: #fff;
margin-bottom: 20px;
overflow: auto;
padding: 20px;
border: 1px solid #EAEAEA;
font-family: "Courier 10 Pitch",Courier,monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
code,
kbd,
var,
samp,
tt {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 19px;
white-space: pre-wrap;
}
abbr,
acronym,
dfn {
border-bottom: 1px dotted #666666;
cursor: help;
}
address {
display: block;
font-style: italic;
margin: 0 0 15px;
}
ins {
background: #F8F8F8;
}
table {
margin: 0 0 1.5em;
width: 100%;
} sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
font-size: 16px;
}
dt {
font-weight: bold;
margin-bottom: 5px;
}
dd {
margin-bottom: 24px;
}
ul {
list-style: none;
}
ol {
list-style: none;
list-style: decimal;
}
li > ul, li > ol {
margin: 0 0 0 10px;
} blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
font-style: italic;
font-weight: normal;
padding: 20px;
border: 1px solid #EAEAEA;
margin-bottom: 20px;
}
blockquote em, blockquote i,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i {
font-style: normal;
}
blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
font-style: normal;
color: #666666;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
text-transform: uppercase;
} input, textarea {
-webkit-border-radius: 0;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
textarea {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"] {
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 98%;
margin: 0 0 30px;
background-color: #F8F8F8;
border-radius: 3px;
}
textarea {
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 98%;
margin: 0 0 30px;
background-color: #F8F8F8;
border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus {
border: 1px solid #EAEAEA;
}
textarea:focus {
border: 1px solid #EAEAEA;
}
input.s {
width: 60%;
padding: 4px 10px;
height: 32px;
color: #666666;
background-color: #FFFFFF;
margin: 0;
vertical-align: top;
border: 1px solid #EAEAEA;
}
input.s:focus {
padding-left: 10px;
border-color: #EAEAEA;
text-indent: 0;
}
.spacious-button {
color: #FFFFFF;
display: inline-block;
margin-bottom: 30px;
padding: 5px 25px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
background-color: #0FBE7C;
border: 0;
border-radius: 3px;
font-size: 16px;
}
input[type="reset"], input[type="button"], input[type="submit"] {
color: #FFFFFF;
display: inline-block;
margin-bottom: 30px;
padding: 5px 25px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
background-color: #0FBE7C;
border: 0;
border-radius: 3px;
font-size: 16px;
}
button {
color: #FFFFFF;
display: inline-block;
margin-bottom: 30px;
padding: 5px 25px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
background-color: #0FBE7C;
border: 0;
border-radius: 3px;
font-size: 16px;
}
.spacious-button:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
button:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.previous a, .next a {
color: #666666;
padding: 5px 25px;
cursor: pointer;
border: 1px solid #EAEAEA;
font-size: 16px;
}
.previous a:hover, .next a:hover {
color: #0FBE7C;
}
input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
} a {
color: #0FBE7C;
text-decoration: none;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
a:focus {
outline: thin dotted;
} figure {
margin: 0;
text-align: center;
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
max-width: 100%; }
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
img#wpstats {
display: none;
} .clearfix {
display: inline-block;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.tg-after-three-blocks-clearfix {
clear: both;
} .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.no-sidebar-full-width,
.no-sidebar {
overflow: hidden;
}
.no-sidebar-full-width #primary .entry-content > .alignfull,
.no-sidebar #primary .entry-content > .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: unset;
}
.no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
width: unset;
}
.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: unset;
}
.no-sidebar-full-width.narrow-978 #main, .no-sidebar-full-width.narrow-1218 #main,
.no-sidebar.narrow-978 #main,
.no-sidebar.narrow-1218 #main {
overflow: hidden;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content > .alignfull, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignfull,
.no-sidebar.narrow-978 #primary .entry-content > .alignfull,
.no-sidebar.narrow-1218 #primary .entry-content > .alignfull {
margin-left: -25px;
margin-right: -25px;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width.narrow-978 #primary .entry-content > .alignfull.wp-block-cover-image, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar.narrow-978 #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar.narrow-978 #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar.narrow-1218 #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar.narrow-1218 #primary .entry-content > .alignfull.wp-block-cover-image {
width: unset;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content > .alignwide, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignwide,
.no-sidebar.narrow-978 #primary .entry-content > .alignwide,
.no-sidebar.narrow-1218 #primary .entry-content > .alignwide {
margin-left: -25px;
margin-right: -25px;
max-width: unset;
}   body {
padding-top: 30px;
padding-bottom: 30px;
}
#page {
max-width: 1268px;
margin: 0 auto;
background-color: #FFFFFF;
-webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.wide-978 {
padding-top: 0;
padding-bottom: 0;
}
.wide-1218 {
padding-top: 0;
padding-bottom: 0;
}
.wide-1218 #page {
max-width: 100%;
}
.narrow-978 #page {
max-width: 1038px;
}
.wide-978 #page {
max-width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.inner-wrap {
margin: 0 auto;
max-width: 1218px;
}
.wide-1218 .inner-wrap {
max-width: 1218px;
}
.narrow-978 .inner-wrap, .wide-978 .inner-wrap {
max-width: 978px;
} #featured-slider {
border-bottom: 1px solid #EAEAEA;
position: relative;
}
#featured-slider .slider-cycle {
position: relative;
}
#featured-slider .slides {
width: 100%;
}
.wide-978 #featured-slider .slider-cycle,
.wide-1218 #featured-slider .slider-cycle {
max-width: 1600px;
margin: 0 auto;
}
#featured-slider .displayblock {
display: block;
}
#featured-slider .displaynone {
display: none;
}
.ie8 #featured-slider .entry-container {
top: 25%;
}
#featured-slider .entry-container {
top: 50%; -webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
left: 5%;
max-width: 40%;
}
.wide-978 #featured-slider .entry-container {
left: 13.8%;
}
.wide-1218 #featured-slider .entry-container {
left: 4.9%;
}
#featured-slider .entry-description-container {
background-color: #555555;
background-color: rgba(0, 0, 0, 0.3);
padding: 1rem 1.5rem;
}
#featured-slider img {
margin-bottom: 0;
}
#featured-slider .slider-title-head {
display: inline-block;
left: 0;
margin-bottom: 0.5rem;
}
#featured-slider .entry-title {
padding: 0;
}
.slider-title-head .entry-title a {
color: #FFFFFF;
text-decoration: none;
}
#featured-slider .entry-title span {
color: #FFFFFF;
display: block;
font-size: 26px;
}
#featured-slider .entry-content {
color: #FFFFFF;
padding-top: 0.5rem;
}
#featured-slider .entry-content p {
margin: 0;
padding: 0;
}
#featured-slider .slider-read-more-button {
background-color: #0FBE7C;
color: #FFFFFF;
text-align: center;
font-family: 'Lato', sans-serif;
padding: 1rem 1.5rem;
float: left;
margin-top: 15px;
font-size: 20px;
}
#featured-slider .slider-read-more-button:hover {
background-color: #666666;
} #controllers {
text-align: center;
line-height: 0;
position: absolute;
width: 100%;
bottom: 15px;
z-index: 999;
}
#controllers a {
width: 18px;
height: 6px;
margin: 0 4px;
overflow: hidden;
display: inline-block;
background-color: #FFFFFF;
color: #FFFFFF;
}
#controllers a:hover, #controllers a.active {
background-color: #0FBE7C;
color: #0FBE7C;
} .header-post-title-container {
border-bottom: 1px solid #EAEAEA;
padding: 20px 0;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
.header-post-title-container .post-title-wrapper {
float: left;
max-width: 100%;
padding-right: 30px;
}
.header-post-title-class {
font-size: 22px;
padding-bottom: 0;
line-height: 36px;
} .breadcrumb {
float: right;
text-align: right;
margin-top: 8px;
margin-bottom: 2px;
font-size: 12px;
color: #666666;
}
.breadcrumb a {
color: #666666;
}
.breadcrumb a:hover {
color: #0FBE7C;
} .sticky {
display: block;
}
.extra-hatom-entry-title {
display: none;
}
#main {
padding: 40px 0 10px 0;
}
.widget_service_block {
margin-bottom: 30px;
padding-top: 30px;
}
.widget_service_block .widget-title {
font-size: 22px;
padding-bottom: 10px;
}
.widget_service_block p {
padding-bottom: 0;
}
.widget_service_block .more-link-wrap {
text-align: center;
}
.widget_service_block a.more-link:hover {
text-decoration: underline;
}
.widget_featured_single_post a.read-more:hover {
text-decoration: underline;
}
.widget-title a {
color: #444444;
}
.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
color: #0FBE7C;
}
.tg-one-half p,
.tg-one-half .service-image,
.tg-one-half .widget-title,
.tg-one-third p,
.tg-one-third .service-image,
.tg-one-third .widget-title,
.tg-one-fourth p,
.tg-one-fourth .service-image,
.tg-one-fourth .widget-title {
text-align: center;
}
.tg-one-third {
float: left;
width: 28.407225%;
margin: 0 2.46305419%;
padding: 0 0 30px;
}
#colophon .tg-one-third {
width: 31.7405583%;
margin-left: 0;
margin-right: 2.38916257%;
}
#colophon .tg-one-third.tg-after-two-blocks-clearfix {
margin-right: 0;
float: right;
}
.tg-one-fourth {
float: left;
width: 23.1527094%;
margin: 0 2.46305419% 0 0;
padding: 0 0 30px;
}
.tg-one-fourth-last {
margin: 0;
}
.tg-one-half {
float: left;
width: 48.7684729%;
margin: 0 2.46305419% 0 0;
padding: 0 0 30px;
}
.tg-one-half-last {
float: right;
margin: 0;
}
.widget_recent_work {
margin-bottom: 20px;
}
.widget_recent_work img {
margin-bottom: 0;
}
.widget_recent_work .tg-one-half .widget-title,
.widget_recent_work .tg-one-third .widget-title,
.widget_recent_work .tg-one-fourth .widget-title {
font-size: 22px;
padding-bottom: 8px;
text-align: left;
}
.widget_recent_work .tg-one-half p,
.widget_recent_work .tg-one-third p,
.widget_recent_work .tg-one-fourth p {
text-align: left;
}
.widget_recent_work .tg-one-half .service-image,
.widget_recent_work .tg-one-third .service-image,
.widget_recent_work .tg-one-fourth .service-image {
text-align: center;
padding-bottom: 0;
}
.widget_featured_single_post {
padding-bottom: 30px;
}
.widget_featured_single_post .widget-title {
font-size: 22px;
text-align: left;
}
.widget_featured_single_post p {
text-align: left;
}
.widget_featured_single_post .service-image {
text-align: left;
padding-bottom: 0;
}
.widget_featured_post {
margin-bottom: 20px;
}
.widget_featured_post .main-title {
font-size: 24px;
padding-bottom: 8px;
}
.container-featured-widget-head {
padding-top: 10px;
padding-bottom: 15px;
}
.widget_featured_post .tg-one-half .widget-title,
.widget_featured_post .tg-one-third .widget-title,
.widget_featured_post .tg-one-fourth .widget-title {
text-align: left;
font-size: 20px;
padding-bottom: 8px;
line-height: 22px;
}
.widget_featured_post .tg-one-half p,
.widget_featured_post .tg-one-third p,
.widget_featured_post .tg-one-fourth p {
text-align: left;
}
.widget_featured_post .meta {
font-size: 12px;
padding: 3px;
font-family: 'Lato', sans-serif;
}
.wide-978 .widget_featured_post .meta,
.narrow-978 .widget_featured_post .meta {
font-size: 11px;
} .meta {
border-bottom: 1px dashed #EAEAEA;
border-top: 1px dashed #EAEAEA;
padding: 5px;
font-size: 15px;
}
.meta li {
border-left: 1px solid #EAEAEA;
float: left;
padding: 0 6px 0 6px !important;
border-bottom: none !important;
}
.meta li:first-child {
border-left: 0 none;
padding-left: 0 !important;
}
.meta li:last-child {
float: right;
border-left: 0 none;
padding-right: 0 !important;
}
.main-title {
text-align: center;
text-transform: uppercase;
}
.main-description {
text-align: center;
} .default-wp-page .previous {
float: left;
margin-bottom: 30px;
}
.default-wp-page .next {
float: right;
margin-bottom: 30px;
}
.wp-pagenavi {
text-align: center;
}
#content .wp-pagenavi .page {
padding-bottom: 3px;
} .pagination {
margin: 15px 0;
}
.pagination span {
padding: 2px 5px;
border: 1px solid #EAEAEA;
background-color: #0FBE7C;
color: #FFFFFF;
}
.pagination a span {
background-color: #FFFFFF;
color: #666666;
}
.pagination a span:hover {
color: #0FBE7C;
border-color: #0FBE7C;
text-decoration: none;
} .widget_testimonial {
margin-bottom: 30px;
}
.widget_testimonial .widget-title {
font-size: 22px;
text-align: left;
}
.widget_testimonial .testimonial-icon:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 22px/1 'Genericons';
vertical-align: top;
content: '\f106';
width: 25px;
height: 19px;
float: left;
margin-right: 3.06%;
color: #0FBE7C;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.widget_testimonial .testimonial-post {
padding: 20px;
border-width: 2px 1px 1px 1px;
border-style: solid dashed dashed dashed;
border-color: #0FBE7C #EAEAEA #EAEAEA #EAEAEA;
font-style: italic;
margin-bottom: 15px;
display: block;
overflow: hidden;
}
.widget_testimonial .testimonial-post p {
margin-bottom: 0;
}
.widget_testimonial .testimonial-author {
text-align: right;
clear: both;
font-size: 12px;
}
.widget_testimonial .testimonial-author span {
font-size: 16px;
color: #666666;
} .widget_call_to_action {
margin-bottom: 60px;
}
.call-to-action-content-wrapper {
border-width: 1px 1px 1px 3px;
border-style: dashed dashed dashed solid;
border-color: #EAEAEA #EAEAEA #EAEAEA #0FBE7C;
padding: 20px 3.85878489% 20px 3.69458128%;
background-color: #F8F8F8;
}
.call-to-action-content {
width: 69.5187166%;
float: left;
}
.call-to-action-content h3 {
padding-bottom: 0;
font-size: 24px;
}
.call-to-action-content p {
padding-bottom: 0;
margin-bottom: 0;
}
.call-to-action-button {
float: right;
background-color: #0FBE7C;
border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
font-size: 22px;
line-height: 40px;
text-align: center;
font-family: 'Lato', sans-serif;
padding: 5px 3.28407225%;
margin-top: 4px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.call-to-action-button:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
} .widget_text {
word-wrap: break-word;
margin-bottom: 30px;
}
.widget_text .textwidget {
padding-bottom: 15px;
}
.tg-one-half .widget_text .widget-title {
text-align: left;
}
.widget_text ul,
.widget_text ol {
margin-top: 5px;
} .wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5rem;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075rem 0;
} .gallery {
margin: 0 auto 15px;
}
.gallery-item {
display: inline-block;
padding: 15px 2%;
text-align: center;
vertical-align: top;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery .gallery-caption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
.footer-widgets-area .gallery-columns-3 .gallery-item {
padding: 5px 5px;
}
.wp-block-gallery ul.blocks-gallery-grid,
ul.wp-block-gallery {
padding: 0;
}
.wp-block-gallery ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
margin-bottom: 0;
} .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} #comments {
background-color: #FFFFFF;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#comments h1, #comments h2, #comments h3, #comments h4, #comments h5, #comments h6 {
margin-bottom: 1rem;
}
#comments h2.comments-title, #comments h3.comments-title {
margin-bottom: 10px;
font-size: 28px;
}
.avatar {
border-radius: 50%;
float: left;
}
.comments-area article header {
margin: 0 0 10px;
overflow: hidden;
position: relative;
}
.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
display: block;
margin-left: 100px;
color: #999999;
}
#content .comments-area article header cite a:hover {
color: #0FBE7C;
}
#content .comments-area a.comment-edit-link:hover, #content .comments-area a.comment-permalink:hover {
color: #0FBE7C;
}
.comments-area .comment-author-link a {
color: #999999;
}
.comments-area .comment-author-link a:hover {
color: #0FBE7C;
}
.comments-area .comment-author-link span {
margin-left: 10px;
padding: 0 5px;
background-color: #0FBE7C;
color: #FFFFFF;
border-radius: 3px;
}
.comments-area article header .comment-author-link:before,
.comments-area article header .comment-edit-link:before,
.comments-area article header .comment-permalink:before,
.comments-area article header .comment-date-time:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 22px/1 'Genericons';
vertical-align: top;
}
.comments-area article header .comment-author-link:before {
content: '\f304';
}
.comments-area article header .comment-edit-link:before {
content: '\f411';
}
.comments-area article header .comment-permalink:before {
content: '\f107';
}
.comments-area article header .comment-date-time:before {
content: '\f307';
}
.comment-content {
padding: 2rem;
background-color: #F8F8F8;
border: 1px solid #EAEAEA;
}
.comment {
margin-bottom: 20px;
}
.comment ul, .comment ol {
margin: 0 0 20px 20px;
}
.comment ul {
list-style: square outside none;
}
.comment .comment-reply-link {
float: right;
color: #999999;
}
.comment .comment-reply-link:hover {
color: #0FBE7C;
}
.comment .comment-reply-link:before {
content: '\f412';
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 22px/1 'Genericons';
vertical-align: top;
}
.comment-list {
list-style-type: none;
padding: 0;
margin-bottom: 3.4rem;
}
.comment-list .children {
margin-left: 20px;
list-style-type: none;
padding: 0;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.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;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #main[tabindex="-1"]:focus {
outline: 0;
}
.nav-previous, .nav-next {
margin-bottom: 15px;
}
.nav-previous
.nav-next a {
color: #666666;
padding: 5px 25px;
cursor: pointer;
border: 1px solid #EAEAEA;
font-size: 16px;
}
.nav-previous a:hover,
.nav-next a:hover {
color: #0FBE7C;
} #respond h3#reply-title {
line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 1rem;
font-weight: normal;
font-size: 1.6rem;
}
#respond form {
margin: 2.4rem 0;
}
#respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: 5px;
}
#respond form .comment-form-cookies-consent label {
display: inline-block;
}
#respond form p {
margin: 1.1rem 0;
}
#respond form p.logged-in-as {
margin-bottom: 1.6rem;
}
#respond form label {
display: block;
line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 16px;
line-height: 1.5;
padding: 10px;
width: 100%;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 1.5rem;
line-height: 1.5;
color: #5e5e5e;
}
.required {
color: red;
}
.related-posts-main-title {
padding-bottom: 30px;
}
.related-posts {
margin: 0 -2.46305419%;
}
.related-posts .entry-title {
font-size: 18px;
line-height: 1.4;
padding-bottom: 0;
}
.related-posts .entry-title a {
color: #444444;
}
.related-posts .entry-title a:hover {
color: #0FBE7C;
}
.related-posts .entry-meta {
border: none 0;
font-size: 14px;
}
.related-posts .entry-meta .by-author,
.related-posts .entry-meta .date,
.related-posts .entry-meta .category,
.related-posts .entry-meta .comments,
.related-posts .entry-meta .edit-link {
padding: 5px 4px 5px 0;
}
.related-posts .entry-meta .by-author:before,
.related-posts .entry-meta .date:before,
.related-posts .entry-meta .category:before,
.related-posts .entry-meta .comments:before,
.related-posts .entry-meta .edit-link:before {
font: 12px/20px "FontAwesome";
}
.related-posts .entry-meta .by-author a,
.related-posts .entry-meta .date a,
.related-posts .entry-meta .category a,
.related-posts .entry-meta .comments a,
.related-posts .entry-meta .edit-link a {
color: #666666;
}
.related-posts .entry-meta .by-author a:hover,
.related-posts .entry-meta .date a:hover,
.related-posts .entry-meta .category a:hover,
.related-posts .entry-meta .comments a:hover,
.related-posts .entry-meta .edit-link a:hover {
color: #0FBE7C;
} #secondary .widget ul li {
line-height: 1.5;
border-bottom: 1px solid #EAEAEA;
padding: 5px 0;
}
#colophon .widget ul li {
line-height: 1.5;
border-bottom: 1px solid #EAEAEA;
padding: 5px 0;
border-bottom: 1px solid #444444;
}
#secondary .widget ul li li,
#colophon .widget ul li li {
border-bottom: none;
}
#secondary .widget ul ul,
#colophon .widget ul ul {
padding-left: 10px;
}
.widget select {
border: 1px solid #DDDDDD;
color: #666666;
padding: 2px;
width: 60%;
}
#secondary h3.widget-title {
font-size: 22px;
line-height: 32px;
padding-bottom: 15px;
}
#secondary .widget {
margin-bottom: 35px;
font-size: 16px;
}
.error-404 .widget {
margin-bottom: 35px;
font-size: 16px;
}
#secondary a:hover {
text-decoration: underline;
}
.error-404 {
padding-bottom: 20px;
text-align: center;
}
.error-404 .page-title {
font-size: 30px;
line-height: 36px;
}
.error-404 input.s {
width: 50%;
} #wp-calendar th, #wp-calendar td, #wp-calendar caption {
text-align: left;
padding-bottom: 10px;
}
#wp-calendar #today {
color: #0FBE7C;
}
#wp-calendar caption {
text-align: center;
}
#wp-calendar #next {
padding-right: 35px;
text-align: right;
}
.widget_calendar #wp-calendar th {
font-weight: 600;
}
.widget-title span {
border-bottom: 2px solid #0FBE7C;
padding-bottom: 5px;
}
.elementor .widget_service_block .widget-title span,
.elementor .widget_testimonial .widget-title span,
.elementor .widget_featured_single_post .widget-title span {
border: none;
}
#colophon #wp-calendar th,
#colophon #wp-calendar td {
border: 1px solid #444444;
padding: 3px 2px 3px 8px;
}
.widget th,
.widget td {
padding: 1px 1px 1px 2px;
} a#scroll-up {
bottom: 20px;
position: fixed;
right: 20px;
display: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 26px/1 'Genericons';
vertical-align: top;
color: #FFFFFF;
background-color: #0FBE7C;
opacity: 0.5;
filter: alpha(opacity=50); border-radius: 3px;
padding: 6px;
}
a#scroll-up:before {
content: '\f432';
}
a#scroll-up:hover {
opacity: 1;
filter: alpha(opacity=100); } .read-more, .more-link {
font-size: 14px;
color: #0FBE7C;
font-family: 'Lato', sans-serif;
} #primary {
float: left;
width: 61.5763547%;
}
#secondary {
float: right;
width: 34.4827586%;
}
.wide-978 #primary,
.narrow-978 #primary {
width: 65.5763547%;
}
.wide-978 #secondary,
.narrow-978 #secondary {
width: 30.4827586%;
} .left-sidebar #primary {
float: right;
}
.left-sidebar #secondary {
float: left;
} .no-sidebar #primary {
float: none;
margin: 0 auto;
}
.no-sidebar-full-width #primary {
width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
display: none;
} #content .post,
#content .page {
padding-bottom: 45px;
}
.single #content .post {
padding-bottom: 25px;
}
.post .entry-title,
.page .entry-title {
font-size: 26px;
line-height: 32px;
}
.post .entry-title a, .page .entry-title a {
color: #444444;
}
.post .entry-title a:hover, .page .entry-title a:hover {
color: #0FBE7C;
}
.post .entry-content {
margin-bottom: 10px;
}
.entry-content ul {
list-style: square;
padding: 0 0 0 35px;
margin-bottom: 30px;
}
.entry-content ul.wp-block-gallery {
padding: 0;
}
.entry-content ol {
padding: 0 0 0 35px;
margin-bottom: 30px;
}
.entry-content li > ul, .entry-content li > ol {
margin-bottom: 0;
}
.post .entry-content a:hover {
text-decoration: underline;
}
.blog-medium .post .post-featured-image {
float: left;
width: 36%;
text-align: left;
padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(odd) figure {
float: left;
padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(even) figure {
float: right;
padding-left: 4%;
}
.post .entry-meta {
border: 1px solid #EAEAEA;
font-size: 14px;
color: #666666;
font-family: 'Lato', sans-serif;
margin: 0 0 20px;
}
.post .entry-meta .by-author, .post .entry-meta .date, .post .entry-meta .category, .post .entry-meta .comments, .post .entry-meta .edit-link {
padding: 5px 10px;
}
.post .entry-meta .read-more-link {
padding: 5px 10px;
background-color: #0FBE7C;
float: right;
border-right: none;
}
.post .entry-meta .read-more-link:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.post .entry-meta a {
color: #666666;
}
.type-page .entry-meta a {
color: #666666;
}
.post .entry-meta a.read-more {
color: #FFFFFF;
}
.post .entry-meta a.read-more:hover {
color: #FFFFFF;
}
.post .entry-meta a:hover {
color: #0FBE7C;
}
.type-page .entry-meta a:hover {
color: #0FBE7C;
}
.post .entry-meta span {
float: left;
padding: 0 6px 0 6px;
}
.post .entry-meta span:first-child {
border-left: none;
}
.post .entry-meta .by-author:before,
.post .entry-meta .date:before,
.post .entry-meta .category:before,
.post .entry-meta .comments:before,
.post .entry-meta .edit-link:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 18px/1 'Genericons';
vertical-align: top;
}
.post .entry-meta .by-author:before {
content: '\f304';
}
.post .entry-meta .date:before {
content: '\f307';
}
.post .entry-meta .category:before {
content: '\f301';
}
.post .entry-meta .comments:before {
content: '\f300';
}
.post .entry-meta .edit-link:before {
content: '\f411';
}
.author-box {
padding: 20px;
border: 1px solid #EAEAEA;
}
.author-box .author-img img {
margin-bottom: 0;
}
.author-box .author-description-wrapper {
margin-left: 120px;
}
.single #content .tags {
margin: 30px 0;
}
.single #content .tags a {
border: 1px solid #EAEAEA;
padding: 3px 5px;
border-radius: 3px;
color: #666666;
}
.single #content .tags a:hover {
color: #0FBE7C;
text-decoration: none;
} div.wp-custom-header {
position: relative;
}
iframe#wp-custom-header-video {
width: 100%;
}
.wp-custom-header-video-button {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 62px;
height: 50px;
font: 0/0 a;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
div#wp-custom-header:hover .wp-custom-header-video-button {
visibility: visible;
opacity: 1;
}
.wp-custom-header-video-button:before {
content: "\f452";
display: block;
font-family: "Genericons";
font-size: 20px;
}
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
content: "\f448";
} .date .updated {
display: none;
}
body.page-template-page-builder #primary {
float: none;
width: 100%;
}
body.page-template-page-builder #main {
padding-top: 0;
padding-bottom: 0;
}
body.no-sidebar-content-stretched #main .inner-wrap {
width: 100%;
max-width: 100%;
}
body.no-sidebar-content-stretched #main .inner-wrap #primary {
float: none;
width: 100%;
} #header-meta {
background-color: #F8F8F8;
border-bottom: 1px solid #EAEAEA;
}
#header-text-nav-container {
border-bottom: 1px solid #EAEAEA;
}
#header-text-nav-wrap {
padding-top: 15px;
padding-bottom: 15px;
}
#header-left-section {
float: left;
margin-right: 25px;
}
#header-logo-image {
float: left;
padding: 0 20px 0 0;
max-width: 100%;
}
#header-logo-image img {
margin-bottom: 0px;
}
#header-text {
float: left;
padding: 10px 20px 0 0;
}
#site-title a {
color: #444444;
font-size: 36px;
}
h1#site-title {
padding-bottom: 5px;
}
h3#site-title {
font-size: 30px;
line-height: 36px;
margin-bottom: 0;
padding-bottom: 5px;
}
#site-title a:hover {
color: #0FBE7C;
}
#site-description {
line-height: 24px;
font-size: 16px;
padding-bottom: 0;
color: #666666;
}
#header-right-section {
float: right;
}
#header-right-sidebar {
overflow: hidden;
}
#header-right-section .widget {
text-align: right;
padding-top: 10px;
}
#header-right-section .widget h3 {
padding-bottom: 5px;
}
.header-image {
margin-bottom: 0;
border-bottom: 1px solid #EAEAEA;
width: 100%;
} #masthead .search-wrap input.s {
width: 130px;
}
.search-wrap button {
border-radius: 0;
height: 32px;
margin-bottom: 0;
margin-left: -6px;
padding: 0;
}
.search-icon:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 18px/1 'Genericons';
content: '\f400';
vertical-align: middle;
padding: 3px 7px;
} .small-info-text {
float: left;
max-width: 100%;
padding-right: 15px;
padding-top: 2px;
}
.small-info-text p {
font-size: 12px;
color: #555555;
margin-bottom: 0;
} .social-links {
max-width: 100%;
float: left;
padding-right: 15px;
}
.social-links ul li {
padding: 5px 15px 5px 0px;
float: left;
}
.social-links ul li a {
background-repeat: no-repeat;
}
.social-links i {
font-size: 18px;
vertical-align: top;
}
.social-links ul li.spacious-facebook a:before, .social-links ul li.spacious-instagram a:before, .social-links ul li.spacious-linkedin a:before, .social-links ul li.spacious-twitter a:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 18px/1 'FontAwesome';
vertical-align: top;
}
.social-links ul li.spacious-facebook a:before {
content: '\f082';
color: #3b5998;
}
.social-links ul li.spacious-instagram a:before {
content: '\f16d';
color: #3f729b;
}
.social-links ul li.spacious-linkedin a:before {
content: '\f08c';
color: #0e76a8;
}
.social-links ul li.spacious-twitter a:before {
content: '\f099';
color: #33ccff;
}
.social-links ul li.spacious-facebook a:hover, .social-links ul li.spacious-instagram a:hover, .social-links ul li.spacious-linkedin a:hover, .social-links ul li.spacious-twitter a:hover,
.social-links ul li a i:hover {
opacity: 0.8;
filter: alpha(opacity=80); } nav li > ul,
nav li > ol {
margin: 0;
list-style: none;
}
.main-navigation {
float: right;
padding-top: 20px;
}
.main-navigation li {
float: left;
position: relative;
margin: 0 0 0 25px;
font-family: 'Lato', sans-serif;
}
.main-navigation .tg-menu-extras-wrap {
line-height: 1.875;
}
.main-navigation .tg-menu-extras-wrap > .sub-toggle {
display: none;
}
.main-navigation .tg-menu-extras-wrap .sub-menu {
top: 60%;
}
.main-navigation .menu-primary-container > ul::after {
content: '';
display: block;
clear: both;
}
.spacious-menu-header-button-enabled .main-navigation .menu-primary-container > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-navigation ul li a {
font-size: 16px;
}
.main-navigation li.default-menu {
display: none;
}
li.default-menu {
display: none;
}
.main-navigation a {
color: #444444;
display: block;
float: left;
line-height: 1.875;
}
.main-navigation a:hover {
color: #0FBE7C;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-ancestor > .sub-toggle,
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > .sub-toggle {
color: #0FBE7C;
}
.main-navigation ul li ul, .main-navigation ul li:hover ul ul {
z-index: 99999;
position: absolute;
left: -999999px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul li .sub-toggle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
margin-left: 5px;
margin-top: 0;
}
.main-navigation ul li ul li .sub-toggle {
-webkit-transform: translateY(-50%) rotate(0deg);
transform: translateY(-50%) rotate(0deg);
}
.main-navigation ul li > ul .sub-toggle {
margin: 0;
right: 10px;
}
.main-navigation ul ul {
position: absolute;
float: left;
left: -99999px;
z-index: 99999;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul li:hover ul ul {
display: none;
z-index: 9999;
}
.main-navigation ul ul ul {
left: -99999px;
top: 0;
}
.main-navigation ul ul ul li:hover > ul,
.main-navigation ul ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
display: none;
z-index: 9999;
}
.main-navigation ul ul ul li:hover > ul {
display: block;
}
.main-navigation ul ul ul ul li:hover > ul,
.main-navigation ul ul ul ul ul li:hover > ul {
display: block;
}
.main-navigation ul li ul {
position: absolute;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
border-top: 1px solid #0FBE7C;
top: 30px;
left: -99999px;
width: 150px;
}
.main-navigation ul li ul li {
float: none;
border-bottom: 1px solid #EAEAEA;
padding: 0;
margin-left: 0;
}
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li ul li.current_page_ancestor a,
.main-navigation ul li ul li.current-menu-ancestor a,
.main-navigation ul li ul li.current_page_item a,
.main-navigation ul li ul li:hover > a {
color: #0FBE7C;
}
.main-navigation ul li ul li a {
float: none;
line-height: 21px;
font-size: 13px;
font-weight: normal;
height: 100%;
padding: 6px 10px;
color: #666666;
}
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
float: none;
line-height: 21px;
font-size: 13px;
font-weight: normal;
height: 100%;
padding: 6px 10px;
color: #666666;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a {
background: none repeat scroll 0 0 white;
color: #0FBE7C;
}
.main-navigation ul li.current-menu-item ul li a:hover {
background: none repeat scroll 0 0 white;
color: #0FBE7C;
}
.main-navigation ul li ul li ul {
top: -1px;
}
.main-navigation ul li.focus > ul {
display: block;
}
.main-navigation select {
display: none;
}
.main-navigation .tg-header-button-wrap.button-one {
padding: 0;
margin-left: 25px;
}
.main-navigation .tg-header-button-wrap.button-one a {
border: 2px solid #0fbe7c;
border-radius: 5px;
padding: 5px 15px;
background-color: #0fbe7c;
color: #ffffff;
}
.main-navigation .tg-header-button-wrap.button-one a:hover {
color: #ffffff;
background-color: #0fbe7c;
} .cart-wrapper {
float: right;
position: relative;
padding: 0 0 0 25px;
cursor: pointer;
}
.bottom-menu .cart-wrapper {
padding: 0 10px 0 25px;
margin-top: -3px;
}
.cart-wrapper .spacious-woocommerce-cart-views {
padding: 5px 0;
}
.spacious-woocommerce-cart-views .wcmenucart-contents {
display: inline-block;
vertical-align: top;
position: relative;
text-align: center;
color: #666666;
}
.spacious-woocommerce-cart-views .cart-value {
position: absolute;
line-height: 15px;
width: 15px;
height: 15px;
top: -5px;
right: -15px;
color: #fff;
background: #0FBE7C;
border-radius: 100%;
font-size: 12px;
}
.spacious-woocommerce-cart-views .spacious-woocommerce-cart-wrap {
display: none;
}
#header-right-section .cart-wrapper .widget_shopping_cart,
.bottom-menu .cart-wrapper .widget_shopping_cart {
position: absolute;
width: 250px;
z-index: 99999;
background: #fff;
padding: 5px 15px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
top: 100%;
left: 100%;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
#header-right-section .cart-wrapper .widget_shopping_cart .widgettitle,
.bottom-menu .cart-wrapper .widget_shopping_cart .widgettitle {
font-size: 20px;
padding-bottom: 0;
}
#header-right-section .cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message,
.bottom-menu .cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
padding: 15px 0;
}
#header-right-section .cart-wrapper:hover .widget_shopping_cart,
.bottom-menu .cart-wrapper:hover .widget_shopping_cart {
visibility: visible;
opacity: 1;
}
.cart-wrapper .woocommerce ul.cart_list li, .cart-wrapper .woocommerce ul.product_list_widget li {
padding-top: 10px;
margin: 0;
border-bottom: 1px solid #efefef;
padding-left: 0;
padding-right: 2em;
text-align: left;
}
.cart-wrapper .woocommerce ul.cart_list li:last-child, .cart-wrapper .woocommerce ul.product_list_widget li:last-child {
border-bottom: none transparent;
}
.cart-wrapper .woocommerce.widget_shopping_cart .cart_list li a.remove {
top: 5px;
font-size: 16px;
left: auto;
right: 0;
text-align: center;
}
.cart-wrapper .woocommerce ul.cart_list li a {
text-align: left;
font-size: 14px;
color: #444444;
}
.woocommerce ul.product_list_widget li a {
text-align: left;
font-size: 14px;
color: #444444;
}
.quantity {
font-size: 14px;
}
.cart-wrapper .woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
float: left;
margin-left: 0;
margin-right: 10px;
}
.cart-wrapper .woocommerce .widget_shopping_cart .buttons a {
display: inline-block;
padding: 15px 25px;
font-weight: 500;
}
.cart-wrapper .woocommerce.widget_shopping_cart .buttons a {
display: inline-block;
padding: 15px 25px;
font-weight: 500;
}
.cart-wrapper .woocommerce.widget_shopping_cart .buttons a:last-child {
margin-right: 0;
}
.cart-wrapper .woocommerce.widget_shopping_cart .buttons a:hover {
color: #ffffff;
}  .menu-toggle {
display: none;
cursor: pointer;
}
.site-header .menu-toggle {
background: #3A3A3A;
color: #fff;
font-size: 20px;
font-weight: 300;
padding: 5px 22px;
margin: 0;
text-align: center;
}
.site-header .menu-toggle:hover {
background: #0FBE7C;
}
.site-header .menu-toggle:before {
content: '\2261';
margin-right: 10px;
}
.main-small-navigation {
float: none;
}
.main-small-navigation ul {
margin: 0;
list-style: none;
}
.main-small-navigation a {
display: block;
color: #FFFFFF;
padding: 10px 40px;
text-decoration: none;
}
.main-small-navigation li {
background: #3A3A3A;
position: relative;
}
.main-small-navigation li:hover {
background: #0FBE7C;
}
.main-small-navigation ul ul a {
padding-left: 60px;
}
.main-small-navigation ul ul ul a {
padding-left: 80px;
}
.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item {
background: #0FBE7C;
}
.main-small-navigation .menu-primary-container > ul > li .sub-menu li.menu-item-has-children .sub-menu.spacious-menu--left {
left: -100%;
} .small-menu {
float: right;
}
.small-menu li {
float: left;
position: relative;
font-family: 'Lato', sans-serif;
}
.small-menu li.default-menu {
display: none;
}
li.default-menu {
display: none;
}
.small-menu a {
color: #666666;
display: block;
float: left;
height: 21px;
padding: 5px 0 0 16px;
font-size: 12px;
}
.small-menu a:hover {
color: #0FBE7C;
}
.small-menu ul li.current-menu-item a,
.small-menu ul li.current_page_ancestor a,
.small-menu ul li.current-menu-ancestor a,
.small-menu ul li.current_page_item a,
.small-menu ul li:hover > a {
color: #0FBE7C;
} .spacious-header-display-four .bottom-menu .main-navigation {
float: left;
}
.spacious-header-display-four .bottom-menu .main-navigation li:first-child {
padding-left: 0;
}
.spacious-header-display-four .bottom-menu .header-action {
padding-top: 20px;
}
.spacious-header-display-four .bottom-menu.header-menu-button {
padding-bottom: 15px;
}
.header-action {
position: relative;
float: right;
padding-top: 20px;
}
.bottom-menu .header-action {
float: left;
padding-top: 0;
}
.header-action .search-wrapper {
float: right;
padding: 0 0 0 25px;
position: relative;
cursor: pointer;
}
.header-action .search-wrapper .search {
padding: 5px 0;
}
.bottom-menu .header-action .search-wrapper {
padding: 0 0 0 25px;
margin-top: -3px;
}
.header-action .search-wrapper:hover .fa {
color: #0FBE7C;
}
.header-action .search-wrapper .header-search-form {
visibility: hidden;
opacity: 0;
position: absolute;
right: -15px;
width: 180px;
top: 170%;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
background: #ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
z-index: 99999;
}
.header-action .search-wrapper .header-search-form.show {
visibility: visible;
opacity: 1;
top: 100%;
}
.header-action .search-wrapper .header-search-form .search-wrap input.s {
vertical-align: top;
width: 140px;
}
.header-action .search-wrapper .header-search-form .search-wrap input.s:focus {
outline: none;
} .footer-widgets-wrapper {
background-color: #333333;
border-top: 1px solid #EAEAEA;
}
.footer-widgets-area {
padding-top: 30px;
padding-bottom: 10px;
color: #999999;
}
.footer-widgets-area .tg-one-fourth .widget-title {
text-align: left;
}
.footer-widgets-area h3.widget-title {
color: #D5D5D5;
text-align: left;
}
.footer-widgets-area .tg-one-half p,
.footer-widgets-area .tg-one-third p,
.footer-widgets-area .tg-one-fourth p {
text-align: left;
color: #999999;
}
.footer-widgets-area a {
color: #D5D5D5 !important;
}
.footer-widgets-area a:hover {
color: #0FBE7C !important;
}
#colophon {
font-size: 14px;
line-height: 18px;
}
#colophon .widget {
padding-bottom: 25px;
}
#colophon .widget-title {
font-size: 22px;
line-height: 32px;
}
#colophon p {
font-size: 14px;
line-height: 18px;
} .footer-socket-wrapper {
padding: 10px 0;
background-color: #F8F8F8;
border-top: 1px solid #EAEAEA;
}
.footer-socket-area {
width: 100%;
}
.footer-socket-wrapper .copyright {
color: #666666;
max-width: 50%;
float: left;
font-size: 12px;
}
.footer-socket-wrapper .copyright a {
color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
color: #0FBE7C;
}
.footer-socket-wrapper .small-menu {
float: right;
}
.footer-socket-wrapper .small-menu a {
padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
top: 21px;
} @media screen and (min-width: 1500px) {
.wide-978 #featured-slider .entry-container {
left: 17.6%;
}
.wide-1218 #featured-slider .entry-container {
left: 9.6%;
}
}
@media screen and (min-width: 1650px) {
.wide-978 #featured-slider .entry-container {
left: 19.45%;
}
.wide-1218 #featured-slider .entry-container {
left: 11.9%;
}
}
@media screen and (max-width: 1308px) {
#page {
width: 97%;
}
.wide-1218 #page, .wide-978 #page {
width: 100%;
}
.inner-wrap {
width: 94%;
}
}
@media screen and (max-width: 1078px) {
body {
padding: 15px 0;
}
#featured-slider .entry-container {
max-width: 60%;
}
.call-to-action-content {
float: none;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.call-to-action-button {
width: 93%;
}
.footer-socket-wrapper .copyright {
float: none;
max-width: 100%;
text-align: center;
margin-bottom: 5px;
}
.footer-socket-wrapper .small-menu {
float: none;
text-align: center;
}
.footer-socket-wrapper .small-menu li {
float: none;
display: inline;
}
.footer-socket-wrapper .small-menu a {
float: none;
display: inline;
padding: 5px 5px 0;
}
.small-menu li.default-menu, li.default-menu {
display: none;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
float: left;
width: 46.7684729%;
}
#colophon .tg-one-third {
float: left;
margin-right: 2.38916257%;
padding: 0 0 30px;
width: 31.7405583%;
}
#colophon .tg-one-third.tg-after-two-blocks-clearfix {
clear: none;
}
.widget_service_block .tg-one-third {
float: left;
margin: 0 2.46305%;
padding: 0 0 30px;
width: 28.4072%;
}
.tg-one-half-last, .tg-one-fourth-last {
float: right;
}
.tg-service-left {
float: left;
margin: 0;
}
.tg-service-right {
float: right;
margin: 0;
}
.tg-column-1, .tg-column-3 {
float: left;
width: 46.7684729%;
}
.tg-column-2, .tg-column-4 {
float: right;
margin-right: 0;
}
.tg-after-two-blocks-clearfix {
clear: both;
}
.tg-after-three-blocks-clearfix {
clear: none;
}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
margin-left: -40px;
margin-right: -40px;
}
}
@media screen and (max-width: 768px) {
.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
margin-left: -15px;
margin-right: -15px;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content > .alignwide, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignwide,
.no-sidebar.narrow-978 #primary .entry-content > .alignwide,
.no-sidebar.narrow-1218 #primary .entry-content > .alignwide {
margin-left: -15px;
margin-right: -15px;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content > .alignfull, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignfull,
.no-sidebar.narrow-978 #primary .entry-content > .alignfull,
.no-sidebar.narrow-1218 #primary .entry-content > .alignfull {
margin-left: -30px;
margin-right: -30px;
}
.no-sidebar #primary .entry-content > .alignfull {
margin-left: -15px;
margin-right: -15px;
}
#primary, #secondary, .wide-978 #primary, .narrow-978 #primary {
float: none;
width: 100%;
margin: 0;
}
#header-left-section {
float: none;
max-width: 100%;
margin-right: 0;
}
#header-logo-image {
float: none;
text-align: center;
margin-bottom: 10px;
padding-right: 0;
}
#header-text {
float: none;
text-align: center;
padding: 0;
margin-bottom: 10px;
}
#site-description {
padding-bottom: 5px;
}
#header-right-section {
float: none;
max-width: 100%;
}
#header-right-section .widget {
padding: 0 0 10px 0;
float: none;
text-align: center;
}
.site-header .menu-toggle {
display: block;
text-align: left;
padding: 10px 20px;
}
.main-small-navigation {
width: 100%;
}
.main-navigation {
float: none;
}
.main-navigation.toggled .nav-menu {
display: block;
}
.spacious-menu-header-button-enabled .main-navigation .menu-primary-container > ul {
display: none;
}
.main-navigation ul {
display: none;
}
#featured-slider .entry-container {
max-width: 70%;
}
#featured-slider .entry-description-container {
padding: 0.5rem 1rem;
}
#featured-slider .slider-title-head {
margin-bottom: 0;
}
#featured-slider .entry-title span {
font-size: 18px;
line-height: 1.4;
}
#featured-slider .entry-content p {
font-size: 14px;
line-height: 1.4;
}
#featured-slider .slider-read-more-button {
font-size: 14px;
padding: 0.5rem 1rem;
}
.woocommerce .related ul.products li.first,
.woocommerce-page .related ul.products li.first {
clear: both;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
width: 48%;
margin: 0 0 1em 0;
}
.woocommerce .related ul.products li.product input.input-text, .woocommerce .related ul.products li.product textarea,
.woocommerce-page .related ul.products input.input-text,
.woocommerce-page .related ul.products textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.5em;
padding: 10px;
}
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
line-height: 1.5em;
padding: 10px;
}  .sub-toggle {
background: #0FBE7C none repeat scroll 0 0;
color: #ffffff;
cursor: pointer;
display: block;
height: 24px;
line-height: 21px;
position: absolute;
right: 15px;
text-align: center;
top: 9px;
width: 24px;
}
.main-small-navigation li.current-menu-item > .sub-toggle {
background: #ffffff none repeat scroll 0 0;
}
.main-small-navigation li.current-menu-item > .sub-toggle i {
color: #d40234;
}
.better-responsive-menu .menu-primary-container .sub-menu {
display: none;
}
.sub-toggle span {
display: inline-block;
font-size: 11px;
line-height: 23px;
margin-left: 0;
}
.main-small-navigation li:hover > .sub-toggle {
background: #ffffff;
color: #0FBE7C;
}
.sub-toggle span.genericon-downarrow {
line-height: 30px;
margin-left: 0;
}
.site-header.spacious-header-display-four .bottom-menu {
position: relative;
}
.site-header.spacious-header-display-four .bottom-menu .menu-toggle {
position: absolute;
z-index: 9999;
right: 20px;
top: -40px;
}
.better-responsive-menu #header-right-section {
float: right;
margin-top: 15px;
max-width: 100%;
}
.better-responsive-menu #site-navigation {
float: right;
margin-top: 10px;
padding: 0;
}
.better-responsive-menu .main-small-navigation {
margin-top: 10px;
}
.better-responsive-menu #header-logo-image {
float: left;
margin-bottom: 0;
margin-right: 10px;
}
.better-responsive-menu #header-left-section {
float: left;
margin-top: 10px;
}
.better-responsive-menu #header-text {
margin: 13px 0 0;
float: left;
text-align: left;
}
.better-responsive-menu #site-description {
font-size: 13px;
margin-bottom: 0;
}
.better-responsive-menu #site-title a {
font-size: 28px;
}
.better-responsive-menu .site-header .menu-toggle {
background: #3a3a3a none repeat scroll 0 0;
color: #fff;
height: 36px;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 40px;
}
.better-responsive-menu #header-text-nav-wrap {
padding: 0;
}
.better-responsive-menu #header-text-nav-wrap #header-right-section .widget {
padding: 0;
}
.better-responsive-menu .site-header .menu-toggle::before {
font-size: 21px;
left: 50%;
line-height: 25px;
margin-right: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.better-responsive-menu #header-text-nav-container {
position: relative;
margin-bottom: 15px;
border: none;
}
.better-responsive-menu #site-navigation .menu-primary-container {
left: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9999;
}
}
@media screen and (max-width: 767px) {
.social-links {
float: none;
padding-right: 0;
padding-top: 10px;
}
.small-info-text {
float: none;
padding-right: 0;
}
.social-links ul {
display: inline-block;
}
#header-meta {
text-align: center;
}
#header-meta .small-menu {
float: none;
}
#header-meta .small-menu ul {
display: inline-block;
}
.tg-one-half, .tg-one-third, .tg-one-fourth, .widget_service_block .tg-one-third {
float: none;
width: 100%;
margin: 0;
}
.tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
float: none;
}
#primary, #secondary {
float: none;
width: 100%;
margin: 0;
}
.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
width: 100%;
}
.related-posts {
margin: 0;
}
#colophon .tg-one-third {
float: none;
width: 100%;
margin: 0;
}
#colophon .tg-one-third.tg-after-two-blocks-clearfix {
clear: both;
}
}
@media screen and (max-width: 600px) {
.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
margin-left: 0;
margin-right: 0;
}
.no-sidebar-full-width.narrow-978 #primary .entry-content > .alignwide, .no-sidebar-full-width.narrow-1218 #primary .entry-content > .alignwide,
.no-sidebar.narrow-978 #primary .entry-content > .alignwide,
.no-sidebar.narrow-1218 #primary .entry-content > .alignwide {
margin-left: 0;
margin-right: 0;
}
.site-header.spacious-header-display-four .bottom-menu .menu-toggle {
position: relative;
right: 0;
top: 0;
}
.better-responsive-menu #header-logo-image {
display: block;
float: none;
}
.better-responsive-menu #header-text {
display: block;
float: none;
margin-top: 12px;
text-align: center;
}
.better-responsive-menu #header-left-section {
padding-top: 10px;
text-align: center;
float: none;
}
.better-responsive-menu #header-right-section {
float: none;
}
.better-responsive-menu #header-right-sidebar {
float: right;
padding-left: 20px;
}
.better-responsive-menu #site-navigation {
float: none;
margin-top: 0;
}
.better-responsive-menu .site-header.spacious-header-display-four .bottom-menu .menu-toggle {
position: absolute;
right: auto;
top: -45px;
left: 15px;
}
.better-responsive-menu .site-header.spacious-header-display-four #header-left-section,
.better-responsive-menu .site-header.spacious-header-display-four #header-right-section {
float: none;
}
.main-navigation,
.main-small-navigation {
padding-top: 8px;
}
#featured-slider .entry-description-container {
padding: 0.3rem 0.6rem;
}
#featured-slider .entry-title span {
font-size: 14px;
}
#featured-slider .entry-content p {
font-size: 10px;
}
#featured-slider .slider-read-more-button {
margin-top: 5px;
font-size: 10px;
padding: 0.3rem 0.6rem;
}
#controllers {
bottom: 5px;
}
#controllers a {
height: 4px;
margin: 0 3px;
width: 12px;
}
.woocommerce table {
font-size: 12px;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce table.shop_table th {
padding: 9px 2px;
}
.woocommerce table.shop_table td {
padding: 6px 2px;
}
.woocommerce ul.products li.product h3 {
font-size: 18px;
}
.woocommerce-page ul.products li.product h3 {
font-size: 18px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
font-size: 16px;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button {
font-size: 14px;
margin-bottom: 0;
padding: 8px 10px;
}
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
font-size: 14px;
margin-bottom: 0;
padding: 8px 10px;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty {
height: 24px;
}
.woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
height: 24px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text {
font-size: 14px;
height: 32px;
line-height: 1.5;
padding: 4px 10px;
width: 120px;
}
.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
font-size: 14px;
height: 32px;
line-height: 1.5;
padding: 4px 10px;
width: 120px;
}
.woocommerce .cart_totals h2 {
float: none;
}
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 25%;
}
.author-box .author-img img {
margin-bottom: 20px;
}
.author-box .author-description-wrapper {
margin-left: 0;
}
}
@media only screen and (max-width: 420px) {
#page {
width: 97%;
}
.inner-wrap {
width: 95%;
}
#featured-slider .entry-content,
#featured-slider .slider-read-more-button {
display: none;
}
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 33.33%;
}
.better-responsive-menu #header-text {
text-align: center;
}
}