/*
Theme Name: Karada Clinic
Theme URI: http://www.karada.co.nz
Description: Responsive template for Karada Clinic
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
   ========================================================================== */
@font-face {
    font-family: 'Bebas';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*:focus {
    outline: 0;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    color: #816743;
    font: 14px/1.4 Arial, sans-serif;
    background: url(images/background.png) repeat;
}

a {
    color: #a2c624;
    text-decoration: none;
}

a:hover {
    color: #816743;
}

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;
}

.wow {
    visibility: hidden;
}

/* =Colours
   ========================================================================== */

/* =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: 940px;
    padding: 20px 10px;
}

.inner-width {
    width: 100%;
    position: relative;
}

/* =Transition Effects
   ========================================================================== */
#navbar a,
#nav_menu-2 li,
#nav_menu-3 a,
#text-5 ul li a,
#text-6 ul li a,
#nav_menu-4 a,
.btn-style-1 a,
.transition-effect {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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 {
    color: #a2c624;
    line-height: 1.2;
    word-spacing: 3px;
    margin-bottom: 0.6em;
    font-family: 'Bebas';
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

/* =Header
   ========================================================================== */
#header {
    border-top: 10px solid #816743;
}

#header-logo {
    float: left;
    width: 262px;
    margin-top: 15px;
}

#text-2 {
    float: right;
    width: 220px;
}

#text-2 .phone-number {
    color: #816743;
    text-align: center;
    margin-bottom: 4px;
    font: 47px/1 'Bebas';
}

#text-2 address {
    color: #816743;
    font-size: 12px;
}

/* =Main Navigation
   ========================================================================== */
#menu-toggle {
    color: #fff;
    display: none;
    cursor: pointer;
    font: 20px 'Bebas';
    position: relative;
    padding: 11px 15px;
    background: #816743;
}

#navigation-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#navbar {
    background: #816743;
}

#navbar .first-list-wrap > li {
    float: left;
    position: relative;
}

#navbar .first-list-wrap > li:first-child {
    margin-left: 0;
}

#navbar .first-list-wrap > li:before {
    content: '|';
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 15px;
    left: 0;
    top: 11px;
}

#navbar .first-list-wrap > li:first-child:before {
    display: none;
}

#navbar a {
    color: #fff;
    display: block;
    font-size: 15px;
}

#navbar .first-list-wrap > li > a {
    padding: 12px;
}

#navbar .first-list-wrap > li.menu-item-has-children > a {
    position: relative;
}

#navbar .first-list-wrap > li.menu-item-has-children > a:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    right: 2px;
    opacity: 0.3;
    border: 4px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

#navbar .first-list-wrap > li > ul {
    display: none;
    padding: 0 10px;
    position: absolute;
    z-index: 999999999;
    background: #816743;
}

#navbar .first-list-wrap > li:hover > ul {
    display: block;
}

#navbar .first-list-wrap > li > ul > li {
    white-space: nowrap;
    border-top: 1px dashed #9a8569;
}

#navbar .first-list-wrap > li > ul > li:first-child {
    border: none;
}

#navbar .first-list-wrap > li > ul > li > a {
    padding: 8px 0;
}

#navbar .first-list-wrap > li:hover > a,
#navbar .first-list-wrap > li.current-menu-item > a,
#navbar .first-list-wrap > li.current-menu-ancestor > a,
#navbar .first-list-wrap > li > ul > li:hover > a,
#navbar .first-list-wrap > li > ul > li.current-menu-item > a {
    color: #cc3;
}

/* =Hero
   ========================================================================== */
#hero-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#cyclone-slider-widget-2 {
    border: 1px solid #d3c6b3;
    border-top: none;
}

.cycloneslider-template-default .cycloneslider-caption {
    top: 30px;
    bottom: inherit;
    background: none;
    max-width: 460px;
    background: rgba(220,232,180,0.6);
}

.cycloneslider-template-default .cycloneslider-caption-title {
    color: #a2c624;
    word-spacing: 4px;
    font: 46px 'Bebas';
}

.cycloneslider-template-default .cycloneslider-caption-description {
    color: #816743;
}

/* =Main Content Container
   ========================================================================== */


/* =Main Content Column
   -------------------------------------------------------------------------- */
.main-content-with-sidebar {
    width: 700px;
    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;
}

.site-content .green-bullet ul {
    margin-left: 0;
}

.site-content .green-bullet ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.site-content .green-bullet ul li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #b6d44d;
    top: 5px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.btn-style-1 {
    display: inline-block;
}

.btn-style-1 a {
    color: #fff;
    padding: 5px;
    display: block;
    background: #816743;
}

.btn-style-1 a:hover {
    background: #b6d44d;
}

/* Homepage */
.services-adverts-wrap .service-advert {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.home-services-adverts-wrap .service-advert {
    width: 31.91489361702128%;
    margin-left: 2.12765957446809%;
}

.service-advert a {
    position: relative;
    border: 1px solid #d6db9f;
}

.service-advert a img {
    position: relative;
}

.service-advert a h2 {
    left: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-size: 15px;
    position: absolute;
}

.service-advert a h2 span {
    padding: 12px;
    position: relative;
    min-width: 185px;
    background: rgba(129,103,67,0.8);
}

.service-advert:hover a h2 span {
    background: rgba(182,212,77,0.8);
}

.home-services-adverts-wrap .service-advert:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}

.treatments-services-adverts-wrap {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.treatments-services-adverts-wrap .service-advert {
    width: 48.38709677419355%;
}

.treatments-services-adverts-wrap .service-advert:nth-child(2n) {
    float: right;
}

/* Message Box */
#text-4,
#text-4 .widget-title {
    color: #816743;
}

#text-4 {
    padding: 8px 0;
    margin: 10px auto;
    text-align: center;
    position: relative;
    border-top: 3px solid #b6d44d;
    border-bottom: 3px solid #b6d44d;
}

#text-4 .widget-title {
    font-size: 20px;
    margin-bottom: 5px;
}

#hero #text-4 {
    margin-bottom: 0;
}

#text-4 .textwidget {
    font-size: 12px;
}

#text-4 .textwidget p {
    margin-bottom: 0;
}

/* Therapist */
.therapist-intro {
    color: #fff;
    margin-bottom: 20px;
    background: #b6d44d;
    padding: 15px 115px 15px 15px;
}

.therapist-intro h1 {
    color: #fff;
    margin-bottom: 5px;
}

.therapist-intro p {
    margin-bottom: 0;
}

.therapist-intro .namiko-img {
    top: -5px;
    right: 15px;
    display: block;
    position: absolute;
}

/* Contact Us */
.contact-left,
.contact-right {
    width: 48%;
}

.contact-left {
    float: right;
}

.contact-left iframe {
    display: block;
    margin-top: 20px;
}

.contact-right {
    float: left;
}

/* Blog Posts */
.post-summary-wrap {
    margin-bottom: 20px;
    border-bottom: 1px dashed #b6d44d;
}

/* Pagination */
.wp-pagenavi {
    clear: both;
    margin-bottom: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 5px 10px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #fff;
    background-color: #816743;
}

.wp-pagenavi a:hover {
    background-color: #b6d44d;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #b6d44d;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

/* =Sidebar
   -------------------------------------------------------------------------- */
#tertiary {
    width: 220px;
    float: right;
}

#tertiary .widget {
    margin-bottom: 20px;
}

#tertiary .widget:last-child {
    margin-bottom: 0;
}

#nav_menu-2 ul li {
    position: relative;
    margin-bottom: 5px;
    background: #816743;
}


#nav_menu-2 ul li:last-child {
    margin-bottom: 0;
}

#nav_menu-2 ul li a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    font: 16px 'Bebas';
}

#nav_menu-2 ul > li:hover,
#nav_menu-2 ul > li.current-menu-item {
    background: #b6d44d;
}

#text-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* =Footer
   ========================================================================== */
#footer-top-wrap {
    padding-top: 0;
}

#text-5,
#text-6,
#text-7,
#text-8 {
    width: 48.93617021276596%
}

#text-5,
#text-6 {
    color: #fff;
    background: #b6d44d;
}

#text-5 .widget-title,
#text-6 .widget-title {
    padding: 15px;
    color: #f4fed2;
    font-size: 21px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

#text-5 .textwidget,
#text-6 .textwidget {
    padding: 15px;
    padding-top: 0;
}

#text-5,
#text-8 {
    float: left;
}

#text-6,
#text-7 {
    float: right;
}

#text-5 ul,
#text-6 ul {
    margin-top: 8px;
}

#text-5 ul li,
#text-6 ul li {
    color: #816743;
    position: relative;
    padding-left: 18px;
}

#text-5 ul li a,
#text-6 ul li a {
    color: #816743;
}

#text-5 ul li a:hover,
#text-6 ul li a:hover {
    color: #fff;
}

#text-7 .widget-title,
#text-8 .widget-title {
    font-size: 19px;
}

#footer {
    background: #816743;
}

#nav_menu-3,
#nav_menu-4 {
    float: left;
}

#nav_menu-3 {
    margin-bottom: 20px;
}

#nav_menu-3 ul li {
    float: left;
    margin-left: 10px;
    padding-left: 12px;
    position: relative;
}

#nav_menu-3 ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

#nav_menu-3 ul li:before {
    content: '|';
    display: inline-block;
    position: absolute;
    color: #c7b8a5;
    font-size: 13px;
    top: 1px;
    left: 0;
}

#nav_menu-3 ul li:first-child:before {
    display: none;
}

#nav_menu-3 ul li a {
    color: #c7b8a5;
    font-size: 13px;
}

#nav_menu-3 ul li:hover > a,
#nav_menu-3 ul li.current-menu-item > a {
    color: #fff;
}

#footer-logo {
    width: 210px;
    float: right;
    opacity: 0.3;
    margin-bottom: 20px;
}

#footer-logo:hover {
    opacity: 0.6;
}

#nav_menu-4 {
    clear: left;
}

#nav_menu-4  ul li {
    float: left;
    margin-left: 15px;
}

#nav_menu-4 ul li:first-child {
    margin-left: 0;
}

#nav_menu-4 ul li a {
    width: 90px;
    height: 44px;
    opacity: 0.6;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#nav_menu-4 ul li:hover > a {
    opacity: 1;
}

#copyright {
    float: right;
    clear: right;
    font-size: 13px;
}

#copyright,
#copyright a {
    color: #c7b8a5;
}

#copyright a:hover {
    color: #fff;
}

#mobile-quick-links {
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999;
    background: #333;
}

#mobile-quick-links ul li {
    float: left;
    position: relative;
    width: 33.333333333%;
}

#mobile-quick-links ul li a {
    display: block;
    padding: 15px 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
}

/* =Social Links
   ========================================================================== */

/* =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%;
}

#gform_wrapper_2 {
    margin-bottom: 0;
}

.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: #816743;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #b6d44d;
}
 
/* 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%;
    }
}

/* =Sprite
   ========================================================================== */
#nav_menu-4 li a,
#menu-toggle:before,
#nav_menu-2 ul li:before,
#mobile-quick-links ul li a:after,
.service-advert a h2 span: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) {
    #nav_menu-4 li a,
    #menu-toggle:before,
    #nav_menu-2 ul li:before,
    #mobile-quick-links ul li a:after,
    .service-advert a h2 span:before {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 150px 150px;
    }
}

#menu-toggle:before,
#footer-top-inner:before,
#text-5 ul li:before,
#text-6 ul li:before,
#nav_menu-2 ul li:before,
#mobile-quick-links ul li:before,
#mobile-quick-links ul li a:after,
.service-advert a h2 span:before {
    content: ' ';
    display: inline-block;
    position: absolute;
}

#menu-toggle:before,
#footer-top-inner:before,
#mobile-quick-links ul li:before,
#mobile-quick-links ul li a:after {
    margin: auto;
}

#menu-toggle:before {
    top: 0;
    bottom: 0;
    right: 15px;
    width: 20px;
    height: 18px;
    background-position: -125px 0;
}

#footer-top-inner:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 96%;
    background: rgba(129,103,67,0.2);
}

#text-5 ul li:before,
#text-6 ul li:before {
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#nav_menu-2 ul li:before,
.service-advert a h2 span:before {
    top: 0;
    right: 0;
    width: 23px;
    height: 43px;
    background-position: -95px 0;
}

#nav_menu-4 li#menu-item-310 a {
    background-position: 0 -49px;
}

#nav_menu-4 li#menu-item-311 a {
    background-position: 0 -98px;
}

#nav_menu-4 li#menu-item-312 a {
    background-position: 0 0;
}

#mobile-quick-links ul li:before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #212121;
}

#mobile-quick-links ul li a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#mobile-quick-links ul li#menu-item-352 a:after {
    width: 30px;
    height: 29px;
    background-position: -95px -50px;
}

#mobile-quick-links ul li#menu-item-353 a:after {
    width: 30px;
    height: 30px;
    background-position: -95px -85px;
}

#mobile-quick-links ul li#menu-item-354 a:after {
    width: 20px;
    height: 30px;
    background-position: -95px -120px;
}

/* **************************************************************************
   **************************************************************************
   =Responsive Style
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   ========================================================================== */

/* =Header
========================================================================== */
@media screen and (max-width: 599px) {
    #header-logo {
        width: 120px;
        margin-top: 22px;
    }
    
    #text-2 {
        width: 160px;
        text-align: center;
    }
    
    #text-2 .phone-number {
        font-size: 34px;
    }
    
    #text-2 address {
        font-size: 8px;
    }
    
    .cycloneslider-template-default .cycloneslider-caption {
        max-width: 150px;
    }

    .cycloneslider-template-default .cycloneslider-caption-title {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .cycloneslider-template-default .cycloneslider-caption-description {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #menu-toggle {
        display: block;
    }
    
    #navbar {
        display: none;
    }
    
    #navbar .first-list-wrap > li {
        float: none;
        clear: both;
        width: 100%;
    }
    
    #navbar .first-list-wrap > li:before {
        display: none;
    }
    
    
    #navbar .first-list-wrap > li > a {
        border-top: 1px solid #684e2a;
    }
    
    #navbar .first-list-wrap > li.menu-item-has-children > a:after {
        opacity: 0.9;
        right: 15px;
    }
    
    #navbar .first-list-wrap > li > ul {
        padding: 0;
        display: block;
        position: relative;
        background: #8e7450;
        border-top: 1px solid #684e2a;
    }
    
    #navbar .first-list-wrap > li > ul > li > a {
        padding: 12px 15px 12px 30px;
    }
}

@media screen and (min-width: 768px) {
    #navbar {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    #navbar a {
        font-size: 14px;
    }
    
    #navbar .first-list-wrap > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
}

/* =Main Content Area
========================================================================== */
@media screen and (max-width: 599px) {
    .services-adverts-wrap .service-advert {
        width: 300px;
        float: none !important;
        clear: both !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #text-4 .widget-title {
        font-size: 18px;
    }
}
   
@media screen and (max-width: 799px) {	
    .main-content-with-sidebar,
    #tertiary {
        float: none;
        clear: both;
        width: 100%;
    }
    
    .main-content-with-sidebar {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 800px) {
    .main-content-with-sidebar {
        width: 68.54521625163827%;
    }
}

@media screen and (min-width: 825px) {
    .main-content-with-sidebar {
        width: 69.54314720812183%;
    }
}

@media screen and (min-width: 850px) {
    .main-content-with-sidebar {
        width: 70.47970479704797%;
    }
}

@media screen and (min-width: 875px) {
    .main-content-with-sidebar {
        width: 71.36038186157518%;
    }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
    .service-advert a h2 {
        width: 100%;
        font-size: 14px;
        min-width: 0;
    }
    
    .service-advert a h2  span {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media screen and (min-width: 900px) {
    .main-content-with-sidebar {
        width: 72.19003476245655%;
    }
}

@media screen and (min-width: 925px) {
    .main-content-with-sidebar {
        width: 72.97297297297297%;
    }
}

@media screen and (min-width: 950px) {
    .main-content-with-sidebar {
        width: 73.71303395399781%;
    }
}

@media screen and (min-width: 975px) {
    .main-content-with-sidebar {
        width: 74.4136460554371%;
    }
}

@media screen and (min-width: 1000px) {
    .main-content-with-sidebar {
        width: 74.46808510638298%;
    }
}

/* =Footer
========================================================================== */
@media screen and (max-width: 599px) {
    #footer-top-inner::before {
        display: none;
    }
    
    #text-5,
    #text-6,
    #text-7,
    #text-8,
    .contact-left,
    .contact-right {
        width: 100%;
        float: none;
        clear: both;
    }
    
    #text-5 {
        margin-bottom: 20px;
    }
    
    .contact-left iframe {
        height: 200px;
    }
    
    #text-7 {
        margin-bottom: 20px;
    }
    
    #text-7,
    #text-8 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #footer-logo,
    #nav_menu-3,
    #nav_menu-4,
    #copyright {
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
    
    #nav_menu-3 {
        max-width: 490px;
    }
    
    #nav_menu-3 ul {
        text-align: center;
    }
    
    #nav_menu-3 ul li {
        float: none;
        display: inline-block;
    }
    
    #nav_menu-4 {
        width: 300px;
        margin-bottom: 20px;
    }
    
    #copyright {
        text-align: center;
    }
    
    #mobile-quick-links {
        display: block;
    }
}

@media screen and (max-width: 919px) {
    #nav_menu-3 ul li {
        margin-left: 5px;
        padding-left: 7px;
    }
    
    #nav_menu-3 ul li:before {
        top: 4px;
        font-size: 10px;
    }
    
    #nav_menu-3 ul li a {
        font-size: 10px;
    }
    
    #copyright {
        font-size: 10px;
    }
}