﻿@charset "utf-8";

/* FONTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
    font-family: 'LatoThin';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Thin.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Thin.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Thin.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Thin.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLight';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Light.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Light.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Light.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoItalic';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/Lato-Italic.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Italic.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Italic.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoMedium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Medium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Medium.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Medium.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Bold.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoHeavy';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Heavy.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Heavy.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Heavy.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Heavy.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoBlack';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Black.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Lato-Black.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Lato-Black.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Lato-Black.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;
}

html,
body {
    overflow-x: hidden;
    overflow-y: visible !important;
    width: auto;
}

body {
    color: #666;
    font-family: 'LatoLight';
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

main {
    display: block;
}

.container {
    height: 100%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.container:after {
    clear: both;
    content: "";
    display: table;
}

a {
    color: inherit;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a img {
    border: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

p {
    line-height: 24px;
    margin-top: 0;
}

b,
strong {
    font-family: LatoBlack;
    font-weight: normal;
}

i,
em {
    font-family: LatoItalic;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: LatoBlack;
    font-weight: normal;
    margin: 0;
}

.text-shadow {
    text-shadow: 2px 2px 10px #000000;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.nowrap {
    white-space: nowrap;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.center {
    text-align: center;
}

.overflow {
    overflow: hidden;
}

.ovisible {
    overflow: visible !important;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline;
}

.hide {
    display: none;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

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

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

::selection {
    background: #fcb116;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #fcb116;
    color: #fff;
    text-shadow: none;
}

.grow {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-in-out;
}

.grow:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.hr {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.spacer20 {
    margin-bottom: 20px;
}

.mr50 {
    margin-right: 50px;
}

.mt50 {
    margin-top: 50px;
}

.table {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bx-wrapper {
    margin: 0 auto !important;
}

.bx-wrapper .bx-viewport {
    background: none !important;
    border: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0 !important;
}

li.nolink>a {
    cursor: default;
}

i.fa {
    outline: 0;
    text-decoration: none;
}

.btn {
    color: #fff;
    cursor: pointer;
    cursor: pointer;
    display: inline-block;
    font-family: LatoHeavy;
    font-size: 18px;
    line-height: 40px;
    padding: 6px 20px 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn.yellow {
    background-color: #fcb116;
    color: #fff;
}

.btn.yellow:hover {
    background-color: #0c553d;
    color: #fff;
}

.btn.green {
    background-color: #0c553d;
    color: #fff;
}

.btn i {
    font-size: 24px;
    font-weight: bold;
    left: 4px;
    position: relative;
    top: 1px;
}

.btn.big {
    width: 369px;
}

button {
    border: 0;
    outline: 0;
}

select,
select option {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: none;
}

select {
    background-image: url(../images/form-arrow.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 30px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

#contactBar {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font: 14px LatoLight;
    height: 86px;
    padding-top: 16px;
    position: absolute;
    width: 100%;
    z-index: 23;
}

#contactBar .areas-we-serve {
    float: right;
}

#contactBar .areas-we-serve a {
    display: inline-block;
    position: relative;
}

#contactBar .areas-we-serve a:first-child,
#contactBar .call-us {
    padding-left: 5px;
}

#contactBar .call-us {
    font-family: LatoBold;
    font-size: 18px;
}

#contactBar .areas-we-serve a:hover,
#contactBar .call-us:hover {
    color: #fcb116;
}

#contactBar .call-us i {
    color: #fcb116;
    margin-right: 5px;
    vertical-align: text-top;
}

#contactBar .areas-we-serve a:after {
    content: "/";
    font: 14px LatoLight;
    margin-left: 10px;
}

#contactBar .social-media {
    display: inline;
    margin-left: 10px;
    width: 100px;
}

#contactBar .social-media i {
    padding-right: 5px;
}

#contactBar .social-media i:hover {
    color: #ba8638;
}

#contactBar .social-media a:last-child i {
    padding-right: 0;
}

header.sticky {
    padding-top: 0;
    position: fixed;
    top: 0;
}

header img.nav-corner {
    left: 341px;
    position: absolute;
    z-index: 31;
}

header {
    height: 89px;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 23;
}

header a.logo {
    background-color: #fff;
    height: 89px;
    opacity: 1;
    position: relative;
    position: relative;
    width: 100%;
    z-index: 24;
}

header a.logo img {
    margin-left: 35px;
    margin-top: 9px;
}

nav {
    position: absolute;
    right: 0;
    width: 799px;
    z-index: 24;
}

nav ul {
    background: url('../images/nav-bg.png') repeat-x;
    display: flex;
    flex-wrap: wrap;
    height: 89px;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding-bottom: 70px;
    padding-top: 34px;
}

nav li {
    display: inline-block;
    position: relative;
}

nav li a {
    border-bottom: 10px transparent solid;
    color: #fff;
    font: 20px LatoHeavy;
    padding: 5px 25px 23px;
    text-align: center;
}

nav li:hover>a {
    border-bottom: 10px #0c553d solid;
}

nav ul li:hover ul.sub-menu {
    opacity: 1;
    padding: 15px;
}

nav ul li:hover ul.sub-menu.menu-left {
    right: 0;
    left: auto;
}

nav ul li:hover ul.sub-menu li {
    height: inherit;
    overflow: inherit;
}

nav ul.sub-menu {
    background: rgba(0, 0, 0, .75);
    height: inherit;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    text-align: left;
    top: 55px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 644px;
}

nav ul.sub-menu li {
    display: inline-block;
    height: 0;
    overflow: hidden;
    text-align: left;
    width: 30%;
}

nav ul.sub-menu li:nth-child(3n+1) {
    padding-left: 0;
    width: 27%;
}

nav ul.sub-menu li:nth-child(3n+2) {
    padding-left: 0;
    width: 39%;
}

nav ul.sub-menu li:nth-child(3n+3) {
    padding-left: 0;
    width: 34%;
}

nav ul.sub-menu li a {
    border: 0;
    color: #999999;
    display: inline-block;
    font: 15px LatoHeavy;
    padding: 10px;
    text-align: left;
}

nav ul.sub-menu li a:hover {
    background: rgba(12, 85, 61, .6);
    color: #fff;
}

nav li.single-item ul.sub-menu {
    width: inherit;
}

nav li.single-item ul.sub-menu li {
    display: block;
    white-space: nowrap;
    width: 100%;
}

#banner {
    background: url(../images/banner-1.jpg) no-repeat top center;
    background-size: cover;
    height: 284px;
    width: 100%;
}

#breadcrumbs {
    display: block;
    font-size: 15px;
    padding: 15px 0;
}

#breadcrumbs a {
    color: #fcb116;
    margin-right: 5px;
}

#breadcrumbs>span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.interior {
    background: #fff;
    padding-bottom: 60px;
    text-align: left;
}

.interior .content-block {
    overflow: hidden;
    position: relative;
    text-align: justify;
    z-index: 1;
}

.interior .content-block a:not(.btn):hover {
    color: #fcb116;
}

.interior ul {
    margin: 0 0 20px;
    padding: 0;
}

.interior ul::after {
    clear: both;
    content: "";
    display: table;
}

.interior h1 {
    color: #fcb116;
    font: 46px LatoBlack;
    text-align: left;
}

.interior h1 span {
    color: #595959;
    font: 46px LatoThin;
}

.interior .content-image {
    float: left;
    margin-bottom: 30px;
    margin-right: 35px;
    margin-top: 10px;
}

.interior .content-image.right-side {
    float: right;
    margin-left: 35px;
    margin-right: 0;
}

.interior .btn {
    text-transform: inherit;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.interior .btn.single {
    padding-top: 22px;
}

.interior .btn i {
    left: 2px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.interior .btn:hover i {
    left: 6px;
}

.interior .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.interior .button-row .btn {
    margin-bottom: 20px;
}

#services.interior {
    padding-bottom: 30px;
}

#services.interior .btn {
    height: 73px;
    line-height: 8px;
    padding: 24px 20px 10px;
    width: 250px;
}

#services.interior .button-row {
    margin-bottom: 9px;
    margin-top: 44px;
}

#servicesSlider {
    visibility: hidden;
    width: 342px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666666 !important;
    border-radius: 50% !important;
    height: 8px !important;
    width: 8px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff9900 !important;
}

#imageGallery {
    background-color: #fff;
    padding-bottom: 58px;
}

#imageGallery .container div {
    height: 445px;
    position: absolute;
    width: 100%;
}

#imageGallery #imageSlider {
    height: 44px;
}

#imageGallery div.img-container {
    height: 443px;
    overflow: hidden;
    position: relative;
}

#imageGallery div.img-container img {
    bottom: 0;
    left: -500px;
    margin: auto;
    max-width: inherit;
    position: absolute;
    right: -500px;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

#imageGallery #gallery-prev,
#imageGallery #gallery-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 1;
}

#imageGallery #gallery-prev {
    left: -60px;
}

#imageGallery #gallery-prev:hover {
    left: -65px;
}

#imageGallery #gallery-prev .disabled {
    opacity: .3;
}

#imageGallery #gallery-next {
    right: -60px;
}

#imageGallery #gallery-next:hover {
    right: -65px;
}

#imageGallery #gallery-next .disabled {
    opacity: .3;
}

#imageGallery a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#imageGallery .gallery-item:nth-child(odd) .img-overlay {
    background-color: #006633;
    background-image: url(../images/flower-corner-right.png);
    background-position: right 0px center;
    background-repeat: no-repeat;
    bottom: 40px;
    left: -5px;
    padding: 5px 0 4px 0;
    position: absolute;
    text-align: left;
    z-index: 1;
}

#imageGallery .gallery-item:nth-child(odd) .img-overlay img {
    position: absolute;
    right: -45px;
    top: 0;
}

#imageGallery .gallery-item:nth-child(even) .img-overlay {
    background-color: #fcb116;
    background-image: url(../images/flower-corner-left.png);
    background-position: left 0px center;
    background-repeat: no-repeat;
    padding: 5px 0 4px 0;
    position: absolute;
    right: -5px;
    text-align: right;
    top: 40px;
    z-index: 1;
}

#imageGallery .img-overlay span {
    color: #fff;
    font: 18px LatoLight;
}

#imageGallery .img-overlay strong {
    color: #fff;
    display: block;
    font: 18px LatoBold;
    text-transform: uppercase;
}

/*#imageGallery .gallery-item .img-overlay { opacity: 0; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }*/
#imageGallery .gallery-item .img-overlay {
    opacity: 1;
}

/*#imageGallery .gallery-item:nth-child(even):hover .img-overlay { padding: 5px 18px 4px 90px; opacity: 1; }
    #imageGallery .gallery-item:nth-child(odd):hover .img-overlay { padding: 5px 90px 4px 18px; opacity: 1; }*/
#imageGallery .gallery-item:nth-child(even) .img-overlay {
    padding: 5px 18px 4px 90px;
}

#imageGallery .gallery-item:nth-child(odd) .img-overlay {
    padding: 5px 90px 4px 18px;
}

.fancybox-title-float-wrap {
    left: 0;
    width: 100%;
}

.fancybox-title-float-wrap .child {
    background: none !important;
    border-radius: 5px !important;
    display: block !important;
    margin-right: 0 !important;
    padding: 5px 20px !important;
}

.fancybox-title {
    font: 17px LatoBold !important;
}

#lightingDesigner .image-container {
    padding-left: 40px;
    width: 50%;
}

#lightingDesigner .image-container img {
    max-width: 100%;
}

#lightingDesigner.interior {
    padding-bottom: 30px;
}

#lightingDesigner .image-block {
    /* background: url('../images/lighting-design-bg.jpg') no-repeat center; */
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 12px;
    padding-bottom: 30px;
    padding-top: 55px;
    width: 100%;
}

#lightingDesigner h1 span {
    font-size: 48px;
}

#lightingDesigner .image-block .content-container {
    flex: 1;
    /* text-align: justify; */
    /* width: 760px; */
}

#lightingDesigner .image-block img.thomas-crowley {
    position: absolute;
    right: 0;
    top: -159px;
}

#lightingDesigner .image-block ul {
    margin: 0;
    padding: 15px 0 0;
    width: 500px;
}

#lightingDesigner .image-block ul li {
    background: url(../images/logo-bullet.png) no-repeat;
    list-style: none;
    padding: 0px 20px 30px 40px;
}

#lightingDesigner .content-block {
    padding-top: 60px;
}

#lightingDesigner .content-block p:first-child {
    padding-right: 220px;
}

#lightingDesigner .content-block .watermark {
    position: absolute;
    right: -150px;
    top: -90px;
}

#portfolio {
    padding-bottom: 58px;
    text-align: center;
}

#portfolio h1 {
    text-align: center;
}

#portfolio p {
    text-align: justify;
}

#portfolio a.more-text {
    color: #fcb116;
    cursor: pointer;
    font-family: LatoBlack;
}

#portfolio span.ellipses {
    color: #666;
    font-family: LatoLight;
}

#portfolio .extra-content {
    height: 0;
}

#portfolioImages {
    background: url('../images/dark-bg.jpg') no-repeat center;
    height: 656px;
    margin-bottom: 74px;
    margin-top: 30px;
    width: 100%;
}

#portfolioImages img.portfolio-image {
    border: 4px #fcb116 solid;
    max-height: 716px;
    max-width: inherit;
}

#portfolioImages img.watermark {
    bottom: 25px;
    position: absolute;
    right: 25px;
}

#portfolioSlider {
    padding-bottom: 60px;
    top: -30px;
}

#portfolioSlider .arrow-left,
#portfolioImages .arrow-right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#portfolioSlider .arrow-left {
    left: -40px;
}

#portfolioSlider .arrow-right {
    right: -40px;
}

#portfolioNav {
    bottom: -50px;
    height: 124px;
    left: 0;
    overflow: hidden;
    padding-left: 34px;
    position: absolute;
    right: 0;
    z-index: 1;
}

#portfolioNav .thumbItem img {
    border: 2px #fff solid;
    cursor: pointer;
}

#portfolioNav .thumbItem.slick-current img {
    border: 2px #fcb116 solid;
}

#portfolioNav .fa-angle-left,
#portfolioImages .fa-angle-right {
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    position: absolute;
    top: 25px;
}

#portfolioNav .fa-angle-left {
    left: 10px;
}

#portfolioNav .fa-angle-right {
    right: 10px;
}

#portfolioNav .fa-angle-left:hover,
#portfolioNav .fa-angle-right:hover {
    color: #fcb116;
}

#portfolio .gallery-item {
    margin: 0 4px 8px 0;
    width: 373px;
}

#portfolio #imageGallery .gallery-item:nth-child(even) .img-overlay,
#portfolio #imageGallery .gallery-item:nth-child(odd) .img-overlay {
    background-image: url('../images/flower-corner-left.png');
    background-position: left 0px center;
    bottom: inherit;
    left: inherit;
    right: inherit;
    text-align: right;
    top: 40px;
}

#portfolio #imageGallery .gallery-item:nth-child(odd) .img-overlay {
    background-color: #006633;
}

#portfolio #imageGallery .gallery-item:nth-child(even) .img-overlay,
#portfolio #imageGallery .gallery-item:nth-child(odd) .img-overlay {
    opacity: 1;
    padding: 5px 18px 4px 90px;
}

.slick-slider .slick-track img.portfolio-image {
    height: auto;
}

#company ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

#company ul li {
    background: url(../images/logo-bullet.png) no-repeat;
    float: left;
    list-style: none;
    padding: 0px 20px 20px 40px;
    width: 300px;
}

#company img.watermark {
    bottom: -30px;
    position: absolute;
    right: -150px;
}

#company.interior .button-row,
#portfolio.interior .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact img.watermark {
    bottom: -200px;
    left: 80px;
    position: absolute;
}

#contact .content-block {
    position: relative;
    z-index: 1;
}

#contactus {
    margin-bottom: 50px;
}

#contact-info {
    float: left;
    margin-top: 10px;
    /* padding-left: 55px; */
    position: relative;
    text-align: left;
    width: 420px;
    z-index: 1;
}

.contact-info-wrapper {
    margin-bottom: 40px;
}

#contact-info p {
    letter-spacing: inherit;
    margin-bottom: 14px;
}

.contact-item {
    clear: both;
    display: table;
    margin-bottom: 10px;
}

.contact-item h2 {
    color: #999999;
    font-family: LatoMedium;
    margin-bottom: 7px;
}

.contact-item a:hover {
    color: #fcb116;
}

.contact-item img {
    float: left;
    height: 30px;
    margin-right: 14px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.contact-item:hover img {
    margin-right: 19px;
}

.contact-item div {
    display: table-cell;
    vertical-align: middle;
}

.contact-item div.social-media a {
    font-size: 24px;
    margin-right: 8px;
}

.contact-item div.social-media a i {
    color: #fcb116;
}

.contact-item div.social-media a:hover i {
    color: #666666;
}

#contact-form {
    float: right;
    margin-top: 10px;
    padding-right: 60px;
    position: relative;
    top: 5px;
    width: 610px;
    z-index: 1;
}

#contact-form .gform_footer {
    justify-content: end;
    margin: 0;
    padding: 0;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
    outline: none !important;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
    background-color: #fff;
    border: 1px #fcb116 solid;
    font: 17px LatoLight;
    padding: 15px 10px 13px;
    text-align: left;
}

#contact-form .gfield_description {
    display: none;
}

#contact-form .gfield_error input {
    background: #fff9f9;
    border: 1px solid #c02b0a;
}

#contact-form button.gform_button {
    background-color: #fcb116;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: LatoHeavy;
    font-size: 18px;
    line-height: 40px;
    padding: 6px 20px 2px;
    width: inherit;
}

#contact-form button.gform_button i {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

#contact-form button.gform_button:hover {
    background-color: #0c553d;
    color: #fff;
}

#contact-form select.state {
    margin-right: 9px;
    padding-bottom: 14px;
    padding-right: 20px;
    width: 100px;
}

#contact-form [type="text"].zip {
    width: 160px;
}

#contact-form textarea {
    height: 135px;
    margin-bottom: 10px;
    width: 100%;
}

#contact-form ::-webkit-input-placeholder {
    color: #636363;
    opacity: 1 !important;
}

#contact-form :-moz-placeholder {
    color: #636363;
    opacity: 1 !important;
}

#contact-form ::-moz-placeholder {
    color: #636363;
    opacity: 1 !important;
}

#contact-form :-ms-input-placeholder {
    color: #636363;
    opacity: 1 !important;
}

#pageNotFound ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

#pageNotFound ul li {
    background: url(../images/logo-bullet.png) no-repeat;
    list-style: none;
    padding: 0px 20px 20px 40px;
}

footer {
    background-color: #595959;
    bottom: 0;
    padding-top: 45px;
    position: absolute;
    width: 100%;
}

footer h3 {
    color: #ffffff;
    font: 20px LatoMedium;
    margin-bottom: 18px;
}

footer h3 b {
    color: #fcb116;
    font: 20px LatoBlack;
}

footer .col {
    float: left;
    width: 300px;
}

footer .col:first-child {
    margin-right: 77px;
}

footer ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
}

footer ul li:hover a {
    color: #fcb116;
}

footer .hr {
    background-color: #999999;
    height: 2px;
}

footer #contactInfo {
    float: left;
    margin-left: 75px;
    position: relative;
    top: -24px;
}

footer #contactInfo img {
    margin-bottom: 9px;
}

footer #contactInfo .hr {
    margin-bottom: 20px;
    width: 300px;
}

footer #contactInfo a {
    color: #fff;
}

footer #contactInfo a:hover {
    color: #ff9900;
}

footer #contactInfo a.phone,
footer #contactInfo a.email {
    display: block;
    margin-bottom: 12px;
}

footer #contactInfo .fa-phone {
    background-color: #fff;
    border-radius: 5px;
    color: #595959;
    padding: 2px 4px;
}

footer #contactInfo a:hover .fa-phone {
    background-color: #ff9900;
    color: #fff;
}

footer #contactInfo i.fa {
    font-size: 18px;
    margin-right: 15px;
}

footer #contactInfo i.fa-google-plus {
    position: relative;
    top: 3px;
}

footer #contactInfo p {
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    color: #398f14;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 20px;
}

#contact-form div.wpcf7-mail-sent-ok {
    bottom: -40px;
    left: 0;
    position: absolute;
    right: 0;
    top: inherit;
}

div.wpcf7-spam-blocked {
    border: none;
    bottom: -40px;
    color: red;
    margin: 0;
    padding: 0;
    position: absolute;
}

#contactWrapper div.wpcf7-mail-sent-ok {
    color: #398f14;
    text-align: left;
    top: 0;
}

div.wpcf7-validation-errors {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: relative;
    right: -35px;
    top: -42px;
}

.g-recaptcha {
    top: -12px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/* button#responsive-menu-button.sticky {
    position: fixed;
    top: 0;
} */

button.rmp_menu_trigger {
    cursor: pointer;
}

#rmp-menu-wrap-830 .rmp-menu {
    padding: 20px 0;
}

#rmp-container-830 {
    background-color: #fcb116;
    border-right: 4px #0c553d solid;
}

#testimonialWrapper {
    margin-bottom: 110px;
}

.testimonial {
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
    padding-top: 20px;
}

.testimonial:nth-child(even) {
    background-color: rgba(238, 238, 238, .5);
}

.testimonial span.author {
    color: #f36f21;
    display: block;
    font: 18px LatoBold;
    margin-top: 20px;
    text-align: right;
}

.testimonial .cell.logo {
    vertical-align: top;
    width: 232px;
}

.testimonial .cell.content {
    background: url('../images/quote-open-50.png') no-repeat top 30px center;
    padding-left: 40px;
    padding-right: 5px;
    padding-top: 15px;
    text-align: justify;
    vertical-align: middle;
}

.testimonial .table {
    padding-left: 30px;
}

/* Updated 6/19/2024 */

#contactBar .areas-we-serve {
    display: flex;
    flex: 1;
}

#contactBar .call-us {
    font-size: 14px;
}

.location-wrapper {
    column-gap: 10px;
    display: flex;
    margin-left: 10%;
    width: calc(100% - 100px);
}

.location-wrapper .location {
    font-family: LatoBold;
    font-size: 16px;
    width: 50%;
}

#rmp_menu_trigger-830.sticky {
    position: fixed;
    top: 0;
}

footer .contact-info {
    border: 1px rgba(255, 255, 255, .25) solid;
    padding: 10px 10px 0;
    margin-bottom: 10px;
}

footer .social-media {
    margin-top: 20px
}

footer .contact-info h3 {
    font: 16px LatoMedium;
    margin-bottom: 10px;
}