/*
	Theme Name: Plumbing Bros - Frankston
	Theme URI: https://www.altitudemedia.com.au/?ref=plumbingbros.com.au
	Description: Created for the Genesis Framework
	Author: Altitude Media
	Author URI: https://www.altitudemedia.com.au/?ref=plumbingbros.com.au
	Version: 3.1.5
 
	Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: agency-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px
*/


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

/* Baseline Reset (normalize.css 2.1.2)
--------------------------------------------- */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.clearfix:before,
.entry-content:before,
.entry: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;
}

.clearfix:after,
.entry-content:after,
.entry: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
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ucu1z');
  src:  url('fonts/icomoon.eot?ucu1z#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ucu1z') format('truetype'),
    url('fonts/icomoon.woff?ucu1z') format('woff'),
    url('fonts/icomoon.svg?ucu1z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-faucet:before {
  content: "\e901";
}
.icon-basin:before {
  content: "\e902";
}
.icon-vanity:before {
  content: "\e903";
}
.icon-fridge:before {
  content: "\e904";
}
.icon-oven:before {
  content: "\e905";
}
.icon-rangehood:before {
  content: "\e906";
}
.icon-stove:before {
  content: "\e907";
}
.icon-filter:before {
  content: "\e908";
}
.icon-gas-leaks:before {
  content: "\e909";
}
.icon-heater:before {
  content: "\e90a";
}
.icon-leak:before {
  content: "\e90b";
}
.icon-plumbing:before {
  content: "\e90c";
}
.icon-soakwell:before {
  content: "\e90d";
}

.icon-star:before {
  content: "\e900";
}


/* Custom Gotham Font
--------------------------------------------- */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

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

body {
	background-color: #fff;
	color: #231f20;
	font-family: 'Montserrat', 'Gotham Book', serif;
	font-weight: 400;
	line-height: 1.625;
	/* -webkit-font-smoothing: antialiased; */
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #d54b29;
	text-decoration: none;
}

.cta{
	background-color: #d54b29;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.6);
}

.cta:hover{
	color: #fff;
	opacity: 0.7;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

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

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

strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	/* color: #999; */
}

blockquote {
	margin: 40px 40px 24px;
}

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

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #f5f5f5; 
	clear: both;
	margin: 26px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin: 0 0 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

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

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	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 .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

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

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.agency-pro-home .content .featured-content a.button:hover,
.button:hover,
.entry-content .button:hover {
	background-color: #d54b29;
	color: #fff;
}

.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: #f2f2f2;
	border: 1px solid #ddd;
	color: #777;
	cursor: not-allowed;
}

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;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

/* 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: #222;
	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  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


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

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
	padding-top: 0;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1080px;
}

.site-inner {
	clear: both;
	padding: 40px 0;
}

.agency-pro-home .site-inner {
	padding: 0;
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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;
}


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

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

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

.alignleft .avatar {
	margin-right: 24px;
}

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

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

.breadcrumb {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

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

.entry-title {
	color: #d54b29;
	font-size: 28px;
}

.entry-title a {
	color: #333;
}

.widget-title {
	color: #000;
	font-size: 18px;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: center;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

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

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}



/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #000;
	/* left: 0; */
	/* min-height: 61px; */
	/* position: fixed; */
	/* top: 0; */
	width: 100%;
	/* z-index: 999; */
}

body:not(.home) .site-header{
	background: #000 url(images/bg-internal.jpg) no-repeat center center;
	background-size: 100%;
}

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

.site-header .logo-extra{
	padding: 0 0 20px 0;
}

.site-header .logo-extra img{
	border: 2px solid #fff;
	border-radius: 50%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 25%;
}

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

.site-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
}

.title-area{
	display: none;
}

.site-title a:hover {
	color: #d54b29;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

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

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 75%;
}

.site-header .widget-area{
	float: none;
	width: 100%;
	text-align: center;
}

.site-header .widget-area .widget{
	
}

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

.site-header .search-form {
	float: right;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	padding: 18px 20px 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	color: #d54b29;
}

.genesis-nav-menu a[href*="tel"]{
	font-size: 24px;
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.genesis-nav-menu a[href*="tel"] i{
	background-color: #d54b29;
	font-size: 14px;
	/* width: 24px; */
	/* height: 24px; */
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	transform: rotate(90deg);
	padding: 9px;
	position: absolute;
	left: 0;
}

.genesis-nav-menu a[href*="tel"]:hover i{
	color: #fff;
}

.genesis-nav-menu a[href*="tel"]:hover, .genesis-nav-menu a[href*="tel"]:hover span{
	color: #d54b29;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #d54b29;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #282828;
	border: none;
	font-size: 12px;
	padding: 16px;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

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

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.home .site-header .genesis-nav-menu {
	float: none;
}

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

.nav-primary {
	background-color: #383838;
}

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

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 20px;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#home-top{
	background: #000 url(images/bg-hero.jpg) no-repeat center center;
	background-position: 50% -250px;
	background-size: 1600px auto;
	position: relative;
}

#home-top:before{
	position: absolute;
	z-index: 11;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
}

#home-top .widget-title, #home-top h3{
	font-size: 36px;
}

 #home-top h3{
 	margin-top: 2em;
 	margin-bottom: 2em;
 }

#home-top .widget{
	position: relative;
	z-index: 22;
}

#home-top .widget ul{

}

#home-top .widget ul li{
	display: inline-block;
	padding: 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 180px;
	line-height: 1.2;
	font-size: 18px;
}

#home-top .widget ul li i{
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
	color: #d54b29;
}

#home-top .widget ul li a{
	/*font-size: 80%;
	margin-top: 10px;*/
	display: block;
	color: #fff;
}

#home-top .widget ul li a:hover{
	color: #d54b29!important;
}

.home-top .wrap {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 5% 0 5% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
}

.home-top .widget-title span{
	display: inline-block;
}

.home-top img[src*="plumbing-bros-logo"]{
	border: 2px solid #fff;
	border-radius: 50%;
}

#home-top .top-rated{
	max-width: 600px;
	margin: 0 auto;
}


#home-top .one-half{
	position: relative;
	margin-top: 80px;
}

#home-top .one-half:before{
	content: "";
	width: 300px;
	border: 1px solid #b3b3b3;
	height: 80px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 11px;
} 

#home-top .one-half div{
	position: relative;
	z-index: 22;
	max-width: 120px;
	margin: 0 auto;
}

#home-top .one-half div.rplg{
	font-size: 16px!important;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
}

#home-top .one-half i{
	color: #d54b29;
	background: #000;
}

#home-top .one-half span{
	display: block;
	font-size: 80%;
	line-height: 1.2;
	background: #000;
}

#home-top .one-half div.rplg span{
	display: inline-block;
}

#home-top .one-half img{
	max-width: 100px;
	background-color: #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	padding-left: 5px;
	padding-right: 5px;
}

#home-top .one-half img[src*="google"]{
	max-width: 90px;
	bottom: -30px;
}

.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

#home-products .widget p{
	text-align: center;
	font-weight: 400;
	-webkit-font-smoothing: initial;
}

#home-products a.cta {
    margin-left: 5px;
    margin-right: 5px;
}

#home-products .widget ul.products{
	margin: 60px auto 30px auto;
}

#home-products .widget ul.products li{
	margin-bottom: 0;
}

#home-products .widget ul.products li h2{
	text-align: center;
}

#home-products .widget ul.products li mark{
	color: #888;
	background: none;
}

.home-services {
	padding: 0;
	text-align: center;
	background-color: #515151;
	color: #fff;
}

.home-services .widget p:first-child{
	margin-bottom: 0;
}

.home-services .widget-title, .home-awards .widget-title{
	color: #fff;
}

.home-awards .widget-title{
	font-size: 36px;
}

.home-services .one-half{
	text-align: left;
}

.home-services .one-half.first{
	text-align: right;
}

.home-services .one-half a.cta{
	max-width: 200px;
	text-align: center;
	line-height: 1.2;
}

.home .site-inner .widget-area{
	padding: 60px 0;
}

.home-services .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-services .featuredpost a:focus img,
.home-services .featuredpost a.hover img,
.home-services .featuredpost img:hover,
.home-services .featuredpost .entry.focused img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.home-services .featured-content.featuredpost {
	background: #333;
}

.home-services .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.home-services .featuredpost .entry {
	min-height: 380px;
}

.home-services .featuredpost .entry-title a {
	color: #fff;
}


#home-products,
#home-testimonials{
    background: #f7f6f4;
}

#home-testimonials p{
    text-align: center;
}

#home-testimonials .review {
    width: 33.33%;
    font-size: 14px;
    line-height: 1.7em;
    padding: 7px;
    text-align: left;
    margin-bottom: 10px;
}

#home-testimonials .review__wrap{
    background-color: #fff;
}

#home-testimonials  .review__header {
    border-bottom: 1px solid #f6f6f6;
    padding: 17px 25px;
}

#home-testimonials .review__rating {
    color: #f1b821;
    float: left;
}

#home-testimonials  .review__header::after {
    clear: both;
    content: "";
    display: table;
}

#home-testimonials .review__author {
    float: right;
}

#home-testimonials .review__content {
    color: #7e7e7e;
    font-style: italic;
    margin: 0;
    padding: 20px;
    padding-bottom: 26px;
}

.home-bottom,
#contact-us{
	padding: 5% 0 10%;
	background: url(/wp-content/uploads/2019/12/plumbing-bros-vehicle.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

#contact-us{
	padding: 60px 0;
}

#contact-us .wp-block-group__inner-container{
	padding: 0;
	max-width: 800px;
}

div#home-bottom:before,
#contact-us:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.6);
    z-index: 11;
    display: inline-block;
    top: 0;
    left: 0;
}

#home-bottom .wrap {
    max-width: 800px;
    margin: 0 auto;
}

#home-bottom .widget{
	position: relative;
	z-index: 22
}

#home-bottom .widget-title, 
#home-bottom p,
#contact-us h2, 
#contact-us p {
    color: #fff;
}

#contact-us h2{
	margin-bottom: 10px;
}

#contact-us p.has-text-align-center{
	margin-bottom: 24px;
}

#contact-us .wpcf7-form p{
	margin-bottom: 0;
}

#home-bottom .wpcf7-submit,
#contact-us .wpcf7-submit {
    background-color: #d54b29;
}

#contact-us .wpcf7-submit {
	margin-top: 12px;
}

#home-bottom .wpcf7-submit:hover,
#contact-us .wpcf7-submit:hover{
	opacity: 0.8;
}

.home-bottom .one-half.first{
	display: none;
}

.home-bottom .one-half{
	margin-top: 1em;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.home-bottom .one-half.first p img{
	box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}

.home-bottom .one-half.first strong{
	display: block;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.wpcf7-form input.wpcf7-text, 
.wpcf7-form select, 
.wpcf7-form textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 39px;
    margin-bottom: 15px;
    padding: 7px 19px;
    width: 100%;
}

.wpcf7-form textarea {
	height: auto;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-services .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

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

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 0;
	padding: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 18px;
}

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

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

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

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

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

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

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

.after-entry li {
	list-style-type: none;
}

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

.archive-pagination {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

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

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #d54b29;
	color: #fff;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
#before-footer,
#home-awards{
	background-color: #272526;
	color: #fff;
}

#home-awards{
	text-align: center;
	background: url(images/Small-Business-Champions-Award-Finalists.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}

#home-awards:before{
	content: "";
	background: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 11;
	left: 0;
}

#home-awards .widget{
	position: relative;
	z-index: 22;
}

#before-footer .wrap{
	padding: 60px 0 0 0;
}

#before-footer .one-half.first{
	text-align: right;
	padding-left: 150px;
	position: relative;
}

#before-footer .one-half.first:before{
	background: url(/wp-content/uploads/2019/12/plumbing-bros-logo-official-1-150x150.png) no-repeat center left;
	background-size: 120px auto;
	width: 120px;
	height: 120px;
	content: "";
	position: absolute;
	left: 0;
	border: 2px solid #fff;
	border-radius: 50%;
}

#before-footer .one-half:not(.first){
	padding-left: 80px;
	text-align: right;
}

.home #before-footer p[style*="text-align: center"]{
	display: none;
}

#before-footer .one-half i{
	color: #d54b29;
}

#before-footer .one-half.first p{
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	padding: 20px 0 20px 0px;
}

#before-footer .one-half:not(.first) p{
	font-size: 28px;
}

#before-footer .one-half:not(.first) a[href*="tel"]{
    font-size: 27px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    color: #fff;
    font-weight: bold;
}

#before-footer .one-half:not(.first) p{
	margin-bottom: 5px;
	padding: 20px 0 0 0;
}

#before-footer a[href*="tel"] i{
	background-color: #d54b29;
	font-size: 14px;
	/* width: 24px; */
	/* height: 24px; */
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	transform: rotate(90deg);
	padding: 9px;
	position: absolute;
	left: 0;
	color: #fff;
	top: 4px;
}

#before-footer img{
	width: 500px;
}

#before-footer .one-half ul li{
	display: inline-block;
	margin-right: 0.5em;
}

#before-footer .one-half ul li a{
	line-height: 1;
	color: #fff;
}

#before-footer .one-half ul li a i{
	font-size: 22px;
	background-color: #d54b29;
	text-align: center;
	display: inline-block;
	padding: 5px;
	left: 0;
	color: #fff;
	top: 4px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
} 

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #999;
	clear: both;
	padding: 60px 0 36px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #272526;
	color: #999;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer p strong {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 1em;
    letter-spacing: 1px;
}

/* Custom additions
---------------------------------------------------------------------------------------------------- */
.clear{
	clear: both;
}

.genesis-nav-menu .sub-menu{
    background-color: #282828;
    border-radius: 0.4rem;
}

.genesis-nav-menu .sub-menu:before{
    height: 2rem;
    left: 0;
    right: 0;   
}

.genesis-nav-menu .sub-menu:before,
.genesis-nav-menu .sub-menu:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}

.genesis-nav-menu .sub-menu:after{
    border: 0.8rem solid transparent;
    border-bottom-color: #282828;
    left: 1.8rem;
}

.genesis-nav-menu .sub-menu a{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:hover{
    background-color: transparent;
}

.genesis-nav-menu .sub-menu a:hover{
}

/** Grid */
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:0}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:0}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:0}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:0}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:0}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:0}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:0}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:0}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}

.entry-content h2:not(.woocommerce-loop-product__title){
	font-weight: 600;
	-webkit-font-smoothing: initial;
	font-size: 18px;
	text-transform: uppercase;
}

.entry-content h2.has-text-align-center{
	font-size: 28px;
	text-transform: capitalize;
	margin-bottom: 1.25em;
}

.entry-content h3,
.entry-content h4{
	font-weight: 600;
	-webkit-font-smoothing: initial;
	font-size: 16px;
}

div#internal-footer .wrap {
    max-width: 100%;
}

div#internal-footer .widget:first-child {
    width: 100%;
    float: none;
}

div#internal-footer .widget:first-child .widget-wrap{
    float: none;
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 40px 0;
    overflow: hidden;
}

div#internal-footer .widget:first-child .widget-title{
    position: relative;
    font-size: 28px;
}


div#internal-footer .widget:first-child ul{

}

div#internal-footer .widget:first-child ul li{
    width: 16.66%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    height: 80px;
}

div#internal-footer .widget:first-child ul li:nth-child(6n+1){
    clear: left;
   
}

div#internal-footer .widget:first-child ul li img{
    display: inline-block;
    max-height: 60px;
    max-width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


div#internal-footer .widget:last-child {
    clear: both;
    width: 100%;
    background-color: #000;
    color: #fff;
}

div#internal-footer .widget:last-child .widget-wrap{
    max-width: 1080px;
    margin: 0 auto;
}

.entry-content blockquote{
	font-weight: 700;
	margin-left: 0;
    margin-right: 0;
}

.entry-content blockquote em{
	font-style: normal;
}

.wp-block-embed__wrapper  {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 ratio */
   padding-top: 30px; /* IE 6 workaround*/
   height: 0;
   overflow: hidden;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.icon-m__media {
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border-radius: 50%;
    background-color: #908f8f;
    font-size: 30px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    color: #fff;
}

.icon-m--style-1 {
    text-align: center;
}

.icon-m--style-1 a {
    font-family: 'Montserrat', serif!important;
    text-transform: uppercase;
    color: inherit;
    margin-top: 16px;
    -webkit-font-smoothing: unset;
    font-weight: 600;
}



div#internal-footer .widget:last-child .widget-wrap{
    padding: 40px 0;
    text-align: center;
}

div#internal-footer .widget:last-child ul{
    position: relative;
    border-top: 2px solid #fff;
    margin-top: 2em;
    display: block;
}



div#internal-footer .widget:last-child ul li{
    display: inline-block;
    padding: 20px 75px 5px 75px;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

div#internal-footer .widget:last-child ul li:before{
    content: "";
    display: inline-block;
    background-color: #d54b29;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

div#internal-footer .widget:last-child .widget-title{
    color: #fff;
    text-transform: initial;
    font-size: 24px;
}

div#internal-footer .widget:last-child p{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Gotham';
}

.wp-block-column[style*="33.33"] .wp-block-image img {
    width: 100%;
}


@media only screen and (min-width: 768px){
	body.blog .content img.alignleft,
	body[class*="category"] .content img.alignleft,
	body[class*="archive"] .content img.alignleft{
	    max-width: 224px;   
	}
}

/* WooCommerce
---------------------------------------------------------------------------------------------------- */
.woocommerce .products ul li, 
.woocommerce ul.products li{
    text-align: center;
}

.woocommerce .products ul li a img,
.woocommerce ul.products li a img{
    
}

.woocommerce .products ul li a h2, 
.woocommerce ul.products li a h2{
    color: #231f20;
 }

.woocommerce .products ul li a .price, 
.woocommerce ul.products li a .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #231f20!important;
}

.woocommerce ul.products li.product .button {
    color: #fff;
    background-color: #272526;
}

.woocommerce ul.products li.product .button:hover {
    opacity: 0.8;
}

.woocommerce nav.woocommerce-pagination ul li span{
    font-weight: 700;
    padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination ul li a{
    color: #231f20;
    font-weight: 700;
    padding: 10px 12px;
}

.woocommerce ul.products li.product a:hover img{
	opacity: 0.75;
}

.woocommerce ul.products li.product a:hover h2{
	color: #d54b29;
}

.archive.full-width-content div#primary, 
.archive.full-width-content .content-area {
    /* width: 66%; */
    /* float: left; */
}

.single.full-width-content .sidebar,
.archive.full-width-content .sidebar,
.single-product li#tab-title-description, 
.single-product div#tab-description {
    display: none!important;
}

.single-product.woocommerce div.product div.images img {
    border: 1px solid #eee;
}

.entry-content ul {

}

.entry-content ul:not(.products) li{
    position: relative;
    list-style-type: none;
}

.entry-content ul:not(.products) li:before{
    position: absolute;
    content: "\f105";
    left: -15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	width: 40px;
	float: right;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f0c9";
	display: block;
	font: normal 24px/1 'Font Awesome 5 Free';
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

.wp-block-embed-youtube {
    max-width: 1080px;
    margin-bottom: 40px!important;
}

.wp-block-embed__wrapper  {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 ratio */
   padding-top: 30px; /* IE 6 workaround*/
   height: 0;
   overflow: hidden;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}



/* Gravity Forms
---------------------------------------------------------------------------------------------------- */
div[id*="gform_wrapper"] input[type="text"],
div[id*="gform_wrapper"] input[type="email"],
div[id*="gform_wrapper"] select,
div[id*="gform_wrapper"] textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 45px;
    padding: 7px 19px!important;
    width: 100%!important;
    box-shadow: 1px 1px 3px #eee inset;
    color: #222;
    font-size: 14px!important;
    background-color: #fff;
    margin-top: 0;
}

div[id*="gform_wrapper"] li.hidden_label input{
	margin-top: 0;
}

div[id*="gform_wrapper"] select{

}

div[id*="gform_wrapper"] textarea {
    max-height: 100px
}

div[id*="gform_wrapper"] .gfield {
    margin-top: 0!important;
    margin-bottom: 15px;
}

div[id*="gform_wrapper"] .ginput_container {
    margin-top: 0!important;
}

div[id*="gform_wrapper"] .gform_footer{
    margin-top: 0;
    padding-top: 0;
}

div[id*="gform_wrapper"] .gform_button{
    background-color: #d54b29;;
}

div[id*="gform_wrapper"] .gform_button:hover{
    opacity: 0.7;
}


div.wpcf7-mail-sent-ok {
    border: 0!important;
    color: #fff;
    clear: both;
    padding-top: 2em!important;
}

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

@media only screen and (max-width: 1180px) {

	.site-inner, 
	.wrap, 
	div#internal-footer .widget:first-child .widget-wrap, 
	div#internal-footer .widget:last-child .widget-wrap,
	.wp-block-embed-youtube{
		max-width: 90%;
	}

	div#internal-footer .widget:last-child ul li{
		padding-left: 35px;
		padding-right: 35px;
	}

	#before-footer .one-half.first p{
		font-size: 24px;
	}


}

@media only screen and (max-width: 1023px) {
	
	#home-testimonials .review{
		width: 50%;
	}

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

	#home-top .widget ul li{
		width: 18%;
		box-sizing: border-box;
		padding: 0;
	}

	#home-products .widget ul.products li{
		margin-bottom: 1.65em;
	}

	.site-header .logo-extra{
		text-align: center;
	}

	.wp-block-columns.four .wp-block-column{
		margin-bottom: 1.65em;
	}

	.wp-block-columns:not(.four) .wp-block-column{
		flex-basis: 100%!important;
	}

	.wp-block-columns:not(.four) .wp-block-column figure{
		text-align: center;
		
	}

	.wp-block-column:nth-child(2n){
		margin-left: 0!important;
	}

	div#internal-footer .widget:last-child ul li{
		padding-left: 25px;
		padding-right: 25px;
	}

	div#internal-footer .widget:first-child ul li:nth-child(6n+1){
		clear: none;
	}

	div#internal-footer .widget:first-child ul li:nth-child(3n+1){
		clear: left;
	}

	div#internal-footer .widget:first-child ul li{
		width: 33.33%;
	}

	#home-bottom .wrap{
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#before-footer .wrap{
		padding-top: 5%;
	}
	
}

@media only screen and (max-width: 767px) {

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

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px 10px 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #fff;
	}

	/** Custom additions */
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu,
	.rplgsw-pagination-bullets{
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item{
		text-align: right;
		margin: 10px 10px;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #fff;
	}

	/**-------------------- custom  ----------------------*/
	#contact-us .wp-block-group__inner-container{
		max-width: 90%;
	}
	
	#before-footer .one-half:not(.first) p,
	#before-footer .one-half ul li:last-child,
	.genesis-nav-menu .menu-item.menu-item-3478{
		display: none;
	}

	.menu-active #menu-primary-menu a.close-btn {
	    color: #fff;
	}

	.genesis-nav-menu a{
		color: #fff;
		text-transform: uppercase!important;
		font-weight: 700;
	}

	.genesis-nav-menu a:hover, 
	.genesis-nav-menu .current-menu-item > a, 
	.genesis-nav-menu .v .current-menu-item > a:hover {
	    color: #d54b29!important;
	}

	.site-header .genesis-nav-menu{
		background-color: #272526;
		color: #fff;
		top: 0;
		position: fixed;
		width: 250px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
		right: -250px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		-o-transition: opacity 0.3s linear, right 0.3s ease-out;
		transition: opacity 0.3s linear, right 0.3s ease-out;
		display: block!important;
		z-index: 77;
	}

	

	.menu-active .site-header .genesis-nav-menu{
		right: 0;
	}

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

	body:not(.home) .site-header{
		background-color: #272526;
		background-size: cover;
	}
	
	.title-area{
		display: inline-block;
		width: 70%;
		float: left;
		padding: 16px 0;
		text-align: center;
		margin-left: 10%;
	}

	.site-title{
		font-size: 18px;
		font-weight: bold;
	}

	.title-area a[href*="tel"]{
		position: relative;
		padding-left: 38px;
		display: inline-block;
	}

	.title-area a[href*="tel"] i{
		background-color: #d54b29;
		font-size: 11px;
		text-align: center;
		display: inline-block;
		border-radius: 50%;
		transform: rotate(90deg);
		padding: 9px;
		position: absolute;
		left: 0;
		color: #fff;
		top: -6px;
	}

	.site-header .widget-area{
		width: 20%;
		float: right;
	}

	#home-testimonials .review{
		width: 100%;
		float: none;
	}

	#home-top .widget-title, 
	.hero h2, 
	#home-top h3{
		font-size: 28px;
	}

	#home-top h3{
		font-size: 24px;
	}

	.home-top img[src*="plumbing-bros-logo"],
	.site-header .logo-extra img,
	.hero .inner-wrap img{
		max-width: 100px;
	}

	p img[src*="plumbing-bros-five-star"]{
		max-width: 200px!important;
	}

	body{
		font-size: 14px;
	}
	.cta{
		padding: 10px 12px;
		line-height: 1;
	}

	.home .site-inner .widget-area{
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.home-top .wrap{
		padding-bottom: 50px;
	}

	#home-top .widget ul li{
		width: 33.33%;
		float:  left;
		margin-bottom: 1.5em;
		font-size: 14px;
	}

	#home-top .widget ul li:nth-child(4n),
	#home-top .widget ul li:last-child{
		width: 38%;
		margin-left: 8%;
	}

	#home-top .widget ul li:nth-child(4n){
		clear: left;
	}

	#home-top .one-half,
	.home-services .one-half{
		width: 50%;
		float: left;
	}

	#home-top .one-half:before{
		width: 80%;
	}

	#home-top .one-half div{
		max-width: 78%;
	}

	#home-top .one-half img{
		bottom: -25px;
	}

	#home-top .one-half img[src*="google"]{
		bottom: -28px;
	}

	#home-products a.cta {
	    margin-bottom: 10px;
	    padding-left: 5px;
	    padding-right: 5px;
	    margin: 5px auto;
	    width: 100%;
	}

	.home-services .one-half, .home-services .one-half.first{
		text-align: center;
	}

	.home-services .one-half a.cta{
		max-width: 90%;
	}

	.home-bottom .one-half{
		text-align: center;
	}

	.wpcf7-form input{
		margin-bottom: 0px;
	}

	.wpcf7-form select{
		margin-bottom: 15px;
	}

	.site-inner,
	div#internal-footer .widget:last-child .widget-wrap{
		padding: 5% 0;
	}

	div#internal-footer .widget:first-child{
		width: 100%;
		float: none;

	}

	div#internal-footer .widget:last-child ul{
		border-top: 0;
		max-width:  60%;
		margin: 0 auto;
		padding-left: 2em;
	}

	div#internal-footer .widget:last-child ul li{
		width: 100%;
		text-align: left;
		padding-top: 0;
		line-height: 1.2;
		margin-bottom: 1em;
	}

	.woocommerce .woocommerce-ordering{
		float: none;
		width: 100%;
	}

	div#internal-footer .widget:last-child ul li:before{
		left: 0;
		transform: initial;
		top: 1px;
	}

	body.blog .content img.alignleft,
	body[class*="category"] .content img.alignleft,
	body[class*="archive"] .content img.alignleft{
	    width: 100%;   
	}

	div[class*="recaptcha"] iframe{
		transform: scale(0.86);
		transform-origin: left top;
		-webkit-transform-origin: left top;
	}

	#contact-us{
		padding: 5% 0;
	}



	#before-footer .wrap{
		padding-top: 10%;
	}

	#before-footer .one-half.first:before{
		width: 100px;
		height: 100px;
		background-size: 100px auto;
		left: 50%;
		transform: translateX(-50%);
	}

	#before-footer .one-half.first{
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	#before-footer .one-half:not(.first){
		padding: 0;
		text-align:  center;
	}

	#before-footer .one-half.first p{
		padding-top:120px;
		text-align: center;
		font-size: 18px;
	}

	.site-footer{
		padding: 10px 0;
	}

	.site-footer p strong{
		font-size: 14px;
	}


}