/*
Theme Name: Danza
Theme URI: http://www.brickthemes.com/
Author: Shinelayers
Author URI: http://www.brickthemes.com/
Description: Danza is an elegant WordPress Blog Theme with clean & lear layout.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: danza
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, 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.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    overflow-x: hidden;
}

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: 1em 40px;
}

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: textfield;
	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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'Genericons';
	font-weight: normal;
	font-style:  normal;

	src: url('inc/fonts/genericons/Genericons.eot');
	src: url('inc/fonts/genericons/Genericons.eot?#iefix') format('embedded-opentype'),
	     url('inc/fonts/genericons/Genericons.woff') format('woff'),
	     url('inc/fonts/genericons/Genericons.ttf') format('truetype')
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("inc/fonts/genericons/Genericons.svg#Genericons") format("svg");
  }
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-family: 'Vollkorn', serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1.4;
}

h2 > a,
h1 {
	color: #000;
	font-size: 36px;
	line-height: 42px;
	margin: 0.60em 0;
	text-decoration: none;
}

h2 {
	font-size: 42px;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p {
	color: #181818;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 26px;
	margin-bottom: 1.5em;
	text-align: justify;
}

ul,
li,
ol {
	color: #181818;
	font-size: 22px;
	font-family: 'Crimson Text', serif;
	line-height: 1.8;
}

dfn,
blockquote,
em,
i {
	font-style: italic;
}

cite {
	display: block;
	color: #949494;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

blockquote::before {
	color: #000;
	content: open-quote;
	font-size: 4em;
	font-family: 'Playfair Display', serif;
	line-height: 0.1em;
	margin-top: -10px;
	text-align: justify;
	position: absolute;
	transform: translateY(-50%);
}

blockquote, q {
	border-top: 5px solid #eee;
	border-bottom: 2px solid #eee;
	font-size: 20px;
	margin: 55px 1.5em;
	padding: 20px 0;
	text-align: justify;
	quotes: "\201C""\201D";
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

button.search-submit:hover,
button.search-submit {
	background: none;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
}

.search-icon::before {
	font-family: "Genericons";
	content: '\f400';
	position: relative;
	top: 3px;
}

.search-icon {
	color: #8A8A8A;
	font-size: 16px;
}

.top .search-icon::before {
    color: #ffffff;
    cursor: pointer;
    line-height: 40px;
    margin-left: 30px;
}

.top .search-icon.close::before {
	content: '\f406'!important;
	font-size: 14px;
	line-height: 45px;
}

.top.hide {
	max-height: 0!important;
}

.search-form.top {
    position: absolute;
    max-height: 48px;
    overflow: hidden;
    max-width: 1110px!important;
    transition: max-height 0.8s cubic-bezier(0, 1, 0.5, 1) 0s;
	width: 87%;
    z-index: 99999;
}

.top > input {
	background: #282828 none repeat scroll 0 0;
	max-width: 1110px!important;
	padding-left: 10px!important;
	width: 100%;	
}

.search-field {
	background: none;
	border: none !important;
	color: #8A8A8A !important;
	font-family: "Montserrat";
	font-size: 10px;
	letter-spacing: 2.5px;
	line-height: 43px;
	max-width: 140px;
	text-transform: uppercase;
}

.search-form {
	float: right;
}
.header-div {
	display: block;
	height: 50px;	
}

/*--------------------------------------------------------------
# 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. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	outline: none;
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #949494;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out;
	    -ms-transition: color 0.3s ease-in-out;
	     -o-transition: color 0.3s ease-in-out;
	        transition: color 0.3s ease-in-out;
}

a:hover {
	color: #949494;
}

a:focus {
	outline: thin dotted;
}

a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	top: -23px;
	z-index: 8;
}

.secondary-menu {
	height: 48px;
	width: 80%;
}

.secondary-menu ul,
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul {
	display: flex;
	justify-content: flex-end;
}

.main-navigation > div > ul > li:not(:last-of-type) {
	margin-right: 65px;
}

.secondary-menu li,
.main-navigation li {
	float: left;
	position: relative;
	text-align: center;
}

.secondary-menu li {
	height: 48px;
	margin: auto 20px;
}

.secondary-menu > ul > li:not(:last-of-type) {
	margin-right: 65px;	
}

.secondary-menu a,
.main-navigation a {
	font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation a {
	color: #000;
}

.secondary-menu a {
	color: #888;
}

.secondary-menu ul ul,
.main-navigation ul ul {
	float: left;
	display: block;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ededed;
}

.secondary-menu ul ul {
	background: #292929 none repeat scroll 0 0;
	border: 1px solid #313131;
}

.secondary-menu ul ul ul,
.main-navigation ul ul ul {
	display: block;
	left: -999em;
	top: -1px;
}

.secondary-menu ul ul a,
.main-navigation ul ul a {
	vertical-align: middle;
	width: 200px;
}

.secondary-menu ul ul li,
.main-navigation ul ul li {
	min-height: 50px;
	padding: 0 15px;
}

.secondary-menu ul ul li {
	border-bottom: 1px solid #313131;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #ededed;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.secondary-menu ul li:hover > ul,
.secondary-menu ul li.focus > ul,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.secondary-menu > ul > li:hover > ul,
.secondary-menu > ul > li.focus > ul {
	top: 48px;
}

.secondary-menu ul ul li:hover > ul,
.secondary-menu ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.secondary-menu .current_page_item > a,
.secondary-menu .current-menu-item > a,
.secondary-menu .current_page_ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: bold;
}

.menu-item-has-children > a::after {
	color: #6C6C6C;
	font-family: "Genericons";
	font-size: 13px;
	content: '\f431';
	display: inline-block;
	position: relative;
	top: 2px;
}

/* Mobile Menu */
#mobile-menu,
.mobile-header,
.mobile-menu {
	display: none;
}

.mobile-menu-button::before {
	content: '\f419';
	color: #181818;
	font-family: "Genericons";
	font-size: 24px;
}

.sidr {
	padding: 150px 0;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 320px;
	overflow-x: none;
	overflow-y: auto;
	background: #181818;
	color: #FFFFFF;
	text-align: center;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr.left {
  left: -355px;
  right: auto;
}

.sidr-class-menu-item a {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	line-height: 48px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.sidr-class-mobile-menu-close:before {
	display: block;
	font-size: 24px;
	font-family: "Genericons";
	color: #FFF;
	content: '\f406';
	position: absolute;
	top: 45px;
	left: 40px;
	cursor: pointer;
}

li.sidr-class-menu-item-has-children > ul.sidr-class-sub-menu {
	visibility: hidden;
}

.sidr-inner ul > li.sidr-class-menu-item-has-children > a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #ffffff transparent transparent transparent;
	margin-top: 34px;
	margin-left: 49%;
	position: absolute;
}

ul > li > ul > li.sidr-class-menu-item-has-children > a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #ffffff transparent transparent transparent;
	margin-top: 20px!important;
	margin-left: 49%;
	position: absolute;
}

ul > li > ul > li.selected > a:before {
	display: none!important;
}

li > ul > li.sidr-class-menu-item-has-children > a:before,
li > ul > li.sidr-class-menu-item-has-children > a:hover:before,
.sidr-inner ul > li.sidr-class-menu-item-has-children.selected > a:before,
.sidr-inner ul > li.sidr-class-menu-item-has-children > a:hover:before {
	border-color: #949494 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	margin-top: 34px;
	margin-left: 49%;
	position: absolute;
}

ul.sidr-class-sub-menu li a {
	color: #777!important;
	line-height: 24px;
	font-size: 10px;
}

ul.sidr-class-sub-menu li a:hover {
	color: #FFF!important;
}

#navigation .sidr {
	visibility: visible;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 38px;
  visibility: visible;
}

.sidr ul li > ul li {
	display: none;
}

.sidr ul li.selected ul:before {
	display: block;
}

ul.sidr-class-sub-menu > a,
li.sidr-class-menu-item-object-custom-mega,
li.sidr-class-menu-item-object-custom-mega > a {
	display: none!important;
}

.sidr ul li a:hover,
.sidr ul li.selected > a,
.sidr ul li.current-menu-item a,
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  color: #949494;
}

.sidr ul li a, 
.sidr ul li span {
  display: block;
  text-decoration: none;
  color: #FFF;
}

.sidr ul li ul {
  margin: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	overflow: hidden;
	margin-bottom: 70px;
}

.posts-navigation {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;	
}

.nav-links a {
	border-bottom: 2px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #000;
	letter-spacing: 3px;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 8px;
	-webkit-transition: border-bottom 0.2s ease-out;
	   -moz-transition: border-bottom 0.2s ease-out;
	    -ms-transition: border-bottom 0.2s ease-out;
	     -o-transition: border-bottom 0.2s ease-out;
	        transition: border-bottom 0.2s ease-out;
}

.nav-links a:hover {
	border-bottom: 2px solid #949494;
	color: #949494;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	min-height: 30px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/

#menu-primary .menu-toggle button::before,
#menu-secondary .menu-toggle button::after {
	content: '\f419';
	display: inline-block;
	font-family: 'Genericons';
	font-size: 24px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

#menu-social.right {
	position: relative;
	top: 5px;
}

#menu-social.below {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#menu-social.top {
	display: flex;
	justify-content: flex-end;
	width: 20%;
}

#menu-social.top li a::before {
	color: #2f2f2f !important;
}

#menu-social.top ul li {
	font-size: 16px;
	line-height: 48px;
}

#menu-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-social ul li {
	display: inline-block;
}

#menu-social li a::before        { content: '\f408'; padding: 0 3px; font-family: "Genericons"; }
#menu-social li a:hover::before,
#menu-social li a:focus::befoe  { opacity: 0.75; }

#menu-social li a[href*="codepen.io"]::before      { content: '\f216'; color: #000;    }
#menu-social li a[href*="digg.com"]::before        { content: '\f221'; color: #000;    }
#menu-social li a[href*="dribbble.com"]::before    { content: '\f201'; color: #000; }
#menu-social li a[href*="dropbox.com"]::before     { content: '\f225'; color: #000; }
#menu-social li a[href*="facebook.com"]::before    { content: '\f203'; color: #000; }
#menu-social li a[href*="flickr.com"]::before      { content: '\f211'; color: #000; }
#menu-social li a[href*="plus.google.com"]::before { content: '\f206'; color: #000; }
#menu-social li a[href*="github.com"]::before      { content: '\f200'; color: #000; }
#menu-social li a[href*="instagram.com"]::before   { content: '\f215'; color: #000; }
#menu-social li a[href*="linkedin.com"]::before    { content: '\f208'; color: #000; }
#menu-social li a[href*="pinterest.com"]::before   { content: '\f210'; color: #000; }
#menu-social li a[href*="polldaddy.com"]::before   { content: '\f217'; color: #000; }
#menu-social li a[href*="getpocket.com"]::before   { content: '\f224'; color: #000; }
#menu-social li a[href*="reddit.com"]::before      { content: '\f222'; color: #000; }
#menu-social li a[href*="skype.com"]::before,
#menu-social li a[href*="skype:"]::before          { content: '\f220'; color: #000; }
#menu-social li a[href*="stumbleupon.com"]::before { content: '\f223'; color: #000; }
#menu-social li a[href*="tumblr.com"]::before      { content: '\f214'; color: #000; }
#menu-social li a[href*="twitter.com"]::before     { content: '\f202'; color: #000; }
#menu-social li a[href*="vimeo.com"]::before       { content: '\f212'; color: #000; }
#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before   { content: '\f205'; color: #000; }
#menu-social li a[href*="youtube.com"]::before     { content: '\f213'; color: #000; }
#menu-social li a[href$="/feed/"]::before 		   { content: '\f413'; color: #000; }

/*--------------------------------------------------------------
# Promo Boxes
--------------------------------------------------------------*/
.promo-content {
    margin: 40px 0 0 0;
	width: 100%;
}
.promo-box {	
    display: table;
    width: 32%;
	height: 240px;
    float: left;
    margin-right: 2%;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    position: relative;
}
.promo-overlay {
	height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.promo-box:nth-last-child(1) {
	margin-right: 0; 
}
.promo-box span {
	display: block;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 3px;
    font-style: italic;
    font-weight: 400;
    color: #888;
    padding-top: 2px;
}
.promo-box h4 {
	color: #000;
    padding: 25px 40px;
	margin: 0;
    background: #fff;
    display: inline-block;
    max-width: 60%;
    font-family: Montserrat !important;
    font-size: 15px;
	font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
	.promo-box {
		width: 100%;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter-widget input {
	border: 1px solid;
    border-color: #e5e5e5;
    background-color: #fff;
    padding: 12px 16px;
    font-size: 13px;
    font-style: italic;
    -webkit-appearance: none;
    width: 100%;
}
.newsletter-widget p {
	margin: 0;
}
.newsletter-widget input[type="submit"] {
	background: #000;
    color: #fff;
	margin: 10px 0;
	border: none;
	line-height: 1.7;
	text-shadow: none;
	box-shadow: none;
}

.widget_fbw_id {
	border: none !important;
	padding: 0 !important;
}
/*--------------------------------------------------------------
# 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: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-size: 0.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. */
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 45px;
	padding: 24px;
    border: 1px solid #cdcdcd;
}

.widget h2,
.widget h3 {
	font-style: normal;
}

.widget .search-form {
	float: none;
	border: 1px solid #ddd;
    padding-left: 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	border: 1px solid #ddd;
    color: #888;
    padding: 9px 10px;
    width: 100%;
    box-sizing: border-box;
}

.widgettitle::after, .widget-title::after {
    border-bottom: 1px solid #ccc;
    content: "";
    display: block;
	margin-top: 10px;
    margin-left: calc(50% - 20px);
    width: 40px;
    z-index: -1;
}

.widget-title a, .widgettitle a,
.widget-title, .widgettitle {
    color: #0a0a0a;
    font-family: "Vollkorn",sans-serif;
	font-style: italic !important;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    text-transform: capitalize;
}

.widget ul, .widget ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li,
.widget a {
    color: #282828;
    font-size: 16px;
    line-height: 25px;
}

.widget p,
.widget_text .textwidget {
    font-size: 16px;
    line-height: 32px;
}

.widget-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}

/* About me Widget */
.aboutme_widget {
	font-family: 'Open Sans', serif;
	text-align: center;
	font-size: 13px !important;
}
.aboutme_widget p {
	font-size: 14px !important;
	line-height: 24px !important;
}

.rpwwt-widget ul li {
	margin: 0 !important;
}
.rpwwt-widget ul li a {
	font-family: "Montserrat", sans-serif;
	font-weigth: 700;
}
.tagcloud a {
	color: #aaa;
	font-size: 14px !important;
    line-height: 37px !important;
    padding: 6px 12px;
    border: 1px solid #eee;
    margin-right: 4px;
}

.icon-set-lsi_widget-3 a, .icon-set-lsi_widget-3 a:visited, .icon-set-lsi_widget-3 a:focus {
	border-radius: 50% !important;
}
.lsi-social-icons li a {
    line-height: 12px !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site {
	max-width: 1160px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	margin-top: 40px;
}

.topbar {
	height: 48px;
	border-bottom: 1px solid #ccc;
}

.container {
	display: flex;
	justify-content: space-between;
	max-width: 1160px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.site-header {
	margin-bottom: 0;
}

.site-branding {
	margin-top: 30px;
	margin-bottom: 30px;	
	position: relative;
}

.site-branding.right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-branding.below ~ .main-navigation {
	display: flex;
    justify-content: center;
    top: 0;
    padding-top: 7px;
    padding-bottom: 12px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.site-branding.below .site-description,
.site-branding.below .site-title {
	text-align: center;
}

.site-branding .main-navigation {
	width: 70%;
	top: 0;
}

.logo.right {
	width: 15%;
}

.logo.below {
	text-align: center;
}

.logo > a {
	display: inline-block;
}

.logo img {
	width: auto;
	max-height: 150px;
}

.site-content {
	background-color: #fff;
}

/* Slider */
.slider {
	margin: 0;
}
.title-in {
	font-family: "Vollkorn",sans-serif !important;
	font-size: 48px !important;
}

.sp-buttons {
	padding-top: 0;
	margin-top: -25px;
}

.page-template-page-sidebar .content-area,
.sidebar-right .content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 90%;
}

.page-template-page-sidebar .site-main,
.sidebar-right .site-main {
	margin: 0 25% 0 0;
}

.page-template-page-sidebar .site-content .widget-area,
.sidebar-right .site-content .widget-area {
	float: right;
	padding-left: 20px;
	overflow: hidden;
	width: 30%;
}

.page-template-page-sidebar .entry-title {
	margin-top: 0;
}

.sticky {
	display: block;
}

.search .hentry,
.archive .hentry,
.home .hentry {
	margin: 0 0 70px;
}

article:not(:first-of-type)::before {
    background: #ededed none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    bottom: 25px;
}

.entry-header {
	text-align: left;
}

.entry-footer,
.entry-content,
.post-navigation,
.comments-area {
	max-width: 740px;
	margin: 1.5em auto;
}
.entry-content {
	margin: 0;
}

.entry-content a:hover {
	color: #181818;
}

.full-content p,
.full-content > * {
	font-family: "Crimson Text", serif;
    font-size: 22px !important;
	font-style: normal !important;
	text-align: left !important;
}

.full-content p {
	margin: 1.5em !important;
	text-align: justify;
}

.entry-footer {
	margin-bottom: 41px;
}

.taxonomy-description p,
.search .entry-content p,
.archive .entry-content p,
.home .entry-content p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 0;
}

.home .entry-content {
	margin: 15px auto;
}

.tags-links, 
.tags-links a {
    color: #949494;
    font-family: "Montserrat",sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 35px;
}

.tags-links a:hover {
	color: #383838;
}

.tags-links a::before {
	content: "#";
	display: inline;
}

.read-more {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 200px;
	width: 100%;
	height: 36px;
	left: 50%;
	text-align: center;
	-webkit-transition: background-color 0.5s ease-out;
	   -moz-transition: background-color 0.5s ease-out;
	    -ms-transition: background-color 0.5s ease-out;
	     -o-transition: background-color 0.5s ease-out;
	        transition: background-color 0.5s ease-out;
}

.read-more a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #4c4c4c;
	letter-spacing: 3px;
	line-height: 36px;
	text-transform: uppercase;	
	-webkit-transition: color 0.5s ease-out;
	   -moz-transition: color 0.5s ease-out;
	    -ms-transition: color 0.5s ease-out;
	     -o-transition: color 0.5s ease-out;
	        transition: color 0.5s ease-out;
}

.read-more:hover {
	background-color: #000;
}

.read-more a:hover {
	color: #FFF;
}

.edit-link {
    float: left;
}

.featured-image {
	margin-top: 41px;
	text-align: center;
	position: relative;
}



.post-category,
.post-category a,
.entry-meta a,
.entry-meta {
	color: #949494;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-header {
	text-align: center;
	margin-bottom: 41px;
}

.archive-header h1 {
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
}

.archive-header .post-category {
	display: block;
}

.archive-header h1:before {
	background: #ededed;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	width: 1140px;
	top: 63%;
	z-index: -1;
}

.archive-title {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 42px;
	letter-spacing: 3px;
	color: #393939;
	text-transform: none;
	position: relative;
}

.search .entry-meta,
.archive .entry-meta,
.home .entry-meta {
	margin-bottom: 30px;
}

.posted-on::before {
    content: "/";
    display: inline-block;
    margin-left: 6px;
    margin-right: 11px;
}

.posted-on::after {
	content: "/";
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
}

.post-category a {
	border: 1px solid #949494;
	padding: 10px 20px;
    margin-right: 20px;
}

.post-category a:last-of-type {
	margin-right: 0;
}

.post-category a:hover {
	border-bottom: 1px solid #383838;
	color: #393939;
}

.entry-meta .author a {
	color: #181818;
}

.byline,
.updated:not(.published) {

}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-footer {
	background: #000;
	text-align: center;
	padding: 10px 0;
}

.site-footer p, 
.site-footer a {
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	font-style: italic;
	color: #6E6D6D;
	margin: 23px 0;
	text-decoration: none;
}

.error404 section {
	min-height: 380px;
}

.error404 h1 {
	font-size: 72px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 17px;
}

.error404 p {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-top: 0;
}

.wpcf7 p {
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: italic;
	margin: 18px 0;
}
input[type="text"], input[type="email"] {
	height: 36px;
	width: 100%;
}
input[type="submit"] {
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
    font-size: 14px;
	background: transparent;
    border: 1px solid #ccc;
    padding: 10px 30px;
    border-radius: 0;    
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor .post-author {
	border: 2px solid #000;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	float: right;
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 0 20px;
	text-transform: uppercase;
}

.post-author {
	display: none;
}

.comment-form {
	max-width: 360px;
	width: 100%;
	margin-top: 47px;
}

.comment-meta .text,
.comment-meta .text a  {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta .text::after {
	content: "•";
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
}

/* Jetpack Related Posts Module */
.jp-relatedposts {
	max-width: 740px;
	margin: 1.5em auto !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-family: 'Crimson Text', sans;
	font-style: normal;
	letter-spacing: .15px;
}

.jp-relatedposts,
.comments-area {
	border-top: 1px solid #eee;
}

.jp-relatedposts-post-excerpt {
	display: none;
}

.jp-relatedposts-post-title a {
	font-family: "Crimson Text", serif;
	font-size: 20px !important;
	letter-spacing: normal;
}

.jp-relatedposts-post-img {
	display: none !important;
}

/* Jetpack Sharing Module */
.blog .sd-content ul {
	text-align: center;
}

.comment-list {
	margin-top: 68px;
	padding: 0;
}

.comment-meta .text {
	color: #b5b5b5;
}

.comment-meta .text a {
	color: #000000;
}

a.comment-reply-link,
.comment-meta a.time,
.edit-comment a {
	color: #b5b5b5;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a.comment-reply-link:hover,
.edit-comment a:hover {
	color: #949494;
}

a.comment-reply-link {
	border-bottom: 2px solid #b5b5b5;
}

.comment-content ul {
	margin-left: 0;	
}

.comment-content li,
.comment-content p {
	font-size: 16px;
	color: #181818;
}

.comment-content a {
	font-size: 16px;
	font-weight: bold;
	color: #dd3333;
}

.comment-reply-link {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
}

.edit-comment {
	float: right;
}

ol.comment-list,
ol.children {
	list-style: none;
}

ol.children {
	margin-left: 75px;
}

.comments-area .children::before {
    border-bottom: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    width: 25px;
}

ol.children, 
li.comment {
	margin-top: 48px;
	position: relative;	
}

ol.comment-list {
	margin-left: 0;
	margin-right: 65px;
	margin-bottom: 52px;
}

a#cancel-comment-reply-link, 
p.logged-in-as a {
	color: #b5b5b5;
}

.comment-author .avatar img {
	float: left;
	border-radius: 50%;
	margin-right: 25px;
}

.comment-form > p:not(.form-submit) {
	border-bottom: 1px solid #eeeeee;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-top: 38px;
	padding-bottom: 3px;
}

.contact-form > div {
	border-bottom: 1px solid #eeeeee;
	max-width: 98%;
	width: 410px;
	margin-top: 38px;
	padding-bottom: 3px;
}

.contact-form input,
.contact-form label {
	display: inline-block !important;
}

.contact-form input,
.contact-form p,
.contact-form label {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.contact-form input,
.contact-form textarea,
.comment-form input,
.comment-form textarea {
	border: none;
	box-shadow: none;
	font-size: 14px;
	outline: none;
	padding-left: 7px;
}

p.comment-subscription-form {
	border: none !important;
	margin: 0 !important;
	text-transform: none;
}

.related-posts,
.comment-reply-title {
	font-family: 'Crimson Text', sans;
	font-size: 30px;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: none;
}

.form-submit {
	margin-top: 48px;
	margin-bottom: 48px;
}

.contact-submit > input,
.comment-form .submit {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	letter-spacing: 2px;
	width: 180px;
	height: 48px;
	-webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	   -moz-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	    -ms-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	     -o-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	        transition: background-color 0.5s ease-out, color 0.5s ease-out;
}

.contact-form .contact-submit > input:hover,
.comment-form .submit:hover {
	background-color: #000;
	border: 2px solid #000;
	box-shadow: none;
	text-shadow: none;
	color: #FFF;
}

.comment-respond {
	padding-top: 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
#infinite-handle, /* Hide default Jetpack nav */
.infinite-scroll.neverending .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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 15px;
	color: #939393;
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.tiled-gallery .gallery-row {
	margin: 0 auto;
}

.featured-image .slideshow-window {
	z-index: 0!important;
}

.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;
}

/*--------------------------------------------------------------
## Footer Widget
--------------------------------------------------------------*/
#footer {
	background: #f7f7f7;
}
#footer .widget {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    line-height: 32px;    
}
#footer .widget h5 {
	margin: 15px 0;
}
#footer .widget .newsletter {
	margin-top: 10px;
}
#footer .widget .newsletter p{
	margin: 0;
}
#footer .column {
	display: table;
    width: 32%;
    height: 240px;
    float: left;
    margin-right: 2%;
	margin-top: 15px;
	margin-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    position: relative;
}
#footer .column:nth-last-child(1) {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Footer Instagram
--------------------------------------------------------------*/
.instagram-footer {
	border-top: 1px solid #ededed;
	text-align: center;
	overflow: hidden;
}

.instagram-title {
	text-transform: uppercase;
	margin-bottom: 22px;	
	display: none;
}

.instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}

.instagram-footer .instagram-pics li {
	width: 16.66666666666667%;
	float: left;
	line-height: 0;
}

.instagram-footer .instagram-pics li img {
	display: inline-block;
	max-width: 100%;
}

.instagram-footer .instagram-pics li img:hover {
	opacity: .87;
}

.instagram-footer p.clear {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-top: 5px;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.woocommerce-page .site-header {
	margin-bottom: 0;
}
.woocommerce .woocommerce-ordering select {
	max-width: 100%;
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 10px;
    width: 100%;
    box-sizing: border-box;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 15px 0;
}
.woocommerce ul.products li.product h3 {
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	padding: 3px 0;
    margin: 0;
}
.woocommerce ul.products li.product .price {
	font-family: Lato;
	font-size: 16px;    
}
.woocommerce ul.products li.product .button {
	font-family: Lato;
    font-size: 16px;
	line-height: 22px;
	text-align: center;
	background: #000;
    color: #fff;
    margin: 10px 0 0 0;
    box-shadow: none;    
    width: 100%;    
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 50px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	width: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-family: Lato;
    font-size: 14px;
	line-height: 26px;
}
.woocommerce ul.products li.product .star-rating {
	margin: 5px auto;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	font-family: Lato;
	text-align: center;
	text-transform: capitalize;
	background: #000;
    color: #fff;
    box-shadow: none;    
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	font-family: Lato;
	text-transform: capitalize;
    box-shadow: none; 
	padding: 10px 25px;
}
.woocommerce-page .site-main {
	margin: 0;
}
.woocommerce-page .site-main .entry-content {
	max-width: 100%;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 150px;
}

/* Woocommerce widgets */
.woocommerce ul.product_list_widget li {
	font-family: 'Open Sans', serif;
	margin: 10px 0;
    padding: 0;
}
.woocommerce ul.product_list_widget li img {
	width: 90px;
}
.woocommerce ul.product_list_widget li a .product-title {
    line-height: 28px;
}
.woocommerce ul.product_list_widget li .star-rating {
	padding: 14px 0;
    font-size: 20px;
}
.woocommerce .star-rating span:before {
	color: #DCAB3A;
}
.woocommerce ul.product_list_widget li .amount,
.woocommerce ul.product_list_widget li del,
.woocommerce ul.product_list_widget li ins {
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 960px) {
	.secondary-nav,
	.secondary-menu,
	.main-navigation {
		display: none;
	}
	
	.mobile-header {
		display: block;
		text-align: center;
		margin-top: 9px;
	}

	.logo.right {
		width: 75%;
	}

	.top-search {
		width: 100%;
	}

	.top-search > form, .top-search > label {
		width: 100%;
	}

	.top-search input {
		max-width: 100%;
		width: 95%;
	}

	#menu-social.top {
		justify-content: space-between;
		width: 100%;
	}

	#primary, #main {
		margin: 0;
	}

	#primary {
		float: none;
		width: 100%;
	}

	#secondary {
		float: none;
		margin: 0 auto;
		padding-left: 0;
		width: 75%;
	}
	.sponsors img {
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	.site-branding.right {
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;		
	}

	.search .hentry, .archive .hentry, .home .hentry {
		margin: 0 0 80px;
	}

	.logo.right {
		width: 100%;
		text-align: center;
	}

	.mobile-header {
		margin-top: 50px;
	}
	
	.site-branding.below ~ .main-navigation {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	h2 > a, h1,
	.entry-title {
		font-size: 38px !important;
		line-height: 1.2 !important;
	}
	.top-search input {
		width: 90%;
	}
	#secondary {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.container {
		display: block;		
	}
	#footer .column {
		display: block;
		width: 100%;
		height: auto;
	}
	.site-footer {
		float: left;
		width: 100%;
	}
}