/* 
 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       C0Pr0F1r
 Author URI:   http://www.demo.etrafficbuilder.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
#main-header {
display: none;
}

td {
    width: 50%;
  
}

@media screen and (max-width: 600px) {	

  table {width:100%;}

  thead {display: none;}

  tr:nth-of-type(2n) {background-color: inherit;}

  tr td:first-child {background: #ffffff; }

  tbody td {display: block;  width:100%; text-align:left;}

  tbody td:before {

      content: attr(data-th);

      display: block;

      text-align:left; 

  }
} 

/*------------------------------------------------*/
/*-----------[GQ - COMPACT SUB-MENU]--------------*/
/*------------------------------------------------*/
 
/* drop down menu - level 1 */
    .nav li ul {
        width: 240px;
        padding: 0px;
       }
    .nav li li {
        line-height: 17px;}
    #top-menu li li {
        padding: 0px;}
    #top-menu li li a {
        font-size: 13px;
        width: 240px;
        padding: 0px;
        font-weight: 200;}
 
/* drop down menu - level 2 */
    .nav li li ul {
        top: 0px;
        }
 
/* change drop down icon in submenus only */
    #top-menu li .menu-item-has-children > a:first-child:after {
        top: -2px;
        right: 0px;
        font-size: 13px;
        font-weight: 400;
        content: "5";}


	
