/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce .after_shop_text {
    clear: both;
    display: block;
    margin: 30px auto;
    max-width: 1270px;
    width: 100%;
}

#buttons_section {
    clear: both;
    margin: 30px 0;
}

#buttons_section .infosheet_btn {
    background: #00aeef;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5;
    margin: 0 8px 8px 0;
    padding: 12px 24px;
      -moz-transition: 0.35s;
      -webkit-transition: 0.35s;
    text-transform: uppercase;
    transition: 0.35s;
}

#buttons_section .infosheet_btn:hover {
    background: #1e73be;
}

#buttons_section .infosheet_btn .fas {
    font-size: 24px;
    margin-left: 8px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}