@charset "UTF-8";
/* Create your variables here. */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* 
====================
	MEDIA QUERIES
	// USAGE:
	//
	// There are several ways you can use this mixin, but by default the mixin 
	// assumes a min-width mq (see $width & $min options) so by using these
	// options as needed you can create a variety of different mqs to suit
	// your needs, EXAMPLE: @include mq(600px, false, false)
	// would be a mq of: (max-height: 600px)
	//
	// VARS:
	//
	// $point - Breakpoint in pixels (ex: 768px). Options: retina, #px.
	// $width - If this is a width mq, if not, it's a height mq. Default: true. Options: true, false.
	// $min   - If this is a min-# mq, if not, it's a max-# mq. Default: true. Options: true, false.
	// $no-mq - Whether to output mq styles in @media wrapper or not. Var is set in parent stylesheets with $legacy.
====================
*/
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
.content-area #standard-form .form-submit {
  transition: all 0.5s ease-in-out; }

/* fonts */
@font-face {
  font-family: 'core-icons';
  src: url("../fonts/core-icons.eot?vbtv8s");
  src: url("../fonts/core-icons.eot?vbtv8s#iefix") format("embedded-opentype"), url("../fonts/core-icons.ttf?vbtv8s") format("truetype"), url("../fonts/core-icons.woff?vbtv8s") format("woff"), url("../fonts/core-icons.svg?vbtv8s#core-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.font-icon,
.slick-arrow:before,
.portfolio-single .carousel-slider .slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'core-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-left:before {
  content: "\e905"; }

.icon-chevron-right:before {
  content: "\e906"; }

.icon-arrow {
  width: 18px;
  height: 21px;
  vertical-align: sub;
  fill: #FFFFFF; }

/* Base Styles */
.phoney-field {
  display: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 100; }

h1,
.h1 {
  line-height: 1.2; }

h2,
.h2 {
  font-size: 26px;
  line-height: 1.2; }
  @media (min-width: 640px) {
    h2,
    .h2 {
      font-size: 32px; } }

h3,
.h3 {
  line-height: 1.4;
  font-size: 22px; }
  @media (min-width: 640px) {
    h3,
    .h3 {
      font-size: 26px; } }

.site-content ul {
  list-style: square; }
.site-content li {
  padding-bottom: 10px; }

.content-pages ul {
  list-style: none;
  padding-left: 20px; }
  @media (min-width: 640px) {
    .content-pages ul {
      padding-left: 40px; } }
.content-pages li {
  font-size: 16px;
  font-weight: 100;
  border: solid 1px #cacaca;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 10px; }
  @media (min-width: 640px) {
    .content-pages li {
      font-size: 20px; } }
.content-pages ul li:before {
  content: '✓';
  color: #fff;
  background-color: #56ca4e;
  border-radius: 50%;
  padding: 2px 6px;
  margin-right: 10px; }

a {
  color: inherit;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  z-index: 99;
  position: relative; }
  a:active, a:focus {
    outline: 1px dotted; }
  a.base-content:hover, .base-content a:hover {
    color: #C8872B; }

.spin {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }
  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }
  75% {
    -webkit-transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }
  60% {
    transform: translateY(-100%) scaleY(1.1); }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/* Global HTML & Body */
html {
  background: #fff;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: auto; }

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  margin-left: auto;
  margin-right: auto; }

p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 100; }
  p span {
    font-weight: 100 !important; }
  @media (min-width: 640px) {
    p {
      font-size: 20px; } }
  p a {
    color: #C8872B; }

.div {
  display: block;
  overflow: hidden;
  clear: both; }

#page {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh; }

body,
form,
button,
input,
select,
textarea {
  color: #282828;
  line-height: 1.8;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/* Global Text Selection */
::selection {
  background: #C8872B;
  color: #FFFFFF;
  text-shadow: none; }

/* Global Wrapper */
.main-container {
  min-height: 100vh;
  position: relative;
  width: 100%; }

.l-wrapper {
  max-width: 1170px;
  width: auto;
  margin: 0 auto;
  padding: 0 8px; }
  @media (min-width: 640px) {
    .l-wrapper {
      padding: 0 32px; } }

.small-wrap {
  max-width: 846px; }

.section-spacing {
  margin-top: 75px;
  margin-bottom: 75px; }

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

/* 2.0 Accessibility  */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 700;
  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; }

/* 4.0 Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

/* Header Styles */
#masthead .top-bar {
  background-color: #1a1a1a;
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    #masthead .top-bar {
      margin-bottom: 0; } }
#masthead .top-bar-wrap {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 960px) {
    #masthead .top-bar-wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      box-shadow: none; } }
#masthead .mobile-number {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 18px !important;
  display: block; }
  @media (min-width: 960px) {
    #masthead .mobile-number {
      display: none; } }
#masthead .social-icons {
  display: none; }
  @media (min-width: 960px) {
    #masthead .social-icons {
      display: block; } }
  #masthead .social-icons ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  #masthead .social-icons li {
    display: inline-block;
    padding-bottom: 0; }
    #masthead .social-icons li i {
      color: #fff;
      font-size: 20px;
      padding: 0 3px; }
#masthead nav {
  display: none; }
  @media (min-width: 960px) {
    #masthead nav {
      display: block; } }
#masthead .top-bar-nav {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  #masthead .top-bar-nav li {
    display: inline-block;
    padding: 5px 5px;
    color: #fff;
    font-weight: 100; }

.sub-page-hero {
  background-image: url("/wp-content/themes/emco/assets/images/background-metal.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #C8872B; }
  .sub-page-hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px; }

/* Header Styles */
/* --- Site Footer --- */
.site-footer {
  color: #fff;
  position: relative; }

.footer-roofline {
  line-height: 0;
  margin-bottom: -1px; }
  .footer-roofline svg {
    display: block;
    width: 100%;
    height: 60px; }
    @media (min-width: 640px) {
      .footer-roofline svg {
        height: 80px; } }
    @media (min-width: 960px) {
      .footer-roofline svg {
        height: 100px; } }

.footer-main {
  background-color: #1a1a1a;
  padding: 60px 0 40px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px; }
  @media (min-width: 640px) {
    .footer-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) {
    .footer-grid {
      grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr;
      gap: 50px; } }

.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #C8872B;
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(200,135,43,0.3); }

.footer-brand p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px; }

.footer-logo {
  max-width: 80px;
  height: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.9; }

.footer-social {
  display: flex;
  gap: 12px; }
  .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s; }
    .footer-social a:hover {
      background-color: #C8872B;
      color: #fff;
      transform: translateY(-2px); }

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-links li {
    margin-bottom: 10px; }
  .footer-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center; }
    .footer-links a:hover {
      color: #C8872B;
      padding-left: 4px; }
    .footer-links a i {
      font-size: 8px;
      margin-right: 8px;
      color: #C8872B;
      opacity: 0.5; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px; }
  .footer-contact-item > i {
    color: #C8872B;
    font-size: 16px;
    margin-top: 3px;
    width: 18px;
    text-align: center; }
  .footer-contact-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 3px; }
  .footer-contact-item a,
  .footer-contact-item span {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s; }
    .footer-contact-item a:hover {
      color: #C8872B; }

.footer-bottom {
  background-color: #111;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.06); }

.footer-bottom-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center; }
  @media (min-width: 640px) {
    .footer-bottom-wrap {
      flex-direction: row;
      justify-content: space-between; } }
  .footer-bottom-wrap p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.35); }
  .footer-bottom-wrap a {
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    transition: color 0.3s; }
    .footer-bottom-wrap a:hover {
      color: #C8872B; }

/* Navigation Styles */
.navigation-top {
  border-bottom: 4px solid #3b3b3b;
  text-align: center;
  padding: 1px 0;
  position: relative; }
  .navigation-top .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navigation-top .logo {
    display: inline-grid; }
    .navigation-top .logo img {
      max-width: 180px; }

.hide-mobile {
  display: none; }

.serving {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -52px;
  z-index: 99; }
  @media (min-width: 640px) {
    .serving {
      bottom: -60px; } }
  .serving p {
    background-color: #3b3b3b;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 12px;
    font-weight: 100;
    z-index: 99;
    position: relative;
    letter-spacing: .03em; }

.main-navigation ul {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0; }
  .main-navigation ul li {
    position: relative;
    cursor: pointer;
    padding: 34px 0; }
    .main-navigation ul li:hover .navdrop {
      visibility: visible;
      opacity: 1; }
  .main-navigation ul a {
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    padding: 0 20px;
    transition: all .8s; }
    .main-navigation ul a:hover {
      color: #1a1a1a; }
  .main-navigation ul svg {
    width: 100px;
    height: 100px; }
.main-navigation .cold .navdrop {
  border-bottom: 4px solid #1a1a1a;
  border-top: 4px solid #1a1a1a; }
  .main-navigation .cold .navdrop a:hover {
    color: #1a1a1a; }
.main-navigation .navdrop {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
  top: 96px;
  left: 16px;
  min-width: 200px;
  width: auto;
  z-index: 999;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #23282d;
  border-bottom: 4px solid #C8872B;
  border-top: 4px solid #C8872B; }
  .main-navigation .navdrop li {
    display: block;
    text-align: left;
    padding: 0 0;
    cursor: pointer; }
  .main-navigation .navdrop a {
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 16px;
    display: block; }
    .main-navigation .navdrop a:hover {
      color: #C8872B; }
.main-navigation .logo-svg a:after {
  display: none; }
.main-navigation .landing-page-logo {
  display: none; }

/*.landing-header {
	.desktop-logo {
		display: none;
	}

	.landing-page-logo {
		display: inline-block;
	}

	.main-navigation {

		a {
			color: $brown;
		}
	}


	.main-pages-logo {
		display: none;
	}

	.landing-page-mobile {
		display: block;
		@include mq($mq-full) {
			display: none;
		}
	}
}

.page-template-main_pages,
.home {
	.landing-page-mobile {
		display: none;
	}
}*/
.mob-menu-active {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0; }
  .mob-menu-active .hide-mobile {
    display: block; }

@media (max-width: 960px) {
  #site-navigation {
    display: none; }

  .desktop-logo {
    display: none; } }
.mobile-nav-border {
  display: block; }

#site-navigation.mobile-nav {
  display: block;
  background-color: #1a1a1a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  #site-navigation.mobile-nav ul.navbar {
    display: block;
    height: 100%;
    text-align: left;
    margin-top: 80px; }
    #site-navigation.mobile-nav ul.navbar a {
      color: #fff;
      font-size: 20px;
      padding-left: 10px; }
    #site-navigation.mobile-nav ul.navbar li {
      width: auto;
      text-align: left;
      padding: 0 0; }
  #site-navigation.mobile-nav .navdrop {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    border: none;
    background-color: #1a1a1a;
    padding-left: 16px;
    box-shadow: none; }
    #site-navigation.mobile-nav .navdrop li {
      border: none; }
  #site-navigation.mobile-nav .logo-svg {
    display: none; }
  #site-navigation.mobile-nav .menu-main-container {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    bottom: 0; }
  #site-navigation.mobile-nav .mobile-logo-wrap {
    width: calc(100% - 31px);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #35282d;
    z-index: 999; }

.mobile-icon {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  height: auto; }
  @media (min-width: 960px) {
    .mobile-icon {
      display: none; } }

.hamburger {
  z-index: 999999;
  position: absolute;
  top: 14px;
  right: 30px;
  display: inline-block;
  cursor: pointer; }

@media (min-width: 960px) {
  .hamburger {
    display: none; } }
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #1a1a1a;
  margin: 8px 0;
  transition: 0.4s; }

.change .bar1, .change .bar2, .change .bar3 {
  background-color: #35282d; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-51deg) translate(-7px, 5px);
  transform: rotate(-51deg) translate(-7px, 5px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.landing-header .bar1, .landing-header .bar2, .landing-header .bar3 {
  background-color: #35282d; }

/* Page Styles */
/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 51%;
  transform: translate(0, -51%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5; }
  @media (min-width: 640px) {
    .slick-arrow {
      height: 36px;
      width: 36px; } }
  @media (min-width: 960px) {
    .slick-arrow {
      height: 60px;
      width: 60px; } }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      opacity: .8; }
  .slick-arrow:focus {
    outline: 1px dotted #FFFFFF; }
  .slick-arrow.slick-disabled:before {
    opacity: 0; }
  .slick-arrow:before {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    opacity: 1; }

.slick-prev {
  left: 5%; }
  .slick-prev:before {
    content: "\e905"; }

.slick-next {
  right: 5%; }
  .slick-next:before {
    content: "\e906"; }

/* Page Styles */
.hero-image {
  width: auto;
  height: 100vh;
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-image .caption-box {
    visibility: hidden; }
    .hero-image .caption-box p {
      color: #fff;
      text-align: center;
      margin-bottom: 0;
      text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }
    .hero-image .caption-box .top-text {
      font-size: 18px;
      font-weight: 100; }
    .hero-image .caption-box .middle-text {
      font-size: 40px;
      font-weight: 900;
      line-height: 1; }
    .hero-image .caption-box .bottom-text {
      font-size: 18px;
      font-weight: 100; }
    @media (min-width: 640px) {
      .hero-image .caption-box .top-text {
        font-size: 30px; }
      .hero-image .caption-box .middle-text {
        font-size: 80px;
        font-weight: 900; }
      .hero-image .caption-box .bottom-text {
        font-size: 30px; } }
    .hero-image .caption-box .locations {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 12px;
      margin-top: 20px; }
      @media (min-width: 640px) {
        .hero-image .caption-box .locations {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 12px 30px; } }
      .hero-image .caption-box .locations .loc {
        margin: 0;
        font-size: 14px;
        letter-spacing: 2px;
        visibility: hidden; }
        @media (min-width: 640px) {
          .hero-image .caption-box .locations .loc {
            font-size: 16px; } }
    .hero-image .caption-box .fa-map-marker-alt {
      color: #C8872B; }

.opening-statement p {
  margin-top: 32px;
  font-size: 20px; }
.opening-statement h1 {
  font-weight: 100;
  font-size: 36px;
  margin-top: 0; }
  @media (min-width: 960px) {
    .opening-statement h1 {
      font-size: 55px; } }
.opening-statement .opening-wrap {
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 960px) {
    .opening-statement .opening-wrap {
      flex-direction: row; } }
  .opening-statement .opening-wrap .image-side {
    padding-right: 20px;
    order: 1; }
    @media (min-width: 960px) {
      .opening-statement .opening-wrap .image-side {
        order: 0; } }
  .opening-statement .opening-wrap img {
    display: none; }
    @media (min-width: 960px) {
      .opening-statement .opening-wrap img {
        display: block;
        width: 1200px; } }

.red-section {
  background-color: #1a1a1a;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center; }
  .red-section h2 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px; }
  .red-section .sub-head {
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.75rem; }
  .red-section img {
    max-height: 60px;
    opacity: .9; }
  .red-section p {
    color: #fff; }

.our-process-head {
  background-color: #8A8A8A;
  padding: 16px 0; }

.appointments .horz-line {
  display: flex;
  justify-content: center;
  align-items: center; }
.appointments .line {
  width: 100%;
  height: 1px;
  background-color: #444; }
.appointments .appoint-bar {
  padding: 0 20px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .appointments .appoint-bar {
      font-size: 26px; } }
.appointments .specials-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 640px) {
    .appointments .specials-wrapper {
      flex-direction: row; } }
  .appointments .specials-wrapper .image-side {
    flex-basis: 50%;
    margin-top: 60px;
    order: 1; }
    @media (min-width: 640px) {
      .appointments .specials-wrapper .image-side {
        margin-top: 0;
        order: 0; } }
  .appointments .specials-wrapper .contact-side {
    width: 100%; }
    @media (min-width: 640px) {
      .appointments .specials-wrapper .contact-side {
        margin-left: 50px;
        flex-basis: 40%; } }
  .appointments .specials-wrapper .special-image {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .appointments .specials-wrapper .specials-button {
    display: block;
    text-align: center;
    background-color: #C8872B;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-weight: 100;
    transition: all .8s; }
    .appointments .specials-wrapper .specials-button:hover {
      background-color: #1a1a1a; }
.appointments .specials-contact-form {
  width: 100%; }
  @media (min-width: 640px) {
    .appointments .specials-contact-form {
      width: auto; } }
.appointments .cta-contact .spin {
  display: none; }
  @media (min-width: 640px) {
    .appointments .cta-contact .spin {
      display: block; } }
.appointments .cta-contact p {
  margin-bottom: 0; }
  .appointments .cta-contact p:first-of-type {
    font-weight: 100;
    color: #1a1a1a;
    font-size: 26px; }
    .appointments .cta-contact p:first-of-type span {
      font-weight: 700;
      color: #444; }

.cta-with-icon {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cta-with-icon img {
    max-width: 65px; }

.quick-quote-callout {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 2px;
  padding: 7px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

/* CSS Document */
.content-area .flex-contact {
  display: block; }
  @media (min-width: 640px) {
    .content-area .flex-contact {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .content-area .flex-contact .content-side {
    flex-basis: 40%; }
  .content-area .flex-contact .contact {
    flex-basis: 60%; }
    @media (min-width: 640px) {
      .content-area .flex-contact .contact {
        padding-left: 60px; } }
.content-area [type=color],
.content-area [type=date],
.content-area [type=datetime-local],
.content-area [type=datetime],
.content-area [type=email],
.content-area [type=month],
.content-area [type=number],
.content-area [type=password],
.content-area [type=search],
.content-area [type=tel],
.content-area [type=text],
.content-area [type=time],
.content-area [type=url],
.content-area [type=week],
.content-area textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  border-radius: 0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  background-color: #cacaca;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
.content-area #standard-form {
  padding-top: 12px; }
  .content-area #standard-form .flex-outter {
    display: flex;
    flex-direction: column; }
    @media (min-width: 640px) {
      .content-area #standard-form .flex-outter {
        flex-direction: row; } }
    .content-area #standard-form .flex-outter input {
      justify-content: center;
      border-color: #8A8A8A; }
      .content-area #standard-form .flex-outter input:first-of-type {
        margin-right: 12px; }
  .content-area #standard-form textarea {
    height: 150px;
    border-color: #8A8A8A; }
  .content-area #standard-form .form-submit {
    border: none;
    background-color: #1a1a1a;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 12px 20px;
    cursor: pointer; }
    .content-area #standard-form .form-submit:hover {
      background-color: #C8872B;
      color: #FFFFFF; }

.callout-contact-page {
  display: inline-block;
  background-color: #C8872B;
  color: #FFFFFF !important;
  border-radius: 2px;
  padding: 7px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.page-flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 960px) {
    .page-flex {
      flex-direction: row; } }
  .page-flex .side-bar {
    flex-basis: 20%;
    padding-right: 0;
    text-align: center; }
    @media (min-width: 960px) {
      .page-flex .side-bar {
        padding-right: 70px; } }
    .page-flex .side-bar p {
      text-align: center;
      font-size: 18px; }
    .page-flex .side-bar .side-bar-item {
      margin: 0 auto;
      margin-bottom: 60px;
      max-width: 275px;
      margin-top: 60px; }
      @media (min-width: 960px) {
        .page-flex .side-bar .side-bar-item {
          margin-top: 0; } }
  .page-flex .pages {
    flex-basis: 80%; }

.page-flex-specials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .page-flex-specials img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all .15s ease-in-out; }
    .page-flex-specials img:hover {
      margin-top: -4px; }
  .page-flex-specials .flex-item {
    margin: 10px; }
    @media (min-width: 640px) {
      .page-flex-specials .flex-item {
        flex-basis: calc(50% - 40px);
        margin: 20px; } }

.content-pages .button {
  display: block;
  text-align: center;
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-weight: 100;
  transition: all .8s; }
  .content-pages .button:hover {
    background-color: #C8872B; }

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .image-gallery figure {
    margin: 10px;
    width: 100%;
    text-align: center; }
    @media (min-width: 640px) {
      .image-gallery figure {
        width: 30%; } }
    .image-gallery figure img {
      border: 1px solid; }

/* Grid-item */
.grid-item {
  position: relative;
  overflow: hidden; }
  .grid-item:hover .bottom-bar {
    background-color: #1a1a1a; }
  .grid-item .bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 7px;
    padding: 1em;
    transition: transform 1s;
    transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 1s; }
    .grid-item .bottom-bar .overlay-wrapper {
      display: flex;
      justify-content: space-between;
      align-content: center; }
      .grid-item .bottom-bar .overlay-wrapper h2 {
        color: #FFFFFF;
        margin-bottom: 0;
        line-height: 1;
        font-size: 16px;
        font-weight: 100;
        margin-top: 0;
        margin-right: 15px; }
        @media (min-width: 640px) {
          .grid-item .bottom-bar .overlay-wrapper h2 {
            font-size: 20px; } }
      .grid-item .bottom-bar .overlay-wrapper i {
        font-size: 16px;
        color: #FFFFFF; }
        @media (min-width: 640px) {
          .grid-item .bottom-bar .overlay-wrapper i {
            font-size: 20px; } }
    .grid-item .bottom-bar .port-lightbox {
      display: inline-block;
      float: right; }
    .grid-item .bottom-bar .icon-arrow-right {
      display: inline-block;
      width: 33px;
      height: 33px;
      float: right;
      margin-top: 4px;
      margin-left: 15px; }

/* Grid Image Sizes */
.grid {
  display: block;
  margin: 0 auto; }
  @media (min-width: 640px) {
    .grid {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; } }

.grid-item {
  margin: 8px; }
  @media (min-width: 640px) {
    .grid-item {
      width: calc(99.8% * 1 / 3 - 16px);
      transition: all 1s; } }
  .grid-item img {
    width: 100%; }

/* Portfolio Home */
.portfolio {
  padding-bottom: 70px;
  padding-top: 70px; }
  .portfolio select {
    margin-bottom: 30px;
    width: 190px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    background-image: url("/wp-content/themes/kitchen-bath/images/svg/tiny-arrow-left.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    background-position-x: 170px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: #444444;
    font-size: 0.77778rem;
    line-height: normal;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 0;
    text-transform: uppercase; }

/* Portfolio Single */
.port-lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .port-lightbox a {
    display: inline-block;
    margin: 5px;
    width: 30%; }
    @media (min-width: 640px) {
      .port-lightbox a {
        width: 150px; } }
  .port-lightbox img {
    max-width: 100%; }

.portfolio-single {
  padding-top: 70px;
  padding-bottom: 70px;
  /* Portfolio Single Slider  */ }
  .portfolio-single h2 {
    color: #1a1a1a;
    padding-top: 20px;
    margin-bottom: 10px; }
  .portfolio-single .portfolio-content {
    margin-top: 70px; }
  .portfolio-single .carousel-slider {
    /* Arrows */ }
    .portfolio-single .carousel-slider .slick-arrow {
      position: absolute;
      display: block;
      height: 36px;
      width: 36px;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      bottom: 30%;
      transform: translate(0, -50%);
      padding: 0;
      border: none;
      outline: none;
      z-index: 5; }
      @media (min-width: 640px) {
        .portfolio-single .carousel-slider .slick-arrow {
          bottom: 40%; } }
      .portfolio-single .carousel-slider .slick-arrow:focus {
        outline: 1px dotted #FFFFFF; }
      .portfolio-single .carousel-slider .slick-arrow.slick-disabled:before {
        opacity: 0; }
      .portfolio-single .carousel-slider .slick-arrow:before {
        font-size: 24px;
        line-height: 1;
        color: #FFFFFF;
        opacity: 1; }
        @media (min-width: 640px) {
          .portfolio-single .carousel-slider .slick-arrow:before {
            font-size: 36px; } }
        @media (min-width: 960px) {
          .portfolio-single .carousel-slider .slick-arrow:before {
            font-size: 60px; } }
  .portfolio-single .slider-background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 500px; }

/* ================================
   CENTERED LOGO NAVIGATION
   ================================ */
.nav-centered {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 0; }
  @media (min-width: 960px) {
    .nav-centered {
      display: flex; } }

.nav-centered .nav-left,
.nav-centered .nav-right {
  flex: 1; }

.nav-centered .nav-left ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-centered .nav-right ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-centered .nav-left ul li,
.nav-centered .nav-right ul li {
  position: relative; }

.nav-centered .nav-left ul li a,
.nav-centered .nav-right ul li a {
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  text-decoration: none;
  transition: color 0.3s; }

.nav-centered .nav-left ul li a:hover,
.nav-centered .nav-right ul li a:hover {
  color: #C8872B; }

.logo-center {
  display: inline-block;
  margin: 0 30px;
  flex-shrink: 0; }
  .logo-center img {
    max-width: 140px;
    height: auto;
    display: block; }

/* Dropdown */
.has-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.dropdown {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #23282d;
  border-top: 3px solid #C8872B;
  border-bottom: 3px solid #C8872B;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease; }
  .dropdown li {
    display: block; }
  .dropdown li a {
    display: block;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    padding: 11px 18px !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.2s, color 0.2s; }
  .dropdown li a:hover {
    background-color: rgba(200,135,43,0.15);
    color: #C8872B !important; }
  .dropdown li:last-child a {
    border-bottom: none; }

/* Mobile nav toggle */
.mobile-nav-toggle {
  display: block;
  position: relative;
  z-index: 99999; }
  @media (min-width: 960px) {
    .mobile-nav-toggle {
      display: none; } }
  .mobile-nav-toggle .hamburger {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    margin: 10px 0; }

/* Mobile menu */
.mobile-menu {
  display: none !important;
  background-color: #1a1a1a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .mobile-menu ul {
    list-style: none;
    margin: 80px 0 0 0;
    padding: 0 20px; }
  .mobile-menu ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1); }
  .mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 14px 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s; }
  .mobile-menu ul li a:hover {
    color: #C8872B; }
  .mobile-menu ul li a .fas {
    margin-right: 8px; }

.mobile-menu-open .mobile-menu {
  display: block !important; }

/* Hide old nav elements */
.nav-wrapper,
.nav-bar {
  display: none; }

/* Handyman Services List */
.opening-statement ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  columns: 1; }
  @media (min-width: 640px) {
    .opening-statement ul {
      columns: 2; } }
  .opening-statement ul li {
    padding: 8px 0;
    font-size: 18px;
    break-inside: avoid; }
.opening-statement h2 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px; }
.opening-statement h3 {
  font-weight: 500;
  color: #444;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px; }
.opening-statement .button {
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  padding: 14px 28px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  margin-bottom: 10px; }
  .opening-statement .button:hover {
    background-color: #C8872B; }

/* ================================
   TYPOGRAPHY
   ================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

.action-bar-btn,
.hp-btn,
.hp-trust-number,
.hp-badge h3,
.hp-card-link {
  font-family: 'Poppins', sans-serif; }

/* ================================
   ACTION BAR
   ================================ */
.action-bar {
  display: none;
  background-color: #1a1a1a;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media (min-width: 960px) {
    .action-bar {
      display: block; } }

.action-bar-wrap {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.action-bar-btn {
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden; }
  .action-bar-btn i {
    margin-right: 14px;
    font-size: 22px; }

.action-bar-phone {
  background-color: #C8872B;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2); }
  .action-bar-phone:hover {
    background-color: #b5771e;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2), 0 4px 12px rgba(200,135,43,0.4); }

.action-bar-estimate {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3); }
  .action-bar-estimate:hover {
    background-color: #2a2a2a;
    color: #C8872B;
    transform: translateY(-1px);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3), 0 4px 12px rgba(0,0,0,0.3); }

/* Hide old top-bar on desktop (action bar replaces it) */
.top-bar-mobile-only {
  display: block; }
  @media (min-width: 960px) {
    .top-bar-mobile-only {
      display: none; } }

/* ================================
   HOMEPAGE SECTIONS
   ================================ */

/* Shared */
.hp-section-header {
  text-align: center;
  margin-bottom: 50px; }
  .hp-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0; }
  .hp-section-header p {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    margin: 0; }

.hp-btn {
  display: inline-block;
  padding: 20px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
  .hp-btn i {
    margin-left: 8px;
    font-size: 16px; }

.hp-btn-accent {
  background-color: #C8872B;
  color: #fff;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2); }
  .hp-btn-accent:hover {
    background-color: #b5771e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2), 0 4px 12px rgba(200,135,43,0.4); }
  .hp-btn-accent i {
    margin-right: 8px;
    margin-left: 0; }

.hp-btn-primary {
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3); }
  .hp-btn-primary:hover {
    background-color: #2a2a2a;
    color: #C8872B;
    transform: translateY(-2px);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3), 0 4px 12px rgba(0,0,0,0.3); }

.hp-btn-dark {
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3); }
  .hp-btn-dark:hover {
    background-color: #2a2a2a;
    color: #C8872B;
    transform: translateY(-2px);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3), 0 4px 12px rgba(0,0,0,0.3); }
  .hp-btn-dark i {
    margin-right: 8px;
    margin-left: 0; }

.hp-btn-outline {
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  text-shadow: none; }
  .hp-btn-outline:hover {
    background-color: #fff;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,255,255,0.3); }

/* Scroll fade-in animation */
.hp-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

.hp-fade-in.hp-visible {
  opacity: 1;
  transform: translateY(0); }

/* --- Hero Roofline Divider --- */
.hp-hero {
  position: relative; }

.hp-roofline {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2; }
  .hp-roofline svg {
    display: block;
    width: 100%;
    height: 60px; }
    @media (min-width: 640px) {
      .hp-roofline svg {
        height: 80px; } }
    @media (min-width: 960px) {
      .hp-roofline svg {
        height: 100px; } }

/* --- Trust Badges --- */
.hp-badges {
  background-color: #fff;
  padding: 80px 0 60px; }

.hp-badges-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px; }
  .hp-badges-intro h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px; }
  .hp-badges-intro p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px; }

.hp-badges-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px; }

.hp-badges-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px; }
  @media (min-width: 640px) {
    .hp-badges-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) {
    .hp-badges-grid {
      grid-template-columns: repeat(4, 1fr); } }

.hp-badge {
  text-align: center;
  padding: 30px 20px; }

.hp-badge-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background-color: rgba(200,135,43,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hp-badge-icon i {
    font-size: 24px;
    color: #C8872B; }

.hp-badge h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px; }

.hp-badge p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0; }

/* --- Callout Section --- */
.hp-callout {
  background-color: #fff;
  padding: 80px 0; }

.hp-callout-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  @media (min-width: 960px) {
    .hp-callout-wrap {
      flex-direction: row;
      gap: 60px; } }

.hp-callout-text {
  flex: 1; }
  .hp-callout-text h2 {
    font-size: 34px;
    font-weight: 800;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px; }
  .hp-callout-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 28px; }

.hp-callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.hp-btn-outline-dark {
  background-color: transparent;
  color: #1a1a1a;
  border: 3px solid #1a1a1a;
  text-shadow: none; }
  .hp-btn-outline-dark:hover {
    background-color: #1a1a1a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
  .hp-btn-outline-dark i {
    margin-right: 8px;
    margin-left: 0; }

.hp-callout-image {
  flex: 1;
  max-width: 100%; }
  .hp-callout-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.12); }

/* --- Services Grid --- */
.hp-services {
  background-image: url('https://ezhomerepairsllc.com/wp-content/uploads/2025/03/handyman-home-improvement-plans.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0; }
  .hp-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.85); }
  .hp-services .l-wrapper {
    position: relative;
    z-index: 1; }
  @media (max-width: 960px) {
    .hp-services {
      background-attachment: scroll; } }

.hp-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; }
  @media (min-width: 640px) {
    .hp-services-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) {
    .hp-services-grid {
      grid-template-columns: repeat(4, 1fr); } }

.hp-service-card {
  background-color: rgba(255,255,255,0.07);
  border-top: 3px solid transparent;
  padding: 35px 25px 30px;
  text-decoration: none;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  backdrop-filter: blur(4px); }
  .hp-service-card:hover {
    transform: translateY(-6px);
    border-top-color: #C8872B;
    background-color: rgba(255,255,255,0.12);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
  .hp-service-card h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    transition: color 0.3s; }
  .hp-service-card p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 auto;
    padding-bottom: 18px; }

.hp-service-icon {
  margin-bottom: 18px; }
  .hp-service-icon i {
    font-size: 28px;
    color: #C8872B; }

.hp-card-link {
  color: #C8872B;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.3s; }
  .hp-card-link i {
    margin-left: 4px;
    font-size: 12px;
    transition: transform 0.3s; }
  .hp-service-card:hover .hp-card-link i {
    transform: translateX(4px); }

/* --- Trust Bar --- */
.hp-trust {
  background-color: #fff;
  padding: 60px 0; }

.hp-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: center; }
  @media (min-width: 640px) {
    .hp-trust-grid {
      grid-template-columns: repeat(4, 1fr); } }

.hp-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .hp-trust-item i {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 12px; }

.hp-trust-number {
  font-size: 36px;
  font-weight: 900;
  color: #23282d;
  line-height: 1.1; }

.hp-trust-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px; }

/* --- About Section --- */
.hp-about {
  background-color: #f7f7f7;
  padding: 80px 0; }

.hp-about-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  @media (min-width: 960px) {
    .hp-about-wrap {
      flex-direction: row-reverse;
      gap: 60px; } }

.hp-about-text {
  flex: 1; }
  .hp-about-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 20px; }
  .hp-about-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px; }

.hp-about-image {
  flex: 1;
  max-width: 100%; }
  .hp-about-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

/* --- Service Areas Band --- */
.hp-areas {
  background-color: #1a1a1a;
  padding: 60px 0;
  text-align: center; }
  .hp-areas h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px; }

.hp-areas-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-bottom: 30px; }
  .hp-areas-list span {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    font-weight: 400;
    padding: 6px 14px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 3px;
    white-space: nowrap; }

.hp-areas-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s; }
  .hp-areas-link:hover {
    opacity: 1;
    color: #fff; }
  .hp-areas-link i {
    margin-left: 6px;
    font-size: 13px; }

/* --- CTA Banner --- */
.hp-cta {
  background-color: #C8872B;
  padding: 60px 0; }

.hp-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px; }
  @media (min-width: 960px) {
    .hp-cta-wrap {
      flex-direction: row;
      justify-content: space-between;
      text-align: left; } }

.hp-cta-text h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 8px; }

.hp-cta-text p {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  margin: 0; }

.hp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center; }
  @media (min-width: 960px) {
    .hp-cta-actions {
      flex-shrink: 0; } }

/* --- Estimate Section --- */
.hp-estimate {
  background-color: #f7f7f7;
  padding: 80px 0;
  border-top: 1px solid #e8e8e8; }

.hp-estimate-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media (min-width: 960px) {
    .hp-estimate-wrap {
      flex-direction: row;
      gap: 60px;
      align-items: flex-start; } }

.hp-estimate-info {
  flex: 1; }
  .hp-estimate-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px; }
  .hp-estimate-info > p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px; }

.hp-estimate-details {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.hp-estimate-detail {
  display: flex;
  align-items: center;
  gap: 16px; }
  .hp-estimate-detail i {
    font-size: 20px;
    color: #C8872B;
    width: 44px;
    height: 44px;
    background-color: rgba(200,135,43,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .hp-estimate-detail strong {
    display: block;
    font-size: 15px;
    color: #23282d;
    margin-bottom: 2px; }
  .hp-estimate-detail a,
  .hp-estimate-detail span {
    font-size: 14px;
    color: #666;
    text-decoration: none; }
  .hp-estimate-detail a:hover {
    color: #C8872B; }

.hp-estimate-form {
  flex: 1;
  background-color: #fff;
  padding: 35px;
  border-radius: 4px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
  .hp-estimate-form #standard-form {
    padding-top: 0; }
  .hp-estimate-form .form-submit {
    width: 100%;
    background-color: #C8872B;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s; }
  .hp-estimate-form .form-submit:hover {
    background-color: #1a1a1a; }

/* ================================
   EASTER EGGS - HANDYMAN DETAILS
   ================================ */

/* --- Tape Measure Divider --- */
.hp-tape-measure {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.hp-tape-track {
  width: 100%;
  height: 32px;
  background: linear-gradient(180deg, #d4952e 0%, #C8872B 40%, #b87a25 100%);
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), inset 0 -2px 4px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.2); }

.hp-tape-ticks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(90deg,
      transparent,
      transparent 49px,
      rgba(0,0,0,0.5) 49px,
      rgba(0,0,0,0.5) 50px
    ),
    repeating-linear-gradient(90deg,
      transparent,
      transparent 24px,
      rgba(0,0,0,0.25) 24px,
      rgba(0,0,0,0.25) 25px
    ),
    repeating-linear-gradient(90deg,
      transparent,
      transparent 9px,
      rgba(0,0,0,0.12) 9px,
      rgba(0,0,0,0.12) 10px
    );
  background-size: 50px 100%, 25px 60%, 10px 35%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat-x; }
  .hp-tape-ticks::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(90deg,
      transparent,
      transparent 46px,
      transparent 46px,
      transparent 50px
    );
    pointer-events: none; }

/* --- Pencil Sketch Underlines --- */
.hp-badges-intro h2,
.hp-section-header h2,
.hp-callout-text h2,
.hp-about-text h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px; }

.hp-badges-intro h2::after,
.hp-section-header h2::after,
.hp-callout-text h2::after,
.hp-about-text h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='6'%3E%3Cpath d='M0,3 Q8,0.5 16,3 T32,3 T48,3 T64,3 T80,3' fill='none' stroke='%23C8872B' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain; }

.hp-callout-text h2::after,
.hp-about-text h2::after {
  left: 0;
  transform: none; }

.hp-section-header h2::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='6'%3E%3Cpath d='M0,3 Q8,0.5 16,3 T32,3 T48,3 T64,3 T80,3' fill='none' stroke='%23C8872B' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E"); }

/* --- Nail Heads on Service Cards --- */
.hp-service-card {
  position: relative; }

.hp-service-card::before,
.hp-service-card::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #888, #444 50%, #333 100%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.4);
  opacity: 0.5;
  transition: opacity 0.3s; }

.hp-service-card::before {
  top: 10px;
  right: 10px; }

.hp-service-card::after {
  bottom: 10px;
  left: 10px; }

.hp-service-card:hover::before,
.hp-service-card:hover::after {
  opacity: 0.8; }


/* ================================
   CONTACT PAGE
   ================================ */
.cp-main {
  padding: 80px 0;
  background-color: #fff; }

.cp-grid {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media (min-width: 960px) {
    .cp-grid {
      flex-direction: row;
      gap: 60px;
      align-items: flex-start; } }

.cp-info {
  flex: 1; }
  .cp-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px; }
  .cp-info > p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px; }

.cp-details {
  display: flex;
  flex-direction: column;
  gap: 22px; }

.cp-detail {
  display: flex;
  align-items: center;
  gap: 16px; }
  .cp-detail strong {
    display: block;
    font-size: 15px;
    color: #23282d;
    margin-bottom: 2px; }
  .cp-detail a,
  .cp-detail span {
    font-size: 15px;
    color: #666;
    text-decoration: none; }
  .cp-detail a:hover {
    color: #C8872B; }

.cp-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(200,135,43,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .cp-icon i {
    font-size: 18px;
    color: #C8872B; }

.cp-form {
  flex: 1;
  background-color: #f9f9f9;
  padding: 35px;
  border-radius: 4px;
  border-top: 3px solid #C8872B; }
  .cp-form h3 {
    font-size: 22px;
    font-weight: 700;
    color: #23282d;
    margin-top: 0;
    margin-bottom: 20px; }
  .cp-form #standard-form {
    padding-top: 0; }
  .cp-form .form-submit {
    width: 100%;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s; }
  .cp-form .form-submit:hover {
    background-color: #C8872B; }

/* Contact - Service Areas */
.cp-areas {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  .cp-areas h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 30px; }

.cp-areas-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px; }

.cp-area {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
  .cp-area i {
    color: #C8872B;
    margin-right: 4px;
    font-size: 13px; }

/*# sourceMappingURL=app.css.map */
