/*
Theme Name: Down to earth
Theme URI: http://dte.kiwi.nz
Description: Responsive template for Down to earth
Version: 09102014
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
*/

/* =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}

/* =Global Styles
   ========================================================================== */
*:focus {
    outline: 0;
}

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

body {
    color: #333;
    font: 14px/1.4 Arial, sans-serif;
}

a {
    color: #00a651;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a img {
    -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;
}

a img:hover {
    opacity: 0.8;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

sup, sub {
    font-size: 14px;
    position: relative;
    top: -0.9em;
    vertical-align: baseline;
}

sub {
    top: 0.9em;
}

hr,
hr.dotted-content-separator {
    border: 0;
    clear: both;
    height: 1px;
    display: block;
    color: #f2f2f2;
    margin: 20px 0;
}

hr {
    background-color: #f2f2f2;
}

hr.dotted-content-separator {
    background-color: transparent;
    border-top: 1px dotted #f2f2f2;
}

/* =Colours
   ========================================================================== */
.green {
    color: #00a651;
}

.red {
    color: #ed1c24;
}

.gray {
    color: #75797b;
}

/* =Float - Display
   ========================================================================== */
.clearfix { *zoom: 1; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

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

/* =Container Width
   ========================================================================== */
.full-width {
    float: left;
    width: 100%;
    position: relative;
    min-width: 320px;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 300px;
    max-width: 1000px;
    padding: 20px 10px;
}

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

/* =Transition Effects
   ========================================================================== */
#navbar a,
.email-btn,
#text-7 a h3,
#text-8 a h3,
#text-9 a h3,
.transition-effect,
.home-services-advs .service-advert .thumb-link:before {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/* =Wrapping Images
   ========================================================================== */
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;
}

/* Image Caption */
p.wp-caption-text {
    font-size: 0.9em;
    margin-bottom: 0;
}

/* 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%;
}

/* =Font
   ========================================================================== */
.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;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.1;
}

.line-height-3 {
    line-height: 1.2;
}

.line-height-4 {
    line-height: 1.3;
}

.line-height-5 {
    line-height: 1.4;
}

.line-height-6 {
    line-height: 1.5;
}

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

/* =Headings
   ========================================================================== */
h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.6em;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

/* =Tables
   ========================================================================== */
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

td {
    padding: 5px 10px;
    border: 1px solid #333;
}

.table-col-2 td {
    width: 50%;
}

.table-col-3 td {
    width: 33.3333333%;
}

/* =Header
   ========================================================================== */
#header:before,
#header:after {
    content: ' ';
    display: inline-block;
    position: absolute;
}

#header:before {
    width: 50%;
    height: 100%;
    z-index: 2;
    background: #fff;
}

#header:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 13px;
    top: 112px;
    right: 0;
    z-index: 1;
    background: url(images/wires-pattern.png) repeat-x;
    background-size: 1px 13px;
}

#header-wrap {
    z-index: 3;
    padding-bottom: 0;
}

#header-logo {
    float: left;
    width: 600px;
    background: #fff;
}

#text-2 {
    float: right;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 40px;
}

#text-2 a {
    color: #5e6e65;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

#search-2 {
    float: right;
    clear: right;
}

/* =Main Navigation
   ========================================================================== */
#toggle-btns {
    display: none;
    background: #1c1c1c;
}

#toggle-btns li {
    position: relative;
}

#toggle-btns li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #030303;
    top: 0;
    left: 0;
}

#toggle-btns li:first-child:before {
    display: none;
}

#navbar .first-list-wrap > li {
    float: left;
    position: relative;
    width: 14.28571428571429%;
}

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

#navbar a {
    color: #333;
    display: block;
    font-size: 18px;
}

#navbar .first-list-wrap > li > a {
    text-align: center;
    text-transform: lowercase;
}

#navbar .first-list-wrap > li > ul {
    display: none;
    position: absolute;
    z-index: 999999999;
}

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

#navbar .first-list-wrap > li:hover > a,
#navbar .first-list-wrap > li.current-menu-item > a {
    color: #ed1c24;
}

/* =Hero
   ========================================================================== */
#hero-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#cyclone-slider-widget-2 {
    position: relative;
    border-bottom: 6px solid #00a651;
}

.widget_cyclone-slider-widget .cycloneslider-slides {
    overflow: hidden;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.cycloneslider-template-progress .cycloneslider-prev,
.cycloneslider-template-progress .cycloneslider-next {
    width: 35px;
    height: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.cycloneslider-template-progress .cycloneslider-prev {
    left: 10px;
}

.cycloneslider-template-progress .cycloneslider-next {
    right: 10px;
}

#cycle-progress-bar {
    left: 0;
    bottom: -6px;
    height: 6px;
    width: 100%;
    z-index: 100;
    position: absolute;
    background: #ed1c24;
}

/* =Main Content Container
   ========================================================================== */
.btn-style-1 {
    color: #fff;
    padding: 2px;
    background: #00a651;
}

.btn-style-1 span {
    display: block;
    padding: 10px 40px;
    border: 2px solid #fff;
}

.btn-style-1:hover {
    color: #fff;
    background: #008f3a;
}

/* =Main Content Column
   -------------------------------------------------------------------------- */
/* Two Columns Layout */
.columns-wrap .two-column {
    width: 48%;
}

.columns-wrap .two-column:nth-child(2n+1) {
    float: left;
    clear: left;
}

.columns-wrap .two-column:nth-child(2n) {
    float: right;
}

.main-content-with-sidebar {
    width: 745px;
    float: left;
}

.site-content p {
    margin-bottom: 1.6em;
}

.site-content ul,
.site-content ol {
    margin-left: 15px;
    margin-bottom: 1.5em;
}

.site-content li {
    margin-bottom: 0.5em;
}

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

.site-content ol > li {
    list-style: decimal;
}

.site-content ul > li > ul,
.site-content ol > li > ol {
    margin: 0.5em 0 0.5em 2.2em;
}

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

.site-content ol > li > ol > li {
    list-style: lower-roman;
}

.site-content ul.payment_methods li {
    list-style: none;
}

.tick-bullet-list ul {
    margin-left: 0;
}

.tick-bullet-list ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

/* Homepage */
.home-services-advs {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.home-services-advs .service-advert,
.home-services-advs .service-advert a {
    position: relative;
}

.home-services-advs .service-advert {
    color: #fff;
    width: 23.5%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f7262e;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

.home-services-advs .service-advert:nth-child(1) {
    margin-left: 0;
}

.home-services-advs .service-advert .thumb-link:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,166,81,0.8);
}

.home-services-advs .service-advert:hover a:before {
    height: 400px;
}

.home-services-advs .service-advert:first-child {
    margin-left: 0;
}

.home-services-advs .service-advert h2 {
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    font-weight: normal;
    position: absolute;
    background: #ed1c24;
    text-align: center;
    text-transform: uppercase;
}

.home-services-advs .service-advert:hover h2 {
    background: #00a651;
}

.home-services-advs .service-advert h2 span {
    display: block;
    padding: 10px;
}

.home-services-advs .service-advert a .icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
}

.home-services-advs .service-advert:hover a .icon {
    opacity: 1;
}

.home-services-advs .service-advert-blurb {
    padding: 15px;
}

.home-services-advs .service-advert-blurb p {
    margin-bottom: 0;
    font-size: 12px;
}

.home-content-left {
    width: 66%;
    float: left;
}

.home-content-right {
    width: 32%;
    float: right;
}

.home-free-quotes {
    background: #cce7d4;
    padding: 20px 20px 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.home-free-quotes p {
    margin-bottom: 1em;
}

/* About Us */
.profile-img {
    padding: 4px;
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(153,153,153,0.25);
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
    
}

/* Contact Us */
.contact-left,
.contact-right {
    width: 48%;
}

.contact-left {
    float: right;
}

.contact-right {
    float: left;
}

/* =Sidebar
   -------------------------------------------------------------------------- */
#tertiary {
    width: 235px;
    float: right;
}

#tertiary .widget {
    margin-bottom: 20px;
}

#tertiary .widget:last-child {
    margin-bottom: 0;
}

#text-3 {
    color: #000;
    padding: 15px;
    background: #cce7d4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#text-3 .widget-title {
    text-transform: uppercase;
}

#text-3 .textwidget {
    line-height: 1.6;
    font-size: 13px;
}

#text-3 .phone-number {
    color: #333;
}

#text-4 {
    padding: 15px;
    background: #e1effa;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#text-4 .widget-title {
    font-size: 16px;
    text-transform: uppercase;
}

#text-4 .textwidget {
    font-size: 13px;
}

.email-btn {
    color: #fff !important;
    padding: 1px 4px;
    font-weight: bold;
    display: inline-block;
    background: #ff3019;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(top bottom,  #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

.email-btn:hover {
    background: #cf0404;
    background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#ff3019));
    background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 100%);
    background: -o-linear-gradient(top,  #cf0404 0%,#ff3019 100%);
    background: -ms-linear-gradient(top,  #cf0404 0%,#ff3019 100%);
    background: linear-gradient(top bottom,  #cf0404 0%,#ff3019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
}

#text-3,
#text-7,
#text-8,
#text-9 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

#text-3 {
    max-width: 290px;
}

#text-7 a,
#text-8 a,
#text-9 a {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

#text-7 a h3,
#text-8 a h3,
#text-9 a h3 {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 7px 0;
    font-size: 18px;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    background: #ed1c24;
    font-weight: normal;
    text-transform: uppercase;
}

#text-7 a:hover h3,
#text-8 a:hover h3,
#text-9 a:hover h3 {
    background: #00a651;
}



/* =Footer
   ========================================================================== */
#footer {
    border-top: 4px solid #333;
}

#text-5 {
    float: left;
    max-width: 300px;
    margin-bottom: 20px;
}

.registered-companies-logo {
    margin-bottom: 10px;
}

.registered-companies-logo li {
    float: left;
}

#fuditsu-logo {
    width: 150px;
    margin-right: 15px;
}

#registered-technician-logo {
    width: 110px;
}

#text-5 .textwidget h3 {
    font-size: 16px;
}

#nav_menu-2 {
    float: right;
    clear: right;
    margin-bottom: 30px;
}

#nav_menu-2 ul li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

#nav_menu-2 ul li:before {
    content: '|';
    display: inline-block;
    position: absolute;
    color: #ccc;
    font-size: 13px;
    top: 1px;
    left: 0;
}

#nav_menu-2 ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

#nav_menu-2 ul li:first-child:before {
    display: none;
}

#nav_menu-2 ul li a {
    color: #333;
}

#nav_menu-2 ul li:hover > a,
#nav_menu-2 ul li.current-menu-item > a {
    color: #00a651
}

#search-3 {
    float: right;
    margin-bottom: 30px;
}

#nav_menu-3  {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

#nav_menu-3 ul li {
    float: left;
    margin-left: 10px;
}

#nav_menu-3 ul li:first-child {
    margin-left: 0;
}

#text-6 {
    float: right;
    clear: right;
    line-height: 1;
    margin-bottom: 20px;
}

#text-6 a {
    color: #5e6e65;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

#copyright {
    clear: both;
    font-size: 10px;
    text-align: center;
}

#copyright a {
    color: #333;
}

#copyright a:hover {
    color: #00a651;
}

/* =Social Links
   ========================================================================== */
ul .social-link-icons {
    float: left;
    margin-left: 10px;
}

ul .social-link-icons:first-child {
    margin-left: 0;
}

ul .social-link-icons a {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* =Forms (Enquiry & Search)
   ========================================================================== */
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
 
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
 
body .gform_wrapper {
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
}

.ui-datepicker {
    position: absolute;
}

.sub-label-highlight {
    font-weight: bold;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: normal;
}
 
body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
    width: 99% !important;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    width: 99%;
    border: none;
    padding: 8px 0.5%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    max-width: 300px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    -webkit-box-shadow: inset 0 0 0 1px #84e6ff;
    box-shadow: inset 0 0 0 1px #84e6ff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .gform_wrapper .gform_footer { *zoom: 1; }

body .gform_wrapper .gform_footer:before,
body .gform_wrapper .gform_footer:after {
    content: "";
    display: table;
    line-height: 0;
}

body .gform_wrapper .gform_footer:after {clear: both;}
 
body .gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 8px;
    background: #39b54a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #333;
}
 
/* Error Message */
body .gform_wrapper .validation_error {
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 98% !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    position: fixed !important;
    padding: 10px 1% !important;
    z-index: 999999999 !important;
    text-align: center !important;
    font-weight: normal !important;
    background: rgba(255,0,0,0.9) !important;
}
 
body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .top_label .gfield_error .ginput_container {
    width: 100%;
    max-width: 100%;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label {
    color: #000;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea {
    -webkit-box-shadow:inset 0 0 0 1px #f00;
    box-shadow:inset 0 0 0 1px #f00;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_checkbox li label {
    color: #f00;
}
 
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background: none;
}
 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_hour,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_minute,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_ampm {
    width: 60px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none !important;
}
 
/* Success Message */
body .gform_confirmation_wrapper {
    top: 0 !important;
    left: 0 !important;
    width: 98% !important;
    color: #fff !important;
    font-size: 14px !important;
    position: fixed !important;
    padding: 10px 1% !important;
    text-align: center !important;
    z-index: 999999999 !important;
    background: rgba(41,154,77,0.9) !important;
}
 
@media screen and (max-width: 767px) {
    body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
        width: 98% !important;
    }
     
    body .gform_wrapper .gform_body .gform_fields .gfield input,
    body .gform_wrapper .gform_body .gform_fields .gfield textarea {
        width: 98%;
        padding: 8px 1%;
    }
}

/* Search form */
.searchform ul {
    width: 205px;
    padding: 0 8px;
    border: 1px solid #6f6f71;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.searchform ul li {
    float: left;
}

.searchform input {
    border: none;
    background: none;
    padding: 0 !important;
    font: 22px 'Archivo Narrow', sans-serif;
}

.searchform #search-input {
    width: 180px;
    padding: 2px 0 !important;
}

.searchform #search-btn {
    width: 25px;
    height: 26px;
    margin-top: 2px;
    text-transform: uppercase;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}

.searchform #search-btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* =Sprite
   ========================================================================== */
#text-2 a:before,
#text-6 a:before,
#toggle-btns a:before,
ul .social-link-icons a,
.searchform #search-btn,
.tick-bullet-list li:before,
.home-services-advs .service-advert a .icon,
.cycloneslider-template-progress .cycloneslider-prev,
.cycloneslider-template-progress .cycloneslider-next {
    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) {
    #text-2 a:before,
    #text-6 a:before,
    #toggle-btns a:before,
    ul .social-link-icons a,
    .searchform #search-btn,
    .tick-bullet-list li:before,
    .home-services-advs .service-advert a .icon,
    .cycloneslider-template-progress .cycloneslider-prev,
    .cycloneslider-template-progress .cycloneslider-next {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 150px 150px;
    }
}

#text-2 a:before,
#text-6 a:before,
#toggle-btns a:before,
.tick-bullet-list li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
}

#text-2 a:before,
#text-6 a:before,
#toggle-btns a:before {
    margin: auto;
}


.tick-bullet-list li:before {
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-position: -100px 0;
}

#toggle-btns a:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#toggle-btns #menu-toggle a:before {
    width: 29px;
    height: 25px;
    background-position: 0 -120px;
}

#toggle-btns #search-toggle a:before {
    width: 25px;
    height: 25px;
    background-position: -35px -120px;
}

#toggle-btns #m-call-us a:before {
    width: 25px;
    height: 25px;
    background-position: -66px -120px;
}

#text-2 a:before,
#text-6 a:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    background-position: 0 0;
}

.home-services-advs .service-advert a .icon {
    background-position: 0 -30px;
}

.searchform #search-btn  {
    background-position: -30px 0;
}

ul .icon-facebook a {
    background-position: -60px 0;
}

ul .icon-google-plus a {
    background-position: -45px -40px;
}

.cycloneslider-template-progress .cycloneslider-prev {
    background-position: 0 -80px;
}

.cycloneslider-template-progress .cycloneslider-next {
    background-position: -40px -80px;
}

/* **************************************************************************
   **************************************************************************
   =Responsive Style
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   ========================================================================== */

/* =Header
========================================================================== */
@media screen and (max-width: 767px) {
    #header:before,
    #header:after,
    #text-2,
    #search-2 {
        display: none;
    }
    
    #header-logo {
        width: 180px;
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
    
    #navigation-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    
    #toggle-btns {
        display: block;
    }
    
    #toggle-btns ul li {
        float: left;
        width: 33.33333333%;
    }
    
    #toggle-btns ul li a {
        display: block;
        padding: 15px 0;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }
    
    #navbar {
        display: none;
    }
    
    #navbar .first-list-wrap > li {
        width: 50%;
    }
    
    #navbar .first-list-wrap > li:nth-child(2n):before {
        content: ' ';
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        background: #1c1c1c;
    }
    
    #navbar .first-list-wrap > li > a {
        color: #fff;
        font-size: 12px;
        padding: 16px 15px;
        background: #333;
        text-transform: none;
        border-top: 1px solid #1c1c1c;
    }
}

@media screen and (min-width: 768px) {
    #navbar {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 879px) {
    #header:before {
        width: 40%;
    }
    
    #header:after {
        top: 81px;
        height: 9px;
        background-size: 1px 9px;
    }
    
    #header-logo {
        width: 400px;
    }
    
    #text-2 {
        margin-top: 20px;
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
    #navbar .first-list-wrap > li > a {
        font-size: 15px;
    }
}
   
/* =Main Content Area
========================================================================== */
@media screen and (max-width: 599px) {
    .home-services-advs .service-advert {
        width: 100%;
        float: none !important;
        clear: both !important;
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .img-mobile-size {
        width: 40% !important;
    }
    
    .contact-left,
    .contact-right {
        float: none;
        clear: both;
        width: 100%;
    }
    
    .home-services-advs .service-advert h2 {
        font-size: 16px;
    }
    
    .profile-img {
        width: 100px;
    }
    
    .columns-wrap .two-column,
    .columns-wrap .two-column:nth-child(2n+1),
    .columns-wrap .two-column:nth-child(2n) {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (min-width:768px) and (max-width: 899px) {
    .home-services-advs .service-advert h2 {
        font-size: 18px;
    }
    
    .home-services-advs .service-advert-blurb p {
        font-size: 12px;
    }
}

@media screen and (max-width: 799px) {	
    .main-content-with-sidebar,
    #tertiary {
        float: none;
        clear: both;
        width: 100%;
    }
    
    .main-content-with-sidebar {
        margin-bottom: 20px;
    }
    
    .home-content-left,
    .home-content-right {
        float: none;
        clear: both;
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .main-content-with-sidebar {
        width: 66.57929226736566%;
    }
}

@media screen and (min-width: 825px) {
    .main-content-with-sidebar {
        width: 67.63959390862944%;
    }
}

@media screen and (min-width: 850px) {
    .main-content-with-sidebar {
        width: 68.63468634686347%;
    }
}

@media screen and (min-width: 875px) {
    .main-content-with-sidebar {
        width: 69.57040572792363%;
    }
}

@media screen and (min-width: 900px) {
    .main-content-with-sidebar {
        width: 70.45191193511008%;
    }
}

@media screen and (min-width: 925px) {
    .main-content-with-sidebar {
        width: 71.28378378378378%;
    }
}

@media screen and (min-width: 950px) {
    .main-content-with-sidebar {
        width: 72.07009857612267%;
    }
}

@media screen and (min-width: 975px) {
    .main-content-with-sidebar {
        width: 72.81449893390192%;
    }
}

@media screen and (min-width: 1000px) {
    .main-content-with-sidebar {
        width: 73.5202492211838%;
    }
}

@media screen and (min-width: 1037px) {
    .main-content-with-sidebar {
        width: 74.5%;
    }
}

/* =Footer
========================================================================== */
@media screen and (max-width: 649px) {
    #nav_menu-2 ul li {
        width: 33.3333333333% !important;
    }
    
    #nav_menu-2 ul li:nth-child(1),
    #nav_menu-2 ul li:nth-child(2),
    #nav_menu-2 ul li:nth-child(3),
    #nav_menu-2 ul li:nth-child(4),
    #nav_menu-2 ul li:nth-child(5),
    #nav_menu-2 ul li:nth-child(6){
        border-bottom: 1px solid #e8e8e8;
    }
}

@media screen and (max-width: 767px) {
    #text-5,
    #text-6,
    #search-3,
    #nav_menu-2,
    #nav_menu-3 {
        float: none;
        clear: both;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #nav_menu-3 {
        width: 80px;
    }
    
    #search-3 {
        padding: 10px 0;
        max-width: 223px;
        margin-bottom: 20px;
    }
    
    #text-6 {
        width: 216px;
    }
    
    #nav_menu-2 {
        margin-bottom: 20px;
        border:  1px solid #e8e8e8;
    }
    
    #nav_menu-2 ul li {
        margin: 0;
        padding: 0;
        width: 14.28571428571429%;
    }
    
    #nav_menu-2 ul li:before {
        content: ' ';
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        background: #e8e8e8;
    }
    
    #nav_menu-2 ul li a {
        display: block;
        font-size: 10px;
        padding: 15px 0;
        text-align: center;
        background: #f2f2f2;
    }
}

@media screen and (min-width: 768px) and (max-width: 879px) {
    #footer {
        font-size: 12px;
    }
    
    #text-5 {
        width: 230px;
    }
    
    #text-5 .textwidget h3 {
        font-size: 12px;
    }
    
    #text-5 .textwidget p {
        font-size: 11px;
    }
    
    #fuditsu-logo {
        width: 100px;
    }

    #registered-technician-logo {
        width: 80px;
    }
    
    #nav_menu-2 ul li a {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 939px) {
    #nav_menu-2 ul li a {
        font-size: 10px;
    }
}