.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0;
}
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 34px;
}
.select2-container--default
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
padding-right: 5px;
font-weight: bold;
}
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 34px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled
.select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
list-style: none;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
float: right;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
border: solid black 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
padding-left: 0;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
display: none;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
float: right;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open
.select2-selection--multiple {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
color: grey;
}
.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb;
}.ez-media-uploader {
position: relative;
padding: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 250px;
border: 2px dashed #ccc;
background-color: #f1f1f1;
border-radius: 5px;
}
.ezmu__old-files,
.ezmu-dictionary {
display: none;
}
.ezmu__media-picker-section,
.ezmu__preview-section,
.ezmu__status-section {
display: none;
width: 100%;
}
.ezmu__drop-zone-section {
display: none;
height: 100%;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 999;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
overflow: hidden;
background: #f2f2f2;
}
.ezmu__media-picker-section.show,
.ezmu__preview-section.show,
.ezmu__status-section.show {
display: block; }
.ezmu__media-picker-section.ezmu--show,
.ezmu__preview-section.ezmu--show,
.ezmu__status-section.ezmu--show {
display: block; }
.ez-media-uploader.highlight {
border-color: #2b2b2b;
}
.ez-media-uploader.highlight *,
.ez-media-uploader.drag-enter * {
pointer-events: none;
}
.ez-media-uploader.highlight .ezmu__drop-zone-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ezmu__media-picker-controls {
text-align: center;
}
.ezmu__media-picker-icon-wrap-upload {
margin-bottom: 20px;
display: inline-block;
margin-bottom: 20px;
width: 60px;
height: 60px;
vertical-align: bottom;
}
.ezmu__media-picker-icon-wrap-avater {
display: inline-block;
width: 100px;
height: 100px;
vertical-align: bottom;
}
.ezmu__icon {
display: inline-block;
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
width: 100%;
height: 100%;
-webkit-filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg) brightness(118%) contrast(119%);
filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.ezmu-icon-upload {
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/cloud-upload-alt-solid.svg);
}
.ezmu-icon-avater {
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/user-alt-solid.svg);
}
.ezmu__media-picker-buttons {
margin-top: 20px;
text-align: center;
}
.ezmu__upload-button-wrap {
display: inline-block;
}
input[type="file"].ezmu__file-input {
display: none;
}
input[type="file"].ezmu__file-input + .ezmu__input-label {
cursor: pointer;
}
.ezmu__btn {
display: inline-block;
margin-bottom: 0.5rem;
padding: 8px 15px;
color: #fff;
cursor: pointer;
border: none;
border-radius: 4px;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
background-color: #2b2b2b;
background-color:#fff;
color:#2b2b2b;
-webkit-box-shadow: 0 12px 8px -10px#ccc;
box-shadow: 0 12px 8px -10px#ccc;
}
.ezmu__btn:hover {
color: #fff;
background-color: #007bff;
}
.ezmu__loading-section {
display: none;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
background-color: #f2f2f2;
z-index: -99;
}
.ezmu__loading-section.ezmu--show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9999;
}
.ezmu__loading-icon {
font-size: 4rem;
}
.ezmu__loading-icon-img {
width: 64px;
height: auto;
-webkit-animation: ezmuSpin linear infinite 2s;
animation: ezmuSpin linear infinite 2s;
}
.ezmu__loading-icon-img-bg {
width: 64px;
height: 64px;
display: inline-block;
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/spinner-solid.svg);
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
-webkit-animation: ezmuSpin linear infinite 2s;
animation: ezmuSpin linear infinite 2s;
}
@-webkit-keyframes ezmuSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ezmuSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ezmu__thumbnail-list {
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;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
}
.ezmu__thumbnail-list-item {
position: relative;
border-radius: 5px;
overflow: hidden;
max-width: calc(50% - 7.5px);
-ms-flex-preferred-size: calc(50% - 7.5px);
flex-basis: calc(50% - 7.5px);
}
.ezmu__featured_tag {
position: absolute;
top: 5px;
left: 5px;
padding: 5px 10px;
color: #000;
border-radius: 3px;
display: inline-block;
font-size: 12px;
background-color: rgba(255, 255, 255, 0.8);
}
.ezmu__thumbnail-list-item_front {
position: absolute;
z-index: 99;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.ezmu__thumbnail-front-item {
position: absolute;
}
.ezmu__front-item__close {
right: 5px;
top: 5px;
}
.ezmu__front-item__close-icon {
position: relative;
width: 25px;
height: 25px;
border-radius: 50%;
color: #222;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
-webkit-transition: background-color ease-in .2s;
-o-transition: background-color ease-in .2s;
transition: background-color ease-in .2s;
background-color: rgba(255, 255, 255, 0.8);
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/times-solid-dark.svg);
background-repeat: no-repeat !important;
background-size: 8px;
background-position: center;
}
.ezmu__front-item__close-icon:hover {
color: #fff;
background-color: rgba(255, 0, 0, 0.7);
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/times-solid-light.svg);
}
.ezmu__front-item__close-icon-img {
width: 12px;
}
.ezmu__front-item__close-btn {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 99;
}
.ezmu__front-item__featured {
display: none;
top: 5px;
left: 5px;
}
.ezmu__front-item__featured.ezmu--show {
display: block;
}
.ezmu__front-item__featured-text {
position: static;
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 10px;
color: #000;
border-radius: 3px;
display: inline-block;
font-size: 12px;
}
.ezmu__front-item__thumbnail-size {
bottom: 5px;
right: 5px;
}
.ezmu__front-item__thumbnail-size-text {
position: static;
display: inline-block;
background-color: rgba(255, 255, 255, 0.8);
padding: 5px;
border-radius: 3px;
font-size: 12px;
}
.ezmu__front-item__thumbnail-size-text.has-error {
color: #fff;
background-color: rgba(255, 32, 32, 0.8);
}
.ezmu__front-item__sort-buttons {
position: absolute;
bottom: 5px;
left: 5px;
}
.ezmu__front-item__sort-button {
position: relative;
width: 30px;
height: 30px;
display: inline-block;
cursor: pointer;
text-align: center;
border: none;
-webkit-transition: background-color ease-in .1s;
-o-transition: background-color ease-in .1s;
transition: background-color ease-in .1s;
background-color: rgba(255, 255, 255, 0.8);
background-position: center;
background-repeat: no-repeat !important;
background-size: 12px;
font-size: 10px;
}
.ezmu__front-item__sort-button.ezmu--sort-up {
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/chevron-right-solid.svg);
border-radius: 0 3px 3px 0;
}
.ezmu__front-item__sort-button.ezmu--sort-down {
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/chevron-left-solid.svg);
border-radius: 3px 0 0 3px;
}
.ezmu__front-item__sort-button:hover {
background-color: rgba(255, 255, 255, 1);
}
.ezmu__front-item__sort-button-skin {
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 99;
}
.ezmu__thumbnail-list-item_back {
width: 140px;
height: 140px;
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;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #d4d4d4;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
.ezmu__thumbnail-list-item_back{
width: 100px;
height: 100px;
}
}
.ezmu__thumbnail-img {
display: block;
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.ezmu__thumbnail-img-bg {
display: block;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat !important;
background-size: 100px 100px;
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/file-solid.svg);
}
.ezmu__thumbnail-icon {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
-o-object-fit: contain;
object-fit: contain;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater {
min-width: 140px;
width: 140px;
height: 140px;
border-radius: 50%;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater{
min-width: 100px;
width: 100px;
height: 100px;
}
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__thumbnail-img {
-o-object-fit: cover;
object-fit: cover;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__front-item__close {
top: unset;
right: unset;
bottom: 10px;
left: 50%;
-webkit-transform: scale(0.9) translateX(-50%);
-ms-transform: scale(0.9) translateX(-50%);
transform: scale(0.9) translateX(-50%);
}
.ezmu__info-list {
padding: 0;
margin: 0;
text-align: center;
max-width: 800px;
width: 100%;
}
.ezmu__info-list-item {
list-style: none;
display: inline-block;
margin-bottom: 5px;
margin-right: 20px;
color:#777;
font-size: 14px;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.ezmu__info-list-item::before {
content: ' ';
display: inline-block;
margin-right: 5px;
margin-top: 4px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-position: center;
background-size: 8px 8px;
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/info-solid.svg);
background-color:#c4c4c4;
vertical-align: top;
border-radius: 50%;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.ezmu__info-list-item.is-featured {
color: #1aa663;
}
.ezmu__info-list-item.is-featured::before {
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
background-color: #1aa663;
}
.ezmu__info-list-item.has-error {
color: #f25454;
}
.ezmu__info-list-item.has-error::before {
background-image: url(//miamipresbytery.org/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
background-color: #f25454;
}
.ezmu_alert {
margin: 10px auto;
max-width: 300px;
width: 100%;
text-align: center;
padding: 5px;
border-radius: 3px;
color: gray;
background-color:#fff;
}
.ezmu_alert_error {
color:#600000;
background-color:#fbb;
}
.ezmu__titles-area {
display: block;
}
.ezmu__title-1,
.ezmu__title-2,
.ezmu__title-3 {
display: block;
margin-bottom: 1rem;
text-align: center;
}
.ezmu__title-1 {
font-size: 2rem;
}
.ezmu__title-2 {
font-size: 1.5rem;
}
.ezmu__title-3 {
font-size: 1.2rem;
}@font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal;
} :root {
--swiper-theme-color: #007aff; }
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(
--swiper-wrapper-transition-timing-function,
initial
);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
> .swiper-wrapper
> .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}  .swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(
to left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: var(--swiper-navigation-top-offset, 50%);
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
width: 100%;
height: 100%;
object-fit: contain;
transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-lock {
display: none;
} .swiper-button-prev:after,
.swiper-button-next:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
} :root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(
--swiper-pagination-bullet-width,
var(--swiper-pagination-bullet-size, 8px)
);
height: var(
--swiper-pagination-bullet-height,
var(--swiper-pagination-bullet-size, 8px)
);
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
} .swiper-pagination-progressbar {
background: var(
--swiper-pagination-progressbar-bg-color,
rgba(0, 0, 0, 0.25)
);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
:root { }
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
} .swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
} .swiper-slide-zoomed {
cursor: move;
touch-action: none;
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
} .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}body.stop-scrolling{
height:100%;
overflow:hidden
}
.sweet-overlay{
background-color:#000;
-ms-filter:"alpha(opacity=40)";
background-color:rgba(0,0,0,.4);
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
display:none;
z-index:10000
}
.sweet-alert{
background-color:#fff;
font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
width:478px;
padding:17px;
border-radius:5px;
text-align:center;
position:fixed;
left:50%;
top:50%;
margin-left:-256px;
margin-top:-200px;
overflow:hidden;
display:none;
z-index:99999
}
@media all and (max-width:540px){
.sweet-alert{
width:auto;
margin-left:0;
margin-right:0;
left:15px;
right:15px
}
}
.sweet-alert h2{
color:#575757;
font-size:30px;
text-align:center;
font-weight:600;
text-transform:none;
position:relative;
margin:25px 0;
padding:0;
line-height:40px;
display:block
}
.sweet-alert p{
color:#797979;
font-size:16px;
text-align:center;
font-weight:300;
position:relative;
text-align:inherit;
float:none;
margin:0;
padding:0;
line-height:normal
}
.sweet-alert fieldset{
border:0;
position:relative
}
.sweet-alert .sa-error-container{
background-color:#f1f1f1;
margin-left:-17px;
margin-right:-17px;
overflow:hidden;
padding:0 10px;
max-height:0;
webkit-transition:padding .15s,max-height .15s;
transition:padding .15s,max-height .15s
}
.sweet-alert .sa-error-container.show{
padding:10px 0;
max-height:100px;
webkit-transition:padding .2s,max-height .2s;
transition:padding .25s,max-height .25s
}
.sweet-alert .sa-error-container .icon{
display:inline-block;
width:24px;
height:24px;
border-radius:50%;
background-color:#ea7d7d;
color:#fff;
line-height:24px;
text-align:center;
margin-right:3px
}
.sweet-alert .sa-error-container p{
display:inline-block
}
.sweet-alert .sa-input-error{
position:absolute;
top:29px;
right:26px;
width:20px;
height:20px;
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5);
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
-webkit-transition:all .1s;
transition:all .1s
}
.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{
content:"";
width:20px;
height:6px;
background-color:#f06e57;
border-radius:3px;
position:absolute;
top:50%;
margin-top:-4px;
left:50%;
margin-left:-9px
}
.sweet-alert .sa-input-error::before{
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-input-error::after{
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-input-error.show{
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
.sweet-alert input{
width:100%;
box-sizing:border-box;
border-radius:3px;
border:1px solid #d7d7d7;
height:43px;
margin-top:10px;
margin-bottom:17px;
font-size:18px;
box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
padding:0 12px;
display:none;
-webkit-transition:all .3s;
transition:all .3s
}
.sweet-alert input:focus{
outline:0;
box-shadow:0 0 3px #c4e6f5;
border:1px solid #b4dbed
}
.sweet-alert input:focus::-moz-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input:focus:-ms-input-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input:focus::-webkit-input-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input::-moz-placeholder{
color:#bdbdbd
}
.sweet-alert input:-ms-input-placeholder{
color:#bdbdbd
}
.sweet-alert input::-webkit-input-placeholder{
color:#bdbdbd
}
.sweet-alert.show-input input{
display:block
}
.sweet-alert .sa-confirm-button-container{
display:inline-block;
position:relative
}
.sweet-alert .la-ball-fall{
position:absolute;
left:50%;
top:50%;
margin-left:-27px;
margin-top:4px;
opacity:0;
visibility:hidden
}
.sweet-alert button{
background-color:#8cd4f5;
color:#fff;
border:0;
box-shadow:none;
font-size:17px;
font-weight:500;
-webkit-border-radius:4px;
border-radius:5px;
padding:10px 32px;
margin:26px 5px 0 5px;
cursor:pointer
}
.sweet-alert button:focus{
outline:0;
box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}
.sweet-alert button:hover{
background-color:#7ecff4
}
.sweet-alert button:active{
background-color:#5dc2f1
}
.sweet-alert button.cancel{
background-color:#c1c1c1
}
.sweet-alert button.cancel:hover{
background-color:#b9b9b9
}
.sweet-alert button.cancel:active{
background-color:#a8a8a8
}
.sweet-alert button.cancel:focus{
box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important
}
.sweet-alert button[disabled]{
opacity:.6;
cursor:default
}
.sweet-alert button.confirm[disabled]{
color:transparent
}
.sweet-alert button.confirm[disabled]~.la-ball-fall{
opacity:1;
visibility:visible;
transition-delay:0
}
.sweet-alert button::-moz-focus-inner{
border:0
}
.sweet-alert[data-has-cancel-button=false] button{
box-shadow:none!important
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{
padding-bottom:40px
}
.sweet-alert .sa-icon{
width:80px;
height:80px;
border:4px solid gray;
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
margin:20px auto;
padding:0;
position:relative;
box-sizing:content-box
}
.sweet-alert .sa-icon.sa-error{
border-color:#f27474
}
.sweet-alert .sa-icon.sa-error .sa-x-mark{
position:relative;
display:block
}
.sweet-alert .sa-icon.sa-error .sa-line{
position:absolute;
height:5px;
width:47px;
background-color:#f27474;
display:block;
top:37px;
border-radius:2px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
left:17px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
right:16px
}
.sweet-alert .sa-icon.sa-warning{
border-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-body{
position:absolute;
width:5px;
height:47px;
left:50%;
top:10px;
-webkit-border-radius:2px;
border-radius:2px;
margin-left:-2px;
background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-dot{
position:absolute;
width:7px;
height:7px;
-webkit-border-radius:50%;
border-radius:50%;
margin-left:-3px;
left:50%;
bottom:10px;
background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-info{
border-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info::before{
content:"";
position:absolute;
width:5px;
height:29px;
left:50%;
bottom:17px;
border-radius:2px;
margin-left:-2px;
background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info::after{
content:"";
position:absolute;
width:7px;
height:7px;
border-radius:50%;
margin-left:-3px;
top:19px;
background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-success{
border-color:#a5dc86
}
.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{
content:"";
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
position:absolute;
width:60px;
height:120px;
background:#fff;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success::before{
-webkit-border-radius:120px 0 0 120px;
border-radius:120px 0 0 120px;
top:-7px;
left:-33px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:60px 60px;
transform-origin:60px 60px
}
.sweet-alert .sa-icon.sa-success::after{
-webkit-border-radius:0 120px 120px 0;
border-radius:0 120px 120px 0;
top:-11px;
left:30px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:0 60px;
transform-origin:0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder{
width:80px;
height:80px;
border:4px solid rgba(165,220,134,.2);
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
box-sizing:content-box;
position:absolute;
left:-4px;
top:-4px;
z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-fix{
width:5px;
height:90px;
background-color:#fff;
position:absolute;
left:28px;
top:8px;
z-index:1;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line{
height:5px;
background-color:#a5dc86;
display:block;
border-radius:2px;
position:absolute;
z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{
width:25px;
left:14px;
top:46px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{
width:47px;
right:8px;
top:38px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-custom{
background-size:contain;
border-radius:0;
border:0;
background-position:center center;
background-repeat:no-repeat
}
@-webkit-keyframes showSweetAlert{
0%{
transform:scale(.7);
-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);
-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);
-webkit-transform:scale(.95)
}
100%{
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes showSweetAlert{
0%{
transform:scale(.7);
-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);
-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);
-webkit-transform:scale(.95)
}
100%{
transform:scale(1);
-webkit-transform:scale(1)
}
}
@-webkit-keyframes hideSweetAlert{
0%{
transform:scale(1);
-webkit-transform:scale(1)
}
100%{
transform:scale(.5);
-webkit-transform:scale(.5)
}
}
@keyframes hideSweetAlert{
0%{
transform:scale(1);
-webkit-transform:scale(1)
}
100%{
transform:scale(.5);
-webkit-transform:scale(.5)
}
}
@-webkit-keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@-webkit-keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@-webkit-keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@-webkit-keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
@keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
.showSweetAlert[data-animation=pop]{
-webkit-animation:showSweetAlert .3s;
animation:showSweetAlert .3s
}
.showSweetAlert[data-animation=none]{
-webkit-animation:none;
animation:none
}
.showSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideFromTop .3s;
animation:slideFromTop .3s
}
.showSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideFromBottom .3s;
animation:slideFromBottom .3s
}
.hideSweetAlert[data-animation=pop]{
-webkit-animation:hideSweetAlert .2s;
animation:hideSweetAlert .2s
}
.hideSweetAlert[data-animation=none]{
-webkit-animation:none;
animation:none
}
.hideSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideToTop .4s;
animation:slideToTop .4s
}
.hideSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideToBottom .3s;
animation:slideToBottom .3s
}
@-webkit-keyframes animateSuccessTip{
0%{
width:0;
left:1px;
top:19px
}
54%{
width:0;
left:1px;
top:19px
}
70%{
width:50px;
left:-8px;
top:37px
}
84%{
width:17px;
left:21px;
top:48px
}
100%{
width:25px;
left:14px;
top:45px
}
}
@keyframes animateSuccessTip{
0%{
width:0;
left:1px;
top:19px
}
54%{
width:0;
left:1px;
top:19px
}
70%{
width:50px;
left:-8px;
top:37px
}
84%{
width:17px;
left:21px;
top:48px
}
100%{
width:25px;
left:14px;
top:45px
}
}
@-webkit-keyframes animateSuccessLong{
0%{
width:0;
right:46px;
top:54px
}
65%{
width:0;
right:46px;
top:54px
}
84%{
width:55px;
right:0;
top:35px
}
100%{
width:47px;
right:8px;
top:38px
}
}
@keyframes animateSuccessLong{
0%{
width:0;
right:46px;
top:54px
}
65%{
width:0;
right:46px;
top:54px
}
84%{
width:55px;
right:0;
top:35px
}
100%{
width:47px;
right:8px;
top:38px
}
}
@-webkit-keyframes rotatePlaceholder{
0%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
5%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
12%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
100%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
}
@keyframes rotatePlaceholder{
0%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
5%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
12%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
100%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
}
.animateSuccessTip{
-webkit-animation:animateSuccessTip .75s;
animation:animateSuccessTip .75s
}
.animateSuccessLong{
-webkit-animation:animateSuccessLong .75s;
animation:animateSuccessLong .75s
}
.sa-icon.sa-success.animate::after{
-webkit-animation:rotatePlaceholder 4.25s ease-in;
animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);
-webkit-transform:rotateX(100deg);
opacity:0
}
100%{
transform:rotateX(0);
-webkit-transform:rotateX(0);
opacity:1
}
}
@keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);
-webkit-transform:rotateX(100deg);
opacity:0
}
100%{
transform:rotateX(0);
-webkit-transform:rotateX(0);
opacity:1
}
}
.animateErrorIcon{
-webkit-animation:animateErrorIcon .5s;
animation:animateErrorIcon .5s
}
@-webkit-keyframes animateXMark{
0%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
50%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
80%{
transform:scale(1.15);
-webkit-transform:scale(1.15);
margin-top:-6px
}
100%{
transform:scale(1);
-webkit-transform:scale(1);
margin-top:0;
opacity:1
}
}
@keyframes animateXMark{
0%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
50%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
80%{
transform:scale(1.15);
-webkit-transform:scale(1.15);
margin-top:-6px
}
100%{
transform:scale(1);
-webkit-transform:scale(1);
margin-top:0;
opacity:1
}
}
.animateXMark{
-webkit-animation:animateXMark .5s;
animation:animateXMark .5s
}
@-webkit-keyframes pulseWarning{
0%{
border-color:#f8d486
}
100%{
border-color:#f8bb86
}
}
@keyframes pulseWarning{
0%{
border-color:#f8d486
}
100%{
border-color:#f8bb86
}
}
.pulseWarning{
-webkit-animation:pulseWarning .75s infinite alternate;
animation:pulseWarning .75s infinite alternate
}
@-webkit-keyframes pulseWarningIns{
0%{
background-color:#f8d486
}
100%{
background-color:#f8bb86
}
}
@keyframes pulseWarningIns{
0%{
background-color:#f8d486
}
100%{
background-color:#f8bb86
}
}
.pulseWarningIns{
-webkit-animation:pulseWarningIns .75s infinite alternate;
animation:pulseWarningIns .75s infinite alternate
}
@-webkit-keyframes rotate-loading{
0%{
transform:rotate(0)
}
100%{
transform:rotate(360deg)
}
}
@keyframes rotate-loading{
0%{
transform:rotate(0)
}
100%{
transform:rotate(360deg)
}
} .la-ball-fall,.la-ball-fall>div{
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.la-ball-fall{
display:block;
font-size:0;
color:#fff
}
.la-ball-fall.la-dark{
color:#333
}
.la-ball-fall>div{
display:inline-block;
float:none;
background-color:currentColor;
border:0 solid currentColor
}
.la-ball-fall{
width:54px;
height:18px
}
.la-ball-fall>div{
width:10px;
height:10px;
margin:4px;
border-radius:100%;
opacity:0;
-webkit-animation:ball-fall 1s ease-in-out infinite;
-moz-animation:ball-fall 1s ease-in-out infinite;
-o-animation:ball-fall 1s ease-in-out infinite;
animation:ball-fall 1s ease-in-out infinite
}
.la-ball-fall>div:nth-child(1){
-webkit-animation-delay:-.2s;
-moz-animation-delay:-.2s;
-o-animation-delay:-.2s;
animation-delay:-.2s
}
.la-ball-fall>div:nth-child(2){
-webkit-animation-delay:-.1s;
-moz-animation-delay:-.1s;
-o-animation-delay:-.1s;
animation-delay:-.1s
}
.la-ball-fall>div:nth-child(3){
-webkit-animation-delay:0;
-moz-animation-delay:0;
-o-animation-delay:0;
animation-delay:0
}
.la-ball-fall.la-sm{
width:26px;
height:8px
}
.la-ball-fall.la-sm>div{
width:4px;
height:4px;
margin:2px
}
.la-ball-fall.la-2x{
width:108px;
height:36px
}
.la-ball-fall.la-2x>div{
width:20px;
height:20px;
margin:8px
}
.la-ball-fall.la-3x{
width:162px;
height:54px
}
.la-ball-fall.la-3x>div{
width:30px;
height:30px;
margin:12px
}
@-webkit-keyframes ball-fall{
0%{
opacity:0;
-webkit-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-webkit-transform:translateY(145%);
transform:translateY(145%)
}
}
@-moz-keyframes ball-fall{
0%{
opacity:0;
-moz-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-moz-transform:translateY(145%);
transform:translateY(145%)
}
}
@-o-keyframes ball-fall{
0%{
opacity:0;
-o-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-o-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-o-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-o-transform:translateY(145%);
transform:translateY(145%)
}
}
@keyframes ball-fall{
0%{
opacity:0;
-webkit-transform:translateY(-145%);
-moz-transform:translateY(-145%);
-o-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-webkit-transform:translateY(145%);
-moz-transform:translateY(145%);
-o-transform:translateY(145%);
transform:translateY(145%)
}
}#page-container {
overflow : hidden;
}
#main-content .container:before {
width : 0;
}
blockquote {
margin      : 20px 0;
border-left : 2px solid;
font-style  : italic;
font-weight : 500;
line-height : 1.3;
font-family : Georgia, "Times New Roman", serif !important;
}
.zero_padding {
padding : 0 !important;
} .divi-business-pro-button:after,
.divi-business-pro-button:before,
.divi-business-pro-button-secondary:after,
.divi-business-pro-button-secondary:before {
color : inherit !important;
} .dark_overlay {
position : relative;
}
.dark_overlay:before {
content  : "";
width    : 100%;
height   : 100%;
z-index  : 0;
position : absolute;
left     : 0;
top      : 0;
opacity  : 0.9;
} .row-with-border .et_pb_image img {
z-index  : 10;
position : relative;
}
.row-with-border .et_pb_text {
position : relative;
}
.row-with-border .et_pb_text:before {
content  : "";
border   : 15px solid;
position : absolute;
top      : -15px;
width    : 110%;
height   : 100%;
}
.row-with-border .et_pb_text.et_pb_bg_layout_dark:before {
border-color : rgba(255, 255, 255, 0.1);
}
.row-with-border .et_pb_column:first-child .et_pb_text:before {
left : 0;
}
.row-with-border .et_pb_column:last-child .et_pb_text:before {
right : 0;
}
.row-with-border .et_pb_text {
font-size   : 16px;
line-height : 1.5;
}
.row-with-border .et_pb_text h1 {
margin-bottom : 15px;
font-weight   : 900 !important;
font-size     : 42px;
line-height   : 1.05;
}
@media (min-width : 1351px) {
.row-with-border .et_pb_text {
padding : 90px 70px;
}
}
@media (min-width : 981px) and  (max-width : 1350px) {
.row-with-border .et_pb_column:last-child .et_pb_text {
padding : 65px 55px 65px 35px;
}
.row-with-border .et_pb_column:first-child .et_pb_text {
padding : 65px 35px 65px 55px;
}
.row-with-border .et_pb_text h1 {
font-size : 38px;
}
.row-with-border .et_pb_text {
font-size : 15px;
}
}
@media (min-width : 981px) {
.row-with-border {
display     : flex;
flex-wrap   : wrap;
align-items : center;
}
}
@media (max-width : 980px) {
.row-with-border .et_pb_column:first-child .et_pb_text:before {
bottom : -50px;
width  : 200%;
height : auto !important;
}
.row-with-border .et_pb_column:last-child .et_pb_text:before {
top   : -50px;
width : 200%;
}
}
@media (min-width : 601px) and  (max-width : 980px) {
.row-with-border .et_pb_text:before {
border-width : 12px;
}
.row-with-border .et_pb_column:last-child .et_pb_text {
padding : 40px 40px 90px;
}
.row-with-border .et_pb_column:first-child .et_pb_text {
padding : 60px 40px 40px;
}
.row-with-border .et_pb_column:first-child .et_pb_text:before {
left : -40px;
}
.row-with-border .et_pb_column:last-child .et_pb_text:before {
right : -40px;
}
}
@media (max-width : 600px) {
.row-with-border .et_pb_text:before {
border-width : 10px;
}
.row-with-border .et_pb_column:last-child .et_pb_text {
padding : 40px 25px 90px;
}
.row-with-border .et_pb_column:first-child .et_pb_text {
padding : 50px 25px 40px;
}
.row-with-border .et_pb_column:first-child .et_pb_text:before {
left : -25px;
}
.row-with-border .et_pb_column:last-child .et_pb_text:before {
right : -25px;
}
.row-with-border .et_pb_text {
font-size : 15px;
}
.row-with-border .et_pb_text h1 {
font-size : 35px;
}
}
@media (max-width : 400px) {
.row-with-border .et_pb_text {
font-size : 14px;
}
.row-with-border .et_pb_text h1 {
font-size : 30px;
}
} .header-with-button {
padding-bottom : 15px !important;
}
.header-with-button p {
margin-bottom : 5px;
}
.header-with-button .et_pb_text,
.header-with-button.et_pb_text {
margin-bottom : 0 !important;
font-size     : 17px;
padding-right : 25px;
line-height   : 1.4;
}
.header-with-button .et_pb_column {
margin-bottom : 0 !important;
}
.header-with-button .et_pb_button {
margin-bottom : 15px !important;
}
.header-with-button .et_pb_button,
.default-btn {
background    : transparent !important;
border-width  : 2px !important;
border-style  : solid !important;
border-radius : 30px;
font-weight   : bold;
font-size     : 17px;
line-height   : 1.5 !important;
padding       : 14px 30px;
}
.header-with-button .et_pb_button.et_pb_bg_layout_light,
.default-btn.et_pb_bg_layout_light {
color : #000 !important;
}
.header-with-button .et_pb_button.et_pb_bg_layout_dark,
.default-btn.et_pb_bg_layout_dark {
color : #FFF !important;
}
.header-with-button .et_pb_button:hover,
.default-btn:hover {
padding : 14px 45px 14px 30px !important;
}
.header-with-button .et_pb_button:after,
.default-btn:after {
font-size   : 23px;
color       : inherit;
line-height : 25px;
}
.header-with-button h1 {
font-weight    : 900;
font-size      : 40px;
line-height    : 1.05;
position       : relative;
padding-bottom : 0;
margin-bottom  : 15px;
}
.header-with-button h1:before {
position : absolute;
right    : 107%;
top      : 50%;
content  : "";
width    : 1000%;
height   : 1px;
}
@media (min-width : 500px) {
.header-with-button .et_pb_column {
display         : flex;
justify-content : space-between;
align-content   : space-around;
align-items     : center;
flex-wrap       : wrap;
}
.header-with-button .et_pb_text {
padding-right : 25px;
}
}
@media (max-width : 700px) {
.header-with-button h1 {
font-size : 35px;
}
.header-with-button .et_pb_button,
.header-with-button .et_pb_button:hover {
font-size      : 15px;
padding-top    : 10px !important;
padding-bottom : 10px !important;
}
.header-with-button .et_pb_button:after {
font-size   : 20px;
line-height : 23px;
}
} .header-with-bottom-line {
font-size   : 17px;
line-height : 1.5;
}
.header-with-bottom-line h1 {
position       : relative;
padding-bottom : 20px;
margin-bottom  : 15px;
font-weight    : 900;
font-size      : 40px;
line-height    : 1.05;
}
.header-with-bottom-line h1:before {
content  : "";
position : absolute;
bottom   : 0;
width    : 120px;
height   : 1px;
}
.header-with-bottom-line.et_pb_text_align_left h1:before,
.header-with-bottom-line.et_pb_text_align_justified h1:before {
left : 0;
}
.header-with-bottom-line.et_pb_text_align_right h1:before {
right : 0;
}
.header-with-bottom-line.et_pb_text_align_center h1:before {
left        : 50%;
margin-left : -60px;
} .interior-header {
position            : relative;
overflow            : hidden;
font-size           : 16px;
line-height         : 1.5;
background-position : center;
background-size     : cover;
}
.interior-header:before {
position : absolute;
content  : "";
height   : 100%;
width    : 100%;
top      : 0;
left     : 0;
opacity  : 0.95;
}
.interior-header .et_pb_row {
padding  : 0;
position : relative;
z-index  : 1;
}
.interior-header .container {
padding-bottom : 45px;
}
.interior-header .container:after,
.interior-header .container:before { display : none !important;
}
.interior-header h1 {
font-weight    : 900;
line-height    : 1.1;
position       : relative;
padding-top    : 8px;
padding-bottom : 5px !important;
margin-bottom  : 10px;
display        : inline-block;
}
.interior-header h1:before {
content             : "";
position            : absolute;
left                : -30px;
top                 : -13px;
width               : 15px;
height              : 60px;
border-left-width   : 6px;
border-left-style   : solid;
border-bottom-width : 6px;
border-bottom-style : solid;
}
.interior-header h1:after {
content            : "";
position           : absolute;
left               : -30px;
top                : -15px;
width              : 65px;
height             : 13px;
border-right-width : 6px;
border-right-style : solid;
border-top-width   : 6px;
border-top-style   : solid;
}
.interior-header .et_pb_column {
display         : flex;
justify-content : space-between;
align-content   : space-around;
align-items     : center;
flex-wrap       : wrap;
}
.interior-header .et_pb_text,
.interior-header .breadcrumbs {
margin-bottom : 0 !important;
}
.interior-header .et_pb_text {
padding-right : 25px;
}
.interior-header .breadcrumbs {
color        : rgba(255, 255, 255, 0.35);
padding-left : 5px;
}
.interior-header .breadcrumbs span:last-child span {
color : #FFF !important;
}
.interior-header .breadcrumbs a span {
color       : rgba(255, 255, 255, 0.75) !important;
font-weight : 500 !important;
}
@media (min-width : 981px) {
.interior-header h1 {
font-size : 45px;
}
}
@media (min-width : 767px) and (max-width : 980px) {
.interior-header h1 {
font-size : 42px;
}
.interior-header h1:before {
height : 55px;
width  : 10px;
left   : -25px;
top    : -10px;
}
.interior-header h1:after {
width  : 55px !important;
left   : -25px;
top    : -10px;
height : 8px !important;
}
}
@media (max-width : 766px) {
.interior-header h1 {
font-size : 37px;
}
.interior-header h1:before {
height              : 50px;
width               : 10px;
left                : -23px;
top                 : -10px;
border-left-width   : 5px !important;
border-bottom-width : 5px !important;
}
.interior-header h1:after {
width              : 50px !important;
left               : -23px;
top                : -10px;
height             : 8px !important;
border-right-width : 5px !important;
border-top-width   : 5px !important;
}
} @media (min-width : 981px) {
.contact-form-row {
display     : flex;
flex-wrap   : wrap;
align-items : center;
}
.contact-text h1 {
font-size : 40px;
}
}
@media (min-width : 767px) and (max-width : 980px) {
.contact-text h1 {
font-size : 37px;
}
}
@media (max-width : 766px) {
.contact-text h1 {
font-size : 33px;
}
}
.contact-text {
font-size     : 17px;
line-height   : 1.5;
margin-bottom : 35px !important;
}
.contact-text h1 {
font-weight   : 900 !important;
line-height   : 1.05;
margin-bottom : 20px;
position      : relative;
}
.contact-text h1:before {
position : absolute;
right    : 100%;
right    : calc(100% + 25px);
top      : 50%;
content  : "";
width    : 1000%;
height   : 1px;
}
.contact-form {
border  : 15px solid;
padding : 50px;
}
.contact-form .caldera-grid .row {
margin-left  : auto;
margin-right : auto;
}
.contact-form .caldera-grid .form-control {
height      : auto;
padding     : 10px 15px;
font-size   : 14px;
line-height : 1.5;
box-shadow  : none !important;
border      : 1px solid;
background  : transparent !important;
}
.contact-form .caldera-grid label {
margin-bottom  : 5px;
font-weight    : 600;
text-transform : uppercase;
font-size      : 13px;
line-height    : 1.5;
color          : #000;
}
.contact-form .caldera-grid .form-control:focus {
box-shadow : none !important;
outline    : none !important;
}
.contact-form .caldera-grid .btn {
border-style : solid !important;
font-weight  : bold;
line-height  : 1.5;
padding      : 14px 30px;
text-align   : center;
display      : block;
margin       : 0 auto;
}
.contact-form .caldera-grid #fld_7908577_1-wrap {
text-align    : center !important;
margin-bottom : 0 !important;
margin-top    : 5px;
}
.contact-blurb .et_pb_blurb_container h4 {
font-size      : 24px;
line-height    : 1.25;
font-weight    : bold;
padding-bottom : 3px;
}
.contact-blurb .et_pb_blurb_container p {
text-transform : uppercase;
font-size      : 14px;
line-height    : 1.5;
display        : inline-block;
color          : #444;
border-bottom  : 1px solid #555;
}
.contact-blurb .et_pb_blurb_content {
position  : relative;
max-width : none !important;
}
.contact-blurb .et_pb_main_blurb_image {
margin-bottom : 17px;
}
.caldera-grid .has-error .form-control {
border-color : #EA0500 !important;
box-shadow   : none !important;
background   : inherit !important;
}
.caldera-grid .has-error .checkbox,
.caldera-grid .has-error .checkbox-inline,
.caldera-grid .has-error .control-label,
.caldera-grid .has-error .form-control-feedback,
.caldera-grid .has-error .help-block,
.caldera-grid .has-error .radio,
.caldera-grid .has-error .radio-inline,
.caldera-grid .has-error.checkbox label,
.caldera-grid .has-error.checkbox-inline label,
.caldera-grid .has-error.radio label,
.caldera-grid .has-error.radio-inline label {
color : #EA0500 !important;
} .testimonials-cta {
margin-top      : 30px;
font-size       : 16px;
line-height     : 1.5;
display         : flex;
justify-content : space-between;
align-content   : space-around;
align-items     : center;
flex-wrap       : wrap;
}
.testimonials-cta h2 {
font-weight    : 800;
font-size      : 30px;
line-height    : 1.15;
position       : relative;
padding-bottom : 0;
margin-bottom  : 10px;
}
.testimonials-cta .et_pb_promo_description {
max-width : 650px;
}
.testimonials-cta .et_pb_promo_button {
font-weight    : bold;
line-height    : 1.5 !important;
padding-top    : 14px;
padding-bottom : 14px;
}
.testimonials-cta .et_pb_promo_button:hover {
padding-top    : 14px;
padding-bottom : 14px;
}
@media (min-width : 300px) {
.testimonials-cta .et_pb_promo_button {
min-width  : 190px;
text-align : center;
}
} .about-slider .et_pb_slide:before {
position : absolute;
content  : "";
height   : 100%;
width    : 100%;
top      : 0;
left     : 0;
opacity  : 0.9;
}
.about-slider .et_pb_slide_description {
text-align : left;
width      : 100%;
position   : relative;
z-index    : 10;
}
.about-slider .et_pb_slide_content {
line-height : 1.5;
font-size   : 22px;
}
.about-slider .et_pb_slide h2.et_pb_slide_title {
font-weight    : 900 !important;
line-height    : 1.25;
font-size      : 60px !important;
text-transform : uppercase;
position       : relative;
padding        : 10px 0 !important;
margin-bottom  : 10px;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:after,
.about-slider .et_pb_slide h2.et_pb_slide_title:before {
content  : "";
position : absolute;
left     : -35px;
top      : -10px;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:before {
width               : 20px;
height              : 80px;
border-left-width   : 7px;
border-left-style   : solid;
border-bottom-width : 7px;
border-bottom-style : solid;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:after {
width              : 80px;
height             : 15px;
border-right-width : 7px;
border-right-style : solid;
border-top-width   : 7px;
border-top-style   : solid;
}
.about-slider .et_pb_button {
border-width  : 2px !important;
border-style  : solid !important;
border-radius : 30px;
padding       : 8px 50px !important;
line-height   : 1.5 !important;
}
.about-slider .et_pb_button:hover {
background    : transparent;
padding-right : 60px !important;
}
.about-slider .et_pb_button:after {
line-height : 0.9 !important;
}
.about-slider .et_pb_slides {
position : relative;
}
.about-slider .et-pb-controllers {
font-size : 0;
}
.about-slider .et-pb-controllers a {
position : relative;
}
.about-slider .et-pb-controllers a:before {
content       : "";
position      : absolute;
top           : -9px;
left          : -9px;
width         : 21px;
height        : 21px;
border        : 2px solid rgba(255, 255, 255, 0);
border-radius : 50%;
}
.about-slider .et-pb-controllers a:hover {
background : #FFF !important;
}
.about-slider .et-pb-controllers a:hover:before {
border-color : rgba(255, 255, 255, 0.75);
}
@media (min-width : 981px) {
.about-slider .et-pb-controllers {
left       : auto;
right      : 50px;
top        : 50%;
text-align : right;
}
.about-slider .et-pb-controllers a {
display : block;
margin  : 0 0 25px auto !important;
}
}
@media (max-width : 980px) {
.about-slider .et-pb-controllers a {
margin : 0 12px 10px !important;
}
}
@media (min-width : 767px) and (max-width : 980px) {
.about-slider .et_pb_slide_content {
font-size : 21px;
}
.about-slider .et_pb_slide h2.et_pb_slide_title {
font-size : 50px !important;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:before {
height : 70px;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:after {
width : 70px;
}
}
@media (max-width : 766px) {
.about-slider .et_pb_slide_content {
font-size : 18px !important;
}
.about-slider .et_pb_slide h2.et_pb_slide_title {
font-size : 40px !important;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:before {
height              : 60px;
width               : 10px;
left                : -20px;
top                 : -5px;
border-bottom-width : 5px !important;
border-left-width   : 5px !important;
}
.about-slider .et_pb_slide h2.et_pb_slide_title:after {
width              : 55px !important;
left               : -20px;
top                : -5px;
height             : 10px !important;
border-top-width   : 5px !important;
border-right-width : 5px !important;
}
} .not-found-404 .interior-header h2 {
font-weight    : 900;
line-height    : 1.05;
padding-bottom : 20px;
margin-bottom  : 20px;
position       : relative;
font-size      : 40px;
}
.not-found-404 .interior-header h2:before {
content     : "";
position    : absolute;
bottom      : 0;
width       : 120px;
left        : 50%;
margin-left : -60px;
height      : 1px;
}
.not-found-404 .et_pb_section {
background  : #FFF;
font-size   : 17px;
line-height : 1.5;
}
.not-found-404 p.large-404 {
display       : inline-block;
font-size     : 150px;
font-weight   : 700;
color         : #222;
margin-bottom : 30px;
position      : relative;
padding       : 0;
line-height   : 120px !important;
}
.not-found-404 p.large-404:before {
position : absolute;
right    : 100%;
right    : calc(101% + 25px);
top      : 50%;
content  : "";
width    : 1000%;
height   : 1px;
}
.not-found-404 p.large-404:after {
position : absolute;
right    : 100%;
left     : calc(101% + 25px);
top      : 50%;
content  : "";
width    : 1000%;
height   : 1px;
}
.not-found-404 h1 {
font-weight    : 900;
line-height    : 1.05;
padding-bottom : 10px;
color          : #000;
font-size      : 40px;
}
h2.title-404 {
font-weight    : 900;
line-height    : 1.05;
padding-bottom : 10px;
color          : #FFF;
font-size      : 40px;
}
.not-found-404 .buttons-container {
display       : block;
margin-top    : 30px;
margin-bottom : 55px;
}
.not-found-404 .buttons-container a.et_pb_button {
display        : inline-block;
min-width      : 190px;
padding-top    : 10px;
padding-bottom : 10px;
text-align     : center;
}
@media (max-width : 500px) {
.not-found-404 .et_pb_section {
font-size : 15px;
}
.not-found-404 .buttons-container {
text-align : center;
margin-top : 30px;
}
.not-found-404 .buttons-container a {
display   : block !important;
margin    : 0 auto 10px !important;
width     : 100%;
max-width : 200px;
font-size : 15px;
}
.not-found-404 p.large-404 {
font-size   : 120px !important;
line-height : 100px !important;
}
.not-found-404 h1 {
font-size : 35px;
}
} .testify_demo_1 .slides-container {
max-width : 650px;
padding   : 70px 30px !important;
border    : 10px solid;
position  : relative;
}
.testify_demo_1 .testimonial-body p,
.testify_demo_1 .person-name p {
font-style : normal !important;
}
.testify_demo_1 img.testimonial-image {
width         : 90px;
height        : 90px;
border-radius : 50%;
object-fit    : cover;
}
.testify_demo_1 .flex-direction-nav a {
opacity : 1 !important;
}
.testify_demo_1 .flex-direction-nav .flex-prev {
left   : 20px !important;
top    : auto;
bottom : 35px;
}
.testify_demo_1 .flex-direction-nav .flex-next {
right  : auto !important;
left   : 60px !important;
top    : auto;
bottom : 35px;
}
.testify_demo_1 .flex-direction-nav a:before {
font-family : "ETmodules";
font-size   : 60px;
line-height : 1;
font-weight : 100 !important;
color       : rgba(0, 0, 0, 0.75);
text-shadow : none;
}
.testify_demo_1 ul.flex-direction-nav a.flex-next::before {
content : "\35";
}
.testify_demo_1 ul.flex-direction-nav a.flex-prev::before {
content : "\34";
} .testify_demo_2 .testimonial-body p,
.testify_demo_2 .person-name p {
font-style : normal !important;
}
.testify_demo_2 .testify-link {
padding            : 5px 45px;
border-radius      : 30px;
font-weight        : bold !important;
background         : transparent;
border-width       : 2px !important;
border-style       : solid !important;
display            : inline-block !important;
width              : auto !important;
-webkit-transition : all .2s;
-moz-transition    : all .2s;
transition         : all .2s;
} .join-us-cta .et_pb_button {
display        : inline-block;
min-width      : 190px;
padding-top    : 10px;
padding-bottom : 10px;
text-align     : center;
}
.join-us-cta.et_pb_bg_layout_dark .et_pb_button {
color : #FFF;
}
.join-us-cta.et_pb_bg_layout_dark .et_pb_button:hover {
color          : #FFF !important;
padding-top    : 10px;
padding-bottom : 10px;
}  body.et_pb_pagebuilder_layout.et_left_sidebar .et_pb_row.dbp_container_row,
body.et_pb_pagebuilder_layout.et_right_sidebar .et_pb_row.dbp_container_row,
body:not(.et_pb_pagebuilder_layout) .et_pb_row.dbp_container_row {
padding : 50px 0 30px !important;
}
body.et_pb_pagebuilder_layout.et_full_width_page .et_pb_row.dbp_container_row {
padding   : 0 !important;
width     : 100% !important;
max-width : none;
} body.et_pb_pagebuilder_layout.et_left_sidebar.single.post .interior-header .et_pb_row,
body.et_pb_pagebuilder_layout.et_right_sidebar.single-post .interior-header .et_pb_row,
body.et_pb_pagebuilder_layout.et_left_sidebar .et_pb_row.dbp_container_row,
body.et_pb_pagebuilder_layout.et_right_sidebar .et_pb_row.dbp_container_row {
width : 80% !important;
} .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
padding-top : 0 !important;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .et_main_thumbnail_container {
padding : 30px 0;
} .divi-business-pro-form input[type="text"], .divi-business-pro-form input[type="email"], .divi-business-pro-form select, .divi-business-pro-form textarea,
.divi-business-pro-form p.et_pb_newsletter_field input[type="text"], .divi-business-pro-form p.et_pb_newsletter_field input[type="email"], .divi-business-pro-form p.et_pb_newsletter_field select, .divi-business-pro-form p.et_pb_newsletter_field textarea {
padding     : 10px 15px;
font-size   : 14px;
line-height : 1.5;
border      : 1px solid !important;
background  : transparent !important;
}
.divi-business-pro-form .et_pb_button, .divi-business-pro-form .et_pb_button:hover {
padding : 14px 30px;
}
.divi-business-pro-form .et_pb_button:after {
display : none;
} .divi-business-pro-form-with-labels .et_pb_contact_form_label {
display        : block;
margin-bottom  : 5px;
font-weight    : 600;
text-transform : uppercase;
font-size      : 13px;
line-height    : 1.5;
}
.divi-business-pro-form-with-labels .et_pb_contact_field {
margin-bottom : 20px;
}
.divi-business-pro-form-with-labels input::-webkit-input-placeholder,
.divi-business-pro-form-with-labels textarea::-webkit-input-placeholder { opacity : 0;
}
.divi-business-pro-form-with-labels input :-ms-input-placeholder,
.divi-business-pro-form-with-labels textarea :-ms-input-placeholder { opacity : 0;
}
.divi-business-pro-form-with-labels input ::-moz-placeholder,
.divi-business-pro-form-with-labels textarea ::-moz-placeholder { opacity : 0;
}
.divi-business-pro-form-with-labels input:-moz-placeholder,
.divi-business-pro-form-with-labels textarea:-moz-placeholder { opacity : 0;
} .divi-business-pro-contact-form {
border  : 15px solid;
padding : 50px;
}
@media (max-width : 767px) {
.divi-business-pro-contact-form {
padding-right : 20px;
padding-left  : 20px;
}
}
.divi-business-pro-contact-form .et_contact_bottom_container {
justify-content : center;
align-items     : center;
float           : none;
flex-wrap       : wrap;
}
.divi-business-pro-contact-form .et_pb_contact_right {
margin : 10px;
} .divi-business-pro-newsletter-form-inline .et_pb_newsletter_error {
margin-bottom : 15px;
}
.divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field input[type="text"], .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field input[type="email"], .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field select, .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field textarea {
background    : transparent !important;
font-size     : 14px;
padding       : 15px 20px !important;
border-radius : 30px;
border        : 1px solid !important;
}
.divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field input[type="text"].et_pb_signup_error, .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field input[type="email"].et_pb_signup_error, .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field select.et_pb_signup_error, .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field textarea.et_pb_signup_error {
border-color : red !important;
}
.divi-business-pro-newsletter-form-inline .et_pb_button {
padding       : 10px !important;
font-size     : 16px;
border-radius : 30px;
line-height   : 1.5;
}
.divi-business-pro-newsletter-form-inline .et_pb_button:after {
display : none;
}
@media (min-width : 767px) {
.divi-business-pro-newsletter-form-inline .et_pb_newsletter_fields {
flex-wrap     : nowrap;
border        : 2px solid;
border-radius : 30px
}
.divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field input[type="text"], .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field input[type="email"], .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field select, .divi-business-pro-newsletter-form-inline p.et_pb_newsletter_field textarea {
border-width : 0 !important;
}
.divi-business-pro-newsletter-form-inline .et_pb_newsletter_fields .et_pb_newsletter_field,
.divi-business-pro-newsletter-form-inline .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
margin     : 0 !important;
padding    : 0 !important;
flex-basis : auto;
flex-grow  : 1;
}
.divi-business-pro-newsletter-form-inline .et_pb_button {
min-width    : 120px;
margin-right : -2px;
}
.divi-business-pro-newsletter-form-inline .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
max-width : 160px;
}
}footer {
z-index  : 10;
position : relative;
}
#footer-info {
padding-top : 10px;
}
#footer-widgets {
padding-top : 60px !important;
}
footer#main-footer .footer-widget {
margin-bottom : 30px;
}
#footer-widgets .footer-widget .et_pb_widget {
margin-bottom : 30px !important;
width         : 100%;
}
#footer-widgets h4 {
text-transform : uppercase;
line-height    : 1.5;
font-size      : 16px;
font-weight    : 400;
}
#footer-widgets .footer-widget li:before {
display : none;
}
#footer-widgets .footer-widget .widget_nav_menu li {
display       : block;
padding       : 11px 0;
margin        : 0;
line-height   : 16px;
border-bottom : 1px solid rgba(255, 255, 255, 0.1);
}
#footer-widgets .footer-widget .widget_nav_menu li a {
transition : all 0.2s ease-in-out 0s;
font-size  : 14px;
}
#footer-widgets .footer-widget .widget_nav_menu li a:hover,
#footer-widgets .footer-widget .widget_nav_menu li a:focus,
#footer-widgets .footer-widget .widget_nav_menu li.current-menu-item a {
padding-left      : 10px;
border-left-width : 3px;
border-left-style : solid;
font-weight       : 600;
}
#footer-widgets .footer-widget .textwidget strong {
font-weight : 600 !important;
}
#footer-widgets .footer-widget .textwidget p {
padding-bottom : 15px;
}
#footer-widgets #custom_html-2 {
margin-bottom : 34px !important;
}
#footer-widgets #text-4 {
text-align : justify;
} footer .et-social-icon {
margin-left   : 5px !important;
margin-bottom : 10px !important;
}
footer .et-social-icon a {
font-size     : 15px;
width         : 40px;
height        : 40px;
line-height   : 40px;
border-width  : 1px !important;
border-style  : solid !important;
border-radius : 1px;
transition    : all 0.2s ease-in-out 0s;
color         : #FFF;
}
footer .et-social-icon a:hover {
opacity : 1;
} footer .caldera-grid .first_col,
footer .caldera-grid .last_col {
padding : 0;
}
footer .caldera-grid .form-control {
width         : 100%;
display       : block;
padding       : 0 120px 0 20px;
background    : transparent;
color         : #FFF;
font-size     : 14px;
line-height   : 1;
height        : 49px;
border-width  : 2px !important;
border-style  : solid !important;
border-radius : 30px;
overflow      : hidden;
position      : relative;
}
footer .caldera-grid .btn-default {
width         : 120px;
text-align    : center;
display       : block;
padding       : 0 10px;
border        : none;
font-size     : 16px;
font-weight   : bold;
line-height   : 1;
height        : 49px;
border-radius : 30px;
position      : absolute;
top           : 0;
right         : 0;
}
footer .caldera-grid .row {
margin-left  : 0;
margin-right : 0;
}
footer .caldera-grid .col-sm-12 {
padding : 0 !important;
}
footer .caldera-grid .form-group,
footer .caldera-grid .btn-default {
margin-bottom : 0;
} @media (max-width : 980px) {
footer .footer-widget:last-child {
width        : 100% !important;
margin-right : 0 !important;
}
#footer-widgets {
padding-bottom : 40px !important;
}
}
@media (max-width : 766px) {
footer#main-footer .footer-widget:first-child,
footer .social-widget {
text-align : center;
}
footer#main-footer .footer-widget:first-child:before {
background-position : center top;
}
#footer-widgets #custom_html-2 {
margin-bottom : 50px !important;
}
} .footer-logo {
text-align    : center;
max-width     : 160px !important;
margin-bottom : 15px;
}
footer .footer-widget:first-of-type .et_pb_widget:first-of-type .footer-logo {
margin-top : -65px;
}#main-header {
box-shadow    : none;
border-bottom : 1px solid rgba(255, 255, 255, 0.15);
z-index       : 998;
}
#top-menu li {
line-height : 1.05;
font-weight : 400;
opacity     : 1;
} @media (min-width : 980px) {
#top-header .et-social-icon a {
width       : 35px;
height      : 35px;
line-height : 35px;
}
#top-header .et-social-icon a:before {
font-size : 14px;
}
}
@media (min-width : 767px) and (max-width : 980px) {
#top-header .et-social-icon a {
width       : 30px;
height      : 30px;
line-height : 28px !important;
}
#top-header .et-social-icon a:before {
font-size : 12px !important;
}
}
@media (min-width : 767px) {
#et-info-email, #et-info-phone,
.et-cart-info:before,
#top-header .et-social-icons {
display        : inline-block;
vertical-align : middle;
}
#et-info {
float : right;
}
}
#et-info-phone, #et-info-email {
font-size      : 19px;
line-height    : 25px !important;
text-transform : none;
}
#et-info-phone:before,
#et-info-email:before {
font-family    : "Open Sans", sans-serif !important;
font-size      : 12px !important;
font-weight    : 300;
text-transform : uppercase;
line-height    : 19px !important;
margin-right   : 5px;
opacity        : 0.85;
color          : inherit;
top            : 0;
}
#top-header li.et-social-icon {
margin-left : 5px !important;
margin-top  : 0 !important;
}
#top-header .et-social-icon a {
border-width  : 1px !important;
border-style  : solid !important;
border-radius : 1px;
transition    : all 0.2s ease-in-out 0s;
}
#top-header .et-social-icon a:hover {
opacity : 1;
} #et-secondary-menu {
float         : left;
padding-right : 15px;
}
#et-secondary-nav li a {
padding       : 14px 0;
margin-bottom : 0;
} .nav li ul,
ul#mobile_menu {
border     : none !important;
padding    : 0;
background : #FFF !important;
}
#top-menu li li {
width       : 100% !important;
padding     : 0;
font-weight : normal !important;
}
#top-menu li li a,
.et_mobile_menu li a,
#mobile_menu li a {
text-transform : none;
width          : 100% !important;
display        : block;
padding        : 15px 25px !important;
border-bottom  : 1px solid;
color          : #555 !important;
opacity        : 1;
}
#top-menu li li:last-child a,
ul#mobile_menu li:last-child a,
#mobile_menu i:last-child a {
border : none;
}
#top-menu li li a:hover,
.et_mobile_menu li a:hover,
#mobile_menu li a:hover {
color : #FFF !important;
}
.mobile_nav.opened span.mobile_menu_bar:before {
content : "\4d";
} @media (min-width : 980px) and (max-width : 1200px) {
#main-header .container,
#top-header .container {
width : 97%;
}
}
@media (max-width : 767px) {
#top-header {
display : none;
}
}.search .interior-header,
.blog .interior-header,
.archive .interior-header {
padding-bottom : 50px;
}
.single .interior-header {
padding-bottom : 30px;
}
.et_full_width_page #left-area {
padding-right : 0 !important;
} .search #left-area .et_pb_post,
.blog #left-area .et_pb_post,
.archive #left-area .et_pb_post {
font-size          : 14px;
line-height        : 1.5;
clear              : none;
padding            : 30px;
background         : #FFF;
-webkit-box-shadow : 0 15px 25px 0 rgba(0, 0, 0, 0.06);
box-shadow         : 0 15px 25px 0 rgba(0, 0, 0, 0.06);
transition         : 0.5s ease-in-out;
}
.search #left-area .et_pb_post:hover,
.blog #left-area .et_pb_post:hover,
.archive #left-area .et_pb_post:hover {
-webkit-box-shadow : 0 15px 50px 0 rgba(0, 0, 0, 0.2);
box-shadow         : 0 15px 50px 0 rgba(0, 0, 0, 0.2);
}
.search #left-area .et_pb_post .image-container,
.blog #left-area .et_pb_post .image-container,
.archive #left-area .et_pb_post .image-container,
.search #left-area .et_pb_post .et_main_video_container,
.blog #left-area .et_pb_post .et_main_video_container,
.archive #left-area .et_pb_post .et_main_video_container,
.search #left-area .et_pb_post .et_pb_slider,
.blog #left-area .et_pb_post .et_pb_slider,
.archive #left-area .et_pb_post .et_pb_slider {
margin : -30px -30px 25px;
}
.search .et_pb_post h2.entry-title,
.blog .et_pb_post h2.entry-title,
.archive .et_pb_post h2.entry-title {
line-height    : 1.1;
font-size      : 20px;
margin-top     : 0;
padding-bottom : 5px;
}
.search .et_pb_post .post-meta,
.search .et_pb_post .post-meta a,
.blog .et_pb_post .post-meta,
.blog .et_pb_post .post-meta a,
.archive .et_pb_post .post-meta,
.archive .et_pb_post .post-meta a {
font-size      : 12px !important;
text-transform : uppercase;
line-height    : 1.5;
color          : #A7A7A7 !important;
}
.search .et_pb_post .post-content p,
.blog .et_pb_post .post-content p,
.archive .et_pb_post .post-content p {
margin-bottom : 15px;
}
.search .et_pb_post .more-link,
.blog .et_pb_post .more-link,
.archive .et_pb_post .more-link {
text-transform : uppercase;
font-weight    : bold;
font-size      : 15px;
line-height    : 1;
}
.search .et_pb_post .more-link:after,
.blog .et_pb_post .more-link:after,
.archive .et_pb_post .more-link:after {
font-family : "ETmodules";
content     : "\24";
margin-left : 5px;
line-height : 1.2;
}
@media (min-width : 1051px) {
.search.et_full_width_page #left-area .et_pb_post,
.blog.et_full_width_page #left-area .et_pb_post,
.archive.et_full_width_page #left-area .et_pb_post {
width : 32%;
}
.search.et_full_width_page #left-area .et_pb_post:nth-child(3n),
.blog.et_full_width_page #left-area .et_pb_post:nth-child(3n),
.archive.et_full_width_page #left-area .et_pb_post:nth-child(3n) {
margin-right : 0 !important;
}
}
@media (min-width : 740px) and (max-width : 1050px) {
.search.et_full_width_page #left-area .et_pb_post,
.blog.et_full_width_page #left-area .et_pb_post,
.archive.et_full_width_page #left-area .et_pb_post {
width : 49%;
}
.search.et_full_width_page #left-area .et_pb_post:nth-child(2n),
.blog.et_full_width_page #left-area .et_pb_post:nth-child(2n),
.archive.et_full_width_page #left-area .et_pb_post:nth-child(2n) {
margin-right : 0 !important;
}
}
@media (min-width : 740px) {
.search #left-area .et_pb_post,
.blog #left-area .et_pb_post,
.archive #left-area .et_pb_post {
float          : left;
margin         : 0 2% 30px 0;
vertical-align : top;
}
.search.et_left_sidebar #left-area .et_pb_post,
.blog.et_left_sidebar #left-area .et_pb_post,
.archive.et_left_sidebar #left-area .et_pb_post,
.search.et_right_sidebar #left-area .et_pb_post,
.blog.et_right_sidebar #left-area .et_pb_post,
.archive.et_right_sidebar #left-area .et_pb_post {
width : 49%;
}
.search.et_left_sidebar #left-area .et_pb_post:nth-child(2n),
.blog.et_left_sidebar #left-area .et_pb_post:nth-child(2n),
.archive.et_left_sidebar #left-area .et_pb_post:nth-child(2n),
.search.et_right_sidebar #left-area .et_pb_post:nth-child(2n),
.blog.et_right_sidebar #left-area .et_pb_post:nth-child(2n),
.archive.et_right_sidebar #left-area .et_pb_post:nth-child(2n) {
margin-right : 0 !important;
}
}
.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
min-height : 250px;
}
.search #left-area .et_pb_post.format-quote,
.blog #left-area .et_pb_post.format-quote,
.archive #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-link,
.blog #left-area .et_pb_post.format-link,
.archive #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-audio,
.blog #left-area .et_pb_post.format-audio,
.archive #left-area .et_pb_post.format-audio {
padding : 0;
}
.et_audio_content h2, .et_link_content h2, .et_quote_content blockquote p {
line-height : 1.5;
font-size   : 20px;
}
.et_pb_post.format-quote .et_quote_content:before {
font-family   : "ETmodules";
text-align    : center;
font-size     : 50px;
line-height   : 1;
font-weight   : bold;
display       : block;
margin-top    : -10px;
margin-bottom : 5px;
color         : rgba(0, 0, 0, 0.15);
content       : "\7b";
} .search .search-box {
margin    : 0 auto 60px;
width     : 100%;
max-width : 700px;
display   : block;
}
.search .search-box form {
position : relative;
overflow : hidden;
}
.search .search-box label {
display : none;
}
.search .search-box input[type=text] {
padding       : 0 125px 0 25px !important;
font-size     : 15px;
line-height   : 50px;
height        : 50px;
border-radius : 30px;
width         : 100%;
border        : 1px solid;
display       : block;
}
.search .search-box input[type=submit] {
width       : 100px;
font-size   : 16px;
font-weight : 500;
border      : none;
box-shadow  : none;
color       : #FFF;
position    : absolute;
top         : 0;
right       : 0;
height      : 50px;
padding     : 0;
text-align  : center;
line-height : 50px;
}
.search .entry {
margin-bottom : 50px;
} .wp-pagenavi {
border     : none;
text-align : center;
}
.single-project-gallery .et_pb_gallery_pagination ul li {
float   : none;
display : inline-block;
padding : 5px 3px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
padding     : 5px 20px;
font-size   : 14px;
line-height : 1.3;
font-weight : 600 !important;
background  : transparent !important;
transition  : 0.3s all;
}
.wp-pagenavi a {
border : 1px solid;
color  : #000 !important;
}
.wp-pagenavi span.current {
border-width : 1px !important;
border-style : solid !important;
}
.wp-pagenavi a:hover {
color : #FFF !important;
} .single-post .interior-header h2.entry-title {
font-weight : 900;
line-height : 1.1;
}
@media (min-width : 981px) {
.single-post .interior-header h2.entry-title {
font-size : 40px;
}
}
@media (min-width : 767px) and (max-width : 980px) {
.single-post .interior-header h2.entry-title {
font-size : 37px;
}
}
@media (max-width : 766px) {
.single-post .interior-header h2.entry-title {
font-size : 32px;
}
}
.single-post .interior-header .post-meta,
.single-post .interior-header .post-meta a {
color       : rgba(255, 255, 255, 0.75) !important;
font-size   : 15px !important;
line-height : 1.5;
}
.single-post .et_main_thumbnail_container {
text-align : center;
}
.single-post .pb_disabled .entry-content {
font-size    : 15px;
line-height  : 1.5;
max-width    : 950px;
width        : 90%;
margin-right : auto;
margin-left  : auto;
}
.single .et_pb_post {
margin-bottom : 0;
} .related-posts {
font-size     : 0;
line-height   : normal;
padding       : 65px 0 70px;
border-top    : 1px solid #F9F9F9;
border-bottom : 1px solid #F9F9F9;
position      : relative;
background    : #F9F9F9;
}
.related-posts:before,
.related-posts:after {
content       : "";
border-top    : 1px solid #F9F9F9;
border-bottom : 1px solid #F9F9F9;
background    : #F9F9F9;
width         : 100%;
position      : absolute;
height        : 100%;
top           : -1px;
}
.related-posts:before {
right : 100%;
}
.related-posts:after {
left : 100%;
}
.related-posts h1 {
font-weight    : 900;
font-size      : 35px;
line-height    : 1.15;
position       : relative;
padding-bottom : 0;
margin-bottom  : 30px;
}
.related-posts h1:before {
position : absolute;
right    : 100%;
right    : calc(100% + 20px);
top      : 50%;
content  : "";
width    : 1000%;
height   : 1px;
}
.related-thumb-wrapper {
position           : relative;
background         : #FFF;
-webkit-box-shadow : 0 15px 25px 0 rgba(0, 0, 0, 0.06);
box-shadow         : 0 15px 25px 0 rgba(0, 0, 0, 0.06);
transition         : 0.5s ease-in-out;
padding-bottom     : 25px;
}
.related-thumb-wrapper .thumb-container {
height   : 200px;
position : relative;
}
.related-thumb-wrapper .thumb-container img {
max-width  : none;
height     : 200px;
width      : 100%;
object-fit : cover;
}
.related-thumb-wrapper .no-thumb {
position : relative;
width    : 100%;
height   : 100%;
}
.related-thumb-wrapper .no-thumb:before {
font-family : "ETmodules";
content     : "\e005";
position    : absolute;
font-size   : 60px;
color       : #FFF;
top         : 50%;
left        : 50%;
transform   : translate(-50%, -50%);
}
.related-thumb h3.post-title {
line-height : 1.1;
font-size   : 19px;
padding     : 20px 20px 10px;
}
.related-thumb a.more-link {
margin         : 0 20px;
text-transform : uppercase;
font-weight    : bold;
font-size      : 15px;
line-height    : 1;
}
.related-thumb .more-link:after {
font-family : "ETmodules";
content     : "\24";
margin-left : 5px;
line-height : 1.2;
}
@media (min-width : 791px) {
.related-thumb {
width          : 33.33%;
padding        : 0 15px;
display        : inline-block;
vertical-align : top;
}
.related-posts {
margin-left  : -15px;
margin-right : -15px;
}
.related-posts h1 {
margin-left : 15px;
}
}
@media (max-width : 790px) {
.related-thumb {
margin-bottom : 25px;
}
} .post-navigation {
margin-top : 30px;
position   : relative;
border-top : 1px solid;
font-size  : 0;
}
.post-navigation:before,
.post-navigation:after {
content    : "";
border-top : 1px solid;
width      : 100%;
position   : absolute;
height     : 100%;
top        : -1px;
}
.post-navigation:before {
right : 100%;
}
.post-navigation:after {
left : 100%;
}
@media (min-width : 791px) {
.post-navigation .post-navigation-previous,
.post-navigation .post-navigation-next {
width          : 50%;
display        : inline-block;
position       : relative;
overflow       : hidden;
vertical-align : middle;
}
.post-navigation .navi-content {
position : relative;
}
.post-navigation .navi-content:before {
height       : 100%;
width        : 50%;
position     : absolute;
top          : 0;
left         : 0;
content      : "";
border-right : 1px solid;
}
.post-navigation .post-navigation-previous {
text-align : right;
}
.post-navigation .post-navigation-previous a {
padding-left : 60px;
}
.post-navigation .post-navigation-next a {
padding-right : 60px;
}
.post-navigation .post-navigation-next a:before {
right : 0;
}
.post-navigation .post-navigation-previous,
.post-navigation .post-navigation-next {
padding : 30px;
}
}
@media (max-width : 790px) {
.post-navigation {
padding : 20px 0;
}
.post-navigation a {
display   : block;
font-size : 17px !important;
}
.post-navigation .post-navigation-previous a {
margin-bottom : 10px;
}
.post-navigation .post-navigation-next a,
.post-navigation .post-navigation-previous a {
padding-left : 60px;
}
.post-navigation .post-navigation-next a:before {
left : 0;
}
.post-navigation .post-navigation-previous,
.post-navigation .post-navigation-next {
padding : 15px !important;
}
}
.post-navigation span {
text-transform : uppercase;
display        : block;
margin-bottom  : 5px;
font-size      : 13px;
line-height    : 1.5;
}
.post-navigation .post-navigation-previous a,
.post-navigation .post-navigation-next a {
position    : relative;
transition  : 0.3s, ease-in;
display     : block;
font-weight : bold;
font-size   : 18px;
line-height : 1.15;
color       : #000;
}
.post-navigation .post-navigation-previous a:before,
.post-navigation .post-navigation-next a:before {
font-family   : "ETmodules";
width         : 38px;
height        : 38px;
text-align    : center;
font-size     : 28px;
line-height   : 38px;
display       : block;
border-radius : 1px;
border-width  : 1px !important;
border-style  : solid !important;
color         : #000;
position      : absolute;
top           : 50%;
margin-top    : -19px;
}
.post-navigation .post-navigation-previous a:before {
content : "\34";
left    : 0;
}
.post-navigation .post-navigation-next a:before {
content : "\35";
} #commentform {
padding-bottom : 30px;
position       : relative;
overflow       : hidden;
}
h1#comments,
h3#reply-title {
font-weight    : 900;
font-size      : 30px;
color          : #000;
padding-bottom : 0;
position       : relative;
}
h1#comments {
margin-bottom : 30px;
}
h3#reply-title {
margin-bottom : 5px;
}
h3#reply-title a#cancel-comment-reply-link {
font-family : "Open Sans", sans-serif !important;
font-size   : 14px;
}
.single #comment-wrap {
padding-top  : 70px;
max-width    : 920px;
margin-left  : auto;
margin-right : auto;
}
.single .comment_area .comment-reply-link {
padding       : 5px 15px !important;
border-width  : 1px !important;
border-style  : solid !important;
color         : #000;
font-weight   : 600;
font-size     : 14px;
border-radius : 30px;
top           : 0;
}
.single .comment_area .comment-reply-link:hover {
padding : 5px 25px 5px 10px !important;
}
.single .comment_area .comment-reply-link:after {
font-size   : 19px !important;
line-height : 22px !important;
}
.comment #respond {
margin-bottom : 30px;
}
.form-submit .et_pb_button {
font-weight   : bold;
font-size     : 17px;
line-height   : 1.5 !important;
padding       : 14px 30px !important;
color         : #000 !important;
border-radius : 30px;
}
.form-submit .et_pb_button:hover {
color : #FFF !important;
}
#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
padding     : 10px 15px;
font-size   : 14px;
line-height : 1.5;
border      : 1px solid;
background  : transparent !important;
transition  : all 0.3s, ease-in-out;
}
@media (min-width : 700px) {
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
width : 32%;
float : left;
}
p.comment-form-author,
p.comment-form-email {
margin-right : 2%;
}
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
width   : 100% !important;
display : block;
}
} #sidebar h4.widgettitle {
line-height       : 1.15;
padding-bottom    : 0;
padding-top       : 2px;
margin-bottom     : 10px;
font-weight       : bold;
font-size         : 16px;
color             : #000;
text-transform    : uppercase;
padding-left      : 8px;
border-left-width : 2px !important;
border-left-style : solid !important;
}
#sidebar li {
padding       : 10px;
margin        : 0;
border-bottom : 1px solid;
font-size     : 14px;
line-height   : 1.4;
}
#sidebar li:last-child {
border : none;
}
#sidebar li a {
position   : relative;
transition : all 0.2s ease-in-out 0s;
display    : block;
}
#sidebar li a:before {
margin-right : 5px;
font-family  : "ETmodules";
content      : "\24";
position     : absolute;
top          : 50%;
left         : -10px;
font-weight  : bold;
font-size    : 16px;
line-height  : 1;
margin-top   : -8px;
opacity      : 0;
transition   : all 0.2s ease-in-out 0s;
}
#sidebar li a:hover,
#sidebar li.current-cat a {
padding-left : 15px !important;
}
#sidebar li a:hover:before,
#sidebar li.current-cat a:before {
opacity : 1;
} @media (max-width : 980px) {
.et_left_sidebar #left-area,
.et_left_sidebar #sidebar,
.et_right_sidebar #left-area,
.et_right_sidebar #sidebar {
position : relative;
overflow : hidden;
}
}.home-slider .et_pb_slider {
width    : 100%;
overflow : visible;
}
.home-slider .et_pb_slide:before {
position : absolute;
content  : "";
height   : 100%;
width    : 100%;
top      : 0;
left     : 0;
opacity  : 0.9;
}
.home-slider .et_pb_slide_description {
position : relative;
z-index  : 10;
}
.home-slider .et_pb_slide_content {
line-height : 1.5;
font-size   : 22px;
}
.home-slider .et_pb_slide .et_pb_slide_title {
font-weight    : 900 !important;
line-height    : 1.25;
font-size      : 60px !important;
text-transform : uppercase;
position       : relative;
padding        : 10px 0 !important;
margin-bottom  : 10px;
display        : inline-block; }
.home-slider .et_pb_slide .et_pb_slide_title:before {
content             : "";
position            : absolute;
left                : -35px;
top                 : -10px;
width               : 20px;
height              : 80px;
border-left-width   : 7px;
border-left-style   : solid;
border-bottom-width : 7px;
border-bottom-style : solid;
}
.home-slider .et_pb_slide .et_pb_slide_title:after {
content            : "";
position           : absolute;
left               : -35px;
top                : -10px;
width              : 80px;
height             : 15px;
border-right-width : 7px;
border-right-style : solid;
border-top-width   : 7px;
border-top-style   : solid;
}
.home-slider .et_pb_button {
min-width      : 190px;
padding-top    : 10px;
padding-bottom : 10px;
text-align     : center;
}
.home-slider .et_pb_bg_layout_dark .et_pb_button,
.home-slider .et_pb_bg_layout_dark .et_pb_button:hover {
color          : #FFF !important;
padding-top    : 10px;
padding-bottom : 10px;
}
.home-slider .et_pb_slides {
position : relative;
}
.home-slider .et-pb-controllers {
font-size : 0;
}
.home-slider .et-pb-controllers a {
position : relative;
}
.home-slider .et-pb-controllers a:before {
content       : "";
position      : absolute;
top           : -9px;
left          : -9px;
width         : 21px;
height        : 21px;
border        : 2px solid rgba(255, 255, 255, 0);
border-radius : 50%;
}
.home-slider .et-pb-controllers a:hover {
background : #FFF !important;
}
.home-slider .et-pb-controllers a:hover:before {
border-color : rgba(255, 255, 255, 0.75);
}
@media (min-width : 981px) {
.home-slider .et-pb-controllers {
left       : auto;
width      : 30px;
right      : 50px;
top        : 50%;
text-align : right;
}
.home-slider .et-pb-controllers a {
display : block;
margin  : 0 0 25px auto !important;
}
}
@media (max-width : 980px) {
.home-slider .et-pb-controllers a {
margin : 0 12px 10px !important;
}
}
@media (min-width : 767px) and (max-width : 980px) {
.home-slider .et_pb_slide_content {
font-size : 21px;
}
.home-slider .et_pb_slide .et_pb_slide_title {
font-size : 50px !important;
}
.home-slider .et_pb_slide .et_pb_slide_title:before {
height : 70px;
}
.home-slider .et_pb_slide .et_pb_slide_title:after {
width : 70px;
}
}
@media (max-width : 766px) {
.home-slider .et_pb_slide_content {
font-size : 18px !important;
}
.home-slider .et_pb_slide .et_pb_slide_title {
font-size : 40px !important;
}
.home-slider .et_pb_slide .et_pb_slide_title:before {
height              : 60px;
width               : 10px;
left                : -20px;
top                 : -5px;
border-left-width   : 5px;
border-bottom-width : 5px;
}
.home-slider .et_pb_slide .et_pb_slide_title:after {
width              : 55px !important;
left               : -20px;
top                : -5px;
height             : 10px !important;
border-right-width : 5px;
border-top-width   : 5px;
}
} .home-2-video-header .et_pb_module_header {
margin-bottom  : 0;
padding-bottom : 0;
}
.home-2-video-header .et_pb_fullwidth_header_overlay {
opacity : 0.9;
}
.home-2-video-header .et_pb_fullwidth_header_subhead {
display     : inline-block;
padding     : 35px 30px !important;
position    : relative;
line-height : 1.5 !important;
}
.home-2-video-header .et_pb_fullwidth_header_subhead:before {
content                 : "";
position                : absolute;
top                     : 0;
right                   : 0;
border-right-width      : 5px;
border-right-style      : solid;
border-top-width        : 5px;
border-top-style        : solid;
-webkit-animation       : bordertopright 4s;
-webkit-animation-delay : 2s; animation-delay         : 2s;
width                   : 100%;
height                  : 100%;
}
.home-2-video-header .et_pb_fullwidth_header_subhead:after {
content                 : "";
position                : absolute;
bottom                  : -5px;
left                    : -5px;
border-left-width       : 5px;
border-left-style       : solid;
border-bottom-width     : 5px;
border-bottom-style     : solid;
-webkit-animation       : borderbottomleft 4s;
-webkit-animation-delay : 2s; animation-delay         : 2s;
width                   : 100%;
height                  : 100%;
}
@-webkit-keyframes bordertopright {
from {
width  : 0;
height : 0;
}
to {
width  : 100%;
height : 100%;
}
}
@keyframes bordertopright {
from {
width  : 0;
height : 0;
}
to {
width  : 100%;
height : 100%;
}
}
@-webkit-keyframes borderbottomleft {
from {
width  : 0;
height : 0;
}
to {
width  : 100%;
height : 100%;
}
}
@keyframes borderbottomleft {
from {
width  : 0;
height : 0;
}
to {
width  : 100%;
height : 100%;
}
} .home-blog .et_pb_post {
border             : none;
padding            : 30px;
-webkit-box-shadow : 0 15px 25px 0 rgba(0, 0, 0, 0.06);
box-shadow         : 0 15px 25px 0 rgba(0, 0, 0, 0.06);
transition         : 0.5s ease-in-out;
}
.home-blog .et_pb_post:hover {
-webkit-box-shadow : 0 15px 50px 0 rgba(0, 0, 0, 0.2);
box-shadow         : 0 15px 50px 0 rgba(0, 0, 0, 0.2);
}
.home-blog .et_pb_post .et_pb_image_container {
margin : -30px -30px 20px;
}
.home-blog h2.entry-title {
line-height : 1.1;
font-size   : 20px;
}
.home-blog .post-content p {
display : none;
}
.home-blog .more-link {
text-transform : uppercase;
font-weight    : bold;
font-size      : 15px;
line-height    : 1;
}
.home-blog .more-link:after {
font-family : "ETmodules";
content     : "\24";
margin-left : 5px;
line-height : 1.2;
} .home-number-counter h3 {
text-transform : uppercase;
line-height    : 1.25;
font-size      : 15px;
color          : #666;
padding-top    : 10px;
}
.home-number-counter .percent {
height : 45px !important;
}
.home-number-counter .et_pb_number_counter .percent p {
font-size   : 45px;
line-height : 45px !important;
color       : #888 !important;
}
@media (min-width : 1151px) {
.home-number-counter .et_pb_number_counter {
text-align  : left;
font-size   : 0;
border-left : 1px solid;
padding     : 0 25px;
display     : table;
}
.home-number-counter .et_pb_column:first-child .et_pb_number_counter {
border : none;
}
.home-number-counter h3 {
padding-top    : 0 !important;
display        : table-cell;
vertical-align : middle;
}
.home-number-counter .percent {
display        : table-cell;
vertical-align : middle;
padding-right  : 15px;
}
}
@media (min-width : 981px) and (max-width : 1150px) {
.home-number-counter .et_pb_number_counter {
border-left : 1px solid;
padding     : 0 20px;
}
.home-number-counter .et_pb_column:first-child .et_pb_number_counter {
border : none;
}
}
@media (min-width : 600px) and (max-width : 980px) {
.home-number-counter .et_pb_number_counter {
text-align : left;
font-size  : 0;
display    : table;
width      : 100%;
}
.home-number-counter h3 {
padding-top    : 0 !important;
display        : table-cell;
vertical-align : middle;
}
.home-number-counter .percent {
display        : table-cell;
vertical-align : middle;
padding-right  : 15px;
}
}
@media (min-width : 479px) and (max-width : 980px) {
.home-number-counter {
padding  : 10px 0 !important;
position : relative;
}
.home-number-counter:before {
content  : "";
position : absolute;
width    : 1px;
height   : 100%;
top      : 0;
left     : 50%;
}
.home-number-counter:after {
content    : "";
position   : absolute;
height     : 1px;
width      : 100%;
top        : 50%;
left       : 0;
visibility : visible !important;
}
.home-number-counter .et_pb_number_counter {
padding : 25px;
}
}
@media (max-width : 478px) {
.home-number-counter .et_pb_number_counter {
border-bottom  : 1px solid;
padding-bottom : 20px;
margin-bottom  : 20px !important;
}
.home-number-counter .et_pb_column:last-child .et_pb_number_counter {
border-bottom : none;
}
} .brand-image {
padding        : 20px 15px;
border-radius  : 3px;
transition     : all 0.5s ease;
border         : 1px solid;
-webkit-filter : grayscale(100%);
filter         : grayscale(100%);
}
.brand-image:hover {
-webkit-filter : grayscale(0%);
filter         : grayscale(0%);
}
.brand-image img {
height          : 85px;
width           : auto;
margin          : 0 auto;
max-width       : 100%;
object-fit      : contain;
object-position : center;
}.et_pb_portofolio_pagination {
border      : none !important;
text-align  : center;
padding-top : 15px;
}
.et_pb_portofolio_pagination ul {
float  : none;
margin : 0 auto;
}
.et_pb_portofolio_pagination ul li {
float   : none;
display : inline-block;
padding : 5px !important;
}
.et_pb_portofolio_pagination ul li a {
color         : #000 !important;
font-size     : 15px;
font-weight   : bold;
border        : 1px solid;
line-height   : 1.3;
padding       : 7px 25px;
display       : block;
border-radius : 30px;
}
.et_pb_portofolio_pagination ul li a:hover {
color : #FFF !important;
}
.et_pb_portofolio_pagination ul li.prev a,
.et_pb_portofolio_pagination ul li.next a {
border-radius : 30px;
position      : relative;
}
.et_pb_portofolio_pagination ul li.prev a {
padding-right : 20px;
padding-left  : 30px;
}
.et_pb_portofolio_pagination ul li.next a {
padding-right : 30px;
padding-left  : 20px;
}
.et_pb_portofolio_pagination ul li.next a:before,
.et_pb_portofolio_pagination ul li.prev a:before {
font-family : "ETmodules";
font-size   : 20px;
line-height : 1;
top         : 50%;
margin-top  : -10px;
position    : absolute;
}
.et_pb_portofolio_pagination ul li.next a:before {
content : "\35";
right   : 10px;
}
.et_pb_portofolio_pagination ul li.prev a:before {
content : "\34";
left    : 10px;
} .et_pb_portfolio_filters {
margin-bottom : 15px !important;
}
.portfolio-categories .et_pb_row {
padding-bottom : 0;
padding-top    : 50px;
}
.et_pb_portfolio_filters ul,
.portfolio-categories ul {
padding : 0;
}
.et_pb_portfolio_filters li,
.portfolio-categories li {
padding       : 0 5px;
margin-bottom : 5px;
position      : relative;
display       : inline-block;
}
.et_pb_portfolio_filters li a,
.portfolio-categories li a {
padding     : 8px 25px;
font-size   : 15px;
line-height : 1.3;
border      : 1px solid;
margin      : 0 auto;
font-weight : 600;
background  : transparent !important;
transition  : 0.3s all;
color       : inherit;
} .portfolio-categories {
text-align : center;
position   : relative;
}
.portfolio-categories li a {
display  : block;
overflow : hidden;
height   : auto;
}
.portfolio-items .et_pb_row {
width : 97%;
}
.portfolio-items .et_pb_portfolio_item {
margin-bottom : 0 !important;
}
.portfolio-items .et_pb_portfolio_item h2.et_pb_module_header {
font-weight : 800 !important;
font-size   : 22px !important;
}
.portfolio-items .et_pb_portfolio_item .et_overlay {
opacity : 0.95;
}
.portfolio-items .et_pb_portfolio_item .post-meta {
font-size   : 16px;
line-height : 1.5;
margin-top  : 0;
}
@media (min-width : 981px) {
.portfolio-items .et_pb_portfolio_item {
width : 25%;
float : left;
}
}
@media (min-width : 768px) and  (max-width : 980px) {
.portfolio-items .et_pb_portfolio_item {
width : 33.33%;
float : left;
}
}
@media (min-width : 479px) and  (max-width : 767px) {
.portfolio-items .et_pb_portfolio_item {
width : 50%;
float : left;
}
.portfolio-categories li {
width : 50%;
}
} .single-project .interior-header h2.entry-title {
font-weight : 900;
line-height : 1.1;
}
.single-project .interior-header .et_project_categories a {
color       : inherit;
font-size   : 16px;
line-height : 1.5;
opacity     : 0.75;
}
.project-header .et_pb_post_title {
width    : 100%;
overflow : visible;
position : relative;
}
.project-header .et_pb_post_title:before {
position : absolute;
content  : "";
height   : 100%;
width    : 100%;
top      : 0;
left     : 0;
opacity  : 0.9;
z-index  : 1;
}
.project-header .et_pb_title_container {
width     : 80% !important;
max-width : 1150px !important;
}
.project-header h1.entry-title {
font-weight   : 900 !important;
line-height   : 1.15;
position      : relative;
margin-bottom : 0;
display       : inline-block;
}
.project-header h1.entry-title:before {
content             : "";
position            : absolute;
left                : 0;
bottom              : 0;
z-index             : -1;
border-left-width   : 7px;
border-left-style   : solid;
border-bottom-width : 7px;
border-bottom-style : solid;
}
.project-header h1.entry-title:after {
content            : "";
position           : absolute;
top                : 0;
right              : 0;
z-index            : -1;
border-right-width : 7px;
border-right-style : solid;
border-top-width   : 7px;
border-top-style   : solid;
}
.project-description {
font-size   : 15px;
line-height : 1.5;
}
@media (min-width : 981px) {
.project-header h1.entry-title:after,
.project-header h1.entry-title:before {
width  : 50px;
height : 50px;
}
.project-header h1.entry-title {
font-size : 50px !important;
padding   : 25px 35px !important;
}
.single-project .interior-header h2.entry-title {
font-size : 40px;
}
}
@media (min-width : 767px) and (max-width : 980px) {
.project-header h1.entry-title:after,
.project-header h1.entry-title:before {
width  : 40px;
height : 40px;
}
.project-header h1.entry-title {
font-size : 45px !important;
padding   : 20px 30px !important;
}
.single-project .interior-header h2.entry-title {
font-size : 37px;
}
}
@media (max-width : 766px) {
.project-header h1.entry-title:after,
.project-header h1.entry-title:before {
width        : 35px;
height       : 35px;
border-width : 5px !important;
}
.project-header h1.entry-title {
font-size : 35px !important;
padding   : 20px 10px !important;
}
.project-header h1.entry-title:after {
right : -10px;
}
.project-header h1.entry-title:before {
left : -10px;
}
.single-project .interior-header h2.entry-title {
font-size : 32px;
}
} @media (min-width : 981px) {
.single-project-gallery .et_pb_grid_item {
width              : 23.5%;
margin             : 0 2% 20px 0 !important;
-webkit-box-shadow : 0 5px 25px 0 rgba(0, 0, 0, 0.06);
box-shadow         : 0 5px 25px 0 rgba(0, 0, 0, 0.06);
transition         : 0.5s ease-in-out;
}
}
@media (min-width : 479px) and (max-width : 980px) {
.single-project-gallery .et_pb_grid_item,
.single-project-gallery .et_pb_grid_item:nth-child(n) {
width              : 48.5% !important;
margin             : 0 3% 20px 0 !important;
-webkit-box-shadow : 0 5px 25px 0 rgba(0, 0, 0, 0.06);
box-shadow         : 0 5px 25px 0 rgba(0, 0, 0, 0.06);
transition         : 0.5s ease-in-out;
clear              : none !important;
}
.single-project-gallery .et_pb_grid_item:nth-child(2n) {
margin-right : 0 !important;
}
}
@media (max-width : 478px) {
.single-project-gallery .et_pb_grid_item,
.single-project-gallery .et_pb_grid_item:nth-child(n) {
margin-bottom : 20px !important;
}
}
.single-project-gallery .et_overlay:before {
font-family    : "Open Sans", sans-serif !important;
text-transform : uppercase;
padding        : 10px 0;
border-radius  : 30px;
width          : 136px;
display        : block;
text-align     : center;
margin         : -20px 0 0 -68px !important;
top            : 50% !important;
font-size      : 13px;
line-height    : 1.3;
border-width   : 2px !important;
border-style   : solid !important;
font-weight    : bold;
}
.single-project-gallery .et_pb_gallery_pagination {
border : none;
}
.single-project-gallery .et_pb_gallery_pagination ul {
float      : none;
text-align : center;
}
.single-project-gallery .et_pb_gallery_pagination ul li {
float   : none;
display : inline-block;
padding : 5px 3px;
}
.single-project-gallery .et_pb_gallery_pagination ul li a {
border        : 1px solid;
padding       : 5px 20px;
font-size     : 14px;
line-height   : 1.3;
margin        : 0 auto;
border-radius : 30px !important;
font-weight   : 600;
color         : #000;
background    : transparent !important;
transition    : 0.3s all;
}
.single-project-gallery .et_pb_gallery_pagination ul li a.active {
color : #000;
}
.single-project-gallery .et_pb_gallery_pagination ul li a:hover {
color : #FFF !important;
} .project-details .et_pb_blurb {
text-transform : uppercase;
}
.project-details .et_pb_blurb h4 {
line-height    : 1.25;
padding-bottom : 0;
font-size      : 15px;
color          : #000;
}
.project-details .et_pb_blurb .et_pb_blurb_content p {
line-height   : 1.25;
margin-bottom : 0;
font-size     : 15px;
color         : #666;
font-weight   : 500 !important;
}
.project-details .et_pb_blurb .et_pb_blurb_content {
max-width : none;
}
@media (min-width : 981px) {
.project-details .et_pb_column_1_4 .et_pb_blurb {
border-left  : 1px solid;
padding-left : 20px;
}
.project-details .et_pb_column_1_4:first-child .et_pb_blurb {
border : none;
}
}
@media (max-width : 479px) {
.project-details .et_pb_column_1_4 .et_pb_blurb {
border-bottom  : 1px solid;
margin-bottom  : 15px;
padding-bottom : 15px;
}
.project-details .et_pb_column_1_4:last-child .et_pb_blurb {
border-bottom  : none;
margin-bottom  : 0;
padding-bottom : 0;
}
}
.project-details.et_pb_column_1_3 .et_pb_blurb {
border-bottom  : 1px solid;
margin-bottom  : 15px;
padding-bottom : 15px;
}
.project-details.et_pb_column_1_3 .et_pb_blurb:last-child {
border-bottom  : none;
margin-bottom  : 0;
padding-bottom : 0;
} @media (min-width : 981px) {
.project-testimonial {
margin-top : -15px;
padding    : 0 !important;
}
}
.project-testimonial:before {
opacity       : 0;
position      : absolute;
top           : -80px;
right         : 95px;
left          : auto;
margin-left   : 0;
border-radius : 0;
background    : transparent;
font-size     : 90px;
color         : #A46934;
content       : "\7b";
}
.project-testimonial .et_pb_testimonial_description {
border   : 10px solid;
padding  : 35px;
position : relative;
}
.project-testimonial .et_pb_testimonial_description:before {
content  : "";
display  : block;
position : absolute;
right    : 40px;
top      : -90px;
width    : 0;
height   : 0;
border   : 40px solid transparent;
}
.project-testimonial .et_pb_testimonial_description:after {
content             : "";
display             : block;
position            : absolute;
right               : 48px;
top                 : -62px;
width               : 0;
height              : 0;
border              : 31px solid transparent;
border-bottom-color : white;
visibility          : visible !important;
}
.project-testimonial .et_pb_testimonial_description p {
padding-bottom : 0;
}
.project-testimonial p.et_pb_testimonial_meta {
text-transform : uppercase;
font-size      : 13px;
line-height    : 1.5;
}
.project-testimonial .et_pb_testimonial_author {
color     : #000;
font-size : 16px;
}.home-2-portfolio-grid .et_overlay,
.homepage-fullwidth-portfolio .et_overlay {
opacity : 0.95 !important;
} .homepage-fullwidth-portfolio {
padding : 0 10px !important;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_item {
border : 5px solid transparent !important;
}
.homepage-fullwidth-portfolio .et_overlay {
opacity : 0.95;
}
.homepage-fullwidth-portfolio .et_overlay:before {
display : none;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image {
position   : relative;
width      : 100%;
height     : 100%;
text-align : center;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image img {
width           : 100%;
height          : 100%;
margin-left     : -0%;
max-width       : none;
object-fit      : cover;
object-position : center;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image .post-meta {
padding : 30px 30px 10px !important;
opacity : 0;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image .et_pb_module_header {
padding     : 30px !important;
line-height : 1.15 !important;
margin      : auto !important;
position    : absolute;
left        : 0;
bottom      : 0;
transition  : all .3s;
text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.25);
z-index     : 4;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image .et_pb_module_header:after {
font-family    : "Open Sans", Arial, sans-serif;
display        : block;
font-size      : 15px;
line-height    : 1;
text-transform : uppercase;
font-weight    : normal;
margin-top     : 15px;
opacity        : 0;
transition     : all .3s;
text-shadow    : none !important;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_item:hover .et_pb_module_header {
bottom : 10px;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_item:hover .et_pb_module_header:after,
.homepage-fullwidth-portfolio .et_pb_portfolio_item:hover .post-meta {
opacity : 1;
}
.homepage-fullwidth-portfolio .et-pb-arrow-next,
.homepage-fullwidth-portfolio .et-pb-arrow-prev {
background  : #FFF;
font-weight : bold;
font-size   : 45px;
}
.homepage-fullwidth-portfolio .et-pb-arrow-next:hover,
.homepage-fullwidth-portfolio .et-pb-arrow-prev:hover {
color : #FFF !important;
}
@media (min-width : 950px) {
.homepage-fullwidth-portfolio .et_pb_portfolio_item,
.homepage-fullwidth-portfolio .et_pb_portfolio_items {
height : 420px !important;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image .et_pb_module_header {
font-size : 27px;
}
}
@media (min-width : 600px) and (max-width : 950px) {
.homepage-fullwidth-portfolio .et_pb_portfolio_item,
.homepage-fullwidth-portfolio .et_pb_portfolio_items {
height : 350px !important;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image .et_pb_module_header {
font-size : 24px;
}
}
@media (max-width : 600px) {
.homepage-fullwidth-portfolio .et_pb_portfolio_item,
.homepage-fullwidth-portfolio .et_pb_portfolio_items {
height : 300px !important;
}
.homepage-fullwidth-portfolio .et_pb_portfolio_image .et_pb_module_header {
font-size : 21px;
}
} .et_pb_row_fullwidth .home-2-portfolio-grid .et_pb_portfolio_item {
min-height : 400px;
}
.home-2-portfolio-grid {
padding : 0 10px;
}
.home-2-portfolio-grid .et_pb_portfolio_item {
min-height : 300px;
padding    : 35px;
border     : 10px solid transparent;
position   : relative;
overflow   : hidden;
}
.home-2-portfolio-grid .et_pb_portfolio_item:hover .et_overlay {
z-index : 3;
opacity : 1;
}
.home-2-portfolio-grid .et_overlay:before {
display : none;
}
.home-2-portfolio-grid .et_portfolio_image {
position : absolute;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
z-index  : 0;
}
.home-2-portfolio-grid .et_portfolio_image img {
max-width       : none;
object-fit      : cover;
height          : 100%;
object-position : center;
}
.home-2-portfolio-grid .et_pb_module_header,
.home-2-portfolio-grid p.post-meta {
position           : relative;
z-index            : 5;
opacity            : 0;
visibility         : hidden;
-webkit-transition : all .4s ease 0s;
transition         : all .4s ease 0s;
transform          : translate(0, -20px);
-ms-transform      : translate(0, -20px);
-webkit-transform  : translate(0, -20px);
}
.home-2-portfolio-grid .et_pb_module_header {
text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.home-2-portfolio-grid .et_pb_portfolio_item:hover .et_pb_module_header,
.home-2-portfolio-grid .et_pb_portfolio_item:hover p.post-meta {
opacity                  : 1;
visibility               : visible;
transform                : translate(0, 0);
-ms-transform            : translate(0, 0);
-webkit-transform        : translate(0, 0);
transition-delay         : .2s;
-webkit-transition-delay : .2s;
} .et_pb_team_member {
vertical-align : top;
}
.et_pb_team_member_image {
margin     : 0 auto !important;
width      : 100% !important;
text-align : center !important;
}
.et_pb_team_member .et_pb_team_member_image img {
-webkit-filter : grayscale(100%);
filter         : grayscale(100%);
}
.et_pb_team_member:hover .et_pb_team_member_image img {
-webkit-filter : grayscale(0%);
filter         : grayscale(0%);
}
.et_pb_team_member_description {
padding     : 25px 10px;
line-height : 1.5;
display     : block;
}
.et_pb_team_member_description h4 {
font-weight    : bold;
padding-bottom : 3px;
}
.et_pb_member_position {
font-weight    : 500;
font-style     : italic;
font-size      : 18px;
display        : block !important;
font-family    : "Droid Sans";
padding-bottom : 15px !important;
}
.et_pb_member_social_links li {
margin-right : 10px;
}
.et_pb_team_member.et_pb_bg_layout_dark .et_pb_member_social_links a {
color : #FFF;
}
.et_pb_team_member.et_pb_bg_layout_light .et_pb_member_social_links a {
color : #000;
}
.et_pb_member_social_links a {
border-width  : 1px !important;
border-style  : solid !important;
font-size     : 16px;
width         : 40px;
height        : 40px;
line-height   : 40px;
border-radius : 2px;
transition    : 0.3s, ease-in;
}
.et_pb_member_social_links a.et_pb_facebook_icon:hover {
background   : #3B5998 !important;
border-color : #3B5998 !important;
color        : #FFFFFF;
}
.et_pb_member_social_links a.et_pb_twitter_icon:hover {
background   : #55ACEE !important;
border-color : #55ACEE !important;
color        : #FFFFFF;
}
.et_pb_member_social_links a.et_pb_google_icon:hover {
background   : #DD4B39 !important;
border-color : #DD4B39 !important;
color        : #FFFFFF;
}
.et_pb_member_social_links a.et_pb_linkedin_icon:hover {
background   : #007BB5 !important;
border-color : #007BB5 !important;
color        : #FFFFFF;
} .et_pb_pricing_table {
border         : 1px solid rgba(0, 0, 0, 0.1);
background     : transparent;
overflow       : hidden;
padding-bottom : 35px;
}
.et_pb_pricing_content {
text-align  : center;
font-size   : 16px;
line-height : 1.5;
}
.et_pb_pricing_content_top {
border : none;
}
.et_pb_pricing_heading {
padding       : 40px 25px 20px;
margin-bottom : 0;
background    : transparent !important;
}
.et_pb_pricing_table .et_pb_pricing_title {
color : #222;
}
.et_pb_best_value {
color : #666;
}
.et_pb_sum {
font-weight : 900;
color       : #232323 !important;
font-size   : 70px;
}
.et_pb_pricing li {
padding     : 0 0 10px 0;
line-height : 1.5;
}
.et_pb_pricing li.et_pb_not_available {
color   : inherit;
opacity : 0.5;
}
.et_pb_pricing_table_button {
font-weight    : 700;
min-width      : 190px;
padding-top    : 10px;
padding-bottom : 10px;
text-align     : center;
}
.et_pb_pricing_table_button:hover {
padding-top    : 10px !important;
padding-bottom : 10px !important;
}
.et_pb_featured_table {
padding-bottom : 50px;
border-radius  : 5px;
}
.et_pb_featured_table .et_pb_pricing_title,
.et_pb_featured_table .et_pb_best_value,
.et_pb_featured_table,
.et_pb_featured_table .et_pb_pricing_table_button,
.et_pb_featured_table .et_pb_dollar_sign,
.et_pb_featured_table .et_pb_frequency {
color : #FFF !important;
}
.et_pb_featured_table .et_pb_pricing_table_button:hover {
color : #FFF !important;
}
.et_pb_featured_table .et_pb_dollar_sign,
.et_pb_featured_table .et_pb_frequency {
opacity : 0.75;
}
.et_pb_featured_table .et_pb_pricing_title {
font-weight : bold;
} .et_pb_counters li {
margin-bottom : 25px;
}
.et_pb_counter_title {
padding-right : 40px;
display       : block;
font-size     : 16px;
line-height   : 1.5;
font-weight   : bold;
margin-bottom : 15px;
}
.et_pb_counter_container {
border-radius : 30px;
overflow      : visible;
width         : 100%;
min-height    : 8px;
}
.et_pb_counter_amount {
min-height    : 8px;
border-radius : 30px;
position      : initial !important;
}
.et_pb_counters span.et_pb_counter_amount_number {
font-size : 0;
display   : none;
}
.et_pb_counters .et_pb_counter_amount.overlay span.et_pb_counter_amount_number {
display       : block;
padding       : 5px;
position      : absolute;
top           : -28px;
right         : 0;
background    : #000;
color         : #FFF;
border-radius : 5px;
font-size     : 12px;
line-height   : 1;
}  .sliding-blurb {
position : relative;
overflow : hidden;
padding  : 70px 30px;
height   : 100%;
}
.sliding-blurb .et_pb_blurb_content {
max-width : none;
}
.sliding-blurb .et_pb_blurb_description {
position           : absolute;
top                : 0;
left               : 120%;
display            : block;
width              : 100%;
height             : 100%;
font-size          : 16px;
line-height        : 1.25;
padding            : 5px;
-webkit-transition : left .3s ease;
-moz-transition    : left .3s ease;
transition         : left .3s ease;
cursor             : default;
}
.sliding-blurb h4.et_pb_module_header,
.sliding-blurb .et_pb_main_blurb_image {
position           : relative;
left               : 0;
-webkit-transition : left .3s ease;
-moz-transition    : left .3s ease;
transition         : left .3s ease;
}
.sliding-blurb:hover h4.et_pb_module_header,
.sliding-blurb:hover .et_pb_main_blurb_image {
left : -120%;
}
.sliding-blurb:hover .et_pb_blurb_description {
left : 0;
}
.sliding-blurb h4.et_pb_module_header {
font-weight    : 900;
font-size      : 22px;
line-height    : 1.2;
margin-bottom  : 0;
padding-bottom : 0;
}
.sliding-blurb .et_pb_blurb_description {
font-size   : 16px;
line-height : 1.5;
}
.sliding-blurb .et_pb_blurb_description h5 {
font-weight    : bold;
text-transform : uppercase;
font-size      : 19px;
line-height    : 1.2;
margin-bottom  : 15px;
padding-bottom : 0;
}
@media (min-width : 981px) {
.sliding-blurb {
border-bottom : 1px solid;
border-right  : 1px solid;
}
.et_pb_column:last-child .sliding-blurb {
border-right : none;
}
.sliding-blurb:last-child {
border-bottom : none;
}
.sliding-blurb.et_pb_bg_layout_dark {
border-color : rgba(255, 255, 255, 0.1)
}
.sliding-blurb.et_pb_bg_layout_light {
border-color : rgba(0, 0, 0, 0.1)
}
}
@media (max-width : 980px) {
.sliding-blurb {
border-bottom : 1px solid;
}
.et_pb_column:last-child .sliding-blurb:last-child {
border-bottom : none;
}
.sliding-blurb.et_pb_bg_layout_dark {
border-color : rgba(255, 255, 255, 0.1)
}
.sliding-blurb.et_pb_bg_layout_light {
border-color : rgba(0, 0, 0, 0.1)
}
} .round-icon-blurb {
font-size   : 16px;
line-height : 1.6;
position    : relative;
}
.round-icon-blurb .et_pb_module_header {
line-height   : 1.05;
margin-bottom : 0;
font-weight   : bold;
font-size     : 22px;
}
.round-icon-blurb .et_pb_main_blurb_image {
width         : 80px;
height        : 80px;
background    : #FFF;
border-width  : 2px !important;
border-style  : solid !important;
border-radius : 50%;
position      : relative;
z-index       : 10;
text-align    : center;
}
.round-icon-blurb:hover .et_pb_main_blurb_image {
color : #FFF;
}
.round-icon-blurb .et-pb-icon {
font-size   : 35px;
line-height : 78px;
color       : inherit !important;
}
.round-icon-blurb.et_pb_text_align_left .et_pb_blurb_content {
text-align : left;
}
.round-icon-blurb.et_pb_text_align_right .et_pb_blurb_content {
text-align : right;
} .left-icon-blurb .et_pb_module_header {
position       : relative;
padding-bottom : 25px;
margin-bottom  : 25px;
}
.left-icon-blurb .et_pb_module_header:before {
content  : "";
position : absolute;
bottom   : 0;
width    : 50px;
height   : 1px;
left     : 0;
}
.left-icon-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
padding-left : 40px;
} .et_pb_posts_nav a {
color       : inherit;
font-size   : 15px;
line-height : 1.5;
}
.et_pb_posts_nav .meta-nav {
font-weight : 900;
font-size   : 200%;
}
.et_pb_posts_nav .nav-label {
opacity        : 0.75;
text-transform : uppercase;
}