/* phone number desktop */
.inactiveLink {
 pointer-events: none!important;
 cursor: default!important;
 color:#252525!important;
 text-decoration:none!important;
 font-weight:300!important;
}


@media (min-width: 640px){
  .social-links{display:none!important;}
  .banner .banner-img{width: 400px!important;}
  .inline-call{display: inline-block!important;}

  /* Custom spacing */
  .custom-font-18{font-size:18px!important;}
  .banner-text .phone-link{margin-bottom:15px!important;}

  /* Custom width */
  .w-80{width: 80%!important;}
  .w-83{width: 83%!important;}
  .w-70{width: 70%!important;}
  /* Paddings */
  .pad-t-28{padding-top:28px!important;}
  .pad-t-20{padding-top: 20px!important;}
  .pad-b-20{padding-bottom: 20px!important;}
  .pad-t-30{padding-top: 30px!important;}
  .pad-b-30{padding-bottom: 30px!important;}
  /* Margins */
  .mar-b-20{margin-bottom: 20px!important;}
  .mar-t-20{margin-top: 20px!important;}
  .mar-t-30{margin-top: 30px!important;}
  .mar-b-30{margin-bottom: 30px!important;}

  .mar-r-48{margin-right:48px!important;}
  .mar-r-47{margin-right:47px!important;}
}

@media only screen and (max-width: 768px) and  (min-width: 640px){.inline-call{margin-bottom:10px!important }}

/*disclaimer space out*/
div.table-cell{padding-bottom: 0!important;}

