/*
Theme Name: Intelligent Environments
Theme URI: http://www.intelligentenvironments.co.nz
Description: Responsive template for Intelligent Environments
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: #2b2e31;
    font: 0.9em/1.4 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

a {
    color: #0075bf;
    text-decoration: none;
}

a:hover {
    color: #54b847;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.custom-inner-div {
    position: relative;
}

hr,
hr.dotted-content-separator {
    border: 0;
    clear: both;
    height: 1px;
    display: block;
    color: #c0c2c2;
    margin: 20px 0;
}

hr {
    background-color: #c0c2c2;
}

hr.dotted-content-separator {
    background-color: transparent;
    border-top: 1px dotted #c0c2c2;
}

/* =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: 10px;
}

.inner-width {
    width: 100%;
    position: relative;
}

/* =Transition Effects
   ========================================================================== */
.transition-effect,
#nav_menu-2 li a,
#nav_menu-4 li a,
.searchform #search-btn,
#nav_menu-3 a,
#navbar a,
#nav_menu-10 li,
#nav_menu-10 a,
#nav_menu-12 a,
#woocommerce_product_categories-2 a,
#nav_menu-11 a,
.summary-title a,
.anchor-links a,
.read-more-btn,
.accordion-title,
#share-buttons ul li a,
body.woocommerce ul.products li.product h3,
body.woocommerce-page ul.products li.product h3,
body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button,
body.woocommerce div.product form.cart .button,
body.woocommerce #content div.product form.cart .button,
body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #content div.product form.cart .button {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms 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%;
}

/* =Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.55em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.2em;
}

.page-with-tagged-img hgroup {
    padding: 0 15px;
}

.page-with-tagged-img h1,
.page-with-tagged-img h2 {
    margin-bottom: 0;
    padding: 8px 10px;
    font: 21px 'Archivo Narrow', sans-serif;
}

.page-with-tagged-img h1 {
    color: #fff;
    background: #f7941e;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.content-service-adv h2,
.content-service-adv h3 {
    width: 100%;
    color: #2b2e31;
    margin-bottom: 0;
    padding: 15px 0 4px;
    font: 700 18px 'Archivo Narrow', sans-serif;
}

.content-service-adv:hover h2,
.content-service-adv:hover h3 {
    color: #e31b23;
}

.hero-caption-cnt h2 {
    color: #fff;
    text-transform: lowercase;
}

@media screen and (max-width: 689px) {
    .page-with-tagged-img h1,
    .page-with-tagged-img h2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .content-service-adv h2,
    .content-service-adv h3 {
        font-size: 16px;
    }
}

/* =Font
   ========================================================================== */
/*.font-dax-regular {
    font-family: 'Archivo Narrow', sans-serif;
}

.font-dax-medium {
    font-family: 'Archivo Narrow', sans-serif;
}*/

.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;
}

.eco-logo {
    display: block;
    padding-left: 54px;
    position: relative;
}

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

/* =Header
   ========================================================================== */
#header {
    border-bottom: 1px solid #c0c2c2;
}

#header-wrap {
    padding-bottom: 0;
}

#header-logo {
    float: left;
    clear: left;
    width: 312px;
    margin-top: 70px;
}

#text-2,
#search-2 {
    float: right;
    margin-top: 30px;
    margin-bottom: 20px;
}

#text-2 {
    margin-right: 20px;
}

#text-2 a {
    color: #2b2e31;
    padding-left: 40px;
    position: relative;
    font: 32px 'Archivo Narrow', sans-serif;
}

#search-2 {
    clear: right;
}

/* =Hero Banner
   ========================================================================== */
#hero-wrap {
    padding-top: 30px;
    padding-bottom: 0;
}

#hero-left {
    float: left;
    width: 74.5%;
}

#hero-right {
    float: right;
    width: 23.5%;
}

#hero-slider-wrap {
    position: relative;
}

#heroTabSlider {
    position: relative;
}

.hero-caption-cnt {
    color: #fff;
    width: 250px;
    height: 80%;
    margin: auto;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 40px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 12px;
    border-radius: 12px;
}


.hero-caption-cnt-inner {
    padding: 15px;
}

.hero-read-more {
    color: #fff;
    float: right;
    clear: both;
    margin-top: 15px;
    padding: 5px 15px;
    background: #54b847;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.hero-read-more:hover {
    color: #fff;
    background: #007dc6;
}

.slide {
    width: 100%;
    height: auto;
}
.slide img {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#hero-prev,
#hero-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    z-index: 600;
    position: absolute;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

#hero-slider-wrap:hover #hero-prev,
#hero-slider-wrap:hover #hero-next {
    opacity: 0.7;
}

#hero-prev:hover,
#hero-next:hover {
    cursor: pointer;
    opacity: 1 !important;
}

#hero-prev {
    left: 15px;
}

#hero-next {
    right: 15px;
}

#per-slide-template {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#per-slide-template a {
    float: left;
    display: block;
}

.slide-tabs {
    width: 24.25%;
    color: #fff;
    padding: 10px 0;
    font: 20px 'Archivo Narrow', sans-serif;
    text-align: center;
    margin-left: 1%;
    display: inline-block;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    text-transform: lowercase;
}

.slide-tabs:hover {
    color: #fff;
    background: #54b847;
}

.slide-tab-1 {
    margin-left: 0;
    background: #f7941e;
}

.slide-tab-2 {
    background: #007dc6;
}

.slide-tab-3 {
    background: #ce171f;
}

.slide-tab-4 {
    background: #5c2e91;
}

.slide-tabs.cycle-pager-active {
    background: #555;
}

/* =Navigations (All)
   ========================================================================== */
.not-a-link > a {
    cursor: default;
}

/* Main Navigation */
#menu-toggle-wrap {
    color: #fff;
    clear: both;
    display: none;
    background: #2b2e31;
    position: relative;
}

#menu-toggle-wrap li {
    float: left;
    position: relative;
    width: 33.33333333%;
}

#menu-toggle-wrap li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #14171a;
}

#menu-toggle-wrap li:first-child:before {
    display: none;
}

#menu-toggle-wrap li a {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 15px 0;
}

#navbar {
    float: right;
    clear: right;
}

#navbar .first-list-wrap > li {
    float: left;
    position: relative;
    border: 1px solid #fff;
    border-bottom: none;
}

#navbar a {
    color: #2b2e31;
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
}

#navbar .first-list-wrap > li > a {
    font-size: 18px;
    position: relative;
    padding: 10px 15px 45px;
    text-transform: lowercase;
}

#navbar .first-list-wrap > li.menu-item-has-children > a:before,
#navbar .first-list-wrap > li > a:after {
    content: ' ';
    position: absolute;
    display: inline-block;
}

#navbar .first-list-wrap > li > a:after {
    z-index: 999999;
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -1px;
    background: #fff;
    display: none;
}

#navbar .first-list-wrap > li > ul {
    display: none;
    position: absolute;
    z-index: 99999;
    padding: 10px 15px;
    left: -35%;
    background: #fff;
    min-width: 120px;
    border: 1px solid #c0c2c2;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

#navbar .first-list-wrap > li:hover > ul,
#navbar .first-list-wrap > li:hover > a:after {
    display: block;
}

#navbar .first-list-wrap > li > ul > li {
    list-style: disc;
    margin-left: 15px;
    margin-top: 10px;
}

#navbar .first-list-wrap > li > ul > li:first-child {
    margin-top: 0;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu {
    left: -120%;
    width: 330px;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu > .level-two-heading {
    float: left;
    width: 155px;
    margin-left: 0;
    margin-top: 0;
    list-style: none;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu > .level-two-heading > a {
    color: #0075bf;
    font-size: 16px;
    margin-bottom: 10px;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu > .level-two-heading.not-a-link > a {
    cursor: default;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu > .level-two-heading > ul.sub-menu {
    margin-left: 15px;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu > .has-right-border > ul.sub-menu {
    margin-right: 20px;
    border-right: 1px solid #c0c2c2;
}

#navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu > .level-two-heading > ul.sub-menu > li {
    list-style: disc;
    margin-bottom: 5px;
}

/*#navbar .first-list-wrap > li#menu-item-264 > ul {
    display: block;
}*/

#navbar .first-list-wrap > li:hover {
    border: 1px solid #c0c2c2;
    border-bottom: none;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 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,
body.post-type-archive-projects #navbar .first-list-wrap > li#menu-item-307 > a,
body.post-type-archive-testimonials #navbar .first-list-wrap > li#menu-item-308 > a,
body.post-type-archive-products-support #navbar .first-list-wrap > li#menu-item-302 > a {
    color: #54b847;
}

#navbar .first-list-wrap > li > ul > li:hover > a,
#navbar .first-list-wrap > li > ul > li.current-menu-item > a,
#navbar .first-list-wrap > li > ul > li > ul > li:hover > a,
#navbar .first-list-wrap > li > ul > li > ul > li.current-menu-item > a,
body.post-type-archive-testimonials #navbar .first-list-wrap > li > ul > li#menu-item-309 > a,
body.post-type-archive-products-support #navbar .first-list-wrap > li > ul > li#menu-item-306 > a {
    color: #0075bf;
}

/* Social Navigation header & Footer */
#nav_menu-2,
#nav_menu-3 {
    float: right;
}

#nav_menu-2 li,
#nav_menu-3 li,
#nav_menu-4 li {
    float: left;
}

#nav_menu-2 li,
#nav_menu-4 li {
    margin-left: 3px;
}

#nav_menu-2 li:first-child,
#nav_menu-4 li:first-child {
    margin-left: 0;
}

#nav_menu-2 li a,
#nav_menu-4 li a {
    width: 36px;
    height: 35px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#nav_menu-2 li a:hover,
#nav_menu-4 li a:hover {
    opacity: 0.7;
}

#nav_menu-3 {
    margin-top: 11px;
    margin-right: 20px;
}

#nav_menu-3 li {
    margin-left: 6px;
    position: relative;
}

#nav_menu-3 li:before {
    content: '|';
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}

#nav_menu-3 li:first-child {
    margin-left: 0;
}

#nav_menu-3 li:first-child:before {
    display: none;
}

#nav_menu-3 li a {
    color: #2b2e31;
    margin-left: 8px;
    font: 14px 'Archivo Narrow', sans-serif;
    text-transform: lowercase;
}

#nav_menu-3 li:first-child a{
    margin-left: 0;
}

#nav_menu-3 li a:hover,
#nav_menu-3 li.current-menu-item a {
    color: #54b847;
}

/* Hero Menu */
#nav_menu-10 li {
    margin-bottom: 20px;
    border: 1px solid #6f6f71;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#nav_menu-10 li:last-child {
    margin-bottom: 0;
}

#nav_menu-10 li:hover {
    background: #54b847;
    border-color: #54b847;
}

#nav_menu-10 li a {
    color: #000;
    display: block;
    position: relative;
    font: 23px 'Archivo Narrow', sans-serif;
    text-transform: lowercase;
    padding: 8px 42px 8px 10px;
}

#nav_menu-10 li:hover a {
    color: #fff;
}

/* Products Support */
#woocommerce_product_categories-2,
#woocommerce_widget_cart-2,
#nav_menu-11,
#nav_menu-13,
#woocommerce_product_search-2,
#wc_category_accordion-2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c2c2;
}

#woocommerce_product_categories-2 ul li,
#nav_menu-11 ul li,
#nav_menu-13 ul li {
    margin-top: 5px;
    list-style: disc inside;
}

#woocommerce_product_categories-2 ul li a,
#nav_menu-11 ul li a,
#nav_menu-13 ul li a {
    color: #2b2e31;
}

#woocommerce_product_categories-2 ul > li:hover > a,
#nav_menu-11 ul li:hover a,
#woocommerce_product_categories-2 ul > li.current-cat > a,
#nav_menu-11 ul li.current-menu-item a,
#nav_menu-13 ul li:hover > a,
#nav_menu-13 ul li.current-menu-item > a {
    color: #54b847;
}

#woocommerce_product_categories-2 ul li ul {
    margin-left: 25px;
}

#woocommerce_product_categories-2 ul li ul li {
    list-style: circle;
}

/* Sidebar Module */
#text-5 .content-service-adv {
    margin-bottom: 20px;
}

#woocommerce_product_search-2 label {
    display: none;
}

#wc_category_accordion-2 ul > li > ul {
    font-size: 12px;
    margin-left: 0 !important;
}

em#parent {
    width: 12px;
}

#outer_ul li a,
ul#outer_ul li.current-cat-parent a {
    color: #2b2e31;
    font-weight: bold;
}

#outer_ul li > a:hover {
    color: #3baf29;
}

ul#outer_ul li.current-cat > a {
    color: #0075bf;
}

/* --------------------------------------------------------- */
@media screen and (max-width: 689px) {
    #header-wrap {
        padding: 0;
    }
    
    #nav_menu-2,
    #search-2,
    .hero-caption-cnt,
    #hero-prev,
    #hero-next {
        display: none;
    }
    
    #nav_menu-3 {
        width: 100%;
        margin: 0 0 20px;
    }
    
    #nav_menu-3 li {
        width: 20%;
        margin: 0;
    }
    
    #nav_menu-3 li:before {
        content: ' ';
        width: 1px;
        height: 100%;
        background: #45a938;
    }
    
    #nav_menu-3 li a {
        margin: 0;
        color: #fff;
        display: block;
        padding: 20px 1px;
        text-align: center;
        background: #54b847;
        font-size: 9px;
    }
    
    #nav_menu-3 li:hover a,
    #nav_menu-3 li.current-menu-item a {
        color: #fff;
        background: #2b2e31;
    }
    
    #header-logo {
        width: 122px;
        margin: 0 10px 20px 10px;
    }
    
    #text-2 {
        margin: 5px 10px 20px 0;
    }
    
    #text-2 a {
        padding-left: 32px;
        font-size: 23px;
    }
    
    #menu-toggle-wrap {
        display: block;
    }
    
    #navbar {
        display: none;
    }
    
    .slide-tabs {
        font-size: 11px;
    }
    
    .eco-logo {
        padding-left: 0;
    }
    
    #text-5 .content-service-adv {
        width: 48%;
        margin-left: 0;
    }
    
    #text-5 .content-service-adv:nth-child(2n+1) {
        float: left;
        clear: left;
    }
    #text-5 .content-service-adv:nth-child(2n) {
        float: right;
    }
    
    #text-5 .content-service-adv:nth-child(3),
    #text-5 .content-service-adv:nth-child(4){
        margin-bottom: 0;
    }
}

@media screen and (min-width: 690px) {
    #navbar {
        display: block !important;
    }
}

@media screen and (min-width: 690px) and (max-width: 859px) {
    #header-logo {
        margin-right: 10px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 690px) and (max-width: 767px) {
    #navbar .first-list-wrap > li > ul,
    #navbar .first-list-wrap > li.has-three-level-menu > ul.sub-menu {
        left: -1px;
    }
}

@media screen and (min-width: 690px) and (max-width: 799px) {    
    #text-5 .content-service-adv {
        float: left;
        margin-left: 2.6246719160105%;
        margin-bottom: 0;
        width: 23.03149606299213%;
    }
    
    #text-5 .content-service-adv:first-child {
        margin-left: 0;
    }
}

@media screen and (min-width: 860px)and (max-width: 1010px) {
    #header-logo {
        margin-top: 20px;
    }
}

@media screen and (min-width: 690px) and (max-width: 1010px) {
    #header-logo {
        width: 180px;
    }
}

@media screen and (max-width: 1037px) {
    #hero-left {
        width: 100%;
        float: none;
        clear: both;
    }
    
    #hero-right {
        display: none;
    }
    
    .hero-caption-cnt {
        width: 300px;
    }
}

/* =Main Content
   ========================================================================== */
#content-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
}

.main-content-with-sidebar {
    width: 74.5%;
    float: left;
}

.site-content p {
    margin-bottom: 1.5em;
}

.site-content ul,
.site-content ol {
    margin-bottom: 1.5em;
}

.site-content li {
    margin-bottom: 0.5em;
}

.site-content ul > li {
    list-style: disc inside;
}

.site-content ol > li {
    list-style: decimal inside;
}

.site-content ul > li > ul,
.site-content ol > li > ol {
    margin: 0.5em 0 0.5em 1.5em;
}

.site-content ul > li > ul > li {
    list-style: circle inside;
}

.site-content ol > li > ol > li {
    list-style: lower-roman inside;
}

blockquote {
    padding: 0 20px;
}

#nothing-found {
    color: #c0c2c2;
}

.blue-bg {
    color: #fff;
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
    background: #007dc6;
    padding: 12px 15px;
}

.blue-bg a {
    color: #f7941e;
}

.blue-bg a:hover {
    color: #333;
}

/* Anchor Links */
.anchor-links {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c0c2c2;
}

.anchor-links ul {
    margin-bottom: 0;
}

.anchor-links ul li {
    list-style: none;
    display: inline-block;
}

.anchor-links ul li a {
    color: #555;
    display: block;
    padding: 5px 10px;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.anchor-links ul li a:hover {
    color: #fff;
    background: #54b847;
    border-color: #45a938;
}

/* Read More Btn */
.read-more-btn {
    float: left;
    clear: both;
    color: #0075bf;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 20px;
    font: 13px 'Archivo Narrow', sans-serif;
    border: 1px solid #0075bf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.read-more-btn-2 {
    color: #0075bf;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font: 13px 'Archivo Narrow', sans-serif;
    border: 1px solid #0075bf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.read-more-btn:hover {
    color: #54b847;
    border-color: #54b847;
}

.read-more-btn-2:hover {
    color: #54b847;
    border-color: #54b847;
}

.pop-up-content {
    display: none;
    background: #f5f5f5;
    padding: 15px 20px 5px;
}

/* Page Banner */
#page-featured-banner {
    padding: 3px;
    margin-bottom: 20px;
    border: 1px solid #c0c2c2;
}

#page-featured-banner-inner {
    position: relative;
}

#page-featured-banner img {
    display: block;
}

#page-featured-banner-title {
    color: #fff;
    float: left;
    padding: 15px;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    background: rgba(0,0,0,0.6);
    min-width: 200px;
}

/* Two Column Layout */
.left-right-content-cnt {
    clear: both;
}

.left-content-column,
.right-content-column {
    width: 48%;
}

.left-content-column {
    float: left;
}

.right-content-column {
    float: right;
}

/* Services Adverts */
.service-adverts .content-service-adv {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.thumb-cnt {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.BWfade,
.thumb-cnt,
.thumb-cnt img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.content-service-adv p {
    color: #2b2e31;
    margin-bottom: 0;
}

.content-service-adv:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

/* Page with Tagged Image */
#tag-img-tabs {
    margin-bottom: 0;
    margin-left: 5px;
}

#tag-img-tabs li {
    float: left;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 5px;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

#tag-img-tabs li a {
    color: #fff;
    padding: 8px 10px;
    background: #f7941e;
    font: 21px 'Archivo Narrow', sans-serif;
}

#tag-img-tabs li:hover > a {
    background: #333;
}

#tag-img-tabs li.active a,
body.post-type-archive-projects #tag-img-tabs li.projects-tab > a {
    cursor: default;
    background: #3baf29;
}

.page-featured-img img {
    display: block;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

/* Home Page Latest Trends and Projects Feed */
#content-bottom-wrap {
    padding-top: 0;
    padding-bottom: 30px;
}

#content-bottom-1 {
    padding-top: 30px;
    border-top: 1px solid #c0c2c2;
}

#content-bottom-left,
#content-bottom-right {
    width: 49%;
}

#content-bottom-left {
    float: left;
}

#content-bottom-right {
    float: right;
}

.home-bottom-feed {
    padding: 10px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#home-latest-new-trends-feed-cnt {
    background: #d4ead5;
}

#home-latest-project-feed-cnt {
    background: #cfd1d1;
}

#home-latest-project-feed-cnt {
    float: right;
}

.home-feed-thumb {
    float: left;
    margin-right: 1.2em;
    width: 40%;
}

.home-feed-thumb a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.home-feed-title {
    font: 18px 'Archivo Narrow', sans-serif;
}

.home-feed-title a {
    color: #2b2e31;
}

.home-feed-title a:hover {
    color: #0075bf;
}

.home-feed-content .blurb-read-more {
    color: #0075bf
}

.home-feed-content .blurb-read-more:hover {
    color: #2b2e31;
}

/* Contact Us Page */
.contact-left,
.contact-right {
    width: 48%;
}

.contact-left {
    float: left;
}

.contact-right {
    float: right;
}

.contact-left iframe {
    height: 400px;
}

/* Blog Style Sections */
#search-term {
    color: #0075bf;
}

.summary-title {
    position: relative;
}

.products-support-title {
    padding-left: 30px;
}

.summary-title a {
    color: #2b2e31;
}

.summary-title a:hover {
    color: #54b847;
}

.post-summary-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c0c2c2;
}

.post-summary-wrap {
    display: flex;
    align-items: flex-start;
}

.post-summary-thumb {
    float: left;
    padding: 3px;
    width: 100%;
    max-width: 142px;
    margin-right: 20px;
    border: 1px solid #c0c2c2;
}

.post-summary-thumb:hover {
    border-color: #a1a3a3;
}

.post-summary-thumb a img {
    display: block;
}

.blurb-read-more {
    color: #54b847;
}

.post-summary-wrap .entry-summary p {
    margin-bottom: 0;
}

/* Projects */
.list-view-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail-view-text *:last-child {
    margin-bottom: 0;
}

/* Testimonials */
.testimonial-person-details {
    padding-top: 20px;
}
.testimonial-person-details ul {
    float: right;
    margin-bottom: 0;
}

.testimonial-person-details ul li {
    color: #555;
    float: left;
    list-style: none;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    font: 14px 'Archivo Narrow', sans-serif;
}

.testimonial-person-details ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.testimonial-person-details ul li:before {
    color: #d2d2d2;
    content: '|';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-person-details ul li:first-child:before {
    content: ' ';
    display: none;
}

.testimonial-person-details .person-name {
    color: #54b847;
}

.testimonial-person-details .person-company-name {
    color: #e31b23;
}

/* Sign-up Page */
#gform_wrapper_4 {
    display: block !important;
}

/* Thank you Page */
.go-back-to-product {
    color: #fff;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #3baf29;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.go-back-to-product span {
    padding: 12px;
    display: block;
    border: 2px solid #fff;
}

.go-back-to-product:hover {
    color: #fff;
    background: #333;
}

/* Tabs and Shop Sidebar */
#tabs-navigation #tag-img-tabs {
    border-bottom: 1px solid #ccc;
}

/* 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: #555;
}

.wp-pagenavi a:hover {
    background-color: #0075bf;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #fff;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

.single-post-pagination {
    width: 80px;
    color: #0075bf;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    border: 1px solid #0075bf;
}

#page-pagination-wrap {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #c0c2c2;
}

#page-pagination-wrap a {
    color: #0075bf;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    border: 1px solid #0075bf;
}

.prev-pagelink,
.prev-post-link {
    float: left;
    text-align: right;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.next-pagelink,
.next-post-link {
    float: right;
    text-align: left;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

#page-pagination-wrap a:hover,
.single-post-pagination:hover {
    color: #54b847;
    border-color: #54b847;
}

/* Tables */
.site-content table {
    width: 100%;
    margin-bottom: 20px;
}

.site-content td {
    padding: 10px;
    vertical-align: middle;
}

.single-product-support td {
    text-align: center;
    border: 1px solid #e8e8e8;
}

/* Products Support Table */
#tab-description table td,
#product-support-document table td {
    font-size: 12px;
    text-align: center;
    border: 1px solid #e8e8e8;
}

/* Accordion Style */
.accordion-main-wrap .accordion-title {
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    padding: 15px 30px 15px 15px;
}

.accordion-main-wrap .accordion-title:hover {
    color: #3baf29;
}

.accordion-main-wrap .accordion-title.ui-accordion-header-active {
    color: #fff;
    margin-bottom: 0;
    background: #3baf29;
}

.accordion-main-wrap .accordion-title:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: 27px;
    right: 15px;
    border: 5px solid #bababa;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.accordion-main-wrap .accordion-title.ui-accordion-header-active:before {
    top: 23px;
    border: 5px solid #333;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.accordion-main-wrap .accordion-content {
    padding: 15px 0 2px;
}

/* Main Content Sidebar */
#tertiary {
    width: 235px;
    float: right;
}

.right-column .widget {
    margin-bottom: 20px;
}

.right-column .widget-title {
    color: #0075bf;
}

#text-4 .widget-title {
    margin-bottom: 15px;
}

#text-4 .textwidget {
    padding: 15px 10px;
    background: #d4ead5;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#text-4 .feed-title {
    font-size: 16px;
}

#text-4 .feed-thumb {
    margin-bottom: 15px;
}

#text-4 .feed-thumb img {
    display: block;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#nav_menu-12 li {
    margin-bottom: 20px;
    border: 1px solid #6f6f71;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#nav_menu-12 li:last-child {
    margin-bottom: 0;
}

#nav_menu-12 li:hover,
#nav_menu-12 li.current-menu-item {
    background: #54b847;
    border-color: #54b847;
}

#nav_menu-12 li a {
    color: #000;
    display: block;
    position: relative;
    font: 23px 'Archivo Narrow', sans-serif;
    text-transform: lowercase;
    padding: 8px 42px 8px 10px;
}

#nav_menu-12 li:hover a,
#nav_menu-12 li.current-menu-item a {
    color: #fff;
}

#text-6,
#text-7,
#text-8,
#text-9 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#text-7,
#text-8 {
    width: 235px;
}

#text-6 a,
#text-9 a {
    color: #fff;
    position: relative;
    background: #007dc6;
    padding: 10px 60px 10px 10px;
    font: 23px 'Archivo Narrow', sans-serif;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#text-6 a:hover,
#text-9 a:hover {
    background: #54b847;
}

#woocommerce_product_search-2 .widget-title {
    margin-bottom: 10px;
}

#text-10 .widget-title,
#text-11 .widget-title,
#nav_menu-14 .widget-title,
#nav_menu-15 .widget-title {
    color: #fff;
    padding: 10px 15px;
    background: #007dc6;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#text-10 ul,
#text-11 ul,
#nav_menu-14 ul,
#nav_menu-15 ul {
    margin-left: 15px;
}

#text-10 ul li,
#text-11 ul li,
#nav_menu-14 ul li,
#nav_menu-15 ul li {
    list-style: square;
}

#text-10 ul > li > ul > li,
#text-11 ul > li > ul > li,
#nav_menu-14 ul > li > ul > li,
#nav_menu-15 ul > li > ul > li {
    list-style: disc;
}

#text-10 ul li.current-cat > a,
#text-11 ul li.current-cat > a,
#nav_menu-14 ul li.current-menu-item > a,
#nav_menu-15 ul li.current-menu-item > a {
    color: #333;
}

/* ------------------------------------ */
@media screen and (max-width: 499px) {
    .left-content-column,
    .right-content-column {
        width: 100%;
        clear: both;
        float: none;
    }
}

@media screen and (max-width: 659px) {
    #tag-img-tabs li {
        margin-left: 2px;
    }
    
    #tag-img-tabs li a {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 689px) {
    .service-adverts .content-service-adv {
        font-size: 12px;
        width: 45.94180704441041%;
        max-width: 300px;
        margin: 0 0 20px;
    }
    .service-adverts .content-service-adv:nth-child(2n) {
        float: right;
    }
    
    .service-adverts .content-service-adv:nth-child(2n+1) {
        clear: left;
        float: left;
    }
    
    #content-bottom-left {
        margin-bottom: 30px;
    }
    
    #content-bottom-left,
    #content-bottom-right {
        float: none;
        clear: both;
        width: 100%;
    }
    
    #page-featured-banner-title {
        min-width: 0;
        padding: 8px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .contact-left,
    .contact-right {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 919px) {
    #tag-img-tabs li {
        margin-left: 2px;
    }
    
    #tag-img-tabs li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 799px) {	
    .main-content-with-sidebar,
    #tertiary {
        float: none;
        clear: both;
        width: 100%;
    }
    
    #tertiary {
        margin-top: 30px;
    }
    
    #page-pagination-wrap {
        padding-bottom: 20px;
        border-bottom: 1px solid #c0c2c2;
    }
}

@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
   ========================================================================== */
#footer-1 {
    border-top: 1px solid #c0c2c2;
    border-bottom: 1px solid #c0c2c2;
}

#partners-carousel {
    border-top: 1px solid #c0c2c2;
}

#partners-carousel .bx-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#partners-carousel .lshowcase-logos .bx-wrapper .bx-prev {
    left: 0;
}

#partners-carousel .lshowcase-logos .bx-wrapper .bx-next {
    right: 0;
}

#partners-carousel .bx-controls-direction {
    opacity: 0;
}

#partners-carousel-inner .lshowcase-logos:hover .bx-controls-direction {
    opacity: 1;
}

#footer-1-wrap {
    padding-top: 4px;
    padding-bottom: 4px;
}

#copyright {
    float: left;
    font-size: 11px;
    margin-top: 10px;
}

#copyright a {
    color: #2b2e31;
}

#copyright a:hover {
    color: #54b847;
}

#search-3,
#nav_menu-4 {
    float: right;
}

#nav_menu-4 {
    margin-right: 20px;
}

#search-3 {
    margin-top: 2px;
}

#text-3,
#nav_menu-5,
#nav_menu-6,
#nav_menu-7 {
    float: left;
}

#text-3 {
    margin-right: 5%;
}

#nav_menu-5,
#nav_menu-6 {
    margin-right: 5%;
}

#nav_menu-8 {
    float: right;
}

#footer-2 {
    font-size: 11px;
    line-height: 1.7;
}

#footer-2 a {
    color: #2b2e31;
}

#footer-2 a:hover,
#footer-2 li.current-menu-item > a {
    color: #54b847;
}

#footer-2 .widget-title {
    font: 16px 'Archivo Narrow', sans-serif;
}


#nav-heading {
    display: none;
}

#nav_menu-6 ul > li.menu-item-has-children,
#nav_menu-7 ul > li.menu-item-has-children {
    float: left;
    margin-bottom: 5px;
}

#nav_menu-6 ul > li.menu-item-has-children:first-child,
#nav_menu-7 ul > li.menu-item-has-children:first-child {
    margin-right: 20px;
}

#nav_menu-6 ul > li.not-a-link > a ,
#nav_menu-7 ul > li.not-a-link > a {
    font-weight: bold;
}

#nav_menu-6 ul > li.not-a-link:hover > a ,
#nav_menu-7 ul > li.not-a-link:hover > a {
    color: #2b2e31;
}

#nav_menu-9 {
    margin-right: 0;
}

/* Testimonials Feed */
#testimonials-feed-wrap {
    padding-bottom: 30px;
}

#testimonials-feed-slider-outer {
    position: relative;
    padding: 20px 20px 20px 80px;
    border: 1px solid #a9abab;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.testimonial-feed-slide {
    background: #fff;
}

.testimonial-feed-title {
    font-size: 20px;
    text-transform: uppercase;
}

.testimonial-feed-title a {
    color: #333;
    font-weight: normal;
}

.testimonial-feed-title a:hover {
    color: #3baf29;
}

.testimonial-feed-blurb {
    float: left;
    width: 78%;
}

.testimonial-feed-blurb p {
    font-style: italic;
}

.testimonial-feed-person-details {
    float: right;
    width: 20%;
    margin-top: 20px;
}

.testimonial-feed-person-details .person-name {
    font-weight: bold;
}

.testimonials-feed-pagination {
    width: 35px;
    height: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.testimonials-feed-pagination:hover {
    cursor: pointer;
}

.testimonials-feed-pagination:hover {
    cursor: pointer;
}

#testimonials-feed-prev {
    left: 20px;
    opacity: 0;
}

#testimonials-feed-next {
    right: 20px;
}

#testimonials-feed-slider-outer:hover .testimonials-feed-pagination {
    opacity: 1;
}

/* Sharing Buttons */
#share-buttons {
    margin-bottom: 20px;
}

#share-buttons ul li {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}

#share-buttons ul li:first-child {
    margin-left: 0;
}

#share-buttons ul li a {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
    border: 1px solid #e8e8e8;
}

#share-buttons ul li.facebook-share-btn:hover a {
    background: #3a5795;
}

#share-buttons ul li.google-plus-share-btn:hover a {
    background: #df4b38;
}

#share-buttons ul li.linked-in-share-btn:hover a {
    background: #007bb6;
}

#share-buttons ul li.pinterest-share-btn:hover a {
    background: #cb2027;
}

.no-break {
    clear: both;
}

/* Sticky Buttons */
#sticky-buttons-wrap {
    left: -213px;
    top: 215px;
    z-index: 99999;
    position: fixed;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#sticky-buttons-wrap:hover {
    left: 0;
}

#sticky-buttons-wrap ul li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 10px 45px 10px 10px;
    font: 18px 'Archivo Narrow', sans-serif;
}

#sticky-buttons-wrap ul li#fixed-sign-up-btn > a {
    background: #3baf29;
}

#sticky-buttons-wrap ul li#fixed-free-consultation-btn > a {
    background: #0075bf;
}

#sticky-buttons-wrap ul li#fixed-sign-up-btn:hover > a,
#sticky-buttons-wrap ul li#fixed-free-consultation-btn:hover > a {
    background: #333;
}

/* Cover Pop-up */
#CoverPop-cover {
    z-index: 99999999;
    background: rgba(0,0,0,0.7);
}

.splash-title {
    color: #007dc6;
    font-size: 28px;
    text-align: center;
}

#CoverPop-content {
    width: 260px;
    height: 500px;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 60px auto 0;
    background: rgba(255,255,255,0.9);
}

.close-splash {
    font-size: 11px;
    text-align: center;
}

.close-splash a {
    color: #a1a3a3;
}

.close-splash a:hover {
    color: #555;
}

#toTop {
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 99999;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* ----------------------------------- */
@media screen and (max-width: 699px) {
    #footer-2-wrap {
        padding: 0 0 10px;
    }
    
    #nav-heading {
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 20px;
        background: #007dc6;
    }
    
    #nav_menu-5,
    #nav_menu-6,
    #nav_menu-7,
    #nav_menu-8,
    #nav_menu-9 {
        width: 100%;
        float: none;
        clear: both;
        margin: 0;
    }
    
    #footer-2 .widget_nav_menu .widget-title {
        color: #fff;
        padding: 15px;
        background: #2b2e31;
    }
    
    #footer-2 #nav_menu-6 .widget-title,
    #footer-2 #nav_menu-7 .widget-title {
        padding: 0
    }
    
    #footer-2 #nav_menu-6 .widget-title a,
    #footer-2 #nav_menu-7 .widget-title a {
        color: #fff;
        padding: 15px;
        display: block;
    }
    
    #footer-2 #nav_menu-6 .widget-title a:hover,
    #footer-2 #nav_menu-7 .widget-title a:hover {
        color: #54b847;
    }
    
    #nav_menu-5 ul > li,
    #nav_menu-8 ul > li,
    #nav_menu-9 ul > li {
        border-top: 1px dotted #c0c2c2;
    }
    
    #nav_menu-5 ul > li:first-child,
    #nav_menu-8 ul > li:first-child,
    #nav_menu-9 ul > li:first-child {
        border: none;
    }
    
    #nav_menu-5 ul > li a,
    #nav_menu-8 ul > li a,
    #nav_menu-9 ul > li a {
        padding: 15px;
        display: block;
    }
    
    #nav_menu-6 ul > li.menu-item-has-children,
    #nav_menu-7 ul > li.menu-item-has-children {
        width: 45%;
    }   
    
    #nav_menu-6 ul > li#menu-item-334,
    #nav_menu-7 ul > li#menu-item-351 {
        float: left;
    }
    
    #nav_menu-6 ul > li#menu-item-342,
    #nav_menu-7 ul > li#menu-item-360 {
        float: right;
    }
    
    #nav_menu-6 ul > li.menu-item-has-children > a,
    #nav_menu-7 ul > li.menu-item-has-children > a {
        font-size: 15px;
        display: block;
        padding: 10px 15px;
    }
    
    #nav_menu-6 ul > li.menu-item-has-children > ul,
    #nav_menu-7 ul > li.menu-item-has-children > ul {
        border: none;
        padding-left: 0;
    }
    
    #nav_menu-6 ul > li.menu-item-has-children > ul > li,
    #nav_menu-7 ul > li.menu-item-has-children > ul > li {
        border-top: 1px dotted #c0c2c2;
    }
    
    #nav_menu-6 ul > li.menu-item-has-children > ul > li > a,
    #nav_menu-7 ul > li.menu-item-has-children > ul > li > a {
        display: block;
        padding: 15px;
    }
    
    .testimonial-feed-blurb,
    .testimonial-feed-person-details {
        width: 100%;
        clear: both;
    }
    
    .testimonial-feed-person-details ul {
        float: right;
    }
    
    .testimonial-feed-person-details ul li {
        float: left;
        font-size: 12px;
        margin-left: 15px;
    }
    
    .testimonial-feed-person-details ul li:first-child {
        margin-left: 0;
    }
    
    #testimonials-feed-next {
        opacity: 0;
    }
    
    .post-summary-thumb {
        max-width: 70px;
    }
}

@media screen and (min-width: 700px) {
    #text-3 {
        width: 162px;
    }
    
    #nav_menu-5,
    #nav_menu-8 {
        width: 82px;
    }
    
    #nav_menu-6 {
        width: 225px;
    }
    
    #nav_menu-7 {
        width: 210px;
    }
}

@media screen and (min-width: 700px) and (max-width: 759px) {    
    #text-3,
    #nav_menu-5,
    #nav_menu-6 {
        margin-right: 6%;
    }
}

@media screen and (max-width: 829px) {
    #text-3 {
        display: none;
    }
}

@media screen and (min-width: 760px) and (max-width: 829px) {    
    #text-3,
    #nav_menu-5,
    #nav_menu-6 {
        margin-right: 6%;
    }
}

@media screen and (min-width: 830px) and (max-width: 859px) {
    #text-3,
    #nav_menu-5,
    #nav_menu-6 {
        margin-right: 1%;
    }
}

@media screen and (min-width: 860px) and (max-width: 929px) {
    #text-3,
    #nav_menu-5,
    #nav_menu-6 {
        margin-right: 2%;
    }
}

@media screen and (min-width: 930px) and (max-width: 1037px) {
    #text-3,
    #nav_menu-5,
    #nav_menu-6 {
        margin-right: 5%;
    }
}

@media screen and (max-width: 1037px) {
    #copyright,
    #search-3,
    #nav_menu-4 {
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
    
    #copyright {
        text-align: center;
        margin-bottom: 10px;
    }
    
    #search-3,
    #nav_menu-4 {
        margin-left: auto;
        margin-right: auto;
    }
    
    #search-3 {
        width: 223px;
    }
    
    #nav_menu-4 {
        width: 195px;
    }
}

@media screen and (max-width: 1114px) {
    #sticky-buttons-wrap {
        display: none;
    }
}

/* =WooCommerce
   ========================================================================== */
.site-content ul.payment_methods li {
    list-style: none;
}

.product-listing-sku {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 5px;
    border-top: 1px dotted #c0c2c2;
    border-bottom: 1px dotted #c0c2c2;
}

.product-listing-sku span {
    color: #333;
    font-weight: bold;
}

select.orderby,
body.woocommerce div.product form.cart .variations select,
body.woocommerce #content div.product form.cart .variations select,
body.woocommerce-page div.product form.cart .variations select,
body.woocommerce-page #content div.product form.cart .variations select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #222;
    border: 1px solid #e2e2e2;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
body.woocommerce .related ul li.product,
body.woocommerce .related ul.products li.product,
body.woocommerce .upsells.products ul li.product,
body.woocommerce .upsells.products ul.products li.product,
body.woocommerce-page .related ul li.product,
body.woocommerce-page .related ul.products li.product,
body.woocommerce-page .upsells.products ul li.product,
body.woocommerce-page .upsells.products ul.products li.product {
    margin-bottom: 30px;
}

body.woocommerce ul.products li.product a,
body.woocommerce-page ul.products li.product a,
body.woocommerce .related ul li.product a,
body.woocommerce .related ul.products li.product a,
body.woocommerce .upsells.products ul li.product a,
body.woocommerce .upsells.products ul.products li.product a,
body.woocommerce-page .related ul li.product a,
body.woocommerce-page .related ul.products li.product a,
body.woocommerce-page .upsells.products ul li.product a,
body.woocommerce-page .upsells.products ul.products li.product a {
    display: block;
    position: relative;
}

.thumb-more-info {
    z-index: 1;
    width: 100%;
    color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    /*background: rgba(59,175,41,0.8);*/
}

.thumb-more-info span {
    padding: 0 10px;
    display: block;
    font-size: 20px;
    text-align: center;
}

body.woocommerce ul.products li.product a:hover .thumb-more-info,
body.woocommerce-page ul.products li.product a:hover .thumb-more-info,
body.woocommerce .related ul li.product a:hover .thumb-more-info,
body.woocommerce .related ul.products li.product a:hover .thumb-more-info,
body.woocommerce .upsells.products ul li.product a:hover .thumb-more-info,
body.woocommerce .upsells.products ul.products li.product a:hover .thumb-more-info,
body.woocommerce-page .related ul li.product a:hover .thumb-more-info,
body.woocommerce-page .related ul.products li.product a:hover .thumb-more-info,
body.woocommerce-page .upsells.products ul li.product a:hover .thumb-more-info,
body.woocommerce-page .upsells.products ul.products li.product a:hover .thumb-more-info {
    top: 47%;
    opacity: 1;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale,
body.home span.onsale {
    background: none;
    font-weight: normal;
    background-color: #3baf29;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.woocommerce ul.products li.product h3,
body.woocommerce-page ul.products li.product h3 {
    color: #2b2e31;
    font-size: 14px;
}

body.woocommerce ul.products li.product:hover h3,
body.woocommerce-page ul.products li.product:hover h3 {
    color: #e31b23;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
    color: #0075bf;
    font-size: 13px;
}

body.woocommerce ul.products li.product .price .amount,
body.woocommerce-page ul.products li.product .price .amount {
    color: #0075bf;
}

.woocommerce #content div.product p.price .amount,
.woocommerce #content div.product span.price .amount,
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount,
.woocommerce-page #content div.product p.price .amount,
.woocommerce-page #content div.product span.price .amount,
.woocommerce-page div.product p.price .amount,
.woocommerce-page div.product span.price .amount {
    color: #3baf29;
}

.woocommerce-price-suffix {
    color: #464646;
}

.woocommerce-price-suffix .amount {
    padding-top: 5px;
    display: inline-block;
}

.product-item-link {
    position: relative;
}

.product-item-link:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.product-item-link:hover:before {
    background: rgba(0,0,0,0.4);
}

.thumb-more-info,
.product-item-link-inner {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-item-link:hover .product-item-link-inner {
    padding: 10px;
}

body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button {
    margin-top: 0 !important;
}

/* Product Detail Page */
body.woocommerce .related,
body.woocommerce .upsells.products,
body.woocommerce-page .related,
body.woocommerce-page .upsells.products {
    clear: both;
}

body.woocommerce .related h2,
body.woocommerce .upsells.products h2,
body.woocommerce-page .related h2,
body.woocommerce-page .upsells.products h2 {
    color: #fff;
    padding: 10px 15px;
    background-color: #2b2e31;
}

body.woocommerce div.product form.cart .button,
body.woocommerce #content div.product form.cart .button,
body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #content div.product form.cart .button {
    float: right;
    color: #fff;
    border: none;
    position: relative;
    font-weight: normal;
    text-shadow: none;
    background: #007dc6;
    padding: 15px 60px 15px 15px;
}

body.woocommerce div.product form.cart .button:hover,
body.woocommerce #content div.product form.cart .button:hover,
body.woocommerce-page div.product form.cart .button:hover,
body.woocommerce-page #content div.product form.cart .button:hover {
    background: #54b847;
}

body.woocommerce div.product form.cart .variations label,
body.woocommerce #content div.product form.cart .variations label,
body.woocommerce-page div.product form.cart .variations label,
body.woocommerce-page #content div.product form.cart .variations label {
    font-size: 18px;
    font-weight: normal;
}

body.woocommerce div.product .reset_variations,
body.woocommerce-page div.product .reset_variations {
    padding-top: 10px;
    display: inline-block;
}

body.woocommerce div.product .single_variation,
body.woocommerce #content div.product .single_variation {
    margin-bottom: 10px;
}

body.woocommerce div.product .product_meta .sku_wrapper,
body.woocommerce #content div.product .product_meta .sku_wrapper,
body.woocommerce-page div.product .product_meta .sku_wrapper,
body.woocommerce-page #content div.product .product_meta .sku_wrapper,
body.woocommerce div.product .product_meta .posted_in,
body.woocommerce #content div.product .product_meta .posted_in,
body.woocommerce-page div.product .product_meta .posted_in,
body.woocommerce-page #content div.product .product_meta .posted_in {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

body.woocommerce div.product .product_meta .sku_wrapper,
body.woocommerce #content div.product .product_meta .sku_wrapper,
body.woocommerce-page div.product .product_meta .sku_wrapper,
body.woocommerce-page #content div.product .product_meta .sku_wrapper {
    margin-bottom: 10px;
}

body.woocommerce div.product .product_meta .sku_wrapper .sku,
body.woocommerce #content div.product .product_meta .sku_wrapper .sku,
body.woocommerce-page div.product .product_meta .sku_wrapper .sku,
body.woocommerce-page #content div.product .product_meta .sku_wrapper .sku {
    color: #666;
    font-weight: normal;
}

body.woocommerce div.product .product_meta .posted_in a,
body.woocommerce #content div.product .product_meta .posted_in a,
body.woocommerce-page div.product .product_meta .posted_in a,
body.woocommerce-page #content div.product .product_meta .posted_in a {
    color: #3baf29;
    font-weight: normal;
}

body.woocommerce div.product .product_meta .posted_in a:hover,
body.woocommerce #content div.product .product_meta .posted_in a:hover,
body.woocommerce-page div.product .product_meta .posted_in a:hover,
body.woocommerce-page #content div.product .product_meta .posted_in a:hover {
    color: #555;
}

/* Cart */
body.woocommerce .cart-collaterals .cart_totals h2,
body.woocommerce-page .cart-collaterals .cart_totals h2,
body.woocommerce .cart-collaterals .cart_totals table th, 
body.woocommerce-page .cart-collaterals .cart_totals table th,
body.woocommerce #payment .terms,
body.woocommerce-page #payment .terms {
    text-align: left;
}

.product_list_widget li {
    padding-top: 4px;
    display: block;
    border-top: 1px dotted #c0c2c2;
}

/* WooCommerce Buttons */
body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button {
    color: #fff;
    display: block;
    position: relative;
    font-weight: normal;
    padding: 15px 10px;
    border: none !important;
    text-shadow: none !important;
    background: #007dc6 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

body.woocommerce ul.products li.product a.button:hover,
body.woocommerce-page ul.products li.product a.button:hover,
body.home ul.products li.product a.button:hover {
    background-color: #54b847 !important;
}

body.woocommerce ul.products li.product a.button.added:before, 
body.woocommerce-page ul.products li.product a.button.added:before,
body.home ul.products li.product a.button.added:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
}

body.woocommerce ul.products li.product .wc-forward,
body.woocommerce-page ul.products li.product .wc-forward {
    display: none !important;
}

body.woocommerce-page .return-to-shop a.button {
    color: #fff;
    border: none;
    background: #007dc6;
    font-weight: normal;
    text-shadow: none;
}

body.woocommerce-page .return-to-shop a.button:hover {
    background: #54b847;
    font-weight: normal;
        
}

.woocommerce .quantity .qty {
    padding: 5px;
    border: 1px solid #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
    select#billing_country,
    select#billing_state {
        padding: 8px;
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #222;
        border: 1px solid #e2e2e2;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }
}

@media screen and (min-width: 600px) {
    body.woocommerce #content div.product div.images,
    body.woocommerce div.product div.images,
    body.woocommerce-page #content div.product div.images,
    body.woocommerce-page div.product div.images {
        float: left;
        width: 48%;
    }

    body.woocommerce #content div.product div.summary,
    body.woocommerce div.product div.summary,
    body.woocommerce-page #content div.product div.summary,
    body.woocommerce-page div.product div.summary {
        float: right;
        width: 48%;
    }
}

@media screen and (min-width: 769px) {
    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product,
    body.woocommerce .related ul li.product,
    body.woocommerce .related ul.products li.product,
    body.woocommerce .upsells.products ul li.product,
    body.woocommerce .upsells.products ul.products li.product,
    body.woocommerce-page .related ul li.product,
    body.woocommerce-page .related ul.products li.product,
    body.woocommerce-page .upsells.products ul li.product,
    body.woocommerce-page .upsells.products ul.products li.product {
        width: 30.57851239669421% !important;
        margin-right: 4.13223140495868%;
    }
	
    body.woocommerce .cart-collaterals .cross-sells ul.products li,
    body.woocommerce-page .cart-collaterals .cross-sells ul.products li {
        float: left;
        width: 30.57851239669421% !important;
        margin-right: 4.13223140495868%;
    }

    body.woocommerce ul.products li.last,
    body.woocommerce-page ul.products li.last,
    body.woocommerce .related ul li.product.last,
    body.woocommerce .related ul.products li.product.last,
    body.woocommerce .upsells.products ul li.product.last,
    body.woocommerce .upsells.products ul.products li.product.last,
    body.woocommerce-page .related ul li.product.last,
    body.woocommerce-page .related ul.products li.product.last,
    body.woocommerce-page .upsells.products ul li.product.last,
    body.woocommerce-page .upsells.products ul.products li.product.last,
    body.woocommerce .cart-collaterals .cross-sells ul.products li.last,
    body.woocommerce-page .cart-collaterals .cross-sells ul.products li.last {
        margin-right: 0;
    }
}

/* =Forms
   ========================================================================== */
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;
}

#ui-datepicker-div {
    position: absolute
}

body .gform_wrapper {
    max-width: 98%;
    margin-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container {
    max-width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
    border: none;
    background: none;
    width: inherit !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: normal;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
#woocommerce_product_search-2 input#s {
    font-size: inherit;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
    border: 1px solid #c3eeff;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container input,
body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container select,
body .gform_wrapper .gform_body .gform_fields .gfield_error div.gfield_captcha_input_container input {
    width: 99.2%;
    border: 1px solid red;
}

body .gform_wrapper .gform_footer {
    padding-top: 10px;
}

body .gform_wrapper .gform_footer input[type=submit],
#woocommerce_product_search-2 #searchsubmit {
    color: #fff !important;
    border: none !important;
    padding: 5px 10px;
    text-shadow: none !important;
    font: normal 16px Arial !important;
    background: #3baf29 !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#woocommerce_product_search-2 #searchsubmit {
    width: 100%;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
#woocommerce_product_search-2 #searchsubmit:hover {
    cursor: pointer;
    background: #092c74 !important;
}
body .gform_wrapper div.validation_error,
body .gform_confirmation_wrapper {
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 9999999999;
}

body .gform_wrapper div.validation_error {
    padding: 5px;	
    background-color: rgba(255, 0, 0, 0.8);
}

body .gform_confirmation_wrapper  {
    background-color: rgba(59, 175, 41, 0.9);
}

body .gform_wrapper.gform_validation_error {
    display: block !important;
}

body .gform_confirmation_wrapper .gform_confirmation_message {
    padding: 5px;
    font-size: 18px;
} 

.gf-hidden {
    display: none;
}

/* 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;
}

/* Cover Pop-up Form */
#CoverPop-content #gform_wrapper_4 .gform_footer input[type=submit] {
    width: 100%;
}

#CoverPop-content #gform_wrapper_4 li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#CoverPop-content #gform_wrapper_4 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 5px !important;
}

/* WooCommerce */
body.woocommerce form .form-row input.input-text,
body.woocommerce form .form-row textarea,
body.woocommerce-page form .form-row input.input-text,
body.woocommerce-page form .form-row textarea,
input#wf_ln_captcha {
    padding: 4px;
    font: 16px Arial;
    border: 1px solid #ccc;
}

input#wf_ln_captcha {
    padding: 2px;
}

body.woocommerce .cart-collaterals .cross-sells,
body.woocommerce-page .cart-collaterals .cross-sells,
body.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    clear: both;
    width: 100%;
}

body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce #respond input#submit.alt,
body.woocommerce #content input.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page #content input.button.alt,
body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce #content input.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page #content input.button {
    color: #fff;
    border: none;
    text-shadow: none;
    font-weight: normal;
    background: #007dc6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce #content input.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page #content input.button {
    background: #2b2e31;
}

body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce #content input.button.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page input.button.alt:hover,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce-page #content input.button.alt:hover,
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce #content input.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page #content input.button:hover {
    color: #fff;
    text-shadow: none;
    background: #54b847;
}

#woocommerce_product_search-2 input.search-field {
    width: 97.5%;
    padding: 5px 1%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

#woocommerce_product_search-2 input[type="submit"] {
    width: 100%;
    color: #fff;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    text-align: center;
    background: #3baf29;
}

#woocommerce_product_search-2 input[type="submit"]:hover {
    background: #0075bf;
}

/* =Sprite
   ========================================================================== */
#toTop,
#nav_menu-2 li a,
#nav_menu-4 li a,
#text-2 a:before,
.searchform #search-btn,
#nav_menu-10 li a:after,
#nav_menu-12 li a:after,
#share-buttons ul li a:before,
#navbar .first-list-wrap > li.menu-item-has-children > a:before,
.eco-logo:before,
.single-post-pagination:before,
.products-support-title:before,
#hero-prev,
#hero-next,
#menu-toggle-wrap li a:after,
#text-6 a:after,
#text-9 a:after,
#sticky-buttons-wrap ul li a:before,
#testimonials-feed-slider-outer:before,
.testimonials-feed-pagination,
body.woocommerce div.product form.cart .button:after,
body.woocommerce #content div.product form.cart .button:after,
body.woocommerce-page div.product form.cart .button:after,
body.woocommerce-page #content div.product form.cart .button:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_variable:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_variable:after {
    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) {
    #toTop,
    #nav_menu-2 li a,
    #nav_menu-4 li a,
    #text-2 a:before,
    .searchform #search-btn,
    #nav_menu-10 li a:after,
    #nav_menu-12 li a:after,
    #navbar .first-list-wrap > li.menu-item-has-children > a:before,
    .eco-logo:before,
    .single-post-pagination:before,
    .products-support-title:before,
    #hero-prev,
    #hero-next,
    #text-6 a:after,
    #text-9 a:after,
    #share-buttons ul li a:before,
    #menu-toggle-wrap li a:after,
    #sticky-buttons-wrap ul li a:before,
    #testimonials-feed-slider-outer:before,
    .testimonials-feed-pagination,
    body.woocommerce div.product form.cart .button:after,
    body.woocommerce #content div.product form.cart .button:after,
    body.woocommerce-page div.product form.cart .button:after,
    body.woocommerce-page #content div.product form.cart .button:after,
    body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
    body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
    body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_variable:after,
    body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_variable:after {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 170px 350px;
    }
}

#text-2 a:before,
#nav_menu-10 li a:after,
#nav_menu-12 li a:after,
.eco-logo:before,
#text-6 a:after,
#text-9 a:after,
#share-buttons ul li a:before,
.single-post-pagination:before,
.products-support-title:before,
#sticky-buttons-wrap ul li a:before,
.products-support-listing .entry-summary:before,
#menu-toggle-wrap li a:after,
#testimonials-feed-slider-outer:before,
body.woocommerce div.product form.cart .button:after,
body.woocommerce #content div.product form.cart .button:after,
body.woocommerce-page div.product form.cart .button:after,
body.woocommerce-page #content div.product form.cart .button:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_variable:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_variable:after {
    content: ' ';
    position: absolute;
    display: inline-block;
}

#text-2 a:before,
#nav_menu-10 li a:after,
#nav_menu-12 li a:after,
#navbar .first-list-wrap > li.menu-item-has-children > a:before,
.eco-logo:before,
.single-post-pagination:before,
#menu-toggle-wrap li a:after,
#text-6 a:after,
#text-9 a:after,
#share-buttons ul li a:before,
#sticky-buttons-wrap ul li a:before,
body.woocommerce div.product form.cart .button:after,
body.woocommerce #content div.product form.cart .button:after,
body.woocommerce-page div.product form.cart .button:after,
body.woocommerce-page #content div.product form.cart .button:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_variable:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_variable:after {
    margin: auto;
}

#hero-prev {
    background-position: -86px -110px;
}

#hero-next {
    background-position: -124px -110px;
}

#text-2 a:before {
    width: 31px;
    height: 31px;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: -57px -37px;
}

#menu-toggle-wrap li a:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body.woocommerce div.product form.cart .button:after,
body.woocommerce #content div.product form.cart .button:after,
body.woocommerce-page div.product form.cart .button:after,
body.woocommerce-page #content div.product form.cart .button:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_variable:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_variable:after {
    right: 15px;
    top: 0;
    bottom: 0;
}

#menu-toggle-wrap li.nav-toggle a:after {
    width: 23px;
    height: 20px;
    background-position: -25px -118px;
}

#menu-toggle-wrap li.search-toggle a:after {
    width: 20px;
    height: 20px;
    background-position: -51px -118px;
}

body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_variable:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_variable:after {
    width: 23px;
    height: 20px;
    background-position: -25px -118px;
}

#menu-toggle-wrap li.cart-toggle a:after,
body.woocommerce ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce-page ul.products li.product a.button.add_to_cart_button.product_type_simple:after,
body.woocommerce div.product form.cart .button:after,
body.woocommerce #content div.product form.cart .button:after,
body.woocommerce-page div.product form.cart .button:after,
body.woocommerce-page #content div.product form.cart .button:after {
    width: 21px;
    height: 20px;
    background-position: 0 -118px;
}

#navbar .first-list-wrap > li.menu-item-has-children > a:before {
    opacity: 0.2;
    width: 12px;
    height: 6px;
    bottom: 35px;
    left: 0;
    right: 0;
    background-position: -119px -40px;
}

#nav_menu-2 li.facebook a,
#nav_menu-4 li.facebook a {
    background-position: 0 0;
}

#nav_menu-2 li.google-plus a,
#nav_menu-4 li.google-plus a {
    background-position: -37px 0;
}

#nav_menu-2 li.linkedin a,
#nav_menu-4 li.linkedin a {
    background-position: -75px 0;
}

#nav_menu-2 li.twitter a,
#nav_menu-4 li.twitter a {
    background-position: -112px 0;
}

#nav_menu-2 li.shopping-cart a,
#nav_menu-4 li.shopping-cart a {
    background-position: -107px -71px;
}

#nav_menu-10 li a:after,
#nav_menu-12 li a:after {
    width: 26px;
    height: 27px;
    top: 0;
    bottom: 0;
    right: 10px;
    background-position: 0 -38px;
}

#nav_menu-10 li:hover a:after,
#nav_menu-12 li:hover a:after,
#nav_menu-12 li.current-menu-item a:after {
    background-position: -29px -38px;
}

.eco-logo:before,
#testimonials-feed-slider-outer:before {
    width: 44px;
    height: 44px;
    background-position: 0 -71px;
}

.eco-logo:before {
    left: 0;
    top: -9px;
}

#testimonials-feed-slider-outer:before {
    left: 20px;
    top: 22px;
}

.products-support-title:before {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-position: -47px -71px;
}

#text-6 a:after,
#text-9 a:after {
    top: 0;
    bottom: 0;
    right: 10px;
    width: 80px;
    height: 67px;
    background-position: 0 -143px;
}

.single-products-support-title:before {
    top: 6px;
}

.single-post-pagination:before {
    width: 5px;
    height: 10px;
}

.prev-post-link:before {
    top: 0;
    bottom: 0;
    left: 15px;
    background-position: -133px -41px;
}

.prev-post-link:hover:before {
    background-position: -118px -50px;
}

.next-post-link:before {
    top: 0;
    bottom: 0;
    right: 15px;
    background-position: -141px -41px;
}

.next-post-link:hover:before {
    background-position: -125px -50px;
}

#testimonials-feed-prev {
    background-position: -87px -111px;
}

#testimonials-feed-next {
    background-position: -125px -111px;
}

#toTop {
    background-position:  -85px -151px;
}

#sticky-buttons-wrap ul li a:before {
    top: 0;
    bottom: 0;
    right: 10px;
}

#sticky-buttons-wrap ul li#fixed-sign-up-btn a:before {
    width: 25px;
    height: 21px;
    background-position: 0 -214px;
}

#sticky-buttons-wrap ul li#fixed-free-consultation-btn a:before {
    width: 25px;
    height: 26px;
    background-position: -30px -214px;
}

#share-buttons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#share-buttons ul li.facebook-share-btn a:before {
    width: 12px;
    height: 26px;
    background-position: 0 -245px;
}

#share-buttons ul li.facebook-share-btn:hover a:before {
    background-position: 0 -275px;
}

#share-buttons ul li.google-plus-share-btn a:before {
    width: 25px;
    height: 26px;
    background-position: -17px -245px;
}

#share-buttons ul li.google-plus-share-btn:hover a:before {
    background-position: -17px -275px;
}

#share-buttons ul li.pinterest-share-btn a:before {
    width: 20px;
    height: 26px;
    background-position: -77px -245px;
}

#share-buttons ul li.pinterest-share-btn:hover a:before {
    background-position: -77px -275px;
}

#share-buttons ul li.linked-in-share-btn a:before {
    width: 25px;
    height: 26px;
    background-position: -47px -245px;
}

#share-buttons ul li.linked-in-share-btn:hover a:before {
    background-position: -47px -275px;
}

/* Forms */
.searchform #search-btn  {
    background-position: -89px -40px;
}

@media screen and (max-width: 689px) {
    .eco-logo:before {
        display: none;
    }
}