/*
	Theme Name: Smith & Graham
	Description: Custom Genesis theme for Smith & Graham
	Author: BREVITY, LLC
	Author URI: http://www.createbrevity.com/
	Version: 3.1
  
	Template: genesis
	Template Version: 2.0
 
*/



/* Baseline Normalize
---------------------------------------------------------------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



/* HTML Elements
---------------------------------------------------------------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 26px 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 26px 0;
	padding: 20px 0 0 0;
	background: #eee;
}

hr,
hr.wp-block-separator {
    border: 0;
    height: 1px;
    background: #eee;
    margin-bottom: 26px;
}




/* Headings & Titles
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 22px;
}

.archive-title {
	font-size: 30px;
}

.entry-title {
	font-size: 42px;
}

.sidebar .widget-title {
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.entry-title a,
.entry-title a:hover {
	color: #000;
}



/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-inner {
	width: 100%;
	max-width: 1200px;
	clear: both;
	padding: 100px 0;
	margin-left: auto;
	margin-right: auto;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.content-sidebar-wrap {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.home .site-inner {
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

.content,
.single-product #primary {
	float: left;
	width: 65.81196581196582%;
}



.sidebar-primary {
	float: right;
	width: 31.623931623931625%;
}

.full-width-content .content {
	width: 100%;
}

/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.one-fifth {
	width: 17.948718%
}

.two-fifths {
	width: 35.897436%;
}

.three-fifths {
	width: 53.846154%;
}

.four-fifths {
	width: 71.794872%;
}

.full-width {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

.first {
	clear: both;
	margin-left: 0;
}



/* WordPress
---------------------------------------------------------------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
}

img.alignnone,
.alignnone {
	margin-bottom: 26px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 26px 26px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 26px 26px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 26px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}

.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}

.alignwide img,
.alignfull img {
    display: block;
    margin: 0 auto;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}



/* Forms (including Gravity Forms)
---------------------------------------------------------------------------------------------------- */

input,
textarea {
	background: #fff;
	border: 1px solid #eee;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #ddd;
	outline: none;
}

select {
	border: 0;
	outline: none;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button {
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
	outline: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.wp-block-button:hover {
	background: #000;
	color: #fff;
	outline: none;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

div.gform_wrapper span.gform_description {
	font-weight: 300 !important;
}

div.gform_wrapper .no-label label {
	display: none !important;
}

div.gform_wrapper .no-label .ginput_container_checkbox label,
div.gform_wrapper .no-label .ginput_container_radio label {
	display: block !important;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 20px;
}


/* Gravity Forms Checkboxes
--------------------------------------------- */

div.gform_wrapper ul.gfield_checkbox li {
	position: relative;
	min-height: 35px !important;
}

div.gform_wrapper ul.gfield_checkbox li label {
	padding-left: 40px;
	font-size: 16px !important;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_checkbox li label::after {
	/* Adds the box for the check */
	content: "";
	background: #fff;
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	border: 2px solid #ccc;
	border-radius: 3px;
	z-index: 0;
}

div.gform_wrapper ul.gfield_checkbox li label::before {
	/* Adds the check mark */
	content: "";
	display: block;
    position: absolute;
    width: 10px;
	height: 18px;
    border: solid #000;
    border-width: 0 5px 5px 0;
	left: 9px;
	top: 2px;
	transform: rotate(45deg);
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	/* Hides the default checkbox */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: 700;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label::before  {
	/* Shows the check */
	opacity: 1;
	top: 2px;
}


/* Gravity Forms Radios
--------------------------------------------- */

div.gform_wrapper ul.gfield_radio li {
	position: relative;
	min-height: 35px;
}

div.gform_wrapper ul.gfield_radio li label {
	font-size: 16px;
	padding-left: 40px;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_radio li label::after {
	/* Adds the circle for the radio */
	content: "";
	background: #fff;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ccc;
	border-radius: 13px;
	z-index: 0;
}

div.gform_wrapper ul.gfield_radio li label::before {
	/* Adds the radio */
	content: "";
	display: block;
    position: absolute;
    width: 16px;
	height: 16px;
	background: #000;
    border-radius: 8px;
	left: 5px;
	top: 5px;
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"] {
	/* Hides the default radio */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 700;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label::before  {
	/* Shows the check */
	opacity: 1;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label::after {
	border: 2px solid #000;
}




/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	height: 400px;
	display: table;
	overflow: hidden;
	background: #fff url('images/background-homepage.jpg') 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-bottom: 5px solid #000;
}

.archive .site-header {
	background: #fff url('images/background-1.jpg') 50% bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.single-product .site-header {
	background: #fff url('images/background-1.jpg') 50% bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.woocommerce-cart .site-header,
.woocommerce-checkout .site-header,
.woocommerce-account .site-header {
	background: #fff url('images/background-3.jpg') 50% bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.site-header .wrap {
	width: 100%;
	max-width: 100%;
	height: 400px;
	display: table-row;
	overflow: hidden;
}

.site-header .wrap .title-area {
	width: 100%;
	height: 400px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}

.site-header .wrap .title-area .site-title > a {
	float: none;
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
}

.header-full-width .title-area {
	width: 100%;
}

.site-header .site-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #000;
}

.header-image .site-title > a {
	float: left;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.site-header .site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}

.site-header .site-description,
.site-header .site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.site-header .widget-area {
	display: none;
}

.home .site-header {
	height: 100vh;
	background: url('images/background-homepage.jpg') 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home .site-header .wrap {
	height: 100vh;
}

.home .site-header .wrap .title-area {
	height: 100vh;
}

.home .site-header .wrap .title-area .site-title > a {
	height: 100vh;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.responsive-menu-toggle {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #000;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 5px 0 0 0;
	border: none;
	text-align: center;
	visibility: visible;
	line-height: 1;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
	outline: none;
}

.responsive-menu-toggle:hover,
.responsive-menu-toggle:active {
	background: #000;
	color: #fff;
	border: none;
	outline: none;
}

.hamburger {
	padding: 15px 0 !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after	{
	background: #fff !important;
}

.navigation-container {
	overflow: auto;
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 980;
	width: 400px;
	height: 100vh;
	padding: 50px 0 0 0;
	background: rgba(0,0,0,0.95);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.navigation-container.is-active {
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.navigation-container .menu-item {
	display: block;
	position: relative;
	text-align: left;
	padding: 0 50px 50px 50px;
	
}

.navigation-container .menu-item a,
.navigation-container .menu-item a:hover {
	color: #fff !important;
	font-weight: 300 !important;
	font-size: 20px !important;
	padding: 15px 0 !important;
}




/* Content Area
---------------------------------------------------------------------------------------------------- */

.entry {

}

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

/* Entry Meta
--------------------------------------------- */

.entry-meta {
	display: none;
}



/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: #f9f9f9;
	padding: 50px;
}

.sidebar .widget {
	margin: 0 0 100px 0;
}



/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	display: none;
}



/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	width: 100%;
	border-top: 5px solid #000;
}

.site-footer .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a,
.site-footer a:hover {
	color: #000;
}

.site-footer .creds {
	width: 100%;
}




/* Homepage
---------------------------------------------------------------------------------------------------- */

.home .site-container {
	display: none;
}

.home .homepage-row-1 .wrap,
.home .homepage-row-3 .wrap,
.home .homepage-row-4 .wrap {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


/* Row 1 - Introduction
--------------------------------------------- */

.home .homepage-row-1 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 150px 0;
	margin: 0;
}

.home .homepage-row-1 img {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}


/* Row 2 - Photo Grid
--------------------------------------------- */

.home .homepage-row-2 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.home .homepage-row-2 img {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.home .homepage-row-2 .homepage-photo-grid-row-1,
.home .homepage-row-2 .homepage-photo-grid-row-2 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

.home .homepage-row-2 .homepage-photo-grid-row-2 .homepage-photo-grid-column-left {
	width: 50%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}

.home .homepage-row-2 .homepage-photo-grid-row-2 .homepage-photo-grid-column-right {
	width: 50%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0 0 0 5px;
	margin: 0;
	float: right;
}


/* Row 3 - Content
--------------------------------------------- */

.home .homepage-row-3 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 150px 0 70px 0;
	margin: 0;
}

/* Row 4 — Photo Links
--------------------------------------------- */

.home .homepage-row-4 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0 0 70px 0;
	margin: 0;
}

.home .homepage-row-4 .photo-link {
	margin: 0 0 50px 0;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 100px 50px;
}

.home .homepage-row-4 .photo-link:nth-of-type(odd) {
	text-align: right;
}

.home .homepage-row-4 .photo-link:nth-of-type(even) {
	text-align: left;
}

.home .homepage-row-4 .photo-link a.button,
.home .homepage-row-4 .photo-link button {
	background: rgba(0,0,0,0.8) !important;
	padding: 10px 20px;
	border: 5px solid #fff;
	width: 200px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.home .homepage-row-4 .photo-link a.button:hover,
.home .homepage-row-4 .photo-link button:hover {
	background: rgba(0,0,0,1) !important;
	padding: 10px 20px;
	border: 5px solid #fff;
	width: 200px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}




/* Popup Maker Styles
---------------------------------------------------------------------------------------------------- */

.pum-title {
	display: none;
}

.pum-content h2 {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #ccc;
}

.pum-content h2:first-of-type {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}



/* WooCommerce Styles
---------------------------------------------------------------------------------------------------- */

.woocommerce #container,
.woocommerce .content-area {
	float: left;
	width: 65.81196581196582%;
}

.woocommerce .woocommerce-breadcrumb {
	display: none !important;
}


/* Checkout
--------------------------------------------- */

.woocommerce-checkout #customer_details {
	padding: 0 0 50px 0 !important;
}

.woocommerce-checkout .woocommerce table.shop_table {
	border: none !important;
	margin: 0 0 30px 0 !important;
	border-radius: 0 !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	padding: 10px !important;
}

.woocommerce-checkout #payment {
	background: transparent !important;
	border-radius: 0 !important;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0 !important;
}

.woocommerce-checkout #payment .button {
	padding: 16px 24px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.woocommerce-checkout #coupon_code {
	width: 150px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f7f6f7 !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	position: absolute !important;
	top: -.75em !important;
	left: 0 !important;
	margin: -1em 0 0 2em !important;
}

.woocommerce-checkout #payment div.payment_box {
	background: #f7f6f7 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 0 20px 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none !important;
}

.woocommerce-checkout #payment div.place-order {
	padding: 20px 0 0 0 !important;
}

.woocommerce .input-text {
	padding: 10px 20px !important;
}

.woocommerce #billing_country_field,
.woocommerce #shipping_country_field {
	display: none !important;
}



/* Messages
--------------------------------------------- */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	border-top-color: #000000 !important;
	color: #000000 !important;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
	color: #000000 !important;
}


/* General Buttons
--------------------------------------------- */

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
	background-color: #000000 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover {
	background-color: #666 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.woocommerce a.checkout-button {
	background-color: #000000 !important;
	color: #fff !important;
	padding: 16px 24px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border-radius: 0 !important;
}

.woocommerce .input-text {
	padding: 7px 6px !important;
}


/* Shop Grid
--------------------------------------------- */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 31% !important;
	margin: 0 3.5% 50px 0 !important;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	width: 31% !important;
	margin: 0 0 50px 0 !important;
}

.woocommerce ul.products li.product .price {
	color: #999 !important;
}

.woocommerce ul.products li.product a h2 {
	color: #000000 !important;
	font-weight: 300;
	font-size: 22px;
	min-height: 60px;
}

.woocommerce ul.products li.product a img {
	border: none;
}

.woocommerce ul.products li.product .add_to_cart_button {
	display: none !important;
}


/* Shop Pagination
--------------------------------------------- */

.woocommerce nav.woocommerce-pagination {
	text-align: left !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none !important;
	display: inline !important;
	margin: 0 4px 0 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background: #000000 !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 16px !important;
	padding: 13px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #666 !important;
	color: #fff !important;
}


/* My Account page
--------------------------------------------- */

.woocommerce-MyAccount-navigation ul {
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 0 28px 0 !important;
}

.woocommerce-MyAccount-content fieldset {
	margin: 30px 2px !important;
	padding: 20px !important;
}

.woocommerce-MyAccount-content legend {
	font-weight: 700 !important;
}


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

.single-product .product_meta {
	display: none !important;
}

.single-product  form.cart table {
	border-width: 0 !important;
}

.single-product .woocommerce-variation {
	float: left !important;
}

.single-product .button {
	background-color: #000000 !important;
	color: #fff !important;
	padding: 16px 24px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	float: right !important;
}

.single-product .button:hover {
	background-color: #666 !important;
}

.single-product .woocommerce-variation-price {
	padding: 0 0 10px 0;
}

.single-product div.product p.price,
.single-product div.product span.price {
	color: #555 !important;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
	border-top: 5px solid #ccc;
	padding-top: 40px;
}

.single-product .woocommerce-tabs ul.tabs {
	display: none !important;
}

.single-product .woocommerce-Tabs-panel h2 {
	margin: 0 0 20px 0;
}

.single-product .woocommerce-Tabs-panel h3 {
	font-size: 22px;
}

.single-product .related .button {
	float: none !important;
}


/* Product Category & Search Results Page
--------------------------------------------- */

.woocommerce-products-header h1 {
	color: #fff !important;
	background-color: #000000 !important;
	padding: 12px 20px 10px 40px !important;
	margin: 0 0 40px 0 !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	line-height: 1.625;
}


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

.woocommerce-product-search .screen-reader-text {
	display: none;
}

.woocommerce-product-search {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.woocommerce-product-search .search-field {
	width: calc(100% - 53px);
	float: left;
}

.woocommerce-product-search input[type=submit] {
	width: 53px;
	height: 53px;
	overflow: hidden;
	float: left;
	text-indent: -1000px;
	background: #000000 url('images/background-search-icon.png') 50% 50% no-repeat;
	background-size: 30px 30px;
}

.woocommerce-product-search input[type=submit]:hover {
	background: #666 url('images/background-search-icon.png') 50% 50% no-repeat;
	background-size: 30px 30px;
}



/* Shopping Cart Widget
--------------------------------------------- */

.woocommerce.widget_shopping_cart ul.cart_list .mini_cart_item {
	color: #000000 !important;
	font-weight: 300 !important;
}

.woocommerce.widget_shopping_cart ul.cart_list .mini_cart_item .quantity {
	font-weight: 300 !important;
}

.woocommerce.widget_shopping_cart ul.cart_list .mini_cart_item img {
	display: none !important;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove {
	top: -3px !important;
}

.woocommerce.widget_shopping_cart .total {
	text-transform: uppercase !important;
	padding: 10px 0 0 0 !important;	
	margin-top: 10px;
	border-top: 2px solid #ebe9eb !important;
}

.woocommerce.widget_shopping_cart .buttons a.button {
	background-color: #000000 !important;
	color: #fff !important;
	padding: 14px 20px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.woocommerce.widget_shopping_cart .buttons a.button:hover {
	background-color: #666 !important;
}

.woocommerce ul.cart_list li .variation {
	display: none !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 300 !important;
}




/* CSS Device Tests 
---------------------------------------------------------------------------------------------------- */

.mobile-css-test,
.portrait-css-test,
.landscape-css-test {
	width: 1px;
	height: 1px;
	display: none;
	overflow: hidden;
	background: transparent;
	opacity: 0;
	float: left;
}



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

/* Smaller Computers, Tablets (Landscape and Portrait) ----------------- */

@media only screen and (max-width: 1200px) {
	
	.wrap,
	.site-header .wrap,
	.nav-primary .wrap,
	.site-inner,
	.footer-widgets .wrap,
	.site-footer .wrap {
		max-width: 960px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
}


/* Projectors, Small Computers, Tablets (Portrait only) ----------------- */

@media only screen and (max-width: 960px) {
	
	.wrap,
	.site-header .wrap,
	.nav-primary .wrap,
	.site-inner,
	.footer-widgets .wrap,
	.site-footer .wrap {
		max-width: 96% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Woocommerce
	--------------------------------------------- */
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: calc(50% - 40px) !important;
		margin: 0 20px 40px 20px !important;
	}
	
	.woocommerce ul.products li.last,
	.woocommerce-page ul.products li.last {
		width: calc(50% - 40px) !important;
		margin: 0 20px 40px 20px !important;
	}
	
}


/* CSS Tests ----------------- */

@media only screen 
and (orientation: portrait) {
	.portrait-css-test {
		display: block;
	}
}

@media only screen 
and (orientation: landscape) {
	.landscape-css-test {
		display: block;
	}
}

@media only screen 
and (max-device-width : 1024px) {
	.mobile-css-test {
		display: block;
	}
}


/* Smartphones (Landscape and Portrait) ----------- */

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

	.wrap,
	.site-header .wrap,
	.nav-primary .wrap,
	.site-inner,
	.footer-widgets .wrap,
	.site-footer .wrap,
	.woocommerce #container, .woocommerce .content-area {
		width: 100% !important;
		max-width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.content,
	.sidebar-primary {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	
	/* Header
	--------------------------------------------- */
	
	
	.site-header,
	.site-header .wrap,
	.site-header .wrap .title-area,
	.site-header .wrap .title-area .site-title > a {
		height: 300px;
	}
	
	.home .site-header,
	.home .site-header .wrap,
	.home .site-header .wrap .title-area,
	.home .site-header .wrap .title-area .site-title > a {
		height: 100vh;
	}
	
	.header-image .site-title > a {
		background-size: 90% auto !important;
	}
	
	/* Woocommerce
	--------------------------------------------- */
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}
	
	.woocommerce ul.products li.last,
	.woocommerce-page ul.products li.last {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}
	
}


/* Smartphones (Portrait Only) -------------------- */

@media only screen
and (max-width: 760px)
and (orientation: portrait) {
	
	.site-header,
	.site-header .wrap,
	.site-header .wrap .title-area,
	.site-header .wrap .title-area .site-title > a {
		height: 200px;
	}

}
