html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}  body {
background: #ecf0f5;
padding: 0;
margin: 0;
color: rgba(0, 0, 0, 0.5);
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.7em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
word-break: break-word;
word-wrap: break-word;
}
a:visited {
color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding-bottom: 10px;
color: rgba(0, 0, 0, 0.75);
font-family: 'Open Sans';
font-weight: 700;
letter-spacing: 0.5px;
line-height: 1.3em;
text-transform: uppercase;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
.page-title {
padding-bottom: 20px;
}
p {
margin-bottom: 1.6em;
line-height: 1.7em;
word-break: break-word;
word-wrap: break-word;
}
p:last-of-type {
margin-bottom: 0;
}
blockquote {
border-left: 5px solid;
margin: 20px 0 30px;
padding-left: 20px;
font-size: 15px;
font-weight: 700;
}
ul {
list-style-type: disc;
padding: 0.7em 0 0.3em 1.143em;
line-height: 1.7em;
}
ol {
list-style-type: decimal;
list-style-position: outside;
padding: 0.7em 0 0.3em 1.143em;
}
ul li,
ol li {
margin-bottom: 0.7em;
}
ul li ul,
ol li ul {
list-style-type: square;
padding: 0.7em 0 0.3em 2.143em;
}
ul li ol,
ol li ol {
list-style-type: lower-roman;
padding: 0.7em 0 0.3em 2.143em;
}
embed,
iframe,
object,
video {
max-width: 100%;
}
.clear,
.clear:before,
.clear:after,
.clearfix:after,
#footer-bottom .container:before,
#footer-bottom .container:after,
.et_pb_extra_module .posts-list article:before,
.et_extra_other_module .posts-list article:before,
.et_pb_extra_module .posts-list article:after,
.et_extra_other_module .posts-list article:after,
.single .post-wrap .post-content:after,
.tabbed-post-module .tab-content:before,
.tabbed-post-module .tab-content:after {
content: '';
clear: both;
display: block;
width: 0;
height: 0;
overflow: hidden;
visibility: hidden;
}
img {
height: auto;
max-width: 100%;
} div.post .new-post .aligncenter,
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin-bottom: 10px;
max-width: 96%;
padding: 8px;
}
.wp-caption.alignleft {
margin: 0px 10px 10px 0px;
}
.wp-caption .alignright {
margin: 0px 0px 10px 10px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.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;
}
#trackbacks ol.pinglist {
padding-left: 1.5em;
} .input,
.textarea,
select,
textarea,
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
outline: none;
background: rgba(0, 0, 0, 0.05);
border: 0;
border-radius: 3px;
box-shadow: none;
box-sizing: border-box;
padding: 10px 12px;
color: rgba(0, 0, 0, 0.6);
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: normal;
transition: 0.3s ease;
}
.input:focus,
.textarea:focus,
select:focus,
textarea:focus,
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.input::placeholder,
.textarea::placeholder,
select::placeholder,
textarea::placeholder,
input::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.input::-webkit-search-decoration,
.textarea::-webkit-search-decoration,
select::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration,
.input::-webkit-search-cancel-button,
.textarea::-webkit-search-cancel-button,
select::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button,
input::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-cancel-button,
.input::-webkit-search-results-button,
.textarea::-webkit-search-results-button,
select::-webkit-search-results-button,
textarea::-webkit-search-results-button,
input::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-button,
.input::-webkit-search-results-decoration,
.textarea::-webkit-search-results-decoration,
select::-webkit-search-results-decoration,
textarea::-webkit-search-results-decoration,
input::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-results-decoration,
input[type="email"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.single .post-password-required .post-password-form {
text-align: center;
max-width: 80%;
margin: 0 auto;
}
.post-password-required .post-password-form p {
padding: 0 !important;
}
.post-password-required .post-password-form label {
display: inline-block;
color: transparent;
position: relative;
width: 75%;
line-height: 39px;
margin-right: 10px;
}
.rtl .post-password-required .post-password-form label {
margin-right: initial;
margin-left: 10px;
}
.post-password-required .post-password-form label input {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.rtl .post-password-required .post-password-form label input {
left: initial;
right: 0;
} .button,
button,
button[type="submit"],
input[type="submit"],
input[type="reset"],
input[type="button"],
.read-more-button,
#et-info .et-cart,
.comment-body .comment_area .comment-content .reply-container .comment-reply-link,
.et_pb_widget.widget_tag_cloud a,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button,
.et_pb_widget.woocommerce.widget_layered_nav ul li a,
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.et_pb_widget.woocommerce.widget_product_tag_cloud a,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce input[type='submit'],
.woocommerce-page input[type='submit'],
.woocommerce .cart input.button,
.woocommerce-page .cart input.button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.btn.alt,
.woocommerce-page a.btn.alt,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce div.product #respond .form-submit input#submit,
.woocommerce-page div.product #respond .form-submit input#submit,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .read-more-button,
.woocommerce .read-more-button,
.woocommerce-page .read-more-button,
.woocommerce input.read-more-button,
.woocommerce-page input.read-more-button,
.woocommerce .cart input.read-more-button,
.woocommerce-page .cart input.read-more-button,
.woocommerce a.read-more-button,
.woocommerce-page a.read-more-button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce div.product form.cart .read-more-button,
.woocommerce-page div.product form.cart .read-more-button,
.post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .post-nav .nav-links .button,
.woocommerce .post-nav .nav-links .button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button {
outline: none;
display: inline-block;
background: rgba(0, 0, 0, 0.1);
padding: 10px 12px;
border: 0;
border-style: solid;
border-radius: 3px;
box-shadow: none;
color: rgba(0, 0, 0, 0.6);
font-family: inherit;
font-size: inherit;
font-weight: 600;
line-height: normal;
text-shadow: none;
text-transform: uppercase;
cursor: pointer;
transition: 0.3s ease;
border-color: #FFFFFF;
}
.button:hover,
button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.read-more-button:hover,
.post-nav .nav-links .button:hover {
background: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.75);
text-shadow: none;
}
.button:visited,
button:visited,
button[type="submit"]:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited,
.read-more-button:visited,
.post-nav .nav-links .button:visited {
color: rgba(0, 0, 0, 0.6);
} .read-more-button,
.post-nav .nav-links .button {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 10px 12px 10px 12px;
color: rgba(0, 0, 0, 0.6);
float: left;
}
.read-more-button:after {
content: '\e62f';
margin: 1px 0 0 -5px;
opacity: 0;
color: inherit !important;
}
.read-more-button:hover:after {
margin: 1px 0 0 6px;
opacity: 1;
}
.read-more-button.et_pb_inline_icon:before {
display: none;
}
.read-more-button.et_pb_inline_icon:after {
content: attr(data-icon);
font-family: 'ETmodules' !important;
}
.post-password-required .post-password-form + .read-more-button {
display: none;
} #back_to_top {
z-index: 999;
position: fixed !important;
right: 0;
bottom: 125px;
display: block;
background: rgba(0, 0, 0, 0.4);
padding: 5px;
border-radius: 3px 0 0 3px;
color: #FFFFFF;
font-size: 30px;
text-align: center;
text-decoration: none;
transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
cursor: pointer;
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: hidden;
}
#back_to_top::before {
content: '\e630';
}
#back_to_top.hidden {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: hidden;
}
#back_to_top.visible {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%);
visibility: visible;
} article .comment-body .comment_area .comment-content .reply-container .comment-reply-link.et_pb_button:hover {
padding: 10px 2em 10px 1em;
}
article .comment-body .comment_area .comment-content .reply-container .comment-reply-link.et_pb_button:after {
font-size: 21px;
}
article .form-submit #submit.et_pb_button:hover {
padding: 10px 12px !important;
border: none;
} table {
width: 100%;
border: 1px solid #E5E5E5;
}
table th,
table thead {
font-weight: bold;
}
table tr,
table td,
table th {
text-align: left;
max-width: 100%;
padding: 0.857em;
}
.rtl table tr,
.rtl table td,
.rtl table th {
text-align: right;
}
table td {
border-top: 1px solid #E5E5E5;
}  .sticky {
display: block;
} .gallery-caption {
display: block;
} .bypostauthor {
display: block;
} .etad {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
overflow: hidden;
transition: max-height 0.5s;
}
.etad.et_pb_extra_row {
margin-right: 0;
margin-left: 0;
}
.etad .adsense-responsive-ad {
display: block;
float: left;
width: 100%;
}
.etad .adsense-responsive-ad ins {
width: 100%;
}
.etad a,
.etad img {
display: block;
}
.header .etad {
max-width: 728px;
max-height: 90px;
margin: 20px 0;
}
.centered.header .etad {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin: 20px auto 0;
}
.left-right.header .etad {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.etad.header_below {
margin-top: 40px;
overflow: hidden;
} .extra_icon_font,
.read-more-button:after,
#back_to_top,
.et-extra-icon:before,
.comment-bubble:before,
.rating-star:before,
.et_pb_extra_overlay:before,
header.header li.menu-item-has-children > a:after,
#et-info .et-top-search .et-search-submit:before,
#et-info .et-cart:before,
.et-top-search-primary-menu-item .search-icon:before,
.et-top-search-primary-menu-item .et-top-search .et-search-submit:before,
.paginated .pagination li a.prev::before,
.archive-pagination .pagination li a.prev::before,
.paginated > .page-numbers li a.prev::before,
.archive-pagination > .page-numbers li a.prev::before,
.paginated .pagination li a.next::before,
.archive-pagination .pagination li a.next::before,
.paginated > .page-numbers li a.next::before,
.archive-pagination > .page-numbers li a.next::before,
.audio-format .mejs-container .mejs-controls .mejs-button button:before,
.audio-format .mejs-container .mejs-controls .mejs-button button:after,
.audio-format .mejs-container .mejs-controls .mejs-volume-button button:before,
.link-format .attribution:before,
.quote-format .attribution:before,
.post-nav .nav-links .button:before,
.single-project .post-nav .nav-links .nav-link .button:before,
.project-details .project-categories ul li:before,
.project-details .project-tags ul li:before,
.project-details .project-url ul li:before,
.project-details .project-tags li:before,
.tabbed-post-module .tab-nav .arrow:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:after,
.et_pb_widget.widget_et_recent_tweets .et-extra-icon:before,
.timeline-module .module-head:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.post-nav .nav-links .read-more-button:before,
.single-project .post-nav .nav-links .nav-link .read-more-button:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:after,
#timeline-sticky-header:after,
.post-nav .nav-links .post-nav .nav-links .button:before,
.single-project .post-nav .nav-links .nav-link .post-nav .nav-links .button:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button:after {
color: #FFFFFF;
position: relative;
transition: 0.3s ease;
font-family: 'ET-Extra' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: inherit !important;
}
.et-extra-icon {
display: inline-block;
background: rgba(0, 0, 0, 0.1);
width: 30px;
height: 30px;
border-radius: 3px;
color: #FFFFFF;
font-size: 16px;
line-height: 30px;
text-align: center;
transition: 0.3s ease;
}
.et-extra-icon-facebook:before {
content: '\e61a';
}
.et-extra-icon-facebook.et-extra-icon-background {
background: #39579a !important;
}
.et-extra-icon-facebook.et-extra-icon-background-hover:hover {
background: #39579a !important;
}
.et-extra-icon-facebook.et-extra-icon-color {
color: #39579a;
}
.et-extra-icon-facebook.et-extra-icon-color-hover:hover {
color: #39579a;
}
.et-extra-icon-twitter:before {
content: '\e623';
}
.et-extra-icon-twitter.et-extra-icon-background {
background: #01aced !important;
}
.et-extra-icon-twitter.et-extra-icon-background-hover:hover {
background: #01aced !important;
}
.et-extra-icon-twitter.et-extra-icon-color {
color: #01aced;
}
.et-extra-icon-twitter.et-extra-icon-color-hover:hover {
color: #01aced;
}
.et-extra-icon-pinterest:before {
content: '\e61e';
}
.et-extra-icon-pinterest.et-extra-icon-background {
background: #cb2027 !important;
}
.et-extra-icon-pinterest.et-extra-icon-background-hover:hover {
background: #cb2027 !important;
}
.et-extra-icon-pinterest.et-extra-icon-color {
color: #cb2027;
}
.et-extra-icon-pinterest.et-extra-icon-color-hover:hover {
color: #cb2027;
}
.et-extra-icon-googleplus:before {
content: '\e61c';
}
.et-extra-icon-googleplus.et-extra-icon-background {
background: #cb1f26 !important;
}
.et-extra-icon-googleplus.et-extra-icon-background-hover:hover {
background: #cb1f26 !important;
}
.et-extra-icon-googleplus.et-extra-icon-color {
color: #cb1f26;
}
.et-extra-icon-googleplus.et-extra-icon-color-hover:hover {
color: #cb1f26;
}
.et-extra-icon-tumblr:before {
content: '\e622';
}
.et-extra-icon-tumblr.et-extra-icon-background {
background: #314f6e !important;
}
.et-extra-icon-tumblr.et-extra-icon-background-hover:hover {
background: #314f6e !important;
}
.et-extra-icon-tumblr.et-extra-icon-color {
color: #314f6e;
}
.et-extra-icon-tumblr.et-extra-icon-color-hover:hover {
color: #314f6e;
}
.et-extra-icon-stumbleupon:before {
content: '\e621';
}
.et-extra-icon-stumbleupon.et-extra-icon-background {
background: #ea4b24 !important;
}
.et-extra-icon-stumbleupon.et-extra-icon-background-hover:hover {
background: #ea4b24 !important;
}
.et-extra-icon-stumbleupon.et-extra-icon-color {
color: #ea4b24;
}
.et-extra-icon-stumbleupon.et-extra-icon-color-hover:hover {
color: #ea4b24;
}
.et-extra-icon-wordpress:before {
content: '\e62c';
}
.et-extra-icon-wordpress.et-extra-icon-background {
background: #267697 !important;
}
.et-extra-icon-wordpress.et-extra-icon-background-hover:hover {
background: #267697 !important;
}
.et-extra-icon-wordpress.et-extra-icon-color {
color: #267697;
}
.et-extra-icon-wordpress.et-extra-icon-color-hover:hover {
color: #267697;
}
.et-extra-icon-instagram:before {
content: '\e60f';
}
.et-extra-icon-instagram.et-extra-icon-background {
background: #517fa4 !important;
}
.et-extra-icon-instagram.et-extra-icon-background-hover:hover {
background: #517fa4 !important;
}
.et-extra-icon-instagram.et-extra-icon-color {
color: #517fa4;
}
.et-extra-icon-instagram.et-extra-icon-color-hover:hover {
color: #517fa4;
}
.et-extra-icon-dribbble:before {
content: '\e618';
}
.et-extra-icon-dribbble.et-extra-icon-background {
background: #ec488c !important;
}
.et-extra-icon-dribbble.et-extra-icon-background-hover:hover {
background: #ec488c !important;
}
.et-extra-icon-dribbble.et-extra-icon-color {
color: #ec488c;
}
.et-extra-icon-dribbble.et-extra-icon-color-hover:hover {
color: #ec488c;
}
.et-extra-icon-vimeo:before {
content: '\e624';
}
.et-extra-icon-vimeo.et-extra-icon-background {
background: #45bbfc !important;
}
.et-extra-icon-vimeo.et-extra-icon-background-hover:hover {
background: #45bbfc !important;
}
.et-extra-icon-vimeo.et-extra-icon-color {
color: #45bbfc;
}
.et-extra-icon-vimeo.et-extra-icon-color-hover:hover {
color: #45bbfc;
}
.et-extra-icon-linkedin:before {
content: '\e610';
}
.et-extra-icon-linkedin.et-extra-icon-background {
background: #127bb6 !important;
}
.et-extra-icon-linkedin.et-extra-icon-background-hover:hover {
background: #127bb6 !important;
}
.et-extra-icon-linkedin.et-extra-icon-color {
color: #127bb6;
}
.et-extra-icon-linkedin.et-extra-icon-color-hover:hover {
color: #127bb6;
}
.et-extra-icon-rss:before {
content: '\e61f';
}
.et-extra-icon-rss.et-extra-icon-background {
background: #f59038 !important;
}
.et-extra-icon-rss.et-extra-icon-background-hover:hover {
background: #f59038 !important;
}
.et-extra-icon-rss.et-extra-icon-color {
color: #f59038;
}
.et-extra-icon-rss.et-extra-icon-color-hover:hover {
color: #f59038;
}
.et-extra-icon-deviantart:before {
content: '\e617';
}
.et-extra-icon-deviantart.et-extra-icon-background {
background: #566c68 !important;
}
.et-extra-icon-deviantart.et-extra-icon-background-hover:hover {
background: #566c68 !important;
}
.et-extra-icon-deviantart.et-extra-icon-color {
color: #566c68;
}
.et-extra-icon-deviantart.et-extra-icon-color-hover:hover {
color: #566c68;
}
.et-extra-icon-myspace:before {
content: '\e611';
}
.et-extra-icon-myspace.et-extra-icon-background {
background: #3a5998 !important;
}
.et-extra-icon-myspace.et-extra-icon-background-hover:hover {
background: #3a5998 !important;
}
.et-extra-icon-myspace.et-extra-icon-color {
color: #3a5998;
}
.et-extra-icon-myspace.et-extra-icon-color-hover:hover {
color: #3a5998;
}
.et-extra-icon-skype:before {
content: '\e620';
}
.et-extra-icon-skype.et-extra-icon-background {
background: #1ba5f4 !important;
}
.et-extra-icon-skype.et-extra-icon-background-hover:hover {
background: #1ba5f4 !important;
}
.et-extra-icon-skype.et-extra-icon-color {
color: #1ba5f4;
}
.et-extra-icon-skype.et-extra-icon-color-hover:hover {
color: #1ba5f4;
}
.et-extra-icon-youtube:before {
content: '\e614';
}
.et-extra-icon-youtube.et-extra-icon-background {
background: #a8240f !important;
}
.et-extra-icon-youtube.et-extra-icon-background-hover:hover {
background: #a8240f !important;
}
.et-extra-icon-youtube.et-extra-icon-color {
color: #a8240f;
}
.et-extra-icon-youtube.et-extra-icon-color-hover:hover {
color: #a8240f;
}
.et-extra-icon-picassa:before {
content: '\e61d';
}
.et-extra-icon-picassa.et-extra-icon-background {
background: #9864ae !important;
}
.et-extra-icon-picassa.et-extra-icon-background-hover:hover {
background: #9864ae !important;
}
.et-extra-icon-picassa.et-extra-icon-color {
color: #9864ae;
}
.et-extra-icon-picassa.et-extra-icon-color-hover:hover {
color: #9864ae;
}
.et-extra-icon-flickr:before {
content: '\e61b';
}
.et-extra-icon-flickr.et-extra-icon-background {
background: #fc1684 !important;
}
.et-extra-icon-flickr.et-extra-icon-background-hover:hover {
background: #fc1684 !important;
}
.et-extra-icon-flickr.et-extra-icon-color {
color: #fc1684;
}
.et-extra-icon-flickr.et-extra-icon-color-hover:hover {
color: #fc1684;
}
.et-extra-icon-blogger:before {
content: '\e616';
}
.et-extra-icon-blogger.et-extra-icon-background {
background: #f59038 !important;
}
.et-extra-icon-blogger.et-extra-icon-background-hover:hover {
background: #f59038 !important;
}
.et-extra-icon-blogger.et-extra-icon-color {
color: #f59038;
}
.et-extra-icon-blogger.et-extra-icon-color-hover:hover {
color: #f59038;
}
.et-extra-icon-spotify:before {
content: '\e613';
}
.et-extra-icon-spotify.et-extra-icon-background {
background: #aecf29 !important;
}
.et-extra-icon-spotify.et-extra-icon-background-hover:hover {
background: #aecf29 !important;
}
.et-extra-icon-spotify.et-extra-icon-color {
color: #aecf29;
}
.et-extra-icon-spotify.et-extra-icon-color-hover:hover {
color: #aecf29;
}
.et-extra-icon-delicious:before {
content: '\e60a';
}
.et-extra-icon-delicious.et-extra-icon-background {
background: #3398fc !important;
}
.et-extra-icon-delicious.et-extra-icon-background-hover:hover {
background: #3398fc !important;
}
.et-extra-icon-delicious.et-extra-icon-color {
color: #3398fc;
}
.et-extra-icon-delicious.et-extra-icon-color-hover:hover {
color: #3398fc;
}
.et-extra-icon-buffer:before {
content: '\e601';
}
.et-extra-icon-buffer.et-extra-icon-background {
background: #000000 !important;
}
.et-extra-icon-buffer.et-extra-icon-background-hover:hover {
background: #000000 !important;
}
.et-extra-icon-buffer.et-extra-icon-color {
color: #000000;
}
.et-extra-icon-buffer.et-extra-icon-color-hover:hover {
color: #000000;
}
.et-extra-icon-basic_email:before {
content: '\e615';
}
.et-extra-icon-basic_email.et-extra-icon-background {
background: #000000 !important;
}
.et-extra-icon-basic_email.et-extra-icon-background-hover:hover {
background: #000000 !important;
}
.et-extra-icon-basic_email.et-extra-icon-color {
color: #000000;
}
.et-extra-icon-basic_email.et-extra-icon-color-hover:hover {
color: #000000;
}
.et-extra-icon-basic_print:before {
content: '\e619';
}
.et-extra-icon-basic_print.et-extra-icon-background {
background: #000000 !important;
}
.et-extra-icon-basic_print.et-extra-icon-background-hover:hover {
background: #000000 !important;
}
.et-extra-icon-basic_print.et-extra-icon-color {
color: #000000;
}
.et-extra-icon-basic_print.et-extra-icon-color-hover:hover {
color: #000000;
}
.et-extra-icon-background-none {
background: none !important;
} .comment-bubble,
.rating-star {
position: relative;
display: inline-block;
}
.comment-bubble:before,
.rating-star:before {
top: 0;
left: 0;
margin: 0;
color: rgba(0, 0, 0, 0.5);
font-size: 12px;
} .comment-bubble {
top: 1px;
}
.comment-bubble:before {
content: '\e63b';
} .rating-stars {
display: inline-block;
}
.rating-stars .rating-star {
width: 10px;
top: 1px;
}
.rating-stars .rating-star:before {
content: '\e63c';
}
.rating-stars .rating-star.rating-star-half:before {
content: '\e63e';
}
.rating-stars .rating-star.rating-star-empty::before {
content: '\e639';
} .et_pb_extra_overlay {
z-index: 3;
position: absolute;
top: 0;
left: 0;
display: block;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
opacity: 0;
transition: 0.3s ease;
}
.et_pb_extra_overlay:hover {
opacity: 1;
}
.et_pb_extra_overlay:hover:before {
top: 50%;
}
.et_pb_extra_overlay:before {
content: '\e050';
position: absolute;
top: 60%;
left: 50%;
display: inline-block;
transition: 0.3s ease;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 32px;
line-height: 32px;
}
.et_pb_inline_icon.et_pb_extra_overlay:before {
font-family: 'ETmodules' !important;
} .et_gallery_item .et_portfolio_image {
position: relative;
display: block;
margin-bottom: 7px;
}
.et_gallery_item img {
max-width: 100%;
height: auto;
margin-bottom: 0;
vertical-align: bottom;
}   #page-container {
background: transparent;
} .boxed_layout {
position: relative;
width: 90%;
max-width: 1360px;
margin: 0 auto;
padding: 0;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }
.boxed_layout #page-container {
max-width: 1360px;
}
.boxed_layout .container {
width: 90%;
max-width: 1360px;
} .container {
position: relative;
width: 90%;
max-width: 1280px;
margin: 0 auto;
} #main-content {
padding-top: 40px;
}
#content-area {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
}
.with_sidebar_left #content-area {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#content-area > h1 {
width: 100%;
}
.et_pb_extra_container,
.et_extra_layout .et_pb_container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 24px;
box-sizing: border-box;
}
.et_pb_extra_section,
.et_extra_layout .et_pb_section {
padding: 0;
background: transparent;
}
.ie.et_pb_extra_section,
.ie.et_extra_layout .et_pb_section {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.et_pb_extra_row,
.et_extra_layout .et_pb_row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: auto;
min-width: 100%;
margin: 0 -12px;
padding: 0;
}
.et_pb_extra_column,
.et_extra_layout .et_pb_column {
padding: 0 12px;
box-sizing: border-box;
margin: 0 !important;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_extra_column_main,
.et_extra_layout .et_pb_column_main {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
overflow: hidden;
}
.ie .et_pb_extra_column_main,
.ie .et_extra_layout .et_pb_column_main {
float: left;
}
.with_sidebar .et_pb_extra_column_main,
.with_sidebar .et_extra_layout .et_pb_column_main {
width: 75%;
max-width: 75%;
min-width: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 0 12px 0 0;
}
.with_sidebar_left .et_pb_extra_column_main,
.with_sidebar_left .et_extra_layout .et_pb_column_main {
padding: 0 0 0 12px;
}
.et_pb_extra_column_sidebar,
.et_extra_layout .et_pb_column_sidebar {
display: none;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 25%;
max-width: 25%;
min-width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 0 0 0 12px;
}
.ie .et_pb_extra_column_sidebar,
.ie .et_extra_layout .et_pb_column_sidebar {
float: left;
}
.with_sidebar .et_pb_extra_column_sidebar,
.with_sidebar .et_extra_layout .et_pb_column_sidebar {
display: inline-block;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.ie .with_sidebar .et_pb_extra_column_sidebar,
.ie .with_sidebar .et_extra_layout .et_pb_column_sidebar {
display: block;
}
.with_sidebar_left .et_pb_extra_column_sidebar,
.with_sidebar_left .et_extra_layout .et_pb_column_sidebar {
padding: 0 12px 0 0;
}
.et_pb_extra_column_4_4,
.et_extra_layout .et_pb_column_4_4 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_3_4,
.et_extra_layout .et_pb_column_3_4 {
width: 75%;
max-width: 75%;
min-width: 75%;
}
.et_pb_extra_column_2_3,
.et_extra_layout .et_pb_column_2_3 {
width: 66.66666667%;
max-width: 66.66666667%;
min-width: 66.66666667%;
}
.et_pb_extra_column_1_2,
.et_extra_layout .et_pb_column_1_2 {
width: 50%;
max-width: 50%;
min-width: 50%;
}
.et_pb_extra_column_3_8,
.et_extra_layout .et_pb_column_3_8 {
width: 37.5%;
max-width: 37.5%;
min-width: 37.5%;
}
.et_pb_extra_column_1_3,
.et_extra_layout .et_pb_column_1_3 {
width: 33.33333333%;
max-width: 33.33333333%;
min-width: 33.33333333%;
}
.et_pb_extra_column_1_4,
.et_extra_layout .et_pb_column_1_4 {
width: 25%;
max-width: 25%;
min-width: 25%;
}
.et_pb_extra_module,
.et_extra_layout .et_pb_module {
max-width: 100%;
}
.ie.et_pb_extra_module,
.ie.et_extra_layout .et_pb_module {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.et_extra_layout .et_pb_image_sticky {
display: inline;
}
.et_section_specialty .et_pb_extra_column_3_4 .et_pb_row_inner .et_pb_extra_column_3_8 {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_section_specialty .et_pb_extra_column_2_3 .et_pb_row_inner .et_pb_extra_column_1_3 {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_section_specialty .et_pb_extra_column_1_2 .et_pb_row_inner .et_pb_extra_column_1_4 {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_section_specialty .et_pb_extra_column_3_4 .et_pb_row_inner .et_pb_extra_column_1_4 {
width: 33.33333333%;
max-width: 33.33333333%;
min-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.et_pb_extra_column_main {
overflow: visible;
width: 100%;
padding: 0;
}
.et_extra_layout.et_pb_gutters1 .et_pb_column {
padding: 0 4px !important;
}
.et_extra_layout .et_pb_row.et_pb_gutters1 .et_pb_column {
padding: 0 4px !important;
}
.et_extra_layout.et_pb_gutters1 .et_pb_extra_row,
.et_extra_layout.et_pb_gutters1 .et_pb_row {
margin-left: -4px !important;
}
.et_extra_layout.et_pb_gutters1 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_sidebar .et_pb_widget {
margin-bottom: 8px;
}
@media all and (min-width: 981px) {
.gecko.et_extra_layout.et_pb_gutters1 .et_pb_column .et_pb_module {
margin-bottom: 8px;
}
}
.et_extra_layout.et_pb_gutters1 .with_sidebar .et_pb_extra_column_main {
padding: 0 4px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters1 .with_sidebar .et_pb_extra_column_main {
padding: 0 0 0 4px;
}
.et_extra_layout.et_pb_gutters1 .width_sidebar .et_pb_extra_column_sidebar {
padding: 0 0 0 4px;
}
.et_extra_layout.et_pb_gutters2 .et_pb_column {
padding: 0 8px !important;
}
.et_extra_layout .et_pb_row.et_pb_gutters2 .et_pb_column {
padding: 0 8px !important;
}
.et_extra_layout.et_pb_gutters2 .et_pb_extra_row,
.et_extra_layout.et_pb_gutters2 .et_pb_row {
margin-left: -8px !important;
}
.et_extra_layout.et_pb_gutters2 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_sidebar .et_pb_widget {
margin-bottom: 16px;
}
@media all and (min-width: 981px) {
.gecko.et_extra_layout.et_pb_gutters2 .et_pb_column .et_pb_module {
margin-bottom: 16px;
}
}
.et_extra_layout.et_pb_gutters2 .with_sidebar .et_pb_extra_column_main {
padding: 0 8px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters2 .with_sidebar .et_pb_extra_column_main {
padding: 0 0 0 8px;
}
.et_extra_layout.et_pb_gutters2 .width_sidebar .et_pb_extra_column_sidebar {
padding: 0 0 0 8px;
}
.et_extra_layout.et_pb_gutters3 .et_pb_column {
padding: 0 12px !important;
}
.et_extra_layout .et_pb_row.et_pb_gutters3 .et_pb_column {
padding: 0 12px !important;
}
.et_extra_layout.et_pb_gutters3 .et_pb_extra_row,
.et_extra_layout.et_pb_gutters3 .et_pb_row {
margin-left: -12px !important;
}
.et_extra_layout.et_pb_gutters3 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_sidebar .et_pb_widget {
margin-bottom: 24px;
}
@media all and (min-width: 981px) {
.gecko.et_extra_layout.et_pb_gutters3 .et_pb_column .et_pb_module {
margin-bottom: 24px;
}
}
.et_extra_layout.et_pb_gutters3 .with_sidebar .et_pb_extra_column_main {
padding: 0 12px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters3 .with_sidebar .et_pb_extra_column_main {
padding: 0 0 0 12px;
}
.et_extra_layout.et_pb_gutters3 .width_sidebar .et_pb_extra_column_sidebar {
padding: 0 0 0 12px;
}
.et_extra_layout.et_pb_gutters4 .et_pb_column {
padding: 0 16px !important;
}
.et_extra_layout .et_pb_row.et_pb_gutters4 .et_pb_column {
padding: 0 16px !important;
}
.et_extra_layout.et_pb_gutters4 .et_pb_extra_row,
.et_extra_layout.et_pb_gutters4 .et_pb_row {
margin-left: -16px !important;
}
.et_extra_layout.et_pb_gutters4 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_sidebar .et_pb_widget {
margin-bottom: 32px;
}
@media all and (min-width: 981px) {
.gecko.et_extra_layout.et_pb_gutters4 .et_pb_column .et_pb_module {
margin-bottom: 32px;
}
}
.et_extra_layout.et_pb_gutters4 .with_sidebar .et_pb_extra_column_main {
padding: 0 16px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters4 .with_sidebar .et_pb_extra_column_main {
padding: 0 0 0 16px;
}
.et_extra_layout.et_pb_gutters4 .width_sidebar .et_pb_extra_column_sidebar {
padding: 0 0 0 16px;
}
.single .et_pb_row,
.page .et_pb_row {
width: 90%;
}
.et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_extra_layout .et_section_specialty .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3 {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_extra_layout .et_section_specialty .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4 {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4 {
width: 33.33333333%;
max-width: 33.33333333%;
min-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.et_extra_layout.et_extra .et_pb_row_inner,
.et_extra_layout.et_extra .et_pb_specialty_column {
padding: 0 !important;
}  header.header {
z-index: 2000;
position: relative;
}
header.header ul {
list-style: none;
padding: 0;
line-height: 1;
box-sizing: border-box;
}
header.header li {
position: relative;
display: inline-block;
margin: 0;
}
header.header li:hover > ul {
opacity: 1;
visibility: visible;
transition: 0.3s ease;
}
header.header li.menu-item-has-children > a:after {
content: '\e62d';
display: inline-block;
margin: 0 0 0 5px;
vertical-align: top;
color: inherit;
transition: 0s;
}
header.header li.menu-item-has-children .menu-item-has-children > a:after {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
header.header li ul {
z-index: 1000;
position: absolute;
border-radius: 0 0 3px 3px;
box-sizing: border-box;
transition: 0.1s ease;
opacity: 0;
visibility: hidden;
}
header.header li ul li {
width: 100%;
}
header.header li ul a {
display: block;
width: 100%;
}
header.header #top-header a,
header.header #et-navigation a {
transition: 0.5s;
} #wpadminbar #wp-admin-bar-edit-layout > .ab-item:before {
content: '\f464';
top: 2px;
} #top-header {
z-index: 1;
position: relative;
background: #2B3843;
padding: 10px 0;
}
#top-header .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.et_fullwidth_secondary_nav #top-header .container {
max-width: none;
width: 100%;
padding-right: 30px;
padding-left: 30px;
} #et-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 0 -10px;
}
#et-info .et-extra-social-icons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 0px;
}
#et-info .et-extra-social-icons li {
margin: 0 0 10px 10px;
}
#et-info .et-extra-social-icons .et-extra-icon {
background: rgba(255, 255, 255, 0.1);
}
#et-info .et-extra-social-icons .et-extra-icon:before {
font-size: 14px;
}
#et-info .et-top-search {
position: relative;
margin: 0 0 10px 10px;
}
#et-info .et-top-search .et-search-field {
background: rgba(255, 255, 255, 0.1);
width: 120px;
box-sizing: border-box;
margin: 0;
padding: 7px 10px;
color: #FFFFFF;
font-weight: 600;
-webkit-appearance: none;
}
#et-info .et-top-search .et-search-field:focus {
background: rgba(255, 255, 255, 0.2);
color: #FFFFFF;
}
#et-info .et-top-search .et-search-submit {
position: absolute;
top: 50%;
right: 10px;
background: 0;
padding: 0;
margin-top: -9.5px;
border: none;
font-size: inherit;
line-height: normal;
font-family: inherit;
letter-spacing: normal;
}
#et-info .et-top-search .et-search-submit:before {
content: '\e63a';
font-size: 12px;
font-weight: 600;
}
#et-info .et-cart {
background: rgba(255, 255, 255, 0.1);
margin: 0 0 10px 10px;
padding: 9px 10px;
color: #FFFFFF;
font-size: 12px;
line-height: 1;
}
#et-info .et-cart:before {
content: '\e631';
vertical-align: middle;
color: inherit;
font-size: 14px;
padding: 9px 10px;
}
#et-info .et-cart span {
display: inline-block;
vertical-align: middle;
line-height: 1;
} #et-secondary-nav {
margin: -10px 0;
} #et-secondary-menu li {
margin: 0 20px 0 0;
line-height: 1;
}
#et-secondary-menu li.current-menu-item > a {
color: #FFFFFF;
}
#et-secondary-menu li > ul {
z-index: 10;
left: 0;
background: #2B3843;
width: 200px;
padding: 10px 0;
}
#et-secondary-menu li > ul li {
width: 100%;
margin: 0;
}
#et-secondary-menu li > ul li ul {
top: -10px;
left: 100%;
}
#et-secondary-menu li > ul a {
display: block;
padding: 10px 20px;
}
#et-secondary-menu li.et-reverse-direction-nav li ul {
right: 200px;
left: auto;
}
#et-secondary-menu a {
position: relative;
display: inline-block;
padding: 18px 0;
transition: 0.3s ease;
color: rgba(255, 255, 255, 0.6);
}
#et-secondary-menu a:hover {
color: #FFFFFF;
}
#et-secondary-menu > li > a:before {
content: '•';
position: absolute;
top: 70%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color: transparent;
font-size: 10px;
text-shadow: 0 0 transparent;
transition: 0.3s ease;
pointer-events: none;
}
#et-secondary-menu > li > a:hover:before {
color: #FFFFFF;
text-shadow: 10px 0 #FFFFFF, -10px 0 #FFFFFF;
} .et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children:hover > ul {
top: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children > ul {
top: calc(100% - 20px);
}
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
top: -10px;
}
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children > ul .menu-item-has-children ul {
top: -20px;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children:hover > ul {
left: -20px;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children > ul {
left: 10%;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
left: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children > ul .menu-item-has-children ul {
left: 110%;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children:hover > ul {
top: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children > ul {
top: 110%;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
top: 0;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children > ul .menu-item-has-children ul {
top: 110%;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children:hover > ul {
left: -20px;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children > ul {
left: -40px;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
left: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children > ul .menu-item-has-children ul {
left: 90%;
}
.et_secondary_nav_dropdown_animation_scaleInRight #top-header .menu-item-has-children:hover > ul,
.et_secondary_nav_dropdown_animation_scaleInLeft #top-header .menu-item-has-children:hover > ul,
.et_secondary_nav_dropdown_animation_scaleInCenter #top-header .menu-item-has-children:hover > ul {
-webkit-transform: scale(1);
transform: scale(1);
}
.et_secondary_nav_dropdown_animation_scaleInRight #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_scaleInLeft #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_scaleInCenter #top-header .menu-item-has-children > ul {
-webkit-transform: scale(0);
transform: scale(0);
}
.et_secondary_nav_dropdown_animation_scaleInRight #top-header .menu-item-has-children > ul {
-webkit-transform-origin: top right;
transform-origin: top right;
}
.et_secondary_nav_dropdown_animation_scaleInLeft #top-header .menu-item-has-children > ul {
-webkit-transform-origin: top left;
transform-origin: top left;
}
.et_secondary_nav_dropdown_animation_scaleInCenter #top-header .menu-item-has-children > ul {
-webkit-transform-origin: top center;
transform-origin: top center;
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children > ul {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children:hover > ul {
-webkit-transform: rotate3d(1, 0, 0, 0deg);
transform: rotate3d(1, 0, 0, 0deg);
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children > ul {
-webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800);
transform: rotate3d(1, 0, 0, 90deg) perspective(800);
}
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children:hover > ul {
-webkit-transform: rotate3d(0, 1, 0, 0deg);
transform: rotate3d(0, 1, 0, 0deg);
}
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children > ul {
-webkit-transform: rotate3d(0, 1, 0, 90deg) perspective(800);
transform: rotate3d(0, 1, 0, 90deg) perspective(800);
}
.et_secondary_nav_dropdown_animation_slideInX #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_slideInY #top-header .menu-item-has-children > ul {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.et_secondary_nav_dropdown_animation_slideInX #top-header .menu-item-has-children:hover > ul {
-webkit-transform: rotateX(0deg) perspective(0);
transform: rotateX(0deg) perspective(0);
}
.et_secondary_nav_dropdown_animation_slideInX #top-header .menu-item-has-children > ul {
-webkit-transform: rotateX(180deg) perspective(800);
transform: rotateX(180deg) perspective(800);
-webkit-transform-origin: top center;
transform-origin: top center;
}
.et_secondary_nav_dropdown_animation_slideInY #top-header .menu-item-has-children:hover > ul {
-webkit-transform: rotateY(0deg) perspective(0);
transform: rotateY(0deg) perspective(0);
}
.et_secondary_nav_dropdown_animation_slideInY #top-header .menu-item-has-children > ul {
-webkit-transform: rotateY(180deg) perspective(800);
transform: rotateY(180deg) perspective(800);
-webkit-transform-origin: top left;
transform-origin: top left;
} header.header .et-trending {
position: relative;
padding: 15px 0;
}
header.header .et-trending-post {
display: none;
font-size: 14px;
line-height: 1.3em;
}
header.header .et-trending-post a,
header.header .et-trending-post a:visited {
color: rgba(255, 255, 255, 0.6);
}
header.header .et-trending-post:first-child {
display: block;
}
header.header .et-trending #et-secondary-menu {
z-index: 1;
position: absolute;
top: 100%;
left: 0;
display: none;
background: #2B3843;
width: 200px;
padding: 10px 0;
}
header.header .et-trending #et-secondary-menu li {
width: 100%;
box-sizing: border-box;
}
header.header .et-trending #et-secondary-menu .menu-item-has-children ul {
top: -10px;
left: 100%;
}
header.header .et-trending #et-secondary-menu .menu-item-has-children > a:after {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
header.header .et-trending #et-secondary-menu a {
display: block;
padding: 10px 20px;
}
header.header .et-trending #et-secondary-menu a:before {
display: none;
}
#et-trending {
display: none;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#et-trending-button {
display: inline-block;
width: 20px;
height: 20px;
margin: 0 15px 0 0;
padding: 3px 0;
box-sizing: border-box;
}
#et-trending-button.toggled span {
-webkit-transform-origin: center;
transform-origin: center;
}
#et-trending-button.toggled span:first-child {
-webkit-transform: translateY(6px) rotate(45deg);
transform: translateY(6px) rotate(45deg);
}
#et-trending-button.toggled span:nth-child(2) {
opacity: 0;
}
#et-trending-button.toggled span:last-child {
-webkit-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
}
#et-trending-button span {
display: block;
background: #FFFFFF;
width: 20px;
height: 2px;
border-radius: 3px;
transition: 0.3s ease;
}
#et-trending-button span:nth-child(2) {
margin: 4px 0;
}
#et-trending-label {
display: inline-block;
margin: 0 5px 0 0;
padding: 0;
color: #FFFFFF;
font-size: 14px;
font-weight: 600;
vertical-align: middle;
}
#et-trending-container {
display: inline-block;
}
.et-trending #et-trending {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}  #main-header {
background: #3E5062;
margin: 0;
}
#main-header .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.has_headerad #main-header .container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.et_fullwidth_nav #main-header .container {
max-width: none;
width: 100%;
padding-right: 30px;
padding-left: 30px;
} .logo {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
display: block;
height: 64px;
margin: 30px 0;
transition: height 0.5s, margin 0.5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.centered .logo {
width: 100%;
margin: 30px 0 35px;
}
#logo {
display: block;
height: 100%;
}
.centered #logo {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin: 0 auto;
}
.left-right #logo {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
} #et-navigation {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
#et-navigation > ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#et-navigation > ul > li {
display: inline-block;
text-transform: uppercase;
margin: 0 15px;
}
#et-navigation > ul > li.current-menu-item > a,
#et-navigation > ul > li.current_page_item > a {
color: #FFFFFF;
}
#et-navigation > ul > li.current-menu-item > a:before,
#et-navigation > ul > li.current_page_item > a:before {
-webkit-transform: translateY(18px);
transform: translateY(18px);
opacity: 1;
}
#et-navigation > ul > li.menu-item-has-children > a:before {
width: calc(100% - 21px);
}
#et-navigation > ul > li > a {
position: relative;
display: block;
border: 0;
padding: 0 0 54px;
font-weight: 600;
}
#et-navigation > ul > li > a:hover:before {
-webkit-transform: translateY(18px);
transform: translateY(18px);
opacity: 1;
}
#et-navigation > ul > li > a:before {
content: '';
position: absolute;
top: 10px;
left: 0;
background: #FFFFFF;
width: 100%;
height: 2px;
-webkit-transform: translateY(24px);
transform: translateY(24px);
opacity: 0;
transition: 0.3s ease;
}
#et-navigation > ul > li > ul {
left: -20px;
}
#et-navigation > ul > li.mega-menu > ul ul {
visibility: hidden;
}
#et-navigation > ul > li.mega-menu:hover > ul ul {
visibility: visible;
}
#et-navigation li li {
padding: 0 30px;
}
#et-navigation li li:last-child > a {
border: 0;
}
#et-navigation li a {
padding: 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
font-weight: 600;
color: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
}
#et-navigation li a:hover {
background: 0;
}
#et-navigation .mega-menu {
position: static;
color: rgba(255, 255, 255, 0.6);
}
#et-navigation .mega-menu > ul > li > a:first-of-type {
font-weight: 600;
color: #FFFFFF;
}
#et-navigation .mega-menu .comment-bubble:before {
color: rgba(255, 255, 255, 0.6);
}
#et-navigation .mega-menu:hover > ul ul {
visibility: visible;
}
#et-navigation .mega-menu > ul {
top: 100%;
left: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
padding: 15px 20px;
}
#et-navigation .mega-menu > ul > li {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
width: 25%;
padding: 0 20px;
}
#et-navigation .mega-menu > ul > li > a {
color: #FFFFFF;
}
#et-navigation .mega-menu > ul > li:last-child > a:first-of-type {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#et-navigation .mega-menu > ul li li {
padding: 0;
}
#et-navigation .mega-menu > ul a:after {
display: none;
}
#et-navigation .mega-menu > ul ul {
position: relative;
top: 0;
left: 0;
display: block;
width: 100%;
padding: 0;
border: 0;
box-shadow: none;
visibility: hidden;
opacity: 1;
transition: 0s;
transition-delay: 0s;
}
#et-navigation .mega-menu-featured > ul > li {
width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
padding: 20px;
}
#et-navigation .mega-menu-featured > ul > li:nth-child(2) .title,
#et-navigation .mega-menu-featured > ul > li:nth-child(3) .title {
visibility: hidden;
}
#et-navigation .mega-menu-featured > ul > li:nth-child(2) a.title,
#et-navigation .mega-menu-featured > ul > li:nth-child(3) a.title {
border: 0;
visibility: visible;
}
#et-navigation .mega-menu-featured .title {
padding: 0;
color: #FFFFFF;
font-size: 14px;
font-weight: 600;
line-height: 1;
pointer-events: none;
}
#et-navigation .mega-menu-featured .featured-post a {
border: 0;
padding: 0;
}
#et-navigation .mega-menu-featured .featured-post h2 {
padding: 0;
color: #FFFFFF;
font-size: 14px;
font-weight: 600;
}
#et-navigation .mega-menu-featured .featured-post .post-meta {
font-size: 12px;
line-height: 1.7em;
text-transform: none;
}
#et-navigation .mega-menu-featured .featured-post .post-meta a {
display: inline-block;
width: auto;
margin: 0;
color: #FFFFFF;
font-size: inherit;
font-weight: 400;
}
#et-navigation .mega-menu-featured .featured-post .post-meta .rating-star:before {
color: #FFFFFF;
}
#et-navigation .mega-menu-featured .featured-image {
display: block;
width: 100%;
margin: 20px 0;
}
#et-navigation .mega-menu-featured .featured-image img {
display: block;
width: 100%;
}
#et-navigation .mega-menu-featured .recent-list li {
padding: 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#et-navigation .mega-menu-featured .recent-list li:last-child {
border: 0;
}
#et-navigation .mega-menu-featured .recent-post .post-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
#et-navigation .mega-menu-featured .recent-post .post-content > a {
max-width: 50px;
min-width: 50px;
max-height: 50px;
min-height: 50px;
border: 0;
margin: 0 20px 0 0;
padding: 0;
}
#et-navigation .mega-menu-featured .recent-post .post-content a {
display: inline-block;
width: auto;
border: 0;
padding: 0;
}
#et-navigation .mega-menu-featured .recent-post .post-thumbnail {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
#et-navigation .mega-menu-featured .recent-post .post-meta {
font-size: 12px;
line-height: 1.7em;
text-transform: none;
}
#et-navigation .mega-menu-featured .recent-post .post-meta h3 {
display: block;
padding: 0;
color: #FFFFFF;
font-size: 14px;
}
#et-navigation .mega-menu-featured .recent-post .post-meta h3 a {
color: inherit;
text-transform: none;
}
#et-navigation .mega-menu-featured .recent-post .post-meta a {
padding: 0;
font-size: inherit;
font-weight: inherit;
}
.centered #et-navigation {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
margin: 0 auto;
}
.has_headerad #et-navigation {
width: 100%;
}
.left-right #et-navigation {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.et-top-search-primary-menu-item .et-top-search {
background-color: #232323;
border-color: #00A8FF;
} #et-menu li {
font-size: 16px;
}
#et-menu li > ul {
background-color: #232323;
border-color: #00A8FF;
}
#et-menu li > ul li a {
border-color: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.6);
}
#et-menu li > ul li a:hover {
color: #FFFFFF;
}
#et-menu li.mega-menu-featured > ul li .featured-post .post-meta a {
color: rgba(255, 255, 255, 0.6);
}
#et-menu li.mega-menu-featured > ul li .featured-post .post-meta a:hover {
color: #FFFFFF;
}
#et-menu > li.mega-menu-featured > a:hover:after,
#et-menu > li.menu-item-has-children > a:hover:after {
color: #FFFFFF;
}
#et-menu .sub-menu li.menu-item-has-children > a:after {
color: rgba(255, 255, 255, 0.6);
}
#et-menu .sub-menu li.menu-item-has-children > a:hover:after {
color: #FFFFFF;
} .et-top-search-primary-menu-item .search-icon {
cursor: pointer;
}
.et-top-search-primary-menu-item .search-icon:before {
content: '\e63a';
font-size: inherit;
font-weight: 600;
}
.et-top-search-primary-menu-item .et-top-search {
position: absolute;
top: 100%;
right: -15px;
width: 230px;
border-top: 3px solid #00A8FF;
border-radius: 0 0 3px 3px;
display: none;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field {
width: 100%;
padding: 30px 40px;
color: #FFFFFF;
font-size: 14px;
line-height: normal;
-webkit-appearance: none;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-webkit-input-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-moz-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field:-ms-input-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-ms-input-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-submit {
position: absolute;
top: 50%;
right: 20px;
background: none;
padding: 0;
font-size: 14px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.et-top-search-primary-menu-item .et-top-search .et-search-submit:before {
content: '\e63a';
padding: 0;
font-size: inherit;
font-weight: 600;
} .et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children:hover > ul {
top: 100%;
}
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children > ul {
top: 80%;
}
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
top: -10px;
}
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
top: -20px;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children:hover > ul {
left: -20px;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children > ul {
left: 10%;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
left: 100%;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
left: 110%;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children.mega-menu:hover > ul {
left: 0;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul {
left: 0;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children:hover > ul {
top: 100%;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children > ul {
top: 110%;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
top: 0;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
top: 110%;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children:hover > ul {
left: -20px;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children > ul {
left: -40px;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
left: 100%;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
left: 90%;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children.mega-menu:hover > ul {
left: 0;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul {
left: 0;
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children:hover > ul,
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children:hover > ul,
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children:hover > ul {
-webkit-transform: scale(1);
transform: scale(1);
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform: scale(0);
transform: scale(0);
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul,
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul,
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul {
-webkit-transform: scale(1);
transform: scale(1);
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform-origin: top right;
transform-origin: top right;
}
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform-origin: top left;
transform-origin: top left;
}
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform-origin: top center;
transform-origin: top center;
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children.mega-menu > ul ul,
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children.mega-menu > ul ul {
background: 0;
-webkit-transform: none;
transform: none;
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform: rotate3d(0, 1, 0, 90deg);
transform: rotate3d(0, 1, 0, 90deg);
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children:hover > ul {
-webkit-transform: rotate3d(1, 0, 0, 0deg);
transform: rotate3d(1, 0, 0, 0deg);
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children:hover > ul {
-webkit-transform: rotate3d(0, 1, 0, 0deg);
transform: rotate3d(0, 1, 0, 0deg);
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform: rotate3d(0, 1, 0, 90deg) perspective(800px);
transform: rotate3d(0, 1, 0, 90deg) perspective(800px);
}
.et_primary_nav_dropdown_animation_slideInX #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_slideInY #main-header #et-menu .menu-item-has-children > ul {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.et_primary_nav_dropdown_animation_slideInX #main-header #et-menu .menu-item-has-children:hover > ul {
-webkit-transform: rotateX(0deg) perspective(0);
transform: rotateX(0deg) perspective(0);
}
.et_primary_nav_dropdown_animation_slideInX #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform: rotateX(180deg) perspective(800);
transform: rotateX(180deg) perspective(800);
-webkit-transform-origin: top center;
transform-origin: top center;
}
.et_primary_nav_dropdown_animation_slideInY #main-header #et-menu .menu-item-has-children:hover > ul {
-webkit-transform: rotateY(0deg) perspective(0);
transform: rotateY(0deg) perspective(0);
}
.et_primary_nav_dropdown_animation_slideInY #main-header #et-menu .menu-item-has-children > ul {
-webkit-transform: rotateY(180deg) perspective(800);
transform: rotateY(180deg) perspective(800);
-webkit-transform-origin: top left;
transform-origin: top left;
} #et-mobile-navigation {
display: none;
}
#et-mobile-navigation nav {
position: absolute;
top: 100%;
left: 0;
background: #232323;
}
.show-menu-button {
display: block;
background: #FFFFFF;
width: 32px;
height: 32px;
border-radius: 3px;
box-sizing: border-box;
padding: 9px 6px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.show-menu-button.toggled span:first-child {
-webkit-transform: translateY(6px) rotate(45deg);
transform: translateY(6px) rotate(45deg);
}
.show-menu-button.toggled span:nth-child(2) {
opacity: 0;
}
.show-menu-button.toggled span:last-child {
-webkit-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
}
.show-menu-button span {
display: block;
background: rgba(0, 0, 0, 0.75);
width: 20px;
height: 2px;
border-radius: 3px;
-webkit-transform-origin: center;
transform-origin: center;
transition: 0.3s ease;
}
.show-menu-button span:nth-child(2) {
margin: 4px 0;
}
.show-menu p {
display: none;
}  .et_fixed_nav_hide_logo_image .et-fixed-header .logo {
opacity: 0;
}
.et-fixed-header #main-header .logo {
height: 40px;
margin: 20px 0;
}
.et-fixed-header #main-header .etad {
max-height: 40px;
}
.et-fixed-header .header.left-right #et-navigation > ul > li > a {
padding-bottom: 32px;
}
.et-fixed-header .header.centered #et-navigation > ul > li > a {
padding-bottom: 20px;
} #comment-wrap {
margin: 0 0 24px;
}
#comment-wrap .page_title {
margin-bottom: 40px;
font-weight: 600;
}
#comment-wrap .comment-form-cookies-consent label:before {
background-color: rgba(0, 0, 0, 0.05);
} .commentlist {
margin: 0 0 60px;
padding: 0;
}
.commentlist > li {
display: block;
} .comment {
margin: 0;
padding: 0;
}
.comment .children {
list-style: none;
margin: 0;
padding: 0 0 0 50px;
} .comment-body,
.single article.comment-body,
.page article.comment-body {
position: relative;
background: none;
margin: 0 0 20px;
border: 0;
box-shadow: none;
}
.comment-body .comment_area {
margin: 0;
}
.comment-body .comment_area .comment-content .reply-container {
float: right;
} .comment_postinfo {
margin: 0;
}
.comment_postinfo .fn {
color: rgba(0, 0, 0, 0.75);
font-size: 18px;
font-weight: 600;
}
.comment_postinfo .comment_date,
.comment_postinfo .comment-edit-link {
font-size: 12px;
} .comment_avatar {
position: absolute;
top: 0;
left: 0;
max-width: 80px;
max-height: 80px;
overflow: hidden;
}
.comment_avatar img {
width: 100%;
} #respond { }
#respond p {
margin: 0 0 20px;
line-height: 1;
}
#respond .form-submit {
float: right;
margin-bottom: 0;
}
#respond #form-allowed-tags {
display: none;
} .comment-form-author,
.comment-form-email,
.comment-form-url {
width: 33.33%;
box-sizing: border-box;
float: left;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 100%;
padding: 12px 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
text-transform: uppercase;
} .comment-form-author {
padding: 0 10px 0 0;
} .comment-form-email {
padding: 0 10px;
} .comment-form-url {
padding: 0 0 0 10px;
} .comment-form-comment textarea {
width: 100%;
padding: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
}
#respond:before,
#respond:after {
content: '';
display: table;
clear: both;
} .paginated .loader,
.archive-pagination .loader {
display: none;
margin: 7px auto;
height: 16px;
width: 16px;
}
.paginated .pagination,
.archive-pagination .pagination,
.paginated > .page-numbers,
.archive-pagination > .page-numbers {
list-style: none;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
padding: 0;
box-sizing: border-box;
line-height: 1;
text-align: right;
}
.paginated .pagination li,
.archive-pagination .pagination li,
.paginated > .page-numbers li,
.archive-pagination > .page-numbers li {
display: block;
background: rgba(0, 0, 0, 0.1);
height: 30px;
width: 30px;
border-radius: 3px;
margin: 0 0 0 10px;
color: rgba(0, 0, 0, 0.6);
}
.paginated .pagination li.active,
.archive-pagination .pagination li.active,
.paginated > .page-numbers li.active,
.archive-pagination > .page-numbers li.active {
background: #00A8FF;
}
.paginated .pagination li.active a,
.archive-pagination .pagination li.active a,
.paginated > .page-numbers li.active a,
.archive-pagination > .page-numbers li.active a {
color: #FFFFFF;
}
.paginated .pagination li.next,
.archive-pagination .pagination li.next,
.paginated > .page-numbers li.next,
.archive-pagination > .page-numbers li.next {
margin-right: 0;
}
.paginated .pagination li.ellipsis,
.archive-pagination .pagination li.ellipsis,
.paginated > .page-numbers li.ellipsis,
.archive-pagination > .page-numbers li.ellipsis {
display: none;
}
.paginated .pagination li.ellipsis a,
.archive-pagination .pagination li.ellipsis a,
.paginated > .page-numbers li.ellipsis a,
.archive-pagination > .page-numbers li.ellipsis a {
cursor: default;
}
.paginated .pagination li > .page-numbers.current,
.archive-pagination .pagination li > .page-numbers.current,
.paginated > .page-numbers li > .page-numbers.current,
.archive-pagination > .page-numbers li > .page-numbers.current,
.paginated .pagination li > .page-numbers.dots,
.archive-pagination .pagination li > .page-numbers.dots,
.paginated > .page-numbers li > .page-numbers.dots,
.archive-pagination > .page-numbers li > .page-numbers.dots {
display: block;
text-align: center;
line-height: 30px;
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
}
.paginated .pagination li > .page-numbers.current,
.archive-pagination .pagination li > .page-numbers.current,
.paginated > .page-numbers li > .page-numbers.current,
.archive-pagination > .page-numbers li > .page-numbers.current {
background: #00A8FF;
color: #FFFFFF;
border-radius: 3px;
}
.paginated .pagination li .pagination-page,
.archive-pagination .pagination li .pagination-page,
.paginated > .page-numbers li .pagination-page,
.archive-pagination > .page-numbers li .pagination-page {
font-weight: 600;
}
.paginated .pagination li a,
.archive-pagination .pagination li a,
.paginated > .page-numbers li a,
.archive-pagination > .page-numbers li a {
display: block;
text-align: center;
line-height: 30px;
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
}
.paginated .pagination li a.prev::before,
.archive-pagination .pagination li a.prev::before,
.paginated > .page-numbers li a.prev::before,
.archive-pagination > .page-numbers li a.prev::before {
content: '\e62e';
color: rgba(0, 0, 0, 0.6);
}
.paginated .pagination li a.next::before,
.archive-pagination .pagination li a.next::before,
.paginated > .page-numbers li a.next::before,
.archive-pagination > .page-numbers li a.next::before {
content: '\e62f';
color: rgba(0, 0, 0, 0.6);
}
.paginated .pagination li .loader,
.archive-pagination .pagination li .loader,
.paginated > .page-numbers li .loader,
.archive-pagination > .page-numbers li .loader {
display: block;
} .archive h1 {
line-height: 24px;
margin: 0 0 7px;
}
.archive .paginated_page {
max-width: 100%;
} #footer {
background: #232323;
margin: 16px 0 0;
}
.et_pb_pagebuilder_layout.et_pb_pagebuilder_fullwidth #footer {
margin: 0;
}
#footer p {
font-size: 14px;
}
#footer .widget {
color: rgba(255, 255, 255, 0.6);
} #footer-bottom {
background: rgba(0, 0, 0, 0.3);
width: 100%;
padding: 10px 0;
} #footer-info {
display: inline-block;
padding: 6px 0;
font-size: 13px;
line-height: 14px;
vertical-align: middle;
color: rgba(255, 255, 255, 0.6);
}
#footer-info a {
font-weight: 700;
color: #FFFFFF;
font-size: 13px;
} #footer-nav {
line-height: 1;
float: right;
}
#footer-nav ul {
display: inline-block;
margin: 0;
padding: 0;
}
#footer-nav ul.et-extra-social-icons {
margin: 0 0 0 16px;
}
#footer-nav ul.et-extra-social-icons .et-extra-icon {
width: 16px;
height: 16px;
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
line-height: 16px;
vertical-align: middle;
}
#footer-nav ul li a {
color: rgba(255, 255, 255, 0.6);
}
#footer-nav ul li a:active {
color: #FFFFFF;
}
#footer-nav li {
display: inline-block;
margin: 0 11px 0 0;
padding: 0;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
}
#footer-nav li:last-child {
margin: 0;
}
#footer-nav a {
transition: 0.3s ease;
}
#footer-nav a:hover {
color: #FFFFFF;
} #main-footer h4,
#main-footer .widget-title {
font-size: 14px;
color: rgba(255, 255, 255, 0.6);
}
#main-footer .widget p {
color: rgba(255, 255, 255, 0.6);
}
#main-footer .widget a {
color: #FFFFFF;
}
#main-footer .widget a:visited {
color: #FFFFFF;
}
#main-footer .widget ul li a {
color: #FFFFFF;
}
#main-footer .widget .widget-list a {
color: #FFFFFF;
}
#main-footer .widget #recentcomments li a {
color: #FFFFFF;
}
#main-footer .widget.woocommerce .product_list_widget li a {
color: #FFFFFF;
} .et-slider,
.featured-posts-slider-module {
position: relative;
background: 0;
border: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.et-slider .carousel-items,
.featured-posts-slider-module .carousel-items {
position: relative;
width: 100%;
padding: 0;
box-sizing: border-box;
}
.et-slider .carousel-item,
.featured-posts-slider-module .carousel-item {
position: absolute;
display: block !important;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
overflow: hidden;
width: 100%;
padding: 0;
opacity: 0;
}
.et-slider .carousel-item.et-pb-moved-slide,
.et-slider .carousel-item.et-pb-active-slide,
.featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.et_pb_column_3_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-duration: 0.675s;
animation-duration: 0.675s;
}
.et_pb_column_2_3 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_2_3 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.et_pb_column_1_2 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_2 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.et_pb_column_1_3 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_3 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-duration: 0.55s;
animation-duration: 0.55s;
}
.et_pb_column_1_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_4 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-duration: 0.575s;
animation-duration: 0.575s;
}
.et-slider .carousel-item.et-pb-moved-slide,
.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
display: block !important;
opacity: 1 !important;
z-index: 0 !important;
top: 0;
left: 0;
}
.et_slide_transition_to_previous.et-slider .carousel-item.et-pb-moved-slide,
.et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.rtl .et_slide_transition_to_previous.et-slider .carousel-item.et-pb-moved-slide,
.rtl .et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.et_slide_transition_to_next.et-slider .carousel-item.et-pb-moved-slide,
.et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.rtl .et_slide_transition_to_next.et-slider .carousel-item.et-pb-moved-slide,
.rtl .et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.et-slider .carousel-item.et-pb-active-slide,
.featured-posts-slider-module .carousel-item.et-pb-active-slide {
position: relative;
display: block;
opacity: 1 !important;
}
.et_slide_transition_to_previous.et-slider .carousel-item.et-pb-active-slide,
.et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.rtl .et_slide_transition_to_previous.et-slider .carousel-item.et-pb-active-slide,
.rtl .et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.et_slide_transition_to_next.et-slider .carousel-item.et-pb-active-slide,
.et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.rtl .et_slide_transition_to_next.et-slider .carousel-item.et-pb-active-slide,
.rtl .et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.et-slider .et-pb-slider-arrows a,
.featured-posts-slider-module .et-pb-slider-arrows a {
background: #FFFFFF;
width: 40px;
height: 40px;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
opacity: 0;
font-family: 'ETModules';
text-align: center;
transition: 0.3s ease;
margin-top: -20px;
}
.et-slider .et-pb-slider-arrows a:before,
.featured-posts-slider-module .et-pb-slider-arrows a:before {
color: #444651;
font-size: 40px;
line-height: 40px;
}
.et-slider .et-pb-slider-arrows a:hover,
.featured-posts-slider-module .et-pb-slider-arrows a:hover {
opacity: 0.9;
}
.et-slider .et-pb-arrow-prev,
.featured-posts-slider-module .et-pb-arrow-prev {
left: 40px;
}
.rtl .et-slider .et-pb-arrow-prev,
.rtl .featured-posts-slider-module .et-pb-arrow-prev {
left: auto;
right: 40px;
}
.rtl .et-slider .et-pb-arrow-prev:before,
.rtl .featured-posts-slider-module .et-pb-arrow-prev:before {
content: "\35";
}
.et-slider .et-pb-arrow-next,
.featured-posts-slider-module .et-pb-arrow-next {
right: 40px;
}
.rtl .et-slider .et-pb-arrow-next,
.rtl .featured-posts-slider-module .et-pb-arrow-next {
right: auto;
left: 40px;
}
.rtl .et-slider .et-pb-arrow-next:before,
.rtl .featured-posts-slider-module .et-pb-arrow-next:before {
content: "\34";
}
.et-slider:hover .et-pb-slider-arrows a,
.featured-posts-slider-module:hover .et-pb-slider-arrows a {
opacity: 0.7;
}
.et-slider:hover .et-pb-slider-arrows a:hover,
.featured-posts-slider-module:hover .et-pb-slider-arrows a:hover {
opacity: 0.9;
}
.et-slider:hover .et-pb-arrow-prev,
.featured-posts-slider-module:hover .et-pb-arrow-prev {
left: 20px;
}
.rtl .et-slider:hover .et-pb-arrow-prev,
.rtl .featured-posts-slider-module:hover .et-pb-arrow-prev {
left: auto;
right: 20px;
}
.et-slider:hover .et-pb-arrow-next,
.featured-posts-slider-module:hover .et-pb-arrow-next {
right: 20px;
}
.rtl .et-slider:hover .et-pb-arrow-next,
.rtl .featured-posts-slider-module:hover .et-pb-arrow-next {
right: auto;
left: 20px;
}  .module-wrapper {
overflow: hidden;
}
.et_pb_module {
border-color: #00A8FF;
} .et_pb_extra_module,
.et_extra_other_module,
.project-details,
.posts-blog-feed-module.masonry .hentry,
.woocommerce ul.products li.product .product-wrapper,
.woocommerce-page ul.products li.product .product-wrapper,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce div.product .extra-woocommerce-details-accordion,
.woocommerce-page div.product .extra-woocommerce-details-accordion {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
background: #FFFFFF;
border-top: 6px solid #00A8FF;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
margin: 0 0 24px;
overflow: hidden;
}
.et_pb_extra_module.et_pb_no_drop_shadow,
.et_extra_other_module.et_pb_no_drop_shadow {
box-shadow: none;
}
.et_pb_extra_module:last-child,
.et_extra_other_module:last-child {
-webkit-flex-grow: 100;
-ms-flex-positive: 100;
flex-grow: 100;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module,
.et_pb_extra_column_4_4 .et_pb_extra_module,
.et_pb_extra_column_4_4 .et_extra_other_module,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module,
.et_pb_extra_column_2_3 .et_pb_extra_module,
.et_pb_extra_column_2_3 .et_extra_other_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module,
.et_pb_extra_column_3_4 .et_pb_extra_module,
.et_pb_extra_column_3_4 .et_extra_other_module {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: initial;
-ms-flex-wrap: initial;
flex-wrap: initial;
}
.et_pb_extra_module .nopost,
.et_extra_other_module .nopost {
padding: 20px;
}
.et_pb_extra_module .nopost h5,
.et_extra_other_module .nopost h5 {
padding: 0;
}
.et_pb_extra_module .post-meta,
.et_extra_other_module .post-meta {
margin: 0 0 5px;
padding: 0 0 0 60px;
color: rgba(0, 0, 0, 0.5);
font-size: 12px;
}
.et_pb_extra_module .post-meta a,
.et_extra_other_module .post-meta a {
color: inherit;
text-decoration: none;
}
.et_pb_extra_module .post-meta .comment-bubble:before,
.et_extra_other_module .post-meta .comment-bubble:before {
color: inherit;
}
.et_pb_extra_module .post-meta .rating-stars .rating-star:before,
.et_extra_other_module .post-meta .rating-stars .rating-star:before {
color: inherit;
}
.et_pb_extra_module .main-post,
.et_extra_other_module .main-post {
width: 100%;
padding: 20px 20px 0;
box-sizing: border-box;
}
.ie .et_pb_extra_module .main-post,
.ie .et_extra_other_module .main-post {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .main-post,
.et_pb_extra_column_4_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_4_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .main-post,
.et_pb_extra_column_2_3 .et_pb_extra_module .main-post,
.et_pb_extra_column_2_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .main-post,
.et_pb_extra_column_3_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_3_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_extra_other_module .main-post {
width: 50%;
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 0;
}
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_extra_other_module .main-post {
width: 100%;
border-right: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_pb_extra_column_1_2 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_pb_extra_column_1_3 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_pb_extra_column_1_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_4 .et_extra_other_module .main-post {
padding: 0;
}
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_column_1_2 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_3 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_column_1_3 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_4 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_4 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_column_1_4 .et_extra_other_module .main-post .post-content {
padding: 0 20px;
}
.et_pb_extra_module .main-post article .header,
.et_extra_other_module .main-post article .header {
position: relative;
margin: -1px 0 20px; }
.et_pb_extra_module .main-post article .header img,
.et_extra_other_module .main-post article .header img {
display: block;
width: 100%;
max-width: 100%;
}
.et_pb_extra_module .main-post article .header .map-format img,
.et_extra_other_module .main-post article .header .map-format img {
max-width: none;
}
.et_pb_extra_module .main-post article .post-content h2,
.et_extra_other_module .main-post article .post-content h2 {
padding: 0;
color: #00A8FF;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.et_pb_extra_module .main-post article .post-content .post-meta,
.et_extra_other_module .main-post article .post-content .post-meta {
padding: 0;
}
.et_pb_extra_module .main-post article .post-content .excerpt,
.et_extra_other_module .main-post article .post-content .excerpt {
margin: 0 0 15px;
color: rgba(0, 0, 0, 0.6);
line-height: 1.8em;
}
.et_pb_extra_module .posts-list,
.et_extra_other_module .posts-list {
width: 100%;
padding: 0;
list-style: none;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .posts-list,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .posts-list,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .posts-list,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_extra_other_module .posts-list {
width: 50%;
}
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_extra_other_module .posts-list {
width: 100%;
}
.et_pb_extra_module .posts-list li,
.et_extra_other_module .posts-list li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin: 0;
padding: 20px;
box-sizing: border-box;
}
.et_pb_extra_module .posts-list li:first-child,
.et_extra_other_module .posts-list li:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.et_pb_extra_module .posts-list li:only-child,
.et_extra_other_module .posts-list li:only-child,
.et_pb_extra_module .posts-list li:last-child,
.et_extra_other_module .posts-list li:last-child {
border-bottom: 0;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .posts-list li:only-child,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .posts-list li:only-child,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .posts-list li:only-child,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list li:first-child {
border-top: 0;
}
.et_pb_extra_module .posts-list article .post-thumbnail,
.et_extra_other_module .posts-list article .post-thumbnail {
display: block;
background: #00A8FF;
width: 50px;
height: 50px;
margin: 0 10px 0 0;
float: left;
overflow: hidden;
vertical-align: top;
}
.et_pb_extra_module .posts-list article .post-thumbnail img,
.et_extra_other_module .posts-list article .post-thumbnail img {
display: block;
width: 100%;
}
.et_pb_extra_module .posts-list article .post-content,
.et_extra_other_module .posts-list article .post-content {
width: auto;
padding: 6px 0 5px;
vertical-align: top;
}
.et_pb_extra_module .posts-list article .post-meta,
.et_extra_other_module .posts-list article .post-meta {
margin-bottom: 0;
}
.et_pb_extra_module .posts-list article h3,
.et_extra_other_module .posts-list article h3 {
padding: 0;
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
text-transform: none;
} .module-head,
.tabbed-post-module .tabs {
background: #FFFFFF;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
box-sizing: border-box;
line-height: 1;
}
.et_extra_layout .et_pb_column_4_4 .module-head,
.et_pb_extra_column_4_4 .module-head,
.et_extra_layout .et_pb_column_2_3 .module-head,
.et_pb_extra_column_2_3 .module-head,
.et_extra_layout .et_pb_column_3_4 .module-head,
.et_pb_extra_column_3_4 .module-head {
width: 100%;
}
.et_extra_layout .et_pb_column .module-head h1,
.et_pb_extra_column .module-head h1 {
display: inline-block;
padding: 0;
color: #00A8FF;
font-size: 16px;
font-weight: 700;
letter-spacing: 1.2px;
line-height: 1;
text-transform: uppercase;
}
.module-head .module-filter {
display: inline-block;
color: #444651;
font-weight: 300;
}
.post-module,
.contact-box,
.sitemap-box {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.audio-format {
position: relative; }
.audio-format:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
}
.audio-format .mejs-container {
position: relative;
z-index: 1;
background: rgba(0, 0, 0, 0.3);
height: auto !important;
padding: 15px 0;
}
.audio-format .mejs-container * {
outline: none;
font-family: 'Open Sans', sans-serif;
}
.audio-format .mejs-container .mejs-controls {
position: static;
background: transparent;
height: auto;
text-align: right;
}
.audio-format .mejs-container .mejs-controls div {
display: inline-block;
height: auto;
width: auto;
float: none;
vertical-align: middle;
}
.audio-format .mejs-container .mejs-controls .mejs-button button {
position: relative;
display: block;
background: 0;
margin: 0;
width: auto;
height: 14px;
}
.audio-format .mejs-container .mejs-controls .mejs-button button:before,
.audio-format .mejs-container .mejs-controls .mejs-button button:after {
display: inline-block;
width: 14px;
height: 14px;
color: #FFFFFF;
font-size: 14px;
line-height: 14px !important;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause {
margin: 5px 0 0 20px;
float: left;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:before,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:before {
content: '\e629';
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:after,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:after {
content: '\e627';
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:after {
opacity: 0.5;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:before {
opacity: 0.5;
}
.audio-format .mejs-container .mejs-controls .mejs-currenttime-container,
.audio-format .mejs-container .mejs-controls .mejs-duration-container {
padding: 0;
font-size: 12px;
line-height: 14px;
}
.audio-format .mejs-container .mejs-controls .mejs-currenttime-container {
font-weight: 600;
}
.audio-format .mejs-container .mejs-controls .mejs-currenttime-container:after {
content: '|';
margin: 0 3px;
font-weight: 400;
}
.audio-format .mejs-container .mejs-controls .mejs-duration-container {
margin: 0 10px 0 0;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
display: inline-block;
width: 50px;
height: 4px;
margin: 0 20px 0 0;
float: none;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-total {
top: 0;
width: 50px;
height: 4px;
border-radius: 3px;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-current {
top: 0;
height: 4px;
border-radius: 3px;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-handle {
top: 0;
height: 4px;
}
.audio-format .mejs-container .mejs-controls .mejs-volume-button {
width: 14px;
height: 14px;
}
.audio-format .mejs-container .mejs-controls .mejs-volume-button button:before {
content: '\e62b';
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail {
position: absolute;
top: -4px;
left: 0;
background: 0;
width: 100% !important;
height: 4px;
padding: 0;
float: none;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
background: 0;
width: 100% !important;
height: 4px;
margin: 0;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
background: #FFFFFF;
height: 4px;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: 0;
height: 4px;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
z-index: 1;
left: -5px;
display: block;
width: 10px;
height: 10px;
border: 0;
border-radius: 100%;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.audio-wrapper {
background-size: cover;
}
.audio-titles {
position: relative;
z-index: 1;
padding: 11.5%;
text-align: center;
}
.audio-titles .title {
margin: 0 0 10px;
padding: 0;
color: #FFFFFF;
font-size: 20px;
font-weight: 600;
}
.audio-titles .sub_title {
padding: 0;
color: #FFFFFF;
font-size: 14px;
font-weight: 400;
}
.link-format {
background: #00A8FF;
padding: 30px 20px;
}
.link-format a {
color: #FFFFFF;
}
.link-format .title {
color: inherit;
font-size: 18px;
font-weight: 600;
}
.link-format .attribution {
color: inherit;
font-size: 14px;
font-weight: 400;
word-break: break-all;
word-wrap: break-word;
}
.link-format .attribution:before {
content: '\e63f';
display: inline-block;
margin: 0 12px 0 0;
font-size: 30px;
vertical-align: middle;
}
.link-format .score-bar {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.single-post-module .link-format {
padding: 60px;
text-align: center;
}
.single-post-module .link-format .title {
display: none;
}
.single-post-module .link-format .attribution {
font-size: 18px;
font-weight: 600;
}
.map-format .post-format-map {
max-height: 700px;
height: 50vw;
}
.with_sidebar .map-format .post-format-map {
max-height: 500px;
}
.post-module .map-format .post-format-map {
max-height: 240px;
}
.et_pb_column_1_3 .post-module .map-format .post-format-map {
max-height: 160px;
}
.post-module .with_sidebar .map-format .post-format-map {
max-height: 240px;
}
.et_pb_column_1_3 .post-module .with_sidebar .map-format .post-format-map {
max-height: 120px;
}
.quote-format {
background: #00A8FF;
padding: 30px 20px;
color: #FFFFFF;
}
.quote-format .title {
color: inherit;
font-size: 18px;
font-weight: 600;
}
.quote-format .title a {
color: inherit;
}
.quote-format .attribution {
color: inherit;
font-size: 14px;
font-weight: 400;
word-break: break-all;
word-wrap: break-word;
}
.quote-format .attribution:before {
content: '\e640';
display: inline-block;
margin: 0 12px 0 0;
font-size: 30px;
vertical-align: middle;
}
.quote-format .score-bar {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.single-post-module .quote-format {
padding: 60px;
}
article .header .video-format {
position: relative;
}
article .header .video-format iframe,
article .header .video-format video {
border-radius: 3px 3px 0 0;
}
article .header .video-format iframe {
display: none;
}
article .header .video-format .fluid-width-video-wrapper iframe {
display: block;
}
article .header .video-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center center;
cursor: pointer;
}
article .header .video-overlay-hover {
background: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
transition: all 0.5s ease-in-out;
}
article .header .video-overlay-hover:hover {
background: rgba(0, 0, 0, 0.6);
}
article .header .video-play-button {
display: block;
position: absolute !important;
z-index: 100;
color: #fff;
left: 50%;
top: 50%;
font-size: 4rem;
line-height: 4rem;
width: 4rem;
height: 4rem;
margin-left: -2rem;
margin-top: -2rem;
}
article .header .video-play-button:before {
font-family: 'ETmodules';
content: "\49";
}
.et_pb_column_1_3 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button {
font-size: 2rem;
line-height: 2rem;
width: 2rem;
height: 2rem;
margin-left: -1rem;
margin-top: -1rem;
}
.single article,
.page article {
margin: 0 0 40px;
padding: 0;
background: #FFFFFF;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
max-width: 100%;
}
.single .post-wrap .post-content,
.page .post-wrap .post-content {
margin: 30px 0 40px;
}
.et_pb_pagebuilder_layout.single .post-wrap .post-content {
margin: 0;
padding-top: 0 !important;
}
.single .et_post_format-et-post-format-standard.et-doesnt-have-title_meta.et-doesnt-have-featured_image .post-content {
padding-top: 30px;
}
.single .et_post_format-et-post-format-video.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-audio.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-quote.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-gallery.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-link.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-map.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content {
padding-top: 30px;
}
.single .et-doesnt-have-title_meta.et-doesnt-have-featured_image.et-doesnt-have-project-gallery .post-content {
padding-top: 30px;
}
.single-post-module {
border: 0;
} .post-header {
width: 100%;
padding: 60px;
box-sizing: border-box;
text-align: center;
}
.post-header h1,
.page .post-wrap h1 {
font-weight: 600;
}
.post-header .post-meta {
margin: 0;
padding: 0;
}
.post-header .post-meta a {
color: rgba(0, 0, 0, 0.75);
} .post-thumbnail {
position: relative;
width: 100%;
margin: 0 0 40px;
display: block;
}
.single.et_pb_pagebuilder_layout .post-thumbnail {
margin: 0;
}
.post-thumbnail img {
display: block;
width: 100%;
}
.post-thumbnail .fluid-width-video-wrapper {
margin-top: 20px;
}
.post-thumbnail .fluid-width-video-wrapper:first-child {
margin-top: 0;
} .post-wrap,
.page .post-wrap {
padding: 0 60px 60px;
}
.et_pb_pagebuilder_layout .post-wrap {
padding: 0;
}
.post-wrap.post-wrap-review {
padding: 0 60px 60px !important;
} .score-bar {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
background-color: #00A8FF;
height: 24px;
border-radius: 0 3px 0 0;
color: #FFFFFF;
line-height: 24px;
text-align: right;
font-weight: 700;
text-transform: uppercase;
padding-right: 6px;
z-index: 100;
}
.score-bar .score-text {
margin: 0 4px;
} .post-footer {
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 60px 0;
box-sizing: border-box;
text-align: center;
}
.post-footer .social-icons,
.post-footer .rating-stars {
display: inline-block;
margin: 0 15px 10px;
}
.post-footer .social-icons .share-title,
.post-footer .rating-stars #rate-title {
display: inline-block;
margin: 0 10px 0 0;
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
font-weight: 600;
line-height: 30px;
text-transform: uppercase;
vertical-align: middle;
}
.post-footer .social-icons a {
display: inline-block;
}
.post-footer .social-icons .et-extra-icon,
.post-footer .rating-stars .rating-star {
background: rgba(0, 0, 0, 0.2);
width: 30px;
height: 30px;
margin: 5px 5px 5px;
border-radius: 3px;
line-height: 30px;
box-sizing: border-box;
vertical-align: middle;
}
.post-footer .rating-stars {
margin: 0 0 15px;
}
.post-footer .rating-stars #rating-stars,
.post-footer .rating-stars #rated-stars {
display: inline-block;
}
.post-footer .rating-stars .rating-star {
border-radius: 100%;
padding: 7px;
margin: 5px 3px;
} .post-nav {
margin: 0 0 24px;
width: 100%;
}
.post-nav .nav-links {
line-height: 1;
}
.post-nav .nav-links .button,
.post-nav .nav-links .read-more-button {
position: relative;
}
.post-nav .nav-links .button:before,
.post-nav .nav-links .read-more-button:before,
.post-nav .nav-links .post-nav .nav-links .button:before {
color: rgba(0, 0, 0, 0.5);
}
.post-nav .nav-links .title {
padding: 15px 0 0;
line-height: 130%;
text-align: right;
}
.post-nav .nav-links .nav-link-prev .title {
text-align: left;
}
.post-nav .nav-links .nav-link {
width: 45%;
}
.post-nav .nav-links .nav-link-prev,
.post-nav .nav-links .nav-link-prev .button,
.post-nav .nav-links .nav-link-prev .title,
.post-nav .nav-links .nav-link-prev .read-more-button,
.post-nav .nav-links .nav-link-prev .post-nav .nav-links .button {
float: left;
clear: left;
}
.post-nav .nav-links .nav-link-prev .button:before,
.post-nav .nav-links .nav-link-prev .read-more-button:before,
.post-nav .nav-links .nav-link-prev .post-nav .nav-links .button:before {
content: '\e62e';
margin: 1px 6px 0 0;
}
.post-nav .nav-links .nav-link-next,
.post-nav .nav-links .nav-link-next .button,
.post-nav .nav-links .nav-link-next .title,
.post-nav .nav-links .nav-link-next .read-more-button,
.post-nav .nav-links .nav-link-next .post-nav .nav-links .button {
float: right;
clear: right;
}
.post-nav .nav-links .nav-link-next .button:before,
.post-nav .nav-links .nav-link-next .read-more-button:before,
.post-nav .nav-links .nav-link-next .post-nav .nav-links .button:before {
content: '\e62f';
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin: 1px 0 0 6px;
} .review {
background: #f2f2f2;
border-radius: 3px;
margin: 60px 0 0;
overflow: hidden;
} .review-title {
background: #dfdfdf;
}
.review-title h3 {
margin: 0 0 0 20px;
padding: 15px 0;
font-size: 16px;
line-height: 16px;
} .review-summary {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} .review-summary-score-box {
background: #00A8FF;
width: 150px;
min-width: 150px;
max-width: 150px;
border-radius: 3px;
box-sizing: border-box;
padding: 30px 0;
text-align: center;
}
.review-summary-score-box h4 {
padding: 0;
color: #FFFFFF;
font-size: 50px;
font-weight: 600;
line-height: 50px;
} .review-summary-content {
width: 100%;
padding: 0 0 0 20px;
box-sizing: border-box;
}
.review-summary-content strong {
font-weight: 600;
text-transform: uppercase;
}
.review-summary-content strong:after {
content: ':';
} .review-breakdowns {
position: relative;
padding: 20px;
}
.review-breakdowns .review-breakdown {
margin: 0 0 20px;
}
.review-breakdowns .review-breakdown:only-child,
.review-breakdowns .review-breakdown:last-child {
margin: 0;
}
.review-breakdowns h5 {
font-size: 14px;
}
.review-breakdowns .score-bar-bg {
position: relative;
background: rgba(0, 0, 0, 0.1);
border-radius: 3px;
overflow: hidden;
}
.review-breakdowns .score-bar {
position: relative;
background: rgba(0, 0, 0, 0.6);
border-radius: 0;
font-weight: 600;
} .author-box,
.related-posts {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: 0;
}
.author-box .author-box-avatar {
margin-bottom: 0;
} .author-box-header,
.related-posts-header {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.author-box-header h3,
.related-posts-header h3 {
margin: 0;
padding: 10px 0 10px 20px;
font-size: 16px;
text-transform: uppercase;
} .author-box-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
padding: 20px;
} .author-box-avatar {
-webkit-flex-basis: 150px;
-ms-flex-preferred-size: 150px;
flex-basis: 150px;
height: 150px;
width: 150px;
min-width: 150px;
max-width: 150px;
margin: 0 0 20px;
overflow: hidden;
}
.author-box-avatar img {
display: block;
width: 100%;
height: auto;
} .author-box-description {
margin-left: 20px;
}
.author-box-description h4 {
padding: 0 0 5px;
}
.author-box-description h4 a {
color: rgba(0, 0, 0, 0.75);
font-size: 16px;
font-weight: 600;
text-transform: none;
}
.author-box-description .social-icons {
list-style: none;
margin: 10px 0 5px 0;
padding: 0;
}
.author-box-description .social-icons li {
display: inline-block;
width: 16px;
height: 16px;
margin: 0 16px 0 0;
}
.author-box-description .social-icons li a {
color: rgba(0, 0, 0, 0.5);
}
.author-box-description .social-icons li a:hover .et-extra-icon:before {
color: rgba(0, 0, 0, 0.75);
}
.author-box-description .social-icons .et-extra-icon {
background: none;
width: 16px;
height: 16px;
}
.author-box-description .social-icons .et-extra-icon:before {
width: 16px;
height: 16px;
color: rgba(0, 0, 0, 0.5);
font-size: 16px;
line-height: 16px;
}
.author-box-description .social-icons .et-extra-icon:hover {
background: none;
} .related-posts {
margin: 0 0 60px;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.related-posts:last-child {
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}  .related-posts-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
padding: 10px;
} .related-post {
width: 25%;
max-width: 25%;
min-width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 10px;
box-sizing: border-box;
}
.related-post:last-child {
margin: 0;
}
.related-post .post-thumbnail {
margin: 0;
}
.related-post .featured-image {
background: rgba(0, 0, 0, 0.1);
width: 100%;
margin: 0 0 20px 0;
line-height: 0;
}
.related-post .featured-image img {
width: 100%;
}
.related-post .title {
margin: 0 0 10px;
padding: 0;
font-size: 14px;
font-weight: 600;
text-transform: none;
}
.related-post .title a {
color: rgba(0, 0, 0, 0.75);
}
.related-post .date {
font-size: 12px;
line-height: 1;
}
.single-project .post-meta {
margin: 0;
}
.single-project .post-nav {
margin: 0 0 24px;
}
.single-project .post-nav .nav-links {
text-align: center;
}
.single-project .post-nav .nav-links .nav-link {
display: inline-block;
margin: 0 3px;
float: none;
}
.single-project .post-nav .nav-links .nav-link .button,
.single-project .post-nav .nav-links .nav-link .read-more-button,
.single-project .post-nav .nav-links .nav-link .post-nav .nav-links .button {
display: block;
width: 40px;
height: 40px;
padding: 0;
line-height: 40px;
text-align: center;
}
.single-project .post-nav .nav-links .nav-link .button:before,
.single-project .post-nav .nav-links .nav-link .read-more-button:before,
.single-project .post-nav .nav-links .nav-link .post-nav .nav-links .button:before {
position: relative;
width: 100%;
color: rgba(0, 0, 0, 0.75);
}
.single-project .post-nav .nav-links .nav-link-prev .button:before,
.single-project .post-nav .nav-links .nav-link-prev .read-more-button:before,
.single-project .post-nav .nav-links .nav-link-prev .post-nav .nav-links .button:before {
content: '\e62e';
}
.single-project .post-nav .nav-links .nav-link-next .button:before,
.single-project .post-nav .nav-links .nav-link-next .read-more-button:before,
.single-project .post-nav .nav-links .nav-link-next .post-nav .nav-links .button:before {
content: '\e62f';
} .single-project-module {
border: 0;
}
.single-project-module .post-thumbnail,
.single-project-module .post-gallery {
position: relative;
display: block;
overflow: hidden;
}
.single-project-module .post-thumbnail .carousel-items,
.single-project-module .post-gallery .carousel-items {
width: 100%;
height: auto;
}
.with_sidebar.single-project-module .post-thumbnail .carousel-items,
.with_sidebar.single-project-module .post-gallery .carousel-items {
width: 100%;
height: auto;
}
.single-project-module .post-thumbnail .gallery_image,
.single-project-module .post-gallery .gallery_image {
width: 100%;
height: auto;
}
.single-project-module .post-thumbnail .gallery_image img,
.single-project-module .post-gallery .gallery_image img {
width: 100%;
max-width: 100%;
height: auto;
}
.single-project-module .post-thumbnail .gallery_image .et_pb_extra_overlay,
.single-project-module .post-gallery .gallery_image .et_pb_extra_overlay {
height: 100%;
}
.with_sidebar.single-project-module .post-thumbnail .gallery_image,
.with_sidebar.single-project-module .post-gallery .gallery_image {
width: 100%;
height: auto;
}
.with_sidebar.single-project-module .post-thumbnail .gallery_image img,
.with_sidebar.single-project-module .post-gallery .gallery_image img {
width: 100%;
height: auto;
}
.with_sidebar.single-project-module .post-thumbnail .gallery_image .et_pb_extra_overlay,
.with_sidebar.single-project-module .post-gallery .gallery_image .et_pb_extra_overlay {
height: 100%;
} .project-details {
border: 0;
}
.project-details > div:last-child {
border-bottom: 0;
}
.et_pb_extra_column_sidebar .project-details .project-description,
.et_pb_extra_column_sidebar .project-details .project-categories,
.et_pb_extra_column_sidebar .project-details .project-tags,
.et_pb_extra_column_sidebar .project-details .project-url {
padding: 30px 40px;
}
.et_pb_extra_column_sidebar .project-details .project-description {
padding: 40px;
}
.project-details .project-description,
.project-details .project-categories,
.project-details .project-tags,
.project-details .project-url {
width: 100%;
padding: 30px 60px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project-details .project-categories ul,
.project-details .project-tags ul,
.project-details .project-url ul {
list-style: none;
margin: 0;
padding: 0;
}
.project-details .project-categories ul li,
.project-details .project-tags ul li,
.project-details .project-url ul li {
position: relative;
margin: 0 0 15px;
font-size: 14px;
}
.project-details .project-categories ul li:before,
.project-details .project-tags ul li:before,
.project-details .project-url ul li:before {
margin: 0 10px 0 0;
color: rgba(0, 0, 0, 0.5);
font-size: 14px;
vertical-align: middle;
}
.project-details .project-categories ul li:last-child,
.project-details .project-tags ul li:last-child,
.project-details .project-url ul li:last-child {
margin: 0;
}
.project-details .project-categories ul li a,
.project-details .project-tags ul li a,
.project-details .project-url ul li a {
transition: 0.3s ease;
vertical-align: middle;
}
.project-details .project-categories ul li a:hover,
.project-details .project-tags ul li a:hover,
.project-details .project-url ul li a:hover {
color: #00A8FF;
}
.project-details .project-categories li:before {
content: '\e632';
}
.project-details .project-tags li {
position: relative;
margin: 5px 0 0 20px;
}
.project-details .project-tags li:before {
content: '\e634';
font-size: 10px;
top: 2px;
left: 0;
margin: 0 0 0 -20px;
}
.project-details .project-url li:before {
content: '\e633';
}
.project-details .project-description {
padding: 40px 60px;
font-size: 14px;
line-height: 1.7em;
}
.project-details .project-title {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.module-etads {
background: 0;
box-shadow: none;
}
.module-etads .etad {
display: inline-block;
}
.module-etads .etad.new_line {
display: block;
}
.module-etads img {
display: inline-block;
}
.featured-posts-slider-module {
border-top: none;
border-radius: 3px;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.featured-posts-slider-module:last-child {
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.featured-posts-slider-module .carousel-item {
position: relative;
border-radius: 3px;
}
.featured-posts-slider-module .carousel-item.et_pb_slide {
position: absolute;
height: 635px;
}
.featured-posts-slider-module .carousel-item.et_pb_slide.et-pb-active-slide {
position: relative;
}
.featured-posts-slider-module .carousel-item.nopost {
height: auto !important;
}
.featured-posts-slider-module .carousel-item .post-content-box {
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
width: 100%;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box {
background: rgba(0, 0, 0, 0.6);
position: absolute;
}
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
background: #FFFFFF;
position: relative;
}
.featured-posts-slider-module .post-content {
padding: 20px;
}
.featured-posts-slider-module .post-content h3 {
font-size: 20px;
font-weight: 600;
padding-bottom: 0;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_2_3 .featured-posts-slider-module .post-content h3 {
font-size: 20px;
}
.et_pb_column_1_2 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_3 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 {
font-size: 14px;
}
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 {
line-height: 1.2;
}
.featured-posts-slider-module .post-content h3 a {
color: #FFFFFF;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_2_3 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_2 .featured-posts-slider-module .post-content h3 a {
color: #FFFFFF;
}
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_3 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 a {
color: #666666;
}
.featured-posts-slider-module .post-meta {
margin: 0;
padding: 3px 0 0;
color: #FFFFFF;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-meta,
.et_pb_column_3_4 .featured-posts-slider-module .post-meta,
.et_pb_column_2_3 .featured-posts-slider-module .post-meta,
.et_pb_column_1_2 .featured-posts-slider-module .post-meta {
color: #FFFFFF;
display: block;
}
.et_pb_column_1_2 .featured-posts-slider-module .post-meta,
.et_pb_column_3_8 .featured-posts-slider-module .post-meta,
.et_pb_column_1_3 .featured-posts-slider-module .post-meta,
.et_pb_column_1_4 .featured-posts-slider-module .post-meta {
color: rgba(0, 0, 0, 0.5);
display: none;
}
.featured-posts-slider-module .et-pb-controllers {
top: 0;
right: 0;
bottom: auto;
left: auto;
padding: 20px;
line-height: 0;
text-align: right;
}
.rtl .featured-posts-slider-module .et-pb-controllers {
text-align: left;
}
.featured-posts-slider-module .et-pb-controllers a {
outline: 0;
background: rgba(255, 255, 255, 0.6);
width: 10px;
height: 5px;
border: 0;
padding: 0;
border-radius: 100px;
line-height: 0;
text-indent: 100em;
white-space: nowrap;
overflow: hidden;
transition: 0.3s ease;
margin-right: 4px;
}
.featured-posts-slider-module .et-pb-controllers a.et-pb-active-control {
background: #FFFFFF;
width: 18px;
}
.rtl .featured-posts-slider-module .et-pb-controllers a:last-child {
margin-right: 4px;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
height: 635.29411765px;
}
.with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
height: 476.47058824px;
}
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item {
height: 462.35294118px;
}
.with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item {
height: 343.23529412px;
}
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item {
height: 409.41176471px;
}
.with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item {
height: 303.52941176px;
}
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item {
height: 303.52941176px;
}
.with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item {
height: 224.11764706px;
}
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item {
height: auto;
}
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 215.66037736px;
}
.with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item {
height: auto;
}
.with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 158.3490566px;
}
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item {
height: auto;
}
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 190.18867925px;
}
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item {
height: auto;
}
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 139.24528302px;
}
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
height: auto;
}
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 139.24528302px;
}
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
height: auto;
}
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 101.03773585px;
}
.posts-carousel-module {
position: relative;
overflow: hidden;
}
.ie.et_extra_layout .et_pb_column .posts-carousel-module {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.posts-carousel-module.loading .carousel-item-hide-on-load {
display: none;
}
.posts-carousel-module .module-head {
background: transparent;
}
.posts-carousel-module .carousel-items {
position: relative;
width: 100%;
box-sizing: border-box;
}
.posts-carousel-module .carousel-items .et-pb-moved-slide,
.posts-carousel-module .carousel-items .et-pb-active-slide {
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.et_pb_column_3_4 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_3_4 .posts-carousel-module .carousel-items .et-pb-active-slide {
-webkit-animation-duration: 0.675s;
animation-duration: 0.675s;
}
.et_pb_column_2_3 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_2_3 .posts-carousel-module .carousel-items .et-pb-active-slide {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_1_2 .posts-carousel-module .carousel-items .et-pb-active-slide {
-webkit-animation-duration: 0.45s;
animation-duration: 0.45s;
}
.et_pb_column_1_3 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_1_3 .posts-carousel-module .carousel-items .et-pb-active-slide {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.et_pb_column_1_4 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_1_4 .posts-carousel-module .carousel-items .et-pb-active-slide {
-webkit-animation-duration: 0.325s;
animation-duration: 0.325s;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-moved-slide {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-moved-slide {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-active-slide {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-active-slide {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-moved-slide {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-moved-slide {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-active-slide {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-active-slide {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.posts-carousel-module .carousel-group {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: auto;
float: left;
padding: 0;
display: none;
}
.rtl .posts-carousel-module .carousel-group {
float: right;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-group,
.et_pb_column_3_4 .posts-carousel-module .carousel-group,
.et_pb_column_2_3 .posts-carousel-module .carousel-group {
padding-right: 10px;
padding-left: 10px;
}
.et_pb_column_3_8 .posts-carousel-module .carousel-group,
.et_pb_column_1_2 .posts-carousel-module .carousel-group,
.et_pb_column_1_3 .posts-carousel-module .carousel-group,
.et_pb_column_1_4 .posts-carousel-module .carousel-group {
padding-right: 0;
padding-left: 0;
}
.posts-carousel-module .carousel-group.et_slide_transition {
display: block !important;
opacity: 1 !important;
z-index: 0 !important;
position: absolute;
top: 0;
left: 0;
}
.posts-carousel-module .carousel-group.et-pb-active-slide {
display: block;
opacity: 1 !important;
}
.posts-carousel-module .carousel-item {
display: inline-block;
vertical-align: top;
height: auto;
float: left;
}
.rtl .posts-carousel-module .carousel-item {
float: right;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-item,
.et_pb_column_3_4 .posts-carousel-module .carousel-item,
.et_pb_column_2_3 .posts-carousel-module .carousel-item {
width: 25%;
padding-top: 20px;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-item {
width: 50%;
padding-top: 0;
}
.et_pb_column_3_8 .posts-carousel-module .carousel-item,
.et_pb_column_1_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_4 .posts-carousel-module .carousel-item {
width: 100%;
padding-top: 0;
}
.posts-carousel-module .carousel-item img {
width: 100%;
height: auto;
}
.posts-carousel-module .carousel-item .et_pb_extra_overlay {
height: 100%;
}
.posts-carousel-module .carousel-item .et_pb_extra_overlay:before {
position: absolute;
}
.posts-carousel-module .post-thumbnail {
width: auto;
margin-bottom: 0;
overflow: hidden;
}
.et_pb_column_4_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_2_3 .posts-carousel-module .post-thumbnail {
margin-right: 10px;
margin-left: 10px;
}
.et_pb_column_3_8 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_2 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_3 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_4 .posts-carousel-module .post-thumbnail {
margin-right: 0;
margin-left: 0;
}
.posts-carousel-module .post-content-box {
padding: 15px 20px;
}
.et_pb_column_4_4 .posts-carousel-module .post-content-box,
.et_pb_column_3_4 .posts-carousel-module .post-content-box,
.et_pb_column_2_3 .posts-carousel-module .post-content-box {
margin-right: 10px;
margin-left: 10px;
padding-right: 0;
padding-left: 0;
}
.et_pb_column_3_8 .posts-carousel-module .post-content-box,
.et_pb_column_1_2 .posts-carousel-module .post-content-box,
.et_pb_column_1_3 .posts-carousel-module .post-content-box,
.et_pb_column_1_4 .posts-carousel-module .post-content-box {
padding: 15px 20px;
margin-right: 0;
margin-left: 0;
}
.posts-carousel-module .post-content-box h3 {
padding-bottom: 0;
font-size: 14px;
text-transform: none;
}
.posts-carousel-module .post-content-box h3 a {
color: #444651;
}
.posts-carousel-module .post-meta {
padding: 0;
margin: 0;
}
.posts-carousel-module .et-pb-slider-arrows a {
background: #FFFFFF;
width: 40px;
height: 40px;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
opacity: 0;
font-family: 'ETModules';
text-align: center;
transition: 0.3s ease;
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-slider-arrows a {
top: 80px;
}
.et_pb_column_3_4 .posts-carousel-module .et-pb-slider-arrows a {
top: 64.5px;
}
.et_pb_column_2_3 .posts-carousel-module .et-pb-slider-arrows a {
top: 59px;
}
.et_pb_column_1_2 .posts-carousel-module .et-pb-slider-arrows a {
top: 66px;
}
.et_pb_column_1_3 .posts-carousel-module .et-pb-slider-arrows a {
top: 84px;
}
.et_pb_column_1_4 .posts-carousel-module .et-pb-slider-arrows a {
top: 62.5px;
}
.posts-carousel-module .et-pb-slider-arrows a:before {
color: #444651;
font-size: 40px;
line-height: 40px;
}
.posts-carousel-module .et-pb-slider-arrows a:hover {
opacity: 0.9;
}
.posts-carousel-module .et-pb-slider-arrows:before {
display: none;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
}
.et-pb-slide-is-transitioning.posts-carousel-module .et-pb-slider-arrows:before {
display: block;
}
.posts-carousel-module .et-pb-arrow-prev {
left: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-prev {
left: auto;
right: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-prev:before {
content: "\35";
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev {
left: 60px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev {
left: auto;
right: 60px;
}
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
left: 40px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
left: auto;
right: 40px;
}
.posts-carousel-module .et-pb-arrow-next {
right: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-next {
right: auto;
left: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-next:before {
content: "\34";
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next {
right: 60px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next {
right: auto;
left: 60px;
}
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
right: 40px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
right: auto;
left: 40px;
}
.posts-carousel-module:hover .et-pb-slider-arrows a {
opacity: 0.7;
}
.posts-carousel-module:hover .et-pb-slider-arrows a:hover {
opacity: 0.9;
}
.posts-carousel-module:hover .et-pb-arrow-prev {
left: 20px;
}
.rtl .posts-carousel-module:hover .et-pb-arrow-prev {
left: auto;
right: 20px;
}
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev {
left: 40px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev {
left: auto;
right: 40px;
}
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
left: 20px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
left: auto;
right: 20px;
}
.posts-carousel-module:hover .et-pb-arrow-next {
right: 20px;
}
.rtl .posts-carousel-module:hover .et-pb-arrow-next {
right: auto;
left: 20px;
}
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next {
right: 40px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next {
right: auto;
left: 40px;
}
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
right: 20px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
right: auto;
left: 20px;
}
.tabbed-post-module {
transition: 0.3s ease;
}
.tabbed-post-module .tabs {
position: relative;
background: #f6f9fd;
width: 100%;
padding: 0;
}
.tabbed-post-module .tabs ul {
padding: 0;
}
.tabbed-post-module .tabs ul li {
display: inline-block;
border-right: 1px solid rgba(0, 0, 0, 0.1);
margin: 0;
padding: 15px 20px;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.5);
font-size: 16px;
font-weight: 700;
letter-spacing: 1.2px;
line-height: 1;
text-transform: uppercase;
cursor: pointer;
transition: 0.3s ease;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tabbed-post-module .tabs ul li span {
position: relative;
z-index: 1;
pointer-events: none;
}
.et_pb_column_1_2 .tabbed-post-module .tabs ul li,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li,
.et_pb_column_1_4 .tabbed-post-module .tabs ul li,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li,
.et_pb_column_3_8 .tabbed-post-module .tabs ul li {
display: none;
}
.tabbed-post-module .tabs ul li:hover {
color: #00A8FF;
}
.tabbed-post-module .tabs ul li:first-child {
padding: 15px 20px;
}
.tabbed-post-module .tabs ul li.active {
background: #FFFFFF;
color: #00A8FF;
transition: 0s ease 0.6s;
}
.et_pb_column_1_2 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_4 .tabbed-post-module .tabs ul li.active,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_3_8 .tabbed-post-module .tabs ul li.active {
display: block;
width: 100%;
border: 0;
}
.tabbed-post-module .tab-nav {
position: absolute;
top: 0;
right: 0;
background: #f6f9fd;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 13px 20px;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .tabbed-post-module .tab-nav {
display: none;
}
.et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav {
display: block;
}
.tabbed-post-module .tab-nav .arrow {
display: block;
cursor: pointer;
font-size: 24px;
line-height: 0.8;
text-align: center;
vertical-align: middle;
float: left;
user-select-none: none;
}
.tabbed-post-module .tab-nav .arrow:before {
color: rgba(0, 0, 0, 0.5);
}
.tabbed-post-module .tab-nav .arrow.prev {
margin: 0 7.5px 0 0;
}
.tabbed-post-module .tab-nav .arrow.prev:before {
content: '\e62e';
}
.tabbed-post-module .tab-nav .arrow.next {
margin: 0 0 0 7.5px;
}
.tabbed-post-module .tab-nav .arrow.next:before {
content: '\e62f';
}
.tabbed-post-module .tab-contents {
width: 100%;
}
.tabbed-post-module .tab-content {
display: none;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_2 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_3_8 .tabbed-post-module .tab-content .posts-list {
width: 100%;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post {
padding: 0;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post .post-content {
padding: 0 20px;
}
.tabbed-post-module .tab-content:first-child {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.posts-blog-feed-module .paginated_content {
width: 100%;
}
.ie .posts-blog-feed-module .paginated_content {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.posts-blog-feed-module ul.page-numbers,
.posts-blog-feed-module .pagination {
padding: 10px;
}
.posts-blog-feed-module .hentry {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 20px;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.posts-blog-feed-module .hentry.has-post-thumbnail .header {
display: block;
position: relative;
}
.posts-blog-feed-module .hentry.et-doesnt-have-format-content.et_post_format-et-post-format-standard .header {
display: block;
}
.posts-blog-feed-module .et-format-text .header,
.posts-blog-feed-module .et-format- .header {
display: none;
}
.posts-blog-feed-module .et-format-text .post-content,
.posts-blog-feed-module .et-format- .post-content {
width: 100%;
}
.posts-blog-feed-module .et-format-text.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-text.has-post-thumbnail .post-content,
.posts-blog-feed-module .et-format-.has-post-thumbnail .post-content {
width: 50%;
}
.posts-blog-feed-module .et-format-link,
.posts-blog-feed-module .et-format-quote {
border: 0;
padding: 0;
}
.posts-blog-feed-module .et-format-link .header,
.posts-blog-feed-module .et-format-quote .header {
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.posts-blog-feed-module .header {
width: 50%;
padding: 0 10px 0 0;
}
.posts-blog-feed-module .header a {
position: relative;
display: block;
}
.posts-blog-feed-module .header a.et-pb-slider-arrows a {
position: absolute;
}
.posts-blog-feed-module .header img {
display: block;
width: 100%;
}
.posts-blog-feed-module .header .et-pb-slider-arrows a {
position: absolute;
background: #FFF;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.posts-blog-feed-module .post-content {
width: 50%;
padding: 0 0 0 10px;
}
.posts-blog-feed-module .post-content:after {
content: '';
display: block;
clear: both;
}
.posts-blog-feed-module .post-meta {
padding: 0;
}
.posts-blog-feed-module .post-title {
font-size: 16px;
}
.posts-blog-feed-module .excerpt p {
padding: 0 0 20px;
}
.posts-blog-feed-module.standard .hentry .header {
display: none;
}
.posts-blog-feed-module.standard .hentry .post-content {
width: 100%;
}
.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-page.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-project.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-product.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-standard.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-text.has-post-thumbnail .header {
width: 50%;
display: block;
}
.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-page.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-project.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-product.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.et-format-standard.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.et-format-text.has-post-thumbnail .post-content {
width: 50%;
}
.posts-blog-feed-module.standard .hentry.et-format-video.et-has-post-format-content .header,
.posts-blog-feed-module.standard .hentry.et-format-audio.et-has-post-format-content .header,
.posts-blog-feed-module.standard .hentry.et-format-gallery.et-has-post-format-content .header,
.posts-blog-feed-module.standard .hentry.et-format-map.et-has-post-format-content .header {
width: 50%;
display: block;
}
.posts-blog-feed-module.standard .hentry.et-format-video.et-has-post-format-content .post-content,
.posts-blog-feed-module.standard .hentry.et-format-audio.et-has-post-format-content .post-content,
.posts-blog-feed-module.standard .hentry.et-format-gallery.et-has-post-format-content .post-content,
.posts-blog-feed-module.standard .hentry.et-format-map.et-has-post-format-content .post-content {
width: 50%;
}
.posts-blog-feed-module.standard .hentry.et-format-link,
.posts-blog-feed-module.standard .hentry.et-format-quote {
overflow: hidden;
}
.posts-blog-feed-module.standard .hentry.et-format-link .header,
.posts-blog-feed-module.standard .hentry.et-format-quote .header,
.posts-blog-feed-module.standard .hentry.et-format-link.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-quote.has-post-thumbnail .header {
display: block;
width: 100%;
}
.posts-blog-feed-module.masonry {
background: 0;
border: 0;
box-shadow: none;
}
.posts-blog-feed-module.masonry .hentry {
border-bottom: none;
}
.et_pb_no_drop_shadow.posts-blog-feed-module.masonry .hentry {
box-shadow: none;
}
.posts-blog-feed-module.masonry .et_post_format-et-post-format-quote.post {
box-shadow: none;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns]::before {
display: none;
content: '3 .column.size-1of3';
opacity: 0;
line-height: 0;
}
.with_sidebar .posts-blog-feed-module.masonry .paginated_page[data-columns]::before {
content: '2 .column.size-1of2';
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column {
padding-right: 8.33px;
padding-left: 8.33px;
width: 33.333%;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column:first-child {
padding-right: 16.66px;
padding-left: 0;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column:last-child {
padding-left: 16.66px;
padding-right: 0;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column {
width: 50%;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:first-child {
padding-right: 12px;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:last-child {
padding-left: 12px;
}
.posts-blog-feed-module.masonry .hentry {
display: inline-block;
-webkit-column-break-inside: avoid;
break-inside: avoid;
padding: 0;
overflow: visible;
border: none;
opacity: 0;
}
.js .posts-blog-feed-module.masonry .hentry {
opacity: 0;
}
.posts-blog-feed-module.masonry .hentry.et-format-gallery * {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.posts-blog-feed-module.masonry .hentry.et-format-map {
overflow: hidden;
}
.posts-blog-feed-module.masonry .hentry.et-format-map .header * {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.posts-blog-feed-module.masonry .column {
float: left;
}
.js .posts-blog-feed-module.masonry .column .hentry {
opacity: 1;
-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.posts-blog-feed-module.masonry .et-format-text .header,
.posts-blog-feed-module.masonry .et-format- .header,
.posts-blog-feed-module.masonry .et-format-text .post-content,
.posts-blog-feed-module.masonry .et-format- .post-content {
width: 100%;
}
.posts-blog-feed-module.masonry .et-format-link,
.posts-blog-feed-module.masonry .et-format-quote {
border: 0;
}
.posts-blog-feed-module.masonry .et-format-link .header,
.posts-blog-feed-module.masonry .et-format-quote .header {
margin: 0;
}
.posts-blog-feed-module.masonry .et-format-link .header div,
.posts-blog-feed-module.masonry .et-format-quote .header div {
border-radius: 3px;
}
.posts-blog-feed-module.masonry .header {
position: relative;
width: 100%;
border-radius: 0;
margin: 0 0 20px;
padding: 0;
}
.posts-blog-feed-module.masonry .header iframe {
border-radius: 0;
}
.posts-blog-feed-module.masonry .et_pb_extra_overlay:before {
-webkit-backface-visibility: hidden;
}
.posts-blog-feed-module.masonry .post-content {
width: 100%;
padding: 0 20px 20px;
} .et_pb_widget {
display: block;
background: #FFFFFF;
width: 100%;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin: 0 0 24px;
overflow: hidden;
}
.et_pb_widget .widgettitle {
background: #3E5062;
padding: 15px 20px;
color: #FFFFFF;
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.et_pb_widget .widgettitle a {
color: #FFFFFF;
}
.et_pb_widget ul,
.et_pb_widget.woocommerce .product_list_widget {
list-style: none;
padding: 0;
}
.et_pb_widget ul li,
.et_pb_widget.woocommerce .product_list_widget li {
margin-bottom: 0 !important;
}
.et_pb_widget ul li ul.children li,
.et_pb_widget.woocommerce .product_list_widget li ul.children li {
margin-left: 0;
}
.et_pb_widget li,
.et_pb_widget.woocommerce .product_list_widget li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin: 0;
padding: 15px 20px;
font-size: 12px;
line-height: 1.3em;
}
.et_pb_widget li:last-child,
.et_pb_widget.woocommerce .product_list_widget li:last-child {
border: 0;
}
.et_pb_widget .children {
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin: 15px -20px -15px;
}
.et_pb_widget .children a {
padding: 0 0 0 20px;
}
.et_pb_widget .children a:before {
content: '- ';
}
.et_pb_widget .children .children a {
padding: 0 0 0 40px;
}
.et_pb_widget .children .children .children a {
padding: 0 0 0 60px;
}
.et_pb_widget .children .children .children .children a {
padding: 0 0 0 80px;
}
.et_pb_widget .children .children .children .children .children a {
padding: 0 0 0 100px;
}
.et_pb_widget a {
color: rgba(0, 0, 0, 0.75);
font-size: 14px;
font-weight: 600;
line-height: 1.3em;
}
.et_pb_widget a:visited {
color: rgba(0, 0, 0, 0.75);
}
.et_pb_widget .widget_list_portrait,
.et_pb_widget .widget_list_thumbnail {
display: inline-block;
background: #00A8FF;
width: 50px;
min-width: 50px;
height: 50px;
margin: 0 10px 0 0;
vertical-align: top;
overflow: hidden;
}
.et_pb_widget .widget_list_portrait {
vertical-align: middle;
}
.et_pb_widget .widget_list img {
display: block;
width: 100%;
height: auto;
}
.et_pb_widget .widget_list .title {
display: inline-block;
padding: 3px 0;
color: rgba(0, 0, 0, 0.75);
font-size: 14px;
font-weight: 600;
}
.et_pb_widget .widget_list .post-meta {
color: rgba(0, 0, 0, 0.5);
font-size: 12px;
}
.et_pb_widget .widget_list .post-meta a {
color: inherit;
font-size: inherit;
font-weight: 400;
}
#footer .et_pb_widget {
background: 0;
box-shadow: none;
margin: 0 0 60px;
}
#footer .et_pb_widget:first-of-type {
padding-top: 60px;
}
#footer .et_pb_widget .widgettitle {
background: 0;
padding: 0;
color: rgba(255, 255, 255, 0.6);
}
#footer .et_pb_widget li,
#footer .et_pb_widget.woocommerce .product_list_widget li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 15px 0;
}
#footer .et_pb_widget li:last-child,
#footer .et_pb_widget.woocommerce .product_list_widget li:last-child {
border: 0;
}
#footer .et_pb_widget .children {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin: 15px 0 -15px;
}
#footer .et_pb_widget a {
color: #FFFFFF;
}
#footer .et_pb_widget .widget_list .title {
color: #FFFFFF;
}
#footer .et_pb_widget .widget_list .post-meta {
color: rgba(255, 255, 255, 0.8);
}
#footer .et_pb_widget input[type="text"],
#footer .et_pb_widget input[type="password"],
#footer .et_pb_widget input[type="search"],
#footer .et_pb_widget select,
#footer .et_pb_widget textarea {
color: #bbbbbb;
background: #000000;
}
#footer .et_pb_widget button {
color: #FFFFFF;
}
.et_pb_widget .screen-reader-text {
display: none;
}
.et_pb_widget.widget_calendar .widgettitle {
padding: 0 20px;
line-height: 46px;
}
.et_pb_widget.widget_calendar #calendar_wrap {
padding: 20px;
}
#footer .et_pb_widget.widget_calendar #calendar_wrap {
padding: 20px 0;
}
.et_pb_widget.widget_calendar #wp-calendar {
empty-cells: show;
width: 100%;
margin: 0;
}
.et_pb_widget.widget_calendar a {
font-weight: 700;
}
.et_pb_widget.widget_calendar a:hover {
text-decoration: underline;
}
.et_pb_widget.widget_calendar caption {
margin: 0 0 20px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}
.et_pb_widget.widget_calendar th {
font-weight: 700;
}
.et_pb_widget.widget_calendar td {
padding: 10px 5px;
color: rgba(0, 0, 0, 0.2);
text-align: center;
}
.et_pb_widget.widget_calendar td#today {
font-weight: 700;
text-decoration: underline;
}
#footer .et_pb_widget.widget_calendar td {
color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget_calendar tfoot td {
padding: 0;
}
.et_pb_widget.widget_calendar #prev a,
.et_pb_widget.widget_calendar #next a {
display: block;
margin: 10px 0 0;
font-size: 12px;
}
.et_pb_widget.widget_calendar #next {
text-align: right;
}
.et_pb_widget.widget_calendar #next a {
padding: 0 10px 0 0;
}
.et_pb_widget.widget_calendar #prev {
text-align: left;
}
.et_pb_widget.widget_calendar #prev a {
padding: 0 0 0 10px;
}
.et_pb_widget.widget .recentcomments .comment-author-link,
.et_pb_widget.widget .recentcomments .author {
color: rgba(0, 0, 0, 0.75);
font-size: 14px;
font-weight: 600;
}
#footer .et_pb_widget.widget .recentcomments .comment-author-link,
#footer .et_pb_widget.widget .recentcomments .author {
color: #FFFFFF;
}
.et_pb_widget.widget .recentcomments .comment-author-link a,
.et_pb_widget.widget .recentcomments .author a {
color: inherit;
font-weight: 600;
}
.et_pb_widget.widget .recentcomments .data {
display: inline-block;
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
}
#footer .et_pb_widget.widget .recentcomments .data {
color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget .recentcomments .post-title {
color: rgba(0, 0, 0, 0.5);
font-size: 14px;
font-weight: 300;
}
#footer .et_pb_widget.widget .recentcomments .post-title {
color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget .recentcomments .post-title a {
color: inherit;
font-weight: 300;
}
.et_pb_widget.widget_nav_menu .widgettitle {
padding: 0 15px;
line-height: 46px;
}
.et_pb_widget.widget_nav_menu ul li ul li {
margin-left: 0;
}
.et_pb_widget.widget_nav_menu .sub-menu {
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin: 15px -20px -15px;
}
.et_pb_widget.widget_nav_menu .sub-menu li {
padding: 15px 40px;
}
.et_pb_widget.widget_nav_menu .sub-menu li:before {
content: '- ';
font-weight: 700;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu {
margin-right: -40px;
margin-left: -40px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu li {
padding-right: 60px;
padding-left: 60px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu {
margin-right: -60px;
margin-left: -60px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu li {
padding-right: 80px;
padding-left: 80px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu {
margin-right: -80px;
margin-left: -80px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu li {
padding-right: 100px;
padding-left: 100px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
margin-right: -100px;
margin-left: -100px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
padding-right: 120px;
padding-left: 120px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu {
margin-right: -120px;
margin-left: -120px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu li {
padding-right: 140px;
padding-left: 140px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu li .sub-menu {
margin-right: -140px;
margin-left: -140px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu li .sub-menu li {
padding-right: 160px;
padding-left: 160px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-right: 0;
margin-left: 0;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu li {
padding-right: 20px;
padding-left: 20px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu {
margin-right: -20px;
margin-left: -20px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu li {
padding-right: 40px;
padding-left: 40px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu {
margin-right: -40px;
margin-left: -40px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu li {
padding-right: 60px;
padding-left: 60px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu {
margin-right: -60px;
margin-left: -60px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu li {
padding-right: 80px;
padding-left: 80px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
margin-right: -80px;
margin-left: -80px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
padding-right: 100px;
padding-left: 100px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
margin-right: -100px;
margin-left: -100px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
padding-right: 120px;
padding-left: 120px;
}
.et_pb_widget.widget_search {
background: 0;
}
.et_pb_widget.widget_search .widgettitle,
.et_pb_widget.widget_search .screen-reader-text,
.et_pb_widget.widget_search .search-submit {
display: none;
}
.woocommerce .et_pb_widget.widget_search .widgettitle,
.woocommerce .et_pb_widget.widget_search .screen-reader-text,
.woocommerce .et_pb_widget.widget_search .search-submit,
.woocommerce-page .et_pb_widget.widget_search .widgettitle,
.woocommerce-page .et_pb_widget.widget_search .screen-reader-text,
.woocommerce-page .et_pb_widget.widget_search .search-submit {
display: none;
}
.et_pb_widget.widget_search .search-field {
background: #FFFFFF;
width: 100%;
padding: 15px 20px;
color: rgba(0, 0, 0, 0.5);
-webkit-appearance: none;
}
.et_pb_widget.widget_search .search-field:focus {
background: #FFFFFF;
color: rgba(0, 0, 0, 0.75);
}
#footer .et_pb_widget.widget_search .search-field {
background: rgba(0, 0, 0, 0.3);
}
.et_pb_widget.widget_tag_cloud .tagcloud {
padding: 15px 20px 20px;
}
#footer .et_pb_widget.widget_tag_cloud .tagcloud {
padding: 15px 0 20px;
}
.et_pb_widget.widget_tag_cloud a {
margin: 5px 1px 0 0;
font-size: 14px !important;
}
#footer .et_pb_widget.widget_tag_cloud a {
background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_text .textwidget {
padding: 20px;
line-height: 1.3em;
}
#footer .et_pb_widget.widget_text .textwidget {
padding: 20px 0;
}
.et_pb_widget.widget_archive select {
width: auto;
display: block;
margin: 15px 20px 20px;
max-width: 100%;
}
#footer .et_pb_widget.widget_archive select {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.et_pb_widget.widget_categories select {
width: auto;
display: block;
margin: 15px 20px 20px;
max-width: 100%;
}
#footer .et_pb_widget.widget_categories select {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.et_pb_widget.woocommerce .product_list_widget li a img {
width: 50px;
height: 50px;
margin: 0 10px 0 0;
float: left;
}
.et_pb_widget.woocommerce .product_list_widget li .children a:before {
color: rgba(255, 255, 255, 0.6);
}
.et_pb_widget.woocommerce .product_list_widget li .star-rating {
margin: 1px 0;
}
.et_pb_widget.woocommerce .product_list_widget li .star-rating:before,
.et_pb_widget.woocommerce .product_list_widget li .star-rating > span:before {
font-size: 10px;
}
.et_pb_widget.woocommerce .product_list_widget li ins {
text-decoration: none;
}
.et_pb_widget.woocommerce .product_list_widget li .amount {
color: #00A8FF;
}
.et_pb_widget.woocommerce .product_list_widget li del .amount {
color: rgba(0, 0, 0, 0.5);
}
.et_pb_widget.woocommerce.widget_product_search {
background: none;
}
.et_pb_widget.woocommerce.widget_product_search .widgettitle,
.et_pb_widget.woocommerce.widget_product_search .screen-reader-text,
.et_pb_widget.woocommerce.widget_product_search input[type=submit] {
display: none;
}
.et_pb_widget.woocommerce.widget_product_search .search-field {
background: #FFFFFF;
padding: 15px 20px;
color: rgba(0, 0, 0, 0.5);
width: 100%;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li {
padding: 15px 20px;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li:after {
content: '';
display: block;
clear: both;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a {
display: block;
width: 100%;
margin: 0 0 -25px;
padding: 0;
float: left;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove {
position: absolute;
top: 50%;
right: 20px;
left: inherit;
width: 16px;
height: 16px;
margin: -8px 0 0 0;
color: rgba(0, 0, 0, 0.75) !important;
line-height: 16px;
text-align: center;
float: none;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove:hover {
background: #00A8FF;
color: #FFFFFF !important;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li img {
display: inline-block;
width: 50px;
height: 50px;
margin: 0 10px 0 0;
box-shadow: none;
float: none;
vertical-align: top;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation {
margin: 0 0 0 60px;
padding: 0;
border: none;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dt,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dd,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dd p {
display: inline-block;
margin: 0;
padding: 0;
font-weight: 400;
line-height: 1;
vertical-align: bottom;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dt {
margin: 0 3px 3px 0;
font-weight: 600;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .quantity {
display: block;
margin: 0 0 7px 60px;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .quantity .amount {
font-weight: 600;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
margin: 0;
padding: 15px 20px;
border-top: 1px solid #000000;
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 600;
line-height: 1;
text-transform: uppercase;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total strong {
color: #444651;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
color: #00A8FF;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
padding: 0 20px 20px;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button {
margin: 0 6px 0 0;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button:after {
content: '\e62f';
background: none;
color: rgba(0, 0, 0, 0.6);
vertical-align: middle;
}
.et_pb_widget.woocommerce.widget_layered_nav ul {
padding: 20px;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li {
position: relative;
border: none;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li:last-child a,
.et_pb_widget.woocommerce.widget_layered_nav ul li:only-child a {
margin: 0;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li a {
width: 100%;
margin: 0 0 20px;
padding: 12px 25px 12px 40px;
box-sizing: border-box;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li a:before {
position: absolute;
left: 15px;
content: "";
font-family: WooCommerce;
speak: none;
font-variant: normal;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li .count {
position: absolute;
top: 12px;
right: 15px;
line-height: 1;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul {
padding: 20px;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li {
display: inline-block;
border: none;
clear: none;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a {
margin: 0 11px 0 0;
color: rgba(0, 0, 0, 0.6);
line-height: 1;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a:before {
color: rgba(0, 0, 0, 0.6);
vertical-align: middle;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper {
padding: 0 20px 20px;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider {
background: rgba(0, 0, 0, 0.1);
height: 6px;
margin: 30px 0;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
background: #FFFFFF;
width: 14px;
height: 14px;
border-radius: 100%;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
background: #00A8FF;
height: 6px;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
color: rgba(0, 0, 0, 0.5);
font-size: 14px;
line-height: 38px;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to {
color: #00A8FF;
font-weight: 600;
}
.et_pb_widget.woocommerce.widget_product_tag_cloud .tagcloud {
padding: 15px 20px 20px;
}
#footer .et_pb_widget.woocommerce.widget_product_tag_cloud .tagcloud {
padding: 15px 0 20px;
}
.et_pb_widget.woocommerce.widget_product_tag_cloud a {
margin: 5px 1px 0 0;
font-size: 14px !important;
}
#footer .et_pb_widget.woocommerce.widget_product_tag_cloud a {
background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_et_ads .widget_content {
padding: 10px;
text-align: center;
}
#footer .et_pb_widget.widget_et_ads .widget_content {
text-align: left;
padding: 0;
}
.et_pb_widget.widget_et_ads .etad {
display: inline-block;
margin: 10px 5px 0 5px;
line-height: 0;
}
#footer .et_pb_widget.widget_et_ads .etad {
margin: 10px 10px 0 0;
}
.et_pb_widget.widget_et_ads img {
display: inline-block;
max-width: 100%;
}
.et_pb_widget.widget_et_authors .widget_list_portrait {
border-radius: 100%;
margin: 0 10px 0 0;
overflow: hidden;
}
.et_pb_widget.widget_et_authors .widget_list_author {
display: inline-block;
}
.et_pb_widget.widget_et_login .widget_list li {
border: 0;
padding: 15px 20px 0;
}
.et_pb_widget.widget_et_login .widget_list li:last-child {
padding: 15px 20px;
}
#footer .et_pb_widget.widget_et_login .widget_list li {
border: 0;
padding: 15px 0 0;
}
#footer .et_pb_widget.widget_et_login .button,
#footer .et_pb_widget.widget_et_login .read-more-button,
#footer .et_pb_widget.widget_et_login .post-nav .nav-links .button {
background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_et_login .input {
width: 100%;
}
.et_pb_widget.widget_et_login .button,
.et_pb_widget.widget_et_login .read-more-button,
.et_pb_widget.widget_et_login .post-nav .nav-links .button {
margin: 0 10px 0 0;
}
.et_pb_widget.widget_et_recent_entries .widget_list li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.et_pb_widget.widget_et_social_followers .social-icon {
width: 40px;
height: 40px;
margin: 0 10px 0 0;
border-radius: 100%;
line-height: 40px;
text-align: center;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook {
background: none !important;
box-shadow: inset 0 0 0 20px #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook:hover {
box-shadow: inset 0 0 0 2px #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook:hover:before {
color: #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter {
background: none !important;
box-shadow: inset 0 0 0 20px #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter:hover {
box-shadow: inset 0 0 0 2px #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter:hover:before {
color: #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest {
background: none !important;
box-shadow: inset 0 0 0 20px #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest:hover {
box-shadow: inset 0 0 0 2px #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest:hover:before {
color: #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus {
background: none !important;
box-shadow: inset 0 0 0 20px #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus:hover {
box-shadow: inset 0 0 0 2px #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus:hover:before {
color: #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr {
background: none !important;
box-shadow: inset 0 0 0 20px #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr:hover {
box-shadow: inset 0 0 0 2px #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr:hover:before {
color: #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon {
background: none !important;
box-shadow: inset 0 0 0 20px #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon:hover {
box-shadow: inset 0 0 0 2px #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon:hover:before {
color: #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress {
background: none !important;
box-shadow: inset 0 0 0 20px #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress:hover {
box-shadow: inset 0 0 0 2px #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress:hover:before {
color: #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram {
background: none !important;
box-shadow: inset 0 0 0 20px #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram:hover {
box-shadow: inset 0 0 0 2px #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram:hover:before {
color: #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble {
background: none !important;
box-shadow: inset 0 0 0 20px #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble:hover {
box-shadow: inset 0 0 0 2px #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble:hover:before {
color: #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo {
background: none !important;
box-shadow: inset 0 0 0 20px #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo:hover {
box-shadow: inset 0 0 0 2px #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo:hover:before {
color: #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin {
background: none !important;
box-shadow: inset 0 0 0 20px #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin:hover {
box-shadow: inset 0 0 0 2px #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin:hover:before {
color: #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss {
background: none !important;
box-shadow: inset 0 0 0 20px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss:hover {
box-shadow: inset 0 0 0 2px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss:hover:before {
color: #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart {
background: none !important;
box-shadow: inset 0 0 0 20px #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart:hover {
box-shadow: inset 0 0 0 2px #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart:hover:before {
color: #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace {
background: none !important;
box-shadow: inset 0 0 0 20px #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace:hover {
box-shadow: inset 0 0 0 2px #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace:hover:before {
color: #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype {
background: none !important;
box-shadow: inset 0 0 0 20px #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype:hover {
box-shadow: inset 0 0 0 2px #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype:hover:before {
color: #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube {
background: none !important;
box-shadow: inset 0 0 0 20px #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube:hover {
box-shadow: inset 0 0 0 2px #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube:hover:before {
color: #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa {
background: none !important;
box-shadow: inset 0 0 0 20px #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa:hover {
box-shadow: inset 0 0 0 2px #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa:hover:before {
color: #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr {
background: none !important;
box-shadow: inset 0 0 0 20px #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr:hover {
box-shadow: inset 0 0 0 2px #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr:hover:before {
color: #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger {
background: none !important;
box-shadow: inset 0 0 0 20px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger:hover {
box-shadow: inset 0 0 0 2px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger:hover:before {
color: #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify {
background: none !important;
box-shadow: inset 0 0 0 20px #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify:hover {
box-shadow: inset 0 0 0 2px #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify:hover:before {
color: #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious {
background: none !important;
box-shadow: inset 0 0 0 20px #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious:hover {
box-shadow: inset 0 0 0 2px #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious:hover:before {
color: #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer {
background: none !important;
box-shadow: inset 0 0 0 20px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer:hover {
box-shadow: inset 0 0 0 2px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer:hover:before {
color: #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email {
background: none !important;
box-shadow: inset 0 0 0 20px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email:hover {
box-shadow: inset 0 0 0 2px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email:hover:before {
color: #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print {
background: none !important;
box-shadow: inset 0 0 0 20px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print:hover {
box-shadow: inset 0 0 0 2px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print:hover:before {
color: #000000;
}
.et_pb_widget.widget_et_social_followers .post-meta {
font-weight: 400;
}
#footer .et_pb_widget.widget_et_social_followers .social-icon {
line-height: 40px;
}
.et_pb_widget.widget_et_recent_tweets .et-extra-icon {
display: inline-block;
min-width: 16px;
width: 16px;
height: 16px;
margin: 0 5px 0 0;
color: #00A8FF;
line-height: 1;
}
.et_pb_widget.widget_et_recent_tweets .et-extra-icon:before {
content: '\e623';
color: inherit;
}
#footer .et_pb_widget.widget_et_recent_tweets .et-extra-icon {
color: rgba(255, 255, 255, 0.6);
}
.et_pb_widget.widget_et_recent_tweets .widget_list {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.et_pb_widget.widget_et_recent_tweets .widget_list::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.et_pb_widget.widget_et_recent_tweets .widget_list::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
.et_pb_widget.widget_et_recent_tweets .widget_list::-webkit-scrollbar-track {
background: none;
}
.et_pb_widget.widget_et_recent_tweets .widget_list li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
font-size: 14px;
font-weight: 300;
line-height: 1.3em;
}
.et_pb_widget.widget_et_recent_tweets .widget_list a {
color: #00A8FF;
font-weight: 300;
}
.et_pb_widget.widget_et_recent_tweets .widget_list .et-extra-icon {
padding: 3px 0 0;
}
.et_pb_widget.widget_et_recent_tweets .widget_footer {
background: #f5f6fa;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
}
#footer .et_pb_widget.widget_et_recent_tweets .widget_footer {
background: 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 15px 0;
}
.et_pb_widget.widget_et_recent_tweets .widget_footer a {
color: rgba(0, 0, 0, 0.75);
}
.et_pb_widget.widget_et_recent_tweets .widget_footer .et-extra-icon {
display: inline-block;
height: auto;
vertical-align: middle;
}
.et_pb_widget.widget_et_recent_tweets .post-meta {
width: 100%;
margin: 5px 0 0;
font-size: 12px;
}
.et_pb_widget.widget_et_recent_tweets .post-meta a {
font-weight: 400;
}
#footer .et_pb_widget.widget_et_recent_tweets .widget_list {
max-height: none;
overflow-x: auto;
}
.et_pb_widget.widget_et_recent_reviews li {
padding-top: 9px;
}
.et_pb_widget.widget_et_recent_reviews .review-breakdowns {
padding: 3px 0 0;
}
.et_pb_widget.widget_et_recent_reviews .review-breakdowns .score-bar-bg {
position: relative;
background: rgba(0, 0, 0, 0.1);
border-radius: 3px;
overflow: hidden;
display: block;
width: 100%;
height: 15px;
line-height: 15px;
}
.et_pb_widget.widget_et_recent_reviews .review-breakdowns .score-bar {
background: #00A8FF;
height: 15px;
line-height: 15px;
min-width: 90px;
font-weight: 700;
}
.et_pb_widget.widget_et_recent_videos .widget_video_wrapper {
position: relative;
background: #E5E5E5;
line-height: 0.9;
overflow: hidden;
}
.et_pb_widget.widget_et_recent_videos .widget_video_loading {
position: absolute;
top: 50%;
left: 50%;
margin: -8px 0 0 -8px;
z-index: 20;
}
.et_pb_widget.widget_et_recent_videos .widget_video {
z-index: 30;
position: absolute;
top: 0;
right: 0;
width: 100%;
background: #E5E5E5;
}
.et_pb_widget.widget_et_recent_videos .widget_video.fadeIn {
-webkit-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
position: relative;
}
.et_pb_widget.widget_et_recent_videos .widget_video.fadeOut {
opacity: 0;
}
.et_pb_widget.widget_et_recent_videos .widget_video iframe,
.et_pb_widget.widget_et_recent_videos .widget_video video {
margin: 0 auto;
display: block;
}
.et_pb_widget.widget_et_recent_videos .video-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center center;
cursor: pointer;
}
.et_pb_widget.widget_et_recent_videos .video-overlay-hover {
background: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
transition: all 0.5s ease-in-out;
}
.et_pb_widget.widget_et_recent_videos .video-overlay-hover:hover {
background: rgba(0, 0, 0, 0.6);
}
.et_pb_widget.widget_et_recent_videos .video-play-button {
display: block;
position: absolute !important;
z-index: 100;
color: #fff;
left: 50%;
top: 50%;
font-size: 4rem;
line-height: 4rem;
width: 4rem;
height: 4rem;
margin-left: -2rem;
margin-top: -2rem;
}
.et_pb_widget.widget_et_recent_videos .video-play-button:before {
font-family: 'ETmodules';
content: "\49";
}
.et_pb_column_1_3 .posts-blog-feed-module.et_pb_extra_module .et_pb_widget.widget_et_recent_videos .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.et_pb_extra_module .et_pb_widget.widget_et_recent_videos .video-play-button {
font-size: 2rem;
line-height: 2rem;
width: 2rem;
height: 2rem;
margin-left: -1rem;
margin-top: -1rem;
}
.et_pb_widget.widget_et_recent_videos a.video-play-button {
color: white;
font-weight: normal;
}
.et_pb_widget.widget_et_recent_videos .no-video-title {
text-align: center;
line-height: 0;
padding: 0;
vertical-align: middle;
}
.et_pb_widget.widget_et_recent_videos .widget_content {
display: none;
}
.et_pb_widget.widget_et_recent_videos .widget_list .title {
display: block;
transition: 0.3s ease;
padding: 0;
}
.et_pb_widget.widget_et_recent_videos .widget_list .title:hover,
.et_pb_widget.widget_et_recent_videos .widget_list .title.active {
color: #00A8FF;
}
.et_pb_widget.widget_et_recent_videos .widget_list li {
padding-top: 14px;
padding-bottom: 14px;
}
#footer .et_pb_widget.widget_et_recent_videos .widget_video_wrapper {
margin-top: 20px;
}
#footer .et_pb_widget.widget_et_recent_videos a.video-play-button {
color: white;
font-weight: normal;
font-size: 4rem;
line-height: 4rem;
}
.et_monarch .et_pb_widget .et_social_networks {
width: 98%;
padding: 2% 0 2% 2%;
}
.et_monarch .et_pb_widget .et_social_1col.et_social_networks li {
margin-left: 0;
} .page article {
border-top-width: 6px;
border-top-style: solid;
border-color: #00A8FF;
margin: 0 0 24px;
}
.page .post-wrap {
padding: 40px 60px;
}
.et_pb_pagebuilder_layout .page .post-wrap {
padding: 0;
}
.et_pb_pagebuilder_layout .page .post-wrap h1 {
padding: 40px 5%;
}
.page .post-wrap .post-content {
margin: 0 0 40px;
}
.page .post-wrap h1 {
padding: 0 0 40px;
line-height: 1;
}
.page .post-wrap h1 a {
color: inherit;
}
.page .post-wrap h2 a {
color: rgba(0, 0, 0, 0.75);
}
.page .et_extra_other_module {
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
} .authors-page .authors[data-columns]::before {
content: '3 .column.size-1of3';
}
.authors-page .authors .column {
display: inline-block;
width: 100%;
vertical-align: top;
}
.authors-page .authors .column.size-1of3 {
width: 33.33%;
padding: 0 8px;
}
.authors-page .authors .column.size-1of3:first-child {
padding: 0 16px 0 0;
}
.authors-page .authors .column.size-1of3:last-child {
padding: 0 0 0 16px;
}
.with_sidebar .authors-page .authors[data-columns]::before {
content: '2 .column.size-1of2';
}
.with_sidebar .authors-page .authors .column.size-1of2 {
width: 50%;
}
.with_sidebar .authors-page .authors .column.size-1of2:first-child {
padding: 0 12px 0 0;
}
.with_sidebar .authors-page .authors .column.size-1of2:last-child {
padding: 0 0 0 12px;
}
.authors-page .authors .author {
background: #FFFFFF;
width: 100%;
margin: 0 0 24px;
padding: 40px;
border-top-width: 6px;
border-top-style: solid;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
text-align: center;
overflow: visible;
}
.authors-page .authors .author a img {
position: relative;
display: block;
height: 150px;
width: 150px;
margin: 0 auto 40px;
border-radius: 100%;
}
.authors-page .authors .author .author-content h2 {
color: #6e5fe0;
font-size: 16px;
}
.authors-page .authors .author .author-content .post-count {
margin: 30px auto 0;
padding: 10px 15px;
}
.authors-page .authors .author .author-footer {
display: block;
background: #f6f9fd;
margin: 40px -40px -40px;
padding: 10px 40px;
border-radius: 0 0 3px 3px;
text-align: center;
}
.authors-page .authors .author .author-footer .et-extra-icon {
display: inline-block;
background: none;
margin: 0 8px;
color: rgba(0, 0, 0, 0.5);
transition: 0.3s ease;
}
.authors-page .authors .author .author-footer .et-extra-icon:hover {
background: none !important;
}
.authors-page .authors .author .author-footer .et-extra-icon:before {
color: rgba(0, 0, 0, 0.5);
} .contact-box {
padding: 40px 60px;
}
.contact-box .loader {
display: none;
}
.contact-box .loader img {
display: block;
margin: 0 0 -3px 10px;
}
.contact-content h2 {
margin: 0 0 20px;
font-size: 26px;
font-weight: 600;
}
.contact-content h3 {
margin: 40px 0 20px 0;
font-size: 22px;
font-weight: 600;
}
.contact-content .contact-map {
display: block;
background: #FFFFFF;
height: 300px;
margin: 40px 0;
}
.contact-content .contact-form .message p {
margin: 0 0 15px;
font-weight: 600;
}
.contact-content .contact-form .message p.error {
background: #f06f6f;
padding: 5px 10px;
border-radius: 3px;
color: #FFFFFF;
}
.contact-content .contact-form > .field + .field + .field {
padding-right: 0;
}
.contact-content .contact-form .field {
position: relative;
display: block;
width: 33.33%;
padding: 0 8px 24px;
float: left;
box-sizing: border-box;
}
.contact-content .contact-form .field.first {
padding: 0 16px 24px 0;
}
.contact-content .contact-form .field.last {
padding: 0 0 24px 16px;
}
.contact-content .contact-form .field input {
display: block;
width: 100%;
box-sizing: border-box;
float: left;
}
.contact-content .contact-form .field input.error {
border: 1px solid #c2152f;
}
.contact-content .contact-form .field label {
background: #eee;
margin: 5px;
padding: 5px;
border-radius: 3px;
color: #c2152f;
text-align: center;
float: left;
clear: left;
}
.contact-content .contact-form .field label.error {
border: 1px solid #c2152f;
}
.contact-content .contact-form textarea {
width: 100%;
height: 180px;
margin-bottom: 24px;
box-sizing: border-box;
}
.contact-content .contact-form .submit {
float: right;
} .member-box {
padding: 40px 60px;
}
.member-content #loginform {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.member-content h2 {
margin: 0 0 20px;
font-size: 26px;
font-weight: 600;
}
.member-content p:last-of-type {
margin-bottom: 50px;
}
.member-content .input {
max-width: 322px;
margin: 0 20px 20px 0;
box-sizing: border-box;
}
.member-content .button,
.member-content .read-more-button,
.member-content .post-nav .nav-links .button {
margin: 0 0 20px 0;
}  #portfolio_filter {
display: inline-block;
margin: 0 0 40px;
padding: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
line-height: 1;
overflow: hidden;
}
#portfolio_filter li {
display: block;
margin: 0;
border-right: 1px solid rgba(0, 0, 0, 0.1);
float: left; }
#portfolio_filter li:first-child a {
border-radius: 3px 0 0 3px;
}
#portfolio_filter li:last-child {
margin-right: 0;
border: 0;
}
#portfolio_filter li:last-child a {
border-radius: 0 3px 3px 0;
}
#portfolio_filter li.filter-toggle {
display: none;
}
#portfolio_filter a {
display: inline-block;
background: #f6f9fd;
padding: 10px 15px;
box-sizing: border-box;
font-size: 12px;
text-transform: uppercase;
transition: 0.3s ease;
}
#portfolio_filter a:hover,
#portfolio_filter a.current {
background: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
}
#portfolio_filter a.current {
color: #00A8FF;
} #portfolio_list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -12px;  }
#portfolio_list .project {
width: 25%;
padding: 0 12px 24px;
box-sizing: border-box;
}
.with_sidebar #portfolio_list .project {
width: 33.33333333%;
padding: 0 12px 24px;
}
#portfolio_list .project-content {
display: block;
background: #FFFFFF;
width: 100%;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
overflow: hidden;
}
#portfolio_list .project-content .thumbnail {
position: relative;
display: block;
background: #eaeaea;
width: 100%;
overflow: hidden;
}
#portfolio_list .project-content .thumbnail img {
display: block;
width: 100%;
border-radius: 3px 3px 0 0;
}
#portfolio_list .project-content .content {
display: block;
padding: 20px 0;
font-size: 14px;
text-align: center;
}
#portfolio_list .project-content .content h3 {
margin: 0 0 7px 0;
padding: 0;
font-size: 14px;
line-height: 1;
text-transform: uppercase;
}
#portfolio_list .project-content .content h3 a {
color: rgba(0, 0, 0, 0.75);
}
#portfolio_list .project-content .content p {
margin: 0;
color: rgba(0, 0, 0, 0.5);
font-size: 12px;
font-weight: 400;
line-height: 1;
} .sitemap-box {
padding: 40px 60px 0;
}
.sitemap-content h2 {
margin: 0 0 20px;
font-size: 26px;
font-weight: 600;
}
.sitemap-content p {
margin: 0 0 50px;
}
.sitemap-content .sections {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sitemap-content ul {
display: block;
width: 25%;
max-width: 25%;
min-width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 0 60px 60px 0;
box-sizing: border-box;
float: left;
}
.with_sidebar .sitemap-content ul {
width: 33.33333333%;
max-width: 33.33333333%;
min-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.sitemap-content ul li {
display: block;
width: 100%;
margin: 0 0 10px;
color: rgba(0, 0, 0, 0.75);
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
}
.sitemap-content ul li:before {
content: '\b7\a0';
font-size: 14px;
}
.sitemap-content ul li:first-child:before {
content: '';
}
.sitemap-content ul li a {
color: #3c95e8;
font-size: 14px;
text-transform: none;
font-weight: 400;
}
.sitemap-content ul.children {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
max-width: 100%;
min-width: 100%;
margin: 10px 0 0 25px;
padding: 0;
}
.sitemap-content ul.children li {
float: none;
}
.sitemap-content ul.children li:before {
content: '\b7\a0';
font-size: 14px;
}
.sitemap-content ul.children li:before:first-child {
content: '\b7\a0';
}  .timeline-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin: 0 0 24px;
} .timeline {
position: relative;
width: 80%;
}
.timeline .loader {
display: none;
}
.timeline .loader img {
display: block;
margin: 10px auto;
} .timeline-nav {
width: 20%;
min-width: 150px;
padding-left: 24px;
box-sizing: border-box;
} .timeline-menu {
position: relative;
top: 0;
list-style: none;
border-left: 1px solid rgba(0, 0, 0, 0.2);
padding: 0;
}
.timeline-menu li {
position: relative;
margin-bottom: 12px;
vertical-align: middle;
}
.timeline-menu li.active a {
color: rgba(0, 0, 0, 0.75);
}
.timeline-menu li.active a:before {
background: #519bf5;
height: 11px;
width: 11px;
left: -6px;
}
.timeline-menu li:last-child {
margin-bottom: 0;
}
.timeline-menu a {
display: block;
position: relative;
margin: 0;
padding: 0;
padding-left: 20px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
transition: 0.3s ease;
}
.timeline-menu a:before {
content: '';
z-index: 2;
position: absolute;
left: -4px;
background: #666;
width: 7px;
height: 7px;
border-radius: 100%;
transition: 0.3s ease;
vertical-align: middle;
}
.timeline-menu a .content-loader {
position: absolute;
top: 0;
left: 55px;
height: 14px;
}
.timeline-menu .year {
display: none;
} .timeline-module {
margin: 0 0 24px;
}
.timeline-module:nth-last-child(2) {
margin: 0;
}
.timeline-module .module-head,
#timeline-sticky-header {
position: relative;
cursor: pointer;
}
.timeline-module .module-head:after,
#timeline-sticky-header:after {
content: '\e62d';
position: absolute;
top: 50%;
right: 20px;
bottom: 0;
margin: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: rgba(0, 0, 0, 0.5);
font-size: 24px;
line-height: 47px;
}
.timeline-module .posts-list {
width: 100%;
}
.et_pb_extra_column_4_4 .timeline-module .posts-list {
width: 100%;
}
.timeline-module .posts-list article {
background: #FFFFFF;
border: 0;
border-radius: 0;
box-shadow: none;
margin: 0;
padding: 0;
}
.timeline-module.collapsed .module-head {
border: 0;
}
.timeline-module.collapsed .module-head:after {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
} #timeline-sticky-header {
display: none;
border-bottom-color: rgba(0, 0, 0, 0.1);
border-radius: 3px 3px 0 0;
border-color: #00A8FF;
}  @font-face {
font-family: 'ETmodules';
src: url(//sflchronicle.com/wp-content/themes/Extra/core/admin/fonts/modules.eot);
src: url(//sflchronicle.com/wp-content/themes/Extra/core/admin/fonts/modules.eot?#iefix) format('embedded-opentype'), url(//sflchronicle.com/wp-content/themes/Extra/core/admin/fonts/modules.ttf) format('truetype'), url(//sflchronicle.com/wp-content/themes/Extra/core/admin/fonts/modules.woff) format('woff'), url(//sflchronicle.com/wp-content/themes/Extra/core/admin/fonts/modules.svg#ETmodules) format('svg');
font-weight: normal;
font-style: normal;
}
#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 a:hover,
#wp-admin-bar-et-use-visual-builder:hover a {
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 {
zoom: 1;
} *:first-child + html .clearfix {
zoom: 1;
}   .iphone .et_pb_contact_form input,
.iphone .et_pb_contact_form textarea,
.iphone .et_pb_contact_form select {
-webkit-appearance: initial;
} .iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
display: none !important;
-webkit-appearance: none;
}  .chrome.parallax-map-support .et_pb_map {
-webkit-transform: inherit !important;
transform: inherit !important;
} .ie .et_pb_divider {
overflow: visible;
} .ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right,
.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left {
height: 100px;
}
.ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
float: none;
} .et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
opacity: 1;
} .gecko .et_pb_newsletter .et_pb_newsletter_field {
margin-bottom: 1vw;
} .safari .et_pb_gallery_grid .et_pb_gallery_image {
overflow: visible;
} .et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
opacity: 0 !important;
}
.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next {
opacity: 0 !important;
}
.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
left: -10px;
opacity: 1;
}
.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
right: -10px;
opacity: 1;
} .et_mobile_device .et-pb-arrow-prev {
left: 22px;
opacity: 1;
}
.et_mobile_device .et-pb-arrow-next {
right: 22px;
opacity: 1;
}
.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
background-attachment: scroll;
} @media all and (max-width: 767px) { .et_mobile_device .et-pb-arrow-prev {
left: 0;
opacity: 1;
}
.et_mobile_device .et-pb-arrow-next {
right: 0;
opacity: 1;
}
}  .et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
border-right: none;
}
.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
border-left: none;
} .logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description {
width: 100%;
padding: 0;
} .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p {
font-size: 20px;
line-height: 20px;
} .et-fb.et-db #et-boc .et_pb_number_counter {
opacity: 1;
} .et_full_width_page .et_gallery_item {
float: left;
width: 20.875%;
margin: 0 5.5% 5.5% 0;
}
.et_full_width_page .et_gallery_item:nth-child(3n) {
margin-right: 5.5%;
}
.et_full_width_page .et_gallery_item:nth-child(3n+1) {
clear: none;
}
.et_full_width_page .et_gallery_item:nth-child(4n) {
margin-right: 0;
}
.et_full_width_page .et_gallery_item:nth-child(4n+1) {
clear: both;
} .single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title,
.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title {
padding-top: 0;
}
.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
padding-top: 6%;
}
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container,
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
width: 100%;
max-width: 100%;
padding-top: 0;
}
.single .et_pb_fullwidth_section .et_pb_title_featured_container {
width: 100%;
max-width: 100%;
padding-top: 0;
} .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-pinterest a.icon:before {
content: '\e095';
}
.et-social-linkedin a.icon:before {
content: '\e09d';
}
.et-social-tumblr a.icon:before {
content: '\e097';
}
.et-social-instagram a.icon:before {
content: '\e09a';
}
.et-social-skype a.icon:before {
content: '\e0a2';
}
.et-social-flikr a.icon:before {
content: '\e0a6';
}
.et-social-myspace a.icon:before {
content: '\e0a1';
}
.et-social-dribbble a.icon:before {
content: '\e09b';
}
.et-social-youtube a.icon:before {
content: '\e0a3';
}
.et-social-vimeo a.icon:before {
content: '\e09c';
}
.et-social-rss a.icon:before {
content: '\e09e';
} .single-project #comment-wrap {
padding-top: 0;
}  .rtl .et_pb_blog_grid .column {
float: right;
} .rtl .et_pb_contact p input[type="checkbox"] + label i,
.rtl .et_pb_contact p input[type="radio"] + label i,
.rtl .et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i,
.rtl .et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i {
margin-right: 0;
margin-left: 6px;
}
.rtl .et_pb_contact_select {
padding: 16px 10px 16px 20px;
}
.rtl .et_pb_contact_field[data-type="select"]:after {
right: auto;
left: 42px;
}  .woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.woocommerce-page #content input.read-more-button:hover .et_pb_widget li a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget.woocommerce .product_list_widget li a:hover,
.woocommerce-page #content input.post-nav .nav-links .button:hover .et_pb_widget li a:hover {
color: #2EA3F2;
} @media all and (min-width: 981px) {
.woocommerce-page ul.products li.product {
clear: none;
}
} @media all and (max-width: 980px) { .woocommerce-page ul.products li.product:nth-child(n) {
margin: 0 7.5% 7.5% 0 !important;
width: 28.333% !important;
clear: none;
float: left;
}
.woocommerce-page ul.products li.product:nth-child(3n) {
margin-right: 0 !important;
}
.woocommerce-page ul.products li.product:nth-child(3n+1) {
clear: both;
}
} @media all and (max-width: 767px) { .woocommerce-page ul.products li.product:nth-child(n) {
margin: 0 9.5% 9.5% 0 !important;
width: 45.25% !important;
clear: none;
}
.woocommerce-page ul.products li.product:nth-child(2n) {
margin-right: 0 !important;
}
.woocommerce-page ul.products li.product:nth-child(2n+1) {
clear: both;
}
} @media all and (max-width: 479px) { .woocommerce-page ul.products li.product:nth-child(n) {
margin: 0 0 11.5% 0 !important;
width: 100% !important;
}
}  .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;
}  * {
box-sizing: border-box;
} .et-pb-arrow-prev:before,
.et-pb-arrow-next:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.et_overlay:before,
#et_search_icon:before,
.mobile_menu_bar:before,
.et-social-icon a:before,
.et_pb_social_icon a.icon:before,
.et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
#et-info-phone:before,
#et-info-email:before,
.et-cart-info span:before,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after,
.form-submit .et_pb_button:after,
.et_pb_contact_submit:after,
.et_pb_contact_reset:after,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after,
.woocommerce button.single_add_to_cart_button.read-more-button:after,
.woocommerce a.read-more-button.alt:after,
.woocommerce-page a.read-more-button.alt:after,
.woocommerce button.read-more-button.alt:after,
.woocommerce-page button.read-more-button.alt:after,
.woocommerce input.read-more-button.alt:after,
.woocommerce-page input.read-more-button.alt:after,
.woocommerce #content input.read-more-button.alt:after,
.woocommerce-page #content input.read-more-button.alt:after,
.woocommerce-page a.read-more-button:after,
.woocommerce button.read-more-button:after,
.woocommerce-page button.read-more-button:after,
.woocommerce input.read-more-button:after,
.woocommerce-page input.read-more-button:after,
.woocommerce #content input.read-more-button:after,
.woocommerce-page #content input.read-more-button:after,
.woocommerce button.single_add_to_cart_button.post-nav .nav-links .button:after,
.woocommerce a.post-nav .nav-links .button.alt:after,
.woocommerce-page a.post-nav .nav-links .button.alt:after,
.woocommerce button.post-nav .nav-links .button.alt:after,
.woocommerce-page button.post-nav .nav-links .button.alt:after,
.woocommerce input.post-nav .nav-links .button.alt:after,
.woocommerce-page input.post-nav .nav-links .button.alt:after,
.woocommerce #content input.post-nav .nav-links .button.alt:after,
.woocommerce-page #content input.post-nav .nav-links .button.alt:after,
.woocommerce-page a.post-nav .nav-links .button:after,
.woocommerce button.post-nav .nav-links .button:after,
.woocommerce-page button.post-nav .nav-links .button:after,
.woocommerce input.post-nav .nav-links .button:after,
.woocommerce-page input.post-nav .nav-links .button:after,
.woocommerce #content input.post-nav .nav-links .button:after,
.woocommerce-page #content input.post-nav .nav-links .button:after {
font-family: 'ETmodules' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0px 0px;
}
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,
.et_pb_custom_button_icon.et_pb_button:after {
content: attr(data-icon);
}
.et-pb-icon {
font-family: 'ETmodules';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 96px;
font-style: normal;
display: inline-block;
box-sizing: border-box;
} .nav li li {
padding: 0 20px;
margin: 0;
}
.fullwidth-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;
}
.nav li ul {
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);
}
.nav li ul {
-webkit-transform: translate3d(0, 0, 0);
text-align: left;
}
.nav li.et-hover > ul {
visibility: visible;
}
.nav li:hover > ul,
.nav li.et-touch-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; }
.nav li li a,
.et_mobile_menu li a {
font-size: 14px;
transition: all 0.2s ease-in-out;
}
.nav ul li a:hover,
.et_mobile_menu 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;
} .fullwidth-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;
}
.fullwidth-menu .menu-item-has-children > a:first-child {
padding-right: 20px;
}
.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
right: 20px;
top: 6px;
} .fullwidth-menu-nav li.mega-menu {
position: inherit;
}
.fullwidth-menu-nav li.mega-menu > ul {
padding: 30px 20px;
position: absolute !important;
width: 100%;
left: 0 !important;
}
.fullwidth-menu-nav li.mega-menu ul li {
margin: 0;
float: left!important;
display: block !important;
padding: 0 !important;
}
.fullwidth-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;
}
.fullwidth-menu-nav li.mega-menu li ul {
visibility: visible;
opacity: 1;
display: none;
}
.fullwidth-menu-nav li.mega-menu.et-hover li ul {
display: block;
}
.fullwidth-menu-nav li.mega-menu:hover > ul {
opacity: 1 !important;
visibility: visible !important;
}
.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child {
padding-top: 0 !important;
font-weight: bold;
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child:hover {
background-color: transparent !important;
}
.fullwidth-menu-nav li.mega-menu li > a {
width: 200px !important;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li li,
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > a {
width: 100% !important;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
float: left;
width: 100% !important;
}
.fullwidth-menu-nav li.mega-menu > ul > li {
width: 25%;
margin: 0;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
width: 33.33%;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
width: 50%;
}
.fullwidth-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 {
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 {
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: bold;
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: "\61";
font-size: 32px;
left: 0;
position: relative;
top: 0;
cursor: pointer;
}
.mobile_nav .select_page {
display: none;
} .et_pb_widget {
float: left;
max-width: 100%;
}
.et_pb_widget a {
text-decoration: none;
color: #666;
}
.et_pb_widget li a:hover,
.et_pb_widget.woocommerce .product_list_widget li a:hover {
color: #82c0c7;
}
.et_pb_widget ul li,
.et_pb_widget.woocommerce .product_list_widget li {
margin-bottom: 0.5em;
}
.et_pb_widget ul li ul li,
.et_pb_widget.woocommerce .product_list_widget 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,
.et_pb_bg_layout_light .et_pb_widget.woocommerce .product_list_widget li a {
color: #666;
}
.et_pb_bg_layout_dark .et_pb_widget li a,
.et_pb_bg_layout_dark .et_pb_widget.woocommerce .product_list_widget li a {
color: inherit;
} .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: center;
background-repeat: no-repeat;
position: relative;
border: 2px solid;
border-radius: 3px;
transition: all 0.2s;
}
.et_pb_button_inner {
position: relative;
} .et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
border: 2px solid transparent;
padding: 0.3em 2em 0.3em 0.7em;
} .et_pb_button:hover {
background-color: rgba(255, 255, 255, 0.2);
} .et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_pricing_table_button:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
background-color: rgba(0, 0, 0, 0.05);
} .et_pb_button:before,
.et_pb_button:after {
font-size: 32px;
line-height: 1em;
content: "\35";
opacity: 0;
position: absolute;
margin-left: -1em;
transition: all 0.2s;
text-transform: none;
font-variant: none;
font-style: normal;
font-weight: 400;
text-shadow: none;
}
.et_pb_button.et_pb_hovered:hover:after,
.et_pb_button.et_hover_enabled:hover:after {
transition: none !important;
}
.et_pb_button:before {
display: none;
}
.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_promo_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after {
opacity: 1;
margin-left: 0;
} .et_pb_contact_reset:hover {
padding: 0.3em 1em;
} .et_subscribe_loader {
display: none;
background: url(//sflchronicle.com/wp-content/themes/Extra/includes/builder/styles/images/subscribe-loader.gif);
width: 16px;
height: 16px;
position: absolute;
left: 50%;
top: 16px;
margin-left: -8px;
}
.et_pb_button_text_loading .et_pb_newsletter_button_text {
visibility: hidden;
} #comment-wrap {
padding-top: 75px;
}
.comment-body,
.single article.comment-body,
.page article.comment-body {
position: relative;
padding: 0 110px 0 100px;
margin-bottom: 48px;
min-height: 87px;
}
.comment_avatar {
left: 0;
position: absolute;
top: 7px;
}
.comment_avatar img {
display: block;
height: auto;
max-width: 100%;
width: auto;
}
.comment_postinfo {
margin-bottom: 8px;
}
span.fn,
span.fn a {
color: #000;
font-weight: 700;
text-decoration: none;
font-size: 16px;
display: inline-block;
}
span.comment_date {
color: #000;
font-size: 14px;
font-weight: 300;
}
.comment_area .comment-reply-link {
position: absolute;
top: 7px;
right: 0;
display: block;
}
.comment-reply-link:hover,
.form-submit:hover {
text-decoration: none;
}
.comment .children {
margin-left: 100px;
padding-left: 0 !important;
}
#comment-wrap li.comment.depth-5 article {
padding-right: 0;
} .comment #respond {
margin: -30px 0 0;
}
#respond {
padding-top: 17px;
}
#commentform {
padding-bottom: 50px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
width: 47%;
}
#commentform textarea {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
padding: 12px;
color: #999;
line-height: 1em;
background-color: #EEE;
font-size: 18px;
border-width: 0px;
}
.form-submit {
text-align: right;
}
.form-submit .et_pb_button {
display: inline-block;
cursor: pointer;
}
#reply-title small {
display: block;
font-size: 14px;
font-weight: 400;
} @media all and (max-width: 767px) {
#comment-wrap li.comment article {
padding-right: 0;
}
.comment-body,
.single article.comment-body,
.page article.comment-body {
padding: 0 0 0 100px;
}
.comment-reply-link {
position: relative !important;
float: right;
bottom: -10px;
top: auto !important;
}
#commentform input[type="text"] {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.comment .children {
margin-left: 50px;
}
} @media all and (max-width: 479px) {
.comment_avatar img {
max-width: 50%;
}
.comment-body,
.single article.comment-body,
.page article.comment-body {
padding: 0 0 0 50px;
}
.comment .children {
margin-left: 25px;
}
a.comment-reply-link.et_pb_button {
font-size: 15px;
}
a.comment-reply-link.et_pb_button:after {
font-size: 25px;
}
}   @media all and (min-width: 981px) { .et_pb_gutters3,
.et_pb_gutters3.et_pb_row { }
.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 .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child {
margin-bottom: 30px;
}
.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_4_4 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 20.875%;
margin-right: 5.5%;
margin-bottom: 5.5%;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
width: 29.667%;
margin-right: 5.5%;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
margin-bottom: 18.539%;
}
.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_3_4 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 28.353%;
margin-right: 7.47%;
margin-bottom: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
width: 46.265%;
margin-right: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 14.941%;
}
.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_2_3 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 45.758%;
margin-right: 8.483%;
margin-bottom: 8.483%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
width: 45.758%;
margin-right: 8.483%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 16.967%;
}
.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_3_5 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 45.242%;
margin-right: 9.516%;
margin-bottom: 9.516%;
}
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 9.516%;
}
.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_1_2 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 44.18%;
margin-right: 11.64%;
margin-bottom: 11.64%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 11.64%;
}
.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_2_5 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 14.986%;
}
.et_pb_gutters3 .et_pb_column_1_3,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
width: 29.667%;
}
.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_3 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 18.539%;
}
.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_4 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 26.347%;
}
.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_5 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 35.256%;
}
.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_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 45.517%;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
margin-bottom: 13.174%;
}
.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
margin-bottom: 9.27%;
}
.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
margin-bottom: 5.82%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 3.735%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 28.353%;
margin-right: 7.47%;
margin-bottom: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 46.265%;
margin-right: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 14.941%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 {
width: 46.26485569%;
margin-right: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_module {
margin-bottom: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 14.941%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 {
width: 28.35314092%;
margin-right: 7.47%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 13.174%;
}
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 26.347%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 4.242%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 45.758%;
margin-right: 8.483%;
margin-bottom: 8.483%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 45.758%;
margin-right: 8.483%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 16.967%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 {
width: 45.758%;
margin-right: 8.483%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module {
margin-bottom: 9.27%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 18.539%;
width: 100%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 {
width: 18.638%;
margin-right: 8.483%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 22.759%;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 45.517%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 5.82%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 44.18%;
margin-right: 11.64%;
margin-bottom: 11.64%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 11.64%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 {
width: 44.17989418%;
margin-right: 11.64%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 13.174%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 26.347%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 {
width: 25.573%;
margin-right: 11.64%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 22.759%;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 45.517%;
}
.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 ul.products li.product,
.et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product {
width: 28.353%;
margin-right: 7.47%;
}
.et_pb_gutters3 .footer-widget {
margin-right: 5.5%;
margin-bottom: 5.5%;
}
.et_pb_gutters3 .footer-widget:last-child {
margin-right: 0;
}
.et_pb_gutters3.et_pb_footer_columns6 .footer-widget {
width: 12.083%;
}
.et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget {
margin-bottom: 45.517%;
}
.et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
width: 15.6%;
}
.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
margin-bottom: 35.256%;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
width: 20.875%;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
margin-bottom: 26.347%;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
width: 29.667%;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
margin-bottom: 18.539%;
}
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
width: 47.25%;
}
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
margin-bottom: 11.64%;
}
.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
width: 100%;
}
.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
margin-bottom: 5.5%;
}
.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
width: 73.625%;
clear: both;
}
.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 7.47%;
}
.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
width: 20.875%;
}
.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 26.347%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
width: 20.875%;
clear: both;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 26.347%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
width: 73.625%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 7.47%;
}
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
width: 64.833%;
}
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 8.483%;
}
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
width: 29.667%;
}
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 18.539%;
}
.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
width: 29.667%;
}
.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 18.539%;
}
.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
width: 64.833%;
}
.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 8.483%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
width: 20.875%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 26.347%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
width: 47.25%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 11.64%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
width: 47.25%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
margin-bottom: 11.64%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 20.875%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 26.347%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
width: 15.6%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 35.256%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
width: 57.8%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 9.516%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
width: 57.8%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
margin-bottom: 9.516%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 15.6%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 35.256%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
width: 57.8%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 9.516%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
width: 36.7%;
}
.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 14.986%;
}
.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
width: 36.7%;
}
.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 14.986%;
}
.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
width: 57.8%;
}
.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 9.516%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
width: 47.25%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
margin-bottom: 11.64%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
width: 12.083%;
}
.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
margin-bottom: 45.517%;
}
.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
width: 12.083%;
}
.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
margin-bottom: 45.517%;
}
.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
width: 47.25%;
}
.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
margin-bottom: 11.64%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 20.875%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 26.347%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
width: 47.25%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 11.64%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 15.6%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 35.256%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
width: 57.8%;
}
.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 9.516%;
}
.rtl .et_pb_gutters3,
.rtl .et_pb_gutters3.et_pb_row { }
.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
margin-right: 0;
margin-left: 5.5%;
}
.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 7.47%;
}
.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 8.483%;
}
.rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-left: 0;
}
.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 7.47%;
}
.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 8.483%;
}
.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.et_pb_gutters4,
.et_pb_gutters4.et_pb_row { }
.et_pb_gutters4 .et_pb_column,
.et_pb_gutters4.et_pb_row .et_pb_column {
margin-right: 8%;
}
.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child {
margin-bottom: 30px;
}
.et_pb_gutters4 .et_pb_column_4_4,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
margin-bottom: 4%;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 19%;
margin-right: 8%;
margin-bottom: 8%;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
width: 28%;
margin-right: 8%;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
margin-bottom: 28.571%;
}
.et_pb_gutters4 .et_pb_column_3_4,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
width: 73%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module {
margin-bottom: 5.479%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 26.027%;
margin-right: 10.959%;
margin-bottom: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
width: 44.521%;
margin-right: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 21.918%;
}
.et_pb_gutters4 .et_pb_column_2_3,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
width: 64%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module {
margin-bottom: 6.25%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 43.75%;
margin-right: 12.5%;
margin-bottom: 12.5%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
width: 43.75%;
margin-right: 12.5%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 25%;
}
.et_pb_gutters4 .et_pb_column_3_5,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 {
width: 56.8%;
}
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module {
margin-bottom: 7.042%;
}
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 42.958%;
margin-right: 14.085%;
margin-bottom: 14.085%;
}
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 14.085%;
}
.et_pb_gutters4 .et_pb_column_1_2,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
width: 46%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module {
margin-bottom: 8.696%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 41.304%;
margin-right: 17.391%;
margin-bottom: 17.391%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 17.391%;
}
.et_pb_gutters4 .et_pb_column_2_5,
.et_pb_gutters4.et_pb_row .et_pb_column_2_5 {
width: 35.2%;
}
.et_pb_gutters4 .et_pb_column_2_5 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module {
margin-bottom: 11.364%;
}
.et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 22.727%;
}
.et_pb_gutters4 .et_pb_column_1_3,
.et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
width: 28%;
}
.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module {
margin-bottom: 14.286%;
}
.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 28.571%;
}
.et_pb_gutters4 .et_pb_column_1_4,
.et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
width: 19%;
}
.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module {
margin-bottom: 21.053%;
}
.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 42.105%;
}
.et_pb_gutters4 .et_pb_column_1_5,
.et_pb_gutters4.et_pb_row .et_pb_column_1_5 {
width: 13.6%;
}
.et_pb_gutters4 .et_pb_column_1_5 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module {
margin-bottom: 29.412%;
}
.et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 58.824%;
}
.et_pb_gutters4 .et_pb_column_1_6,
.et_pb_gutters4.et_pb_row .et_pb_column_1_6 {
width: 10%;
}
.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module {
margin-bottom: 40%;
}
.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 80%;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
margin-bottom: 21.053%;
}
.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
margin-bottom: 14.286%;
}
.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
margin-bottom: 8.696%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 5.479%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 26.027%;
margin-right: 10.959%;
margin-bottom: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 44.521%;
margin-right: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 21.918%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 {
width: 44.52054795%;
margin-right: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_module {
margin-bottom: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 21.918%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 {
width: 26.02739726%;
margin-right: 10.959%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 21.053%;
}
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 42.105%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 6.25%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 43.75%;
margin-right: 12.5%;
margin-bottom: 12.5%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 43.75%;
margin-right: 12.5%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 25%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 {
width: 43.75%;
margin-right: 12.5%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module {
margin-bottom: 14.286%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 28.571%;
width: 100%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 {
width: 15.625%;
margin-right: 12.5%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 40%;
}
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 80%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 8.696%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 41.304%;
margin-right: 17.391%;
margin-bottom: 17.391%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 17.391%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 {
width: 41.30434783%;
margin-right: 17.391%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 21.053%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 42.105%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 {
width: 21.739%;
margin-right: 17.391%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 40%;
}
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 80%;
}
.et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product {
width: 19%;
margin-right: 8%;
margin-bottom: 8%;
}
.et_pb_gutters4.et_left_sidebar.woocommerce-page ul.products li.product,
.et_pb_gutters4.et_right_sidebar.woocommerce-page ul.products li.product {
width: 26.027%;
margin-right: 10.959%;
}
.et_pb_gutters4 .footer-widget {
margin-right: 8%;
margin-bottom: 8%;
}
.et_pb_gutters4 .footer-widget:last-child {
margin-right: 0;
}
.et_pb_gutters4.et_pb_footer_columns6 .footer-widget {
width: 10%;
}
.et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget {
margin-bottom: 80%;
}
.et_pb_gutters4.et_pb_footer_columns5 .footer-widget {
width: 13.6%;
}
.et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget {
margin-bottom: 58.824%;
}
.et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
width: 19%;
}
.et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
margin-bottom: 42.105%;
}
.et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
width: 28%;
}
.et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
margin-bottom: 28.571%;
}
.et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
width: 46%;
}
.et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
margin-bottom: 17.391%;
}
.et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
width: 100%;
}
.et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
margin-bottom: 8%;
}
.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
width: 73%;
clear: both;
}
.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 10.959%;
}
.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
width: 19%;
}
.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 42.105%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
width: 19%;
clear: both;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 42.105%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
width: 73%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 10.959%;
}
.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
width: 64%;
}
.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 12.5%;
}
.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
width: 28%;
}
.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 28.571%;
}
.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
width: 28%;
}
.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 28.571%;
}
.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
width: 64%;
}
.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 12.5%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
width: 19%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 42.105%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
width: 46%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 17.391%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
width: 46%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
margin-bottom: 17.391%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 19%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 42.105%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
width: 13.6%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 58.824%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
width: 56.8%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 14.085%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
width: 56.8%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
margin-bottom: 14.085%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 13.6%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 58.824%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
width: 56.8%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 14.085%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
width: 35.2%;
}
.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 22.727%;
}
.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
width: 35.2%;
}
.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 22.727%;
}
.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
width: 56.8%;
}
.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 14.085%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
width: 46%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
margin-bottom: 17.391%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
width: 10%;
}
.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
margin-bottom: 80%;
}
.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
width: 10%;
}
.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
margin-bottom: 80%;
}
.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
width: 46%;
}
.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
margin-bottom: 17.391%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 19%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 42.105%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
width: 46%;
}
.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 17.391%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 13.6%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 58.824%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
width: 56.8%;
}
.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 14.085%;
}
.rtl .et_pb_gutters4,
.rtl .et_pb_gutters4.et_pb_row { }
.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
margin-right: 0;
margin-left: 8%;
}
.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 10.959%;
}
.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 12.5%;
}
.rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-left: 0;
}
.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 10.959%;
}
.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 12.5%;
}
.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.et_pb_gutters2,
.et_pb_gutters2.et_pb_row { }
.et_pb_gutters2 .et_pb_column,
.et_pb_gutters2.et_pb_row .et_pb_column {
margin-right: 3%;
}
.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
.et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child {
margin-bottom: 30px;
}
.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_4_4 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 22.75%;
margin-right: 3%;
margin-bottom: 3%;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
width: 31.333%;
margin-right: 3%;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
margin-bottom: 9.574%;
}
.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_3_4 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 30.64%;
margin-right: 4.04%;
margin-bottom: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
width: 47.98%;
margin-right: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 8.081%;
}
.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_2_3 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 47.716%;
margin-right: 4.569%;
margin-bottom: 4.569%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
width: 47.716%;
margin-right: 4.569%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 9.137%;
}
.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_3_5 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 47.449%;
margin-right: 5.102%;
margin-bottom: 5.102%;
}
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 5.102%;
}
.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_1_2 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 46.907%;
margin-right: 6.186%;
margin-bottom: 6.186%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 6.186%;
}
.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_2_5 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 7.853%;
}
.et_pb_gutters2 .et_pb_column_1_3,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
width: 31.333%;
}
.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_3 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 9.574%;
}
.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_4 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 13.187%;
}
.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_5 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 17.045%;
}
.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_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 21.176%;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
margin-bottom: 6.593%;
}
.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
margin-bottom: 4.787%;
}
.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
margin-bottom: 3.093%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 2.02%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 30.64%;
margin-right: 4.04%;
margin-bottom: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 47.98%;
margin-right: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 8.081%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 {
width: 47.97979798%;
margin-right: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_module {
margin-bottom: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 8.081%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 {
width: 30.63973064%;
margin-right: 4.04%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 6.593%;
}
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 13.187%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 2.284%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 47.716%;
margin-right: 4.569%;
margin-bottom: 4.569%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 47.716%;
margin-right: 4.569%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 9.137%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 {
width: 47.716%;
margin-right: 4.569%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module {
margin-bottom: 4.787%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 9.574%;
width: 100%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 {
width: 21.574%;
margin-right: 4.569%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 10.588%;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 21.176%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 3.093%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 46.907%;
margin-right: 6.186%;
margin-bottom: 6.186%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 6.186%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 {
width: 46.90721649%;
margin-right: 6.186%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 6.593%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 13.187%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 {
width: 29.21%;
margin-right: 6.186%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 10.588%;
}
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 21.176%;
}
.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 ul.products li.product,
.et_pb_gutters2.et_right_sidebar.woocommerce-page ul.products li.product {
width: 30.64%;
margin-right: 4.04%;
}
.et_pb_gutters2 .footer-widget {
margin-right: 3%;
margin-bottom: 3%;
}
.et_pb_gutters2 .footer-widget:last-child {
margin-right: 0;
}
.et_pb_gutters2.et_pb_footer_columns6 .footer-widget {
width: 14.167%;
}
.et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget {
margin-bottom: 21.176%;
}
.et_pb_gutters2.et_pb_footer_columns5 .footer-widget {
width: 17.6%;
}
.et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget {
margin-bottom: 17.045%;
}
.et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
width: 22.75%;
}
.et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
margin-bottom: 13.187%;
}
.et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
width: 31.333%;
}
.et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
margin-bottom: 9.574%;
}
.et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
width: 48.5%;
}
.et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
margin-bottom: 6.186%;
}
.et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
width: 100%;
}
.et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
margin-bottom: 3%;
}
.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
width: 74.25%;
clear: both;
}
.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 4.04%;
}
.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
width: 22.75%;
}
.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 13.187%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
width: 22.75%;
clear: both;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 13.187%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
width: 74.25%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 4.04%;
}
.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
width: 65.667%;
}
.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 4.569%;
}
.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
width: 31.333%;
}
.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 9.574%;
}
.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
width: 31.333%;
}
.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 9.574%;
}
.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
width: 65.667%;
}
.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 4.569%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
width: 22.75%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 13.187%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
width: 48.5%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 6.186%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
width: 48.5%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
margin-bottom: 6.186%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 22.75%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 13.187%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
width: 17.6%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 17.045%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
width: 58.8%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 5.102%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
width: 58.8%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
margin-bottom: 5.102%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 17.6%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 17.045%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
width: 58.8%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 5.102%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
width: 38.2%;
}
.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 7.853%;
}
.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
width: 38.2%;
}
.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 7.853%;
}
.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
width: 58.8%;
}
.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 5.102%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
width: 48.5%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
margin-bottom: 6.186%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
width: 14.167%;
}
.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
margin-bottom: 21.176%;
}
.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
width: 14.167%;
}
.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
margin-bottom: 21.176%;
}
.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
width: 48.5%;
}
.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
margin-bottom: 6.186%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 22.75%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 13.187%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
width: 48.5%;
}
.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 6.186%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 17.6%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 17.045%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
width: 58.8%;
}
.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 5.102%;
}
.rtl .et_pb_gutters2,
.rtl .et_pb_gutters2.et_pb_row { }
.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
margin-right: 0;
margin-left: 3%;
}
.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 4.04%;
}
.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 4.569%;
}
.rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-left: 0;
}
.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 4.04%;
}
.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 4.569%;
}
.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.et_pb_gutters1,
.et_pb_gutters1.et_pb_row { }
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child {
margin-bottom: 30px;
}
.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_4_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 25%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
width: 33.333%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
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_3_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 33.333%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
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_2_3 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 50%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
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_3_5 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 50%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
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_1_2 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 50%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
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_2_5 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_3,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
width: 33.333%;
}
.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_3 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
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_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
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_5 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
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_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 33.333%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
clear: none;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 {
width: 33.33333333%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 50%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 0;
width: 100%;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 {
width: 25%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
width: 100%;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 {
width: 100%;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
width: 50%;
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
clear: both;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
width: 100%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 {
width: 33.333%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
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 ul.products li.product,
.et_pb_gutters1.et_right_sidebar.woocommerce-page ul.products li.product {
width: 33.333%;
margin-right: 0;
}
.et_pb_gutters1 .footer-widget {
margin-right: 0;
margin-bottom: 0;
}
.et_pb_gutters1 .footer-widget:last-child {
margin-right: 0;
}
.et_pb_gutters1.et_pb_footer_columns6 .footer-widget {
width: 16.667%;
}
.et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns5 .footer-widget {
width: 20%;
}
.et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns4 .footer-widget {
width: 25%;
}
.et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns3 .footer-widget {
width: 33.333%;
}
.et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns2 .footer-widget {
width: 50%;
}
.et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns1 .footer-widget {
width: 100%;
}
.et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
width: 75%;
clear: both;
}
.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
width: 25%;
}
.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
width: 25%;
clear: both;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
width: 75%;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
width: 66.667%;
}
.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
width: 33.333%;
}
.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
width: 33.333%;
}
.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
width: 66.667%;
}
.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
width: 25%;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
width: 50%;
}
.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
width: 50%;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 25%;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
width: 20%;
}
.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
width: 60%;
}
.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
width: 60%;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
width: 20%;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
width: 60%;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
width: 40%;
}
.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
width: 40%;
}
.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
width: 60%;
}
.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
width: 50%;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
width: 16.667%;
}
.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
width: 16.667%;
}
.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
width: 50%;
}
.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 25%;
}
.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
width: 50%;
}
.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
width: 20%;
}
.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
margin-bottom: 0;
}
.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
width: 60%;
}
.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
margin-bottom: 0;
}
.rtl .et_pb_gutters1,
.rtl .et_pb_gutters1.et_pb_row { }
.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
margin-right: 0;
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
margin-right: 0;
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
margin-left: 0;
} .et_pb_gutters4.et_pb_row.et_pb_row_fullwidth,
.et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_gutters4.et_pb_row,
.et_pb_gutters4 .et_pb_specialty_fullwidth > .et_pb_row {
width: 86% !important;
max-width: 86% !important;
}
.et_pb_gutters2.et_pb_row.et_pb_row_fullwidth,
.et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_gutters2.et_pb_row,
.et_pb_gutters2 .et_pb_specialty_fullwidth > .et_pb_row {
width: 94% !important;
max-width: 94% !important;
}
.et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
.et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_gutters1.et_pb_row,
.et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
width: 100% !important;
max-width: 100% !important;
} .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child,
.et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child {
line-height: normal;
}
} @media all and (max-width: 980px) {
.et_pb_column .et_pb_grid_item,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 5.5% 7.5% 0;
width: 29.666%;
clear: none;
float: left;
}
.et_pb_column .et_pb_grid_item:nth-child(3n),
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_column .et_pb_grid_item .last_in_row,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row {
margin-right: 0;
}
.et_pb_column .et_pb_grid_item:nth-child(3n+1),
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_column .et_pb_grid_item .first_in_row,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row {
clear: both;
}
.et_pb_column .et_pb_blog_grid .column.size-1of2,
.et_pb_column .et_pb_widget {
margin: 0 5.5% 7.5% 0;
width: 47.25%;
clear: none;
float: left;
}
.et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.et_pb_column .et_pb_widget:nth-child(2n),
.et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row,
.et_pb_column .et_pb_widget .last_in_row {
margin-right: 0;
}
.et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n+1),
.et_pb_column .et_pb_widget:nth-child(2n+1),
.et_pb_column .et_pb_blog_grid .column.size-1of2 .first_in_row,
.et_pb_column .et_pb_widget .first_in_row {
clear: both;
}
.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 16.21%;
}
.et_pb_column .et_pb_blog_grid .column.size-1of2,
.et_pb_column .et_pb_blog_grid .column.size-1of1 {
margin-bottom: 0;
}
.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child {
margin-bottom: 30px;
}
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.et_pb_gutters1 { }
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0;
width: 33.333%;
}
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_column .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
margin: 0;
width: 50%;
}
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
.et_pb_gutters1.et_pb_row_4col > .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-4_1-4_1-2 > .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 > .et_pb_column.et_pb_column_1_4,
.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-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0;
width: 100%;
}
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5,
.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_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_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 {
width: 50%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0;
width: 100%;
}
.et_pb_gutters1 .et_pb_row_6col > .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-6_1-6_1-6_1-2 > .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_1-2_1-6_1-6_1-6 > .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 > .et_pb_column.et_pb_column_1_6 {
width: 33.333%;
margin-right: 0;
}
.et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0;
width: 100%;
}
.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;
}
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0;
width: 100%;
}
.et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
.et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
.et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
.et_pb_specialty_fullwidth > .et_pb_gutters1.et_pb_row,
.et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
width: 100% !important;
max-width: 100% !important;
}
.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_column .et_pb_widget {
margin: 0 0 7.5% 5.5%;
float: right;
}
.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
.rtl .et_pb_column .et_pb_widget:nth-child(2n),
.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row,
.rtl .et_pb_column .et_pb_widget .last_in_row {
margin-left: 0;
}
.rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2,
.rtl .et_pb_gutters1 .et_pb_column .et_pb_widget,
.rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
margin: 0;
}
} @media all and (max-width: 767px) {
.et_pb_column .et_pb_grid_item,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 5.5% 9.5% 0;
width: 47.25%;
clear: none;
float: left;
}
.et_pb_column .et_pb_grid_item:nth-child(3n),
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 5.5%;
}
.et_pb_column .et_pb_grid_item:nth-child(3n+1),
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: none;
}
.et_pb_column .et_pb_grid_item:nth-child(2n),
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
.et_pb_column .et_pb_grid_item .last_in_row,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row {
margin-right: 0;
}
.et_pb_column .et_pb_grid_item:nth-child(2n+1),
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
.et_pb_column .et_pb_grid_item .first_in_row,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row {
clear: both;
}
.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-right: 0;
margin-bottom: 9.5%;
width: 100%;
}
.et_pb_column .et_pb_widget {
margin-right: 0;
width: 100%;
}
.et_pb_gutters1 .et_pb_column,
.et_pb_gutters1.et_pb_row .et_pb_column {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_module,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
margin-bottom: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0;
width: 50%;
}
.et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n),
.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
margin-right: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1),
.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
clear: none;
}
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
margin: 0;
width: 100%;
}
.rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
margin-left: 0;
}
} @media all and (max-width: 479px) {
.et_pb_column {
width: 100% !important;
}
.et_pb_column .et_pb_grid_item,
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_column .et_pb_widget {
margin-right: 0;
margin-bottom: 11.5%;
width: 100%;
}
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_widget,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product {
margin: 0 0 11.5% 0;
width: 100%;
}
.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;
}
.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
width: 100%;
margin: 0;
}
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column .et_pb_widget,
.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
width: 100%;
margin: 0;
}
} .et_pb_column_1_3 h1,
.et_pb_column_2_5 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1 {
font-size: 26px;
}
.et_pb_column_1_3 h2,
.et_pb_column_2_5 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2 {
font-size: 23px;
}
.et_pb_column_1_3 h3,
.et_pb_column_2_5 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3 {
font-size: 20px;
}
.et_pb_column_1_3 h4,
.et_pb_column_2_5 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4 {
font-size: 18px;
}
.et_pb_column_1_3 h5,
.et_pb_column_2_5 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5 {
font-size: 16px;
}
.et_pb_column_1_3 h6,
.et_pb_column_2_5 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6 {
font-size: 15px;
} .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
} .et_pb_gallery_item,
.et_pb_portfolio_item,
.et_pb_blurb_content,
.et_pb_tabs_controls,
.et_pb_tab,
.et_pb_slide_description,
.et_pb_pricing_heading,
.et_pb_pricing_content,
.et_pb_promo_description,
.et_pb_newsletter_description,
.et_pb_counter_title,
.et_pb_circle_counter,
.et_pb_number_counter,
.et_pb_toggle_title,
.et_pb_toggle_content,
.et_pb_contact_main_title,
.et_pb_testimonial_description_inner,
.et_pb_team_member,
.et_pb_countdown_timer_container,
.et_pb_post,
.et_pb_text,
.product,
.et_pb_widget {
word-wrap: break-word;
} .et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.et_pb_member_social_links a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button {
color: #2EA3F2;
}
.et_pb_pricing li span:before {
border-color: #2EA3F2;
}
.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content {
background-color: #2EA3F2;
} .et-fb .section_has_divider.et_fb_element_controls_visible--child > .et_pb_top_inside_divider,
.et-fb .section_has_divider.et_fb_element_controls_visible--child > .et_pb_bottom_inside_divider {
z-index: 1;
} .et_pb_row {
width: 80%;
max-width: 1080px;
margin: auto;
position: relative;
}
.section_has_divider .et_pb_row {
z-index: 5;
}
.et_pb_fullwidth_section .et_pb_row {
z-index: 11;
} .et_pb_column {
float: left;
background-size: cover;
background-position: center;
position: relative;
z-index: 9;
}
.et_pb_column.et_pb_section_parallax {
position: relative;
}
.et_pb_css_mix_blend_mode_passthrough {
mix-blend-mode: unset !important;
} .et_pb_module_inner {
position: relative;
}
.et_hover_enabled_preview {
z-index: 2;
}
.et_hover_enabled:hover {
position: relative;
z-index: 2;
} .et_post_gallery {
padding: 0 !important;
line-height: 1.7 !important;
list-style: none !important;
}
p.et_pb_gallery_caption {
line-height: 1.7;
} .fullwidth-menu li {
display: inline-block;
font-size: 14px;
padding-right: 22px;
}
.fullwidth-menu > li:last-child {
padding-right: 0;
}
.fullwidth-menu a {
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
display: block;
position: relative;
transition: all 0.4s ease-in-out;
}
.fullwidth-menu a:hover {
opacity: 0.7;
transition: all 0.4s ease-in-out;
}
.fullwidth-menu li > a {
padding-bottom: 29px;
word-wrap: break-word;
} .et_pb_posts_nav a,
.et_pb_row,
.et_pb_row_inner,
.et_pb_module,
.et_pb_counters .et_pb_counter_container,
.et_pb_portfolio_item,
.et_pb_pricing_table,
.et_pb_all_tabs,
.et_pb_tab,
.et_pb_slide,
.et_pb_with_background {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .et_pb_with_border,
.et_pb_with_border .et_pb_portfolio_item,
.et_pb_with_border .et_pb_portfolio_image,
.et_pb_with_border .et_pb_gallery_item,
.et_pb_with_border .et_pb_counter_container,
.et_pb_with_border .et_pb_main_blurb_image,
.et_pb_with_border .et_portfolio_image,
.et_pb_with_border .et_pb_gallery_image,
.et_pb_with_border .et_pb_team_member_image,
.et_pb_with_border .et_pb_testimonial_portrait,
.et_pb_with_border .et_pb_image_wrap,
.et_pb_with_border .et_pb_newsletter_form input,
.et_pb_with_border .et_pb_newsletter_form textarea,
.et_pb_with_border .et_pb_newsletter_form select,
.et_pb_with_border .et_pb_newsletter_form .input[type="checkbox"] + label i,
.et_pb_with_border .et_pb_newsletter_form .input[type="radio"] + label i,
.et_pb_with_focus_border .et_pb_newsletter_form input:focus,
.et_pb_with_border .et_pb_contact_form input,
.et_pb_with_border .et_pb_contact_form textarea,
.et_pb_with_border .et_pb_contact_form select,
.et_pb_with_border .et_pb_contact_form .input[type="checkbox"] + label i,
.et_pb_with_border .et_pb_contact_form .input[type="radio"] + label i,
.et_pb_with_border.et_pb_contact_field input,
.et_pb_with_border.et_pb_contact_field textarea,
.et_pb_with_border.et_pb_contact_field select,
.et_pb_with_border.et_pb_contact_field .input[type="checkbox"] + label i,
.et_pb_with_border.et_pb_contact_field .input[type="radio"] + label i,
.et_pb_with_border.et_pb_posts .et_pb_post,
.et_pb_with_border.et_pb_comments_module textarea,
.et_pb_with_border.et_pb_comments_module input,
.et_pb_with_border.et_pb_posts_nav span.nav-previous a,
.et_pb_with_border.et_pb_posts_nav span.nav-next a,
.et_pb_with_border.et_pb_video_slider .et_pb_slider,
.et_pb_with_border.et_pb_video_slider .et_pb_carousel_item,
.et_pb_with_border.et_pb_shop .et_shop_image > img {
border-width: 0;
border-style: solid;
border-color: #333333;
} .et_pb_image {
margin-left: auto;
margin-right: auto;
display: block;
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;
overflow: hidden;
}
.et_pb_image {
display: block;
}
.et_pb_image .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
}
.et_pb_image img {
position: relative;
} .et_pb_image_sticky {
margin-bottom: 0 !important;
display: inherit;
} .et-pb-icon-circle {
font-size: 48px;
border-radius: 100%;
padding: 25px;
}
.et-pb-icon-circle-border {
border: 3px solid;
}
.et_pb_blurb_content {
max-width: 550px;
margin: 0 auto;
position: relative;
text-align: center;
}
.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_content p:last-of-type {
padding-bottom: 0;
}
.et_pb_main_blurb_image {
display: inline-block;
margin-bottom: 30px;
line-height: 0;
max-width: 100%;
}
.et_pb_blurb h4 a,
.et_pb_blurb .et_pb_module_header a {
text-decoration: none;
}
.et_pb_blurb .et_pb_image_wrap {
display: block;
margin: auto;
} .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;
display: table-cell;
}
.et_pb_blurb_position_left .et-pb-icon-circle,
.et_pb_blurb_position_right .et-pb-icon-circle {
font-size: 16px;
padding: 8px;
}
.et_pb_blurb_position_left .et-pb-icon-circle-border,
.et_pb_blurb_position_right .et-pb-icon-circle-border {
border: 2px solid;
}
.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 {
padding-right: 52px;
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_pricing_table_wrap {
display: block;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.et_pb_pricing_table {
float: left;
width: 33.33%;
max-width: 34%;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border: 1px solid #BEBEBE;
background-color: #FCFCFC;
padding-bottom: 30px;
text-align: center;
margin: 30px -1px 0 0;
position: relative;
}
.et_pb_pricing > .box-shadow-overlay {
z-index: 11;
}
.et_pb_featured_table {
background-color: #FFF;
margin-top: 0;
position: relative;
z-index: 10;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.et_pb_centered_pricing_items .et_pb_pricing {
text-align: center;
} .et_pb_column_4_4 .et_pb_pricing_table {
width: 25%;
max-width: 25.5%;
}
.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
width: 33.33%;
max-width: 34%;
}
.et_pb_pricing_2 .et_pb_pricing_table,
.et_pb_column_2_3 .et_pb_pricing_table,
.et_pb_column_1_2 .et_pb_pricing_table,
.et_pb_column_3_5 .et_pb_pricing_table {
width: 50%;
max-width: 50.5%;
}
.et_pb_pricing_1 .et_pb_pricing_table,
.et_pb_column_3_8 .et_pb_pricing_table,
.et_pb_column_1_3 .et_pb_pricing_table,
.et_pb_column_2_5 .et_pb_pricing_table,
.et_pb_column_1_4 .et_pb_pricing_table,
.et_pb_column_1_5 .et_pb_pricing_table,
.et_pb_column_1_6 .et_pb_pricing_table {
width: 100%;
max-width: none;
margin: 0 0 30px;
}
.et_pb_pricing_1 .et_pb_pricing_table:last-child,
.et_pb_column_3_8 .et_pb_pricing_table:last-child,
.et_pb_column_1_3 .et_pb_pricing_table:last-child,
.et_pb_column_2_5 .et_pb_pricing_table:last-child,
.et_pb_column_1_4 .et_pb_pricing_table:last-child,
.et_pb_column_1_5 .et_pb_pricing_table:last-child,
.et_pb_column_1_6 .et_pb_pricing_table:last-child,
.et_pb_pricing_1 .et_pb_pricing_table.et-last-child,
.et_pb_column_3_8 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_3 .et_pb_pricing_table.et-last-child,
.et_pb_column_2_5 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_4 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_5 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_6 .et_pb_pricing_table.et-last-child {
margin-bottom: 0;
}
.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(4n+1),
.et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(3n+1),
.et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_3_5 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(2n+1) {
clear: both;
}
.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+5),
.et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+4),
.et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+3),
.et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+3),
.et_pb_column_3_5 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+3) {
margin-top: 50px;
}
.et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5),
.et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
.et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3) {
margin-top: 30px;
}
.et_pb_pricing_heading {
background-color: #BEBEBE;
margin-bottom: 17px;
padding: 10px 0;
position: relative;
}
.et_pb_pricing_heading h2,
.et_pb_pricing_heading .et_pb_pricing_title {
color: #FFF;
padding-bottom: 5px;
}
.et_pb_best_value {
color: #FFF;
font-size: 16px;
line-height: 20px;
display: block;
font-weight: 500;
}
.et_pb_pricing_content_top {
border-bottom: 1px solid #BEBEBE;
padding-bottom: 30px;
position: relative;
}
.et_pb_pricing_table .et_pb_button_wrapper {
padding-left: 30px;
padding-right: 30px;
}
.et_pb_et_price {
color: #999;
font-size: 16px;
}
.et_pb_dollar_sign {
font-size: 18px;
font-weight: 400;
position: absolute;
margin-left: -0.5em;
}
.et_pb_sum {
font-size: 80px;
line-height: 1.03em;
font-weight: 300;
}
.et_pb_pricing_content {
padding: 30px;
text-align: left;
position: relative;
}
.et_pb_featured_table .et_pb_pricing_content {
padding-bottom: 50px;
}
.et_pb_pricing li {
line-height: 1.6em;
padding: 0 0 1.6em 14px;
position: relative;
}
.et_pb_pricing li:last-child {
padding-bottom: 0;
}
.et_pb_pricing li span:before {
border-style: solid;
border-width: 3px;
content: "";
left: -14px;
position: absolute;
top: 9px;
border-radius: 3px;
}
.et_pb_pricing li.et_pb_not_available {
color: #CCC;
}
.et_pb_pricing li.et_pb_not_available span:before {
border-color: #CCC;
}
.et_pb_pricing li a {
font-weight: 500;
text-decoration: none;
}
.et_pb_pricing li span {
position: relative;
}
.et_pb_centered_pricing_items .et_pb_pricing li {
padding-left: 0;
}
.et_pb_pricing_table_button {
display: inline-block;
position: relative;
}
.et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2) {
margin-top: 0 !important;
}
@media all and (min-width: 981px) {
.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3),
.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3),
.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4),
.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3) {
margin-top: 0 !important;
}
}
@media all and (max-width: 981px) {
.et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2) {
margin-top: 0 !important;
}
}
@media all and (min-width: 767px) {
.et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
.et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
.et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2) {
margin-top: 0 !important;
}
} .et_pb_testimonial {
position: relative;
padding: 30px;
line-height: 1.5;
}
.et_pb_testimonial.et_pb_testimonial_no_bg {
padding: 30px 0 0;
}
.et_pb_testimonial p:last-of-type {
padding-bottom: 0;
}
.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
border-radius: 90px;
}
.et_pb_testimonial_portrait {
float: left;
position: relative;
display: block;
width: 90px;
height: 90px;
margin-right: 30px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.et_pb_testimonial_portrait:before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_2_5 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_1_5 .et_pb_testimonial_portrait,
.et_pb_column_1_6 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
float: none;
display: block;
margin: 0 auto 20px;
}
.et_pb_testimonial_description,
.et_pb_testimonial_description_inner {
display: block;
position: relative;
}
.et_pb_bg_layout_dark .et_pb_testimonial_description a {
color: #FFF;
}
.et_pb_testimonial_author {
margin-top: 16px;
font-weight: 700;
display: block;
}
.et_pb_testimonial_author a {
color: inherit;
}
.et_pb_testimonial:before {
content: "\7c";
font-size: 32px;
left: 50%;
position: absolute;
top: -16px;
background: #F5F5F5;
margin-left: -16px;
border-radius: 31px;
z-index: 2;
}
.et_pb_testimonial.et_pb_testimonial_no_bg:before {
background: inherit;
}
.et_pb_testimonial.et_pb_icon_off:before {
display: none;
}
.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
color: #666 !important;
} .et-promo {
background-color: #1F6581;
padding: 40px 0 25px;
}
.et-promo-description {
float: left;
padding: 0 60px;
}
.et-promo-description {
width: 754px;
}
.et-promo-description p {
color: #FFF;
}
.et-promo-button {
padding-right: 60px;
display: inline-block;
font-weight: 500;
font-size: 20px;
color: #FFF;
background-color: rgba(0, 0, 0, 0.35);
border-radius: 5px;
padding: 14px 20px;
margin-top: 20px;
float: left;
} .et_pb_counter_title {
font-size: 12px;
line-height: 1.6em;
display: block;
}
.et_pb_bg_layout_light .et_pb_counter_title {
color: #666;
}
.et_pb_counter_container {
background-color: #DDDDDD;
color: #FFF;
margin-bottom: 10px;
overflow: hidden;
position: relative;
display: block;
}
.et_pb_counter_amount {
opacity: 0;
float: left;
font-size: 12px;
font-weight: 600;
line-height: 1.6em;
text-align: right;
padding: 1px;
display: block;
min-height: 6px;
z-index: 2;
overflow: hidden;
}
.et_pb_counter_amount.overlay {
background-color: transparent !important;
color: #2ea3f2;
position: absolute !important;
top: 0;
left: 0;
z-index: 1;
overflow: visible;
} .et_pb_counters span.et_pb_counter_amount_number {
display: inline-block;
padding: 0 10px;
}
.et_pb_counters span.et_pb_counter_amount_number:before,
.et_pb_counters span.et_pb_counter_amount_number:after {
content: "";
display: block;
max-width: 20px;
min-width: 5px;
}
.et_pb_counters.et_pb_section_video > li {
position: relative;
}
.et_pb_counters > li.et_pb_section_video .et_pb_counter_amount {
position: relative;
}
.et_pb_counters li:last-of-type .et_pb_counter_container {
margin-bottom: 0;
}
.et_pb_text_align_left .et_pb_counter_amount {
text-align: left;
}
.et_pb_text_align_center .et_pb_counter_amount {
text-align: center;
}
.et_pb_text_align_right .et_pb_counter_amount {
text-align: right;
}
.et_pb_text_align_justified .et_pb_counter_amount {
text-align: justify;
} .et_pb_post {
margin-bottom: 60px;
}
.et_pb_post .entry-featured-image-url {
display: block;
position: relative;
margin-bottom: 30px;
}
.et_pb_post h2 a,
.et_pb_post .entry-title a,
.et_pb_portfolio_item h3 a,
.et_pb_portfolio_item .et_pb_module_header a {
text-decoration: none;
}
.et_pb_post .post-meta {
font-size: 14px;
margin-bottom: 6px;
}
.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a {
text-decoration: none;
}
.et_pb_post .more {
color: #82C0C7;
text-decoration: none;
}
.et_pb_posts a.more-link {
clear: both;
display: block;
}
.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
display: block;
position: relative;
overflow: hidden;
}
.et_pb_posts .et_pb_post {
position: relative;
}
.et_pb_posts.et_pb_section_parallax:hover {
overflow: hidden;
}
.et_pb_section_video .et_pb_ajax_pagination_container,
.et_pb_section_parallax .et_pb_ajax_pagination_container,
.et_pb_section_video .pagination,
.et_pb_section_parallax .pagination {
position: relative;
}
.post-password-required .et_pb_section,
.post-password-required .et_pb_row {
padding: 0;
width: 100%;
}
.post-password-required .et_password_protected_form {
min-height: initial;
}
.post-password-required .et_password_protected_form h1 {
display: none;
} .et_pb_posts.et_pb_module article .et_pb_row {
width: 100%;
}
.et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row {
width: 80%;
} .et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
color: #666;
}
.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.et_pb_bg_layout_dark p.et_pb_title_meta_container,
.et_pb_bg_layout_dark p.et_pb_title_meta_container a {
color: inherit;
} .et_pb_blog_grid {
position: relative;
}
.et_pb_blog_grid .column {
float: left;
max-width: 100%;
}
.et_pb_blog_grid .et_pb_post {
border: 1px solid #D8D8D8;
padding: 19px;
background-color: #FFF;
word-wrap: break-word;
}
.et_pb_blog_grid .et_pb_image_container {
position: relative;
}
.et_pb_image_container,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_pb_post .et_pb_slider {
margin: -20px -20px 29px;
}
.et_pb_image_container img,
.et_pb_post a img {
vertical-align: bottom;
max-width: 100%;
}
.et_pb_blog_grid .et_pb_image_container img {
min-width: 100%;
max-width: 100%;
height: auto;
}
.et_pb_blog_grid .et_pb_no_thumb h2,
.et_pb_blog_grid .et_pb_no_thumb .entry-title {
margin-top: 0;
}
.et_pb_blog_grid .et_audio_content {
margin-bottom: 0;
}
.et_pb_blog_grid h2 {
font-size: 18px;
}
.et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
display: none;
opacity: 0;
line-height: 0;
}
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
opacity: 0;
}
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
opacity: 1;
-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
} .et_pb_post > .et_main_video_container {
position: relative;
margin-bottom: 30px;
}
.et_pb_post .et_pb_video_overlay .et_pb_video_play {
color: #FFF;
}
.et_pb_post .et_pb_video_overlay_hover:hover {
background: rgba(0, 0, 0, 0.6);
}
.et_pb_blog_grid .et_main_video_overlay:hover:before {
background: rgba(0, 0, 0, 0.6);
} .et_pb_video {
position: relative;
}
.et_pb_video_box {
display: block;
position: relative;
z-index: 1;
line-height: 0;
}
.et_pb_video_box video {
width: 100% !important;
height: auto !important;
}
.et_pb_video_overlay {
position: absolute;
z-index: 10;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.et_pb_video_play:before {
font-family: 'ETmodules';
content: "\49";
}
.et_pb_video_play {
display: block;
position: absolute;
z-index: 100;
color: #FFF;
left: 50%;
top: 50%;
}
.et_pb_bg_layout_light .et_pb_video_play {
color: #333;
}
.et_pb_video_overlay_hover {
background: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
transition: all 0.5s ease-in-out;
}
.et_pb_video .et_pb_video_overlay_hover:hover {
background: rgba(0, 0, 0, 0.6);
} .et_pb_column_4_4 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_1_2 .et_pb_video_play,
.et_pb_column_3_5 .et_pb_video_play {
font-size: 6rem;
line-height: 6rem;
margin-left: -3rem;
margin-top: -3rem;
}
.et_pb_column_3_8 .et_pb_video_play,
.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_2_5 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play,
.et_pb_column_1_5 .et_pb_video_play,
.et_pb_column_1_6 .et_pb_video_play {
font-size: 3rem;
line-height: 3rem;
margin-left: -1.5rem;
margin-top: -1.5rem;
} .et_pb_video_slider {
position: relative;
}
.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
background: rgba(0, 0, 0, 0.6);
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light ~ .et-pb-controllers a {
background-color: rgba(255, 255, 255, 0.5);
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light ~ .et-pb-controllers .et-pb-active-control {
background-color: #FFF !important;
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark ~ .et-pb-controllers a {
background-color: rgba(51, 51, 51, 0.5);
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark ~ .et-pb-controllers .et-pb-active-control {
background-color: #333 !important;
}
.et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows {
color: #333;
}
.et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers {
bottom: 35px;
}
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel,
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items {
overflow: visible;
}
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out {
box-shadow: none !important;
background: transparent !important;
-webkit-animation-name: et_pb_video_slider_item_fade_out;
animation-name: et_pb_video_slider_item_fade_out;
-webkit-animation-duration: 200ms;
animation-duration: 200ms;
opacity: 0;
}
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay {
-webkit-animation-name: et_pb_video_slider_item_overlay_fade_out;
animation-name: et_pb_video_slider_item_overlay_fade_out;
-webkit-animation-duration: 200ms;
animation-duration: 200ms;
}
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item,
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item {
opacity: 0;
}
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in {
-webkit-animation-name: et_pb_video_slider_item_fade_in;
animation-name: et_pb_video_slider_item_fade_in;
-webkit-animation-duration: 400ms;
animation-duration: 400ms;
opacity: 1;
display: block;
}
.et-pb-is-sliding-carousel {
overflow-x: hidden;
}
.et_pb_carousel {
margin-top: 2%;
position: relative;
overflow: hidden;
}
.et_pb_carousel:hover .et-pb-arrow-prev {
left: 10px;
opacity: 1;
}
.et_pb_carousel:hover .et-pb-arrow-next {
right: 10px;
opacity: 1;
}
.et_pb_slider_carousel {
margin-bottom: 0 !important;
}
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et_pb_video_play {
color: #FFF;
}
.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et_pb_video_play {
color: #333;
}
.et_pb_carousel_items {
width: 100%;
height: auto;
position: relative;
overflow: hidden;
}
.et_pb_carousel_items .et-carousel-group {
display: none;
float: left;
width: 100%;
position: relative;
}
.et_pb_carousel_items .et-carousel-group.active {
display: block;
}
.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
margin-right: 0;
}
.et_pb_carousel_item {
display: none;
position: relative;
background: rgba(0, 0, 0, 0.25);
float: left;
margin: 0 2% 0 0;
padding: 0;
}
.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
width: 15%;
}
.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
width: 18.4%;
}
.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
width: 23.5%;
}
.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
width: 32%;
}
.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
width: 49%;
}
.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
width: 100%;
}
.et_pb_carousel_item:after {
padding-top: 75%;
display: block;
content: '';
}
.et_pb_carousel_item .et_pb_video_overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
background: rgba(0, 0, 0, 0.6);
}
.et_pb_carousel_item .et_pb_video_play {
opacity: 0;
transition: all 0.5s ease-in-out;
}
.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
opacity: 1;
}
.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
background: rgba(0, 0, 0, 0.6);
}
@-webkit-keyframes et_pb_video_slider_item_fade_out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes et_pb_video_slider_item_fade_out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes et_pb_video_slider_item_overlay_fade_out {
from {
-webkit-transform: scale(1);
transform: scale(1);
}
to {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@keyframes et_pb_video_slider_item_overlay_fade_out {
from {
-webkit-transform: scale(1);
transform: scale(1);
}
to {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@-webkit-keyframes et_pb_video_slider_item_fade_in {
from {
opacity: 0;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes et_pb_video_slider_item_fade_in {
from {
opacity: 0;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} .et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide {
min-height: initial !important;
}
.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play {
font-size: 2.78rem;
line-height: 2.78rem;
margin-left: -1.39rem;
margin-top: -1.39rem;
}
.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play {
font-size: 2rem;
line-height: 2rem;
margin-left: -1rem;
margin-top: -1rem;
}
.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play {
font-size: 1.5rem;
line-height: 1.5rem;
margin-left: -0.75rem;
margin-top: -0.75rem;
} .et_pb_widget_area_left {
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 30px;
}
.et_pb_widget_area_right {
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 30px;
}
.et_pb_sidebar_no_border {
border: none;
padding: 0;
} .et_pb_fullwidth_image {
position: relative;
line-height: 0;
}
.et_pb_fullwidth_image img {
width: 100%;
position: relative;
} .et_pb_promo {
padding: 40px 60px;
text-align: center;
}
.et_pb_promo_description {
padding-bottom: 20px;
position: relative;
}
.et_pb_promo_description p:last-of-type {
padding-bottom: 0;
}
.et_pb_promo_button,
.et_pb_module.et_pb_button {
display: inline-block;
color: inherit;
}
.et_pb_promo_button:hover,
.et_pb_newsletter_button:hover {
text-decoration: none;
}
.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_3_5 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_2_5 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo,
.et_pb_column_1_5 .et_pb_promo,
.et_pb_column_1_6 .et_pb_promo {
padding: 40px;
}
.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;
} .et_pb_newsletter {
padding: 25px;
}
.et_pb_newsletter_form,
.et_pb_newsletter_description {
width: 50%;
padding: 0;
position: relative;
}
.et_pb_newsletter_description {
float: left;
margin-bottom: 20px;
}
.et_pb_newsletter_description p:last-of-type {
padding-bottom: 0;
}
.et_pb_newsletter_form {
float: left;
}
.et_pb_newsletter_form p.et_pb_newsletter_field {
padding-bottom: 1em;
margin-bottom: 0;
}
.et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field {
padding-left: 0;
}
.et_pb_newsletter_form .input,
.et_pb_newsletter_form input[type="text"],
.et_pb_newsletter_form input[type="password"],
.et_pb_newsletter_form p.et_pb_newsletter_field input[type="text"],
.et_pb_newsletter_form textarea,
.et_pb_newsletter_form p.et_pb_newsletter_field textarea,
.et_pb_newsletter_form select {
-webkit-appearance: none;
padding: 14px 4% !important;
font-size: 16px;
color: #666;
background-color: #FFF;
width: 100%;
font-weight: 400;
border-width: 0px;
border-radius: 3px;
}
.et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after {
margin-top: -3px;
}
.et_pb_newsletter_form p .et_pb_subscribe_error {
border: 1px solid #F00 !important;
}
.et_pb_newsletter_result {
display: none;
}
.et_pb_newsletter_success {
text-align: center;
}
.et_pb_newsletter_button {
display: block;
color: inherit;
width: 100%;
text-align: center;
box-sizing: border-box;
}
.et_pb_newsletter_fields,
.et_pb_newsletter_footer {
width: 100%;
}
.et_pb_newsletter_footer {
margin-top: 20px;
}
.et_pb_login_form .et_pb_newsletter_button,
.et_pb_feedburner_form .et_pb_newsletter_button {
margin: 0;
width: 100%;
cursor: pointer;
}
.et_pb_login_form form,
.et_pb_feedburner_form form {
text-align: left;
}
.et_pb_login_form ::-webkit-input-placeholder,
.et_pb_feedburner_form ::-webkit-input-placeholder {
color: #666;
}
.et_pb_login_form ::-moz-placeholder,
.et_pb_feedburner_form ::-moz-placeholder {
color: #666;
}
.et_pb_login_form :-ms-input-placeholder,
.et_pb_feedburner_form :-ms-input-placeholder {
color: #666;
}
.et_pb_no_bg {
padding: 0 !important;
}
.et_pb_newsletter .et_pb_contact_field_last + .et_pb_newsletter_field {
padding-left: 0;
}
.et_pb_newsletter .et_pb_contact_field--hidden {
display: none;
}
.et_pb_contact_field_options_list label a:empty:before {
content: '\e906';
font-family: 'ETmodules';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-style: normal;
display: inline-block;
box-sizing: border-box;
font-size: 16px;
}
.et_pb_newsletter {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.et_pb_newsletter.et_pb_login {
display: block;
}
.et_pb_newsletter p .et_pb_signup_error {
border: 1px solid #F00 !important;
}
.et_pb_newsletter .et_pb_newsletter_fields {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.et_pb_newsletter .et_pb_newsletter_fields > * {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
-webkit-flex-basis: 48.5%;
-ms-flex-preferred-size: 48.5%;
flex-basis: 48.5%;
}
.et_pb_signup .et_pb_newsletter_description,
.et_pb_signup .et_pb_newsletter_form {
float: none;
}
.et_pb_newsletter_layout_right_left .et_pb_newsletter_description,
.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description {
padding-left: 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.et_pb_newsletter.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
padding-right: 40px;
padding-left: 0;
}
.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description {
width: 100%;
padding-right: 0;
padding-left: 0;
padding-bottom: 25px;
}
.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
width: 100%;
padding-right: 0;
padding-left: 0;
padding-bottom: 25px;
}
.et_pb_newsletter_layout_top_bottom,
.et_pb_newsletter_layout_bottom_top,
.et_pb_column_1_2 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_2 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_5 .et_pb_newsletter_layout_left_right,
.et_pb_column_3_5 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_3 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_3 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_5 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_5 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_6 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_6 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_4_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_4_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_3_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_2_3 .et_pb_newsletter_layout_left_right,
.et_pb_column_2_3 .et_pb_newsletter_layout_right_left {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter_layout_left_right,
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter_layout_right_left,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter_layout_left_right,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter_layout_right_left,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter_layout_left_right,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter_layout_right_left {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
} .et_pb_column_3_8 .et_pb_newsletter_form,
.et_pb_column_1_2 .et_pb_newsletter_form,
.et_pb_column_3_5 .et_pb_newsletter_form,
.et_pb_column_1_3 .et_pb_newsletter_form,
.et_pb_column_2_5 .et_pb_newsletter_form,
.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column_1_5 .et_pb_newsletter_form,
.et_pb_column_1_6 .et_pb_newsletter_form,
.et_pb_column_3_8 .et_pb_newsletter_description,
.et_pb_column_1_2 .et_pb_newsletter_description,
.et_pb_column_3_5 .et_pb_newsletter_description,
.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_2_5 .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_column_1_5 .et_pb_newsletter_description,
.et_pb_column_1_6 .et_pb_newsletter_description {
width: 100%;
padding: 0;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description {
margin-bottom: 0;
-webkit-align-self: start;
-ms-flex-item-align: start;
align-self: start;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_form,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_form,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_form {
padding-left: 25px;
} .et_pb_tabs {
border: 1px solid #D9D9D9;
}
ul.et_pb_tabs_controls {
background-color: #F4F4F4;
}
ul.et_pb_tabs_controls:after {
border-top: 1px solid #D9D9D9;
content: '';
display: block;
visibility: visible;
position: relative;
top: -1px;
z-index: 9;
}
.et_pb_tabs_controls li {
float: left;
border-right: 1px solid #D9D9D9;
font-weight: 600;
position: relative;
cursor: pointer;
max-width: 100%;
display: table;
z-index: 11;
line-height: 1.7em;
}
.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
border-right: none;
}
.et_pb_tabs_controls li a {
text-decoration: none;
color: #666;
padding: 4px 30px 4px;
vertical-align: middle;
display: table-cell;
line-height: inherit;
}
.et_pb_tabs_controls li.et_pb_tab_active {
background-color: #FFF;
}
.et_pb_tab_active a {
color: #333 !important;
}
.et_pb_tab p:last-of-type {
padding-bottom: 0;
}
.et_pb_all_tabs {
background-color: #FFF;
}
.et_pb_all_tabs > div,
.et_pb_toggle_close .et_pb_toggle_content {
display: none;
}
.et_pb_all_tabs .et_pb_active_content {
display: block;
}
.et_pb_tab {
padding: 24px 30px;
}
.et_pb_tab_content {
position: relative;
} .et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_2_5 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls,
.et_pb_column_1_5 .et_pb_tabs_controls,
.et_pb_column_1_6 .et_pb_tabs_controls,
.et_pb_column_3_8 .et_pb_tabs_controls {
border-bottom: none;
}
.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_2_5 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_1_5 .et_pb_tabs_controls li,
.et_pb_column_1_6 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
float: none;
border-right: none;
border-bottom: 1px solid #D9D9D9;
}
.et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
width: 100%;
} .et_pb_toggle {
border: 1px solid #D9D9D9;
}
.et_pb_toggle_close {
background-color: #F4F4F4;
padding: 20px;
}
.et_pb_toggle_open {
padding: 20px;
background-color: #FFFFFF;
}
.et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title,
.et_pb_toggle .et_pb_toggle_title {
cursor: pointer;
position: relative;
padding: 0 50px 0 0;
}
.et_pb_toggle_close h5.et_pb_toggle_title,
.et_pb_toggle_close .et_pb_toggle_title {
color: #666;
}
.et_pb_toggle_open h5.et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title {
color: #333;
}
.et_pb_toggle_title:before {
content: "\e050";
position: absolute;
right: 0;
font-size: 16px;
color: #CCC;
top: 50%;
margin-top: -0.5em;
}
.et_pb_accordion .et_pb_toggle_title:before,
.et_pb_toggle .et_pb_toggle_title:before {
right: 0;
left: auto;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
content: "\e04f";
}
.et_pb_toggle_content {
padding-top: 20px;
position: relative;
}
.et_pb_toggle_content p:last-of-type {
padding-bottom: 0;
}
.et_pb_toggle_open {
z-index: 1;
} .et_pb_map {
height: 440px;
width: 100%;
position: relative;
}
.et_pb_fullwidth_section .et_pb_map_container {
margin: 0;
}
.et_pb_map_container img {
max-width: inherit;
}
.et_pb_map_pin {
display: none;
visibility: hidden;
} .et_pb_column_2_3 .et_pb_map {
height: 400px;
}
.et_pb_column_1_2 .et_pb_map,
.et_pb_column_3_5 .et_pb_map,
.et_pb_column_3_8 .et_pb_map {
height: 280px;
}
.et_pb_column_1_3 .et_pb_map,
.et_pb_column_2_5 .et_pb_map,
.et_pb_column_1_4 .et_pb_map,
.et_pb_column_1_5 .et_pb_map,
.et_pb_column_1_6 .et_pb_map {
height: 230px;
} .et_pb_contact_form {
margin-left: -3%;
}
.et_pb_contact_form [data-conditional-logic] {
display: none;
}
p.et_pb_contact_field {
padding: 0 0 0 3%;
margin-bottom: 3%;
background-position: center;
background-size: cover;
}
p.et_pb_contact_field_half + p.et_pb_contact_field_last:not(.et_pb_contact_field_half),
p.et_pb_contact_field:not(.et_pb_contact_field_last) {
clear: both;
}
p.et_pb_contact_field.et_pb_contact_field_last + p.et_pb_contact_field.et_pb_contact_field_last {
clear: both;
}
.et_pb_contact_field.et_pb_section_parallax,
.et_pb_contact_field.et_pb_section_video {
position: relative;
}
.et_pb_contact_field * {
position: relative;
}
.et_pb_contact_field a {
color: inherit;
font-weight: 700;
text-decoration: underline;
}
.et_pb_contact_main_title {
font-weight: 500;
padding-bottom: 16px;
position: relative;
}
h1.et_pb_contact_main_title {
font-size: 26px;
}
.et-pb-contact-message {
position: relative;
}
.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_2_5 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title,
.et_pb_column_1_5 .et_pb_contact_main_title,
.et_pb_column_1_6 .et_pb_contact_main_title {
font-size: 22px;
}
.et_pb_contact_form_label {
display: none;
}
.et_pb_contact_right {
display: inline-block;
min-width: 105px;
margin: 0;
text-align: right;
}
.et_pb_contact {
position: relative;
}
.et_pb_contact .et_pb_contact_field_half {
width: 50%;
float: left;
}
.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-appearance: none;
background-color: #EEE;
width: 100%;
border-width: 0px;
border-radius: 0;
color: #999;
font-size: 14px;
padding: 16px;
}
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
background-color: #FFFFFF;
}
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field textarea {
font-family: inherit;
}
.et_pb_contact p input::-moz-placeholder,
.et_pb_contact p textarea::-moz-placeholder {
opacity: 1;
}
.et_pb_contact p input:-moz-placeholder,
.et_pb_contact p textarea:-moz-placeholder {
opacity: 1;
}
.et_pb_contact_right p input {
max-width: 50px;
padding: 16px;
}
.et_pb_contact p input[type="checkbox"],
.et_pb_contact p input[type="radio"],
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"],
.et_pb_subscribe .et_pb_contact_field input[type="radio"] {
margin: 0;
width: auto;
max-width: none;
padding: 0;
display: none;
}
.et_pb_contact p input[type="checkbox"] + label,
.et_pb_contact p input[type="radio"] + label,
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label,
.et_pb_subscribe .et_pb_contact_field input[type="radio"] + label {
display: inline-block;
vertical-align: middle;
position: relative;
cursor: pointer;
line-height: 1.7em;
min-height: 1.7em;
}
.et_pb_contact p input[type="checkbox"] + label i,
.et_pb_contact p input[type="radio"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i {
content: '';
width: 18px;
height: 18px;
background-color: #EEE;
font-style: normal;
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 6px;
}
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i,
.et_pb_subscribe .et_pb_contact_field select,
.et_pb_subscribe .et_pb_contact_field textarea,
.et_pb_subscribe .et_pb_contact_field input[type="text"] {
background-color: #FFFFFF;
}
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i,
.et_pb_subscribe .et_pb_contact_field select,
.et_pb_subscribe .et_pb_contact_field textarea,
.et_pb_subscribe .et_pb_contact_field input[type="text"] {
border-radius: 3px;
}
.et_pb_contact p input[type="radio"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i {
border-radius: 50%;
}
.et_pb_contact p input[type="checkbox"]:checked + label i:before,
.et_pb_contact p input[type="radio"]:checked + label i:before,
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"]:checked + label i:before,
.et_pb_subscribe .et_pb_contact_field input[type="radio"]:checked + label i:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.et_pb_contact p input[type="checkbox"]:checked + label i:before,
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"]:checked + label i:before {
content: '\f147';
font-family: 'dashicons';
color: #2EA3F2;
width: 17px;
height: 17px;
font-size: 17px;
line-height: 17px;
}
.et_pb_contact p input[type="radio"]:checked + label i:before,
.et_pb_subscribe .et_pb_contact_field input[type="radio"]:checked + label i:before {
background: #2EA3F2;
border-radius: 50%;
width: 6px;
height: 6px;
}
.et_pb_contact p input[type="checkbox"] ~ input[type="text"],
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] ~ input[type="text"] {
display: none !important;
}
.et_pb_contact_field[data-type="select"] {
position: relative;
}
.et_pb_contact_field[data-type="select"]:after {
content: '';
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 0;
height: 0;
border: 6px solid;
border-color: #666 transparent transparent transparent;
margin-top: 3px;
pointer-events: none;
}
.et_pb_contact_select {
color: #999;
background-color: #EEE;
padding: 16px 20px 16px 10px;
box-sizing: border-box;
width: 100%;
border: 0;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}
.et_pb_contact_select::-ms-expand {
display: none;
}
.et_pb_contact_field_options_wrapper {
display: block;
}
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
margin-bottom: 0.5em;
font-weight: 600;
}
.et_pb_contact_field_options_wrapper:after {
clear: both;
content: " ";
display: block;
}
.et_pb_contact_field_options_title,
.et_pb_contact_field_select_title,
.et_pb_contact_field_checkbox,
.et_pb_contact_field_radio {
display: block;
}
.et_pb_contact_field_radio_title,
.et_pb_contact_field_select_title {
font-size: 16px;
padding-bottom: 4px;
}
.et_pb_contact_message {
min-height: 150px;
}
.et_pb_contact_submit,
.et_pb_contact_reset {
font-family: inherit;
display: inline-block;
margin: 0 0 0 15px;
cursor: pointer;
}
.et_pb_contact p .et_contact_error {
border: 1px solid #F00 !important;
}
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title,
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label,
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type="checkbox"] + label {
color: #F00 !important;
}
.et_contact_bottom_container {
float: right;
text-align: right;
margin-top: -1.5%;
}
.et_pb_contact_form .et_pb_contactform_validate_field {
display: none !important;
opacity: 0 !important;
height: 0 !important;
width: 0 !important;
border: none !important;
visibility: hidden !important;
}
.et_pb_contactform_validate_field {
display: none;
}
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list {
float: none;
}
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
} .et_pb_countdown_timer {
padding: 4%;
}
.et_pb_countdown_timer .et_pb_countdown_timer_container {
width: 100%;
text-align: center;
position: relative;
vertical-align: top;
}
.et_pb_countdown_timer .title {
font-weight: 500;
margin: 0 0 30px;
padding: 0;
text-align: center;
}
.et_pb_countdown_timer h4.title {
font-size: 26px;
}
.et_pb_countdown_timer .section {
display: inline-block;
position: relative;
}
.et_pb_countdown_timer .section.values {
width: 17%;
max-width: 160px;
vertical-align: top;
}
.et_pb_countdown_timer .section p {
font-size: 54px;
line-height: 54px;
padding-bottom: 0;
text-align: center;
display: inline-block;
}
.et_pb_countdown_timer .section.zero p {
opacity: 0.4;
}
.et_pb_countdown_timer .section p.value {
min-width: 100%;
}
.et_pb_countdown_timer .section p.label {
text-align: center;
font-size: 14px;
line-height: 25px;
display: block;
}
.et_pb_countdown_timer .sep {
position: relative;
}
.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
text-decoration: none !important;
} .et_pb_column_1_2 .et_pb_countdown_timer .section p,
.et_pb_column_3_5 .et_pb_countdown_timer .section p {
font-size: 38px;
line-height: 38px;
}
.et_pb_column_1_2 .et_pb_countdown_timer .section p.label,
.et_pb_column_3_5 .et_pb_countdown_timer .section p.label {
font-size: 12px;
line-height: 20px;
}
.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_2_5 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title,
.et_pb_column_1_5 .et_pb_countdown_timer .title,
.et_pb_column_1_6 .et_pb_countdown_timer .title {
font-size: 22px;
margin-bottom: 20px;
}
.et_pb_column_3_8 .et_pb_countdown_timer .section p,
.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_2_5 .et_pb_countdown_timer .section p {
font-size: 28px;
line-height: 28px;
}
.et_pb_column_1_4 .et_pb_countdown_timer .section p,
.et_pb_column_1_5 .et_pb_countdown_timer .section p,
.et_pb_column_1_6 .et_pb_countdown_timer .section p {
font-size: 20px;
line-height: 20px;
}
.et_pb_column_3_8 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_2_5 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_5 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_6 .et_pb_countdown_timer .section p.label {
font-size: 11px;
line-height: 19px;
} .et_pb_circle_counter,
.et_pb_number_counter {
margin: 0 auto 30px;
position: relative;
text-align: center;
}
.et_pb_circle_counter {
max-width: 225px;
}
.et_pb_circle_counter_inner {
position: relative;
display: block;
}
.et_pb_circle_counter canvas {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: auto !important;
}
.et_pb_circle_counter .percent {
word-wrap: initial;
}
.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
position: relative;
z-index: 2;
}
.et_pb_circle_counter .percent p {
visibility: hidden;
}
.et_pb_circle_counter .percent p,
.et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
font-size: 40px;
font-weight: 500;
position: relative;
line-height: 0.1em;
padding: 49% 0;
}
.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
font-size: 18px;
position: relative;
}
.et_pb_circle_counter .et_pb_module_header,
.et_pb_number_counter .et_pb_module_header {
position: relative;
}
.et_pb_circle_counter.et_pb_with_title .percent,
.et_pb_number_counter.et_pb_with_title .percent {
margin-bottom: 20px;
}
.et_pb_number_counter {
opacity: 0;
transition: opacity 1s;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
}
.et_pb_number_counter.active {
opacity: 1;
} .et_pb_number_counter {
width: auto;
}
.et_pb_number_counter canvas {
display: none;
visibility: hidden;
}
.et_pb_number_counter .percent {
height: 72px;
position: relative;
}
.et_pb_number_counter .percent p {
font-size: 72px;
line-height: 72px;
font-weight: 500;
} .et_pb_post .entry-content {
padding-top: 30px;
}
.et_pb_portfolio_item h2,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_item .et_pb_module_header,
.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title {
margin-top: 10px;
}
.et_pb_inline_icon:before,
.et_overlay.et_pb_inline_icon:before {
content: attr(data-icon);
} .et_overlay {
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9);
opacity: 0;
transition: all 0.3s;
border: 1px solid #E5E5E5;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.et_overlay:before {
content: '\e050';
position: absolute;
top: 55%;
left: 50%;
margin: -16px 0 0 -16px;
font-size: 32px;
transition: all 0.4s;
}
.et_overlay:hover:before {
top: 50%;
}
.et_shop_image:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay,
.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
z-index: 3;
opacity: 1;
}
.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
display: none;
}
#ie7 .et_overlay,
#ie8 .et_overlay {
display: none;
} .et_pb_fullwidth_menu.et_hover_enabled:hover {
z-index: initial;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav,
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
float: none;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
padding: 28px 0 0 !important;
line-height: 1.7em;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li.mega-menu > ul {
top: 76px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul {
padding: 20px 0;
text-align: left;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a {
color: #FFF;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
color: rgba(255, 255, 255, 0.8);
}
.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
top: 12px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards {
padding: 0 0 29px !important;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li {
padding-top: 28px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li > a {
padding-bottom: 0;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul {
bottom: 100%;
top: initial;
border-bottom-width: 3px;
border-bottom-style: solid;
border-top: none;
border-bottom-color: #2EA3F2;
box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul li ul {
bottom: -23px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu ul ul {
bottom: 0;
top: initial;
border: none;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu > ul {
bottom: 76px;
} .et_pb_forgot_password {
font-size: 12px;
margin-top: -5px;
}
.et_pb_forgot_password a {
color: #FFF;
text-decoration: underline;
}
.et_pb_bg_layout_light .et_pb_forgot_password a {
color: #666;
} .et_pb_team_member_image {
float: left;
max-width: 320px;
margin-right: 30px;
display: table-cell;
line-height: 0 !important;
position: relative;
}
.et_pb_column .et_pb_team_member_image.et-svg {
width: 320px;
max-width: 100%;
}
.et_pb_team_member_description {
display: table-cell;
vertical-align: top;
position: relative;
}
.et_pb_team_member_no_image .et_pb_team_member_description {
display: block !important;
}
.et_pb_member_position {
color: #AAA;
padding-bottom: 7px;
} .et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_3_5 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_2_5 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image,
.et_pb_column_1_5 .et_pb_team_member_image,
.et_pb_column_1_6 .et_pb_team_member_image {
float: none;
display: block;
width: auto;
margin: 0 0 12px;
text-align: center;
}
.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_3_5 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_2_5 .et_pb_team_member_description,
.et_pb_column_1_4 .et_pb_team_member_description,
.et_pb_column_1_5 .et_pb_team_member_description,
.et_pb_column_1_6 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description {
display: block;
} .et_pb_shop.et_pb_text_align_center .star-rating,
.et_pb_shop.et_pb_text_align_justified .star-rating,
.et_pb_shop.et_pb_text_align_right .star-rating {
display: inline-block;
} .et_pb_member_social_links li {
display: inline-block;
margin-right: 15px;
}
.et_pb_member_social_links a {
display: inline-block;
font-size: 16px;
position: relative;
text-align: center;
transition: color 300ms ease 0s;
color: #B2B2B2;
text-decoration: none;
}
.et_pb_facebook_icon:before {
content: '\e093';
}
.et_pb_twitter_icon:before {
content: '\e094';
}
.et_pb_google_icon:before {
content: '\e096';
}
.et_pb_linkedin_icon:before {
content: "\e09d";
}
.et_pb_member_social_links span {
display: none;
} .et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content {
text-align: center;
word-wrap: break-word;
position: relative;
}
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content,
.et_quote_content {
padding: 50px 60px;
}
.et_audio_content .wp-block-audio {
margin: 0;
padding: 0;
} .et_quote_content blockquote p,
.et_quote_content blockquote cite,
.et_link_content h2,
.et_link_content a.et_link_main_url,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
color: #FFF !important;
}
.et_pb_text_color_dark .et_quote_content blockquote p,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_audio_module_meta {
color: #666 !important;
}
.et_pb_text_color_dark.et_quote_content blockquote p,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2 {
color: #BBB !important;
}
.et_pb_text_color_dark.et_quote_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_audio_content {
background-color: #E8E8E8;
}
.et_quote_main_link {
position: absolute;
text-indent: -9999px;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
} .et_quote_content blockquote {
padding: 0;
margin: 0;
border: none;
}
.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
margin-top: 0;
}
.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2 {
line-height: 44px;
}
.et_audio_content h2 {
margin-bottom: 20px;
}
.et_quote_content blockquote cite,
.et_link_content a.et_link_main_url {
font-size: 18px;
font-weight: 200;
}
.et_quote_content blockquote cite {
font-style: normal;
} .et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_3_5 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_2_5 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_column_1_5 .et_audio_content h2,
.et_pb_column_1_6 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
margin-bottom: 9px;
margin-top: 0;
}
.et_pb_column_2_3 .et_quote_content {
padding: 50px 42px 45px;
}
.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
padding: 40px 40px 45px;
}
.et_pb_column_1_2 .et_quote_content,
.et_pb_column_3_5 .et_quote_content,
.et_pb_column_1_2 .et_link_content,
.et_pb_column_3_5 .et_link_content,
.et_pb_column_1_2 .et_audio_content,
.et_pb_column_3_5 .et_audio_content {
padding: 35px 40px;
}
.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_5 .et_pb_audio_module_content {
padding: 40px 40px 35px;
}
.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_3_5 .et_quote_content blockquote p {
font-size: 26px;
line-height: 32px;
}
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_3_5 .et_link_content h2,
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_3_5 .et_audio_content h2 {
line-height: 32px;
}
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_3_5 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_3_5 .et_link_content a.et_link_main_url {
font-size: 14px;
}
.et_pb_column_1_3 .et_quote_content,
.et_pb_column_2_5 .et_quote_content,
.et_pb_column_3_8 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_column_1_5 .et_quote_content,
.et_pb_column_1_6 .et_quote_content,
.et_pb_blog_grid .et_quote_content {
padding: 35px 30px 32px;
}
.et_pb_column_1_3 .et_link_content,
.et_pb_column_2_5 .et_link_content,
.et_pb_column_3_8 .et_link_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_column_1_5 .et_link_content,
.et_pb_column_1_6 .et_link_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_2_5 .et_audio_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_1_5 .et_audio_content,
.et_pb_column_1_6 .et_audio_content,
.et_pb_blog_grid .et_audio_content {
padding: 35px 20px;
}
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_2_5 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_column_1_5 .et_quote_content blockquote p,
.et_pb_column_1_6 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_2_5 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_column_1_5 .et_link_content h2,
.et_pb_column_1_6 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_2_5 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_column_1_5 .et_audio_content h2,
.et_pb_column_1_6 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
font-size: 18px;
line-height: 26px;
}
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_2_5 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_column_1_5 .et_quote_content blockquote cite,
.et_pb_column_1_6 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_2_5 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_column_1_5 .et_link_content a.et_link_main_url,
.et_pb_column_1_6 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url {
font-size: 14px;
}
.et_pb_blog_grid .et_link_content {
margin: -20px -20px 19px;
}
.et_pb_blog_grid .et_quote_content {
margin: -20px -20px 19px;
}
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
padding: 30px;
} .et_pb_blog_grid .et_audio_content {
margin-bottom: 19px;
}
.et_audio_container .mejs-container {
width: auto !important;
min-width: unset !important;
height: auto !important;
}
.et_audio_container .mejs-container,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body,
.et_audio_container .mejs-container .mejs-controls {
background: none;
height: auto;
}
.et_audio_container .mejs-time.mejs-currenttime-container,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
display: none !important;
}
.et_audio_container .mejs-time {
display: block !important;
padding: 0;
margin-left: 10px;
margin-right: 90px;
line-height: inherit;
}
.et_audio_container .mejs-android .mejs-time,
.et_audio_container .mejs-ios .mejs-time,
.et_audio_container .mejs-ipad .mejs-time,
.et_audio_container .mejs-iphone .mejs-time {
margin-right: 0;
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, 0.5);
border-radius: 5px;
height: 4px;
margin: 8px 0 0 0;
top: 0;
right: 0;
left: auto;
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(153, 153, 153, 0.5);
}
.et_audio_container .mejs-controls > div {
height: 20px !important;
}
.et_audio_container .mejs-controls div.mejs-time-rail {
padding-top: 0;
position: relative;
display: block !important;
margin-left: 42px;
margin-right: 0;
}
.et_audio_container span.mejs-time-total.mejs-time-slider {
display: block !important;
position: relative !important;
max-width: 100%;
min-width: unset !important;
}
.et_audio_container .mejs-button.mejs-volume-button {
width: auto;
height: auto;
margin-left: auto;
position: absolute;
right: 59px;
bottom: -2px;
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #FFF;
height: 4px;
border-radius: 5px;
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #999;
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: block;
border: none;
width: 10px;
}
.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
top: -3px;
}
.et_audio_container .mejs-time-rail .mejs-time-handle-content {
border-radius: 100%;
-webkit-transform: scale(1);
transform: scale(1);
}
.et_audio_container .mejs-time-rail .mejs-time-hovered {
height: 4px;
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
background: #FFF;
border-radius: 5px;
height: 10px;
position: absolute;
top: -3px;
}
.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
top: 5px;
}
.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
top: 8px;
}
.et_audio_container .mejs-container .mejs-controls .mejs-time span {
font-size: 18px;
}
.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
display: block!important;
height: 19px;
margin-left: 5px;
position: absolute;
right: 0;
bottom: 0;
}
.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
height: 4px;
}
.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
background: none !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
position: relative !important;
z-index: 99;
}
.et_audio_container .mejs-playpause-button button:before {
content: "\45" !important;
font-size: 32px;
left: 0;
top: -8px;
}
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
color: #FFF;
}
.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
color: #666;
}
.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
background: #666;
}
.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
color: #999;
}
.et_audio_container .mejs-playpause-button {
margin-top: -7px !important;
width: auto !important;
height: auto !important;
position: absolute;
}
.et_audio_container .mejs-controls .mejs-button button:focus {
outline: none;
}
.et_audio_container .mejs-playpause-button.mejs-pause button:before {
content: "\60" !important;
}
.et_audio_container .mejs-volume-button button:before {
content: "\e068";
font-size: 18px;
}
.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
font-size: 14px;
}
.et_audio_container .mejs-container .mejs-controls {
padding: 0;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-width: unset !important;
position: relative;
}
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
left: 0;
right: auto;
}
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
margin-left: 0;
}
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time {
margin-left: 90px;
margin-right: 10px;
}
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time {
margin-left: 0;
}
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button {
right: auto;
left: 59px;
}
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail {
margin-right: 42px;
margin-left: 5px;
} .et_pb_post .et_pb_gallery_post_type .et_pb_slide {
min-height: 500px;
background-size: cover !important;
background-position: top center;
}
.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
min-height: 180px;
}
.et_gallery_item {
float: left;
width: 28.353%;
margin: 0 7.47% 7.47% 0;
}
.et_gallery_item:nth-child(3n) {
margin-right: 0;
}
.et_gallery_item:nth-child(3n+1) {
clear: both;
} .et_pb_column_3_4 .et_pb_post .et_pb_slide {
min-height: 442px;
}
.et_pb_column_2_3 .et_pb_post .et_pb_slide {
min-height: 390px;
}
.et_pb_column_1_2 .et_pb_post .et_pb_slide,
.et_pb_column_3_5 .et_pb_post .et_pb_slide {
min-height: 284px;
}
.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_2_5 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
min-height: 180px;
}
.et_pb_column_1_4 .et_pb_post .et_pb_slide,
.et_pb_column_1_5 .et_pb_post .et_pb_slide,
.et_pb_column_1_6 .et_pb_post .et_pb_slide {
min-height: 125px;
} .et_pb_audio_module {
position: relative;
}
.et_pb_audio_cover_art {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 220px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transition: inherit;
}
.et_pb_audio_module_content {
margin-left: 220px;
}
.et_audio_module_meta {
margin-bottom: 17px;
color: #FFF;
}
.et_pb_audio_no_image .et_pb_audio_module_content {
margin-left: 0;
} .et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art {
float: none;
width: 100%;
position: relative;
}
.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_5 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_2_5 .et_pb_audio_module_content {
margin-left: 0;
}
.et_pb_column_1_4 .et_pb_audio_module_content,
.et_pb_column_1_5 .et_pb_audio_module_content,
.et_pb_column_1_6 .et_pb_audio_module_content {
margin-left: 0;
}
.et_pb_column_1_4 .et_audio_module_meta,
.et_pb_column_1_5 .et_audio_module_meta,
.et_pb_column_1_6 .et_audio_module_meta {
font-size: 12px;
}
.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art {
height: 380px;
}
.et_pb_column_3_8 .et_pb_audio_cover_art {
height: 275px;
}
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art {
height: 240px;
}
.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art {
height: 170px;
} .et_pb_slide_video {
position: absolute;
top: 50%;
bottom: auto;
}
.et_pb_slide_video video.wp-video-shortcode,
.et_pb_slide_video .wp-video-shortcode video {
height: auto;
}
.et_pb_slider {
position: relative;
overflow: hidden;
}
.et_pb_slides:after,
.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_slider .et_pb_slide {
display: none;
float: left;
margin-right: -100%;
position: relative;
width: 100%;
text-align: center;
list-style: none !important;
}
.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.et_pb_slider.gallery-not-found .et_pb_slide,
.et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
min-height: 0 !important;
}
.et_pb_slider .et_pb_slide,
.et_pb_section {
background-position: center;
background-size: 100%;
background-size: cover;
}
.et_pb_slider .et_pb_slide:first-child {
display: list-item;
}
.et_pb_post > .et_pb_slider {
margin-bottom: 30px;
}
.et_pb_slider .et_pb_container {
width: 80%;
max-width: 1080px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.et_pb_slide {
padding: 0 6%;
}
.et_pb_video_slider .et_pb_slide {
padding: 0;
}
.et_pb_slider_fullwidth_off .et_pb_container {
width: 100% !important;
} .et-pb-arrow-prev,
.et-pb-arrow-next {
position: absolute;
top: 50%;
z-index: 100;
font-size: 48px;
color: #FFF;
margin-top: -24px;
transition: all 0.2s ease-in-out;
opacity: 0;
}
.et_pb_bg_layout_light .et-pb-arrow-prev,
.et_pb_bg_layout_light .et-pb-arrow-next {
color: #333;
}
.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
background-color: #333;
}
.et_pb_bg_layout_light .et-pb-controllers a {
background-color: rgba(0, 0, 0, 0.3);
}
.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover {
text-decoration: none;
}
.et-pb-arrow-prev span,
.et-pb-arrow-next span {
display: none;
}
.et-pb-arrow-prev {
left: -22px;
}
.et-pb-arrow-next {
right: -22px;
}
.et-pb-arrow-prev:before {
content: "\34";
}
.et-pb-arrow-next:before {
content: "\35";
}
.et_pb_slider:hover .et-pb-arrow-prev {
left: 22px;
opacity: 1;
}
.et_pb_slider:hover .et-pb-arrow-next {
right: 22px;
opacity: 1;
}
.format-gallery .et-pb-arrow-prev,
.format-gallery .et-pb-arrow-next {
color: #FFF;
}
.format-gallery .et-pb-controllers a {
background-color: rgba(255, 255, 255, 0.5);
}
.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
left: 0;
}
.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
right: 0;
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev {
left: 0;
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next {
right: 0;
}
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev {
right: 0;
}
.et_pb_column_1_4 .et_pb_slider .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider .et_pb_slide {
min-height: 170px;
}
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next {
right: 0;
} .et-pb-controllers {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
text-align: center;
z-index: 10;
}
.format-gallery .et-pb-controllers {
bottom: 0;
}
.et-pb-controllers a {
display: inline-block;
background-color: rgba(255, 255, 255, 0.5);
text-indent: -9999px;
border-radius: 7px;
width: 7px;
height: 7px;
margin-right: 10px;
padding: 0;
}
.et_pb_post .et-pb-controllers a {
margin-bottom: 10px;
}
.et-pb-controllers a:last-child {
margin-right: 0;
}
.et-pb-controllers .et-pb-active-control {
background-color: #FFF;
} .et_pb_slide_image {
position: absolute;
bottom: 0;
}
.et_pb_slide:first-child .et_pb_slide_image img {
opacity: 0;
}
.et_pb_slide:first-child .et_pb_slide_image img.active {
opacity: 1;
-webkit-animation-duration: 0.7s;
-webkit-animation-delay: 0.6s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 0.7s;
-moz-animation-delay: 0.6s;
-moz-animation-timing-function: ease-in-out;
-moz-animation-fill-mode: both;
-o-animation-duration: 0.7s;
-o-animation-delay: 0.6s;
-o-animation-timing-function: ease-in-out;
-o-animation-fill-mode: both;
-ms-animation-duration: 0.7s;
-ms-animation-delay: 0.6s;
-ms-animation-timing-function: ease-in-out;
-ms-animation-fill-mode: both;
animation-duration: 0.7s;
animation-delay: 0.6s;
animation-timing-function: ease-in-out;
animation-fill-mode: both;
-webkit-animation-name: fadeLeft;
animation-name: fadeLeft;
}
.et_pb_media_alignment_center .et_pb_slide_image {
bottom: auto;
top: 50%;
}
.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
-webkit-animation-duration: 0.7s;
-webkit-animation-delay: 0.6s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 0.7s;
-moz-animation-delay: 0.6s;
-moz-animation-timing-function: ease-in-out;
-moz-animation-fill-mode: both;
-o-animation-duration: 0.7s;
-o-animation-delay: 0.6s;
-o-animation-timing-function: ease-in-out;
-o-animation-fill-mode: both;
-ms-animation-duration: 0.7s;
-ms-animation-delay: 0.6s;
-ms-animation-timing-function: ease-in-out;
-ms-animation-fill-mode: both;
animation-duration: 0.7s;
animation-delay: 0.6s;
animation-timing-function: ease-in-out;
animation-fill-mode: both;
}
.et-pb-active-slide .et_pb_slide_image {
-webkit-animation-name: fadeLeft;
animation-name: fadeLeft;
}
.et_pb_slide_image img {
vertical-align: bottom;
}
.et_pb_slide_image,
.et_pb_slide_video {
width: 47.25%;
margin-right: 5.5%;
} .et-pb-active-slide .et_pb_slide_description {
-webkit-animation-duration: 0.7s;
-webkit-animation-delay: 0.9s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 0.7s;
-moz-animation-delay: 0.9s;
-moz-animation-timing-function: ease-in-out;
-moz-animation-fill-mode: both;
-o-animation-duration: 0.7s;
-o-animation-delay: 0.9s;
-o-animation-timing-function: ease-in-out;
-o-animation-fill-mode: both;
-ms-animation-duration: 0.7s;
-ms-animation-delay: 0.9s;
-ms-animation-timing-function: ease-in-out;
-ms-animation-fill-mode: both;
animation-duration: 0.7s;
animation-delay: 0.9s;
animation-timing-function: ease-in-out;
animation-fill-mode: both;
-webkit-animation-name: fadeBottom;
animation-name: fadeBottom;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.et_pb_bg_layout_dark .et_pb_slide_content {
color: #FFF;
}
.et_pb_slide_description .et_pb_slide_title {
font-weight: 300;
margin-top: 0;
}
.et_pb_slide_description .et_pb_slide_title {
font-size: 46px;
}
.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
padding: 16% 8%;
width: auto;
margin: auto;
}
.et_pb_slide_with_image .et_pb_slide_description {
width: 47.25%;
padding-left: 0;
padding-right: 0;
text-align: left;
float: right;
}
.et_pb_slide_content {
font-size: 18px;
font-weight: 400;
color: #333;
}
.et_pb_slide_content p:last-of-type {
padding-bottom: 0;
}
.et_pb_slides .et_pb_container {
display: table;
table-layout: fixed;
}
.et_pb_slides .et_pb_slider_container_inner {
display: table-cell;
width: 100%;
vertical-align: middle;
}
.et_pb_slides .et_pb_empty_slide.et_pb_container,
.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner {
display: block;
}
.et_pb_slides .et_pb_temp_slide {
display: block;
} .et_pb_more_button {
color: inherit;
text-shadow: none;
text-decoration: none;
display: inline-block;
margin-top: 20px;
} .et_parallax_bg {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.et_pb_section_parallax:not(.et_pb_fullwidth_menu),
.et_pb_slider_parallax {
overflow: hidden;
}
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_module.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_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module,
.et_pb_section_parallax.et_pb_column .et_pb_module {
z-index: 9;
position: relative;
} .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description {
text-align: center;
}
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video {
display: none;
}
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
text-align: center;
}
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
display: none;
}
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video {
display: none;
}
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video {
display: none;
}
.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slide_content {
font-size: 14px;
}
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
display: block;
}
.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title {
font-size: 26px;
font-weight: 400;
}
.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title {
font-size: 22px;
font-weight: 400;
} .et_pb_preload > div,
.et_pb_preload .et_pb_section_video_bg {
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(//sflchronicle.com/wp-content/themes/Extra/includes/builder/styles/images/preloader.gif) no-repeat;
border-radius: 32px;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
} .et_pb_text ul,
.et_pb_text ol {
padding-bottom: 1em;
}
.et_pb_text > :last-child {
padding-bottom: 0;
}
.et_pb_text_inner {
position: relative;
}
.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_text_align_left {
text-align: left;
}
.et_pb_text_align_center {
text-align: center;
}
.et_pb_text_align_right {
text-align: right;
}
.et_pb_text_align_justified {
text-align: justify;
} ul.et_pb_social_media_follow {
list-style-type: none !important;
margin: 0 0 22px;
padding: 0;
}
.et_pb_social_media_follow li {
display: inline-block;
margin-bottom: 8px;
position: relative;
}
.et_pb_social_media_follow li a {
margin-right: 8px;
display: inline-block;
text-decoration: none;
text-align: center;
position: relative;
}
.et_pb_social_media_follow li a.follow_button {
padding: 0 12px;
margin-top: 5px;
margin-right: 25px;
font-size: 14px;
line-height: 1.6em;
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
border-radius: 3px;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.et_pb_social_media_follow li:last-child a,
.et_pb_social_media_follow li.last-child a {
margin-right: 0;
}
.et_pb_social_media_follow.has_follow_button li.last-child a.icon,
.et_pb_social_media_follow.has_follow_button li:last-child a.icon {
margin-right: 8px;
}
.et_pb_social_media_follow li a.follow_button:hover {
background: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.6);
}
.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
background: rgba(0, 0, 0, 0.6);
color: rgba(255, 255, 255, 0.8);
}
.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
}
.et_pb_social_media_follow li a.icon {
height: 32px;
width: 32px;
padding: 0;
box-sizing: content-box;
}
.et_pb_social_media_follow li a.icon::before {
height: 32px;
width: 32px;
font-size: 16px;
line-height: 32px;
display: block;
color: #ffffff;
transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s;
position: relative;
z-index: 10;
}
.et_pb_social_media_follow li a.icon:hover::before {
color: rgba(255, 255, 255, 0.7);
}
.et_pb_social_media_follow li a.icon {
border-radius: 3px;
}
.et_pb_social_media_follow_network_name {
display: none;
} .et_pb_section {
position: relative;
background-color: #FFF;
}
.et_pb_section.et_section_transparent {
background-color: transparent;
}
.et_pb_fullwidth_section {
padding: 0;
}
.et_pb_fullwidth_section .et_pb_row {
padding: 0 !important;
}
.et_pb_inner_shadow {
box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
} .et_pb_top_inside_divider,
.et_pb_bottom_inside_divider {
display: block;
background-repeat-y: no-repeat;
height: 100%;
position: absolute;
pointer-events: none;
width: 100%;
}
.et_pb_top_inside_divider.et-no-transition,
.et_pb_bottom_inside_divider.et-no-transition {
transition: none !important;
}
.et_pb_top_inside_divider {
margin-top: -1px;
}
.et_pb_bottom_inside_divider {
margin-bottom: -1px;
} .et_pb_section_video:not(.et_pb_fullwidth_menu) {
overflow: hidden;
position: relative;
}
.et_pb_section_video_bg {
visibility: visible;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #222;
overflow: hidden;
display: block;
pointer-events: 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_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
display: none;
}
.et_pb_column.et_pb_column_empty {
min-height: 1px;
}
.et_pb_row_inner {
width: 100%;
position: relative;
}
.et_pb_row .et_pb_column:last-child,
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child {
margin-right: 0 !important;
} .et_pb_space {
border: none;
box-sizing: content-box;
height: 23px;
}
.et_pb_divider_hidden {
margin-bottom: 0 !important;
}
.et_pb_divider_internal {
display: inline-block;
width: 100%;
}
.et_pb_divider {
margin: 0 0 30px 0;
position: relative;
}
.et_pb_divider:before {
content: '';
width: 100%;
height: 1px;
border-top-color: #EEE;
border-top-color: rgba(0, 0, 0, 0.1);
border-top-width: 1px;
border-top-style: solid;
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
.et_pb_space:after,
.et_pb_divider:after {
content: '';
display: table;
}
.et_pb_divider_position_bottom:before {
top: auto !important;
bottom: 0 !important;
}
.et_pb_divider_position_center:before {
top: 50% !important;
} .et_pb_fullwidth_header {
padding: 50px 0;
position: relative;
background-position: center center;
background-size: cover;
}
.et_pb_fullwidth_header p {
padding-bottom: 0;
}
.et_pb_fullwidth_header_subhead {
display: block;
}
.et_pb_fullscreen {
padding: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
position: relative;
z-index: 3;
width: 80%;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
height: 10px;
min-height: 100vh;
width: 80%;
max-width: none;
} .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
-webkit-align-self: center;
-ms-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
width: 100%;
-webkit-align-self: center;
-ms-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
-webkit-align-self: center;
-ms-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
-webkit-align-self: flex-end;
-ms-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
} .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row;
-ms-flex-flow: row;
flex-flow: row;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row-reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
width: 100%;
}
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
width: 50%;
-webkit-align-self: center;
-ms-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
-webkit-align-self: center;
-ms-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
-webkit-align-self: flex-end;
-ms-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
text-align: left;
margin-left: 0;
margin-right: 6%;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
text-align: right;
margin-right: 0;
margin-left: 6%;
float: right;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
margin-bottom: 80px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
padding-left: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
padding-right: 0;
} .et_pb_fullwidth_header .header-content {
padding: 10px;
text-align: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
margin: 20px auto;
width: 80%;
max-width: 800px;
}
.et_pb_fullwidth_header .header-image {
text-align: center;
margin-left: 2%;
margin-right: 2%;
line-height: 0;
} .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
margin-top: 20px;
display: inline-block;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
margin-left: 15px;
} .et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
pointer-events: none;
} .et_pb_fullwidth_header .et_pb_parallax_css {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-attachment: fixed;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
} .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
width: 100%;
min-height: 30px;
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
margin: 0 auto;
position: absolute;
z-index: 3;
right: 0;
bottom: 0;
left: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
display: inline-block;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
color: #FFF;
font-size: 3.5em;
} .et_pb_accordion .et_pb_toggle {
margin-bottom: 10px;
position: relative;
}
.et_pb_accordion .et_pb_toggle:last-child {
margin-bottom: 0;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
display: none;
}
.et_pb_counters,
.et_pb_pricing,
.et_pb_widget_area ul,
.et_pb_tabs_controls {
list-style: none !important;
padding: 0 !important;
line-height: inherit !important;
} .et_pb_gallery .et_pb_gallery_items {
width: 100%;
}
.et_pb_gallery.et_pb_section_parallax {
width: 100%;
}
.et_pb_gallery.et_pb_section_parallax:hover {
overflow: hidden;
}
.et_pb_gallery_grid .et_pb_gallery_items {
transition: height 0.2s ease-in-out;
-webkit-transition: height 0.2s ease-in-out;
-moz-transition: height 0.2s ease-in-out;
}
.et_pb_gallery_grid .et_pb_gallery_image {
overflow: hidden;
position: relative;
}
.et_pb_gallery_image {
line-height: 0;
}
.et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
display: none;
}
.et_pb_portfolio .et_pb_portfolio_item {
position: relative;
}
.et_pb_gallery_fullwidth .et_pb_gallery_item {
display: none;
float: left;
margin-right: -100%;
position: relative;
}
.et_pb_gallery_fullwidth .et_pb_gallery_item,
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
width: 100%;
}
.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
display: block;
}
.et_pb_portfolio.et_pb_section_parallax .pagination,
.et_pb_portfolio.et_pb_section_parallax .wp-pagenavi,
.et_pb_portfolio.et_pb_section_video .pagination,
.et_pb_portfolio.et_pb_section_video .wp-pagenavi,
.et_pb_portfolio_grid.et_pb_section_parallax .pagination,
.et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi,
.et_pb_portfolio_grid.et_pb_section_video .pagination,
.et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi {
position: relative;
}
.et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_left .wp-pagenavi {
text-align: left;
}
.et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_center .wp-pagenavi {
text-align: center;
}
.et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_right .wp-pagenavi {
text-align: right;
}
.et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_justified .wp-pagenavi {
text-align: justify;
} .et_pb_filterable_portfolio .et_pb_portfolio_filters {
clear: both;
margin: 0 0 40px 0;
}
.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters,
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters {
position: relative;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
list-style-type: none !important;
padding: 0;
}
.et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
float: left;
font-size: 14px;
line-height: 1em;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
color: #666666;
padding: 10px 20px;
border: 1px solid #E2E2E2;
display: block;
height: auto;
overflow: hidden;
margin: -1px -1px 0 0;
background-color: #FFF;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
border-radius: 3px 0 0 3px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
border-radius: 0 3px 3px 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
color: #666;
background-color: #F4F4F4;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
color: #82C0C7;
background-color: #F9F9F9;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
width: 100%;
position: relative;
}
.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
opacity: 1;
-webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
} .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
width: 100%;
}
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
border-radius: 3px 3px 0 0;
}
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
border-radius: 0 0 3px 3px;
} .et_pb_gallery .et_pb_gallery_pagination,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
width: 100%;
border-top: 1px solid #E2E2E2;
position: relative;
}
.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination,
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination {
position: relative;
}
.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul {
list-style-type: none !important;
text-align: right;
margin: 0;
padding: 0;
}
.et_pb_gallery .et_pb_gallery_pagination ul li,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li {
display: inline-block;
padding: 10px;
}
.et_pb_gallery .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a {
font-size: 16px;
line-height: 16px;
color: #999999;
}
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active {
color: #82C0C7;
}
.et_pb_gallery_pagination ul:after {
content: '';
width: 100%;
height: 0;
display: inline-block;
}
.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a {
color: #FFFFFF;
}
.et_pb_portfolio_items_wrapper.no_pagination {
border-bottom: none;
} .et_pb_module {
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.et_pb_module {
-webkit-animation-duration: 200ms;
animation-duration: 200ms;
} .et_pb_fullwidth_portfolio {
margin: 0;
position: relative;
overflow: hidden;
}
.et_pb_fullwidth_portfolio .et_overlay {
border: none;
}
.et_pb_fullwidth_portfolio .et_pb_carousel_group {
display: none;
float: left;
width: 100%;
position: relative;
}
.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
display: block;
}
.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
display: block;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
width: 100%;
position: relative;
overflow: hidden;
left: 0;
top: 0;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
float: left;
margin: 0;
height: 0;
width: 20%;
position: relative;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
margin: 0;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
max-width: inherit;
height: inherit;
min-height: 100%;
min-width: 100%;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
height: 100%;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
width: 100%;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
top: 45%;
transition: all 0.4s;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
top: 33%;
}
.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
background: rgba(0, 0, 0, 0.6);
}
.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
color: #FFF;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
position: absolute;
opacity: 0;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.et_pb_fullwidth_portfolio h2.et_pb_portfolio_title,
.et_pb_fullwidth_portfolio .et_pb_portfolio_title {
text-align: center;
margin: 30px 0;
position: relative;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
display: block;
position: relative;
float: left;
z-index: 5;
width: 100%;
text-align: center;
transition: all 0.3s;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header {
margin-top: 40%;
padding: 0 5px;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay + p.post-meta {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header {
margin-top: 35%;
}
.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
left: 22px;
opacity: 1;
}
.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
right: 22px;
opacity: 1;
} .et_pb_fullwidth_portfolio .et_pb_no_results .entry,
.et_pb_post_slider .et_pb_no_results .entry {
height: 285.75px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry {
height: auto;
padding: 16% 8%;
} .et_pb_title_container h1 {
font-size: 26px;
}
.et_pb_column_1_3 .et_pb_title_container h1,
.et_pb_column_2_5 .et_pb_title_container h1,
.et_pb_column_1_4 .et_pb_title_container h1,
.et_pb_column_1_5 .et_pb_title_container h1,
.et_pb_column_1_6 .et_pb_title_container h1 {
font-size: 18px;
}
.et_pb_post_title.et_pb_featured_bg {
padding: 16% 8%;
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}
.et_pb_post_title .et_pb_parallax_css {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-attachment: fixed;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.et_pb_title_featured_container img {
width: 100%;
}
.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
padding: 1em 1.5em;
}
.et_pb_title_container {
display: block;
max-width: 100%;
word-wrap: break-word;
z-index: 98;
position: relative;
}
.et_pb_title_featured_container {
line-height: 0;
position: relative;
}
p.et_pb_title_meta_container {
padding-bottom: 1em;
}
.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
padding-bottom: 0;
} .et_pb_fullwidth_section .et_pb_post_title {
padding: 6% 0;
position: relative;
}
.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
padding-top: 0;
}
.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
padding-bottom: 0;
}
.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
padding-bottom: 0;
}
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
width: 80%;
max-width: 1080px;
margin: auto;
display: block;
} .et_pb_fullwidth_code.et_pb_module {
z-index: 9;
position: relative;
}
.et_pb_module.et_pb_has_overlay,
article.et_pb_has_overlay .et_pb_blog_image_container {
position: relative;
}
.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
border: none;
} .et_pb_slider.et_pb_post_slider {
background-position: center;
background-size: 100%;
background-size: cover;
}
.et_pb_post_slider .et_pb_slide {
background-repeat: no-repeat;
}
.et_pb_post_slider_image_bottom .et_pb_slide_image {
position: relative;
margin: 0 auto 10px !important;
}
.et_pb_post_slider_image_bottom .et_pb_slide_description {
padding-bottom: 8%;
}
.et_pb_post_slider_image_top .et_pb_slide_image {
position: relative;
margin: 8% auto 0 !important;
}
.et_pb_post_slider_image_top .et_pb_slide_description {
padding-top: 8%;
padding-bottom: 8%;
}
.et_pb_post_slider_image_right .et_pb_slide_description {
float: left !important;
}
.et_pb_post_slider_image_right .et_pb_slide_image {
right: 0;
margin-right: 0;
}
.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
padding: 30px;
border-radius: 3px;
}
.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.et_pb_slide_content .post-meta,
.et_pb_slide_content .post-meta a {
font-size: 13px !important;
font-weight: 400 !important;
}
.et_pb_slide_content .post-meta {
padding-bottom: 0 !important;
padding-top: 5px;
}
.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
background-color: rgba(255, 255, 255, 0.9);
}
.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
background-color: rgba(0, 0, 0, 0.3);
}
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta,
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
color: #FFF !important;
}
.et_pb_post_slider.et_pb_bg_layout_light .post-meta,
.et_pb_post_slider.et_pb_bg_layout_light .post-meta a {
color: #333 !important;
}
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description,
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
opacity: 0;
}
.et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide {
padding-bottom: 6%;
}
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 10% !important;
}
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 5% !important;
}
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 7% !important;
}
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 15% !important;
}
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 25% !important;
} .et_pb_post_slider.et_pb_module .et_pb_row {
width: 100%;
}
.et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row {
width: 80%;
}
.et_pb_post_slider.et_pb_module .et_pb_section {
background-color: transparent;
} .et_pb_search .screen-reader-text {
display: none;
}
.et_pb_search {
border: 1px solid #DDD;
border-radius: 3px;
overflow: hidden;
}
.et_pb_search input.et_pb_s,
.et_pb_search input.et_pb_searchsubmit {
padding: 0.715em;
margin: 0;
font-size: 14px;
line-height: normal !important;
border: none;
color: #666;
}
.et_pb_search input.et_pb_s::-webkit-input-placeholder {
color: #666;
}
.et_pb_search input.et_pb_s::-moz-placeholder {
color: #666;
}
.et_pb_search input.et_pb_s:-ms-input-placeholder {
color: #666;
}
.et_pb_search input.et_pb_s {
-webkit-appearance: none;
background: transparent;
display: inline-block;
padding-right: 80px;
width: 100%;
}
.et_pb_search .et_pb_searchform {
position: relative;
}
.et_pb_search input.et_pb_searchsubmit {
min-height: 100% !important;
background-color: #DDD;
position: absolute;
top: 0;
bottom: 0;
cursor: pointer;
}
.et_pb_search.et_pb_text_align_left .et_pb_searchsubmit,
.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit {
right: 0;
}
.et_pb_search.et_pb_text_align_right .et_pb_searchsubmit {
right: auto;
left: 0;
}
.et_pb_search.et_pb_text_align_right input.et_pb_s {
text-align: right;
padding-left: 80px;
padding-right: 0.7em;
}
.et_pb_search.et_pb_text_align_center input.et_pb_s {
text-align: center;
}
.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
display: none;
}
.et_pb_search.et_pb_hide_search_button input.et_pb_s {
padding-left: 0.7em !important;
padding-right: 0.7em !important;
} .et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
color: #FFF;
border: 2px solid #FFF;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
color: #FFF;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
color: #FFF;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
color: #FFF;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
background-color: transparent;
color: #FFF;
font-weight: 500;
border: 2px solid #FFF;
} .et_pb_comments_module #comment-wrap {
padding-top: 0;
position: relative;
}
.et_pb_comments_module.et_pb_no_avatar .comment_avatar {
display: none;
}
.et_pb_comments_module.et_pb_no_avatar .comment-body {
padding-left: 0 !important;
min-height: 0 !important;
}
.et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body {
margin-bottom: 15px !important;
}
.et_pb_comments_module.et_pb_no_reply_button span.reply-container {
display: none;
}
.et_pb_comments_module.et_pb_no_reply_button .comment-body {
padding-right: 0 !important;
}
.et_pb_comments_module.et_pb_no_comments_count #comments {
display: none;
}
.et_pb_bg_layout_dark .comment_postinfo span,
.et_pb_bg_layout_dark .comment_postinfo a {
color: #FFF;
} .et_pb_posts_nav.nav-single:after {
clear: both;
display: block;
content: "";
}
.et_pb_posts_nav a {
display: inline-block;
}
.et_pb_posts_nav .nav-previous,
.et_pb_posts_nav .nav-next {
position: relative;
}
.et_pb_posts_nav .meta-nav,
.et_pb_posts_nav .nav-label {
position: relative;
} .et_pb_code_inner {
position: relative;
} @-webkit-keyframes fadeBottom {
0% {
opacity: 0;
-webkit-transform: translateY(10%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeBottom {
0% {
opacity: 0;
-webkit-transform: translateY(10%);
transform: translateY(10%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes fadeInTop {
0% {
opacity: 0;
-webkit-transform: translatey(-60%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
}
}
@keyframes fadeInTop {
0% {
opacity: 0;
-webkit-transform: translatey(-60%);
transform: translatey(-60%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
}
@-webkit-keyframes fadeOutTop {
0% {
opacity: 1;
-webkit-transform: translatey(0);
}
100% {
opacity: 0;
-webkit-transform: translatey(-60%);
}
}
@keyframes fadeOutTop {
0% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
100% {
opacity: 0;
-webkit-transform: translatey(-60%);
transform: translatey(-60%);
}
}
@-webkit-keyframes fadeInBottom {
0% {
opacity: 0;
-webkit-transform: translatey(60%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
}
}
@keyframes fadeInBottom {
0% {
opacity: 0;
-webkit-transform: translatey(60%);
transform: translatey(60%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
}
@-webkit-keyframes fadeOutBottom {
0% {
opacity: 1;
-webkit-transform: translatey(0);
}
100% {
opacity: 0;
-webkit-transform: translatey(60%);
}
}
@keyframes fadeOutBottom {
0% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
100% {
opacity: 0;
-webkit-transform: translatey(60%);
transform: translatey(60%);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-70%);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-70%);
transform: translateX(-70%);
}
}
@-webkit-keyframes fadeTop {
0% {
opacity: 0;
-webkit-transform: translateY(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeTop {
0% {
opacity: 0;
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes Grow {
0% {
opacity: 0;
-webkit-transform: scale(1, 0.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
}
}
@keyframes Grow {
0% {
opacity: 0;
-webkit-transform: scale(1, 0.5);
transform: scale(1, 0.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes slideWidth {
0% {
width: 0;
}
}
@keyframes slideWidth {
0% {
width: 0;
}
}
@-webkit-keyframes gridFadeIn {
0% {
opacity: 0;
-webkit-transform: translatey(-5%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
}
}
@keyframes gridFadeIn {
0% {
opacity: 0;
-webkit-transform: translatey(-5%);
transform: translatey(-5%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
} @-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
} .et-waypoint {
opacity: 0;
}
.et_pb_counters {
opacity: 1;
}
.et_pb_animation_off {
opacity: 1;
}
.et-animated li span .et_pb_counter_amount {
opacity: 1;
-webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
position: relative;
}
.et_pb_animation_left.et-animated {
opacity: 1;
-webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_right.et-animated {
opacity: 1;
-webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_top.et-animated {
opacity: 1;
-webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_bottom.et-animated {
opacity: 1;
-webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_fade_in.et-animated {
opacity: 1;
-webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
} @media all and (max-width: 768px) {
.et_pb_column_4_4 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_1_2 .et_pb_video_play,
.et_pb_column_3_5 .et_pb_video_play {
font-size: 3rem;
line-height: 3rem;
margin-left: -1.5rem;
margin-top: -1.5rem;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_form,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_form,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_form {
padding-left: 0;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter {
display: block;
}
.et_pb_column_4_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description,
.et_pb_column_3_4:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description,
.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description {
margin-bottom: 25px;
}
}
@media all and (min-width: 480px) { .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img,
.et_pb_column_1_5 .et_pb_comments_module .comment_avatar img,
.et_pb_column_1_6 .et_pb_comments_module .comment_avatar img {
max-width: 50%;
}
.et_pb_column_1_4 .et_pb_comments_module .comment-body,
.et_pb_column_1_5 .et_pb_comments_module .comment-body,
.et_pb_column_1_6 .et_pb_comments_module .comment-body {
padding: 0 0 0 50px;
}
.et_pb_column_1_4 .et_pb_comments_module .comment .children,
.et_pb_column_1_5 .et_pb_comments_module .comment .children,
.et_pb_column_1_6 .et_pb_comments_module .comment .children {
margin-left: 0;
}
.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link,
.et_pb_column_1_5 .et_pb_comments_module .comment-reply-link,
.et_pb_column_1_6 .et_pb_comments_module .comment-reply-link {
position: relative !important;
float: right;
bottom: -10px;
top: auto !important;
}
} @media all and (min-width: 981px) and (max-width: 1405px) { .et_pb_column .et_pb_map {
max-width: 100%;
}
} @media all and (min-width: 981px) { .et_pb_section {
padding: 4% 0;
}
.et_pb_fullwidth_section {
padding: 0;
}
.et_pb_row {
padding: 2% 0;
}
.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_pb_column_single {
padding: 2.855% 0;
}
.et_pb_column_single .et_pb_module:first-child,
.et_pb_column_single .et_pb_module.et-first-child {
margin-top: 0;
}
.et_pb_column_single .et_pb_module:last-child,
.et_pb_column_single .et_pb_module.et-last-child {
margin-bottom: 0;
}
.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
.et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child {
margin-bottom: 0;
}
.et_section_specialty > .et_pb_row {
padding: 0;
}
.et_pb_row_inner {
width: 100%;
}
.et_pb_row .et_pb_column:last-child,
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child {
margin-right: 0 !important;
} .et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_row {
width: 89% !important;
max-width: 89% !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: -ms-flexbox;
display: -webkit-flex;
display: flex;
direction: ltr;
} .et_pb_section.et_pb_equal_columns > .et_pb_row > .et_pb_column,
.et_pb_row.et_pb_equal_columns > .et_pb_column {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
} .et_pb_grid_item {
float: left;
position: relative;
}
.et_pb_shop_grid .woocommerce ul.products li.product {
clear: none;
}
.et_pb_gallery_grid .et_pb_gallery_item img,
.et_pb_portfolio_grid .et_pb_portfolio_item img,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
width: 100%;
}
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header {
word-wrap: break-word;
margin: 10px 0 0;
padding-bottom: 0;
}
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
font-size: 18px;
}
.et_pb_portfolio_item .post-meta,
.et_pb_gallery_item .et_pb_gallery_caption {
font-size: 14px;
margin: 0.4em 0 0;
} .et_pb_column_1_2 .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slide_image {
top: auto;
bottom: auto;
position: relative;
}
.et_pb_column_1_2 .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slide_video,
.et_pb_column_3_5 .et_pb_slide_video,
.et_pb_column_1_4 .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description {
width: 100% !important;
}
.et_pb_column_1_2 .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slide_video,
.et_pb_column_3_5 .et_pb_slide_video,
.et_pb_column_1_4 .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slide_video {
padding: 0;
margin: 10% 0 0 0 !important;
} .et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
content: '3 .column.size-1of3';
}
.et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
content: '2 .column.size-1of2';
}
.et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
.et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
content: '1 .column.size-1of1';
} .et_pb_section_sticky,
.et_pb_section_sticky .et_pb_row:last-child,
.et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
.et_pb_section_sticky .et_pb_row.et-last-child,
.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child,
.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
.et_pb_section_sticky .et_pb_column_single {
padding-bottom: 0 !important;
} .et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover > ul {
transition: all 0.2s ease-in-out;
}
.et_dropdown_animation_slide.et_pb_fullwidth_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_fullwidth_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_fullwidth_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_fullwidth_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_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
width: 100%;
max-width: 100%;
padding: 0 30px !important;
} .et_pb_column_1_3 .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slide_description {
padding-bottom: 26%;
}
.et_pb_column_1_4 .et_pb_slide .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slide .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slide .et_pb_slide_description {
padding-bottom: 34%;
} .et_pb_column_1_2 .et_pb_comments_module .comment_avatar img,
.et_pb_column_3_5 .et_pb_comments_module .comment_avatar img,
.et_pb_column_1_3 .et_pb_comments_module .comment_avatar img,
.et_pb_column_2_5 .et_pb_comments_module .comment_avatar img,
.et_pb_column_1_4 .et_pb_comments_module .comment_avatar img,
.et_pb_column_1_5 .et_pb_comments_module .comment_avatar img,
.et_pb_column_1_6 .et_pb_comments_module .comment_avatar img {
max-width: 50%;
}
.et_pb_column_1_2 .et_pb_comments_module .comment-body,
.et_pb_column_3_5 .et_pb_comments_module .comment-body,
.et_pb_column_1_3 .et_pb_comments_module .comment-body,
.et_pb_column_2_5 .et_pb_comments_module .comment-body,
.et_pb_column_1_4 .et_pb_comments_module .comment-body,
.et_pb_column_1_5 .et_pb_comments_module .comment-body,
.et_pb_column_1_6 .et_pb_comments_module .comment-body {
padding: 0 0 0 50px;
}
.et_pb_column_1_2 .et_pb_comments_module .comment .children,
.et_pb_column_3_5 .et_pb_comments_module .comment .children,
.et_pb_column_1_3 .et_pb_comments_module .comment .children,
.et_pb_column_2_5 .et_pb_comments_module .comment .children,
.et_pb_column_1_4 .et_pb_comments_module .comment .children,
.et_pb_column_1_5 .et_pb_comments_module .comment .children,
.et_pb_column_1_6 .et_pb_comments_module .comment .children {
margin-left: 25px;
}
.et_pb_column_1_2 .et_pb_comments_module .comment-reply-link,
.et_pb_column_3_5 .et_pb_comments_module .comment-reply-link,
.et_pb_column_1_3 .et_pb_comments_module .comment-reply-link,
.et_pb_column_2_5 .et_pb_comments_module .comment-reply-link,
.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link,
.et_pb_column_1_5 .et_pb_comments_module .comment-reply-link,
.et_pb_column_1_6 .et_pb_comments_module .comment-reply-link {
position: relative !important;
float: right;
bottom: -10px;
top: auto !important;
}
.et_pb_column_1_2 .et_pb_comments_module #commentform [class*="comment-form-"] input,
.et_pb_column_3_5 .et_pb_comments_module #commentform [class*="comment-form-"] input,
.et_pb_column_1_3 .et_pb_comments_module #commentform [class*="comment-form-"] input,
.et_pb_column_2_5 .et_pb_comments_module #commentform [class*="comment-form-"] input,
.et_pb_column_1_4 .et_pb_comments_module #commentform [class*="comment-form-"] input,
.et_pb_column_1_5 .et_pb_comments_module #commentform [class*="comment-form-"] input,
.et_pb_column_1_6 .et_pb_comments_module #commentform [class*="comment-form-"] input {
box-sizing: border-box;
width: 100%;
} .et_pb_column_1_5 .et_pb_testimonial_portrait,
.et_pb_column_2_5 .et_pb_testimonial_portrait,
.et_pb_column_1_6 .et_pb_testimonial_portrait {
width: 100%;
padding-bottom: 100%;
height: 0;
}
} @media all and (min-width: 981px) and (max-width: 1100px) { .et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slide_content,
.et_pb_column_2_3 .et_pb_slide_content {
font-size: 14px;
}
.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title {
font-size: 18px;
} .et_pb_post {
margin-bottom: 42px;
}  .et_quote_content {
padding: 50px 70px 45px;
}
.et_pb_column_2_3 .et_quote_content {
padding: 50px 50px 45px;
}
.et_pb_column_1_2 .et_quote_content,
.et_pb_column_3_5 .et_quote_content {
padding: 35px 47px 30px;
}
.et_pb_column_1_3 .et_quote_content,
.et_pb_column_2_5 .et_quote_content,
.et_pb_column_3_8 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_column_1_5 .et_quote_content,
.et_pb_column_1_6 .et_quote_content,
.et_pb_blog_grid .et_quote_content {
padding: 35px 25px 32px;
} .et_pb_column_4_4 .et_pb_post .et_pb_slide {
min-height: 534px;
}
.et_pb_column_3_4 .et_pb_post .et_pb_slide {
min-height: 392px;
}
.et_pb_column_2_3 .et_pb_post .et_pb_slide {
min-height: 345px;
}
.et_pb_column_1_2 .et_pb_post .et_pb_slide,
.et_pb_column_3_5 .et_pb_post .et_pb_slide {
min-height: 250px;
}
.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_2_5 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
min-height: 155px;
}
.et_pb_column_1_4 .et_pb_post .et_pb_slide,
.et_pb_column_1_5 .et_pb_post .et_pb_slide,
.et_pb_column_1_6 .et_pb_post .et_pb_slide {
min-height: 108px;
}
.et_pb_blog_grid .et_pb_post .et_pb_slide {
min-height: 155px;
} .et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art {
height: 340px;
}
.et_pb_column_3_8 .et_pb_audio_cover_art {
height: 242px;
}
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art {
height: 210px;
}
.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art {
height: 145px;
} .et_pb_column_1_4 .et_pb_contact_right,
.et_pb_column_1_5 .et_pb_contact_right,
.et_pb_column_1_6 .et_pb_contact_right {
margin-right: 5px;
} .et_pb_column_1_4 .et_pb_number_counter .percent,
.et_pb_column_1_5 .et_pb_number_counter .percent,
.et_pb_column_1_6 .et_pb_number_counter .percent {
height: 55px;
}
.et_pb_column_1_4 .et_pb_number_counter h3,
.et_pb_column_1_5 .et_pb_number_counter h3,
.et_pb_column_1_6 .et_pb_number_counter h3 {
padding: 10px 0 0 0;
}
} @media all and (min-width: 480px) { .et_pb_column_1_4 .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slide_description {
padding-bottom: 26%;
}
} @media all and (max-width: 980px) { .et_pb_column {
width: 100%;
margin-bottom: 30px;
} .et_pb_section {
padding: 50px 0;
}
.et_pb_fullwidth_section {
padding: 0;
}
.et_pb_row,
.et_pb_column .et_pb_row_inner {
padding: 30px 0;
}
.et_section_specialty > .et_pb_row {
padding: 0;
}
.et_pb_row .et_pb_column:last-child,
.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 {
margin-bottom: 0;
}
.et_pb_column .et_pb_module {
margin-bottom: 30px;
}
.et_section_specialty .et_pb_row > .et_pb_column {
padding-bottom: 0;
}
.et_pb_row .et_pb_column .et_pb_module:last-child,
.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,
.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child {
margin-bottom: 0;
}
.et_pb_column.et_pb_column_empty {
display: none;
} .et_pb_section_sticky_mobile,
.et_pb_section_sticky_mobile .et_pb_row:last-child,
.et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
.et_pb_section_sticky_mobile .et_pb_row.et-last-child,
.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner: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_column_single {
padding-bottom: 0 !important;
}
.et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child,
.et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child {
margin-bottom: 0;
} .et_pb_row_4col,
.et_pb_row_5col,
.et_pb_row_6col,
.et_pb_row_1-6_1-6_1-6_1-2,
.et_pb_row_1-6_1-6_1-6,
.et_pb_row_1-2_1-6_1-6_1-6,
.et_pb_row_1-5_1-5_3-5,
.et_pb_row_3-5_1-5_1-5,
.et_pb_row_1-4_1-4_1-2,
.et_pb_row_1-2_1-4_1-4,
.et_pb_row_1-4_1-4,
.et_pb_row_1-6_1-6_1-6_1-6 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}
.et_pb_row_4col > .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_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(even),
.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even),
.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(even) {
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_4:nth-child(odd) {
margin-right: 0;
}
.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_2 {
margin-right: 0;
}
.et_pb_row_4col .et_pb_column:nth-last-child(-n+2),
.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) {
margin-bottom: 0;
}
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5,
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 {
width: 47.25%;
margin-right: 5.5%;
}
.et_pb_row_5col > .et_pb_column.et_pb_column_1_5:nth-child(even),
.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5:nth-child(even) {
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) {
margin-right: 0;
}
.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) {
margin-bottom: 0;
}
.et_pb_row_5col .et_pb_column:last-child {
margin-bottom: 0;
}
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6,
.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 {
width: 29.666%;
margin-right: 5.5%;
}
.et_pb_row_6col > .et_pb_column.et_pb_column_1_6:nth-child(3n),
.et_pb_row_1-6_1-6_1-6_1-2 > .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_6:last-child {
margin-right: 0;
}
.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_2 {
margin-right: 0;
}
.et_pb_row_6col .et_pb_column:nth-last-child(-n+3),
.et_pb_row_1-2_1-6_1-6_1-6 .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 {
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(even) {
margin-right: 0;
}
.et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
margin-bottom: 0;
} .et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_row {
width: 80% !important;
max-width: 80% !important;
}
.et_pb_space.et-hide-mobile {
display: none;
} .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
width: auto;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
width: auto;
border-radius: 0;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
border-radius: 3px 0 0 3px;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
border-radius: 0 3px 3px 0;
} .et_pb_widget_area_left {
padding-right: 0;
border-right: none;
}
.et_pb_widget_area_right {
padding-left: 0;
border-left: none;
}
.et_pb_more_button {
display: inline-block !important;
} .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off h2,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off h2,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off h2 {
font-size: 26px;
font-weight: 500 !important;
}
.et_pb_slide_description .et_pb_slide_title {
font-weight: 500 !important;
}
.et_pb_slide_content {
font-size: 13px;
font-weight: 400;
}
.et_pb_slide_description {
text-align: center;
}
.et_pb_slide_with_image .et_pb_slide_description {
text-align: left;
} .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container {
min-height: auto;
}
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content {
display: block;
}
.et_pb_post {
margin-bottom: 42px;
} .et_pb_column .et_pb_newsletter_form,
.et_pb_column .et_pb_newsletter_description,
.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
width: 50%;
padding: 0;
}
.et_pb_column .et_pb_newsletter_form,
.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form {
padding-left: 40px;
}
.et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column.et_pb_column_1_5 .et_pb_newsletter_form,
.et_pb_column.et_pb_column_1_6 .et_pb_newsletter_form,
.et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_column.et_pb_column_1_5 .et_pb_newsletter_description,
.et_pb_column.et_pb_column_1_6 .et_pb_newsletter_description {
width: 100%;
padding: 0;
}
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description {
width: 50%;
} .et_pb_column .et_pb_pricing_table {
width: 50% !important;
max-width: 50.5% !important;
}
.et_pb_column .et_pb_pricing_1 .et_pb_pricing_table {
width: 100% !important;
max-width: none !important;
}
.et_pb_column .et_pb_pricing_table:nth-child(2n+1) {
clear: both;
}
.et_pb_column .et_pb_pricing_table:nth-child(n+3) {
margin-top: 50px;
} .et_pb_fullwidth_section .et_pb_post_title {
padding: 80px 0;
} .et_pb_column .et_pb_map,
.et_pb_fullwidth_section .et_pb_map {
height: 350px;
} .et_full_width_portfolio_page .et_project_meta {
float: none;
width: 100%;
margin-top: -20px;
} .et_always_center_on_mobile {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
} .fullwidth-menu {
display: none;
} .et_mobile_nav_menu {
display: block;
} .et_pb_countdown_timer .title {
font-size: 22px !important;
}
.et_pb_countdown_timer .section p {
font-size: 64px !important;
line-height: 64px !important;
}
.et_pb_countdown_timer .section p.label {
font-size: 14px !important;
line-height: 25px !important;
}
.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
text-decoration: none !important;
}
.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
font-size: 32px !important;
line-height: 32px !important;
}
.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
font-size: 14px !important;
line-height: 25px !important;
} .et_pb_fullwidth_menu .fullwidth-menu-nav {
display: none;
}
.et_pb_fullwidth_menu .et_pb_row {
min-height: 81px;
}
.et_pb_fullwidth_menu .et_mobile_nav_menu {
float: none;
}
.et_pb_fullwidth_menu .mobile_menu_bar:before {
top: 26px;
}
.et_pb_fullwidth_menu .et_mobile_menu {
top: 81px;
padding: 5%;
}
.et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
top: auto;
bottom: 81px;
}
.et_pb_fullwidth_menu .et_mobile_menu ul {
padding: 0;
}
.et_pb_fullwidth_menu .et_mobile_menu,
.et_pb_fullwidth_menu .et_mobile_menu ul {
list-style: none !important;
text-align: left;
} .et_pb_section .et_pb_row,
.et_pb_section.et_section_specialty .et_pb_row {
max-width: 1080px !important;
} .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
font-size: 18px;
} .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 5% !important;
}
} @media all and (min-width: 768px) {
.et_pb_in_customizer.et_pb_login .et_pb_newsletter_description {
width: 50%;
}
} @media all and (min-width: 768px) and (max-width: 980px) { .et_pb_column_3_8 .et_pb_video_play,
.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_2_5 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play,
.et_pb_column_1_5 .et_pb_video_play,
.et_pb_column_1_6 .et_pb_video_play {
font-size: 6rem;
line-height: 6rem;
margin-left: -3rem;
margin-top: -3rem;
} .et_pb_column .et_pb_testimonial_portrait {
float: left;
display: block;
margin-right: 30px;
}
.et_pb_column .et_pb_testimonial_description {
display: block;
} .et_pb_column_1_5 .et_pb_testimonial_portrait,
.et_pb_column_1_6 .et_pb_testimonial_portrait,
.et_pb_row_4col .et_pb_testimonial_portrait,
.et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
.et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
.et_pb_row_1-4_1-4 .et_pb_testimonial_portrait {
float: none;
display: block;
margin: 0 auto 20px;
} .et_pb_column .et_pb_team_member_image {
float: left;
width: 280px;
margin: 0 30px 0 0;
text-align: left;
}
.et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image {
float: none;
width: auto;
max-width: none;
margin: 0 0 12px 0;
text-align: center;
}
.et_pb_column .et_pb_team_member_description {
display: table-cell;
}  .et_quote_content {
padding: 50px 43px 45px !important;
}
.et_quote_content blockquote p {
font-size: 26px !important;
line-height: 44px !important;
}
.et_quote_content blockquote cite {
font-size: 18px !important;
}
.et_pb_blog_grid .et_quote_content {
padding: 35px 30px !important;
}
.et_pb_blog_grid .et_quote_content blockquote p {
font-size: 20px !important;
line-height: 26px !important;
}
.et_pb_blog_grid .et_quote_content blockquote cite {
font-size: 14px !important;
} .et_link_content {
padding: 40px 40px 45px;
}
.et_link_content h2 {
font-size: 26px !important;
line-height: 44px !important;
}
.et_link_content a.et_link_main_url {
font-size: 18px !important;
}
.et_pb_blog_grid .et_link_content h2 {
font-size: 20px !important;
line-height: 26px !important;
}
.et_pb_blog_grid .et_link_content a.et_link_main_url {
font-size: 14px !important;
} .et_pb_post > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_slide {
min-height: 384px !important;
}
.et_pb_blog_grid > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_post .et_pb_slide {
min-height: 182px !important;
} .et_audio_content h2 {
font-size: 26px !important;
line-height: 44px !important;
margin-bottom: 24px !important;
}
.et_pb_blog_grid .et_audio_content h2 {
font-size: 20px !important;
line-height: 26px !important;
}
.et_pb_audio_cover_art {
float: none !important;
width: 100% !important;
position: relative;
height: 400px !important;
}
.et_pb_audio_module_content {
margin-left: 0 !important;
padding: 55px 60px 55px !important;
}
.et_pb_audio_module_content h2 {
font-size: 36px;
}
.et_pb_column_1_4 .et_audio_module_meta,
.et_pb_column_1_5 .et_audio_module_meta,
.et_pb_column_1_6 .et_audio_module_meta {
font-size: 14px !important;
} .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
content: '2 .column.size-1of2';
} .et_pb_column_1_2 > .et_pb_newsletter_layout_left_right,
.et_pb_column_1_2 > .et_pb_newsletter_layout_right_left,
.et_pb_column_3_5 > .et_pb_newsletter_layout_left_right,
.et_pb_column_3_5 > .et_pb_newsletter_layout_right_left,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_3 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_3 .et_pb_newsletter_layout_right_left,
.et_pb_column_2_5 .et_pb_newsletter_layout_left_right,
.et_pb_column_2_5 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_4_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_4_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_3_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_2_3 .et_pb_newsletter_layout_left_right,
.et_pb_column_2_3 .et_pb_newsletter_layout_right_left,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
} @media all and (min-width: 768px) and (max-width: 800px) { .et_pb_countdown_timer .section p {
font-size: 50px !important;
line-height: 50px !important;
}
.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
font-size: 25px !important;
line-height: 25px !important;
}
} @media all and (max-width: 767px) { .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
content: '1 .column.size-1of1';
} .et_pb_slide_image,
.et_pb_slide_video {
margin-top: 6% !important;
}
.et_pb_slide_video {
float: none;
}
.et_pb_section_first .et_pb_slide_image {
margin: 0 0 0 !important;
top: 20px;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
font-size: 20px;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
font-size: 14px;
}
.et_pb_slide_with_image .et_pb_slide_description {
float: none;
text-align: center;
width: 100%;
} .et_pb_post {
margin-bottom: 42px;
}
.et_pb_post h2,
.et_pb_portfolio_item h2,
.et_pb_title_container h1 {
font-size: 18px;
} .et_pb_carousel .et-pb-arrow-prev,
.et_pb_carousel:hover .et-pb-arrow-prev {
left: -8px;
opacity: 1;
}
.et_pb_carousel .et-pb-arrow-next,
.et_pb_carousel:hover .et-pb-arrow-next {
right: -8px;
opacity: 1;
}
.et_pb_slider_carousel:hover .et-pb-arrow-prev {
opacity: 0 !important;
}
.et_pb_slider_carousel:hover .et-pb-arrow-next {
opacity: 0 !important;
} .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play {
font-size: 2rem;
line-height: 2rem;
margin-left: -1rem;
margin-top: -1rem;
} .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
width: 100%;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
width: 50%;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
border-radius: 3px 0 0 0;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
border-radius: 0 3px 0 0;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
border-radius: 0 0 3px 3px;
}
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
border-radius: 0 0 3px;
} .et_pb_promo {
padding: 40px;
} .et_pb_column .et_pb_newsletter_form,
.et_pb_column .et_pb_newsletter_description,
.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form {
width: 100%;
padding: 0;
}
.et_pb_column_4_4 > .et_pb_newsletter,
.et_pb_column_3_4 > .et_pb_newsletter,
.et_pb_column_2_3 > .et_pb_newsletter {
display: block;
}
.et_pb_column_4_4 > .et_pb_newsletter .et_pb_newsletter_description {
margin-bottom: 20px;
} .et_pb_slider:hover .et-pb-arrow-prev {
left: 0;
opacity: 1;
}
.et_pb_slider:hover .et-pb-arrow-next {
right: 0;
opacity: 1;
}
.et-pb-controllers {
position: absolute;
bottom: 5%;
left: 0;
width: 100%;
text-align: center;
z-index: 10;
height: 14px;
}
.format-gallery .et-pb-controllers {
height: auto;
}
.et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
bottom: 18px;
}
.et_pb_more_button {
display: inline-block !important;
}
.et_pb_slide_image,
.et_pb_slide_video,
.et_pb_slide_with_image .et_pb_slide_description {
width: 100%;
}
.et_pb_slide_image,
.et_pb_slide_video {
display: none !important;
}
.et_pb_slider_show_image .et_pb_slide_image,
.et_pb_slider_show_image .et_pb_slide_video {
display: block !important;
}
.et_pb_slide_description h2.et_pb_slide_title {
font-size: 24px;
}
.et_pb_slide_content {
font-size: 12px;
}
.et_pb_slide_image,
.et_pb_slide_video {
position: relative;
margin: 50px auto 0;
padding: 0;
}
.et_pb_slide_image img {
max-height: 300px;
}
.et_pb_section_first .et_pb_slide_image img {
max-height: 300px !important;
}
.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_slide_with_image .et_pb_slide_description {
text-align: center;
} .et_pb_tabs_controls {
border-bottom: none;
height: auto !important;
}
.et_pb_tabs_controls li {
float: none;
border-right: none;
border-bottom: 1px solid #D9D9D9;
display: block;
} .et_pb_column .et_pb_pricing_table {
width: 100% !important;
max-width: 100% !important;
margin: 0 0 30px !important;
}
.et_pb_column .et_pb_pricing_table:last-child,
.et_pb_column .et_pb_pricing_table.et-last-child {
margin-bottom: 0;
} .et_pb_column .et_pb_contact p.et_pb_contact_field_half {
width: 100%;
margin-right: 0;
} .et_pb_column .et_pb_map,
.et_pb_fullwidth_section .et_pb_map {
height: 220px;
} .et_pb_countdown_timer .title {
font-size: 22px !important;
margin-bottom: 20px !important;
}
.et_pb_countdown_timer .section p {
font-size: 32px !important;
line-height: 32px !important;
}
.et_pb_countdown_timer .section p.label {
font-size: 14px !important;
line-height: 25px !important;
}
.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
font-size: 16px !important;
line-height: 16px !important;
}
.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
font-size: 14px !important;
line-height: 25px !important;
} .et_pb_column .et_pb_testimonial_description {
width: 100%;
display: block;
}
.et_pb_column .et_pb_testimonial_portrait {
display: block;
float: none;
margin: 0 auto 20px;
} .et_pb_team_member_image {
float: none;
width: auto;
margin: 0 0 12px;
display: block;
text-align: center;
}
.et_pb_team_member_description {
display: block;
}  .et_quote_content,
.et_pb_blog_grid .et_quote_content {
padding: 35px 30px !important;
}
.et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p {
font-size: 20px !important;
line-height: 26px !important;
}
.et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite {
font-size: 14px !important;
} .et_link_content {
padding: 35px 20px;
}
.et_link_content h2,
.et_audio_content h2 {
font-size: 20px !important;
line-height: 26px !important;
}
.et_link_content a.et_link_main_url {
font-size: 14px !important;
} .et_pb_post > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_slide {
min-height: 222px !important;
}
.et_pb_blog_grid .et_pb_post > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_slide {
min-height: 222px !important;
} .et_audio_content {
padding: 35px 20px !important;
}
.et_audio_content h2 {
margin-bottom: 9px !important;
}
.et_audio_container .mejs-container .mejs-controls .mejs-time span {
font-size: 14px !important;
}
.et_pb_audio_cover_art {
float: none !important;
width: 100% !important;
position: relative;
height: 300px !important;
}
.et_pb_audio_module_content {
margin-left: 0 !important;
padding: 30px !important;
}
.et_pb_audio_module_content h2 {
font-size: 26px;
}
.et_pb_column_1_4 .et_audio_module_meta,
.et_pb_column_1_5 .et_audio_module_meta,
.et_pb_column_1_6 .et_audio_module_meta {
font-size: 14px !important;
} .et-hide-mobile {
display: none !important;
} .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
width: 100%;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
margin: 20px 2%;
} .et_pb_slider_with_overlay .et_pb_slide_image,
.et_pb_slider_with_overlay .et_pb_slide_video,
.et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
width: 100%;
}
.et_pb_slider_with_overlay .et_pb_slide_image {
margin-top: 0 !important;
padding-top: 6%;
}
.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 10% !important;
}
} @media all and (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 0;
}
.et_pb_row .et_pb_column.et_pb_column_1_4: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:last-child,
.et_pb_row .et_pb_column.et_pb_column_1_4.et-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_6.et-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 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,
.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 {
margin-bottom: 0;
} .et_pb_text_align_right {
text-align: left;
} .et_pb_slide_description h2.et_pb_slide_title {
font-size: 20px;
}
.et_pb_slide_content {
font-weight: 400;
font-size: 10px;
}
.et_pb_slide_content,
a.et_pb_more_button {
display: block;
}
.et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_slider_fullwidth_off .et_pb_more_button {
display: none;
} .et_pb_portfolio_item {
margin-bottom: 22px;
} .et_pb_post {
margin-bottom: 42px;
}
.et_pb_post h2,
.et_pb_blog_grid h2 {
font-size: 16px;
padding-bottom: 0;
}
.et_pb_post .post-meta {
color: #666;
font-size: 14px;
}
.et_pb_blog_grid .et_pb_post.format-quote > *,
.et_pb_blog_grid .et_pb_post.format-link > *,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_pb_post .et_pb_slider {
display: block;
}
.et_pb_blog_grid .et_pb_post > .et_pb_image_container,
.et_pb_blog_grid .et_pb_post > h2,
.et_pb_blog_grid .et_pb_post > .post-meta {
display: block;
}
.et_pb_blog_grid .et_pb_post .post-meta {
display: block !important;
padding: 0;
} .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play {
font-size: 1.5rem;
line-height: 1.5rem;
margin-left: -0.75rem;
margin-top: -0.75rem;
}
.et_quote_content,
.et_pb_blog_grid .et_quote_content,
.et_audio_content,
.et_pb_blog_grid .et_link_content {
padding: 35px 20px !important;
}
.et_pb_post > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_slide,
.et_pb_blog_grid > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_post .et_pb_slide {
min-height: 156px !important;
}
.et_pb_audio_cover_art {
float: none !important;
width: 100% !important;
height: 210px !important;
}
.et_pb_audio_module_content h2 {
font-size: 20px !important;
}
.et_pb_column_1_4 .et_audio_module_meta,
.et_pb_column_1_5 .et_audio_module_meta,
.et_pb_column_1_6 .et_audio_module_meta {
font-size: 14px !important;
} .et_pb_promo {
padding: 40px;
} .et_pb_column .et_pb_map,
.et_pb_fullwidth_section .et_pb_map {
height: 200px;
} .et_pb_tabs_controls {
border-bottom: none;
}
.et_pb_tabs_controls li {
float: none;
border-right: none;
border-bottom: 1px solid #D9D9D9;
} .et_pb_testimonial {
padding-top: 10%;
} .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
margin-bottom: 16% !important;
} .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
font-size: 32px !important;
line-height: 32px !important;
}
} @media all and (max-width: 380px) {
.et_pb_countdown_timer .section p,
.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
font-size: 24px !important;
line-height: 24px !important;
}
.et_pb_countdown_timer .section p.label {
font-size: 12px !important;
line-height: 25px !important;
}
} .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 {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeTop {
from {
-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 {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeRight {
from {
-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 {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeBottom {
from {
-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 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et_pb_fadeLeft {
from {
-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 {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes et_pb_slide {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes et_pb_slideTop {
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes et_pb_slideRight {
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes et_pb_slideBottom {
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes et_pb_slideLeft {
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.et_animated.slideLeft {
-webkit-animation-name: et_pb_slideLeft;
animation-name: et_pb_slideLeft;
} @-webkit-keyframes et_pb_bounce {
from,
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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes et_pb_bounce {
from,
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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.et_animated.bounce {
-webkit-animation-name: et_pb_bounce;
animation-name: et_pb_bounce;
} @-webkit-keyframes et_pb_bounceTop {
from,
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);
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes et_pb_bounceTop {
from,
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);
}
100% {
-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 {
from,
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);
}
from {
-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 {
from,
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);
}
from {
-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 {
from,
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);
}
from {
-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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes et_pb_bounceBottom {
from,
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);
}
from {
-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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.et_animated.bounceBottom {
-webkit-animation-name: et_pb_bounceBottom;
animation-name: et_pb_bounceBottom;
} @-webkit-keyframes et_pb_bounceLeft {
from,
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 {
from,
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 {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes et_pb_zoom {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
.et_animated.zoom {
-webkit-animation-name: et_pb_zoom;
animation-name: et_pb_zoom;
} @-webkit-keyframes et_pb_zoomTop {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes et_pb_zoomTop {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 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 {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes et_pb_zoomRight {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 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 {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes et_pb_zoomBottom {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 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 {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes et_pb_zoomLeft {
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 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: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
@keyframes et_pb_flip {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
.et_animated.flip {
-webkit-animation-name: et_pb_flip;
animation-name: et_pb_flip;
} @-webkit-keyframes et_pb_flipTop {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
@keyframes et_pb_flipTop {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
.et_animated.flipTop {
-webkit-animation-name: et_pb_flipTop;
animation-name: et_pb_flipTop;
} @-webkit-keyframes et_pb_flipRight {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
@keyframes et_pb_flipRight {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
.et_animated.flipRight {
-webkit-animation-name: et_pb_flipRight;
animation-name: et_pb_flipRight;
} @-webkit-keyframes et_pb_flipBottom {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
@keyframes et_pb_flipBottom {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
.et_animated.flipBottom {
-webkit-animation-name: et_pb_flipBottom;
animation-name: et_pb_flipBottom;
} @-webkit-keyframes et_pb_flipLeft {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
@keyframes et_pb_flipLeft {
from {
-webkit-transform-origin: center;
transform-origin: center;
}
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
.et_animated.flipLeft {
-webkit-animation-name: et_pb_flipLeft;
animation-name: et_pb_flipLeft;
} @-webkit-keyframes et_pb_fold {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
@keyframes et_pb_fold {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) 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: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
@keyframes et_pb_foldTop {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) 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: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
@keyframes et_pb_foldRight {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) 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: perspective(0px) rotateX(0deg);
transform: perspective(0px) rotateX(0deg);
}
}
@keyframes et_pb_foldBottom {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateX(0deg);
transform: perspective(0px) 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: perspective(0px) rotateY(0deg);
transform: perspective(0px) rotateY(0deg);
}
}
@keyframes et_pb_foldLeft {
to {
opacity: 1;
-webkit-transform: perspective(0px) rotateY(0deg);
transform: perspective(0px) 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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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 {
from {
-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;
} .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;
}
.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-box {
margin: 0px 0px 10px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
font-size: 14px;
position: relative;
}
.et-box-content {
text-shadow: 1px 1px 1px #ffffff;
padding: 27px 43px 17px 66px;
min-height: 35px;
}
.et-box-content strong {
color: #000000;
font-weight: bold;
}
.et-warning:before,
.et-download:before,
.et-info:before,
.et-bio:before,
.et-shadow:before {
content: '';
position: absolute;
top: 32px;
left: 28px;
}
.et-info {
border: 1px solid #e2e2ba;
}
.et-info:before {
width: 22px;
height: 20px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -2px;
}
.et-info .et-box-content {
color: #ada771;
background: #f9f9dc;
border: 1px solid #fbfbef;
box-shadow: inset 0 0 45px #efefc0;
}
.et-info .et-box-content h1,
.et-info .et-box-content h2,
.et-info .et-box-content h3,
.et-info .et-box-content h4,
.et-info .et-box-content h5,
.et-info .et-box-content h6 {
color: #ada771;
}
.et-warning {
border: 1px solid #e0b1b1;
}
.et-warning:before {
width: 17px;
height: 17px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -41px;
}
.et-warning .et-box-content {
color: #ad7676;
background: #ffd9d5;
border: 1px solid #fceeec;
box-shadow: inset 0 0 45px #f0bfba;
}
.et-warning .et-box-content h1,
.et-warning .et-box-content h2,
.et-warning .et-box-content h3,
.et-warning .et-box-content h4,
.et-warning .et-box-content h5,
.et-warning .et-box-content h6 {
color: #ad7676;
}
.et-download {
border: 1px solid #b9dbb6;
}
.et-download:before {
width: 19px;
height: 14px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -19px;
}
.et-download .et-box-content {
color: #7ea57b;
background: #dff7dd;
border: 1px solid #f1f9f0;
box-shadow: inset 0 0 45px #cbe5c9;
}
.et-download .et-box-content h1,
.et-download .et-box-content h2,
.et-download .et-box-content h3,
.et-download .et-box-content h4,
.et-download .et-box-content h5,
.et-download .et-box-content h6 {
color: #7ea57b;
}
.et-bio {
border: 1px solid #b3d8d3;
}
.et-bio:before {
width: 19px;
height: 15px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -2px;
top: 33px;
}
.et-bio .et-box-content {
color: #80acb0;
background: #ddf5f7;
border: 1px solid #f1fafb;
box-shadow: inset 0 0 45px #c6edf0;
}
.et-bio .et-box-content h1,
.et-bio .et-box-content h2,
.et-bio .et-box-content h3,
.et-bio .et-box-content h4,
.et-bio .et-box-content h5,
.et-bio .et-box-content h6 {
color: #80acb0;
}
.et-shadow {
border: 1px solid #ddd;
}
.et-shadow .et-box-content {
color: #737373;
background: #fafafa;
border: 1px solid #fafafa;
box-shadow: inset 0 0 45px #e7e7e7;
}
.et-shadow .et-box-content h1,
.et-shadow .et-box-content h2,
.et-shadow .et-box-content h3,
.et-shadow .et-box-content h4,
.et-shadow .et-box-content h5,
.et-shadow .et-box-content h6 {
color: #737373;
}
.et-tooltip {
position: relative;
}
.et-tooltip-box {
display: none;
color: #6d6e6e;
line-height: 18px;
background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
position: absolute;
bottom: 35px;
left: -94px;
width: 235px;
padding: 20px 25px 22px 25px;
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.et-tooltip-arrow {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -120px -2px;
width: 24px;
height: 13px;
display: block;
position: absolute;
bottom: -13px;
left: 129px;
}
.et-learn-more {
background: #fff;
border: 1px solid #e7e7e7;
margin: 10px 0px;
box-shadow: 1px -1px 0 0 #fff;
}
.et-learn-more h3.heading-more {
cursor: pointer;
padding: 16px 50px 16px 22px;
font-size: 14px;
color: #999;
letter-spacing: 0px;
text-shadow: 1px 1px 0 #fff;
position: relative;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
margin: 0 !important;
}
.et-learn-more h3.heading-more span.et_learnmore_arrow {
display: block;
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 100%;
border-left: 1px solid #fff;
box-shadow: -1px 0 0 0 #e7e7e7;
}
.et-learn-more span.et_learnmore_arrow span {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -6px;
width: 13px;
height: 10px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -58px -2px;
}
.et-learn-more .open span.et_learnmore_arrow span {
background-position: -58px -14px;
}
.et-learn-more .learn-more-content {
padding: 30px 30px 20px;
visibility: hidden;
border-top: 1px solid #e7e7e7;
}
.et_slidecontent .et-learn-more .learn-more-content {
display: block;
visibility: hidden;
}
.et-open .learn-more-content {
display: block;
visibility: visible !important;
}
.et_shortcodes_controller_nav {
border-top: 1px solid #e7e7e7;
box-shadow: inset 1px 1px 0 0 #fff;
min-height: 53px;
position: relative;
}
.et_shortcodes_controls_arrows,
.et_shortcodes_controls {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
line-height: 26px !important;
}
.et_shortcodes_controls {
text-align: center;
padding-top: 20px !important;
line-height: 0 !important;
}
.et_shortcodes_controls li {
display: inline-block;
margin: 0 3px;
}
.et_shortcodes_controls a {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -1px;
width: 11px;
height: 11px;
display: inline-block;
}
.et_shortcodes_controls .et_shortcodes_active_control a {
background-position: -45px -14px;
}
.et_shortcodes_controls_arrows a {
font-size: 14px;
color: #999 !important;
text-shadow: 1px 1px 0 #fff;
position: absolute;
top: 0;
}
.et_shortcodes_controls_arrows a:hover {
color: #4c4c4c;
text-decoration: none;
}
.et_shortcodes_controls_arrows .et_sc_nav_prev {
padding: 14px 38px 12px 48px;
border-right: 1px solid #e7e7e7;
box-shadow: 1px 0 0 0 #fff;
left: 0;
}
.et_shortcodes_controls_arrows .et_sc_nav_next {
padding: 14px 48px 12px 38px;
border-left: 1px solid #fff;
box-shadow: -1px 0 0 0 #e7e7e7;
right: 0;
}
.et_shortcodes_controls_arrows .et_sc_nav_next span,
.et_shortcodes_controls_arrows .et_sc_nav_prev span {
top: 21px;
}
.et_shortcodes_controls_arrows .et_sc_nav_next span {
right: 30px;
}
.et_shortcodes_controls_arrows .et_sc_nav_prev span {
left: 30px;
}
.et-simple-slider {
background: #fff;
border: 1px solid #e7e7e7;
margin: 10px 0;
position: relative;
}
.et-simple-slider h1,
.et-simple-slider h2,
.et-simple-slider h3,
.et-simple-slider h4,
.et-simple-slider h5,
.et-simple-slider h6 {
font-family: Century Gothic, Arial, sans-serif;
color: #333333;
}
.et-simple-slides {
overflow: hidden;
margin: 30px 30px 20px;
}
.et-simple-slider div.et-slide {
display: none;
width: 100% !important;
}
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth {
float: left;
margin-right: 4%;
position: relative;
}
.one_half {
width: 48%;
}
.one_third {
width: 30.66%;
}
.two_third {
width: 65.32%;
}
.one_fourth {
width: 22%;
}
.three_fourth {
width: 74%;
}
a.small-button,
a.big-button,
a.icon-button {
display: inline-block;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 10px;
line-height: 26px;
}
a.small-button,
a.icon-button {
padding: 6px 14px;
font-weight: bold !important;
font-size: 12px;
margin: 0 5px 8px 0;
}
a.small-button:hover,
a.big-button:hover,
a.icon-button:hover {
text-decoration: none;
}
a.smallblue,
a.bigblue {
color: #2b63a8 !important;
background: #88bdff;
background: linear-gradient(to bottom, #88bdff 0%, #60a7ff 100%);
border: 1px solid #3e8ff4;
}
a.smallblue:hover,
a.bigblue:hover {
color: #23528c !important;
}
a.smalllightblue {
color: #348db6 !important;
background: #8edbff;
background: linear-gradient(to bottom, #8edbff 0%, #60cdff 100%);
border: 1px solid #51b5e4;
}
a.smalllightblue:hover {
color: #287295 !important;
}
a.smallteal,
a.bigteal,
a.bigturquoise {
color: #3da7a9 !important;
background: #61eef0;
background: linear-gradient(to bottom, #61eef0 0%, #59dcde 100%);
border: 1px solid #48bec0;
}
a.smallteal:hover,
a.bigteal:hover,
a.bigturquoise:hover {
color: #309192 !important;
}
a.smallgreen,
a.biggreen {
color: #569d51 !important;
background: #94e48d;
background: linear-gradient(to bottom, #94e48d 0%, #82cf7c 100%);
border: 1px solid #4dab46;
}
a.smallgreen:hover,
a.biggreen:hover {
color: #478542 !important;
}
a.smallorange,
a.bigorange {
color: #c7822f !important;
background: #ffcb8c;
background: linear-gradient(to bottom, #ffcb8c 0%, #ffb660 100%);
border: 1px solid #db9c51;
}
a.smallorange:hover,
a.bigorange:hover {
color: #a96c23 !important;
}
a.smallsilver {
color: #595a5a !important;
background: #f5f5f5;
background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
border: 1px solid #c3c3c3;
text-shadow: 1px 1px 1px #fff;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
}
a.smallsilver:hover {
color: #454545 !important;
}
a.smallblack {
color: #fff !important;
background: #5b5b5b;
background: linear-gradient(to bottom, #5b5b5b 0%, #383838 100%);
border: 1px solid #0e0e0e;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: -1px -1px 0 #000;
}
a.smallblack:hover {
color: #f7f7f7 !important;
}
a.smallred,
a.bigred {
color: #9a3e3e !important;
background: #ff7979;
background: linear-gradient(to bottom, #ff7979 0%, #ff5f5f 100%);
border: 1px solid #d85353;
}
a.smallred:hover,
a.bigred:hover {
color: #803030 !important;
}
a.smallpink {
color: #914d97 !important;
background: #e782f1;
background: linear-gradient(to bottom, #e782f1 0%, #d271da 100%);
border: 1px solid #b15cb9;
}
a.smallpink:hover {
color: #753b7a !important;
}
a.smallpurple,
a.bigpurple {
color: #653e9a !important;
background: #b279ff;
background: linear-gradient(to bottom, #b279ff 0%, #a35fff 100%);
border: 1px solid #8b53d8;
}
a.smallpurple:hover,
a.bigpurple:hover {
color: #563386 !important;
}
a.big-button {
font-weight: normal !important;
font-size: 20px;
padding: 14px 24px;
margin: 8px 6px 8px 0;
}
a.big-button:hover {
text-decoration: none;
}
a.icon-button {
color: #595a5a !important;
background: #f5f5f5;
background: linear-gradient(to bottom, #f5f5f5 0%, #e1e1e1 100%);
border: 1px solid #c3c3c3;
text-shadow: 1px 1px 1px #fff;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
padding-left: 36px;
position: relative;
}
a.icon-button:hover {
color: #404040;
}
a.icon-button span.et-icon {
position: absolute;
top: 10px;
left: 12px;
width: 18px;
height: 16px;
}
a.download-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -2px;
width: 17px;
height: 20px;
top: 7px;
}
a.search-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -2px;
top: 9px;
}
a.refresh-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -169px -19px;
}
a.question-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -164px -2px;
}
a.people-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -151px -33px;
height: 17px;
top: 9px;
}
a.warning-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -188px -19px;
width: 15px;
}
a.mail-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -33px;
height: 15px;
}
a.heart-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -18px;
width: 14px;
height: 13px;
top: 12px;
left: 14px;
}
a.paper-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -17px;
width: 15px;
height: 15px;
}
a.notice-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -2px;
width: 15px;
height: 13px;
top: 11px;
}
a.stats-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -184px -2px;
width: 15px;
height: 14px;
top: 11px;
}
a.rss-icon span.et-icon {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -171px -36px;
width: 15px;
top: 9px;
}
ul.et_shortcodes_mobile_nav {
margin: 0 !important;
padding: 0 !important;
list-style: none outside none !important;
display: none;
z-index: 2;
}
ul.et_shortcodes_mobile_nav a {
position: relative;
}
ul.et_shortcodes_mobile_nav span,
.et_shortcodes_controls_arrows span {
position: absolute;
top: 23px;
display: block;
width: 10px;
height: 14px;
}
ul.et_shortcodes_mobile_nav .et_sc_nav_prev span,
.et_shortcodes_controls_arrows .et_sc_nav_prev span {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -24px;
}
ul.et_shortcodes_mobile_nav .et_sc_nav_next span,
.et_shortcodes_controls_arrows .et_sc_nav_next span {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -40px;
}
.et-tabs-container {
background: #fff;
border: 1px solid #e7e7e7;
position: relative;
margin: 50px 0px 15px;
}
.et-learn-more h3.heading-more,
.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav,
.et_shortcodes_controller_nav,
.et-testimonial-author-info,
.et-protected-title,
.pricing-heading,
.pricing-content-bottom {
background: #f9f9f9;
background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
}
.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav {
margin: 0px !important;
overflow: hidden;
border-top: 1px solid #fff;
position: relative;
}
.et-tabs-container .et-tabs-control:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #e7e7e7;
}
.et-tabs-container .et-tabs-control li {
list-style: none outside none;
margin: 0 !important;
float: left;
padding: 0 !important;
border-left: 1px solid #e7e7e7;
box-shadow: -1px 0 0 #fff;
position: relative;
}
.et-tabs-container .et-tabs-control li:first-child {
border-left: 1px solid #fff;
box-shadow: none;
}
.et-tabs-container .et-tabs-control li a {
font-size: 14px;
color: #999 !important;
text-shadow: 1px 1px 0 #fff !important;
display: block;
padding: 15px 20px;
}
.et-tabs-container .et-tabs-control li a:hover {
color: #4c4c4c !important;
text-decoration: none;
}
.et-tabs-container .et-tabs-control li.active:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
}
.et-tabs-container .et-tabs-control li.active a {
background: #fff;
color: #4c4c4c !important;
}
.et-tabs-content-wrapper > div {
display: none;
}
.et_sliderfx_slide .et-tabs-content-wrapper {
width: 1200%;
position: relative;
left: 0;
}
.et_sliderfx_slide .et-tabs-content-wrapper > div {
float: left;
display: block;
height: 1px;
visibility: hidden;
}
.et_sliderfx_slide .et-tabs-content-wrapper > div,
.et_sliderfx_fade .et_slidecontent {
word-wrap: break-word;
}
.et_sliderfx_slide .et_shortcode_slide_active {
height: auto !important;
}
.et-tabs-container .et-tabs-content {
margin: 30px 30px 20px;
}
.et-tabs-container ul.et_shortcodes_mobile_nav {
border-bottom: 1px solid #e7e7e7;
}
.et-tabs-container ul.et_shortcodes_mobile_nav li {
float: right;
line-height: 26px;
}
.et-tabs-container ul.et_shortcodes_mobile_nav a {
display: block;
padding: 16px 10px 16px 45px;
color: #999 !important;
font-size: 14px;
text-shadow: 1px 1px 0 #fff !important;
}
.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
padding: 16px 45px 16px 10px;
text-align: right;
}
.et-tabs-container ul.et_shortcodes_mobile_nav a:hover {
text-decoration: none;
color: #4c4c4c !important;
}
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 1px;
height: 100%;
background: #e7e7e7;
box-shadow: 1px 0 0 #fff;
}
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
right: 28px;
}
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
left: 28px;
}
.et-tabs-container,
.tabs-left,
.et-simple-slider,
.et-image-slider,
.et-testimonial-box,
.author-shortcodes,
.et-protected {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tabs-left {
background: #fff;
border: 1px solid #e7e7e7;
position: relative;
margin-bottom: 15px;
}
.tabs-left .et-tabs-control,
.tabs-left ul.et_shortcodes_mobile_nav {
width: 149px;
border-top: 1px solid #fff;
float: left;
list-style: none outside none !important;
margin: 0 !important;
position: relative;
}
.tabs-left ul.et_shortcodes_mobile_nav {
position: absolute;
top: 0;
left: 0;
}
.tabs-left .et-tabs-control li,
.tabs-left ul.et_shortcodes_mobile_nav li {
padding-right: 0 !important;
padding-left: 0 !important;
background: none !important;
list-style: none !important;
border-bottom: 1px solid #e7e7e7;
box-shadow: 0 1px 0 0 #fff;
}
.tabs-left .et-tabs-control li a {
color: #999 !important;
font-size: 14px;
text-shadow: 1px 1px 0 #fff !important;
display: block;
padding: 15px 10px 15px 20px;
}
.tabs-left .et-tabs-control li.active a {
background: #fff;
margin-right: -1px;
}
.tabs-left .et-tabs-control li a:hover,
.tabs-left .et-tabs-control li.active a {
text-decoration: none;
color: #4c4c4c !important;
}
.tabs-left .et-tabs-content {
padding: 30px 30px 20px;
position: relative;
}
.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap {
overflow: hidden;
}
.tabs-left .et-tabs-content h3 {
padding-bottom: 14px;
color: #333333;
}
.et_left_tabs_bg {
position: absolute;
top: 0;
left: 0;
width: 148px;
height: 100%;
border-right: 1px solid #e7e7e7;
border-left: 1px solid #fff;
background: #f5f5f5;
background: linear-gradient(to right, #f9f9f9 0%, #f5f5f5 100%);
}
.tabs-left ul.et_shortcodes_mobile_nav a {
text-indent: -9999px;
}
.tabs-left ul.et_shortcodes_mobile_nav a span {
top: 50%;
margin-top: -7px;
}
.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
right: 50%;
margin-right: -4px;
}
.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
left: 50%;
margin-left: -4px;
}
.author-shortcodes {
background: #fff;
border: 1px solid #e7e7e7;
color: #363636;
font-size: 14px;
margin-bottom: 10px;
}
.author-shortcodes .author-inner {
position: relative;
padding: 30px 30px 20px 117px;
min-height: 60px;
}
.author-shortcodes .author-image {
position: absolute;
top: 32px;
left: 30px;
width: 60px;
height: 60px;
}
.author-shortcodes .author-image img {
max-width: 100%;
height: auto;
width: auto;
}
.author-shortcodes .author-image .author-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}
.et-protected {
border: 1px solid #e7e7e7;
width: 390px;
background: #fff;
margin-bottom: 10px;
}
.et-protected-title {
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #e7e7e7;
padding: 18px 10px 17px 50px;
position: relative;
color: #999;
text-shadow: 0 1px 0 #fff;
font-size: 14px;
}
.et-protected-title:before {
content: '';
position: absolute;
top: 16px;
left: 20px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -36px;
width: 17px;
height: 19px;
}
.et-protected-form {
padding: 32px 37px 32px 32px;
text-align: right;
}
.et-protected-form p {
padding-bottom: 16px;
}
.et-protected-form p label {
position: relative;
}
.et-protected-form p .et_protected_icon {
width: 10px;
height: 20px;
position: absolute;
top: 2px;
left: 18px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -190px -37px;
display: block;
}
.et-protected-form p .et_protected_password {
height: 23px;
background-position: -275px -2px;
}
.et-protected-form label span {
display: none;
}
.et-protected-form p input {
margin: 0 !important;
border: 1px solid #e7e7e7;
color: #363636;
font-size: 14px;
background: #f3f3f3;
background: linear-gradient(to bottom, #f3f3f3 1%, #fefefe 100%);
padding: 20px 20px 20px 40px;
width: 100%;
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
position: relative;
}
.et-protected-form input.etlogin-button {
background: #f9f9f9;
background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
border: 1px solid #e7e7e7;
padding: 14px 24px;
color: #999;
text-shadow: 0 1px 0 #fff;
font-size: 14px;
box-shadow: inset 1px 1px 0 0 #fff;
}
.et-simple-slides .et_slidecontent {
width: auto;
}
.et-image-slides {
background: #555;
}
.et-image-slider {
background: #fff;
border: 1px solid #e7e7e7;
margin-bottom: 25px;
}
.et-image-slide {
position: relative;
}
.et-image-slider img {
display: block;
width: auto;
margin: 0 auto;
height: auto;
}
.et-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}
.et-learn-more,
.et-tabs-container,
.tabs-left,
.et-simple-slider,
.author-shortcodes,
.et-tooltip-box {
color: #201F1F !important;
text-shadow: none !important;
}
.et-learn-more a,
.et-tabs-container a,
.tabs-left a,
.et-simple-slider a,
.author-shortcodes a,
.et-tooltip-box a {
text-shadow: none !important;
}
.et-custom-list ul {
list-style: none !important;
list-style-image: none !important;
padding-left: 0 !important;
margin: 0 !important;
line-height: 26px;
}
.et-custom-list ul li {
padding-left: 28px !important;
margin: 5px 0 !important;
list-style: none !important;
position: relative;
}
.et-custom-list ul li:before {
content: '';
position: absolute;
top: 5px;
left: 0;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px;
width: 22px;
height: 18px;
}
.etlist-x ul li:before {
content: '';
position: absolute;
top: 6px;
left: 0;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -21px;
width: 22px;
height: 18px;
}
.etlist-dot ul li {
padding-left: 25px !important;
}
.etlist-dot ul li:before {
content: '';
position: absolute;
top: 9px;
left: 0;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -230px -3px;
width: 10px;
height: 9px;
}
.et-custom-list ul li ul {
padding: 2px 0px !important;
margin: 0 !important;
}
.et-pricing {
margin: 40px 0 10px;
}
.pricing-table {
float: left;
width: 25%;
margin-bottom: 22px;
position: relative;
margin-left: -1px;
}
.pricing-table-wrap {
border: 1px solid #e7e7e7;
border-bottom: none;
}
.pricing-heading {
border-bottom: 1px solid #e7e7e7;
padding: 23px 10px 22px;
text-shadow: 1px 1px 0 #fff;
font-size: 12px;
color: #999;
text-align: center;
box-shadow: inset 1px 1px 0 0 #fff;
}
.pricing-title {
text-transform: uppercase;
font-size: 20px;
color: #53b4c7 !important;
font-weight: bold;
text-shadow: none !important;
}
.pricing-heading p {
padding-bottom: 0 !important;
}
.pricing-table ul.pricing {
padding: 0 !important;
list-style: none !important;
margin: 0 !important;
list-style-image: none !important;
line-height: 26px;
}
.pricing-table ul.pricing li {
list-style: none !important;
border-top: 1px solid #fff;
border-bottom: 1px solid #e7e7e7;
background: #f5f5f5;
background: linear-gradient(to bottom, #f5f5f5 0%, #fefefe 7%, #ffffff 100%);
padding: 14px 7px 14px 63px;
position: relative;
font-size: 12px;
color: #363636;
text-shadow: none !important;
}
.pricing-table ul.pricing li span.pricing-mark {
position: absolute;
top: 19px;
left: 30px;
width: 22px;
height: 18px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px;
}
.pricing-table ul.pricing li.x-mark span.pricing-mark {
background-position: -74px -20px;
}
.pricing-content-bottom {
border-top: 1px solid #fff;
border-bottom: 1px solid #e7e7e7;
box-shadow: inset 1px 0 0 0 #fff;
padding: 20px 5px 43px;
text-align: center;
}
span.et-price {
font-size: 48px;
color: #94c65c;
text-shadow: 0 1px 0 #fff;
font-family: Georgia, serif;
}
span.et-price sup {
font-size: 24px;
bottom: 13px;
left: 1px;
}
span.et-price span.dollar-sign {
font-size: 36px;
}
.pricing-table a.icon-button {
margin: 0;
padding-left: 15px;
position: absolute;
bottom: -13px;
left: 50%;
}
.pricing-table a.icon-button {
visibility: hidden;
}
.pricing-big {
top: -20px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
z-index: 2;
}
.pricing-big .pricing-table-wrap {
border-color: #d6d5d5;
}
.pricing-big .pricing-heading {
padding-top: 43px;
}
.pricing-big .pricing-content-bottom {
padding-bottom: 63px;
border-bottom: 1px solid #d6d5d5;
}
.et-testimonial-box {
border: 1px solid #e7e7e7;
background: #fff;
position: relative;
margin: 10px 0 45px;
}
.et-testimonial-author-info {
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #e7e7e7;
padding: 20px 20px 15px;
text-shadow: 0 1px 0 #fff;
}
.t-img {
width: 60px;
height: 60px;
float: left;
margin: 0 25px 5px 0;
box-shadow: 0 1px 0 0 #fff;
position: relative;
}
.t-img img {
max-width: 100%;
height: auto;
}
.t-overlay {
width: 100%;
height: 100%;
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
display: block;
position: absolute;
top: 0;
left: 0;
}
.t-author,
.t-position {
display: block;
}
.t-author {
font-size: 18px;
color: #999;
padding: 10px 0 5px;
}
.t-position {
color: #595959;
}
.t-position,
.et-testimonial {
font-family: Georgia, serif;
font-style: italic;
font-size: 14px;
}
.et-testimonial {
padding: 43px 35px 30px 77px;
color: #363636;
position: relative;
text-shadow: none !important;
}
.et-testimonial:before {
content: '';
position: absolute;
top: 43px;
left: 35px;
width: 25px;
height: 19px;
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -35px;
}
.t-bottom-arrow {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -25px;
width: 31px;
height: 32px;
position: absolute;
bottom: -32px;
right: 40px;
}
.et-dropcap {
font-size: 48px;
float: left;
display: block;
margin: 0 7px 0 0;
line-height: 1;
}
.et_quote {
padding-left: 57px;
min-height: 40px;
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
position: relative;
line-height: 1.5;
margin-bottom: 10px;
}
.et_quote .et_quote_sign {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -20px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 40px;
height: 34px;
}
.quote-center .et_quote_sign {
background-position: -251px -2px;
width: 20px;
height: 16px;
top: 3px;
}
.quote-center .et_quote_additional_sign {
background: url(//sflchronicle.com/wp-content/themes/Extra/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -251px -22px;
position: absolute;
top: 3px;
right: 13px;
display: block;
width: 20px;
height: 16px;
}
.et_right_quote {
width: 100%;
}
.quote-center {
font-size: 24px;
line-height: 1.2;
text-align: center;
padding-left: 30px;
}
.quote-center .et_right_quote {
padding-right: 30px;
width: 95%;
}
.et-tabs-container .et-tabs-control {
padding: 0;
}
.tabs-left .et-tabs-control {
padding-left: 0;
}
.author-info h1,
.author-info h2,
.author-info h3,
.author-info h4,
.author-info h5,
.author-info h6 {
color: #201F1F !important;
text-shadow: none !important;
}
.et-tabs-container .et-tabs-control li a,
.tabs-left .et-tabs-control li a {
text-decoration: none !important;
}
a.big-button,
a.small-button,
a.icon-button {
cursor: pointer;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} *:first-child + html .clearfix {
zoom: 1;
} .et_column_last {
margin-right: 0px !important;
clear: right;
}
.clear,
#footer-bottom .container:before,
#footer-bottom .container:after,
.et_pb_extra_module .posts-list article:before,
.et_extra_other_module .posts-list article:before,
.et_pb_extra_module .posts-list article:after,
.et_extra_other_module .posts-list article:after,
.single .post-wrap .post-content:after,
.tabbed-post-module .tab-content:before,
.tabbed-post-module .tab-content:after {
clear: both;
}
.et_pb_pagebuilder_layout .post-content h1 {
padding: 0 0 10px;
font-weight: 700;
}
.et_pb_pagebuilder_layout .post-content a {
color: inherit;
}
.et_pb_pagebuilder_layout .page .post-content h1 {
padding: 0 0 10px;
font-size: 18px;
font-weight: 700;
}
.et_pb_pagebuilder_layout .page .post-content article {
border-top: 0;
box-shadow: none;
}
.et_pb_pagebuilder_layout .post-wrap .et_pb_bg_layout_dark h2 a {
color: inherit;
}
.et_pb_pagebuilder_layout .et_pb_tabs_controls li {
margin: 0;
}
.et_pb_pagebuilder_layout .et_portfolio_image {
position: relative;
display: block;
}
.et_pb_pagebuilder_layout .et_pb_member_social_links {
padding: 0;
}
.et_pb_pagebuilder_layout .et_pb_member_social_links li {
margin-bottom: 0;
}
.et_pb_pagebuilder_layout .et_pb_countdown_timer .section p {
margin-bottom: 0;
}
.et_pb_pagebuilder_layout .et_pb_column_1_4 .et_pb_newsletter_form {
padding: 0;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::-webkit-input-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::-moz-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:-ms-input-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::-ms-input-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::-webkit-input-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::-moz-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus:-ms-input-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::-ms-input-placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::placeholder {
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.comment_area .comment-reply-link {
position: relative;
top: 0;
}
.comment_avatar {
top: 0 !important;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
background: rgba(0, 0, 0, 0.05);
width: 100%;
font-size: 14px;
} .et_opera_mini .et_pb_image img {
width: 100%;
}
.woocommerce .button,
.woocommerce-page .button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce input[type='submit'],
.woocommerce-page input[type='submit'],
.woocommerce .cart input.button,
.woocommerce-page .cart input.button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.btn.alt,
.woocommerce-page a.btn.alt,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .read-more-button,
.woocommerce-page .read-more-button,
.woocommerce input.read-more-button,
.woocommerce-page input.read-more-button,
.woocommerce .cart input.read-more-button,
.woocommerce-page .cart input.read-more-button,
.woocommerce a.read-more-button,
.woocommerce-page a.read-more-button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce .post-nav .nav-links .button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button {
background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce input[type='submit']:hover,
.woocommerce-page input[type='submit']:hover,
.woocommerce .cart input.button:hover,
.woocommerce-page .cart input.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce-page a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.btn.alt:hover,
.woocommerce-page a.btn.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .read-more-button:hover,
.woocommerce-page .read-more-button:hover,
.woocommerce input.read-more-button:hover,
.woocommerce-page input.read-more-button:hover,
.woocommerce .cart input.read-more-button:hover,
.woocommerce-page .cart input.read-more-button:hover,
.woocommerce a.read-more-button:hover,
.woocommerce-page a.read-more-button:hover,
.woocommerce .woocommerce-message .read-more-button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce .post-nav .nav-links .button:hover,
.woocommerce-page .post-nav .nav-links .button:hover,
.woocommerce input.post-nav .nav-links .button:hover,
.woocommerce-page input.post-nav .nav-links .button:hover,
.woocommerce .cart input.post-nav .nav-links .button:hover,
.woocommerce-page .cart input.post-nav .nav-links .button:hover,
.woocommerce a.post-nav .nav-links .button:hover,
.woocommerce-page a.post-nav .nav-links .button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce div.product form.cart .read-more-button,
.woocommerce-page div.product form.cart .read-more-button,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button {
background-color: #00A8FF;
color: #FFFFFF;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button {
margin: -6px 0;
padding: 8px 12px;
color: #FFFFFF;
font-size: 12px;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .read-more-button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover {
color: #FFFFFF;
}
.woocommerce #content-area,
.woocommerce-page #content-area {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce .et_pb_extra_overlay .star-rating,
.woocommerce-page .et_pb_extra_overlay .star-rating {
position: absolute;
top: calc(60% + 32px);
left: 50%;
margin: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #FFFFFF;
font-size: 16px;
transition: 0.3s ease;
}
.woocommerce .et_pb_extra_overlay .star-rating span:before,
.woocommerce-page .et_pb_extra_overlay .star-rating span:before {
color: #FFFFFF;
}
.woocommerce .et_pb_extra_overlay:hover .star-rating,
.woocommerce-page .et_pb_extra_overlay:hover .star-rating {
top: calc(50% + 32px);
}
.woocommerce .woocommerce-page-top,
.woocommerce-page .woocommerce-page-top {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
max-width: 100%;
min-width: 100%;
margin: 0 0 20px;
padding: 0;
}
.woocommerce .woocommerce-page-top:after,
.woocommerce-page .woocommerce-page-top:after {
display: none;
}
.woocommerce .woocommerce-page-top .page-title,
.woocommerce-page .woocommerce-page-top .page-title {
margin: 0;
padding: 0;
font-size: 26px;
}
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb {
margin: 0;
font-size: 12px;
}
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb:after {
display: none;
}
.woocommerce .et_pb_extra_column_main,
.woocommerce-page .et_pb_extra_column_main {
display: block;
width: 100%;
}
.woocommerce .et_pb_extra_column_main .woocommerce-result-count,
.woocommerce-page .et_pb_extra_column_main .woocommerce-result-count {
margin: 0 0 20px;
}
.woocommerce .et_pb_extra_column_main .woocommerce-ordering,
.woocommerce-page .et_pb_extra_column_main .woocommerce-ordering {
margin: 0 0 20px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale {
position: absolute;
z-index: 100;
top: 20px;
left: 20px;
display: block;
background: #EF6939;
min-width: 0;
width: 65px;
min-height: 0;
height: 30px;
border-radius: 3px;
margin: 0;
padding: 0;
color: #FFFFFF;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
vertical-align: middle;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
display: inline-block;
background: #00A8FF;
width: 100%;
border: 0;
border-radius: 3px;
padding: 12px !important;
color: #FFFFFF;
font-size: 12px;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
content: '\e632';
position: relative;
top: 0;
left: 0;
margin: 0 10px 0 0;
font-size: 14px;
vertical-align: middle;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: auto;
min-width: 100%;
margin: 0 -12px;
overflow: hidden;
float: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 25% !important;
max-width: 25% !important;
min-width: 25% !important;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
margin: 0 0 0 -1px !important;
padding: 0 12px 24px;
}
.with_sidebar.woocommerce ul.products li.product,
.with_sidebar.woocommerce-page ul.products li.product,
.with_sidebar .woocommerce ul.products li.product,
.with_sidebar .woocommerce-page ul.products li.product {
width: 33.33333333% !important;
max-width: 33.33333333% !important;
min-width: 33.33333333% !important;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
margin: 0 0 0 -1px !important;
}
.columns-6.woocommerce ul.products li.product,
.columns-6.woocommerce-page ul.products li.product {
width: 16.66666667% !important;
max-width: 16.66666667% !important;
min-width: 16.66666667% !important;
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.columns-5.woocommerce ul.products li.product,
.columns-5.woocommerce-page ul.products li.product {
width: 20% !important;
max-width: 20% !important;
min-width: 20% !important;
-webkit-flex-basis: 20%;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
.columns-4.woocommerce ul.products li.product,
.columns-4.woocommerce-page ul.products li.product {
width: 25% !important;
max-width: 25% !important;
min-width: 25% !important;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.columns-3.woocommerce ul.products li.product,
.columns-3.woocommerce-page ul.products li.product {
width: 33.33333333% !important;
max-width: 33.33333333% !important;
min-width: 33.33333333% !important;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.columns-2.woocommerce ul.products li.product,
.columns-2.woocommerce-page ul.products li.product {
width: 50% !important;
max-width: 50% !important;
min-width: 50% !important;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.columns-1.woocommerce ul.products li.product,
.columns-1.woocommerce-page ul.products li.product {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.woocommerce ul.products li.product .product-wrapper,
.woocommerce-page ul.products li.product .product-wrapper {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
border: 0;
}
.woocommerce ul.products li.product .product-wrapper a,
.woocommerce-page ul.products li.product .product-wrapper a {
position: relative;
width: 100%;
text-align: center;
}
.woocommerce ul.products li.product .product-wrapper a:last-child,
.woocommerce-page ul.products li.product .product-wrapper a:last-child {
padding: 20px;
}
.woocommerce ul.products li.product .product-wrapper a img,
.woocommerce-page ul.products li.product .product-wrapper a img {
margin: 0;
}
.woocommerce ul.products li.product .product-wrapper h3,
.woocommerce-page ul.products li.product .product-wrapper h3 {
margin: 0 0 5px;
padding: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
margin: 0;
color: #00A8FF;
font-size: 18px;
font-weight: 600;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
display: inline-block;
text-decoration: none;
}
.woocommerce ul.products li.product .price del span.amount,
.woocommerce-page ul.products li.product .price del span.amount,
.woocommerce ul.products li.product .price ins span.amount,
.woocommerce-page ul.products li.product .price ins span.amount {
font-size: 18px;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
text-decoration: line-through;
}
.woocommerce ul.products li.product .price del span.amount,
.woocommerce-page ul.products li.product .price del span.amount {
color: rgba(0, 0, 0, 0.5);
}
.woocommerce ul.products li.product .price span.amount,
.woocommerce-page ul.products li.product .price span.amount {
font-size: 18px;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
width: 100%;
text-align: right;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
border: 0;
margin: 0 0 24px;
line-height: 1;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers:after,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers:after {
display: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
margin: 0 0 0 10px;
border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers {
width: 40px;
height: 40px;
padding: 0;
line-height: 40px;
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
background: #00A8FF;
color: #FFFFFF;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
width: calc(50% - (24px / 2));
margin: 0 12px 24px 0;
float: left;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
border-radius: 3px;
overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-page div.product div.images .flex-control-thumbs {
margin-top: 6.6666%;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-page div.product div.images .flex-control-thumbs li {
width: 20%;
margin-right: 6.6666%;
margin-bottom: 6.6666%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n),
.woocommerce-page div.product div.images .flex-control-thumbs li:nth-of-type(4n) {
margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce-page div.product div.images .flex-control-thumbs li img {
transition: opacity 0.5s ease;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin: 24px -12px 0;
padding-top: 0;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a {
margin: 0;
padding: 0 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
border-color: #00A8FF;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
width: calc(50% - (24px / 2));
border-top: 0;
padding: 24px;
float: right;
}
.woocommerce div.product div.summary .product_title,
.woocommerce-page div.product div.summary .product_title {
margin: 0 0 10px;
}
.woocommerce div.product div.summary .woocommerce-product-rating,
.woocommerce-page div.product div.summary .woocommerce-product-rating {
width: 100%;
margin: 0 0 20px;
line-height: 1;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating,
.woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating {
margin: 0 5px 0 0;
}
.woocommerce div.product div.summary p.price,
.woocommerce-page div.product div.summary p.price {
margin: 0 0 20px;
color: rgba(0, 0, 0, 0.5);
font-size: 22px;
line-height: 1;
}
.woocommerce div.product div.summary p.price ins,
.woocommerce-page div.product div.summary p.price ins {
text-decoration: none;
}
.woocommerce div.product div.summary p.price del .amount,
.woocommerce-page div.product div.summary p.price del .amount {
color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product div.summary span.price,
.woocommerce-page div.product div.summary span.price {
color: rgba(0, 0, 0, 0.5);
font-weight: 600;
}
.woocommerce div.product div.summary span.price del,
.woocommerce-page div.product div.summary span.price del {
color: rgba(0, 0, 0, 0.5);
font-weight: 400;
}
.woocommerce div.product div.summary span.price del .amount,
.woocommerce-page div.product div.summary span.price del .amount {
color: inherit;
}
.woocommerce div.product div.summary span.price ins,
.woocommerce-page div.product div.summary span.price ins {
text-decoration: none;
}
.woocommerce div.product div.summary .quantity .qty,
.woocommerce-page div.product div.summary .quantity .qty {
margin: 0 10px 0 0;
line-height: 1;
}
.woocommerce div.product div.summary .variations td,
.woocommerce-page div.product div.summary .variations td {
padding-bottom: 10px;
}
.woocommerce div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
width: 100%;
color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product div.summary .product_meta a,
.woocommerce-page div.product div.summary .product_meta a {
color: #00A8FF;
font-weight: 600;
}
.woocommerce div.product div.summary .product-share-links,
.woocommerce-page div.product div.summary .product-share-links {
background: #F5F9FD;
width: calc(100% + 48px);
margin: 40px -24px -24px;
padding: 10px 20px 0;
text-align: center;
}
.woocommerce div.product div.summary .product-share-links a,
.woocommerce-page div.product div.summary .product-share-links a {
display: inline-block;
margin: 0 5px 10px;
}
.woocommerce div.product div.summary p,
.woocommerce-page div.product div.summary p {
margin: 0 0 40px;
}
.woocommerce div.product .extra-woocommerce-details-accordion,
.woocommerce-page div.product .extra-woocommerce-details-accordion {
width: calc(50% - (24px / 2));
border: 0;
clear: right;
float: right;
}
.woocommerce div.product .extra-woocommerce-details-accordion .group,
.woocommerce-page div.product .extra-woocommerce-details-accordion .group {
width: 100%;
}
.woocommerce div.product .extra-woocommerce-details-accordion .header,
.woocommerce-page div.product .extra-woocommerce-details-accordion .header {
outline: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
line-height: 1;
cursor: pointer;
}
.woocommerce div.product .extra-woocommerce-details-accordion .header.ui-accordion-header-active .ui-accordion-header-icon:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .header.ui-accordion-header-active .ui-accordion-header-icon:before {
content: '\e63d';
}
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon {
display: inline-block;
margin: 0 5px 0 0;
}
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before {
content: '\e638';
color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product .extra-woocommerce-details-accordion .title,
.woocommerce-page div.product .extra-woocommerce-details-accordion .title {
display: inline-block;
padding: 0;
margin: 0;
color: rgba(0, 0, 0, 0.5);
line-height: 1;
font-size: 14px;
font-weight: 600;
}
.woocommerce div.product .extra-woocommerce-details-accordion .content,
.woocommerce-page div.product .extra-woocommerce-details-accordion .content {
background: #F5F9FD;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 20px 40px;
}
.woocommerce div.product .extra-woocommerce-details-accordion .content > h2,
.woocommerce-page div.product .extra-woocommerce-details-accordion .content > h2 {
display: none;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email {
width: 50%;
padding: 0;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author {
padding-right: 10px;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email {
padding-left: 10px;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-rating,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-rating {
padding: 10px 0;
clear: both;
}
.woocommerce div.product #comments .commentlist,
.woocommerce-page div.product #comments .commentlist {
padding: 0;
}
.woocommerce div.product #respond .comment-reply-title,
.woocommerce-page div.product #respond .comment-reply-title {
font-size: 14px;
}
.woocommerce div.product #respond .comment-form-rating label,
.woocommerce-page div.product #respond .comment-form-rating label {
display: block;
margin-bottom: 10px;
}
.woocommerce .related.products,
.woocommerce-page .related.products {
width: 100%;
clear: both;
}
.woocommerce .related.products h2,
.woocommerce-page .related.products h2 {
margin: 0 0 20px;
padding: 0;
font-weight: 600;
}
.woocommerce .related.products .products li.product,
.woocommerce-page .related.products .products li.product {
width: 25%;
max-width: 25%;
min-width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.with_sidebar.woocommerce .related.products .products li.product,
.with_sidebar.woocommerce-page .related.products .products li.product {
width: 33.33333333%;
max-width: 33.33333333%;
min-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
list-style: none;
margin-right: 30px;
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation-link {
position: relative;
display: block;
opacity: 0.6;
transition: opacity 0.3s ease-in-out;
}
.woocommerce-MyAccount-navigation-link:after {
position: absolute;
top: 50%;
left: 0;
line-height: 1;
margin-top: -9px;
font-family: 'ETModules';
font-size: 18px;
}
.woocommerce-MyAccount-navigation-link a {
display: block;
padding: 10px 10px 10px 30px;
border-bottom: 1px solid #EFEFEF;
}
.woocommerce-MyAccount-navigation-link:hover,
.woocommerce-MyAccount-navigation-link.is-active {
opacity: 1;
}
.woocommerce-MyAccount-navigation-link--dashboard:after {
content: '\E009';
}
.woocommerce-MyAccount-navigation-link--orders:after {
content: '\E013';
}
.woocommerce-MyAccount-navigation-link--downloads:after {
content: '\E05F';
}
.woocommerce-MyAccount-navigation-link--edit-address:after {
content: '\E026';
}
.woocommerce-MyAccount-navigation-link--edit-account:after {
content: '\E107';
}
.woocommerce-MyAccount-navigation-link--customer-logout:after {
content: '\E051';
}
.woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-MyAccount-content h2 {
margin-top: 25px;
}
.woocommerce .woocommerce-MyAccount-content table thead th {
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
font-size: 14px;
} [ripple] {
position: relative;
overflow: hidden;
}
[ripple][ripple-inverse] .ripple {
-webkit-animation: ripple-inverse 1s;
animation: ripple-inverse 1s;
}
[ripple] .ripple {
position: absolute;
display: block;
background: #FFFFFF;
width: 60px;
height: 60px;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation: ripple 1s;
animation: ripple 1s;
}
@-webkit-keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.2;
}
100% {
-webkit-transform: scale(10);
transform: scale(10);
opacity: 0;
}
}
@keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.2;
}
100% {
-webkit-transform: scale(10);
transform: scale(10);
opacity: 0;
}
}
@-webkit-keyframes ripple-inverse {
0% {
background: #e6e6e6;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
80% {
background: #FFFFFF;
}
100% {
-webkit-transform: scale(10);
transform: scale(10);
opacity: 1;
}
}
@keyframes ripple-inverse {
0% {
background: #e6e6e6;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
80% {
background: #FFFFFF;
}
100% {
-webkit-transform: scale(10);
transform: scale(10);
opacity: 1;
}
}
@keyframes fadeTop {
0% {
opacity: 0;
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeBottom {
0% {
opacity: 0;
-webkit-transform: translateY(10%);
transform: translateY(10%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 0;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
100% {
opacity: 1;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes slideWidth {
0% {
width: 0;
}
}
@keyframes Grow {
0% {
opacity: 0;
-webkit-transform: scale(1, 0.5);
transform: scale(1, 0.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes flipIn {
0% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg);
}
60% {
-webkit-transform: perspective(1000px) rotateX(10deg);
transform: perspective(1000px) rotateX(10deg);
}
80% {
-webkit-transform: perspective(1000px) rotateX(-10deg);
transform: perspective(1000px) rotateX(-10deg);
}
}
@keyframes flipIn {
0% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg);
}
60% {
-webkit-transform: perspective(1000px) rotateX(10deg);
transform: perspective(1000px) rotateX(10deg);
}
80% {
-webkit-transform: perspective(1000px) rotateX(-10deg);
transform: perspective(1000px) rotateX(-10deg);
}
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes gridFadeIn {
0% {
opacity: 0;
-webkit-transform: translatey(-5%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
}
}
@keyframes gridFadeIn {
0% {
opacity: 0;
-webkit-transform: translatey(-5%);
transform: translatey(-5%);
}
100% {
opacity: 1;
-webkit-transform: translatey(0);
transform: translatey(0);
}
} @-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}  @font-face {
font-family: "ET-Extra";
src: url(//sflchronicle.com/wp-content/themes/Extra/fonts/ET-Extra.eot);
src: url(//sflchronicle.com/wp-content/themes/Extra/fonts/ET-Extra.eot?#iefix) format("embedded-opentype"), url(//sflchronicle.com/wp-content/themes/Extra/fonts/ET-Extra.woff) format("woff"), url(//sflchronicle.com/wp-content/themes/Extra/fonts/ET-Extra.ttf) format("truetype"), url(//sflchronicle.com/wp-content/themes/Extra/fonts/ET-Extra.svg#ET-Extra) format("svg");
font-weight: normal;
font-style: normal;
}  @media only screen and (min-width: 1024px) { .et_extra_layout .et_pb_column_1_4,
.et_extra_layout .et_pb_column_1_3 {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} #footer .et_pb_extra_column {
width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
min-width: 0;
max-width: none;  }
.ie #footer .et_pb_extra_column {
max-width: 33.33333333%;
}
.footer_columns_4#footer .et_pb_extra_column {
width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.ie .footer_columns_4#footer .et_pb_extra_column {
max-width: 25%;
}
.footer_columns_2#footer .et_pb_extra_column {
width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.ie .footer_columns_2#footer .et_pb_extra_column {
max-width: 50%;
}
.footer_columns_1#footer .et_pb_extra_column {
width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.ie .footer_columns_1#footer .et_pb_extra_column {
max-width: 100%;
}
.footer_columns_1_4__3_4#footer .et_pb_extra_column.odd {
width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.ie .footer_columns_1_4__3_4#footer .et_pb_extra_column.odd {
max-width: 25%;
}
.footer_columns_1_4__3_4#footer .et_pb_extra_column.even {
width: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.ie .footer_columns_1_4__3_4#footer .et_pb_extra_column.even {
max-width: 75%;
}
.footer_columns_3_4__1_4#footer .et_pb_extra_column.odd {
width: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.ie .footer_columns_3_4__1_4#footer .et_pb_extra_column.odd {
max-width: 75%;
}
.footer_columns_3_4__1_4#footer .et_pb_extra_column.even {
width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.ie .footer_columns_3_4__1_4#footer .et_pb_extra_column.even {
max-width: 25%;
}
.footer_columns_1_3__2_3#footer .et_pb_extra_column.odd {
width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.ie .footer_columns_1_3__2_3#footer .et_pb_extra_column.odd {
max-width: 33.33333333%;
}
.footer_columns_1_3__2_3#footer .et_pb_extra_column.even {
width: 66.66666666%;
-webkit-flex-basis: 66.66666666%;
-ms-flex-preferred-size: 66.66666666%;
flex-basis: 66.66666666%;
}
.ie .footer_columns_1_3__2_3#footer .et_pb_extra_column.even {
max-width: 66.66666666%;
}
.footer_columns_2_3__1_3#footer .et_pb_extra_column.odd {
width: 66.66666666%;
-webkit-flex-basis: 66.66666666%;
-ms-flex-preferred-size: 66.66666666%;
flex-basis: 66.66666666%;
}
.ie .footer_columns_2_3__1_3#footer .et_pb_extra_column.odd {
max-width: 66.66666666%;
}
.footer_columns_2_3__1_3#footer .et_pb_extra_column.even {
width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.ie .footer_columns_2_3__1_3#footer .et_pb_extra_column.even {
max-width: 33.33333333%;
}
.footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-1,
.footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-2 {
width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.ie .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-1,
.ie .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-2 {
max-width: 25%;
}
.footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-4 {
width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.ie .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-4 {
max-width: 50%;
}
.footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-1 {
width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.ie .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-1 {
max-width: 50%;
}
.footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-2,
.footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-4 {
width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.ie .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-2,
.ie .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-4 {
max-width: 25%;
}
.footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-2 {
width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.ie .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-2 {
max-width: 50%;
}
.footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-1,
.footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-4 {
width: 25%;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.ie .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-1,
.ie .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-4 {
max-width: 25%;
}
.footer_columns_3#footer .et_pb_extra_column.column-3,
.footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-3,
.footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-3,
.footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-3 {
display: none;
}
.footer_columns_2#footer .et_pb_extra_column.column-2,
.footer_columns_1_4__3_4#footer .et_pb_extra_column.column-2,
.footer_columns_3_4__1_4#footer .et_pb_extra_column.column-2,
.footer_columns_1_3__2_3#footer .et_pb_extra_column.column-2,
.footer_columns_2_3__1_3#footer .et_pb_extra_column.column-2,
.footer_columns_2#footer .et_pb_extra_column.column-3,
.footer_columns_1_4__3_4#footer .et_pb_extra_column.column-3,
.footer_columns_3_4__1_4#footer .et_pb_extra_column.column-3,
.footer_columns_1_3__2_3#footer .et_pb_extra_column.column-3,
.footer_columns_2_3__1_3#footer .et_pb_extra_column.column-3 {
display: none;
}
.footer_columns_1#footer .et_pb_extra_column.column-2,
.footer_columns_1#footer .et_pb_extra_column.column-3,
.footer_columns_1#footer .et_pb_extra_column.column-4 {
display: none;
}
#main-header-wrapper {
transition: height 0.5s;
}
.et_fixed_nav .et-fixed-header #main-header {
position: fixed;
width: 100%;
top: 0;
}
.boxed_layout.et_fixed_nav .et-fixed-header #main-header {
width: 90%;
max-width: 1360px;
}
.et_hide_nav.et_fixed_nav .et-fixed-header #main-content {
padding-top: 40px;
}
.et_hide_nav #main-header {
top: 0;
} .admin-bar.et_fixed_nav .et-fixed-header #main-header,
.admin-bar.et_hide_nav #main-header {
top: 32px;
}
.et_hide_nav.et_fixed_nav #main-header {
position: fixed;
opacity: 0;
transition-duration: 0.7s;
width: 100%;
}
.et_hide_nav.et_fixed_nav .et-fixed-header #main-header {
opacity: 1;
-webkit-transform: translateY(0px) !important;
transform: translateY(0px) !important;
} .et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
display: none;
}
.et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
.et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
.et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
.et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-small {
display: none;
}
.et_pb_column_1_3 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column,
.et_pb_column_1_4 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column {
width: 100%;
padding: 0;
}
.et_pb_column_1_3 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column,
.et_pb_column_1_4 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column {
width: 100%;
padding: 0;
}
} @media only screen and (max-width: 1024px) {  #content-area {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .et_pb_extra_row,
.et_extra_layout .et_pb_row {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.et_pb_extra_column,
.et_extra_layout .et_pb_column {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_main,
.et_extra_layout .et_pb_column_main,
.et_pb_extra_column_sidebar,
.et_extra_layout .et_pb_column_sidebar {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
float: none;
clear: both;
}
.with_sidebar .et_pb_extra_column_main,
.with_sidebar .et_extra_layout .et_pb_column_main,
.with_sidebar .et_pb_extra_column_sidebar,
.with_sidebar .et_extra_layout .et_pb_column_sidebar,
.with_sidebar.et_pb_extra_column_main,
.with_sidebar.et_extra_layout .et_pb_column_main,
.with_sidebar.et_pb_extra_column_sidebar,
.with_sidebar.et_extra_layout .et_pb_column_sidebar {
width: 100% !important;
min-width: 100%;
max-width: 100%;
-webkit-flex-basis: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
padding: 0 !important;
float: none;
clear: both;
}
.ie.with_sidebar .et_pb_extra_column_main,
.ie.with_sidebar .et_extra_layout .et_pb_column_main,
.ie.with_sidebar .et_pb_extra_column_sidebar,
.ie.with_sidebar .et_extra_layout .et_pb_column_sidebar,
.ie.with_sidebar.et_pb_extra_column_main,
.ie.with_sidebar.et_extra_layout .et_pb_column_main,
.ie.with_sidebar.et_pb_extra_column_sidebar,
.ie.with_sidebar.et_extra_layout .et_pb_column_sidebar {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.single.with_sidebar .et_pb_extra_column_main,
.single.with_sidebar .et_extra_layout .et_pb_column_main,
.single.with_sidebar .et_pb_extra_column_sidebar,
.single.with_sidebar .et_extra_layout .et_pb_column_sidebar,
.single.with_sidebar.et_pb_extra_column_main,
.single.with_sidebar.et_extra_layout .et_pb_column_main,
.single.with_sidebar.et_pb_extra_column_sidebar,
.single.with_sidebar.et_extra_layout .et_pb_column_sidebar,
.page.with_sidebar .et_pb_extra_column_main,
.page.with_sidebar .et_extra_layout .et_pb_column_main,
.page.with_sidebar .et_pb_extra_column_sidebar,
.page.with_sidebar .et_extra_layout .et_pb_column_sidebar,
.page.with_sidebar.et_pb_extra_column_main,
.page.with_sidebar.et_extra_layout .et_pb_column_main,
.page.with_sidebar.et_pb_extra_column_sidebar,
.page.with_sidebar.et_extra_layout .et_pb_column_sidebar {
padding: 0 !important;
}
.et_pb_extra_column_4_4,
.et_extra_layout .et_pb_column_4_4 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_3_4,
.et_extra_layout .et_pb_column_3_4 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_2_3,
.et_extra_layout .et_pb_column_2_3 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_1_2,
.et_extra_layout .et_pb_column_1_2 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_3_8,
.et_extra_layout .et_pb_column_3_8 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_1_3,
.et_extra_layout .et_pb_column_1_3 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_pb_extra_column_1_4,
.et_extra_layout .et_pb_column_1_4 {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.et_extra_layout .et_section_specialty .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
.et_extra_layout .et_section_specialty .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
.et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
.et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
} header.header li ul {
position: relative;
top: auto;
right: auto;
left: auto;
display: block;
} #top-header {
display: none;
} #et-info {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 0 0 10px;
margin: 0;
}
#et-info .et-extra-social-icons {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#et-info .et-extra-social-icons li {
margin: 0 10px 10px 0;
}
#et-info .et-extra-social-icons .et-extra-icon {
border: 0;
padding: 0;
}
#et-info .et-top-search {
margin: 0 10px 10px 0;
}
#et-info .et-cart {
margin: 0 10px 10px 0;
} .et_hide_nav.et_fixed_nav #main-header {
opacity: 1;
-webkit-transform: translateY(0px) !important;
transform: translateY(0px) !important;
}
.et_fixed_nav .logo {
transition: none;
-webkit-transform: none;
transform: none;
}  .logo {
height: 50px;
}
.centered .logo {
display: inline-block;
width: auto;
margin: 30px 0;
} #et-navigation {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.centered #et-navigation {
margin: 0;
}
#et-navigation > ul {
display: none;
}
#et-navigation li li {
padding: 0 0 0 30px;
}
#et-navigation a {
display: block;
padding: 20px 0;
}
#et-navigation .mega-menu > ul {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#et-navigation .mega-menu > ul > li {
padding: 0;
}
#et-navigation .mega-menu > ul > li > a {
color: inherit;
pointer-events: all;
}
#et-navigation .mega-menu ul {
padding: 0 0 0 20px;
}
#et-navigation .mega-menu ul ul {
padding: 0 0 0 20px;
}
#et-navigation .mega-menu-featured > ul {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px 0 0 20px;
}
#et-navigation .mega-menu-featured > ul > li {
padding: 0 0 20px;
}
#et-navigation .mega-menu-featured > ul > li:first-child .title {
display: block;
}
#et-navigation .mega-menu-featured .title {
display: none;
}
#et-navigation .mega-menu-featured .post-meta a {
padding: 0;
}
#et-navigation .mega-menu.mega-featured-2 > ul > li:nth-child(2) {
display: none;
}
#et-navigation .mega-menu.mega-featured-2 > ul > li:nth-child(3) .title {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px 0 0;
}
#et-navigation .mega-menu.mega-featured-2 .title {
display: block;
}
#et-navigation .mega-menu.mega-featured-2 .recent-list {
padding: 0;
}
#et-navigation .mega-menu.mega-featured-2 .recent-list li:last-child {
padding: 20px 0 0;
} .et-top-search-primary-menu-item .search-icon {
display: none;
}
.et-top-search-primary-menu-item .et-top-search {
position: relative;
top: auto;
right: auto;
display: block;
width: 100%;
border: 0;
margin: 15px 0 0;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field {
background: rgba(255, 255, 255, 0.1);
padding: 7px 10px;
font-size: 12px;
line-height: normal;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-webkit-input-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-moz-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field:-ms-input-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-ms-input-placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::placeholder {
color: #FFFFFF;
font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field:focus {
background: rgba(255, 255, 255, 0.2);
}
.et-top-search-primary-menu-item .et-top-search .et-search-submit {
display: none;
} #et-mobile-navigation {
display: block;
}
#et-mobile-navigation nav {
display: none;
width: 100%;
padding: 40px 40px 20px;
border-radius: 0 0 3px 3px;
overflow: hidden;
}
#et-mobile-navigation #et-extra-mobile-menu {
position: relative;
top: auto;
right: auto;
left: auto;
display: block;
background: 0;
border: 0;
}
#et-mobile-navigation #et-extra-mobile-menu > li:last-child a {
border: 0;
}
#et-mobile-navigation #et-extra-mobile-menu li {
width: 100%;
}
#et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a {
position: relative;
}
#et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a:after {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center;
transition: 0.3s ease;
}
#et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a.selected:after {
-webkit-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
#et-mobile-navigation #et-extra-mobile-menu li > ul {
transition: none;
opacity: 1;
visibility: visible;
}
#et-mobile-navigation #et-extra-mobile-menu .sub-menu {
display: none;
} .et_pb_extra_module,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module,
.project-details {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post {
width: 50%;
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 0;
}
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post {
padding: 20px 20px 0;
width: 50%;
}
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content {
padding: 0;
}
.et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .posts-list {
width: 50%;
}
.et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_module .posts-list li:only-child {
border-top: 0;
} .module-head,
.tabbed-post-module .tabs {
width: 100%;
}
.et_pb_column_1_4 .tabbed-post-module .tabs ul li,
.et_pb_column_1_2 .tabbed-post-module .tabs ul li,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li {
display: block;
}
.et_pb_column_1_4 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_2 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li.active {
display: block;
width: auto;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.et_pb_column_1_4 .tabbed-post-module .tab-nav,
.et_pb_column_1_2 .tabbed-post-module .tab-nav,
.et_pb_column_1_3 .tabbed-post-module .tab-nav,
.et_pb_column_2_3 .tabbed-post-module .tab-nav,
.et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav {
display: none;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_2 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list {
width: 50%;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post {
padding: 20px;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post .post-content {
padding: 0;
}  .post-header {
padding: 40px;
} .post-wrap,
.page .post-wrap {
padding: 0 40px 40px;
} .post-footer {
padding: 15px 40px 0;
}
.post-footer .social-icons,
.post-footer .rating-stars {
margin: 0 0 15px;
} .review {
margin: 40px 0 0;
} .project-details .project-description,
.project-details .project-categories,
.project-details .project-tags {
width: 100%;
padding: 30px 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} .audio-titles {
padding: 11.5%;
} .single-post-module .link-format {
padding: 60px 40px;
} .quote-format {
padding: 40px;
} .et_pb_column_1_3 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button {
font-size: 4rem;
line-height: 4rem;
width: 4rem;
height: 4rem;
margin-left: -2rem;
margin-top: -2rem;
} .page .post-wrap {
padding: 40px;
}  #portfolio_list { }
#portfolio_list .project {
width: 50%;
}
.with_sidebar #portfolio_list .project {
width: 50%;
} .sitemap-content ul {
width: 33.33333333%;
max-width: 33.33333333%;
min-width: 33.33333333%;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.with_sidebar .sitemap-content ul {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.sitemap-content ul.children {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
max-width: 100%;
min-width: 100%;
} .woocommerce ul.products,
.woocommerce-page ul.products {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: auto;
min-width: 100%;
margin: 0 -12px;
overflow: hidden;
float: none;
}
.with_sidebar.woocommerce ul.products li.product,
.with_sidebar.woocommerce-page ul.products li.product,
.with_sidebar .woocommerce ul.products li.product,
.with_sidebar .woocommerce-page ul.products li.product {
width: 25% !important;
max-width: 25% !important;
min-width: 25% !important;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
margin: 0 0 0 -1px !important;
}
.woocommerce .related.products li.product:nth-child(n),
.woocommerce-page .related.products li.product:nth-child(n) {
width: 25% !important;
margin: 0 !important;
} .etad {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.header .etad {
margin: 20px auto;
} .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
background: rgba(0, 0, 0, 0.6);
position: absolute;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_2_3 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_2 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_3 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 {
font-size: 16px;
}
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_3 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 a {
color: #FFFFFF;
}
.et_pb_column_1_2 .featured-posts-slider-module .post-meta,
.et_pb_column_3_8 .featured-posts-slider-module .post-meta,
.et_pb_column_1_3 .featured-posts-slider-module .post-meta,
.et_pb_column_1_4 .featured-posts-slider-module .post-meta {
color: #FFFFFF;
display: block;
} .et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
.et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
.et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
display: inline-block;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-group,
.et_pb_column_3_8 .posts-carousel-module .carousel-group,
.et_pb_column_1_3 .posts-carousel-module .carousel-group,
.et_pb_column_1_4 .posts-carousel-module .carousel-group {
padding-right: 10px;
padding-left: 10px;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-item,
.et_pb_column_3_8 .posts-carousel-module .carousel-item,
.et_pb_column_1_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_4 .posts-carousel-module .carousel-item {
width: 25%;
padding-top: 20px;
}
.et_pb_column_1_2 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_8 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_3 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_4 .posts-carousel-module .post-thumbnail {
margin-right: 10px;
margin-left: 10px;
}
.et_pb_column_1_2 .posts-carousel-module .post-content-box,
.et_pb_column_3_8 .posts-carousel-module .post-content-box,
.et_pb_column_1_3 .posts-carousel-module .post-content-box,
.et_pb_column_1_4 .posts-carousel-module .post-content-box {
margin-right: 10px;
margin-left: 10px;
padding-right: 0;
padding-left: 0;
}
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
left: 60px;
}
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
left: auto;
right: 60px;
}
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
right: 60px;
}
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
right: auto;
left: 60px;
}
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
left: 40px;
}
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
left: auto;
right: 40px;
}
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
right: 40px;
}
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
right: auto;
left: 40px;
}
} @media only screen and (max-width: 980px) { .et_pb_column_3_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_2_3 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_2_3 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_2 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_2 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_3 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_3 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
} .et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce ul.products li.product,
.post-type-archive-product.woocommerce-page.woocommerce ul.products li.product {
width: 25% !important;
max-width: 25% !important;
min-width: 25% !important;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
margin: 0 0 0 -1px !important;
padding: 0 12px 24px;
}
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-6 ul.products li.product {
width: 16.66666667% !important;
max-width: 16.66666667% !important;
min-width: 16.66666667% !important;
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-5 ul.products li.product {
width: 20% !important;
max-width: 20% !important;
min-width: 20% !important;
-webkit-flex-basis: 20%;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-4 ul.products li.product {
width: 25% !important;
max-width: 25% !important;
min-width: 25% !important;
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-3 ul.products li.product {
width: 33.33333333% !important;
max-width: 33.33333333% !important;
min-width: 33.33333333% !important;
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-2 ul.products li.product {
width: 50% !important;
max-width: 50% !important;
min-width: 50% !important;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 ul.products li.product {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
} @media only screen and (max-width: 768px) {  .audio-titles {
padding: 40px;
} .et_pb_column_1_4 .tabbed-post-module article .header .video-play-button,
.et_pb_column_1_4 .post-module article .header .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.standard article .header .video-play-button {
font-size: 2rem;
line-height: 2rem;
width: 2rem;
height: 2rem;
margin-left: -1rem;
margin-top: -1rem;
}
.et_pb_column_1_4 .posts-blog-feed-module.masonry article .header .video-play-button {
font-size: 4rem;
line-height: 4rem;
width: 4rem;
height: 4rem;
margin-left: -2rem;
margin-top: -2rem;
} .tabbed-post-module .tabs ul li,
.et_pb_column_1_4 .tabbed-post-module .tabs ul li,
.et_pb_column_1_2 .tabbed-post-module .tabs ul li,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li,
.et_pb_column_3_8 .tabbed-post-module .tabs ul li,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li {
display: none;
}
.et_pb_column_4_4 .tabbed-post-module .tabs ul li.active,
.et_pb_column_3_4 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_4 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_2 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_3_8 .tabbed-post-module .tabs ul li.active,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li.active {
display: block;
width: 100%;
border: 0;
}
.et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .tabbed-post-module .tab-nav,
.et_pb_column_1_4 .tabbed-post-module .tab-nav,
.et_pb_column_1_2 .tabbed-post-module .tab-nav,
.et_pb_column_1_3 .tabbed-post-module .tab-nav,
.et_pb_column_2_3 .tabbed-post-module .tab-nav,
.et_pb_column_3_8 .tabbed-post-module .tab-nav,
.et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav {
display: block;
}
.et_pb_column_3_8 .tabbed-post-module .tab-content {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post {
padding: 20px;
}
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post .post-content {
padding: 0;
} .posts-blog-feed-module .paginated_content .paginated_page[data-columns="3"] .column,
.posts-blog-feed-module .paginated_content .paginated_page[data-columns="2"] .column {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.posts-blog-feed-module .paginated_content .paginated_page[data-columns="3"] .column:first-child,
.posts-blog-feed-module .paginated_content .paginated_page[data-columns="2"] .column:first-child {
padding: 0;
}
.posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before {
content: '1 .column.size-1of1';
}
.with_sidebar .posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before {
content: '1 .column.size-1of1';
}  .related-posts-content {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .related-post {
width: 50%;
max-width: 50%;
min-width: 50%;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
} .authors-page .authors[data-columns]::before {
content: '1 .column.size-1of1';
}
.with_sidebar .authors-page .authors[data-columns]::before {
content: '1 .column.size-1of1';
} .member-content #loginform {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.member-content .input,
.member-content .button,
.member-content .read-more-button,
.member-content .post-nav .nav-links .button {
width: 100%;
max-width: 100%;
margin: 0 0 20px;
}
.member-content .button,
.member-content .read-more-button,
.member-content .post-nav .nav-links .button {
margin: 0;
}  #portfolio_filter {
display: block;
height: 32px;
}
#portfolio_filter.opened {
height: 100%;
}
#portfolio_filter li {
display: block;
width: 100%;
margin: 0;
border: 0; }
#portfolio_filter li.filter-toggle {
display: block;
background: #f6f9fd;
padding: 10px 15px;
font-size: 12px;
text-transform: uppercase;
transition: 0.3s ease;
box-sizing: border-box;
cursor: pointer;
}
#portfolio_filter a {
width: 100%;
}
#portfolio_filter a:first-child {
border-radius: 0;
} #portfolio_list { }
#portfolio_list .project {
width: 100%;
}
.with_sidebar #portfolio_list .project {
width: 100%;
} .sitemap-content ul {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
max-width: 100%;
min-width: 100%;
}
.with_sidebar .sitemap-content ul {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
max-width: 100%;
min-width: 100%;
} .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-6 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-5 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-4 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-3 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-2 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-6 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-5 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-4 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-3 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-2 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 ul.products li.product,
.post-type-archive-product.woocommerce-page.woocommerce ul.products li.product {
-webkit-flex-basis: 50% !important;
-ms-flex-preferred-size: 50% !important;
flex-basis: 50% !important;
width: 50% !important;
max-width: 50% !important;
min-width: 50% !important;
}
.with_sidebar.woocommerce ul.products li.product,
.with_sidebar.woocommerce-page ul.products li.product {
-webkit-flex-basis: 50% !important;
-ms-flex-preferred-size: 50% !important;
flex-basis: 50% !important;
width: 50% !important;
max-width: 50% !important;
min-width: 50% !important;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product .extra-woocommerce-details-accordion,
.woocommerce-page div.product .extra-woocommerce-details-accordion {
width: 100%;
clear: both;
}
.woocommerce .related.products,
.woocommerce-page .related.products {
width: 100%;
clear: both;
}
.woocommerce .related.products h2,
.woocommerce-page .related.products h2 {
margin: 0 0 20px;
padding: 0;
font-weight: 600;
}
.woocommerce .related.products li.product:nth-child(n),
.woocommerce-page .related.products li.product:nth-child(n) {
width: 50% !important;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
margin: 0 !important;
} #footer-nav,
#footer-info {
width: 100%;
text-align: center;
line-height: 1.5em;
display: block;
}
} @media only screen and (max-width: 480px) {   #et-info .et-top-search {
width: 100%;
margin: 0 0 10px;
}
#et-info .et-top-search .et-search-field {
width: 100%;
}
#et-info .et-cart {
width: 100%;
margin: 0 0 10px;
}  #et-mobile-navigation nav {
padding: 20px 20px 0;
}  .post-header {
padding: 40px 20px;
}
.post-wrap,
.page .post-wrap {
padding: 0 20px 40px;
} .post-footer {
padding: 15px 20px 0;
}
.post-footer .social-icons .share-title,
.post-footer .rating-stars #rate-title {
display: block;
} .author-box .author-box-avatar {
width: 80px;
max-width: 80px;
min-width: 80px;
-webkit-flex-basis: 80px;
-ms-flex-preferred-size: 80px;
flex-basis: 80px;
height: 80px;
margin: 0 0 20px;
} .author-box-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
} .author-box-description {
margin: 0;
} .review-summary {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .review-summary-score-box {
margin: 0 0 20px;
width: 100%;
max-width: 100%;
min-width: auto;
} .review-summary-content {
padding: 0;
} .related-post {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
} .et_pb_extra_module,
.project-details {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_extra_layout .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post {
padding: 0;
border: 0;
width: 100%;
}
.et_extra_layout .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post .post-content {
padding: 0 20px;
}
.et_pb_extra_module .posts-list {
width: 100% !important;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list {
width: 100%;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list li:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_module .posts-list li:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_module .posts-list li:last-child {
border-bottom: 0;
} .tabbed-post-module .tab-content {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_2 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_3_8 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list {
width: 100%;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post {
padding: 0;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post .post-content {
padding: 0 20px;
}
.tabbed-post-module .tab-content .main-post,
.tabbed-post-module .tab-content .posts-list {
width: 100%;
}
.tabbed-post-module .tab-content .main-post {
padding: 0;
}
.tabbed-post-module .tab-content .main-post .post-content {
padding: 0 20px;
}
.tabbed-post-module .tab-content .posts-list {
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
} .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
display: none;
}
.et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
.et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
.et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
display: none;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-group,
.et_pb_column_3_4 .posts-carousel-module .carousel-group,
.et_pb_column_2_3 .posts-carousel-module .carousel-group,
.et_pb_column_1_2 .posts-carousel-module .carousel-group,
.et_pb_column_1_3 .posts-carousel-module .carousel-group,
.et_pb_column_1_4 .posts-carousel-module .carousel-group {
padding-right: 0;
padding-left: 0;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-item,
.et_pb_column_3_4 .posts-carousel-module .carousel-item,
.et_pb_column_2_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_2 .posts-carousel-module .carousel-item,
.et_pb_column_1_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_4 .posts-carousel-module .carousel-item {
width: 50%;
padding-top: 0;
}
.et_pb_column_4_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_2_3 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_2 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_3 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_4 .posts-carousel-module .post-thumbnail {
margin-right: 0;
margin-left: 0;
}
.et_pb_column_4_4 .posts-carousel-module .post-content-box,
.et_pb_column_3_4 .posts-carousel-module .post-content-box,
.et_pb_column_2_3 .posts-carousel-module .post-content-box,
.et_pb_column_1_2 .posts-carousel-module .post-content-box,
.et_pb_column_1_3 .posts-carousel-module .post-content-box,
.et_pb_column_1_4 .posts-carousel-module .post-content-box {
margin-right: 0;
margin-left: 0;
padding-right: 20px;
padding-left: 20px;
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
left: 40px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
left: auto;
right: 40px;
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
right: 40px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
right: auto;
left: 40px;
}
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
left: 20px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
left: auto;
right: 20px;
}
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
right: 20px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
right: auto;
left: 20px;
} .featured-posts-slider-module .carousel-item {
height: auto;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item,
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
height: auto;
}
.with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
height: auto;
}
.with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 330px;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
position: relative;
background: #FFFFFF;
padding: 0;
margin-top: 330px;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content h3,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content h3,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content h3,
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content h3,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content h3,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content h3 {
font-weight: 600;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content h3 a,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content h3 a,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content h3 a,
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content h3 a,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content h3 a,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
color: rgba(0, 0, 0, 0.5);
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-meta,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-meta,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-meta,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-meta,
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-meta,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-meta,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-meta {
display: none;
}
.featured-posts-slider-module .et-pb-slider-arrows a {
margin-top: -35px;
} .posts-blog-feed-module .hentry {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.posts-blog-feed-module .hentry .header,
.posts-blog-feed-module .hentry .post-content {
width: 100% !important;
}
.posts-blog-feed-module .hentry .header {
padding: 0;
margin-bottom: 20px;
} .page .post-wrap {
padding: 40px;
}
.page .post-wrap .post-content {
margin: 0 0 40px;
} .authors-page .authors .author {
padding: 40px 20px;
}
.authors-page .authors .author .author-footer {
padding: 20px;
} .contact-box {
padding: 40px;
} .member-box {
padding: 40px;
} .sitemap-box {
padding: 40px;
}
.sitemap-content ul {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.with_sidebar .sitemap-content ul {
width: 100%;
max-width: 100%;
min-width: 100%;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}  .timeline {
position: relative;
width: 100%;
} .timeline-nav {
display: none;
} .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-6 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-5 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-4 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-3 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-2 ul.products li.product,
.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-6 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-5 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-4 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-3 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-2 ul.products li.product,
.with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 ul.products li.product,
.post-type-archive-product.woocommerce-page.woocommerce ul.products li.product {
-webkit-flex-basis: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
}
.with_sidebar.woocommerce ul.products li.product,
.with_sidebar.woocommerce-page ul.products li.product {
-webkit-flex-basis: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
}
.woocommerce div.product .related li.product:nth-child(n),
.woocommerce-page div.product .related li.product:nth-child(n) {
width: 100% !important;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin: 0 !important;
}
.woocommerce div.product .related li.product:last-child,
.woocommerce-page div.product .related li.product:last-child {
padding-bottom: 0 !important;
}
.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n) {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin: 0 0 0 -1px !important;
padding: 0 12px 24px;
}
} @media only screen and (max-width: 320px) {  .posts-carousel-module.loading .carousel-item-hide-on-load-small {
display: none;
}
.et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
.et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
.et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-small {
display: none;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-item,
.et_pb_column_3_4 .posts-carousel-module .carousel-item,
.et_pb_column_2_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_2 .posts-carousel-module .carousel-item,
.et_pb_column_1_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_4 .posts-carousel-module .carousel-item {
width: 100%;
} .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 210px;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
margin-top: 210px;
}  .post-footer {
padding: 0 20px;
} .project-details .project-description,
.project-details .project-categories,
.project-details .project-tags {
padding: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}  .single-post-module .link-format {
padding: 60px 20px;
} .quote-format {
padding: 20px;
} .et_pb_column_1_4 .tabbed-post-module article .header .video-play-button,
.et_pb_column_1_4 .post-module article .header .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.standard article .header .video-play-button {
font-size: 4rem;
line-height: 4rem;
width: 4rem;
height: 4rem;
margin-left: -2rem;
margin-top: -2rem;
}
}.mfp-wrap .mfp-container button:hover { background: transparent !important; }
.mfp-wrap .mfp-arrow:active { position: absolute; top: 50%; }
.mfp-wrap .mfp-close:active { position: absolute; top: -10px; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { font-family: 'ETmodules'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.mfp-fade.mfp-bg { opacity: 0.001; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0.001; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1000000; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1000001; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.55; filter: alpha(opacity=55); margin: 0; top: 50%; margin-top: -32px; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:hover { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow-left { left: 10px; }
.mfp-arrow-right { right: 10px; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border: none; font-size: 64px; color: #fff; }
.mfp-arrow-left:before, .mfp-arrow-right:before { display: none; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { content: "\34"; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { content: "\35"; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { font-size: 64px; font-family: 'Open Sans', Arial, sans-serif; font-weight: 200; top: -10px; opacity: 0.2; }
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover { opacity: 1; }
.mfp-arrow { background: none !important; margin-top: -32px !important; width: 48px !important; height: 48px !important; line-height: 1em !important; }
.mfp-arrow:after { margin: 0 !important; top: 0 !important; border: none !important; width: 48px !important; height: 48px !important; }
.mfp-arrow-left { left: 0 !important; } img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and ( max-width: 800px ) and ( orientation: landscape ), screen and ( max-height: 300px ) {
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and ( max-width: 900px ) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
} .mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//sflchronicle.com/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}@font-face{font-family:dashicons;src:url(//sflchronicle.com/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwAAABwAAAAUEAAAKi6kAXkmdhc3AAAAMEAAAACAAAAAj//wADZ2x5ZgAAAwwAAFnuAACMgOFsk4doZWFkAABc/AAAAC4AAAA2DP0UgmhoZWEAAF0sAAAAGgAAACQPogeuaG10eAAAXUgAAAEHAAACFodAcgtsb2NhAABeUAAAAg4AAAIO/oLadm1heHAAAGBgAAAAHwAAACABWQC1bmFtZQAAYIAAAAGbAAADVi8qdoNwb3N0AABiHAAAA+cAAApGwPo//ndlYmYAAGYEAAAABgAAAAayr1bhAAAAAQAAAADMPaLPAAAAANMHHI4AAAAA0wdjLXjaY2BkYGDgA2IJBhBgYmBkYGRkBZIsYB4DAASNADkAeNpjYGY/xTiBgZWBhVWEZQMDA8M0CM20h8GIKQLIB0phB6He4X4MDqp/vrqzXwDxgaQGkGJEUqLAwAgANrQKyHja3ZC9SwNBEMXnkqgcuzcGxOIgxYGkuO78JMHmNMQkoCKmkIhI/GhiFRshXRoLO1vBv0U7tdFGFAzWaqXO7o426nkkYGFv44N5w4Ph92AAIAm9yYAVO1jHcbK6OWW1470GIfRBJvtBNg2RSyPkU0BTlKcCFalMNdqgBrVoX1nKVq7yVV6Falbb2tW+zuuKqZgVUzN10zAtc2COOMU2u+zzKOe4wKUoAojpQGkaJo+yMX2MchTG9BJVqU5btEttBSqp0spTQZdu6bT2dKBDUzZLXfqmaZq2OWTgfk6zxwGPc8jFKOoMDKbwCz/xHd/wFV/wGZ/wER/wHm/xBq/wAhdxAUs4g9M4iRPOntN0dpxtZ13W5aqsyapclvNyToaiI+7EtbgU5+JMnIqT3sf+TlY//FRYidgSvw/g3+sbNnmNdAAAAAAAAAH//wACeNqsvQl8FFW2OFy3qquqO1un01u27nSntyydtTeydQKEPWwBIYogS7MvRpFNAm4RUUFQFEURN0RcRqMi45Jh3EbbbUQm6uhDxXFkGHVGncdzIElf/+fc6k46yMyb9/2+dKrurVtVt27d5eznFCdy8EdO892cwEmchkvjtBxXpbPrBL1db9YReyrR6cnp3sfoE9HH6C1k+mPRx/juWDO5mfuZ9vxMaOxD7mfipTz3M0e4pL8qjuO5CBeTX5R6oc4Ax2lIKExMZisxW4VgSENkyVBATAY5g5cl2Fn5MAkFQ2E+FKyG8uqQeDDWsDtn/e21ZQ9NK62f3bqyNvZIrOFpi2WZxZI3arFphMM/pVIeu+Syy/yFvvQWf75lGpyaZhE286/tzk93uK1byrPz7ekkLfYI/9rT7Ox0S15wbGaVw3/ZZUvGypWT/YXNulUj81idHCFeLio1yWouC/rEXm0y6gxSKSE6R6E7oPMHyWmhs3Xt2tYoTYtCKqvXtsaaW9fSNHJ6bSvf3boWXlvg/gl1fCJ9BH2Zweoxyxri0ZCATyTQrbhJTXuWxTbENizjfyQ7o7GDfFvfFMFG21Wb9yzjb2DltD16d+zR2OP8BVRLTtM0qDfK7ZZXyLVcNufm6qFeU6aWZBAPaSRBv8ddqCXEHYS8TcOOJZlIBrMpKBOTpCWSzePObCRhYmal1dLfN2/e0/qnZURqaWlsbHymcSJ90lLTetdVZGH/t7ypoKCwrSD2LSblZJ8VT9C9Vym30PlNTY3PSN1YcldrjZWIE1uggqamFvrksj+17tncNxMquKjAxltj37D0TXIfO7F5M1m0GW6x0HmNzzQ1cpwK5kcE3mkFp+fyuGKcI0Tnd5cSj112FErQ+yafvTrIVZsMUqHbL9p1LA36qs06O3TowKFoqCt+5Hrafv0jxXV1xcKp4rpY09Hbbjt6m3CYnIbktiXmPNoDfarkhU6+u7guGq0rjjXDDfyzWHxU1XdyCd4jkrNUXkofZAccPzAnBBhRDodPtBvtOh/fJpzqOyTY+rOj5LRo6P0uEhUNOP7fcCelP0unODW8kxNnvYcEcdaLISJnEIddlgo9bn8jvGlQo5yRiVhAu18izbkXuz1Z/W/MEq5fV/3tPNrR4e3wer0dDYJEmnPwXC7tlvKVS/Ue96x32vs3Tq8eAReVbvJ2kM65p+l+OJUFp3LpS7D+otwbUkzq54ycHdouqTwEeyxE3FmhoNOs4U0SLjQ2f2A1Sp0L6N+vjH01/tjt4/ltfv+COUS1ln5Bcom1eFjvXut0i9VqmW61CD8v8PtjV4y//dg43nolyVowZ5iXfkFPkoI1P8cKLJb4hZxAvMQrq6X9sP5LuTHK6DrsgyNLfDi0pcSIA9lAHDiaddgxsPQSRwE8siSuZEMekNV1xb3f4ViLhuK6/uwIZiOWEstAhpw+T9lOVRfm+6bgoFvqWut2Gy0W427I8G7M0QeTy2KfYo6BR24n96A8Wm6DEeUIDKNbwqVnlqE7VdCVxBMyBXF1qQyH+Y5fT3p11IRmvf/XP9JTQfph8O0AMf8Ihc0TRumlBw/Hrj/s14+aMOqVyYd/pH8Nvh0kZXDBP1hh86sw3wzcC1I3zLdsrhyeXViuqiDusOCrhnmSIQouSC0kQ+UodFZA34SJT2W6eGrQm6MTBEkqbVwUXry1PIOodNmlgc0k84o/bNIGHt7/p4UP0t2RyBUfXKnyuRvGjWvQ60PLF0woW/vYbDlnzPApNfSPh7ccW3lW1Hqs2TX5+Wfbf3+tAr8jshra4uEq4M0dkgzvLMlGe8DtkT0ht8eh8wVDnpA5GArYjSZzyCybzD6uOuh3F0oGWf1pbujuY3e3LaY9i9vu7rk7lP3pJ+YaKLlgBfGykhrzJ/3VZ7q6znQJtuUz4Axc8ml2CM60LSbFC2dDSTAvXjJ7IR3ehdeydkXlQnkqwFcYEc6UBRhE5RFEwe5RpnZWdTDA2iA1vjxq1Nx2+tbWl+iHu2lPRMgbU7V6LuErVk2atGqSXP4ypfTnue2BJvpcAd0WFcjNpHH13FGxE5OGheAKfBYpklfAHNbhaibVKrNcDnNTkn0a4gtmOfWFTk/ICvMzGHJoiCNDEE7dTXTzHw+/uOzeHwtP0Qfpg0ezXyVlv7qH/jBQSuaQOUezNh7+Xtq/uf211rmv30Hbyc6DJGtfb2e8gOyk7Zs/u382h3AyCu+rrKMcWMnFv1xJnE1lllQ2pyeoYu9tqiYApQLwY2tlK1sr62GthEgr8W/cSN+lT9J3N27kH167f+3a/TB3vb1biVewIVjDi/uzYS+M23fLLftgO4EXrY0djEQi0J50LgrregXMCy1AbjOMQQHMkFKYIyGujmuElT7hPGvdrrProUm++JaA6iFopwvODTmG86qkY3kFvIOTvcPx4rpeJwO3xKv8960sscDqjmKH8W2ILPtjSSXdQ68gOxFkxMGH6hMo8EbZH02zsKsiEcDn3kQeTsSz8N6ICyLSfkYfWIdSCPY4heAJwcKAVQJLAaiFU3FqgfZARtjf2xtJ/CPt0H8iQTsItta1/U8mnUY8wsGYH4VnydDLBYhH9A490BFONrpBv+Aymd2OQpXsdjoK5WBIOBUzlUcrbxdOCaf6h7fWAQSL8GXt2f7ibvrK7Nn0le6iQHa7cIqU9B1WranDvoiwV4v97os7npNf2Lv3Bfm5OxR8J4+U1wIlqEPqBQg0RHp2oN0QlcnSnu0WC23tO6QqPWSdFvsLn3NL7NQYuW070Fd0an+NePyQhfTfxmffEvtLDwc0JfzBexyFmeLg2mDlLuPaoSiTLydOmyqD8JlZVgIzN0xgDpuyMnmcxm4oDTJ60S1LjkJP0OmDheeWjAagHk1mEyAMoHfCBIEuu8INQFIyFRC9hoRVHjjPa4ibD/iJHm+Xjy584Sf6Pn2Rvv/TCwshT6rIaFL10wt9b5BVZOKPt9zyI32W3kafxRxpoO8vNWTojddMt+tXkfm/v5uYV/hnm025olDdaLPRH41utdqgNRiune5Y6nAaIDu9nTxPREFt0sgpcz7sPU42v/0/QsnXazYtXiyMUh618JwmiDOHPHQia0hfsRBQ874KkkIOvLpqgTxhvGV4UbFanLml/kRrK/93olYJfMhPUiVeIIEQUdOjsXz+BTmntfXqmsf+8F90m3Bb36kF5IZvn6XvxHaUWDkxPmdXwIySuVS2YjlciwQg9pDNK67v3apq6T8BNA3b+LbYQXnFmTPielgTPYMbwMQLyE5ZlDOAriiF2vyecsCJWSFPhsqMkDAUdP2ySJgxtvpX43J+/8BD85/bt7I6M/erx+6cN1946nyl/EfXXtzoztxBhk/9c8WWQ++dvfoP/W1tu89XiNNLHKAjVUB1pXGZ+I56oLXtBAAJ2+AFNcQOyCx2sG8K8aq6+qaoumIHYwcFG0IMeUXflNhB8Ti8YDsCAEzJaaybT6JR3YgDCyXLIEfgYyBgAA7oSLxc1dI69Ubag1xCK9/WuhY3hAQ9EUjF9beMf572EO/aVnIay2k7bGkADAbKYMkwHIfP1QC81UFP53AWzobvhU9zwUNEwae3OwQfSWywTDU8EKvFdWfO1JEXohEA05FoBGihxA6B/GllXOuKz77MS+Hiugg+dnADmvZUf7bQSdtpO6N9lPePIAwiriCQYvCqNncmo8JFXQa+snLgD/IvqSYV1b1HP3/vvVvHTezvyIp23sqyw6S9UamxNNr3dzgmhe85+NXR/s6rn2B5oa4okMQLaBk3MDzxpgbJkQCu8H5cArv5w7Jv4Fy1VVUA677aypu/lDL848b5z/4D9uI/e7fy3QqCe5CIKUZLeW1rpYLbiifW+h05kqTKHNa0pH3xSF+qvCJ+mx+rOPsyLgehlyE+2qPObZ2yYvackSUMLxbz3d4xF1wwxmRKK148eTiUGBNzJcrwop5Riue03wd4jrMFM902KVM8TtzecNh79l3cEzdQyjvpbaTlm2/ooW+kprC3b0FZc3OZ6l5vONr73TfKCXyGBM/YPcAzOWD9+QDncgA7rbwhgwfYWc77w3xWnAZTnZMmsKwUT4U8cjepfetqv//qt+gbdBF9Q8nLHW1tHW18bnISk1jyW4Zb5BUjVz/64p9efHT1yEQm5mhjFyT9x65lSXsd3gP89U5ymuHPVIWTSvyk/YgjERcCFDIkcozvVfgv5R4z3uUIIPsFDFggZHQYHQFHwAf0hLQfFld/h6oFUDYg7YhoALwe6XUKnVF2HI0ib478iLQf6CgFFsIIBezYDgFTBf51AT+HGfF4tD8bVwpwjQzGnHNvHI4q92Oqw/xAPUInNmZwTQ2pkjH9+P/v6tXF6y4m8TyrF2sT1/d3II2COVYrqwwrjtf5r94zJ6l9sMZ/8ZoEyT9xvbgeZjKn4fEIgOJ6upKu5gjfDeeOq7qUc+JxLEUQyrfFzxkS94kGLAVSbBfZzs51i8eBNWbngByDUrw+dvDfnpMVmleuhf4oYLSlj1GXDHdBfyhcoZIa7UYkiRoITnExKY/959I5YK9ssOq8Z18mXpiUZCfs+jsU4o7vVlKyE3p4Z5Rvw3+pCbpnfSTc1haOsH0v8oNDd72rcaAjKBBLbAgz+RH8SGmq+BekfoiZOEhIFN/ZEntpC+3eQoj4lzn9L5I3Nv2gwIw/cn+UzkhnFKwF/MUgDRTwZzkBpwin7ieFxzo6jtHP6cv082MdPWQpuSf2onRmsKjjGCm8/0Oy9FjfCkFNr+IY7x9lvJuW8Ujn0lY8kJKyhpg1hBEoRR9dddVH9I9AnvwRc8JvceLCkgIchhMtqnDyyZeQInZbvw9PRYdePgRvavC9NEQkAjyLuIheJHqXqCcu4RTtgcVw72U4WdrJXpiEPd+QD+irM6mXemfSV8kH8orYwQm0OrYUa+XvJL+fQNbT0lq6Nxb75hsggSK1XBKOwmexJwEVyOonXr6NRtoRz19GF/Btv6wO24nlbA6KOLtIMSFABWUjBIIWpsFshnFl/Ym88AouQ+EDTZmMssTJGCb6OL9pNJhRMGBCbpCYxNe3HDmyxe5aBjj1Rc2h62dfd92L1+XRI47rswTZ9rSVNFfKK35LTx9RL+v7Sjx+6z2x/+q8eHZn5+xgFVz0epZqI1yCQI88Q56RrJIV1zIbNhi8EAyeqpvM66H30X09ZD7bkfk90Ob7esi8xCHdB5dw/+t84GxhkllObBkk03S+CUFGksyTW7acpD/A/rwToW/5lpMD1yAM2hmXm5lh/ZbBS/iGYkMm57GZjIKOdZyOeMIk3ocmswwLb4ALLY4g/osCHiZep6cC1m2Fx6lqiUvvilGWR7wHvvnmAE5CRk/1xJo/zhrnxUXrHZf18VAaEekoF9fMTRzapgaSTNMhlBmgNcKSD4YZqIsCzCKVAWiI3WaUml4vbWgo7T1d2sAyYlppQ+93qpa+Q+Q0Q33ExqsttmDNxOL+jmGtbhMhREjPsnvqCismFOeL/MuRhtL+q6UmpY6G0teVOhpK+6arWmiU4VHak+JccsnqaTVIk8NLFRSotMXucrsZCY9YJczWq0sbgEHVJNFQZkYdeBjcRJ6cCwEPHkjiybPiFADy2vx/kGd0JRKNsI8yEkBc33fox3+bi9QVD94lNTEqoA5Y7fZ/l0seq8H34FznSjwSbYOh4ZPyCmWLD8VHn+07T7OSX0USleciyuo/MZjnOIUHx3YcBX7fyGUPpVmQhYJ5ABPFjA8Fcrmn/wTKFwDodAPdjfJmYCbITsGGWUwZkdfOzsWagbrBsxynyMEVHjkFnpTN5SOfARMxUMgZHZrEQ0WWoKiE735tx12n6A/PEEmaTtOQ2hBsAEkBENM0oN1Picdv3HOM/vUz+iv+q96tNE04BXRQrBnYD8Cs/+J5Gngk5zBWm0j87fQsEZA8q3uNNBHpGfrDqbt29BZjbVgrQwoRfBr9FZn2GTEf20Pk/g4EnUhGYT/0dyT6UsX68iiMaSrTiwDBTIwKKse9y65BgZVoJ/JR2gO19yCd0neS76YP8t2IiOmD0GdzVC1RZE6jyJ9Gyc7Y2kgvY1Pi74RjhTSUUn8c7wOtCK/h0AkaAQYK7mM1VOOdMCqnaLu0P/FAxAv4MCAEc1Fyh3I6htIBx0S5Y3IKtN/MdC+yCyC+x40/hw7GqBrFEtJLkyfTb0Ih//x5mzq346u/++LhrTcJn79Il7y4pnP7Lddumj8vEIJnvUpepR9NnnjTVqXuN6BudbzuYAh+PqyzUJbwB0hFdGcSI1x9+MV3kTra3tkxf74/FKLfTBY+hwdMnExKaJiGiTcUmDd/07W3bO9c8yK5i9EX0P1A0AIczmQz2CDJOhSe6MpRsm4zqZgwyV0orn/0ukh19XWPIqyNHWQLQVx/00eFsbu9kfx8obzwo5sAxuawBcLWhrJG1QMSSTsuQgW6M9E9wlGg0Ig9sTqd8ZRvEzoTwD2KGeItrgOyv72/o53BO+G4wnZ0YytgurEE5297EmsR54Wi58ghHefnG5nkESn1eDoUBPRuRVGiYEPRACRDRaYKMS/YIgqj3K6kcboDqSLxOOP2rKjGYM/0B0O4A544zDCMQXzv+sPv3dqffet7XddKty2pKq/+7eUHvhG+znjjBuSPr39dl5u/5Db9gvXfHKhU+pbcADTJHwCim1HCAny/WYKdJyj6ccplwKOQxuBszlA5QXEXcOQBfyiDyCb+Vb6F/PnKK2l+7BDNv/JK4X/8RTpbVXNLIDiB2skpcs/SUT/sXfk3+szfVu79YdRS8Q/02Jkz9BgpP3NG7W1O43nVOF+gpSV25z+6Nz5evOa+R/72t0fuW1P8+MZuBY8O0hF6xn02/VLW64FFJ7Lhd+h8RtwGR4Nj/K/JJpitit4Hu2toj0dwCfaFVLkF3gj8eQv6ThZ4vUIb8sYwPQ9MDDUDMdAcwhXLZLnxO+HKTUCB0p5NcHkB3h7j4yw13706O9KAxEFDJJutC2IgROqWjnBebhiu6CxZES0mfjJ0pqQs8PhPcnrcmaGgUyUEMz1umyxlmk021ZGb3UuFHHVhRVjVYK9yOM0mlTCisqra7/dV2b18mS0723A3veva++9fRvJInmPRosX080WLFy8ihVL5zXTDfYJJyrOVqsrsVUg1llWOEAST0e2ostcLjeU2q2Ga/5oHyFv3L5swIZa7mNgXwx/9YvFihHm/4B0HMJSQSDuRg2OcISaqFgQfuCniPcZqwToCfgfm8fokHtSs1OUC2ImIAKg1x4Ck8LRwqve7KMBgFJv3KLXAogaQHElUqrC5uFQAoUsDOlQtwOUChs9LFYihsHA+IKGrTaK9HPqE2BNLN5lzU3UhkOj9DoGFbsehHfQa4s28YP4FdC4Sgv0dSAICNsV/oDOKI0A9zrj88hmlNTX00TgROZRJUw/MY3znzLh8zQ6UIeeKc/Tw/oqC2RyAReyK8+SJTVajiAjFiP0dxIuKqRMo50OcktjwJLw3XGdAcqCnAxVd0ejaVhQvAsWDwkYuQZuzcZQUvIVMoBEfP0igO4VTO4jw0qUwbt2XvkRj9E809tKll75EBOGUUrID+rx5R6IUwBFczTG7gcH3TFXeLtGvspq1A/+xmUi24igy2gf4d694XGoCXJqPvQLNqQ4pOC+AlLrHbRd0AOIQ+DhkX7XRIEulBO564/11633+1RcsWrOaxjZsXen3zVmy+/4/+qqXHwSW+rvIgmc2T2jJ02h3X/HEpMmxGLHb7OOnjP6vB2aVIqQj5F2Y0yp4LsotHMQn20M+4gjZxTc+pKd6wrHZ4Y9I9odh/iEUg8Ak7MT5tZOtgyb2hnrGcThQd+pG6YABNUj8v8pHGDqJIIjvPm9WNCgiLCCdzs0weRw8O5eNHcpp/QBLFnPLmZxKNgMil4GyMdqFgCMQYng9gIJxh4LYzYjnWQfioZYY2aXQsXBeOWdkyvHENcBuuj1Gk29gGOAaM75D26hrisrTsniSjw3e+IRvWIZRk5KZUe+wmHQ5xryybKMx25yWLslpqRULyA686hqXq3FSqChPbzDWeisLCnzZZoOxJM+ak1fdPKWkNDenqijHfI3SAWTnYp8rJauE/nc0EvvVaFWlX59rNufbYZOEtDRzUJ+akpqWrdVm6tKrIrWvRegn5Tm5RfVZolxekD0iLc1i02rVcvp4k91eV5SdLfGa/PzmCMBgJ9kpfQrjZmAUxKDSgOd/qUgYKBOeayi9PWx86qabl710+1id6bVbr54+TXANFu6CwlexkD9w2cSAPeNKkjXqNd/ed2hs66GPJ4y/5rKJQdu5hdy/gKfnaElwtSfke3H5Ga6ege0/qQMm7glVi6JrwfT/Sx3SfiBJOhFPxtNz6zi/XBEhW4AphtnGjJH2K1JFlPjD1oM6Ahxy5F4UzShCckZkJ2RymZyVc3O13Cjgodu4OSgNAYwZcivzmpEmoYCkTFigSoLEJzgEX8in1w2Zu5hxyIGB6S06YIVARWKipJQwMZVU6XTkuh2TZs0YMbywcFtn21hbidt5YVlFZVX/k0tOLDuxuPbrY58sHDbMmj+8Oj9/WHDTlAuaLQWW/AY67cmgWaNVa8iWBU2FNltBeAnNQCuuCLJqUneqWjfV43KNab7kjn2501M06ppg+9L6+hhTkRwgz8QOlntb6x2ONJXG4fJNcjrPHNBnlZYbDIv2Di/z5+ZsM5vLfdnZsReBxbJFkAND+ihu8yKyXjcy2lDWu2RdMdF5RD2zIDK7BHMxCQliSMe3bfqS3rgJENzOTfTGL/vf5Nv6Dm0i677cRNtVXZu+JOs2SfvxzCYcBTzuP8uUt+y2+IUcYLAELZyMw/MGsG1CftoYnwWMFkZZ+tDt/OfsAYHNF+UYdYLSfpSjRsnppP+d5xQD45sWwSmOB6h5A+yYpnDA0YE/YFhhAiNWA8zcNlDao6RIp51G/gVobBOXixgBqQPGY+gMVqE6LAR0bElFty1ddkc0Z/iC+6IPLBiRC6vzeOx3O+7Zu41viD3XsG7j7NqaWVeua4ihgEE1MEYD60sPL5n8Y/hwyLY/mmgStomcFv/K8E0KSpEQT+ntHrteLD1CF8AC7F5OHiylr9wBnDCKgrx3k5ODdhwwRiLgCgdXidI81E4mtDWK9ZsZikJJ9m9EcKSifi+PwL/qIyIBb61+jTFiQmdd8d3BvimhexK0M/ZcJHL05SgqQiKA4HsiEVzejKHrM6IFVOPf/h6OW0EJ45ggIg3Y7DRMFZ1ncju1gPvLktoZF9G5fiHNQ6sggelmfLqhjeSvv2eQSr8nBDRR/wmYAoNtqy3BMyUl2KiS2toSpZF/i12H0wOaFLfBk7pgDniYTYKFGGQiFVbw7gbiDxFEo2j2WEEQBhFmV1ot3rGqoSG2tP7J+kshw99ZP3NGA+X5ay2WjyylJZbYZsxcIImX1s/smVkfW9rQsIplG/jdDQ19UbhwuvUjC1xnnQ4XYr/oGJ3RxHRR/3p9jYzbvzAQq2OgNrGaUFosx/PiOem/Oyc1IZmNsBmpsv7siHAqEkFrHEiB6B7Yn69MVkcivc5IBLX4EWbccpplogO785WhLSzDH6sYZlYAcgYbZDuCbmCA7MAB6QwAr/FFgQtloF44dWRhZJR95RRY6ztuGzH+4QNAqH758MPjwrfT2/i26ausIyMLxEMrVrz38g3hBb5odOH1ew6T1HvuuXcvPfPcXdcui0ZDkfD1v/n98hVIo0eScBhKjRAGWLlCBR+KsMmOAJrWupJQoyOewpxuR/QYiSItHhVO9XcgkGEKG0B1NtojNUWYhU8URT0JsKMsIMa3qJnWY8W/ej7avBEfPt+R/HzfgEEF4BkEd8zuKIo6dWQ+ENxBMS4BRNoR9qx/0YAhujwtzLEGZjnjdBSqJGAKTCpftZM4sN9DCXxaKHuSiErAxkJcFMFKCqX93fTIkQEuYccRMoKO3pttGtFgMOTn+9ram667bf3YMZa86aFM7a48v68iPy8vb65QQjrIyJcGGY+XyMrSYSWe6tL8XKfLqK+5enxt7bwRZWUNRWaTg76TW1FdnZtbWZGTF5cZ8IekP4pmrpmbxF3IzQYaGeYUtNmoELWOOLoPOMwOj0N2hBwBIBfMvjhtoCU+RShWbZbdHoXMgEkHTDqRfR6ceh7JZfQlugCqMYoeh1EhNqTyokJ70ei260bXaeZkhWoWfLx99uK6P9cumT37utnLLn7m6dXhUJ76GrXZGW6aObsFKQ3ntEqHhrjoJxpHWd/JrCUmPlWVxmeQZ9Z5cvKt1pH0kl/xvxFeXlJvKxBkWU6fnjt5ZLutYkp5WW/vI4/0Rs6e7S12TvQ7NOHKMQ6Xe2p6Wmqdd2RkYskwMi7YIBamFafU1T0kaPUVJfoseoYQwh80Z1ejuWecL1X0FPkAXQq5IFfD1TO8jRbfkuxp5BWDb8Gj2HvzPlStuUjILMftvM1axcw7JGoANek1RGQG32WNHz6asPdu2T+8oBztvXvbUHYcZTppZvVzomn8TYq5983fjroLjb0bhbMoLkDCEoXkgk36O7P+Li8Yvj9h/N3y6EeN3j2bEU4p9kOMfoy9OerbmxXD75vGN+1hl05W6oAFsBMeGn9nspPh43Sgl1A7Uw5vHeZGIxQN6vy822mDCW/MTMj8VedIFDVxu+CBgkQ6oMJZrzrRNai04v/JEBN9XEGis5SjCWQq2nqMYUeqb5VCRS1Bdv4XyXkooRR7iP5F+JCVb1cUBuyfZpI3YwdRxHTBx8nFJxMi04QtA4MnOuTEHUBrhYFTD4Z0GaScR7LJO63nkxN01bTvvvj53ah4vNeJgpV8YrHwef0nHOrCArUCE3YyfndAv4+idGVT9PuJTWqKMolYNP58vk3az/T0IuJ0HUwNLIsivSt8TXaxgUN1P1y7kxCG65DWR30hj4o5qwgAPxgKiyGUAfAqmykTjYFUN0PHfvfAtstUHkORxZV5vcVyfabLUmTwqC7b9kDsJZL/9tv0z2/L6gfodw/dcna+YM9yWUqMT86b96SxxOLKsgvzz97yEDFcgle9TfIH5BbSR1wacIdobalP0g8mlFfEpRNdos4l6kXDmvpxtx29bVx9iPHuZAQZS7Nje5kpyeO/4p/kW+1rRi+57bYlo9fYyeWMg6frr+/veOcdlCFsj7kH+RvE7wjrUR5UCjMRuXmmRWASZGiB3e/GIgKpA60MHDrnAGVEAoXlIpzbGQVCJ9o3Bc25yM41/T9GBBuk09DmMyLccWAN6jN3Lnx0/apV6x9dGNc299AeVJyouta2TlsDKwRJMu+0NWtjMzAbwbvhTKwvag80NQXsNC0hA4c5lcq0ZWgj5mZWEg6jA4mxALMLS8hCgELTob4Czf/wDU4D5Rzt3RqNioa+KcJHzNop0ncogq3pz+a7ISvt7zsUjSqKF8CdZCczqIpVw/sgLgO6JI1lFbk1ruMmZoNng1kTFwszOhamG5HPERQLtrpimlZc1+Ahp4v5XYyvqSvuP8HcOGzFdeKzKPovqUUMDh2Dphl4KnYQ9szGgJyWVwBvEOduh1YOrBbBnkQfHcU/RxFPdivWeGytkhYahn4Powwujuu1zGvnnLpc0PYVa1t7v8M7RUPr2r5DaGusWPj2Z8P+MII8RU8UlT6COeRiVgIKXAq5JEfcc8XlZjYryMV4RJNBFoPiY0wwqKHjL+yEXMe1s8hhDQoUIUfHazTk8IWCjR0XOk4ugMyCk45CdgtkmqFIkSG+yb3F5m4B8hUc6nnsRHkWIFczPprESYGQ0SToiEmRvoc82BIiq33FvXnkgBFWhrizbASQ2Ivq2sI5+WLxdvprLCUPFVVm59GXpfsvnqDr/ZJ/wOVBBbvO0Fit4a/xjg+3pWhSdb0jVBfFnlVOyWMtKVRQdHMKb4qwBGE750pezUi1A14LDhYkAP25AF9Wk7IgzL9GH13gbwpHzB9lrDmwJlBGP5LMDMz23aywHJ2KMln1bt6sIA5R3bzs2Cp387A9ha5pa9ZMC16UF/tePM4AdOwqlvyo2KjhHNbAPHiT6c1xQE0ZJEkLoFBVcdoKyBCdPRga+CV0Bwm0I7rR4W3gF0q6NBAMwb2oY0j8Ek+QZjjMSzY4jIXOAldRSclFF5cWF7ns9kJTto6kpVIfSdEIJVW++sbhY0bfeefoMcMb631V9DDzYYqVwL1XFir3OitnXlLpxHsLcnK1cC95j/7Ey/GbmybeeefEJnazuM2/YbTZX+AsNOZk6mWDXpOVmWOyF9qdRTxvLSHeTFW4yldUmmdNt9nSrXmlRb6q2GHmYPWY/8rR2fE7M1P0+pRMvLPAWezAO2kPnxG/NS/TZsvMY7eytabg+zTUMwBgyFDJWYAPCTC+qLZQyXbgDtNmXH/31TeGTWQ+aUZrumivU3iK/v0RekzVBQChlM9wN64YT9JJpZFUA4y6P3ZU1VJ5F67BZUQnL5KOoBMiUEww01OIpHLYXCafjSnMgDQsJw0wNqgFDZlU5vjKCIYkOSgvmrCCzOg6TR97jR6lscoi7ufoupecHmtF1VWPTJkxoa36JnLjlykf33X/is3LS9ctl7LaJ2ltu+gn9B9HOx4W7+VvuVROz327U1Uq+B6YE5n+6DupZZ47P74it7FzdCrTG5Kb4vqQApRSI5CRDVnmagZpGNwJ6OI5wLGHntxIvv2STxF4zYyOjhmxE1Y+zDKvyuqNM/uvkIQP6M8S6Xhyo4dUbHyy4/czFdsFBX9+D3xLHmIEl92fQjgvceiq00guEe1+nnPCgcpsyhIHsJdJ7CH+1e/DuzxA531yjNxEwt9fFztB/Afp13TDR7tJ5vJll8X+2rZpU9emjuhH5C5yIXG8exk9ds239E268f0/kGuI+WF6rH3JEvqP266cOWPjxhkzr4zrzxXc6ky2jNX5gNZnbl5uZlkNVPuAL4Vd3OHy+Vx0ydGC76tHXz1i/S2PfvBBjHf5AQz4XL3tTj+/4se76+r+qHnkrmd+jN3ud4o7XT5mf4c67zvhWQZ8b51Pb2fP0MWfofMJk4jrf1z0ZF3rnZd0PPLmTz9F+U9J/uFRo7ifU3/37DH6Z+w/wC2KjEjDPCEUeSmseG5Aj017xOP9HVGaJqiZExMydP3ZiCo7FIh9hpOIBsb6Dek5wIj5wEsP48ZybTgrrYKvOswzbYAkSlZSHSYe1H9h3pc4EPRBdoFZzzyMCGQQkXgEN85WyVVtkgW0wPbogwA6goJDFp2V44ur2yrN6ZmXjWxup63phRdefmFhesbcy+cKS+BgWI1ydMm4Ta7w4Rvef7Vms25Ty4RNsaeWD28PjBy+VLu8cn9XsTtVqOp6uGq5dunwkYFLR65M17qlrKJZsydUjF22vnLsrFkPhrYuWrQ11DBpUsNArq+FPLn5mfmfPk9bA83NQuWuHnp9QU05Wbn3eSlV9/xeuqu8poBs+Pi2LK3E5sRE7rC8TlrObMvNBD3KNCjWIcxH0eU0WzVm6Zvt9OFbpgfnUV/sH5Zp1vUWi2rcX2gX2ftTTrXHl+/Xh1JrBbHtFvr4La3XLIqtpCUWywZ0Az5xq7DpkpQ8c6lpmH5k+gQB4M5dZJh0u/QEV8LVMo19hgBgOawKIRFuthIe4bGqHEclLOsZvE7AfLNJmGngs535qRa3uWX8rJYpOZ5ZC2YX2DPLLnnqsjU09tNnXT6LMdM7ZubiVVdc+qR17qzWuQJJy51/8fQ5Mi/tk63FlaHAMLMuu3rimJEZpszMSSPHHqex/lNjxjdlz35i9Yjdt+6+4apIa0l6bHFzWtrYGQsLC4bbLNPmTMxUdIRkB6OtUBIxYCGst6OhiJ3sVJgqYOTQmBINHoGw65v8FsqLaBpSkYr8npSyOtIB7tq5CuAsRzI7uCFcFlFoBpji4kCOBJ2NJIPwivPqYLnrPLlzma1uhRWiaUpKXneR0Tt3Wmf/xtXY1RimJqWYbxuaktLPSPaDpJixXB8/SE8J7UxKWFu7L57Sj1xPjRrV9Aq9x9XYGH56fry45JxUkWcqtptZzCcXdc8+ZkKO/pPVSBtZiRElN36UuyJhUkqAACIALKBM2h85+3Jky8mtSy+5ZOnWk1v6pkQX8R1dwqmuDn4R7YkAod93CBY9nCopgcui0f1bu2h3tKNr6/4oOXBRZzTayYkkyE2R7pZ1zP7SBW2oYr7hBcC2N8LMryCyRyaFCh7CfvQUJghFUfboQz5iDgkeBzkSDL618eTJjW8Fg9GOk19vIgse+ebbAw9/880jHU89debpLiJcfTS2rbfvnU0f9m3rFd89+XUHXPpWx9cnO94KBaOxlG8egYsfPvBt5KlNjIZcdaIi9sJx3vilL/ab4xzMrWR9cQoc6wCKJiSdboBgXvQF1aP5G2oyQixxeYA+NntkZjRWDCWick4IeUSzTkvsUUX0BgyFdTftQacbyJDTu3f37ibeaKxZamKysWyaptqMbpq7d5M57JysTmjte3crMmpIe4h39+7q3cig4BkmwNy9m7bvhj/i7d2tyM3ifk8J+1PjOd4YOPg2KxGNdob7SCCJIjWKxwcI+1bFrjXWzDgfkh0cAcmIIKyvZNYCR5+NPRT0/eqT7AX1SGfWL8j+hPHSgAOGM18+XLuMj/TpoI+AEdOJG4YuVOgKRRDTFsV1jOuZS65DUupQ7o2r8lGaiUoJFL9EVU+/hTcpYCCaAAwKDmZ6jybmyc4MRMzQEHRfP/sy3w3DEBEN/dmiIYrc3KCNF9ph1nGTmOxRARIoe7Q5g8TpCXKuDN5klspVCCPhZ1XJvBgsFz1hgVhVGYKWlKsAhK7YkfB227Ej4e3WP5JueWw8uZlw9vKsEr+juSrgrjS0lVc/Ex4774ZJJWlEou18XlXDiLqq1BSde4RwbUGFNVNWiVq1WjaG64aVpXiEKlbXjiH193qO/ECGpYZu2bvHJ5rcJVZRN2pq2zBDuq7CP25UNf3oiRlbpjcW24vMJb6x9eTtygUzLh491TciLzvbd2H9sKbCG4f689gTVMugD3rcbFnJOwrLCUwnDc8X8X9h1iYDEqDSjUc3bDgqvMPczNRQoDiuJ7miF/PTNxz96eiGvikoEWPPXcW9I4uyCHCimuGpLKRfnSjqDDFEFRbKAe/LZiKYw8SpYoxdwJFHiCvkFi+49fcXm24/Q0/QI7fe9Eb1/sL7Vl/60/HfXJ419t7PIa3ppjrPM+PPEjsZTo9bVGTePFJBw3y61DX+DP2C/pZ+/t5s0/gxf96+eP3r9TW6MfvgriOXQ3rpPPouP3oWVG/uP2gpUaUJ5EtaQF/p4WWAsRqYW68AvYT+GvXceOwvJFyyALn67Ci2hUNZtIdVdcAWmwksxOpgSB9kRC47qeXxCkAxRLkI7ax30iPWUtXeF5zqGjuvGi3r6+hz+WUyeQMmhqQ35KV/aKzWxh6omii5ikLqg2JRHv2NJ49uNXtTUsbQMTlFqvvSdaoP6Xhek5vj1H5tKDRqBfF4has/hz/xtLPwqHlUoXWrKqMw11Sd03ftBK9HaHG4d2ndFm3GLXnm2PzGi4Xl7LTRYknlkn3iVcC94CrSkITDu6oFQVisWfUqk6Mg6EIQFZeYoBw84QubBVTgBdzFaLMKa4qDNcXxRgM6wvqqnZzrvI6vqn/n9iqGBT9ze5WziJvT+UMwHOz+LPnoffQ0vYUuo9vp6X3M9/Whd8jlJK3vE/r4muxMU/atF7uMG8jNf3mChK6sXa5RZ6c4VKHRDgf9ILsYjuCKnXM8V3g82abM7Is3CxlpqSZZs/Tvb/+z79U/0e/Hkink74S//qYNK/IfFSxkN9Z9H3vmOw8xZ9d9JM0l7FILwwIklbz4xyvbNRe0ZnlyKzJrpbm7R/RefLEwiqhVKj5cR9IkQSD1YaKmj5fbrLMmb2p+5dT/0Euu4O+Itawkh4n0+kP9i8n9sdFl9mnkb4oNZsJP+oLz+RigPuY/KkMjtMAQr05me4M5Wc18ESijP9A59F8eofMmOyY72THK/oD8KaEfldTVlZCSEgw68q+PAIsoOaUU8IsyZyJMLmXmcoFunczNVLxQZcEu+FCGkOy14NCL5xq/BuC1kLYBuAGcAkYbgWUH3IQ7zDcCveEJk5Ds9vhgYrlVLXeWz8y9iH75/aPjSR56pCq4jTa+HSGvYS6O8QQPfe0K+trVmhGBphtsophKws+3TutuJCpJEnj7tuG+4Zr/acn5IHe8ShANngKSEWuOoperUgcw765XkpEnTVvxyScrRmwbluvMzR1rGl5dPTzD47anprpyh20b/srojR2jBB7x0a3cTrlRbkrYs2iISZKJqOdCQRP6MvEeIkbJpGLi6nfHWncIj1Y6rqWfxKbcyD9GtXxXZ2yybKBPe9e7+507+C7hiSqXim6OTbyRf6F/O/8snMZnPM2tkgvEKGBZC+o+OSY/Q85RSxQNQ/IhZ+P0HmaaK2fxSw+syR8b8c4wGvP59wbz9Hq+nLxxUWcLvY566XUtnReJ0TXT/JWGFFGs9COZMJDvyyPNRF3+Of2BZH5eTs8gHYO2BsfF4wOy/mRLouNo7a9sgLUHrX8UfluhefUKtZuYJpCTUKYpNUV7v0NxIwp1GUZqQeuNrg5VV0dX71ZUWQz6POmgL5iWYWgt+gQSNAFvyoLgYIWYQoU/xn3qvNGkOtGCH53n+g7BPkknAuvXwvkQ16l8hhSSwQPZIPMB4JBDesAGAaAhdHarUECEU2llu+4+2T6x4447OjxuTcHcizevXDWpqv2rh66zF5LTDFYbRv36zjvyaVp+x9arS0pktTpvVKD0BL2c/u3kzXP1epU2PKHzzv/6bzLiafSg6T+typq06MV2lbasrDE/1qxUFde9npb2n7/v0W5qQNNyTt8nvdP53ujfvsP/1lpW/1lyVvxY/Jj5g/ED/mDix3Qfmb+d7qP33ULmsR2ZL46H433bE8fzbqH3kXkKL6jI6gWgjqsAeqJedl48NkBcSNkIrGCAscBxk0X4FSRLNKsZne9hJy0D5tOoeMVIXqi2VZwkHGJcX8909mo0qel7QZ+RkZKuEkWJyKlphQ6fJS9Xq0tJ4QnP8ypAX6npaVq9vlL4iabFTt7UEAjkWwy5lmJP4YiQv7qmsjqYn+nk09UFNn+gVtiSMGBBD05VF61LTc/Myk1NN2bzEikrKwXsnZZlyM7Oy3JpUjOsQpYeiEG1xo0qh2ltNrvfH9okqqUUWZYlSdSkyEKKit8U8gfs9veZTUSUhT4BynmQP8J+C8T7bSG3lMma/g99l7Bh+L/0HxnSh/2W/7QPy5XuoU8O6cdhvnP7kT+SiASAxsvA6QI38vF/1pVEYp3063/fmcvZRWj5o3To4Pov5qbD7PO4ExJyH3OpQY33wI8ZC8R/hBkBJQToiTMYE0npOrOsM4d0nhDUwn8qAF1hMlnt1f6Gxc2jTKZ0gaTI6enGLEtOiaeivLgkJyfblJYha4Q7qi1yvXVV6IJV7QsXXnbRCm97aWNe+fALKp6Z/MjIRfObH/5g6lxxvT4UGFZZ7fQYzXX10y+YrU9x252FMNC5Jr3eaMl3O12efHvsgQuuOavS8DqgqLRpaWlqvTo3RZ96dsvU1QFL7iPX054VK4j3+kf8DawfDgO/mgew1o5wkLOpsowGBBoZBN4z7qHod3vKVQF/lh5mAJInuAFEBrJFmEyqiXBnSV290ZjjUAgSR446b3TAu7udb7OV5oQqouX+nFKbvOJOSvf4O1dHLFb7smIlOlbxMnuqZ/WyG/x7CN8bmTkzUF8eDFTUJ/GM+zk189hiTsNEViOzElGY73ZVCzMN6AYWUokZwWzH1zMbSAU+ieuZjRFeLx5HNpddzQ2BlVC/y6FDUCaTITVGUdzPzPfj/nJkQI/N6oc7kipVQgBF4q7YQ9sP/YZw0kOGVCl0MuuHZqBR4vUPbT/ckVQp4mNyml3+i/YDnkWP6hAZUuXQzvpl++GOpEqTuipJjs98J8zn9dyN65r0KAY4j+cuXxF3rDyv1y59g51UvEHiPo/QX0cH/QUGLELRPu3omcrEhr70zH97YA/XJ8f6Qc+g8cDjXKZEpyDQ6AwM9FOOIX/CJC5HSCM2J5eVmYLHQ95LLJTRQUhmUhlRCXoEOSIjFeDzlwO76MlA3sceBOLgX0XZ4e+gm+n9P+/ezf1M5pJryVwO8j/HqslFpO7PW7b8mf6OHqC/wxy/d9rYtfeEFlz7ON2z4fHH//HE46TCN2J+hYUXrja5qgKBKlfqZz09zavGALwUELxOT8mvbZk80vgvowv5dv9M7//F86uTn0rqWEtcZfkvb4rMNN23ZMPjkSf+8fjjG658nKbW6S9cMLvA2rJp+ghnjlogrR98oHLXTZg6dWxIl7lo/8IJhQYSt1uPz0Ez9HsFi7RnV6LnuZnig9GsLIKeOOCl5w/qf5EvZUphBlNQEgrl4uhYM6py79O0hSPhNs19cNCfliS82J4ULuxHRTu/Mn7tSjhg3hMWI1ZhtKBLRVwW3JOUJk4zKxmU1b4nL5ZnAHedy5Wj3RPnLowHswyRoDn5wK8nqIrBqFQsrCGKS2XiL+crgN4yGkzw5kFVU1uHN/a211u+sZQPer/3biodOCptJA962zaV0jlPezvavHAa9n2PFVZV6XRa74SJNbbwWIm24e0dXi/B+1d74ah0k9fLl8D9m2Lb6By8iTz4NFTk5QNefFpP2epIW25uwYI/Bi9adSGsi31AR1dLf+KmcBdx87nLuWu47dwe1C0bUNthyJDkcjGgvATzHUQpDzBmis1AIgJiPFUGSrkAxxVyJBHuzpSIDkYko5Xg64eAfoABFf1MACNLijmDmFA0wrHZh3m4BvLSp21dZ9sK9bkV7gZHvSZ1on9CeWFh29mutkUrtqqzOhcFdrl0yLVhODXYMKtz7qla1Jml3lq5xNJ/uzuMI0s2K8N7WM/n6yP6fF6v1Ua0RKPXZtKeTK3eYiReo4U+iHuLkfbAfkMEs7gT3sEH+kdcMa2lrMrkkNSVzqkX7WrzY9NGNj7/VUXguq9b82ultfvXVuM91coeDqWGnNavrwtUfPV8/vAsckV9UTGDfIqan+py9Xl5eqMptdcM6FgH3MnXCosSD/EWtwFBfqeOG8nktCgWMAZ9unj0SYsi+2sgkiMRsjKeFnqMcUmgomlMiIQEW/T5K2atxLBPrTj3fVXxBlX5MEBbV0eUr4jH0wFcsfqFGTNoD5rgEJqOS+nTLOYgG1X2WZ8qsoVIRxdiIsVggfkgJWTdKZwRIEAVN5NZLvgHHEVdg1lm2RI3bEG7luQj9C6Nv0chtN4Rf1t2q9nKV4dRMMWxRAjBSYTVAZ0VHXOEzkhRPXY4NE/J0HZUv+BGdg7mjtwPUEBdmFmohvT+I/fut+3p7OjcY3toX0zcfOOdruaFY0ssL9Hf0E76m5dcIzbNdOyR9l+8ougKr6uxviiRiR0lc9BqiD7IbIcG8w0rnw/8hOCElBJCP8TcT4HnV656yp/S5HYPT/E9RSd7win6qhGBMtqz8vnly59fSby14ybmpIQ5NfM1OM58pe3Qi8O5Udw4biI3FfuSARUVCy7jSj5QbPaVLsQF5zrnmISMsgs2MZ4Ky50+f1aWnF1f7p7xzAy+bchh7BUYZzbYxagJG8ijqxu6R8QOKqm4w7Ns7gU5uSmF8y5c4Zk/YcL8c477fkb7qWRbqnievwYjJDErbyVFPvdVwB8ZspEzcPlcEcpVMvjCcqCTYNObENDoAfEiX+KRBIApHqZzlk2q8eT1yu5jR491V5JXaz7f/dOb831rFv36ZRqcPWbam3sXbp29q3fi/Im9u2Ze2HiXWNL/9txtTU3b5grVs5epiHP7kSmLrPRP5TTr0cxLDk+LfRaZ0TVjoXH11IS/fVS6D8aCSQWAC8BYxw4iAQmMLJZZwkDSkqzXof1vmLDwqETW6ZlEK+gJSpoLJ9qa6t6aQc8spf+84IOGJtukC5sn8BrDfcuttW8telZvGNt1umusQf/sovcbnSsfNGj4ceIl5QdfvWjaYjVNJ/+dtmTmRa8eLCsUwnXX/BSe4aHX8cH8U52df9627c+dnafyY78lV9vnNZy9tq6RT4qvko7xFDgWLQRIprAABKqsdwmeeLSd2w9+9c6zgeDZlw1j3usWztCbyZrSP2X37yp/007W0INF/Dp+u6xevGuXz49aRUPzE529TxAnyXZdS57y09pLCugp+lUpuYvO486Js6P9ZZydfxdj598F18FYXUKn1KRqYRQh2pXuZEHzWqKK3d2FzD/dxnnxLKAhzlHo5AP+MM+MtB2K0R8KO+yupDBd/AN8voZ+8NNeembPrD09a764/57ZN+w6enTXlKvGeiTarXpn/0P79z8knPKX/pO+eTdR37OmZ8+s3bsv7Nl9R49/6iTn6/sfggv2YxumkLHy1dJWTsfsHatVWWaMyKrEZvUEnfrCct7jIKYss0OJzmqWVEL/r0jZq9lH0dz+VOGP9y57Mfz4fKK7/NrvD2/MApBS99fagWL6g7R1H/37QTQ9vOP1ua2vtW/ufXn2/Z9tJjtH0p9Gxotg7VQTn7RPeuB8MkkhLpNcSbSFxNr/RaznCv6Mx7L0+9gHl/IldCVfvjz2gbSJ/uCYX9D/+RV8Od9XZBXom7H3L+UDMT9fuSJ2VLHtAy5iBfOJVeLKAXBhVkJ+DWGWIjC33MAFm8zkOrGsu7v3D91CK/+gMc1gHJMTeyP2Zs4YoyHNKDU923/42WeF8c/27+eLdTV2q2ygm8m1QEPYa3TJz9GyeL/nGmviKoTXYysRYx8Dvw28kbIcNSQor2gL996AIFfcEG67Tiump9BlZEuuQePW0AkffUgnQMaQS7bQZSnporYoxLfzl4V4t9CJ9/R3wF54T+vITqHb6DKrMZVXkzWvvUZvVvOpQMzsJlekZDu0RRVUTc5UsPW2UtbIc6CtdqWtMiIqaGsI+gTWQDkPyKqAiBwkZpOsWdvaNxmFraqnp63ZEdsfWyynaVI19rRUfi35Kj/NmWMXLhcWXDjVTh32Jy/q33fRFDv5zP4robl/FnlX1Fq0manoa32lU5uabkaf+QG+zMRs1r2Mbz9XQ6qXZFeYENHt0VtJwgpXdJnMQjkRhWBIBKB13rha4++YV0ZvDhxR6enNZfPu2HiEqphWqf85soYdCwvgCrImcOR8XJ9qUuKuN+NXxQ4yLdRr8Wr/O17LuTxmHsL/X0aHcsIhvBccEIzORFKJzwBL/LyhovAFDA88QL9jNuEPkPYMDU9epR/Mm0dU5w8dJT9ADMk3kfYUke8hjaheJJl8CZPFJnAzrjLTL6MrsigfdoLm8oO47uvYQeaCMzS+RN+UeIjLNMVOQOGd/n29Q4KHq9b0ZzNb4nMjhSggktU70KeWQe2xUi9qn5S4B6iLGvqUeEQLmoY4PxtQP1pH14kNfVOYMzo+j4VNUUIcRJVg94pjE8YeGLB1kfYPeCudL04xhrA3s3g7CmBn5ClNYybRqn2IdyIo/8OQioAF9p/7nYM44UAGZMjquEUN2iJJTdG+Q3gt4o/+DtqDWu14TLjE9WJCcq0CAIKexygfOYhiF2YCHo872M4cTvg2tPxm/ikYM3AglkQ543JR+IdOaEBr6ZjLCwa5CgXRb2jgOOF1LB6PmTqWLK1vaKhfunhTqaVgSoEVdxYr7hYWWa3WAlldH168+MziJfUNsSeKMJh9saoL2ANLQREMvRVT0WDNL4HsEBhQyF3CreQ2cFvOu3qCWQm4YGSNReV2ZgYPRBQQKwp6CjIjaH0Qrc0yiCkUtDJrNCNDpnJWiJ0IOokvaCXsBDp2cSz8KqqDfdViUt4kjCbNCdsp2k0/ZqutGn7Gt9ate4t+S39Pv31r3ZXFwSXkVzf2Hlq+/FDvjb8/OOm2gGH9rGs/y7VcvqlskWcJn5o+7PGsdF2WKSdTJaUCjK+5pnyhJyIIqeklN84hGrpYys3LENJTycI63l2+bnqoWVeoXVnfyleY1uOBQ7uivjXEVv1gO4pZ23ovW/cWMQ42ac8XLzUMWyrmQlPo36FJl6laGmqnd3Vc9URJAfkiQ6vS6nhrPiEqnbk8WCqQ/54N5e9lpWeqUrUrN9KPidpcMrKSJ7Tq2tvep7uObm2d8EjTjG+WKOm1LF7QuX6/SpyTeJBg+zkpytgRUEhNlIUQhNl8AoN6oCuw4hs/uAfOK8Jw5/7z+l8PxGVJpPpznpfws8bIg2g3gGtRVvcdivSfkNWwiNoxiBdGM4+iW6O0fyDMSNpA5F6lLT2R+F88jpCX4fOELA+eoI/HfkYv7ogS9QNfDW9FYwW8UQ005Wz5PfkNLocrZjqOGq6BcUPoexsmODPZl1sIyl4UwYtZJiEmui/Hr7lIKsVENijK+L2EoZvqwLbqXcvXtZi1WmmbxdK/1DrN0v8T8P13WabNrCXf12ZrBClVVblwXFnFclJSWzu9tjb2wRh+0+j+n0bzHWP6f2L5f45J5MfIj26TtFpzy7rlu6q3WaC2JVBbimWaVbjTQmuprnbC8oqycQsrVamSoCnC+qbXDh8du24M+X5MrHM0+X4gz/bXjVHsraB7gK5OYxzIgKYTmWYDJxt9g8IztF7mEoZ7eIGSV3WtObBmbev0K2CYvvo4iiaJzHGlOPoR/RNyw98+fOAbTDEqz7Q166Yi+F039TP6jPMDRTz2gZNM+gzvwOiGzOUF2jWdWKUO6V0YUQ/TTiuOUH5nI1Ex+5BKfZYsIYNaKfMepuV3Co8pcQR5Mv7hh/nbT7RfWjfLq5s8szUvb+7TZTq1u1Sno03Su20dF17YQTssblGVOtwy2migv4/FdPKie+4dNuwV+lhmxsOx7y64YAIXtyVVZCUol8Y50sDiQXDn8sOJ6F8KNWlMqDKS6UpYD4mvFjgTnhMmWyiD2NyqrkEe+Me4yzsGeJw/iv40aj6Lq9+K6CvSu5VvY2IcMk6Jav/WneSbOzP/RN/9E0qqGVLtgT25QPGE92DMffuo+fNH2ZVI/Gv5xxAD/TjouVdnnDy5BQMtqWAtZ8i/lQ9z2Uw7U89xepQ8hwkXhi7mtKRcLZ7nMy/nfuVFb3r70nZLhKSf/HZjppVmn/xapa0uGxVsLikTv6e/e47U5Vzocmf1f9YmrLii6s9z6A0bStfPKN1Qx/8QP5VLfydenXXmitVQi/Yf/fdrdPTWl38rqC3Zrhxrmno5/d1huDLL7brwdyv775ha1bShdMZ673qyfs7f6K9IXS6cacuhr8P4pcXj8aEtko0bH5dMbuZu4+7i7uMOck/DSAoBhakwCtD0MAESlgSR21bJEsbKcgomM35oSALqGuad3mwKogLOnYFazgIiKwUeZMjFYEhfTogeFXvIPwh6gxk1dmjLVocwkQkwHTqfLCLjaMMjl1lS6hHQGsrBrJlkP9bjUpyCQwbElyHApnnEYDLDBfLRhZN2W/LHTF7Ya10wafewMZMWCa8WOm5etJd+OAzTe4g3en2TKrtMk6LVaDXDxquLMtQZNY42OUVUSUDc7oECOWOYQ9CP6aI7cgKqsWXk18eqDCo5o8C+6yGe1NdXFZMJx7KWjSRnX54Gy3tpPnliKQbN42Orb08l6Vn6YZOuK9ZIak2dS6vWT7Y9fvGl5KEn0vIdh+a1rpJlv0CrV1xKSH1dhXiYniT5YydN2p1P6Ek+l5jzx+y9I58U9N+x4q0DrtAt96x4+4AzdAu/pnIjr8nJzm8Ml+SNW0juShXyVdp0pyBp0gS1+qHXyT1KCZGD+WfGBWna2DfpzUQO1aTkXDTz4o2kkh5R8cYsK31oQtNUQBZF6EhIKqfctXoPQhZV2t8CQjbhyd3fkS0C0WaIxPJVy2haUvbkT2GLLb9t/afzD1SQsCFXr6O7SS39gAgEA1VxvyE2WS89waJWBYHjzfK4UQqDk0SWsswmTjj1A1m6eJ5++s6vFxwZP/7Igq93TtcvWEiWEttCMu63vyYtq56ThclNTZMF+blV9NCvf0t/DdjqAZibZnk+cKEjmb2TEo3NgT+7HmYbwBDgPQWHR2JaX9S2J/TuuNQER9wXHFljSTFMFYLKhyPwWLkpTGTziOaCDZMys6U0KTPW9rmgSzfSY8Z0nRC5kne1Oqbm2AvyJvNCp0Gl0eoLJj42oWXdV3xt+Yz86qtrr629srIyWLdhc6fVNsJZkmYdltuYU2vIzk0pFzf/9eO515glno99mpWZmanT8W5eZbdPWrVq1Rwnz+enqSQpRW0KjGyOxvwZw5ZEL1725qZhlZn2R/b+sad9Hf+VlJI/dvocr3NqutqcU3vxtAsdvmT/1KE0BrPGziF2HUYk0CdRGXYl0uHZl4F6Zv9ISeOGrqgY/EsJ7cPoBmYekKbEbcMQLUCxqwZi+KrgeXnKV0hYcDQi6BIKBUZm+zA2mKiTjRjGBj9mhvdHgFamPUhDFxQRL6RK0I92oKCa8AkYGEU5G7+qnpxGcSSnTnru0FgbyvPNjIxhltskya5EZPGZ8PnAQLDAIsgU4QsnbKQUlk1pQUSJ4zhojDBo4yEN2D0p/ZyIPJ5k/eMS0f9Px2w7kKRnJhs6V6KAEQHYRUnWQk705kbDbkkTO5iVmlkQnlozbFjN1HHDhmnIf5cUX1xTc/nUKZdnZvYPU8YgQWfi9no70OLZNJBRM6x16rCayiogWi6l+/U1w+CWy6fwz+RkZsUejdOi8jntz2MxK9znvMG5fG4ZObexyhd14sE6OxjyJBPpszBP2s9tXzRZ0hxrjkeyUMyh/n/h+zKHzAn0LzawyLU24K2LOC9XyWKv1WM0Sk1CXS0yktrByOv/S16ZRMBTM7U2c49n0Xz/o2zyDIdOiAwGVjlvEo8hl7TOshIxRhJrjQXilX0hs8+TECC54qxD8nJjUXWUmmlMcaHZiTN8cMori459KAD+iFcJYaAwDdiOlH+57hgPc561Z+HtLGSUK2kpnn8JoocS829ATyXmt3H+hRg/YtmElRA/pH8G+iX55ZNfMSn2uAr4sszEHZ6QR0PsGoD6snIrgJsoexrG9UFHnoHBQ493FrKRhTjGWSwMaUNZ8ujAMpdVv4AGAegUN5NN4NEQuJiWoqOr852Z3hpPUZGnZnhBE/HOrPF4ipqhYMhgUV7UpaXxY2S5jD4le0qCoaKi3JoQaak/mVvjaS/yeErOGTf02Uln3xIwAffmVmJMKS0VjSGzbHYl7YXqIGDICh6pvIT3VsCf3Fbafmj9oUO0Z3C/u+kSDZ+TmvpmmSzOsTR5vU3e5CZXRyPVkUjynrbPG6GbYrOteq2lbsn3ZQW2sjJbAcCE97n3ZSCKlXj0RPmGm9Pj5vH7baohXwfx3tvefu8+ehG9aB/LkQPkAP2BhahjkbUl7zknMdd7Fkc1cRHz51R4f5wROdgr7HsdPthEu1n2OLDAEzIj348QCDnrKFrlYFDg1e2Lo/h+NA1yZKe4jn4Iy41FQP3k0O9iI+EQUiU2WCJeT/wrojoPzDxi1+uYZ7OMIVnhttjR7fw8uiQaxYibUYSl/ScixB/7YDs/HyNARGPNqhbYJdkvYS/pdUII0Lxod5l1drOg00N9sssuenR2yfMlRoLbRNYBul+HuS8xZNwmeiM0/EbIiWVkXe/WoacA2OKpTezWIf4+ZsB5v5Bm/2fc5vl9fd77T1jQ8znzqE79p2xpehzv1ULrPUOicU3mpgEdOYu7ZPD7IUxGyMSwirTQblTEhQ1E+RqmeM7xQFQ8n9GBX7ATz8mLjoCPbfFvjHiZychOlvR3aDNKMrTadG+6lu/OyCzKzMjQlmgz4t8bgX/cWETzRA6VvHgkNSEujtSXe73l9ZF42mvUQgXGXlM61GnqNUB1mYZeIzwho1eryLZZrLpI0v6cuPoDFNX5omUnRxBOjpTNn4w9Im7AaMIsGRpqv//LgdjCXwzGFhYHfKgGv2LF6ZUhiFOQRAmUphPiSC2Cgi9HYRWtrCp0YNAsNImLKm6A0q7egLh+WqWjsLCQHkJvaxSLxUkN1BnfJI+StwAvy4VMYSmE7Gqw2ooOvh7mkoZi1AwJo0ghQ2FVyUxcxdjzDBZHKimfQqL5nV0ffvJhV2eeM2fWWNuo+uE14aC1vMyYVlXe6p2b7mybO5wIN4/K8Trz8jNzxMzW0KLxhBTVNpammibdd1fN6NkHt2vl1BSX9qYnxjTee6VWSklxZa65e8dN9+bp6pZcub3zqvL6e+4Zb3RUBjwZ2uyNZbkeU5akIRpXzZSSUZvUgqnUM9I9If2LsaUp00IFjVX1wXGu+nHawrKOZ+akOrWZcuqcp5eu3TdNyU+5i56kqH4GeskLhMV+4O//13iQ6K9JErMXtv8ojxG+IdVhXvkykTJ12Qbz93/NI/OBpAFOTYz5H48GeZ6kvwMXAxwotCTHLWRyCzusak7PJPxxQX8C8yYWLn7/zRD/nAGwgnzAwD41XXjebKThmYZIfHdRWzxLe3q/Q6wGeGAnOe2vdDvy0mx5ltpZs+oT2YsvSmSrfMKp0tLxm68aN3Q/7irF0vSqfr8Sa1F25tlqiqxet9lYwnuH5muLCjDvVHPKtxMV3ybU5RRy5QDNLuS4gD1g+n91XQtwU1Uavuc+82qamzQPmtwkTdKkadO0pE1DW1r6hBZahD7Doy+20EJl1wWppeiKghXE1bogsjIq1OKs7EMcH1utKOqOG3V12FVBZ3d2cUd2GB+wKI4IzXHPOTeJBd3p5N705D7am3P/+z++//silQztC7JCmHTaAjJfxUqcTuFMuJZA8jImPB4EuApqIqBoPLV5MxmMXDfKnLv42eibY4sU+bn7pv95bgTbkJkzXHXR6bVBZ8XTbWsb4LTOn4biZDEHLUFFx9vdGSaVxyge3NGQq87Riyp1qX7jlduMFpZ1m0zvHVtbr/KLeqW6KZa5oDP/0LufAzC6+cSO5YItkxC8z7y1tiFkygZbql3+otMGdGR0/DRe1PnhzlKPhfPkGDnW2jG3XlSq1H5x5enGcAbrRlaZZS3DtUPoyCq/fjQZXyQxvpipQRSQdUGPc/LMNSqBETl6bBOJMHBpimiAwvf30/fE4HvoyY3d/P3x4RiKgPJiCT0G8EuB5ytkvR0R/7jFIhGwf5Cp0zH3OfsBGESuwSA8AM5AJ3sMOsGZBN5YjnW+37cIMy3hHlxcnMR3AX0ZHkB7HEB7o73QUdARrtkXffMGed8Yc46Qc6El3l4+4/XbJs4jKGYs5CTn0L80mDxFAgON23sw3hg578gZjOH5jAM5TPWLb95EHTjFXRvEqCd5W2DnM7ScjLFH84UPFwcZMq0MGbi9NznOysOk2m42pU7Afq2QaqsaSzyeksaqWkmhULvVCp1BpS8vrMy1lzZ2BhQGnc67vyDclmkESqUrTRANvFSS73Lll0i8Af1XXsMDpfbkH8osZbSByKoN+5/Yv2FVJKBlWIfBq+AUvkBz5231vZM9jWZG4fXq4qcWbquvTENhphN9Tmv9JSsHV5b4tTQ6HDpo1Y6FFIZdjxOOc6I/humccLWHxJt06jNsP2UUNK6cXEpGCwk8DHql+jpvRHepH8Wgq6kNqeypOZE+TXBJGABh6sBoDQbDNXCiQInzpZjHA+OtIgZcvwMmOSsaSaVFZWgDTpdXoOvLkabFpOCEcHJt8wGbze0hec/mpsWSzeO6YR3z5W69yVQY1xX2iLv1gUL6vyajrzq+hL4gadPUu1WlUlyUrOrdQo5ZTb8QxgnNttJyktF0+EKNxYyzuLFVf/WZgKOVsQQcM2ccAa5Fzlg2Ny1JpSzRqZqbGiXguPp7MFJQGEQTVwwUwF1zu0V4XhFkHPCC2maT4C6bTQ306KxgxGS9WuHHecjy0jaSiFynqfbDm7D24lP26mVg3BGAZ084AgE8J9dRu4QW4RbktZdSDbhDBANOQCVnRwZMCewsLyD7TQO00AI0A0mFCuMTK2kf2haLIUaICWSfN2ZqDFagU2dpLWlGvSXdiEzBlNEfzp7DGbKKO23/hvf417Q35Q0OrOmtsoOpYV11rdO8p+8myZmXbrlqMKaLtEmTqwJ6f74/gxvJsOZ4rMCgdmuNDKvSaTOgFkzZFnT1DazPb2od8MLv4ITUWWIXaasn7DWCqQlzWsBpvrfvZoezplqcucuos8zR2tJyVEDnE9xGmSuToj4WThIesnI0k4aozRSFe/wJTlMuBmeB63uJEh1Dicaja/qOMHwe82ynmoxCs3dBG3MJMjI81XyVgJJJJ1zCySWvjPU+mpPjb9hsmVEx9SpAM+iHVjAapTZNrzcZ9TqtRqVEzw4a0AB5OQ5ngWS2aDXg2bLCgsit2+cVFlitehDKcTnml+bmlJU5UJSpBrWbDh/eNLQsOxzMGoOBgfGBgXF+8uqysVfWd+jaapitFrPVrNAJCrPalK5LVyiVCq0mI12P/BuFwHJ+v9dmVanF9PieTXPX2B1tLXZ7QWHRJk6r5HmBQ3aKSdMwwuFPDjfPqy39iX0xigzxKQaoRD+jmv+YqqYaCastQVEXhewMllIWcNHOjEFOQRpfOxVyRov1aPp43U4OK7CbzEEGb+ZJ9lwwKwtc0eVgXqzdv7R9UYX4+Ftv7Chb8rNXPS7l/HKh75GO2pqN+2uhputg7NSGrhXwFfiNrX/7nsVdR0stKzZtqfr56hqQSxcSMkL+Y63v9P3NBwyhpbcv716hq68sO3LQM/jysLcGnoZ3nj0EQhffHnOnvzY00ROsn79sS4XN3bVrpoiEVdSsHIlE+E3keqWbSKyJ17U7F12rtcYeG54cjuESxizNNTo6S2pNllWTJdZmy65dJ7MmP4dNhC8Bs9+VEFealen/cHM67mbCnE8lGJMF0GORvay15man0ZLFJkYLQCA/0h8K6UrsMz89JYEik67k6nmclKGV2qV5woobehvSvZWRfCucODzhrWR2SuCNgN0X/93MrSTOeFO4kX+csiAPN0jVkC4Is1ykxoRCC4DXhyZ8VsiM4j2A0zQRIuoCMHM9CgLRzZEdMZnRKsvli6Dbw4M+d3mV+F7jp3SSdOU7qc0mStJjX9yy9auLwPfUkfNSWzzqcjybMcernjvz98E3tzdv/PW2rex/eh+Ook3gRx19Q5Xar8HD6+u2Aj5+Ej04tgzzY6LUKl2BkoTXhx768psDD82/IMGW7KI87zMGgQEs3PfCyPbBnYduzumIru698xm0hX6I+/KlrVE2/jcwPrllWNY8XIPiqg2YZzGlGul2eXzZGE9C8FrYVpg50YzzKdOg4eyOHWfh1PTncOh2wLTDByaA8fBh+NnEeLz9+fhvjt8B7hQ23PcVfA6Ow+e+uu/01IHNu44g32k+MB4Z2/xQjH7p0SdOIHv8C2paaBeMlJLKlFUbvE65ZgcwEQgmMy3RI7uLLqwHF+6Qucahlp4bScj3fHr1L4v6fAZ/ZPqd/vs7Wv3b9x5iNo2DqtYwGOpeeGjvdn9rB3fXkc9wdfxT+OecO/YeWtg9BMKtoGp8Idox7mrtuL//nemI3+DrWzgOT1yDXzNgNOD1CBxgyLICUhBKJOhCP9opNd8NP3R/lO3Jvseb7fXu+nFc3gf0WHwUHnNXVLrdbteCCrfr/+JKkjoy6MXNWn+vHINxHuCSTL4++31So5XAveVFstdsP4rpyki9LVzJFoVYB/qGcHADCpCrFtDOPfjIv9Y9Drq7uqFmdCDYaTTy2liC3mJOLF4dX6QMmRZZLOAiOd4lqp+7RVhPFODEbAb3GiKTyGQxGcgC0mER0zTitkPkGu0AXdvAaDeAvwV1Xl89PAq6Rkf5AQAAhBkPrgmt2ZcBIfyuGe4DNzYDdGzagEcfvEYzapYWBcGhzHphebsYiY+iieU4qU9dwlAYzKKPswIYWwcuYVgO1Mi9dDR1L/UnoUDACj7Y5sgzDnmlFHILiCtQggZZuS6IPASv4Gd4baalwqBfFT+9LdiWWVB8/PW8MTD67e6almxHeWHd0wuKQF3Tex/xQ0p7wxyzhufy4d13F794PBLMaM0bo4uv/DVvfV/XaldIUxv5x6KFC1SkL1iO1ZyzdB+c6C/yk1xxQm0VBSVc2G00kIZtjiyzQQI2J3KkCuE2cnthO2xvxKnHfjgEt8jwuZg1Nco8lnqLazQoShvBSxQgs8diHEaR72kEz8PFn8AnwarFoBtOvHv0KNyYGm9MvYslNe7k9ZWkvgH1IuEOnEzoIfHErWdlmhZkK/UEZIZ8EnyRAebToz+cbcfh+0k7zvzqlATfQXac1aNDX2/GQTc24zO3SrAMmXG6jdlJpXjnJxN4JUxwFMZsSfxkQuYYU9GStawhnMppmROZbkKMlLimifdEnhHXY75fkouaXOIc0o+NyyoohDsNUE9QfxRyhVb0ZJGz1UBLphrJWAM56CEPG4KHIqYGS8FioESJPOAjFJ8JolD+yZ7a2p74gtWXr/TSWgb/As7XvtwStkej0CC1lkngC0mytdmgvtbht9QUtRyvo1/t7GzdotFkm9FtanQbjK/xr/XAOIQ98Yqu+vIoUDM9yBOje8GFOntOpjN6OQpFqaxVAhfQo0aSoFj3cktRjcVvr6Nfj34bXc4BwJns7XajwHCqFE8r8T1x/cD5QzQsJ9+tuNaTEKdApio/Esm/sgstueoEahRNycuXq4J8IFjFT0byZyx4E+ZcfgQHvy+h+7quvz8wbx5F/Q+5ZZ0FAAB42mNgZGBgYGTsZNzX+iqe3+YrAzf7BaAIw2X2ZD1kmv0CWJyDgQnEAwA0+QnKAAB42mNgZGBgv/D/BohkYACTjAyogBUAdckEZAAAeNpFUTFuQjEMfQ5Dxcw/AEPHP3XgAOxIHUD6B4g6dOgROABiCBtiQGLp3g4MCBYGfoZK7dgzdP4SYqvtOCFPSZzEfn52qIMOtwGI7YcfeKpxRdT9D5HXQBW8IuoZNmd2a6BAdUZv6I4JiG6MX+FLDPTJM9gJZY24uKZwRaqYX3JFgWvoi9kDPWZ+vfesOMoUT8kumnOMeYbkmdWjNeuVFomZPfuYYG1RI+MKFvWGviqUscJHySa4mb1XhZo57+Ku+1Y9OjqbYqn8mZ5YR2sZu6y41Ju7OWV7wEQn7KRnVotad+Db4rxF6g/x4I5mXs0iP/0i96W2uemXmpb8cpAO4h3+H/MQhcAAAAAAJgAmACYALgCGAKgA1AE+AZABqAHuAi4CkgLIAw4DWgOQA9IEGgSWBMwFCAUwBfAGGgZiBpAGzAcQB0QHpgfYCDYIUAh2CJQIwAjqCQYJFAkiCTAJPglMCaoJwAnsCiwKYgqACpQK0gr0CywLdAvmDEoMjgzCDPoNNA1kDZQNwg3wDhwOXg6eDsoPGA98D94QAhAyEHwQwhDwEQwRSBFiEaASPhKGEqgSyhLsExYTqBPkFFAUehSaFLYVChVSFZYWDBZOFo4W0BcyF8gYQhi2GNoY9hkMGUwZhhngGiYaXhqEGqga5BsyG4gcOhxqHLoc7B00HWodjB2wHj4edh7UHvYfch+0IAggbCCyINQg9iEOIY4hyiIkIpgitiNgI9AkViSIJNAk7CUOJUAljiWqJdol/CaYJ0AnxCgQKCooQChaKHAoiiigKLoo0CkIKSYp4ipIKrIrhiviLIYtAi1MLaQt4C4MLhouXC6gLtIvBi9cL5wwAjBUMIAwrDDoMR4xNjFYMZ4ydjKkMu4zCjOMM9g0HDSSNPw2HjZKNtY3DjdKN4o36jgyOFQ4wjkGOVI5ajmUOeI6PDp0Oqg60DsGO2Y79jwwPGY87D1YPc4+Yj6KPqg+xj7cPvI/Bj9+P4w/okBQQMhBdkHkQiZCZELcQxhDYkOiQ9ZD/kQyRGBEpEUKRUhFYEWURgZGQAAAeNpjYGRgYGRj2MQgyAACTEDMCIQMDA5gPgMAFeABEAB42o1Su04CQRQ9u6ARYywsLIzFRhs14SEqIrSKhWiIqNgu8jIirMvyMLG09lP8Dh+NrY3fYPwA45m7AyFsYyYze+7h3HvuzAXAPJ4RghGOAPji9rGBBUY+Nqn51jiENH41DmPFSGk8hYFxqfE0+Q+NI9gwfjSew5K5rPELFs1h7isSZl7jN8yYDxq/Y9Z89PFniLlPOEQBeVjooQoXHVyjjRbjJHebjAWb8T2/TSJPVEF1n8hDg6gmjEdUxQBXPB1GQ90aNR6XgwziXH1ZMdT5a5df5Vgn32SGym3Ro8odJ+uQjbK+jTsqVZ1bMqvIaceDgN869qnuUKuqtaXaKRV1eqnbuNhkpQRXClmc4wglnBAFs6ITeUGFNaG4mHihcacCimRUNM42qPR0vd4oI4Zdnlne1cYNaypNjax6oTKnFMOO7DS2GO39o/eSvHKFXbjytqr3iqBrmYMlU7bp2NdKZ6QcTqjEuDw2a7/XM/p2GR2Lj2ITciY57W32mCFOy39L3Twl91HzUjX9d8qNKhY55S5ZV7ybf2Gphc8AeNptlGWUHEUYRfduQoK7u7tsV9XX3YNDILi7uwQJGhyCu7u7uwV3d3d3d/dwwt79x/zYd+Zs163Zt+9OV3fXf6+RI7pS1/+8GDDqR1c33fSjP6MxgIGMzhiMyViMzTiMy3iMzwRMyERMzCRMymRMzhRMyVRMzTRMy3RMzwzMyEzMzCzMymzMzhzMyVzMzTzMy3z0UJHIFIKahpYO87MAC7IQC7MIi7IYizOIJViSwSzF0izDsizH8qzAiqzEyqzCqqzG6qzBmqzF2qzDuqzH+mzAhmzExmzCpmzG5mzBlmzF1gxhG7ZlO7ZnKDuwIzuxM7uwK8PYjd3Zgz3Zi73Zh33Zj+HszwEcyEEczCEcymEczhEcyVEczTEcy3EczwmcyEmczCmcymmczhmcyVmczTmcy3mczwVcyEVczCVcymVczhVcyVVczTVcy3Vczw3cyE3czAhu4VZu43bu4E7u4m7u4V7u434e4EEe4mEe4VEe43Ge4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4E/+4m/+YWT3qH9/d3e/7v4Dhw0dkmLwoFE5uOrpMSszmdksZpi12Zit2enNSl4lr5JXyavkVHIqOZWcSk6Sk+QkOUlOkpPkJDlJTpKT5WTPZ89n/64sJ8vJns+eL54vfo4ip8gpni/eXzwf/j68J3wuvCd8Pvqe977a+2rvq+XUcmo5tZxaTi2nltN4vvHzNnIaOY2cRk4jp5HTyGn9PK28Vl4rr5XX9vKSe0ruKbmj5I5ST99ztdmYrdl7b3JHyR0ld5TcUarkuafknpJ7Su4puafknpJ7Su4puaeU5Lmr5K6Su0ruKrmr5K5Slue+kvtK7iu5r+S+UpbnzpI7S+4sua9sf7mn7302ixlmbTZma/Zysz1me8z2mO0x22O2x2yP2R6zPWZ7zPaY7THbY7bHbI/ZHrM9ZnvM9pjtMdtjtsdsj9kesz1me8z2mO0x22O2x2yPWV9zX5/6mos8vc1Fnv5m/c2ll1d8X/reR49ZmcnMZjHDrM3GlKPnpfa8nhc9L3pe9LzoedHzouelkaPvRd+Lvhd9L/pe9L3oe9H3ou9F34u+F30v+l70veh7aeW18lp5rbyOvI68jryOvI68jryOvI68jrxOLy/8fgn9CP0I/Qj9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQh9CH0IfQh9CH0IfQg9CD0IPQg9CPcf7j9K8y+BQLz/AAABVuGyrgAA) format('woff'),url(//sflchronicle.com/wp-includes/fonts/dashicons.ttf) format("truetype"),url(//sflchronicle.com/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=text],.contact-form input[type=url]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
@font-face{font-family:Noticons;src:url(https://wordpress.com/i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1;line-height:1em}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#545454!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(//sflchronicle.com/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.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}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.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}