/*
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.   ***************/
/*
figure.size-guide__table td, p.size-guide{ font-family: sans-serif; }
figure.size-guide__table, p.size-guide > div { font-weight: bold; }
p.size-guide { margin-bottom: 0px; }
figure.size-guide__table tbody tr:nth-child(even) td {background: #DDD; color: #f0453d }
figure.size-guide__table tbody td:first-child {padding-left: 5px;}
figure.size-guide__table  tbody tr:nth-child(odd) td {background: #f8f8f8; color: #42b5ea}
figure.size-guide__table > thead tr td { background-color: #404040; color: white;  }
figure.size-guide__table td { overflow-wrap: normal; font-size: 1rem; font-weight: bold;}

table.size-guide__table td, p.size-guide{ font-family: sans-serif; }
table.size-guide__table, p.size-guide > div { font-weight: bold; }
p.size-guide { margin-bottom: 0px; }
table.size-guide__table tbody tr:nth-child(even) td {background: #DDD; color: #f0453d }
table.size-guide__table tbody td:first-child {padding-left: 5px;}
table.size-guide__table  tbody tr:nth-child(odd) td {background: #f8f8f8; color: #42b5ea}
table.size-guide__table > thead tr td { background-color: #404040; color: white;  }
table.size-guide__table td { overflow-wrap: normal; font-size: 1rem; font-weight: bold;}
table.size-guide__table > thead tr td:first-child {padding-left: 5px;}
table.size-guide__table > tbody tr td:first-child { color: #404040;}
*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/*
figure.size-guide__table td { font-size: 50%;}
table.size-guide__table td { font-size: 50%;}
*/
}