/*
Theme Name: Gear
Theme URI: http://themetrust.com/demos/gear
Author: ThemeTrust.com
Author URI: http://themetrust.com
Description: Gear is minimal e-commerce theme designed to help you sell your products without all the clutter.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gear
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 gear is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
	2.1	- Margins (Faux Containers)
	2.2	- Typography Proper
3.0 - Elements
4.0 - Forms
	4.1	- Comments
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.1.1 Shop / Woocommerce
    10.2 - Portfolio
	10.3 - Asides
	10.4 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}

body,
input,
select,
textarea {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
}

body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    font-weight: 300;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
.clear {
    clear: both;
}
#wpadminbar input {
    line-height: 18px;
}
#wpadminbar input.adminbar-button {
    margin: 0 10px;
    background: none;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
    font-size: 62.5%; /* To use an easier rem font size */
}
body,
input,
select,
textarea {
    color: #7f7f7f;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem
}
h1, h2, h3, h4, h5, h6, .title {
    font-weight: 300;
    margin-bottom: 0.3em;
    color: #191919;
    line-height: 1.8em;
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 2.7em
}
h2 {
    font-size: 2.1em;
}
h2.entry-title, h2.entry-title a {
    margin-top: 0;
    text-align: center;
    font-weight: 200;
    text-decoration: none;
    color: #191919;
}
h3 {
    font-size: 1.8em
}
h4 {
    font-size: 1em;
}
p {
    margin: 0;
    padding-bottom: 1.8em;
    line-height: 1.8em;
    font-size: 1em;
}
ul,ol {

}
ul {
    list-style: circle;
}
li {
    padding-bottom: 0.9em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    color: red;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1em;
}
sub {
    top: .5ex;
}
small {
    font-size: 14px;
    font-size: 1.4rem;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/* Loader --------*/
.loader-container {
    position: fixed;
    display: inline-block;
    margin: -2.5em auto;
    top: 50%;
    left: 0; right: 0;
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition-delay: 1s;
    opacity: 1;
    text-align: center;
}
.loader {
    font-size: 10px;
    text-indent: -9999em;
    border-top: .5em solid rgba(0, 0, 0, 0.1);
    border-right: .5em solid rgba(0, 0, 0, 0.1);
    border-bottom: .5em solid rgba(0, 0, 0, 0.1);
    border-left: .5em solid #000;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin: 0 auto;

    overflow: hidden;
}

body.loaded .loader-container {
    opacity: 0;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#main-container {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

body.loaded #main-container {
    opacity: 1;
}

#middle {
    margin: 0 auto;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
.content-area ul {
    display: block;
    margin: 0 0 40px 20px;
    list-style: disc;
}

.content-area ol {
    display: block;
    margin: 0 0 0 25px;
}

ol {
    list-style: decimal;
}
ol.children {
    padding-left: 5%;
    border-left: 3px solid #ececec;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    width: auto;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
blockquote {
    margin-left: 7%;
    border-left: 3px solid #919191;
    margin-bottom: 40px;

    font-style: italic;
}
blockquote p {
    padding-left: 20px;
    padding-bottom: 0 !important;
    font-size: 1.2em;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    outline: 0 !important;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
    outline: 0 !important;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}
input[type="email"], input[type="text"], input[type="url"], input[type="password"], textarea {
    background-color: #fff;
    padding: 5px;
    color: #767676;
    border: 1px solid #dfdfdf;
    font-size: .9em;
    -webkit-appearance: none;
}

/*--------------------------------------------------------------
4.1  Comments
--------------------------------------------------------------*/
.comments-wrap {
    padding: 3.6em 10%;
    background: #fafafa;
    border-top: thin solid #efefef;
}

#comments {
    margin-top: 80px;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}
#comments ul, #comments p, #comments h4 {
    padding-left: 0;
    padding-right: 0;
}
#comments ul {
    padding-right: 0;
}
#comments article {
    margin: 20px 0;
}

#comments ul {
    list-style: none;
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
}
#comments ul.children {
    border-left: 1px solid #ececec;
}
#comments ol {
    list-style: none;
    padding: 0;
}
#comments h3{
}
#comments p {
    padding-left: 0;
    padding-right: 0;
    margin-left: 100px;
    font-size: 16px;
    font-size: 1.6rem;
}
#comments article {
    position: relative;
}
#comments .reply a {
    padding: 0;
    margin-left: 100px;
    font-size: 14px;
    font-size: 1.4rem;
}
#trackbacks {
}
.comment-meta .avatar {
    width: 70px !important;
    height: 70px;
    padding: 0 !important;
    position: absolute;
    left: -8px;
    top: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
b.fn {
    margin-left: 100px;
    font-weight: 200;
}

b.fn a {
    color: #000;
}

b.fn a:hover {
    color: #cccccc;
}

.comment .edit-link {
    display: none !important;
}
.comment.depth-2 {
    padding-left: 5%;
}
.comment.depth-3 {
    padding-left: 10%;
}
div.comment-metadata {
    text-align: left !important;
    padding-bottom: 20px;
    margin-left: 100px;
    color: #a5a5a5;
}

div.comment-metadata a{
    color: #757575;
}

/* Comment Form */
#respond label {
    display: block;
}
#respond .form-allowed-tags {
    display: none;
}
#respond {
    padding: 0;
}
#respond h3 {
    padding: 0;
}
#respond p {
    margin: 0;
}
#respond p.comment-form-comment, #respond p.form-submit {
    padding-top: 40px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
#site-header {
    position: fixed;
    width: 100%;
    z-index: 999;

}

#site-header .top {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    z-index: 100;
}

#site-header .top .inside{
    position: relative;
    transition-property: all;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    padding: 20px 0;
}

#site-header.thinner .top .inside{
    padding: 12px 0 14px;
}

#logo {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    float: left;
}

#logo:hover {
    background-position: 0 100%;
}


#logo img {
    max-height: 60px;
    transition-property: all;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#logo h1, #logo h3 {
    font-size: 3.4rem;
    margin: 0 !important;
    line-height: .7em !important;
    padding: 0 !important;
    font-weight: bold;
    color: #191919;
    letter-spacing: 0;
    transition-property: all;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}


#logo h2 {
    font-size: 1.8rem;
    margin: 0 0 0 0;
    padding: 0;
}

#logo a {
    color: #000;
    padding: 0 !important;
    display: inline-block;
}


#site-header .top a .site-description{
    color: #000 !important;
}

#secondary-nav {
    right: 30px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
}

a.navbar {
    position: relative;
    height: 30px;
    display: inline-block;
    width: 30px;
    color: #adadad;
    float: left;
}

a.navbar .close {
    opacity: 0;
}

#cart-btn {
    margin-right: 10px;
}

#cart-btn .close {
    padding: 0 0 0 5px;
}

a.navbar.full {
    width: 40px;
}

a.navbar.active .close {
    opacity: 1;
}

a.navbar.full span {
    width: 10px;
    height: 20px;
    display: block;
    border-radius: 20px;
    background: #fff;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 5px !important;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
}

a.navbar.full.active span {

}

a.navbar i{
    position: absolute;
    visibility: visible;
    top: 50%;
    font-size: 24px;
    margin: -12px 0 0 0 !important;
    text-align: center;
    left: 0;
}

a.navbar.active .default {
    opacity: 0;
}

a.navbar.full i {
    left: 0;
    margin-left: 0 !important;
}

a.navbar.full.active:hover,
a.navbar:hover,
a.navbar:active {
    color: #000;
}

#search-bar{
    display: none;
    height: 42px;
    width: 100%;
}

#search-bar form#search_form {
    width: 100%;
    height: 42px;
}

input#hide-a-bar {
    width: 100%;
    height: 42px;
    padding: 2px;
    font-size: 18px;
    background: #eaeaea;
    color: #b1b1b1;
    border-radius: 0;
    border: none;

    text-align: center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    ztransition: 0.2s;
}

#header-cart{
    display: none;
    height: auto;
    padding: 0.9em;
    width: 100%;
    background: #fafafa;
    color: #767676;
    font-weight: 300 !important;
    overflow-y: scroll;
}

#header-cart table {
    margin: 0 auto;
    max-width: 900px;
}

#header-cart table td, #header-cart table th {
    text-align: right;
}

#header-cart table th {
    font-size: .8em;
}

#header-cart table td {
    font-weight: 300 !important;
    font-size: .8em;
}

td.product-thumbnail {
    max-width: 20px;
    vertical-align: middle;
    padding-left: 20px;
}

#header-cart table a {
    color: #767676;
}

.cart-collaterals::before {
    content: '';
    
    max-width: 900px;
    display: block;
    margin: 0.9em auto;
}

#header-cart .cart_totals h2 {
    display: none;
}

#header-cart .cart_totals table tr.cart-subtotal td {
    width: 10%;
}

#header-cart table tr.order-total {
    display: none;
}

#header-cart table input {
    background: none;
    color: #fff;
    font-weight: 300;
    text-align: center;
    border: none;
}

#header-cart .button-wrapper {
    float: none;
    margin: 15px auto;
    max-width: 900px;
    text-align: right;
}

#header-cart .button-wrapper .button {
    padding: 12px 10px 10px;
    line-height: 1em;
}

#header-cart h3 {
    margin: 0;
    padding: 15px;
    font-size: 32px;
    color: #767676;
    text-align: center;
    font-weight: normal;
    font-size: .9em;
}

#header-cart .wc-proceed-to-checkout {
    display: none;
}

#cart-notices {
    height: auto;
    width: 100%;
    background: #fafafa;
}

#cart-notices .woocommerce-message {
    text-align: center;
    color: #767676;
    font-weight: 300;
    line-height: 2.7em;
    position: relative;
}

#cart-notices .woocommerce-message a.button.wc-forward {
    height: 100%;
    border: none;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 0;
    margin: 0;
    border-bottom: thin solid #efefef;
    display: none;
}

#cart-notices .woocommerce-message a.button.wc-forward:hover {
    background: #fafafa;
    opacity: 1;
}


/*If there is an abnormally long menu */

#site-header.long-menu #main-nav {
    position: relative;

}

.long-menu #menu-toggle {
    display: block;
}

.long-menu #mobile-menu { display: block; }

#site-header.long-menu .top .inside{
    padding: 15px 0 10px;
    text-align: center;
}

#site-header.long-menu #main-nav {
    display: none;
}

.long-menu #menu {
    display: none;
}

.long-menu #logo {
    margin: 0 auto;
    float: none;
    position: relative;
    border-right: none;
}

.long-menu #logo img{
    max-height: 30px;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a{
    color: #7abfd3;
    text-decoration: none;
    transition-property: all;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
a:hover, a:active, a:visited  {
    color: #6aa6b8;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link{
    display: inline-block;
    border: 1px solid #000;
    background: none;
    color: #000;
    font-size: 0.75em;
    padding: .7em 1.3em .7em;
    font-weight: normal;
    line-height: 1.8em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin: 0 3px 0 0;
    -webkit-appearance: none;
    text-align: center;
    transition-property: all;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    text-transform: uppercase;

}
a.button:hover, a.post-edit-link:hover, #searchsubmit:hover, input[type="submit"]:hover, .button:hover {
    background: #000;
    color: #fff;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Top level navigation */

#main-nav {
    position: absolute !important;
    right: 70px;
    top: 50%;
    margin-top: -16px;
    height: 30px;
}

#main-nav.woocommerce {
    right: 150px;
}

#secondary-nav {
    float: right;
}

.long-menu #main-nav {
    margin: 0 auto;
    position: relative !important;
    display: block;
    width: 100%;
}

#main-nav nav {
    margin:0;
    padding: 0;
    display: block;
}

nav#main-menu ul, ul.sf-menu {
    list-style: none;
    margin: 0;
}
nav#main-menu ul li {
    margin: 0;
    display: inline-block;
    height: 32px;
}
.mm-page li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: -5px;
    margin-left: 10px;
    top: -2px;
    position: relative;
}

nav#main-menu ul li ul {
    display: none;
    background: #fff;
    padding-top: 15px;
    border: 1px solid rgba(0,0,0,.1);;
}
nav#main-menu ul li.show>ul {
    display: block;
}

nav#main-menu ul li ul li {
    border: none;
    display: block;
    padding: 0 20px;
}

#main-nav ul a {
    color: #9e9e9e;
    font-size: .8em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none !important;
    max-width: 400px;
    margin: 0 20px;
    text-overflow: ellipsis;
    height: 32px;
    text-transform: uppercase;
}

#main-nav ul ul a {
    line-height: 15px;
    font-weight: normal;
    border-top: none;
    font-weight: 300;
}

#main-nav ul li a:hover,
#main-nav ul li.current a,
#main-nav ul li.current-cat a,
#main-nav ul li.current_page_item a,
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-post-ancestor a,
.single-post #main-nav ul li.current_page_parent a,
#main-nav ul li.current-category-parent a,
#main-nav ul li.current-category-ancestor a,
#main-nav ul li.current-portfolio-ancestor a,
#main-nav ul li.current-projects-ancestor a {
    text-decoration: none;
    color: #000;
}

/* Second level+ dropdowns */

#main-nav ul ul {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
nav#main-menu ul ul ul {
    display: none;
    position: absolute;
    left: 100%;
}
nav#main-menu ul ul.show ul {
    display: block;
}
.mm-page ul ul li.menu-item-has-children>a::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 10px;
    top: -1px;
    position: relative;
}
#main-nav ul ul li {
    float: none;
    background: none;
    text-align: left;
    padding: 10px;
}

#site-header #main-nav ul ul li a {
    padding: 0px 0 10px 0;
    font-weight: 300;
    border: none !important;
    color: #adadad;
}

#site-header #main-nav ul ul li a:hover {
    color: #000;
}

body #main-nav ul li.sf-hover ul a { color: #000 ; }
#main-nav ul li.sf-hover ul a:hover { color: #000 ; }

/** arrow **/

ul.sf-menu {
    margin-top: -10px;
}

ul.sub-menu {
    margin: 0;
}

#main-nav .sf-menu a.sf-with-ul {
    position: relative;
    min-width:		1px;
}

#main-nav .sf-menu li {
    background: none;
}

.sf-sub-indicator {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    text-indent: -999em;
    overflow: hidden;
    z-index: 200;
    height: 40px;
}

.sf-hover .sf-sub-indicator {
    bottom: -10px;
}

#main-nav .sf-menu li ul .sf-sub-indicator {
    display: none;
}

#main-nav .sf-menu li ul .sf-hover .sf-sub-indicator {
    position: absolute;
    top: 0;
    right: -1px;
    left: 0;
    display: block;
}

.sf-hover a.sf-with-ul .sf-sub-indicator {
    height: 30px;
}

.sf-menu ul {
    min-width: 6em !important;
}

.children .sf-sub-indicator {
    display: none;
}

/* Mobile Menu */

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
    left: 250px !important;
}

#menu-toggle {
    height: 36px;
    width: 40px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 4%;
    display: block;
    font-size: 20px;
    color: #000;
    margin-top: -18px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    display: none;
}

#menu-toggle::before, #menu-toggle::after, #menu-toggle span {
    background: #767676;
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 5px;
    transition: none 0.4s ease 0.4s;
    transition-property: transform, top, bottom, left, opacity;
}

#menu-toggle:hover {
    opacity: .9;
}
#menu-toggle::before {
    top: 7px;
}
#menu-toggle span {
    top: 50%;
    margin-top: -2px;
}
#menu-toggle::after {
    bottom: 7px;
}

html.mm-opening #menu-toggle::before{
    transform: rotate( 45deg );
    top: 16px;
}
html.mm-opening #menu-toggle span {
    left: -50px;
    opacity: 0;
}
html.mm-opening #menu-toggle::after{
    transform: rotate( -45deg );
    bottom: 16px;
}

body #mm-main-menu{
    background: #000;
}

body #mm-main-menu ul {
    padding: 30px 0 0 0;
}

body.admin-bar #mm-main-menu ul {
    padding-top: 70px;
}

body #mm-main-menu ul a {
    font-weight: normal;
}


body #mm-main-menu ul a:hover {
    color: #4f4f4f;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 auto 1.5em;
    overflow: hidden;
}

.site-main .post-navigation {
    width: 100%;
    margin: 0;
}

.site-main .post-navigation .nav-links{
    margin: 0 auto;
    max-width: 1800px;
    position: relative;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: right;
    text-align: right;
    width: 50%;
    border-left: thin solid #efefef;
    padding: 1.8em 10%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%;
    padding: 1.8em 10%;
}

.post-navigation .nav-portfolio {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    left: 0; right: 0;
    width: 40px;
    display: none;
}

.single-jetpack-portfolio .post-navigation .nav-portfolio {
    display: inline-block;
}

.post-navigation .nav-portfolio a {
    font-size: 15px;
    line-height: 38px;
    text-align: center;
}

.post-navigation .nav-portfolio a::before {
    content: "\f00a";
    font-family: FontAwesome;
}

.menu-main-menu-container {
    padding-bottom: 40px;
}

.post-navigation a {
    color: #000;
}

.post-navigation a:hover {
    color: #767676;
}

.pagination .inside {
    max-width: 800px;
    padding: 0 0 80px;
    text-align: center;
    margin: 0 auto;
}

.pagination a, .pagination span {
    display: inline-block;
    margin: 0 7px;
    border: 1px solid #cccccc;
    background: none;
    color: #cccccc;
    padding: 0px 10px;
}

.pagination .current, .pagination a:hover {
    border-color: #000;
    color: #191919;
}

.edit-link {
    margin-bottom: 50px !important;
    display: none !important;
}

/* Infinite Scroll */

#infinite-handle{
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
}

#infinite-handle span{
    border: 2px solid #000;
    border-radius: 3px;
    background: none;
    color: #000;
    padding: 10px 12px;
    background: none;
    font-size: .8em;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

#infinite-handle span:hover {
    border-color: #ccc;
    color: #ccc;
}

span.infinite-loader {
    position: absolute;
    left: 50%;
    right: 50%;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 110000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.one-third {

}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#site-header .top .inside:before,
#site-header .top .inside:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
#campaign-home:before,
#campaign-home:after,
.products:before,
.products:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
#site-header .top .inside:after,
.site-content:after,
.site-footer:after,
#campaign-home:after,
.products:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

#secondary {
    background: #efefef;
    padding: 60px 30px 0;
}

.widgets a {
    color: rgba(255,255,255,0.7);
}
.widgets a:hover {
    color: rgba(255,255,255,1);
}
.widget-title {
    display: block;
    font-size: 1em;
    margin-bottom: 20px;
    display: block;
    color: #fff;
}

#secondary .inside.widgets {
    max-width: 1300px;
    margin: 0 auto;
}

.widget-box {
    text-align: left;
    float: left;
    display: block;
    max-width: 433px;
    margin-bottom: 20px;
    width: 33.333% !important;
}

.widget-box .inside {
    padding: 0 30px;
}

.widget-box.third {
    margin-right: 0 !important;
}

.widget-box p {
    font-size: .8em;
}

.widgets form {
    padding: 0 20% 0 0;
}

.body-wrap .search {
    width: 100%;
    padding: 5px 10px;
    max-width: 300px;
}

.widgets input[type="search"] {
    margin: 0 0px 0 0;
    padding: 10px .7em 10px .7em !important;
    line-height: normal!important;
    width: 92%;
    color: #fff;
    font-size: .8em;
    background: rgba(255,255,255,.2);
    border: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget-box a {
    line-height: 1.5em;
}

.widget-box {
    margin-bottom: 50px !important;
    overflow-wrap: break-word;
}

.widget-box .widget-title {
    font-size: 1em;
    font-weight: bold;
    display: block !important;
    margin-bottom: 20px;
    clear: both;
    color: #000;
}

.widget-box .meta {
    font-style: italic;
}

.widget-box ul {
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    line-height: 1em;
    background: none;
    position: relative;
    list-style: none;
}

.widget-box ul li {
    padding: 0px 0 0px 0;
    margin: 0 0 15px 0;
    line-height: 1.2em !important;
    background: none;
    font-size: .9em !important;
}

.widget-box ul li a{
    color: #000;
}

.widget-box ul li a:hover{
    color: #959595;
}

.widget-box ul li p {
    line-height: 1.3em;
    margin: 0;
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul{
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li{
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
    border: none;
}

/*Search------------------*/

.widget_search {
    display: block;
    padding: 0 !important;
}

.widget_search h3 {
    display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

body .widget_search .search-field {
    margin: 0 0px 0 0;
    padding: 10px .7em 10px .7em !important;
    line-height: normal!important;
    width: 95% !important;
    max-width: none !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: none;
    color: #191919;
    font-size: .8em;
    background: #fff;
}

#footer .search {
    width: 100%;
    padding: 5px 10px;
    max-width: 300px;
    background: #383838;
    border: none;
    color: #888888;
}

.no-results {
    padding-bottom: 140px !important;
}

.search-results .post-thumb {
    max-width: 150px;
    margin: 0 30px 30px;
    display: block;
    float: left;
}

.search-results article {
    max-width: 700px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.search-results article h2 {
    font-size: 1.3em;
    text-align: left;
}


/*Testimonails------------------*/

.gear-testimonials img {
    width: 76px;
    border-radius: 38px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
}

.gear-testimonials p {
    font-size: .8em;
    line-height: 1.6em !important;
}

.gear-testimonials span.title {
    font-size: .9em;
    font-weight: bold;
    float: right;
}

.single .widget-box.gear-testimonials .pd-rating, .single .widget-box.gear-testimonials br, .single .widget-box.gear-testimonials #jp-post-flair {
    display: none !important;
}


/*Recent Posts Widget------------------*/

#secondary .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
    margin: 0 0 25px 0 !important;
    display: block;
    padding: 3px 0 0 0;
}

#secondary .ttrust_recent_posts .meta {
    color: rgba(0,0,0,.3);
}

#footer .ttrust_recent_posts .meta {
    color: rgba(225,225,225,.3);
}

#secondary .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {
    font-size: .9em;
    margin-bottom: 2px;
    padding: 0;
}

#sidebar .ttrust_recent_posts p.title a,
#footer .ttrust_recent_posts p.title a {
    color: rgba(225,225,225,.7);
    line-height: 1.1em;
}

#sidebar .ttrust_recent_posts p.title a:hover,
#footer .ttrust_recent_posts p.title a:hover {
    color: rgba(225,225,225,1);
}

.ttrust_recent_posts .firstPost p{
    margin-bottom: 10px;
}

.secondaryPost {
    padding: 10px 0 0px 0;
}

.ttrust_recent_posts .thumb{
    float: left;
    margin: 0 12px 0 0;
    padding: 3px;
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
    margin-bottom: 10px !important;
    border: none;
    display: block;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
    width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
    text-align: left;
}

table#wp-calendar td {
    color: #b0b0ad;
    padding-top: 10px;
}

table#wp-calendar td a{
    font-weight: bold;
}

#wp-calendar caption {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdad8;
    font-size: 14px;
    font-weight: bold;
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
    font-size: 11px !important;
    padding: 5px 10px 5px 10px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

#footer .widget_tag_cloud a,
#secondary .widget_tag_cloud a{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000;
    font-size: .8em !important;
}

#footer .widget_tag_cloud a{
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.7);
}

#secondary .widget_tag_cloud a{
    background: rgba(0,0,0,.08);
    color: #000;
}

.widget_tag_cloud a:hover{
    opacity: .5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
    line-height: 1.5em !important;
    font-size: .95em !important;
}

.simple_tweet_widget li span{
    color: #4f4f4f;
    font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickr-box .flickr-image {
    float: left;
    margin: 0 12px 12px 0;
    padding: 3px;
}

#sidebar #flickr-box .flickr-image {

}

#flickr-box .flickr-image img {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 5px;
    max-width: 70px;
}

/*Social----------------------------*/
#footer .fa, .widget-box .fa {
    font-size: 1.5em;
    font-weight: normal !important;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
}

#footer .fa {
    color: #a5a5a5;
}

#footer .fa:hover {
    color: #fff;
}



/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

header {
    text-align: center;
}

header h1 {
    font-size: 2.7em;
    margin-bottom: 20px;
}

.home .middle {
    padding-top: 0;
}

.entry-content, .entry-footer, .entry-summary {
    max-width: 800px;
    margin: 0 auto !important;
    display: block;
}

/* Entry Header */

#main header.main {
    padding: 50px 30px 40px !important;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.single-campaign #main header.main, .page #main header.main.has-background{
    padding: 180px 30px 180px !important;
}

#main header.main .inside {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

#main header.has-background {
    position: relative;
}

.page header.has-background.parallax {
    padding: 200px !important;
}

.post-type-archive-product #main header.main .inside{
    max-width: 1020px;
}

#main header.main h1{
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 10px;
    line-height: 1.3em;
}

#main header.has-background h1 {
    color: #fff;
    font-size: 2em;
    line-height: 1em;
}

#main header h1 {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1em;
    max-width: 60%;
    text-transform: uppercase;
    letter-spacing: .15em;
}

#main header p {
    padding-bottom: 0;
}

section.has-background header h1, section.has-background header h3, section.has-background header p {
    color: #fff;
}

section.has-background footer .button{
    color: #fff;
    border-color: #fff;
    font-size: .75em !important;
}

section.has-background footer .button:hover {
    border-color: #000 !important;
}

.content-area .meta a {
    color: #000;
}

.content-area .meta a:hover {
    color: rgba(0,0,0,.5);
}

.content-area .has-background span.cat-list a {
    color: #fff;
}

.content-area .has-background span.cat-list a:hover {
    color: rgba(255,255,255,0.7);
}

header.has-background p {
    color: #fff;
}

#main header.main .meta, #main header.main .meta p {
    font-weight: 300;
    position: relative;
    display: block;
    letter-spacing: .2em;
    padding-bottom: 0 !important;
}

#main header.main .meta a {
    font-weight: 300;
    color: #000;
}

#main header.has-background .meta {
    color: #fff;
}

#main header .meta, .post .meta {
    font-size: .85em;
    font-weight: 300;
    padding:  .2em 0 .8em;
    max-width: 700px;
    margin: 0 auto;
}

#main header .meta, .post .meta {
    font-size: .8em;
    font-weight: 300;
    padding:  .2em 0 .8em;
    max-width: 700px;
    margin: 0 auto;
}

#main header .meta .comments-link:before {
    font-family: FontAwesome !important;
    font-size: 1em;
    display: inline-block;
    content: '\f0e5' !important;
    margin-right: 5px;
}

.single-project #main header .cat-list {
    padding-left: .4em !important;
    margin: 0;
}

.featured-image {
    margin-bottom: 2.7em;
}

.body-wrap {
    padding: 2.7em 15% 2.7em 15%;
    background: #fff;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

/* Home */

.page-template-template-home #middle, .page-template-template-home-php #middle {
    max-width: none !important;
}

.home section, .page-template-home-page-php section {
    background: #fff;
}

#slideshow {
    margin: 0 !important;
    overflow: hidden;
    background: #fff;
    padding: 0!important;
    border: 0!important;
    margin: 0!important;
    height: 600px;
}

#slideshow .flexslider {
    padding: 0;
    border: 0;
    margin: 0;
}

#slideshow .flexslider ul{
    margin: 0 !important;
    padding: 0 !important;
}

.home #slideshow .slide {
    height: 600px;
    text-align: center;
    width: 100%;
}

.home #slideshow .slide .content {
    font-size: 2em;
    color: #fff;
    z-index: 99;
    line-height: 1em !important;
    padding: 0;
    text-align: center;
    display: table;
    height: 600px;
    vertical-align: middle;
    margin: 0 auto !important;
}

.home #slideshow .slide .content .inside {
    max-width: 1100px;
    margin: 0 auto !important;
    padding: 0 30px;
    display: table-cell;
    height: 600px;
    vertical-align: middle;
}

.home #slideshow .slide .content * {
    color: #fff;
    margin-top: 0;
    line-height: 1.8em !important;
}

.home #slideshow .slide .content h1, .home #slideshow .slide .content h2, .home #slideshow .slide .content h3, .home #slideshow .slide .content h4{
    line-height: 1.1em !important;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: .3em;
}

.home #slideshow .slide .content p {
    font-size: .8em;
    line-height: 1.8em !important;
    padding: 0;
    margin-bottom: .9em;
    color: #fff;
    font-weight: 300;
}

.home #slideshow .slide .content img {
    display: block;
    margin: 0 auto .7em;
}

.home #slideshow .slide .content a.button {
    background: none;
    font-weight: normal;
    font-size: .5em;
    border: 1px solid #fff;
    color: #fff;
}

.home #slideshow .slide .content a.button:hover {
    background: #fff;
    color: #000;
}

#home-slides .flex-control-paging li a {
    background: rgba(255,255,255,0.5);
}

#home-slides .flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: rgba(255,255,255,1);
}


.parallax {
    position: static;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* FlexSlider Theme------------------*/

.flex-control-nav { bottom: 10px !important; display: none;}
.flex-control-nav li {width: 15px !important; height: 15px !important; margin: 0 3px 0 3px !important; display: inline-block !important; z-index: 100;}
.flexslider ul{	list-style: none !important;margin-left: 0 !important;}
.flex-direction-nav li {
    position: absolute;
    width: 100%;
    top: 45%;
}
.flex-direction-nav a {
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3) !important;
}
.flex-direction-nav a:before {
    font-family: FontAwesome !important;
    font-size: 40px;
    display: inline-block;
    content: '\f104' !important;
}
.flex-direction-nav a.flex-next:before {
    content: '\f105' !important;
}

.flex-direction-nav a.flex-prev {
    margin-left: 30px !important;
}

.flex-direction-nav a.flex-next {
    margin-right: 30px !important;
}


#down-button {
    color: #fff;
    padding: 0 10% 0 0;
    right: 0;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    text-align: center !important;
    cursor: pointer;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    opacity: .7;
    display: inline-block;
    width: 50px;
}

#down-button::before {
    content: "\f175";
    font-family: FontAwesome;
}

#down-button:hover {
    opacity: 1;
}

#main-content {
    padding: 2.7em 30px 1.2em;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
}

#home-content {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 10px 0 0;
}

#home-content p {
    font-size: .9em;
}

/* Home Shared */

.home section header{
    text-align: center;
    padding: 55px 0 55px 0;
}

.home section header h3 {
    text-align: center;
    padding: 0 !important;
    margin: 0 auto 0px;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5em;
}

.home section header p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 0;
}

section footer {
    text-align: center;
    margin-bottom: 60px;
    clear: both;
    width: 100%;
}

.site-main #shop{
    margin: 0 auto;
}

/* Campaigns */

#campaign-home {
    width: 100%;
    position: relative;
}

#campaign-home figure {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 50px;
}

#campaign-home.col2 a figure {
    width: 50%;
    display: inline-block;
    float: left;
}

#campaign-home.col2 a figure:last-child {
    margin-left: 0;
}

#campaign-home figure figcaption {
    border: 7px double #fff;
    -webkit-transition:.3s;
    transition:.3s;

}

#campaign-home figure figcaption .content{
    height: 450px;
    display: table;
    width: 100%;
}

#campaign-home a:hover figure figcaption {
    background: rgba(0,0,0,.2);
}

#campaign-home figure figcaption .inside {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 80px !important;
}

#campaign-home figure figcaption h3{
    text-align: center;
    font-weight: 800;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 1.6em;
}

#campaign-home figure figcaption p,  #home-slides .details p {
    color: #fff;
    font-weight: 500;
}

#campign-head {
    position: relative;

}

header.campaign {
    padding: 200px 30px !important;
}

header.campaign .inner {
    max-width: 900px !important;
    text-align: center !important;
    margin: 0 auto;
}

header.campaign h1.entry-title {
    max-width: none !important;
    margin: 0 20px 30px !important;
    font-size: 2.5em !important;
}

header.campaign p {
    font-style: normal !important;
    margin: 0 auto;
    font-weight: 500;
    max-width: 600px;

}

/*--------------------------------------------------------------
10.1.1 Shop / Woocommerce
--------------------------------------------------------------*/

.home #shop {
    max-width: 1100px;
    margin: 0 auto !important;
}

#shop, .products {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 1100px;
}

section#shop{
    margin: 50px auto !important;
}

#shop.campaign {
    padding-top: 2.7em;
}

.thumbs {
    margin: 0 auto !important;
    padding: 0 !important;
}

.products {
    max-width: 1100px;
    margin: 0 0;
}

.content-area ul.products {
    margin-left: 0;
}

.products .product {
    position: relative;
    display: inline-block;
    margin: 0 0 40px;
    height: auto;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    float: left;
    width: 33.333% !important;
}

.products .product .inside{
    margin: 0 10px;
}

.products .product:nth-child(3n+1)
{
    clear: both !important;
}

.products .product .details {
    color: #000;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.products .product .title {
    font-weight: 800;
}

.products .product .title,
.products .product p {
    margin: 0;
}

.product.small p {
    letter-spacing: 1px;
}

.products .product .title {
    padding: 0 10px;
    width: 100%;
    color: #191919;
    font-size: 0.8em;
    text-align: center;
    font-weight: 700;
    line-height: 1.2em !important;
    display: block;
}

.products .product .price {
    font-style: normal;
    margin: 0;
    font-size: 0.9em;
    font-weight: 300;
    display: block;
}

.products .product {
    position: relative;
}

.products .product span.price del {
    color: rgba(0,0,0,0.3);
    text-decoration: line-through;
}

.products .product .product-thumb{
    background: #000;
    margin-bottom: 15px;
}

.products .product .product-thumb {
    position: relative;
    padding: 0 !important;
    display: inline-block;
}

.products .product img{
    position: relative;
    display: block;
    margin: 0 !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
}

.products .product .inside:hover .actions {
    opacity: 1;
}

.products .product .inside:hover img {
    opacity: .5;
}

.products .product .actions {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.products .productdiv a.product-button {
    line-height: 1.8em;

    padding: 15px;
    font-size: 0.9em;
    display: inline-block;
}

.products .product .thumb-container {
    position: relative;
    width: 100%;
}

.products .product .thumb-container .actions {
    opacity: 0;
    position: absolute;
    top: 50%;

    margin-top: -35px;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.products .product .thumb-container form button.product-button.add-to-cart,
.products .product .thumb-container form.actions a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.75em;
    padding: 14px 15px 13px!important;
    line-height: .5em !important;
    font-weight: 400;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    background: none;
    border-radius: 0 !important;
    height: 46px !important;
    text-transform: uppercase;
}

.products .product .thumb-container form button.product-button.add-to-cart {
    height: 52px;
}

.products .product .thumb-container form.actions a {
    padding: 14px !important;
}

.products .product form button.product-button.add-to-cart:hover,
.products .product .thumb-container form.actions a:hover {

    opacity: .6;
    box-shadow: none;
}

.products .product:hover form {
    display: block;
}

.product-thumb .woocommerce-main-image {
    margin-bottom: 20px;
    display: block;
}

.product-thumb {
    position: relative;
}
.product-thumb span.sale, .product-thumb span.onsale {
    width: auto;
    background: #d7c082;
    padding: 0.225em 10px;
    color: #fff;
    font-size: .9em;
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: normal;
    text-align: center;
    z-index: 200;
}

.product-thumb .thumbnails a {
    float: left;
    display: block;
    margin-right: 20px;
}

.product-thumb img {
    transition: all 0.4s ease 0.1s;
    -webkit-transition: all 0.4s ease 0.1s;
}

.product-thumb a:hover img {
    opacity: .6;
}



#main header.main {
    padding: 45px 30px 30px;
    margin-bottom: 30px;
}

.post-type-archive-product #main header.main .inside {
    max-width: 1050px;
}

.before-shop {
    max-width: 1090px;
    margin: 0 auto 20px;
    padding: 0 20px;
	display: block;
	min-height: 50px;
}



.woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce-result-count {
    float: left;
    width: 50%;
}

/* Product Category Thumbs -----------*/

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

.product-category a {
    display: block;
    margin: 20px;
}

.product-category h3 {
    font-size: .9em;
    padding-top: 20px;
}

.product-category h3 .count {
    background: none;
}

/* Woocommerce Pagination ------------------*/

.woocommerce nav.woocommerce-pagination {
    text-align:center;
    margin-top: -40px;
    margin-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
    display:inline-block;
    white-space:nowrap;
    clear:both;
    border-right:0;
    margin:1px;
    padding:0;
}

.woocommerce nav.woocommerce-pagination ul li {
    float:left;
    display:inline;
    overflow:hidden;
    margin:0 5px;
    padding:0;
}

.woocommerce nav.woocommerce-pagination ul li a {
    border:1px solid #d3ced2;
    color: #d3ced2;
    padding: 10px 13px;
}

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
    padding: 10px 10px;
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration:none;
    line-height:1;
    font-size:1em;
    font-weight:400;
    min-width:1em;
    display:block;
    margin:0;
    padding: 10px 13px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
    color:#000;
    border: 1px solid #000 !important;
}

/* Single Product ------------------*/

.single-product #container {
    background: #f5f5f5;
}

.single-product h2 {
    font-size: 1.1em;
}

.single-product #container .product section {
    width: 100%;
}

.single-product #product-glance {
    max-width: 1100px;
    margin: 0 auto 50px;
}

.single-product #product-details {
    max-width: 1100px !important;
    margin: 0 auto;
}

.single-product #container h1.product_title.entry-title {
    text-align: left;
}

.single-product #container p.price {
    text-align: left;
}

.single_add_to_cart_button {
    text-transform: uppercase;
}

.single-product #container .cart {
    margin-bottom: 30px;
}

.single-product .product {
    width: 100%;
    padding: 50px 30px;
    margin: 0 0 50px;
    background: #fff;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    line-height: 1.8em;
    max-width: 1160px !important;
    margin: 0 auto;
    padding: 20px 0;
    color: #a9a9a9;
}

.woocommerce .woocommerce-breadcrumb a:first-child,
.woocommerce-page .woocommerce-breadcrumb a:first-child {
    margin-left: 30px !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}

.product-col {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.quantity input[type="number"] {
    max-width: 50px !important;
    padding: 5px 0 5px 8px !important;
    float: left;
    margin-right: 10px;
    max-height: 45px;
}

.product-col.right{
    float: right;
}

.product-col .summary {
    text-align: left !important;
}

.product-col .tagged_as {
    display: none;
}

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

.related.products h2 {
    text-align: center;
    margin-bottom: 50px;
}

.related.products .thumbs {
    margin: 0;
    padding:0;
}

.related.products .products{
    margin: 0;
    padding:0;
}

.related.products .small{
    margin: 0 0 20px;
    padding:0;
}

.related.products .product.small .inside{

}

/* Woo Gallery /------------------------------------------------------------*/

.woocommerce-product-gallery li {
   list-style: none;
   display: inline-block;
   margin-right: 3% !important;
	width: 22% !important;
   -webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		    transition: 0.2s ease;
}

.woocommerce-product-gallery ol{
   padding: 0 !important;
   margin: 4% 0;
}

.woocommerce-product-gallery li:hover {
	opacity: .7;
	cursor: pointer;
}

.woocommerce-product-gallery li:last-child {
	list-style: none;
	display: inline-block;
	margin-right: 0 !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image{
	min-height: 0 !important;
}

/* Star Rating ------------------*/
.comment-form-rating {
    padding-bottom: 0;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.1em;
    font-family: "fontawesome";
    color: #d7c082;

}
.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;

}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
}
p.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c84e45;
    z-index: 9999;
    margin-bottom: 0;
    padding: 1em 0;
    color: #fff;
    text-align: center;
}
p.stars {
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5em;
}
p.stars:after {
    content: "/ 5";
    position: absolute;
    top: 0;
    right: -1.2em;
}
p.stars a {
    width: 1em;
    height: 1em;
    display: inline-block;
    color: #d7c082;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
    font-family: "FontAwesome";
    content: "\f005";
    position: absolute;
    top: 0;
    display: none;
    width: 5.3em;
    text-align: center;
    right: -10.3em;
    font-size: .5em;
    background: #eee;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 1em;
    width: 60px;
    color: #d7c082;
}
p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
    display: block;
}
p.stars a.star-1:after {
    content: "\f005";
}
p.stars a.star-2:after {
    content: "\f005\f005";
}
p.stars a.star-3:after {
    content: "\f005\f005\f005";
}
p.stars a.star-4:after {
    content: "\f005\f005\f005\f005";
}
p.stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}

.product-col form.cart {
    width: 100%;
    text-align: left;
}

/* Tabs------------------*/

.woocommerce-tabs .panel,
.woocommerce_tabs .panel {
    padding: 1.618em;
    border: 1px solid #e6e6e6;
    border-top-width: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: none;
    background: #f9f9fa;
}
.woocommerce-tabs .panel p:last-child,
.woocommerce_tabs .panel p:last-child {
    margin-bottom: 0;
}

.woocommerce_tabs,
.woocommerce-tabs {
    clear: both;
}

.woocommerce_tabs ul.nav-tabs,
.woocommerce-tabs ul.nav-tabs,
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    *zoom: 1;
}

.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.woocommerce_tabs ul.nav-tabs:before,
.woocommerce-tabs ul.nav-tabs:before,
.woocommerce_tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:before,
.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
    content: "";
    display: table;
}

.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
    clear: both;
}

.woocommerce_tabs ul.nav-tabs li,
.woocommerce-tabs ul.nav-tabs li,
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
    float: left;
    margin-bottom: 0;
    margin-right: .53em;
    display: block;
    padding-bottom: 0;
}

.woocommerce_tabs ul.nav-tabs li a,
.woocommerce-tabs ul.nav-tabs li a,
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
    border-bottom: 0;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    border-bottom-width: 0 !important;
    display: block;
    margin: 0 !important;
    padding: .53em .618em !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    color: #c6c6c7;
}

.woocommerce_tabs ul.nav-tabs li a:hover,
.woocommerce-tabs ul.nav-tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
    color: #000;
}

.woocommerce_tabs ul.nav-tabs li:last-child a,
.woocommerce-tabs ul.nav-tabs li:last-child a,
.woocommerce_tabs ul.tabs li:last-child a,
.woocommerce-tabs ul.tabs li:last-child a {
    border-right-width: .146em;
}

.woocommerce_tabs ul.nav-tabs li.active,
.woocommerce-tabs ul.nav-tabs li.active,
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active {
    position: relative;
}

.woocommerce_tabs ul.nav-tabs li.active a,
.woocommerce-tabs ul.nav-tabs li.active a,
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
    border-width: 1px !important;
    border-bottom: none;;
    position: relative;
    background: #f9f9fa;
    color: #000;
}

.woocommerce_tabs ul.nav-tabs li.active a:after,
.woocommerce-tabs ul.nav-tabs li.active a:after,
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: #f9f9fa;
}

.woocommerce_tabs .tab-content,
.woocommerce-tabs .tab-content {
    padding: 1em;
    border: 1px solid #e6e6e6;
    border-top-width: 0;
    -webkit-border-bottom-left-radius: 0.53em;
    -webkit-border-bottom-right-radius: 0.53em;
    border-bottom-left-radius: 0.53em;
    border-bottom-right-radius: 0.53em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.woocommerce_tabs .tab-content ul li,
.woocommerce-tabs .tab-content ul li {
    padding: 0 0 1em !important;
    margin: 0 0 1em !important;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce_tabs .tab-content ul li img,
.woocommerce-tabs .tab-content ul li img {
    border-radius: 100%;
}

.woocommerce_tabs .tab-content ul li:last-child,
.woocommerce-tabs .tab-content ul li:last-child {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}

/* Reviews------------------*/

#reviews .star-rating {
    margin-top: .327em;
    float: right;
    font-size: 1.387em;
}
#reviews #comments {
    float: none;
    width: 100%;
    margin: 0;
}
#reviews #comments .commentlist {
    margin: 1.618em 0 0;
}
#reviews #comments .commentlist > li.comment {
    margin: 0;
    width: 100%;
}
#reviews #comments .commentlist > li.comment .comment-text {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 85%;
}
#reviews #comments .commentlist .avatar {
    width: auto;
    margin: 0;
}
#reviews .comment {
    position: relative;
}
#reviews .comment:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
#reviews .comment .comment_container {
    margin: 0 0 1.618em;
    padding: 0 0 1.618em;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
#reviews .comment img {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    float: left;
}
#reviews .comment .meta {
    margin: 0 .382em .618em 80px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding: 0;
    font-size: .9em !important;
}

#reviews .comment .description p {
    margin: 0 .382em .618em 80px;
    font-weight: 300;
    text-align: left;
    padding: 0 !important;
}

.woocommerce-noreviews {
    margin: 0 !important;
}

#reviews .comment .star-rating {
    float: none;
    font-size: 1em;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 20px;
}

.coupon {
    margin: 2.7em 0;
}

a.showlogin {
    display: none;
}

.col-1,
.col-2{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.col-2 {
    width: 50%;
}

form.checkout h3 {
    font-size: 1.2em;
    padding-top: 0.6em;
}

input.input-checkbox,
label.checkbox,
label.inline,
p.form-row input.rememberme{
    display: inline-block !important;
    width: auto;
    margin: 0.9em 0;
}

label.rememberme, input.rememberme {
    min-width: 0 !important;
    width: auto !important;
}

p.form-row label,
p.form-row input {
    display: block;
    min-width: 300px;
}

p.form-row input.button {
    min-width: 0;
}

form.checkout p.form-row input {
    width: 80%;
}

.woocommerce-checkout .form-row .chosen-container {
    max-width: 300px;
}

td.va-bottom {
    vertical-align: bottom !important;
}

td.va-top {
    vertical-align: top !important;
}

ul.payment_methods{
    list-style: none;
    margin-left: 0;
}

ul.payment_methods li img{
    display: block;
}
ul.woocommerce-error {
	list-style: none !important;
    text-align: center;
    color: #767676;
    font-weight: 300;
    line-height: 2.7em;
    position: relative;
	list-style: none !important;
	background: #f7f7f7;
	padding-top: 15px;
}

.col-1 {width: 45%; margin-right: 3%;}
.col-2 {width: 45%;}
.col-2 #ship-to-different-address label{ margin: 0 0 0; padding: 0 !important;}
.col-2 #ship-to-different-address { padding: 11px 0 0 !important; margin: 0 !important;}
.col-2 #ship-to-different-address input{ margin: 0 0 17px !important;}

/* Full Cart */
body.woocommerce-checkout .woocommerce select {
    width: 80% !important; margin-right: 50px;
}
.shop_table tbody td {
    padding-bottom: 10px;
}
.shop_table .cart-subtotal th, .shop_table .cart-subtotal td {
    padding-top: 10px !important;
    border-top: 1px solid #eee;
}

.shop_table.cart .product-thumbnail {
    display: none;
}

.shop_table.cart thead th {
    padding-bottom: 10px;
}

/* Woocommerce Widgets /--------------------------------------------------------- */

.has-sidebar .thumbs{
  	max-width: 70% !important;
	float: left;
}

.sidebar-shop {
	float: right;
	max-width: 30%;
}

.sidebar-shop div{
	padding: 0 !important;
}

.sidebar-shop {
	width: 100% !important;
	padding: 0 2% 0 3%;
}

.sidebar-shop .widget-box{
	width: 100% !important;
}

.sidebar-shop .widget-box{
	max-width: none;
	width: 100%;
}

.has-sidebar .products .product {
    width: 50% !important;
}

.has-sidebar .products .product:nth-child(3n+1)
{
    clear: none !important;
}

.has-sidebar .products .product:nth-child(2n+1)
{
    clear: both !important;
}



/* Widget Price Filter /--------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider,.woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount,.woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: right;
}

.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: left;
}

.woocommerce .widget_price_filter .ui-slider,.woocommerce-page .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	cursor: pointer;
	background: #bb9f7c;
	outline: none;
	top: -2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #f5f5f5;
	border-radius: 1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background: #afafaf;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,.woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce .widget_price_filter .button {
	padding: 10px 14px;
	margin: 0;
	
	font-size: 11px;
}

.woocommerce .widget_price_filter .price_label{
	margin-top: 6px;
	display: inline-block;
	font-size: .8em;
}


mark.count{
	font-size: .8em;
}


/* Blog */

.home #blog header{
    padding: 55px 0 35px 0 !important;
}

.home #blog {
    border-top: thin solid #efefef;
    position: static;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 0;
    background-color: #f4f4f4;
}

.home #blog .posts {
    padding: 0 0 50px !important;
    max-width: 1100px;
    margin: 0 auto;
}

figure.post.small {
    display: inline-block;
    width: 33.333%;
    position: relative;
    float: left;
}

figure.post.small .meta {
    text-transform: uppercase;
    font-size: .7em !important;
}

figure.post.small .inside {
    margin: 20px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,.05);
    background: #fff;
}

figure.post.small .inside .content {
    text-align: center;
    margin: 0;
    padding: 20px;
}

figure.post.small:nth-child(3n+1)
{
    clear: both;
}

figure.post figcaption {

}

figure.post figcaption h3 {
    line-height: 1.4em;
    font-size: 1em;
    padding: 0.4em 0 .4em !important;
    margin-bottom: 0 !important;
}

#blog .posts .post .meta {
    padding: 0 0 15px !important;
    font-style: normal !important;
    line-height: 1em;
}

figure.post figcaption a {
    color: #191919;
}

figure.post figcaption a:hover {
    color: rgba(0,0,0,0.8);
}

.post.small p {
    text-align: left;
    margin: 0 10px;
}

.post.small .post-thumb {
    margin-bottom: 5px !important;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.post.small .post-thumb:hover {
    opacity: .7;
}

.post.small .meta {
    font-size: .85em !important;
    letter-spacing: 0 !important;
}

#blog .posts .post .meta {
    font-size: .8em;
    display: block;
    color: #ababab !important;
    padding-bottom: 15px;
}

#blog .posts .post .meta.category{
    font-size: 1em;
}

#blog .posts .post .meta *, #blog .posts .post .meta{

}

#blog .posts .post .meta a{
    color: #d3d3d3 !important;
}

#blog .posts .post a.button {
    color: #191919;
    border-color: #191919;
    background: none;
}

#posts-scroll .post .meta {
    font-size: .8em;
    color: #c0c0c0;
    letter-spacing: .1em !important;
}

.blog-content {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
}

.blog .body-wrap {
    border: none;
}

.archive {

}
.blog-content ul, ol {
    padding-bottom: 0;
    margin-bottom: .8em;
}

.entry-header .meta.date {
    margin-bottom: 30px;
    display: block;
}

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

.hentry {
    margin: 0;
}

.date-author {
    display: block;
}

.date-author .posted-on, .date-author .byline, .date-author .comments-link {
    margin: 0 20px 20px;
    display: inline-block !important;
}

.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blog-content img.full-width {
    padding: 0;
}

.post header.entry-header h2 {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

header.entry-header .inner {
    padding: 0 30px !important;
}

.post header.main.has-background .meta a {
    color: #fff;
}

.post header.main.has-background .meta a:hover {
    color: rgba(255,255,255,.8)
}

.post header.main .meta a {
    color: #000;
}

.post header.main .meta a:hover {
    color: rgba(0,0,0,.5)
}

.blog-content .full-width-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
p.attribution {
    text-transform: uppercase;
    font-size: 0.6em;
}
p.caption {
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 40px;
}
.blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a, .blog-content h5 a {
    color: #191919;
    text-decoration: none;
}
.blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover, .blog-content h5 a:hover {
    color: #919191;
    text-decoration: none;
}

#main {
    margin: 0px;
    padding: 0 0 0 0;
}

#main .posts {
    color: #191919;
    padding: 0;
    margin-left: 0px;
}
p.meta, .comment-metadata {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #919191;
}
p.read-more {
    text-align: center !important;
    margin: 40px 0;
}
.pull {
    display: block;
    padding: 20px 0 20px 0;
    margin: 20px;
    width: 30%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #191919;
    border-top: 3px solid #919191;
    border-bottom: 3px solid #919191;
}
.pullright {
    float: right;
    margin-right: -5%;
    clear: left;
}
.pullleft {
    float: left;
    margin-left: -5%;
    clear: right;
}
.entry-footer {
    text-align: center;
}
.little-border {
    width: 50%;
    margin: 0 auto 80px auto;
    border-bottom: thin solid #e9e9e9;
}

/* Footer */
#footer {
    padding: 40px 30px;
    width: 100%;
    height: auto;
    background: #171717;
}

#footer span.widget-title, #footer .textwidget, #footer p, #footer span {
    color: #fff;
}

#footer a {
    font-weight: 300;
    color: #a5a5a5;
}

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

#footer .main{
    margin: 0 auto 30px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 30px 0 0 !important;
    max-width: 1100px;
}

#footer .inside {
    margin: 0 auto;
}

#footer .widget-box:nth-child(3n+1)
{
    clear: both !important;
}

#footer li {
    font-size: .8em !important;
}

#footer .widget-box p{
    color: rgba(255,255,255, .5);
}

#footer .secondary {
    padding: 30px 0 20px 0;
    text-align: center;
    color: #747475;
}

#footer .secondary *{
    color: #747475;
}

#footer .secondary.split .left {
    float: left;
}

#footer .secondary .left{
    margin-bottom: 10px;
}

#footer .secondary .right{
    padding-top: 15px;
}

#footer .secondary p {
    padding-bottom: 0 !important;
    color: #747475;
    font-size: .8em !important;
    font-weight: 300;
}

#footer .secondary a {
    color: #ababac;
    font-weight: 300;
}

#footer .secondary a:hover {
    color: #fff;
}


#footer .copyright {
    text-align: right;
    padding: 25px 10%;
}
#footer .copyright span {

}

/*--------------------------------------------------------------
10.2 Portfolio
--------------------------------------------------------------*/
#main header.main.featured-img {
    color: #fff;
    background-size: cover;
    background-position: center center;
    padding: 180px 30px 180px !important;
}
#main header.main.featured-img h1,
#main header.main.featured-img a {
    color: #fff;
}
#projects {
    background: #fff;
    margin: 55px 0 110px;
}
#filter-nav {
    text-align: center;
}
#filter-nav li {
    display: inline-block;
}
#filter-nav li a {
    font-size: 14px;
    display: inline-block;
    color: #a5a5a5;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding: 7px 11px 7px !important;
    border: none;
    line-height: 1em;
    text-transform: uppercase;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: Lato, sans-serif;
    font-weight: 500;
}
#filter-nav .selected,
#filter-nav a.selected:hover {
    color: #191919;
    padding: 3px;
    background: #e9e9e9;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
#filter-nav a:hover {
    color: #191919;
}
.thumbs {
    width: 100%;
}
.thumbs figure.brick {
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbs figure > .inner {
    margin: 0 10px 0;
    overflow: hidden;
    position: relative;
    height: auto;
    font-style: normal;
}
.thumbs figure.brick img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
.thumbs figure.brick figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
    margin: 0;
    -webkit-transition: .6s;
    transition: .6s;
}
.thumbs figure.brick figcaption .inner{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.thumbs figure.brick figcaption::before,
.thumbs figure.brick figcaption .inner {
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
}
.thumbs figure.brick:hover figcaption::before,
.thumbs figure.brick:hover figcaption .inner {
    opacity: 1;
}
.thumbs figure.brick figcaption::before {
    content: '';
    position: absolute;
    top: 30px; right: 30px; bottom: 30px; left: 30px;
    border: 7px double #fff;
    background: rgba(0,0,0,.4);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.thumbs figure.brick:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thumbs figure.brick figcaption .inner h3,
.thumbs figure.brick figcaption .inner p,
.thumbs figure.brick figcaption .inner a {
    color: #fff;
    text-align: center;
    padding: 0;
    max-width: 75%;
    margin: 0 auto;
}
.thumbs figure.brick a.item-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.thumbs figure.brick span.empty-project {
    width: 100%;
    height: 100%;
    background: #a5a5a5;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.thumbs figure.brick span.empty-project::before {
    content: "\f03e";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    color: rgba(25,25,25,0.3);
    margin-top: -12px;
    font-size: 48px;
    font-family: FontAwesome;
    text-align: center;
}
.bricks {
    visibility: hidden;
}
#projects .thumbs {
    max-width: 1100px;
    margin-top: 1.8em;
    background: #fff;
    border-bottom: #c5c5c5;
}
a.thumb-window {
    display: block;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 1.6em;
}

a.thumb-window img {
    margin: 0;
}

#main.project article header img {
    max-width: 1024px;
    height: auto;
    margin: 2.4286em 0;
    transform: translateY(-25%);
}
.thumbs figure.brick {
    width:27%;
    margin: 0 0 6% 6%;
}

/*--------------------------------------------------------------
10.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.4 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.comment-author .fn {
    font-weight: 700;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending #footer {
    display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 1.8em 0 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {}

/*////////////////////////////////////////////////////////////////////
//  13.0 - Media Queries
////////////////////////////////////////////////////////////////////*/


/* iPads */

@media only screen and (max-width : 1024px) {
    #middle {
        padding-top: 0 !important;
    }

    #site-header {
        position: relative;
    }

    .image-background #banner-content h1, #banner-content h2, #banner-content h3 {
        font-size: .9em !important;
    }

    #main header.main {
    }

    #main header.campaign {
        padding: 1.8em 10%;
        margin-bottom: 0;
    }

    #main header.main .entry-title {
        font-size: 1.8em;
    }

    #main header.main .meta {

    }

    #blog-home .posts {
        text-align: center;
    }

    .thumbs figure.brick {
        width: 50%;
    }

    /*Shop*/

    #shop, .related.products {
        max-width: 700px !important;
        margin: 0 auto;
    }

    .products .product {
        width: 50% !important;
    }

    .products .product:nth-child(3n+1)
    {
        clear: none !important;
    }

    .products .product:nth-child(2n+1)
    {
        clear: both !important;
    }

    .before-shop {
        max-width: 670px !important;
        padding: 0;
    }

    /*Posts*/

    .home #blog .posts {
        max-width: 700px !important;
    }

    #blog .post.small {
        width: 50%;
    }

    #blog .post.small:nth-child(3n+1)
    {
        clear: none;
    }

    #blog .post.small:nth-child(2n+1)
    {
        clear: both;
    }

    /*Widgets*/
    #footer .main {
        margin: 0 auto !important;
        max-width: 700px !important;
    }
    #footer .widget-box {
        width: 50% !important;
    }

    #footer .widget-box:nth-child(3n+1)
    {
        clear: none;
    }
    #footer .widget-box:nth-child(2n+1)
    {
        clear: both;
    }

}

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

    /*Campaign*/
    #campaign-home.col2 a figure {
        width: 100%;
        display: block;
        float: none;
        padding: 30px;
    }

}

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

    blockquote { font-size: .9em !important; }

    h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    h2 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    h4 {
        font-size: 1em;
    }

    p {
        font-size: .9em;
    }

    #cart-notices .woocommerce-message a.button.wc-forward {
        display: none;
    }

    .post.small h2 {
        font-size: 1.6em !important;
    }

    .thumbs {
        text-align: center;
    }

    .col2-set .col-1, .col2-set .col-2 {
        width: 100%;
        float: none;
    }

	.has-sidebar .thumbs{
	  	max-width: none;
		float: none;
	}

	.sidebar-shop {
		float: none;
		max-width: none;
		padding: 0 10%;
	}
	
	.products .product {
        width: 100% !important;
    }

	.woocommerce-product-gallery li {
	   margin-right: 2.6% !important;
	}

}

/*layouts smaller than 700px, iPhone and mobiles*/

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

    #site-header .inside {
        text-align: center;
    }

    #menu-toggle {
        display: block;
    }

    #mobile-menu { display: block; }

    #main-nav {
        display: none;
    }

    #menu {
        display: none;
    }

    #secondary-nav {
        position: absolute !important;
        right: 15px;
        top: 50%;
        margin-top: -17px;
        max-width: 120px;
    }

    #blog .posts .post a.button {
        font-size: 14px;
        padding: 5px 7px;
    }

    #logo {
        margin: 0 auto;
        float: none;
        position: relative;
    }

    #logo img{
        max-height: 20px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

	.home #slideshow .slide .content h1, .home #slideshow .slide .content h2, .home #slideshow .slide .content h3, .home #slideshow .slide .content h4{
	    line-height: 1.1em !important;
	    font-size: .7em !important;
	    letter-spacing: .1em !important;
	}

	.home #slideshow .slide .content p {
	    font-size: .5em !important;
	    line-height: 1.4em !important;
	}

    .thumbs {
        margin: 0 auto !important;
    }

    .thumbs {
        text-align: center;
    }

    #image-background #button-wrapper {
        display: none;
    }

    .post.small .inside {
        padding: 0;
    }

    .comment-navigation .nav-previous,
    .paging-navigation .nav-previous,
    .post-navigation .nav-previous {
        float: none;
        width: 100%;
        text-align: center;
    }
    .comment-navigation .nav-next,
    .paging-navigation .nav-next,
    .post-navigation .nav-next {
        float: none;
        width: 100%;
        text-align: center;
    }

    .thumbs figure.brick {
        width: 100%;
    }

    /*Reduce side padding*/
    .body-wrap {
        padding: 20px 10% 40px;
    }
    .comments-wrap {
        padding: 20px 15px;
    }
    #footer, #secondary {
        padding: 30px 0px !important;
    }
    .project.small, .widget-box{
        width: 100% !important;
    }
    .site-main .post-navigation {
        padding: 0 15px;
    }

    /*Shop*/

	

    #shop {
        max-width: 400px !important;
    }

    .before-shop {
        max-width: 350px;
        text-align: center !important;
    }

    .before-shop p, .before-shop .woocommerce-ordering {
        position: relative;
        margin: 0 auto !important;
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }

    .before-shop p {
        padding-bottom: 5px;
    }

    .products .product {
        width: 100% !important;
    }

    .products .product {
        float: none !important;
    }

    .product-col {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .product-col.right{

    }

    #campaign-home figure figcaption .inside {
        padding: 20px 40px !important;
    }

    #campaign-home figure figcaption .inside h3 {
        font-size: 1em;
    }

	.woocommerce-product-gallery li {
	   margin-right: 3% !important;
	}
	
	#reviews .star-rating {
		left: 80px;
	}

	#reviews .meta {
		margin-top: 30px !important;
	}
	
	#reviews .description p{
		width: 99% !important;
	}
	
	#shop .thumbs.col2 {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	}

	#shop .thumbs.col2 .product{
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	}

    /*Posts */

    header.main h1 {
        font-size: 1.2em !important;
        margin-bottom: 0;
    }

    header.main .meta {
        margin-top: -15px !important;
        margin-bottom: 0;
        font-size: .7em !important;
    }

    .home #blog .posts {
        max-width: 400px !important;
    }

    #blog .post.small {
        width: 100%;
        float: none;
    }

    /*Widgets*/
    #footer .main {
        margin: 0 auto !important;
        max-width: 700px !important;
    }
    #footer .widget-box {
        width: 100% !important;
        float: none;
    }

    /*Search */
    .search-results .post-thumb {
        max-width: 75px;
        margin: 0 15px 0px;
        display: block;
        float: left;
    }

    .search-results article h2 {
        font-size: 1.1em;
        text-align: left;
    }
}

/* iPhone Landscape */
@media screen and (max-width: 600px) {
    .home-inside h2 {
        font-size: 36px;
    }

    #wpadminbar{
        position: fixed;
    }
}

/* iPhone Portrait */
@media screen and (max-width: 480px) {


    #blog .posts .post p.read-more {
        display: none;
    }
    #projects .home-inside {
        top: 15%;
    }
    .comment-meta .avatar {
        position: relative;
        display: block;
        margin-bottom: 10px
    }

    div.comment-metadata, b.fn, #comments p, #comments .reply a {
        margin-left: 0
    }

}

/* Small laptops */

@media screen and ( max-height: 880px ){
    #banner-content .inside{
        max-width: 1100px !important;
    }

    #down-button {
        bottom: 10px;
    }
    #banner-content h1, #banner-content h2, #banner-content h3, #banner-content p, #banner-content img {
        margin-bottom: 25px;
    }
}
@media all and (min-width: 300px) {
    .mm-menu {
        width: 250px !important;
    }
}