/*
Theme Name:  Salient Child
Template: 	 salient
Theme URI:	 https://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: salientchild
*/

#header-secondary-outer .menu-item {
	font-weight: bold;
}
.menu-item.t-mobile span {
	color: #e30074;
}
.menu-item.telus span {
	color: #49166d;
}

table .fa-check {
	color: #6d9d6d;
}
table .fa-times {
	color: #ff4629;
}
@media screen and (max-width: 767px) {
    table.tablepress {width:100%;}
    table.tablepress thead {display: none;}
    table.tablepress tr:nth-of-type(2n) {background-color: inherit;}
    table.tablepress tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
    table.tablepress tbody td {display: block;  text-align:center;}
    table.tablepress tbody td:not(:first-child):before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
    }
}