/*!
Theme Name: Horch Roofing
Theme URI: https://seooneclick.com/
Author: Seo One Click
Author URI: https://seooneclick.com/
Description: Generic Wordpress Theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: horch_roofing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Horch Roofing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
PLEASE, FIND THE ACTUAL STYLESHEETS UNDER /sass/ AND USE SCSS LIBRARY TO USE THEM
 */
.promo-top-banner{
    position: absolute;
    color: #E62127;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.promo-top-banner b{
    background: #E62127;
    color: #fff;
    padding: 0 2px;
}
#masthead .top-panel .site-header a.btn-phone{
    background: #E62127;
    color: #fff;
    font-size: 13px;
}
#masthead .top-panel .site-header a.btn-phone:hover{
    background: #fff;
    color: #E62127;
}
#masthead .top-panel .site-header a.btn-phone:hover i{
    color: #E62127;
}
@media (max-width: 992px) {
    .promo-top-banner{
        margin: 0 0 auto;
        text-align: left;
    }
}
@media (max-width: 450px) {
    .promo-top-banner{
        font-size: 14px;
        margin: 0 0 auto;
        width: calc(100% - 96px);
    }
}
.areas-we-serve-table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 40px 0px;
  text-align: left;
  table-layout: fixed;
  width: 70%;
}

.areas-we-serve-table th h3 {
  font-size: 1.3rem;
  color: #fd001f!important;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.areas-we-serve-table td,
.areas-we-serve-table th {
  vertical-align: top;
  padding: 0;
}

.areas-we-serve-table a {
  color: #262B3A!important;
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
}

.areas-we-serve-table a:hover {
  color: #8B0000; 
}

.areas-we-serve-table td {
  color: #333;
  font-weight: normal;
  /*line-height: 1.4;*/
}

.areas-we-serve-table thead tr th:not(:last-child) {
  border-right: 2px solid #fff!important;
  padding-right: 30px;	
}
.areas-we-serve-table tbody tr td:not(:last-child) {
  border-right: 2px solid #ccc!important;
  padding-right: 30px;
}

#siteModal .modal-content .overlayBG{
    background: #fff;
    opacity: 1;
}
#siteModal .modal-title, #siteModal .modal-body{
    color: #000 !important;
}

@media (max-width: 768px) {
  .areas-we-serve-table {
    border-spacing: 20px 8px;
  }
}
.rpi-sh .rpi-text {
  height: 7%!important;
}

/* Section override */
section {
	padding-bottom: 60px;
}
.page-template-page-service-v2 .services_section h2 {
	color: #262b3a;
}
.page-template-page-service-v2 .services_section .service-box h4 {
	color: #fff;
}
