/*
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.   ***************/
.alt-font {
font-size: 30px;
color: red;
}
.flatsome_recent_posts .post_comments  {
display: none;
}
.flatsome_recent_posts li a {
color: grey;
}

.byline  {
display: none !important;
}
.meta-author  {
display: none;
}
footer.entry-meta {
display: none;
}

.tablebkgrd {
background-color: #ff0101;
color: white;
}
.block-html-after-header {
height: 80px;
}
.single-post .block-html-after-header {
display: none;
}
.page .block-html-after-header {
display: none;
}
.sportspress-page .entry-meta {
display: none;
}
.data-g {
text-align: center;
}
.data-a {
text-align: center;
}
.data-p {
text-align: center;
background-color: #ecf0f1;
}
.data-pts {
text-align: center;
background-color: #ecf0f1;
}
.data-rank {
text-align: center;
}
.data-gp {
text-align: center;
}
.data-w {
text-align: center;
}
.data-l {
text-align: center;
}
.data-sow {
text-align: center;
}
.data-gf {
text-align: center;
}
.data-ga {
text-align: center;
}
.data-first {
text-align: center;
}
.data-second {
text-align: center;
}
.data-third {
text-align: center;
}
.data-sol {
text-align: center;
}
.data-goals {
text-align: center;
}
.data-pim {
text-align: center;
}
.data-sa {
text-align: center;
}
.data-sv {
text-align: center;
}
.data-results {
text-align: center;
}
.aligncenter {
text-align: center !important;
}
#ninja_forms_field_3 {
height: 120px;
}
.sp-team-result {
font-size: 30pt;
}


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


}