/*!
Theme Name: Extra
Theme URI: http://www.elegantthemes.com/gallery/extra/
Version: 4.27.5
Description: Extra
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
pre {
    overflow: auto;
    font-family: monospace;
    padding: 10px;
}
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;
    line-height: 1.7em;
}
ol,
ul {
    padding: 0.7em 0 0.3em 1.143em;
}
ol {
    list-style-type: decimal;
    list-style-position: outside;
}
ol li,
ul li {
    margin-bottom: 0.7em;
}
ol li ul,
ul li ul {
    list-style-type: square;
    padding: 0.7em 0 0.3em 2.143em;
}
ol li ol,
ul li ol {
    list-style-type: lower-roman;
    padding: 0.7em 0 0.3em 2.143em;
}
embed,
iframe,
object,
video {
    max-width: 100%;
}
#footer-bottom .container:after,
#footer-bottom .container:before,
.clear,
.clear:after,
.clear:before,
.clearfix:after,
.et_extra_other_module .posts-list article:after,
.et_extra_other_module .posts-list article:before,
.et_pb_extra_module .posts-list article:after,
.et_pb_extra_module .posts-list article:before,
.page .post-wrap .post-content:after,
.single .post-wrap .post-content:after,
.sitemap-box:after,
.sitemap-box:before,
.sitemap-content:after,
.sitemap-content:before,
.tabbed-post-module .tab-content:after,
.tabbed-post-module .tab-content:before {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
img {
    height: auto;
    max-width: 100%;
}
.aligncenter,
div.post .new-post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px;
}
.wp-caption.alignleft {
    margin: 0 10px 10px 0;
}
.wp-caption .alignright {
    margin: 0 0 10px 10px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    padding: 0 4px 5px;
    margin: 0;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
#trackbacks ol.pinglist {
    padding-left: 1.5em;
}
.input,
.textarea,
input,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
    outline: none;
    background: rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
/*!
.input:focus,
.textarea:focus,
input:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-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,
input:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-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,
input::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-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,
input::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
*/
.input::-webkit-search-cancel-button,
.input::-webkit-search-decoration,
.input::-webkit-search-results-button,
.input::-webkit-search-results-decoration,
.textarea::-webkit-search-cancel-button,
.textarea::-webkit-search-decoration,
.textarea::-webkit-search-results-button,
.textarea::-webkit-search-results-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type="email"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration,
select::-webkit-search-cancel-button,
select::-webkit-search-decoration,
select::-webkit-search-results-button,
select::-webkit-search-results-decoration,
textarea::-webkit-search-cancel-button,
textarea::-webkit-search-decoration,
textarea::-webkit-search-results-button,
textarea::-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: 0;
    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: auto;
    right: 0;
}
/*!
#et-info .et-cart,
.button,
.comment-body .comment_area .comment-content .reply-container .comment-reply-link,
.et_pb_widget.widget_tag_cloud a,
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a,
.et_pb_widget.woocommerce.widget_layered_nav ul li a,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .read-more-button,
.et_pb_widget.woocommerce.widget_product_tag_cloud a,
.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 .post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button,
.post-nav .nav-links .button,
.read-more-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-page .button,
.woocommerce-page .cart input.button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.read-more-button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce-page .read-more-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce-page a.btn.alt,
.woocommerce-page a.button,
.woocommerce-page a.checkout-button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce-page a.read-more-button,
.woocommerce-page div.product #respond .form-submit input#submit,
.woocommerce-page div.product form.cart .button,
.woocommerce-page div.product form.cart .button.disabled,
.woocommerce-page div.product form.cart .button.disabled:hover,
.woocommerce-page div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button.disabled,
.woocommerce-page div.product form.cart .post-nav .nav-links .button.disabled:hover,
.woocommerce-page div.product form.cart .read-more-button,
.woocommerce-page div.product form.cart .read-more-button.disabled,
.woocommerce-page div.product form.cart .read-more-button.disabled:hover,
.woocommerce-page input.button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce-page input.read-more-button,
.woocommerce-page input[type="submit"],
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce .button,
.woocommerce .cart input.button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce .cart input.read-more-button,
.woocommerce .post-nav .nav-links .button,
.woocommerce .read-more-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce a.btn.alt,
.woocommerce a.button,
.woocommerce a.checkout-button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce a.read-more-button,
.woocommerce div.product #respond .form-submit input#submit,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button.disabled:hover,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce div.product form.cart .post-nav .nav-links .button.disabled,
.woocommerce div.product form.cart .post-nav .nav-links .button.disabled:hover,
.woocommerce div.product form.cart .read-more-button,
.woocommerce div.product form.cart .read-more-button.disabled,
.woocommerce div.product form.cart .read-more-button.disabled:hover,
.woocommerce input.button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce input.read-more-button,
.woocommerce input[type="submit"],
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
button:not(.et_pb_menu__icon),
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-shadow: none;
    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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-color: #fff;
}
*/
#et-info .et-cart:hover,
.button:hover,
.comment-body .comment_area .comment-content .reply-container .comment-reply-link:hover,
.et_pb_widget.widget_tag_cloud a:hover,
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a:hover,
.et_pb_widget.woocommerce.widget_layered_nav ul li a:hover,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.et_pb_widget.woocommerce.widget_price_filter
    .price_slider_wrapper
    .price_slider_amount
    .post-nav
    .nav-links
    .button:hover,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .read-more-button:hover,
.et_pb_widget.woocommerce.widget_product_tag_cloud a:hover,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover,
.et_pb_widget.woocommerce.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .post-nav
    .nav-links
    .button:hover,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:hover,
.post-nav .nav-links .button:hover,
.read-more-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page .cart input.post-nav .nav-links .button:hover,
.woocommerce-page .cart input.read-more-button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce-page a.btn.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.checkout-button:hover,
.woocommerce-page a.post-nav .nav-links .button:hover,
.woocommerce-page a.read-more-button:hover,
.woocommerce-page div.product #respond .form-submit input#submit:hover,
.woocommerce-page div.product form.cart .button.disabled:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .post-nav .nav-links .button.disabled:hover,
.woocommerce-page div.product form.cart .post-nav .nav-links .button:hover,
.woocommerce-page div.product form.cart .read-more-button.disabled:hover,
.woocommerce-page div.product form.cart .read-more-button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page input:hover[type="submit"],
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce .cart input.post-nav .nav-links .button:hover,
.woocommerce .cart input.read-more-button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce .woocommerce-message .read-more-button:hover,
.woocommerce a.btn.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce a.post-nav .nav-links .button:hover,
.woocommerce a.read-more-button:hover,
.woocommerce div.product #respond .form-submit input#submit:hover,
.woocommerce div.product form.cart .button.disabled:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .post-nav .nav-links .button.disabled:hover,
.woocommerce div.product form.cart .post-nav .nav-links .button:hover,
.woocommerce div.product form.cart .read-more-button.disabled:hover,
.woocommerce div.product form.cart .read-more-button:hover,
.woocommerce input.button:hover,
.woocommerce input:hover[type="submit"],
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
button:hover:not(.et_pb_menu__icon),
button:hover[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: none;
}
#et-info .et-cart:visited,
.button:visited,
.comment-body .comment_area .comment-content .reply-container .comment-reply-link:visited,
.et_pb_widget.widget_tag_cloud a:visited,
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a:visited,
.et_pb_widget.woocommerce.widget_layered_nav ul li a:visited,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:visited,
.et_pb_widget.woocommerce.widget_price_filter
    .price_slider_wrapper
    .price_slider_amount
    .post-nav
    .nav-links
    .button:visited,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .read-more-button:visited,
.et_pb_widget.woocommerce.widget_product_tag_cloud a:visited,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:visited,
.et_pb_widget.woocommerce.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .post-nav
    .nav-links
    .button:visited,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:visited,
.post-nav .nav-links .button:visited,
.read-more-button,
.read-more-button:visited,
.woocommerce #payment #place_order:visited,
.woocommerce-page #payment #place_order:visited,
.woocommerce-page .cart input.post-nav .nav-links .button:visited,
.woocommerce-page .cart input.read-more-button:visited,
.woocommerce-page .woocommerce-message .button:visited,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:visited,
.woocommerce-page .woocommerce-message .read-more-button:visited,
.woocommerce-page a.btn.alt:visited,
.woocommerce-page a.button:visited,
.woocommerce-page a.checkout-button:visited,
.woocommerce-page a.post-nav .nav-links .button:visited,
.woocommerce-page a.read-more-button:visited,
.woocommerce-page div.product #respond .form-submit input#submit:visited,
.woocommerce-page div.product form.cart .button.disabled:visited:hover,
.woocommerce-page div.product form.cart .button:visited,
.woocommerce-page div.product form.cart .post-nav .nav-links .button.disabled:visited:hover,
.woocommerce-page div.product form.cart .post-nav .nav-links .button:visited,
.woocommerce-page div.product form.cart .read-more-button.disabled:visited:hover,
.woocommerce-page div.product form.cart .read-more-button:visited,
.woocommerce-page input.button:visited,
.woocommerce-page input:visited[type="submit"],
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers:visited,
.woocommerce .cart input.post-nav .nav-links .button:visited,
.woocommerce .cart input.read-more-button:visited,
.woocommerce .woocommerce-message .button:visited,
.woocommerce .woocommerce-message .post-nav .nav-links .button:visited,
.woocommerce .woocommerce-message .read-more-button:visited,
.woocommerce a.btn.alt:visited,
.woocommerce a.button:visited,
.woocommerce a.checkout-button:visited,
.woocommerce a.post-nav .nav-links .button:visited,
.woocommerce a.read-more-button:visited,
.woocommerce div.product #respond .form-submit input#submit:visited,
.woocommerce div.product form.cart .button.disabled:visited:hover,
.woocommerce div.product form.cart .button:visited,
.woocommerce div.product form.cart .post-nav .nav-links .button.disabled:visited:hover,
.woocommerce div.product form.cart .post-nav .nav-links .button:visited,
.woocommerce div.product form.cart .read-more-button.disabled:visited:hover,
.woocommerce div.product form.cart .read-more-button:visited,
.woocommerce input.button:visited,
.woocommerce input:visited[type="submit"],
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:visited,
button:visited:not(.et_pb_menu__icon),
button:visited[type="submit"],
input:visited[type="button"],
input:visited[type="reset"],
input:visited[type="submit"] {
    color: rgba(0, 0, 0, 0.6);
}
.read-more-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 12px;
    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: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    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: 700;
}
table td,
table th,
table tr {
    text-align: left;
    max-width: 100%;
    padding: 0.857em;
}
.rtl table td,
.rtl table th,
.rtl table tr {
    text-align: right;
}
table td {
    border-top: 1px solid #e5e5e5;
}
.bypostauthor,
.gallery-caption,
.sticky {
    display: block;
}
.wp-block-pullquote {
    margin: 1.6em 0;
}
.wp-block-pullquote.has-background blockquote {
    border-left: none;
}
.wp-block-group.has-background {
    padding: 1.5em 1.5em 0.5em;
}
.etad {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    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-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 20px auto 0;
}
.left-right.header .etad {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.etad.header_below {
    margin-top: 40px;
    overflow: hidden;
}
#back_to_top,
#et-info .et-cart:before,
#et-info .et-top-search .et-search-submit:before,
#timeline-sticky-header:after,
.archive-pagination .pagination li a.next::before,
.archive-pagination .pagination li a.prev::before,
.archive-pagination > .page-numbers li a.next::before,
.archive-pagination > .page-numbers li a.prev::before,
.audio-format .mejs-container .mejs-controls .mejs-button button:after,
.audio-format .mejs-container .mejs-controls .mejs-button button:before,
.audio-format .mejs-container .mejs-controls .mejs-volume-button button:before,
.comment-bubble:before,
.et-extra-icon:before,
.et-top-search-primary-menu-item .et-top-search .et-search-submit:before,
.et-top-search-primary-menu-item .search-icon:before,
.et_pb_extra_overlay:before,
.et_pb_widget.widget_et_recent_tweets .et-extra-icon:before,
.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
    .post-nav
    .nav-links
    .button:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:after,
.extra_icon_font,
.link-format .attribution:before,
.paginated .pagination li a.next::before,
.paginated .pagination li a.prev::before,
.paginated > .page-numbers li a.next::before,
.paginated > .page-numbers li a.prev::before,
.post-nav .nav-links .button:before,
.project-details .project-categories ul li:before,
.project-details .project-tags li:before,
.project-details .project-tags ul li:before,
.project-details .project-url ul li:before,
.quote-format .attribution:before,
.rating-star:before,
.read-more-button:after,
.single-project .post-nav .nav-links .nav-link .button:before,
.tabbed-post-module .tab-nav .arrow:before,
.timeline-module .module-head:after,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.woocommerce .woocommerce-message:before,
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
header.header li.menu-item-has-children > a:after {
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: ET-Extra !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit !important;
}
.et-extra-icon {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.et-extra-icon-facebook:before {
    content: "\e61a";
}
.et-extra-icon-facebook.et-extra-icon-background,
.et-extra-icon-facebook.et-extra-icon-background-hover:hover {
    background: #39579a !important;
}
.et-extra-icon-facebook.et-extra-icon-color,
.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,
.et-extra-icon-twitter.et-extra-icon-background-hover:hover {
    background: #01aced !important;
}
.et-extra-icon-twitter.et-extra-icon-color,
.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,
.et-extra-icon-pinterest.et-extra-icon-background-hover:hover {
    background: #cb2027 !important;
}
.et-extra-icon-pinterest.et-extra-icon-color,
.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,
.et-extra-icon-googleplus.et-extra-icon-background-hover:hover {
    background: #cb1f26 !important;
}
.et-extra-icon-googleplus.et-extra-icon-color,
.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,
.et-extra-icon-tumblr.et-extra-icon-background-hover:hover {
    background: #314f6e !important;
}
.et-extra-icon-tumblr.et-extra-icon-color,
.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,
.et-extra-icon-stumbleupon.et-extra-icon-background-hover:hover {
    background: #ea4b24 !important;
}
.et-extra-icon-stumbleupon.et-extra-icon-color,
.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,
.et-extra-icon-wordpress.et-extra-icon-background-hover:hover {
    background: #267697 !important;
}
.et-extra-icon-wordpress.et-extra-icon-color,
.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,
.et-extra-icon-instagram.et-extra-icon-background-hover:hover {
    background: #517fa4 !important;
}
.et-extra-icon-instagram.et-extra-icon-color,
.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,
.et-extra-icon-dribbble.et-extra-icon-background-hover:hover {
    background: #ec488c !important;
}
.et-extra-icon-dribbble.et-extra-icon-color,
.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,
.et-extra-icon-vimeo.et-extra-icon-background-hover:hover {
    background: #45bbfc !important;
}
.et-extra-icon-vimeo.et-extra-icon-color,
.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,
.et-extra-icon-linkedin.et-extra-icon-background-hover:hover {
    background: #127bb6 !important;
}
.et-extra-icon-linkedin.et-extra-icon-color,
.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,
.et-extra-icon-rss.et-extra-icon-background-hover:hover {
    background: #f59038 !important;
}
.et-extra-icon-rss.et-extra-icon-color,
.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,
.et-extra-icon-deviantart.et-extra-icon-background-hover:hover {
    background: #566c68 !important;
}
.et-extra-icon-deviantart.et-extra-icon-color,
.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,
.et-extra-icon-myspace.et-extra-icon-background-hover:hover {
    background: #3a5998 !important;
}
.et-extra-icon-myspace.et-extra-icon-color,
.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,
.et-extra-icon-skype.et-extra-icon-background-hover:hover {
    background: #1ba5f4 !important;
}
.et-extra-icon-skype.et-extra-icon-color,
.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,
.et-extra-icon-youtube.et-extra-icon-background-hover:hover {
    background: #a8240f !important;
}
.et-extra-icon-youtube.et-extra-icon-color,
.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,
.et-extra-icon-picassa.et-extra-icon-background-hover:hover {
    background: #9864ae !important;
}
.et-extra-icon-picassa.et-extra-icon-color,
.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,
.et-extra-icon-flickr.et-extra-icon-background-hover:hover {
    background: #fc1684 !important;
}
.et-extra-icon-flickr.et-extra-icon-color,
.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,
.et-extra-icon-blogger.et-extra-icon-background-hover:hover {
    background: #f59038 !important;
}
.et-extra-icon-blogger.et-extra-icon-color,
.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,
.et-extra-icon-spotify.et-extra-icon-background-hover:hover {
    background: #aecf29 !important;
}
.et-extra-icon-spotify.et-extra-icon-color,
.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,
.et-extra-icon-delicious.et-extra-icon-background-hover:hover {
    background: #3398fc !important;
}
.et-extra-icon-delicious.et-extra-icon-color,
.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,
.et-extra-icon-buffer.et-extra-icon-background-hover:hover {
    background: #000 !important;
}
.et-extra-icon-buffer.et-extra-icon-color,
.et-extra-icon-buffer.et-extra-icon-color-hover:hover {
    color: #000;
}
.et-extra-icon-basic_email:before {
    content: "\e615";
}
.et-extra-icon-basic_email.et-extra-icon-background,
.et-extra-icon-basic_email.et-extra-icon-background-hover:hover {
    background: #000 !important;
}
.et-extra-icon-basic_email.et-extra-icon-color,
.et-extra-icon-basic_email.et-extra-icon-color-hover:hover {
    color: #000;
}
.et-extra-icon-basic_print:before {
    content: "\e619";
}
.et-extra-icon-basic_print.et-extra-icon-background,
.et-extra-icon-basic_print.et-extra-icon-background-hover:hover {
    background: #000 !important;
}
.et-extra-icon-basic_print.et-extra-icon-color,
.et-extra-icon-basic_print.et-extra-icon-color-hover:hover {
    color: #000;
}
.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;
    -webkit-transition: 0.3s ease;
    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;
    -webkit-transition: 0.3s ease;
    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%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.boxed_layout,
.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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
.with_sidebar_left #content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#content-area > h1 {
    width: 100%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_container,
.et_pb_extra_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_section,
.et_pb_extra_section {
    padding: 0;
    background: transparent;
}
.ie.et_extra_layout .et_pb_extra_column_main .et_pb_section,
.ie.et_pb_extra_section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_row,
.et_pb_extra_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 100%;
    margin: 0 -12px;
    padding: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column,
.et_pb_extra_column {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
.et_pb_extra_column_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: hidden;
}
.ie .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
.ie .et_pb_extra_column_main {
    float: left;
}
.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
.with_sidebar .et_pb_extra_column_main {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 0 12px 0 0;
}
.with_sidebar_left .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
.with_sidebar_left .et_pb_extra_column_main {
    padding: 0 0 0 12px;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
.et_pb_extra_column_sidebar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 0 0 12px;
}
.ie .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
.ie .et_pb_extra_column_sidebar {
    float: left;
}
.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
.with_sidebar .et_pb_extra_column_sidebar {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ie .with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
.ie .with_sidebar .et_pb_extra_column_sidebar {
    display: block;
}
.with_sidebar_left .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
.with_sidebar_left .et_pb_extra_column_sidebar {
    padding: 0 12px 0 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4,
.et_pb_extra_column_4_4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4,
.et_pb_extra_column_3_4 {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3,
.et_pb_extra_column_2_3 {
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2,
.et_pb_extra_column_1_2 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_8,
.et_pb_extra_column_3_8 {
    width: 37.5%;
    max-width: 37.5%;
    min-width: 37.5%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3,
.et_pb_extra_column_1_3 {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4,
.et_pb_extra_column_1_4 {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5,
.et_pb_extra_column_1_5 {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6,
.et_pb_extra_column_1_6 {
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5,
.et_pb_extra_column_2_5 {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5,
.et_pb_extra_column_3_5 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_module,
.et_pb_extra_module {
    max-width: 100%;
}
.ie.et_extra_layout .et_pb_extra_column_main .et_pb_module,
.ie.et_pb_extra_module {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_image_sticky {
    display: inline;
}
.et_section_specialty .et_pb_extra_column_1_2 .et_pb_row_inner .et_pb_extra_column_1_4,
.et_section_specialty .et_pb_extra_column_2_3 .et_pb_row_inner .et_pb_extra_column_1_3,
.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%;
    -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.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}
.et_pb_extra_column_main {
    overflow: visible;
    width: 100%;
    padding: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_row.et_pb_gutters1 .et_pb_column,
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_main .et_pb_column {
    padding: 0 4px !important;
}
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_main .et_pb_extra_row,
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_main .et_pb_row {
    margin-left: -4px !important;
}
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_main .et_pb_extra_column_sidebar .et_pb_widget,
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_main .et_pb_extra_module {
    margin-bottom: 8px;
}
@media (min-width: 981px) {
    .gecko.et_extra_layout.et_pb_gutters1 .et_pb_column .et_pb_extra_column_main .et_pb_module {
        margin-bottom: 8px;
    }
}
.et_extra_layout.et_pb_gutters1 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 4px 0 0;
}
.et_extra_layout.et_pb_gutters1 .width_sidebar .et_pb_extra_column_main .et_pb_extra_column_sidebar,
.with_sidebar_left.et_extra_layout.et_pb_gutters1 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 0 0 4px;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_row.et_pb_gutters2 .et_pb_column,
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_main .et_pb_column {
    padding: 0 8px !important;
}
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_main .et_pb_extra_row,
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_main .et_pb_row {
    margin-left: -8px !important;
}
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_main .et_pb_extra_column_sidebar .et_pb_widget,
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_main .et_pb_extra_module {
    margin-bottom: 16px;
}
@media (min-width: 981px) {
    .gecko.et_extra_layout.et_pb_gutters2 .et_pb_column .et_pb_extra_column_main .et_pb_module {
        margin-bottom: 16px;
    }
}
.et_extra_layout.et_pb_gutters2 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 8px 0 0;
}
.et_extra_layout.et_pb_gutters2 .width_sidebar .et_pb_extra_column_main .et_pb_extra_column_sidebar,
.with_sidebar_left.et_extra_layout.et_pb_gutters2 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 0 0 8px;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_row.et_pb_gutters3 .et_pb_column,
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_main .et_pb_column {
    padding: 0 12px !important;
}
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_main .et_pb_extra_row,
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_main .et_pb_row {
    margin-left: -12px !important;
}
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_main .et_pb_extra_column_sidebar .et_pb_widget,
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_main .et_pb_extra_module {
    margin-bottom: 24px;
}
@media (min-width: 981px) {
    .gecko.et_extra_layout.et_pb_gutters3 .et_pb_column .et_pb_extra_column_main .et_pb_module {
        margin-bottom: 24px;
    }
}
.et_extra_layout.et_pb_gutters3 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 12px 0 0;
}
.et_extra_layout.et_pb_gutters3 .width_sidebar .et_pb_extra_column_main .et_pb_extra_column_sidebar,
.with_sidebar_left.et_extra_layout.et_pb_gutters3 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 0 0 12px;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_row.et_pb_gutters4 .et_pb_column,
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_main .et_pb_column {
    padding: 0 16px !important;
}
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_main .et_pb_extra_row,
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_main .et_pb_row {
    margin-left: -16px !important;
}
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_main .et_pb_extra_column_sidebar .et_pb_widget,
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_main .et_pb_extra_module {
    margin-bottom: 32px;
}
@media (min-width: 981px) {
    .gecko.et_extra_layout.et_pb_gutters4 .et_pb_column .et_pb_extra_column_main .et_pb_module {
        margin-bottom: 32px;
    }
}
.et_extra_layout.et_pb_gutters4 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 16px 0 0;
}
.et_extra_layout.et_pb_gutters4 .width_sidebar .et_pb_extra_column_main .et_pb_extra_column_sidebar,
.with_sidebar_left.et_extra_layout.et_pb_gutters4 .with_sidebar .et_pb_extra_column_main .et_pb_extra_column_main {
    padding: 0 0 0 16px;
}
.page .et_pb_row,
.single .et_pb_row {
    width: 90%;
}
.et_extra_layout .et_pb_extra_column_main .et_section_specialty .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
.et_extra_layout .et_pb_extra_column_main .et_section_specialty .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
.et_extra_layout .et_pb_extra_column_main .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%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.et_extra_layout .et_pb_extra_column_main .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4 {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}
.et_extra_layout .et_pb_extra_column_main.et_extra .et_pb_row_inner,
.et_extra_layout .et_pb_extra_column_main.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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
header.header li {
    position: relative;
    display: inline-block;
    margin: 0;
}
header.header li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    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;
    -webkit-transition: 0s;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.1s ease;
    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 #et-navigation a,
header.header #top-header a {
    -webkit-transition: 0.5s;
    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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -10px;
}
#et-info,
#et-info .et-extra-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#et-info .et-extra-social-icons {
    padding: 0;
}
#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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 7px 10px;
    color: #fff;
    font-weight: 600;
    -webkit-appearance: none;
}
#et-info .et-top-search .et-search-field:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
#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: #fff;
    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: #fff;
}
#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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}
#et-secondary-menu a:hover {
    color: #fff;
}
#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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}
#et-secondary-menu > li > a:hover:before {
    color: #fff;
    text-shadow:
        10px 0 #fff,
        -10px 0 #fff;
}
.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_scaleInCenter #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_scaleInRight #top-header .menu-item-has-children:hover > ul {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.et_secondary_nav_dropdown_animation_scaleInCenter #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_scaleInRight #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: rotateX(0deg);
    transform: rotateX(0deg);
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children > ul {
    -webkit-transform: rotateX(90deg) perspective(800px);
    transform: rotateX(90deg) perspective(800px);
}
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children:hover > ul {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children > ul {
    -webkit-transform: rotateY(90deg) perspective(800px);
    transform: rotateY(90deg) perspective(800px);
}
.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(800px);
    transform: rotateX(180deg) perspective(800px);
    -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(800px);
    transform: rotateY(180deg) perspective(800px);
    -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%;
    -webkit-box-sizing: border-box;
    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-box-align: 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;
    -webkit-box-sizing: border-box;
    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: #fff;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#et-trending-button span:nth-child(2) {
    margin: 4px 0;
}
#et-trending-label {
    margin: 0 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}
#et-trending-container,
#et-trending-label {
    display: inline-block;
}
.et-trending #et-trending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#main-header {
    background: #3e5062;
    margin: 0;
}
#main-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.has_headerad #main-header .container {
    -webkit-box-align: 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-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    height: 64px;
    margin: 30px 0;
    -webkit-transition:
        height 0.5s,
        margin 0.5s;
    transition:
        height 0.5s,
        margin 0.5s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.centered .logo {
    width: 100%;
    margin: 30px 0 35px;
}
#logo {
    display: block;
    width: auto;
    height: 100%;
}
.centered #logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
}
.left-right #logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#et-navigation {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#et-navigation,
#et-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#et-navigation > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: #fff;
}
#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: #fff;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    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: #fff;
}
#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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px 20px;
}
#et-navigation .mega-menu > ul > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    padding: 0 20px;
}
#et-navigation .mega-menu > ul > li > a {
    color: #fff;
}
#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;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#et-navigation .mega-menu-featured > ul > li {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    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: #fff;
    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: #fff;
    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: #fff;
    font-size: inherit;
    font-weight: 400;
}
#et-navigation .mega-menu-featured .featured-post .post-meta .rating-star:before {
    color: #fff;
}
#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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: #fff;
    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-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
}
.has_headerad #et-navigation {
    width: 100%;
}
.left-right #et-navigation {
    -webkit-box-ordinal-group: 4;
    -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: #fff;
}
#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 > a:hover:after,
#et-menu > li.menu-item-has-children > a:hover:after,
#et-menu li.mega-menu-featured > ul li .featured-post .post-meta a:hover {
    color: #fff;
}
#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: #fff;
}
.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: #fff;
    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: #fff;
    font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::placeholder {
    color: #fff;
    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,
.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,
.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_scaleInCenter #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_scaleInRight #main-header #et-menu .menu-item-has-children:hover > ul {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.et_primary_nav_dropdown_animation_scaleInCenter #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_scaleInRight #main-header #et-menu .menu-item-has-children > ul {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.et_primary_nav_dropdown_animation_scaleInCenter
    #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_scaleInRight
    #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_flipInX #main-header #et-menu .menu-item-has-children.mega-menu > ul ul,
.et_primary_nav_dropdown_animation_flipInY #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: rotateY(90deg);
    transform: rotateY(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: rotateX(0deg);
    transform: rotateX(0deg);
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children > ul {
    -webkit-transform: rotateX(90deg) perspective(800px);
    transform: rotateX(90deg) perspective(800px);
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children:hover > ul {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children > ul {
    -webkit-transform: rotateY(90deg) perspective(800px);
    transform: rotateY(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(800px);
    transform: rotateX(180deg) perspective(800px);
    -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(800px);
    transform: rotateY(180deg) perspective(800px);
    -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: #fff;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: 0.3s ease;
    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,
.page article.comment-body,
.single article.comment-body {
    position: relative;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 110px 0 100px;
    margin: 0 0 48px;
    min-height: 87px;
}
.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-edit-link,
.comment_postinfo .comment_date {
    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 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%;
    -webkit-box-sizing: border-box;
    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:after,
#respond:before {
    content: "";
    display: table;
    clear: both;
}
.archive-pagination .loader,
.paginated .loader {
    display: none;
    margin: 7px auto;
    height: 16px;
    width: 16px;
}
.archive-pagination .pagination,
.archive-pagination > .page-numbers,
.paginated .pagination,
.paginated > .page-numbers {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    text-align: right;
}
.archive-pagination .pagination li,
.archive-pagination > .page-numbers li,
.paginated .pagination li,
.paginated > .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);
}
.archive-pagination .pagination li.active,
.archive-pagination > .page-numbers li.active,
.paginated .pagination li.active,
.paginated > .page-numbers li.active {
    background: #00a8ff;
}
.archive-pagination .pagination li.active a,
.archive-pagination > .page-numbers li.active a,
.paginated .pagination li.active a,
.paginated > .page-numbers li.active a {
    color: #fff;
}
.archive-pagination .pagination li.next,
.archive-pagination > .page-numbers li.next,
.paginated .pagination li.next,
.paginated > .page-numbers li.next {
    margin-right: 0;
}
.archive-pagination .pagination li.ellipsis,
.archive-pagination > .page-numbers li.ellipsis,
.paginated .pagination li.ellipsis,
.paginated > .page-numbers li.ellipsis {
    display: none;
}
.archive-pagination .pagination li.ellipsis a,
.archive-pagination > .page-numbers li.ellipsis a,
.paginated .pagination li.ellipsis a,
.paginated > .page-numbers li.ellipsis a {
    cursor: default;
}
.archive-pagination .pagination li > .page-numbers.current,
.archive-pagination .pagination li > .page-numbers.dots,
.archive-pagination > .page-numbers li > .page-numbers.current,
.archive-pagination > .page-numbers li > .page-numbers.dots,
.paginated .pagination li > .page-numbers.current,
.paginated .pagination li > .page-numbers.dots,
.paginated > .page-numbers li > .page-numbers.current,
.paginated > .page-numbers li > .page-numbers.dots {
    display: block;
    text-align: center;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
.archive-pagination .pagination li > .page-numbers.current,
.archive-pagination > .page-numbers li > .page-numbers.current,
.paginated .pagination li > .page-numbers.current,
.paginated > .page-numbers li > .page-numbers.current {
    background: #00a8ff;
    color: #fff;
    border-radius: 3px;
}
.archive-pagination .pagination li .pagination-page,
.archive-pagination > .page-numbers li .pagination-page,
.paginated .pagination li .pagination-page,
.paginated > .page-numbers li .pagination-page {
    font-weight: 600;
}
.archive-pagination .pagination li a,
.archive-pagination > .page-numbers li a,
.paginated .pagination li a,
.paginated > .page-numbers li a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
.archive-pagination .pagination li a.prev::before,
.archive-pagination > .page-numbers li a.prev::before,
.paginated .pagination li a.prev::before,
.paginated > .page-numbers li a.prev::before {
    content: "\e62e";
    color: rgba(0, 0, 0, 0.6);
}
.archive-pagination .pagination li a.next::before,
.archive-pagination > .page-numbers li a.next::before,
.paginated .pagination li a.next::before,
.paginated > .page-numbers li a.next::before {
    content: "\e62f";
    color: rgba(0, 0, 0, 0.6);
}
.archive-pagination .pagination li .loader,
.archive-pagination > .page-numbers li .loader,
.paginated .pagination li .loader,
.paginated > .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: #fff;
    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: #fff;
}
#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 {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#footer-nav a:hover {
    color: #fff;
}
#main-footer .widget-title,
#main-footer h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
#main-footer .widget p {
    color: rgba(255, 255, 255, 0.6);
}
#main-footer .widget #recentcomments li a,
#main-footer .widget .widget-list a,
#main-footer .widget.woocommerce .product_list_widget li a,
#main-footer .widget a,
#main-footer .widget a:visited,
#main-footer .widget ul li a {
    color: #fff;
}
.et-slider,
.featured-posts-slider-module {
    position: relative;
    background: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-sizing: border-box;
    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: 50%;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 0;
    opacity: 0;
}
.et-slider .carousel-item.et-pb-active-slide,
.et-slider .carousel-item.et-pb-moved-slide,
.featured-posts-slider-module .carousel-item.et-pb-active-slide,
.featured-posts-slider-module .carousel-item.et-pb-moved-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-active-slide,
.et_pb_column_3_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    -webkit-animation-duration: 0.675s;
    animation-duration: 0.675s;
}
.et_pb_column_2_3 .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 .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 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.et_pb_column_1_2 .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 .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 {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.et_pb_column_3_5 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_3_5 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_3_5 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_3_5 .featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    -webkit-animation-duration: 0.79s;
    animation-duration: 0.79s;
}
.et_pb_column_1_3 .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 .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 {
    -webkit-animation-duration: 0.55s;
    animation-duration: 0.55s;
}
.et_pb_column_2_5 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_2_5 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_2_5 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_2_5 .featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    -webkit-animation-duration: 0.61s;
    animation-duration: 0.61s;
}
.et_pb_column_1_4 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    -webkit-animation-duration: 0.575s;
    animation-duration: 0.575s;
}
.et_pb_column_1_5 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_5 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_5 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_1_5 .featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    -webkit-animation-duration: 0.53s;
    animation-duration: 0.53s;
}
.et_pb_column_1_6 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_6 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_6 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
.et_pb_column_1_6 .featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.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;
}
.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,
.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;
}
.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;
}
.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,
.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;
}
.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;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    font-family: ETModules;
    text-align: center;
    -webkit-transition: 0.3s ease;
    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_extra_other_module,
.et_pb_extra_module,
.posts-blog-feed-module.masonry .hentry,
.project-details,
.woocommerce-page div.product .extra-woocommerce-details-accordion,
.woocommerce-page div.product div.summary,
.woocommerce-page ul.products li.product .product-wrapper,
.woocommerce div.product .extra-woocommerce-details-accordion,
.woocommerce div.product div.summary,
.woocommerce ul.products li.product .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: #fff;
    border-top: 6px solid #00a8ff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 24px;
    overflow: hidden;
}
.et_pb_no_drop_shadow.et_extra_other_module,
.et_pb_no_drop_shadow.et_pb_extra_module {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.et_extra_other_module:last-child,
.et_pb_extra_module:last-child {
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_extra_other_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_extra_other_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_extra_other_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module,
.et_pb_extra_column_2_3 .et_extra_other_module,
.et_pb_extra_column_2_3 .et_pb_extra_module,
.et_pb_extra_column_3_4 .et_extra_other_module,
.et_pb_extra_column_3_4 .et_pb_extra_module,
.et_pb_extra_column_4_4 .et_extra_other_module,
.et_pb_extra_column_4_4 .et_pb_extra_module {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: initial;
    flex-wrap: nowrap;
}
.et_extra_other_module .nopost,
.et_pb_extra_module .nopost {
    padding: 20px;
}
.et_extra_other_module .nopost h5,
.et_pb_extra_module .nopost h5 {
    padding: 0;
}
.et_extra_other_module .post-meta,
.et_pb_extra_module .post-meta {
    margin: 0 0 5px;
    padding: 0 0 0 60px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.et_extra_other_module .post-meta a,
.et_pb_extra_module .post-meta a {
    color: inherit;
    text-decoration: none;
}
.et_extra_other_module .post-meta .comment-bubble:before,
.et_extra_other_module .post-meta .rating-stars .rating-star:before,
.et_pb_extra_module .post-meta .comment-bubble:before,
.et_pb_extra_module .post-meta .rating-stars .rating-star:before {
    color: inherit;
}
.et_extra_other_module .main-post,
.et_pb_extra_module .main-post {
    width: 100%;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ie .et_extra_other_module .main-post,
.ie .et_pb_extra_module .main-post {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .main-post,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3
    .et_extra_other_module
    .main-post,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3
    .et_pb_extra_module
    .main-post,
.et_pb_extra_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_3_4 .et_extra_other_module .main-post,
.et_pb_extra_column_3_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_4_4 .et_extra_other_module .main-post,
.et_pb_extra_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_extra_column_main
    .et_pb_column_1_2
    .et_pb_row_inner
    .et_pb_column_4_4
    .et_extra_other_module
    .main-post,
.et_extra_layout
    .et_pb_extra_column_main
    .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_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post,
.et_pb_extra_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_3 .et_extra_other_module .main-post,
.et_pb_extra_column_1_3 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_4 .et_extra_other_module .main-post,
.et_pb_extra_column_1_4 .et_pb_extra_module .main-post {
    padding: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_1_2
    .et_pb_column_1_2
    .et_extra_other_module
    .main-post
    .post-content,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_1_2
    .et_pb_column_1_2
    .et_pb_extra_module
    .main-post
    .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post .post-content,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_2_3
    .et_pb_column_1_2
    .et_extra_other_module
    .main-post
    .post-content,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_2_3
    .et_pb_column_1_2
    .et_pb_extra_module
    .main-post
    .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post .post-content,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_3_4
    .et_pb_column_1_2
    .et_extra_other_module
    .main-post
    .post-content,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_3_4
    .et_pb_column_1_2
    .et_pb_extra_module
    .main-post
    .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_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_3 .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_4 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_4 .et_pb_extra_module .main-post .post-content {
    padding: 0 20px;
}
.et_extra_other_module .main-post article .header,
.et_pb_extra_module .main-post article .header {
    position: relative;
    margin: -1px 0 20px;
}
.et_extra_other_module .main-post article .header img,
.et_pb_extra_module .main-post article .header img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.et_extra_other_module .main-post article .header .map-format img,
.et_pb_extra_module .main-post article .header .map-format img {
    max-width: none;
}
.et_extra_other_module .main-post article .post-content h2,
.et_pb_extra_module .main-post article .post-content h2 {
    padding: 0;
    color: #00a8ff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.et_extra_other_module .main-post article .post-content .post-meta,
.et_pb_extra_module .main-post article .post-content .post-meta {
    padding: 0;
}
.et_extra_other_module .main-post article .post-content .excerpt,
.et_pb_extra_module .main-post article .post-content .excerpt {
    margin: 0 0 15px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.8em;
}
.et_extra_other_module .posts-list,
.et_pb_extra_module .posts-list {
    width: 100%;
    padding: 0;
    list-style: none;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .posts-list,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3
    .et_extra_other_module
    .posts-list,
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3
    .et_pb_extra_module
    .posts-list,
.et_pb_extra_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_3_4 .et_extra_other_module .posts-list,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list {
    width: 50%;
}
.et_extra_layout
    .et_pb_extra_column_main
    .et_pb_column_1_2
    .et_pb_row_inner
    .et_pb_column_4_4
    .et_extra_other_module
    .posts-list,
.et_extra_layout
    .et_pb_extra_column_main
    .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_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list {
    width: 100%;
}
.et_extra_other_module .posts-list li,
.et_pb_extra_module .posts-list li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.et_extra_other_module .posts-list li:first-child,
.et_pb_extra_module .posts-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.et_extra_other_module .posts-list li:last-child,
.et_extra_other_module .posts-list li:only-child,
.et_pb_extra_module .posts-list li:last-child,
.et_pb_extra_module .posts-list li:only-child {
    border-bottom: 0;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_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:first-child,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_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:first-child,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_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:first-child,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list li:only-child {
    border-top: 0;
}
.et_extra_other_module .posts-list article .post-thumbnail,
.et_pb_extra_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_extra_other_module .posts-list article .post-thumbnail img,
.et_pb_extra_module .posts-list article .post-thumbnail img {
    display: block;
    width: 100%;
}
.et_extra_other_module .posts-list article .post-content,
.et_pb_extra_module .posts-list article .post-content {
    width: auto;
    padding: 6px 0 5px;
    vertical-align: top;
}
.et_extra_other_module .posts-list article .post-meta,
.et_pb_extra_module .posts-list article .post-meta {
    margin-bottom: 0;
}
.et_extra_other_module .posts-list article h3,
.et_pb_extra_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: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .module-head,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .tabbed-post-module .tabs,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .module-head,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .tabbed-post-module .tabs,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .module-head,
.et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .tabbed-post-module .tabs,
.et_pb_extra_column_2_3 .module-head,
.et_pb_extra_column_2_3 .tabbed-post-module .tabs,
.et_pb_extra_column_3_4 .module-head,
.et_pb_extra_column_3_4 .tabbed-post-module .tabs,
.et_pb_extra_column_4_4 .module-head,
.et_pb_extra_column_4_4 .tabbed-post-module .tabs,
.tabbed-post-module .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .tabs,
.tabbed-post-module .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .tabs,
.tabbed-post-module .et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .tabs,
.tabbed-post-module .et_pb_extra_column_2_3 .tabs,
.tabbed-post-module .et_pb_extra_column_3_4 .tabs,
.tabbed-post-module .et_pb_extra_column_4_4 .tabs {
    width: 100%;
}
.et_extra_layout .et_pb_extra_column_main .et_pb_column .module-head h1,
.et_extra_layout .et_pb_extra_column_main .et_pb_column .tabbed-post-module .tabs h1,
.et_pb_extra_column .module-head h1,
.et_pb_extra_column .tabbed-post-module .tabs h1,
.tabbed-post-module .et_extra_layout .et_pb_extra_column_main .et_pb_column .tabs h1,
.tabbed-post-module .et_pb_extra_column .tabs 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,
.tabbed-post-module .tabs .module-filter {
    display: inline-block;
    color: #444651;
    font-weight: 300;
}
.contact-box,
.post-module,
.sitemap-box {
    -webkit-box-align: 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:after,
.audio-format .mejs-container .mejs-controls .mejs-button button:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 14px !important;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play {
    margin: 5px 0 0 20px;
    float: left;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:before,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:before {
    content: "\e629";
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:after,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:after {
    content: "\e627";
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:before,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:after {
    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: #fff;
    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%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    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: #fff;
    font-size: 20px;
    font-weight: 600;
}
.audio-titles .sub_title {
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.link-format {
    background: #00a8ff;
    padding: 30px 20px;
}
.link-format a {
    color: #fff;
}
.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,
.et_pb_column_2_5 .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,
.et_pb_column_2_5 .post-module .with_sidebar .map-format .post-format-map {
    max-height: 120px;
}
.quote-format {
    background: #00a8ff;
    padding: 30px 20px;
    color: #fff;
}
.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: 50%;
    cursor: pointer;
}
article .header .video-overlay-hover {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    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,
.et_pb_column_1_5 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
.et_pb_column_1_6 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
.et_pb_column_2_5 .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.et-fb-root-ancestor {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.et_pb_pagebuilder_layout.single .post-wrap .post-content {
    margin: 0;
    padding-top: 0 !important;
}
.single .et-doesnt-have-title_meta.et-doesnt-have-featured_image.et-doesnt-have-project-gallery .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-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,
.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-standard.et-doesnt-have-title_meta.et-doesnt-have-featured_image .post-content,
.single .et_post_format-et-post-format-video.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content {
    padding-top: 30px;
}
.single-post-module {
    border: 0;
}
.post-header {
    width: 100%;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.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;
}
.page .post-wrap,
.post-wrap {
    padding: 0 60px 60px;
}
.et_pb_pagebuilder_layout .page .post-wrap,
.et_pb_pagebuilder_layout .post-wrap,
.page .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: #fff;
    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 .rating-stars,
.post-footer .social-icons {
    display: inline-block;
    margin: 0 15px 10px;
}
.post-footer .rating-stars .share-title,
.post-footer .social-icons .share-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 .rating-stars a,
.post-footer .social-icons a {
    display: inline-block;
}
.post-footer .rating-stars .et-extra-icon,
.post-footer .social-icons .et-extra-icon {
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 3px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.post-footer {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.post-footer .rating-stars {
    margin: 0 0 15px;
}
.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 .rating-stars #rated-stars,
.post-footer .rating-stars #rating-stars {
    display: inline-block;
}
.post-footer .rating-stars .rating-star {
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    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 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.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 {
    float: left;
    clear: left;
}
.post-nav .nav-links .nav-link-prev .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 {
    float: right;
    clear: right;
}
.post-nav .nav-links .nav-link-next .button:before {
    content: "\e62f";
    -webkit-box-ordinal-group: 3;
    -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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
}
.review-summary-score-box h4 {
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}
.review-summary-content {
    width: 100%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    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:last-child,
.review-breakdowns .review-breakdown:only-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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
}
.author-box .author-box-avatar,
.related-posts .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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 20px;
}
.author-box-avatar {
    -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;
    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;
}
.related-posts,
.related-posts:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.related-posts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
}
.related-post {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.related-post .post-thumbnail,
.related-post:last-child {
    margin: 0;
}
.related-post .featured-image {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 0 20px;
    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 {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
}
.single-project .post-nav .nav-links .nav-link .button:before {
    position: relative;
    width: 100%;
    color: rgba(0, 0, 0, 0.75);
}
.single-project .post-nav .nav-links .nav-link-prev .button:before {
    content: "\e62e";
}
.single-project .post-nav .nav-links .nav-link-next .button:before {
    content: "\e62f";
}
.single-project-module {
    border: 0;
}
.single-project-module .post-gallery,
.single-project-module .post-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-module .post-gallery .carousel-items,
.single-project-module .post-gallery .gallery_image,
.single-project-module .post-thumbnail .carousel-items,
.single-project-module .post-thumbnail .gallery_image,
.with_sidebar.single-project-module .post-thumbnail .carousel-items {
    width: 100%;
    height: auto;
}
.single-project-module .post-gallery .gallery_image img,
.single-project-module .post-thumbnail .gallery_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.single-project-module .post-gallery .gallery_image .et_pb_extra_overlay,
.single-project-module .post-thumbnail .gallery_image .et_pb_extra_overlay {
    height: 100%;
}
.with_sidebar.single-project-module .post-gallery .gallery_image,
.with_sidebar.single-project-module .post-gallery .gallery_image img,
.with_sidebar.single-project-module .post-thumbnail .gallery_image,
.with_sidebar.single-project-module .post-thumbnail .gallery_image img {
    width: 100%;
    height: auto;
}
.with_sidebar.single-project-module .post-gallery .gallery_image .et_pb_extra_overlay,
.with_sidebar.single-project-module .post-thumbnail .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-categories,
.et_pb_extra_column_sidebar .project-details .project-description,
.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-categories,
.project-details .project-description,
.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 {
    -webkit-transition: 0.3s ease;
    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;
    -webkit-box-shadow: none;
    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;
}
.featured-posts-slider-module,
.featured-posts-slider-module:last-child {
    -webkit-box-flex: 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_1_2 .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_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_5 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}
.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,
.et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box {
    background: #fff;
    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_2_3 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_4_4 .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_1_3 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_5 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_6 .featured-posts-slider-module .post-content h3,
.et_pb_column_2_5 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_5 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3 {
    font-size: 14px;
}
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_5 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_6 .featured-posts-slider-module .post-content h3 {
    line-height: 1.2;
}
.et_pb_column_1_2 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_2_3 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_3_5 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_4_4 .featured-posts-slider-module .post-content h3 a,
.featured-posts-slider-module .post-content h3 a {
    color: #fff;
}
.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,
.et_pb_column_1_5 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_6 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_2_5 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_3_8 .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_1_2 .featured-posts-slider-module .post-meta,
.et_pb_column_2_3 .featured-posts-slider-module .post-meta,
.et_pb_column_3_4 .featured-posts-slider-module .post-meta,
.et_pb_column_3_5 .featured-posts-slider-module .post-meta,
.et_pb_column_4_4 .featured-posts-slider-module .post-meta {
    color: #ffffff;
    display: block;
}
.et_pb_column_1_2 .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,
.et_pb_column_1_5 .featured-posts-slider-module .post-meta,
.et_pb_column_1_6 .featured-posts-slider-module .post-meta,
.et_pb_column_2_5 .featured-posts-slider-module .post-meta,
.et_pb_column_3_5 .featured-posts-slider-module .post-meta,
.et_pb_column_3_8 .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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 4px;
}
.featured-posts-slider-module .et-pb-controllers a.et-pb-active-control {
    background: #fff;
    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.29412px;
}
.with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
    height: 476.47059px;
}
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item {
    height: 462.35294px;
}
.with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item {
    height: 343.23529px;
}
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item {
    height: 409.41176px;
}
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item,
.with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item {
    height: 303.52941px;
}
.with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item {
    height: 224.11765px;
}
.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.66038px;
}
.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.34906px;
}
.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.18868px;
}
.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.24528px;
}
.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.24528px;
}
.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.03774px;
}
.et_pb_column_1_5 .featured-posts-slider-module .carousel-item {
    height: auto;
}
.et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 108.67925px;
}
.with_sidebar .et_pb_column_1_5 .featured-posts-slider-module .carousel-item {
    height: auto;
}
.with_sidebar .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 78.11321px;
}
.et_pb_column_1_6 .featured-posts-slider-module .carousel-item {
    height: auto;
}
.et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 88.30189px;
}
.with_sidebar .et_pb_column_1_6 .featured-posts-slider-module .carousel-item {
    height: auto;
}
.with_sidebar .et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 62.83019px;
}
.et_pb_column_2_5 .featured-posts-slider-module .carousel-item {
    height: auto;
}
.et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 230.9434px;
}
.with_sidebar .et_pb_column_2_5 .featured-posts-slider-module .carousel-item {
    height: auto;
}
.with_sidebar .et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 169.81132px;
}
.et_pb_column_3_5 .featured-posts-slider-module .carousel-item {
    height: 367.05882px;
}
.with_sidebar .et_pb_column_3_5 .featured-posts-slider-module .carousel-item {
    height: 271.76471px;
}
.posts-carousel-module {
    position: relative;
    overflow: hidden;
}
.ie.et_extra_layout .et_pb_extra_column_main .et_pb_column .posts-carousel-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.posts-carousel-module .carousel-items .et-pb-active-slide,
.posts-carousel-module .carousel-items .et-pb-moved-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-active-slide,
.et_pb_column_3_4 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.675s;
    animation-duration: 0.675s;
}
.et_pb_column_2_3 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_2_3 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_1_2 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
}
.et_pb_column_3_5 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_3_5 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.54s;
    animation-duration: 0.54s;
}
.et_pb_column_1_3 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_1_3 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_2_5 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_2_5 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.et_pb_column_1_4 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_1_4 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.325s;
    animation-duration: 0.325s;
}
.et_pb_column_1_5 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_1_5 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.28s;
    animation-duration: 0.28s;
}
.et_pb_column_1_6 .posts-carousel-module .carousel-items .et-pb-active-slide,
.et_pb_column_1_6 .posts-carousel-module .carousel-items .et-pb-moved-slide {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}
.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_2_3 .posts-carousel-module .carousel-group,
.et_pb_column_3_4 .posts-carousel-module .carousel-group,
.et_pb_column_4_4 .posts-carousel-module .carousel-group {
    padding-right: 10px;
    padding-left: 10px;
}
.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,
.et_pb_column_1_5 .posts-carousel-module .carousel-group,
.et_pb_column_1_6 .posts-carousel-module .carousel-group,
.et_pb_column_2_5 .posts-carousel-module .carousel-group,
.et_pb_column_3_5 .posts-carousel-module .carousel-group,
.et_pb_column_3_8 .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_2_3 .posts-carousel-module .carousel-item,
.et_pb_column_3_4 .posts-carousel-module .carousel-item,
.et_pb_column_4_4 .posts-carousel-module .carousel-item {
    width: 25%;
    padding-top: 20px;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-item,
.et_pb_column_3_5 .posts-carousel-module .carousel-item {
    width: 50%;
    padding-top: 0;
}
.et_pb_column_1_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_4 .posts-carousel-module .carousel-item,
.et_pb_column_1_5 .posts-carousel-module .carousel-item,
.et_pb_column_1_6 .posts-carousel-module .carousel-item,
.et_pb_column_2_5 .posts-carousel-module .carousel-item,
.et_pb_column_3_8 .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_2_3 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_4_4 .posts-carousel-module .post-thumbnail {
    margin-right: 10px;
    margin-left: 10px;
}
.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,
.et_pb_column_1_5 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_6 .posts-carousel-module .post-thumbnail,
.et_pb_column_2_5 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_5 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_8 .posts-carousel-module .post-thumbnail {
    margin-right: 0;
    margin-left: 0;
}
.posts-carousel-module .post-content-box {
    padding: 15px 20px;
}
.et_pb_column_2_3 .posts-carousel-module .post-content-box,
.et_pb_column_3_4 .posts-carousel-module .post-content-box,
.et_pb_column_4_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 .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,
.et_pb_column_1_5 .posts-carousel-module .post-content-box,
.et_pb_column_1_6 .posts-carousel-module .post-content-box,
.et_pb_column_2_5 .posts-carousel-module .post-content-box,
.et_pb_column_3_5 .posts-carousel-module .post-content-box,
.et_pb_column_3_8 .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;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    font-family: ETModules;
    text-align: center;
    -webkit-transition: 0.3s ease;
    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,
.et_pb_column_3_5 .posts-carousel-module .et-pb-slider-arrows a {
    top: 66px;
}
.et_pb_column_1_3 .posts-carousel-module .et-pb-slider-arrows a,
.et_pb_column_2_5 .posts-carousel-module .et-pb-slider-arrows a {
    top: 84px;
}
.et_pb_column_1_4 .posts-carousel-module .et-pb-slider-arrows a,
.et_pb_column_1_5 .posts-carousel-module .et-pb-slider-arrows a,
.et_pb_column_1_6 .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_2_3 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev {
    left: 60px;
}
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev {
    left: auto;
    right: 60px;
}
.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,
.et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev {
    left: 40px;
}
.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,
.rtl .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_8 .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_2_3 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next {
    right: 60px;
}
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next {
    right: auto;
    left: 60px;
}
.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,
.et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next {
    right: 40px;
}
.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,
.rtl .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_8 .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_2_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev {
    left: 40px;
}
.rtl .et_pb_column_2_3 .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_4_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-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,
.et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev {
    left: 20px;
}
.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,
.rtl .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_3_8 .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_2_3 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next {
    right: 40px;
}
.rtl .et_pb_column_2_3 .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_4_4 .posts-carousel-module:hover .et-pb-arrow-next {
    right: auto;
    left: 40px;
}
.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,
.et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next {
    right: 20px;
}
.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,
.rtl .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next {
    right: auto;
    left: 20px;
}
.tabbed-post-module {
    -webkit-transition: 0.3s ease;
    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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: 0.3s ease;
    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_1_5 .tabbed-post-module .tabs ul li,
.et_pb_column_1_6 .tabbed-post-module .tabs ul li,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li,
.et_pb_column_2_5 .tabbed-post-module .tabs ul li,
.et_pb_column_3_5 .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: #fff;
    color: #00a8ff;
    -webkit-transition: 0s ease 0.6s;
    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_1_5 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_6 .tabbed-post-module .tabs ul li.active,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_2_5 .tabbed-post-module .tabs ul li.active,
.et_pb_column_3_5 .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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.et_pb_column_3_4 .tabbed-post-module .tab-nav,
.et_pb_column_4_4 .tabbed-post-module .tab-nav {
    display: none;
}
.et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav,
.et_pb_row_inner .et_pb_column_4_4 .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_1_5 .tabbed-post-module .tab-content,
.et_pb_column_1_6 .tabbed-post-module .tab-content,
.et_pb_column_2_5 .tabbed-post-module .tab-content,
.et_pb_column_3_5 .tabbed-post-module .tab-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.et_pb_column_1_2 .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 .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_5 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_5 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_6 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_6 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_2_5 .tabbed-post-module .tab-content .main-post,
.et_pb_column_2_5 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_3_5 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_5 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
.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_1_5 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_6 .tabbed-post-module .tab-content .main-post,
.et_pb_column_2_5 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_5 .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_1_5 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_6 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_2_5 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_3_5 .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-box;
    display: -ms-flexbox;
    display: flex;
}
.posts-blog-feed-module .paginated_content {
    width: 100%;
}
.ie .posts-blog-feed-module .paginated_content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.posts-blog-feed-module .pagination,
.posts-blog-feed-module ul.page-numbers {
    padding: 10px;
}
.posts-blog-feed-module .hentry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    -webkit-box-align: 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- .header,
.posts-blog-feed-module .et-format-text .header {
    display: none;
}
.posts-blog-feed-module .et-format- .post-content,
.posts-blog-feed-module .et-format-text .post-content {
    width: 100%;
}
.posts-blog-feed-module .et-format-.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-.has-post-thumbnail .post-content,
.posts-blog-feed-module .et-format-text.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-text.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;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    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.et-format-standard.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-text.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-page.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-product.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-project.has-post-thumbnail .header {
    width: 50%;
    display: block;
}
.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,
.posts-blog-feed-module.standard .hentry.type-page.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-product.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-project.has-post-thumbnail .post-content {
    width: 50%;
}
.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,
.posts-blog-feed-module.standard .hentry.et-format-video.et-has-post-format-content .header {
    width: 50%;
    display: block;
}
.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,
.posts-blog-feed-module.standard .hentry.et-format-video.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.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-link .header,
.posts-blog-feed-module.standard .hentry.et-format-quote.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-quote .header {
    display: block;
    width: 100%;
}
.posts-blog-feed-module.masonry {
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.posts-blog-feed-module.masonry .hentry {
    border-bottom: none;
}
.et_pb_no_drop_shadow.posts-blog-feed-module.masonry .hentry,
.posts-blog-feed-module.masonry .et_post_format-et-post-format-quote.post {
    -webkit-box-shadow: none;
    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;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -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: translateZ(0);
    transform: translateZ(0);
}
.posts-blog-feed-module.masonry .column {
    float: left;
}
.js .posts-blog-feed-module.masonry .column .hentry {
    opacity: 1;
    -webkit-animation: gridFadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
    animation: gridFadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
.posts-blog-feed-module.masonry .et-format- .header,
.posts-blog-feed-module.masonry .et-format- .post-content,
.posts-blog-feed-module.masonry .et-format-text .header,
.posts-blog-feed-module.masonry .et-format-text .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: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    overflow: hidden;
}
.et_pb_widget .widgettitle,
.et_pb_widget .wp-block-group > h2,
.et_pb_widget .wp-block-group > h3,
.et_pb_widget .wp-block-group__inner-container > h2,
.et_pb_widget .wp-block-group__inner-container > h3,
.et_pb_widget .wp-widget-group__inner-blocks > h2,
.et_pb_widget .wp-widget-group__inner-blocks > h3 {
    background: #3e5062;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.et_pb_widget .widgettitle a,
.et_pb_widget .wp-block-group > h2 a,
.et_pb_widget .wp-block-group > h3 a,
.et_pb_widget .wp-block-group__inner-container > h2 a,
.et_pb_widget .wp-block-group__inner-container > h3 a,
.et_pb_widget .wp-widget-group__inner-blocks > h2 a,
.et_pb_widget .wp-widget-group__inner-blocks > h3 a {
    color: #fff;
}
.et_pb_widget ul li {
    margin-bottom: 0 !important;
}
.et_pb_widget ul li ul.children li {
    margin-left: 0;
}
.et_pb_widget ol li {
    margin-bottom: 0 !important;
}
.et_pb_widget ol li ol.children li {
    margin-left: 0;
}
.et_pb_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 {
    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 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
}
.et_pb_widget a,
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 60px;
}
#footer .et_pb_widget:first-of-type {
    padding-top: 60px;
}
#footer .et_pb_widget .widgettitle,
#footer .et_pb_widget .wp-block-group > h2,
#footer .et_pb_widget .wp-block-group > h3,
#footer .et_pb_widget .wp-block-group__inner-container > h2,
#footer .et_pb_widget .wp-block-group__inner-container > h3,
#footer .et_pb_widget .wp-widget-group__inner-blocks > h2,
#footer .et_pb_widget .wp-widget-group__inner-blocks > h3 {
    background: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.6);
}
#footer .et_pb_widget li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}
#footer .et_pb_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 .widget_list .title,
#footer .et_pb_widget a {
    color: #fff;
}
#footer .et_pb_widget .widget_list .post-meta {
    color: rgba(255, 255, 255, 0.8);
}
#footer .et_pb_widget input[type="password"],
#footer .et_pb_widget input[type="search"],
#footer .et_pb_widget input[type="text"],
#footer .et_pb_widget select,
#footer .et_pb_widget textarea {
    color: #bbbbbb;
    background: #000;
}
#footer .et_pb_widget button {
    color: #fff;
}
.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 #next a,
.et_pb_widget.widget_calendar #prev 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;
}
#footer .et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar {
    padding: 15px 0 0;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar a {
    font-weight: 700;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar a:hover {
    text-decoration: underline;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar caption {
    margin: 0 0 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar th {
    font-weight: 700;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar td {
    padding: 10px 5px;
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar td#today {
    font-weight: 700;
    text-decoration: underline;
}
#footer .et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar td {
    color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #wp-calendar {
    empty-cells: show;
    margin: 0;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar tfoot td {
    padding: 0;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #next a,
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #prev a {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #next {
    text-align: right;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #next a {
    padding: 0 10px 0 0;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #prev {
    text-align: left;
}
.et_pb_widget.widget_block:not(.widget_calendar) .wp-block-calendar #prev a {
    padding: 0 0 0 10px;
}
.et_pb_widget.widget_block .wp-block-calendar {
    padding: 20px;
    text-align: left;
}
#footer .et_pb_widget.widget_block .wp-block-calendar {
    padding: 0;
}
.et_pb_widget.widget_block .wp-block-calendar caption {
    color: rgba(0, 0, 0, 0.5);
}
.et_pb_widget.widget_block .wp-block-calendar td,
.et_pb_widget.widget_block .wp-block-calendar th {
    border: 0;
}
.et_pb_widget.widget_block .wp-block-calendar th {
    padding: 0.875em;
    background: none;
}
.et_pb_widget.widget_block .wp-block-calendar td {
    border-top: 1px solid #e5e5e5;
}
.et_pb_widget.widget .recentcomments .author,
.et_pb_widget.widget .recentcomments .comment-author-link {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-weight: 600;
}
#footer .et_pb_widget.widget .recentcomments .author,
#footer .et_pb_widget.widget .recentcomments .comment-author-link {
    color: #fff;
}
.et_pb_widget.widget .recentcomments .author a,
.et_pb_widget.widget .recentcomments .comment-author-link 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 .screen-reader-text,
.et_pb_widget.widget_search .search-submit,
.et_pb_widget.widget_search .widgettitle,
.et_pb_widget.widget_search .wp-block-search__button,
.et_pb_widget.widget_search .wp-block-search__label,
.woocommerce-page .et_pb_widget.widget_search .screen-reader-text,
.woocommerce-page .et_pb_widget.widget_search .search-submit,
.woocommerce-page .et_pb_widget.widget_search .widgettitle,
.woocommerce-page .et_pb_widget.widget_search .wp-block-search__button,
.woocommerce-page .et_pb_widget.widget_search .wp-block-search__label,
.woocommerce .et_pb_widget.widget_search .screen-reader-text,
.woocommerce .et_pb_widget.widget_search .search-submit,
.woocommerce .et_pb_widget.widget_search .widgettitle,
.woocommerce .et_pb_widget.widget_search .wp-block-search__button,
.woocommerce .et_pb_widget.widget_search .wp-block-search__label {
    display: none;
}
.et_pb_widget.widget_search .search-field,
.et_pb_widget.widget_search .wp-block-search__input {
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    border: 0;
}
.et_pb_widget.widget_search .search-field:focus,
.et_pb_widget.widget_search .wp-block-search__input:focus {
    background: #fff;
    color: rgba(0, 0, 0, 0.75);
}
#footer .et_pb_widget.widget_search .search-field,
#footer .et_pb_widget.widget_search .wp-block-search__input {
    background: rgba(0, 0, 0, 0.3);
}
.et_pb_widget.widget_tag_cloud .tagcloud,
.et_pb_widget.widget_tag_cloud .wp-block-tag-cloud {
    padding: 15px 20px 20px;
}
#footer .et_pb_widget.widget_tag_cloud .tagcloud,
#footer .et_pb_widget.widget_tag_cloud .wp-block-tag-cloud {
    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,
.et_pb_widget ol,
.et_pb_widget ul {
    list-style: none;
    padding: 0;
}
.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.woocommerce .product_list_widget li a:hover {
    color: #82c0c7;
}
.et_pb_widget.woocommerce .product_list_widget li ul li {
    margin-left: 15px;
}
.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 .screen-reader-text,
.et_pb_widget.woocommerce.widget_product_search .widgettitle,
.et_pb_widget.woocommerce.widget_product_search input[type="submit"] {
    display: none;
}
.et_pb_widget.woocommerce.widget_product_search .search-field {
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    color: rgba(0, 0, 0, 0.5);
}
.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:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li:before {
    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;
    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: #fff !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;
    -webkit-box-shadow: none;
    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 dd,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dd p,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dt {
    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 #000;
    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 .post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-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
    .post-nav
    .nav-links
    .button:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    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: #fff;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    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;
    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 {
    background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_et_login .input {
    width: 100%;
}
.et_pb_widget.widget_et_login .button {
    margin: 0 10px 0 0;
}
.et_pb_widget.widget_et_recent_entries .widget_list li {
    display: -webkit-box;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #39579a;
    box-shadow: inset 0 0 0 20px #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook:hover {
    -webkit-box-shadow: inset 0 0 0 2px #39579a;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #01aced;
    box-shadow: inset 0 0 0 20px #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter:hover {
    -webkit-box-shadow: inset 0 0 0 2px #01aced;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #cb2027;
    box-shadow: inset 0 0 0 20px #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest:hover {
    -webkit-box-shadow: inset 0 0 0 2px #cb2027;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #cb1f26;
    box-shadow: inset 0 0 0 20px #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus:hover {
    -webkit-box-shadow: inset 0 0 0 2px #cb1f26;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #314f6e;
    box-shadow: inset 0 0 0 20px #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr:hover {
    -webkit-box-shadow: inset 0 0 0 2px #314f6e;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #ea4b24;
    box-shadow: inset 0 0 0 20px #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon:hover {
    -webkit-box-shadow: inset 0 0 0 2px #ea4b24;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #267697;
    box-shadow: inset 0 0 0 20px #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress:hover {
    -webkit-box-shadow: inset 0 0 0 2px #267697;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #517fa4;
    box-shadow: inset 0 0 0 20px #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram:hover {
    -webkit-box-shadow: inset 0 0 0 2px #517fa4;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #ec488c;
    box-shadow: inset 0 0 0 20px #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble:hover {
    -webkit-box-shadow: inset 0 0 0 2px #ec488c;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #45bbfc;
    box-shadow: inset 0 0 0 20px #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo:hover {
    -webkit-box-shadow: inset 0 0 0 2px #45bbfc;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #127bb6;
    box-shadow: inset 0 0 0 20px #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin:hover {
    -webkit-box-shadow: inset 0 0 0 2px #127bb6;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #f59038;
    box-shadow: inset 0 0 0 20px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss:hover {
    -webkit-box-shadow: inset 0 0 0 2px #f59038;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #566c68;
    box-shadow: inset 0 0 0 20px #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart:hover {
    -webkit-box-shadow: inset 0 0 0 2px #566c68;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #3a5998;
    box-shadow: inset 0 0 0 20px #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace:hover {
    -webkit-box-shadow: inset 0 0 0 2px #3a5998;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #1ba5f4;
    box-shadow: inset 0 0 0 20px #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype:hover {
    -webkit-box-shadow: inset 0 0 0 2px #1ba5f4;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #a8240f;
    box-shadow: inset 0 0 0 20px #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube:hover {
    -webkit-box-shadow: inset 0 0 0 2px #a8240f;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #9864ae;
    box-shadow: inset 0 0 0 20px #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa:hover {
    -webkit-box-shadow: inset 0 0 0 2px #9864ae;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #fc1684;
    box-shadow: inset 0 0 0 20px #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr:hover {
    -webkit-box-shadow: inset 0 0 0 2px #fc1684;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #f59038;
    box-shadow: inset 0 0 0 20px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger:hover {
    -webkit-box-shadow: inset 0 0 0 2px #f59038;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #aecf29;
    box-shadow: inset 0 0 0 20px #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify:hover {
    -webkit-box-shadow: inset 0 0 0 2px #aecf29;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #3398fc;
    box-shadow: inset 0 0 0 20px #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious:hover {
    -webkit-box-shadow: inset 0 0 0 2px #3398fc;
    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;
    -webkit-box-shadow: inset 0 0 0 20px #000;
    box-shadow: inset 0 0 0 20px #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer:hover {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer:hover:before {
    color: #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email {
    background: none !important;
    -webkit-box-shadow: inset 0 0 0 20px #000;
    box-shadow: inset 0 0 0 20px #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email:hover {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email:hover:before {
    color: #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print {
    background: none !important;
    -webkit-box-shadow: inset 0 0 0 20px #000;
    box-shadow: inset 0 0 0 20px #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print:hover {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print:hover:before {
    color: #000;
}
.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-box;
    display: -ms-flexbox;
    display: flex;
    -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: 50%;
    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;
    -webkit-transition: all 0.5s ease-in-out;
    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,
.et_pb_column_1_5 .posts-blog-feed-module.et_pb_extra_module .et_pb_widget.widget_et_recent_videos .video-play-button,
.et_pb_column_1_6 .posts-blog-feed-module.et_pb_extra_module .et_pb_widget.widget_et_recent_videos .video-play-button,
.et_pb_column_2_5 .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: 400;
}
.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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0;
}
.et_pb_widget.widget_et_recent_videos .widget_list .title.active,
.et_pb_widget.widget_et_recent_videos .widget_list .title:hover {
    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: 400;
    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 .post-wrap .post-content,
.single .post-wrap .post-content {
    margin: 30px 0 40px;
}
.page article,
.single article {
    margin: 0 0 40px;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}
.page .post-wrap h1,
.post-header h1 {
    font-weight: 600;
}
.page article {
    border-top: 6px 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;
}
.et_pb_pagebuilder_layout.page .post-wrap .post-content {
    margin: 0;
    padding-top: 0 !important;
}
.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-box-flex: 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: #fff;
    width: 100%;
    margin: 0 0 24px;
    padding: 40px;
    border-top-width: 6px;
    border-top-style: solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    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);
    -webkit-transition: 0.3s ease;
    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;
    font-size: 22px;
    font-weight: 600;
}
.contact-content .contact-map {
    display: block;
    background: #fff;
    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: #fff;
}
.contact-content .contact-form .field {
    position: relative;
    display: block;
    width: 33.33%;
    padding: 0 8px 24px;
    float: left;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-content .contact-form .submit {
    float: right;
}
.member-box {
    padding: 40px 60px;
}
.member-content #loginform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.member-content .button {
    margin: 0 0 20px;
}
#portfolio_filter {
    display: inline-block;
    margin: 0 0 40px;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#portfolio_filter a.current,
#portfolio_filter a:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
}
#portfolio_filter a.current {
    color: #00a8ff;
}
#portfolio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
#portfolio_list .project {
    width: 25%;
    padding: 0 12px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.with_sidebar #portfolio_list .project {
    width: 33.33333%;
    padding: 0 12px 24px;
}
#portfolio_list .project-content {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    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;
    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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sitemap-content ul {
    display: block;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 60px 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.with_sidebar .sitemap-content ul {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}
.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 {
    -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-sticky-header,
.timeline-module .module-head {
    position: relative;
    cursor: pointer;
}
#timeline-sticky-header:after,
.timeline-module .module-head: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-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-sizing: border-box;
    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 0 0 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.timeline-menu a,
.timeline-menu a:before {
    -webkit-transition: 0.3s ease;
    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%;
    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;
}
.et_pb_extra_column_4_4 .timeline-module .posts-list,
.timeline-module .posts-list {
    width: 100%;
}
.timeline-module .posts-list article {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    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-radius: 3px 3px 0 0;
    border-color: #00a8ff;
}
#wp-admin-bar-et-use-visual-builder a:before {
    font-family: ETmodules !important;
    content: "\e625";
    font-size: 30px !important;
    width: 28px;
    margin-top: -3px;
    color: #974df3 !important;
}
#wp-admin-bar-et-use-visual-builder:hover a:before {
    color: #fff !important;
}
#wp-admin-bar-et-use-visual-builder:hover a,
#wp-admin-bar-et-use-visual-builder a:hover {
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    background-color: #7e3bd0 !important;
    color: #fff !important;
}
.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css {
    background-attachment: scroll;
}
.et-social-facebook a.icon:before {
    content: "\e093";
}
.et-social-twitter a.icon:before {
    content: "\e094";
}
.et-social-google-plus a.icon:before {
    content: "\e096";
}
.et-social-instagram a.icon:before {
    content: "\e09a";
}
.et-social-rss a.icon:before {
    content: "\e09e";
}
.ai1ec-single-event:after {
    content: " ";
    display: table;
    clear: both;
}
.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot {
    z-index: 3;
}
.wp-block-divi-layout {
    margin-bottom: 1em;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
a.et_pb_more_button:after {
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
.et-pb-icon,
.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after {
    content: attr(data-icon);
}
.et-pb-icon {
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}
#et-ajax-saving {
    display: none;
    -webkit-transition:
        background 0.3s,
        -webkit-box-shadow 0.3s;
    transition:
        background 0.3s,
        -webkit-box-shadow 0.3s;
    transition:
        background 0.3s,
        box-shadow 0.3s;
    transition:
        background 0.3s,
        box-shadow 0.3s,
        -webkit-box-shadow 0.3s;
    -webkit-box-shadow: rgba(0, 139, 219, 0.247059) 0 0 60px;
    box-shadow: 0 0 60px rgba(0, 139, 219, 0.247059);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    margin: -25px 0 0 -25px;
    z-index: 999999;
    text-align: center;
}
#et-ajax-saving img {
    margin: 9px;
}
.et-safe-mode-indicator,
.et-safe-mode-indicator:focus,
.et-safe-mode-indicator:hover {
    -webkit-box-shadow: 0 5px 10px rgba(41, 196, 169, 0.15);
    box-shadow: 0 5px 10px rgba(41, 196, 169, 0.15);
    background: #29c4a9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    line-height: 16px;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    text-decoration: none;
    font-family:
        Open Sans,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.et_pb_button {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
.et_pb_button,
.et_pb_button_inner {
    position: relative;
}
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
    border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
}
.et_pb_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.et_pb_button:after,
.et_pb_button:before {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.et_pb_button.et_hover_enabled:hover:after,
.et_pb_button.et_pb_hovered:hover:after {
    -webkit-transition: none !important;
    transition: none !important;
}
.et_pb_button:before {
    display: none;
}
.et_pb_button:hover:after {
    opacity: 1;
    margin-left: 0;
}
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
    font-size: 26px;
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
    font-size: 23px;
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
    font-size: 20px;
}
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
    font-size: 18px;
}
.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
    font-size: 16px;
}
.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
    font-size: 15px;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important;
}
.et_pb_module.et_pb_text_align_left {
    text-align: left;
}
.et_pb_module.et_pb_text_align_center {
    text-align: center;
}
.et_pb_module.et_pb_text_align_right {
    text-align: right;
}
.et_pb_module.et_pb_text_align_justified {
    text-align: justify;
}
.et_pb_bg_layout_light .et_pb_more_button {
    color: #2ea3f2;
}
.et_builder_inner_content {
    position: relative;
    z-index: 1;
}
header .et_builder_inner_content {
    z-index: 2;
}
.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
}
.et_pb_image_container {
    margin: -20px -20px 29px;
}
.et_pb_module_inner {
    position: relative;
}
.et_hover_enabled_preview {
    z-index: 2;
}
.et_hover_enabled:hover {
    position: relative;
    z-index: 2;
}
.et_pb_all_tabs,
.et_pb_module,
.et_pb_posts_nav a,
.et_pb_tab,
.et_pb_with_background {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_background_mask,
.et_pb_background_pattern {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.et_pb_background_mask {
    background-size: calc(100% + 2px) calc(100% + 2px);
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
}
.et_pb_background_pattern {
    background-position: 0 0;
    background-repeat: repeat;
}
.et_pb_with_border {
    position: relative;
    border: 0 solid #333333;
}
.post-password-required .et_pb_row {
    padding: 0;
    width: 100%;
}
.post-password-required .et_password_protected_form {
    min-height: 0;
}
body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_password_protected_form h1,
body:not(.et_pb_pagebuilder_layout) .post-password-required .et_password_protected_form h1 {
    display: none;
}
.et_pb_no_bg {
    padding: 0 !important;
}
.et_overlay.et_pb_inline_icon:before,
.et_pb_inline_icon:before {
    content: attr(data-icon);
}
.et_pb_more_button {
    color: inherit;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
.et_parallax_bg_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.et_parallax_bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.et_parallax_bg.et_parallax_bg__hover,
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_bg.et_parallax_bg_tablet,
.et_parallax_gradient.et_parallax_gradient__hover,
.et_parallax_gradient.et_parallax_gradient_phone,
.et_parallax_gradient.et_parallax_gradient_tablet,
.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),
.et_pb_section_parallax_hover:hover .et_parallax_gradient:not(.et_parallax_gradient__hover) {
    display: none;
}
.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,
.et_pb_section_parallax_hover:hover .et_parallax_gradient.et_parallax_gradient__hover {
    display: block;
}
.et_parallax_gradient {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.et_pb_module.et_pb_section_parallax,
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_tab.et_pb_section_parallax {
    position: relative;
}
.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: fixed;
}
body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,
body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll;
    bottom: auto;
}
.et_pb_section_parallax.et_pb_column .et_pb_module,
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module {
    z-index: 9;
    position: relative;
}
.et_pb_more_button:hover:after {
    opacity: 1;
    margin-left: 0;
}
.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload > div {
    visibility: hidden;
}
.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
    position: relative;
    background: #464646 !important;
}
.et_pb_preload:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(includes/builder/styles/images/preloader.gif) no-repeat;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}
.box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.et_pb_section > .box-shadow-overlay ~ .et_pb_row {
    z-index: 11;
}
body.safari .section_has_divider {
    will-change: transform;
}
.et_pb_row > .box-shadow-overlay {
    z-index: 8;
}
.has-box-shadow-overlay {
    position: relative;
}
.et_clickable {
    cursor: pointer;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.et_multi_view_hidden,
.et_multi_view_hidden_image {
    display: none !important;
}
@keyframes multi-view-image-fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    20% {
        opacity: 0.2;
    }
    30% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}
.et_multi_view_image__loading {
    visibility: hidden;
}
.et_multi_view_image__loaded {
    -webkit-animation: multi-view-image-fade 0.5s;
    animation: multi-view-image-fade 0.5s;
}
#et-pb-motion-effects-offset-tracker {
    visibility: hidden !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.et-pb-before-scroll-animation {
    opacity: 0;
}
header.et-l.et-l--header:after {
    clear: both;
    display: block;
    content: "";
}
.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        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 fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 0;
}
@media (min-width: 981px) {
    .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
    .et_pb_section.et_section_specialty
        div.et_pb_row
        .et_pb_column
        .et_pb_row_inner
        .et_pb_column
        .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty
        div.et_pb_row
        .et_pb_column
        .et_pb_row_inner
        .et_pb_column
        .et_pb_module:last-child,
    .et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    .et_overlay.et_pb_inline_icon_tablet:before,
    .et_pb_inline_icon_tablet:before {
        content: attr(data-icon-tablet);
    }
    .et_parallax_bg.et_parallax_bg_tablet_exist,
    .et_parallax_gradient.et_parallax_gradient_tablet_exist {
        display: none;
    }
    .et_parallax_bg.et_parallax_bg_tablet,
    .et_parallax_gradient.et_parallax_gradient_tablet {
        display: block;
    }
    .et_pb_column .et_pb_module {
        margin-bottom: 30px;
    }
    .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_pb_row .et_pb_column .et_pb_module:last-child,
    .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }
    .et_pb_more_button {
        display: inline-block !important;
    }
    .et_pb_bg_layout_light_tablet.et_pb_button,
    .et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,
    .et_pb_bg_layout_light_tablet .et_pb_more_button {
        color: #2ea3f2;
    }
    .et_pb_bg_layout_light_tablet .et_pb_forgot_password a {
        color: #666;
    }
    .et_pb_bg_layout_light_tablet h1,
    .et_pb_bg_layout_light_tablet h2,
    .et_pb_bg_layout_light_tablet h3,
    .et_pb_bg_layout_light_tablet h4,
    .et_pb_bg_layout_light_tablet h5,
    .et_pb_bg_layout_light_tablet h6 {
        color: #333 !important;
    }
    .et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button {
        color: #2ea3f2 !important;
    }
    .et_pb_bg_layout_light_tablet {
        color: #666 !important;
    }
    .et_pb_bg_layout_dark_tablet,
    .et_pb_bg_layout_dark_tablet h1,
    .et_pb_bg_layout_dark_tablet h2,
    .et_pb_bg_layout_dark_tablet h3,
    .et_pb_bg_layout_dark_tablet h4,
    .et_pb_bg_layout_dark_tablet h5,
    .et_pb_bg_layout_dark_tablet h6 {
        color: #fff !important;
    }
    .et_pb_bg_layout_dark_tablet.et_pb_button,
    .et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,
    .et_pb_bg_layout_dark_tablet .et_pb_more_button {
        color: inherit;
    }
    .et_pb_bg_layout_dark_tablet .et_pb_forgot_password a {
        color: #ffffff;
    }
    .et_pb_module.et_pb_text_align_left-tablet {
        text-align: left;
    }
    .et_pb_module.et_pb_text_align_center-tablet {
        text-align: center;
    }
    .et_pb_module.et_pb_text_align_right-tablet {
        text-align: right;
    }
    .et_pb_module.et_pb_text_align_justified-tablet {
        text-align: justify;
    }
}
@media (max-width: 767px) {
    .et_pb_more_button {
        display: inline-block !important;
    }
    .et_overlay.et_pb_inline_icon_phone:before,
    .et_pb_inline_icon_phone:before {
        content: attr(data-icon-phone);
    }
    .et_parallax_bg.et_parallax_bg_phone_exist,
    .et_parallax_gradient.et_parallax_gradient_phone_exist {
        display: none;
    }
    .et_parallax_bg.et_parallax_bg_phone,
    .et_parallax_gradient.et_parallax_gradient_phone {
        display: block;
    }
    .et-hide-mobile {
        display: none !important;
    }
    .et_pb_bg_layout_light_phone.et_pb_button,
    .et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,
    .et_pb_bg_layout_light_phone .et_pb_more_button {
        color: #2ea3f2;
    }
    .et_pb_bg_layout_light_phone .et_pb_forgot_password a {
        color: #666;
    }
    .et_pb_bg_layout_light_phone h1,
    .et_pb_bg_layout_light_phone h2,
    .et_pb_bg_layout_light_phone h3,
    .et_pb_bg_layout_light_phone h4,
    .et_pb_bg_layout_light_phone h5,
    .et_pb_bg_layout_light_phone h6 {
        color: #333 !important;
    }
    .et_pb_module .et_pb_bg_layout_light_phone.et_pb_button {
        color: #2ea3f2 !important;
    }
    .et_pb_bg_layout_light_phone {
        color: #666 !important;
    }
    .et_pb_bg_layout_dark_phone,
    .et_pb_bg_layout_dark_phone h1,
    .et_pb_bg_layout_dark_phone h2,
    .et_pb_bg_layout_dark_phone h3,
    .et_pb_bg_layout_dark_phone h4,
    .et_pb_bg_layout_dark_phone h5,
    .et_pb_bg_layout_dark_phone h6 {
        color: #fff !important;
    }
    .et_pb_bg_layout_dark_phone.et_pb_button,
    .et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,
    .et_pb_bg_layout_dark_phone .et_pb_more_button {
        color: inherit;
    }
    .et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button {
        color: #fff !important;
    }
    .et_pb_bg_layout_dark_phone .et_pb_forgot_password a {
        color: #ffffff;
    }
    .et_pb_module.et_pb_text_align_left-phone {
        text-align: left;
    }
    .et_pb_module.et_pb_text_align_center-phone {
        text-align: center;
    }
    .et_pb_module.et_pb_text_align_right-phone {
        text-align: right;
    }
    .et_pb_module.et_pb_text_align_justified-phone {
        text-align: justify;
    }
}
@media (max-width: 479px) {
    a.et_pb_more_button {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    [data-et-multi-view-load-tablet-hidden="true"]:not(.et_multi_view_swapped) {
        display: none !important;
    }
}
@media (max-width: 767px) {
    [data-et-multi-view-load-phone-hidden="true"]:not(.et_multi_view_swapped) {
        display: none !important;
    }
}
.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@-webkit-keyframes multi-view-image-fade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.et-box {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    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: 700;
}
.et-bio:before,
.et-download:before,
.et-info:before,
.et-shadow:before,
.et-warning:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 28px;
}
.et-info {
    border: 1px solid #e2e2ba;
}
.et-info:before {
    width: 22px;
    height: 20px;
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -2px;
}
.et-info .et-box-content {
    color: #ada771;
    background: #f9f9dc;
    border: 1px solid #fbfbef;
    -webkit-box-shadow: inset 0 0 45px #efefc0;
    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(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -41px;
}
.et-warning .et-box-content {
    color: #ad7676;
    background: #ffd9d5;
    border: 1px solid #fceeec;
    -webkit-box-shadow: inset 0 0 45px #f0bfba;
    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(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -19px;
}
.et-download .et-box-content {
    color: #7ea57b;
    background: #dff7dd;
    border: 1px solid #f1f9f0;
    -webkit-box-shadow: inset 0 0 45px #cbe5c9;
    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(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;
    -webkit-box-shadow: inset 0 0 45px #c6edf0;
    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;
    -webkit-box-shadow: inset 0 0 45px #e7e7e7;
    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;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.et-tooltip-arrow {
    background: url(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 0;
    -webkit-box-shadow: 1px -1px 0 0 #fff;
    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: 0;
    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;
    -webkit-box-shadow: -1px 0 0 0 #e7e7e7;
    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(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;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff;
    min-height: 53px;
    position: relative;
}
.et_shortcodes_controls,
.et_shortcodes_controls_arrows {
    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(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;
    -webkit-box-shadow: 1px 0 0 0 #fff;
    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;
    -webkit-box-shadow: -1px 0 0 0 #e7e7e7;
    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_fourth,
.one_half,
.one_third,
.three_fourth,
.two_third {
    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.big-button,
a.icon-button,
a.small-button {
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.4),
        1px 1px 1px rgba(0, 0, 0, 0.1);
    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.icon-button,
a.small-button {
    padding: 6px 14px;
    font-weight: 700 !important;
    font-size: 12px;
    margin: 0 5px 8px 0;
}
a.big-button:hover,
a.icon-button:hover,
a.small-button:hover {
    text-decoration: none;
}
a.bigblue,
a.smallblue {
    color: #2b63a8 !important;
    background: #88bdff;
    background: -webkit-gradient(linear, left top, left bottom, from(#88bdff), to(#60a7ff));
    background: linear-gradient(180deg, #88bdff 0, #60a7ff);
    border: 1px solid #3e8ff4;
}
a.bigblue:hover,
a.smallblue:hover {
    color: #23528c !important;
}
a.smalllightblue {
    color: #348db6 !important;
    background: #8edbff;
    background: -webkit-gradient(linear, left top, left bottom, from(#8edbff), to(#60cdff));
    background: linear-gradient(180deg, #8edbff 0, #60cdff);
    border: 1px solid #51b5e4;
}
a.smalllightblue:hover {
    color: #287295 !important;
}
a.bigteal,
a.bigturquoise,
a.smallteal {
    color: #3da7a9 !important;
    background: #61eef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#61eef0), to(#59dcde));
    background: linear-gradient(180deg, #61eef0 0, #59dcde);
    border: 1px solid #48bec0;
}
a.bigteal:hover,
a.bigturquoise:hover,
a.smallteal:hover {
    color: #309192 !important;
}
a.biggreen,
a.smallgreen {
    color: #569d51 !important;
    background: #94e48d;
    background: -webkit-gradient(linear, left top, left bottom, from(#94e48d), to(#82cf7c));
    background: linear-gradient(180deg, #94e48d 0, #82cf7c);
    border: 1px solid #4dab46;
}
a.biggreen:hover,
a.smallgreen:hover {
    color: #478542 !important;
}
a.bigorange,
a.smallorange {
    color: #c7822f !important;
    background: #ffcb8c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcb8c), to(#ffb660));
    background: linear-gradient(180deg, #ffcb8c 0, #ffb660);
    border: 1px solid #db9c51;
}
a.bigorange:hover,
a.smallorange:hover {
    color: #a96c23 !important;
}
a.smallsilver {
    color: #595a5a !important;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e2e2e2));
    background: linear-gradient(180deg, #f5f5f5 0, #e2e2e2);
    border: 1px solid #c3c3c3;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.9),
        1px 1px 1px rgba(0, 0, 0, 0.1);
    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: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#383838));
    background: linear-gradient(180deg, #5b5b5b 0, #383838);
    border: 1px solid #0e0e0e;
    -webkit-box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.2),
        1px 1px 1px rgba(0, 0, 0, 0.1);
    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.bigred,
a.smallred {
    color: #9a3e3e !important;
    background: #ff7979;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7979), to(#ff5f5f));
    background: linear-gradient(180deg, #ff7979 0, #ff5f5f);
    border: 1px solid #d85353;
}
a.bigred:hover,
a.smallred:hover {
    color: #803030 !important;
}
a.smallpink {
    color: #914d97 !important;
    background: #e782f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e782f1), to(#d271da));
    background: linear-gradient(180deg, #e782f1 0, #d271da);
    border: 1px solid #b15cb9;
}
a.smallpink:hover {
    color: #753b7a !important;
}
a.bigpurple,
a.smallpurple {
    color: #653e9a !important;
    background: #b279ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#b279ff), to(#a35fff));
    background: linear-gradient(180deg, #b279ff 0, #a35fff);
    border: 1px solid #8b53d8;
}
a.bigpurple:hover,
a.smallpurple:hover {
    color: #563386 !important;
}
a.big-button {
    font-weight: 400 !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: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e1e1e1));
    background: linear-gradient(180deg, #f5f5f5 0, #e1e1e1);
    border: 1px solid #c3c3c3;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.9),
        1px 1px 1px rgba(0, 0, 0, 0.1);
    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(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -2px;
    width: 17px;
    height: 20px;
    top: 7px;
}
a.search-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -2px;
    top: 9px;
}
a.refresh-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -169px -19px;
}
a.question-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -164px -2px;
}
a.people-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -151px -33px;
    height: 17px;
    top: 9px;
}
a.warning-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -188px -19px;
    width: 15px;
}
a.mail-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -33px;
    height: 15px;
}
a.heart-icon span.et-icon {
    background: url(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(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -17px;
    width: 15px;
    height: 15px;
}
a.notice-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -2px;
    width: 15px;
    height: 13px;
    top: 11px;
}
a.stats-icon span.et-icon {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -184px -2px;
    width: 15px;
    height: 14px;
    top: 11px;
}
a.rss-icon span.et-icon {
    background: url(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;
}
.et_shortcodes_controls_arrows span,
ul.et_shortcodes_mobile_nav span {
    position: absolute;
    top: 23px;
    display: block;
    width: 10px;
    height: 14px;
}
.et_shortcodes_controls_arrows .et_sc_nav_prev span,
ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -24px;
}
.et_shortcodes_controls_arrows .et_sc_nav_next span,
ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -40px;
}
.et-tabs-container {
    background: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    margin: 50px 0 15px;
}
.et-learn-more h3.heading-more,
.et-protected-title,
.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav,
.et-testimonial-author-info,
.et_shortcodes_controller_nav,
.pricing-content-bottom,
.pricing-heading {
    background: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
}
.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav {
    margin: 0 !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;
    -webkit-box-shadow: -1px 0 0 #fff;
    box-shadow: -1px 0 0 #fff;
    position: relative;
}
.et-tabs-container .et-tabs-control li:first-child {
    border-left: 1px solid #fff;
    -webkit-box-shadow: none;
    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_fade .et_slidecontent,
.et_sliderfx_slide .et-tabs-content-wrapper > div {
    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;
    -webkit-box-shadow: 1px 0 0 #fff;
    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;
}
.author-shortcodes,
.et-image-slider,
.et-protected,
.et-simple-slider,
.et-tabs-container,
.et-testimonial-box,
.tabs-left {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    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.active a,
.tabs-left .et-tabs-control li a:hover {
    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: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f5f5f5));
    background: linear-gradient(90deg, #f9f9f9 0, #f5f5f5);
}
.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%;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    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(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(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: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), to(#fefefe));
    background: linear-gradient(180deg, #f3f3f3 1%, #fefefe);
    padding: 20px 20px 20px 40px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.et-protected-form input.etlogin-button {
    background: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
    border: 1px solid #e7e7e7;
    padding: 14px 24px;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    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%;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}
.author-shortcodes,
.et-learn-more,
.et-simple-slider,
.et-tabs-container,
.et-tooltip-box,
.tabs-left {
    color: #201f1f !important;
    text-shadow: none !important;
}
.author-shortcodes a,
.et-learn-more a,
.et-simple-slider a,
.et-tabs-container a,
.et-tooltip-box a,
.tabs-left 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 {
    top: 5px;
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px;
}
.et-custom-list ul li:before,
.etlist-x ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 18px;
}
.etlist-x ul li:before {
    top: 6px;
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -21px;
}
.etlist-dot ul li {
    padding-left: 25px !important;
}
.etlist-dot ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background: url(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -230px -3px;
    width: 10px;
    height: 9px;
}
.et-custom-list ul li ul {
    padding: 2px 0 !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;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff;
}
.pricing-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #53b4c7 !important;
    font-weight: 700;
    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: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(7%, #fefefe), to(#fff));
    background: linear-gradient(180deg, #f5f5f5 0, #fefefe 7%, #fff);
    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(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;
    -webkit-box-shadow: inset 1px 0 0 0 #fff;
    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%;
    visibility: hidden;
}
.pricing-big {
    top: -20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    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;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    position: relative;
}
.t-img img {
    max-width: 100%;
    height: auto;
}
.t-overlay {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.t-author,
.t-overlay,
.t-position {
    display: block;
}
.t-author {
    font-size: 18px;
    color: #999;
    padding: 10px 0 5px;
}
.t-position {
    color: #595959;
}
.et-testimonial,
.t-position {
    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(epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -35px;
}
.t-bottom-arrow {
    background: url(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(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(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.icon-button,
a.small-button {
    cursor: pointer;
}
.clearfix:after,
.sitemap-box:after,
.sitemap-box:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
*:first-child + html .clearfix,
* html .clearfix {
    zoom: 1;
}
.et_column_last {
    margin-right: 0 !important;
    clear: right;
}
#footer-bottom .container:after,
#footer-bottom .container:before,
.clear,
.et_extra_other_module .posts-list article:after,
.et_extra_other_module .posts-list article:before,
.et_pb_extra_module .posts-list article:after,
.et_pb_extra_module .posts-list article:before,
.page .post-wrap .post-content:after,
.single .post-wrap .post-content:after,
.sitemap-content:after,
.sitemap-content:before,
.tabbed-post-module .tab-content:after,
.tabbed-post-module .tab-content:before {
    clear: both;
}
.et_pb_pagebuilder_layout .post-content h1 {
    padding: 0 0 10px;
}
.et_pb_pagebuilder_layout .post-content a {
    color: inherit;
}
.et_pb_pagebuilder_layout .page .post-content h1 {
    padding: 0 0 10px;
}
.et_pb_pagebuilder_layout .page .post-content article {
    border-top: 0;
    -webkit-box-shadow: none;
    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_countdown_timer .section p,
.et_pb_pagebuilder_layout .et_pb_member_social_links li {
    margin-bottom: 0;
}
.et_pb_pagebuilder_layout .et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_pagebuilder_layout .et_pb_column_1_5 .et_pb_newsletter_form,
.et_pb_pagebuilder_layout .et_pb_column_1_6 .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:-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:-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 input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea {
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    font-size: 14px;
}
@media (max-width: 980px) {
    .et_pb_pagebuilder_layout .post-content h1.entry-title {
        font-weight: 700;
    }
    .et_pb_pagebuilder_layout .page .post-content h1.entry-title {
        font-size: 18px;
        font-weight: 700;
    }
}
.et_opera_mini .et_pb_image img {
    width: 100%;
}
.woocommerce-page span.onsale,
.woocommerce-page ul.products li.product span.onsale,
.woocommerce span.onsale,
.woocommerce 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: #fff;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-page .button,
.woocommerce-page .cart input.button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.read-more-button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce-page .read-more-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce-page a.btn.alt,
.woocommerce-page a.button,
.woocommerce-page a.checkout-button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce-page a.read-more-button,
.woocommerce-page input.button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce-page input.read-more-button,
.woocommerce-page input[type="submit"],
.woocommerce .button,
.woocommerce .cart input.button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce .cart input.read-more-button,
.woocommerce .post-nav .nav-links .button,
.woocommerce .read-more-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce a.btn.alt,
.woocommerce a.button,
.woocommerce a.checkout-button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce a.read-more-button,
.woocommerce input.button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce input.read-more-button,
.woocommerce input[type="submit"] {
    background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page .button:hover,
.woocommerce-page .cart input.button:hover,
.woocommerce-page .cart input.post-nav .nav-links .button:hover,
.woocommerce-page .cart input.read-more-button:hover,
.woocommerce-page .post-nav .nav-links .button:hover,
.woocommerce-page .read-more-button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce-page a.btn.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.checkout-button:hover,
.woocommerce-page a.post-nav .nav-links .button:hover,
.woocommerce-page a.read-more-button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page input.post-nav .nav-links .button:hover,
.woocommerce-page input.read-more-button:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce .cart input.post-nav .nav-links .button:hover,
.woocommerce .cart input.read-more-button:hover,
.woocommerce .post-nav .nav-links .button:hover,
.woocommerce .read-more-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce .woocommerce-message .read-more-button:hover,
.woocommerce a.btn.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce a.post-nav .nav-links .button:hover,
.woocommerce a.read-more-button:hover,
.woocommerce input.button:hover,
.woocommerce input.post-nav .nav-links .button:hover,
.woocommerce input.read-more-button:hover,
.woocommerce input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.woocommerce-page div.product form.cart .button,
.woocommerce-page div.product form.cart .button.disabled,
.woocommerce-page div.product form.cart .button.disabled:hover,
.woocommerce-page div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button.disabled,
.woocommerce-page div.product form.cart .post-nav .nav-links .button.disabled:hover,
.woocommerce-page div.product form.cart .read-more-button,
.woocommerce-page div.product form.cart .read-more-button.disabled,
.woocommerce-page div.product form.cart .read-more-button.disabled:hover,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button.disabled:hover,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce div.product form.cart .post-nav .nav-links .button.disabled,
.woocommerce div.product form.cart .post-nav .nav-links .button.disabled:hover,
.woocommerce div.product form.cart .read-more-button,
.woocommerce div.product form.cart .read-more-button.disabled,
.woocommerce div.product form.cart .read-more-button.disabled:hover {
    background-color: #00a8ff;
    color: #fff;
}
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce .woocommerce-message .read-more-button {
    margin: -6px 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
}
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce .woocommerce-message .read-more-button:hover {
    color: #fff;
}
.woocommerce #content-area,
.woocommerce-page #content-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-page .et_pb_extra_overlay .star-rating,
.woocommerce .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: #fff;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.woocommerce-page .et_pb_extra_overlay .star-rating span:before,
.woocommerce .et_pb_extra_overlay .star-rating span:before {
    color: #fff;
}
.woocommerce-page .et_pb_extra_overlay:hover .star-rating,
.woocommerce .et_pb_extra_overlay:hover .star-rating {
    top: calc(50% + 32px);
}
.woocommerce-page .woocommerce-page-top,
.woocommerce .woocommerce-page-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.woocommerce-page .woocommerce-page-top .et_pb_row,
.woocommerce .woocommerce-page-top .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.woocommerce-page .woocommerce-page-top .et_pb_row:after,
.woocommerce .woocommerce-page-top .et_pb_row:after {
    display: none !important;
}
.woocommerce-page .woocommerce-page-top .page-title,
.woocommerce .woocommerce-page-top .page-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
}
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb,
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb {
    margin: 0;
    font-size: 12px;
}
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb:before {
    display: none;
}
.woocommerce-page .et_pb_extra_column_main,
.woocommerce .et_pb_extra_column_main {
    display: block;
    width: 100%;
}
.woocommerce-page .et_pb_extra_column_main .woocommerce-ordering,
.woocommerce-page .et_pb_extra_column_main .woocommerce-result-count,
.woocommerce .et_pb_extra_column_main .woocommerce-ordering,
.woocommerce .et_pb_extra_column_main .woocommerce-result-count {
    margin: 0 0 20px;
}
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-message {
    display: inline-block;
    background: #00a8ff;
    width: 100%;
    border: 0;
    border-radius: 3px;
    padding: 12px !important;
    color: #fff;
    font-size: 12px;
}
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-message:before {
    content: "\e632";
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10px 0 0;
    font-size: 14px;
    vertical-align: middle;
}
.woocommerce-page ul.products,
.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 100%;
    margin: 0 -12px;
    overflow: hidden;
    float: none;
}
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: 0 0 0 -1px !important;
    padding: 0 12px 24px;
}
.with_sidebar.woocommerce-page ul.products li.product,
.with_sidebar .woocommerce-page ul.products li.product,
.with_sidebar.woocommerce ul.products li.product,
.with_sidebar .woocommerce ul.products li.product {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin: 0 0 0 -1px !important;
}
.woocommerce-page ul.products li.product .product-wrapper,
.woocommerce ul.products li.product .product-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border: 0;
}
.woocommerce-page ul.products li.product .product-wrapper a,
.woocommerce ul.products li.product .product-wrapper a {
    position: relative;
    width: 100%;
    text-align: center;
}
.woocommerce-page ul.products li.product .product-wrapper a:last-child,
.woocommerce ul.products li.product .product-wrapper a:last-child {
    padding: 20px;
}
.woocommerce-page ul.products li.product .product-wrapper a img,
.woocommerce ul.products li.product .product-wrapper a img {
    margin: 0;
}
.woocommerce-page ul.products li.product .product-wrapper h3,
.woocommerce ul.products li.product .product-wrapper h3 {
    margin: 0 0 5px;
    padding: 0;
}
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price {
    margin: 0;
    color: #00a8ff;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-page ul.products li.product .price del,
.woocommerce-page ul.products li.product .price ins,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: inline-block;
    text-decoration: none;
}
.woocommerce-page ul.products li.product .price del span.amount,
.woocommerce-page ul.products li.product .price ins span.amount,
.woocommerce ul.products li.product .price del span.amount,
.woocommerce ul.products li.product .price ins span.amount {
    font-size: 18px;
}
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
    text-decoration: line-through;
}
.woocommerce-page ul.products li.product .price del span.amount,
.woocommerce ul.products li.product .price del span.amount {
    color: rgba(0, 0, 0, 0.5);
}
.woocommerce-page ul.products li.product .price span.amount,
.woocommerce ul.products li.product .price span.amount {
    font-size: 18px;
}
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-6 li.product {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667% !important;
    min-width: 16.66667% !important;
    width: 16.66667% !important;
}
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-5 li.product {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20% !important;
    min-width: 20% !important;
    width: 20% !important;
}
@media (min-width: 769px) {
    .woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-4 li.product {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25% !important;
        min-width: 25% !important;
        width: 25% !important;
    }
}
@media (min-width: 769px) {
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-3 li.product {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333% !important;
        min-width: 33.33333% !important;
        width: 33.33333% !important;
    }
}
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-2 li.product {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
}
.woocommerce-page ul.products.columns-1 li.product,
.woocommerce ul.products.columns-1 li.product {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}
.woocommerce-page nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
    width: 100%;
    text-align: right;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 0;
    margin: 0 0 24px;
    line-height: 1;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers:after,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers:after,
.woocommerce nav.woocommerce-pagination ul.page-numbers:before {
    display: none;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    margin: 0 0 0 10px;
    border: 0;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background: #00a8ff;
    color: #fff;
}
.woocommerce-page div.product div.images,
.woocommerce div.product div.images {
    width: calc(50% - 12px);
    margin: 0 12px 24px 0;
    float: left;
}
.woocommerce-page div.product div.images img,
.woocommerce div.product div.images img {
    border-radius: 3px;
    overflow: hidden;
}
.woocommerce-page div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 6.6666%;
}
.woocommerce-page div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    margin-right: 6.6666%;
    margin-bottom: 6.6666%;
}
.woocommerce-page div.product div.images .flex-control-thumbs li:nth-of-type(4n),
.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n) {
    margin-right: 0;
}
.woocommerce-page div.product div.images .flex-control-thumbs li img,
.woocommerce div.product div.images .flex-control-thumbs li img {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce div.product div.images div.thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 12px 0;
    padding-top: 0;
}
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce div.product div.images div.thumbnails a {
    margin: 0;
    padding: 0 12px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: #00a8ff;
}
.woocommerce-page div.product div.summary,
.woocommerce div.product div.summary {
    width: calc(50% - 12px);
    border-top: 0;
    padding: 24px;
    float: right;
}
.woocommerce-page div.product div.summary .product_title,
.woocommerce div.product div.summary .product_title {
    margin: 0 0 10px;
}
.woocommerce-page div.product div.summary .woocommerce-product-rating,
.woocommerce div.product div.summary .woocommerce-product-rating {
    width: 100%;
    margin: 0 0 20px;
    line-height: 1;
}
.woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating,
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
    margin: 0 5px 0 0;
}
.woocommerce-page div.product div.summary p.price,
.woocommerce div.product div.summary p.price {
    margin: 0 0 20px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: 1;
}
.woocommerce-page div.product div.summary p.price ins,
.woocommerce div.product div.summary p.price ins {
    text-decoration: none;
}
.woocommerce-page div.product div.summary p.price del .amount,
.woocommerce div.product div.summary p.price del .amount {
    color: rgba(0, 0, 0, 0.5);
}
.woocommerce-page div.product div.summary span.price,
.woocommerce div.product div.summary span.price {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.woocommerce-page div.product div.summary span.price del,
.woocommerce div.product div.summary span.price del {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}
.woocommerce-page div.product div.summary span.price del .amount,
.woocommerce div.product div.summary span.price del .amount {
    color: inherit;
}
.woocommerce-page div.product div.summary span.price ins,
.woocommerce div.product div.summary span.price ins {
    text-decoration: none;
}
.woocommerce-page div.product div.summary .quantity .qty,
.woocommerce div.product div.summary .quantity .qty {
    margin: 0 10px 0 0;
    line-height: 1;
}
.woocommerce-page div.product div.summary .variations td,
.woocommerce div.product div.summary .variations td {
    padding-bottom: 10px;
}
.woocommerce-page div.product div.summary .product_meta,
.woocommerce div.product div.summary .product_meta {
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.woocommerce-page div.product div.summary .product_meta a,
.woocommerce div.product div.summary .product_meta a {
    color: #00a8ff;
    font-weight: 600;
}
.woocommerce-page div.product div.summary .product-share-links,
.woocommerce div.product div.summary .product-share-links {
    background: #f5f9fd;
    width: calc(100% + 48px);
    margin: -8px;
    padding: 10px 20px 0;
    text-align: center;
}
.woocommerce-page div.product div.summary .product-share-links a,
.woocommerce div.product div.summary .product-share-links a {
    display: inline-block;
    margin: 0 5px 10px;
}
.woocommerce-page div.product div.summary p,
.woocommerce div.product div.summary p {
    margin: 0 0 40px;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion,
.woocommerce div.product .extra-woocommerce-details-accordion {
    width: calc(50% - 12px);
    border: 0;
    clear: right;
    float: right;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion .group,
.woocommerce div.product .extra-woocommerce-details-accordion .group {
    width: 100%;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion .header,
.woocommerce 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-page
    div.product
    .extra-woocommerce-details-accordion
    .header.ui-accordion-header-active
    .ui-accordion-header-icon:before,
.woocommerce
    div.product
    .extra-woocommerce-details-accordion
    .header.ui-accordion-header-active
    .ui-accordion-header-icon:before {
    content: "\e63d";
}
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon,
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon {
    display: inline-block;
    margin: 0 5px 0 0;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before {
    content: "\e638";
    color: rgba(0, 0, 0, 0.5);
}
.woocommerce-page div.product .extra-woocommerce-details-accordion .title,
.woocommerce 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-page div.product .extra-woocommerce-details-accordion .content,
.woocommerce div.product .extra-woocommerce-details-accordion .content {
    background: #f5f9fd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion .content > h2,
.woocommerce div.product .extra-woocommerce-details-accordion .content > h2 {
    display: none;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email {
    width: 50%;
    padding: 0;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author {
    padding-right: 10px;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email {
    padding-left: 10px;
}
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-rating,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-rating {
    padding: 10px 0;
    clear: both;
}
.woocommerce-page div.product #comments .commentlist,
.woocommerce div.product #comments .commentlist {
    padding: 0;
}
.woocommerce-page div.product #respond .comment-reply-title,
.woocommerce div.product #respond .comment-reply-title {
    font-size: 14px;
}
.woocommerce-page div.product #respond .comment-form-rating label,
.woocommerce div.product #respond .comment-form-rating label {
    display: block;
    margin-bottom: 10px;
}
.woocommerce-page .related.products,
.woocommerce .related.products {
    width: 100%;
    clear: both;
}
.woocommerce-page .related.products h2,
.woocommerce .related.products h2 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 600;
}
.woocommerce-page .related.products .products li.product,
.woocommerce .related.products .products li.product {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.with_sidebar.woocommerce-page .related.products .products li.product,
.with_sidebar.woocommerce .related.products .products li.product {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}
.woocommerce-page.et_pb_pagebuilder_layout div.product div.summary,
.woocommerce.et_pb_pagebuilder_layout div.product div.summary {
    display: none;
}
.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;
    -webkit-transition: opacity 0.3s ease-in-out;
    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.is-active,
.woocommerce-MyAccount-navigation-link:hover {
    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 td,
.woocommerce-MyAccount-content table th {
    font-size: 14px;
} /*!
* Ripple
* Created by Andy Tran (http://andytran.me)
* Copyright 2015 Andy Tran.
* Licensed under MIT (https://github.com/andyhqtran/UILibrary/blob/master/LICENSE)
*/
[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: #fff;
    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: #fff;
    }
    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: #fff;
    }
    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);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        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: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@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;
    }
}
@-webkit-keyframes slideWidth {
    0% {
        width: 0;
    }
}
@keyframes slideWidth {
    0% {
        width: 0;
    }
}
@-webkit-keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(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);
    }
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@font-face {
    font-family: ET-Extra;
    src: url(fonts/ET-Extra.eot);
    src:
        url(fonts/ET-Extra.eot?#iefix) format("embedded-opentype"),
        url(fonts/ET-Extra.woff) format("woff"),
        url(fonts/ET-Extra.ttf) format("truetype"),
        url(fonts/ET-Extra.svg#ET-Extra) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@media only screen and (min-width: 1024px) {
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #footer .et_pb_extra_column {
        width: 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.33333%;
    }
    .footer_columns_4#footer .et_pb_extra_column {
        width: 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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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.33333%;
    }
    .footer_columns_1_3__2_3#footer .et_pb_extra_column.even {
        width: 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.66667%;
    }
    .footer_columns_2_3__1_3#footer .et_pb_extra_column.odd {
        width: 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.66667%;
    }
    .footer_columns_2_3__1_3#footer .et_pb_extra_column.even {
        width: 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.33333%;
    }
    .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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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_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,
    .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-3,
    .footer_columns_1_3__2_3#footer .et_pb_extra_column.column-2,
    .footer_columns_1_3__2_3#footer .et_pb_extra_column.column-3,
    .footer_columns_1_4__1_2__1_4#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_4__3_4#footer .et_pb_extra_column.column-2,
    .footer_columns_1_4__3_4#footer .et_pb_extra_column.column-3,
    .footer_columns_2#footer .et_pb_extra_column.column-2,
    .footer_columns_2#footer .et_pb_extra_column.column-3,
    .footer_columns_2_3__1_3#footer .et_pb_extra_column.column-2,
    .footer_columns_2_3__1_3#footer .et_pb_extra_column.column-3,
    .footer_columns_3#footer .et_pb_extra_column.column-3,
    .footer_columns_3_4__1_4#footer .et_pb_extra_column.column-2,
    .footer_columns_3_4__1_4#footer .et_pb_extra_column.column-3 {
        display: none;
    }
    #main-header-wrapper {
        -webkit-transition: height 0.5s;
        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;
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
        width: 100%;
    }
    .et_hide_nav.et_fixed_nav .et-fixed-header #main-header {
        opacity: 1;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .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_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-medium,
    .et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .et_pb_column_1_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_1_5 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .et_pb_column_1_6 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_1_6 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .et_pb_column_3_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
        display: none;
    }
    .et_pb_column_1_3 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column,
    .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="2"] .column,
    .et_pb_column_1_4 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column,
    .et_pb_column_1_5 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column,
    .et_pb_column_1_5 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column,
    .et_pb_column_1_6 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column,
    .et_pb_column_1_6 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column,
    .et_pb_column_2_5 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column,
    .et_pb_column_2_5 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
    #content-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_row,
    .et_pb_extra_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column,
    .et_pb_extra_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .et_pb_extra_column_main,
    .et_pb_extra_column_sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        float: none;
        clear: both;
    }
    .with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .with_sidebar.et_pb_extra_column_main,
    .with_sidebar .et_pb_extra_column_main,
    .with_sidebar.et_pb_extra_column_sidebar,
    .with_sidebar .et_pb_extra_column_sidebar {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }
    .ie.with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .ie.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .ie.with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .ie.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .ie.with_sidebar.et_pb_extra_column_main,
    .ie.with_sidebar .et_pb_extra_column_main,
    .ie.with_sidebar.et_pb_extra_column_sidebar,
    .ie.with_sidebar .et_pb_extra_column_sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page.with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .page.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .page.with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .page.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .page.with_sidebar.et_pb_extra_column_main,
    .page.with_sidebar .et_pb_extra_column_main,
    .page.with_sidebar.et_pb_extra_column_sidebar,
    .page.with_sidebar .et_pb_extra_column_sidebar,
    .single.with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .single.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_main,
    .single.with_sidebar.et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .single.with_sidebar .et_extra_layout .et_pb_extra_column_main .et_pb_column_sidebar,
    .single.with_sidebar.et_pb_extra_column_main,
    .single.with_sidebar .et_pb_extra_column_main,
    .single.with_sidebar.et_pb_extra_column_sidebar,
    .single.with_sidebar .et_pb_extra_column_sidebar {
        padding: 0 !important;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_8,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4,
    .et_pb_extra_column_1_2,
    .et_pb_extra_column_1_3,
    .et_pb_extra_column_1_4,
    .et_pb_extra_column_1_5,
    .et_pb_extra_column_1_6,
    .et_pb_extra_column_2_3,
    .et_pb_extra_column_2_5,
    .et_pb_extra_column_3_4,
    .et_pb_extra_column_3_5,
    .et_pb_extra_column_3_8,
    .et_pb_extra_column_4_4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .et_extra_layout
        .et_pb_extra_column_main
        .et_section_specialty
        .et_pb_column_1_2
        .et_pb_row_inner
        .et_pb_column_1_4,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_section_specialty
        .et_pb_column_1_2
        .et_pb_row_inner
        .et_pb_column_1_6,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_section_specialty
        .et_pb_column_2_3
        .et_pb_row_inner
        .et_pb_column_1_3,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_section_specialty
        .et_pb_column_2_3
        .et_pb_row_inner
        .et_pb_column_1_6,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_section_specialty
        .et_pb_column_3_4
        .et_pb_row_inner
        .et_pb_column_1_4,
    .et_extra_layout
        .et_pb_extra_column_main
        .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%;
        -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 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 0 10px;
        margin: 0;
    }
    #et-info,
    #et-info .et-extra-social-icons {
        -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-cart,
    #et-info .et-top-search {
        margin: 0 10px 10px 0;
    }
    .et_hide_nav.et_fixed_nav #main-header {
        opacity: 1;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .et_fixed_nav .logo {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }
    .logo {
        height: 50px;
    }
    .centered .logo {
        display: inline-block;
        width: auto;
        margin: 30px 0;
    }
    #et-navigation {
        -webkit-box-align: 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,
    #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: #fff;
        font-weight: 400;
    }
    .et-top-search-primary-menu-item .et-top-search .et-search-field:-ms-input-placeholder {
        color: #fff;
        font-weight: 400;
    }
    .et-top-search-primary-menu-item .et-top-search .et-search-field::-ms-input-placeholder {
        color: #fff;
        font-weight: 400;
    }
    .et-top-search-primary-menu-item .et-top-search .et-search-field::placeholder {
        color: #fff;
        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;
        -webkit-transition: 0.3s ease;
        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 {
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
    }
    #et-mobile-navigation #et-extra-mobile-menu .sub-menu {
        display: none;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module,
    .et_pb_extra_module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_extra_layout
        .et_pb_extra_column_main
        .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_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
    .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_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post {
        padding: 20px 20px 0;
        width: 50%;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post .post-content {
        padding: 0;
    }
    .et_extra_layout
        .et_pb_extra_column_main
        .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_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,
    .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 {
        width: 100%;
    }
    .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_1_5 .tabbed-post-module .tabs ul li,
    .et_pb_column_1_6 .tabbed-post-module .tabs ul li,
    .et_pb_column_2_3 .tabbed-post-module .tabs ul li,
    .et_pb_column_2_5 .tabbed-post-module .tabs ul li,
    .et_pb_column_3_5 .tabbed-post-module .tabs ul li {
        display: block;
    }
    .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_1_5 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_1_6 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_2_3 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_2_5 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_3_5 .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_2 .tabbed-post-module .tab-nav,
    .et_pb_column_1_3 .tabbed-post-module .tab-nav,
    .et_pb_column_1_4 .tabbed-post-module .tab-nav,
    .et_pb_column_1_5 .tabbed-post-module .tab-nav,
    .et_pb_column_1_6 .tabbed-post-module .tab-nav,
    .et_pb_column_2_3 .tabbed-post-module .tab-nav,
    .et_pb_column_2_5 .tabbed-post-module .tab-nav,
    .et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav,
    .et_pb_column_3_5 .tabbed-post-module .tab-nav,
    .et_pb_row_inner .et_pb_column_4_4 .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,
    .et_pb_column_1_5 .tabbed-post-module .tab-content,
    .et_pb_column_1_6 .tabbed-post-module .tab-content,
    .et_pb_column_2_5 .tabbed-post-module .tab-content,
    .et_pb_column_3_5 .tabbed-post-module .tab-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_pb_column_1_2 .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 .main-post,
    .et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_1_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_5 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_3_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_3_5 .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,
    .et_pb_column_1_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_3_5 .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,
    .et_pb_column_1_5 .tabbed-post-module .tab-content .main-post .post-content,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .main-post .post-content,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .main-post .post-content,
    .et_pb_column_3_5 .tabbed-post-module .tab-content .main-post .post-content {
        padding: 0;
    }
    .post-header {
        padding: 40px;
    }
    .page .post-wrap,
    .post-wrap {
        padding: 0 40px 40px;
    }
    .post-footer {
        padding: 15px 40px 0;
    }
    .post-footer .social-icons {
        margin: 0 0 15px;
    }
    .review {
        margin: 40px 0 0;
    }
    .project-details .project-categories,
    .project-details .project-description,
    .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,
    .et_pb_column_1_5 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
    .et_pb_column_1_6 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
    .et_pb_column_2_5 .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 .project,
    .with_sidebar #portfolio_list .project {
        width: 50%;
    }
    .sitemap-content ul {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
    .with_sidebar .sitemap-content ul {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .sitemap-content ul.children {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .woocommerce-page ul.products,
    .woocommerce ul.products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        min-width: 100%;
        margin: -12px;
        overflow: hidden;
        float: none;
    }
    .with_sidebar.woocommerce-page ul.products li.product,
    .with_sidebar .woocommerce-page ul.products li.product,
    .with_sidebar.woocommerce ul.products li.product,
    .with_sidebar .woocommerce ul.products li.product {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin: 0 0 0 -1px !important;
    }
    .woocommerce-page .related.products li.product:nth-child(n),
    .woocommerce .related.products li.product:nth-child(n) {
        width: 25% !important;
        margin: 0 !important;
    }
    .etad {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .header .etad {
        margin: 20px auto;
    }
    .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-content-box,
    .et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
    }
    .et_pb_column_1_2 .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,
    .et_pb_column_1_5 .featured-posts-slider-module .post-content h3,
    .et_pb_column_1_6 .featured-posts-slider-module .post-content h3,
    .et_pb_column_2_3 .featured-posts-slider-module .post-content h3,
    .et_pb_column_2_5 .featured-posts-slider-module .post-content h3,
    .et_pb_column_3_4 .featured-posts-slider-module .post-content h3,
    .et_pb_column_3_5 .featured-posts-slider-module .post-content h3,
    .et_pb_column_3_8 .featured-posts-slider-module .post-content h3,
    .et_pb_column_4_4 .featured-posts-slider-module .post-content h3 {
        font-size: 16px;
    }
    .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,
    .et_pb_column_1_5 .featured-posts-slider-module .post-content h3 a,
    .et_pb_column_1_6 .featured-posts-slider-module .post-content h3 a,
    .et_pb_column_2_5 .featured-posts-slider-module .post-content h3 a,
    .et_pb_column_3_8 .featured-posts-slider-module .post-content h3 a {
        color: #fff;
    }
    .et_pb_column_1_2 .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,
    .et_pb_column_1_5 .featured-posts-slider-module .post-meta,
    .et_pb_column_1_6 .featured-posts-slider-module .post-meta,
    .et_pb_column_2_5 .featured-posts-slider-module .post-meta,
    .et_pb_column_3_5 .featured-posts-slider-module .post-meta,
    .et_pb_column_3_8 .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,
    .et_pb_column_1_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_1_6 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_2_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_3_5 .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_1_3 .posts-carousel-module .carousel-group,
    .et_pb_column_1_4 .posts-carousel-module .carousel-group,
    .et_pb_column_1_5 .posts-carousel-module .carousel-group,
    .et_pb_column_1_6 .posts-carousel-module .carousel-group,
    .et_pb_column_2_5 .posts-carousel-module .carousel-group,
    .et_pb_column_3_5 .posts-carousel-module .carousel-group,
    .et_pb_column_3_8 .posts-carousel-module .carousel-group {
        padding-right: 10px;
        padding-left: 10px;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .carousel-item,
    .et_pb_column_1_6 .posts-carousel-module .carousel-item,
    .et_pb_column_2_5 .posts-carousel-module .carousel-item,
    .et_pb_column_3_5 .posts-carousel-module .carousel-item,
    .et_pb_column_3_8 .posts-carousel-module .carousel-item {
        width: 25%;
        padding-top: 20px;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .post-thumbnail,
    .et_pb_column_1_6 .posts-carousel-module .post-thumbnail,
    .et_pb_column_2_5 .posts-carousel-module .post-thumbnail,
    .et_pb_column_3_5 .posts-carousel-module .post-thumbnail,
    .et_pb_column_3_8 .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_1_3 .posts-carousel-module .post-content-box,
    .et_pb_column_1_4 .posts-carousel-module .post-content-box,
    .et_pb_column_1_5 .posts-carousel-module .post-content-box,
    .et_pb_column_1_6 .posts-carousel-module .post-content-box,
    .et_pb_column_2_5 .posts-carousel-module .post-content-box,
    .et_pb_column_3_5 .posts-carousel-module .post-content-box,
    .et_pb_column_3_8 .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_1_3 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_3_8 .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_1_3 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_3_8 .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_1_3 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_3_8 .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_1_3 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_3_8 .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_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_3_8 .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_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_3_8 .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_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_3_8 .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_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next {
        right: auto;
        left: 40px;
    }
}
@media only screen and (max-width: 980px) {
    .et_pb_column_1_2 .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 .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_3 .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 .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_2_3 .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 .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_5 .et-slider .carousel-item.et-pb-active-slide,
    .et_pb_column_2_5 .et-slider .carousel-item.et-pb-moved-slide,
    .et_pb_column_2_5 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
    .et_pb_column_2_5 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
    .et_pb_column_3_4 .et-slider .carousel-item.et-pb-active-slide,
    .et_pb_column_3_4 .et-slider .carousel-item.et-pb-moved-slide,
    .et_pb_column_3_4 .featured-posts-slider-module .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_5 .et-slider .carousel-item.et-pb-active-slide,
    .et_pb_column_3_5 .et-slider .carousel-item.et-pb-moved-slide,
    .et_pb_column_3_5 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
    .et_pb_column_3_5 .featured-posts-slider-module .carousel-item.et-pb-moved-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,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products li.product,
    .post-type-archive-product.woocommerce-page.woocommerce ul.products li.product {
        width: 25%;
        max-width: 25%;
        min-width: 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_shop .woocommerce.columns-6 ul.products li.product,
    .et_pb_pagebuilder_layout .related ul.products.columns-6 ul.products li.product,
    .et_pb_pagebuilder_layout .upsells ul.products.columns-6 ul.products li.product {
        width: 16.66667% !important;
        max-width: 16.66667% !important;
        min-width: 16.66667% !important;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }
    .et_pb_pagebuilder_layout .et_pb_shop .woocommerce.columns-5 ul.products li.product,
    .et_pb_pagebuilder_layout .related ul.products.columns-5 ul.products li.product,
    .et_pb_pagebuilder_layout .upsells ul.products.columns-5 ul.products li.product {
        width: 20% !important;
        max-width: 20% !important;
        min-width: 20% !important;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .et_pb_pagebuilder_layout .et_pb_shop .woocommerce.columns-4 ul.products li.product,
    .et_pb_pagebuilder_layout .related ul.products.columns-4 ul.products li.product,
    .et_pb_pagebuilder_layout .upsells ul.products.columns-4 ul.products li.product {
        width: 25% !important;
        max-width: 25% !important;
        min-width: 25% !important;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .et_pb_pagebuilder_layout .et_pb_shop .woocommerce.columns-3 ul.products li.product,
    .et_pb_pagebuilder_layout .related ul.products.columns-3 ul.products li.product,
    .et_pb_pagebuilder_layout .upsells ul.products.columns-3 ul.products li.product {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        min-width: 33.33333% !important;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
    .et_pb_pagebuilder_layout .et_pb_shop .woocommerce.columns-2 ul.products li.product,
    .et_pb_pagebuilder_layout .related ul.products.columns-2 ul.products li.product,
    .et_pb_pagebuilder_layout .upsells ul.products.columns-2 ul.products li.product {
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .et_pb_pagebuilder_layout .et_pb_shop .woocommerce.columns-1 ul.products li.product,
    .et_pb_pagebuilder_layout .related ul.products.columns-1 ul.products li.product,
    .et_pb_pagebuilder_layout .upsells ul.products.columns-1 ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .et_pb_pagebuilder_layout.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-1 li.product,
    .et_pb_pagebuilder_layout.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-2 li.product,
    .et_pb_pagebuilder_layout.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-3 li.product,
    .et_pb_pagebuilder_layout.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-4 li.product,
    .et_pb_pagebuilder_layout.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-5 li.product,
    .et_pb_pagebuilder_layout.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-6 li.product {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .audio-titles {
        padding: 40px;
    }
    .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,
    .et_pb_column_1_4 .tabbed-post-module article .header .video-play-button,
    .et_pb_column_1_5 .post-module article .header .video-play-button,
    .et_pb_column_1_5 .posts-blog-feed-module.standard article .header .video-play-button,
    .et_pb_column_1_5 .tabbed-post-module article .header .video-play-button,
    .et_pb_column_1_6 .post-module article .header .video-play-button,
    .et_pb_column_1_6 .posts-blog-feed-module.standard article .header .video-play-button,
    .et_pb_column_1_6 .tabbed-post-module 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,
    .et_pb_column_1_5 .posts-blog-feed-module.masonry article .header .video-play-button,
    .et_pb_column_1_6 .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;
    }
    .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_1_5 .tabbed-post-module .tabs ul li,
    .et_pb_column_1_6 .tabbed-post-module .tabs ul li,
    .et_pb_column_2_3 .tabbed-post-module .tabs ul li,
    .et_pb_column_2_5 .tabbed-post-module .tabs ul li,
    .et_pb_column_3_5 .tabbed-post-module .tabs ul li,
    .et_pb_column_3_8 .tabbed-post-module .tabs ul li,
    .tabbed-post-module .tabs ul li {
        display: none;
    }
    .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_1_5 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_1_6 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_2_3 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_2_5 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_3_4 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_3_5 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_3_8 .tabbed-post-module .tabs ul li.active,
    .et_pb_column_4_4 .tabbed-post-module .tabs ul li.active {
        display: block;
        width: 100%;
        border: 0;
    }
    .et_pb_column_1_2 .tabbed-post-module .tab-nav,
    .et_pb_column_1_3 .tabbed-post-module .tab-nav,
    .et_pb_column_1_4 .tabbed-post-module .tab-nav,
    .et_pb_column_1_5 .tabbed-post-module .tab-nav,
    .et_pb_column_1_6 .tabbed-post-module .tab-nav,
    .et_pb_column_2_3 .tabbed-post-module .tab-nav,
    .et_pb_column_2_5 .tabbed-post-module .tab-nav,
    .et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav,
    .et_pb_column_3_4 .tabbed-post-module .tab-nav,
    .et_pb_column_3_5 .tabbed-post-module .tab-nav,
    .et_pb_column_3_8 .tabbed-post-module .tab-nav,
    .et_pb_column_4_4 .tabbed-post-module .tab-nav,
    .et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav {
        display: block;
    }
    .et_pb_column_3_8 .tabbed-post-module .tab-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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="2"] .column,
    .posts-blog-feed-module .paginated_content .paginated_page[data-columns="3"] .column {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .posts-blog-feed-module .paginated_content .paginated_page[data-columns="2"] .column:first-child,
    .posts-blog-feed-module .paginated_content .paginated_page[data-columns="3"] .column:first-child {
        padding: 0;
    }
    .posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before,
    .with_sidebar .posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before {
        content: "1 .column.size-1of1";
    }
    .related-posts-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .related-post {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .authors-page .authors[data-columns]::before,
    .with_sidebar .authors-page .authors[data-columns]::before {
        content: "1 .column.size-1of1";
    }
    .member-content #loginform {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .member-content .button,
    .member-content .input {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .member-content .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;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }
    #portfolio_filter a {
        width: 100%;
    }
    #portfolio_filter a:first-child {
        border-radius: 0;
    }
    #portfolio_list .project,
    .with_sidebar #portfolio_list .project {
        width: 100%;
    }
    .sitemap-content ul,
    .with_sidebar .sitemap-content ul {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 ul.products li.product,
    .et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-2 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-3 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-4 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-5 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-6 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 .related ul.products.columns-1 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-2 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-3 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-4 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-5 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-6 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-1 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-2 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-3 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-4 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-5 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-6 li.product,
    .post-type-archive-product.woocommerce-page.woocommerce ul.products li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 li.product,
    .with_sidebar.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.columns-2 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-3 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-4 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-5 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-6 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 .related ul.products.columns-1 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-2 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-3 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-4 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-5 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-6 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-1 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-2 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-3 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-4 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-5 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-6 li.product,
    .with_sidebar.post-type-archive-product.woocommerce-page.woocommerce ul.products li.product,
    .with_sidebar.woocommerce-page ul.products li.product,
    .with_sidebar.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
    }
    .woocommerce-page .related.products,
    .woocommerce-page div.product .extra-woocommerce-details-accordion,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce .related.products,
    .woocommerce div.product .extra-woocommerce-details-accordion,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100%;
        clear: both;
    }
    .woocommerce-page .related.products h2,
    .woocommerce .related.products h2 {
        margin: 0 0 20px;
        padding: 0;
        font-weight: 600;
    }
    .woocommerce-page .related.products li.product,
    .woocommerce .related.products li.product {
        margin-right: 0 !important;
    }
    .woocommerce-page .related.products li.product:nth-child(n),
    .woocommerce .related.products li.product:nth-child(n) {
        width: 50% !important;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0 !important;
    }
    .woocommerce-page .et_pb_wc_related_products ul.products.columns-1 li.product,
    .woocommerce-page .et_pb_wc_related_products ul.products.columns-2 li.product,
    .woocommerce-page .et_pb_wc_related_products ul.products.columns-3 li.product,
    .woocommerce-page .et_pb_wc_related_products ul.products.columns-4 li.product,
    .woocommerce-page .et_pb_wc_related_products ul.products.columns-5 li.product,
    .woocommerce-page .et_pb_wc_related_products ul.products.columns-6 li.product,
    .woocommerce-page .et_pb_wc_upsells ul.products.columns-1 li.product,
    .woocommerce-page .et_pb_wc_upsells ul.products.columns-2 li.product,
    .woocommerce-page .et_pb_wc_upsells ul.products.columns-3 li.product,
    .woocommerce-page .et_pb_wc_upsells ul.products.columns-4 li.product,
    .woocommerce-page .et_pb_wc_upsells ul.products.columns-5 li.product,
    .woocommerce-page .et_pb_wc_upsells ul.products.columns-6 li.product,
    .woocommerce .et_pb_wc_related_products ul.products.columns-1 li.product,
    .woocommerce .et_pb_wc_related_products ul.products.columns-2 li.product,
    .woocommerce .et_pb_wc_related_products ul.products.columns-3 li.product,
    .woocommerce .et_pb_wc_related_products ul.products.columns-4 li.product,
    .woocommerce .et_pb_wc_related_products ul.products.columns-5 li.product,
    .woocommerce .et_pb_wc_related_products ul.products.columns-6 li.product,
    .woocommerce .et_pb_wc_upsells ul.products.columns-1 li.product,
    .woocommerce .et_pb_wc_upsells ul.products.columns-2 li.product,
    .woocommerce .et_pb_wc_upsells ul.products.columns-3 li.product,
    .woocommerce .et_pb_wc_upsells ul.products.columns-4 li.product,
    .woocommerce .et_pb_wc_upsells ul.products.columns-5 li.product,
    .woocommerce .et_pb_wc_upsells ul.products.columns-6 li.product {
        margin-right: 0 !important;
    }
    #footer-info,
    #footer-nav {
        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;
    }
    .page .post-wrap,
    .post-wrap {
        padding: 0 20px 40px;
    }
    .post-footer {
        padding: 15px 20px 0;
    }
    .post-footer .social-icons .share-title {
        display: block;
    }
    .author-box .author-box-avatar {
        width: 80px;
        max-width: 80px;
        min-width: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        height: 80px;
        margin: 0 0 20px;
    }
    .author-box-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .author-box-description {
        margin: 0;
    }
    .review-summary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -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%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .et_pb_extra_module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post,
    .et_extra_layout
        .et_pb_extra_column_main
        .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_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_extra_module .main-post {
        padding: 0;
        border: 0;
        width: 100%;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_pb_column_1_2
        .et_pb_row_inner
        .et_pb_column_4_4
        .et_pb_extra_module
        .main-post
        .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_pb_column_2_3
        .et_pb_row_inner
        .et_pb_extra_module
        .main-post
        .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout
        .et_pb_extra_column_main
        .et_pb_column_3_4
        .et_pb_row_inner
        .et_pb_extra_module
        .main-post
        .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .main-post .post-content,
    .et_extra_layout .et_pb_extra_column_main .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_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .posts-list {
        width: 100%;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_4_4 .et_pb_extra_module .posts-list li:first-child,
    .et_pb_extra_module .posts-list li:first-child,
    .et_pb_extra_module .posts-list li:only-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:last-child,
    .et_pb_extra_module .posts-list li:only-child {
        border-bottom: 0;
    }
    .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_1_5 .tabbed-post-module .tab-content,
    .et_pb_column_1_6 .tabbed-post-module .tab-content,
    .et_pb_column_2_5 .tabbed-post-module .tab-content,
    .et_pb_column_3_5 .tabbed-post-module .tab-content,
    .et_pb_column_3_8 .tabbed-post-module .tab-content,
    .tabbed-post-module .tab-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_pb_column_1_2 .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 .main-post,
    .et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_1_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_5 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_3_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_3_5 .tabbed-post-module .tab-content .posts-list,
    .et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
    .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_1_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .main-post,
    .et_pb_column_3_5 .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_1_5 .tabbed-post-module .tab-content .main-post .post-content,
    .et_pb_column_1_6 .tabbed-post-module .tab-content .main-post .post-content,
    .et_pb_column_2_5 .tabbed-post-module .tab-content .main-post .post-content,
    .et_pb_column_3_5 .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 .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;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_1_6 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_2_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .et_pb_column_3_5 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
    .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
        display: none;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .carousel-group,
    .et_pb_column_1_6 .posts-carousel-module .carousel-group,
    .et_pb_column_2_3 .posts-carousel-module .carousel-group,
    .et_pb_column_2_5 .posts-carousel-module .carousel-group,
    .et_pb_column_3_4 .posts-carousel-module .carousel-group,
    .et_pb_column_3_5 .posts-carousel-module .carousel-group,
    .et_pb_column_4_4 .posts-carousel-module .carousel-group {
        padding-right: 0;
        padding-left: 0;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .carousel-item,
    .et_pb_column_1_6 .posts-carousel-module .carousel-item,
    .et_pb_column_2_3 .posts-carousel-module .carousel-item,
    .et_pb_column_2_5 .posts-carousel-module .carousel-item,
    .et_pb_column_3_4 .posts-carousel-module .carousel-item,
    .et_pb_column_3_5 .posts-carousel-module .carousel-item,
    .et_pb_column_4_4 .posts-carousel-module .carousel-item {
        width: 50%;
        padding-top: 0;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .post-thumbnail,
    .et_pb_column_1_6 .posts-carousel-module .post-thumbnail,
    .et_pb_column_2_3 .posts-carousel-module .post-thumbnail,
    .et_pb_column_2_5 .posts-carousel-module .post-thumbnail,
    .et_pb_column_3_4 .posts-carousel-module .post-thumbnail,
    .et_pb_column_3_5 .posts-carousel-module .post-thumbnail,
    .et_pb_column_4_4 .posts-carousel-module .post-thumbnail {
        margin-right: 0;
        margin-left: 0;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .post-content-box,
    .et_pb_column_1_6 .posts-carousel-module .post-content-box,
    .et_pb_column_2_3 .posts-carousel-module .post-content-box,
    .et_pb_column_2_5 .posts-carousel-module .post-content-box,
    .et_pb_column_3_4 .posts-carousel-module .post-content-box,
    .et_pb_column_3_5 .posts-carousel-module .post-content-box,
    .et_pb_column_4_4 .posts-carousel-module .post-content-box {
        margin-right: 0;
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-prev,
    .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev {
        left: 40px;
    }
    .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,
    .rtl .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-prev,
    .rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev {
        left: auto;
        right: 40px;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-next,
    .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next {
        right: 40px;
    }
    .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,
    .rtl .et_pb_column_1_5 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_1_6 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_2_5 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_3_5 .posts-carousel-module .et-pb-arrow-next,
    .rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next {
        right: auto;
        left: 40px;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev {
        left: 20px;
    }
    .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,
    .rtl .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_1_6 .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_2_5 .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_3_5 .posts-carousel-module:hover .et-pb-arrow-prev,
    .rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev {
        left: auto;
        right: 20px;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_1_6 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_2_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_3_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next {
        right: 20px;
    }
    .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,
    .rtl .et_pb_column_1_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_1_6 .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_2_5 .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_3_5 .posts-carousel-module:hover .et-pb-arrow-next,
    .rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next {
        right: auto;
        left: 20px;
    }
    .et_pb_column_1_2 .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item,
    .et_pb_column_1_6 .featured-posts-slider-module .carousel-item,
    .et_pb_column_2_3 .featured-posts-slider-module .carousel-item,
    .et_pb_column_2_5 .featured-posts-slider-module .carousel-item,
    .et_pb_column_3_4 .featured-posts-slider-module .carousel-item,
    .et_pb_column_3_5 .featured-posts-slider-module .carousel-item,
    .et_pb_column_3_8 .featured-posts-slider-module .carousel-item,
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item,
    .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_1_2 .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,
    .with_sidebar .et_pb_column_1_5 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_1_6 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_2_5 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_3_5 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
        height: auto;
    }
    .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,
    .with_sidebar .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .with_sidebar .et_pb_column_1_6 .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_2_5 .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_3_5 .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_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
        margin-top: 330px;
    }
    .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .et_pb_column_1_6 .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_2_5 .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_3_5 .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_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
        position: relative;
        background: #fff;
        padding: 0;
        margin-top: 330px;
    }
    .et_pb_column_1_2 .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content h3,
    .et_pb_column_1_6 .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_2_5 .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_3_5 .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_4_4 .featured-posts-slider-module .carousel-item .post-content h3 {
        font-weight: 600;
    }
    .et_pb_column_1_2 .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content h3 a,
    .et_pb_column_1_6 .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_2_5 .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_3_5 .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_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
        color: rgba(0, 0, 0, 0.5);
    }
    .et_pb_column_1_2 .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_3_5 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-meta,
    .et_pb_column_4_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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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,
    .member-box,
    .sitemap-box {
        padding: 40px;
    }
    .sitemap-content ul,
    .with_sidebar .sitemap-content ul {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .timeline {
        position: relative;
        width: 100%;
    }
    .timeline-nav {
        display: none;
    }
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        max-width: 50%;
        width: 50%;
    }
    .with_sidebar.woocommerce-page ul.products li.product,
    .with_sidebar.woocommerce ul.products li.product {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    .woocommerce-page div.product .related li.product:nth-child(n),
    .woocommerce div.product .related li.product:nth-child(n) {
        width: 100% !important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 !important;
    }
    .woocommerce-page div.product .related li.product:last-child,
    .woocommerce div.product .related li.product:last-child {
        padding-bottom: 0 !important;
    }
    .et_pb_pagebuilder_layout .et_pb_column .et_pb_shop .woocommerce.columns-1 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-3 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-5 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 ul.products li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-1 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-2 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-3 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-4 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-5 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-6 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-1 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-2 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-3 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-4 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-5 li.product,
    .et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-6 li.product,
    .post-type-archive-product.woocommerce-page.woocommerce ul.products li.product,
    .with_sidebar.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.columns-2 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-4 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-6 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 .related ul.products.columns-1 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-2 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-3 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-4 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-5 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .related ul.products.columns-6 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-1 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-2 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-3 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-4 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-5 li.product,
    .with_sidebar.et_pb_pagebuilder_layout .et_pb_column .upsells ul.products.columns-6 li.product,
    .with_sidebar.post-type-archive-product.woocommerce-page.woocommerce ul.products li.product {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
        width: 50% !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;
        -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) {
    .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,
    .et_pb_column_1_5 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .et_pb_column_1_6 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .et_pb_column_2_5 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .et_pb_column_3_5 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
    .posts-carousel-module.loading .carousel-item-hide-on-load-small {
        display: none;
    }
    .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,
    .et_pb_column_1_5 .posts-carousel-module .carousel-item,
    .et_pb_column_1_6 .posts-carousel-module .carousel-item,
    .et_pb_column_2_3 .posts-carousel-module .carousel-item,
    .et_pb_column_2_5 .posts-carousel-module .carousel-item,
    .et_pb_column_3_4 .posts-carousel-module .carousel-item,
    .et_pb_column_3_5 .posts-carousel-module .carousel-item,
    .et_pb_column_4_4 .posts-carousel-module .carousel-item {
        width: 100%;
    }
    .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,
    .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .et_pb_column_1_6 .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_2_5 .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_3_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .et_pb_column_4_4 .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,
    .with_sidebar .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .with_sidebar .et_pb_column_1_6 .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_2_5 .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_3_5 .featured-posts-slider-module .carousel-item .post-content-box,
    .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
        margin-top: 210px;
    }
    .post-footer {
        padding: 0 20px;
    }
    .project-details .project-categories,
    .project-details .project-description,
    .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 .post-module article .header .video-play-button,
    .et_pb_column_1_4 .posts-blog-feed-module.standard article .header .video-play-button,
    .et_pb_column_1_4 .tabbed-post-module article .header .video-play-button,
    .et_pb_column_1_5 .post-module article .header .video-play-button,
    .et_pb_column_1_5 .posts-blog-feed-module.standard article .header .video-play-button,
    .et_pb_column_1_5 .tabbed-post-module article .header .video-play-button,
    .et_pb_column_1_6 .post-module article .header .video-play-button,
    .et_pb_column_1_6 .posts-blog-feed-module.standard article .header .video-play-button,
    .et_pb_column_1_6 .tabbed-post-module article .header .video-play-button {
        font-size: 4rem;
        line-height: 4rem;
        width: 4rem;
        height: 4rem;
        margin-left: -2rem;
        margin-top: -2rem;
    }
}
