/*
 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
*/


/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1435px) {
    #top-menu-nav {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block
    }
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .mobile_menu_bar:after, .mobile_menu_bar:before{ color: #fff;}
#top-menu li li { padding: 0; }
#top-menu li li a {
    padding: 6px 20px;
    width: 235px;
    line-height: 17px;
}

body, body p, body div{
	  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}



/* 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: #3253FF !important;
    color: #fff;
	padding:5px;
}
.tablepress .purpleheader_header th, .tablepress .purpleheader_header td{
    background-color: #ACA3D0 !important;
    color: #fff;
	padding:5px;
}
.tablepress .lightblue_header th, .tablepress .lightblue_header td{
    background-color: #5CC3EE !important;
    color: #fff;
	padding:5px;
}
.tablepress .green_header th, .tablepress .green_header td{
    background-color: #60C3AE !important;
    color: #fff;
	padding:5px;
}
.tablepress .darkblue_header th, .tablepress .darkblue_header td{
	font-weight:bold;
	font-size: 20px;
	padding: 10px 25px;
	background-color: #3858f5!important;
	color:#fff;
}
.tablepress .gray_header th, .tablepress .gray_header td{
	background-color:#91969B !important;
	color:#fff !important;
	font-weight:bold;
}
.tablepress .darkgray_header th, .tablepress .darkgray_header td{
	background-color:#54575A !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, .tablepress tr th.left_align{
	text-align:left;
}
.tablepress tr td.center_align, .tablepress tr th.center_align{
	text-align:center;
}
.tablepress .theader th, .tablepress .theader td{
	font-weight:bold;
	padding: 10px 25px;
	background-color: #151928!important;
	color:#fff;
}

.tablepress .tablepress-table-description{
	font-size: 8pt;
}

/* TOGGLE BLOCKS */
.togglecontent{
  cursor: pointer;
  display:block;
  font-weight:bold;
}
.hidecontent{
  background-color:#dddddd;
  padding: 10px 20px;
  margin-top: 10px;
  display:none;
  
}