/*
Theme Name: Solstice
Theme URI: https://solstice.bottomlessthemes.com/
Author: Adam Mills
Author URI: https://www.bottomlessthemes.com/
Description: Solstice is a responsive, retina friendly theme that lets website content shine with a stylish, yet minimal design. Perfect for Bloggers, Creatives, Businesses, & more.
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solstice
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready

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.

solstice is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*//////////////////////////////////////////////////////////////////////
//  00 - Index
//////////////////////////////////////////////////////////////////////*/

/*
//  01 - Normalize
//  02 - Typography
//  03 - Elements
//  04 - Links
//  05 - Icons
//  06 - Forms
//  07 - Header
//  08 - Navigation
//  09 - Content
		//  09.1 - Homepage
		//  09.2 - Posts
		//  09.3 - Post Formats
		//  09.4 - Portfolio
		//  09.5 - Testimonials
		//  09.6 - Comments
		//  09.7 - Gutenberg
//  10 - Media
		//  10.1 - Captions
		//  10.2 - Galleries
//  11 - Slideshow
//  12 - Tables
//  13 - Footer
//  14 - Widgets
//  15 - Accessibility
//  16 - Clearings
//  17 - Infinite scroll
//  18 - Shortcodes
//  19 - Jetpack
//  20 - WooCommerce
//  21 - Media Queries
*/


/*//////////////////////////////////////////////////////////////////////
//  01 - Normalize
//////////////////////////////////////////////////////////////////////*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 5px 0;
}

hr {
	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: none;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*//////////////////////////////////////////////////////////////////////
//  02 - Typography
//////////////////////////////////////////////////////////////////////*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Lato, serif;
	font-size: 14px;
	line-height: 1.5;
	overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Julius Sans One", sans-serif;
	margin: 0 0 10px;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.1875em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .8125em;
}

p {
	margin: 0 0 1.5em;
}

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

blockquote,
q {
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
	border-left: 3px solid #b79f5b;
	color: #999;
	margin: 0 2em 1.5em;
	padding: 0 0 0 1.5em;
}

blockquote p,
q {
	font-family: 'Georgia';
	font-size: 1.1875em;
	font-style: italic;
	margin-bottom: 0;
}

.pull-left,
.pull-right {
	color: #999;
	font-family: 'Georgia';
	font-size: 1.25em;
	font-style: italic;
	margin: 5px 0 1.5em;
	padding: 0 1.5em;
	width: 32%;
}

.pull-left {
	border-left: 3px solid #b79f5b;
	float: left;
}

.pull-right {
	border-right: 3px solid #b79f5b;
	float: right;
}

address {
	margin: 0 0 1.5em;
}

kbd,
tt,
var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
}

code,
pre {
	/* font-family: "Courier 10 Pitch", Courier, monospace; */
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

code {
	display: block;
	overflow-wrap: break-word;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

::selection {
	background-color: #b79f5b;
	color: #fff;
}


/*//////////////////////////////////////////////////////////////////////
//  03 - Elements
//////////////////////////////////////////////////////////////////////*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
	margin: 0 0 4%;
	padding: 0 0 0 20px;
}

ol {
	list-style: decimal;
	margin: 0 0 4%;
	padding: 0 0 0 16px;
}

ol li {
		padding-left: 4px;
}
ol li ul li {
		padding-left: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	padding-left: 16px;
}

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. */
}

table {
	margin: 0 0 1.5em;
	padding: 0;
	width: 100%;
}

table thead {
	background: rgba(255, 255, 255, .25);
}

table td, table th {
	padding: 4px 8px;
	text-align: center;
}

tbody tr {
	background-color: rgba(255,255,255,.25);
}

tbody tr:nth-child(2n+1) {
	background-color: initial;
	background-color: inherit;
}

.table-striped > tbody > tr:nth-child(odd) {
	background-color: initial;
	background-color: inherit;
}

img#wpstats {
	bottom: 0;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}


/*//////////////////////////////////////////////////////////////////////
//  04 - Links
//////////////////////////////////////////////////////////////////////*/

a,
a:visited {
	color: #b79f5b;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #e7ce7b;
	outline: 0;
}


/*//////////////////////////////////////////////////////////////////////
//  05 - Icons
//////////////////////////////////////////////////////////////////////*/

.categories-links a::before, 
.tags-links a::before, 
.comments-links a::before, 
.edit-link a::before, 
.previous.inactive::before, 
.next.inactive::before, 
.skillList a::before, 
.flex-direction-nav a.flex-prev:before, 
.flex-direction-nav a.flex-next:before,
.post-edit-link::before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
}

.non-fa {
	font-family: Lato, serif;
}

.menu-toggle {
	font-size: 14px;
	font-weight: 400;
}

.menu-toggle .fa-bars {
	margin-right: 3px;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f053" !important;
}

.flex-direction-nav a.flex-next:before {
	content: "\f054" !important;
}

.social-icons-wrap {
	padding: 0 3% 15px;
}

ul.soc-icons {
	margin: 0;
	padding: 0;
	text-align: center;
}

.soc-icons {
	text-align: center;
}

.soc-icons li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0 0 4px;
}

.soc-icons a,
.soc-icons a:visited {
	background-color: #b79f5b;
}

.soc-icons a:hover {
	background-color: #e7ce7b;
}

.soc-icons a {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	display: inline-block;
	font-size: 1.3em;
	height: 25px;
	line-height: 17px;
	margin: 0 auto;
	padding: 4px 5px 5px;
	text-align: center;
	width: 25px;
}

.social-icon .fa-lg {
	font-size: 1.25em;
	line-height: .65em;
}

.fa-youtube:before {
	font-size: .875em;
}

.widget .social-icons-wrap {
	padding: 0;
}

.widget .soc-icons a {
	font-size: 14px;
}

.fa-comment:before {
	margin: 0 3px 0 0;
	position: relative;
	top: -1px;
}

.comments-links, .entry-header .edit-link, .commentmetadata .edit-link {
	margin-right: 15px;
}

.post-edit-link:before {
	content: '\f040';
	margin: 0 3px 0 0;
}

.edit-link a::before {
	content: '\f303';
	margin-right: 2px;
}

.edit-link a.comment-edit-link::before {
	font-size: .9em;
}

.next.inactive::before {
	color: #ccc;
	content: "\f053";
}

.previous.inactive::before {
	color: #ccc;
	content: "\f054";
	margin-left: 6px;
}

/* Menu Social Icons - Font Awesome 5 update */
.fa-facebook::before, .fa-twitter::before, .fa-linkedin::before, .fa-dropbox::before, .fa-flickr::before, .fa-instagram::before, .fa-pinterest::before, .fa-google-plus::before, .fa-youtube::before {
	font-family: Font Awesome\ 5 Brands;
	font-weight: 400;
}
.fa-facebook::before {
	content: "\f39e" !important;
}
.fa-linkedin::before {
	content: "\f0e1" !important;
}
.fa-google-plus::before {
	content: "\f0d5" !important;
}

/* Icon Accessibility */
.fa-hidden {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}


/*//////////////////////////////////////////////////////////////////////
//  06 - Forms
//////////////////////////////////////////////////////////////////////*/

.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#secondary a.button, 
.footer-widgets a.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0;
	border-radius: 0;
	border: 1px solid #b79f5b;
	color: #b79f5b;
	cursor: pointer;
	display: inline-block;
	font-size: .75em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px;
	padding: 9px 17px;
	position: relative;
	text-transform: uppercase;
}

.button.small {
	font-size: .6em;
	padding: 7px 14px;
}

.button.large {
	font-size: .9em;
	padding: 12px 20px;
}

input[type="submit"] {
	padding: 7px 17px 6px;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#secondary a.button:hover, 
.footer-widgets a.button:hover {
	background-color: #b79f5b;
	border: 1px solid #b79f5b;
	color: #fff;
}

input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: 1px solid #aaa;
	color: #aaa;
	font: normal 300 11px/22px Lato, Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	outline: none;
	padding: 6px 12px;
	text-transform: none;
}

input[type="email"],
input[type="text"],
input[type="url"],
textarea {
	max-width: 480px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="search"] {
	border: 1px solid #ccc;
	border-radius: 0;
	color: #666;
	font-size: .9em;
	margin-bottom: 5px;
	margin-right: 2px;
	padding: 3px 10px;
}


/*//////////////////////////////////////////////////////////////////////
//  07 - Header
//////////////////////////////////////////////////////////////////////*/

.site-branding {
	float: left;
	margin: 30px auto 20px;
	width: 33.3%;
}

.site-branding.full {
	float: none;
	text-align: center;
	width: 100%;
}

.site-branding.full.nav {
	margin: 25px auto;
	text-align: center;
}

.site-branding.full img {
	margin: 0 auto;
}

.site-title {
	font-size: 2em;
}

.cta-wrap {
	border: 1px solid #b79f5b;
	clear: both;
	margin: 0 auto 40px;
	max-width: 1020px;
	padding: 0;
}

.cta {
	font-size: 1.125em;
	padding: 10px 2.942%;
	text-align: center;
}

.cta p {
	margin-bottom: 0;
}

#header-cta-button {
	background-color: #b79f5b;
    border-style: solid;
	border-width: 1px !important;
	color: #fff;
	font-size: .7em;
	margin: 0 10px;
	padding: 5px 14px;
}

#header-cta-button:hover {
	background-color: transparent;
	color: #b79f5b;
}


/*//////////////////////////////////////////////////////////////////////
//  08 - Navigation
//////////////////////////////////////////////////////////////////////*/

.main-navigation {
	float: left;
	margin: 48px auto 20px;
	width: 66.7%;
}

.main-navigation .nav-menu {
	text-align: right;
}

.main-navigation.full {
	float: none;
	margin: 20px auto 30px;
	width: 100%;
}

.main-navigation.full .nav-menu {
	text-align: center;
}

.main-navigation.full.nav {
	margin: 20px auto;
}

.main-navigation.full.nav .nav-menu {
	text-align: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	font-size: .8em;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation ul ul {
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	display: none;
	float: left;
	left: 50%;
	margin: 4px 0 0 -65px;
	position: absolute;
	top: 28px;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 130px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation ul ul ul {
	margin-left: -20px;
	margin-top: 5px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.single-post .main-navigation .current_page_parent > a,
.category .main-navigation .current_page_parent > a,
.tag .main-navigation .current_page_parent > a,
.author .main-navigation .current_page_parent > a,
.date .main-navigation .current_page_parent > a {
	color: #e7ce7b;
}

.sub-menu {
	text-align: center;
}

/* Small menu. */
.menu-toggle,
.menu-toggle.fa {
	display: none;
}

.menu-toggle:focus {
	outline: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 3em;
	overflow: hidden;
}

.nav-links {
	font-size: .8em;
	font-style: italic;
}

.pagination-navigation {
	clear: both;
	font-size: .8em;
	font-style: italic;
	margin-bottom: 2em;
	text-align: center;
}

.pagination-navigation ul {
	margin: 0;
	padding: 0;
}

.pagination-navigation li {
	display: inline-block;
	list-style-type: none;
	padding: 0 3px;
}

.pagination-navigation .active a {
	color: #aaa;
	cursor: text;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-item.social-icon a {
	padding: 0 8px;
}


/*//////////////////////////////////////////////////////////////////////
//  09 - Content
//////////////////////////////////////////////////////////////////////*/

.page-wrap {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
}

.hentry {
	margin: 0 0 4em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-header,
.site-content,
.footer-widgets .container {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 2.942%;
}

.site-header,
.site-content {
	background-color: #fff;
}

.entry-header {
	margin-bottom: 1.5em;
	text-align: center;
}

.page-header {
	margin-bottom: 1.5em;
	text-align: center;
}

.taxonomy-description {
	margin-bottom: 3em;
}

.featured-img {
	margin-bottom: 1.5em;
}

.featured-img img {
	display: block;
}

.entry-content {
	margin-bottom: 1.5em;
}

.entry-content.blog-description {
	margin-bottom: 2.5em;
	text-align: center;
}

.entry-title {
	font-size: 1.75em;
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.page-title {
	border-bottom: 1px solid;
	display: inline-block;
	font-size: .75em;
	letter-spacing: .05em;
	margin: 0 auto 1.5em;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.entry-meta {
	color: #aaa;
	font-size: .8em;
	font-style: italic;
	letter-spacing: .05em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-content {
	margin-bottom: 3em;
}

.entry-footer {
	color: #aaa;
	font-size: .9em;
	text-transform: uppercase;
}

.cat-links,
.tags-links {
	display: block;
	font-size: .8em;
	margin: 1px auto;
	text-align: center;
}

.cat-links a,
.tags-links a {
	border: 1px solid;
	display: inline-block;
	margin: 2px 1px;
	padding: 5px 10px;
}

.cat-links a:hover,
.tags-links a:hover {
	background-color: #b79f5b;
	border: 1px solid #b79f5b;
	color: #fff;
}

.tags-links a:before {
	content: '#';
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.one_fourth,
.one_half,
.one_third,
.two_third,
.three_fourth {
	float: left;
	margin: 0 3% 0 0;
	position: relative;
}

#primary {
	float: left;
	padding: 0 5% 0 0;
	width: 72.975%;
}

#secondary {
	float: left;
	width: 27.025%;
}

#primary.full-width,
#primary.portfolio {
	float: none;
	margin: 0 auto;
	max-width: 780px;
	padding: 0;
	width: 100%;
}

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

.featured-img-wrap {
	margin-bottom: 1%;
	max-height: 540px;
	overflow: hidden;
	position: relative;
}

.title-wrap {
	height: 100%;
	padding: 0 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 99;
}

h2.headline {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	display: inline-block;
	font-size: 3em;
	margin: -40px 0 0;
	padding: 10px 25px;
	top: 50%;
}

.home .featured-video-wrap .featured-vid, .home .featured-img-wrap .featured-img {
	margin-bottom: 1%;
}

.featured-pages {
	clear: both;
}

.featured-pages .one_third {
	margin: 0 1.01% 1% 0;
	position: relative;
	width: 32.66%;
}

.featured-pages .one_third:nth-child(+3) {
	clear: right;
	float: right;
	margin-right: 0;
}

.featured-page-img img {
	display: block;
}

.featured-page-title {
	margin: 30px auto;
	text-align: center;
}

.featured-page-title.img {
	margin: -25px auto 0;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.featured-page-title.img .entry-title {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
	display: inline-block;
	padding: 10px;
}

.welcome-message {
	font-size: 1.375em;
	margin: 40px 0;
}

.welcome-message h3 {
	text-align: center;
}

.additional-homepage-content {
	clear: both;
	margin-bottom: 48px;
}


/*//////////////////////////////////////////////////////////////////////
//  09.2 - Posts
//////////////////////////////////////////////////////////////////////*/

.sticky {
	display: block;
}

#post-author {
	border-bottom: 1px solid #edebeb;
	border-top: 1px solid #edebeb;
	margin: 0 0 15px;
	padding: 20px 0 0;
}

.single-slide #post-author {
	margin-top: -10px;
}

.profile-image {
	float: left;
	margin: 9px 20px 20px 0;
}

.profile-image img {
	border-radius: 50%;
	height: 84px;
	max-width: 84px;
	width: 84px;
}

.profile-content {
	font-size: .9em;
}

#post-author .title {
	clear: none;
	margin: 0;
}

.profile-link {
	margin-bottom: 20px;
}

.more-link {
	font-size: .8em;
	font-style: italic;
	margin-top: -1.5em;
	text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////////
//  09.3 - Post Formats
//////////////////////////////////////////////////////////////////////*/

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

/* Audio */
.mejs-container {
	margin-bottom: 1.5em;
}

/* Image */
.format-image .entry-content,
.format-status .featured-img + .entry-content,
.format-video .featured-vid + .entry-content {
	margin-top: -1.5em;
}

.format-image .thumb,
.format-quote .thumb,
.format-status .thumb {
	display: block;
}

.format-image .entry-content,
.format-status .entry-content,
.format-video .entry-content {
	border: 1px solid rgb(183, 159, 91);
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
}

/* Quote */
.format-quote .featured-img {
	margin-bottom: 1em;
}

/* Status */
.format-status .profile-image {
	margin: 0 20px 1.1em 0;
}

/* Video */
.featured-vid {
	margin-bottom: 1.5em;
	overflow: hidden;
}


/*//////////////////////////////////////////////////////////////////////
//  09.4 - Portfolio
//////////////////////////////////////////////////////////////////////*/

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

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

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

/* Project Filter Navigation */
.portfolio .filterNav-wrap {
	margin-bottom: 10px;
}

.portfolio #filterNav{
	margin: 0 0 20px;
	padding: 0;
}

.portfolio #filterNav li{
	display: block;
	float: left;
	margin: 0 1px 5px 0;
	padding: 0;
}

.portfolio #filterNav li a{
	background: #c8c8c8;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 6px;
	position: relative;
	text-transform: uppercase;
}

.portfolio #filterNav li a:hover,
.portfolio #filterNav li a.selected {
	background: #b79f5b;
}

/* Portfolio Archive */
#portfolio {
	margin-bottom: 3em;
	width: 100%;
}

.grid-sizer,
.portfolio-item {
	width: 32%;
}

.gutter-sizer {
	width: 2%;
}

.portfolio .entry-content {
	margin-bottom: 1.5em;
}

.portfolio .thumbnail {
	line-height: 1;
}

#portfolio .thumbnail,
#portfolio .featured-vid {
	max-height: 140px;
}

#portfolio .featured-vid {
	margin-bottom: 0;
}

#portfolio .entry-header {
	height: 50px;
	margin-bottom: 0;
}

#portfolio .entry-title {
	font-size: 1.125em;
	line-height: 1.25em;
	margin-top: 5px;
}

article[class*=" skill-"] {
	display: inline-block;
	margin-right: 2%;
}

article[class*="skill-"]:nth-child(3n) {
	margin-right: 0;
}

/* Single Portfolio */
.projectNav {
	float: right;
	font-size: 1.5em;
}

.projectNav a {
	display: block!important;
	margin: 0 0 0 6px;
}

.projectNav div {
	float: left;
}


/*//////////////////////////////////////////////////////////////////////
//  09.5 - Testimonials
//////////////////////////////////////////////////////////////////////*/

article.testimonials {
	clear: both;
}

.attachment-featured-testimonial {
	border-radius: 50%;
	float: left;
	height: 125px;
	margin: 0 20px 1em 0;
	width: 125px;
}

.testimonial-wrapper {
	padding: 0 0 0 150px;
}

.testimonial-wrapper p {
	font-style: italic;
}

.testimonial-wrapper h2 {
	display: inline-block;
	font-size: 1.25em;
	position: relative;
	top: -1em;
}

.testimonials-url {
	margin-top: -1em;
}

.testimonials .entry-content .testimonial-wrapper > div, 
.widget.bdesign_testimonials > div {
	margin-bottom: 1.5em;
}

/* Testimonials Widget */
.featured-testimonial-widget {
	border-radius: 50%;
	float: left;
	height: 90px;
	margin: 4px 20px 10px 0;
	width: 90px;
}

.widget.bdesign_testimonials {
	min-height: 128px;
}

.widget.bdesign_testimonials .title {
	font-size: 1.125em;
	font-weight: 700;
	position: relative;
	top: -1.25em;
}



/*//////////////////////////////////////////////////////////////////////
//  09.6 - Comments
//////////////////////////////////////////////////////////////////////*/

.comments-area {
	padding-bottom: 30px;
}

.comments-title-wrap {
	text-align: center;
}

.comments-title {
	border-bottom: 1px solid #404040;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 40px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.comment-form p {
	margin-bottom: .75em;
}

.comment-form label {
	display: block;
	font-size: 11px;
	letter-spacing: .15em;
	line-height: 18px;
}

.comment-form input[type="checkbox"], 
.comment-form input[type="radio"] {
	float: left;
	margin: 3px 8px 0 0;
}

.comments-area li {
	list-style-type: none;
}

.comment-wrap {
	border-bottom: 1px dotted #eee;
	margin-bottom: 40px;
}

.bypostauthor > .comment-wrap {
	background-color: #f4f4f4;
	margin-left: -24px;
	padding: 24px 0 0 24px;
}

.comment-wrap .author-img {
	float: left;
	margin-right: 25px;
}

.comment-wrap .author-img img {
	border-radius: 50%;
	max-height: 64px;
	max-width: 64px;
}

.comment-reply-link {
	background-color: #ddd;
	border-radius: 1px;
	color: #fff;
	float: right;
	font-size: 11px;
	margin-left: 7px;
	padding: 3px 6px 5px;
}

.comment-reply-link:hover {
	background-color: #ccc;
	color: #fff;
}

.comment-author,
.comment-author .fn,
.comment-author a {
	font-size: 14px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-meta,
.comment-meta time {
	color: #bbb;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

.comment-meta time {
	margin-right: 6px;
}

.comment-content {
	padding: 0 12px 0 0;
}

.comment-edit-link:before {
	content: '\f040';
	font-style: normal;
	margin: 0 3px 0 0;
}

.comment-body {
	overflow: hidden;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form .comment-subscription-form .subscribe-label {
	display: block !important;
}


/* /////////////////////////////////////////////////////////////////////
//  09.7 - Gutenberg
/////////////////////////////////////////////////////////////////////*/

.wp-block-cover-image,
.wp-block-audio,
.wp-block-embed,
.wp-block-columns,
.wp-block-categories {
	margin: 0 0 1.5em 0;
}
.wp-block-image {
	margin-bottom: 1.5em;
}
.wp-block-image .aligncenter {
    text-align: center;
}
.wp-block-audio.aligncenter {
	max-width: 540px;
}
.wp-block-audio.aligncenter audio {
	width: 540px;
}
ul.wp-block-gallery {
		margin: -8px -8px 1.5em;
		padding: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	padding: 40px 0 9px;
}
.wp-block-quote.is-large {
		border: none;
		margin: 0 0 1.5em;
		padding: 0 3.5em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
		display: inline-block;
	margin-top: 0;
		width: 100%;
}
pre.wp-block-code,
pre.wp-block-preformatted {
	font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 1.5rem;
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 1.5em;
}
pre.wp-block-code {
		background: #eee;
		border-left: 12px solid #ddd;
		padding: 1.6em;
}
pre.wp-block-verse {
		font-size: 1.125em;
		line-height: 1.7em;
		margin-bottom: 1.5em;
}
blockquote.wp-block-pullquote {
		border-left: none;
		margin: 3em 0;
		padding: 1.75em 0;
}
.wp-block-table {
		border-collapse: collapse;
		display: table;
}
.wp-block-table td {
	border: 1px solid currentColor;
		padding: .5em;
}
.wp-block-button .wp-block-button__link {
		border-radius: 0;
		font-size: 1.125em;
}
.wp-block-button .wp-block-button__link:hover {
		opacity: .85;
}
.wp-block-columns .layout-column-1,
.wp-block-columns .layout-column-2,
.wp-block-columns .layout-column-3,
.wp-block-columns .layout-column-4 {
	margin-bottom: 0;
		padding: 0 15px 10px 0;
}
.wp-block-separator {
	border-width: 1px;
}
hr.wp-block-separator.is-style-default {
    max-width: 75%;
}
.wp-block-categories-list ul.children {
		margin-left: 1.2em;
}
.wp-block-categories-list ul.children li {
		margin-left: 0;
}
ul.wp-block-latest-posts {
	margin: 0 0 1.5em 1.2em;
		padding: 0 0 0 3px;
}

/*@media only screen and (min-width: 768px) {
	 .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}
	.alignwide {
		margin-left: calc(10% - 10vw);
		margin-right: calc(10% - 10vw);
		width: auto;
		max-width: 1000%;
	}
	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}
}*/


/*//////////////////////////////////////////////////////////////////////
//  10 - Media
//////////////////////////////////////////////////////////////////////*/

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*//////////////////////////////////////////////////////////////////////
//  10.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 {
	font-size: .9em;
	font-style: italic;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}


/*//////////////////////////////////////////////////////////////////////
//  10.2 - Galleries
//////////////////////////////////////////////////////////////////////*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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 {
	display: block;
}


/*//////////////////////////////////////////////////////////////////////
//  11 - Slideshow
//////////////////////////////////////////////////////////////////////*/

.slideshow.row {
	margin-bottom: 1%;
	max-height: 540px;
	overflow: hidden;
}

.flexslider {
	background: transparent !important;
	border: none !important;
	clear: both;
	margin-bottom: 0 !important;
}

.flexslider .slides li {
	max-height: 540px;
}

/* Control Nav */
.flex-control-nav {
	bottom: inherit !important;
	line-height: 1em;
	right: 9px;
	top: 14px;
	width: inherit !important;
	z-index: 99;
}

.flex-control-nav li {
	margin: 0 4px !important;
}

.flex-control-nav li a {
	background: rgba(255,255,255,0.3) !important;
}

.flex-control-nav li a:hover {
	background: rgba(255,255,255,0.7) !important;
}

.flex-control-nav li a.flex-active {
	background: rgba(255,255,255,0.7) !important;
}

.flex-control-paging li a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

/* Direction Nav */
.flex-direction-nav {
	bottom: 50%;
	display: block;
	margin: 0 0 15px !important;
	position: absolute;
	width: 100%;
}

.flex-direction-nav li a {
	-moz-transition: none; transition: none;
	-moz-transition: opacity .5s ease;
	-webkit-transition: none;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.flex-direction-nav li a {
	background: none;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-size: 36px;
	height: 46px;
	line-height: 46px;
	margin: 0 !important;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-indent: initial;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .08);
	top: 50%;
	width: 36px;
	z-index: 9;
}

.flex-direction-nav li a.flex-next {background-position: -30px 1px; right: 3% !important;}
.flex-direction-nav li a.flex-next:hover {opacity: 1; filter:alpha(opacity=100);}
.flex-direction-nav li a.flex-prev {background-position: 0px 1px; left: 3% !important; }
.flex-direction-nav li a.flex-prev:hover { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

.flex-direction-nav li a:before {
	color: #fff !important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .08) !important;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1 !important;
}


/*//////////////////////////////////////////////////////////////////////
//  12 - Tables
//////////////////////////////////////////////////////////////////////*/

#wp-calendar {
	max-width: 300px;
}

#wp-calendar td#next {
	padding-right: 12px;
	text-align: right;
}

#wp-calendar td#prev {
	padding-left: 12px;
	text-align: left;
}


/*//////////////////////////////////////////////////////////////////////
//  13 - Footer
//////////////////////////////////////////////////////////////////////*/

.site-footer {
	background-color: #eaeaea;
	font-size: .8em;
	padding-top: 40px;
}

.site-info {
	padding-bottom: 18px;
	text-align: center;
}

.footer-top {
	margin: 0;
}


/*//////////////////////////////////////////////////////////////////////
//  14 - Widgets
//////////////////////////////////////////////////////////////////////*/

.widget {
	margin: 0 0 3.5em;
}

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

.widget.one_third {
	margin: 0 5% 0 0;
	padding: 25px 0 2.5em;
	width: 28.3%;
}

.widget-title {
	margin: 0 0 .5em;
	text-align: center;
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	line-height: 1.25em;
	padding: 4px 0;
}

.widget table {
	margin-bottom: 0;
}

.footer-widgets {
	background-color: #fafafa;
}

.footer-widgets .widget.one_third {
	margin: 0 3.5% 0 0;
	width: 31%;
}

.footer-widgets .widget.one_third:nth-child(3n) {
	margin-right: 0;
}

/* Search widget. */
form.search-form {
	margin: 0 auto;
	max-width: 260px;
	text-align: center;
}

.widget_search label {
	display: inline-block;
	margin-right: 4px;
	width: 60%;
}

.widget_search input[type="search"] {
	padding: 3px 5%;
	width: 90%;
}

.error-404 .widget {
	float: left;
	margin: 0 5% 0 0;
	padding: 25px 0 2.5em;
	width: 28.3%;
}

.about-image-wrapper,
.about-bio {
	text-align: center;
}

.AboutWidget img {
	border-radius: 50%;
	max-width: 200px;
	width: 100%;
}


/*//////////////////////////////////////////////////////////////////////
//  15 - Accessibility
//////////////////////////////////////////////////////////////////////*/

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

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


/*//////////////////////////////////////////////////////////////////////
//  16 - Clearings
//////////////////////////////////////////////////////////////////////*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*//////////////////////////////////////////////////////////////////////
//  17 - Infinite scroll
//////////////////////////////////////////////////////////////////////*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*//////////////////////////////////////////////////////////////////////
//  18 - Shortcodes
//////////////////////////////////////////////////////////////////////*/

.one_fourth {
	width: 22.75%;
}

.one_half {
	width: 48.5%;
}

.one_third {
	width: 31.33%;
}

.two_third {
	width: 65.66%;
}

.three_fourth {
	width: 74.25%;
}

.one_fourth,
.one_half,
.one_third,
.two_third,
.three_fourth {
	float: left;
	margin: 0 3% 1.5em 0;
	position: relative;
}

.last {
	clear: right;
	margin-right: 0 !important;
}

.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

.one_fourth p:last-child,
.one_half p:last-child,
.one_third p:last-child,
.two_third p:last-child,
.three_fourth p:last-child {
	margin-bottom: 0;
}


/*//////////////////////////////////////////////////////////////////////
//  19 - Plugin Compatibility
//////////////////////////////////////////////////////////////////////*/

/* Jetpack */
#jp-carousel-comment-form-container,
#jp-carousel-comments-loading,
.jp-carousel-light .jp-carousel-image-meta {
	display: none !important;
}

.jp-carousel-photo-info h2 {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.jp-carousel-light .jp-carousel-titleanddesc {
	border: none !important;
}

.jp-carousel-titleanddesc {
	padding-top: 0 !important;
}

.jp-carousel-left-column-wrapper {
	margin: 0 auto;
	text-align: center;
}

.jp-carousel-close-hint {
	width: 99% !important;
}

.jp-carousel-close-hint span {
	border-radius: 0 !important;
	border: 2px solid;
	border-color: #b79f5b !important;
	float: right;
}

.jp-carousel-wrap .jp-carousel-close-hint span {
	height: 23px !important;
	line-height: 15px !important;
}

/* Gravity Forms */
.gfield_radio input[type=radio] {
	margin-left: .08em !important;
}

/* Easy Digital Downloads */
#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
	border: none;
	border-radius: 0;
	font-size: .75em;
	line-height: normal;
	margin: 0 0 10px;
	padding: 9px 17px !important;
}

.single-download #post-author {
	display: none;
}


/*//////////////////////////////////////////////////////////////////////
//  20 - WooCommerce
//////////////////////////////////////////////////////////////////////*/

.woocommerce .page-title {
	-ms-word-wrap: break-word;
	border-bottom: none;
	display: block;
	font-size: 1.75em;
	letter-spacing: 0;
	margin-bottom: .875em;
	padding-bottom: 0;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}

.woocommerce-page #header-cta-button {
	border-radius: initial;
	border-radius: inherit;
	border: 1px solid #b79f5b;
	line-height: normal;
}

.woocommerce-wrap #respond input#submit,
.woocommerce-wrap a.button,
.woocommerce-wrap button.button,
.woocommerce-wrap input.button,
.woocommerce-cart .woocommerce .button,
.woocommerce-cart .woocommerce button,
.woocommerce-cart .woocommerce input[type="button"],
.woocommerce-cart .woocommerce input[type="reset"],
.woocommerce-cart .woocommerce input[type="submit"],
.woocommerce-checkout .woocommerce .button,
.woocommerce-checkout .woocommerce button,
.woocommerce-checkout .woocommerce input[type="button"],
.woocommerce-checkout .woocommerce input[type="reset"],
.woocommerce-checkout .woocommerce input[type="submit"] {
	border: none;
	border-radius: 0;
	font-size: .75em;
	line-height: normal;
	margin: 0 0 10px;
	padding: 9px 17px;
}

.woocommerce-cart .woocommerce .button:hover,
.woocommerce-cart .woocommerce button:hover,
.woocommerce-cart .woocommerce input[type="button"]:hover,
.woocommerce-cart .woocommerce input[type="reset"]:hover,
.woocommerce-cart .woocommerce input[type="submit"]:hover,
.woocommerce-checkout .woocommerce .button:hover,
.woocommerce-checkout .woocommerce button:hover,
.woocommerce-checkout .woocommerce input[type="button"]:hover,
.woocommerce-checkout .woocommerce input[type="reset"]:hover,
.woocommerce-checkout .woocommerce input[type="submit"]:hover {
	border: none;
}

.woocommerce-wrap input {
	line-height: 1.8;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 1.6;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce table.shop_table,
.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 0;
	box-shadow: none;
	left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-width: 0;
	box-shadow: none;
	right: 0;
}
.wc-product-table a[data-product_id].loading::before, .wc-product-table-reset a::before, .wc-product-table-wrapper .blockUI::before, .wc-product-table-wrapper .button.added::after, .wc-product-table-wrapper .cart-success::after, .wc-product-table-wrapper .wc-forward::after, table.wc-product-table.dtr-column>tbody>tr>td.control::before, table.wc-product-table.dtr-column>tbody>tr>th.control::before, table.wc-product-table.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child::before, table.wc-product-table.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child::before {
	font-weight: 900;
}
table.dataTable, table.dataTable th, table.dataTable td {
	box-sizing: border-box; 
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	border: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0;
}
.woocommerce span.onsale {
	box-sizing: content-box;
	background-color: #b79f5b;
}
.woocommerce ul.products li.product .price {
	color: #b79f5b;
}


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

/* Flexslider Mobile Nav Fix */
@media screen and (max-width: 860px) {
	.flex-direction-nav a {
		opacity: 0 !important;
	}

	.flexslider:hover .flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-next {
		opacity: 0.7 !important;
	}
}

/* iPad Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.menu-toggle,
	.menu-toggle.fa {
		display: block;
		margin: 0 auto;
		padding: 10px 15px;
		text-align: center;
		width: 90px;
	}

	.site-branding {
		text-align: center;
	}

	.site-branding,
	.main-navigation {
		float: none;
		width: 100%;
	}

	#site-navigation {
		display: block;
		margin: 20px auto 28px;
	}

	#site-navigation.nav {
		margin: 20px auto;
	}

	#primary-menu-wrap {
		display: none;
	}

	.toggled #primary-menu-wrap {
		display: block;
	}

	ul.nav-menu {
		background-color: #eaeaea;
		margin: 0;
		text-align: left;
	}

	ul.nav-menu li {
		display: block;
		line-height: 15px;
		overflow: hidden;
	}

	ul.nav-menu li a:hover {
		background: #fafafa;
	}

	.main-navigation a {
		padding: 8px 3%;
	}

	ul.menu ul.children,
	ul.menu ul.sub-menu {
		width: 100%;
	}

	.main-navigation.toggled ul ul {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		position: static;
	}

	.main-navigation ul ul a {
		padding-left: 6%;
		width: 100%;
	}

	.main-navigation ul ul ul a {
		padding-left: 9%;
	}

	.sub-menu {
		text-align: left;
	}

	.menu-item.social-icon a {
		padding: 8px 3%;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
	}
}

@media only screen and (max-width : 768px) {
	.menu-toggle,
	.menu-toggle.fa {
		display: block;
		margin: 0 auto;
		padding: 10px 15px;
		text-align: center;
		width: 90px;
	}

	.site-branding {
		text-align: center;
	}

	.site-branding,
	.main-navigation {
		float: none;
		width: 100%;
	}

	#site-navigation {
		display: block;
		margin: 20px auto 28px;
	}

	#site-navigation.nav {
		margin: 20px auto;
	}

	#primary-menu-wrap {
		display: none;
	}

	.toggled #primary-menu-wrap {
		display: block;
	}

	ul.nav-menu {
		background-color: #eaeaea;
		margin: 0;
		text-align: left;
	}

	ul.nav-menu li {
		display: block;
		line-height: 15px;
		overflow: hidden;
	}

	ul.nav-menu li a:hover {
		background: #fafafa;
	}

	.main-navigation a {
		padding: 8px 3%;
	}

	ul.menu ul.children,
	ul.menu ul.sub-menu {
		width: 100%;
	}

	.main-navigation.toggled ul ul {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		position: static;
	}

	.main-navigation ul ul a {
		padding-left: 6%;
		width: 100%;
	}

	.main-navigation ul ul ul a {
		padding-left: 9%;
	}

	.main-navigation.full .nav-menu,
	.sub-menu {
		text-align: left;
	}

	.menu-item.social-icon a {
		padding: 8px 3%;
	}

	.title-wrap {
		margin-top: -28px;
	}

	h2.headline {
		font-size: 2.5em;
		margin: -10px 0 0;
	}

	.entry-title {
		font-size: 1.5625em;
		line-height: 1.375em;
	}

	#primary,
	#secondary {
		max-width: 720px;
		padding: 0 0 25px;
		width: 100%;
	}

	table td,
	table th {
		padding: 4px;
	}
}

@media only screen and (max-width : 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	.title-wrap {
		margin-top: -22px;
	}

	h2.headline {
		font-size: 2em;
	}

	.entry-title {
		font-size: 1.375em;
	}

	.one_fourth,
	.one_half,
	.one_third,
	.two_third,
	.three_fourth {
		width: 100%;
	}

	.pull-left, .pull-right {
		width: 100%;
	}

	.alignnone,
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.footer-widgets .widget.one_third,
	.widget.one_third {
		margin: 0;
		width: 100%;
	}

	.featured-pages .one_third {
		float: none;
		margin: 0 auto 1%;
		width: 100%;
	}

	.featured-pages .one_third:nth-child(+3) {
		margin-right: auto;
	}

	#portfolio .entry-title {
		font-size: 1em;
	}
}

@media only screen and (max-width : 480px) {
	h2.headline {
		font-size: 1.5em;
	}

	.grid-sizer,
	.portfolio-item {
		width: 49%;
	}
}
