.swal-icon--error {
border-color: #f27474;
-webkit-animation: animateErrorIcon .5s;
animation: animateErrorIcon .5s
}
.swal-icon--error__x-mark {
position: relative;
display: block;
-webkit-animation: animateXMark .5s;
animation: animateXMark .5s
}
.swal-icon--error__line {
position: absolute;
height: 5px;
width: 47px;
background-color: #f27474;
display: block;
top: 37px;
border-radius: 2px
}
.swal-icon--error__line--left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px
}
.swal-icon--error__line--right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px
}
@-webkit-keyframes animateErrorIcon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1
}
}
@keyframes animateErrorIcon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1
}
}
@-webkit-keyframes animateXMark {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px
}
to {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1
}
}
@keyframes animateXMark {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px
}
to {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1
}
}
.swal-icon--warning {
border-color: #f8bb86;
-webkit-animation: pulseWarning .75s infinite alternate;
animation: pulseWarning .75s infinite alternate
}
.swal-icon--warning__body {
width: 5px;
height: 47px;
top: 10px;
border-radius: 2px;
margin-left: -2px
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
position: absolute;
left: 50%;
background-color: #f8bb86
}
.swal-icon--warning__dot {
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -4px;
bottom: -11px
}
@-webkit-keyframes pulseWarning {
0% {
border-color: #f8d486
}
to {
border-color: #f8bb86
}
}
@keyframes pulseWarning {
0% {
border-color: #f8d486
}
to {
border-color: #f8bb86
}
}
.swal-icon--success {
border-color: #a5dc86
}
.swal-icon--success:after,
.swal-icon--success:before {
content: "";
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.swal-icon--success:before {
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
}
.swal-icon--success:after {
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;
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in
}
.swal-icon--success__ring {
width: 80px;
height: 80px;
border: 4px solid hsla(98, 55%, 69%, .2);
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2
}
.swal-icon--success__hide-corners {
width: 5px;
height: 90px;
background-color: #fff;
padding: 1px;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.swal-icon--success__line {
height: 5px;
background-color: #a5dc86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2
}
.swal-icon--success__line--tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: animateSuccessTip .75s;
animation: animateSuccessTip .75s
}
.swal-icon--success__line--long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: animateSuccessLong .75s;
animation: animateSuccessLong .75s
}
@-webkit-keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
to {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
to {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@-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
}
to {
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
}
to {
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
}
to {
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
}
to {
width: 47px;
right: 8px;
top: 38px
}
}
.swal-icon--info {
border-color: #c9dae1
}
.swal-icon--info:before {
width: 5px;
height: 29px;
bottom: 17px;
border-radius: 2px;
margin-left: -2px
}
.swal-icon--info:after,
.swal-icon--info:before {
content: "";
position: absolute;
left: 50%;
background-color: #c9dae1
}
.swal-icon--info:after {
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px
}
.swal-icon {
width: 80px;
height: 80px;
border-width: 4px;
border-style: solid;
border-radius: 50%;
padding: 0;
position: relative;
box-sizing: content-box;
margin: 20px auto
}
.swal-icon:first-child {
margin-top: 32px
}
.swal-icon--custom {
width: auto;
height: auto;
max-width: 100%;
border: none;
border-radius: 0
}
.swal-icon img {
max-width: 100%;
max-height: 100%
}
.swal-title {
color: rgba(0, 0, 0, .65);
font-weight: 600;
text-transform: none;
position: relative;
display: block;
padding: 13px 16px;
font-size: 27px;
line-height: normal;
text-align: center;
margin-bottom: 0
}
.swal-title:first-child {
margin-top: 26px
}
.swal-title:not(:first-child) {
padding-bottom: 0
}
.swal-title:not(:last-child) {
margin-bottom: 13px
}
.swal-text {
font-size: 16px;
position: relative;
float: none;
line-height: normal;
vertical-align: top;
text-align: left;
display: inline-block;
margin: 0;
padding: 0 10px;
font-weight: 400;
color: rgba(0, 0, 0, .64);
max-width: calc(100% - 20px);
overflow-wrap: break-word;
box-sizing: border-box
}
.swal-text:first-child {
margin-top: 45px
}
.swal-text:last-child {
margin-bottom: 45px
}
.swal-footer {
text-align: right;
padding-top: 13px;
margin-top: 13px;
padding: 13px 16px;
border-radius: inherit;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.swal-button-container {
margin: 5px;
display: inline-block;
position: relative
}
.swal-button {
background-color: #7cd1f9;
color: #fff;
border: none;
box-shadow: none;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
padding: 10px 24px;
margin: 0;
cursor: pointer
}
.swal-button:not([disabled]):hover {
background-color: #78cbf2
}
.swal-button:active {
background-color: #70bce0
}
.swal-button:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
}
.swal-button[disabled] {
opacity: .5;
cursor: default
}
.swal-button::-moz-focus-inner {
border: 0
}
.swal-button--cancel {
color: #555;
background-color: #efefef
}
.swal-button--cancel:not([disabled]):hover {
background-color: #e8e8e8
}
.swal-button--cancel:active {
background-color: #d7d7d7
}
.swal-button--cancel:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
}
.swal-button--danger {
background-color: #e64942
}
.swal-button--danger:not([disabled]):hover {
background-color: #df4740
}
.swal-button--danger:active {
background-color: #cf423b
}
.swal-button--danger:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
}
.swal-content {
padding: 0 20px;
margin-top: 20px;
font-size: medium
}
.swal-content:last-child {
margin-bottom: 20px
}
.swal-content__input,
.swal-content__textarea {
-webkit-appearance: none;
background-color: #fff;
border: none;
font-size: 14px;
display: block;
box-sizing: border-box;
width: 100%;
border: 1px solid rgba(0, 0, 0, .14);
padding: 10px 13px;
border-radius: 2px;
transition: border-color .2s
}
.swal-content__input:focus,
.swal-content__textarea:focus {
outline: none;
border-color: #6db8ff
}
.swal-content__textarea {
resize: vertical
}
.swal-button--loading {
color: transparent
}
.swal-button--loading~.swal-button__loader {
opacity: 1
}
.swal-button__loader {
position: absolute;
height: auto;
width: 43px;
z-index: 2;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
text-align: center;
pointer-events: none;
opacity: 0
}
.swal-button__loader div {
display: inline-block;
float: none;
vertical-align: baseline;
width: 9px;
height: 9px;
padding: 0;
border: none;
margin: 2px;
opacity: .4;
border-radius: 7px;
background-color: hsla(0, 0%, 100%, .9);
transition: background .2s;
-webkit-animation: swal-loading-anim 1s infinite;
animation: swal-loading-anim 1s infinite
}
.swal-button__loader div:nth-child(3n+2) {
-webkit-animation-delay: .15s;
animation-delay: .15s
}
.swal-button__loader div:nth-child(3n+3) {
-webkit-animation-delay: .3s;
animation-delay: .3s
}
@-webkit-keyframes swal-loading-anim {
0% {
opacity: .4
}
20% {
opacity: .4
}
50% {
opacity: 1
}
to {
opacity: .4
}
}
@keyframes swal-loading-anim {
0% {
opacity: .4
}
20% {
opacity: .4
}
50% {
opacity: 1
}
to {
opacity: .4
}
}
.swal-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0;
overflow-y: auto;
background-color: rgba(0, 0, 0, .4);
z-index: 10000;
pointer-events: none;
opacity: 0;
transition: opacity .3s
}
.swal-overlay:before {
content: " ";
display: inline-block;
vertical-align: middle;
height: 100%
}
.swal-overlay--show-modal {
opacity: 1;
pointer-events: auto
}
.swal-overlay--show-modal .swal-modal {
opacity: 1;
pointer-events: auto;
box-sizing: border-box;
-webkit-animation: showSweetAlert .3s;
animation: showSweetAlert .3s;
will-change: transform
}
.swal-modal {
width: 478px;
opacity: 0;
pointer-events: none;
background-color: #fff;
text-align: center;
border-radius: 5px;
position: static;
margin: 20px auto;
display: inline-block;
vertical-align: middle;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
z-index: 10001;
transition: opacity .2s, -webkit-transform .3s;
transition: transform .3s, opacity .2s;
transition: transform .3s, opacity .2s, -webkit-transform .3s
}
@media (max-width:500px) {
.swal-modal {
width: calc(100% - 20px)
}
}
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
1% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes showSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
1% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
content: none;
}
blockquote {
margin: 20px 0 30px;
border-left: 5px solid;
padding-left: 20px;
}
:focus {
outline: 0;
}
del {
text-decoration: line-through;
}
pre {
overflow: auto;
padding: 10px;
}
figure {
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section {
display: block;
}
body {
font-family: Open Sans, Arial, sans-serif;
font-size: 14px;
color: #666;
background-color: #fff;
line-height: 1.7em;
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.page-template-page-template-blank-php #page-container {
padding-top: 0 !important;
}
body.et_cover_background {
background-size: cover !important;
background-position: top !important;
background-repeat: no-repeat !important;
background-attachment: fixed;
}
a {
color: #2ea3f2;
}
a,
a:hover {
text-decoration: none;
}
p {
padding-bottom: 1em;
}
p:not(.has-background):last-of-type {
padding-bottom: 0;
}
p.et_normal_padding {
padding-bottom: 1em;
}
strong {
font-weight: 700;
}
cite,
em,
i {
font-style: italic;
}
code,
pre {
font-family: Courier New, monospace;
margin-bottom: 10px;
}
ins {
text-decoration: none;
}
sub,
sup {
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 0.8em;
}
sub {
top: 0.3em;
}
dl {
margin: 0 0 1.5em;
}
dl dt {
font-weight: 700;
}
dd {
margin-left: 1.5em;
}
blockquote p {
padding-bottom: 0;
}
embed,
iframe,
object,
video {
max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
padding-bottom: 10px;
line-height: 1em;
font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
input {
-webkit-appearance: none;
}
input[type="checkbox"] {
-webkit-appearance: checkbox;
}
input[type="radio"] {
-webkit-appearance: radio;
}
input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
background-color: #fff;
border: 1px solid #bbb;
padding: 2px;
color: #4e4e4e;
}
input.text:focus,
input.title:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
border-color: #2d3940;
color: #3e3e3e;
}
input.text,
input.title,
input[type="text"],
select,
textarea {
margin: 0;
}
textarea {
padding: 4px;
}
button,
input,
select,
textarea {
font-family: inherit;
}
img {
max-width: 100%;
height: auto;
}
.clear {
clear: both;
}
br.clear {
margin: 0;
padding: 0;
}
.pagination {
clear: both;
}
#et_search_icon:hover,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.form-submit .et_pb_buttontton.alt.disabled,
.nav-single a,
.posted_in a {
color: #2ea3f2;
}
.et-search-form,
blockquote {
border-color: #2ea3f2;
}
#main-content {
background-color: #fff;
}
.container {
width: 80%;
max-width: 1080px;
margin: auto;
position: relative;
}
body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
padding-top: 58px;
}
.et_full_width_page #main-content .container:before {
display: none;
}
.main_title {
margin-bottom: 20px;
}
.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover {
background: rgba(0, 0, 0, 0.05);
}
.et_button_icon_visible .et_pb_button {
padding-right: 2em;
padding-left: 0.7em;
}
.et_button_icon_visible .et_pb_button:after {
opacity: 1;
margin-left: 0;
}
.et_button_left .et_pb_button:hover:after {
left: 0.15em;
}
.et_button_left .et_pb_button:after {
margin-left: 0;
left: 1em;
}
.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_left .et_pb_button:hover,
.et_button_left .et_pb_module .et_pb_button:hover {
padding-left: 2em;
padding-right: 0.7em;
}
.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_left .et_pb_button:hover:after {
left: 0.15em;
}
.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover {
padding: 0.3em 1em;
}
.et_button_no_icon .et_pb_button:after {
display: none;
}
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
padding: 0.3em 1em !important;
}
.et_button_custom_icon .et_pb_button:after {
line-height: 1.7em;
}
.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon .et_pb_button:hover:after {
margin-left: 0.3em;
}
#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type {
padding: 0;
margin-bottom: -16px;
}
.entry-content table:not(.variations) {
border: 1px solid #eee;
margin: 0 0 15px;
text-align: left;
width: 100%;
}
.entry-content thead th,
.entry-content tr th {
color: #555;
font-weight: 700;
padding: 9px 24px;
}
.entry-content tr td {
border-top: 1px solid #eee;
padding: 6px 24px;
}
#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
list-style-type: disc;
padding: 0 0 23px 1em;
line-height: 26px;
}
#left-area ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-l--header ol {
list-style-type: decimal;
list-style-position: inside;
padding: 0 0 23px;
line-height: 26px;
}
#left-area ul li ul,
.entry-content ul li ol {
padding: 2px 0 2px 20px;
}
#left-area ol li ul,
.entry-content ol li ol,
.et-l--body ol li ol,
.et-l--footer ol li ol,
.et-l--header ol li ol {
padding: 2px 0 2px 35px;
}
#left-area ul.wp-block-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
}
#left-area ul.products {
padding: 0 !important;
line-height: 1.7 !important;
list-style: none !important;
}
.gallery-item a {
display: block;
}
.gallery-caption,
.gallery-item a {
width: 90%;
}
#wpadminbar {
z-index: 100001;
}
#left-area .post-meta {
font-size: 14px;
padding-bottom: 15px;
}
#left-area .post-meta a {
text-decoration: none;
color: #666;
}
#left-area .et_featured_image {
padding-bottom: 7px;
}
.single .post {
padding-bottom: 25px;
}
body.single .et_audio_content {
margin-bottom: -6px;
}
.nav-single a {
text-decoration: none;
color: #2ea3f2;
font-size: 14px;
font-weight: 400;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
.et_password_protected_form p input {
background-color: #eee;
border: none !important;
width: 100% !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.et_password_protected_form label {
display: none;
}
.et_password_protected_form .et_submit_button {
font-family: inherit;
display: block;
float: right;
margin: 8px auto 0;
cursor: pointer;
}
.post-password-required p.nocomments.container {
max-width: 100%;
}
.post-password-required p.nocomments.container:before {
display: none;
}
.aligncenter,
div.post .new-post .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
margin-bottom: 10px;
max-width: 96%;
padding: 8px;
}
.wp-caption.alignleft {
margin: 0 30px 20px 0;
}
.wp-caption.alignright {
margin: 0 0 20px 30px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0;
}
.wp-caption p.wp-caption-text {
font-size: 12px;
padding: 0 4px 5px;
margin: 0;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
img.alignleft {
display: inline;
float: left;
margin-right: 15px;
}
img.alignright {
display: inline;
float: right;
margin-left: 15px;
}
.page.et_pb_pagebuilder_layout #main-content {
background-color: transparent;
}
body #main-content .et_builder_inner_content > h1,
body #main-content .et_builder_inner_content > h2,
body #main-content .et_builder_inner_content > h3,
body #main-content .et_builder_inner_content > h4,
body #main-content .et_builder_inner_content > h5,
body #main-content .et_builder_inner_content > h6 {
line-height: 1.4em;
}
body #main-content .et_builder_inner_content > p {
line-height: 1.7em;
}
.wp-block-pullquote {
margin: 20px 0 30px;
}
.wp-block-pullquote.has-background blockquote {
border-left: none;
}
.wp-block-group.has-background {
padding: 1.5em 1.5em 0.5em;
}
@media (min-width: 981px) {
#left-area {
width: 79.125%;
padding-bottom: 23px;
}
#main-content .container:before {
content: "";
position: absolute;
top: 0;
height: 100%;
width: 1px;
background-color: #e2e2e2;
}
.et_full_width_page #left-area,
.et_no_sidebar #left-area {
float: none;
width: 100% !important;
}
.et_full_width_page #left-area {
padding-bottom: 0;
}
.et_no_sidebar #main-content .container:before {
display: none;
}
}
@media (max-width: 980px) {
#page-container {
padding-top: 80px;
}
.et-tb #page-container,
.et-tb-has-header #page-container {
padding-top: 0 !important;
}
#left-area,
#sidebar {
width: 100% !important;
}
#main-content .container:before {
display: none !important;
}
.et_full_width_page .et_gallery_item:nth-child(4n + 1) {
clear: none;
}
}
@media print {
#page-container {
padding-top: 0 !important;
}
}
#wp-admin-bar-et-use-visual-builder a:before {
font-family: ETmodules !important;
content: "\e625";
font-size: 30px !important;
width: 28px;
margin-top: -3px;
color: #974df3 !important;
}
#wp-admin-bar-et-use-visual-builder:hover a:before {
color: #fff !important;
}
#wp-admin-bar-et-use-visual-builder:hover a,
#wp-admin-bar-et-use-visual-builder a:hover {
transition: background-color 0.5s ease;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
background-color: #7e3bd0 !important;
color: #fff !important;
}
* html .clearfix,
:first-child + html .clearfix {
zoom: 1;
}
.iphone
.et_pb_section_video_bg
video::-webkit-media-controls-start-playback-button {
display: none !important;
-webkit-appearance: none;
}
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css {
background-attachment: scroll;
}
.et-social-facebook a.icon:before {
content: "\e093";
}
.et-social-twitter a.icon:before {
content: "\e094";
}
.et-social-google-plus a.icon:before {
content: "\e096";
}
.et-social-instagram a.icon:before {
content: "\e09a";
}
.et-social-rss a.icon:before {
content: "\e09e";
}
.ai1ec-single-event:after {
content: " ";
display: table;
clear: both;
}
.evcal_event_details
.evcal_evdata_cell
.eventon_details_shading_bot.eventon_details_shading_bot {
z-index: 3;
}
.wp-block-divi-layout {
margin-bottom: 1em;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
a.et_pb_more_button:after {
font-family: ETmodules !important;
speak: none;
font-style: normal;
font-weight: 400;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 0;
direction: ltr;
}
.et-pb-icon,
.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon
.button.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon
.button.et_pb_custom_button_icon.et_pb_button:hover:after {
content: attr(data-icon);
}
.et-pb-icon {
font-family: ETmodules;
speak: none;
font-weight: 400;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 96px;
font-style: normal;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
direction: ltr;
}
#et-ajax-saving {
display: none;
-webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
transition: background 0.3s, -webkit-box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
-webkit-box-shadow: rgba(0, 139, 219, 0.247059) 0 0 60px;
box-shadow: 0 0 60px rgba(0, 139, 219, 0.247059);
position: fixed;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
background: #fff;
border-radius: 50px;
margin: -25px 0 0 -25px;
z-index: 999999;
text-align: center;
}
#et-ajax-saving img {
margin: 9px;
}
.et-safe-mode-indicator,
.et-safe-mode-indicator:focus,
.et-safe-mode-indicator:hover {
-webkit-box-shadow: 0 5px 10px rgba(41, 196, 169, 0.15);
box-shadow: 0 5px 10px rgba(41, 196, 169, 0.15);
background: #29c4a9;
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 12px;
line-height: 16px;
border-radius: 3px;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 999999;
text-decoration: none;
font-family: Open Sans, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.et_pb_button {
font-size: 20px;
font-weight: 500;
padding: 0.3em 1em;
line-height: 1.7em !important;
background-color: transparent;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border: 2px solid;
border-radius: 3px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: all !important;
transition-property: all !important;
}
.et_pb_button,
.et_pb_button_inner {
position: relative;
}
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
border: 2px solid transparent;
padding: 0.3em 2em 0.3em 0.7em;
}
.et_pb_button:hover {
background-color: hsla(0, 0%, 100%, 0.2);
}
.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.et_pb_button:after,
.et_pb_button:before {
font-size: 32px;
line-height: 1em;
content: "\35";
opacity: 0;
position: absolute;
margin-left: -1em;
-webkit-transition: all 0.2s;
transition: all 0.2s;
text-transform: none;
-webkit-font-feature-settings: "kern" off;
font-feature-settings: "kern" off;
font-variant: none;
font-style: normal;
font-weight: 400;
text-shadow: none;
}
.et_pb_button.et_hover_enabled:hover:after,
.et_pb_button.et_pb_hovered:hover:after {
-webkit-transition: none !important;
transition: none !important;
}
.et_pb_button:before {
display: none;
}
.et_pb_button:hover:after {
opacity: 1;
margin-left: 0;
}
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
font-size: 26px;
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
font-size: 23px;
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
font-size: 20px;
}
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
font-size: 18px;
}
.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
font-size: 16px;
}
.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
font-size: 15px;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
color: #fff !important;
}
.et_pb_module.et_pb_text_align_left {
text-align: left;
}
.et_pb_module.et_pb_text_align_center {
text-align: center;
}
.et_pb_module.et_pb_text_align_right {
text-align: right;
}
.et_pb_module.et_pb_text_align_justified {
text-align: justify;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.et_pb_bg_layout_light .et_pb_more_button {
color: #2ea3f2;
}
.et_builder_inner_content {
position: relative;
z-index: 1;
}
header .et_builder_inner_content {
z-index: 2;
}
.et_pb_css_mix_blend_mode_passthrough {
mix-blend-mode: unset !important;
}
.et_pb_image_container {
margin: -20px -20px 29px;
}
.et_pb_module_inner {
position: relative;
}
.et_hover_enabled_preview {
z-index: 2;
}
.et_hover_enabled:hover {
position: relative;
z-index: 2;
}
.et_pb_all_tabs,
.et_pb_module,
.et_pb_posts_nav a,
.et_pb_tab,
.et_pb_with_background {
position: relative;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
}
.et_pb_background_mask,
.et_pb_background_pattern {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.et_pb_background_mask {
background-size: calc(100% + 2px) calc(100% + 2px);
background-repeat: no-repeat;
background-position: 50%;
overflow: hidden;
}
.et_pb_background_pattern {
background-position: 0 0;
background-repeat: repeat;
}
.et_pb_with_border {
position: relative;
border: 0 solid #333;
}
.post-password-required .et_pb_row {
padding: 0;
width: 100%;
}
.post-password-required .et_password_protected_form {
min-height: 0;
}
body.et_pb_pagebuilder_layout.et_pb_show_title
.post-password-required
.et_password_protected_form
h1,
body:not(.et_pb_pagebuilder_layout)
.post-password-required
.et_password_protected_form
h1 {
display: none;
}
.et_pb_no_bg {
padding: 0 !important;
}
.et_overlay.et_pb_inline_icon:before,
.et_pb_inline_icon:before {
content: attr(data-icon);
}
.et_pb_more_button {
color: inherit;
text-shadow: none;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}
.et_parallax_bg_wrap {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.et_parallax_bg {
background-repeat: no-repeat;
background-position: top;
background-size: cover;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.et_parallax_bg.et_parallax_bg__hover,
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_bg.et_parallax_bg_tablet,
.et_parallax_gradient.et_parallax_gradient__hover,
.et_parallax_gradient.et_parallax_gradient_phone,
.et_parallax_gradient.et_parallax_gradient_tablet,
.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),
.et_pb_section_parallax_hover:hover
.et_parallax_gradient:not(.et_parallax_gradient__hover) {
display: none;
}
.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,
.et_pb_section_parallax_hover:hover
.et_parallax_gradient.et_parallax_gradient__hover {
display: block;
}
.et_parallax_gradient {
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.et_pb_module.et_pb_section_parallax,
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_tab.et_pb_section_parallax {
position: relative;
}
.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
background-attachment: fixed;
}
body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,
body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
background-attachment: scroll;
bottom: auto;
}
.et_pb_section_parallax.et_pb_column .et_pb_module,
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module {
z-index: 9;
position: relative;
}
.et_pb_more_button:hover:after {
opacity: 1;
margin-left: 0;
}
.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload > div {
visibility: hidden;
}
.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
position: relative;
background: #464646 !important;
}
.et_pb_preload:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
background: url(https://hkmandevi.com/wp-content/themes/mandevi/assets/images/preloader.gif)
no-repeat;
border-radius: 32px;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
}
.box-shadow-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
pointer-events: none;
}
.et_pb_section > .box-shadow-overlay ~ .et_pb_row {
z-index: 11;
}
body.safari .section_has_divider {
will-change: transform;
}
.et_pb_row > .box-shadow-overlay {
z-index: 8;
}
.has-box-shadow-overlay {
position: relative;
}
.et_clickable {
cursor: pointer;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.et_multi_view_hidden,
.et_multi_view_hidden_image {
display: none !important;
}
@keyframes multi-view-image-fade {
0% {
opacity: 0;
}
10% {
opacity: 0.1;
}
20% {
opacity: 0.2;
}
30% {
opacity: 0.3;
}
40% {
opacity: 0.4;
}
50% {
opacity: 0.5;
}
60% {
opacity: 0.6;
}
70% {
opacity: 0.7;
}
80% {
opacity: 0.8;
}
90% {
opacity: 0.9;
}
to {
opacity: 1;
}
}
.et_multi_view_image__loading {
visibility: hidden;
}
.et_multi_view_image__loaded {
-webkit-animation: multi-view-image-fade 0.5s;
animation: multi-view-image-fade 0.5s;
}
#et-pb-motion-effects-offset-tracker {
visibility: hidden !important;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.et-pb-before-scroll-animation {
opacity: 0;
}
header.et-l.et-l--header:after {
clear: both;
display: block;
content: "";
}
.et_pb_module {
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
}
@-webkit-keyframes fadeBottom {
0% {
opacity: 0;
-webkit-transform: translateY(10%);
transform: translateY(10%);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeBottom {
0% {
opacity: 0;
-webkit-transform: translateY(10%);
transform: translateY(10%);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeTop {
0% {
opacity: 0;
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeTop {
0% {
opacity: 0;
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.et-waypoint:not(.et_pb_counters) {
opacity: 0;
}
@media (min-width: 981px) {
.et_pb_section.et_section_specialty
div.et_pb_row
.et_pb_column
.et_pb_column
.et_pb_module.et-last-child,
.et_pb_section.et_section_specialty
div.et_pb_row
.et_pb_column
.et_pb_column
.et_pb_module:last-child,
.et_pb_section.et_section_specialty
div.et_pb_row
.et_pb_column
.et_pb_row_inner
.et_pb_column
.et_pb_module.et-last-child,
.et_pb_section.et_section_specialty
div.et_pb_row
.et_pb_column
.et_pb_row_inner
.et_pb_column
.et_pb_module:last-child,
.et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,
.et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child {
margin-bottom: 0;
}
}
@media (max-width: 980px) {
.et_overlay.et_pb_inline_icon_tablet:before,
.et_pb_inline_icon_tablet:before {
content: attr(data-icon-tablet);
}
.et_parallax_bg.et_parallax_bg_tablet_exist,
.et_parallax_gradient.et_parallax_gradient_tablet_exist {
display: none;
}
.et_parallax_bg.et_parallax_bg_tablet,
.et_parallax_gradient.et_parallax_gradient_tablet {
display: block;
}
.et_pb_column .et_pb_module {
margin-bottom: 30px;
}
.et_pb_row .et_pb_column .et_pb_module.et-last-child,
.et_pb_row .et_pb_column .et_pb_module:last-child,
.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
margin-bottom: 0;
}
.et_pb_more_button {
display: inline-block !important;
}
.et_pb_bg_layout_light_tablet.et_pb_button,
.et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,
.et_pb_bg_layout_light_tablet .et_pb_more_button {
color: #2ea3f2;
}
.et_pb_bg_layout_light_tablet .et_pb_forgot_password a {
color: #666;
}
.et_pb_bg_layout_light_tablet h1,
.et_pb_bg_layout_light_tablet h2,
.et_pb_bg_layout_light_tablet h3,
.et_pb_bg_layout_light_tablet h4,
.et_pb_bg_layout_light_tablet h5,
.et_pb_bg_layout_light_tablet h6 {
color: #333 !important;
}
.et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button {
color: #2ea3f2 !important;
}
.et_pb_bg_layout_light_tablet {
color: #666 !important;
}
.et_pb_bg_layout_dark_tablet,
.et_pb_bg_layout_dark_tablet h1,
.et_pb_bg_layout_dark_tablet h2,
.et_pb_bg_layout_dark_tablet h3,
.et_pb_bg_layout_dark_tablet h4,
.et_pb_bg_layout_dark_tablet h5,
.et_pb_bg_layout_dark_tablet h6 {
color: #fff !important;
}
.et_pb_bg_layout_dark_tablet.et_pb_button,
.et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,
.et_pb_bg_layout_dark_tablet .et_pb_more_button {
color: inherit;
}
.et_pb_bg_layout_dark_tablet .et_pb_forgot_password a {
color: #fff;
}
.et_pb_module.et_pb_text_align_left-tablet {
text-align: left;
}
.et_pb_module.et_pb_text_align_center-tablet {
text-align: center;
}
.et_pb_module.et_pb_text_align_right-tablet {
text-align: right;
}
.et_pb_module.et_pb_text_align_justified-tablet {
text-align: justify;
}
}
@media (max-width: 767px) {
.et_pb_more_button {
display: inline-block !important;
}
.et_overlay.et_pb_inline_icon_phone:before,
.et_pb_inline_icon_phone:before {
content: attr(data-icon-phone);
}
.et_parallax_bg.et_parallax_bg_phone_exist,
.et_parallax_gradient.et_parallax_gradient_phone_exist {
display: none;
}
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_gradient.et_parallax_gradient_phone {
display: block;
}
.et-hide-mobile {
display: none !important;
}
.et_pb_bg_layout_light_phone.et_pb_button,
.et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,
.et_pb_bg_layout_light_phone .et_pb_more_button {
color: #2ea3f2;
}
.et_pb_bg_layout_light_phone .et_pb_forgot_password a {
color: #666;
}
.et_pb_bg_layout_light_phone h1,
.et_pb_bg_layout_light_phone h2,
.et_pb_bg_layout_light_phone h3,
.et_pb_bg_layout_light_phone h4,
.et_pb_bg_layout_light_phone h5,
.et_pb_bg_layout_light_phone h6 {
color: #333 !important;
}
.et_pb_module .et_pb_bg_layout_light_phone.et_pb_button {
color: #2ea3f2 !important;
}
.et_pb_bg_layout_light_phone {
color: #666 !important;
}
.et_pb_bg_layout_dark_phone,
.et_pb_bg_layout_dark_phone h1,
.et_pb_bg_layout_dark_phone h2,
.et_pb_bg_layout_dark_phone h3,
.et_pb_bg_layout_dark_phone h4,
.et_pb_bg_layout_dark_phone h5,
.et_pb_bg_layout_dark_phone h6 {
color: #fff !important;
}
.et_pb_bg_layout_dark_phone.et_pb_button,
.et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,
.et_pb_bg_layout_dark_phone .et_pb_more_button {
color: inherit;
}
.et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button {
color: #fff !important;
}
.et_pb_bg_layout_dark_phone .et_pb_forgot_password a {
color: #fff;
}
.et_pb_module.et_pb_text_align_left-phone {
text-align: left;
}
.et_pb_module.et_pb_text_align_center-phone {
text-align: center;
}
.et_pb_module.et_pb_text_align_right-phone {
text-align: right;
}
.et_pb_module.et_pb_text_align_justified-phone {
text-align: justify;
}
}
@media (max-width: 479px) {
a.et_pb_more_button {
display: block;
}
}
@media (min-width: 768px) and (max-width: 980px) {
[data-et-multi-view-load-tablet-hidden="true"]:not(.et_multi_view_swapped) {
display: none !important;
}
}
@media (max-width: 767px) {
[data-et-multi-view-load-phone-hidden="true"]:not(.et_multi_view_swapped) {
display: none !important;
}
}
.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@-webkit-keyframes multi-view-image-fade {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
50% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
opacity: 1;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@font-face {
font-family: ETmodules;
font-display: block;
src: url(https://hkmandevi.com/wp-content/themes/mandevi/assets/fonts/modules.eot);
src: url(https://hkmandevi.com/wp-content/themes/mandevi/assets/fonts/modules.eot?#iefix)
format("embedded-opentype"),
url(https://hkmandevi.com/wp-content/themes/mandevi/assets/fonts/modules.woff)
format("woff"),
url(https://hkmandevi.com/wp-content/themes/mandevi/assets/fonts/modules.ttf)
format("truetype"),
url(https://hkmandevi.com/wp-content/themes/mandevi/assets/fonts/modules.svg#ETmodules)
format("svg");
font-weight: 400;
font-style: normal;
}
@media (min-width: 981px) {
.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
margin-right: 5.5%;
}
.et_pb_gutters3 .et_pb_column_4_4,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
margin-bottom: 2.75%;
}
.et_pb_gutters3 .et_pb_column_3_4,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
width: 73.625%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
margin-bottom: 3.735%;
}
.et_pb_gutters3 .et_pb_column_2_3,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
width: 64.833%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
margin-bottom: 4.242%;
}
.et_pb_gutters3 .et_pb_column_3_5,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
width: 57.8%;
}
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
margin-bottom: 4.758%;
}
.et_pb_gutters3 .et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
width: 47.25%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
margin-bottom: 5.82%;
}
.et_pb_gutters3 .et_pb_column_2_5,
.et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
width: 36.7%;
}
.et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
margin-bottom: 7.493%;
}
.et_pb_gutters3 .et_pb_column_1_3,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
width: 29.6667%;
}
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
margin-bottom: 9.27%;
}
.et_pb_gutters3 .et_pb_column_1_4,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
width: 20.875%;
}
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
margin-bottom: 13.174%;
}
.et_pb_gutters3 .et_pb_column_1_5,
.et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
width: 15.6%;
}
.et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
margin-bottom: 17.628%;
}
.et_pb_gutters3 .et_pb_column_1_6,
.et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
width: 12.0833%;
}
.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
margin-bottom: 22.759%;
}
.et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
width: 20.875%;
margin-right: 5.5%;
margin-bottom: 5.5%;
}
.et_pb_gutters3.et_left_sidebar.woocommerce-page
#main-content
ul.products
li.product,
.et_pb_gutters3.et_right_sidebar.woocommerce-page
#main-content
ul.products
li.product {
width: 28.353%;
margin-right: 7.47%;
}
.et_pb_gutters3.et_left_sidebar.woocommerce-page
#main-content
ul.products.columns-1
li.product,
.et_pb_gutters3.et_right_sidebar.woocommerce-page
#main-content
ul.products.columns-1
li.product {
width: 100%;
margin-right: 0;
}
.et_pb_gutters3.et_left_sidebar.woocommerce-page
#main-content
ul.products.columns-2
li.product,
.et_pb_gutters3.et_right_sidebar.woocommerce-page
#main-content
ul.products.columns-2
li.product {
width: 48%;
margin-right: 4%;
}
.et_pb_gutters3.et_left_sidebar.woocommerce-page
#main-content
ul.products.columns-2
li:nth-child(2n + 2),
.et_pb_gutters3.et_right_sidebar.woocommerce-page
#main-content
ul.products.columns-2
li:nth-child(2n + 2) {
margin-right: 0;
}
.et_pb_gutters3.et_left_sidebar.woocommerce-page
#main-content
ul.products.columns-2
li:nth-child(3n + 1),
.et_pb_gutters3.et_right_sidebar.woocommerce-page
#main-content
ul.products.columns-2
li:nth-child(3n + 1) {
clear: none;
}
}
@media (min-width: 981px) {
.et_pb_gutter.et_pb_gutters1 #left-area {
width: 75%;
}
.et_pb_gutter.et_pb_gutters1 #sidebar {
width: 25%;
}
.et_pb_gutters1.et_right_sidebar #left-area {
padding-right: 0;
}
.et_pb_gutters1.et_left_sidebar #left-area {
padding-left: 0;
}
.et_pb_gutter.et_pb_gutters1.et_right_sidebar
#main-content
.container:before {
right: 25% !important;
}
.et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
left: 25% !important;
}
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_4_4,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
width: 75%;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
width: 66.667%;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_5,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
width: 60%;
}
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
width: 50%;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_5,
.et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
width: 40%;
}
.et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_3,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
width: 33.3333%;
}
.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_4,
.et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
width: 25%;
}
.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_5,
.et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
width: 20%;
}
.et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_6,
.et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
width: 16.6667%;
}
.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product {
width: 25%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1.et_left_sidebar.woocommerce-page
#main-content
ul.products
li.product,
.et_pb_gutters1.et_right_sidebar.woocommerce-page
#main-content
ul.products
li.product {
width: 33.333%;
margin-right: 0;
}
}
@media (max-width: 980px) {
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1 .et_pb_column .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
width: 33.333%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
width: 50%;
margin-right: 0;
}
}
@media (max-width: 767px) {
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1 .et_pb_column .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
margin-bottom: 0;
}
}
@media (max-width: 479px) {
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column {
margin: 0 !important;
}
.et_pb_gutters1 .et_pb_column .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
margin-bottom: 0;
}
}
@media (min-width: 981px) {
.et_pb_gutter.et_pb_gutters2 #left-area {
width: 77.25%;
}
.et_pb_gutter.et_pb_gutters2 #sidebar {
width: 22.75%;
}
.et_pb_gutters2.et_right_sidebar #left-area {
padding-right: 3%;
}
.et_pb_gutters2.et_left_sidebar #left-area {
padding-left: 3%;
}
.et_pb_gutter.et_pb_gutters2.et_right_sidebar
#main-content
.container:before {
right: 22.75% !important;
}
.et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
left: 22.75% !important;
}
.et_pb_gutters2 .et_pb_column,
.et_pb_gutters2.et_pb_row .et_pb_column {
margin-right: 3%;
}
.et_pb_gutters2 .et_pb_column_4_4,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
margin-bottom: 1.5%;
}
.et_pb_gutters2 .et_pb_column_3_4,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
width: 74.25%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
margin-bottom: 2.02%;
}
.et_pb_gutters2 .et_pb_column_2_3,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
width: 65.667%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
margin-bottom: 2.284%;
}
.et_pb_gutters2 .et_pb_column_3_5,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
width: 58.8%;
}
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
margin-bottom: 2.551%;
}
.et_pb_gutters2 .et_pb_column_1_2,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
width: 48.5%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
margin-bottom: 3.093%;
}
.et_pb_gutters2 .et_pb_column_2_5,
.et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
width: 38.2%;
}
.et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
margin-bottom: 3.927%;
}
.et_pb_gutters2 .et_pb_column_1_3,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
width: 31.3333%;
}
.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
margin-bottom: 4.787%;
}
.et_pb_gutters2 .et_pb_column_1_4,
.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
width: 22.75%;
}
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
margin-bottom: 6.593%;
}
.et_pb_gutters2 .et_pb_column_1_5,
.et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
width: 17.6%;
}
.et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
margin-bottom: 8.523%;
}
.et_pb_gutters2 .et_pb_column_1_6,
.et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
width: 14.1667%;
}
.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
margin-bottom: 10.588%;
}
.et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
width: 22.75%;
margin-right: 3%;
margin-bottom: 3%;
}
.et_pb_gutters2.et_left_sidebar.woocommerce-page
#main-content
ul.products
li.product,
.et_pb_gutters2.et_right_sidebar.woocommerce-page
#main-content
ul.products
li.product {
width: 30.64%;
margin-right: 4.04%;
}
}
.et_animated {
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both !important;
animation-fill-mode: both !important;
}
.et_animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.et_had_animation {
position: relative;
}
@-webkit-keyframes et_pb_fade {
to {
opacity: 1;
}
}
@keyframes et_pb_fade {
to {
opacity: 1;
}
}
.et_animated.fade {
-webkit-animation-name: et_pb_fade;
animation-name: et_pb_fade;
}
@-webkit-keyframes et_pb_fadeTop {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeTop {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.et_animated.fadeTop {
-webkit-animation-name: et_pb_fadeTop;
animation-name: et_pb_fadeTop;
}
@-webkit-keyframes et_pb_fadeRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.et_animated.fadeRight {
-webkit-animation-name: et_pb_fadeRight;
animation-name: et_pb_fadeRight;
}
@-webkit-keyframes et_pb_fadeBottom {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeBottom {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.et_animated.fadeBottom {
-webkit-animation-name: et_pb_fadeBottom;
animation-name: et_pb_fadeBottom;
}
@-webkit-keyframes et_pb_fadeLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.et_animated.fadeLeft {
-webkit-animation-name: et_pb_fadeLeft;
animation-name: et_pb_fadeLeft;
}
@-webkit-keyframes et_pb_slide {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
@keyframes et_pb_slide {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
.et_animated.slide {
-webkit-animation-name: et_pb_slide;
animation-name: et_pb_slide;
}
@-webkit-keyframes et_pb_slideTop {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes et_pb_slideTop {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.et_animated.slideTop {
-webkit-animation-name: et_pb_slideTop;
animation-name: et_pb_slideTop;
}
@-webkit-keyframes et_pb_slideRight {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes et_pb_slideRight {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.et_animated.slideRight {
-webkit-animation-name: et_pb_slideRight;
animation-name: et_pb_slideRight;
}
@-webkit-keyframes et_pb_slideBottom {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes et_pb_slideBottom {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.et_animated.slideBottom {
-webkit-animation-name: et_pb_slideBottom;
animation-name: et_pb_slideBottom;
}
@-webkit-keyframes et_pb_slideLeft {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes et_pb_slideLeft {
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.et_animated.slideLeft {
-webkit-animation-name: et_pb_slideLeft;
animation-name: et_pb_slideLeft;
}
@-webkit-keyframes et_pb_bounce {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes et_pb_bounce {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.et_animated.bounce {
-webkit-animation-name: et_pb_bounce;
animation-name: et_pb_bounce;
}
@-webkit-keyframes et_pb_bounceTop {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, -200px, 0);
transform: translate3d(0, -200px, 0);
}
60% {
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_bounceTop {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, -200px, 0);
transform: translate3d(0, -200px, 0);
}
60% {
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.bounceTop {
-webkit-animation-name: et_pb_bounceTop;
animation-name: et_pb_bounceTop;
}
@-webkit-keyframes et_pb_bounceRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(200px, 0, 0);
transform: translate3d(200px, 0, 0);
}
60% {
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_bounceRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(200px, 0, 0);
transform: translate3d(200px, 0, 0);
}
60% {
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.bounceRight {
-webkit-animation-name: et_pb_bounceRight;
animation-name: et_pb_bounceRight;
}
@-webkit-keyframes et_pb_bounceBottom {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, 200px, 0);
transform: translate3d(0, 200px, 0);
}
60% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes et_pb_bounceBottom {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(0, 200px, 0);
transform: translate3d(0, 200px, 0);
}
60% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.et_animated.bounceBottom {
-webkit-animation-name: et_pb_bounceBottom;
animation-name: et_pb_bounceBottom;
}
@-webkit-keyframes et_pb_bounceLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0);
}
60% {
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_bounceLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
-webkit-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0);
}
60% {
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.bounceLeft {
-webkit-animation-name: et_pb_bounceLeft;
animation-name: et_pb_bounceLeft;
}
@-webkit-keyframes et_pb_zoom {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
@keyframes et_pb_zoom {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
.et_animated.zoom {
-webkit-animation-name: et_pb_zoom;
animation-name: et_pb_zoom;
}
@-webkit-keyframes et_pb_zoomTop {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
@keyframes et_pb_zoomTop {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
.et_animated.zoomTop {
-webkit-animation-name: et_pb_zoomTop;
animation-name: et_pb_zoomTop;
-webkit-transform-origin: top;
transform-origin: top;
}
@-webkit-keyframes et_pb_zoomRight {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
@keyframes et_pb_zoomRight {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
.et_animated.zoomRight {
-webkit-animation-name: et_pb_zoomRight;
animation-name: et_pb_zoomRight;
-webkit-transform-origin: right;
transform-origin: right;
}
@-webkit-keyframes et_pb_zoomBottom {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
@keyframes et_pb_zoomBottom {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
.et_animated.zoomBottom {
-webkit-animation-name: et_pb_zoomBottom;
animation-name: et_pb_zoomBottom;
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
@-webkit-keyframes et_pb_zoomLeft {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
@keyframes et_pb_zoomLeft {
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
}
.et_animated.zoomLeft {
-webkit-animation-name: et_pb_zoomLeft;
animation-name: et_pb_zoomLeft;
-webkit-transform-origin: left;
transform-origin: left;
}
@-webkit-keyframes et_pb_flip {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@keyframes et_pb_flip {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
.et_animated.flip {
-webkit-animation-name: et_pb_flip;
animation-name: et_pb_flip;
}
@-webkit-keyframes et_pb_flipTop {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@keyframes et_pb_flipTop {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
.et_animated.flipTop {
-webkit-animation-name: et_pb_flipTop;
animation-name: et_pb_flipTop;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes et_pb_flipRight {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes et_pb_flipRight {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
.et_animated.flipRight {
-webkit-animation-name: et_pb_flipRight;
animation-name: et_pb_flipRight;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes et_pb_flipBottom {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@keyframes et_pb_flipBottom {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
.et_animated.flipBottom {
-webkit-animation-name: et_pb_flipBottom;
animation-name: et_pb_flipBottom;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes et_pb_flipLeft {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes et_pb_flipLeft {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
.et_animated.flipLeft {
-webkit-animation-name: et_pb_flipLeft;
animation-name: et_pb_flipLeft;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes et_pb_fold {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes et_pb_fold {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
.et_animated.fold {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation-name: et_pb_fold;
animation-name: et_pb_fold;
}
@-webkit-keyframes et_pb_foldTop {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@keyframes et_pb_foldTop {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
.et_animated.foldTop {
-webkit-transform-origin: top;
transform-origin: top;
-webkit-animation-name: et_pb_foldTop;
animation-name: et_pb_foldTop;
}
@-webkit-keyframes et_pb_foldRight {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes et_pb_foldRight {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
.et_animated.foldRight {
-webkit-transform-origin: right;
transform-origin: right;
-webkit-animation-name: et_pb_foldRight;
animation-name: et_pb_foldRight;
}
@-webkit-keyframes et_pb_foldBottom {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@keyframes et_pb_foldBottom {
to {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
.et_animated.foldBottom {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-animation-name: et_pb_foldBottom;
animation-name: et_pb_foldBottom;
}
@-webkit-keyframes et_pb_foldLeft {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes et_pb_foldLeft {
to {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
.et_animated.foldLeft {
-webkit-transform-origin: left;
transform-origin: left;
-webkit-animation-name: et_pb_foldLeft;
animation-name: et_pb_foldLeft;
}
@-webkit-keyframes et_pb_roll {
0% {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_roll {
0% {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.roll {
-webkit-animation-name: et_pb_roll;
animation-name: et_pb_roll;
}
@-webkit-keyframes et_pb_rollTop {
0% {
-webkit-transform-origin: top;
transform-origin: top;
}
to {
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_rollTop {
0% {
-webkit-transform-origin: top;
transform-origin: top;
}
to {
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.rollTop {
-webkit-animation-name: et_pb_rollTop;
animation-name: et_pb_rollTop;
}
@-webkit-keyframes et_pb_rollRight {
0% {
-webkit-transform-origin: right;
transform-origin: right;
}
to {
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_rollRight {
0% {
-webkit-transform-origin: right;
transform-origin: right;
}
to {
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.rollRight {
-webkit-animation-name: et_pb_rollRight;
animation-name: et_pb_rollRight;
}
@-webkit-keyframes et_pb_rollBottom {
0% {
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
to {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_rollBottom {
0% {
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
to {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.rollBottom {
-webkit-animation-name: et_pb_rollBottom;
animation-name: et_pb_rollBottom;
}
@-webkit-keyframes et_pb_rollLeft {
0% {
-webkit-transform-origin: left;
transform-origin: left;
}
to {
-webkit-transform-origin: left;
transform-origin: left;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_rollLeft {
0% {
-webkit-transform-origin: left;
transform-origin: left;
}
to {
-webkit-transform-origin: left;
transform-origin: left;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.et_animated.rollLeft {
-webkit-animation-name: et_pb_rollLeft;
animation-name: et_pb_rollLeft;
}
.et_parallax_bg.et_parallax_bg__sticky,
.et_pb_sticky.et_pb_section_parallax_sticky
.et_parallax_bg:not(.et_parallax_bg__sticky),
.et_pb_sticky
.et_pb_section_parallax_sticky
.et_parallax_bg:not(.et_parallax_bg__sticky) {
display: none;
}
.et_pb_sticky.et_pb_section_parallax_sticky
.et_parallax_bg.et_parallax_bg__sticky,
.et_pb_sticky
.et_pb_section_parallax_sticky
.et_parallax_bg.et_parallax_bg__sticky {
display: block;
}
.et_builder_inner_content.has_et_pb_sticky {
z-index: inherit;
}
.et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et_pb_column.has_et_pb_sticky {
z-index: 20;
}
.et-l--header .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et-l--header .et_pb_column.has_et_pb_sticky {
z-index: 30;
}
.et-l--footer .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et-l--footer .et_pb_column.has_et_pb_sticky {
z-index: 10;
}
.et_pb_sticky_placeholder {
opacity: 0 !important;
}
.et_pb_sticky .et_overlay.et_pb_inline_icon_sticky:before,
.et_pb_sticky .et_pb_inline_icon_sticky:before {
content: attr(data-icon-sticky) !important;
}
body .et-script-temporary-measurement {
opacity: 0;
}
.et_pb_widget {
float: left;
max-width: 100%;
word-wrap: break-word;
}
.et_pb_widget a {
text-decoration: none;
color: #666;
}
.et_pb_widget li a:hover {
color: #82c0c7;
}
.et_pb_widget ol li,
.et_pb_widget ul li {
margin-bottom: 0.5em;
}
.et_pb_widget ol li ol li,
.et_pb_widget ul li ul li {
margin-left: 15px;
}
.et_pb_widget select {
width: 100%;
height: 28px;
padding: 0 5px;
}
.et_pb_widget_area .et_pb_widget a {
color: inherit;
}
.et_pb_bg_layout_light .et_pb_widget li a {
color: #666;
}
.et_pb_bg_layout_dark .et_pb_widget li a {
color: inherit;
}
.widget_search .screen-reader-text,
.et_pb_widget .wp-block-search__label {
display: none;
}
.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_widget .wp-block-search__button {
padding: 0.7em;
height: 40px !important;
margin: 0;
font-size: 14px;
line-height: normal !important;
border: 1px solid #ddd;
color: #666;
}
.widget_search #s,
.et_pb_widget .wp-block-search__input {
width: 100%;
border-radius: 3px;
}
.widget_search #searchform,
.et_pb_widget .wp-block-search {
position: relative;
}
.widget_search #searchsubmit,
.et_pb_widget .wp-block-search__button {
background-color: #ddd;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
position: absolute;
right: 0;
top: 0;
}
#searchsubmit,
.et_pb_widget .wp-block-search__button {
cursor: pointer;
}
.et_pb_section {
position: relative;
background-color: #fff;
background-position: 50%;
background-size: 100%;
background-size: cover;
}
.et_pb_section--absolute,
.et_pb_section--fixed {
width: 100%;
}
.et_pb_section.et_section_transparent {
background-color: transparent;
}
.et_pb_fullwidth_section {
padding: 0;
}
.et_pb_fullwidth_section
> .et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content)
.et_pb_row {
padding: 0 !important;
}
.et_pb_inner_shadow {
-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}
.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
display: block;
background-repeat-y: no-repeat;
height: 100%;
position: absolute;
pointer-events: none;
width: 100%;
left: 0;
right: 0;
}
.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
-webkit-transition: none !important;
transition: none !important;
}
.et-fb
.section_has_divider.et_fb_element_controls_visible--child
> .et_pb_bottom_inside_divider,
.et-fb
.section_has_divider.et_fb_element_controls_visible--child
> .et_pb_top_inside_divider {
z-index: 1;
}
.et_pb_section_video:not(.et_pb_section--with-menu) {
overflow: hidden;
position: relative;
}
.et_pb_column > .et_pb_section_video_bg {
z-index: -1;
}
.et_pb_section_video_bg {
visibility: visible;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: block;
pointer-events: none;
-webkit-transition: display 0.3s;
transition: display 0.3s;
}
.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
display: none;
}
.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
display: none !important;
}
.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
max-width: none;
}
.et_pb_section_video_bg .mejs-video {
left: 50%;
position: absolute;
max-width: none;
}
.et_pb_section_video_bg .mejs-overlay-loading {
display: none !important;
}
.et_pb_social_network_link .et_pb_section_video {
overflow: visible;
}
.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg {
display: none;
}
.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover_inherit {
display: block;
}
@media (min-width: 981px) {
.et_pb_section {
padding: 4% 0;
}
body.et_pb_pagebuilder_layout.et_pb_show_title
.post-password-required
.et_pb_section,
body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
padding-top: 0;
}
.et_pb_fullwidth_section {
padding: 0;
}
.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
display: block;
}
}
@media (max-width: 980px) {
.et_pb_section {
padding: 50px 0;
}
body.et_pb_pagebuilder_layout.et_pb_show_title
.post-password-required
.et_pb_section,
body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
padding-top: 0;
}
.et_pb_fullwidth_section {
padding: 0;
}
.et_pb_section_video_bg.et_pb_section_video_bg_tablet {
display: block;
}
.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
display: none;
}
}
@media (min-width: 768px) {
.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
display: block;
}
}
@media (min-width: 768px) and (max-width: 980px) {
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
display: block;
}
}
@media (max-width: 767px) {
.et_pb_section_video_bg.et_pb_section_video_bg_phone {
display: block;
}
.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
display: none;
}
}
.et_pb_row {
width: 80%;
max-width: 1080px;
margin: auto;
position: relative;
}
body.safari .section_has_divider,
body.uiwebview .section_has_divider {
-webkit-perspective: 2000px;
perspective: 2000px;
}
.section_has_divider .et_pb_row {
z-index: 5;
}
.et_pb_row_inner {
width: 100%;
position: relative;
}
.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n + 2).et_pb_row_empty {
display: none;
}
.et_pb_row:after,
.et_pb_row_inner:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
width: 0;
}
.et_pb_row_4col .et-last-child,
.et_pb_row_4col .et-last-child-2,
.et_pb_row_6col .et-last-child,
.et_pb_row_6col .et-last-child-2,
.et_pb_row_6col .et-last-child-3 {
margin-bottom: 0;
}
.et_pb_column {
float: left;
background-size: cover;
background-position: 50%;
position: relative;
z-index: 2;
min-height: 1px;
}
.et_pb_column--with-menu {
z-index: 3;
}
.et_pb_column.et_pb_column_empty {
min-height: 1px;
}
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
margin-right: 0 !important;
}
.et_pb_column.et_pb_section_parallax {
position: relative;
}
.et_pb_column,
.et_pb_row,
.et_pb_row_inner {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
}
@media (min-width: 981px) {
.et_pb_row {
padding: 2% 0;
}
body.et_pb_pagebuilder_layout.et_pb_show_title
.post-password-required
.et_pb_row,
body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
padding: 0;
width: 100%;
}
.et_pb_column_3_4 .et_pb_row_inner {
padding: 3.735% 0;
}
.et_pb_column_2_3 .et_pb_row_inner {
padding: 4.2415% 0;
}
.et_pb_column_1_2 .et_pb_row_inner,
.et_pb_column_3_5 .et_pb_row_inner {
padding: 5.82% 0;
}
.et_section_specialty > .et_pb_row {
padding: 0;
}
.et_pb_row_inner {
width: 100%;
}
.et_pb_column_single {
padding: 2.855% 0;
}
.et_pb_column_single .et_pb_module.et-first-child,
.et_pb_column_single .et_pb_module:first-child {
margin-top: 0;
}
.et_pb_column_single .et_pb_module.et-last-child,
.et_pb_column_single .et_pb_module:last-child {
margin-bottom: 0;
}
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
margin-right: 0 !important;
}
.et_pb_row.et_pb_equal_columns,
.et_pb_row_inner.et_pb_equal_columns,
.et_pb_section.et_pb_equal_columns > .et_pb_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.rtl .et_pb_row.et_pb_equal_columns,
.rtl .et_pb_row_inner.et_pb_equal_columns,
.rtl .et_pb_section.et_pb_equal_columns > .et_pb_row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.et_pb_row.et_pb_equal_columns > .et_pb_column,
.et_pb_section.et_pb_equal_columns > .et_pb_row > .et_pb_column {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (max-width: 980px) {
.et_pb_row {
max-width: 1080px;
}
body.et_pb_pagebuilder_layout.et_pb_show_title
.post-password-required
.et_pb_row,
body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
padding: 0;
width: 100%;
}
.et_pb_column .et_pb_row_inner,
.et_pb_row {
padding: 30px 0;
}
.et_section_specialty > .et_pb_row {
padding: 0;
}
.et_pb_column {
width: 100%;
margin-bottom: 30px;
}
.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child {
margin-bottom: 0;
}
.et_section_specialty .et_pb_row > .et_pb_column {
padding-bottom: 0;
}
.et_pb_column.et_pb_column_empty {
display: none;
}
.et_pb_row_1-2_1-4_1-4,
.et_pb_row_1-2_1-6_1-6_1-6,
.et_pb_row_1-4_1-4,
.et_pb_row_1-4_1-4_1-2,
.et_pb_row_1-5_1-5_3-5,
.et_pb_row_1-6_1-6_1-6,
.et_pb_row_1-6_1-6_1-6_1-2,
.et_pb_row_1-6_1-6_1-6_1-6,
.et_pb_row_3-5_1-5_1-5,
.et_pb_row_4col,
.et_pb_row_5col,
.et_pb_row_6col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(2n),
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(2n),
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(2n) {
margin-right: 0;
}
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_2,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd) {
margin-right: 0;
}
.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
.et_pb_row_4col .et_pb_column:nth-last-child(-n + 2) {
margin-bottom: 0;
}
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5:nth-child(2n),
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5:nth-child(2n) {
margin-right: 0;
}
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5:nth-child(odd),
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_3_5 {
margin-right: 0;
}
.et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n + 2),
.et_pb_row_5col .et_pb_column:last-child {
margin-bottom: 0;
}
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
width: 29.666%;
margin-right: 5.5%;
}
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6:nth-child(3n),
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6:nth-child(3n) {
margin-right: 0;
}
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
width: 29.666%;
margin-right: 5.5%;
}
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_2,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6:last-child {
margin-right: 0;
}
.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,
.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n + 3),
.et_pb_row_6col .et_pb_column:nth-last-child(-n + 3) {
margin-bottom: 0;
}
.et_pb_row_1-2_1-2
.et_pb_column.et_pb_column_1_2
.et_pb_column.et_pb_column_1_6 {
width: 29.666%;
margin-right: 5.5%;
margin-bottom: 0;
}
.et_pb_row_1-2_1-2
.et_pb_column.et_pb_column_1_2
.et_pb_column.et_pb_column_1_6:last-child {
margin-right: 0;
}
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6:nth-child(2n) {
margin-right: 0;
}
.et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n + 3) {
margin-bottom: 0;
}
}
@media (max-width: 479px) {
.et_pb_row .et_pb_column.et_pb_column_1_4,
.et_pb_row .et_pb_column.et_pb_column_1_5,
.et_pb_row .et_pb_column.et_pb_column_1_6 {
width: 100%;
margin: 0 0 30px;
}
.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
.et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
.et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
.et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
.et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
.et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
margin-bottom: 0;
}
.et_pb_row_1-2_1-2
.et_pb_column.et_pb_column_1_2
.et_pb_column.et_pb_column_1_6 {
width: 100%;
margin: 0 0 30px;
}
.et_pb_row_1-2_1-2
.et_pb_column.et_pb_column_1_2
.et_pb_column.et_pb_column_1_6.et-last-child,
.et_pb_row_1-2_1-2
.et_pb_column.et_pb_column_1_2
.et_pb_column.et_pb_column_1_6:last-child {
margin-bottom: 0;
}
.et_pb_column {
width: 100% !important;
}
}
.et_pb_with_border .et-pb-icon,
.et_pb_with_border .et_pb_image_wrap {
border: 0 solid #333;
}
.et_pb_blurb_content {
max-width: 550px;
margin: 0 auto;
position: relative;
text-align: center;
word-wrap: break-word;
width: 100%;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
text-align: left;
}
.et_pb_blurb.et_pb_text_align_right
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: right;
}
.et_pb_blurb.et_pb_text_align_justified
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: justify;
}
.et_pb_blurb.et_pb_text_align_center
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: center;
}
.et_pb_blurb_content p:last-of-type {
padding-bottom: 0;
}
.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb h4 a {
text-decoration: none;
}
.et_pb_blurb .et_pb_image_wrap {
display: block;
margin: auto;
}
.et_pb_main_blurb_image img {
border-radius: inherit;
}
.et_pb_main_blurb_image img[src*=".svg"] {
width: auto;
}
.et_pb_sticky_module .et_pb_main_blurb_image .et_pb_image_wrap {
width: 100%;
max-width: 100%;
}
.et_pb_blurb_position_left .et_pb_blurb_content,
.et_pb_blurb_position_right .et_pb_blurb_content {
display: table;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
width: 32px;
display: table-cell;
line-height: 0;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image img,
.et_pb_blurb_position_right .et_pb_main_blurb_image img {
width: inherit;
}
.et_pb_blurb_position_left .et-pb-icon,
.et_pb_blurb_position_right .et-pb-icon {
font-size: 32px;
}
.et_pb_blurb_position_right .et-pb-icon {
display: table-cell;
}
.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
display: table-cell;
vertical-align: top;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
padding-left: 15px;
}
.et_pb_blurb_position_left .et_pb_blurb_content {
text-align: left;
}
.et_pb_blurb_position_right .et_pb_blurb_container {
padding-right: 15px;
}
.et_pb_blurb_position_right .et_pb_blurb_content {
text-align: right;
}
.et_pb_blurb_position_right .et_pb_main_blurb_image {
left: auto;
right: 0;
}
.et_pb_blurb_position_right .et-pb-icon {
margin-right: 0;
margin-left: 20px;
}
.et_pb_main_blurb_image {
display: inline-block;
margin-bottom: 30px;
line-height: 0;
max-width: 100%;
}
@media (max-width: 980px) {
.et_pb_blurb_position_left_tablet .et_pb_main_blurb_image,
.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
width: 32px;
display: table-cell;
line-height: 0;
}
.et_pb_blurb_position_left_tablet .et_pb_main_blurb_image img,
.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image img {
width: inherit;
}
.et_pb_blurb_position_left_tablet .et-pb-icon,
.et_pb_blurb_position_right_tablet .et-pb-icon {
font-size: 32px;
display: table-cell;
}
.et_pb_blurb_position_left_tablet .et_pb_blurb_container,
.et_pb_blurb_position_right_tablet .et_pb_blurb_container {
display: table-cell;
vertical-align: top;
}
.et_pb_blurb_position_left_tablet .et_pb_blurb_container {
padding-left: 15px;
}
.et_pb_blurb_position_left_tablet .et_pb_blurb_content {
text-align: left;
}
.et_pb_blurb_position_right_tablet .et_pb_blurb_container {
padding-right: 15px;
}
.et_pb_blurb_position_right_tablet .et_pb_blurb_content {
padding-right: 52px;
text-align: right;
}
.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
left: auto;
right: 0;
}
.et_pb_blurb_position_right_tablet .et-pb-icon {
margin-right: 0;
margin-left: 20px;
}
.et_pb_blurb_position_top_tablet .et_pb_main_blurb_image {
display: block;
width: auto;
}
.et_pb_blurb_position_top_tablet .et-pb-icon {
font-size: 96px;
display: initial;
}
.et_pb_blurb_position_top_tablet .et_pb_blurb_container {
display: block;
padding-left: 0;
padding-right: 0;
}
.et_pb_blurb_position_top_tablet .et_pb_blurb_content {
display: inline-block;
text-align: center;
padding-right: 0;
}
}
@media (max-width: 767px) {
.et_pb_blurb_position_left_phone .et_pb_main_blurb_image,
.et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
width: 32px;
display: table-cell;
line-height: 0;
}
.et_pb_blurb_position_left_phone .et_pb_main_blurb_image img,
.et_pb_blurb_position_right_phone .et_pb_main_blurb_image img {
width: inherit;
}
.et_pb_blurb_position_left_phone .et-pb-icon,
.et_pb_blurb_position_right_phone .et-pb-icon {
font-size: 32px;
display: table-cell;
}
.et_pb_blurb_position_left_phone .et_pb_blurb_container,
.et_pb_blurb_position_right_phone .et_pb_blurb_container {
display: table-cell;
vertical-align: top;
}
.et_pb_blurb_position_left_phone .et_pb_blurb_container {
padding-left: 15px;
}
.et_pb_blurb_position_left_phone .et_pb_blurb_content {
text-align: left;
}
.et_pb_blurb_position_right_phone .et_pb_blurb_container {
padding-right: 15px;
}
.et_pb_blurb_position_right_phone .et_pb_blurb_content {
padding-right: 52px;
text-align: right;
}
.et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
left: auto;
right: 0;
}
.et_pb_blurb_position_right_phone .et-pb-icon {
margin-right: 0;
margin-left: 20px;
}
.et_pb_blurb_position_top_phone .et_pb_main_blurb_image {
display: block;
width: auto;
}
.et_pb_blurb_position_top_phone .et-pb-icon {
font-size: 96px;
display: initial;
}
.et_pb_blurb_position_top_phone .et_pb_blurb_container {
display: block;
padding-left: 0;
padding-right: 0;
}
.et_pb_blurb_position_top_phone .et_pb_blurb_content {
display: inline-block;
text-align: center;
padding-right: 0;
}
}
@media (max-width: 980px) {
.et_pb_blurb.et_pb_text_align_left-tablet
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: left;
}
.et_pb_blurb.et_pb_text_align_right-tablet
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: right;
}
.et_pb_blurb.et_pb_text_align_justified-tablet
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: justify;
}
.et_pb_blurb.et_pb_text_align_center-tablet
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: center;
}
}
@media (max-width: 767px) {
.et_pb_blurb.et_pb_text_align_left-phone
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: left;
}
.et_pb_blurb.et_pb_text_align_right-phone
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: right;
}
.et_pb_blurb.et_pb_text_align_justified-phone
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: justify;
}
.et_pb_blurb.et_pb_text_align_center-phone
.et_pb_blurb_content
.et_pb_blurb_container {
text-align: center;
}
}
.et-waypoint.et_pb_animation_off,
.et-waypoint:not(.et_pb_counters).et_pb_animation_off,
.et_pb_animation_off {
opacity: 1;
}
.et-waypoint.et_pb_animation_left.et-animated,
.et_pb_animation_left.et-animated {
opacity: 1;
-webkit-animation: fadeLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_right.et-animated,
.et_pb_animation_right.et-animated {
opacity: 1;
-webkit-animation: fadeRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_top.et-animated,
.et_pb_animation_top.et-animated {
opacity: 1;
-webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_bottom.et-animated,
.et_pb_animation_bottom.et-animated {
opacity: 1;
-webkit-animation: fadeBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_fade_in.et-animated,
.et_pb_animation_fade_in.et-animated {
opacity: 1;
-webkit-animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
@media (max-width: 980px) {
.et-waypoint.et_pb_animation_off_tablet,
.et-waypoint:not(.et_pb_counters).et_pb_animation_off_tablet,
.et_pb_animation_off_tablet {
opacity: 1;
-webkit-animation: none;
animation: none;
}
.et-waypoint.et_pb_animation_left_tablet.et-animated,
.et_pb_animation_left_tablet.et-animated {
opacity: 1;
-webkit-animation: fadeLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_right_tablet.et-animated,
.et_pb_animation_right_tablet.et-animated {
opacity: 1;
-webkit-animation: fadeRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_top_tablet.et-animated,
.et_pb_animation_top_tablet.et-animated {
opacity: 1;
-webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_bottom_tablet.et-animated,
.et_pb_animation_bottom_tablet.et-animated {
opacity: 1;
-webkit-animation: fadeBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_fade_in_tablet.et-animated,
.et_pb_animation_fade_in_tablet.et-animated {
opacity: 1;
-webkit-animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
}
@media (max-width: 767px) {
.et-waypoint.et_pb_animation_off_phone,
.et-waypoint:not(.et_pb_counters).et_pb_animation_off_phone,
.et_pb_animation_off_phone {
opacity: 1;
-webkit-animation: none;
animation: none;
}
.et-waypoint.et_pb_animation_left_phone.et-animated,
.et_pb_animation_left_phone.et-animated {
opacity: 1;
-webkit-animation: fadeLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_right_phone.et-animated,
.et_pb_animation_right_phone.et-animated {
opacity: 1;
-webkit-animation: fadeRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_top_phone.et-animated,
.et_pb_animation_top_phone.et-animated {
opacity: 1;
-webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_bottom_phone.et-animated,
.et_pb_animation_bottom_phone.et-animated {
opacity: 1;
-webkit-animation: fadeBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et-waypoint.et_pb_animation_fade_in_phone.et-animated,
.et_pb_animation_fade_in_phone.et-animated {
opacity: 1;
-webkit-animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
}
.et-menu li {
display: inline-block;
font-size: 14px;
padding-right: 22px;
}
.et-menu > li:last-child {
padding-right: 0;
}
.et-menu a {
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
display: block;
position: relative;
}
.et-menu a,
.et-menu a:hover {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.et-menu a:hover {
opacity: 0.7;
}
.et-menu li > a {
padding-bottom: 29px;
word-wrap: break-word;
}
a.et_pb_menu__icon,
button.et_pb_menu__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
margin: 0 11px;
font-size: 17px;
line-height: normal;
background: none;
border: 0;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
a.et_pb_menu__icon:after,
button.et_pb_menu__icon:after {
font-family: ETmodules;
}
a.et_pb_menu__icon__with_count:after,
button.et_pb_menu__icon__with_count:after {
margin-right: 10px;
}
.et_pb_menu__wrap .mobile_menu_bar {
-webkit-transform: translateY(3%);
transform: translateY(3%);
}
.et_pb_menu__wrap .mobile_menu_bar:before {
top: 0;
}
.et_pb_menu__logo {
overflow: hidden;
}
.et_pb_menu__logo img {
display: block;
}
.et_pb_menu__logo img[src$=".svg"] {
width: 100%;
}
.et_pb_menu__search-button:after {
content: "U";
}
.et_pb_menu__cart-button:after {
content: "\E07A";
}
@media (max-width: 980px) {
.et-menu {
display: none;
}
.et_mobile_nav_menu {
display: block;
margin-top: -1px;
}
}
.et_pb_with_border.et_pb_menu .et_pb_menu__logo img {
border: 0 solid #333;
}
.et_pb_menu.et_hover_enabled:hover {
z-index: auto;
}
.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav > ul {
float: none;
}
.et_pb_menu .et-menu-nav > ul {
padding: 0 !important;
line-height: 1.7em;
}
.et_pb_menu .et-menu-nav > ul ul {
padding: 20px 0;
text-align: left;
}
.et_pb_bg_layout_dark.et_pb_menu ul li a {
color: #fff;
}
.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
color: hsla(0, 0%, 100%, 0.8);
}
.et-menu li li.menu-item-has-children > a:first-child:after {
top: 12px;
}
.et_pb_menu .et-menu-nav > ul.upwards li ul {
bottom: 100%;
top: auto;
border-top: none;
border-bottom: 3px solid #2ea3f2;
-webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}
.et_pb_menu .et-menu-nav > ul.upwards li ul li ul {
bottom: -23px;
}
.et_pb_menu .et-menu-nav > ul.upwards li.mega-menu ul ul {
bottom: 0;
top: auto;
border: none;
}
.et_pb_menu_inner_container {
position: relative;
}
.et_pb_menu .et_pb_menu__wrap {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
opacity: 1;
}
.et_pb_menu .et_pb_menu__wrap--visible {
-webkit-animation: fadeInBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeInBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et_pb_menu .et_pb_menu__wrap--hidden {
opacity: 0;
-webkit-animation: fadeOutBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeOutBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et_pb_menu .et_pb_menu__menu {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu > nav,
.et_pb_menu .et_pb_menu__menu > nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.et_pb_menu .et_pb_menu__menu > nav > ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu {
position: static;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
top: calc(100% - 1px);
left: 0;
}
.et_pb_menu .et_pb_menu__menu > nav > ul.upwards > li > ul {
top: auto;
bottom: calc(100% - 1px);
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 31px 0;
white-space: nowrap;
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a:after {
top: 50% !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul {
padding: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
margin-top: 8px;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
padding-bottom: 8px;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul.upwards > li {
margin-top: 0;
margin-bottom: 8px;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul.upwards > li > a {
padding-top: 8px;
padding-bottom: 0;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul.upwards > li > a:after {
top: auto;
bottom: 0;
}
.et_pb_menu .et_pb_menu__icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.et_pb_menu .et-menu {
margin-left: -11px;
margin-right: -11px;
}
.et_pb_menu .et-menu > li {
padding-left: 11px;
padding-right: 11px;
}
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
margin-right: 30px;
}
.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
margin-right: 0;
margin-left: 30px;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_center
.et_pb_menu__menu
> nav
> ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_right
.et_pb_menu__menu
> nav
> ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified
.et_pb_menu__menu
> nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_justified
.et_pb_menu__menu
> nav
> ul {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo img {
margin: 0 auto;
}
.et_pb_menu--style-centered .et_pb_menu__menu > nav > ul,
.et_pb_menu--style-centered .et_pb_menu__wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_menu--style-inline_centered_logo
.et_pb_menu_inner_container
> .et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row > .et_pb_menu__logo-wrap {
display: none;
margin-bottom: 30px;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
margin: 0 auto;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.et_pb_menu--style-inline_centered_logo
.et_pb_menu__logo-slot
.et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo
.et_pb_menu__logo-slot
.et_pb_menu__logo-wrap {
width: 100%;
height: 100%;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
max-height: 100%;
}
.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
min-width: 96px;
}
.et_pb_menu .et_pb_menu__search-container {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 999;
}
.et_pb_menu .et_pb_menu__search-container--visible {
opacity: 1;
-webkit-animation: fadeInTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeInTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et_pb_menu .et_pb_menu__search-container--hidden {
-webkit-animation: fadeOutTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
animation: fadeOutTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.et_pb_menu .et_pb_menu__search-container--disabled {
display: none;
}
.et_pb_menu .et_pb_menu__search {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu .et_pb_menu__search-form {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.et_pb_menu .et_pb_menu__search-input {
border: 0;
width: 100%;
color: #333;
background: transparent;
}
.et_pb_menu .et_pb_menu__close-search-button {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.et_pb_menu .et_pb_menu__close-search-button:after {
content: "M";
font-size: 1.7em;
}
@media (min-width: 981px) {
.et_dropdown_animation_fade.et_pb_menu ul li:hover > ul {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.et_dropdown_animation_slide.et_pb_menu ul li:hover > ul {
-webkit-animation: fadeLeft 0.4s ease-in-out;
animation: fadeLeft 0.4s ease-in-out;
}
.et_dropdown_animation_expand.et_pb_menu ul li:hover > ul {
-webkit-transform-origin: 0 0;
-webkit-animation: Grow 0.4s ease-in-out;
animation: Grow 0.4s ease-in-out;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
.et_dropdown_animation_flip.et_pb_menu ul li ul li:hover > ul {
-webkit-animation: flipInX 0.6s ease-in-out;
animation: flipInX 0.6s ease-in-out;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
.et_dropdown_animation_flip.et_pb_menu ul li:hover > ul {
-webkit-animation: flipInY 0.6s ease-in-out;
animation: flipInY 0.6s ease-in-out;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
.et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
width: 100%;
max-width: 100%;
padding: 0 30px !important;
}
}
@media (max-width: 980px) {
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.et_pb_menu--style-inline_centered_logo
.et_pb_menu_inner_container
> .et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row > .et_pb_menu__logo-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu--style-inline_centered_logo
.et_pb_menu_inner_container
> .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_row > .et_pb_menu__logo {
margin: 0 auto;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
display: none;
}
.et_pb_menu .et_pb_row {
min-height: 81px;
}
.et_pb_menu .et_pb_menu__menu {
display: none;
}
.et_pb_menu .et_mobile_nav_menu {
float: none;
margin: 0 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_menu .et_mobile_menu {
top: 100%;
padding: 5%;
}
.et_pb_menu .et_mobile_menu,
.et_pb_menu .et_mobile_menu ul {
list-style: none !important;
text-align: left;
}
.et_pb_menu .et_mobile_menu ul {
padding: 0;
}
.et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
top: auto;
bottom: 100%;
}
}
@-webkit-keyframes fadeOutTop {
0% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
to {
opacity: 0;
-webkit-transform: translatey(-60%);
transform: translatey(-60%);
}
}
@keyframes fadeOutTop {
0% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
to {
opacity: 0;
-webkit-transform: translatey(-60%);
transform: translatey(-60%);
}
}
@-webkit-keyframes fadeInTop {
0% {
opacity: 0;
-webkit-transform: translatey(-60%);
transform: translatey(-60%);
}
to {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
}
@keyframes fadeInTop {
0% {
opacity: 0;
-webkit-transform: translatey(-60%);
transform: translatey(-60%);
}
to {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
}
@-webkit-keyframes fadeInBottom {
0% {
opacity: 0;
-webkit-transform: translatey(60%);
transform: translatey(60%);
}
to {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
}
@keyframes fadeInBottom {
0% {
opacity: 0;
-webkit-transform: translatey(60%);
transform: translatey(60%);
}
to {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
}
@-webkit-keyframes fadeOutBottom {
0% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
to {
opacity: 0;
-webkit-transform: translatey(60%);
transform: translatey(60%);
}
}
@keyframes fadeOutBottom {
0% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
to {
opacity: 0;
-webkit-transform: translatey(60%);
transform: translatey(60%);
}
}
@-webkit-keyframes Grow {
0% {
opacity: 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes Grow {
0% {
opacity: 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} @-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
#main-header {
line-height: 23px;
font-weight: 500;
top: 0;
background-color: #fff;
width: 100%;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
position: relative;
z-index: 99999;
}
.nav li li {
padding: 0 20px;
margin: 0;
}
.et-menu li li a {
padding: 6px 20px;
width: 200px;
}
.nav li {
position: relative;
line-height: 1em;
}
.nav li li {
position: relative;
line-height: 2em;
}
.nav li ul {
position: absolute;
padding: 20px 0;
z-index: 9999;
width: 240px;
background: #fff;
visibility: hidden;
opacity: 0;
border-top: 3px solid #2ea3f2;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-webkit-transform: translateZ(0);
text-align: left;
}
.nav li.et-hover > ul {
visibility: visible;
}
.nav li.et-touch-hover > ul,
.nav li:hover > ul {
opacity: 1;
visibility: visible;
}
.nav li li ul {
z-index: 1000;
top: -23px;
left: 240px;
}
.nav li.et-reverse-direction-nav li ul {
left: auto;
right: 240px;
}
.nav li:hover {
visibility: inherit;
}
.et_mobile_menu li a,
.nav li li a {
font-size: 14px;
-webkit-transition: opacity 0.2s ease-in-out,
background-color 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.et_mobile_menu li a:hover,
.nav ul li a:hover {
background-color: rgba(0, 0, 0, 0.03);
opacity: 0.7;
}
.et-dropdown-removing > ul {
display: none;
}
.mega-menu .et-dropdown-removing > ul {
display: block;
}
.et-menu .menu-item-has-children > a:first-child:after {
font-family: ETmodules;
content: "3";
font-size: 16px;
position: absolute;
right: 0;
top: 0;
font-weight: 800;
}
.et-menu .menu-item-has-children > a:first-child {
padding-right: 20px;
}
.et-menu li li.menu-item-has-children > a:first-child:after {
right: 20px;
top: 6px;
}
.et-menu-nav li.mega-menu {
position: inherit;
}
.et-menu-nav li.mega-menu > ul {
padding: 30px 20px;
position: absolute !important;
width: 100%;
left: 0 !important;
}
.et-menu-nav li.mega-menu ul li {
margin: 0;
float: left !important;
display: block !important;
padding: 0 !important;
}
.et-menu-nav li.mega-menu li > ul {
-webkit-animation: none !important;
animation: none !important;
padding: 0;
border: none;
left: auto;
top: auto;
width: 240px !important;
position: relative;
box-shadow: none;
-webkit-box-shadow: none;
}
.et-menu-nav li.mega-menu li ul {
visibility: visible;
opacity: 1;
display: none;
}
.et-menu-nav li.mega-menu.et-hover li ul,
.et-menu-nav li.mega-menu:hover li ul {
display: block;
}
.et-menu-nav li.mega-menu:hover > ul {
opacity: 1 !important;
visibility: visible !important;
}
.et-menu-nav li.mega-menu > ul > li > a:first-child {
padding-top: 0 !important;
font-weight: 700;
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.et-menu-nav li.mega-menu > ul > li > a:first-child:hover {
background-color: transparent !important;
}
.et-menu-nav li.mega-menu li > a {
width: 200px !important;
}
.et-menu-nav li.mega-menu.mega-menu-parent li > a,
.et-menu-nav li.mega-menu.mega-menu-parent li li {
width: 100% !important;
}
.et-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
float: left;
width: 100% !important;
}
.et-menu-nav li.mega-menu > ul > li {
width: 25%;
margin: 0;
}
.et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
width: 33.33%;
}
.et-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
width: 50%;
}
.et-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
width: 100%;
}
.et_pb_fullwidth_menu
li.mega-menu
.menu-item-has-children
> a:first-child:after,
.et_pb_menu li.mega-menu .menu-item-has-children > a:first-child:after {
display: none;
}
.et_fullwidth_nav #top-menu li.mega-menu > ul {
width: auto;
left: 30px !important;
right: 30px !important;
}
.et_mobile_menu {
position: absolute;
left: 0;
padding: 5%;
background: #fff;
width: 100%;
visibility: visible;
opacity: 1;
display: none;
z-index: 9999;
border-top: 3px solid #2ea3f2;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
visibility: visible !important;
display: block !important;
padding-left: 10px;
}
.et_mobile_menu li li {
padding-left: 5%;
}
.et_mobile_menu li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
color: #666;
padding: 10px 5%;
display: block;
}
.et_mobile_menu .menu-item-has-children > a {
font-weight: 700;
background-color: rgba(0, 0, 0, 0.03);
}
.et_mobile_menu li .menu-item-has-children > a {
background-color: transparent;
}
.et_mobile_nav_menu {
float: right;
display: none;
}
.mobile_menu_bar {
position: relative;
display: block;
line-height: 0;
}
.mobile_menu_bar:before {
content: "a";
font-size: 32px;
position: relative;
left: 0;
top: 0;
cursor: pointer;
}
.et_pb_module .mobile_menu_bar:before {
top: 2px;
}
.mobile_nav .select_page {
display: none;
}
.et_pb_code_inner {
position: relative;
}
.et_pb_text {
word-wrap: break-word;
}
.et_pb_text ol,
.et_pb_text ul {
padding-bottom: 1em;
}
.et_pb_text > :last-child {
padding-bottom: 0;
}
.et_pb_text_inner {
position: relative;
}
.et_pb_with_border .et_pb_image_wrap {
border: 0 solid #333;
}
.et_pb_image {
margin-left: auto;
margin-right: auto;
line-height: 0;
}
.et_pb_image.aligncenter {
text-align: center;
}
.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
display: block;
position: relative;
}
.et_pb_image {
display: block;
}
.et_pb_image .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
}
.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
width: auto;
}
.et_pb_image img {
position: relative;
}
.et_pb_image_sticky {
margin-bottom: 0 !important;
display: inherit;
}
.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
z-index: 3;
opacity: 1;
}
@media (min-width: 981px) {
.et_pb_section_sticky,
.et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
.et_pb_section_sticky .et_pb_column_single,
.et_pb_section_sticky .et_pb_row.et-last-child,
.et_pb_section_sticky .et_pb_row:last-child,
.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
padding-bottom: 0 !important;
}
}
@media (max-width: 980px) {
.et_pb_image_sticky_tablet {
margin-bottom: 0 !important;
display: inherit;
}
.et_pb_section_sticky_mobile,
.et_pb_section_sticky_mobile.et_pb_bottom_divider
.et_pb_row:nth-last-child(2),
.et_pb_section_sticky_mobile .et_pb_column_single,
.et_pb_section_sticky_mobile .et_pb_row.et-last-child,
.et_pb_section_sticky_mobile .et_pb_row:last-child,
.et_pb_section_sticky_mobile
.et_pb_specialty_column
.et_pb_row_inner.et-last-child,
.et_pb_section_sticky_mobile
.et_pb_specialty_column
.et_pb_row_inner:last-child {
padding-bottom: 0 !important;
}
.et_pb_section_sticky
.et_pb_row.et-last-child
.et_pb_column.et_pb_row_sticky.et-last-child,
.et_pb_section_sticky
.et_pb_row:last-child
.et_pb_column.et_pb_row_sticky:last-child {
margin-bottom: 0;
}
.et_pb_image_bottom_space_tablet {
margin-bottom: 30px !important;
display: block;
}
.et_always_center_on_mobile {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
@media (max-width: 767px) {
.et_pb_image_sticky_phone {
margin-bottom: 0 !important;
display: inherit;
}
.et_pb_image_bottom_space_phone {
margin-bottom: 30px !important;
display: block;
}
}
.et_overlay {
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: hsla(0, 0%, 100%, 0.9);
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
}
.et_overlay:before {
color: #2ea3f2;
content: "\E050";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 32px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.et_portfolio_image,
.et_shop_image {
position: relative;
display: block;
}
.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
z-index: 3;
opacity: 1;
}
#ie7 .et_overlay,
#ie8 .et_overlay {
display: none;
}
.et_pb_module.et_pb_has_overlay {
position: relative;
}
.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
border: none;
}
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
color: #2ea3f2;
}
.et_pb_module.et_pb_button {
display: inline-block;
color: inherit;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_left {
text-align: left;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_right {
text-align: right;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_center {
text-align: center;
}
.et_pb_button_module_wrapper > a {
display: inline-block;
}
.mejs-offscreen{
display: none!important;
}
@media (max-width: 980px) {
.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
text-align: left;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
text-align: right;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
text-align: center;
}
}
@media (max-width: 767px) {
.et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
text-align: left;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
text-align: right;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
text-align: center;
}
}
.et_pb_button[data-icon]:not([data-icon=""]):after {
content: attr(data-icon);
}
@media (max-width: 980px) {
.et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
content: attr(data-icon-tablet);
}
}
@media (max-width: 767px) {
.et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
content: attr(data-icon-phone);
}
}