/*
Theme Name: Impel Interiors
Theme URI: http://impelinteriors.co.nz
Description: Responsive template for Impel Interiors
Version: 19032021
Author: Web Revolution
Author URI: https://www.webrevolution.co.nz
Tags: super, awesome, cool, sweet
*/

/*--------------------------------------------------------------
# CSS Reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    color: #333;
    overflow: hidden;
    font: 16px/1.6 'Open Sans', sans-serif;
}

hr {
    border: 0;
    height: 1px;
    clear: both;
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #e8e8e8;
}

ul,
ol {
    margin: 0 0 1em 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Container Width
--------------------------------------------------------------*/
#page-wrap {
    transition: .5s;
}

.full-width {
    width: 100%;
    float: left;
    min-width: 320px;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1260px;
    padding: 30px 15px;
    position: relative;
}

.wrapper.wrapper-padding-zero {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-width {
    width: 100%;
    position: relative;
}

/*--------------------------------------------------------------
# Clearings & Spacing
--------------------------------------------------------------*/
ul,
form,
.clearfix,
.nav-links,
.gform_fields,
.gform_footer,
.ginput_container { *zoom: 1; }

ul:before,
ul:after,
form:before,
form:after,
.clearfix:before,
.clearfix:after,
.nav-links:before,
.nav-links:after,
.gform_fields:before,
.gform_fields:after,
.gform_footer:before,
.gform_footer:after,
.ginput_container:before,
.ginput_container:after {
    content: "";
    display: table;
    line-height: 0;
}

ul:after,
form:after,
.nav-links:after,
.clearfix:after,
.gform_fields:after,
.gform_footer:after,
.ginput_container:after {clear: both;}

.clear-both {clear: both;}

.clear-left {clear: left;}

.clear-right {clear: right;}

.float-left {float: left;}

.float-right {float: right;}

.display-block {display: block;}

.display-none {display: none;}

.display-inline-block {display: inline-block;}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

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

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

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

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

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

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-bottom: 1em;
}

b,
strong {
    font-weight: 700;
}

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

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

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

#archive-intro *:last-child,
.archive-description *:last-child,
.widget .textwidget *:last-child,
.widget_categories *:last-child,
.widget_nav_menu div *:last-child,
.testimonial-feed-excerpt *:last-child {
    margin-bottom: 0;
}

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

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #fe5f00;
    text-decoration: none;
}

a:hover {
    color: #000;
}

/*--------------------------------------------------------------
## Social Links Menu
--------------------------------------------------------------*/
.menu-social-links-menu-container ul,
.menu-social-links-menu-container li {
    margin: 0;
    list-style: none;
}

.menu-social-links-menu-container ul {
    font-size: 0;
    margin-top: -5px;
}

.menu-social-links-menu-container li {
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.menu-social-links-menu-container li {
    margin-top: 5px;
    margin-right: 6px;
}

.menu-social-links-menu-container li:last-child {
    margin-right: 0;
}

.menu-social-links-menu-container li a {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    background: #fff;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu-social-links-menu-container li a:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header Footer Contact area
--------------------------------------------------------------*/
#header,
#footer-top {
    color: #fff;
    background: #fe5f00;
}

#header-wrap,
#footer-top-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

#custom_html-2,
#custom_html-3 {
    float: left;
}

#custom_html-2 ul,
#custom_html-2 li,
#custom_html-3 ul,
#custom_html-3 li {
    margin: 0;
    list-style: none;
}

#custom_html-2 li,
#custom_html-3 li {
    float: left;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    padding: 6px 0;
}

#custom_html-2 li.email-address,
#custom_html-3 li.email-address {
    padding-left: 29px;
}

#custom_html-2 li.phone-number,
#custom_html-3 li.phone-number {
    padding-left: 25px;
}

#custom_html-2 li.auckland-wide,
#custom_html-3 li.auckland-wide {
    padding-left: 20px;
}

#custom_html-2 li:first-child,
#custom_html-3 li:first-child {
    margin-left: 0;
}

#custom_html-2 li a,
#custom_html-3 li a {
    color: #fff;
}

#custom_html-2 li a:hover,
#custom_html-3 li a:hover {
    color: #f2f2f2;
}

#search-2,
#nav_menu-2,
#search-3,
#nav_menu-3 {
    float: right;
}

#search-2,
#search-3 {
    margin-left: 20px;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
#header-logo {
    width: 100%;
    height: auto;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

#navigation {
    background: #252525;
}

#navbar {
    padding-left: 60px;
}

#navbar ul,
#navbar li {
    margin: 0;
    list-style: none;
}

#navbar li,
#navbar a {
    position: relative;
}

#navbar ul {
    font-size: 0;
    text-align: center;
}

#navbar .main-list-wrap > li {
    display: inline-block;
    margin-left: 35px;
}

#navbar .main-list-wrap > li:first-child {
    margin-left: 0;
}

#navbar a {
    color: #fff;
    display: block;
    font-size: 18px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

#navbar .main-list-wrap > li > a {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}

#navbar .main-list-wrap > li:nth-child(3) {
    margin-left: 300px;
}

#navbar .main-list-wrap > li:hover > a,
#navbar .main-list-wrap > li.current-menu-item > a,
#navbar .main-list-wrap > li.current-menu-ancestor > a {
    color: #fe5f00;
}

#navbar .main-list-wrap > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0.3;
    border: 4px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    right: 0;
    bottom: 4px;
}

#navbar .main-list-wrap > li > ul {
    left: -50%;
    z-index: 999;
    display: none;
    min-width: 100%;
    text-align: left;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #252525;
}

#navbar .main-list-wrap > li:hover > ul {
    display: block;
}

#navbar .main-list-wrap > li > ul > li {
    white-space: nowrap;
}

#navbar .main-list-wrap > li > ul > li > a {
    font-size: 14px;
    padding: 10px 15px;
}

#navbar .main-list-wrap > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li.current-menu-item > a {
    color: #fe5f00;
}

#navbar .main-list-wrap > li > ul > li > ul {
    top: 0;
    left: 100%;
    display: none;
    background: #000;
    position: absolute;
}

#navbar .main-list-wrap > li > ul > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0.3;
    border: 4px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    right: 5px;
    bottom: 0;
}

#navbar .main-list-wrap > li > ul > li:hover > ul {
    display: block;
}



#navbar .main-list-wrap > li > ul > li > ul > li > a {
    padding: 15px;
    font-size: 14px;
}

#navbar .main-list-wrap > li > ul > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li > ul > li.current-menu-item > a{
    color: #fff;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Toggle Menu
--------------------------------------------------------------*/
#toggle-menu {
    display: none;
    background: #fe5f00;
}

#toggle-menu ul,
#toggle-menu li {
    margin: 0;
    list-style: none;
}

#toggle-menu li {
    float: left;
    width: 50%;
    border-left: 1px solid #e74800;
}

#toggle-menu li:first-child {
    border: none;
}

#toggle-menu li a {
    color: #fff;
    display: block;
    font-size: 10px;
    text-align: center;
    position: relative;
    padding: 35px 0 10px;
}

/*--------------------------------------------------------------
## Slide Navigation and Search
--------------------------------------------------------------*/
#mobile-navigation {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: #252525;
    padding: 15px 0 0;
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: -100%;
}

#mobile-logo {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0 auto 15px;
}

#mobile-menu-close-btn {
    top: 0;
    right: 15px;
    color: #e8e8e8;
    font-size: 36px;
    position: absolute;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#mobile-menu-close-btn:hover {
    color: #fe5f00;
}

#mobile-menu {
    text-align: center;
}

#mobile-menu ul,
#mobile-menu li {
    margin: 0;
    list-style: none;
}

#mobile-menu a {
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#mobile-menu .main-list-wrap > li > a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#mobile-menu .main-list-wrap > li > a:hover,
#mobile-menu .main-list-wrap > li.current-menu-item > a,
#mobile-menu .main-list-wrap > li.current-menu-ancestor > a {
    color: #fe5f00;
}

#mobile-menu .main-list-wrap > li > ul > li > a:hover,
#mobile-menu .main-list-wrap > li > ul > li.current-menu-item > a {
    color: #fe5f00;
}

#mobile-menu .main-list-wrap > li {
    -webkit-transform: translate3d(-600px,0,0);
    transform: translate3d(-600px,0,0);
}

#mobile-menu .main-list-wrap > li:nth-child(2) {
    -webkit-transform: translate3d(-1200px,0,0);
    transform: translate3d(-1200px,0,0);
}

#mobile-menu .main-list-wrap > li:nth-child(3) {
    -webkit-transform: translate3d(-1800px,0,0);
    transform: translate3d(-1800px,0,0);
}

#mobile-menu .main-list-wrap > li:nth-child(4) {
    -webkit-transform: translate3d(-2400px,0,0);
    transform: translate3d(-2400px,0,0);
}

#mobile-menu .main-list-wrap > li:nth-child(5) {
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
}

#mobile-menu.show-mobile-menu ul .menu-item {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}

#mobile-search {
    padding: 35px 10px;
}

#nav_menu-5 {
    text-align: center;
    padding: 10px 10px 0;
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
#regular-index {
    float: left;
    width: 100%;
    margin-left: -300px;
}

#regular-content {
    margin-left: 300px;
}

.max-width-1540 {
    margin-left: auto !important;
    margin-right: auto !important;
}

.max-width-1540 {
    max-width: 1540px;
}

.wr-service-cta-content *:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Office fit outs slim banner
--------------------------------------------------------------*/
.office-fit-outs-contact-banner {
    color: #fff;
    background: #333;
    padding-left: 9999rem;
    padding-right: 9999rem;
    margin-left: -9999rem;
    margin-right: -9999rem;
}

.office-fit-outs-contact-banner-inner {
    display: flex;
    max-width: 1260px;
    padding: 20px 15px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-around;
}

.office-fit-outs-contact-banner-inner h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.solid-orange-btn,
.office-fit-outs-contact-banner-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    background: #fe5f00;
    white-space: nowrap;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

.solid-orange-btn:hover,
.office-fit-outs-contact-banner-btn:hover {
    color: #fff;
    background: #fea70d;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

/*--------------------------------------------------------------
### Homepage
--------------------------------------------------------------*/
.home-services-cta .vc_column_container {
    border-top: 1px solid #d0d4d7;
    border-left: 1px solid #d0d4d7;
    border-bottom: 1px solid #d0d4d7;
}

.home-services-cta .wr-service-cta {
    height: 100%;
    padding: 30px 20px;
}

.home-services-cta .wr-service-cta a {
    color: #000;
}

.home-services-cta .wr-service-cta-content h3 {
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: color 150ms linear;
    -moz-transition: color 150ms linear;
    -ms-transition: color 150ms linear;
    -o-transition: color 150ms linear;
    transition: color 150ms linear;
}

.home-services-cta .wr-service-cta-content h3:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #fe5f00;
    left: 0;
    bottom: 0;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
    -webkit-transition: width 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out;
    -ms-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
}

.home-services-cta .wr-service-cta a:hover h3:after {
    width: 100%;
    background: #fea70d;
}

/*--------------------------------------------------------------
### Services page
--------------------------------------------------------------*/
.services-anchor-links .wpb_raw_html {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.services-anchor-links a {
    color: #24242b;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #d0d4d7;
    border-bottom: 1px solid #d0d4d7;
    border-left: 1px solid #d0d4d7;
    transition: all 0.2s;
}

.supply-anchor-btn a {
    margin-right: -110px;
} 

.services-anchor-links a span {
    position: relative;
    padding: 2px 10px;
    display: inline-block;
}

.services-anchor-links a span:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fe5f00;
    left: 10px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.services-anchor-links a:hover span:after {
    width: 60px;
    opacity: 1;
}

.services-anchor-links a:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.22);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.22);
}

/*--------------------------------------------------------------
## Posts Index and Detail Page
--------------------------------------------------------------*/
.post-summary {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #e8e8e8;
}

.post-summary.has-post-thumbnail {
    display: flex;
    flex-direction: row;
}

.post-summary .entry-thumbnail {
    width: 300px;
}

.post-summary .entry-thumbnail img {
    padding: 2px;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 0 3px 0 rgba(153,153,153,0.3);
    box-shadow: 0 0 3px 0 rgba(153,153,153,0.3);
}

.post-summary .entry-thumbnail img:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 0 4px 0 rgba(153,153,153,0.8);
    box-shadow: 0 0 4px 0 rgba(153,153,153,0.8);
}

.post-summary.has-post-thumbnail .entry-summary {
    width: 100%;
    padding-left: 40px;
}

.post-summary .entry-summary *:last-child {
    margin-bottom: 0;
}

.post-summary .entry-summary .entry-title {
    font-size: 24px;
    font-weight: 600;
}

.post-summary.testimonial .testimonial-person-detail {
    font-size: 18px;
    font-weight: 600;
}

/*--------------------------------------------------------------
## Testimonials Index Page
--------------------------------------------------------------*/
.testimonial-post-summary {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.testimonial-post-summary:nth-child(2n) {
    flex-direction: row-reverse;
}

.testimonial-post-summary.has-post-thumbnail:nth-child(2n) .entry-summary {
    padding-left: 0;
    padding-right: 40px;
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
#search-term {
    color: #fea70d;
    font-weight: 600;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
#post-404 .entry-title-group {
    padding-top: 116px;
    position: relative;
}

#post-404 .entry-title-group h1 {
    font-size: 50px;
    font-weight: bold;
}

#post-404 .entry-title-group h2 {
    font-size: 30px;
    font-weight: 400;
}

#page-404-search-form-cnt {
    max-width: 420px;
    margin: 25px auto;
}

#page-404-contact-form-cnt {
    max-width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Sidebar Content
--------------------------------------------------------------*/
#tertiary {
    float: right;
    width: 260px;
    position: relative;
}

#tertiary .widget {
    margin-top: 30px;
}

#tertiary .widget:first-child {
    margin-top: 0;
}

#tertiary .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

#tertiary .widget .widget-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    bottom: 0;
}

.widget_tag_cloud .tagcloud a {
    color: #333;
    padding: 6px 10px;
    background: #f2f2f2;
    display: inline-block;
    border: 1px solid #ccc;
    margin-top: 4px !important;
    font-size: 11px !important;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #e8e8e8;
}

.widget_categories li {
    margin: 0;
}

.widget_categories a {
    color: #000;
    padding: 7px 0;
    display: block;
    font-size: 14px;
}

.widget_categories ul > li {
    list-style: square;
}

.widget_categories ul > li > a {
    border-bottom: 1px solid #f2f2f2;
}

.widget_categories ul > li > ul > li {
    list-style: disc;
}

.widget_categories ul > li > ul > li > ul > li {
    list-style: circle;
}

.widget_categories ul > li > ul > li > a {
    border-bottom: 1px dotted #f2f2f2;
}

.widget_categories ul > li:hover > a,
.widget_categories ul > li.current-cat > a {
    color: #50985e;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-links .nav-previous {
    float: left;
}

.nav-links .nav-next {
    float: right;
}

.nav-links a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.nav-links a:hover {
    color: #fff;
    background: #333;
}

body.single .nav-links {
    margin-top: 16px;
    padding-top: 30px;
    border-top: 1px dotted #d7d7d7;
}

.wp-pagenavi {
    margin: 0;
    clear: both;
    padding: 0 0 5px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 2px;
    padding: 10px 18px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #555;
    background-color: #e7e7e9;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    transition: background 250ms linear;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span.extend {
    background-color: #d5d5d5;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #191919;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

/*--------------------------------------------------------------
## Trsuted Icons
--------------------------------------------------------------*/
#trusted-icons h3 {
    font-size: 21px;
    position: relative;
    padding-top: 100px;
}

/*--------------------------------------------------------------
## Testimonials Feed
--------------------------------------------------------------*/
#testimonial-feed-main-title {
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#testimonial-feed-main-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #e8e8e8;
    width: 10%;
    height: 1px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

#testimonials-feed-slider {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-feed-excerpt {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    background: #fff;
    text-align: center;
}

.testimonial-feed-excerpt strong {
    font-weight: 600;
}

#testimonials-feed-slider .owl-nav {
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

#testimonials-feed-slider:hover .owl-nav {
    opacity: 1;
}

#testimonials-feed-slider .owl-nav .owl-prev,
#testimonials-feed-slider .owl-nav .owl-next {
    top: 0;
    width: 26px;
    height: 100%;
    z-index: 100;
    opacity: 0.2;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

#testimonials-feed-slider .owl-nav .owl-prev {
    left: 0;
}

#testimonials-feed-slider .owl-nav .owl-next {
    right: 0;
}

#testimonials-feed-slider .owl-nav .owl-prev:hover,
#testimonials-feed-slider .owl-nav .owl-next:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
## Footer Contact form
--------------------------------------------------------------*/
#footer-contact-form {
    background: url(images/footer-contact-bg.jpg) no-repeat;
    background-size: cover;
}

#footer-contact-form-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-contact-form-title {
    color: #fff;
    font-size: 34px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}

#footer-contact-form-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #fe5f00;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

/*--------------------------------------------------------------
## Footer Logos
--------------------------------------------------------------*/
#foot-logos {
    background: #d2d2d2;
}

/*--------------------------------------------------------------
## Footer Service Area map
--------------------------------------------------------------*/
#footer-map-cnt img {
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #252525;
}

#footer-logo {
    width: 100%;
    height: auto;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

#nav_menu-4 {
    padding-left: 60px;
}

#nav_menu-4 ul,
#nav_menu-4 li {
    margin: 0;
    list-style: none;
}

#nav_menu-4 li,
#nav_menu-4 a {
    position: relative;
}

#nav_menu-4 ul {
    font-size: 0;
    text-align: center;
}

#nav_menu-4 .menu > li {
    display: inline-block;
    margin-left: 35px;
}

#nav_menu-4 .menu > li:first-child {
    margin-left: 0;
}

#nav_menu-4 a {
    color: #fff;
    display: block;
    font-size: 18px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

#nav_menu-4 .menu > li > a {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}

#nav_menu-4 .menu > li:nth-child(3) {
    margin-left: 300px;
}

#nav_menu-4 .menu > li:hover > a,
#nav_menu-4 .menu > li.current-menu-item > a,
#nav_menu-4 .menu > li.current-menu-ancestor > a {
    color: #fe5f00;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
#copyright {
    font-size: 11px;
    background: #0b0b0b;
    text-align: center;
}

#copyright,
#copyright a {
    color: #fff;
}

#copyright-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

#copyright a:hover {
    text-decoration: underline;
}

#fix-contact-menu {
    right: 0;
    top: 400px;
    z-index: 999;
    position: fixed;
    font-size: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

#fix-contact-menu ul,
#fix-contact-menu li {
    margin: 0;
    list-style: none;
}

#fix-contact-menu ul {
}

#fix-contact-menu li {
    margin-top: 15px;
    display: inline-block;
}

#fix-contact-menu li:first-child {
    margin-left: 0;
}

#fix-contact-menu li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 15px 6px;
    background: #fe5f00;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#fix-contact-menu li a:hover {
    color: #fff;
    background: #fea70d;
}

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/
#toTop {
    bottom: 0;
    right: 15px;
    width: 35px;
    height: 30px;
    z-index: 1000;
    display: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#toTop span {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    background: rgba(254,95,0,0.8);
}

#toTop:hover span {
    background: #fea70d;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#toTop span i {
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
img.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright { float:right; }

.alignleft { float:left; }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Responsive Image
--------------------------------------------------------------*/
img,
.widget img,
.wp-caption {
    max-width: 100%;
}

img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
select,
textarea {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}
 
input[type=radio] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box !important;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    height: 50px;
    padding: 2px 5px;
}

body.ie textarea {
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

button,
input[type="submit"] {
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Form Placeholder text color */
::-webkit-input-placeholder {
   color: #878787;
}

:-moz-placeholder {
   color: #878787;  
   opacity: 1;
}

::-moz-placeholder {
   color: #878787;
   opacity: 1;
}

:-ms-input-placeholder {  
   color: #878787;  
}

#search-2 input::-webkit-input-placeholder,
#search-3 input::-webkit-input-placeholder {
   color: #fff;
}

#search-2 input:-moz-placeholder,
#search-3 input:-moz-placeholder {
   color: #fff;  
   opacity: 1;
}

#search-2 input::-moz-placeholder,
#search-3 input::-moz-placeholder {
   color: #fff;
   opacity: 1;
}

#search-2 input:-ms-input-placeholder,
#search-3 input:-ms-input-placeholder {  
   color: #fff;  
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.site-search-form ul,
.site-search-form li {
    margin: 0;
    list-style: none;
}

.site-search-form ul {
    font-size: 0;
}

.site-search-form li {
    float: left;
    position: relative;
}

.site-search-form .search-text-field {
    width: 100%;
    margin-left: -50px;
    padding-left: 50px;
}

.site-search-form .search-submit-field {
    width: 50px;
    background: #000;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.site-search-form .search-submit-field:hover {
    background: #222;
}

.site-search-form input[type="search"],
.site-search-form input[type="submit"] {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 300;
}

.site-search-form input[type="search"] {
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
}

.site-search-form input[type="submit"] {
    padding: 0;
    z-index: 10;
    color: #fff;
    height: 50px;
    overflow: hidden;
    background: none;
    text-indent: 110%;
    white-space: nowrap;
    position: relative;
}

#search-2 .site-search-form input[type="search"],
#search-2 .site-search-form input[type="submit"],
#search-3 .site-search-form input[type="search"],
#search-3 .site-search-form input[type="submit"] {
    height: 35px;
}

#search-2 .site-search-form input[type="search"],
#search-3 .site-search-form input[type="search"] {
    color: #fff;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#search-2 .site-search-form .search-submit-field,
#search-2 .site-search-form .search-submit-field:hover,
#search-3 .site-search-form .search-submit-field,
#search-3 .site-search-form .search-submit-field:hover {
    background: none;
}

#search-2 .site-search-form .search-submit-field:hover,
#search-3 .site-search-form .search-submit-field:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
## Gravity Forms Style
--------------------------------------------------------------*/
body .gform_wrapper,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_body .gform_fields,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
}

body .gform_wrapper,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_body .gform_fields,
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker  {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .sub-label-highlight {
    color: #333;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-label .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-sub-label .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-sub-label .name_last label {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
    color: #000;
    font-size: 22px;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 0 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gsection {
    color: #000;
    background: #d9d9d9;
    border: 1px solid #9e9e9e;
    margin-top: 0 !important;
    padding: 20px 20px 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload span[id*="extensions_message_"] {
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    background: rgba(206,98,42,0.2);
    border: 1px solid #ce622a;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload span[id*="extensions_message_"] {
    margin-top: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input.large,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input[type="file"] {
    cursor: pointer;
    width: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload {
    padding: 15px !important;
    background: #fcfcfc !important;
    border: 1px solid #ccc !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    padding: 2px 10px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    border-color: #00aeef;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files:hover {
    background: #3c844a;
}

/* --------------------------------------------------------------
## Gravity Two columns fields
-------------------------------------------------------------- */
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    padding: 0 !important;
    margin: 0 0 20px !important;
    width: 49.35483870967742% !important;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    float: left;
    display: block;
    margin-bottom: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span.name_last {
    margin-left: 1.29032258064516% !important;
}

/* --------------------------------------------------------------
## Gravity Three columns fields
-------------------------------------------------------------- */
body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32.47311827956989% !important;
}

body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 1.29032258064516% !important;
}

/* --------------------------------------------------------------
## Gravity form Error fields
-------------------------------------------------------------- */
body .gform_wrapper div.validation_error {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: none;
    padding: 12px;
    z-index: 9999999 !important;
    position: fixed;
    font-weight: 600;
    background: rgba(255,0,0,0.8);
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 100% !important;
}

body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    width: 100%;
    border: none;
    background: none;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error select {
    border-color: #f00 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield_error select,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error.gf_bulk-status-selection,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload.gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_multi_files_upload.gfield_error .gform_fileupload_multifile {
    color: #000 !important;
    -webkit-box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
    box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
}

body .gform_wrapper .gform_body .gform_fields .gfield_error.gf_bulk-status-selection {
    padding: 10px !important;
}

body .gform_wrapper li.gfield_error ul.gfield_checkbox label,
body .gform_wrapper li.gfield_error ul.gfield_radio label {
    color: #f00;
}

body .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error .gfield_checkbox li input[type=checkbox]:checked + label {
    color: #000 !important;
}

body .gform_wrapper li.gfield_error.gf_bulk-status-selection ul.gfield_radio label {
    color: #000;
}

/* --------------------------------------------------------------
### Gravity form submit & select button
-------------------------------------------------------------- */
body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files {
    color: #fff;
    border: none;
    cursor: pointer;
    background: #333;
    padding: 12px 30px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files:hover {
    background: #3c844a;
}

body .gform_wrapper .gform_footer input[type=submit],
body .gf_browser_ie.gform_wrapper .gform_footer input.button {
    margin: 0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    background: #fe5f00;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font: 600 18px 'Open Sans', sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #fff;
    background: #fea70d;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

body #gform_wrapper_2 .gform_footer {
    text-align: center;
}

/* --------------------------------------------------------------
### Gravity Form AJAX Spinner
-------------------------------------------------------------- */
body .gform_wrapper {
    position: relative;
}

.gform_ajax_spinner {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: 999;
    border: 4px solid rgba(255,255,255,0.2);
    border-left: 4px solid #fff;
    background: rgba(21,184,87,0.9);
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Sprite
--------------------------------------------------------------*/
.wr-icon,
.service-cta-icon a {
    position: relative;
}

.service-cta-icon a {
    padding-top: 60px;
}

.wr-icon:before,
#toggle-menu li a:before,
#custom_html-2 li:before,
#custom_html-3 li:before,
.service-cta-icon a:before,
#testimonials-feed-slider:before,
#testimonials-feed-slider:after,
#post-404 .entry-title-group:before,
.services-anchor-links a span:before,
.menu-social-links-menu-container li a:before,
.site-search-form .search-submit-field:before,
#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    background: url(images/sprite@1x.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .wr-icon:before,
    #toggle-menu li a:before,
    #custom_html-2 li:before,
    #custom_html-3 li:before,
    .service-cta-icon a:before,
    #testimonials-feed-slider:before,
    #testimonials-feed-slider:after,
    #post-404 .entry-title-group:before,
    .services-anchor-links a span:before,
    .menu-social-links-menu-container li a:before,
    .site-search-form .search-submit-field:before,
    #testimonials-feed-slider .owl-nav .owl-prev:before,
    #testimonials-feed-slider .owl-nav .owl-next:before {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 400px 400px;
    }
}

.wr-icon:before,
#toggle-menu li a:before,
#custom_html-2 li:before,
#custom_html-3 li:before,
.service-cta-icon a:before,
#testimonials-feed-slider:before,
#testimonials-feed-slider:after,
#post-404 .entry-title-group:before,
.services-anchor-links a span:before,
.menu-social-links-menu-container li a:before,
.site-search-form .search-submit-field:before,
#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    display: inline-block;
}

.wr-icon:before,
#toggle-menu li a:before,
#custom_html-2 li:before,
#custom_html-3 li:before,
.service-cta-icon a:before,
#testimonials-feed-slider:before,
#testimonials-feed-slider:after,
#post-404 .entry-title-group:before,
.services-anchor-links a span:before,
.menu-social-links-menu-container li a:before,
.site-search-form .search-submit-field:before,
#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    margin: auto;
}

.site-search-form .search-submit-field:before,
.menu-social-links-menu-container li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#toggle-menu li a:before {
    top: 15px;
    left: 0;
    right: 0;
}

#toggle-menu li#menu-toggle a:before {
    width: 18px;
    height: 17px;
    background-position: -181px -20px;
}

#toggle-menu li#call-btn a:before {
    width: 16px;
    height: 17px;
    background-position: -204px -20px;
}

#toggle-menu li#location-btn a:before {
    width: 12px;
    height: 17px;
    background-position: -225px -20px;
}

#post-404 .entry-title-group:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: 0 0;
}

.site-search-form .search-submit-field:before {
    z-index: 1;
    width: 20px;
    height: 20px;
    background-position: -105px 0;
}

.menu-social-links-menu-container li.icon-facebook a:before {
    width: 8px;
    height: 15px;
    background-position: -135px 0;
}

.menu-social-links-menu-container li.icon-google-plus a:before {
    width: 16px;
    height: 15px;
    background-position: -147px 0;
}

.menu-social-links-menu-container li.icon-twitter a:before {
    width: 19px;
    height: 15px;
    background-position: -184px 0;
}

.menu-social-links-menu-container li.icon-pinterest a:before {
    width: 13px;
    height: 15px;
    background-position: -167px 0;
}

.menu-social-links-menu-container li.icon-linkedin a:before {
    width: 16px;
    height: 15px;
    background-position: -207px 0;
}

.menu-social-links-menu-container li.icon-instagram a:before {
    width: 16px;
    height: 15px;
    background-position: -227px 0;
}

.menu-social-links-menu-container li.icon-youtube a:before {
    width: 15px;
    height: 10px;
    background-position: -135px -20px;
}

.menu-social-links-menu-container li.icon-vimeo a:before {
    width: 18px;
    height: 16px;
    background-position: -105px -25px;
}

#testimonials-feed-slider:before,
#testimonials-feed-slider:after {
    top: 0;
    width: 40px;
    height: 38px;
    opacity: 0.1;
}

#testimonials-feed-slider:before {
    left: 10px;
    background-position: -105px -45px;
}

#testimonials-feed-slider:after {
    right: 10px;
    background-position: -150px -45px;
}

#testimonials-feed-slider .owl-nav .owl-prev:before,
#testimonials-feed-slider .owl-nav .owl-next:before {
    top: 0;
    bottom: 0;
    width: 8px;
    height: 15px;
}

#testimonials-feed-slider .owl-nav .owl-prev:before {
    left: 9px;
    background-position: -155px -20px;
}

#testimonials-feed-slider .owl-nav .owl-next:before {
    right: 9px;
    background-position: -168px -20px;
}

#custom_html-2 li:before,
#custom_html-3 li:before {
    top: 0;
    left: 0;
    bottom: 0;
}

#custom_html-2 li.email-address:before,
#custom_html-3 li.email-address:before {
    width: 24px;
    height: 17px;
    background-position: -195px -45px;
}

#custom_html-2 li.phone-number:before,
#custom_html-3 li.phone-number:before {
    width: 20px;
    height: 21px;
    background-position: -195px -66px;
}

#custom_html-2 li.auckland-wide:before,
#custom_html-3 li.auckland-wide:before {
    width: 15px;
    height: 21px;
    background-position: -224px -45px;
}

.service-cta-icon a:before {
    top: 0;
    left: 0;
}

.icon-design,
.icon-demolition,
.icon-supply,
.icon-construct,
.icon-finish {
    padding-top: 60px;
}

.icon-design:before,
.icon-demolition:before,
.icon-supply:before,
.icon-construct:before,
.icon-finish:before {
    top: 0;
    left: 0;
    right: 0;
}

.icon-design:before,
.service-cta-icon.cta-design-icon a:before {
    width: 41px;
    height: 50px;
    background-position: -91px -185px;
}

.icon-demolition:before,
.service-cta-icon.cta-demolition-icon a:before {
    width: 71px;
    height: 50px;
    background-position: -248px 0;
}

.icon-supply:before,
.service-cta-icon.cta-supply-icon a:before {
    width: 105px;
    height: 50px;
    background-position: -137px -185px;
}

.icon-construct:before,
.service-cta-icon.cta-construct-icon a:before {
    width: 42px;
    height: 50px;
    background-position: -247px -185px;
}

.icon-finish:before,
.service-cta-icon.cta-finish-icon a:before {
    width: 48px;
    height: 50px;
    background-position: -294px -185px;
}

.icon-cabinet-maker:before,
.icon-experience:before,
.icon-quality:before,
.icon-detail:before,
.icon-communication:before,
.icon-care:before {
    top: 0;
    left: 0;
    right: 0;
}

.icon-cabinet-maker:before {
    width: 70px;
    height: 75px;
    background-position: 0 -105px;
}

.icon-experience:before {
    width: 77px;
    height: 75px;
    background-position: -75px -105px;
}

.icon-quality:before {
    width: 77px;
    height: 75px;
    background-position: -157px -105px;
}

.icon-detail:before {
    width: 76px;
    height: 70px;
    background-position: -239px -105px;
}

.icon-communication:before {
    width: 86px;
    height: 75px;
    background-position: 0 -185px;
}

.icon-care:before {
    width: 72px;
    height: 70px;
    background-position: -320px -105px;
}

.services-anchor-links a span:before {
    top: 0;
    bottom: 0;
    right: 100%;
}

.services-anchor-links .design-anchor-btn a span:before {
    width: 41px;
    height: 50px;
    background-position: -91px -185px;
}

.services-anchor-links .demolition-anchor-btn a span:before {
    width: 71px;
    height: 50px;
    background-position: -248px 0;
}

.services-anchor-links .supply-anchor-btn a span:before {
    width: 105px;
    height: 50px;
    background-position: -137px -185px;
}

.services-anchor-links .construct-anchor-btn a span:before {
    width: 42px;
    height: 50px;
    background-position: -247px -185px;
}

.services-anchor-links .finish-anchor-btn a span:before {
    width: 48px;
    height: 50px;
    background-position: -294px -185px;
}
 
/*--------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Responsive Style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {    
    .mobile-order-1 {
        order: 1;
    }
    
    .mobile-order-2 {
        order: 2;
    }
    
    .mobile-max-width-50-percent,
    .mobile-max-width-80-percent {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .mobile-max-width-50-percent {
        max-width: 50%;
    }
    
    .mobile-max-width-80-percent {
        max-width: 80%;
    }
    
    .mobile-text-align-center,
    .mobile-text-align-center h1,
    .mobile-text-align-center h2,
    .mobile-text-align-center h3,
    .mobile-text-align-center h4,
    .mobile-text-align-center h5,
    .mobile-text-align-center h6 {
        text-align: center !important;
    }
    
    .mobile-text-align-center .vc_sep_pos_align_left {
        margin-left: auto;
    }
    
    .mobile-margin-top-5 {
        margin-top: 5px;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .mobile-margin-top-15 {
        margin-top: 15px;
    }

    .mobile-margin-top-20 {
        margin-top: 20px;
    }

    .mobile-margin-top-25 {
        margin-top: 25px;
    }

    .mobile-margin-top-30 {
        margin-top: 30px;
    }

    .mobile-margin-top-35 {
        margin-top: 35px;
    }

    .mobile-margin-top-40 {
        margin-top: 40px;
    }

    .mobile-margin-top-45 {
        margin-top: 45px;
    }

    .mobile-margin-top-50 {
        margin-top: 50px;
    }

    .mobile-margin-bottom-zero {
        margin-bottom: 0 !important;
    }

    .mobile-margin-bottom-5 {
        margin-bottom: 5px;
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .mobile-margin-bottom-15 {
        margin-bottom: 15px;
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .mobile-margin-bottom-25 {
        margin-bottom: 25px;
    }

    .mobile-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .mobile-margin-bottom-35 {
        margin-bottom: 35px;
    }

    .mobile-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .mobile-margin-bottom-45 {
        margin-bottom: 45px;
    }

    .mobile-margin-bottom-50 {
        margin-bottom: 50px;
    }
    
    .mobile-font-size-12 {
        font-size: 12px;
    }

    .mobile-font-size-14 {
        font-size: 14px;
    }

    .mobile-font-size-16 {
        font-size: 16px;
    }

    .mobile-font-size-17 {
        font-size: 17px;
    }

    .mobile-font-size-18 {
        font-size: 18px;
    }

    .mobile-font-size-19 {
        font-size: 19px;
    }

    .mobile-font-size-20 {
        font-size: 20px;
    }

    .mobile-font-size-22 {
        font-size: 22px;
    }

    .mobile-font-size-24 {
        font-size: 24px;
    }

    .mobile-font-size-26 {
        font-size: 26px;
    }

    .mobile-font-size-28 {
        font-size: 28px;
    }

    .mobile-font-size-30 {
        font-size: 30px;
    }

    .mobile-font-size-32 {
        font-size: 32px;
    }

    .mobile-font-size-34 {
        font-size: 34px;
    }
}

@media screen and (min-width: 768px) {
    .desktop-margin-bottom-zero {
        margin-bottom: 0 !important;
    }
    
    .desktop-padding-top-35 {
        padding-top: 35px;
    }
    
    .desktop-padding-bottom-35 {
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 850px) and (max-width: 1299px) {
    .wrapper {
        max-width: 90%;
    }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #navbar,
    #header {
        display: none;
    }
    
    #toggle-menu {
        display: block;
    }
    
    #navigation-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    #header-logo {
        max-width: 100px;
        position: static;
    }
}

@media screen and (min-width: 768px) {
    #page-wrap {
        opacity: 1 !important;
        margin-left: 0 !important;
    }
    
    #mobile-navigation {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #header-logo {
        max-width: 140px;
    }
    
    #navbar {
        padding-left: 45px;
    }
    
    #navbar .main-list-wrap > li > a {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 5px;
    }

    #navbar .main-list-wrap > li.menu-item-has-children > a:after {
        bottom: -1px;
    }
    
    #navbar .main-list-wrap > li:nth-child(3) {
        margin-left: 190px;
    }
    
    #search-2 {
        display: none;
    }
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
@media screen and (max-width: 649px) {
    .post-summary.has-post-thumbnail {
        display: block;
    }
    
    .post-summary .entry-thumbnail {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .post-summary.has-post-thumbnail .entry-summary {
        padding: 25px 0 0;
    }
    
    .testimonial-post-summary.has-post-thumbnail:nth-child(2n) .entry-summary {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .office-fit-outs-contact-banner-inner {
        display: block;
        text-align: center;
    }
    
    .office-fit-outs-contact-banner-inner h1 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    
    .office-fit-outs-contact-banner-btn {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .home-services-cta .wr-service-cta-content h3 {
        font-size: 22px;
    }
    
    .services-anchor-links {
        margin-bottom: 35px;
    }
    
    .services-anchor-links a {
        font-size: 7.5px;
        text-align: center;
        padding: 15px 0 15px;
    }
    
    .services-anchor-links a:hover {
        color: #fe5f00;
    }
    
    .services-anchor-links a span {
        display: block;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .services-anchor-links a span:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: inherit;
        margin: auto;
        background-size: 200px 200px; 
    }
    
    .service-cta-icon a:before {
        background-size: 200px 200px;
    }
    
    .service-cta-icon a {
        padding-top: 35px;
    }
    
    .service-cta-icon.cta-design-icon a:before,
    .services-anchor-links .design-anchor-btn a span:before {
        width: 21px;
        height: 26px;
        background-position: -45px -92px;
    }
    
    .service-cta-icon.cta-demolition-icon a:before,
    .services-anchor-links .demolition-anchor-btn a span:before {
        width: 36px;
        height: 25px;
        background-position: -124px 0;
    }
    
    .service-cta-icon.cta-supply-icon a:before,
    .services-anchor-links .supply-anchor-btn a span:before {
        width: 53px;
        height: 26px;
        background-position: -68px -92px;
    }
    
    .service-cta-icon.cta-construct-icon a:before,
    .services-anchor-links .construct-anchor-btn a span:before {
        width: 22px;
        height: 26px;
        background-position: -123px -92px;
    }
    
    .service-cta-icon.cta-finish-icon a:before,
    .services-anchor-links .finish-anchor-btn a span:before {
        width: 24px;
        height: 26px;
        background-position: -147px -92px;
    }
    
    .services-anchor-links a span:after {
        display: none;
    }
    
    #trusted-icons h3 {
        font-size: 14px;
        padding-top: 50px;
    }
    
    .icon-cabinet-maker:before,
    .icon-experience:before,
    .icon-quality:before,
    .icon-detail:before,
    .icon-communication:before,
    .icon-care:before {
        background-size: 200px 200px;
    }

    .icon-cabinet-maker:before {
        width: 35px;
        height: 38px;
        background-position: 0 -52px;
    }

    .icon-experience:before {
        width: 39px;
        height: 38px;
        background-position: -37px -52px;
    }

    .icon-quality:before {
        width: 39px;
        height: 38px;
        background-position: -78px -52px;
    }

    .icon-detail:before {
        width: 39px;
        height: 36px;
        background-position: -119px -52px;
    }

    .icon-communication:before {
        width: 43px;
        height: 38px;
        background-position: 0 -93px;
    }

    .icon-care:before {
        width: 36px;
        height: 35px;
        background-position: -160px -53px;
    }
    
    #fix-contact-menu {
        display: none;
    }
}

@media screen and (max-width: 799px) {
    #regular-index,
    #tertiary {
        width: 100%;
        float: none;
        clear: both;
    }
    
    #regular-index,
    #regular-content {
        margin-left: 0;
    }
    
    #tertiary {
        padding-top: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .office-fit-outs-contact-banner-inner h1 {
        font-size: 20px;
    }
    
    #trusted-icons h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1599px) {    
    #fix-contact-menu {
        top: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1619px) {
    .laptop-img-max-width-60-percent {
        max-width: 60%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .services-anchor-links a {
        font-size: 18px;
        text-align: center;
    }
    
    .services-anchor-links a span {
        display: block;
        padding: 50px 10px 5px;
    }
    
    .services-anchor-links a span:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: inherit;
        background-size: 300px 300px;
    }
    
    .services-anchor-links a span:after {
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    .services-anchor-links a:hover span:after {
        width: 80%;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    .services-anchor-links .design-anchor-btn a span:before {
        width: 31px;
        height: 38px;
        background-position: -68px -138px;
    }
    
    .services-anchor-links .demolition-anchor-btn a span:before {
        width: 54px;
        height: 38px;
        background-position: -186px 0;
    }
    
    .services-anchor-links .supply-anchor-btn a span:before {
        width: 79px;
        height: 39px;
        background-position: -103px -138px;
    }
    
    .services-anchor-links .construct-anchor-btn a span:before {
        width: 32px;
        height: 39px;
        background-position: -185px -138px;
    }
    
    .services-anchor-links .finish-anchor-btn a span:before {
        width: 37px;
        height: 39px;
        background-position: -220px -138px;
    }
}

@media screen and (max-width: 1619px) {
    .supply-anchor-btn a {
        margin-right: auto;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {    
    #testimonial-feed-main-title {
        font-size: 20px;
    }
    
    #testimonials-feed-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #testimonials-feed-slider {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    #testimonials-feed-slider:before,
    #testimonials-feed-slider:after {
        width: 21px;
        height: 20px;
        background-size: 125px 125px;
    }
    
    #testimonials-feed-slider:before {
        background-position: -52px -22px;
    }
    
    #testimonials-feed-slider:after {
        background-position: -75px -22px;
    }
    
    #footer-wrap {
        padding-bottom: 10px;
    }
    
    #footer-logo {
        position: static;
        max-width: 100px;
        margin-bottom: 5px;
    }
    #nav_menu-4 {
        padding-left: 0;
    }
    
    #nav_menu-4 .menu > li {
        margin-left: 15px !important;
    }
    
    #nav_menu-4 .menu > li:first-child {
        margin-left: 0 !important;
    }
    
    #nav_menu-4 .menu > li > a {
        font-size: 12px;
        padding: 15px 0;
    }
    
    #footer-top-wrap {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    
    #custom_html-3,
    #search-3,
    #nav_menu-3 {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto 20px;
    }
    
    #custom_html-3 {
        text-align: center;
    }
    
    #custom_html-3 li {
        float: none;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        display: inline-block;
    }
    
    #custom_html-3 li:last-child {
        margin-right: 0;
    }
    
    #search-3 {
        max-width: 500px;
    }
    
    #nav_menu-3 {
        margin-bottom: 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #footer-logo {
        max-width: 140px;
    }
    
    #nav_menu-4 {
        padding-left: 45px;
    }
    
    #nav_menu-4 .menu > li > a {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 5px;
    }
    
    #nav_menu-4 .menu > li:nth-child(3) {
        margin-left: 190px;
    }
    
    #footer-top-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #custom_html-3,
    #search-3 {
        margin-bottom: 30px;
    }
    
    #custom_html-3 li {
        margin-left: 10px;
    }
    
    #nav_menu-3 {
        width: 100%;
        float: left;
        clear: left;
        text-align: center;
    }
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
@media screen and (max-width: 641px) {
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}