/*Design Header for Desktop*/
.site-branding{
width: 400px;}

.site-logo-div{
    padding: 0;
    margin-right: 0%;
    float: left;}

.site-title{
    width: 44%;}

.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
    line-height: 140px;}

.et-db #et-boc .et-l a.et_pb_button {
    padding-bottom: .3em;
    background: #08b2a3;
    color: #ffffff !important;
    border: 0;}
    
.et-db #et-boc .et_pb_module a {color:#08b2a3!important}

.breadcrumbs
{display: none!important}

.site-branding .site-title, .site-branding .site-text-logo{
     text-transform: inherit !important;
			font-size: 17px;}


/*--------------MOBILE DESIGN--------------*/

@media screen and (max-width: 480px){
  
  /*Design Header for Mobile*/
  
  .site-branding {
    width: 80%;}
  
  .site-title {
    display:none !important;
    width: 100%;}
  
  .site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
    line-height: 85px;}
  

  /*Font size for Mobile*/
  
    h1{
    line-height: 1.3em !important;}
  
    h2{
    line-height: 1.2em !important;}
  
    .header-content h2{
    font-size: 40px !important;}
  
    .header-content h1{
    font-size: 30px !important;}
  
    .et-db #et-boc .et_pb_text_0 h2{
    font-size: 22px !important;}
  
  /*Other in Mobile*/
  
  .et-db #et-boc .et_pb_section_1{
    padding-top: 0px !important;}
  
    /*Button in Mobile*/
  
  .et-db #et-boc .et_pb_fullwidth_header_1 .et_pb_button_one.et_pb_button,
  .et-db #et-boc .et_pb_fullwidth_header_1 .et_pb_button_two.et_pb_button {
    font-size:14px !important;}
 
}