/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/
/* NOTE: Separate out child theme css files to the following folder */
@import url("ultimate-member-styles.css");
@import url("woocommerce-styles.css");

[class^="icon"],
i,
.fa,
.fas,
.fa.glyphicon.fa-shopping-cart {
    font-family: "Font Awesome 5 Free" !important;
}

/*--------------------------------*\
		REBRANDING STYLES
\*--------------------------------*/

.google-maps {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

h2.tribe-events-page-title > a {
    display: none;
}

.single h2.fusion-post-title {
    display: none !important;
}

strong {
    font-family: museo-sans-500 !important;
}

#main h2 {
    text-align: left !important;
}

.archive .clearfix {
    height: auto !important;
    overflow: visible !important;
}

p.return-to-shop {
    display: none;
}

.woocommerce-message {
    margin-top: 0 !important;
    height: 55px;
    float: right !important;
}

h4.entry-title {
    font-family: "museo-sans-300", sans-serif;
}

.fusion-toggle-heading {
    font-size: 18px !important;
    color: #1e7be2 !important;
}

.home.page-template-100-width .post-content {
    position: relative;
    bottom: 2em;
}

.fusion-megamenu-title {
    color: #2c2c2c !important;
}

footer .footer-menutitle {
    font-weight: bold;
    color: #ffffff !important;
}

.fusion-footer .fusion-row,
fusion-header .fusion-row {
    max-width: 1000px !important;
}

#wrapper .fusion-widget-area .current-menu-item > a,
#wrapper .fusion-widget-area .current_page_item > a {
    color: #969695 !important;
}

.fusion-button {
    border: none !important;
}

.post-content .fusion-builder-row > p {
    display: inherit;
}

.fusion-builder-row.fusion-row {
    max-width: 1000px !important;
}

.searchform .search-table .search-button input[type="submit"] {
    height: 50px !important;
}

#content.full-width {
    width: 100% !important;
}

input[type="text"],
select,
textarea {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    color: #000000 !important;
    padding: 0 20px !important;
    font-family: "museo-sans-500", sans-serif !important;
}

input[type="text"],
select {
    height: 50px !important;
}

textarea {
    padding: 20px !important;
}

textarea:focus,
select:focus,
input[type="text"]:focus {
    border-color: #1e7be2 !important;
}

#main a:hover {
    text-decoration: underline;
}

.fusion-footer-widget-column {
    margin-bottom: 20px !important;
}

#menu-footer li a::before,
#menu-beauty-care li a::before,
#menu-color-cosmetics li a::before,
#menu-industrial li a::before,
#menu-markets li a::before {
    display: none !important;
}

#menu-footer li,
#menu-beauty-care li,
#menu-color-cosmetics li,
#menu-industrial li,
#menu-markets li {
    border: none;
    padding: 0px 10px 10px 0px !important;
}

footer h4.widget-title {
    letter-spacing: 3px !important;
}

footer #nav_menu-4 .widget-title,
footer #nav_menu-5 .widget-title,
footer #nav_menu-6 .widget-title {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    text-transform: none;
    letter-spacing: 0px !important;
    font-weight: bold;
    font-size: 14px;
}

#custom_html-3 {
    margin-bottom: 0;
}

ul.social-list {
    list-style: none;
}

@media (max-width: 600px) {
    .fusion-footer-widget-area .f1 {
        padding-bottom: 40px;
    }

    .fusion-footer-widget-area .f1,
    footer .f2 {
        float: none;
        width: 100% !important;
    }

    .fusion-footer-widget-area .f2 span {
        float: none;
    }
}

.post-content li.gfield {
    padding-left: 0px;
}

h3.contact-heading {
    color: #000000 !important;
}

h1.entry-title {
    font-size: calc(18.4px + 1.46667vw);
}

#breadcrumbs {
    font-size: 11px;
}

#breadcrumbs.blog-breadcrumbs {
    min-width: 200px;
    background: transparent;
    max-width: 800px;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    display: inline;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

.single-navigation {
    height: 65px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0 !important;
}

#single-navigation-buttons {
    width: 50%;
}

#single-navigation-buttons a {
    border-radius: 8em;
    min-width: 80px;
    font-size: 13px;
    padding: 0;
    background: white;
    color: #1e7be2;
    transition: 0.15s ease-out;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    font-weight: 500;
    position: relative;
    z-index: 999;
}

#single-navigation-buttons a:hover {
    color: #2c2c2c !important;
    box-shadow: inset 0 0 0 1px #2c2c2c;
    text-decoration: none !important;
}

#single-navigation-buttons a::before,
#single-navigation-buttons a::after {
    position: relative;
    top: 16px;
    margin-left: 0;
}

#single-navigation-buttons a:hover::before,
#single-navigation-buttons a:hover::after {
    color: #2c2c2c !important;
}

#menu-item-16018 {
    min-width: 400px;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #eeeeee;
    color: #1e7be2 !important;
}

.searchandfilter ul {
    display: block;
}

.home .searchandfilter ul li {
    margin-bottom: 45px;
    padding-right: 25px;
    display: inline-block;
}

.home .searchandfilter input,
.home .searchandfilter select {
    width: 200px;
}

.searchandfilter input[type="text"] {
    border: 1px solid #eeeeee;
}

.searchandfilter select {
    height: auto;
    font-size: 13px;
    padding: 4px 2px;
    width: 100%;
    background: #ffffff;
    color: #666;
    border: 1px solid #eeeeee;
}

.searchandfilter input[type="text"]:focus,
.searchandfilter select:focus {
    border-color: #1e7be2;
}

.searchandfilter select option {
    background: #fff;
    color: #666;
}

.searchandfilter input[name="ofsearch"] {
    padding: 0 0 0 4px;
    font-size: 13px;
}

.searchandfilter ul > li:first-of-type {
    position: relative;
}

.searchandfilter ul > li:first-of-type::after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    pointer-events: none;
    font-size: 14px;
    right: 5px;
    bottom: 22px;
}

.searchandfilter input[type="submit"] {
    color: #fff;
    border: 1px solid transparent;
    margin: 10px 0;
    font-family: "museo-sans-500", serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 15px;
    text-transform: none;
}

.marketItem h2 a {
    color: #2c2c2c !important;
}

.marketItem h2 a:hover {
    text-decoration: none;
}

@media (max-width: 473px) {
    .single-navigation {
        height: 75px !important;
    }

    .single-navigation a[rel="next"] {
        margin: 0 !important;
    }
}

/*-----------NEW SLIDER------------------*/

/*--site specific slider styles--*/

.home .tfs-slider .slides li:nth-child(1) .background-image {
    /*silica*/
    background-position: bottom center;
}

.home .tfs-slider .slides li:nth-child(2) .background-image {
    /*sustainability*/
    background-position: bottom right;
}

.home .tfs-slider .slides li:nth-child(3) .background-image, /*2017 hair*/
.home .tfs-slider .slides li:nth-child(5) .background-image /*dry shampoo*/
{
    background-position: bottom center;
}

.home .tfs-slider .slides li:nth-child(4) .background-image /*blanova*/
{
    background-position: top right;
}

.home .tfs-slider .slides li:nth-child(6) .background-image /*mens grooming*/
{
    background-position: center right;
}

.home .tfs-slider .slides li:nth-child(7) .background-image /*ethnic hair*/
{
    background-position: bottom center;
}

.home .background-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.3);
    content: " ";
}

#fusion-slider-sc-singlepages .background-image {
    /*lady in tub*/
    background-position: 50% 36% !important;
}

#fusion-slider-sc-formulas .background-image {
    background-position: 50% 45% !important;
}

#fusion-slider-sc-products .background-image {
    background-position: 50% 30%;
}

#fusion-slider-sc-trends .background-image {
    background-position: 50% 31%;
}

#fusion-slider-sc-whyglenn .background-image {
    background-position: 50% 75%;
}

#fusion-slider-sc-markets .background-image {
    background-position: 50% 62%;
}

#fusion-slider-sc-news .background-image {
    background-position: 50% bottom;
}

#fusion-slider-sc-contact .background-image {
    background-position: 50% 50%;
}

/*------Fusion Slider---------*/
.home .main-flex .slide-content h2 {
    font-family: "museo-sans-500", sans-serif !important;
}

.home .tfs-slider .slide-content-container .fusion-title-size-three h3 {
    margin: 0;
    font-family: "museo-slab-700", serif !important;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1 !important;
}

.home .tfs-slider .slide-content-container h2 {
    letter-spacing: 3px;
}

.home .tfs-slider h3 .smaller {
    font-size: 22px;
    line-height: 20px !important;
}

.home .tfs-slider,
.home #sliders-container,
.home .fusion-slider-container,
.home .tfs-slider .background-image {
    min-height: 500px;
}

.tfs-slider .slide-content-container .tfs-button-1,
.tfs-slider .slide-content-container .tfs-button-2 {
    padding: 0px 40.5px 0 7.5px !important;
}

@media (max-width: 950px) {
    .home .tfs-slider,
    .home #sliders-container,
    .home .fusion-slider-container,
    .home .tfs-slider .background-image {
        min-height: 620px;
    }
}

@media (max-width: 700px) {
    .home .tfs-slider .slide-content-container .fusion-title-size-three h3 {
        font-size: 26px !important;
    }

    .home .tfs-slider .slide-content-container h2 {
        font-size: 12px !important;
    }

    .home .tfs-slider h3 .smaller {
        font-size: 20px;
    }
}

@media (min-width: 800px) {
    .home.page-template-100-width .post-content {
        bottom: 5.5em;
    }
}


/*-----------OLD SLIDER------------------*/

.home .ls-wrapper.ls-in-out {
    left: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.aligncontent.ls-layer {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    position: static;
    padding: 0 50px !important;
}

.home .aligncontent.ls-layer.text {
    width: 100% !important;
    max-width: 1000px !important;
}

.home .aligncontent.ls-layer.logo {
    max-width: 55px !important;
}

.home .aligncontent.ls-layer.btn {
    width: 100% !important;
    max-width: 1000px !important;
}

.page-template-default .ls-wrapper.ls-in-out,
.product-template-default .ls-wrapper.ls-in-out {
    left: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.page-template-default .aligncontent.ls-layer,
.product-template-default .aligncontent.ls-layer {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    position: static;
    padding: 0 50px !important;
}

.page-template-default .aligncontent.ls-layer.text,
.product-template-default .aligncontent.ls-layer.text {
    width: 85% !important;
    max-width: 940px !important;
}

#content h1,
.product_title {
    font-size: 36px !important;
    font-weight: 900 !important;
}

h2.entry-title,
#wrapper #main .fusion-post-content > h2.fusion-post-title,
.post-content h2 {
    font-size: 26px !important;
}

.woocommerce-loop-category__title,
.product a h2,
.product a h3 {
    font-size: 18px !important;
    color: #1e7be2 !important;
}

footer {
    z-index: 2147483638;
    position: relative;
    font-size: 14px !important;
}

footer a {
    font-size: 14px !important;
}

footer a:hover {
    text-decoration: none !important;
}

.fusion-copyright-notice {
    display: block;
    text-align: left !important;
}

/*--header styles--*/

.fusion-widget-cart-number {
    background-color: #2c2c2c;
    color: #ffffff !important;
}

nav.fusion-main-menu .fusion-widget-cart-counter > a:before {
    padding: 0;
    border: none;
}

.fusion-main-menu .fusion-widget-cart-counter > a:hover:before {
    border: none !important;
}

.txt-block.value p {
    margin: 45px 0 !important;
}

ul#menu-header-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: none !important;
}

/*.fusion-header .fusion-row, .fusion-secondary-main-menu .fusion-row, .fusion-footer .fusion-row {
	width: 90% !important
}*/

.fusion-header-banner .header-content {
    color: #265ba7;
    font-family: "museo-slab-500", serif !important;
    font-weight: 500;
    line-height: 1.3;
}


.fusion-logo-left .fusion-header-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

#brand-logo-wrap {
    width: 150px;
}

@media (min-width: 400px) {
    .half {
        width: 50%;
        float: left;
    }
}

@media (max-width: 559px) {
    .fusion-logo-link {
        width: 10%;
        float: left !important;
    }

    .fusion-logo img.fusion-logo-1x.fusion-standard-logo {
        max-width: 100%;
    }

    .fusion-header-content-3-wrapper {
        width: 100%;
    }

    .fusion-logo-left .fusion-header-banner {
        min-width: 100%;
        display: block;
        margin: 0;
    }

    #brand-logo-wrap {
        max-width: 120px;
        margin-top: 20px;
    }

    #brand-logo-wrap,
    .fusion-header-banner .clear {
        float: left;
        margin-top: 12px;
    }

    .fusion-header-banner .header-content {
        clear: both;
        position: static;
        padding-top: 10px;
    }
}

@media (min-width: 560px) and (max-width: 699px) {
    .fusion-logo-link {
        width: 10%;
        float: left !important;
    }

    .fusion-logo img.fusion-logo-1x.fusion-standard-logo {
        max-width: 100%;
    }

    .fusion-header-content-3-wrapper {
        width: 80%;
        padding-left: 3%;
    }

    .fusion-logo-left .fusion-header-banner {
        min-width: 100%;
        float: right;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
    }

    #brand-logo-wrap,
    .fusion-header-banner .clear {
        float: left;
    }

    .fusion-header-banner .header-content {
        float: right;
        position: static;
        padding: 0;
        margin-right: 10%;
    }
}

@media (min-width: 641px) {
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        width: 100% !important;
    }
}

@media (min-width: 700px) and (max-width: 980px) {
    .fusion-logo-link {
        width: 10%;
        float: left !important;
    }

    .fusion-logo img.fusion-logo-1x.fusion-standard-logo {
        max-width: 100%;
    }

    .fusion-header-content-3-wrapper {
        width: 80%;
        padding-left: 3%;
    }

    .fusion-logo-left .fusion-header-banner {
        min-width: 100%;
        float: right;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0;
    }

    #brand-logo-wrap,
    .fusion-header-banner .clear {
        float: left;
    }

    .fusion-header-banner .header-content {
        float: right;
        position: static;
        padding: 0;
    }
}

@media (max-width: 980px) {
    .fusion-mobile-nav-item.txt-block {
        display: none;
    }
}

@media (min-width: 981px) {
    .stretch-menu {
        width: 60%;
    }


    .fusion-logo img.fusion-logo-1x.fusion-standard-logo {
        max-width: 100%;
    }

    .fusion-header-content-3-wrapper {
        width: 88%;
    }

    .fusion-logo-left .fusion-header-banner {
        min-width: 100%;
        float: right;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        margin: 0;
    }

    #brand-logo-wrap,
    .fusion-header-banner .clear {
        float: left;
    }

    .fusion-header-banner .header-content {
        float: right;
        position: static;
        padding: 0;
    }
}

/*--end header styles--*/

/*------- homepage blue section ------*/

.blue-section h2,
.blue-section h3,
.blue-section a {
    color: #ffffff !important;
}

.blue-section p {
    height: 50px;
    position: relative;
    bottom: 4.6em;
    z-index: 5000;
    margin: 0 !important;
    background-color: rgba(74, 144, 226, 0.8);
    min-height: 4.6em;

    max-width: 100%;
}

.blue-section p a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.9em 1.56em;
}

.blue-section p a:hover {
    text-decoration: none !important;
}

.blue-section p,
.blue-section .fusion-imageframe + p {
    transition: 0.15s ease;
}

.blue-section p:hover,
.blue-section .fusion-imageframe:hover + p {
    background-color: #4a90e2;
    opacity: 1;
}

@media (max-width: 800px) {
    .blue-section .fusion-one-third .fusion-column-wrapper {
        max-width: 100%;
    }

    .blue-section img {
        width: 100% !important;
        position: relative;
        bottom: 100px !important;
    }

    .blue-section .fusion-imageframe {
        width: 100% !important;
        height: 4.6em;
    }

    .blue-section .fusion-one-third {
        height: 4.6em;
    }
}

@media (min-width: 801px) {
    .blue-section .fusion-one-third .fusion-column-wrapper {
        max-width: 300px;
    }
}

/*------end blue ------------*/

/*-----------Blog/News Archive Pages-----------------*/

.post-type-archive-news h2.entry-title.fusion-post-title {
    line-height: 1 !important;
}

.post-type-archive-news h2.entry-title.fusion-post-title a {
    font-size: 16px !important;
    color: #2c2c2c !important;
    transition: 0.15s ease;
    font-family: "museo-sans-700", sans-serif !important;
}

.post-type-archive-news h2.entry-title.fusion-post-title a:hover {
    color: #1e7be2 !important;
    text-decoration: none !important;
}

.fusion-blog-layout-grid .fusion-post-content-wrapper,
.fusion-blog-layout-timeline .fusion-post-content-wrapper {
    padding: 10px 25px 30px 0px !important;
    border-bottom: 1px solid #e9e6eb;
}

.post-type-archive-news p.fusion-single-line-meta {
    color: #969695;
    letter-spacing: 3px;
}

.pagination,
.pagination .pagination-next,
.pagination .pagination-prev,
.woocommerce-pagination,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    font-size: 16px !important;
    height: auto !important;
}

.pagination > span,
.pagination > a,
.woocommerce-pagination > span,
.woocommerce-pagination a {
    padding: 6px 12px !important;
    font-family: "museo-sans-500", sans-serif !important;
}

.pagination a:hover,
.woocommerce-pagination a:hover {
    text-decoration: none !important;
}

.pagination .current,
.woocommerce-pagination .current {
    border-radius: 100%;
    color: #ffffff !important;
}

.pagination .inactive,
.pagination .page-text,
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination .dots {
    border: none !important;
    color: #2c2c2c !important;
}

.pagination .inactive:hover,
.pagination .page-text:hover,
.woocommerce-pagination a.page-numbers:hover {
    color: #1e7be2 !important;
}

.pagination-next::after,
.woocommerce-pagination .next::after,
.pagination-prev::before,
.woocommerce-pagination .prev::before {
    display: none;
}

/*-------------End Blog & News-------------------------*/

/*-- side block (blue square on markets pages) and page layout--*/

.parent-pageid-10027 .woocommerce .products li .product-details {
    height: auto !important;
}

.parent-pageid-10027 .woocommerce .by-vendor-name,
.parent-pageid-10027 .product-details {
    padding: 0 !important;
}

.parent-pageid-10027 .woocommerce .product-details {
    border: none !important;
}

.parent-pageid-10027 .woocommerce ul.products li.product {
    width: 100% !important;
    padding: 0 !important;
}

.parent-pageid-10027 .woocommerce ul.products li.product:first-child {
    margin-top: 20px !important;
}

.parent-pageid-10027 .woocommerce ul.products li.product a {
    transition: all 400ms ease;
}

.parent-pageid-10027 .woocommerce ul.products li.product a:hover {
    text-decoration: none !important;
    color: #2c2c2c;
    padding-left: 10px;
}

.parent-pageid-10027 .woocommerce ul.products li.product h3.product-title {
    font-size: 1.3em !important;
}

li.cat-item::before {
    display: none;
}

.form-group.half {
    max-width: 200px;
}

select::-ms-expand {
    display: none;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    float: right;
    margin: 5px 0px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    padding-right: 35px !important;
    text-indent: 0.01px;
    text-overflow: "";
    color: #1e7be2 !important;
    background: transparent !important;
}

.page-template-100-width #main {
    padding: 0 !important;
    background: transparent !important;
}

.side-block {
    background: #1e7be2;
    color: white;
    padding: 24px;
}

.side-block_title {
    color: white !important;
    font-size: 25px !important;
    line-height: 1.2em !important;
}

.side-block_subtitle {
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.c-wrap {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-section .fusion-layout-column {
    max-width: 1000px;
    margin: 0 auto !important;
    width: 85% !important;
}

#breadcrumbs a,
#breadcrumbs span {
    font-size: 11px;
    color: #2c2c2c;
    transition: color 400ms ease;
    text-transform: capitalize;
}

#breadcrumbs a:hover {
    color: #1e7be2;
}

.woosidebar {
    z-index: -80;
}

@media (max-width: 800px) {
    .sidebar-no-products aside.sidebar {
        margin-bottom: 200px;
    }

    #content-wrap {
        padding: 24px 0 0 24px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .side-block {
        min-height: 145px;
    }

    div.sidebar {
        bottom: 100.2px;
    }

    .parent-pageid-10027 .market-menu,
    .parent-pageid-10027 #breadcrumbs {
        top: 230px;
        position: relative;
    }

    .parent-pageid-10027 #main .products li:nth-child(3n),
    .parent-pageid-10027 #main .products li:nth-child(4n) {
        margin: 0 !important;
        width: 100% !important;
    }

    .fusion-fullwidth.fullwidth-box.woo__products.nonhundred-percent-fullwidth {
        margin-bottom: 250px !important;
    }

    .fusion-fullwidth.fullwidth-box.pg-copy.nonhundred-percent-fullwidth {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 801px) {
    .sidebar-no-products aside.sidebar {
        float: left;
        width: 200px !important;
        margin-top: 60px;
    }

    /*.page-id-1018 .post-content {
          bottom: 0px;
          position: relative;
      }
      .parent-pageid-21 .post-content, .parent-pageid-39 .post-content, .page-id-33 .post-content {
          bottom: 50px;
          position: relative;
      }*/
    div.sidebar {
        position: relative;
        float: left;
        margin-right: -200px;
        max-width: 201px;
        min-width: 200px;
        bottom: -80px;
        height: 200px;
    }

    .side-block {
        height: 200px;
    }

    .parent-pageid-10027 div.sidebar {
        bottom: 150px;
    }

    /*.page-id-1018 .pg-content,*/
    .page-template-100-width .pg-content {
        margin-left: 200px !important;
        padding-left: 4.1666667vw !important;
        padding-right: 4.1666667vw !important;
        bottom: 250px;
        background: #ffffff !important;
        width: 80.66% !important;
    }

    .breadcrumb-menu {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        height: 80px;
        padding-bottom: 20px;
        bottom: 70px;
        position: relative;
    }

    /*.parent-pageid-21 .breadcrumb-menu, .parent-pageid-39 .breadcrumb-menu, .page-id-33 .breadcrumb-menu*/
    .page-template-100-width .breadcrumb-menu {
        bottom: 90px;
    }

    #breadcrumbs {
        background: #ffffff;
        max-width: 800px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .page-id-41 #breadcrumbs {
        padding: 0 !important;
        margin: 0 !important;
        height: auto;
    }

    /*.parent-pageid-21 #breadcrumbs, .parent-pageid-39 #breadcrumbs, .page-id-33 #breadcrumbs*/
    .page-template-100-width #breadcrumbs {
        padding-top: 25px;
    }

    .parent-pageid-10027 .market-menu {
        top: -55px;
        max-width: 1000px;
        width: 100%;
        margin: 20px auto 0 auto;
        height: 60px;
        position: relative;
    }

    .parent-pageid-10027 #market-menu-bg {
        height: 60px;
        background: #ffffff;
        max-width: 800px;
        margin-left: 200px;
    }
}

/*-- end side block & page layout --*/

/*-- single product pages & custom template pages --*/

.woocommerce form.checkout #order_review,
.woocommerce form.checkout #order_review_heading,
.woocommerce form.checkout .col-2 {
    display: block;
}

body:not(.avada-woo-one-page-checkout) .woocommerce form.checkout #order_review,
body:not(.avada-woo-one-page-checkout) .woocommerce form.checkout #order_review_heading,
body:not(.avada-woo-one-page-checkout) .woocommerce form.checkout .col-2,
body:not(.avada-woo-one-page-checkout).woocommerce form.checkout #order_review,
body:not(.avada-woo-one-page-checkout).woocommerce form.checkout #order_review_heading,
body:not(.avada-woo-one-page-checkout).woocommerce form.checkout .col-2 {
    display: block !important;
}

.products li {
    border: 1px solid #f3f3f1 !important;
}

.archive .post {
    margin-bottom: 0 !important;
}

.green-product-badge {
    clear: both;
    padding-top: 25px;
}

.has-breadcrumbs #content h1 {
    position: relative;
    top: 90px;
}

.has-breadcrumbs #breadcrumbs {
    position: relative;
    bottom: 90px;
}

.by-vendor-name,
.product-details {
    padding: 20px 15px 0;
    min-height: 106px !important;
}

.woocommerce-tabs .panel {
    padding: 0 !important;
    border: none !important;
}

.woocommerce-tabs > .tabs {
    visibility: hidden;
    float: none !important;
}

body.single-product.woocommerce .woocommerce-tabs .panel {
    margin-left: 0px !important;
}

.content-container {
    min-height: 200px;
}

.fusion-builder-row.fusion-row.trends_footer_content {
    max-width: 1000px !important;
}

body.single-formulations #main h2.entry-title.fusion-post-title {
    display: none;
}

body.single-product.woocommerce #main,
body.single-formulations #main,
body.archive #main,
body.single #main body #main {
    padding: 0 !important;
}

body.single-product.woocommerce #main .fusion-row,
body.single-formulations #main .fusion-row,
body.archive #main .fusion-row,
body.single #main .fusion-row {
    max-width: 100%;
}

body.single-product.woocommerce #fusion-slider-sc-test,
body.single-formulations #fusion-slider-sc-test,
body.archive #fusion-slider-sc-test,
body.single #fusion-slider-sc-test {
    max-width: 100% !important;
}

body.single-product.woocommerce .woocommerce-container,
body .content-container,
body.archive .content-container {
    background: #fff;
}

.category-color-cosmetics aside.sidebar {
    float: left !important;
}

body.single-product.woocommerce aside.sidebar,
body.single-formulations aside.sidebar,
body.archive aside.sidebar {
    position: relative;
}

body.single-product.woocommerce aside.sidebar div.sidebar,
body.single-formulations aside.sidebar div.sidebar,
body.archive aside.sidebar div.sidebar {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-product.woocommerce aside.sidebar .widget_custom_html,
body.single-formulations aside.sidebar .widget_custom_html,
body.archive aside.sidebar .widget_custom_html {
    height: 200px !important;
}

body #content,
body.single #blog-container,
body #events-container {
    background-color: #ffffff;
}

body #events-container,
body.single-product.woocommerce #shop-page-container,
body #sidebar-page-container.has-side-block {
    height: 100%;
    width: 85%;
    margin: auto;
    position: relative;
    bottom: 160px;
    overflow: visible;
    z-index: 999;
    max-width: 1000px;
}

#content-wrap > div {
    width: 100%;
}

.single-product .product-type-simple > .fusion-clearfix {
    display: none;
}

.single-product .social-share {
    float: left;
}

body.single-product.woocommerce .woocommerce-container,
body .content-container,
body.archive .content-container {
    height: auto;
}

body.single #content,
body.single-product.woocommerce .woocommerce-container #content,
body .content-container #content,
body.archive .content-container #content {
    width: 100% !important;
}

body.single-product.woocommerce h2.product_title.entry-title {
    display: none;
}

body.single-product.woocommerce
#field_2_7.product-inquiry
.gform_wrapper
.ginput_complex
.ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    width: 100% !important;
}

body.single-product.woocommerce .product .product-border {
    display: none;
}

.side-nav li a {
    border: none !important;
    color: #1e7be2 !important;
    text-transform: none !important;
    transition: all 400ms ease;
    font-size: 16px !important;
}

.side-nav li a:hover {
    padding-left: 15px !important;
    color: #2c2c2c !important;
    text-decoration: none !important;
}

body.archive.tribe-events-page-template aside.sidebar,
body.single.single-tribe_events aside.sidebar {
    bottom: 0 !important;
}

.single-tribe_events #main .sidebar:not(.fusion-sticky-sidebar) {
    background-color: #fff !important;
}

.single-tribe_events .sidebar .tribe-events-venue-map {
    display: none;
}

.single-tribe_events #main .sidebar {
    padding: 0 !important;
}

@media (min-width: 1008px) {
    body.single aside.sidebar,
    body.single-product.woocommerce aside.sidebar,
    body.single-formulations aside.sidebar,
    body.archive aside.sidebar {
        bottom: -130px !important;
    }

    body.single-product.woocommerce aside.sidebar,
    body.single-formulations aside.sidebar,
    body.archive aside.sidebar {
        margin-bottom: 0;
    }
}

@media (min-width: 801px) {
    /*body.has-sidebar #main .sidebar {
          width: 100% !important;
      }*/
    .productR .one_half {
        margin-bottom: 100px;
    }

    #content-wrap {
        float: left;
        width: 100%;
    }

    body.single-product.woocommerce aside.sidebar,
    body.single-formulations aside.sidebar,
    body.archive aside.sidebar {
    }

    body.single-product.woocommerce #shop-page-container,
    body #sidebar-page-container.has-side-block {
        height: 100%;
        width: 85%;
    }

    body.single #blog-container,
    body.single-product.woocommerce .woocommerce-container,
    body .content-container {
        padding-left: 4.1666667vw !important;
        padding-right: 4.1666667vw !important;
        width: calc(100% - 201px);
        float: right;
        overflow: hidden;
    }

    /*body.single #blog-container {
          float: none !important;
      }*/
    body.single-product.woocommerce div.sidebar,
    body.single-formulations div.sidebar,
    body.archive div.sidebar {
        bottom: -80px;
        position: relative;
    }

    body.single-product.woocommerce aside.sidebar,
    body.single-formulations aside.sidebar,
    body.archive aside.sidebar,
    body aside.sidebar {
        min-width: 200px;
        position: relative;
        max-width: 201px !important;
    }

    body.single-post aside.sidebar,
    body.archive aside.sidebar {
        bottom: -300px;
    }

    body.single-product.woocommerce aside.sidebar,
    body.single-formulations aside.sidebar,
    body.archive aside.sidebar {
        margin-bottom: 150px;
    }
}

@media (max-width: 800px) {
    .productR .one_half {
        margin-bottom: 60px;
    }

    .single-tribe_events #main aside.sidebar {
        width: 85% !important;
        margin: 0 auto !important;
    }

    body.single-product.woocommerce #shop-page-container,
    body #sidebar-page-container.has-side-block {
        bottom: 100px;
    }

    #content-wrap > div {
        width: 100%;
    }
}

/* Resolves positioning of product content and sidebar in product view */
body.has-sidebar.double-sidebars #content {
    margin-left: 0px !important;
}

body.has-sidebar.double-sidebars #main #sidebar-2 {
    margin-left: 0px !important;
}

/*-- end shop etc. pages --*/

/*-- market pages - tab styling --*/

.parent-pageid-10027 .fusion-tabs.clean .nav-tabs li::before {
    display: none;
}

.parent-pageid-10027 .fusion-tabs.horizontal-tabs.clean .nav {
    text-align: left !important;
    padding-bottom: 20px;
}

.parent-pageid-10027 .fusion-tabs.clean .nav-tabs li .tab-link {
    padding: 0 !important;
}

.parent-pageid-10027
.fusion-tabs.clean
.nav-tabs
li
a.tab-link
.fusion-tab-heading {
    font-size: 16px;
}

.parent-pageid-10027
.fusion-tabs.clean
.nav-tabs
li.active
a
.fusion-tab-heading,
.fusion-tabs.clean .nav-tabs li a.tab-link:hover .fusion-tab-heading {
    color: #1e7be2;
}

.parent-pageid-10027 .btn_contact {
    display: none;
}

.parent-pageid-10027 .fusion-tabs .nav {
    display: block !important;
}

.parent-pageid-10027 .fusion-tabs .fusion-mobile-tab-nav {
    display: none !important;
}

.parent-pageid-10027 .fusion-tabs .nav-tabs.nav-justified > li {
    display: table-cell !important;
}

@media (max-width: 800px) {
    aside.sidebar {
        width: 85% !important;
        margin: 0 auto !important;
    }

    .breadcrumb-menu {
        top: 110px;
        position: relative;
    }

    .mobile-bump-up,
    .parent-pageid-10027 .fusion-tabs.horizontal-tabs.clean .tab-content {
        margin-top: -60px !important;
    }
}

/*-- end market tab styling --*/

/*----------------- events -------------------*/

.single-tribe_events .tribe-events-event-image {
    float: right;
}

.fusion-events-single-title-content {
    background-color: #1e7be2 !important;
}

.fusion-events-single-title-content h1 {
    color: #ffffff !important;
    line-height: 1.5em !important;
}

#events-container {
    padding: 0 !important;
}

.fusion-events-featured-image .fusion-events-single-title-content {
    position: relative !important;
}

.tribe-events-event-image {
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 930px) {
    .single-tribe_events .tribe-events-event-image {
        float: none !important;
        clear: both;
        margin-bottom: 25px !important;
    }
}

@media (min-width: 931px) {
    .fusion-events-featured-image .fusion-events-single-title-content,
    .fusion-events-featured-image .tribe-events-event-image {
        width: 50% !important;
    }

    .fusion-events-single-title-content {
        position: relative !important;
        margin-top: 40px !important;
        width: 400px !important;
    }
}

/*----------------- end events -------------------*/

html {
    font-family: "museo-sans", sans-serif !important;
}

body {
    font-weight: 300 !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/** {
	font-family: 'museo-sans-500', sans-serif !important;
}*/

.post-content h1:not(:first-child),
.post-content h2:not(:first-child),
.post-content h3:not(:first-child),
.post-content h4:not(:first-child),
.post-content h5:not(:first-child),
.post-content h6:not(:first-child) {
    margin-top: 1.5em;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 0 !important;
    line-height: 1.4 !important;
}

h1 {
    font-family: "museo-slab-700", serif !important;
    font-weight: 700 !important;
}

h1.pg-title {
    color: #1e7be2 !important;
    font-size: 32px !important;
}

.post-content h3 {
    font-size: 1.375em !important;
    color: #1e7be2;
}

h1.ls-layer,
h2.ls-layer {
    font-size: 2.25rem !important;
    font-family: "museo-slab-900" !important;
}

p.ls-layer {
    font-size: 0.75rem !important;
}

.post-content p:not(:first-child) {
    margin-top: 1em;
}

.post-content > :not(:first-child) {
    margin-top: 1em;
}

.post-content p {
    margin: 0;
}

/*.notfull {
	padding: 0 50px !important;
}*/

.home div#main {
    position: static !important;
    width: 100% !important;
}

.page-template-default div#main {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    padding: 0 !important;
}

.page-template-default #main .fusion-row {
    max-width: 100% !important;
}

/*.page-id-84 div#main,
.page-id-93 div#main,

.page-id-109 div#main {
	max-width: 1000px;
	bottom: 10vh;
    padding-top: 35px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
*/
.hundred-percent-fullwidth .fusion-row {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.btn_more {
    min-width: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #1e7be2 !important;
    border-radius: 36px !important;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.15s ease-out;
    padding: 7% 25% !important;
    text-transform: none !important;
}

#gform_submit_button_1,
#gform_submit_button_2,
.searchandfilter input[type="submit"] {
    max-width: 200px;
    padding: 20px 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #1e7be2;
    border-radius: 36px;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: none;
    transition: 0.15s ease-out;
}

.btn_more:hover,
#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
.searchandfilter input[type="submit"]:hover {
    color: #ffffff !important;
}

#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
.searchandfilter input[type="submit"]:hover {
    background-color: #000000 !important;
}

.btn_more:focus::before,
.btn_more:hover::before,
#gform_submit_button_1:focus::before,
#gform_submit_button_1:hover::before,
#gform_submit_button_2:focus::before,
#gform_submit_button_2:hover::before {
    transform: none;
    opacity: 1;
}

.btn_more::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2c2c2c;
    -ms-transform: translateY(101%);
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    transition: 0.1s ease-out;
    z-index: -1;
}

.btn_more::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1e7be2;
    z-index: -2;
}

.post-content a:hover {
    text-decoration: underline;
    color: #1e7be2;
}

.home .link {
    margin: 1.5em;
}

.link {
    font-size: 0.8125em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "museo-sans-500", sans-serif !important;
}

.link-white {
    color: #ffffff !important;
}

.link:hover {
    text-decoration: none !important;
    color: #2c2c2c !important;
}

.link-white:hover {
    color: #ffffff !important;
}

.link::after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 5px;
    width: 5px;
    border-right: solid 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: initial;
    border-top: solid 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: initial;
    flex: 0 0 auto;
    display: inline-block;
    margin-left: 0.5em;
    will-change: transform;
    align-self: center;
    transition: transform 0.15s ease-out;
}

.link-white::after {
    border-color: #ffffff !important;
}

.link:focus::after,
.link:hover::after {
    transform: rotate(45deg) translate(0.15em, -0.15em);
    color: #2c2c2c;
}

.link-white:focus::after,
.link-white:hover::after {
    color: #ffffff !important;
}

.home ul,
.home ol {
    margin: 0;
    list-style-type: none;
    padding: 0 !important;
}

ul,
ol {
    padding: 0 15px 15px 15px;
}

li {
    padding-bottom: 5px;
}

ul.ecpt_meta:empty {
    display: none;
}

.post-content .sm-content li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 0.5em;
}

.post-content .sm-content li::before {
    content: "";
    border-radius: 50%;
    background: #1e7be2;
    height: 5px;
    width: 5px;
    align-self: baseline;
    flex: 0 0 auto;
    position: absolute;
    top: 0.6em;
    left: 6px;
}

.slides li::before {
    display: none !important;
}

.recent-posts-content h4 {
    font-size: 15px !important;
}

.recent-posts-content:hover h4 a,
.fusion-recent-posts .columns .column a:hover {
    text-decoration: underline;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 ul li {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0px 15px 0;
}

.fusion-post-content.post-content {
    padding-top: 4%;
}

.img-overlap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

span.img-tag {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.img-overlap h3 {
    color: #fff !important;
    font-size: 25px !important;
    margin: 0 !important;
    padding-bottom: 0.6em;
}

p:empty {
    display: none;
}

.img-overlap p {
    margin: 0 !important;
    padding-bottom: 0.3em;
}

.fusion-megamenu-title {
    font-family: "museo-sans-700", sans-serif !important;
    max-width: 300px !important;
}

.menu-item .menu-item a span {
    color: #1e7be2;
    transition: 0.15s ease-in;
}

.menu-item .menu-item a:hover span {
    color: #333333;
    padding-left: 15px;
    transition: 0.15s ease-out;
}

.fusion-secondary-header {
    background-color: #ffffff !important;
    height: 0px;
}

.fusion-secondary-main-menu {
    background: transparent !important;
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,
.fusion-megamenu-widgets-container {
    font-weight: 300 !important;
}

.fusion-columns-5 .col-lg-2,
.fusion-columns-5 .col-md-2,
.fusion-columns-5 .col-sm-2,
.fusion-columns-5 .col-xs-2 {
    width: 25% !important;
}

.fusion-column.fusion-column-last.col-lg-2.col-md-2.col-sm-2 {
    margin: 60px 0 0 0;
    width: 100% !important;
    padding: 40px 0 0 0;
    border-top: 1px solid #ffffff;
    margin: 40px 0 0 0;
}

.f1,
.f2 {
    width: 50% !important;
}

.f1 {
    float: left;
}

.f2 {
    float: right;
}

.f2 span {
    float: right;
    font-size: 20px;
    font-family: "museo-sans-700", sans-serif;
    color: #ffffff;
}

.f2 .social-list li {
    float: left;
    margin-right: 1%;
}

a.fusion-icon.fusion-icon-bars {
    position: relative;
    top: 35px;
}

.products li:before {
    display: none;
}

/*-------------NEW MEDIA QUERIES---------------*/

@media (min-width: 1680px) {
    .sm-content,
    .img-overlap,
    .home .row-size,
    .home .slide-content {
        padding: 0 50px;
    }
}

@media (max-width: 1679px) {
    .sm-content,
    .img-overlap,
    .home .row-size,
    .home .slide-content {
        padding: 0 2.97619vw;
    }

    .sm-blist,
    .sm-blist2 {
        padding-left: 2.97619vw;
    }
}

@media (max-width: 1024px) {
    .txt-block.fusion-megamenu-columns-4 {
        padding-left: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-template-default main#main {
        bottom: 2vh !important;
    }
}

/*--------- END REBRANDING NEW STYLE -------------*/

/*--------------------------------*\
			OLD STYLES
\*--------------------------------*/
.woocommerce-content-box.avada-checkout {
    margin-left: auto;
    margin-right: auto;
}

input.fusion-apply-coupon.fusion-button.button-default.fusion-button-default-size.button {
    color: white;
}

a.fusion-button.button-default.fusion-button-default-size.button.fusion-update-cart {
    color: white;
}

a.checkout-button.button.alt.wc-forward {
    color: white;
}

.postid-9628 img.attachment-full.size-full.wp-post-image {
    display: none;
}

.postid-8732 img.attachment-full.size-full.wp-post-image {
    display: none;
}

.meta span a,
.meta-separator {
    display: none;
}

.userpro-overlay-inner {
    margin-top: 0px !important;
}

.related-formulas {
    float: left;
    width: 100%;
    height: auto;
}

.related-formulas h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    font-family: "museo-sans-500", sans-serif;
    font-weight: 400;
    padding-right: 8px;
    text-align: left;
}

.fusion-megamenu-bullet {
    border-left-color: #ffffff;
    display: none;
}

.related-formulas .title-sep-container {
    position: relative;
    height: 6px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.related-formulas .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #e0dede;
}

.related-formulas .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
}

.userpro-overlay-inner {
    position: fixed !important;
    top: 100px !important;
}

.sb-toggle-wrapper {
    visibility: hidden;
}

.single-product .related li.product {
    width: 200px !important;
}

.woocommerce-checkout-review-order-table tfoot {
    display: none;
}

.fusion-content-sep {
    display: none;
}

#azelis_slider_headline {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #0079af;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: #ffd658;
    border-style: none;
}

.search .fusion-single-line-meta {
    display: none;
}

#azelis_slider_headline_white {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px #787878;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: #ffd658;
    border-style: none;
}

#azelis_slider_headline2 {
    font-size: 27px;
    line-height: 28px;
    font-weight: 400;
    color: #0079af;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: #ffd658;
    border-style: none;
}

#azelis_slider_headline2b {
    font-size: 27px;
    line-height: 28px;
    font-weight: 400;
    color: #00326b;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: #ffd658;
    border-style: none;
}

#azelis_slider_headline3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: #ffd658;
    border-style: none;
}

#trends_carousel {
    width: 250px;
    min-height: 170px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    background: #dbdbdb;
}

#home_buttons {
    border: none !important;
    padding: 13px 29px !important;
}

#home_buttons:hover,
#home_buttons:hover > span {
    text-decoration: none !important;
    color: #ffffff !important;
    border: none !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(1)
> div.recent-posts-content
> p
> span.meta-separator {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(1)
> div.recent-posts-content
> p
> span:nth-child(3) {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(2)
> div.recent-posts-content
> p
> span.meta-separator {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(2)
> div.recent-posts-content
> p
> span:nth-child(3)
> a {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(3)
> div.recent-posts-content
> p
> span.meta-separator {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(3)
> div.recent-posts-content
> p
> span:nth-child(3)
> a {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(4)
> div.recent-posts-content
> p
> span.meta-separator {
    visibility: hidden !important;
}

#post-68
> div
> div.fusion-recent-posts.avada-container.layout-default.layout-columns-4
> section
> div:nth-child(4)
> div.recent-posts-content
> p
> span:nth-child(3)
> a {
    visibility: hidden !important;
}

p.price > span:nth-child(1) {
    visibility: hidden !important;
}

li.first:nth-child(1)
> div:nth-child(2)
> div:nth-child(1)
> div:nth-child(2)
> span:nth-child(1) {
    visibility: hidden !important;
}

.post-4148
> div:nth-child(2)
> div:nth-child(1)
> div:nth-child(2)
> span:nth-child(1) {
    visibility: hidden !important;
}

#product-7333
> div.related.products
> ul
> li.post-4151.product.type-product.status-publish.product_cat-active.supplier-basf.productapplications-personal-care.productapplications-sun-care.productapplications-skin-cleansing.productapplications-color-cosmetics.productapplications-hair-treatment.productapplications-body-care.productapplications-baby-care.productapplications-hand-nail-care.productapplications-hair-styling.productapplications-shaving.productapplications-hair-conditioning.productapplications-face-care.productapplications-hair-colorants.productapplications-after-sun-care.instock.taxable.shipping-taxable.purchasable.product-type-simple
> div.product-details
> div
> div
> span
> span {
    visibility: hidden !important;
}

span.amount {
    visibility: hidden;
}

.blogmore {
    padding-left: 300px;
}

.productR h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.productR .one_half {
    border: none;
}

.add_to_cart_button,
.buttonred,
.buttondark,
button.single_add_to_cart_button.button.alt,
.comment-form input[type="submit"],
.fusion-button-default,
.button,
.tribe-events-button {
    cursor: pointer;
    float: left;
    font-size: 13px;
    text-align: center;
    border: none;
    margin-top: 5px;
    color: #fff;
    background-color: #1e7be2 !important;
    border-radius: 36px !important;
    max-width: 100% !important;
    padding: 13px 29px;
    transition: 0.15s ease !important;
    min-width: 150px;
    margin-right: 5px !important;
}

/* Makes all Request Sample buttons yellow */
button.single_add_to_cart_button.button.alt,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #feb419 !important;
}

.add_to_cart_button:hover,
.buttonred:hover,
.buttondark:hover,
button:hover.single_add_to_cart_button.button.alt,
.comment-form input[type="submit"]:hover,
.fusion-button-default:hover,
.button:hover,
.tribe-events-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background: #2c2c2c !important;
}

/** Styling Product Pages **/
.product .images,
.product .product-border,
.product .product_meta,
.product .entry-summary .summary-container div[itemprop="offers"],
.product-type-simple .entry-summary .summary-container .avada-availability,
#main .product .product_title,
.product-buttons a:last-child {
    display: none !important;
}

.product-buttons .button {
    text-align: center !important;
    padding: 13px 29px !important;
}

#mainwrap #main {
    padding: 0 !important;
}

.product .summary.entry-summary {
    margin-left: 0 !important;
}

.product .woocommerce-tabs {
    padding-top: 20px !important;
}

.product-type-simple .entry-summary .summary-container .avada-availability {
    margin: 0 !important;
}

.product_cat-active .product-buttons-container .add_to_cart_button {
    padding: 13px 29px !important;
}

.product_cat-active .product-details-container {
    padding-bottom: 0 !important;
}

/** End Styling Product Pages **/

.search .post {
    width: 100% !important;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    padding: 0 !important;
    margin-bottom: 45px;
    padding-bottom: 20px;
    border: none !important;
    padding-left: 25px !important;
}

.search .fusion-post-wrapper {
    border: none;
    border-bottom: solid 1px #ddd;
}

.search .fusion-blog-layout-grid .fusion-post-content-wrapper {
    padding: 0;
}

.single-product .woocommerce-tabs,
.single-product .related {
    clear: none;
    float: left;
}

.single-product .related li.product {
    background-color: rgba(255, 255, 255, 0);
    width: 46%;
    float: left;
    margin: 0 2% 2%;
}

.checkoutbutton {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: #00326b;
    padding: 0.1em 0.5em;
    border-radius: 4px;
}

.checkoutbutton a {
    color: #fff;
}

.checkoutbutton .fa-shopping-cart {
    margin-right: 5px;
}

.shop_table .product-thumbnail img {
    display: none;
}

.shop_table .product-info {
    margin: 0;
}

.shop_table .product-price,
.shop_table .product-subtotal {
    display: none;
}

.cart_totals .shop_table,
.cart_totals h2 {
    display: none;
}

.cart_totals .fusion-button.fusion-update-cart {
    margin-top: 10px;
}

.avada-myaccount-user {
    display: none !important;
}

.tribe-events-list-event-title.entry-title.summary {
    position: relative;
    margin-top: 54px !important;
    width: 384px !important;
}

.updated.published.time-details {
    vertical-align: bottom !important;
}

.fusion-meta-info,
.about-author {
    display: none;
}

#content-wrap > .post {
    border: none;
    padding: 0;
}

.post {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.product-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100px;
    text-align: center;
}

.product-category .count,
.product-category img {
    display: none;
}

.post-type-archive-tribe_events #content {
    margin: 0 auto;
    float: none;
}

.formulas-cat .product-category h3 {
    margin-top: -0.3em;
}

.tax-formulatype .content .meta {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.tax-formulatype .content .title {
    float: left;
}

.tax-formulatype .content .blogmore {
    float: right;
}

.single-formulations .post-content > table {
    max-width: 720px;
}

.single-formulations .post-content > table table {
    max-width: 720px;
    width: 100%;
}

.single-formulations .post-content > table tr td[width="10%"]:first-of-type {
    padding-right: 10px !important;
}

.single-formulations .post-content > table tr td[height="25"]:first-of-type {
    padding-right: 64px !important;
}

table {
    width: 100%;
}

.sidebar .widget .searchandfilter h4 {
    font-size: 14px;
    margin: 7px 0 2px;
}

body.has-sidebar #content {
    width: calc(100% - 23% - 80px);
}

.add_to_cart_button {
    position: relative;
}

.add_to_cart_button.loading::before {
    -webkit-animation: 4s ease-in disappear-2;
    animation: 4s ease-in disappear-2;
}

.add_to_cart_button.loading::after {
    -webkit-animation: 4s ease-in disappear-1;
    animation: 4s ease-in disappear-1;
}

.add_to_cart_button::before {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px 5px;
    background: #27a;
    color: #fff;
    content: "Added to Cart";
    pointer-events: none;
    border-radius: 3px;
}

.add_to_cart_button::after {
    position: absolute;
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #27a transparent transparent transparent;
    pointer-events: none;
}

@keyframes disappear-1 {
    0% {
        top: 0;
        opacity: 0;
    }
    15% {
        top: -10px;
        opacity: 1;
    }
    85% {
        top: -10px;
        opacity: 1;
    }
    100% {
        top: -20px;
        opacity: 0;
    }
}

@keyframes disappear-2 {
    0% {
        top: -27px;
        opacity: 0;
    }
    15% {
        top: -37px;
        opacity: 1;
    }
    85% {
        top: -37px;
        opacity: 1;
    }
    100% {
        top: -47px;
        opacity: 0;
    }
}

.product .onsale {
    visibility: hidden;
}

img.woocommerce-placeholder.wp-post-image {
    display: none;
}

/*-------------------------------------------*\

\*-------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
    .page-template-default main#main {
        bottom: 2vh !important;
    }
}

@media (max-width: 767px) {
    #ls-global main#main {
        bottom: 5vh !important;
    }
}

@media (max-width: 750px) {
    .page-id-21 .ls-layers .ls-wrapper:last-child,
    .page-id-39 .ls-layers .ls-wrapper:last-child,
    .page-id-10027 .ls-layers .ls-wrapper:last-child,
    .page-id-9923 .ls-layers .ls-wrapper:last-child,
    .product-template-default .ls-layers .ls-wrapper:last-child {
        top: 30% !important;
    }

    .page-id-21 .ls-layers .ls-wrapper h1,
    .page-id-39 .ls-layers .ls-wrapper h1,
    .page-id-10027 .ls-layers .ls-wrapper h1,
    .page-id-9923 .ls-layers .ls-wrapper h1,
    .product-template-default .ls-layers .ls-wrapper h1 {
        bottom: 0 !important;
        position: relative !important;
    }
}

@media (max-width: 75rem) {
    .home h2.ls-layer {
        font-size: calc(0.2125rem + 1.65vw) !important;
    }

    .home p.ls-layer {
        font-size: 0.5rem !important;
    }
}

/*------------------- SAFARI SLIDER FIX --------------------------*/
@media (min-width: 768px) {
    .ls-wrapper.ls-z {
        z-index: 102;
        transform: translateZ(306000px);
        display: table !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
    }

    .ls-wrapper.ls-z > .ls-wrapper {
        display: table !important;
        left: 0 !important;
        margin: aewef !important;
        max-width: 100% !important;
    }

    .ls-wrapper.ls-z > .ls-wrapper > .aligncontent.text {
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
        display: block !important;
        padding: 0px 30px !important;
        max-width: 940px !important;
        width: 85% !important;
    }
}

#title-centered {
    position: absolute;
    margin: auto !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center !important;
    max-width: 20%;
    max-height: 10%;
}


/* Extra stile for Slider. The Start. */
.home .tfs-slider .background-image {
    background-position: 0 !important;
    background-repeat: no-repeat;
}

.slides {
    width: 100% !important;
}

.slides .background-image {
    background-size: cover !important;
}

.home .tfs-slider .slide-content-container h2,
.tfs-slider .slide-content-container .fusion-title-size-two h2 {
    font-family: 'museo-sans', sans-serif !important;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.slide-content .title-heading-left {
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 50px !important;
    line-height: 1.2 !important;
    --fontSize: 50;
    --typography_sensitivity: 0.5;
}

.flex-direction-nav a {
    font-family: awb-icons !important;
}

/* Extra stile for the Slider. The End. */

/* Searchsidebar. The Start. */
@media (max-width: 1120px) {

    #sidebar-2.fusion-searchsidebar {
        margin-top: 150px;
    }
}

@media (max-width: 1007px) {

    #sidebar-2.fusion-searchsidebar {
        margin-top: 280px;
    }
}

@media (max-width: 800px) {

    body.has-sidebar.double-sidebars #main #sidebar-2.fusion-searchsidebar {
        margin-left: auto !important;
    }
}
/* Searchsidebar. The End. */