/*
	Theme Name: SMP Pro
	Theme URI: http://themarketingsquad.com
	Description: A theme developed for St. Matthews Plumbing, built on the Genesis framework and the Digital Pro child theme.
	Author: The Marketing Squad
	Author URI: http://themarketingsquad.com/

	Version: 1.0.3

	Tags: black, red, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #5b5e5e;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 1.6rem;
}

body {
  background-color: #fff;
  color: #5b5e5e;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header,
.front-page-5.short img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-moz-selection {
  background-color: #5b5e5e;
  color: #fff;
}

::selection {
  background-color: #5b5e5e;
  color: #fff;
}

a {
  border-bottom: 1px solid #232525;
  color: #232525;
  text-decoration: none;
}

a:focus,
a:hover {
  border-bottom: 1px solid #cb0102;
  color: #cb0102;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232525;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

.comment-respond h3,
.entry-comments h3 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -2px;
  margin-bottom: 60px;
  margin-top: 100px;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

.entry-content h4 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -1px;
  margin-top: 60px;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

img.entry-image {
  max-width: 500px;
}

.full-width-content img.pull {
  margin-left: -70px;
  margin-right: -70px;
  max-width: 800px;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #5b5e5e;
  font-family: proxima-nova, serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 20px;
  width: 100%;
}

input[type="number"] {
  background-color: #fff;
  border: 1px solid #5b5e5e;
  padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
  background-color: #fff;
  border: 1px solid #fff;
}

input:focus,
textarea:focus {
  background-color: #eee;
  border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
  background-color: #cb0102;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 6px 40px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 40px;
  width: 100%;
}

a.more-link {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
  background-color: #232525;
  border: none;
  color: #fff;
  text-decoration: none;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
  background-color: #fff;
  color: #232525;
  text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #ddd;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
  margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #232525;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  border: 1px solid #5b5e5e;
  clip: auto !important;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  padding: 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}*/

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
  background-color: #fff;
  clear: both;
  margin: 0 auto;
  padding: 40px;
  max-width: 1280px;
}

.smppro-landing .site-inner,
.front-page .site-inner {
  margin-top: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.after-entry .avatar {
  float: right;
  height: 180px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 30px;
}

.alignright .avatar {
  margin-left: 30px;
}

.author-box .avatar {
  display: inline-block;
  float: none;
  height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}

.comment .avatar {
  height: 60px;
  margin: 0 16px 24px 0;
  width: 60px;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
  border-bottom: 1px solid #eee;
  margin-bottom: 10%;
  padding-bottom: 10%;
  text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 10%;
  max-width: 660px;
  padding-bottom: 10px;
}

.author-box {
  font-size: 18px;
  font-size: 1.8rem;
}

.single .author-box {
  border-top: 1px solid #eee;
  padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.search-form input {
  -webkit-appearance: none;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.search .archive-title {
  margin-bottom: 0;
}

.entry-header-wrapper,
.bw-featured-title {
  margin-top: 112px;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 1% 0 7% 0;
}

.bw-featured-title {
  display: none;
}

.entry-header-wrapper .wrap {
  max-width: 1280px;
  float: none;
  margin: 0 auto;
  padding: 0 5%;
}

/* Connections Page */
.page-id-164 .entry-header-wrapper {
  background: url("/wp-content/uploads/2017/04/connections-page-header-bg.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.about-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/About.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.blog-page .entry-header-wrapper {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.commercial-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2017/10/commercial-plumbing.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.contact-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/Contact.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.emergency-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/Emergency.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.remodeling-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/Remodeling.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.residential-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/Residential.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.schedule-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/Schedule.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.privacy-page .entry-header-wrapper {
  background: url("/wp-content/uploads/2016/08/Schedule.jpg");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.entry-title,
.page.page-template-page_blog .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -2px;
  word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #cb0102;
  background: rgba(256, 256, 256, 0.8);
  padding: 26px 50px;
  border: 1px solid #eee;
  margin: 0 auto;
  float: none;
  margin-top: 120px;
  display: inline-block;
}

.error404 .entry-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
  border-bottom: none;
  color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
  color: #cb0102;
}

.widget-title {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget-title.center {
  margin-bottom: 10%;
  text-align: center;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 50%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
  margin-bottom: 0;
}

.entry-content figure {
  margin: 60px 0 50px;
}

.wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
  border-width: 0 !important;
}

.sticky {
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.page-bottom-band {
  padding: 30px 0 20px 0;
  background: #cb0102;
  color: #fff;
}

.page-bottom-band .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.schedule-cta {
  text-align: center;
}

.schedule-cta h2 {
  font-size: 44px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  padding-top: 60px;
}

.schedule-cta .home-cta,
.schedule-cta .home-white-cta {
  margin-top: 74px;
}

@media only screen and (max-width: 1139px) {
  .schedule-cta h2 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .schedule-cta h2 {
    padding-top: 0;
  }

  .schedule-cta .home-cta,
  .schedule-cta .home-white-cta {
    margin-top: 14px;
  }
}

.home-cta,
.home-white-cta {
  text-align: center;
}

.home-cta a {
  background: #363636;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 30px;
  cursor: pointer;
}

.home-cta a:hover {
  background: #cb0102;
  color: #fff;
}

.home-white-cta a {
  background: #363636;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 40px;
  cursor: pointer;
}

.home-white-cta a:hover {
  background: #fff;
  color: #cb0102;
}

@media only screen and (max-width: 940px) {
  .home-white-cta a {
    padding: 6px 20px !important;
  }
}

/* Featured Content
--------------------------------------------- */

.featured-content a {
  border-width: 0;
}

.featured-content.widget .entry {
  padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-content .entry p {
  font-size: 18px;
  font-size: 1.8rem;
}

.featured-content p.entry-meta {
  font-family: proxima-nova, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.featured-content .more-link {
  border-width: 1px;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.enews-widget input {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.sidebar .enews-widget input {
  margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}

.enews-widget p {
  margin-bottom: 20px;
}

.enews form + p {
  line-height: 1.5;
  margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
  margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
  border: none;
  font-weight: 400;
}

.content .share-filled .share {
  border-radius: 0;
}

.content .share-filled .count {
  border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
  color: #5b5e5e;
  border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
  background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
  color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #232525;
  outline: #ddd solid 1px;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  padding: 28px 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px #333;
}

.site-header.shrink {
  box-shadow: 0 0 8px #444;
  padding: 18px 30px;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .header-widget-area {
  float: right;
  width: 80%;
  overflow: hidden;
  text-align: right;
  padding: 0 20px;
}

.header-connect {
  font-size: 27px;
}

.header-connect .socials {
  float: right;
  display: block;
}

.header-connect .phone {
  margin-top: -4px;
  float: right;
  display: block;
}

.header-connect a {
  color: #cb0102;
  text-decoration: none;
  border-bottom: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: jubilat, serif;
  text-transform: uppercase;
}

.header-connect a:hover {
  color: #f1c15f;
}

.header-connect .fa {
  font-size: 37px !important;
  margin-right: 30px;
}

.header-image .site-header.shrink .header-connect {
  font-size: 23px;
}

.header-image .site-header.shrink .header-connect .phone {
  margin-top: -1px;
}

.header-image .site-header.shrink .header-connect .fa {
  font-size: 28px !important;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
  float: left;
  margin-top: 8px;
}

.site-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  border-bottom-width: 0;
  color: #232525;
}

.header-image .nav-primary:not(button) {
  margin-top: 18px;
}

.header-image .site-header.shrink .nav-primary:not(button) {
  margin-top: 26px;
}

.header-image .site-header {
  padding: 14px 40px;
}

.header-image .site-header.shrink {
  padding: 6px 40px;
}

.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

.header-image .site-title > a {
  background-position: center center !important;
  background-size: contain !important;
  float: left;
  min-height: 106px;
  width: 134px;
}

.header-image .site-header.shrink .site-title > a {
  min-height: 98px;
}

.header-image .title-area {
  margin: 0;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  border-bottom-width: 0;
  color: #363636;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 10px 23px;
  text-transform: uppercase;
}

.header-image .site-header.shrink .genesis-nav-menu a {
  border-bottom-width: 0;
  color: #363636;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 18px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #cb0102;
  border-bottom: 4px solid #cb0102;
  padding-bottom: 25px;
  margin-bottom: -25px;
}

.header-image .site-header.shrink .genesis-nav-menu a:focus,
.header-image .site-header.shrink .genesis-nav-menu a:hover,
.header-image .site-header.shrink .genesis-nav-menu .current-menu-item > a {
  color: #cb0102;
  border-bottom: 3px solid #cb0102;
  padding-bottom: 13px;
  margin-bottom: -13px;
}

.genesis-nav-menu .sub-menu {
  background-color: #fff;
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
  position: relative;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  float: right;
  margin-top: 2px;
}

.nav-primary .genesis-nav-menu li.last a {
  padding-right: 0;
}

.nav-primary .sub-menu {
  border-top: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu li li {
  margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
  width: 65%;
}

.content-sidebar .content {
  float: left;
}

.sidebar-content .content {
  float: right;
}

.page .content,
.single .content {
  overflow: hidden;
}

/* Landing Page Styles
----------------------------------------------------------------------------------------------------- */

.smppro-landing .lp-bottom-band,
.service-lp .lp-bottom-band {
  display: none;
}

.smppro-landing .site-header .wrap,
.service-lp .site-header .wrap {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
}

.smppro-landing .site-header .header-widget-area,
.service-lp .site-header .header-widget-area {
  padding-top: 30px;
}

.smppro-landing .site-inner {
  max-width: 100%;
  margin-top: 112px;
  padding: 10% 40px;
  background: url("/wp-content/themes/SMP-Pro/images/new-lp-bg-2018.jpg") center
    no-repeat;
  background-size: cover;
}

.smppro-landing.food-truck .site-inner {
  background: url("/wp-content/uploads/2017/03/Food-Truck-Plumbing.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.smppro-landing .content,
.smppro-landing .entry-content,
.smppro-landing .content .entry {
  max-width: 800px !important;
  margin: 0 auto;
  float: none;
  padding-bottom: 5%;
}

.smppro-landing .content {
  background: rgba(256, 256, 256, 0.9);
  border: 1px solid #eee;
  padding: 40px 40px 10px 40px;
}

.smppro-landing .content h1 {
  color: #cb0102;
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Request Service Landing Page */

.service-lp .content,
.service-lp .entry-header-wrapper,
.service-lp .page-bottom-band {
  display: none;
}

.service-lp .site-inner {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
  margin-top: 130px;
}

.banded-content {
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.banded-content.white {
  padding: 90px 0;
}

.banded-content.grey-watermark,
.banded-content.image-bg {
  padding: 90px 0;
  background-image: url("/wp-content/themes/SMP-Pro/images/form-band-bg.jpg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: auto;
}

.customWrap {
  max-width: 1150px;
  padding: 0 5%;
  margin: 0 auto;
  float: none;
}
.service-lp .hero .customWrap {
  max-width: 100% !important;
  width: 100%;
}

.service-lp .hero {
  background-image: url("/wp-content/themes/SMP-Pro/images/hero-bg.jpg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-bottom: 9px solid #ca1f03;
  padding-top: 330px;
  position: relative;
}
.service-lp .hero:after {
  content: url("/wp-content/uploads/2017/05/Plumber-isolated.png");
  position: absolute;
  right: 4%;
  bottom: -10px;
}

.service-lp .hero h1 {
  color: rgba(0, 0, 0, 0) !important;
}

.service-lp .hero h2.hero-title {
  font-size: 78px;
  color: #cb0102;
  background: rgba(256, 256, 256, 0.8);
  padding: 30px 40px 25px;
  margin-bottom: 0;
  position: relative;
}

.service-lp .hero-title-container {
  padding-bottom: 8px;
  border-bottom: 6px solid rgba(256, 256, 256, 0.8);
  margin-bottom: 40px;
}

.service-lp .hero-image img {
  position: absolute;
  right: 5%;
  bottom: 0;
}

.service-lp .intro-copy p {
  font-size: 24px;
  text-align: center;
  padding: 0 8%;
}

.service-lp img.intro-top-icons {
  max-width: 425px;
}

.banded-content.white h2 {
  text-align: center;
  color: #cb0102;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 90px;
}

.banded-content.white p {
  font-size: 20px;
  padding: 20px 2%;
}

.coupon-copy {
  color: #fff;
  padding: 110px 0;
}

.coupon-copy h2 {
  font-size: 82px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.coupon-copy h4 {
  font-style: italic;
  font-size: 60px;
  font-weight: 200 !important;
  color: #fff;
}

.service-lp .lp-footer {
  display: block;
}

/* Request Service 2019
----------------------------------------------------------------------------------------------------- */

.service-new .header-widget-area,
.service-new .content,
.service-new .entry-header-wrapper,
.service-new .page-bottom-band,
.service-new .reviews .widgettitle {
  display: none;
}

.service-new.page .title-area {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.service-new .lp-footer {
  display: block;
}

.service-new .site-inner,
.service-new .site-inner > .wrap {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}

.service-new .banded-content.hero {
  padding: 10% 0;
  background-size: cover;
  background-position: right center;
}

.service-new .banded-content.hero .more-link {
  background: #cb2d28;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  border: 1px solid #000000;
  font-family: jubilat, serif;
  text-align: center;
  font-size: 30px;
}

.service-new .grey-watermark .intro-copy {
  padding: 5% 0;
}

.service-new .grey-watermark .intro-copy .flexcntr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.service-new .grey-watermark .intro-copy .flexitem {
  margin: 40px 0;
}

.service-new .grey-watermark .intro-copy .flexitem h2 {
  text-transform: uppercase;
}

.service-new .grey-watermark .intro-copy .flexitem p {
  margin: 0;
}

.service-new .grey-watermark .intro-copy .flexitem img {
  max-height: 80px;
}

.service-new .banded-content.hero .more-link:hover {
  background: #fff;
  color: #cb2d28;
}

.service-new .banded-content.grey-watermark {
  padding: 0;
}

.service-new .form-cntr {
  background: #cb2d28;
  color: #fff;
  text-align: center;
  padding: 30px;
}

.service-new .form-cntr h2 {
  color: #fff;
}

.service-new .form-cntr .one-half {
  width: 100% !important;
  float: none !important;
}

.service-new .form-cntr .gform_wrapper .gform_footer .button {
  border-radius: 0 !important;
  padding: 10px 50px !important;
  text-transform: none;
  font-family: jubilat, serif;
  background: #000000;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 700;
  font-style: normal !important;
  letter-spacing: 0;
}

.service-new .form-cntr .gform_wrapper .gform_footer .button:hover {
  background: #fff;
  color: #000;
}

.service-new .reviews h2 {
  font-family: jubilat, serif;
  text-transform: none;
  margin-bottom: 50px;
}

.service-new
  .testimonial_slider__textonly
  .testimonial_by_wrap
  .testimonial_by_inner {
  margin: 0;
}

.service-new .reviews p {
  display: none;
}

.service-new .flexcntr {
  display: flex;
  justify-content: space-between;
}

#field_15_11 {
  margin-top: 25px;
}

#field_15_11 > label {
  display: none;
}

.home-testimonial {
  text-align: center;
  padding: 0 10px 0 0;
}

.home-testimonial img {
  border-radius: 50%;
  box-shadow: 0 0 8px #aaa;
}

.service-new .testimonial_slider_set.testimonial_slider {
  display: block !important;
  margin: 0 auto;
}

.service-new .sldr_title {
  display: none !important;
}

.service-new .testimonial_slider__textonly .testimonial_content_wrap {
  height: 90% !important;
}

.service-new a.testimonial_prev,
.service-new a.testimonial_next,
.service-new .testimonial_slider__textonly .testimonial_content_wrap:before,
.service-new .testimonial_slider__textonly .testimonial_content_wrap:after {
  display: none !important;
}

.service-new .testimonial_slider__textonly .testimonial_content {
  text-align: center !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #5b5e5e !important;
  font-style: normal !important;
  width: 100% !important;
  padding: 10px 0 !important;
}

.service-new
  .testimonial_slider__textonly
  .testimonial_by_wrap
  .testimonial_by_inner {
  margin: 0 !important;
  text-align: center !important;
}

.service-new span.testimonial_by {
  font-family: proxima-nova, sans-serif !important;
  font-size: 29px !important;
  font-weight: 700 !important;
  color: #cb0102 !important;
}

.service-new .testimonial_slider__textonly .testimonial_content .testimonial-star-outer {
  float: none;
}

@media only screen and (min-width: 800px) {
  .service-new .banded-content.hero .more-link {
    padding: 10px 50px;
  }

  .service-new .banded-content.hero {
    margin-top: 130px;
  }

  .service-new .grey-watermark .intro-copy {
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service-new .widget-shortcode.area-front-page-5 {
    float: left;
    width: 33%;
  }

  .service-new .site-inner .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }

  .service-new .site-inner .gform_wrapper .gform_footer input {
    float: right;
    margin: 0;
  }

  .service-new .grey-watermark .intro-copy .flexcntr .flexitem {
    width: 48%;
  }

  .service-new .banded-content.grey-watermark > .customWrap {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 800px) {
  .service-new .banded-content.hero p {
    text-align: center;
    margin: 0;
  }

  .service-new.page .title-area {
    display: block;
  }
  .service-new header .site-title > a {
    width: 100%;
  }
}

/* Two column Gravity Form
----------------------------------------------------------------------- */

.gform_wrapper.two-column_wrapper {
  max-width: 100%;
}

.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
  display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
  display: block;
}

.gform_wrapper.two-column_wrapper ul.one-half {
  margin-left: 6% !important;
  width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
  margin-left: 0 !important;
}

.gform_wrapper.two-column_wrapper .gform_footer {
  text-align: right;
}

.gform_wrapper.two-column_wrapper .gform_footer .button {
  border-radius: 0 !important;
  padding: 12px 50px 9px !important;
  font-style: italic !important;
  font-size: 21px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.gform_wrapper.two-column_wrapper .top_label .gfield_label {
  font-style: italic;
  font-weight: 400;
}

.gform_wrapper.two-column_wrapper #field_10_6 .gfield_label {
  font-style: italic !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

#input_3_2,
#input_3_3,
#input_3_4 {
  width: 100%;
}

.gform_wrapper .gsection {
  border-bottom: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
  padding: 0 !important;
}

@media only screen and (max-width: 1075px) {
  .gform_wrapper.two-column_wrapper ul.one-half {
    width: 100%;
  }

  .gform_wrapper.two-column_wrapper ul.one-half {
    margin-left: 0 !important;
  }

  .gform_wrapper .gsection {
    display: none !important; /* remove !important if it's not needed */
  }

  #gform_wrapper_3 li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .smppro-landing .content h1 {
    font-size: 46px;
  }

  .service-lp .hero h2.hero-title {
    font-size: 68px;
    padding: 30px 40px 25px;
  }

  .service-lp .hero-title-container {
    padding-bottom: 8px;
    border-bottom: 6px solid rgba(256, 256, 256, 0.8);
  }
}

@media only screen and (max-width: 1040px) {
  .smppro-landing .content h1 {
    font-size: 18px;
  }

  .service-lp .hero h2.hero-title {
    font-size: 58px;
    padding: 30px 40px 25px;
  }

  .service-lp .hero-title-container {
    padding-bottom: 8px;
    border-bottom: 6px solid rgba(256, 256, 256, 0.8);
  }
}

@media only screen and (max-width: 960px) {
  .service-lp .hero:after {
    content: url("/wp-content/uploads/2017/05/Plumber-isolated-mobile.png") !important;
    position: absolute;
    right: 0;
    bottom: -10px;
  }

  .service-lp .hero h2.hero-title {
    font-size: 48px;
    padding: 20px 30px 15px;
  }

  .service-lp .hero-title-container {
    padding-bottom: 6px;
    border-bottom: 4px solid rgba(256, 256, 256, 0.8);
  }
}

@media only screen and (max-width: 800px) {
  .service-lp .site-inner {
    margin-top: 0;
  }

  .service-lp .hero {
    padding-top: 150px;
  }

  .banded-content.white h2,
  .coupon-copy h2 {
    font-size: 32px;
  }

  .coupon-copy h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 690px) {
  .service-lp .hero-title-container {
    position: relative;
    z-index: 1;
  }

  .service-lp .hero::after {
    z-index: 0;
  }

  .service-lp img.intro-top-icons {
    max-width: 100%;
  }

  span.stars {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .service-lp .hero h2.hero-title {
    font-size: 32px;
    padding: 20px 20px 15px;
    background: rgba(256, 256, 256, 0.9);
  }

  .service-lp .hero-title-container {
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(256, 256, 256, 0.9);
  }

  .service-lp .hero {
    padding-top: 50px;
  }

  .banded-content.image-bg {
    background-position: right center !important;
  }

  .banded-content.image-bg {
    padding: 0;
  }

  .banded-content.image-bg .coupon-copy h2,
  .banded-content.image-bg .coupon-copy h4 {
    background: rgba(199, 113, 30, 0.6);
    text-align: center;
  }

  .banded-content.image-bg .coupon-copy h2 {
    padding: 10px 10px 0 10px;
  }

  .banded-content.image-bg .coupon-copy h4 {
    padding: 0 10px 10px 10px;
  }
}

.smppro-landing .content p {
  font-size: 20px !important;
}

.smppro-landing .page-bottom-band,
.smppro-landing .entry-header-wrapper {
  display: none;
}

.lp-form {
  background: #fff;
  padding: 30px 30px 80px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.smppro-landing button,
.smppro-landing input[type="button"],
.smppro-landing input[type="reset"],
.smppro-landing input[type="submit"],
.smppro-landing .button,
.smppro-landing .entry-content a.button {
  background-color: #cb0102;
  /*border-radius: 4px !important;*/
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  /*padding: 10px 50px !important;*/
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  float: right !important;
}

.smppro-landing .button:hover {
  background: #333;
}

.lp-form .gform_footer {
  text-align: right;
}

.lp-form input,
.lp-form select,
.lp-form textarea {
  background: #fff;
  border: 1px solid #aaa;
}

/* LP Bottom Band */

.lp-bottom-band {
  background-color: #fff;
  padding: 70px 0 50px;
  text-align: center;
  display: none;
}

.lp-bottom-band .widget {
  margin-bottom: 40px;
}

#text-8 {
  display: none;
}

.lp-bottom-band .widget-fourths .widget:nth-last-child(-n + 4),
.lp-bottom-band .widget-halves.even .widget:nth-last-child(-n + 2),
.lp-bottom-band .widget-thirds .widget:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.lp-bottom-band .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.lp-bottom-band,
.lp-bottom-band a,
.lp-bottom-band h4,
.lp-bottom-band p,
.lp-bottom-band .icon,
.lp-bottom-band .widget-title {
  color: #1b1a1a;
}

.lp-bottom-band a:focus,
.lp-bottom-band a:hover {
  color: #cb0102;
}

.lp-bottom-band h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lp-bottom-band p {
  font-size: 16px;
  font-size: 1.6rem;
}

.lp-bottom-band .icon {
  display: block;
  font-size: 72px;
  font-size: 7.2rem;
}

.lp-bottom-band button:focus,
.lp-bottom-band button:hover,
.lp-bottom-band input:focus[type="button"],
.lp-bottom-band input:hover[type="button"],
.lp-bottom-band input:focus[type="reset"],
.lp-bottom-band input:hover[type="reset"],
.lp-bottom-band input:focus[type="submit"],
.lp-bottom-band input:hover[type="submit"],
.lp-bottom-band .textwidget a.button:focus,
.lp-bottom-band .textwidget a.button:hover {
  background-color: #fff;
  border: none;
  color: #232525;
}

.lp-bottom-band h3.widget-title,
#text-25 {
  display: none;
}

.lp-services {
}

.lp-services h2 {
  font-size: 31px;
  text-transform: uppercase;
  color: #cb0102;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lp-services h2:hover {
  color: #1b1a1a;
}

.lp-services img {
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lp-services a {
  border-bottom: none;
}

.lp-footer {
  background-color: #232525;
  clear: both;
  padding: 60px 30px;
  color: #7b7b7b;
  display: none;
}

.smppro-landing .lp-footer {
  display: block !important;
}

.lp-footer a:hover {
  border-bottom: none !important;
}

.lp-footer .wrap {
  max-width: 1280px;
  float: none;
  margin: 0 auto;
}

.lp-footer-left {
  width: 40%;
  float: left;
  color: #7b7b7b;
  padding-top: 10px;
}

.lp-footer-left a,
.lp-footer-left p {
  color: #7b7b7b !important;
  font-weight: 400 !important;
}

.lp-footer-left a:hover {
  color: #fff !important;
}

.lp-footer-right {
  width: 40%;
  float: right;
  color: #7b7b7b;
  text-align: right;
}

.lp-footer-right img {
  margin: 0 12px;
}

.lp-footer-right a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lp-footer-right a img:hover {
  opacity: 0.7;
  border-bottom: none !important;
}

.schedule-page .page-bottom-band {
  display: none !important;
}

/* Blog Styling */

.page-template-page_blog .content .archive-description,
.page-template-page_blog .content .entry-meta {
  display: none;
}

.page-template-page_blog .site-inner {
  padding-top: 20px !important;
}

.page-template-page_blog h2.entry-title {
  margin-top: 20px;
  border: none;
  max-width: 100% !important;
  text-align: center;
}

.single-post .entry-header-wrapper .entry-meta {
  display: none;
}

.single-post .content .entry-meta {
  text-align: center;
  padding-bottom: 20px;
}

.single-post .bw-featured-title .entry-header {
  max-width: 1280px !important;
  margin: 0 auto !important;
  float: none !important;
  padding-top: 5px;
}

.single-post .bw-featured-title .entry-header h1.entry-title {
  max-width: 75% !important;
}

.blog:not(.home) .site-inner .wrap {
  padding: 0 0;
  max-width: 100%;
  margin: 0 auto;
}

/* Blog
 * ========================================================================== */

/*.blog-page .entry-meta,*/
.blog-page .avatar {
  display: none;
}

.blog-page .page-header {
  background-position: center 30%;
}

.blog-page .content {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-page.page .site-inner .entry-title {
  padding: 0;
  text-align: left;
  margin: 20px 0;
}

.blog-page.page a.entry-image-link {
  border: none;
}

.blog:not(.home) .site-inner .wrap {
  padding: 0 5%;
  max-width: 100%;
}

.blog-page .entry-image {
  width: 100%;
}

.blog-page .entry {
  width: 48%;
  padding: 4rem 0px;
  border-bottom: none !important;
}

.blog-page .post-image.entry-image {
  height: 300px;
  object-fit: cover;
  max-width: 100%;
  margin: 0;
}

.blog-page .entry-content a.button {
  float: right;
}

.archive-pagination.pagination > ul {
  text-align: center;
}

.blog-page .avatar {
  border-radius: 50%;
  float: left;
  margin-left: 15px;
  margin-top: -80px;
  position: relative;
  display: none;
}

.blog-page .entry-header .entry-meta:first-of-type {
  float: right;
  margin-top: -45px;
}

.blog-page .pagination {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .blog-page .entry {
    width: 100%;
  }
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
  /*border-bottom: 1px solid #eee;
  margin-bottom: 10%;
  padding-bottom: 10%;
  max-width: 960px;*/
  margin: 0 auto;
  float: none;
}

.page .entry,
.single .entry {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.single article .entry-content .entry-meta {
  display: none;
}

.page.page-template-page_blog .entry-content {
  max-width: none;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
  color: #232525;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}

.single .entry-content p.intro:after {
  border-bottom: 1px solid #232525;
  content: "";
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
  border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
  margin: 0 auto 5%;
  max-width: 660px;
}

.page.page-template-page_blog .entry-header {
  max-width: none;
}

.entry-footer {
  margin: 30px auto 60px;
  max-width: 660px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
  border: 1px solid #eee;
  margin: 0 auto 10%;
  max-width: 660px;
  overflow: hidden;
  padding: 40px;
}

.after-entry .widget {
  margin-bottom: 40px;
}

.after-entry .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
  margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.after-entry ol > li {
  list-style-type: decimal;
}

.after-entry ul > li {
  list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  text-transform: uppercase;
}

.pagination a {
  border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
  border-bottom: 1px solid #cb0102;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #232525;
  border: 1px solid #232525;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #cb0102;
  border: 1px solid #cb0102;
  color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
  width: 30%;
}

.content-sidebar .sidebar {
  float: right;
}

.sidebar-content .sidebar {
  float: left;
}

.sidebar .widgettitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sidebar .widget {
  margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
  margin: 0 auto;
  max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}

.comment-header {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.entry-pings .reply {
  display: none;
}

.entry-comments .comment {
  border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
  margin-bottom: 0;
}

p.comment-form-comment {
  margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}

.entry-comments .comment {
  clear: both;
}

.entry-comments .children .comment {
  border: none;
}

.comment-list li {
  list-style-type: none;
}

.comment-list ul.children {
  margin-left: 40px;
}

/* Contact Us Page
---------------------------------------------------------------------------------------------------- */

.gf-field-left,
.gf-field-right {
  width: 50%;
  float: left;
  clear: none !important;
  margin-bottom: 26px !important;
}

/* Contact Us Page
---------------------------------------------------------------------------------------------------- */

.commercial-plumbing .entry-title p {
  margin: 0;
  font-size: 21px;
  color: #363636;
  font-weight: 400;
  font-style: italic;
}

.commercial-plumbing .site-inner {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.commercial-plumbing .site-inner .wrap {
  max-width: 1280px;
  padding: 5%;
  margin: 0 auto;
}

.commercial-plumbing .subhead,
.commercial-plumbing .clients {
  text-align: left;
}

.commercial-plumbing .services{
	color: #ffffff;
	background: #cb0102;
}

.commercial-plumbing .services h2{
	color: #ffffff;
	font-family: jubilat, serif;
    text-transform: uppercase;
    font-size: 4rem;
    padding: 0 10px;
    margin-bottom: 10%;
}

.commercial-plumbing .services ul {
  /*display: flex;
  justify-content: center;
  flex-wrap: wrap;*/
/*   margin-top: 5%; */
}

.commercial-plumbing .services li {
  font-weight: bold;
  display: flex;
  margin-left: 30px;
  /*display: list-item;*/
  margin-bottom: 2%;
  list-style: disc;
  text-align: left;
  color: #ffffff;
  font-size: 1.3em;
  clear: both;
}

.commercial-plumbing .services li img {
   max-width: 40px;
   /* float: left; */
   margin-right: 40px;
}

.commercial-plumbing .services span {
  color: #5b5e5e;
}

.commercial-plumbing .client-image-cntr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.commercial-plumbing .client-image-cntr img {
  max-width: 170px;
}

.commercial-plumbing .clients h1 {
  text-align: center;
  color: #cb0102;
}

.commercial-plumbing .cta-1 h2 {
  color: #fff;
  margin: 0;
  padding: 80px 0;
}

.commercial-plumbing h3 {
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  color: #cb0102;
}

.commercial-plumbing .clients,
.commercial-plumbing .cta-cntr {
  background: #f5f5f5;
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

.commercial-plumbing .cta-cntr a:nth-child(2n + 1) .cta-1 {
  margin-left: 0;
}

.commercial-plumbing .final p {
  font-weight: bold;
  font-size: 24px;
}

@media only screen and (max-width: 800px) {
  .commercial-plumbing .entry-title {
    padding: 20px 10px;
  }
  .commercial-plumbing .cta-cntr .cta-1 {
    margin-bottom: 5%;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #232525;
  clear: both;
  text-align: center;
}

.footer-widgets .wrap {
  max-width: 1280px;
  float: none;
  margin: 0 auto;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  padding: 90px 4%;
}

.footer-widgets-1 {
  text-align: left;
  width: 25%;
  float: left;
}

.footer-widgets-2 {
  text-align: left;
  width: 25%;
  float: left;
}

.footer-widgets-3 {
  text-align: left;
  width: 25%;
  float: left;
}

.footer-widgets-4 {
  text-align: left;
  width: 24%;
  float: right;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
  color: #fff;
}

.footer-widgets p {
  margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget-title {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
  color: #fff;
}

.footer-widgets a {
  border-bottom-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
  color: #eee;
  text-decoration: underline;
}

.footer-widgets .simple-social-icons ul {
  margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
  margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
  padding: 15px !important;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #232525;
  padding: 28px;
  text-align: center;
}

.site-footer a,
.site-footer p {
  border-bottom-width: 0;
  color: #5d5e5e;
}

.site-footer a:focus,
.site-footer a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.site-footer p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.footer-creds {
  width: 100% !important;
  display: block;
  padding: 0 40px 40px 0;
  float: right;
  text-align: right;
  clear: both;
}

.footer-creds img {
  margin: 0 12px;
  max-height: 90px;
  width: auto;
}

.footer-creds a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-creds a img:hover {
  opacity: 0.7;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 801px) {
  .footer-widgets .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .schedule-cta h2 {
    padding-top: 0;
  }

  .schedule-cta .home-white-cta {
    margin-top: 40px;
  }

  .schedule-cta .home-white-cta a {
    padding: 6px 15px;
  }
}

@media only screen and (max-width: 800px) {
  .site-inner,
  .smppro-landing .site-inner {
    margin-top: 0;
    padding: 30px 16px;
  }

  .content-sidebar .content,
  .content-sidebar .sidebar,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .js .genesis-nav-menu .sub-menu,
  .js .genesis-nav-menu .sub-menu a,
  .sidebar-content .content,
  .sidebar-content .sidebar,
  .site-header {
    width: 100%;
  }

  .site-header {
    position: inherit;
    text-align: center;
  }

  .header-image .site-title > a {
    float: left;
    width: 35%;
  }

  .site-header .header-widget-area {
    float: right;
    width: 65%;
    text-align: right;
    padding: 0 20px;
  }

  .header-connect {
    padding-top: 30px;
  }

  .header-image .nav-primary:not(button) {
    background: #fff;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .entry-header-wrapper {
    margin-top: 0;
  }

  .content-sidebar .content,
  .content-sidebar .sidebar,
  .nav-primary,
  .sidebar-content .content,
  .sidebar-content .sidebar,
  .title-area {
    float: none;
  }

  .js .nav-primary .sub-menu a {
    background: none;
    border: none;
  }

  .js nav {
    display: none;
    position: relative;
  }

  .js nav .wrap {
    padding: 0;
  }

  .js nav.pagination {
    display: block;
  }

  .menu-toggle,
  .sub-menu-toggle {
    background: none;
    border-radius: 0;
    border-width: 0;
    color: #1e1e1e;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    background: none;
    border-width: 0;
  }

  .menu-toggle {
    padding-bottom: 0;
    padding-top: 10px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }

  .menu-toggle:before,
  .menu-toggle.activated:before {
    color: #1e1e1e;
    content: "\f130";
    display: inline-block;
    font: normal 20px/1 "ionicons";
    margin: 0 auto;
    padding-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    vertical-align: middle;
  }

  .sub-menu-toggle {
    float: right;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .sub-menu-toggle:before {
    content: "\f3d0";
    display: inline-block;
    font: normal 16px/1 "ionicons";
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .sub-menu-toggle.activated:before {
    content: "\f3d8";
  }

  .js .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
    text-align: center;
  }

  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .js .genesis-nav-menu .menu-item a {
    border: none;
    padding: 10px;
    width: 100%;
  }

  .js .genesis-nav-menu .menu-item a:hover,
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }

  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }

  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .js .genesis-nav-menu .sub-menu a {
    border: none;
  }

  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    color: #1e1e1e;
  }

  .js nav button:focus,
  .js .menu-toggle:focus {
    color: #cb0102;
  }

  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a {
    margin-bottom: 0;
  }

  .content {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page .entry-header,
  .single .entry-header {
    max-width: 100%;
  }

  .entry-header-wrapper,
  .bw-featured-title {
    min-height: 220px;
  }

  .page .entry-title,
  .single .entry-title {
    margin-top: 60px;
  }

  .entry-content {
    margin-left: 0;
    margin-right: 0;
  }

  .entry-header {
    clear: both;
    margin: 0;
  }

  .smppro-landing .content h1 {
    font-size: 34px;
  }

  img.alignleft.entry-image,
  img.alignright.entry-image,
  .full-width-content img.pull {
    margin-left: 0;
    margin-right: 0;
  }

  img.alignleft.entry-image,
  img.alignright.entry-image {
    display: block;
    float: left;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .comment-list ul.children {
    margin-left: 0;
  }

  .page .entry-title,
  .single .entry-title {
    max-width: 80%;
  }

  .smppro-landing .two-thirds,
  .smppro-landing .one-third {
    width: 100%;
  }

  .smppro-landing .lp-form {
    max-width: 90% !important;
  }

  .lp-footer-right a img {
    max-width: 120px;
  }

  .lp-footer-left,
  .lp-footer-right {
    width: 100%;
    float: none;
    text-align: center;
  }

  .lp-footer-left {
    padding-bottom: 50px;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    padding: 8% 5%;
    text-align: center !important;
    border-bottom: 1px solid #444;
  }

  .footer-creds {
    padding: 40px 0 40px 0;
    float: none;
    text-align: center;
  }

  .footer-widgets-1,
  .page .entry-header,
  .single .entry-header {
    text-align: left;
  }

  .site-footer {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header-connect {
    padding-top: 40px;
    font-size: 22px;
  }

  .header-connect .socials {
    display: none;
  }

  .page .entry-title,
  .single .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -2px;
  }

  .gallery-item {
    float: none;
  }

  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .page-bottom-band {
    padding: 30px 0 40px 0;
  }
}

@media only screen and (max-width: 400px) {
  .header-image .site-header {
    padding: 12px 20px;
  }

  .header-connect {
    padding-top: 40px;
    font-size: 19px;
  }

  .site-header .header-widget-area {
    padding: 0;
  }

  .js .genesis-nav-menu .menu-item {
    text-align: center;
  }

  .genesis-nav-menu {
    margin-top: 15px;
  }

  .page-bottom-band {
    padding-bottom: 40px;
  }

  .page-bottom-band img {
    max-width: 60%;
  }

  .footer-creds img {
    margin: 0 6px;
    height: 50px;
  }
}

.hero-select {
  padding-bottom: 40px;
  box-shadow: 5px 5px 15px grey;
}

#custom_html-6 .hero-select {
  background: #dc0000;
}
#custom_html-7 .hero-select {
  background: #363636;
}

.hero-select h2 {
  margin-bottom: 0;
  margin-top: 0;
  background: #ffffff;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
}

.hero-select h2 span {
  font-family: jubilat, serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}

#custom_html-6 .hero-select h2 {
  color: #dc0000;
}
#custom_html-7 .hero-select h2 {
  color: #363636;
}

.front-page-1 .cta h2 {
  color: #dc0000;
  text-transform: uppercase;
  font-size: 50px;
}

.front-page-1 p:last-child {
  /*font-family: serif;*/
  font-family: jubilat, serif;
  font-weight: 300;
  font-style: italic;
}

.front-page-1 .cta a.more-link {
  background: #dc0000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 40px;
  cursor: pointer;
}
.front-page-1 .cta a.more-link {
  background: #dc0000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 40px;
  cursor: pointer;
  border-bottom: none;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 45px;
}

@media only screen and (min-width: 800px) {
  .front-page-1 .cta div {
    margin: 50px 0;
  }

  front-page-1 .cta a.more-link {
    float: right;
    margin-top: 40px;
  }

  .home-banner {
    height: 75vh;
    overflow: hidden;
    z-index: -1;
  }

  .front-page-1 section {
    width: 50%;
    float: left;
    /*padding: 50px;*/
    padding: 10px;
  }

  .front-page-1 section:before {
    clear: both;
    content: " ";
  }
  .front-page-1 section:last-of-type {
    width: 100%;
    float: none;
  }
  .home .backstretch {
    height: 65% !important;
  }

  .front-page-1 section#custom_html-6 {
    padding-left: 15%;
  }

  .front-page-1 section#custom_html-7 {
    padding-right: 15%;
  }
}

.home-banner img {
  width: 100%;
}

.bbb {
  float: right;
}

.bbb img {
  height: 35px;
  margin-right: 20px;
}

.header-image .site-header.shrink .header-connect .bbb img {
  height: 28px;
  margin-top: 2px;
}

@media only screen and (max-width: 800px) {
  .phone span {
    display: block;
  }

  .bbb {
    display: none;
  }
}

.bbb-a {
  text-align: center;
  display: flex;
}

.bbb-a img:first-child {
  margin: 2.5% 2.5% 2.5% 0;
}

.bbb-a img:last-child{
  margin: 2.5% 0 2.5% 2.5%;
}

.bbb-a a {
  border-bottom: none;
  /* text-align: center; */
  color: #006495;
}

@media only screen and (max-width: 800px) {
  .bbb-a {
    margin-top: 30px;
  }
}

.service-lp h2 .stars{
  margin-top: -70px;
}

a.sticky-btn {
  position: fixed;
    right: 0;
    top: 40%;
    text-decoration: none !important;
    border-bottom: none;
    padding: 10px 35px 10px 15px;
    background: #fff;
    text-transform: uppercase;
    z-index: 10000;
    font-family: jubilat, serif;
    font-weight: 700;
    background-image: url(/wp-content/uploads/2019/09/button-bg.png);
    background-color: #cb0102;
    color: white;
    background-size: cover;
    font-size: 1.1em;
}

a.sticky-btn span{
  display: block;
  margin-top: -5px;
}

.hide-me {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
