#id_brand {
	color: white;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

#id_brand_footer {
	color: #ff3f00 !important;
}

#id_logo_column {
	padding-top: 2rem !important;
}

#id_footer_content {
  text-align: center;
}

.mobileShow {
  display: none;
}

/* full width of parent*/
.mobileShow a{
    width: 100%;
    height: 60px;
    font-size: 1rem;
}

/* Smartphone Portrait and Landscape*/
@media only screen and (min-device-width: 260px) and (max-device-width: 640px) {
  .mobileShow {
    display: block;
    width: 100%;
    position: fixed;
    top: 1px;
    left: 0;
    margin: -17px 0 0 0;
  }

  #id_mobile_wp {
    display: block;
    width: 100%;
    position: fixed;
    top: 61px;
    left: 0;
    margin: -17px 0 0 0;
    z-index: 10;
  }

  #id_mobile_tel {
    z-index: 10;
  }
  
  #id_mobile_shift_header {
    display: block;
    position: static;
    width: 100%;
    height: 80px;
    left: 0;
    margin: -19px 0 0 0;
  }

   #id_mobile_disappear {
    display: none;
  }
