/*
Theme Name:     Car Repair Services Child
Theme URI:      http://www.smartdatasoft.com/
Description:    Child theme for Electricity
Author:         Smartdatasoft Team
Author URI:     http://www.smartdatasoft.com
Template:       car-repair-services
Version:        1.0
*/
@import url("../car-repair-services/style.css");
header .header-row .logo {
  width: 1050px;
  float: left;
}
header .header-right .address {
  float: left;
  width: 65%;
  position: relative;
  background-color: #131313;
  height: 59px;
  border-radius: 0 0 0 20px;
  font-size: 18px;
  line-height: 25px;
  padding: 17px 60px 17px 80px;
  margin-left: -15px;
  width: calc(100% - 275px);
  color: #fff;
  text-align: center;
}
.appointment {
  display: block;
  float: right;
  position: relative;
  background-color: #fede00;
  height: 59px;
  border-radius: 0 0 0 20px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px;
  margin-left: -15px;
  width: 275px;
  color: #000;
  text-align: center;
  outline: none;
}
