/*
 Theme Name:   FRESHROBOT CHILD
 Theme URI:    http://f4c.126.myftpupload.com/Divi-child/
 Description:  FRESHROBOT Theme
 Author:       FRESHROBOT
 Author URI:   http://freshrobot.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

/*
body, body p, body div{
	  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
*/

#top-menu-nav li a{
	opacity: 1 !important;
}


#top-menu-nav > li:hover a, #top-menu-nav li:hover > a, #top-menu-nav li:hover > a > li a, #top-menu-nav li:hover > a > li a > li a, #top-menu-nav .current_page_item a{
	color:#F99222 !important;
	opacity: 1 !important;
}

#et-boc .et-fixed-header #top-menu-nav #top-menu li.current-menu-ancestor>a, #et-boc .et-fixed-header #top-menu-nav #top-menu li.current-menu-item>a, #et-boc .et-fixed-header #top-menu-nav #top-menu li.current_page_item>a {
		color:#F99222 !important;
		opacity: 1 !important;
	}


#top-menu li li a {
    padding: 6px 20px;
    width: 200px;
    line-height: 17px;
}

/* TABLEPRESS STYLES */
.tablepress_container{
	overflow-x:auto;
}
.tablepress-table-name{
	border-width: 0.1px 0.1px 0.1px 0px;
	border-style: solid;
	border-color:#000 !important;
	border-bottom: 0;
}

.tablepress{
	border-collapse:collapse;
}
.tablepress tr th, .tablepress tr td{
	border-width: 0.1px 0.1px 0.1px 0.1px;
	border-style: solid;
	border-color:#000 !important;
	padding: 10px 24px;
	vertical-align: middle;
}

.tablepress-table-name, .tablepress .table-header{
    background-color: #0050a9;
    color: #fff;
    font-size: 18pt;
    font-weight: 700;
    text-align: center;
    padding: 20px;

}
.tablepress tbody tr.odd td{
	background-color:#f1f1f1;
}
.tablepress .blue_header th, .tablepress .blue_header td{
    background-color: #0050a9 !important;
    color: #fff;
    font-size: 18pt;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}
.tablepress .darkblue_header th, .tablepress .darkblue_header td{
	font-weight:bold;
	padding: 10px 25px;
	background-color: #002F55!important;
	color:#fff;
}
.tablepress .gray_header th, .tablepress .gray_header td{
	background-color:#91969B !important;
	color:#fff !important;
	font-weight:bold;
}

.tablepress .column-1{
	font-weight:bold;
}
.tablepress .column-2, .tablepress .column-3, .tablepress .column-4, .tablepress .column-5{
    text-align:center;
	font-size: 16px;
}
.tablepress tr td.left_align{
	text-align:left;
}
.tablepress .theader th, .tablepress .theader td{
	font-weight:bold;
	padding: 10px 25px;
	background-color: #002F55!important;
	color:#fff;
}

.tablepress .tablepress-table-description{
	font-size: 8pt;
}

.et_pb_text_inner ul ul{ padding-bottom: 0; }