/*
 Theme Name:     LT Divi Child
 Theme URI:       
 Description:    
 Author:         Livetech
 Author URI:     http://www.livetech.co.uk
 Template:       Divi
 Version:        0.1
*/
/* =Theme customization starts here
------------------------------------------------------- */
g#livetech-device path#livetech {
    fill: #185490 !important;
}

 g#livetech-device g#device {
    fill: #F96A15 !important;
}



/* Mobile & Tablet */

@media screen and (max-width:980px){
	
	.et_header_style_left .logo_container {
    position: relative;
    width: 100%;
    height: 100%;
    float: none;
	text-align:center;
	}
	
	.tel {
    margin-top: 30px;
    float: none;
    text-align: center;
	}
	
}

/*** Remove the divider line between content and sidebar ***/
  #main-content .container:before {background: none;}

/*** Hide Sidebar ***/
  #sidebar {display:none;}

/*** Expand the content area to fullwidth ***/
  @media (min-width: 981px){
  #left-area {
  width: 100%;
  padding: 23px 0px 0px !important;
  float: none !important;
  }
  }

/* Start of Custom CSS */
h1, h2, h3, h4, h5, h6{
	font-family: "basic-sans", sans-serif;
font-weight: 900;
font-style: normal;
	letter-spacing:0.8px;
}

body {
	font-family: "basic-sans", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing:0.8px;
}

ul {
 margin-left:20px
}

.speakerlist p{background-color:#B81C37; display:inline-block; padding:5px 10px 5px 10px; margin:10px;  border-radius:10px; color:white;}

.result-hover:hover {opacity:0.6;}

.flex-container {

}

.flex-container > div {

}

.flex-container > div:last-child {
align-self: flex-end;
}