* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
.cwp-archive-container .leaflet-container a.leaflet-popup-close-button {
z-index: 5;
color: #3e3e3e;
}
.cwp-archive-container {
margin-top: 15px;
}
@media only screen and (min-width: 768px) {
.cwp-archive-container .cwp-archive-content-container {
min-height: 700px;
}
.cwp-archive-container.cwp-active-ajax .cwp-archive-content-container {
position: relative;
}
.cwp-archive-container.cwp-active-ajax .cwp-archive-content-container:after {
background-image: url(//www.qualipro-cfi.org/wp-content/plugins/cubewp-framework/cube/assets/frontend/images/cubewp-archive-grid-loader.gif);
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
content: "";
position: absolute;
height: 65%;
width: 95%;
left: 20px;
top: 45px;
z-index: 2;
}
}
@keyframes rotation {
from {
transform: translate(-50%, -50%) rotate(0deg);
}
to {
transform: translate(-50%, -50%) rotate(360deg);
}
} .cwp-container.cwp-archive-container .cwp-archive-sidebar-filters-container {
padding: 0;
}
.cwp-search-filters-wrap {
padding: 0 0 12px 0;
}
.cwp-search-filters .cwp-reset-search-filters {
font-size: 14px;
padding: 8px 15px;
text-align: left;
border: 1px solid #e0e0e0;
border-radius: 5px 5px 0 0;
border-bottom: 0;
background: #f4f4f4;
display: flex;
justify-content: space-between;
}
.cwp-reset-search-filters p {
font-weight: bold;
margin: 0;
}
.cwp-search-filters .cwp-reset-search-filters a {
display: flex;
align-items: center;
word-break: keep-all;
}
.cwp-search-filters .cwp-reset-search-filters svg {
padding-right: 2px;
}
.cwp-search-filters-fields {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 0 0 5px 5px;
padding: 15px 5px;
}
.cwp-search-filters-fields .cwp-field-container {
padding-bottom: 15px;
margin-bottom: 10px;
}
.cwp-search-filters-fields .cwp-field-container ul li {
width: 100%;
margin-bottom: 5px;
} .cwp-archive-container.cwp-active-ajax .cwp-search-result-output {
display: none;
}
.cwp-container.cwp-archive-container .cwp-archive-content-container {
padding: 0 30px;
}
.cwp-filtered-results {
align-items: center;
display: flex;
height: 30px;
justify-content: flex-end;
margin: 0 0 15px 0px;
padding: 0;
}
.cwp-total-results {
margin: 0 auto 0 0;
}
.cwp-total-results h5 {
font-size: 14px;
margin: 0;
}
select#cwp-sorting-filter, select#cwp-order-filter {
cursor: pointer;
font-size: 14px;
padding: 5px;
width: auto;
color: #777777;
min-width: 155px;
height:30px;
}
select#cwp-order-filter {
margin-right:20px
}
select#cwp-order-filter:disabled {
background-color: #f0f0f0; color: #999999; border: 1px solid #cccccc; cursor: not-allowed; }
.cwp-archive-toggle-Listing-style {
align-items: center;
display: flex;
justify-content: space-between;
line-height: 1;
margin: 0 0 0 10px;
background: #e0e0e0;
border-radius: 5px;
overflow: hidden;
}
.cwp-archive-toggle-Listing-style .listing-switcher {
cursor: pointer;
padding: 4px 10px;
height:30px;
}
.cwp-active-style {
background: #6C757D;
color: #fff;
}
.cwp-archive-toggle-Listing-style .listing-switcher.grid-view svg {
padding-right: 5px;
}
.cwp-empty-search {
margin-top: 50px;
text-align: center;
}
.cwp-empty-search .cwp-empty-search-img {
max-width: 330px;
display: block;
margin: auto;
}
.cwp-empty-search h2 {
margin-bottom: 0;
font-size: 22px;
font-weight: bold;
color: #000000;
}
.cwp-empty-search p {
margin: 0;
font-weight: 500;
font-size: 17px;
} .cwp-post {
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 5px;
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
margin: 10px 0px;
overflow: hidden;
transition: 300ms;
}
.cwp-post:hover {
filter: none;
}
.cwp-post-thumbnail {
height: 220px;
width: 100%;
position: relative;
}
.cwp-post .cwp-post-thumbnail img {
height: 100%;
object-fit: cover;
transition: 300ms;
width: 100%;
} .list-view .cwp-col-12 {
width: 100% !important;
}
.list-view .cwp-post {
align-items: flex-start;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
position: relative;
}
.list-view .cwp-post-thumbnail {
width: 30%;
min-height: 160px;
height: 185px;
}
.list-view .cwp-post-content-container {
width: 70%;
}
.list-view .cwp-post-content {
padding: 30px 20px;
}
.list-view .cwp-post-content h4 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.list-view ul.cwp-post-terms {
padding: 20px 20px 0 20px;
}
.cwp-promoted-post {
border: 1px solid #ddbb2a;
border-radius: 4px;
color: #ddbb2a;
cursor: default;
display: inline-block;
font-size: 10px;
line-height: 1;
padding: 2px 5px;
position: relative;
top: -2px;
}
.cwp-post-content {
padding: 15px;
}
.cwp-post-content h4 {
font-size: 20px;
font-weight: bold;
line-height: 1.3;
margin: 0 0 5px 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.cwp-post-content p {
font-size: 14px;
line-height: 1.3;
margin: 0 0 0 0;
}
.cwp-post-terms {
align-items: center;
border-top: 1px solid #e0e0e0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
line-height: 1.5;
list-style: none;
margin: 0;
padding: 15px 15px 10px;
}
.cwp-post-terms li {
margin: 0 5px 5px 0;
}
.cwp-post-terms li a {
display: block;
font-size: 12px;
background: #f6f6f6;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 8px 8px;
font-weight: 500;
text-transform: capitalize;
border-radius: 210px;
line-height: 10px;
color: #343A40;
} .cwp-archive-save {
position: absolute;
background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
bottom: 0;
padding: 15px 14px 5px 14px;
width: 100%;
}
.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
float: right;
color: #fff;
}
span.cwp-main.cwp-save-post svg:nth-child(2) {
display: none;
}
span.cwp-main.cwp-saved-post svg:first-child {
display: none;
}
.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
cursor: pointer;
}
.cwp-post-boosted {
padding: 1px 10px;
position: absolute;
top: 15px;
left: 15px;
background: #FFBB00;
border-radius: 12px;
color: #000000;
font-weight: 500;
font-size: 13px;
} .cwp-processing-post-grid {
margin-bottom: 20px;
border-radius: 5px;
}
.cwp-processing-post-grid .cwp-processing-post-thumbnail {
height: 205px;
width: 100%;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
background-size: 200% 100%;
animation: 1.5s shine linear infinite;
border-radius: 5px 5px 0 0;
}
.cwp-processing-post-grid .cwp-processing-post-content {
height: 225px;
background: #fff;
padding: 20px;
border: 1px solid #e0e0e0;
border-top: 0;
border-radius: 0 0 5px 5px;
}
.cwp-processing-post-grid .cwp-processing-post-content p {
height: 30px;
margin: 0 0 26px 0;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
background-size: 200% 100%;
animation: 1.5s shine linear infinite;
width: 100%;
border-radius: 2px;
}
.cwp-processing-post-grid .cwp-processing-post-content p:nth-child(2) {
width: 75%;
}
.cwp-processing-post-grid .cwp-processing-post-content p:nth-child(3) {
width: 35%;
}
@keyframes shine {
to {
background-position-x: -200%;
}
} .cwp-archive-container .cwp-archive-content-map {
height: 400px;
padding: 0;
}
#archive-map {
border-radius: 10px;
height: 100%;
margin: 0 0 15px 0;
position: relative;
width: 100%;
} .cwp-pagination {
display: block;
margin: 30px 0;
}
.cwp-pagination ul {
align-items: center;
display: flex;
justify-content: center;
}
.cwp-pagination ul li {
list-style: none;
line-height: 12px;
}
.cwp-pagination ul li a,
.cwp-pagination ul li a:focus {
color: #7e84a3;
margin: 0 10px;
padding: 5px;
font-size: 16px;
font-weight: 500;
}
.cwp-pagination ul li.active a {
background: #007BFF !important;
border-radius: 5px;
color: #fff;
padding: 10px 18px;
}
.cwp-pagination ul li svg {
display: block;
}
.cwp-filtered-result-count {
margin: 0 auto 0 0;
} .cwp-reset-search-filters p {
font-weight: bold;
margin: 0;
width: 80%;
pointer-events: none;
}
@media screen and (max-width: 768px) {
.cwp-search-filters-fields {
display: none;
}
.cwp-reset-search-filters p {
pointer-events: auto;
}
div#headerimg h1 {
font-size: 44px;
}
.cwp-archive-container {
padding: 20px 30px;
}
.cwp-archive-container .cwp-archive-content-container {
padding: 0 0px;
}
select#cwp-sorting-filter, select#cwp-order-filter {
width: 50%;
}
.cwp-post {
margin: 10px 0px;
}
.list-view .cwp-post-content {
padding: 4px 18px;
}
.list-view .cwp-post-thumbnail {
height: 150px !important;
}
.list-view ul.cwp-post-terms {
padding: 9px 20px 0 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.cwp-post-content h4 {
font-size: 16px;
font-weight: bold;
line-height: 1.3;
margin: 0 0 3px 0;
}
.cwp-post-content {
padding: 5px 8px 7px 10px;
}
.cwp-post-terms {
padding: 3px 10px 5px 10px;
line-height: 18px;
}
.cwp-post {
margin: 10px 10px;
}
.cwp-post-thumbnail {
height: 135px;
width: 100%;
}
.cwp-post-terms li a,
.cwp-post-content p {
font-size: 12px;
}
.cwp-archive-container .cwp-archive-content-container {
padding: 0 20px;
}
#cwp-sorting-filter, #cwp-order-filter {
width: 38% !important;
}
.cwp-archive-container .cwp-archive-content-map {
height: 250px;
}
.cwp-search-filters-fields .cwp-field-container {
padding: 0 !important;
}
ul.cwp-field-checkbox-container li label,
ul.cwp-field-radio-container li label {
font-size: 12px;
}
.cwp-search-field label,
.cwp-switch-container label {
display: block;
font-size: 14px;
}
.cwp-search-filters-fields input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.cwp-search-filters-fields input[type=number]::-webkit-inner-spin-button,
.cwp-search-filters-fields input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.cwp-archive-container.cwp-active-ajax .cwp-archive-content-container::after {
height: 52%;
left: 16px;
}
}* {
box-sizing: border-box;
}
.cwp-frontend-form-container .size-1-1 {
width: calc(100% - 0px) !important;
}
.cwp-frontend-form-container .size-1-2 {
width: calc(50% - 0px) !important;
}
.cwp-frontend-form-container .size-1-3 {
width: calc(33% - 0px) !important;
}
.cwp-frontend-form-container .size-1-4 {
width: calc(25% - 0px) !important;
}
.cwp-frontend-form-container .size-2-3 {
width: calc(65% - 0px) !important;
}
.cwp-frontend-form-container .size-3-4 {
width: calc(75% - 0px) !important;
}
input,
textarea,
select,
.select2-container--default .select2-selection--single {
border: 0.1rem solid #E0E0E0;
border-radius: 5px;
outline: none;
padding: 10px;
width: 100%;
}
.cwp-field-container.cwp-field-color input[type=color] {
width: 66px;
height: 27px;
cursor: pointer;
padding: 1px 2px;
}
select {
background: #ffffff;
cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
cursor: pointer;
height: 15px;
margin: 0 6px 0 0 !important;
padding: 0;
width: 15px;
}
.cwp-frontend-section-container .cwp-field-container p.description {
font-size: 11px;
padding: 3px 10px;
margin: 0 0 10px 0;
background: #f5f5f5;
display: inline-block;
border-radius: 5px;
}
ul.cwp-field-checkbox-container,
ul.cwp-field-radio-container {
display: flex;
flex-wrap: wrap;
}
ul.cwp-field-checkbox-container li,
ul.cwp-field-radio-container li {
margin: 0 10px 0 0;
}
ul.cwp-field-checkbox-container .cwp-field-checkbox,
ul.cwp-field-radio-container .cwp-field-radio {
align-items: center;
display: flex;
flex-wrap: wrap;
}
ul.cwp-field-checkbox-container li label,
ul.cwp-field-radio-container li label {
cursor: pointer;
font-size: 14px;
font-weight: 300;
margin-bottom: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
margin: 0;
padding: 0;
} span.select2-selection.select2-selection--single {
height: unset;
border: 0.1rem solid #dcd7ca;
}
span.select2-selection.select2-selection--single span.select2-selection__rendered {
font-size: 14px;
padding: 0;
line-height: 16px;
}
span.select2-selection.select2-selection--single span.select2-selection__arrow {
top: 6px;
right: 5px;
}
.select2-results ul.select2-results__options li {
font-size: 14px;
padding: 5px 10px;
margin: 0px;
}
.logged-in span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
margin-top: 30px;
border: 0.1rem solid #dcd7ca;
}       span.select2.select2-container .selection span.select2-selection.select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
width: fit-content;
}   .cwp-field-password {
position: relative;
}
.cwp-field-password input {
padding-right: 30px;
}
.cwp-field-password .show-password {
position: absolute;
top: 56%;
right: 16px;
cursor: pointer;
color: #a0a0a0;
}  .cwp-search-field-text {
position: relative;
}
.cwp-search-dropdown-fields {
background: #fff;
border: 1px solid #CECECE;
position: absolute;
left: 10px;
width: 97%;
max-height: 200px;
overflow: auto;
border-radius: 5px;
}
.cwp-search-dropdown-fields li {
background: aliceblue;
}
.cwp-search-dropdown-fields li a {
padding: 4px 13px;
font-size: 16px;
text-transform: capitalize;
text-decoration: none;
}
.cwp-search-dropdown-fields a:hover {
text-decoration: underline;
}
.cwp-search-dropdown-fields li {
display: flex;
flex-wrap: wrap;
} .cwp-search-form {
background: #ffffff;
border-radius: 5px;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
display: block;
padding: 20px 15px;
}
.elementor-tabs .cwp-search-form {
padding: 0;
box-shadow: none;
}
.search-form-fields {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.cwp-field-container {
margin-bottom: 15px;
padding: 0 10px;
width: 100%;
}
.cwp-search-field label,
.cwp-switch-container label {
display: block;
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
}
.cwp-search-filters-fields ul.cwp-field-checkbox-container,
.cwp-search-filters-fields ul.cwp-field-radio-container {
margin: 0;
}
.cwp-range-number-fields {
display: flex;
}
.cwp-range-number-fields .cwp-range-number-field {
position: relative;
width: 100%;
}
.cwp-range-number-fields .cwp-range-number-field label {
background: #ffffff;
font-size: 12px !important;
font-weight: 400 !important;
left: 2px;
margin: 0;
padding: 0 10px;
position: absolute;
top: -9px;
z-index: 99;
}
span.cwp-range-number-field-seprator {
margin: 10px 5px;
font-size: 10px;
}
.cwp-field-google-address-input-container {
position: relative;
}
.cwp-field-google-address-input-container input {
padding-right: 50px;
}
.cwp-field-google-address-input-container svg {
cursor: pointer;
position: absolute;
right: 10px;
top: 12px;
}
.cwp-submit-search {
background: #007bff;
border: 1px solid #007BFF;
color: #fff;
border-radius: 5px;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
height: 38px;
margin: 20px 10px 20px 0;
padding: 0;
text-decoration: none;
text-shadow: none;
width: 100%;
}
.size-1-4 button.cwp-submit-search,
.size-1-3 button.cwp-submit-search,
.size-1-2 button.cwp-submit-search,
.size-2-3 button.cwp-submit-search,
.size-3-4 button.cwp-submit-search {
margin-bottom: 0px;
margin-top: 35px;
}
.cwp-submit-search:hover {
background: #2271b1;
color: #ffffff;
} .cwp-frontend-section-container {
margin-bottom: 50px;
}
.cwp-frontend-section-heading-container {
background: #f4f4f4;
border: 1px solid #e0e0e0;
border-radius: 5px 5px 0 0;
font-size: 14px;
font-weight: 500;
padding: 15px 25px;
}
.cwp-frontend-section-heading-container h2 {
font-size: 20px;
font-weight: 700;
letter-spacing: 0.3px;
margin: 0;
word-spacing: 5px;
}
.cwp-frontend-section-heading-container p {
margin: 0;
}
.cwp-frontend-section-content-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
border: 1px solid #e0e0e0;
border-radius: 0 0 5px 5px;
border-top: 0;
padding: 15px;
background: #fff;
}
.cwp-frontend-section-container .cwp-field-container {
margin: 0 0 20px 0;
width: 100%;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container label {
display: block;
cursor: pointer;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
margin-bottom: 5px;
word-spacing: 2px;
}
.cwp-field-container .cwp-field-checkbox-container,
.cwp-field-container .cwp-field-radio-container {
display: flex;
flex-wrap: wrap;
}
.cwp-field-checkbox-container .cwp-field-checkbox,
.cwp-field-radio-container .cwp-field-radio {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-right: 10px;
}
.cwp-field-checkbox-container .cwp-field-checkbox label,
.cwp-field-radio-container .cwp-field-radio label {
margin: 0px !important;
font-weight: 400 !important;
} .cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container .cwp-required-field-notice {
background: #ffe6e6;
border-left: #d12626 solid 3px;
border-radius: 3px;
color: #d12626;
margin-bottom: 10px;
width: calc(100% - 3px);
}
.cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container .cwp-required-field-notice p {
font-size: 13px;
padding: 8px 10px;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container span.select2-selection--multiple {
border: 0.1rem solid #dcd7ca;
border-radius: 5px;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-add-new-repeating-field:hover svg {
fill: #000000;
}
.cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container label span.cwp-required {
color: red;
} .cwp-file-field-container {
align-items: center;
display: flex;
justify-content: flex-start;
}
.cwp-file-field-container .cwp-file-field-preview {
border-radius: 5px;
display: none;
height: 110px;
margin: 0 0 20px 15px;
overflow: hidden;
position: relative;
width: calc(100% - 50%);
}
.cwp-file-field-container .cwp-file-field-preview span {
background: #000000;
border-radius: 50%;
color: #ffffff;
cursor: pointer;
opacity: 0;
padding: 4px 5px 0 5px;
position: absolute;
right: 5px;
text-align: center;
top: 0;
transition: 300ms;
z-index: 9;
}
.cwp-file-field-container .cwp-file-field-preview p {
background: #000000;
bottom: -10px;
color: #ffffff;
font-size: 13px;
left: 0;
letter-spacing: 1px;
line-height: 1;
margin: 0;
opacity: 0;
padding: 5px;
position: absolute;
transition: 300ms;
width: 100%;
}
.cwp-file-field-container .cwp-file-field-preview:hover p {
bottom: 0;
opacity: 1;
}
.cwp-file-field-container .cwp-file-field-preview:hover span {
opacity: 1;
top: 5px;
}
.cwp-file-field-container .cwp-file-field-preview img {
height: 100%;
object-fit: cover;
width: 100%;
}
.cwp-file-field-container .cwp-file-field {
border: 2px dashed #000000;
border-radius: 5px;
cursor: pointer;
margin: 0 0 20px 0;
padding: 15px;
position: relative;
width: 100%;
}
.cwp-file-field-container .cwp-file-field>span {
align-items: center;
display: flex;
height: 40px;
justify-content: center;
margin: 0 auto 5px auto;
text-align: center;
}
.cwp-file-field-container .cwp-file-field>span>svg {
height: 30px;
width: 30px;
}
.cwp-file-field-container .cwp-file-field>p {
align-items: center;
display: flex;
justify-content: center;
margin: 0 0 0 0;
text-align: center;
}
.cwp-file-field-container .cwp-file-field>p:after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.cwp-file-field-container .cwp-file-field>input[type=file] {
display: none;
} .cwp-gallery-field-container {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.cwp-gallery-field-container .cwp-gallery-field-preview {
border-radius: 5px;
display: none;
height: 110px;
margin: 0 20px 20px 0;
min-width: 155px;
overflow: hidden;
position: relative;
width: calc((100% / 3) - 14px);
}
.cwp-gallery-field-container .cwp-gallery-field-preview:nth-child(3n - 1) {
margin-right: 0;
}
.cwp-gallery-field-container .cwp-gallery-field-preview span {
background: #000000;
border-radius: 50%;
color: #ffffff;
cursor: pointer;
opacity: 0;
padding: 4px 5px 0 5px;
position: absolute;
right: 5px;
text-align: center;
top: 0;
transition: 300ms;
z-index: 9;
}
.cwp-gallery-field-container .cwp-gallery-field-preview p {
background: #000000;
bottom: -10px;
color: #ffffff;
font-size: 13px;
left: 0;
letter-spacing: 1px;
line-height: 1.3;
margin: 0;
opacity: 0;
padding: 5px;
position: absolute;
transition: 300ms;
width: 100%;
}
.cwp-gallery-field-container .cwp-gallery-field-preview:hover p {
bottom: 0;
opacity: 1;
}
.cwp-gallery-field-container .cwp-gallery-field-preview:hover span {
opacity: 1;
top: 5px;
}
.cwp-gallery-field-container .cwp-gallery-field-preview img {
height: 100%;
object-fit: cover;
width: 100%;
}
.cwp-gallery-field-container .cwp-gallery-field {
border: 2px dashed #000000;
border-radius: 5px;
cursor: pointer;
margin: 0 0 20px 0;
padding: 15px;
position: relative;
width: 100%;
}
.cwp-gallery-field-container .cwp-gallery-field>span {
align-items: center;
display: flex;
height: 40px;
justify-content: center;
margin: 0 auto 5px auto;
text-align: center;
}
.cwp-gallery-field-container .cwp-gallery-field>span>svg {
height: 30px;
width: 30px;
}
.cwp-gallery-field-container .cwp-gallery-field>p {
align-items: center;
display: flex;
justify-content: center;
margin: 0 0 0 0;
text-align: center;
}
.cwp-gallery-field-container .cwp-gallery-field>p:after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.cwp-gallery-field-container .cwp-gallery-field>.cwp-gallery-field-inputs>input[type=file] {
display: none;
} .cwp-field-container.cwp-field-range {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.cwp-field-container.cwp-field-range label {
width: 100%;
}
.cwp-field-container.cwp-field-range .description {
width: 100%;
}
.cwp-field-container.cwp-field-range input[type=range] {
width: calc(100% - 65px);
}
.cwp-field-container.cwp-field-range .cubewp-current-value {
width: 50px;
display: flex;
justify-content: center;
align-items: center;
background: #f5f5f5;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
} .cwp-switch-container .cwp-switch {
display: flex !important;
justify-content: space-evenly;
align-items: center;
position: relative;
border-radius: 6px;
overflow: hidden;
width: 75px;
height: 30px;
cursor: pointer;
line-height: 30px;
}
.cwp-switch .cwp-switch-field {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
z-index: 4;
}
.cwp-switch .cwp-switch-slider {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #e3e3e3;
}
.cwp-switch .cwp-switch-text-no,
.cwp-switch .cwp-switch-text-yes
{
position: relative;
z-index: 3;
padding: 0;
transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
color: #000000;
user-select: none;
font-weight: normal;
font-size: 13px;
}
.cwp-switch .cwp-switch-text-no {
color: #000000;
}
.cwp-switch .cwp-switch-slider:before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 3px;
width: calc(50% - 3px);
height: calc(100% - 6px);
z-index: 2;
background: #fff;
border-radius: 4px;
transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.cwp-switch .cwp-switch-field:checked ~ .cwp-switch-slider {
background: #007cba;
}
.cwp-switch .cwp-switch-field:checked ~ .cwp-switch-slider:before {
left: calc(50% - 2px);
width: calc(50% - 1px);
}
.cwp-switch .cwp-switch-field:checked ~ .cwp-switch-text-no {
color: #fff;
}
.cwp-switch .cwp-switch-field:checked ~ .cwp-switch-text-yes {
color: #000000;
} .cwp-ui-datepicker .ui-datepicker {
background: #ffffff;
border: 1px solid #dddddd !important;
border-radius: 5px;
box-shadow: 0 8px 10px 0 rgb(0 0 0 / 52%);
padding: 20px;
width: 20%;
font-size: 12px;
z-index: 99 !important;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
border: 0;
background: unset;
font-weight: normal;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev,
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
color: #0b91ea;
cursor: pointer;
margin-bottom: 15px;
position: relative;
width: 50%;
left: unset;
top: unset;
height: unset;
font-size: 14px;
border: 0;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span,
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next span {
display: block;
text-indent: unset;
margin: 0;
position: relative;
left: unset;
top: unset;
background: unset;
background-image: unset;
width: unset;
height: unset;
}
a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
text-decoration: underline;
background: unset;
}
a.ui-datepicker-next {
text-align: end;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
display: flex;
justify-content: space-between;
margin: 0;
margin-bottom: 15px;
width: 100%;
line-height: unset;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
cursor: pointer;
}
.cwp-ui-datepicker .ui-datepicker table.ui-datepicker-calendar {
width: 100%;
}
.cwp-ui-datepicker .ui-datepicker tbody tr td {
text-align: center;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 15px;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button {
cursor: pointer;
}
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year,
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
border: 1px solid #dcd7ca;
height: 25px;
padding: 0 5px;
width: 30%;
font-size: 14px;
line-height: 20px;
border-radius: 5px;
}
.cwp-ui-datepicker .ui-datepicker .ui-timepicker-div .ui_tpicker_hour .ui_tpicker_hour_slider select,
.cwp-ui-datepicker .ui-datepicker .ui-timepicker-div .ui_tpicker_minute .ui_tpicker_minute_slider select,
.cwp-ui-datepicker .ui-datepicker .ui-timepicker-div .ui_tpicker_second .ui_tpicker_second_slider select {
padding: 7px;
} .cwp-frontend-section-content-container .cwp-field-repeating_field p.description {
font-size: 14px;
font-weight: 400;
margin: 0 0 10px 0;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-add-new-repeating-field {
width: 100%;
background: #ffffff;
border: 1px solid #007BFF;
border-radius: 5px;
color: #007BFF;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
margin: 10px 0 0 auto;
padding: 10px;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-add-new-repeating-field:hover {
background: #007BFF;
color: #ffffff;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-add-new-repeating-field svg {
display: inline-block;
fill: #2271b1;
;
margin-right: 15px;
}
.cwp-frontend-form-container .cwp-user-form-submit .tab-content .cwp-frontend-section-container .cwp-field-container .cwp-repeating-field-container .cwp-repeating-field-wrapper button:hover svg {
fill: #ffffff;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field {
margin: 0 0 20px 0;
padding: 15px 0 0 0;
}
.cwp-repeating-single-field-actions {
display: block;
background: #f4f4f4;
width: 100%;
cursor: pointer;
height: 45px;
padding: 10px 15px;
border: 1px solid #e0e0e0;
border-radius: 5px 5px 0 0;
}
.cwp-repeating-single-field-actions.cubewp-collapse {
border-radius: 5px;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field .cwp-repeating-single-field-move {
cursor: pointer;
display: inline-block;
float: left;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field .cwp-repeating-single-field-collapse {
cursor: pointer;
display: inline-block;
float: right;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field .cwp-repeating-single-field-remove {
cursor: pointer;
display: inline-block;
float: right;
margin-right:15px;
}
.cwp-repeating-single-field-actions.cubewp-collapse .cwp-repeating-single-field-collapse {
transform: rotate(180deg);
margin: -10px 4px 0 -4px;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field .cwp-repeating-single-field-content {
border: 1px solid #e0e0e0;
width: 100%;
border-radius: 0 0 5px 5px;
padding: 10px;
}
.cwp-frontend-form-container input[type=submit] {
background: #007bff;
border: 1px solid #2271b1;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 500;
margin: 0 auto 20px;
padding: 12px;
text-decoration: none;
text-shadow: none;
width: 100%;
}
.cwp-frontend-form-container input[type=submit]:hover {
background: #2271b1;
color: #ffffff;
}
.cubewp-date-range-picker {
display: flex;
}
.cubewp-date-range-picker .cubewp-date-range-picker-field {
position: relative;
width: 100%;
}
.cubewp-date-range-picker .cubewp-date-range-picker-field label {
background: #ffffff;
font-size: 12px !important;
font-weight: 400 !important;
left: 2px;
margin: 0;
padding: 0 10px;
position: absolute;
top: -9px;
z-index: 99;
}
.cubewp-date-range-picker-field-seprator {
margin: 10px 5px;
font-size: 10px;
}
.cwp-hide {
display: none !important;
}
.search-form-fields .cwp-address-range {
display: none !important;
}
.cwp-address-range {
width: 100%;
}
.cwp-address-range label {
line-height: 1;
margin: 15px 0 10px;
}
.cwp-address-range .range {
margin: 0;
padding: 0;
border: none;
}
.cwp-address-range p {
margin: 5px 0 0 0;
font-size: 14px;
line-height: 1;
}
.cubewp-address-manually {
font-size: 12px;
font-weight: 400;
margin: 0 0 0 10px;
line-height: 1;
color: #007bff;
cursor: pointer;
}
.cwp-field-google_address .latitude[type=text] {
margin: 10px 0;
}
.cubewp-address-manually.cubewp-active {
color: #000;
} @media screen and (max-width: 480px) {
.cwp-field-container,
.cwp-frontend-section-container .cwp-field-container,
.cwp-field-text.form-group {
width: calc(100% - 0px) !important;
}
div#ui-datepicker-div {
left: 26.406px !important;
}
.cwp-ui-datepicker .ui-datepicker {
width: 87%;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field {
display: block;
width: 110%;
padding: 15px 0 0 0;
}
.cwp-repeating-single-field-move {
left: -12px !important;
top: 0px !important;
}
.cwp-repeating-single-field-remove {
right: 12px !important;
}
.cwp-gallery-field-container .cwp-gallery-field-preview {
min-width: 42%;
margin: 10px;
}
.cwp-archive-toggle-Listing-style {
display: none;
}
}
.cwp_email_verification, .cwp_otp_verification {
border: 1px solid #6b7f88;
border-radius: 5px;
padding: 2px 8px;
cursor: pointer;
margin-left: 10px;
display: inline-block;
font-size: 13px;
margin-bottom: 10px;
}
.cwp-user-profile-actions {
margin: 0 0 25px 0;
display: flex;
justify-content: space-between;
}
.cwp-user-profile-actions a {
background: none;
border: 0;
color: #3345ff;
text-decoration: underline;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}   .yb-business-hours-display {
margin-bottom: 20px;
width: 100%;
float: left;
}
.yb-business-hours-display .business-hours {
padding: 10px 20px;
border-bottom: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
border-left: 1px solid #E0E0E0;
float: left;
width: 100%;
line-height: 27px;
}
.yb-business-hours-display .business-hours:last-child {
border: 1px solid #E0E0E0;
border-top: none;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.yb-business-hours-display .business-hours:first-child {
border: 1px solid #E0E0E0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.yb-business-hours-display .business-hours span {
font-weight: 400;
color: #7f7f7f;
font-size: 14px;
float: left;
}
.yb-business-hours-display .business-hours span.weekday {
font-weight: 500;
text-transform: capitalize;
color: #000000;
font-size: 15px;
width: 30%;
}
.yb-business-hours-display .business-hours span.open {
width: 65px;
}
.yb-business-hours-display .business-hours span.dash {
float: left;
width: 7px;
}
.yb-business-hours-display .business-hours span.close {
float: left;
margin-left: 15px;
width: 60px;
}
.yb-business-hours-display .business-hours a.remove-business-hours {
color: #000000;
float: right;
}
.yb-business-hours-fields {
display: inline-flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 16px;
}
.yb-business-hours-fields .cwp-field-container {
padding: 0;
width: calc(33.3% - 40px) !important;
margin-bottom: 0px !important;
}
.yb-business-hours-fields .cwp-field-container:nth-child(2) {
margin: 0 15px;
}
.yb_business_hour_fulldayopen {
display: flex;
margin-left: 14px;
align-items: center;
}
.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container .yb_business_hour_fulldayopen label {
font-size: 12px;
display: inline-block;
margin: 0;
letter-spacing: 0.1px;
word-spacing: 0px;
}
button.cwp-add-new-business-hour {
float: right;
background: #007bff;
border: none;
padding: 10px 14px;
border-radius: 5px;
cursor: pointer;
}
button.cwp-add-new-business-hour svg {
color: #ffffff;
display: block;
stroke: #fff;
}
@media screen and (max-width: 480px) {
.yb-business-hour-fields .cwp-field-container {
padding: 0;
width: 100% !important;
margin: 0 0 20px 0 !important;
}
.yb_business_hour_fulldayopen {
margin-left: 0;
}
} .yb-business-hours {
width: 100%;
}
.yb-business-hours .cwp-cpt-single-field-container {
margin: 0 0 8px 0;
}
.yb-business-hours p {
color: #898886;
font-size: 14px;
margin: 0;
}
.yb-business-hours h6 {
font-size: 14px;
font-weight: 500;
margin: 0;
text-transform: capitalize;
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
left: 0;
position: absolute;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-drag: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
height: 1600px;
-webkit-transform-origin: 0 0;
width: 1600px;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 0;
width: 0;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane {
z-index: 400;
}
.leaflet-tile-pane {
z-index: 200;
}
.leaflet-overlay-pane {
z-index: 400;
}
.leaflet-shadow-pane {
z-index: 500;
}
.leaflet-marker-pane {
z-index: 600;
}
.leaflet-tooltip-pane {
z-index: 650;
}
.leaflet-popup-pane {
z-index: 700;
}
.leaflet-map-pane canvas {
z-index: 100;
}
.leaflet-map-pane svg {
z-index: 200;
}
.leaflet-vml-shape {
height: 1px;
width: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
pointer-events: visiblePainted; pointer-events: auto;
position: relative;
z-index: 800;
}
.leaflet-top,
.leaflet-bottom {
pointer-events: none;
position: absolute;
z-index: 1000;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
clear: both;
float: left;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #dddddd;
outline: 0;
}
.leaflet-container a {
color: #0078a8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
background: rgba(255, 255, 255, 0.5);
border: 2px dotted #3388ff;
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #ffffff;
border-bottom: 1px solid #cccccc;
color: black;
display: block;
height: 26px;
line-height: 26px;
text-align: center;
text-decoration: none;
width: 26px;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.leaflet-bar a.leaflet-disabled {
background-color: #f4f4f4;
color: #bbbbbb;
cursor: default;
}
.leaflet-touch .leaflet-bar a {
height: 30px;
line-height: 30px;
width: 30px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px "Lucida Console", Monaco, monospace;
text-indent: 1px;
}
.leaflet-control-zoom-out {
font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
font-size: 24px;
} .leaflet-control-layers {
background: #ffffff;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-control-layers-toggle {
background-image: url(//www.qualipro-cfi.org/wp-content/plugins/cubewp-framework/cube/assets/lib/leaflet/images/layers.png);
height: 36px;
width: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.qualipro-cfi.org/wp-content/plugins/cubewp-framework/cube/assets/lib/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
height: 44px;
width: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
background: #ffffff;
color: #333333;
padding: 6px 10px 6px 6px;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
border-top: 1px solid #dddddd;
height: 0;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//www.qualipro-cfi.org/wp-content/plugins/cubewp-framework/cube/assets/lib/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #ffffff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
color: #333333;
padding: 0 5px;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
background: #ffffff;
background: rgba(255, 255, 255, 0.5);
border: 2px solid #777777;
border-top: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 11px;
line-height: 1.1;
overflow: hidden;
padding: 2px 5px 1px;
white-space: nowrap;
}
.leaflet-control-scale-line:not(:first-child) {
border-bottom: none;
border-top: 2px solid #777777;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0.2);
} .leaflet-popup {
margin-bottom: 20px;
position: absolute;
text-align: center;
}
.leaflet-popup-content-wrapper {
border-radius: 12px;
padding: 1px;
text-align: left;
}
.leaflet-popup-content {
line-height: 1.4;
margin: 13px 19px;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
height: 20px;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
position: absolute;
width: 40px;
}
.leaflet-popup-tip {
height: 17px;
margin: -10px auto 0;
padding: 1px;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 17px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
color: #333333;
}
.leaflet-container a.leaflet-popup-close-button {
background: transparent;
border: none;
color: #c3c3c3;
font: 16px/14px Tahoma, Verdana, sans-serif;
font-weight: bold;
height: 14px;
padding: 4px 4px 0 0;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 0;
width: 18px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999999;
}
.leaflet-popup-scrolled {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
margin: 0 auto;
width: 24px;
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999999;
} .leaflet-div-icon {
background: #ffffff;
border: 1px solid #666666;
}  .leaflet-tooltip {
background-color: #ffffff;
border: 1px solid #ffffff;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
color: #222222;
padding: 6px;
pointer-events: none;
position: absolute;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
white-space: nowrap;
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
background: transparent;
border: 6px solid transparent;
content: "";
pointer-events: none;
position: absolute;
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
border-top-color: #ffffff;
bottom: 0;
margin-bottom: -12px;
}
.leaflet-tooltip-bottom:before {
border-bottom-color: #ffffff;
margin-left: -6px;
margin-top: -12px;
top: 0;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
margin-top: -6px;
top: 50%;
}
.leaflet-tooltip-left:before {
border-left-color: #ffffff;
margin-right: -12px;
right: 0;
}
.leaflet-tooltip-right:before {
border-right-color: #ffffff;
left: 0;
margin-left: -12px;
} .leaflet-control-fullscreen a {
background: #ffffff url(//www.qualipro-cfi.org/wp-content/plugins/cubewp-framework/cube/assets/lib/leaflet/fullscreen.png) no-repeat 0 0;
background-size: 26px 52px;
}
.leaflet-touch .leaflet-control-fullscreen a {
background-position: 2px 2px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
background-position: 0 -26px;
}
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
background-position: 2px -24px;
} .leaflet-container:-webkit-full-screen {
height: 100% !important;
width: 100% !important;
}
.leaflet-container.leaflet-fullscreen-on {
height: 100% !important;
width: 100% !important;
}
.leaflet-pseudo-fullscreen {
height: 100% !important;
left: 0 !important;
position: fixed !important;
top: 0 !important;
width: 100% !important;
z-index: 99999;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
.leaflet-control-fullscreen a {
background-image: url(//www.qualipro-cfi.org/wp-content/plugins/cubewp-framework/cube/assets/lib/leaflet/fullscreen@2x.png);
}
}.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
} .leaflet-oldie .marker-cluster-small {
background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
background-color: rgb(241, 128, 23);
}
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
} .leaflet-popup-content {
margin: 0;
border: none;
overflow: hidden;
}
.leaflet-popup-content-wrapper {
padding: 0;
}
.cwp-map-popover {
width: 150px;
min-height: 150px;
position: relative;
border-radius: 12px;
overflow: hidden;
}
.cwp-map-popover img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cwp-map-popover h3 {
width: 100%;
letter-spacing: 1px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 5px 10px 10px;
text-align: center;
font-size: 12px;
line-height: 20px;
margin: 0 0 0 0;
}.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:normal;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:rgba(0,0,0,0);color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:13px;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width: 499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px !important;line-height:1.4 !important}}@media screen and (max-width: 499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width: 499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px !important;line-height:1.4 !important}}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:rgba(0,0,0,0);border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width: 500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width: 500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@media screen and (max-width: 499px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}}.mailpoet_form_tight_container .mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_tight_container .mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}.mailpoet_form_column{display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@media screen and (min-width: 500px){.mailpoet_form_form:not(.mailpoet_form_tight_container) .mailpoet_column_with_background .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0 !important}}@media screen and (max-width: 499px){.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}}.mailpoet_form_tight_container .mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_form_tight_container .mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100% !important;overflow-y:auto !important;position:fixed;top:0;width:100% !important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block !important;float:none !important;margin:auto;position:static !important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100% !important;opacity:.7;position:fixed;top:0;width:100% !important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%, -50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100% !important;overflow-y:auto;position:fixed;width:100% !important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width: 500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width: 500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width: 499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width: 499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width: 499px){.mailpoet_form .mailpoet-heading{font-size:18px !important;line-height:1.4 !important;margin:12.6px 0 !important}}@media screen and (max-width: 499px){h1.mailpoet-heading{font-size:23px !important;line-height:1.4 !important;margin:16.1px 0 !important}}@media screen and (max-width: 499px){h2.mailpoet-heading{font-size:20px !important;line-height:1.4 !important;margin:14px 0 !important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet-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;width:1px;word-wrap:normal !important}.mailpoet-screen-reader-text:focus{background-color:#ddd;clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%, -20%)}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%, -80%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%, -35%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-in{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(0.8) translate(-60%, -60%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%, -50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%, -50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}