/*
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.   ***************/


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


}
header#header {
    display: none;
}
p {
    font-family: Roboto;
    color: rgba(33,33,33,1);
    font-size: 13pt;
    line-height: 1.55;
    margin-top: 14px;
    margin-top: 0;
}
b, strong {
    font-weight: bold;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.textwidget.custom-html-widget h1 {

    font-size: 18px;
    color: rgba(33,33,33,1);
    box-shadow: 0 3px  rgba(33,33,33,1);
    line-height: 2;
}
.textwidget.custom-html-widget p {
    font-family: 'Merriweather';
    font-size: 12pt;
    font-weight: normal;
    vertical-align: baseline;

}
.textwidget.custom-html-widget h2 {
    font-size: 18.0pt;
    color: rgba(0,0,0,1);
    font-family: Roboto;
}