<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Redline Child Theme by NorthgateWeb
Theme URI:      http://www.northgateweb.uk
Description:    Redline Child Theme by NorthgateWeb
Author:         Jason Long
Author URI:     http://www.northgateweb.uk
Template:       redline
Version:        1.0.0
*/

@import url("../redline/style.css");

#header-text {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
}

.header-text-small {
	font-size: 20px;
}

body #logo,
#logo img {
  width: 250px !important;
}
#logo img {
  margin: 20px 0;
}

@media (min-width: 767px) and (max-width: 959px) {
    #header-text .header-text-small {
        font-size: 15px;
    }
    #header-text {
    	font-size: 30px !important;
    }
}


#sidebar .widget ul {
  list-style-type: none;
  margin-left:0;
  padding-left:0;
}
#sidebar .widget ul li {


  margin-bottom: 10px;
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 13px;
  text-align:center;
}
#sidebar .widget ul li a {
    background: #2B2B2B;
    padding: 8px 10px;
    display: block;
}
#sidebar .widget ul li a:hover {
    background: #4c4b4b;
}
#sidebar .widget ul li a {

  color: #fff;

}
h1.home {
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.width-container p,
.content-container p {
  font-size: 16px;
  color: #515151;
  line-height: 26px;
}
.width-container a.link {
  color: #515151;
  font-weight: bold;
  text-decoration: underline;
}
ul.sub-menu {
  z-index: 999999999 !important;
}
#bread-crumb a,
#bread-crumb,
#bread-crumb span {
  color: #434343 !important;
}

.call-to-action {
  padding: 15px;
  background: #7db1e0;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
line-height: 28px;
}

.header-tel {
  color: #fff;
  margin-top: 10px; 
  font-size: 22px;
  font-weight: bold;
  width: 200px;
  text-align: center;
}</pre></body></html>