/*
Theme Name: Rouse Hill Plumbing Solutions
Author: FX Web Studio
Author URI: http://www.fxwebstudio.com.au
Description: Description
Version: 1.0.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fx is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Testimonials
	## Services
	## Why Choose Us
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Slider
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

strong {
  text-transform: uppercase;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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 {
  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;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Exo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: uppercase;
  font-weight: 900;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  padding: 3% 0 0;
}
.site-header .space {
  width: 12.5%;
  float: left;
  height: 114px;
}
.site-header .site-logo {
  margin-top: .4rem;
}
.site-header .contact-info {
  text-align: right;
}
.site-header .contact-info h3, .site-header .contact-info h4, .site-header .contact-info img {
  text-transform: uppercase;
  color: #393431;
  margin: .2rem 0;
  line-height: 1.2;
  vertical-align: middle;
}
.site-header .contact-info h3 {
  font-weight: 900;
  font-size: 2.28em;
}
.site-header .contact-info div img {
  margin-right: 3.5%;
}
.site-header .contact-info div h4 {
  font-size: 1.7em;
  display: inline-block;
  line-height: 1.2;
  text-transform: none;
}
.site-header .contact-info div h5 {
  font-size: 1.18em;
  display: inline-block;
  line-height: 1.2;
  text-transform: none;
}

/*.site-header*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #de2119;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#navigation-wrapper {
  width: 100%;
  background-color: #de2119;
}
#navigation-wrapper .email {
  display: none;
}
#navigation-wrapper .large-4 .widget {
  margin: 0;
  text-align: right;
}
#navigation-wrapper .large-4 .widget a {
  background-image: url("images/email.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  padding: 15px 0 15px 60px;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-navigation li:hover {
  background-color: #393431;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 20px;
}

.main-navigation ul ul {
  background-color: #393431;
  float: left;
  left: -188px;
  position: absolute;
  right: 0;
  height: 0;
  overflow: hidden;
  width: 1170px;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-navigation ul ul ul {
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  height: 535px;
  background-color: transparent;
  border: 0 none;
}
.main-navigation ul ul ul li {
  border-right: 0 none;
  margin: 0 !important;
  min-height: 0;
  width: 100%;
  height: auto;
}
.main-navigation ul ul ul li a {
  font-size: 12px;
  font-weight: 400;
  border-bottom: none 0;
  padding: 0;
}

.main-navigation ul ul li a {
  font-weight: 600;
  border-bottom: dotted 1px #777777;
  padding: 0 0 5px;
  margin: 10px 20px 0;
}

.main-navigation ul ul li {
  border-right: 1px solid #252220;
  display: inline-block;
  font-size: 17px;
  height: 100%;
  width: 195px;
}
.main-navigation ul ul li:last-child {
  border-right: 0 none;
}
.main-navigation ul ul li:hover {
  background-color: #49423e;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #ffffff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: -188px;
  top: 3em;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-navigation ul li:hover > ul li,
.main-navigation ul li.focus > ul li {
  margin: 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  padding: 0;
  height: 535px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: auto;
  top: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.home .site-content {
  background-image: url("images/wrench.png");
  background-position: 64% bottom;
  background-repeat: no-repeat;
}
.home .site-content .content-area ul {
  list-style: none;
  margin-left: 3em;
}
.home .site-content .content-area ul li {
  padding-left: 35px;
  background-image: url("images/tick.png");
  background-repeat: no-repeat;
  background-position: left 6px;
  color: #666666;
  margin-bottom: 15px;
}
.home .site-content .content-area ul li:last-child {
  margin-bottom: 0;
}

.testimonial-page .begin-quote, .testimonial-page .end-quote {
  width: 26px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
}
.testimonial-page .begin-quote {
  background-image: url("images/quote-1.png");
  margin-right: 15px;
}
.testimonial-page .end-quote {
  background-image: url("images/quote-2.png");
  margin-left: 15px;
}

.site-content h1, .site-content .page-title {
  margin-bottom: 2.5rem;
  font-size: 2.75rem;
}
.site-content section {
  margin-top: 2em;
}
.site-content .content-area .page-title {
  margin-bottom: 2.5rem;
  font-size: 2.75rem;
}
.site-content .content-area h2 {
  font-size: 1.7rem;
}
.site-content .content-area h3 {
  font-size: 1.4rem;
}
.site-content .content-area .accordion {
  margin-bottom: 1.7rem;
}
.site-content .content-area .accordion .r-tabs-anchor {
  background-color: #e9e9e9;
  color: #555555;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 10px;
  text-decoration: none;
}
.site-content .content-area .accordion .r-tabs-state-active .r-tabs-anchor {
  color: #de2119 !important;
}
.site-content .content-area .wpcf7-text, .site-content .content-area .wpcf7-date, .site-content .content-area .wpcf7-textarea, .site-content .content-area .wpcf7-captchar {
  width: 100%;
  border-radius: 0;
  border: 1px solid #dddddd;
  padding: 10px 10px;
  font-size: 18px;
}
.site-content .content-area .wpcf7-submit {
  background-color: #393431;
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 25px;
  float: right;
  border-radius: 0;
  box-shadow: none;
}
.site-content .content-area ul li {
  margin-left: 15px;
  padding-left: 10px;
}
.site-content .widget-area #text-5 {
  padding: 1em 2em;
  background-color: #ff2e0f;
  margin-top: 15px;
}
.site-content .widget-area #text-5 h4 {
  text-transform: none;
  color: #ffffff;
  font-size: 2em;
  text-align: center;
}
.site-content .widget-area #text-5 h3 {
  color: #ffffff;
  text-transform: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
.site-content .widget-area #text-5 .wpcf7-text, .site-content .widget-area #text-5 .wpcf7-date, .site-content .widget-area #text-5 .wpcf7-captchar {
  width: 100%;
  border-radius: 0;
  border: 0 none;
  padding: 10px 10px;
  font-size: 18px;
}
.site-content .widget-area #text-5 .wpcf7-not-valid-tip, .site-content .widget-area #text-5 .wpcf7-response-output {
  color: #ffe50d;
}
.site-content .widget-area #text-5 .wpcf7-submit {
  background-color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 5px 35px;
  float: right;
  border-radius: 0;
}
.site-content #call-to-action {
  background-color: #de2119;
}
.site-content #call-to-action #text-6 {
  margin: 1.2em 0;
  text-align: center;
}
.site-content #call-to-action #text-6 h3 {
  color: #ffffff;
  font-size: 2em;
}
.site-content #slideout-form {
  top: 20vw;
  position: absolute;
  right: 0;
  z-index: 999;
}
.site-content #slideout-tab {
  background: url(images/quick-enquiry.png) no-repeat 0 0 scroll transparent;
  float: left;
  height: 190px;
  width: 50px;
  cursor: pointer;
}
.site-content #slideout-content {
  background: #ff2e0f;
  color: #fff;
  display: none;
  float: left;
  overflow: hidden;
  width: 275px;
}
.site-content #slideout-content .wpcf7-text, .site-content #slideout-content .wpcf7-date, .site-content #slideout-content .wpcf7-captchar {
  width: 100%;
  border-radius: 0;
  border: 0 none;
  padding: 10px 10px;
  font-size: 18px;
}
.site-content #slideout-content .wpcf7-submit {
  background-color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 5px 25px;
  float: right;
  border-radius: 0;
}
.site-content #slideout-content div.input {
  margin: 0 0 10px;
}
.site-content #slideout-content span.wpcf7-not-valid-tip {
  color: #FFFF00;
}

/*site-content*/
.site-footer .footer-wrapper {
  padding: 3em 0 1em;
  font-size: 14px;
}
.site-footer .footer-wrapper div img:nth-child(4n) {
  margin-right: 0;
}
.site-footer .footer-wrapper img {
  margin-right: 7px;
}
.site-footer .footer-wrapper ul {
  list-style: none;
  margin-left: 0;
}
.site-footer .footer-wrapper ul li {
  color: #444444;
}
.site-footer .footer-wrapper ul li a {
  font-size: 14px;
  color: #444444;
}
.site-footer .footer-wrapper h6 {
  text-transform: none;
  margin-bottom: 15px;
}
.site-footer .footer-wrapper #text-9 {
  width: 18%;
}
.site-footer .footer-wrapper #text-8 {
  width: 30%;
}
.site-footer .footer-wrapper #text-8 ul:first-child {
  float: left;
}
.site-footer .footer-wrapper #text-8 ul:last-child {
  float: right;
}
.site-footer .site-info {
  color: #ffffff;
  background-color: #333333;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.site-footer .site-info a {
  color: #ffffff;
}

/*.site-footer*/
.error-404 {
  padding: 10em 0;
}
.error-404 h1 {
  text-align: center;
  font-size: 7em;
}
.error-404 h2 {
  font-size: 1em;
  text-align: center;
}

/*.error-404*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.home-testimonials span {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  padding-right: 5px;
}
.home-testimonials p {
  font-size: 18px;
}
.home-testimonials h6 {
  font-size: 16px;
  text-align: right;
}
.home-testimonials .begin-quote, .home-testimonials .end-quote {
  width: 26px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
}
.home-testimonials .begin-quote {
  background-image: url("images/quote-1.png");
  margin-right: 15px;
}
.home-testimonials .end-quote {
  background-image: url("images/quote-2.png");
  margin-left: 15px;
}

/*.home-testimonials*/
/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
#services {
  margin: 0;
}
#services .service {
  margin-right: 2.7%;
  margin-bottom: 2.7%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 22.95%;
  clear: none;
}
#services .service:nth-child(4n) {
  margin-right: 0;
}
#services .service:hover > .service-info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#services .service:hover > span.red-filter {
  opacity: 1;
}
#services .service:hover > .service-name-wrapper {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#services .service img {
  width: 100%;
}
#services .service .service-name-wrapper {
  bottom: 0;
  display: block;
  height: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#services .service .service-name-wrapper span {
  width: 100%;
  display: inline-block;
}
#services .service .service-name-wrapper span img {
  width: auto;
}
#services .service .service-name-wrapper .service-name {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-top: 1rem;
}
#services .service .service-info {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 1.5em 1em;
  text-align: center;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#services .service .service-info h5, #services .service .service-info p, #services .service .service-info .button {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
#services .service .service-info h5 {
  top: auto;
}
#services .service .service-info h5 a {
  color: #ffffff;
  font-weight: 600;
}
#services .service .service-info p {
  font-size: 14px;
  margin-bottom: 15px;
}
#services .service .service-info .button {
  margin-top: 5px;
  border: 1px solid #ffffff;
  padding: 5px 30px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#services .service .service-info .button:hover {
  color: #de2119;
  background-color: #ffffff;
}
#services .service span.red-filter {
  top: 0;
  background-color: #de2119;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
}
#services .service span.black-filter {
  top: 0;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .4;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
}

/*#services*/
/*--------------------------------------------------------------
## Why Choose Us
--------------------------------------------------------------*/
#why-choose-us {
  background-color: #de2119;
  overflow-x: auto;
}
#why-choose-us ul {
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 1.25rem;
}
#why-choose-us ul li {
  padding-left: 70px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  color: #ffffff;
}
#why-choose-us ul li h5 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
#why-choose-us ul li p {
  margin: 0;
  line-height: 1.2;
}
#why-choose-us ul .certification {
  background-image: url(images/certification.png);
}
#why-choose-us ul .availability {
  background-image: url(images/availability.png);
}
#why-choose-us ul .fair-prices {
  background-image: url(images/fair-prices.png);
}

/*why-choose-us*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider-wrapper ul li {
  position: relative;
}
.slider-wrapper ul li .slider-caption {
  left: 0;
  position: absolute;
  top: 7vw;
  width: 75%;
}
.slider-wrapper ul li .slider-caption .slider-title, .slider-wrapper ul li .slider-caption p {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-8 */
  color: #ffffff;
  padding: 10px 35px;
  display: inline-block;
}
.slider-wrapper ul li .slider-caption .slider-title {
  font-weight: 900;
  font-size: 2em;
}
.slider-wrapper ul li .slider-caption p {
  font-size: 20px;
}
.slider-wrapper .flex-control-paging {
  display: inline-block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 5px;
}
.slider-wrapper .flex-control-paging li a {
  box-shadow: none;
  border: solid #ffffff 4px;
  background-color: #585858;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.slider-wrapper .flex-control-paging li a:hover {
  background-color: #de2119;
}
.slider-wrapper .flex-control-paging li .flex-active {
  background-color: #de2119;
  cursor: default;
  opacity: 1;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media screen and (min-width: 1087px) {
  #navigation-wrapper .menu-toggle {
    display: none;
  }
  #navigation-wrapper .main-navigation ul {
    display: block;
  }
}
@media only screen and (min-width: 1199px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1086px) {
  #navigation-wrapper .large-8 {
    padding: 0;
  }
  #navigation-wrapper .large-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #navigation-wrapper .show {
    display: inline-block;
  }
  #navigation-wrapper .hide {
    display: none;
  }
  #navigation-wrapper .menu-toggle {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    padding: 20px 0;
  }
  #navigation-wrapper .main-navigation {
    float: none;
  }
  #navigation-wrapper .main-navigation ul li {
    width: 100%;
  }
  #navigation-wrapper .main-navigation ul #menu-item-201 {
    display: none;
  }
  #navigation-wrapper .large-4 {
    display: none;
  }
}
@media only screen and (max-width: 1027px) {
  .desktop {
    display: none;
  }

  .home .site-content {
    background-image: none;
  }

  .site-header {
    text-align: center;
  }
  .site-header .space {
    display: none;
  }
  .site-header .site-logo {
    width: 100%;
    text-align: center;
  }
  .site-header .contact-info {
    margin-top: 2.5%;
    width: 100%;
    text-align: center;
  }
  .site-header .contact-info h4 {
    background: none;
    padding: 0;
  }
  .site-header .contact-info h4:last-child {
    background: none;
  }

  #services .service .service-name-wrapper {
    height: 70%;
  }
  #services .service .service-name-wrapper .service-name {
    font-size: 2.2vw;
    margin-top: 0.5rem;
  }
  #services .service .service-name-wrapper span {
    display: inline-block;
    width: 100%;
    padding: 0 7vw;
  }
  #services .service .service-info {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: translateY(160%);
    -moz-transform: translateY(160%);
    transform: translateY(160%);
  }
  #services .service .service-info .button {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    top: 5.5vw;
  }

  #why-choose-us ul li {
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 10%;
    padding-right: 0;
    padding-top: 70px;
    padding-left: 0;
    text-align: center;
  }
  #why-choose-us ul li:last-child {
    margin-bottom: 0;
  }

  .site-footer .footer-wrapper #text-9, .site-footer .footer-wrapper #text-8 {
    width: 100%;
  }
  .site-footer .footer-wrapper ul {
    width: 100%;
  }
  .site-footer .footer-wrapper ul:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .site-content h1 {
    margin-bottom: 2rem;
  }
  .site-content h2 {
    font-size: 1.3rem;
  }
  .site-content h3 {
    font-size: 1rem;
  }
  .site-content #call-to-action #text-6 h3 {
    font-size: 1.6em;
  }

  .home-testimonials p {
    font-size: 16px;
  }

  .slider-wrapper .flex-control-paging {
    bottom: 0;
  }
  .slider-wrapper .flex-control-paging li a {
    background-color: #585858;
    border: .7vw solid #ffffff;
    border-radius: 50%;
    box-shadow: none;
    height: 2.5vw;
    width: 2.5vw;
  }
  .slider-wrapper ul li .slider-caption .slider-title {
    font-size: 1.5em;
  }
  .slider-wrapper ul li .slider-caption .slider-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 527px) {
  .home .site-content .content-area ul {
    list-style: outside none none;
    margin-left: 1em;
  }

  .site-header .contact-info h3 {
    font-weight: 900;
    font-size: 1.5em;
  }
  .site-header .contact-info div img {
    margin-right: 3vw;
    width: 6%;
  }
  .site-header .contact-info div h4 {
    font-size: 1.2em;
    display: inline-block;
    line-height: 1.2;
    text-transform: none;
  }
  .site-header .contact-info div h5 {
    font-size: 1em;
    display: inline-block;
    line-height: 1.2;
    text-transform: none;
  }

  .site-content h1 {
    font-size: 1.5rem;
  }
  .site-content .content-area .page-title {
    font-size: 1.5rem;
  }
  .site-content .content-area h2 {
    font-size: 1.2rem;
  }
  .site-content .content-area h3 {
    font-size: 1rem;
  }
  .site-content section {
    margin-top: 6vw;
  }
  .site-content .widget-area #text-5 {
    padding: 1em;
    margin-top: 15px;
  }
  .site-content .widget-area #text-5 h4 {
    font-size: 1.2em;
  }
  .site-content .widget-area #text-5 h3 {
    font-size: 1em;
  }
  .site-content .widget-area #text-5 .wpcf7-text, .site-content .widget-area #text-5 .wpcf7-date {
    font-size: 14px;
  }
  .site-content .widget-area #text-5 .wpcf7-submit {
    font-size: 1em;
  }
  .site-content #call-to-action #text-6 h3 {
    color: #ffffff;
    font-size: 1em;
  }

  .slider-wrapper ul li {
    position: relative;
  }
  .slider-wrapper ul li .slider-caption .slider-title, .slider-wrapper ul li .slider-caption p {
    padding: 5px 7px;
  }
  .slider-wrapper ul li .slider-caption .slider-title {
    font-weight: 900;
    font-size: 4.5vw;
  }
  .slider-wrapper ul li .slider-caption .slider-desc {
    font-size: 3.7vw;
  }
  .slider-wrapper .flex-control-paging {
    display: none;
  }

  #services {
    margin-bottom: 3vw;
  }
  #services .service {
    width: 48.5%;
    z-index: 2;
  }
  #services .service .service-name-wrapper {
    height: 50%;
  }
  #services .service .service-name-wrapper .service-name {
    font-size: 3.5vw;
  }
  #services .service:nth-child(2n) {
    margin-right: 0;
  }
  #services .service .service-info .button {
    top: 10vw;
  }
}
