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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --main-color: #fd5900
}
body {
    color: #4f5f69 !important;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
}
b, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif !important;
    color: #222222;
}
.footer_logo img{
    max-height: 100px;
    margin-bottom: 15px;
}
.footer h2{
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
}
.footer h3{
    color: #5bbac7;
    margin-bottom: 15px;
}
.absolute-footer > .container{
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}