/* 
 Theme Name:     Divi Child
 Description:    Created for Energy Supplier Compliance Portal 
 Author:         Cornwall Insight
 Author URI:     https://cornwall-insight.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- CUSTOM CSS BELOW THIS LINE --  --------------------------- */ 



/* ------ ET line icon font imported */



@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* ------ ET line icon font imported END */



/* shrink menu on smaller laptop screens instead of overlapping */
@media only screen and (max-width : 1200px) {
.container.clearfix.et_menu_container, #top-header .container.clearfix {
max-width: 100%!important;
width: 95%!important;}
}
@media only screen and (max-width : 1100px) {
#top-menu li {
padding-right: 13px!important;
}
#top-menu li a {
font-size: 13px!important;}
}

/* END */

/* remove top border from submenu and add shadow under main menu */

.nav li ul {  
        border-top: none;
	box-shadow: 0px 10px 20px rgba(30, 30, 30, 0.08);
}

/* END */



/* change toggle icon by 180 degrees on opening of accordion or toggle */


.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(180deg);
}


/* END */


#logo {
width: auto;
}

table {
  width: 100%;
border: 1px solid #f9f9f9;
border-collapse: collapse;
}
