/*
 Theme Name:   My Site Faster
 Theme URI:    https://mysitefaster.com
 Description:  My Site Faster
 Author:       My Site Faster
 Author URI:   https://mysitefaster.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

.ast-loop-product__link{
    width: 100%;
}

.CTA-element{
    cursor: pointer;
    margin: 0 auto;
    display: block;
    max-width: 600px;
    width: 85%;
    background: #069de3;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    line-height: normal;
    font-family: Arial;
    border-radius: 20px;
    text-decoration: none;
    padding: 20px;
}

.msf-title-customers{
    margin: 0 0 20px 0;
}

.uabb-onsale {
    min-height: 4em;
    min-width: 4em;
    line-height: 37px !important;
    top: -1.0em !important;
    left: -0.5em !important;
    right: inherit;
    margin: 0px 0 0 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px !important;
  }

@media only screen and (max-width:1100px) {
    header .custom-logo-link img {
        max-width: 200px;
    }
}

@media only screen and (max-width:1050px) {
    header .custom-logo-link img {
        max-width: 150px;
    }
}

@media only screen and (max-width:1000px) {
    .main-header-menu .menu-link, .main-header-menu > a {
        padding: 0 0.3em;
    }    
}

@media only screen and (max-width:921px) {
    header .custom-logo-link img {
        max-width: 200px;
    }
    .ast-builder-language-switcher-menu-item-header:not(:last-child), .ast-builder-language-switcher-menu-item-footer:not(:last-child) {
        margin-right: 20px;
        float: left;
    }
    .ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
        display: block;
        margin: 0 20px 0 0px;
    }  
}


@media only screen and (max-width:370px) {
    header .custom-logo-link img {
        max-width: 130px;
    }

    .ast-builder-language-switcher-menu-item-header:not(:last-child), .ast-builder-language-switcher-menu-item-footer:not(:last-child) {
        margin-right: 5px;
        float: initial;
    }
    .ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
        display: block;
        margin: 0px 0px 0px 0px;
    }  

}

@media only screen and (max-width:1220px) and (min-width:922px){
    .site-footer-primary-section-1{
        margin: 0 0 0 20px;
    }
}

@media only screen and (max-width:748px) {
    .CTA-element{
        width: 70% !important;
    }
}

.ast-post-format-{
    padding-top: 15px;
}

.logo-branco-e-preto{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*edit "Sale Text" in Woocommerce*/
.woocommerce div.product span.onsale, .uabb-flash-container > .uabb-sale-flash-wrap > .uabb-onsale, .woocommerce ul.products li.product .onsale {
    line-height: 13px;
    top: -1.0em !important;
    left: -0.5em !important;
    right: inherit;
    margin: 0px 0 0 0;
    padding: 10px 0;
    font-weight: 700;
    min-height: 3rem;
    min-width: 3rem;    
    font-size: 1rem;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.uabb-woo-products-classic .uabb-flash-container {
    margin-top: 0px !important;
}

.uabb-woo-products-classic .uabb-sale-flash-wrap {
    margin: -18px auto auto -18px !important;
}
/*
.ast-woo-header-cart-info-wrap{
    display:none !important;
}
*/
/*text color in disabled button*/
.woocommerce button.button:disabled[disabled]{
    color: #c0c0c0 !important
}

.site-footer-primary-section-3 {
    display: flex;
}

#cookie-law-info-bar{
    z-index: 9999999999 !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 20px;
}

.whatsapp {
    position: fixed;
    bottom: 50%;
    right: 0px;
    width: 50px;
    height: 50px;
    margin: 15px;
    cursor: pointer;
    transition: .2s;
    z-index: 9999;
}
.whatsapp:hover {
    transition: .2s;
    transform: scale(1.20);
}

#ast-scroll-top .ast-icon.icon-arrow svg{
	top: 10px;
}

@media only screen and (max-width:423px) {
    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 100%;
    }
}