/*
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.   ***************/
ul.menu>li li>a:link, .widget>ul>li li>a:link, ul.menu>li li>a:visited, .widget>ul>li li>a:visited, .widget>ul>li>a:link, .widget>ul>li>a:visited  {
	color:#666!important;
}
ul.menu>li li>a:hover, .widget>ul>li li>a:hover, .widget>ul>li>a:hover {
	color:#0cc485!important;
}

.header-top-covid { background-color:red!important; font-color:white; }

ul.nav .covid-link { color:#FFF!important;}
ul.nav .covid-link > a.covid-link-a:link, ul.nav .covid-link > a.covid-link-a:visited { text-decoration:none; color:#FFF!important; }
ul.nav .covid-link > a.covid-link-a:hover { color:#666!important; }

a.covid-link-a:link, a.covid-link-a:visited { text-decoration:none!important; color:#FFF!important; }
a.covid-link-a:hover { color:#666!important;}

table.catalogStyle thead tr th { background:#333333; color:#FFFFFF;padding-left:5px;}
table.catalogStyle tbody tr td:first-child { background:#E0E0E0; padding-left:5px;}
.soon {background:#666666!important;color:#000000!important;}
table.catalogStyle tbody tr td:last-child a:link, table.catalogStyle tbody tr td:last-child a:visited { text-decoration: underline; font-weight:bold; }
table.catalogStyle tbody tr td:last-child a:hover { text-decoration: none;  }
table.catalogStyle tbody tr td:nth-last-child(2) a:link, table.catalogStyle tbody tr td:nth-last-child(2) a:visited { text-decoration: underline; font-weight:bold; }
table.catalogStyle tbody tr td:nth-last-child(2) a:hover { text-decoration: none;  }
table.catalogStyle tfoot tr { background:#999999; }

table.catalogStyleOverhaul thead tr th { background:#333333; color:#FFFFFF;padding-left:5px;}
table.catalogStyleOverhaul tbody tr td:first-child { background:#E0E0E0; padding-left:5px;}
.soon {background:#666666!important;color:#000000!important;}
table.catalogStyleOverhaul tbody tr td:last-child a:link, table.catalogStyleOverhaul tbody tr td:last-child a:visited { text-decoration: underline; font-weight:bold; }
table.catalogStyleOverhaul tbody tr td:last-child a:hover { text-decoration: none;  }
table.catalogStyleOverhaul tfoot tr { background:#999999; }


td.row8Model { background:#999999!important;color:#000!important; }

table.catalogStyle2 tbody tr td {padding-left:5px;}
table.catalogStyle2 tbody tr td a:link, table.catalogStyle2 tbody tr td a:visited { text-decoration: underline; font-weight:bold; }
table.catalogStyle2 tbody tr td a:hover { text-decoration: none;  }

#tab-description table th, #tab-description table td { padding-left:0!important;}

p.signatureRequired { font-weight:bold!important; color:#F00!important; font-size:1em!important; }

/*********************************/

@media screen and (max-width: 600px) {
	.horiztable { overflow-x: auto; }
}


/* CSS Hack to hide Uncategorized category - https://wordpress.org/support/topic/uncategorized-product-category-still-showing-after-3-3-1/ */
.cat-item-15 { display:none!important; }

/* Hack to hide SALE Banner from AWS Custom Search - APEworks */
.aws_result_sale { display:none!important;}

.byline, .meta-author .vcard { display:none!important;}

form.woocommerce-ordering { display:none!important;}

/* Dealer Table */
.dlrWrap { width:100%; }
.dlrBox {  }
.dlrWrap > div > h1 { background:#ef4123; padding:5px; color:#FFF; }
.dlrBox > h2 {  }
.dlrBox > p  { line-height:normal; margin-bottom:0!important;}
.dlrBox:hover { background:#f7f7f7;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.nav > li { border-bottom:1px dotted #333333; }

}