/*
Theme Name:     Shopifiq child-theme
Theme URI:      http://anpsthemes.com/shopifiq/
Description:    Child theme for the Shopifiq theme
Author:         Anqs - Inverse Paradox - Katie
Template:       shopifiq
*/

/*@import url("../shopifiq/style.css");*/

/* =Theme customization starts here
------------------------------------------------------- */
body {
    overflow-x: hidden;
    font-family: "Open Sans";
}

.mt0 {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
nav a,
.icon-strip a h2,
.slider h2,
.portfolio-content h3,
.blog h2,
.comment-number h4,
.comment h4,
.pricing-table-price {
    font-family: "Open Sans";
}

h1 {
    color: #4c4c4c !important;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: normal;
    text-transform: none !important;
}

.large-h3,
ul.products li.product h3.large-h3 {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

#lightbox img {
    max-width: none;
}
/*
div {
    max-width: 100%;
}
*/
.header_right section {
    min-height: 0px;
}

#home_content a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#home_content a:hover {
    text-decoration: underline;
}
header

ul,
ol {
    margin-left: 30px;
}

ol {
    padding-left: 20px;
}

ol li {
    line-height: 2em;
}

.main-wrapper {
    width: 900px;
}
#notice-inline .main-wrapper {
    width: 1366px;
}

body,
textarea {
    font-size: 15px;
}

/* Content layout */
.content-half,
.content-third,
.content-two-third,
.content-quarter,
.content-two-quarter,
.content-three-quarter {
    margin: 0 5% 0 0;
}

.content-third {
    width: 30%;
}

.content-quarter {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .content-quarter {
        width: 100%;
    }
    #notice-inline .main-wrapper {
        width: 98%;
    }
}



h2 {
    color: #0195bb !important;
    margin-top: 30px;
}


h4 {
    color: #848484 !important;
    margin-bottom: 10px;
}

p {
    margin-top: 10px;
}


/* Quote */
blockquote,
.quote-right,
.quote-left {
    position: relative;
    color: #a2a2a2;
    font-style: italic;
    margin: 55px 26px 15px 25px;
}

blockquote:before,
.quote-left:before,
.quotes article:before {
    content: url(images/quote.png);
    position: absolute;
    top: -20px;
    left: -25px;
}

blockquote:after,
.quote-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    border: 1px solid #EBEBEB;
    border-style: none solid;
    width: 2px;
    height: 100%;
}

.quote-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    border: 1px solid #EBEBEB;
    border-style: none solid;
    width: 2px;
    height: 100%;
}

.quote-right:after {
    content: url(images/quote2.png);
    position: absolute;
    top: -20px;
    right: -25px;
}

/**** Isotope filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.announce {
    position: relative;
    height: 36px;
    padding: 10px 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.announce:after {
    content: url(images/bullet_arrow_social.png);
    display: inline;
    margin: 0 10px 0 17px;
}

.announce-after {
    font-size: 14px;
    height: 36px;
    padding: 10px 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}

.social-icons {
    display: table;
}

.social-icons-wrap {
    display: table-cell;
    vertical-align: middle;
}

.social-icons {
    float: right;
    width: auto;
    display: table-cell;
    vertical-align: middle;
    margin-right: 0px;
}

#notice-inline .social-icons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

@media (max-width: 500px) {
    #notice-inline .social-icons {
        right: 5px;
    }
}

.social-icons a img {
    vertical-align: bottom;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 10px 0 0 0;
    width: 20%;
    max-width: 30px;
}

.social-icons a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Header classes */
.header-button {
    background-image: -webkit-linear-gradient(top, #f6f6f6, #dcdcdc);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 17px 52px;
    text-transform: uppercase;
}

.upper-menu,
.upper-menu2 {
    width: 100%;
    height: 58px;
    margin-top: -50px;
    position: relative;
    transition: margin-top 0.5s ease;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top 0.5s ease;
    -o-transition: margin-top 0.5s ease;
}

.upper-menu .announce-after a {
    color: #fff;
}

.upper-menu2 {
    display: none;
}

.upper-menu:hover,
.upper-menu2:hover,
.upper-menu.upper-menu-open,
.upper-menu2.upper-menu-open {
    margin-top: 0px;
}

.upper-menu-no-transition {
    margin-top: 0px !important;
}

.upper-menu .social-icons,
.upper-menu2 .social-icons {
    float: left;
    width: 35%;
}

.header-xoxo {
    float: left;
    width: 32%;
}

.upper-menu:after,
.upper-menu2:after {
    content: "";
    position: absolute;
    top: 57px;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 9;
}

.upper-menu-before,
.upper-menu2-before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -200px;
    width: 400px;
    height: 25px;
    z-index: 19;
}

/******************************************** HEADER *********************************************/
#site-header {
    padding-bottom: 10px;
    position: relative;
    z-index: 998;
    border-top: none;
}

#site-header:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
}

#site-header div.main-wrapper {
    width: unset !important;
    max-width: 1366px !important;
    position:  relative;
    z-index: 9999;
    /*      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(49%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

.skype_c2c_logo_img,
.skype_c2c_free_text_span {
    display: none !important;
}

#site-header .logo-and-nav {
    height: 45px;
    max-height: 60px;
    padding-top: 15px;
    float: right;
    width: 100%;
}

@media (max-width: 480px) {
    #site-header .logo-and-nav {
        margin-bottom: 0 !important;
    }
}

#site-header .header_right {
    position: relative;
}

#site-header #logo {
    float: left;
    width: 35%;
    height: 80px;
    vertical-align: top;
    margin: 0px;
}

#site-header #logo img {
    position: relative;
    vertical-align: top;
    height: 100px;
    margin-top: 10px;
}

/* Sunline Logo Addition */
#site-header #logo {
    width: 50%;
}

@media screen and (max-width: 959px) {

    #site-header #logo {
        float: left;
        width: 50% !important;
        height: auto;
    }

}

@media screen and (max-width: 959px) and (min-width: 768px) {

    #site-header #logo {
        text-align: left !important;
    }

    #site-header #logo img {
        height: 100px;
    }

    #site-header .header_right {
        width: 40% !important;
    }
}

@media screen and (max-width: 767px) {
    #site-header .header_right {
        display: block;
        margin: 0 auto;
        float: none !important;
        width: calc(100% - 20px) !important;
    }

    #site-header #logo {
        float: none !important;
        width: 85%;
        display: block;
        margin: 0 auto;
    }

    #site-header #logo img {
        text-align: center;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        max-height: 60px;
    }

    #site-header #logo img:first-child {
        display: block;
        margin-bottom: 20px;
        margin: 0 auto 20px auto;
        max-height: 100px;
    }

}

@media screen and (max-width: 479px) {

    #site-header #logo {
        margin-top: 20px;
    }

}


@media (max-width: 767px) {
	#site-header[style*="position: static;"] #logo { display: block; }
	#site-header[style*="position: fixed;"] #logo { display: none; }
}

nav {
    clear: both;
    width: 100%;
    border-top: 1px solid #d5d5d5;
    margin-top: 0px;
}

nav ul {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

nav li {
    display: block;
    float: left;
    /*margin: 0 0 0 10px; */
    padding: 0;
    position: relative;
    line-height: 30px;
}

nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-top: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: "Open Sans" !important;
    font-size: 14px;
    color: #4c4c4c;
}

nav li#menu-item-28218 a {
    background-color: #0195bb;
    color: #fff;
    padding: 0 11px;
}

nav li#menu-item-28218 a:hover,
nav ul li#menu-item-28218 ul li a {
    color: #fff !important;
}


nav li#menu-item-47 a {
    padding-left: 0;
}

/*nav li#menu-item-324 a {
    padding-right:0;
}*/


nav ul li a:hover {
    border-bottom: 3px solid #0195bb;
    background-color: #fff;
    background-image: none;
    color: #0195bb !important;
}

nav li:hover {
    /*background-color: #fbfbfb;
        background-image: linear-gradient(bottom, rgb(242,242,242) 35%, rgb(252,252,252) 68%, rgb(255,255,255) 84%);
        background-image: -o-linear-gradient(bottom, rgb(242,242,242) 35%, rgb(252,252,252) 68%, rgb(255,255,255) 84%);
        background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 35%, rgb(252,252,252) 68%, rgb(255,255,255) 84%);
        background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 55%, rgb(252,252,252) 88%, rgb(255,255,255) 94%);
        background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 35%, rgb(252,252,252) 68%, rgb(255,255,255) 84%);
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.55, rgb(242,242,242)),
                color-stop(0.78, rgb(252,252,252)),
                color-stop(1, rgb(255,255,255))
        );*/
    background-image: none;
    background-color: #fff;
}

nav li a:hover:before {
    display: none;
    content: none;
    height: 10px;
    padding: 0;
    margin: 0;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

nav li a:hover:after {
    display: none;
    content: none;
    height: 10px;
    padding: 0;
    margin: 0;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

nav ul ul {
    display: none;
    padding: 0px;
    background: #f0f0f0;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 55px !important;
    left: 0px;
    z-index: 99999;
    margin-left: -30px;
}

nav ul ul ul {
    border: none;
    background: #f0f0f0;
}

nav ul ul li {
    float: none;
    width: 225px;
    margin: 0;
    background: #F0F0F0;
    /*background-image: -ms-linear-gradient(top, #F0F0F0, #F0F0F0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F0F0F0, endColorstr=#F0F0F0)";*/
}

nav ul ul li:hover {
    background: #F0F0F0;
    /*background-image: -ms-linear-gradient(top, #F0F0F0, #F0F0F0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F0F0F0, endColorstr=#F0F0F0)";*/
}

nav ul ul li a:before,
nav ul ul li a:after {
    display: none;
    background-image: none;
    -ms-filter: none;
}

nav ul ul li:nth-child(n+2):before {
    content: "";
    border: 1px solid #e7e7e7;
    border-style: solid none none none;
    width: 85%;
    /*background: #f0f0f0;*/
    margin: 0 auto;
    display: block;
    height: 1px;
}

nav ul ul li a {
    font-size: 12px;
    text-transform: none;
    padding: 0px 47px;
    color: #333333 !important;
    /*background: #f0f0f0;*/
}

/*update 12-1-2015*/
nav ul ul li a {
    /*background: none repeat scroll 0 0 #f0f0f0;*/
    color: #333333 !important;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    padding: 10px 10px;
    text-transform: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

nav ul ul li a:hover {
    background: #f0f0f0;
    font-weight: bold;
    border-bottom: none;
    color: #0195bb !important;
}

nav ul ul li.has-sub-menu:after {
    content: "";
    position: absolute;
    top: 17px;
    right: -1px;
    z-index: 9;
    width: 2px;
    height: 19px;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul li ul {
    z-index: 9;
    left: 221px;
    top: 0;
    border: 1px solid #f0f0f0;
}

div.logo-and-nav nav ul li ul li a span h1.product_title {
    font-size: 12px;
}

div.logo-and-nav nav ul li ul li a span.amount {
    font-family: helvetica, sans-serif;
}


/***** NAV PICS *****/
.menu_row1 {
    float: left;
}

.menu_row2 {
    clear: both;
    padding-top: 45px;
}

nav ul.sub-menu li#menu-item-805 a strong,
nav ul.sub-menu li#menu-item-810 a strong,
nav ul.sub-menu li#menu-item-806 a strong,
nav ul.sub-menu li#menu-item-808 a strong,
nav ul.sub-menu li#menu-item-807 a strong,
nav ul.sub-menu li#menu-item-811 a strong,
nav ul.sub-menu li#menu-item-809 a strong,
nav ul.sub-menu li#menu-item-1080 a strong,
nav ul.sub-menu li#menu-item-1299 a strong {
    color: #444444;
    float: right;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    margin-top: -25px;
    font-weight: inherit;
    font-size: 1em;
}

nav li#menu-item-805 a {
    background-image: url(/wp-content/uploads/2015/07/menu_cubicles.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-805 a:hover {
    opacity: 0.6;
}

nav li#menu-item-810 a {
    background-image: url(/wp-content/uploads/2015/05/menu_openplan.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-810 a:hover {
    opacity: 0.6;
}

nav li#menu-item-806 a {
    background-image: url(/wp-content/uploads/2015/04/menu_desk.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-806 a:hover {
    opacity: 0.6;
}

nav li#menu-item-808 a {
    background-image: url(/wp-content/uploads/2015/04/menu_conference.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-808 a:hover {
    opacity: 0.6;
}

nav li#menu-item-807 {
    clear: both;
}

nav li#menu-item-807 a {
    background-image: url(/wp-content/uploads/2015/04/menu_table.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-807 a:hover {
    opacity: 0.6;
}


nav li#menu-item-811 a {
    background-image: url(/wp-content/uploads/2015/04/menu_reception.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-811 a:hover {
    opacity: 0.6;
}

nav li#menu-item-809 a {
    background-image: url(/wp-content/uploads/2015/04/menu_chairs.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-809 a:hover {
    opacity: 0.6;
}

nav li#menu-item-1299 a {
    background-image: url(/wp-content/uploads/2015/06/menu_workwall.jpg);
    width: 200px;
    height: 130px;
    background-repeat: no-repeat;
}

nav li#menu-item-1299 a:hover {
    opacity: 0.6;
}

nav li#menu-item-1098 {
    background-image: url(/wp-content/themes/shopifiq-child-theme/images/icons/search.png);
    background-repeat: no-repeat;
    content: ".";
    background-position: center center;
    width: 20px;
}

nav li#menu-item-1098 a {
    padding-right: 0;
    color: #fff;
}

nav li#menu-item-1098 a:hover {
    color: #fff !important;
}

#mobile_search {
    display: none;
}

nav div.searchbar {
    background-color: #fff;
    background-image: url(/wp-content/themes/shopifiq-child-theme/images/icons/search.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    float: right;
    padding-top: 25px;
}

nav div.searchbar:hover {
    background-image: url(/wp-content/themes/shopifiq-child-theme/images/icons/search_hover.png);
}
#menu-item-16963 ul.sub-menu li {
    display: inline-block;
    width: 49%;
}
#menu-item-16963 ul.sub-menu li a {
	padding: 10px 10px;
}
#menu-item-16963 ul.sub-menu {
	width: 400px;
}
.search_bar {
    background-color: #e6e6e6;
    display: none;
    float: right;
    padding: 3%;
    position: absolute;
    right: 0;
    top: 55px;
    width: 420px;
    z-index: 999;
}

.search_bar input[type="text"] {
    width: 70%;
    padding: 2%;
}

.search_bar input[type="submit"] {
    font-size: 0.7em;
    height: 2.8em;
    padding: 0;
    width: 20%;
    float: right;
    margin: 0 0 0 5px;
    color: #fff;
    background: #e1e0dc;
}

.search_bar input[type="submit"]:hover {
    background-color: #444;
}

.search_hold {
    position: relative;
}


#site-header .header_right {
    float: right;
    padding-right: 3px;
    margin-top: 15px;
}

#site-header .header_right .cta-button {
    background-color: #fff;
}

#site-header .header_right .cta-button section p {
    margin: 0px;
    padding: 0px;
    color: #4c4c4c;
    text-transform: uppercase;
}

#site-header .header_right .cta-button section h1 {
    margin: 0px;
    padding: 0px;
    color: #0195bb !important;
    font-size: 44px;
    line-height: 44px;
    font-family: "Open Sans";
}

#site-header .header_right .live_chat,
#site-header .header_right .request_quote {
    float: left;
    font-size: 0.8em;
}

#site-header .header_right .live_chat {
    background-image: url(/wp-content/themes/shopifiq-child-theme/images/icons/livechat.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin: 12px 0;
}

#site-header .header_right .request_quote {
    background-color: #7cc582;
    padding: 5px 15px;
    margin: 5px 60px 0px 0px;

    border-radius: 10px;
    -mox-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

#site-header .header_right .request_quote:hover {
    background-color: #666;
    cursor: pointer;
}

#site-header .header_right .request_quote a {
    color: #fff;
    text-transform: uppercase;
}

#site-header .phone {
    float: right;
    font-size: 1.5em;
    font-family: helvetica, sans-serif;
    margin: 10px 0;
    color: #e1e0dc;
}

/* Mobile menu */
.mobile-menu {
    cursor: pointer;
    display: none;
    background: #fff;
    border: 1px solid #ececec;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
}

.sidebarbutton {
    float: left;
    left: 0;
    background-color: #0195bb;
    padding: 5px 5px 5px 0px;
    margin: 0px;
    margin-top: 10px;
    color: #fff;
    list-style: none;
    font-family: "Open Sans";
    max-width: 214px;
}

.sidebarbutton .content {
    border-top: 2px solid #bd6e34;
    border-right: 2px solid #bd6e34;
    border-bottom: 2px solid #bd6e34;
    padding: 10px;
    text-align: center;
}

.sidebarbutton img {
    width: 20%;
}

.sidebarbutton a {
    width: 100%;
    color: #fff;
}

.sidebarbutton a:hover {
    text-decoration: underline;
}

.sidebarbutton a p {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.sidebarfloat {
    left: 0;
    margin: 0px;
    color: #fff;
    list-style: none;
    max-width: 190px;
    top: 50%;
    margin-top: -338px;
    position: fixed;
    z-index: 9999;
    font-family: "Open Sans";
}

.sidebarfloat {
    display: none !important;
}

@media screen and (max-height:899px) {
    .sidebarfloat {
        position: absolute;
        top: 100px;
        margin-top: 0;
    }
}

.sidebarfloat .sub-menu .sub-menu {
    margin-left: 20px;
}

ul.top-nav-menu {
    list-style: none;
    margin: 0px;
    font-family: "Open Sans";
    background-color: #e1e0dc;
    padding: 5px 10px;
}

@media screen and (max-width: 1350px) {
    body.home ul.top-nav-menu {
        margin-top: 0px !important;
    }

    .sidebarbutton {
        display: none;
    }
}

ul.top-nav-menu li {
    background-color: #007491;
    margin: 5px;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0px;
    position: relative;
}

ul.top-nav-menu li.additional a {
    text-decoration: none !important;
    cursor: default !important;
}

ul.top-nav-menu li.additional a:hover {
    text-decoration: none !important;
    cursor: default !important;
}

ul.top-nav-menu li.additional .sub-menu a:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

ul.top-nav-menu li a {
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

ul.top-nav-menu li .btn-dd {
    background: url(images/togglebuttondesktop.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    right: 5px;
    top: 15px;
    position: absolute;
}

ul.top-nav-menu li a:hover {
    text-decoration: underline;
}

ul.top-nav-menu li ul {
    margin: 0px;
    list-style: none;
}

ul.top-nav-menu li ul li {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 14px;
    text-transform: normal;
    font-weight: normal;
    margin: 10px 0px;
}

ul li.menu-item-has-children .btn-dd {
    display: none !important;
}

ul li.additional .btn-dd {
    display: none !important;
}

a#menu-toggle {
    display: none;
}

.additional ul.sub-menu li.item {
    display: block;
}

.additional ul.sub-menu.active {
    display: none;
}

.additional ul.sub-menu.active li.item {
    display: none;
}

ul.sub-menu li.item {
    display: none;
}

ul.sub-menu li.item.active {
    display: block !important;
}

@media screen and (max-height: 640px) {
    .sidebarbutton {
        display: none;
    }

    ul.top-nav-menu.active {
        display: none !important;
    }

    .sidebarfloat {
        float: none;
        left: none;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
        display: block !important;
    }

    ul.top-nav-menu {
        float: none;
        left: none;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
        display: block !important;
    }

    a#menu-toggle {
        background-color: #0195bb;
        color: #fff;
        padding: 1px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        font-size: 16px;
        margin: 0 auto;
        width: 200px;
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 35px;
    }

    a#menu-toggle span img {
        max-height: 25px;
        float: right;
        margin-top: -37px;
    }

    a#menu-toggle:hover {
        background-color: rgba(217, 129, 64, 0.7);
        color: #fff;
    }

    ul.top-nav-menu {
        display: none;
    }

    ul.top-nav-menu.active {
        display: block;
    }

    ul li.menu-item-has-children .btn-dd {
        display: block !important;
    }

    .additional ul.sub-menu.active li.item {
        display: block !important;
    }

    ul.sub-menu {
        display: none;
    }

    ul.sub-menu.active {
        display: block !important;
    }

    .additional ul.sub-menu.active {
        display: block !important;
    }

    ul.top-nav-menu li .btn-dd {
        top: 10px;
        display: block !important;
    }

    ul.top-nav-menu li.additional a:hover {
        text-decoration: none;
    }

    ul.top-nav-menu li.additional li a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 1350px) {
    ul.top-nav-menu.active {
        display: none !important;
    }

    .sidebarfloat {
        float: none;
        top: 0;
        left: none;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
        display: block !important;
    }

    ul.top-nav-menu {
        float: none;
        left: none;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
        display: block !important;
    }

    a#menu-toggle {
        background-color: #0195bb;
        color: #fff;
        padding: 1px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        font-size: 16px;
        margin: 0 auto;
        width: 200px;
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 35px;
    }

    a#menu-toggle span img {
        max-height: 25px;
        float: right;
        margin-top: -37px;
    }

    a#menu-toggle:hover {
        background-color: #2bc0c9;
        color: #fff;
    }

    ul.top-nav-menu {
        display: none;
    }

    ul.top-nav-menu.active {
        display: block;
    }

    ul li.menu-item-has-children .btn-dd {
        display: block !important;
    }

    .additional ul.sub-menu.active li.item {
        display: block !important;
    }

    ul.sub-menu {
        display: none;
    }

    ul.sub-menu.active {
        display: block !important;
    }

    .additional ul.sub-menu.active {
        display: block !important;
    }

    ul.top-nav-menu li .btn-dd {
        top: 10px;
    }

    ul.top-nav-menu li.additional a:hover {
        text-decoration: none;
    }

    ul.top-nav-menu li.additional li a:hover {
        text-decoration: underline;
    }
}

/******************************************** HOME CONTENT *********************************************/

.form .main-content h2 a font[color="#6885C8"] { color: #fff !important; }

.form .main-content h2 a font:hover { text-decoration: underline; }

/*Slider*/
.banner {
    height: 200px;
}

/*@media screen and (max-width: 1024px) {
    .banner {
        height: 500px;
    }
}

@media screen and (max-width: 800px) {
    .banner {
        height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .banner {
        height: 200px;
    }
}*/

.banner .content {
    width: 50%;
    float: left;
    margin: 50px 0 100px;
}

.banner p {
    font-family: "Open Sans";
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 5px;
}

.banner h1 {
    font-family: "Open Sans";
    font-size: 75px;
    text-transform: lowercase;
    color: #0195bb !important;
    margin: 0px;
    padding: 0px;
    line-height: 85px;
    font-weight: 600;
}

.banner a.bannerbutton {
    background-color: rgba(217, 129, 64, 0.7);
    color: #fff;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.banner a.bannerbutton img {
    margin-left: 5px;
}

.banner a.bannerbutton:hover {
    background-color: rgba(217, 129, 64, 0.9);
    color: #fff;
}

@media screen and (max-width: 500px) {
    .banner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .banner p {
        line-height: 25px;
        font-size: 20px;
    }

    .banner a.bannerbutton {
        font-size: 16px;
    }
}

.top_content {
    color: #4c4c4c;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans";
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.top_content a.homebutton {
    background-color: #0195bb;
    color: #fff;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.page-template-tpl-home .single-page,
.page-template-tpl-home-alt .single_page {
    margin-bottom: 0;
}

.products_homepage a.homebutton.mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .products_homepage a.homebutton.mobile-only {
        display: block;
    }

    .products_homepage a.homebutton.desktop-only {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    .top_content a.homebutton {
        max-width: 200px;
    }
}

.top_content a.homebutton:hover {
    background-color: rgba(217, 129, 64, 0.7);
    color: #fff;
}

.products_homepage {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}


.dimensions,
.sku,
.qty {
    line-height: 1.7em;
    font-size: 14px;
    text-align: center;
}

.dimensions {
    overflow: hidden;
    max-height: 1.7em;
    font-weight: bold;
}

.swatches {
    height: 45px;
    text-align: center;
}

.swatches a img,
.related ul.products li.product .swatches a img,
ul.products li.product .swatches a img,
ul.products li.product .swatches a:hover img {
    width: 60%;
    height: auto;
}

.term-office-desks-for-sale .swatches,
.term-office-desks-for-sale .qty,
.term-accessories .swatches,
.term-accessories .qty {
    display: none;
}

.products_homepage h1 {
    text-align: center;
}

a.homebutton {
    background-color: #0195bb;
    color: #fff;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}

a.homebutton {
    margin: 0 0 30px;
    background-color: #0195bb;
    max-width: 100%;
    display: inline-block;
    width: auto;
    font-weight: bold;
    padding: 12px 20px;
    font-size: 18px;
    border-bottom: 1px solid #0195bb;
}

.page-template-tpl-home-alt .products_homepage a.homebutton.row-of-3 {
    background-color: #e1e0dc;
    border-bottom: 1px solid #00457a;
}

@media screen and (min-width:768px) {
    .page-template-tpl-home-alt .products_homepage a.homebutton.row-of-3 {
        font-size: 16px;
        width: 47.5%;
        margin: 0 4.9% 0 0;
        float: left;
        padding: 12px 0px;
    }

    .page-template-tpl-home-alt .products_homepage a.homebutton.row-of-3:nth-child(2n) {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .products_homepage a.homebutton {
        max-width: 200px;
    }
}

a.homebutton:hover {
    background-color: #e1e0dc;
    color: #fff;
}


a.homebutton.mobile-only {
    display: none !important;
}

@media screen and (max-width: 767px) {
    a.homebutton.mobile-only {
        display: block !important;
    }

    a.homebutton.desktop-only {
        display: none !important;
    }
}

.products_homepage ul.products li.product a img,
.products_homepage ul.products li.product a:hover img,
.products_homepage .related ul.products li.product img,
.products_homepage .related ul li.product img,
.products_homepage .upsells.products ul.products li.product img,
.products_homepage .upsells.products ul li.product img,
ul.products li.product .product-image-holder a img,
ul.products li.product .product-image-holder a:hover img {
    max-width: 100%;
}

ul.products li.product a img,
ul.products li.product a:hover img,
.related ul.products li.product img,
.related ul li.product img,
.upsells.products ul.products li.product img,
.upsells.products ul li.product img {
    max-height: 220px;
}

.second_block h2 {
    color: #4c4c4c !important;
    text-align: center;
    font-size: 28px;
    font-family: "Open Sans";
    text-transform: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.second_block p {
    color: #4c4c4c;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans";
}

.second_block img {
    width: 100%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}


@media screen and (max-width: 500px) {
    .second_block a.homebutton {
        max-width: 200px;
    }
}


.why_arnolds {
    background-color: #e1e0dc;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}

@media screen and (max-width: 599px) {
    .why_arnolds {
        display: none;
    }
}

.why_arnolds h2 {
    color: #fff !important;
    text-align: center;
    font-size: 28px;
    font-family: "Open Sans";
    text-transform: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    margin-bottom: 20px;
}

.why_arnolds .column {
    width: 33.3%;
    float: left;
    min-height: 300px;
}

.why_arnolds .column .image {
    width: 21%;
    float: left;
    padding: 2%;
}

.why_arnolds .column .content {
    width: 71%;
    float: left;
    padding: 2%;
    font-size: 14px;
    color: #fff;
}

.why_arnolds .column .content .title {
    font-weight: bold;
}

.why_arnolds .column .content p {
    margin-top: 0px;
}

@media screen and (max-width: 970px) {
    .why_arnolds .column {
        width: 50%;
        float: left;
        min-height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .why_arnolds .column {
        width: 96%;
        padding: 2%;
        float: left;
        min-height: 0px;
    }
}

.form {
    background-color: #e1e0dc;
    padding: 30px 0px;
    margin-top: 30px;
}

.page-template-tpl-location .form {
    margin-top: 0;
}

.form h2 {
    color: #fff !important;
    text-align: center;
    font-size: 28px;
    font-family: "Open Sans";
    text-transform: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    margin-bottom: 20px;
}

.form h2 a {
    color: #fff;
}

.form p {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 22px;
}

@media screen and (max-width: 1250px) {
    .form {
        margin-top: 0px;
    }
}

#home_logos {
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.bottom_content .bottom .content {
    width: 71%;
    float: left;
    padding-right: 4%;
    padding-bottom: 30px;
}

.bottom_content .bottom .image {
    width: 25%;
    float: left;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .bottom_content .bottom .content {
        width: 96%;
        padding: 2%;
        float: none;
        padding-right: 0%;
        padding-bottom: 30px;
    }

    .bottom_content .bottom .image {
        display: none;
    }
}


.bottom_content .bottom .content h2 {
    color: #4c4c4c !important;
    font-size: 28px;
    text-transform: none;
    font-weight: normal;
}

.bottom_content .bottom .content p {
    color: #4c4c4c !important;
    font-size: 16px;
    line-height: 22px;
}

#form .fs-page .fs-text-row {
    width: 31% !important;
    padding-right: 3% !important;
    float: left !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#form .fs-page .fs-select-row {
    width: 31% !important;
    padding-right: 3% !important;
    float: left !important;
}

#form .fs-page .fs-text-row:nth-of-type(2n+1) {
    clear: both !important;
}

#form .fs-page .fs-textarea-row {
    width: 42% !important;
    float: right !important;
    margin-top: -182px !important;
}

.fs-page-others .fs-select-row {
    clear: both !important;
}

@media screen and (max-width: 960px) {
    #form .fs-page .fs-textarea-row {
        margin-top: -82px !important;
    }
}

.fs-form-container .fs-form-row textarea {
    height: 130px !important;
    min-height: 130px !important;
}

#form form {
    margin-top: 20px !important;
}

#form input {
    border: 1px solid #cc783a !important;
    width: 96% !important;
    padding: 2% !important;
    font-size: 14px !important;
    margin: 10px 0 20px !important;
}

#form textarea {
    border: 1px solid #cc783a !important;
    width: 96% !important;
    padding: 2% !important;
    font-size: 14px !important;
    margin: 10px 0 20px !important;
    max-height: 100px !important;
}

#form select {
    border: 1px solid #cc783a !important;
    width: 96% !important;
    padding: 2% !important;
    font-size: 14px !important;
    margin: 10px 0px !important;
}

#form label {
    color: #fff !important;
}

#form .fs-required {
    display: none !important;
}

#form .button {
    clear: both !important;
    padding: 5px 25px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff !important;
    background-color: #b06127 !important;
    float: right !important;
}

#form .button.fs-prev {
    clear: both !important;
    padding: 5px 25px;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff !important;
    background-color: #b06127 !important;
    float: left !important;
}

#form .fs-form-submit {
    clear: both !important;
    padding: 5px 25px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff !important;
    background-color: #b06127 !important;
    float: right !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

@media screen and (max-width: 767px) {
    #form .fs-page .fs-text-row {
        width: 96% !important;
        margin: 2%;
        padding-right: 0%;
        float: none;
    }

    #form .fs-page .fs-select-row {
        width: 96%;
        margin: 2%;
        padding-right: 0%;
        float: none;
    }

    #form .fs-page .fs-textarea-row {
        width: 96% !important;
        margin-top: 10px !important;
        margin: 2%;
        padding-right: 0%;
        float: none;
        margin-top: 0px;
    }
}

.tp-bannershadow.tp-shadow2 {
    display: none;
}

.rev_slider_wrapper {
    max-height: 400px !important;
}

.slider-wrapper {
    height: 570px;
}

.slider {
    width: 100%;
    height: 442px;
    background-color: #225378;
}

.slider.single-page,
.forcefullwidth_wrapper_tp_banner {
    clear: both;
}

.single-page {
    height: auto;
    padding: 200px 0 0 0;
    position: relative;
    margin-bottom: 20px;
}

.single-page h1 {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff !important;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.single-page:before {
    content: "";
    background: url(images/headings_top_shadow.png);
    width: 962px;
    height: 8px;
    margin: 0 0 0 -481px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.slider h2 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}

.slider h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.slider p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    width: 300px;
}

.slider-test {
    position: absolute;
    margin: 60px 0 0 0px;
    width: 360px;
}

/*CATEGORIES*/
#home_content {
    margin-top: 50px;
    max-width: 985px;
}

#home_categories p a {
    color: #202020;
    font-size: 1.5em;
}

@media screen and (max-width: 480px) {
    #home_categories p a {
        font-size: 1em;
    }
}

#home_categories a img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#home_categories a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#home_categories p {
    text-transform: uppercase;
}

/*#home_categories .top3 {
    width: 30%;
    float:left;
    margin-right: 5%;
}*/



#home_categories .bottom4 {
    float: left;
    margin: 2% 4% 0 0;
    width: 21%;
    border-top: 3px solid #e1e0dc;
}

#featured {
    padding-top: 3%;
}

#home_content #home_video {
    background-color: #F7F7F7;
    padding: 4%;
    border: 1px solid #EAEAEA;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#home_content #home_video p {
    font-size: 0.9em;
}

/*#home_video .video_about {
    float:left;
    width: 30%;
}
#home_video .video_right {
    float: right;
    width: 65%;
    text-align:right;
}*/

#home_logos {
    margin-top: 30px;
    text-align: center;
}


/****************************************** PRODUCTS *******************************************/
/*page navi*/
.wp-pagenavi .pages {
    margin-left: 0 !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 5px 3px 0 !important;
    margin: 2px 0 !important;
}

.term-description {
    padding-top: 20px;
    clear: both;
}

/*products per page*/
form.form-wppp-select.products-per-page:nth-last-child(1) {
    clear: right;
    margin-top: 10px;
}


/**
 * single product page
 */
body.single.single-product div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/shop_banner.jpg") no-repeat scroll center center / cover !important;
}

body.single .pp_hoverContainer {
    visibility: hidden;
}

body.single a.pp_next,
body.single a.pp_previous {
    width: 14%;
    visibility: visible;
}

.rll-youtube-player {
    clear: both;
}


/*main shop page*/
body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/shop_banner.jpg") no-repeat scroll center center / cover !important;
}

body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.page-description:nth-last-child(1) {
    display: none;
}

/*conference*/
body.archive.tax-product_cat.term-conference.term-11.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_conference_blue1.jpg") no-repeat scroll center center / cover !important;
}

/*cubicles*/
body.archive.tax-product_cat.term-cubicles.term-7.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/cubicles_banner.jpg") no-repeat scroll center center / cover !important;
}

/*body.archive.tax-product_cat.term-cubicles.term-7.woocommerce.woocommerce-page #container {
    margin-top: 400px;
}*/

/*WORKWALL*/
body.archive.tax-product_cat.term-work-wall.term-252.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/workwall_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*desks*/
body.archive.tax-product_cat.term-desks.term-8.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/desk_banner.jpg") no-repeat scroll center center / cover !important;
}

/*chairs*/
body.archive.tax-product_cat.term-chairs.term-9.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/chairs_product_banner2.jpg") no-repeat scroll center center / cover !important;
}

/*open plan*/
body.archive.tax-product_cat.term-open-plan.term-10.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_workstations_blue1.jpg") no-repeat scroll center center / cover !important;
}

/*tables*/
body.archive.tax-product_cat.term-tables.term-12.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/tables_banner.jpg") no-repeat scroll center top / cover !important;
}

/*reception*/
body.archive.tax-product_cat.term-reception.term-13.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/reception_lobby_blue.jpg") no-repeat scroll center center / cover !important;
}

/*more*/
body.archive.tax-product_cat.term-more.term-14.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/accessories_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*closeout*/
body.archive.tax-product_cat.term-closeout.term-15.woocommerce.woocommerce-page div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/closeout_banner.jpg") no-repeat scroll center bottom / cover !important;
}

body.archive div.slider.single-page h1,
body.page div.slider.single-page h1,
body.single.single-post div.slider.single-page h1,
body.search.search-results div.slider.single-page h1 {
    display: none;
    /*background: -moz-linear-gradient(left, rgba(102,102,102,0.3) 0%, rgba(204,204,204,0.2) 100%); /* FF3.6+
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,102,102,0.5)), color-stop(100%,rgba(204,204,204,0.14))); /* Chrome,Safari4+
    background: -webkit-linear-gradient(left, rgba(102,102,102,0.3) 0%,rgba(204,204,204,0.2) 100%); /* Chrome10+,Safari5.1+
    background: -o-linear-gradient(left, rgba(102,102,102,0.3) 0%,rgba(204,204,204,0.2) 100%); /* Opera 11.10+
    background: -ms-linear-gradient(left, rgba(102,102,102,0.3) 0%,rgba(204,204,204,0.2) 100%); /* IE10+
    background: linear-gradient(to right, rgba(102,102,102,0.3) 0%,rgba(204,204,204,0.2) 100%); /* W3C
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3333336', endColorstr='#24cccccc',GradientType=1 ); /* IE6-9
    background-color:rgba(102, 102, 102, 0.7);
    padding: 1%;
    text-align: center;
    width: 98%;
    font-size: 2em;
    border: 4px double #e1e0dc;

        border-radius:          15px 15px 0 0;
        -webkit-border-radius:  15px 15px 0 0;
        -o-border-radius:       15px 15px 0 0;
        -moz-border-radius:     15px 15px 0 0;
        -ms-border-radius:      15px 15px 0 0;*/
}

body.single.single-product div.slider.single-page h1 {
    display: none;
}

p.price {
    font-family: Helvetica, sans-serif !important;
}

.single-product .price {
    margin-top: 0;
}


/******** CUBICLES TAB *********/
#tab-specifications .column {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ccc;
}

#tab-specifications h3 {
    clear: both;
}

#tab-specifications p {
    font-size: 0.65em;
    font-weight: bold;
}

#tab-specifications .gray {
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    padding: 3% 7%;
}

#tab-specifications .white {
    border-top: 1px solid #ccc;
    padding: 3% 7%;
    min-height: 20px;
}

/*.product ul.tabs-menu li.specifications_tab, .product #tab-specifications {
    display: none;
}*/

.product-cat-cubicles ul.tabs-menu li.specifications_tab {
    display: block !important;
}

/*prodct archive
body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.slider.single-page h1 {
    width: 100%;
    text-shadow: 1px 1px 1px #000,
                 3px 3px 5px #1694b8;
}*/
body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.desc,
body.archive.tax-product_cat div.desc {
    display: none;
}

/*Single Product pages*/
body.single.single-product div.slider.single-page {
    padding: 30px 0;
    border: none;
}

body.single.single-product div.slider.single-page h1 {
    text-transform: uppercase;
}

/******************************************** CONTACT ******************************************/
/*directions*/
body.page.page-id-130.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/showroom2.jpg") no-repeat scroll center center / cover !important;
    padding: 100px 0 0;
}

body.page.page-id-130.page-template-default div.slider.single-page h1 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1%;
    text-align: center;
    width: 40%;
    display: inline-block;
}

#contact {
    width: 100%;
    padding: 0;
}

#contact .contact_left {
    float: left;
    width: 45%;
}

#contact .contact_right {
    float: right;
    width: 45%;
}

.raq_captcha {
    clear: both;
    background: #dcdcdc;
    padding: 2%;
    width: 30%;
    color: #000;
    font-size: 0.8em;
    margin-top: 15px;

    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact_captcha {
    background: #666;
    color: #fff;
    width: 50%;
    padding: 3%;

    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

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

h2.additional span {
    text-transform: none;
    font-weight: normal;
    font-size: 0.8em;
}

h3.form_category_title_cubicles,
h3.form_category_title_openplan,
h3.form_category_title_desks,
h3.form_category_title_conference,
h3.form_category_title_tables,
h3.form_category_title_chairs,
h3.form_category_title_workwall,
h3.form_category_title_reception,
h3.form_category_title_more {
    clear: both;
}

h2.additional:hover,
h3.form_category_title_cubicles:hover,
h3.form_category_title_openplan:hover,
h3.form_category_title_desks:hover,
h3.form_category_title_conference:hover,
h3.form_category_title_tables:hover,
h3.form_category_title_chairs:hover,
h3.form_category_title_workwall:hover,
h3.form_category_title_reception:hover,
h3.form_category_title_more:hover {
    text-decoration: underline;
    cursor: pointer;
}

.submit_now {
    float: right;
    width: 60%;
}

.category_right .raq {
    float: left;
    clear: left;
}

.category_right span.wpcf7-form-control-wrap {
    position: relative;
    float: right;
    width: 75%;
}

/*Blog comment form*/
.form-buttons {
    float: none;
    text-align: center;
    width: 100%;
}

.form-buttons input[type="button"],
.form-buttons input[type="submit"] {
    margin: 10px auto 0;
    float: none;
}

/**EMAIL US**/
#wpcf7-f1220-p1221-o1 {
    width: 80%;
    margin: 0 auto;
    background-color: #ccc;
    padding: 3%;
}

#wpcf7-f1220-p1221-o1 input[type="button"],
#wpcf7-f1220-p1221-o1 input[type="submit"] {
    float: none;
}

/******************************************** PRODUCT SUBMISSION PAGE ***********************************/
body.page.page-id-1288 .single-page,
body.page.page-id-1295 .single-page {
    padding: 50px 0 0 !important;
}

body.page.page-id-1288 .single-page h1,
body.page.page-id-1295 .single-page h1 {
    display: inline-block !important;
    padding: 10px 0;
}

body.page.page-id-1288 .breadcrumbs,
body.page.page-id-1295 .breadcrumbs,
body.page-template-tpl-home .breadcrumbs,
body.page-template-tpl-home-alt .breadcrumbs {
    display: none;
}

.productform_left {
    float: left;
    width: 45%;
}

.productform_right {
    float: right;
    width: 45%;
}

/******************************************** PAGES *****************************************/
body.archive #home_content {
    margin-top: 0px !important;
}

body.page.page-child.page-template-default div.slider.single-page,
body.page.page-parent.page-template-default div.slider.single-page,
body.archive.category div.slider.single-page,
body.single.single-post div.slider.single-page,
body.search.search-results div.slider.single-page {
    padding: 150px 0 0;
}

body.single.single-product div.slider.single-page {
    padding: 150px 0 0;
}

body.page div.main-wrapper.main-content.clearfix section.clearfix ol {
    padding-left: 40px;
}

/*services*/

body.page.page-id-50 .services {
    margin: 20px 0 40px 0;
}

/*blog posts*/
body.single.single-post.single-format-standard div.slider.single-page,
body.archive.date div.slider.single-page,
body.archive.tag div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/posts_banner.jpg") no-repeat scroll center bottom / cover !important;
}

body.single.single-post.single-format-standard li#archives {
    display: none;

}

.blog .blog-one-sidebar {
    float: right;
}

/*request a quote*/
body.page.page-id-132.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/quote_banner2.jpg") no-repeat scroll center center / cover !important;
}

#extensions_message {
    display: none;
}

input[type="checkbox"] {
    border-radius: 2px !important;
}

.page-id-132 .breadcrumbs,
.page-id-11547 .breadcrumbs {
    display: none;
}

.page-id-132 #notice-inline,
.page-id-11547 #notice-inline {
    display: none;
}



.gform_wrapper .left-half.blue-text .gform_fileupload_multifile .gform_drop_area {
    text-align: left;
}

.gform_wrapper .left-half.blue-text .gform_fileupload_multifile .gform_drop_area input[type="button"] {
    position: absolute;
    right: 20px;
    top: 0px;
    margin: 20px 0 !important;
}

@media (max-width: 768px) {
    #gform_wrapper_9 {
        margin-top: 130px;
    }
}

/**
 * Request A Quote Mobile Only: pages 132 & 11547
 */
.logo-and-nav .mobile-menu-new {
    display: none;
    margin: auto;
}

@media screen and (max-width: 959px) {
    .logo-and-nav .mobile-menu-new {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .page-id-132 #site-header,
    .page-id-11547 #site-header {
        height: 150px !important;
    }

    /*.page-id-132 #site-header .logo-and-nav,*/
    .page-id-11547 #site-header .logo-and-nav {
        display: none;
    }

    .page-id-132 .breadcrumbs,
    .page-id-11547 .breadcrumbs {
        display: none;
    }

    .page-id-132 h1,
    .page-id-11547 h1 {
        display: none;
    }

    .page-id-132 #site-footer .footer,
    .page-id-11547 #site-footer .footer {
        display: none;
    }

    .page-id-132 footer#site-footer,
    .page-id-11547 footer#site-footer {
        padding: 0;
    }

    .page-id-132 .slider.single-page,
    .page-id-11547 .slider.single-page {
        display: none;
    }

    #field_5_16,
    #field_9_16 {
        display: none;
    }

    .gform_wrapper .left-half.blue-text .gform_fileupload_multifile .gform_drop_area input[type="button"] {
        text-transform: none;
        width: auto !important;
    }
}

/* RAQ thank you page */
body.page.page-id-1646.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/quote_banner2.jpg") no-repeat scroll center center / cover !important;
}


/*email us*/
body.page.page-id-1221.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/blog_banner.jpg") no-repeat scroll center center / cover !important;
}

body.single.single-post div.slider.single-page h1 {
    width: 100%;
}

/*about us*/
body.page.page-id-56.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/showroom2.jpg") no-repeat scroll center center / cover !important;
}

/*blog*/
body.archive.category-blog.category-50 div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/blog_banner.jpg") no-repeat scroll center center / cover !important;
}

/*resources*/
body.page.page-id-54.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/tables_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*FAQ*/
body.page.page-id-104 div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/faq_banner.jpg") no-repeat scroll center center / cover !important;
}

/*furniture buying guide*/
body.page.page-id-108.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_blue_workstation.jpg") no-repeat scroll center top / cover !important;
}

/*404 page*/
body.page.page-id-1714.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_blue_workstation.jpg") no-repeat scroll center top / cover !important;
}

body.error404 div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_blue_workstation.jpg") no-repeat scroll center top / cover !important;
}

/*financing*/
body.page.page-id-112.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/quote_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*shipping delivery*/
body.page.page-id-114.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/delivery_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*services*/
body.page.page-id-50.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/services_banner.jpg") no-repeat scroll center top / cover !important;
}

/*design*/
body.page.page-id-98.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/design_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*delivery*/
body.page.page-id-100.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/delivery_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*installation*/
body.page.page-id-102.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/installation_banner.jpg") no-repeat scroll center top / cover !important;
}

/*refurnishing*/
body.page.page-id-118.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/refinishing_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*customer testimonials*/
body.page.page-id-128 div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/showroom2.jpg") no-repeat scroll center center / cover !important;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

/*meet our team*/
body.page.page-id-122.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/06/showroom2.jpg") no-repeat scroll center center / cover !important;
}

/*search results*/
body.search div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_conference_blue1.jpg") no-repeat scroll center center / cover !important;
}

/*privacy policy*/
body.page.page-id-232.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_conference_blue1.jpg") no-repeat scroll center center / cover !important;
}

/*site map*/
body.page.page-id-452.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/05/slide_conference_blue1.jpg") no-repeat scroll center center / cover !important;
}

/****************************************** FURNITURE BUYING GUIDE ***********************************/
#buying_guide h1 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    float: left;
    font-size: 1.8em;
    padding: 1% 2%;
    text-align: center;
    width: auto;
}

#buying_guide a.button.large {
    float: right;
    margin-top: 3%;
}

#buying_guide .guideinfo {
    padding: 3%;
    opacity: 0.8;
    margin: 2% 0;
}

#buying_guide #cubicles {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/cubicles_banner.jpg") no-repeat scroll center bottom / cover !important;
}

#buying_guide #desks {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/desk_banner.jpg") no-repeat scroll center center / cover !important;
}

#buying_guide #chairs {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/chairs_banner.jpg") no-repeat scroll center bottom / cover !important;
}

#buying_guide #conference {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/conference_banner.jpg") no-repeat scroll center bottom / cover !important;
}

#buying_guide #workstations {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/workstation_banner.jpg") no-repeat scroll center bottom / cover !important;
}

#buying_guide #reception {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/reception_banner.jpg") no-repeat scroll center bottom / cover !important;
}

#buying_guide #tables {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/tables_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/***INDIVIDUAL BUYING GUIDE PAGES***/
/*conference*/
body.page.page-id-410.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/conference_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*cubicles*/
body.page.page-id-398.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/cubicles_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*desks*/
body.page.page-id-408.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/desk_banner.jpg") no-repeat scroll center center / cover !important;
}

/*chairs*/
body.page.page-id-413.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/chairs_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*workstations*/
body.page.page-id-415.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/workstation_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*tables*/
body.page.page-id-417.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/tables_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*reception*/
body.page.page-id-421.page-template-default div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/reception_banner.jpg") no-repeat scroll center bottom / cover !important;
}

/*thank you form submission page*/
body.page.page-id-171 div.slider.single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/04/chairs_banner.jpg") no-repeat scroll center bottom / cover !important;
}



/**************************************** PRODUCT FEATURED IMAGES ************************************************/
body.archive .cubicles_ad {
    width: 100%;
    padding: 3%;
    background-color: #e1e0dc;
}

.cubicles_ad img {
    float: left;
    margin: 0 0 0 2%;
}

.cubicles_ad h3 {}

/**************************************** REQUEST A QUOTE - CUSTOM FORM ******************************************/
.form_category {
    float: left;
    width: 46%;
    border-top: 10px solid #e1e0dc;
    margin: 0 4% 2% 2%;
}

.form_category p {
    font-weight: bold;
    margin: 0 5px;
}

.form_category p.details,
.full_width p.details {
    font-weight: normal;
    color: #ccc;
    font-size: 0.8em;
    margin-top: 0;
}

.form_category:nth-child(2n+1) {
    margin-left: 0;
}

.form_category textarea,
.form_category input[type="text"],
.form_category input[type="email"],
.form_category select {
    border: 1px solid #6F6F6F !important;
    margin: 10px 0 15px 0;
}

input[type="tel"] {
    width: 100%;
}

.category_left {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.category_left p {
    margin: 10px 0;
}

.category_right {
    float: right;
    width: 45%;
}

.full_width {
    clear: both;
    border-top: 10px solid rgb(0, 149, 186);
    /*margin-bottom: 3%;*/
}

.full_width textarea,
.full_width input[type="text"],
.full_width input[type="email"],
.full_width select {
    border: 1px solid #6F6F6F !important;
}

.full_width p {
    font-size: 0.85em;
}

/*.full_width h2 {
    margin-top:10px;
}*/

input[type="button"],
input[type="submit"] {
    clear: both;
    float: left;
    background: #e1e0dc;
    padding: 20px;
    color: #fff;
    margin: 20px 0;
    width: 30%;
    text-transform: uppercase;
    border: none;
    font-size: 1em;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    pointer: cursor;
    background: #444444;
}

.full_width input[type="text"] {
    margin-bottom: 0;
}

.full_width input#phone {
    border: 1px solid #6F6F6F !important;
    width: 100% !important;
}

input.wpcf7-captchar {
    width: 100%;
}

/* Iconstrip shortcode */
a.icon {
    width: 100%;
    text-align: center;
}

a.icon:hover .icon-hover {
    opacity: 1;
}

a.icon h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 29px 0 21px 0;
}

a.icon p {
    line-height: 25px;
}

a.icon .wrapper.none {
    display: block;
    text-align: center;
    width: 100%;
}

a.icon .wrapper.none img {
    text-align: center;
}

a.icon .wrapper.default,
a.icon .wrapper.circle,
.icon-hover,
a.icon .wrapper.square,
a.icon .wrapper.diamond {
    width: 83px;
    height: 90px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

a.icon .icon-image {
    display: block;
    width: 83px;
    height: 78px;
    position: relative;
    z-index: 2;
}

a.icon .wrapper.default .icon-over {
    background: url(images/tear.png);
    width: 86px;
    height: 95px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
}

a.icon .wrapper.square .icon-over {
    background: url(images/square.png);
    width: 86px;
    height: 95px;
    position: absolute;
    top: -1px;
    left: -2px;
    z-index: 3;
}

a.icon .wrapper.diamond .icon-over {
    background: url(images/diamond.png);
    width: 86px;
    height: 95px;
    position: absolute;
    top: -1px;
    left: -2px;
    z-index: 3;
}

a.icon .wrapper.circle .icon-over {
    background: url(images/circle.png);
    width: 86px;
    height: 95px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
}

/*page title*/

h1.page-title {
    margin: 0 !important;
}

/* Breadcrumbs */
.breadcrumbs {
    width: 100%;
    text-align: right;
    margin: 0 0 20px 0;
    float: right;
    display: none;
}

.breadcrumbs a {
    color: #000000;
    font-size: 12px;
}

.breadcrumbs a:hover {
    color: #8e8e8e;
}

.breadcrumbs-arrow,
.box .next,
.box .previous {
    vertical-align: middle;
    margin: 0 14px;
}


.box .previous {
    margin: 0 14px 0 0;
}

/*.box, .woocommerce_ordering, .navigation, .actions, .wp-pagenavi, .woocommerce_info, #payment, .price_slider_amount, form.login, form.register {
    payment: 100%;
    padding: 18px 0;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
}*/

.woocommerce_ordering {
    border: none;
    background-color: #fff;
}

#filters,
.portfolio-pagination div {
    margin: 0 20px;
}

#filters li {
    float: left;
    list-style: none;
}

.share-this {
    padding-left: 0;
    line-height: 50px;
    float: right;
    width: 50%;
}

.share-this .st_facebook_hcount,
.st_twitter_hcount,
.st_pinterest_hcount {
    display: none;
}

.box a {
    cursor: pointer;
}

.box a,
.box span {
    color: #000;
}

#filters li a:hover,
.portfolio-pagination a:hover {
    color: #8e8e8e;
}

#filters a.selected-filter,
.portfolio-pagination a.selected-link {
    cursor: default;
}

.portfolio-filter {
    margin: -5px 0 0 0;
}

.portfolio-pagination {
    margin: 66px 0 0 0;
}

/* Portfolio page */
.recent-projects {
    margin-left: -10px;
}

.portfolio-wrapper {
    width: 960px;
}

.portfolio li:hover .portfolio-hover {
    height: auto;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 54px;
}

.portfolio h3,
.gallery-caption {
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-hover {
    cursor: default;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    width: 100%;
    transition: opacity 0.3s, top 0.2s;
    -moz-transition: opacity 0.3s, top 0.2s;
    -webkit-transition: opacity 0.3s, top 0.2s;
    -o-transition: opacity 0.3s, top 0.2s;
}

.portfolio .portfolio-hover:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fff;
    border-style: solid;
    border-width: 19px;
    width: 0;
    height: 0;
}

.portfolio .portfolio-hover h3 a {
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0px 17px 0 17px;
}

.portfolio li.three-column .portfolio-hover p {
    height: 100px;
    overflow: hidden;
}

.portfolio li.two-column .portfolio-hover p {
    height: 195px;
    overflow: hidden;
}

.portfolio .portfolio-hover p {
    font-size: 11px;
    margin: 0 17px 20px 17px;
    height: 40px;
    overflow: hidden;
}

.portfolio .portfolio-hover .enlarge,
.portfolio .portfolio-hover .open,
.product-image-holder .enlarge,
.product-image-holder .open {
    width: 38px;
    height: 38px;
    display: block;
    float: left;
    position: relative;
}

.portfolio .portfolio-hover a:hover:after {
    opacity: 0.6;
}

.portfolio .portfolio-hover .open,
.product-image-holder .open {
    margin: 0 0 0 1px;
}

.portfolio .portfolio-hover .open:after,
.product-image-holder .open:after {
    content: url(images/open.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
}

.portfolio .portfolio-hover .enlarge:after,
.product-image-holder .enlarge:after {
    content: url(images/enlarge.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -8px;
}

.portfolio li.four-column,
.portfolio li.three-column,
.portfolio li.two-column {
    display: none;
}

.portfolio li.four-column.page-1,
.portfolio li.three-column.page-1,
.portfolio li.two-column.page-1 {
    display: block;
}

.portfolio li {
    float: left;
    list-style: none;
    position: relative;
}

.portfolio li.four-column {
    width: 220px;
    height: 202px;
    margin: 61px 10px 0 10px;
}

.portfolio li.four-column img {
    width: 220px;
    height: 164px;
}

.portfolio li.three-column {
    width: 300px;
    height: 262px;
    margin: 61px 10px 0 10px;
}

.portfolio li.three-column img {
    width: 300px;
    height: 220px;
}

.portfolio li.two-column {
    width: 460px;
    height: 362px;
    margin: 61px 10px 0 10px;
}

.portfolio li.two-column img {
    width: 460px;
    height: 320px;
}

.portfolio-responsive img {
    display: none;
}

/* Portfolio single content */
.portfolio-content,
.portfolio-image {
    float: left;
}

.portfolio-image {
    width: 649px;
}

.portfolio-image .portfolio-image-single {
    display: none;
}

.portfolio-controls,
.blog-loop-controls,
.slider-short-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin: -24px 0 0 0;
}

.portfolio-current-image:hover .left-portfolio,
.portfolio-current-image:hover .right-portfolio,
.wp-post-image:hover .left-blog-control,
.wp-post-image:hover .right-blog-control,
.slider-short:hover .slider-short-left-control,
.slider-short:hover .slider-short-right-control {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.portfolio-current-image:hover .left-portfolio:hover,
.portfolio-current-image:hover .right-portfolio:hover,
.wp-post-image:hover .right-blog-control:hover,
.wp-post-image:hover .left-blog-control:hover,
.slider-short:hover .slider-short-left-control:hover,
.slider-short:hover .slider-short-right-control:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.left-portfolio,
.right-portfolio,
.left-blog-control,
.right-blog-control,
.slider-short-left-control,
.slider-short-right-control {
    cursor: pointer;
    display: block;
    width: 62px;
    height: 49px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.left-portfolio,
.left-blog-control,
.slider-short-left-control {
    float: left;
    background: url(images/image_previous_arrow.png);
}

.right-portfolio,
.right-blog-control,
.slider-short-right-control {
    background: url(images/image_next_arrow.png);
    float: right;
}

.portfolio-image .portfolio-current-image {
    display: block;
    width: 649px;
    height: auto;
    position: relative;
}

.portfolio-image .thumbnail {
    float: left;
    margin: 16px 16px 0 0;
    line-height: 0;
}

.portfolio-image .thumbnail:nth-of-type(5n) {
    margin: 16px 0 0 0;
}

#selected-thumbnail {
    position: relative;
    cursor: default;
}

#selected-thumbnail:before {
    content: url(images/portfolio_selected_bullet.png);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -15px 0 0 -5px;
}

.thumbnail {
    cursor: pointer;
    position: relative;
}

.portfolio-thumbnails-hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 117px;
    height: 117px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.thumbnail:hover .portfolio-thumbnails-hover,
#selected-thumbnail .portfolio-thumbnails-hover {
    opacity: .57;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
}

.portfolio-content {
    width: 258px;
    padding: -20px 0 0 0;
    margin: 0 0 0 33px;
    line-height: 22px;
}

.portfolio-content h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
}

.portfolio-content h3:first-child,
.portfolio-content p:first-child {
    margin-top: 0 !important;
}

.portfolio-content ul {
    margin: 0 0 0 20px;
}

.portfolio-content li {
    list-style: url(images/bullet_check.png);
    padding: 0 10px;
    line-height: 30px;
}

/* Blog */
ul.page-numbers {
    padding: 0 0 20px 5px;
}

ul.page-numbers li {
    list-style: none;
    float: left;
}

ul.page-numbers li a:hover {
    color: #8E8E8E;
}

ul.page-numbers li .current {
    cursor: default;
}

ul.page-numbers li:after {
    content: "/";
    margin: 0 10px;
}

ul.page-numbers li:last-of-type:after,
ul.page-numbers li.last-pagination:after {
    content: "";
    margin: 0;
}

ul.page-numbers .next {
    margin: 0;
}

.blog {
    position: relative;
}

.blog .blog-main img {
    max-width: 100%;
}

.blog-full-view .blog-main img {
    max-width: 100%;
}

.post-date-comments {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

section.blog-full-view .post-date-comments {
    top: 42px;
}

.post-date-comments div,
.post-date-comments3 div {
    color: #fff;
    width: 71px;
    height: 57px;
}

.post-date-comments div .day-month,
.post-date-comments3 div .day-month {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 11px 0 0 0;
    line-height: 16px;
}

.post-date-comments div .year,
.post-date-comments3 div .year {
    margin: 0;
    font-size: 12px;
    text-align: center;
    display: block;
}

.comments-number {
    font-size: 16px;
    text-align: center;
    display: block;
}

a#scrollToComments:hover {
    color: #fff;
}

.comments-text {
    margin-top: -2px;
    font-size: 11px;
    text-align: center;
    display: block;
    line-height: 14px;
}

.post-date-comments a,
.post-date-comments3 a {
    position: relative;
    display: block;
    color: #fff;
    width: 71px;
    height: 45px;
    padding: 11px 0 0 0;
    display: none;
}

/* No image post */
.no-image-post {
    display: table;
    margin: 0 0 30px 0;
}

.no-image-post .post-date-comments3,
.no-image-post header {
    display: table-cell;
    vertical-align: middle
}

.no-image-post .post-date-comments3 {
    width: 170px;
}

.post-date-comments3 div {
    padding: 5px 0 0 0;
    height: 69px;
}

.post-date-comments3 a,
.post-date-comments3 div {
    float: left;
}

.post-date-comments a:after,
.post-date-comments3 a:after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0px;
    background: transparent;
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
}

.post-date-comments a:before,
.post-date-comments3 a:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 53px;
    height: 18px;
}

.blog h2 a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}

.blog h2.article-text-only a {
    margin: 0px 0 5px 0;
    display: block;
}

div.hr {
    border: 1px solid #ebebeb;
    border-style: solid none;
    height: 2px;
    margin: 50px 0 70px 0;
}

article div.hr {
    margin: 10px 0 70px 0;
}

.blog {
    line-height: 25px;
}

aside .sbg_title,
aside .widget-title {
    margin: 35px 0 21px 0;
}

aside li:first-child .sbg_title,
aside li:first-child .widget-title {
    margin-top: 0;
}

.prefooter #logo {
    margin: 0;
}

.blog footer {
    margin: 40px 0 0 0;
    color: #505050;
}

section .blog footer span {
    float: right;
}

.tags-author a,
.bypostauthor {
    color: #000;
}

.tags-author a:hover {
    color: #505050;
}

.tags-author,
.post-date-comments2 {
    color: #000;
    font-weight: normal;
    margin: 0 0 20px 0;

}

/*search results*/
body.search .post-date-comments2,
body.search .tags-author {
    display: none;
}

/*div.blog-main div.blog-more-content a {
    float: right;
    clear:both;
}*/


.blog-no-sidebar .tags-author {
    display: block;
    width: 100%;
}

.sticky {}

/* Sidebars */
.sidebar {
    width: 25%;
}

.sidebar-right,
.sidebar-two-right {
    float: right;

}

.sidebar-left,
.sidebar-two-left {
    float: left;
    margin: 0 5% 0 0;

}


.blog-two-sidebar article {
    width: 100%;
}

.blog .wp-post-image {
    position: relative;
}

.blog .wp-post-image img,
.blog .wp-post-image,
.blog .wp-caption,
.single .wp-caption {
    max-width: 100%;
    width: auto;
    height: auto;
}

.blog-four-column .video-wrapper,
.blog-three-column .video-wrapper,
.blog-two-column .video-wrapper {
    padding: 0 0 8px 0;
}

.blog-no-sidebar .video-wrapper iframe,
.blog-no-sidebar .video-wrapper {
    width: 495px;
    height: 337px;
    float: left;
    padding: 0 0 10px 0;
}

.blog-four-column .wp-post-image img,
.blog-four-column .blog .wp-post-image,
.blog-four-column .video-wrapper {
    height: 140px;
}

.blog-three-column .wp-post-image img,
.blog-three-column .blog .wp-post-image,
.blog-three-column .video-wrapper {
    height: 190px;
}

.blog-two-column .wp-post-image img,
.blog-two-column .blog .wp-post-image,
.blog-two-column .video-wrapper iframe,
.blog-two-column .video-wrapper {
    height: 337px;
}

.blog .wp-post-image img:first-of-type,
.blog .wp-post-image {
    display: block;
    margin: auto;
}

.sidebar-featured-posts {
    margin-left: 0;
}

.sidebar-featured-post {
    list-style: none;
    margin-bottom: 20px;
}

.sidebar-featured-blog {
    display: block;
    padding: 10px;
}

.sidebar-featured-blog.featured-blog img {
    height: auto;
    width: 100%;
}

.sidebar-featured-blog {
    border-radius: 15px;
}

/* Blog with two columns */
.blog-two-column article {
    width: 450px;
    float: left;
}

.blog-two-column article {
    padding-right: 40px;
}

.blog-two-column article:nth-of-type(2n) {
    padding: 0;
}

/* Blog with three columns */
.column-hr {
    width: 100%;
    height: 1px;
    float: left;
}

.blog-three-column article {
    width: 286px;
    float: left;
}

.blog-three-column article {
    padding-right: 41px;
}

.blog-three-column article:nth-of-type(3n) {
    padding: 0;
}

/* Blog with four columns */
.blog-four-column article {
    width: 212px;
    float: left;
}

.blog-four-column article {
    padding-right: 30px;
}

.blog-four-column article:nth-of-type(4n) {
    padding: 0 0 0 2px;
}

/* Blog with no sidebar */
.blog-no-sidebar .wp-post-image {
    width: 495px;
    height: 337px;
}

.blog-no-sidebar .blog-main {
    width: 390px;
    margin: 0 0 0 46px;
    float: right;
}

.blog-no-sidebar h2 {
    margin: 0 0 10px 0;
}

.tags-author {
    margin: 0 0 30px 0;
    float: left;
}

/* Social icons */
.addthis_toolbox {
    margin: 0 0 0 20px;
}

.addthis_button_tweet {
    width: 90px
}

.addthis_button_facebook_like iframe,
.addthis_button_facebook_like {
    width: 79px !important;
}

/* Blog with one sidebar */
.blog-one-sidebar {
    width: 70%;
    float: left;
}

/* Blog with two sidebars */
.blog-two-sidebar {
    width: 70%;
    float: right;
}

/* Classes for sidebar widgets */
aside li {
    list-style: none;
    padding-bottom: 3%;
}

aside h2,
aside h3 {
    font-size: 14px;
    margin-top: 0;
}

/* Sidebar search */
.screen-reader-text {
    display: none;
}

#searchform div {
    position: relative;
    float: right;
    clear: left;
    width: 100%;
}

#searchformtext {
    border: 1px solid #757677 !important;
    /*color:#fff !important;*/
    border-radius: 15px;
    width: 100%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    padding: 7px 10px;
}

input#searchformtext:focus::-webkit-input-placeholder {
    color: transparent;
}

input#searchformtext:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input#searchformtext:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input#searchformtext:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
input#s::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input#s:-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input#s::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input#s:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

#searchsubmit {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 33px;
    height: 23px;
    border: none;
    background: url(images/search.png);
    padding: 0;
    margin: 0;
    margin-right: 5px;
    max-width: 23px !important;
    margin-top: -4px;
}

/* Sidebar menu */
.sidebar-menu ul li {
    border: 1px solid #ebebeb;
    border-style: solid none none none;
}

.sidebar-menu ul li a.selected-link {
    margin-left: 5px;
}

.sidebar-menu ul li:first-of-type {
    border: none;
}

.menu-side-bar-custom-menu-container li a {
    color: #727271;
}

.menu-side-bar-custom-menu-container li.current-menu-item a {
    cursor: default;
}

/* Sidebar categories */
.cat-item,
.menu-side-bar-custom-menu-container li {
    margin: 0 0 0 5px;
    border: 1px solid #ebebeb;
    border-style: none none solid none;
}

.cat-item:last-of-type,
.menu-side-bar-custom-menu-container li:last-of-type {
    border: none;
}

.cat-item a:before,
.quotes article span:before,
.testimonial span:before,
.sidebar-menu ul a:before,
.menu-side-bar-custom-menu-container li a:before,
.price_slider_amount .button:before,
.cart_list-wrapper .button:before {
    content: url(images/bullet_arrow_small.png);
    margin: 0 10px 0 0;
}

#site-footer .cat-item a:before {
    display: none
}

.cat-item a,
.sidebar-menu ul li a,
.menu-side-bar-custom-menu-container li a {
    display: block;
    padding: 7px 0 6px 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#site-footer .cat-item a,
#site-footer .cat-item a:hover,
#site-footer .cat-item {
    margin: 0;
    padding: 0
}

.cat-item a:hover,
.sidebar-menu ul li a:hover,
.menu-side-bar-custom-menu-container li a:hover,
.menu-side-bar-custom-menu-container li.current-menu-item a {
    margin-left: 5px;
}

/* Single page blog */
.comment-number {
    margin: -15px 0 40px 0;
    position: relative;
}

.comment-number h4 {
    font-size: 16px;
    color: #454545;
    font-weight: 600;
    display: inline;
}

.comment-number h4#comment-number-first {
    background: #fff;
    height: 30px;
    padding: 0 0 0 2px;
    position: absolute;
    left: 0px;
    top: -31px;
}

.comment-number h3 {
    font-size: 20px;
    color: #454545;
    font-weight: 300;
    display: inline;
}

.comment {
    position: relative;
    margin: 0 0 21px 0;
    background: #f7f7f7;
    width: 100%;
    display: table;
}

.depth-2 {
    margin-left: 8%;
    width: 92%;
}

.depth-3,
.depth-4,
.depth-5,
.depth-6,
.depth-7,
.depth-8,
.depth-9,
.depth-10,
.depth-11,
.depth-12 {
    margin-left: 16%;
    width: 84%;
}

.depth-2:before,
.depth-3:before,
.depth-4:before,
.depth-5:before,
.depth-6:before,
.depth-7:before,
.depth-8:before,
.depth-9:before,
.depth-10:before,
.depth-11:before,
.depth-12:before {
    content: url(images/comment_arrow.png);
    position: absolute;
    top: 0px;
    left: -42px;
}

.comments-left-side,
.comments-right-side {
    display: table-cell;
}

.comments-left-side {
    width: 100px;
    padding: 18px 0 30px 15px;
}

.comments-right-side p {
    padding: 0 72px 0 0;
}

.comment-reply-link {
    color: #454545;
    margin: 40px 18px 14px 0;
    float: right;
}

.comment-reply-link:hover {
    color: #000;
}

.comment-reply-link:before {
    content: url(images/reply_arrow.png);
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.comment h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #454545;
}

.comment p {
    line-height: 27px;
}

.comment-meta {
    margin: -5px 0 0 0;
    text-align: center;
    font-size: 11px;
    position: relative;
    display: block;
    color: #fff;
    width: 48px;
    height: 42px;
    padding: 9px 0 0 0;
    line-height: 15px;
}

.comment-meta:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0px;
    background: transparent;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
}

.comment-meta:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 36px;
    height: 12px;
}

#comment-header,
#reply-title {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
    margin: 50px 0 35px 0;
}

.form-element-wrap {
    margin: 23px 0 0 0;
    width: 100%;
    position: relative;
}

.contact-form form-element-wrap:first-child {
    margin-top: 0
}

#comment-form,
.contact-form,
.comment-form-comment {
    padding: 0 0 0 48px;
    position: relative;
}

#comment-form:before,
.contact-form:before,
.comment-form-comment:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border: 1px solid #ebebeb;
    border-style: none solid;
    width: 2px;
    height: 100%;
}

.form-buttons {
    float: right;
    margin-bottom: 40px;
}

#content table.cart td.actions .coupon .input-text {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

textarea {
    max-width: 98%;
    width: 98%;
    padding: 1%;
    height: 182px;
    margin: 0 0 -5px 0;
}

textarea,
input[type="text"],
input[type="email"],
select,
.contact-form select,
table.cart td.actions .coupon .input-text,
#content table.cart td.actions .coupon .input-text,
#calc_shipping_country,
form .form-row input.input-text,
form .form-row textarea,
div.product form.cart .variations select,
#content div.product form.cart .variations select,
input[type="password"] {
    border: 1px solid #6F6F6F;
    /*outline: 1px solid #ccc !important;*/
    outline-offset: 0px;
}

input:focus,
textarea:focus,
isindex:focus,
keygen:focus,
select:focus {
    outline-offset: 0px;
}

section input[type="text"],
.contact-form textarea,
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form select,
form .form-row input.input-text,
form .form-row textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
input[type="email"],
input[type="tel"] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px;
    margin: 0;
    max-width: 100%;
    color: #727272;
}

select,
.calc_shipping_country {
    padding: 6px 10px;
    cursor: pointer;
}

section #submit {
    display: none !important;
}

/* Person */
.person {
    float: left;
    width: 25%;

}

.person h2 {
    font-size: 16px;
    display: inline;
}

.person h3 {
    font-size: 12px;
    display: inline;
    text-transform: none;
}

.person header {
    width: 90%;
    margin: 0 10% 0 0;
    position: relative;
}

.person .facebook {
    background: url(images/person_facebook.png) center no-repeat;
    width: 25px;
    height: 17px;
}

.person .twitter {
    background: url(images/person_twitter.png) center no-repeat;
    width: 25px;
    height: 16px;
}

.person .linkedin {
    background: url(images/person_linkedin.png) center no-repeat;
    width: 25px;
    height: 18px;
}

.person .facebook,
.person .twitter,
.person .linkedin {
    display: block;
    margin: 0 0 15px 0;
}

.person .person-social {
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
}

.person .person-social a:hover {
    opacity: .9;
}

.person img {
    width: 100%;
    background: #ccc;
    height: auto;
    margin: 0 0 15px 0;
}

/* Statement box */
.statement-box {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(236, 236, 236) none repeat scroll 0% 0%;
    border: 1px solid #d6d6d6;
    padding: 3%;
    margin: 3% 0;
    display: table;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;

}

.statement-box-left,
.statement-box-right {
    display: table-cell;
    vertical-align: middle;
}

.statement-box-left {
    width: 70%;
}

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

.statement-box h2 {
    font-size: 1em;
    text-transform: none;
    margin-top: 0;
}

.statement-box p {
    padding: 0;
    font-size: 12px;
}

#contact .statement-box {
    background: #f2f2f2;
    border: 2px solid #e8e8e8;
    margin-bottom: 10px;
}

#contact .statement-box p {
    width: 80%;
}

.statement-box button {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 50px;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 1px 1px 2px #888;
    -webkit-box-shadow: 1px 1px 2px 0px #888;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .14);

    text-shadow: rgba(0, 0, 0, .31) 0 -1px 1px;
}

.statement-box button:hover {
    cursor: pointer;
    opacity: 0.9;
}

/* Logo box */
.logo-box {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
}

.logo-box .logo {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 0;
    height: 100%;
}

.logo-box .logo a {
    display: block;
    height: 40px;
    margin: 0;
    padding: 40px 0 40px 0;
}

.logo-box .logo a img {
    vertical-align: middle;
}

.logo-box .logo a:hover {
    background: #eaeaea;
    ;
}

.logo-box.more .logo {
    width: 25%;
}


.logo-box .logo img {
    max-width: 70%;
    height: auto;
}

.logo-box .logo-box-row {
    display: table-row;
}

/* Quotes/testimonial */
.quotes article,
.testimonial {
    font-style: italic;
    display: none;
    padding: 0 0 0 24px;
    position: relative;
}

.quotes article:before {
    top: -10px;
    left: 0px;
}

.testimonial:before {
    content: url(images/quote.png);
    position: absolute;
    top: -10px;
    left: 0px;
}

.quotes article.quote-selected,
.testimonial {
    display: block;
}

.quotes article span,
.testimonial span {
    font-size: 11px;
    float: right;
    color: #c8c8c8;
    font-style: italic;
}

/* Tabs */
/*
.blog-one-sidebar .tabs-menu li {
    margin: 0 20px 0 0;
}

.blog-one-sidebar .tabs-menu li, .blog-one-sidebar .tabs-menu li.selected-tab-menu .tab-over {
    width: 100%;
    box-sizing: border-box;
    border-style: solid;
}

.blog-one-sidebar .tabs-menu li.selected-tab-menu .tab-over  {
    left: 0;
}

.blog-one-sidebar .tabs-menu li.selected-tab-menu:after  {
    height: 40px;
    right: 0;
    z-index: 8;
    border-style: none solid solid none;
}

.blog-one-sidebar .tabs-menu li.selected-tab-menu:before {
    top: -3px;
    right: 1px;
    z-index: 520;
    border-color: #F3F3F3 #F3F3F3 #838383 #838383;
}

.blog-one-sidebar .tabs-menu li:first-of-type.selected-tab-menu:before {
    right: 0px;
    z-index: 520;
    border-color: #fff #fff #838383 #838383;
}

.blog-one-sidebar .tabs-menu li.selected-tab-menu .tab-over:after {
    display: none;
}

.blog-one-sidebar .tabs-wrapper {
    border-style: none solid solid solid
}

.blog-one-sidebar .tabs-menu li.selected-tab-menu:after {
    display: none;
}
*/
/* Tabs shortcode */
.tabs-menu {
    width: 100%;
    margin: 0
}

.tabs-menu li {
    float: left;
    padding: 12px 39px;
    list-style: none;
    background: #f3f3f3;
    border: 1px solid #eaeaea;
    border-style: solid solid none none;
    text-align: center;
    color: #a8a8a8;
    font-size: 12px;
    position: relative;
}

.tabs .tabs-menu li {
    color: #a8a8a8 !important;
}

.tabs .tabs-menu li.reviews_tab {
    display: none !important;
}

.tabs-menu li:hover {
    cursor: pointer;
    color: #454545;
}

.tabs-menu li .tab-over {
    display: none;
}

.tabs-menu li.selected-tab-menu .tab-over {
    color: #454545;
    background: #fff;
    border: 1px solid #eaeaea;
    border-style: solid none none solid;
    padding: 15px 32px 12px 37px;
    position: absolute;
    top: -3px;
    left: -1px;
    z-index: 15;
    display: block;
}

.tabs-menu li.selected-tab-menu .tab-over:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -13px;
    background: #fff;
    width: 20px;
    height: 1px;
}

.tabs-menu li.selected-tab-menu:before {
    content: "";
    position: absolute;
    top: -3px;
    right: -4px;
    z-index: 19;
    background: none;
    padding: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #838383 #838383;
    border-style: solid;
    border-width: 7px;
}

.tabs-menu li.selected-tab-menu:after {
    content: "";
    position: absolute;
    top: 11px;
    right: -5px;
    z-index: 9;
    background: #fff;
    border: 1px solid #eaeaea;
    border-style: none solid none none;
    width: 22px;
    height: 60px;
}

.tabs-menu li:last-of-type.selected-tab-menu:before {
    border-color: #fff #fff #838383 #838383;
}

.tabs-menu li:first-of-type .tab-over {
    left: 0px;
}

.tabs-menu li:first-of-type {
    border-style: solid solid none solid;
}

.tabs-menu li.selected-tab-menu {
    border-style: solid none none none;
}

.tabs-wrapper {
    padding: 21px 15px;
    border: 1px solid #eaeaea;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 10;
}

.tab {
    display: none;
}

.tab .right {
    width: 50%;
}

.tab .left {
    line-height: 2em;
}

.tab:first-of-type {
    display: block;
}

#tab-description p {
    clear: both;
    padding-top: 10px;
}

#tab-description .clearfix {
    color: #fff;
}

#tab-description div.blank {
    display: none;
}

/* Popular/recent/comments widget */
aside .tabs {
    margin: 40px 0 0 0;
}

aside .tabs-menu li {
    padding: 3px 20px 3px 22px;
}

aside .tabs-menu li.selected-tab-menu:before {
    top: -3px;
    right: -1px;
    border-width: 6px;
    z-index: 300;
}

aside .tabs-menu li.selected-tab-menu:after {
    z-index: 300;
    top: 9px;
    right: -1px;
    height: 25px;
}

aside .tabs-menu li:first-of-type.selected-tab-menu .tab-over:after {
    right: -11px;
}

aside .tabs-menu li.selected-tab-menu .tab-over:after {
    right: -11px;
}

.popular .wp-post-image img,
.popular .wp-post-image,
.recent .wp-post-image img,
.recent .wp-post-image,
.comments-widget img {
    width: 48px;
    height: 48px;
}

aside .tabs-menu li:last-of-type.selected-tab-menu:before {
    border-color: #fff #fff #838383 #838383;
}

.popular-comments-tab,
.popular-comments-tab-hover {
    background: url(images/recent_comments.png) no-repeat;
    width: 18px;
    height: 16px;
    margin: 0 auto;
    margin-bottom: 4px;
}

.popular-comments-tab-hover {
    background: url(images/recent_comments.png) 0 16px;
}

aside .tabs-menu li {
    padding: 7px 20px 7px 22px;
}

aside .tabs-menu li:first-of-type {
    border-style: solid none none solid;
    padding: 7px 21px 7px 21px;
}

aside .tabs-menu li.selected-tab-menu:first-of-type {
    border-style: solid none none none;
}

aside .tabs-menu li:last-of-type {
    padding: 7px 21px 7px 21px;
}

aside .tabs-menu li.selected-tab-menu:last-of-type {
    padding: 7px 21px 7px 21px;
}

aside .tabs-menu li.selected-tab-menu .tab-over {
    padding: 7px 13px 10px 18px;
}

aside .tabs-menu li.comments-widget {
    padding: 7px 10px;
}

/* Popular posts */
aside .tab.popular .image,
aside .tab.recent .image,
aside .tab.comments-widget .image {
    float: left;
    margin: 0 10px 0 0;
}

aside .tab.popular p,
aside .tab.recent p {
    padding: 0;
    margin: 0 0 4px 0;
    height: 32px;
    overflow: hidden;
}

aside .tab.comments-widget p {
    padding: 0;
    margin: 0 0 4px 0;
}

aside .tab.popular .post:hover,
aside .tab.recent .post:hover,
aside .tab.comments-widget .post:hover {
    color: #454545;
}


aside .tab.popular .post,
aside .tab.recent .post,
aside .tab.comments-widget .post {
    font-size: 11px;
    border: 1px solid #ebebeb;
    border-style: none none solid none;
    padding: 20px 0;
    display: block;
    line-height: 16px;
}

aside .tab.comments-widget .comment-content {
    color: #c8c8c8;
}

aside .tab.popular .date,
aside .tab.recent .date {
    color: #c8c8c8;
    font-style: italic;
}

aside .tab.popular .post:first-of-type,
aside .tab.recent .post:first-of-type,
aside .tab.comments-widget .post:first-of-type {
    padding: 0 0 20px 0;
}

aside .tab.popular .post:last-of-type,
aside .tab.recent .post:last-of-type,
aside .tab.comments-widget .post:last-of-type {
    border: none;
    padding: 20px 0 0 0;
}

/* Alert shortcodes */
.alert {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 60px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
}

.alert-close {
    z-index: 9;
    cursor: pointer;
    background: url(images/alert_close.png);
    width: 8px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -4px 0 0 0;
}

.general {
    border: 1px solid #c7c7c7;
    background: url(images/alert_general.png) 10px center no-repeat;
    background-color: #f2f2f2;
}

.success,
.woocommerce-message {
    border: 1px solid #b6d5ac;
    background: url(images/alert_success.png) 10px center no-repeat;
    background-color: #e0ffcb;
}

.notice,
.woocommerce-info {
    border: 1px solid #ffad46;
    background: url(images/alert_notice.png) 10px center no-repeat;
    background-color: #ffddb2;
}

.error,
.woocommerce-error {
    border: 1px solid #ff9494;
    background: url(images/alert_error.png) 10px center no-repeat;
    background-color: #ffdcdc;
}

a.remove:hover {
    color: red;
}

.form-element-wrap .error {
    border: 1px solid #ff9494 !important;
    background: none;
    background-color: #ffdcdc;
}

.form-element-wrap .error-text {
    color: #ff9494;
    margin: 3px 0 -15px 0;
}

/* Accordion shortcode */
.accordion {
    position: relative;
}

.accordion-h3,
.accordion-closed .accordion-item-1 .accordion-h3 {
    padding: 0 0 10px 20px;
    margin: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-style: none none solid none;
    position: relative;
}

.accordion-h3:hover {
    color: #444;
    cursor: pointer;
}

.accordion-h3-selected,
.accordion-item-1 .accordion-h3 {
    border: none;
    padding: 0 0 10px 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.accordion-h3:before,
.accordion-closed .accordion-item-1 .accordion-h3:before {
    content: url(images/bullet_arrow_small_down.png);
    position: absolute;
    left: 2px;
    top: -1px;
}

.accordion-h3-selected:before,
.accordion-item-1 .accordion-h3:before {
    content: url(images/bullet_arrow_small.png);
    position: absolute;
    left: 2px;
    top: -1px;
}

.accordion .accordion-item {
    padding: 0 0 20px 0;
    /*border: 1px solid #ebebeb;
    border-style: none none solid none;*/
}

.accordion .accordion-item p {
    margin: 0px;
    padding: 0px;
}

.accordion .accordion-item ul,
.accordion .accordion-item ol,
.tab ul,
.tab ol {
    margin-left: 40px
}

.accordion .accordion-item .accordion-item-content {
    display: none;
}

.accordion .accordion-item-1 .accordion-item-content {
    display: block;
}

.accordion-closed .accordion-item-1 .accordion-item-content {
    display: none;
}

.accordion-closed .accordion-item-1 .accordion-h3 {
    color: #727272;
}

/* Pricing table */
.pricing-table {
    width: 100%;
}

.pricing-table-column:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 3px;
    z-index: 9;
    border: 1px solid #eee;
    border-style: solid none none solid;
    background: #f7f7f7;
    width: 100%;
    height: 3px;
}

.pricing-table-column-before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
    border: 1px solid #eee;
    border-style: none solid solid none;
    background: #f7f7f7;
    width: 2px;
    height: 100%;
}

.pricing-table-column {
    float: left;
    outline: 1px solid #f0f0f0;
    background: #fff;
    position: relative;
}

.pricing-columns-1 .pricing-table-column {
    width: 100%;
}

.pricing-columns-2 .pricing-table-column {
    width: 48%;
    margin: 0 4% 0 0;
}

.pricing-columns-3 .pricing-table-column {
    width: 30%;
    margin: 0 5% 0 0;
}

.pricing-columns-4 .pricing-table-column {
    width: 22%;
    margin: 0 4% 0 0;
}

.pricing-columns-5 .pricing-table-column {
    width: 18.2%;
    margin: 0 2.25% 0 0;
}

.pricing-table-column:last-child {
    margin: 0;
}

.pricing-table-title {
    color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.pricing-table-price {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 24px 0;
}

.pricing-table-price .currency {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 15px;
    left: 0px;
}

.pricing-table-price .price {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    padding: 0 0 0 15px;
}

.pricing-table-price .decimal {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
}

.pricing-table-row {
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
    color: #9a9a9a;
}

.pricing-table-row:nth-last-of-type(2n) {
    background: #fff;
}

.pricing-table-footer {
    padding: 40px 15px;
    text-align: center;
}

.pricing-table-footer a {
    display: inline-table;
    text-transform: uppercase;
    padding: 15px 50px;
    border: 0px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px #888;
    -webkit-box-shadow: 1px 1px 2px 0px #888;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .14);
    text-shadow: #0A456E 0 -1px 1px;
}

.pricing-table-footer a:hover {
    opacity: .9;
}

.pricing-columns-5 .pricing-table-column .pricing-table-footer a {
    display: block;
    width: 100%;
    padding: 7px 0;
}

/* Slider shortcode */
.slider-short {
    width: 100%;
    position: relative;
}

.slider-short img {
    width: 100%;
    height: auto;
}

.slider-short .slide {
    width: 100%;
    display: none;
}

.slider-short .slide:first-of-type {
    display: inline-block;
}

/* Footer */
.prefooter {
    padding-top: 20px;
    height: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.prefooter .col.one {
    float: left;
    width: 25%;
    padding: 2%;
    border-right: 1px solid #c2c2c2;
}

.prefooter .col.one p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
}

.prefooter .col.two {
    float: left;
    width: 68%;
    padding-left: 2%;
}

@media screen and (max-width: 950px) {
    .prefooter .col.one #logo {
        margin: 0px;
    }
}

@media screen and (max-width: 767px) {
    .prefooter .col.one {
        float: none;
        width: 96%;
        padding: 2%;
        border-right: none;
        border-bottom: 1px solid #c2c2c2;
    }

    .prefooter .col.two {
        float: none;
        width: 96%;
        padding-left: 2%;
    }
}

.prefooter .col.two .image {
    width: 49%;
    float: left;
    margin-top: 10px;
}

.prefooter .col.two .content {
    width: 49%;
    float: left;
    padding-left: 2%;
    margin-top: 10px;
}

.prefooter .col.two .content a {
    color: #000;
}

.prefooter .col.two .content p {
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
}

footer#site-footer {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 0px 0px 0px;
    background-color: #5b5b5b !important;
}

.footer .left {
    width: 75%;
    float: left;
    padding-bottom: 10px;
    margin-top: -5px;
}

.footer .left ul {
    margin: 0px;
}

.footer .left ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #868686;
    margin-top: 10px;
    line-height: 14px !important;
}

.footer .left ul li:last-child {
    border-right: none !important;
}

.footer .left ul li a {
    line-height: 14px;
}

.footer .right {
    width: 25%;
    float: left;
    padding-bottom: 10px;
    margin-top: -5px;
}

@media screen and (max-width: 600px) {
    .footer .right {
        width: 96%;
        margin-bottom: 50px;
        float: none;
        padding-bottom: 10px;
    }

    .footer .left {
        width: 96%;
        float: none;
        padding-bottom: 10px;
    }

    .prefooter .col.two .content {
        width: 96%;
        padding: 2%;
        display: block;
        margin: 0 auto;
    }

    .prefooter .col.two .image {
        width: 96%;
        padding: 2%;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.footer .right form input {
    background-color: #444444;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.footer .right form input#searchsubmit {
    background: url(images/searchicon.png);
    background-repeat: no-repeat;
    width: 23px;
    top: 6px;
    max-width: 23px !important;
}

.social .social-icons ul li,
.social-icons ul li {
    display: inline-block;
}

.footer p,
footer a,
.footer {
    color: #fff;

}

.footer p.contact {
    margin-top: 0;
    font-size: 0.945em;
    font-family: helvetica, sans-serif;
}


.footer ul#menu-footer {
    line-height: 1.8em;
}

.tweet_time {
    display: block;
    font-size: 11px;
    margin-bottom: 20px;
}

.footer p,
footer a,
.tweet_text {
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

footer#site-footer ul li,
#notice-inline .social-icons ul li {
    list-style: none;
}

footer#site-footer .footer .widget-container {
    padding-bottom: 50px;
}

footer#site-footer .footer ul.xoxo li#text-2 p {
    line-height: 1.5em;
    font-style: italic;
}

footer#site-footer input[type="text"] {
    outline: none !important
}

footer#site-footer ul li ul li {
    float: none
}

footer#site-footer .xoxo {
    float: left;
    width: 186px;
    margin: 10px 0 0 65px;
}

footer#site-footer .xoxo .xoxo {
    margin: 0;
}

footer#site-footer h3.widget-title {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
}

footer#site-footer .xoxo:first-of-type {
    margin: 10px 0 0 0;
}

footer#site-footer .xoxo .xoxo:first-of-type {
    margin: 0;
}

footer#site-footer .flickr-image img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    width: 46px !important;
    height: 46px !important;
    margin: 7px 10px 0 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

footer#site-footer .flickr-image img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

footer#site-footer .EnvooImages {
    margin: 5px 0 12px 0;
}

#thumbs {
    width: 179px;
    margin-top: 14px;
}

footer#site-footer .flickr-image:nth-of-type(3n) img {
    margin: 7px 0 0 0;
}

.social {
    height: 56px;
    width: 100%;
    margin: 0;
    background: #474748 !important;
    padding-bottom: 50px;
}

footer#site-footer .copyright {
    margin-top: 16px;
    float: left;
}

footer#site-footer .bottom_links ul {
    float: left;
    width: 50%;
    padding-top: 20px;
    color: #fff;
}

footer#site-footer .bottom_links ul li {
    display: inline;
    color: #fff;
    font-size: 10px;
}

.social-icons a img {
    background: none !important;
    padding: 5%;
    width: 100%;
}

.bottom_links {
    width: 60%;
    margin-top: 10px;
    float: left;
}

@media screen and (max-width: 767px) {
    .bottom_links {
        width: 96%;
        padding: 2%;
        margin-top: 10px;
        float: none;
    }

    footer#site-footer .social-icons {
        width: 96%;
        padding: 2%;
    }

    footer#site-footer .social-icons ul {
        margin: 0px;
    }

    .footer .left {
        margin-top: 0px;
        width: 100%;
    }

    .footer .right {
        margin-top: 0px;
        width: 100%;
    }

    .footer ul#menu-footer {
        text-align: center;
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 49px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(images/to_top.png) no-repeat left top;
    z-index: 999;
}

#toTopHover {
    width: 49px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

.patern-1 {
    background: url(images/patterns/patern1.png);
}

.patern-2 {
    background: url(images/patterns/patern2.png);
}

.patern-3 {
    background: url(images/patterns/patern3.png);
}

.patern-4 {
    background: url(images/patterns/patern4.png);
}

.patern-5 {
    background: url(images/patterns/patern5.png);
}

.patern-6 {
    background: url(images/patterns/patern6.png);
}

.patern-7 {
    background: url(images/patterns/patern7.png);
}

.patern-8 {
    background: url(images/patterns/patern8.png);
}

.patern-9 {
    background: url(images/patterns/patern9.png);
}

.body-boxed .boxed {
    width: 990px;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.responsive-on-demand,
.responsive-on-demand-selected {
    cursor: pointer;
    display: block;
    background: url(images/responsive_on_demand.png) center no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -11px;
    z-index: 9;
    opacity: .3;
    filter: alpha(opacity=30);
}

.responsive-on-demand-selected {
    background: url(images/responsive_on_demand_selected.png) center no-repeat;
}

.responsive-on-demand:hover,
.responsive-on-demand-selected:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Latest posts shortcode */
.latest-post {
    float: left;
    width: 220px;
    height: 400px;
    margin: 0 20px 0 0;
}

.latest-post .responsive {
    display: none
}

.latest-post h3 {
    font-weight: 600;
}

.latest-post:nth-of-type(4n) {
    margin: 0;
}

.latest-post .read-more {
    float: right;
    margin: 5px 0 15px 0;
}

.latest-post .subheading {
    color: #505050;
}

.latest-post .subheading strong {
    color: #000
}

.latest-post .no-image {
    margin-top: 0;
}

.latest-post .video {
    margin-top: 35px;
}

.latest-post .video-wrapper iframe {
    height: 165px;
}

/* Revolution slider */
.tp-rightarrow,
.tp-leftarrow,
.wooslider-direction-nav .wooslider-next,
.wooslider-direction-nav .wooslider-prev {
    width: 62px !important;
    height: 49px !important;
    margin-left: 0 !important;
}

.tp-rightarrow,
.wooslider-direction-nav .wooslider-next {
    background: url(images/slider_next_arrow.png) !important;
}

.tp-rightarrow:hover,
.wooslider-direction-nav .wooslider-next:hover {
    background: url(images/slider_next_arrow_hover.png) !important;
}

.tp-leftarrow,
.wooslider-direction-nav .wooslider-prev {
    background: url(images/slider_previous_arrow.png) !important;
}

.tp-leftarrow:hover,
.wooslider-direction-nav .wooslider-prev:hover {
    background: url(images/slider_previous_arrow_hover.png) !important;
}

.rev_slider_wrapper {
    /*min-height: 300px;*/
}

.rev_slider.fullwidthabanner:before {
    content: "";
    background: url(images/headings_top_shadow.png);
    width: 962px;
    height: 8px;
    margin: 0 0 0 -481px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 99998;
}

.tp-bullets.simplebullets.square-old .bullet {
    background: none;
}

.caption iframe {
    border: 0px !important;
}

/* WooSlider */
.wooslider {
    margin: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

body .wooslider .slide-content {
    margin: 0 !important;
    padding: 0 !important;
}

section ul li {
    padding: 0;
}

.list-arrow li {
    padding: 0 0 8px 8px;
}

.wooslider-direction-nav .wooslider-next {
    right: 0px !important;
}

.wooslider-direction-nav .wooslider-prev {
    left: 0px !important;
}

/* Gallery */
.gallery-item a {
    background: #000;
    display: block;
    position: relative;
}

.gallery-item a:before {
    content: url(images/enlarge.png);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    display: block;
    margin: -7px 0 0 -8px;
}

.gallery-item a:hover img {
    opacity: .3;
    filter: alpha(opacity=30);

}

.gallery-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

section .portfolio-wrapper ul {
    margin: 0
}

/* WooCommerce */




.price del .amount {
    font-size: 10px;
    color: #909090;
    font-family: helvetica, sans-serif;
}

.buttons {
    border-style: solid none none none;
}

.buttons a {
    padding: 2px 31px;
    float: left;
}

.buttons a.checkout {
    float: right;
}

/* WooCommerce shop (products) */

.children {
    margin-left: 10px;
}

div.banner_add {
    height: 297px;
    width: 220px;
    margin-bottom: 49px;
    float: right;
}


ul.products li.product,
.related ul.products li.product,
.related ul li.product {
    margin-bottom: 50px;
    float: left;
    clear: none;
    height: 405px;
    width: 31.5%;
    margin-right: 2.75%;
}

@media screen and (min-width: 768px) {

    ul.products li.product.col-4,
    .related ul.products li.product.col-4,
    .related ul li.product.col-4,
    ul.products li.product.last.col-4,
    .upsells.products ul li.product.last.col-4 {
        width: 23%;
        margin-right: 2%;
    }

    ul.products li.product.col-4:nth-of-type(3n),
    .upsells.products ul li.product.col-4:nth-of-type(3n) {
        margin-right: 2.66%;
    }

    ul.products li.product.last.col-4,
    .upsells.products ul li.product.last.col-4 {
        margin-right: 0;
    }
}

.blog-one-sidebar ul.products li.product,
.blog-one-sidebar .related ul.products li.product,
.blog-one-sidebar .related ul li.product {
    width: 210px;
}

ul.products li.product.last,
.upsells.products ul li.product.last {
    width: 31.5%;
    margin-right: 0;
}

.blog-one-sidebar ul.products li.product.last,
.blog-one-sidebar .upsells.products ul li.product.last {
    width: 211px;
    margin-right: 0;
}

.product-image-holder {
    text-align: center;
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.related .product-image-holder {
    height: 160px;
}

.product-image-holder.big-image {
    line-height: 0;
    padding: 0;
    height: auto !important
}

.product-image-holder.thumbnail-image {
    line-height: 0;
    width: auto !important;
    height: auto !important
}

.zoom {
    display: block;
    position: relative;
    text-align: left;
}

.zoom:after {
    content: "";
}

.product-image-holder-after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.product-image-holder:hover .product-image-holder-after,
.product-image-holder-after:hover {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.product-image-holder:hover .product-image-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product-image-hover {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin: -19px 0 0 -19px;
}

.product-image-holder-after:hover {
    opacity: 0.25;
}

.product-image-hover.both-active {
    margin: -19px 0 0 -38px;
}

.product-image-holder.big-image .product-image-hover,
.product-image-holder.thumbnail-image .product-image-hover {
    margin: -19px 0 0 -19px;
}

.archive .product-image-holder a img,
.archive .product-image-holder a:hover img,
.upsells.products ul.products li.product img,
.upsells.products ul li.product img {
    width: auto;
    max-width: 284px;
    height: 220px;
    max-height: 220px;
}


@media screen and (max-width: 480px) {

    ul.products li.product a img,
    ul.products li.product a:hover img,
    .related ul.products li.product img,
    .related ul li.product img,
    .upsells.products ul.products li.product img,
    .upsells.products ul li.product img {
        width: auto !important;
    }
}

.blog-one-sidebar ul.products li.product a img,
.blog-one-sidebar ul.products li.product a:hover img,
.blog-one-sidebar .related ul.products li.product img,
.blog-one-sidebar .related ul li.product img,
.blog-one-sidebar .upsells.products ul.products li.product img,
.blog-one-sidebar .upsells.products ul li.product img {
    width: auto;
    height: auto;
    max-width: 284px;
    max-height: 220px;
}

.product-image-holder {
    display: block;
    margin-bottom: 10px;
}

.sunline-sliding-cubicle .product-image-holder {
    margin-bottom: 5px;
}

ul.products li.product h3 {
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
    font-weight: 600;
    margin: 7px 0 5px 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 17px;
    height: 3em;
    /* height is 2x line-height, so two lines will display */
    white-space: normal;
}

ul.products li.product.sunline-sliding-cubicle h3 {
    height: 1.5em;
    margin-top: 0;
}

ul.products li.product .price {
    padding: 8px 11px;
    background: #f7f7f7;
    text-align: center;
    border: 1px solid #eaeaea;
    border-style: solid;
    border-radius: 3px;
    position: relative;
}

ul.products li.product .price {
    padding: 16px 11px 4px;
}

ul.products li.product.sunline-sliding-cubicle .price {
    padding: 15px 11px 0px;
    height: 30px;
}

.term-chairs ul.products li.product .price,
.term-lounge-furniture ul.products li.product .price,
.term-office-desks-for-sale ul.products li.product .price {
    padding: 10px 11px;
}

.price {
    font-size: 20px;
}

.price del {
    line-height: 0;
}

ul.products li.product .price span.amount {
    font-size: 20px;
    position: relative;
}

ul.products li.product .price del span.amount {
    font-size: 12px;
}

ul.products span.price span.amount {
    font-family: helvetica, sans-serif;
}

/*ul.products li.product .from {
    display: none;
}*/

.add_to_cart_button,
.product .button {
    -moz-box-sizing: border-box;
    margin: 10px auto 0;
    width: 100%;
    max-width: 160px;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}

.add_to_cart_button.loading {
    border: none !important;
}

a.button.added:before,
button.button.added:before,
input.button.added:before,
#respond input#submit.added:before,
#content input.button.added:before {
    background: url(images/check.png);
    top: 11px;
    right: 10px;
    width: 12px;
    height: 10px;
}

ul.products li.product .onsale {
    color: #fff;
    padding: 11px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 26px;
}

ul.products li.product .onsale:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 41px;
    height: 17px;
}

ul.products li.product .onsale:after {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 0;
    height: 0;
}

/** In Stock **
.product.purchasable .images .product-image-holder {
	position: relative;
}
.product.purchasable .images .product-image-holder::after {
	position: absolute;
	content: "IN STOCK";
	color: white;
	background: #0194bb;
	right: 0;
    bottom: 0;
    padding: 15px 10px;
}

/** Out of Stock **/
.product.outofstock .images .product-image-holder {
    position: relative;
}

.product.outofstock .images .product-image-holder::after {
    position: absolute;
    content: "ORDER";
    color: white;
    background: #0195bb;
    right: 0;
    bottom: 0;
    padding: 15px 10px;
}

.woocommerce_ordering select {
    margin-right: 20px;
}

.blog-one-sidebar .woocommerce_ordering {
    margin-bottom: 40px;
    height: 48px;
}

/*product page*/
/* div.product div.images, #content div.product div.images {
        float: none;
        width: 100%;
    }
    .thumbnails {
        float: none;
        clear:both;
        margin: 0;
        width: 100%;
    }
    .thumbnails a {
        margin: 0 10px 0 0;
        float: left;
    }
    .product-image-holder.big-image {
        float: none;
        width: 100%;
    }*/

/* WooCommerce single item page */
.thumbnails {
    margin: 12px 0 0 0;
}

.thumbnails a {
    display: block;
    float: left;
    margin: 0 18px 10px 0;
    padding: 0;
    max-width: 30%;
}

.thumbnails img {
    width: 100%;
    height: auto;
}

.blog-one-sidebar .thumbnails img {
    width: 94px;
    height: 77px;
}

.thumbnails a:nth-of-type(3n) {
    margin: 0 0 10px 0;
}

div.product div.summary,
#content div.product div.summary {
    float: right;
    width: 48%;
}

div.product div.summary,
#content div.product div.summary ul {
    margin-left: 30px;
}

div.product div.summary .cart {
    float: none;
    margin: 20px 0 30px 0
}

div.product div.summary .cart button {
    display: inline;
    margin-top: 0;
}

div.product .woocommerce_tabs,
#content div.product .woocommerce_tabs {
    clear: both;
}

div.product form.cart div.quantity,
#content div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.quantity,
#content .quantity {
    width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.quantity input.qty,
#content .quantity input.qty {
    height: 34px;
}

.quantity input.qty,
#content .quantity input.qty {
    width: 40px;
    height: 28px;
    float: left;
    padding: 0;
    text-align: center;
    border: 1px solid #C7C0C7;
    border-right: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 0 0 2px 0 #F7F6F7;
    -webkit-box-shadow: inset 0 0 2px 0 #F7F6F7;
    -moz-box-shadow: inset 0 0 2px 0 #f7f6f7;
    font-weight: bold;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.quantity .plus,
#content .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity .plus,
.quantity .minus,
#content .quantity .plus,
#content .quantity .minus {
    height: 19px !important;
}

.quantity .minus,
#content .quantity .minus {
    bottom: 0;
    right: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.quantity .plus,
.quantity .minus,
#content .quantity .plus,
#content .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: text-top;
    width: 20px;
    height: 15px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    line-height: 13px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #5E5E5E;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #C7C0C7;
    background: #F7F6F7;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F6F7), to(#DFDBDF));
    background: -webkit-linear-gradient(#F7F6F7, #DFDBDF);
    background: -moz-linear-gradient(center top, #F7F6F7 0%, #DFDBDF 100%);
    background: -moz-gradient(center top, #F7F6F7 0%, #DFDBDF 100%);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products {
    padding: 0;
    margin: 0;
    clear: both;
}

.product {
    /*position: relative;*/
    list-style: none;
    /*float: left;*/
}



.price {
    display: block;
}

div.product div.images img,
#content div.product div.images img,
.tabs li {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}

#content>.product>.onsale {
    display: block;
    color: white;
    position: absolute;
    z-index: 10;
    padding: 10px 24px;
    text-transform: uppercase;
}

div.product div.images,
#content div.product div.images {
    width: 48%;
    float: left
}

.blog-one-sidebar div.product div.images,
.blog-one-sidebar #content div.product div.images {
    width: 320px;
    float: left
}

.variations {
    width: 100%;
    margin-bottom: -20px !important
}

.product_meta,
.variations_form {
    margin: 39px 0 0 0;
    border: 1px solid #f5f5f5;
    border-style: solid none none none;
    padding: 10px 0 0 0;
}

.product_meta {
    padding: 22px 0 0 0;
}

.product_meta .sku_wrapper {
    display: none;
}

div.product form.cart .variations label,
#content div.product form.cart .variations label {
    font-weight: 400 !important;
    color: #505050;
    line-height: 30px;
}

.variations select,
.orderby,
select .wppp-select {
    padding: 4px;
    float: right;
    color: #727272;
    border-color: #cccccc;
}

form.form-wppp-select.products-per-page select.select.wppp-select {
    padding: 4px;
    margin-top: 8px;
    float: right;
    color: #727272;
    border-color: #cccccc;
}

.variations select {
    width: 80%;
}

.orderby {
    margin: 8px 0 0 0;
}

.variations td {
    padding: 25px 0 0 0;
}

.single_variation {
    padding: 40px 0 0 0;
}

.hentry button.button {
    padding: 11px 14px;
    width: auto !important;
    float: none !important;
}

.quantity input.qty,
#content .quantity input.qty {
    height: 34px;
}

.quantity .plus,
.quantity .minus,
#content .quantity .plus,
#content .quantity .minus {
    height: 18px;
}

div.product .woocommerce_tabs ul.tabs:before,
#content div.product .woocommerce_tabs ul.tabs:before {
    border-color: #eaeaea !important;
}

div.product .woocommerce_tabs ul.tabs li,
#content div.product .woocommerce_tabs ul.tabs li {
    padding: 5px 20px;
    border-radius: 0px;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background: -webkit-linear-gradient(#f3f3f3, #f3f3f3);
    background: -moz-linear-gradient(center top, #f3f3f3 0%, #f3f3f3 100%);
    background: -moz-gradient(center top, #f3f3f3 0%, #f3f3f3 100%);
}

div.product .woocommerce_tabs ul.tabs,
#content div.product .woocommerce_tabs ul.tab {
    padding: 0 0 0 5px !important;
}

div.product .woocommerce_tabs ul.tabs li:before,
#content div.product .woocommerce_tabs ul.tabs li:before,
div.product .woocommerce_tabs ul.tabs li::before,
div.product .woocommerce_tabs ul.tabs li:after,
#content div.product .woocommerce_tabs ul.tabs li:before,
#content div.product .woocommerce_tabs ul.tabs li:after {
    display: none;
}

div.product span.price ins,
div.product p.price ins,
#content div.product span.price ins,
#content div.product p.price ins {
    background: none;
}

.hentry .summary .price {
    padding: 15px 0;
    display: block;
}

.hentry .summary .amount {
    font-size: 25px;
    font-weight: 600;
}

.hentry .summary del {
    color: #727272 !important;
}

.hentry .summary del .amount {
    color: #727271 !important;
    margin: 0 10px 0 0;
    font-size: 13px;
}

.hentry .summary .from {
    margin: 0 15px 0 0;
}

h1.product_title {
    display: block;
    color: #0195bb !important;
    line-height: 18px;
    padding: 0px !important;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Pontano Sans", Arial, sans-serif;
    line-height: 25px;
    background-color: #fff !important;
    text-transform: uppercase;
}

.product_meta {
    display: block;
    margin: 0 0 20px 0;
    font-size: 0.8em;
}

ins {
    text-decoration: none
}

ins span.amount {
    font-family: helvetica, sans-serif;
}

.single_variation_wrap {
    height: 70px;
}

.variations_button {
    float: left;
}

.single_variation_wrap .price {
    float: right
}

.single_variation_wrap .single_add_to_cart_button {
    margin-top: 0;
}

.hentry {
    width: 100%;
}

.hentry .summary .single_variation_wrap .price {
    padding: 6px 0 0 0
}

/* Single product attributes */
.single-item-top {
    margin: 0 0 60px 0
}

table.shop_attributes th {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

table.shop_attributes {
    border-spacing: 0;
    border-top: 1px solid #f5f5f5;
}

table.shop_attributes td p {
    font-style: normal;
}

table.shop_attributes td {
    padding: 7px 0;
}

table.shop_attributes td {
    border-bottom: 1px solid #f5f5f5;
}

table.shop_attributes .alt td,
table.shop_attributes .alt th {
    background: #fcfcfc;
}

.tabs-wrapper.attributes {
    width: 100%;
    padding: 38px;
    margin: 0 0 40px 0;
}

.tabs-wrapper.attributes h2 {
    margin-top: 0
}

/* Single product comments */

ol.commentlist {
    margin: 0
}

#reviews #comments ol.commentlist li img {
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    margin: 18px 0 30px 15px;
}

#reviews #comments ol.commentlist li .comment-text {
    border: none;
}

.comment_container {
    background: #F7F7F7;
}

.comment-text {
    padding: 20px !important;
}

.add_review .button {
    float: right !important
}

/* Heading 2 fix  */
.woocommerce_tabs h2 {
    font-size: 17px;
}

.woocommerce_tabs h2 {
    margin: 25px 0 28px 0;
}

.related>h2,
.upsells h2,
.cross-sells h2 {
    margin: 20px 0 40px 0;
    width: 100%;
    clear: left;
}

.cross-sells h2 {
    font-size: 14px;
    margin: 30px 0;
}

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

.reset_variations {
    display: block;
    float: right;
    margin: 20px 0 0 0;
}

.variations .label {
    vertical-align: top
}

/* Cart page */
table.shop_table {
    width: 100%;
    border: none;
}

.shop_table th {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 13px;
    padding: 0 15px 20px 15px;
    border: 1px solid #f5f5f5;
    border-style: none none solid none;
}

.shop_table td,
.shop_table th {
    text-align: center;
}

.shop_table td.product-name,
.shop_table th.product-name {
    text-align: left
}

.shop_table .amount {
    color: #727272
}

table.shop_table img {
    width: 32px;
    height: 24px;
    margin: 5px 0 0 0;
}

.cart_table_item td.product-thumbnail {
    padding: 0 30px 0 20px
}

.cart-collaterals {
    margin: 35px 0 0 0
}

.cart-collaterals th {
    width: 120px;
    text-align: left;
}

.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
    padding: 15px 20px;
    border: 1px solid #fff;
    border-style: solid none;
}

.cart-collaterals .cart_totals tr.shipping td,
.cart-collaterals .cart_totals tr.shipping th {
    border: 1px solid #f5f5f5;
    border-style: solid none;
}

.cart_table_item,
.cart-subtotal,
.total {
    background: #fcfcfc
}

header .cart_table_item,
.cart-subtotal,
.total {
    background: none
}

.cart_table_item td,
.cart-subtotal td,
.cart-subtotal th,
.total td,
.shop_attributes tr td,
.shop_attributes tr th {
    padding: 12px 0;
    border: 1px solid #fff;
    border-style: solid none;
}

.cart_table_item:nth-of-type(2n) {
    background: #fff
}

.cart_table_item:nth-of-type(2n) td,
.shop_attributes tr:nth-of-type(2n) td,
.shop_attributes tr:nth-of-type(2n) th,
.my_account_orders .order:nth-of-type(2n) td {
    border: 1px solid #f5f5f5;
    border-style: solid none;
}

.actions {
    padding: 19px 14px !important;
}

#coupon_code {
    padding: 9px 12px;
    width: 176px;
}

.shop_table input[type="submit"] {
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.shop_table input[type="submit"] {
    float: right;
}

.coupon input[type="submit"] {
    float: left
}

table.cart td.actions .button.alt,
#content table.cart td.actions .button.alt {
    font-size: 12px;
}

.cart_totals table {
    border: 1px solid #f5f5f5;
    border-style: solid none;
    float: right;
}

.star-rating,
p.stars span {
    background: url(images/star.png) repeat-x left 0;
}

.comment-form-rating {
    margin: 20px 0 !important
}

p.stars span a:hover,
p.stars span a:focus {
    background: url(images/star.png) repeat-x left -16px;
}

.star-rating span,
p.stars span a.active {
    background: url(images/star.png) repeat-x left -32px;
}

p.stars span a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

#submit {
    float: right;
}

.comment-form-comment textarea#comment {
    height: 200px;
}

#reply-title {
    margin: 40px 0 0 0 !important;
    font-size: 17px;
}

/* Shop pagination */
.wp-pagenavi .pages {
    margin-left: 20px
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none !important;
}

/* Box restyle */
.actions input {}

.coupon {
    padding: 0 50px 0 0;
    float: left;
}

.coupon label,
.coupon input {
    float: left
}

.woocommerce_info,
#payment {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.woocommerce-message .button {
    margin: -6px 0 0 0;
    font-size: 12px;
    padding: 6px 15px;
    float: right
}

#payment p {
    margin-top: 5px
}

#payment li {
    padding: 0 0 10px 0;
}

#payment div.form-row {
    padding: 20px 0 0 0;
    border: none;
}

.shipping_address {
    width: 100%;
}

.cart_totals {
    width: 30%;
    float: right;
}

.shipping-calculator-form .form-row {
    margin: 0 0 12px 0;
}

.shipping_calculator {
    margin: 0;
    width: 40%;
    float: left;
}

.shipping_calculator .button {
    padding: 12px 20px;
    float: right;
    margin: 0 5px 20px 0;
}

.shipping_calculator h3 {
    text-align: left;
}

form .form-row input.input-text {
    width: 98%;
    margin: 0 2px;
}

#order_review_heading {
    clear: both;
    float: left;
    margin-top: 50px !important;
}

/* Remove styles - box shadow */
ul.cart_list li img,
ul.product_list_widget li img,
.cart_list-wrapper a.button,
.price_slider_amount .button,
.woocommerce-message .button,
.ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
#s {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}

/* Price filter widget */
.price_slider_wrapper {
    margin: 45px 0 0 0;
    position: relative;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    cursor: pointer;
    outline: none;
    top: -.3em;
}

.ui-slider-handle {
    transition: none;
    -webkit-transition: none;
    background: #535353 !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px !important;
    background: #cfcfcf !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.widget_price_filter li,
.widget_price_filter ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cart_list-wrapper .total .amount {
    font-size: 15px;
    float: right;
}

.price_slider_amount {
    height: 13px;
    margin: 20px 0 0 0;
}

.price_slider_amount .button,
.cart_list-wrapper .button,
.cart_list-wrapper .button:hover {
    float: left;
    line-height: 13px;
    padding: 0 0 0 15px;
    background: none !important;
}

.price_slider_amount .button {
    display: inline-block;
    background: #e1e0dc !important;
    color: white;
    padding: 8px 15px;
    margin-top: -8px;
}

.price_slider_amount .button:hover {
    background: green !important;
    padding: 8px 15px;
}

.price_slider_amount .button:before {
    content: 'Apply ';
    margin: 0;
}

.price_slider_wrapper input {
    display: none
}

.price_slider_amount .button {
    border: none;
}

.price_label {
    float: right;
    font-size: 12px;
    padding: 0 15px;
    line-height: 13px;
}

.price_slider_amount .button:after,
.cart_list-wrapper a.button:after {
    display: none;
}

.cart_list-wrapper a.button,
.cart_list-wrapper a.button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important;
    background: #fff !important;
    padding: 0;
    color: #727271 !important;
}

.widget_shopping_cart .total {
    background: none;
    border: none;
}

.cart_list-wrapper .button.checkout:hover {
    float: right;
}

del .amount {
    color: #727271 !important;
}

/* Filter not in sidebar */
.price-filter-outside {
    width: 250px;
    float: left;
}

.price-filter-outside .price_slider_wrapper {
    margin: 5px 0 0 20px;
}

.price-filter-outside .price_slider_amount {
    border: none;
    background: none;
    padding: 0;
}

.price-filter-outside .price_slider_amount .button,
.price-filter-outside .price_label {
    padding: 0
}

.woocommerce_ordering {
    margin-bottom: 20px;
    height: 40px;
}

/* Featured product widget */
.widget_featured_products a,
.product_list_widget a {
    display: block;
}

.widget_featured_products img,
.product_list_widget img {
    width: 50px;
    height: auto;
    float: right;
}

.widget_featured_products li,
.product_list_widget li {
    /*height: 45px;*/
}

/* Login widget */
.widget_login .widget-title {
    margin-bottom: 30px;
}

.widget_login #user_login,
.widget_login #user_pass {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
}

.widget_login label {
    display: block;
    margin: 0 0 10px 0;
}

.widget_login input[type="submit"] {
    float: left;
    padding: 3px 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.widget_login p>a {
    margin: 10px 0 0 0;
    float: right;
}

.widget_login {
    padding-bottom: 20px;
}

/* WooCommerce errors */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    padding: 10px 10px 10px 50px;
    margin: 0 0 20px 0;
}

.woocommerce-message {
    padding: 15px 10px 10px 50px;
    height: 25px;
}

.woocommerce-error li {
    list-style: none
}

#wpadminbar #adminbarsearch .adminbar-input {
    border: 0px !important;
    outline: 0px !important;
}

/* Checkout page */
.col-1,
.col-2 {
    float: left;
    width: 48%;
}

.col-2 {
    margin: 0 0 0 4%;
}

form .form-row {
    width: 100%;
}

form .form-row-first,
form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

form .form-row {
    padding: 6px 0;
    margin: 0 0 0 0;
}

form .form-row-last {
    margin: 0 0 0 5%;
}

.form-row:after {
    content: "";
    display: block;
    clear: both;
}

.payment_methods {
    list-style: none
}

.place-order .button {
    padding: 14px 30px !important;
    margin: 0;
    float: right
}

.palce-order .form-row {
    padding: 0;
    margin: 0
}

label img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}

#order_review .shop_table {
    margin: 0 0 60px 0;
    clear: both;
}

#order_review .shop_table td,
#order_review .shop_table th {
    padding: 14px 20px;
    text-align: left;
}

#order_review tr td,
#order_review tr th {
    border: none;
}

#order_review .shop_table tr:first-of-type th {
    border: 1px solid whiteSmoke;
    border-style: none none solid none;
}

#order_review .shop_table .total strong {
    font-size: 14px;
    font-weight: 700
}

/* Thank you page */
.order_details {
    font-size: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.order_details li {
    background: none;
}

/* Rating */
p.stars:after {
    content: "";
    display: block;
    clear: both;
}

.star-rating,
p.stars span {
    background: url(images/star.png) repeat-x left 0;
}

p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(../images/star.png) repeat-x left 0;
}

p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}

p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}

p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}

p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}

p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}

p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

.star-rating {
    float: right;
    width: 80px;
    height: 16px;
    background: url(../images/star.png) repeat-x left 0;
}

.product-rating .star-rating {
    float: none;
    margin: 0 0 20px 0
}

.product .desc {
    /*min-height: 50px;*/
    margin: 0 0 20px 0;
    display: none !important;
}

.star-rating span {
    background: url(../images/star.png) repeat-x left -32px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left;
}

.star-rating span,
p.stars span a.active {
    background: url(images/star.png) repeat-x left -32px;
}

.star-rating,
p.stars span {
    background: url(images/star.png) repeat-x left 0;
}

p.stars span a:hover,
p.stars span a:focus {
    background: url(images/star.png) repeat-x left -16px;
}

.comment-text {
    float: right;
    width: 700px;
}

.blog-one-sidebar .comment-text {
    width: 300px;
}

.comment-text .meta {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    float: left;
    clear: both;
    margin: -13px 0 0 0;
}

.comment-text .description {
    width: 100%;
    float: left;
}

.shop_attributes {
    margin: 30px 0 0 0;
    width: 100%;
}

.shop_attributes tr td,
.shop_attributes tr th {
    padding: 2px 0
}

.shop_attributes tr th {
    text-align: left;
    padding: 17px 0 17px 20px;
    width: 40%;
}

/* Footer widgets */
#site-footer .product_list_widget,
.product_list_widget {
    clear: left
}

#site-footer .product_list_widget img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 4px 20px 0 0
}

#site-footer .product_list_widget li {
    line-height: 17px;
    border: none;
    clear: both;
}

#site-footer .product_list_widget a {
    display: block;
    line-height: 22px;
}

#wp-submit {
    padding: 7px 15px
}

/* WooCommerce login */
form.login .button,
form.register .button {
    padding: 0;
    float: left;
}

form.login .lost_password {
    margin: 0 0 0 20px;
    padding: 14px 25px;
    height: auto;
    line-height: 14px;
    font-size: 14px;
    display: block;
}

form.login .lost_password {
    display: block;
}

form.login .button input[type="submit"],
form.register .button input[type="submit"] {
    padding: 14px 25px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

form.login input:after,
form.register input:after {
    display: none !important
}

form.register input[type="submit"],
form.login input[type="submit"] {
    background: none;
}

form.login,
form.register {
    padding: 20px 25px 0 25px;
    height: 260px;
}

form.login label,
form.register label {
    display: block;
    margin: 0 0 13px 0;
}

form.login .button {
    margin: 100px 15px 0 0;
}

form.register .button {
    margin: 23px 0 0 0;
}

#commentform #submit {
    width: 200px;
    padding: 7px 10px;
    margin: 0 0 0 20px
}

.customer_details dd {
    margin: 0 0 15px 0;
}

.customer_details dt {
    font-weight: bold;
}

table.order_details {
    margin: 30px 0 50px 0
}

.order_details tfoot th,
.order_details tfoot td,
.order_table_item tr,
.order_table_item td {
    padding: 15px 10px
}

.order_details tfoot th,
.order_details tfoot td {
    color: #999;
    background: #FCFCFC;
    text-align: left
}

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

.payment {
    margin: 0 0 30px 0
}

/* My account page */
.my_account_orders {
    border-collapse: collapse;
}

.my_account_orders th,
.my_account_orders td {
    text-align: left;
    padding: 10px 20px
}

.my_account_orders .order-number {
    width: 200px;
}

.pricing-table-row,
.my_account_orders .order:nth-of-type(2n) td {
    background: #f7f7f7;
}

.update_totals_on_change label {
    display: block;
}

.button {
    position: relative;
}

.button.loading {
    opacity: 0.3;
}

.button.added:before {
    content: "";
    background: url(images/check.png);
    position: absolute;
    top: 14px !important;
    right: 10px;
}

.shipping-calculator-form .form-row {
    margin: 0;
    width: 100%;
    display: block;
    float: none;
}

.pricing-table-column .price {
    display: inline
}

.EnvooMostPopular {
    line-height: 20px
}

.faq {
    margin: 20px 0 0 0
}

.faq-filter-wrapper {
    margin: 7px 0 0 0;
}

.faq li {
    margin: 0;
    width: 100%;
    height: auto;
    float: none;
    list-style: none;
}

.faq li .accordion {
    display: block;
    float: none
}

.shop_table .variation dt,
.shop_table .variation dd {
    display: inline;
}

.shop_table .variation dd {
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0;
}

section>.checkout_coupon .form-row {
    margin: 0;
    padding: 0;
    width: auto
}

section>.checkout_coupon .form-row input[type="submit"] {
    margin-top: 7px
}

.reset_variations {
    clear: both
}

/* WP-Members plugin fix */

#wpmem_login fieldset,
#wpmem_reg fieldset {
    margin-left: 25px;
}

#wpmem_login input[type="password"],
#wpmem_login input[type="text"],
#wpmem_reg input[type="text"] {
    padding: 15px 10px !important
}

#wpmem_login input[type="submit"] {
    margin: -9px 20px 0 20px;
    padding: 5px 20px;
    float: right;
}

#wpmem_reg input[type="submit"] {
    padding: 3px 20px;
    margin: 2px 20px 0 20px;
    float: right;
}

/* WooCommerce 2.0 Release candidate fixes */

.woocommerce-result-count,
.added_to_cart,
.woocommerce-product-rating {
    float: left;
}

.product .product-rating .star-rating {
    display: block;
}

iframe {
    max-width: 100%
}

.product-image-holder img {
    display: inline;
    float: none;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/* Featured slider shortcode */

.featured-slider-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 23px 17px 23px;
    width: 623px;
    height: 225px;
    overflow: hidden;
    float: left;
}

.featured-slider {
    width: 2000px;

    -webkit-transition: margin .4s ease-in-out;
    -moz-transition: margin .4s ease-in-out;
    -ms-transition: margin .4s ease-in-out;
    -o-transition: margin .4s ease-in-out;
    transition: margin .4s ease-in-out;
}

ul.products.featured-slider li.product {
    border: 1px solid #f7f7f7;
    display: inline-block;
    cursor: pointer;
    width: 174px;
    padding: 5px;

    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.featured-slider li.selected,
.featured-slider li:hover {
    background: #fff;
    border: 1px solid #eaeaea !important;
}

.featured-slider .price {
    margin-top: 15px;
}

.featured-slider-right {
    float: right;
    margin-right: 20px;
}

.featured-slider-right h2 {
    font-size: 18px;
    width: 260px;
}

.featured-slider-right button {
    cursor: pointer;
    width: 6px;
    height: 11px;
    padding: 0;
    float: left;
    margin: 22px 0 0 0;
}

.featured-slider-right .btn-left {
    background: url(images/arrows_carros.png);
}

.featured-slider-right .btn-right {
    background: url(images/arrows_carros.png) 6px;
    margin: 22px 16px 0 16px;
}

.featured-slider-right .description {
    width: 260px;
}

.featured-slider-outer.box span,
.featured-slider-outer.box del {
    color: #727272;
}

.featured-slider-outer.box a:hover {
    opacity: .7;
}




/* Sticky Menu */

.sticky-menu {
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 50px;
}

.sticky-menu #access {
    margin: 0;
    float: left;
}

.sticky-menu #logo {
    margin: 15px 20px 0 0;
}

.sticky-menu #logo img {
    height: 21px;
    width: auto;
}

.sticky-menu nav>ul>li>a {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 13px;
}

.sticky-menu nav>ul>li>ul {
    top: 50px;
}

.sticky-menu .login-register-left,
.sticky-menu .login-register {
    display: none;
}


.map img {
    max-width: none;
}



/* MegaMenu */

.megamenu .sub-menu {
    float: right;
    display: block;
    line-height: 2em;
    padding-left: 2607px !important;
    margin-left: -3000px !important;
    padding-right: 3000px !important;
    margin-right: -3000px !important;
}

.megamenu .has-sub-menu:after {
    display: none;
}

.megamenu>.sub-menu {
    padding: 21px;
}

.megamenu .sub-menu .sub-menu {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    float: left;
    height: auto !important;
}

.megamenu .sub-menu a,
.megamenu .sub-menu li:nth-child(n+2):before {
    border: none;
    line-height: 25px;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
}

.megamenu .no-link>a strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.megamenu .no-link>a span {
    color: #666;
    display: block;
}

.megamenu>.sub-menu {
    display: none;
    height: 340px !important;
    width: 1020px !important;
    padding-top: 55px !important;
}

.megamenu>.sub-menu>li {
    display: table-cell;
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
}

.megamenu>.sub-menu>li,
.megamenu>.sub-menu>li li {
    width: 225px;
    min-width: 150px;
}

html.js.flexbox.flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths body.archive.tax-product_cat.term-closeout.term-15.logged-in.admin-bar.woocommerce.woocommerce-page.customize-support header#site-header div.main-wrapper.clearfix div.logo-and-nav nav#access.font-main ul#menu-menu-1.nav li#menu-item-47.megamenu.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current_page_ancestor.menu-item-has-children.has-sub-menu ul.sub-menu li#menu-item-173.no-link.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.has-sub-menu ul.sub-menu li#menu-item-175.red.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.current-menu-item a {
    color: #bc173b !important;
}

.megamenu>.sub-menu>li.wide,
.megamenu>.sub-menu>li.wide li {
    width: 190px;
    min-width: 190px;
}

.megamenu>.sub-menu>li:first-child {
    padding-left: 10px;
}

.megamenu>.sub-menu>li img {
    width: 150px;
    height: auto;
}

.megamenu>.sub-menu>li.wide img {
    width: 190px;
}

nav strong {
    font-weight: normal;
}

.megamenu .price {
    position: absolute;
    top: 0;
    right: 10px;
}

.megamenu .price del,
.megamenu .price ins {
    float: left
}

.megamenu .price ins {
    margin-left: 7px;
}

/* Site Notice */

.site-notice h1,
.pp_content_container h1 {
    font-size: 19px;
    font-weight: 600;
}

.pp_content {
    height: auto !important;
}

.site-notice img,
.pp_content_container img {
    border: 5px solid #fff;
    outline: 1px solid #d4d4d4;
    margin: 10px 25px 15px 0;
}

.notice-close {
    background: url(images/closearrowtop.png);
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    display: none;
}


#notice-lightbox {
    display: none;
}

.trust-logos {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.trust-logos img {
    border: none;
    outline: none;
    margin: 2px 0 2px 20px;
}

@media (max-width: 768px) {
    .trust-logos {
        display: none;
    }
}

/* line 35, ../sass/lightbox.sass */

#notice-inline {
    background: #e1e0dc;
    margin: 0;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 10000;
    color: #fff;

    -webkit-transition: margin .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out;
    -ms-transition: margin .5s ease-in-out;
    -o-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out;
}

#notice-inline .text-center {
    text-align: center;
}

#notice-inline .text-center .text {
    display: inline-block;
    position: relative;
}

@media (max-width: 479px) {
    #notice-inline .main-wrapper {
        width: 100%;
    }
    #notice-inline .text-center {
        text-align: left;
    }
}

#notice-inline .text-center .text p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding: 11px 55px;
    background-color: #007391;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    background: url(images/topbackground.jpg);
    color: #000 !important;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    #notice-inline .text-center .text p {
        padding: 11px;
        font-size: 14px;
    }
}

#notice-inline .text-center .text p a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#notice-inline .text-center .text p a:hover {
    text-decoration: none;
    cursor: pointer;
}

#notice-inline .text-center .text p:after {
    background: url(images/arrowrightafter.png);
    content: "";
    width: 17px;
    height: 40px;
    top: 0px;
    right: 0px;
    position: absolute;
    display: inline-block;
    margin-right: -17px;
}

#notice-inline .text-center .text p:before {
    background: url(images/arrowleftbefore.png);
    content: "";
    width: 17px;
    height: 40px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    margin-left: -17px;
}

.blog .sidebar .wp-post-image img,
.blog .sidebar .wp-post-image {
    width: 50px;
}

/* Blog Gallery fix */

.blog-all .gallery-1-columns dl {
    width: 98%;
}

.blog-all .gallery-2-columns dl {
    width: 48%;
}

.blog-all .gallery-3-columns dl {
    width: 31%;
}

.blog-all .gallery-4-columns dl {
    width: 23%;
}

.blog-all .gallery-5-columns dl {
    width: 18%;
}

.blog-all .gallery-1-columns .gallery-item,
.blog-all .gallery-2-columns .gallery-item,
.blog-all .gallery-3-columns .gallery-item,
.blog-all .gallery-4-columns .gallery-item,
.blog-all .gallery-5-columns .gallery-item,
.blog-all .gallery-5-columns .gallery-item:nth-of-type(4n),
.blog-all .gallery-5-columns .gallery-item:nth-of-type(5n) {
    margin: 1% !important;
}



.desc+.star-rating {
    display: none;
}

.blog-one-sidebar ul.products li.product a img {
    position: static;
}

.pp_content_container img {
    margin: 0;
}

.pp_content_container img {
    border: none;
}

body div.pp_woocommerce .pp_content_container {
    border-radius: 0;
}



/*New woocommerce fix*/
/*.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    left: 0!important;
    margin: -0.5em -0.5em 0 0;
    top: 5px!important;
    right: auto;
}

.woocommerce ul.products li.product a {
    padding-bottom: 15px;
    padding-top: 15px;
    text-decoration: none;
}

.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
    max-width: 50%;
    display: inline-block;
}*/


#order_review {
    clear: both;
}


/*update 2-15*/
.upsells.products .product-image-holder>a,
.related.products .product-image-holder>a {
    display: block;
    text-align: left;
}


.product-image-hover .enlarge:after {
    content: url("images/enlarge.png");
    left: 50%;
    margin: -7px 0 0 -8px;
    position: absolute;
    top: 50%;
}

.product-image-hover .enlarge {
    background: none repeat scroll 0 0 #5a7500;
    display: block;
    float: left;
    height: 38px;
    position: relative;
    width: 38px;
}

.images a.zoom:hover .product-image-hover {
    opacity: 1;
}

a.zoom:hover .product-image-holder-after {
    opacity: 0.25;
}

/* CTA Button Styles */

.cta-button {
    background-color: #0195bb;
    min-width: 400px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    height: 70px;
}

.cta-button a {
    line-height: 1.2em;
    font-size: 2.25em;
    color: #0195bb;
    display: inline-block;
    padding: 0px;
    background-color: white;
    border-radius: 5px;
    margin: 0px;
    font-weight: bold;
}

.cta-button .number {
    font-weight: 800;
    font-size: 2.5em;
    color: #0195bb !important;
    line-height: 50px;
}

.cta-button .cta-left {
    width: 60%;
    float: left;
    line-height: 1.5;
}

.cta-button .cta-right {
    width: 40%;
    float: right;
    padding-top: 7px;
}

.cta-button i {
    font-size: 1.2em;
    position: relative;
    top: 3px;
    left: -5px;
}

.bottom4.chairs,
.bottom4.workwall {
    margin-right: 0 !important;
}

.product-cta {
    padding: 15px 0 0;
}

.product-cta a:hover img {
    content: url(/wp-content/uploads/2017/09/truck-get-free-quote-hover.png);
}

.product-cta-phone {
    text-align: center;
    font-size: 16px;
    color: #07b24d;
    text-transform: uppercase;
}

.product-cta-phone a {
    color: #0195bb;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: bold;
}

.product-cta-phone a:hover {
    color: #2bc0c9;
}

@media screen and (max-width: 999px) {
    .main-wrapper {
        width: 900px;
    }

    #site-header div.main-wrapper {
        max-width: 925px;
    }

    #site-header p.phone {
        font-size: 1.2em;
    }

    nav {
        width: 99%;
    }

    nav li a {
        padding: 0 10px;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product {
        margin-right: 3%;
        width: 22%;
    }

    /* single pages */
    body.page.page-child.page-template-default div.slider.single-page,
    body.page.page-parent.page-template-default div.slider.single-page,
    body.archive.category div.slider.single-page,
    body.single.single-post div.slider.single-page,
    body.search.search-results div.slider.single-page {
        padding: 100px 0px 0px;
    }

    footer#site-footer .xoxo {
        width: 175px;
    }

    #tab-specifications .white,
    #tab-specifications .gray {
        height: 50px;
    }

}

@media screen and (max-width: 959px) {
    #site-header div.main-wrapper {
        max-width: 733px;
    }

    .sticky-menu {
        height: auto;
    }

    .sticky-menu #logo {
        float: left;
        text-align: left;
    }

    .sticky-menu .mobile-menu {
        font-size: 12px;
        margin: 8px auto;
        padding: 7px 12px;
        width: 300px;
        float: left;
    }

    #site-header .header_right {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 78%;
    }

    #site-header .header_right .request_quote {
        float: right;
        padding: 5px 25px;
        margin: 5px 0px 0px 0px;
    }

    #site-header .phone {
        font-size: 1em;
        float: left;
        width: 45%;
        text-align: left;
    }

    .single-page::before {
        position: relative;
    }

    body.single.single-product div.slider.single-page {
        margin-top: 5%;
    }


    .featured-slider-inner {
        width: 417px;
    }

    ul.products.featured-slider li.product,
    ul.products.featured-slider li.product.last,
    ul.products.featured-slider li.product:nth-of-type(3n) {
        width: 174px;
        margin-right: 20px;
    }

    /*HOME CONTENT*/

    #home_categories .bottom4 {
        margin: 2% 3% 0 0;
        width: 22%;
    }

    .product-image-holder {
        height: auto;
        width: 100%;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product,
    .upsells.products ul.products li.product,
    .upsells.products ul li.product,
    ul.products li.product.last {
        width: 23%;
        margin-right: 2%;
    }

    ul.products li.product:nth-of-type(2n),
    .blog-one-sidebar ul.products li.product:nth-of-type(2n),
    .upsells.products ul li.product:nth-of-type(2n) {
        margin-right: 2%;
    }

    #home_video .video_about {
        float: none;
        width: 100%;
    }

    #home_video .video_right {
        float: none;
        width: 100%;
    }

    /*SIDE PAGES*/
    .statement-box p {
        width: 80%;
    }

    .statement-box-left {
        width: 60%;
    }

    .statement-box-left,
    .statement-box-right {
        display: inline;
    }

    .statement-box-right {
        text-align: center;
    }


    .sidebar-left,
    .sidebar-two-left {
        float: left;
        margin: 0 15px 0 0;
    }

    .blog-one-sidebar div.product div.images,
    .blog-one-sidebar div.product div.summary,
    #content div.product div.summary,
    .blog-one-sidebar #content div.product div.images {
        width: 100% !important;
        float: left;
    }

    .blog-one-sidebar .thumbnails img {
        width: 101px;
        height: 80px;
    }

    .blog-one-sidebar .thumbnails a.last {
        margin: 0 18px 10px 0;
    }

    .blog-one-sidebar .thumbnails a:nth-of-type(4) {
        margin: 0 0 10px 0;
    }

    .blog-one-sidebar .thumbnails a:nth-of-type(4) img {
        width: 102px;
    }

    .body-boxed .single-page {
        overflow: hidden
    }

    /* Gallery 2 column */

    .gallery-2-columns .gallery-item img {
        width: 356px !important;
    }

    .gallery-3-columns .gallery-item img {
        width: 231px !important;
    }

    .gallery-4-columns .gallery-item img,
    .gallery-5-columns .gallery-item img,
    .gallery-6-columns .gallery-item img {
        width: 168px !important;
    }

    .gallery-5-columns .gallery-item:nth-of-type(5n) {
        margin-right: 20px !important;
    }

    .gallery-5-columns .gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .gallery-6-columns .gallery-item:nth-of-type(6n) {
        margin-right: 20px !important;
    }

    .gallery-6-columns .gallery-item:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .gallery-7-columns .gallery-item img,
    .gallery-8-columns .gallery-item img,
    .gallery-9-columns .gallery-item img {
        width: 130px !important;
    }

    .gallery-7-columns .gallery-item,
    .gallery-8-columns .gallery-item,
    .gallery-9-columns .gallery-item {
        margin-right: 20px !important;
    }

    .gallery-7-columns .gallery-item:nth-of-type(5n),
    .gallery-8-columns .gallery-item:nth-of-type(5n),
    .gallery-9-columns .gallery-item:nth-of-type(5n) {
        margin-right: 0 !important;
    }

    .ls-inner {
        max-width: 733px;
    }

    .main-wrapper {
        width: 733px;
    }

    .body-boxed .boxed {
        width: 770px;
    }

    /* Logo */

    #logo {
        float: none;
        display: block;
        margin: 10px auto;
        width: 88%;
    }

    .logo-box .logo img {
        width: 70%;
        height: auto;
    }

    /* Main navigation and mobile navigation */

    .mobile-menu {
        display: block;
        margin: 20px 0 0 0;
    }

    /* Site Header */

    .upper-menu {
        display: none;
    }

    .upper-menu2 {
        display: block;
        margin-top: -212px;
        height: 210px;
        padding-top: 10px;
    }

    .upper-menu2.upper-menu-open {
        margin-top: 0;
    }

    .upper-menu2:after {
        top: 220px;
    }

    .header-xoxo,
    .upper-menu2 .social-icons {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        clear: both;
        text-align: center;
        display: table;
    }

    header .main-wrapper {
        text-align: center;
    }

    .portfolio-wrapper {
        width: 757px;
    }

    .box.portfolio-filter {
        margin-bottom: 20px;
    }

    .portfolio img {
        display: none;
    }

    .portfolio-responsive img {
        display: block;
    }

    footer#site-footer .xoxo {
        width: 155px;
        margin: 10px 0 0 35px;
    }

    /*product page*/
    div.product div.images,
    #content div.product div.images {
        float: left;
        width: 100%;
    }

    .thumbnails {
        float: right;
        margin: 0;
        width: 100%;
    }

    .thumbnails a {
        margin: 0;
    }

    .product-image-holder.big-image {
        float: left;
        width: 100%;
    }

    /*Product list*/
    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product {
        margin-bottom: 30px;
        height: 450px;
    }
}

#site-header div.main-wrapper {
    background: #fff;
}

@media screen and (max-width: 768px) {
    #site-header div.main-wrapper {
        max-width: 100%;
    }

    .blog-all .gallery-5-columns dl {
        width: 47% !important;
    }

    .sticky-menu #logo {
        margin-bottom: 15px;
    }

    .sticky-menu .mobile-menu {
        font-size: 14px;
        margin: 0 auto 15px auto;
        width: 100%;
        float: none;
        clear: both;
    }

    .sticky-menu #logo img {
        height: 25px;
    }

    #site-header .header_right {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 78%;
    }

    #site-header .phone {
        width: 30%;
        font-size: 1em;
        float: left;
    }

    #site-header .header_right .live_chat {
        float: right;
        margin: 2% 0;
    }

    #logo {
        width: 100%;
    }

    /* SEARCH */

    .banner .content {
        width: 100%;
    }

    #mobile_search {
        display: none;
        background-color: #e1e0dc;
        width: 90%;
        position: relative;
        height: 40px;
        padding: 10px 40px;
    }

    #mobile_search input#search_mobile {
        width: 70%;
        padding: 1%;
        float: left;
    }

    #mobile_search input#btnSearch_mobile {
        float: right;
        background-color: #666;
        width: 20%;
        clear: none;
        margin: 0 30px 0 0;
        padding: 5px;
    }

    .featured-slider-inner {
        margin-left: 8px;
    }

    ul.products.featured-slider li.product,
    ul.products.featured-slider li.product.last,
    ul.products.featured-slider li.product:nth-of-type(2n) {
        width: 174px;
        margin-right: 20px;
    }

    .featured-slider-right {
        margin: 0 20px 20px 20px;
        width: 400px;
    }

    .featured-slider-right h2,
    .featured-slider-right .description {
        width: 100%;
    }

    /*HOME CONTENT*/
    #home_categories .bottom4 {
        margin: 2% 3% 0 0;
        width: 22%;
    }

    .product-image-holder {
        height: auto;
        width: 100%;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product,
    .upsells.products ul.products li.product,
    .upsells.products ul li.product,
    ul.products li.product.last {
        width: 23%;
        margin-right: 2%;
    }

    ul.products li.product:nth-of-type(2n),
    .blog-one-sidebar ul.products li.product:nth-of-type(2n),
    .upsells.products ul li.product:nth-of-type(2n) {
        margin-right: 2%;
    }

    #home_video .video_about {
        float: none;
        width: 100%;
    }

    #home_video .video_right {
        float: none;
        width: 100%;
    }

    /* Gallery 2 column */

    .gallery-4-columns .gallery-item img,
    .gallery-5-columns .gallery-item img,
    .gallery-6-columns .gallery-item img {
        width: 218px !important;
    }

    .gallery-4-columns .gallery-item:nth-of-type(2n),
    .gallery-5-columns .gallery-item:nth-of-type(2n),
    .gallery-5-columns .gallery-item:nth-of-type(4n),
    .gallery-6-columns .gallery-item:nth-of-type(2n) {
        margin-right: 0 !important
    }


    .gallery-7-columns .gallery-item img,
    .gallery-8-columns .gallery-item img,
    .gallery-9-columns .gallery-item img {
        width: 138px !important;
    }

    .gallery-7-columns .gallery-item,
    .gallery-7-columns .gallery-item:nth-of-type(5n),
    .gallery-8-columns .gallery-item,
    .gallery-8-columns .gallery-item:nth-of-type(5n),
    .gallery-9-columns .gallery-item,
    .gallery-9-columns .gallery-item:nth-of-type(5n) {
        margin-right: 20px !important;
    }

    .gallery-7-columns .gallery-item:nth-of-type(3n),
    .gallery-8-columns .gallery-item:nth-of-type(3n),
    .gallery-9-columns .gallery-item:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .main-wrapper,
    footer .social-icons-wrapper,
    #thumbs,
    .portfolio-image-single img {
        width: 90%;
    }

    .body-boxed .boxed {
        width: 495px;
    }

    .box.portfolio-filter {
        margin-bottom: 20px;
    }

    /* Sidebar */

    aside {
        margin: 70px 0 0 0;
    }

    .portfolio-wrapper {
        width: 482px;
    }

    /* Responsive on demand */

    .responsive-on-demand {
        width: 22px;
        height: 22px;
        position: static;
        margin: 0 auto;
    }

    /* Portfolio four column */

    .portfolio li.four-column,
    .portfolio li.three-column,
    .portfolio li.two-column {
        width: 218px;
        height: 190px;
        margin: 41px 11px 0 12px;
    }

    .portfolio li.four-column img,
    .portfolio li.three-column img,
    .portfolio li.two-column img {
        width: 218px;
        height: 150px;
    }

    .portfolio li.four-column .portfolio-hover p,
    .portfolio li.three-column .portfolio-hover p,
    .portfolio li.two-column .portfolio-hover p {
        height: 40px;
    }

    .portfolio li:hover .portfolio-hover {
        opacity: 1.0;
        top: 44px;
    }

    /* Portfolio single item */

    .portfolio-image .portfolio-current-image {
        padding: 0;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .portfolio-image-single img {
        height: auto;
    }

    .portfolio-image {
        padding: 0;
    }

    .portfolio-image .thumbnail img {
        width: 102px;
        height: auto;
    }

    .portfolio-image .thumbnail:nth-of-type(5n) {
        margin: 16px 16px 0 0;
    }

    .portfolio-image .thumbnail:nth-of-type(4n) {
        margin: 16px 0 0 1px;
    }

    .portfolio-thumbnails-hover {
        width: 102px;
        height: 102px;
    }



    /* BLOG */
    div.main-content section.blog-one-sidebar {
        width: 70% !important;
        float: left;
    }

    /**Footer**/
    #text-3>div:nth-child(1)>iframe:nth-child(1) {
        height: 200px;
    }

    footer#site-footer .xoxo,
    footer#site-footer .xoxo:first-of-type {
        width: 45%;
        margin: 10px 4% 0 0;
        float: left;
        height: 250px;
    }

    footer#site-footer .social {
        height: auto;
        text-align: center;
    }

    footer#site-footer .copyright {
        margin-top: 20px;
        float: none;
    }

    footer#site-footer .social-icons {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: table;
    }

    footer#site-footer .flickr-image:nth-of-type(3n) img {
        margin: 7px 10px 0 0;
    }

    footer#site-footer .social {
        padding: 20px 0;
    }


    /* Recent projects */

    .recent-projects {
        margin-left: -12px;
    }

    /* Blog */

    .blog-two-column article,
    .blog-three-column article {
        width: 100%;
        float: left;
    }

    .blog-four-column article {
        width: 100%;
    }

    .blog-no-sidebar .blog-main,
    .blog-no-sidebar .wp-post-image {
        width: 100%;
        margin: 0;
    }

    .blog-no-sidebar .wp-post-image,
    .blog-no-sidebar .video-wrapper {
        height: auto;
        margin: 0 0 10px 0;
    }

    .blog-no-sidebar .video-wrapper iframe,
    .blog-no-sidebar .video-wrapper {
        width: 100%;
        height: 300px
    }

    .sidebar-left {
        margin: 0 0 40px 0;
    }

    .blog-one-sidebar {
        width: 100%;
        float: none;
    }

    .sidebar {
        width: 30%;
        float: left;
    }

    .blog-two-sidebar {
        float: right;
        width: 60%;
    }

    /* Buttons */

    .button.large {
        padding: 10px 9px;
        font-size: 14px;
    }

    .button.medium {
        font-size: 12px;
        padding: 15px 18px;
    }

    /* Iconstrip shortcode */
    .icon-strip li {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .icon-strip-four-column li.first {
        margin: 0;
    }

    .icon-strip a h2 {
        font-size: 14px;
        float: left;
        width: 360px;
    }

    .con-strip p {
        float: left
    }

    .icon-strip-icon-tear {
        float: left;
        margin: 20px 20px 0 0;
    }

    /* Statement box shortcode */

    .statement-box-left,
    .statement-box-right {
        display: block;
        width: 100%;
    }

    .statement-box-right {
        margin: 30px 0 0 0;
        text-align: center;
    }

    /* Person shortcode */

    .person .person-social {
        right: -30px;
    }

    /* Pricing table */

    .pricing-columns-4 .pricing-table-column .pricing-table-price .price,
    .pricing-columns-5 .pricing-table-column .pricing-table-price .price {
        font-size: 48px;
        font-weight: 700;
    }

    .pricing-columns-4 .pricing-table-column .pricing-table-price .decimal,
    .pricing-columns-5 .pricing-table-column .pricing-table-price .decimal {
        font-size: 30px;
        font-weight: 700;
    }

    .pricing-columns-3 .pricing-table-column .pricing-table-price .price {
        font-size: 38px;
        font-weight: 600;
    }

    .pricing-columns-3 .pricing-table-column .pricing-table-price .decimal {
        font-size: 23px;
        font-weight: 600;
    }

    .pricing-columns-3 .pricing-table-column .pricing-table-footer a {
        display: block;
        width: 100%;
        padding: 7px 0;
    }

    .pricing-columns-4 .pricing-table-column,
    .pricing-columns-5 .pricing-table-column {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .pricing-columns-4 .pricing-table-column:last-child,
    .pricing-columns-5 .pricing-table-column:last-child {
        margin: 0;
    }

    .pricing-columns-4 .pricing-table-column .pricing-table-footer a,
    .pricing-columns-5 .pricing-table-column .pricing-table-footer a {
        display: inline;
        width: auto;
        padding: 15px 50px;
    }

    .latest-post,
    .latest-post:nth-of-type(4n),
    .latest-post:nth-of-type(3n) {
        width: 218px;
        margin: 0 21px 0 0;
    }

    .latest-post .wp-post-image {
        width: 218px;
        height: auto;
    }

    .latest-post:nth-of-type(2n) {
        width: 218px;
        margin: 0;
    }


    /* Tabs */

    .tabs-menu li {
        margin: 0 20px 0 0;
    }

    .tabs-menu li,
    .tabs-menu li.selected-tab-menu .tab-over {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-style: solid;
    }

    .tabs-menu li.selected-tab-menu .tab-over {
        left: 0;
    }

    .tabs-menu li.selected-tab-menu:after {
        height: 40px;
        right: 0;
        z-index: 8;
        border-style: none solid solid none;
    }

    .tabs-menu li.selected-tab-menu:before {
        top: -3px;
        right: 1px;
        z-index: 520;
        border-color: #F3F3F3 #F3F3F3 #838383 #838383;
    }

    .tabs-menu li:first-of-type.selected-tab-menu:before {
        right: 0px;
        z-index: 520;
        border-color: #fff #fff #838383 #838383;
    }

    .tabs-menu li.selected-tab-menu .tab-over:after {
        display: none;
    }

    .tabs-wrapper {
        border-style: none solid solid solid
    }

    aside .tabs-menu li.selected-tab-menu:last-of-type:before {
        border-color: #F3F3F3 #F3F3F3 #838383 #838383;
    }

    .tabs-menu li.selected-tab-menu:after {
        display: none;
    }

    /* WooCommerce cart page */

    .coupon {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0 0 70px 0;
    }

    #coupon_code {
        width: 250px;
    }

    .shop_table input[type="submit"].update-button {
        float: left
    }

    .shop_table input[type="submit"] {
        margin: 0;
    }

    .shop_table .product-thumbnail {
        display: none
    }

    .coupon input[type="submit"] {
        margin: 0;
        float: right;
    }

    .shop_table .button.checkout-button {
        float: right
    }

    .cart_totals,
    .cart_totals table {
        width: 100%;
        float: none;
    }

    .cart_totals table th {
        width: 50%
    }

    .cart_totals table td {
        text-align: right;
    }

    .shipping_calculator {
        margin: 50px 0 0 0;
        display: block;
        width: 100%;
        float: none;
    }

    /* WooCommerce shop */

    /*ul.products li.product, .related ul.products li.product, .related ul li.product, .upsells.products ul.products li.product, .upsells.products ul li.product, ul.products li.product.last, .blog-one-sidebar ul.products li.product.last,
        .blog-one-sidebar ul.products li.product, .blog-one-sidebar .related ul.products li.product, .blog-one-sidebar .related ul li.product {
            width: 218px;
            margin-right: 20px;
            clear: none;
        }

        ul.products li.product:nth-of-type(3n), .upsells.products ul li.product:nth-of-type(3n) {
            margin-right: 20px;
        }

        ul.products li.product:nth-of-type(2n), .blog-one-sidebar ul.products li.product:nth-of-type(2n), .upsells.products ul li.product:nth-of-type(2n) {
            margin-right: 0;
        }*/


    /* WooCommerce single product page */

    div.product div.images,
    #content div.product div.images {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .single-item-top .wp-post-image {
        width: 100%;
        height: auto;
    }

    .tab .left,
    .tab .right {
        float: none;
        width: 100%;
    }

    #tab-specifications .column {
        width: 50%;
    }

    div.product div.images,
    #content div.product div.images {
        float: none;
        width: 100%;
    }

    .single-item-top .attachment-shop_thumbnail,
    .thumbnails a:nth-of-type(3n) img,
    .thumbnails img {
        width: 101px;
        height: 70px;
    }

    .thumbnails {
        width: 100%;
    }

    .thumbnails a:nth-of-type(3n) {
        margin: 0 18px 10px 0
    }

    .thumbnails a:nth-of-type(4n) {
        margin: 0 0 10px 0;

    }

    .thumbnails a:nth-of-type(4n) img {
        width: 99px;
    }

    div.product div.summary,
    #content div.product div.summary {
        width: 100%;
    }

    .comment-text {
        float: right;
        width: 350px;
    }

    .comment-form-comment textarea#comment {
        height: 150px;
    }

    /* WooCommerce login page */
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    #customer_login .col-2 {
        margin: 50px 0 0 0;
    }

    /*FORM*/



    .blog-one-sidebar div.product div.images,
    .blog-one-sidebar div.product div.summary,
    #content div.product div.summary,
    .blog-one-sidebar #content div.product div.images {
        width: 100% !important;
        margin-left: 0;
    }

    .blog-one-sidebar .thumbnails img {
        width: 100px !important;
        height: 80px !important;
    }

    .blog-one-sidebar .thumbnails a.last {
        margin: 0 18px 10px 0;
    }

    .blog-one-sidebar .thumbnails a:nth-of-type(4) {
        margin: 0 0 10px 0;
    }

    .blog-one-sidebar .thumbnails a:nth-of-type(4) img {
        width: 102px !important;
    }

    #customer_details .col-1,
    #customer_details .col-2 {
        float: none;
        width: 100%;
    }

    #customer_details .col-2 {
        margin: 0;
    }

    /* Logo box */

    .logo-box,
    .logo-box .logo-box-row {
        display: block;
    }

    .logo-box .logo {
        display: block;
        height: 120px;
        width: 100%;
        float: none;
    }

    .logo-box .logo a {
        display: block;
        height: 50px;
    }

    .logo-box .logo a img {
        width: auto;
    }

    /*SINGLE PAGE*/
    body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page div.slider.single-page h1,
    body.archive div.slider.single-page h1,
    body.page.page-id-130.page-template-default div.slider.single-page h1,
    body.page div.slider.single-page h1,
    body.single.single-post div.slider.single-page h1 {
        width: 98%;
    }

    body.page.page-id-54 aside.sidebar {
        display: none;
    }

    .statement-box-left,
    .statement-box-right {
        display: table-cell;
        vertical-align: middle;
    }


}

@media screen and (max-width: 959px) {
    #site-header .header_right .cta-button.clearfix {
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    #mobile_search {
        width: 88%;
    }

    #mobile_search input#search_mobile {
        width: 68%;
        padding: 1.5%;
        float: left;
    }

    /*home content*/
    #home_categories .bottom4 {
        width: 47%;
        margin: 2% 3% 0 0;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product,
    .upsells.products ul.products li.product,
    .upsells.products ul li.product,
    ul.products li.product.last,
    ul.products li.product:nth-of-type(2n),
    .blog-one-sidebar ul.products li.product:nth-of-type(2n),
    .upsells.products ul li.product:nth-of-type(2n) {
        margin-right: 5%;
        width: 44%;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product {
        margin-bottom: 40px;
        height: 460px;
    }

    .dimensions,
    .sku {
        padding-bottom: 5px;
    }

    footer#site-footer .xoxo {
        float: left;
        height: 200px;
        margin: 10px 3% 0;
        width: 47%;
    }

    /*SINGLE PAGE*/

    #contact .contact_left,
    #contact .contact_right {
        width: 100%;
        float: none;
    }

    #contact .contact_left {
        margin-bottom: 20px;
    }

    .person {
        float: left;
        width: 50%;
    }

    .statement-box-left {
        width: 100%;
    }

    .statement-box-left,
    .statement-box-right {
        display: inline;
    }

    .statement-box-right {
        text-align: center;
    }

    body.page.page-id-112 section.clearfix img,
    body.page.page-id-114 section.clearfix img {
        width: 40%;
    }

    /*blog*/
    aside.sidebar {
        display: none;
    }

    .sidebar {
        width: 100%;
        float: none;
    }

    .blog-two-sidebar {
        width: 100%;
    }

    div.main-content section.blog-one-sidebar {
        width: 100% !important;
    }

    footer#site-footer .xoxo,
    footer#site-footer .xoxo:first-of-type {
        width: 100%;
        margin: 10px auto;
        float: none;
        height: auto;
        overflow: auto;
    }

    footer#site-footer .footer .widget-container {
        padding-bottom: 20px;
    }

    #text-2>div:nth-child(1)>img:nth-child(1) {
        width: 80%;
    }

    #text-2>div:nth-child(1)>img:nth-child(4) {
        float: left;
    }

    #text-2>div:nth-child(1)>img:nth-child(6) {
        float: right;
    }

    footer#site-footer .footer ul.xoxo li#text-2 p {
        line-height: 1.5em;
        font-style: italic;
        float: left;
    }

    /*Request a Quote*/
    #wpcf7-f1210-p132-o1
    /*.full_width*/
    .category_left,
    #wpcf7-f1210-p132-o1

    /*.full_width*/
    .category_right,
    .productform_left,
    .productform_right {
        width: 100%;
        float: none;
    }

    #wpcf7-f1210-p132-o1 .full_width .category_right p {
        padding-top: 10px !important;
    }

    input[type="button"],
    input[type="submit"] {
        width: 90%;
    }

    /*contact*/
    #wpcf7-f1220-p1221-o1 {
        width: 95%;
    }

    .raq_captcha {
        padding: 5%;
        width: 80%;
    }

    /*products*/
    .woocommerce_ordering {
        margin-bottom: 20px;
        height: 70px;
    }

    .woocommerce_ordering select {
        margin-right: 0;
    }
}


@media screen and (max-width: 479px) {
    .mobile-menu {
        display: block;
        margin: 20px 0px 0px;
    }

    .site-notice img {
        display: block;
        float: none;
        margin: 0 auto;
        width: 70%;
        height: auto;
    }

    .sticky-menu #logo {
        visibility: hidden;
    }

    .featured-slider-inner {
        width: 217px;
        margin-left: 26px;
    }

    .featured-slider-right {
        width: 180px;
        float: left;
        padding-left: 30px;
    }

    #site-header .phone {
        width: 100%;
        float: none;
        text-align: center;
    }

    #site-header .header_right .request_quote {
        margin: 2% auto;
        float: none;
    }

    /*home content*/
    #home_categories .top3,
    #home_categories .bottom4,
    #home_categories .cubicles {
        float: left;
        width: 44% !important;
        margin: 3%;
    }

    .rev_slider_wrapper {
        max-height: 160px !important;
    }

    /* Gallery */

    .gallery-4-columns .gallery-item img,
    .gallery-5-columns .gallery-item img,
    .gallery-6-columns .gallery-item img,
    .gallery-7-columns .gallery-item img,
    .gallery-8-columns .gallery-item img,
    .gallery-9-columns .gallery-item img {
        width: 100% !important;
    }

    .gallery-4-columns .gallery-item,
    .gallery-5-columns .gallery-item,
    .gallery-5-columns .gallery-item:nth-of-type(5n),
    .gallery-6-columns .gallery-item,
    .gallery-7-columns .gallery-item,
    .gallery-8-columns .gallery-item,
    .gallery-9-columns .gallery-item {
        margin-right: 0 !important;
    }

    /*.main-wrapper, footer .social-icons-wrapper, #thumbs, .portfolio-image-single img {
        width: 290px
    }*/

    .body-boxed .boxed {
        width: 325px;
    }

    /* Column layout */

    .content-half,
    .content-third,
    .content-two-third,
    .content-quarter,
    .content-two-quarter,
    .content-three-quarter {
        width: 100%;
        margin: 0;
    }

    /* Portfolio four column */

    .portfolio li.four-column,
    .portfolio li.three-column,
    .portfolio li.two-column {
        width: 290px;
        height: 232px;
        margin: 41px 20px 0 0;
    }

    .portfolio li.four-column img,
    .portfolio li.three-column img,
    .portfolio li.two-column img {
        width: 290px;
        height: 200px;
    }

    .portfolio li.four-column,
    .portfolio li.three-column,
    .portfolio li.two-column {
        margin: 61px 0 0 0;
    }

    .portfolio li.four-column .portfolio-hover p,
    .portfolio li.three-column .portfolio-hover p,
    .portfolio li.two-column .portfolio-hover p {
        height: 80px;
    }

    .portfolio-image .thumbnail img {
        width: 85px;
        height: auto;
    }


    .portfolio-image .thumbnail:nth-of-type(4n) {
        margin: 16px 16px 0 0;
    }

    .portfolio-image .thumbnail:nth-of-type(3n) {
        margin: 16px 0 0 1px;
    }

    .portfolio-thumbnails-hover {
        width: 86px;
        height: 86px;
    }

    /* Statement box shortcode */

    .statement-box button {
        padding: 15px 35px;
    }

    /* Blog */

    /* Recent projects */

    .recent-projects {
        margin-left: 0px;
    }

    /* Iconstrip shortcode */
    .icon-strip a h2 {
        width: 210px;
    }

    .icon-strip-icon-tear {
        margin-bottom: 20px;
    }

    /* Buttons */

    .button,
    a.button,
    button.button {
        display: inline-block;
        margin: 0 0 20px 0;
    }

    .button.large {
        font-size: 14px;
        padding: 10px 40px;
    }

    .button.medium {
        font-size: 14px;
        padding: 7px 25px;
    }

    /* No image post */

    .no-image-post .post-date-comments3,
    .no-image-post header {
        display: block;
    }

    .latest-post,
    .latest-post:nth-of-type(4n),
    .latest-post:nth-of-type(3n),
    .latest-post:nth-of-type(2n) {
        width: 100%;
        margin: 30px 0 0 0;
        height: auto;
    }

    .latest-post:first-of-type {
        width: 100%;
        height: auto;
        margin: 0
    }

    .latest-post .normal {
        display: none
    }

    .latest-post .responsive {
        display: block;
    }

    .latest-post .wp-post-image {
        width: 100%;
        height: auto;
    }

    .latest-post .video-wrapper iframe {
        height: 200px
    }

    /* Pricing table */

    .pricing-columns-3 .pricing-table-column .pricing-table-price .price {
        font-size: 48px;
        font-weight: 700;
    }

    .pricing-columns-3 .pricing-table-column .pricing-table-price .decimal {
        font-size: 30px;
        font-weight: 700;
    }

    .pricing-columns-2 .pricing-table-column,
    .pricing-columns-3 .pricing-table-column {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .pricing-columns-2 .pricing-table-column:last-child,
    .pricing-columns-3 .pricing-table-column:last-child {
        margin: 0;
    }

    .pricing-columns-2 .pricing-table-column .pricing-table-footer a,
    .pricing-columns-3 .pricing-table-column .pricing-table-footer a {
        display: inline;
        width: auto;
        padding: 15px 50px;
    }

    /* WooCommerce cart page */



    .coupon {
        padding: 0;
        float: none;
        margin: 0 0 60px 0;
    }

    .shop_table input[type="submit"] {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
    }

    #coupon_code {
        width: 95px;
    }

    .product-quantity {
        display: none
    }

    .shop_table input[type="submit"].update-button {
        float: none;
        margin: 30px 0 0 0;
    }

    .shop_table .coupon input[type="submit"] {
        font-size: 11px;
        width: auto;
        margin: 0 0 0 10px;
    }

    .shop_table .button.checkout-button {
        display: block;
        float: none;
        width: 100% !important;
    }


    /* WooCommerce shop */

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product,
    .upsells.products ul.products li.product,
    .upsells.products ul li.product,
    ul.products li.product.last,
    ul.products li.product:nth-of-type(2n),
    .blog-one-sidebar ul.products li.product:nth-of-type(2n),
    .upsells.products ul li.product:nth-of-type(2n) {
        margin-right: 5%;
        width: 43%;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product {
        margin-bottom: 30px;
        height: 450px;
    }


    /* WooCommerce single product page */

    body.single.single-product div.slider.single-page {
        margin-top: 1%;
    }

    #tab-specifications .column {
        width: 50%;
    }

    .thumbnails {
        float: none;
        margin: 0;
        width: 100%;
    }

    .thumbnails a {
        display: block;
        float: left;
        margin: 0 18px 10px 0;
        padding: 0;
    }

    .product-image-holder.big-image {
        width: 100%;
    }

    .single-item-top .attachment-shop_thumbnail,
    .thumbnails a:nth-of-type(3n) img,
    .thumbnails a:nth-of-type(4n) img,
    .thumbnails img {
        width: 85px;
        height: 60px;
    }

    .thumbnails a:nth-of-type(4n) {
        margin: 0 18px 10px 0
    }

    .thumbnails a:nth-of-type(3n) {
        margin: 0 0 10px 0;

    }

    div.product div.summary,
    #content div.product div.summary {
        width: 100%;
    }

    .comment-text,
    .blog-one-sidebar .comment-text {
        float: right;
        width: 150px;
    }

    .comment-form-comment textarea#comment {
        height: 100px;
    }

    .star-rating {
        float: none
    }

    .comment-text .meta {
        margin: 10px 0 0 0
    }

    /* WooCommerce login page */

    #customer_login .form-row {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0
    }

    form.login,
    form.register {
        height: auto;
        padding-bottom: 15px;
    }

    form.login .button,
    form.register .button {
        margin: 20px 0 0 0;
        width: 100%;
        float: none;
    }


    /* My account page */

    .my_account_orders th,
    .my_account_orders td {
        font-size: 12px;
        padding: 5px 10px
    }

    .my_account_orders .button.medium {
        font-size: 12px;
        padding: 6px 14px;
    }

    .order-shipto {
        display: none;
    }

    .woocommerce_ordering {
        text-align: center;
        height: 120px;
    }

    .price-filter-outside,
    .orderby {
        float: none;
    }

    .price-filter-outside {
        margin: 30px 0;
    }


    .blog-one-sidebar .woocommerce_ordering {
        height: auto;
        padding-bottom: 0;
    }

    .blog-no-sidebar .video-wrapper iframe,
    .blog-no-sidebar .video-wrapper {
        width: 100%;
        height: 200px
    }

    .blog-one-sidebar div.product div.images,
    .blog-one-sidebar div.product div.summary,
    #content div.product div.summary,
    .blog-one-sidebar #content div.product div.images {
        width: 100% !important;
    }

    .blog-one-sidebar .thumbnails img {
        width: 136px !important;
        height: 80px !important;
    }

    .blog-one-sidebar .thumbnails a.last {
        margin: 0 18px 10px 0;
    }

    .blog-one-sidebar .thumbnails a:nth-of-type(2) {
        margin: 0 0 10px 0;
    }

    .blog-one-sidebar .thumbnails a:nth-of-type(4) img {
        width: 136px !important;
        height: 80px !important;
    }

    /*product listing*/
    ul.products li.product h3 {
        font-size: 0.7em;
    }


    /**FOOTER**/
    footer#site-footer .xoxo {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    footer#site-footer .social-icons {
        float: none;
        clear: both;
        width: 100%;
    }

    .blog-all .gallery-2-columns dl,
    .blog-all .gallery-3-columns dl,
    .blog-all .gallery-4-columns dl,
    .blog-all .gallery-5-columns dl {
        width: 98% !important;
    }

}

@media screen and (max-width: 400px) {
    #site-header div.main-wrapper {
        max-width: 290px;
    }

    #mobile_search input#search_mobile {
        width: 64%;
        padding: 1.6%;
        float: left;
    }

    #mobile_search input#btnSearch_mobile {
        font-size: 0.8em;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product {
        margin-bottom: 30px;
        height: 430px;
    }
}

@media screen and (max-width: 320px) {
    #mobile_search {
        width: 88%;
        height: 26px;
        padding: 10px 20px;
    }

    #mobile_search input#search_mobile {
        padding: 2%;
    }

    #mobile_search input#btnSearch_mobile {
        width: 25%;
        margin: 0px 16px 0px 0px;
    }

    #site-header .logo-and-nav #logo {
        width: 95%;
        margin-top: 40px;
    }

    .mobile-menu {
        display: block;
        margin: 20px 0px 0px;
    }

    #home_categories .top3,
    #home_categories .bottom4,
    #home_categories .cubicles {
        float: left;
        width: 46% !important;
        margin: 2%;
    }

    .thumbnails a {
        display: block;
        float: left;
        margin: 0 16px 10px 0;
        padding: 0;
    }

    /*single pages*/
    body.single.single-product div.slider.single-page {
        padding: 70px 0px 0px;
    }

    .single-page {
        padding: 70px 0 0 0;
    }

    ul.products li.product,
    .related ul.products li.product,
    .related ul li.product,
    .upsells.products ul.products li.product,
    .upsells.products ul li.product,
    ul.products li.product.last,
    ul.products li.product:nth-of-type(2n),
    .blog-one-sidebar ul.products li.product:nth-of-type(2n),
    .upsells.products ul li.product:nth-of-type(2n) {
        height: auto;
        width: 100%;
    }

    ul.products {
        width: 75%;
        margin: 0 auto;
    }

    .woocommerce_ordering select {
        margin-right: 0px;
        float: left;
        width: 45%;
    }

    .woocommerce_ordering {
        height: 50px;
    }
}

@media screen and (max-width: 640px) {
    #site-header .header_right {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .header_right .cta-button {
        min-width: 0px;
        height: auto;
    }

    .header_right .cta-button>section {
        width: 100%;
    }

    .header_right .cta-button .cta-left {
        margin-bottom: -25px;
    }

    ul.products li.product {
        width: 100% !important;
    }

    .term-description {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* Locations
------------------------------------------------------- */
.page-template-tpl-location {
    line-height: 30px;
}

.page-template-tpl-location .single-page {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/01/LocationsBanners.jpg") no-repeat scroll center center / cover !important;
}

.page-template-tpl-location .single-page h1 {
    display: block !important;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: normal;
    margin-top: -110px;
    padding-bottom: 30px;
}

@media screen and (max-width: 325px) {
    .page-template-tpl-location .single-page h1 {
        margin-top: 0px;
    }
}

.page-template-tpl-location .breadcrumbs {
    display: none;
}

.page-template-tpl-location #home_content {
    margin-top: 0px;
}

.page-template-tpl-location #home_content h1 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.page-template-tpl-location #home_content h2 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    color: #4c4c4c !important;
    text-transform: none;
    font-weight: normal;
}

.page-template-tpl-location .sectiona ul {
    text-align: left;
    list-style: none;
}

.page-template-tpl-location .sectiona ul li {
    margin-bottom: 10px;
    line-height: 25px;
    background: url('/wp-content/uploads/2016/01/orangeullistarrow.png') no-repeat left top;
    padding: 1px 0 15px 20px;
    margin: 0;
}

.page-template-tpl-location .sectiona {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.page-template-tpl-location .sectionb .left {
    width: 100%;
    float: none;
    padding: 0%;
}

.page-template-tpl-location .sectionb .left h3 {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 26px;
    font-weight: normal;
    text-transform: none !important;
}

.page-template-tpl-location .sectionb .col {
    width: 31%;
    margin: 0 1% 1%;
    float: left;
    border: 1px solid #e4e4e4;
}

.page-template-tpl-location .sectionb .col img {
    display: block;
    margin: 0 auto;
    max-width: 92%;
    padding: 2%;
    padding-top: 4%;
    max-height: 190px;
    width: auto;
}

.page-template-tpl-location .sectionb .col h5 {
    font-size: 14px;
    margin: 15px;
    color: #4c4c4c !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    min-height: 50px;
    line-height: 26px;
    margin-top: 0px;
}

.page-template-tpl-location .sectionb .col a.button {
    background-color: #e1e0dc;
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 1px 0;
    border: none !important;
    margin-bottom: 20px;
}

.page-template-tpl-location .sectionb .col a.button:hover {
    background-color: #ee6d0d;
    text-decoration: none;
}

.page-template-tpl-location .sectionb .right {
    width: 23%;
    padding: 2%;
    background-color: #0195bb;
    float: left;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-template-tpl-location .sectionb .right .gform_body ul li#field_4_1 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
}

.page-template-tpl-location .gform_wrapper .gfield_required {
    color: #fff;
}

.page-template-tpl-location .gform_wrapper .top_label .gfield_label {
    line-height: 0 !important;
    margin: 0px !important;
}

.page-template-tpl-location .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 0px;
}

.page-template-tpl-location .gform_footer input[type="submit"] {
    width: 50% !important;
    margin: 0px !important;
    background-color: #e1e0dc !important;
    padding: 10px;
    margin-top: 10px;
}

.page-template-tpl-location .sectionc {
    clear: both;
    padding-top: 30px;
    margin-top: 30px;
    background-color: #e1e0dc;
    color: #fff;
}

.page-template-tpl-location .sectionc a {
    color: #fff;
    text-decoration: underline;
}

.page-template-tpl-location .sectionc a:hover {
    color: #f2bf8c;
}

.page-template-tpl-location .sectionc h3 {
    text-align: center;
    color: #fff !important;
    font-size: 26px;
    font-weight: normal;
    text-transform: none !important;
    margin-top: 0px;
}

.page-template-tpl-location .sectionc p {
    margin: 0 auto 20px;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.page-template-tpl-location .sectionc .image1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.page-template-tpl-location .sectionc .image2 {
    width: 48%;
    float: left;
}

.page-template-tpl-location .sectionc .contentbottom {
    padding-top: 15px;
    clear: both;
}

.page-template-tpl-location .sectiond {
    clear: both;
    padding-top: 30px;
}

.page-template-tpl-location .sectiond h3.top {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 26px;
    font-weight: normal;
    text-transform: none !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 0px;
}

.page-template-tpl-location .sectiond .company {
    clear: both;
    padding-bottom: 50px;
}

.page-template-tpl-location .sectiond .company .left {
    width: 29%;
    padding: 0 2% 2%;
    float: left;
}

.page-template-tpl-location .sectiond .company .left img {
    width: 100%;
}

.page-template-tpl-location .sectiond .company .left .content img {
    float: left;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    width: auto;
}

.page-template-tpl-location .sectiond .company .left .content a {
    float: left;
    display: inline-block;
    text-decoration: underline;
}

.page-template-tpl-location .sectiond .company .left .contact h3 {
    clear: both;
    color: #4c4c4c !important;
    font-size: 14px;
    font-weight: normal;
    float: left;
    display: inline-block;
    margin: 5px 0 0;
    padding: 0px;
    text-transform: capitalize !important;
}

.page-template-tpl-location .sectiond .company .left .contact p {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.page-template-tpl-location .sectiond .company .left .contact h3 span {
    text-transform: none !important;
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.page-template-tpl-location .sectiond .company .left .contact {
    font-weight: bold;
}

.page-template-tpl-location .sectiond .company .left h2 {
    padding: 0px;
    text-align: center;
    font-style: normal !important;
}

.page-template-tpl-location .sectiond .company .right {
    width: 58%;
    padding: 0 2% 2%;
    float: left;
}

.page-template-tpl-location .sectiond .company .right img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.page-template-tpl-location .sectiond .company .content {
    clear: both;
}

.page-template-tpl-location .sectiond .company .content h3 {
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    float: left;
    line-height: 32px;
}

.page-template-tpl-location .sectiond .company .content p {
    clear: both;
    padding-top: 10px;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
}

.page-template-tpl-location .sectiond .company .content ul {
    clear: both;
    margin-top: -5px;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
}

.page-template-tpl-location .sectiond .company .content ul li {
    margin: 0 0 10px;
    line-height: 25px;
    background: url('/wp-content/uploads/2016/01/orangeullistarrowsmaller.png') no-repeat left top;
    padding-left: 20px;
    padding-right: 0px;
    background-position: left center;
}

@media screen and (max-width: 950px) {
    .page-template-tpl-location .sectionb .left {
        width: 100%;
        margin-right: 0%;
    }

    .page-template-tpl-location .sectionb .right {
        width: 96%;
        margin-top: 20px;
    }

    .page-template-tpl-location .sectiond .company .content img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .page-template-tpl-location .sectionb .col {
        width: 100%;
    }

    .page-template-tpl-location .sectiond .company .left {
        width: 100%;
    }

    .page-template-tpl-location .sectiond .company .right {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    #home_content a {
        word-wrap: break-word;
    }
}


/* Jobs
------------------------------------------------------- */
.single-ipf_jobs .slider {
    display: none;
}

.single-ipf_jobs .breadcrumbs {
    display: none;
}

.single-ipf_jobs #site-header {
    border-bottom: 5px solid #0195bb;
    height: auto;
}

.single-ipf_jobs header h1 {
    text-align: center;
}

/*.single-ipf_jobs .main-wrapper{
    width:1200px;
}
@media screen and (max-width: 1200px) {
    .single-ipf_jobs .main-wrapper{
        width:1000px;
    }
}*/

@media screen and (max-width: 900px) {

    .single-ipf_jobs aside,
    .page-template-tpl-career aside {
        width: 96% !important;
        display: block !important;
    }

    .single-ipf_jobs .blog-more-content,
    .page-template-tpl-career #home_content {
        width: 100% !important;
        margin-right: 0px !important;
    }
}

.single-ipf_jobs .blog-more-content,
.page-template-tpl-career #home_content {
    width: 65%;
    margin-right: 3%;
    float: left;
}

.single-ipf_jobs aside,
.page-template-tpl-career aside {
    width: 27%;
    padding: 2%;
    float: left;
    background-color: #0195bb;
    color: #fff;
    margin-top: 20px;
}

.single-ipf_jobs aside h2 {
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0 0 4px;
    position: relative;
}

.single-ipf_jobs aside h2:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.single-ipf_jobs aside ul {
    margin-left: 0px;
    padding-left: 0px;
}

.single-ipf_jobs aside ul li {
    line-height: 20px !important;
    font-size: 15px;
    margin-bottom: 20px;
}

.single-ipf_jobs aside ul li a {
    color: #fff;
}

.single-ipf_jobs aside ul li a:hover {
    text-decoration: underline;
}

.single-ipf_jobs a.button {
    font-size: 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0195bb;
    border: 5px solid #0195bb;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-ipf_jobs a:hover.button {
    background-color: #e1e0dc;
    border: 5px solid #e1e0dc;
}


/* Careers
------------------------------------------------------- */
.page-template-tpl-career .slider {
    display: none;
}

.page-template-tpl-career .breadcrumbs {
    display: none;
}

.page-template-tpl-career aside h2 {
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0 0 4px;
    position: relative;
}

.page-template-tpl-career aside h2:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.page-template-tpl-career aside ul {
    margin-left: 0px;
    padding-left: 0px;
}

.page-template-tpl-career aside ul li {
    line-height: 20px !important;
    font-size: 15px;
    margin-bottom: 20px;
}

.page-template-tpl-career aside ul li a {
    color: #fff;
}

.page-template-tpl-career aside ul li a:hover {
    text-decoration: underline;
}

.page-template-tpl-career .main-wrapper {
    width: 900px;
}

@media screen and (max-width: 1200px) {
    .page-template-tpl-career .main-wrapper {
        width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .page-template-tpl-career .main-wrapper {
        width: 800px;
    }
}

@media screen and (max-width: 999px) {
    .page-template-tpl-career .main-wrapper {
        width: 90%;
    }
}


/* Case Studies
------------------------------------------------------- */
/*.casestudies img{
    max-width: 50%;
    height: 100%;
}*/
.casestudies h1 {
    color: #4c4c4c !important;
    font-family: "Open Sans";
    font-size: 28px;
    margin: 0;
    padding: 0;
    text-transform: none !important;
    margin-bottom: 15px;
    font-weight: 300;
}

.casestudies {
    color: #4c4c4c !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-transform: none !important;
    margin-top: 5px;
}

.casestudies .bottom img {
    width: 32%;
    margin-right: 1.5%;
    float: left;
}

.casestudies .bottom img:nth-child(3n+3) {
    margin-right: 0px;
}

.casestudies .bottom .buttoncontainer {
    text-align: center;
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}

.casestudies .bottom a.button {
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: #e1e0dc;
    font-size: 16px;
    padding: 10px 25px;
    margin: 30px auto;
}

.casestudies .bottom a.button:hover {
    text-decoration: none;
}

.page-template-tpl-casestudies .breadcrumbs {
    display: none;
}

.page-template-tpl-casestudies .slider h1 {
    display: block !important;
    margin-top: -50px;
    text-transform: uppercase !important;
    letter-spacing: 5px;
    color: #fff;
    line-height: 38px;
    font-size: 30px;
    font-weight: 300;
}

@media screen and (max-width: 800px) {
    .casestudies img {
        max-width: 100% !important;
        height: 100% !important;
        width: 100%;
        margin: 20px auto;
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .casestudies .bottom img {
        width: 30%;
        margin-right: 1.5%;
        float: left;
    }
}

@media screen and (max-width: 700px) {
    .casestudies .bottom img {
        width: 100%;
        margin-right: 0%;
        float: left;
    }
}

.fs-row .fs-col-3 {
    width: 100%;
}

.fs-row .fs-col-9 {
    width: 100%;
}

.fs-row::before,
.fs-row::after {
    display: block !important;
    content: none !important;
}

.page-template-tpl-casestudies .single-page {
    padding: 70px 0 10px !important;
}

.page-template-tpl-casestudies .slider {
    background-color: #017491 !important;
}

.page-template-tpl-casestudies #home_content {
    margin-top: 10px;
}

@media screen and (max-width: 960px) {
    article.readmore {
        max-height: 375px;
    }
}

@media screen and (max-width: 760px) {
    article.readmore {
        max-height: 320px;
    }
}

@media screen and (max-width: 480px) {
    article.readmore {
        max-height: 315px;
    }
}

.site-notice.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999;
}

.body.fixed {
    padding-top: 38px;
}

/****** Gravity Form Styles *******/
.gf_progressbar_wrapper {
    display: none;
}

.gform_page input {
    margin-bottom: 15px !important;
}

.gform_page select {
    margin-bottom: 15px !important;
}

.gform_page label {
    font-weight: bold !important;
}

.gfield_error {
    padding-top: 10px !important;
}

.gform_body h1 {
    color: #e1e0dc !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    font-family: "Open Sans" !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

input#gform_submit_button_5[type="submit"] {
    margin-top: -10px !important;
}

input#gform_submit_button_5[type="button"] {
    float: left !important;
}

li#field_6_4 {
    margin-top: -96px !important;
}

li#field_6_5 {
    margin-top: -96px !important;
}

#form textarea#input_6_7 {
    max-height: 120px !important;
    width: 100% !important;
}

body.home .gform_wrapper .gform_page_footer {
    border-top: none !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: -20px !important;
}

.gform_wrapper .gform_page_footer {
    border-top: none !important;
}

.gfield_required {
    display: none !important;
}

input[type="button"],
input[type="submit"] {
    text-align: center !important;
}

input[type="submit"] {
    float: right !important;
}

li#field_6_6.gfield_error {
    margin-top: 0px !important;
}

.gform_validation_error li#field_6_4 {
    margin-top: 0px !important;
}

form#gform_5 input[type="button"],
form#gform_9 input[type="button"] {
    background-color: #85C98B !important;
}

form#gform_5 input[type="button"],
form#gform_5 input[type="submit"],
form#gform_9 input[type="button"],
form#gform_9 input[type="submit"] {
    background-color: #85C98B !important;
    float: right !important;
}

form#gform_5 input[type="submit"],
form#gform_9 input[type="submit"] {
    float: none !important;
}

form#gform_5 .gform_footer,
form#gform_9 .gform_footer {
    text-align: center;
}

input#gform_previous_button_5,
input#gform_previous_button_9 {
    margin-right: 200px !important;
}

form#gform_5 input[type="submit"],
form#gform_9 input[type="submit"] {
    background-color: #85C98B !important;
}

form#gform_5 .gform_previous_button_5 {
    min-width: 200px !important;
}

#gform_page_6_1 label {
    margin: 0px !important;
}

#gform_fields_6_2 input[type="text"] {
    padding: 0px !important;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

@media screen and (max-width: 480px) {
    input#gform_previous_button_5 {
        margin-right: 0px !important;
    }

    form#gform_5 input[type="submit"] {
        clear: both;
        margin-right: 0px !important;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 767px) {

    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        width: 100% !important;
    }

    li#field_6_4 {
        margin-top: 0px !important;
    }

    li#field_6_5 {
        margin-top: 0px !important;
    }
}

.hide_name_label .ginput_complex label {
    display: none !important;
}

.gfield.left-half,
.gfield.right-half,
.gform_wrapper .top_label .gfield_error.left-half,
.gform_wrapper .top_label .gfield_error.right-half {
    width: 50%;
    float: left;
    clear: none !important;
}

.gfield.right-half {
    float: right;
}

@media screen and (max-width: 767px) {

    .gfield.left-half,
    .gfield.right-half,
    .gform_wrapper .top_label .gfield_error.left-half,
    .gform_wrapper .top_label .gfield_error.right-half {
        width: 100%;
        float: none;
        clear: both !important;
    }
}

.gform_wrapper .gform_footer {
    overflow: hidden;
}

.blue-text .gfield_label,
.blue-text .gfield_description {
    color: #007491;
}

.gform_wrapper .top_label .blue-text .gfield_description {
    padding-top: 0;
}

.blue-text input,
.blue-text textarea {
    border-color: #6F6F6F;
}

form#gform_5 .blue-text input[type=button] {
    margin: -10px 0 0;
    padding: 8px 15px;
    background-color: #aaa !important;
}

.gform_wrapper .blue-text .gform_fileupload_multifile .gform_drop_area {
    border-color: #6F6F6F;
}

.blue-text .gform_drop_area {
    max-width: 97.5%;
}

.padding-hr {
    padding: 20px 0 10px;
}

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

.product-image-holder-after {
    display: none;
}

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

.twenty-px {
    padding-bottom: 28px;
}


/**
 * Minimum Quantity
 */
.minimum-qty {
    font-size: 0.8em;
    padding-top: 10px;
    text-align: center;
}

.single-product .minimum-qty {
    font-size: 1em;
    padding: 0 0 0px;
    text-align: left;
}

/**
 * WooCommerce
 */
.main-wrapper .page-title,
.woocommerce-result-count {
    display: block;
}

.woocommerce_ordering {
    padding: 0;
}

textarea,
input[type="text"],
input[type="email"],
select,
.contact-form select,
table.cart td.actions .coupon .input-text,
#content table.cart td.actions .coupon .input-text,
#calc_shipping_country,
form .form-row input.input-text,
form .form-row textarea,
div.product form.cart .variations select,
#content div.product form.cart .variations select,
input[type="password"] {
    border-color: #cccccc !important;
    outline: none !important;
}


/**
 * Email Us Page Form
 */
.center-submit-button .gform_fileupload_multifile .gform_drop_area {
    padding: 24px 24px 50px !important;
}

.center-submit-button input[type=button] {
    margin: 0 auto 15px;
    left: calc(50% - 75px);
}


/**
 * Used Cubicle Page with narrow left sidebar
 */
.narrow-left-one-quarter .content-quarter {
    width: 10%;
    margin: 0 2% 0 0;
    padding: 60px 0 0 1%;
}

.narrow-left-one-quarter .content-three-quarter {
    width: 85%;
}

@media screen and (max-width:767px) {
    .narrow-left-one-quarter .content-quarter {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .narrow-left-one-quarter .content-three-quarter {
        width: 96%;
        margin: 0;
        padding: 0 2%;
    }
}

.background-light-grey {
    background: #f4f4f4;
    padding: 20px 0;
}

.background-grey {
    background: #eaecf2;
    padding: 20px 0;
}

.background-grey-blue {
    background: #dde6f8;
    padding: 20px 0;
}

.background-blue {
    background: #c8e0fa;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {

    .background-light-grey,
    .background-grey,
    .background-grey-blue,
    .background-blue {
        margin: 0 -2%;
    }
}

@media screen and (max-width: 767px) {

    .hide-mobile,
    .hide-mobile.aligncenter {
        display: none;
    }
}



/**
 * Arnolds Google Reviews Widget
 */
@media screen and (min-width: 481px) {
    .arnolds-google-reviews {
        float: right;
    }
}

@media screen and (max-width: 480px) {
    .arnolds-google-reviews {
        margin: 0 auto 10px;
        width: 190px;
    }
}

/**
 * Archive Product Pages - Used Cubicles / New Cubicles
 */
.woocommerce-result-count {
    /* margin-bottom: 20px; */
}

@media screen and (min-width: 768px) {
    .arnolds-sorting-widgets {
        width: 66%;
    }

    .arnolds-woocommerce-filters {
        width: 46%;
        margin-right: 4%;
        float: left;
    }

    .woocommerce_ordering .orderby {
        right: 0;
        margin-top: 5px;
        width: 30%;
        margin-right: 0;
    }

    .woocommerce_ordering::before {
        position: absolute;
        right: 0;
        /* margin-top: 80px; */
        width: 30%;
    }
}

.arnolds-sorting-widgets {
    margin-bottom: 10px;
    overflow: hidden;
}

.arnolds-sorting-widgets .dropdown_product_cat,
.woocommerce_ordering .orderby {
    background: #e1e0dc url(/wp-content/uploads/2016/11/down-arrow.png) no-repeat 95% center;
    color: white;
    border-radius: 0;
    -webkit-appearance: none;
    border-color: #007491 !important;
    max-width: 100%;
    padding: 6px 10px;
}

.woocommerce_ordering::before {
    font-weight: bold;
    /*content: 'SORT ORDER'; */
    color: #848484 !important;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .woocommerce_ordering {
        margin-top: 10px;
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .woocommerce_ordering .orderby {
        width: 398px;
        margin-right: 0;
        float: left;
    }
}

span.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
    margin-left: -14px;
}

.arnolds-woocommerce-filters .price_slider_wrapper {
    margin: 17px 0 0;
}

.wc-layered-nav-term a:hover:before {
    content: '\2713';
    position: absolute;
    left: -15px;
}

.wc-layered-nav-term.chosen a {
    color: green;
}

.wc-layered-nav-term.chosen a:before {
    content: '\2713';
    position: absolute;
    left: -15px;
}

.wc-layered-nav-term.chosen a:hover {
    color: red;
}

.wc-layered-nav-term.chosen a:hover:before {
    content: '\2717';
}



/**
 * Variable Product Short Description Display
 */
.variable-description {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

.variable-description:nth-child(2n) {
    margin-right: 3%;
}



/**
 * Gravity Form issue on Chrome
 */
.gform_wrapper form {
    width: 100%;
}

/**
 * new home page, remove 4 columns on woo products
 */
.page-template-tpl-home .products_homepage a.featured.homebutton {
    background-color: #e1e0dc;
}

.page-template-tpl-home .products_homepage a.featured.homebutton:hover {
    background-color: #0195bb;
}

.page-template-tpl-home ul.products li.product,
.page-template-tpl-home ul.products li.product.last {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .page-template-tpl-home .content-third {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width: 768px) {
    .page-template-tpl-home .content-third {
        border-right: 1px solid #d5d5d5;
        width: 29%;
        padding: 0 2%;
        margin: 0;
    }

    .page-template-tpl-home .content-third.last {
        border-right: none;
    }
}

.page-template-tpl-home a.homebutton {
    width: calc(100% - 40px);
}

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


/**
 * Footer Phone Number
 */
@media screen and (min-width: 768px) {
    .footer-phone {
        position: absolute;
        right: 0;
        top: 0;
    }

    .content {
        position: relative;
    }
}


/**
 * New Cubicles Display on Product Archives
 */
.home .product .sku,
.archive .product .sku,
.page-template-default .product .sku,
.product-template-default .related .product .sku,
.home .sunline-sliding-cubicle.product .sku,
.archive .sunline-sliding-cubicle.product .sku,
.page-template-default .sunline-sliding-cubicle.product .sku,
.product-template-default .related .sunline-sliding-cubicle.product .sku {
    position: absolute;
    top: 8px;
    font-size: 13.5px;
    color: black;
    left: 5px;
    text-align: center;
    line-height: 1.2em;
}

.sku {
    font-size: 13px !important;
    padding-top: 2px;
    padding-left: 2px;
}

.title-sku {
    text-align: left
}

.sku .small-text {
    font-size: 10px !important;
}

.price-box-holder {
    position: relative;
    /* max-width: 220px; */
    margin: auto;
}

.per-seat {
    position: absolute;
    color: black;
    z-index: 10;
    top: 13px;
    font-size: 13px;
    width: calc(100% - 10px);
    text-align: right;
}


.archive.tax-product_cat.term-chairs .product .sku,
.archive.tax-product_cat.term-lounge-furniture .product .sku {
    position: relative;
    text-shadow: none;
    color: black;
    top: auto;
    left: 0;
    text-align: center;
}



.home ul.products .qty,
.archive ul.products .qty {
    width: 100% !important;
}

.archive.term-chairs ul.products .qty,
.archive.term-lounge-furniture ul.products .qty {
    display: none;
}

.product.new-cubicle .product-height {
    text-align: center;
    font-size: 14px;
    padding-bottom: 2px;
    font-weight: bold;
}

.product.new-cubicle .woocommerce-Price-amount {
    position: relative;
}

.product .woocommerce-Price-amount::before {
    content: 'as low as ';
    min-width: 54px;
    font-size: 11px;
    position: absolute;
    top: -16px;
    text-align: center;
    width: 100%;
}

.term-office-desks-for-sale .product .woocommerce-Price-amount::before,
.term-chairs .product .woocommerce-Price-amount::before,
.product .entry-summary .woocommerce-Price-amount::before,
.product del .woocommerce-Price-amount::before {
    content: '';
}

.term-chairs .dimensions,
.term-lounge-furniture .dimensions {
    display: none;
}

/**
 * .attention-form
 */
.attention-form {
    width: 350px;
    position: fixed;
    bottom: 0;
    right: 0;
    color: white;
    background: #0194bb;
    padding: 20px;
    z-index: 20000;
}

.attention-form .white-text {
    color: white;
}

.attention-form .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    background: #85c98b;
}

.attention-form .collapseomatic {
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px;
    width: 100%;
    display: inline-block;
    background-image: none;
}

.attention-form {
    padding: 0;
}

@media screen and (max-width:767px) {
    .attention-form {
        display: none;
    }
}

/**
 * Remove Qty from everything except used cubicles
 */
.tax-product_cat .qty,
.single-product .qty {
    visibility: hidden;
}

.tax-product_cat.term-used-cubicles .qty,
.tax-product_cat.term-highwallcubes .qty,
.tax-product_cat.term-allsteel .qty,
.tax-product_cat.term-haworth .qty,
.tax-product_cat.term-herman-miller .qty,
.tax-product_cat.term-highwallprivateoffices .qty,
.tax-product_cat.term-kimball .qty,
.tax-product_cat.term-knoll .qty,
.tax-product_cat.term-low-wall-used-office-workstations .qty,
.tax-product_cat.term-midwallcubes .qty,
.tax-product_cat.term-steelcase .qty,
.single-product .product_cat-used-cubicles .qty {
    visibility: visible;
}


/**
 * related products - display row of 3 css
 */
.single .related.products .product:last-child {
    margin-right: 0;
}

/**
 * as "as low as" to used, new, open, & sunline
 */
.single .product_cat-sunline-new-office-furniture .entry-summary .price::before,
.single .product_cat-sunline-series-new-office-cubicles .entry-summary .price::before,
.single .product_cat-new-office-cubicles .entry-summary .price::before,
.single .product_cat-used-cubicles .entry-summary .price::before,
.single .product_cat-open-plan-office .entry-summary .price::before {
    content: 'as low as ';
    font-size: 16px;
}

.single .price.per-seat-after:after {
    content: ' per seat';
    font-size: 16px;
}


/**
 * Show <br> on main listing, not on single
 */
.single .no-br-single {
    display: none;
}


/**
 * Formatting for price to have 00 in superscript
 */
span.woocommerce-Price-amount.amount sup {
    font-size: 11px;
}


/**
 * Search Results Page
 */
.search-results .main-wrapper h1::after {
    content: 'Please click bold blue title to view product listing';
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    bottom: -20px;
    left: 0;
    font-style: italic;
    text-align: center;
    width: 100%;
}

.search-results .main-wrapper h1 {
    line-height: 32px;
    padding-bottom: 30px;
}


/***
 * Hide banner on homepage only
 */
.home .banner {
    display: none;
}

/***
 * Spacing for Gallery
 */
@media screen and (min-width: 768px) {
    body .gallery-5-columns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body .gallery-5-columns .gallery-item {
        width: calc(20% - 10px);
        margin: 10px auto;
    }

    body .gallery-2-columns .gallery-item {
        width: calc(50% - 10px);
    }

    body .gallery-3-columns .gallery-item {
        width: calc(33.3% - 15px);
    }

    body .gallery-4-columns .gallery-item {
        width: calc(25% - 20px);
    }
}

@media screen and (max-width: 767px) {
    body .gallery-5-columns .gallery-item {
        float: none;
    }

    body .gallery-item a {
        background: transparent;
    }

    body .gallery-5-columns .gallery-item img {
        max-width: 200px;
    }
}

.hentry .summary .amount,
.product .summary .amount {
    font-weight: normal;
}

/**
 * Hide title on sunline page
 */
.term-1333 .page-title {
    display: none;
}

.rightoflogo {
    display: none !important;
}

.rightoflogo img {
    max-width: 200px;
}

@media screen and (max-width: 800px) {
    .rightoflogo img {
        max-width: 140px;
    }

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

@media screen and (max-width: 479px) {
    .rightoflogo img {
        max-width: 120px !important;
        padding-top: 22px !important;
    }
}


/**
 * normal columns
 */
@media screen and (min-width: 768px) {
    .row .columns-4 {
        width: 31%;
        margin-right: 3.5%;
        float: left;
    }

    .row .columns-3 {
        width: 22%;
        margin-right: 4%;
        float: left;
    }

    .row .columns-4.last,
    .row .columns-3.last {
        margin-right: 0;
    }

    .row .columns-2 {
        width: 15%;
        float: left;
        margin-right: 3.5%;
        min-height: 2px;
    }

    .row .columns-6 {
        width: 62%;
        margin-right: 3.5%;
        float: left;
    }
}


/**
 * Home Categories
 */
.home-categories-cubicle:hover {
    content: url('/wp-content/uploads/2017/09/cubicles.gif');
}

/**
 * Landing Page
 */
.page-template-page-visual-composer .hero-form-row label.gfield_label,
.page-template-page-visual-composer .bottom-cta-row label.gfield_label {
    display: none !important;
}

.page-template-page-visual-composer .gform_wrapper .top_label input.medium,
.page-template-page-visual-composer .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.page-template-page-visual-composer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

.page-template-page-visual-composer .gform_button {
    width: 100% !important;
    background: #ff9400 !important;
    margin: 0 auto !important;
    padding: 8px !important;
    font-size: 18px !important;
    text-transform: none !important;
    border-radius: 0px !important;
    max-width: 100% !important;
}

.page-template-page-visual-composer .why-us-row h2 {
    margin-bottom: 0px;
}

.page-template-page-visual-composer .why-us-row2 .wpb_single_image img {
    max-height: 50px;
    width: auto;
}

.page-template-page-visual-composer .hero-logo {
    max-width: 150px;
}

.page-template-page-visual-composer .large-text p {
    font-size: 40px;
    line-height: 1.5;
}

.page-template-page-visual-composer .white-text,
.page-template-page-visual-composer .white-text p {
    color: #fff !important;
}

.page-template-page-visual-composer .wpb_button,
.page-template-page-visual-composer .wpb_content_element,
.page-template-page-visual-composer ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

.page-template-page-visual-composer h2,
.page-template-page-visual-composer h3 {
    color: #4c4c4c;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-weight: 400;
    line-height: 1em;
    font-size: 26px;

}

.two-line-field textarea {
    max-width: 100% !important;
}

.page-template-page-visual-composer .gform_wrapper div.validation_error {
    color: #f09a11;
    border-top: 2px solid #f09a11;
    border-bottom: 2px solid #f09a11;
}

.page-template-page-visual-composer .gform_wrapper .validation_message {
    color: #f09a11;
}

.prefooter .one .vcard {
    clear: both;
    margin-bottom: 20px;
}

.page-template-tpl-home-alt-2 a.homebutton {
    width: calc(100% - 40px);
}

.page-template-tpl-home-alt-2 .rightoflogo {
    display: none;
}

.page-template-tpl-home-alt-2 .large-text p {
    font-size: 25px;
}

.page-id-21032 ul#gform_fields_12 input {
    text-align: center;
}

.archive.tax-product_cat .woocommerce-result-count {
    font-style: oblique;
}

.archive.tax-product_cat .page-title {
    text-align: center;
}

/* .vc_row.wpb_row {
    margin-left: auto;
}

.vc_row.wpb_row[data-vc-full-width="true"] {
    margin-left: -15px;
} */

del sup {
    display: none;
}

.choose-company-shape {
    z-index: 100 !important;
}

.input-box {
    max-width: 337px !important;
}

#field_15_47, #field_15_46 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}

#field_15_47 .gfield_label {
    max-width: 286px !important;
}

#field_15_18 .gfield_label {
    max-width: 100% !important;
}

#field_15_18 .ginput_container {
    display: inline-block;
    width: 100%;
    vertical-align: none;
}


#field_15_18 .gfield_label {
        margin-top: 25px !important;
    }


#field_15_18 .gform_fileupload_rules {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

#input_15_19 .gchoice {
    display: inline-block;
    margin-right: 15px;
}

#field_15_14 {
    width: 100% !important;
}

#input_15_14 .gchoice {
    display: inline-block;
    margin-right: 15px;
}

#input_15_14 .gchoice {
    width: 210px;
}


#gform_browse_button_15_18 {
    width: 100% !important;
    color: #FFF !important;
    font-weight: 600;
  background: #2bc0c9 !important;
    font-family: 'Open Sans',sans-serif;
}

#field_15_18 .gform_fileupload_multifile .gform_drop_area {
    padding: 0 0 !important;
    border: none !important;
    color: #AAA !important;
    background: none !important;
    width: 100% !important;
        height: 41px;
    border-radius: 5px !important;
}

@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper textarea.small {
    max-width: 657px;
}  
}

.page-id-28475 .contact-office-shape {
    height: 100% !important;
}

.page-id-28475 .banner-image {
    height: 96.1% !important;
}

.white-background-nav-top-fix {
    position: fixed; 
    top: 0px; 
    background-color: #fff;
    width: 100%;
    height: 100px;
    z-index: 105;
}

@media only screen and (max-width: 1024px) {
.contact-office {
    height: 1275px;
}

.page-template-page-landing .contact-office-shape {
    top: -50px;
    max-width: 100% !important;
}
}

@media only screen and (max-width: 640px) {
#field_15_47, #field_15_46 {
    width: 100% !important;
    max-width: none;
    padding-right: 0 !important;
}

.contact-office {
    height: 1675px;
}

.page-template-page-landing .contact-office-shape h2, .contact-office-shape h2 {
    text-align: center;
}

.input-box {
    max-width: 100%;
}
}

@media only screen and (max-width: 497px) {
.contact-office {
    height: 1775px;
}
}

@media only screen and (max-width: 480px) {
.contact-office {
    height: 1865px;
}
}


/** Build your own cubicle page **/
@media (max-width: 767px) {
    .page-template-tpl-build-your-own #notice-inline {
        display: none;
    }

    .page-template-tpl-build-your-own .sidebarfloat {
        float: none;
        left: none;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
        display: block !important;
    }
}

.page-template-tpl-build-your-own .attention-form {
    display: none;
}

/* Footer logos */
.foot-img-left {
    overflow: hidden;
    float: left;
    width: 33%;
    padding-top: 20px;
}

.foot-img-center {
    float: left;
    width: 33%;
    text-align: center;
    margin: 0 auto;
}

.foot-img-right {
    float: left;
    width: 33%;
    overflow: hidden;
}

.footer-images {
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    .thumbnails a {
        margin: 0 9px 10px 0 !important;
    }
}

.product-image-holder a {
    text-align: center !important;
    min-height: 230px;
    display: block;
}

.term-lounge-furniture .product-image-holder a{
    min-height: unset;
}


/*Added For Spriteimages*/
#notice-inline .text-center .text p:before {
    background: url(images/spriteimage.png) no-repeat 0 0;
}

#notice-inline .text-center .text p:after {
    background: url(images/spriteimage.png) no-repeat 0 -50px;
}

.notice-close {
    background: url(images/spriteimage.png) no-repeat 0 -100px;
}

.footer .right form input#searchsubmit {
    background: url(images/spriteimage.png) no-repeat 0 -120px;
}

footer#site-footer .social-icons>ul {
    margin-top: 15px;
}

footer#site-footer .social-icons .linkedinicon,
#notice-inline .social-icons .linkedinicon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/spriteimage.png) no-repeat 0 -148px;
}

footer#site-footer .social-icons .pintresticon,
#notice-inline .social-icons .pintresticon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/spriteimage.png) no-repeat 0 -188px;
}

footer#site-footer .social-icons .twittericon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/spriteimage.png) no-repeat 0 -228px;
}

footer#site-footer .social-icons .facebookicon,
#notice-inline .social-icons .facebookicon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/spriteimage.png) no-repeat 0 -268px;
}

footer#site-footer .social-icons .googleplusicon,
#notice-inline .social-icons .googleplusicon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/spriteimage.png) no-repeat 0 -636px;
}

footer#site-footer .social-icons .wordpressicon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/spriteimage.png) no-repeat 0 -349px;
}

footer#site-footer .social-icons>ul>li>a {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

footer#site-footer .social-icons>ul>li>a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#toTop {
    background: url(images/spriteimage.png) no-repeat 0 -389px;
}

ul.top-nav-menu li .btn-dd {
    background: url(images/spriteimage.png) no-repeat 0 -450px;
}

.quote-link {
    display: block;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: right;
}

@media only screen and (min-width:769px) {
    .content-desktop-full {
        display: block;
    }
    .content-mobile-full {
        display: none;
    }
    .content-desktop-full {
        width: 60%;
        margin: auto;
    }
    button.pum-close.popmake-close {
        left: 14% !important;
        right: inherit !important;
        border: 0 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        bottom: -39px;
        top: 51px !important;
        background-color: #ffffff !important;
        height: 35px !important;
        display: block;
        color: #000000 !important;
        padding: 0px !important;
        width: 26px !important;
    }
}


@media only screen and (max-width: 768px) {
    .content-desktop-full {
        display: none;
    }
    .content-mobile-full {
        display: block !important;
        width: 80%;
        margin: auto;
    }
    button.pum-close.popmake-close {
        left: 5% !important;
        right: inherit !important;
        border: 0 !important;
        padding: 6px !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        bottom: 26px !important;
        top: inherit !important;
        background-color: #ffffff !important;
        height: 35px !important;
        display: block;
        color: #000000 !important;
        padding: 0px !important;
        width: 26px !important;
    }
}


/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.holder{
    height:150px;
    background:gray;
    border:1px dashed #000;
    color:#fff;
    text-align:center;
  }

.main-wrapper-1 {
	max-width: 1366px;
	margin:0 auto !important;
}

.aboutslider .homeslider__txt-content {
    top: auto;
    bottom: 0;
}

.aboutslider .homeslider__text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.8rem;
}

.aboutslider .slick-dots {
    left: auto;
    right: 0;
}

.icon-text h2 {
    color: #fff !important;
}

.icon-text p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8rem;
    margin: 0;
    text-transform: uppercase;
}

.icon-text p span {
    display: block;
    font-size: 18px;
    text-transform: none;
}

.hover-box .wpb_wrapper {
    position: relative;
}

.hover-content {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.34em;
    margin: 0;
    position: absolute;
    width: calc(100% - 40px);
    height:100%;
    background-color: rgba(37,149, 188, 0.85);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top:0;
    opacity: 0;
    padding: 0 20px;
}

.hover-content.open {
    opacity: 1;
}

.hover-content p {
    margin:0;
    padding:0
}

.hover-box img {
    width: 100%;
}

.plus-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    background-color: rgba(37,149, 188, 0.85);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index:9
}

.plus-icon:before {
    content: "+";
    width: 100%;
    height: 100%;
    position: absolute;
}

.plus-icon.icon:before {
    content: "-";
}

.right-pict {
    display: none;
}

.part-logo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.part-logo ul li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.page-template-page-about .form {
    margin-top: 0;
}

.icon-text .wpb_single_image.vc_align_center {
    margin-bottom:20px
}

@media (min-width: 768px) {
    .part-logo ul li {
        margin: 10px;
        float:left;
        width: calc(50% - 20px)
    }

    .part-logo ul li:last-child {
        width: calc(100% - 20px)
    }
    .right-pict {
        display: block;
        position: absolute;
        right: 0;
        width: 50%;
        top:75px
    }
}

/* single products */


 .single-product__table-body {
    max-width: 100%;
    min-width: 500px;
    border: 1px solid #f0f0f0;
    margin: 0;
    padding: 0;
}

.single-product__table-body th {
    padding: 2px 5px;
}

.single-product__table-head {
    background: #2794bb;
    margin: 0;
    padding: 0;
    color: #fff;
    border: none;
}

.single-product__table-body tr:nth-child(even) {
    background: #f7f7f7;
}

.single_product--common-details {
  margin-top: 2rem
}



/* 4-26-2021 EDITS */

/* 
 * Healthier Workplace Landing Page Styles
 */

.page-template-page-healthier-workplace-new .main-wrapper,
.page-template-page-landing .main-wrapper {
     width: 100%;
}

.page-template-page-healthier-workplace-new .prefooter.main-wrapper,
.page-template-page-healthier-workplace-new #site-footer .main-wrapper,
.page-template-page-landing .prefooter.main-wrapper,
.page-template-page-landing #site-footer .main-wrapper {
     width: 940px;
}

.page-template-page-healthier-workplace-new .slider.single-page,
.page-template-page-landing .slider.single-page {
     display: none;
}

.page-template-page-healthier-workplace-new .landing-page .mastbanner,
.page-template-page-landing .landing-page .mastbanner {
     margin-top: 0;
}

.page-template-page-healthier-workplace-new #site-header,
.page-template-page-landing #site-header {
    box-shadow: 0px 5px 15px #00000040;
}

.page-template-page-healthier-workplace-new .landing-page .mastbanner h1,
.page-template-page-landing .landing-page .mastbanner h1 {
    color: #fff!important;
}

.page-template-page-healthier-workplace-new .list_cta_content h3, 
.page-template-page-landing .list_cta_content h3, 
.page-template-page-healthier-workplace-new .bluegreen-backgound h3,
.page-template-page-landing .bluegreen-backgound h3 {
    color: #1f1c57!important;
    line-height: 1.1875em;
}

.page-template-page-healthier-workplace-new h1,
.page-template-page-landing h1,
.page-template-page-healthier-workplace-new h2,
.page-template-page-landing h2,
.page-template-page-healthier-workplace-new h3,
.page-template-page-landing h3,
.page-template-page-healthier-workplace-new h4,
.page-template-page-landing h4 {
    text-transform: capitalize;
}

.page-template-page-healthier-workplace-new .intro_section,
.page-template-page-landing .intro_section,
.page-template-page-healthier-workplace-new p,
.page-template-page-landing p {
    color: #737373!important;
    font-size: 17px !important;
    line-height: 1.6em!important;
}

.page-template-page-healthier-workplace-new h2,
.page-template-page-landing h2 {
    color: #1f1c57!important;
    line-height: 1.1875em;
}

.page-template-page-healthier-workplace-new .feat_info p,
.page-template-page-landing .feat_info p {
    padding: 0;
    margin: 15px 0 0 0;
    line-height: 1.6em;
    color: #324041!important;
}

.page-template-page-healthier-workplace-new .landing-page .intro_section h2,
.page-template-page-landing .landing-page .intro_section h2 {
    color: #2BBFC8!important;
    line-height: 1.6;
}

.page-template-page-healthier-workplace-new .list_cta_content h3,
.page-template-page-landing .list_cta_content h3 {
    padding: 5px 15px!important;
}

.page-template-page-healthier-workplace-new #form.form,
.page-template-page-landing #form.form {
    display: none;
}

.page-template-page-healthier-workplace-new #notice-inline .text-center .text p,
.page-template-page-landing #notice-inline .text-center .text p {
    padding: 6px 55px;
}

.page-template-page-healthier-workplace-new .buttons_section a:hover,
.page-template-page-landing .buttons_section a:hover {
    color: #fff;
}

.page-template-page-healthier-workplace-new .prefooter .col.two .content p,
.page-template-page-landing .prefooter .col.two .content p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom:  1em;
    color:  #000000 !important;
}


/* Landing Form Styles */

.page-template-page-healthier-workplace-new .landing-form-section,
.page-template-page-landing .landing-form-section {
    margin-top: 80px;
}

.page-template-page-healthier-workplace-new .landing-form-section textarea,
.page-template-page-landing .landing-form-section textarea {
    max-width: 100%;
}

.page-template-page-healthier-workplace-new .landing-form-section .gfield_required,
.page-template-page-landing .landing-form-section .gfield_required {
    color: #0295bb!important;
    display: inline-block!important;
}

.page-template-page-healthier-workplace-new .landing-form-section .gfield_label,
.page-template-page-landing .landing-form-section .gfield_label {
    color: #201c57!important;
}

.page-template-page-healthier-workplace-new .landing-form-section h2,
.page-template-page-landing .landing-form-section h2 {
    line-height: 1.3em;
    text-transform: capitalize;
}

.page-template-page-healthier-workplace-new .landing-form-section .full-width,
.page-template-page-landing .landing-form-section .full-width {
    width: 100%;
    float: left;
    clear: none !important; 
}

.page-template-page-healthier-workplace-new .gform_wrapper .gform_footer input[type="submit"],
.page-template-page-landing .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #2bc0ca;
    padding: 5px 30px;
    display: block;
    height: auto;
    float: none!important;
    margin: auto;
    margin-top: 10px;
}

.page-template-page-healthier-workplace-new .landing-form-section hr,
.page-template-page-landing .landing-form-section hr {
    border: 1px solid #d9d9d9;
    border-style: solid none none;
    margin-right: 15px;
}


/* Featured Blog Section */

.featured-blog-section {
    padding: 100px 0;
    background-color: #2cbfc9;
}

.blog-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

.featured-blog {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.featured-blog:hover {
    box-shadow: 3px 4px 11px #00000052;
}

.featured-blog-content {
    padding: 15px;
    margin-bottom: 30px;
    height: 100%;
}

.featured-blog-section h2 {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 35px;
    margin-top: 0;
}

.featured-blog-content h3 {
    line-height: 1.2em;
}

.blog-date {
    font-size: 15px;
    text-transform: uppercase;
    color: #959595;
    margin-bottom: 5px;
    display: block;
}

.learn-more {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.featured-blog img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.page-template-page-landing .benefits h2 {
     text-align: center;
     margin-bottom: 45px !important;
     color:#fff !important;
 }
.page-template-page-landing .benefits p,
.page-template-page-landing .distributor h2,
.page-template-page-landing .distributor-info p {
    color:  #fff !important;
}
.page-template-page-landing .choose-company-box h2,
.page-template-page-landing .product-row h2 {
    color:  #5eccd3 !important;
}