@import "td-fontawesome.css";

#header #custom-text{
  float: left;
  background: transparent;
  text-align: left;
  margin: 0px;
  padding: 0.3em;
}

#header #custom-text p{
  color: #fff;
  margin-bottom: 0px;
}

.td-blocks{
  max-width: 100%;
  width: 90em;
  overflow: hidden;
  background: #f2f2f2;
  margin: 2em auto;
}

.td-block-left,
.td-block-right{
  width: 50%;
  float: left;
  padding: 2.5em 1.5em 1.5em;
  border-right: 1px solid #d9d9d9;
}

.td-block-left{
  border-left: 1px solid #d9d9d9;  
}

.delivery-callnow-payment i[class^='icon-']{
  width: 60px;
  height: 60px;
  float: left;
  clear: left;
  background: #6f6d6d;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  margin: 3px 10px 0 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;  
}

.delivery-callnow-payment li{
  padding-bottom: 2em;
}

.delivery-callnow-payment h3,
.delivery-callnow-payment p{
  line-height: 1.5em;
  margin: 0px;
}

.brand-section{
  display: none;
}

#footer a:hover,
#footer .footer-container .links ul li a:hover{
  color: #fff !important;
}

#footer .footer-container .links{
  width: 25% !important;
}

#footer .block-categories{
  background: transparent;
}

#footer .block-categories .category-top-menu > li > a,
#footer .block-categories .category-sub-menu li[data-depth="0"] > a{
  border-bottom: 0px;
}