/*!
Theme Name: brazil
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brazil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

brazil is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Footer
# Enquiry Modal
# Content
	## Layout Sections
	## Portfolio
	## Woocommerce
	## Woocommerce Single
	## Posts and pages
	## Blog / Archive
	## Single Post
	## Comments
	## 404
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'ZCOOL XiaoWei', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Frank Ruhl Libre', serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
   	font-size: 0.9275em;
    line-height: 1.75;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 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%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	background: #32243b !important;	
}
body {
	background: #fbfafa;	
}
/*.fancy-reveal {
	visibility: hidden;	
}*/



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.nf-form-cont h3 {
	font-size: 1.35em;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.nf-form-fields-required {
	display: none;	
}

.nf-field-container {
	margin-bottom: 15px !important;	
}
.nf-field-container .nf-field {
	position: relative;	
}
.nf-field-container .nf-field label {
    position: absolute;
    margin: 0 !important;
    z-index: 9;
    padding: 15px;	
	font-weight: normal;
    color: #a2a1a1;
    font-size: 1em;
    line-height: 1.7;
}
.nf-after-field,
.html-wrap label {
	display: none;	
}
.nf-after-form-content {
	height: 30px;	
}
.nf-error .ninja-forms-field {
    border: 1px solid #a2a1a1 !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: #a2a1a1 !important;
}
.submit-wrap input {
	cursor: pointer !important;	
}



/* Search form */

.search-form {
	position: relative;	
}

.search-form input[type="search"] {
    background: none;	
	border: none;
    border-bottom: 1px solid #cecdc2;
    padding: 0;
    box-shadow: none;
    padding-right: 15px;
}

.search-form input[type="submit"] {
	position: absolute;
    height: 100%;
	width: 10px;
    top: 0;
    right: 1.275rem;
    border: none;
    padding: 0;
	font-size: 0;
	background: transparent url(img/search-icon.png) center center no-repeat;
    background-size: contain;
}
.search-form input[type="submit"]:focus {
	outline: none;	
}


.no-results .search-form {
	max-width: 420px;	
	margin: 0 auto;
}
.no-results .search-form input[type="search"] {
	border-bottom: 1px solid #000;	
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
	background: #fbfbfb;
    border-top: 2px solid #32243b;
    border-bottom: 1px solid #ececec;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 120px;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.site-header .grid-x {
	height: 120px;	
	transition: all 0.5s ease-in-out;
}
.site-header .site-branding h1 {
    height: 16px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0;
    margin: 0;
    background: url(img/logo.png) center center no-repeat;
    background-size: contain;
	transition: all 0.5s ease-in-out;
}
.site-header .site-branding span.sub-logo {
	display: block;
    height: 20px;
    width: 100%;
    background: url(img/sub-logo.png) center center no-repeat;
    background-size: contain;
    margin-top: 10px;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.site-header .open-menu-button {
	display: inline-block;
    background: 0;
    border: none;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 25px;
    font-size: 0;
}
.site-header .open-menu-button:before {
	content: '';
    background: url(img/menu-icon.png);
    background-size: 100%;
    width: 19px;
    height: 8px;
    display: inline-block;
    margin-right: 15px;
}

.site-header .breadcrumbs,
.site-header .address {
	font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #88866c;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.site-header .breadcrumbs a:hover {
	text-decoration: none;	
}
.site-header .address:before {
	content: '';
    width: 10px;
    height: 10px;
    background: url(img/location-icon.png) center center no-repeat;
    background-size: contain;
    margin-right: 8px;
    margin-bottom: -1px;
    display: inline-block;
}

.site-header .search-call .call {
	text-align: center;
    font-size: 0.75em;
    margin-right: 10px;
    letter-spacing: 1px;
	opacity: 1;
	transition: all 0.5s ease-in-out;	
}
.site-header .search-call .tel-icon {
	content: '';
    background: url(img/tell-icon.png) no-repeat;
    background-size: contain;
    height: 20px;
    width: 18px;
    display: inline-block;
	margin-right: 25px;
    margin-bottom: -6px;
}
	
/* class to make header go up and down */
.nav-up {
    height: 60px;
}
.nav-up .grid-x {
	height: 60px;	
}
.nav-up .site-branding h1 {
    margin-top: 24px;
}
.nav-up .site-branding span.sub-logo {
	opacity: 0;	
}
.nav-up .breadcrumbs,
.nav-up .address,
.nav-up .search-call .call  {
	opacity: 0;	
}

.nav-down {
    height: 120px;
}




@media (max-width: 1024px) { 

	/* Remove Breadcrumbs on Mobile */
	.site-header .breadcrumbs, 
	.site-header .address,
	.site-header .search-call .call {
		display: none;	
	}
	
}








/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, input {
	transition: all 0.5s ease;	
}

a, a:visited {
    color: #8a8969;
}

a:hover, a:focus, a:active {
	color: #603E60;
}

a:focus {
	outline: none;
}

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

.off-canvas a:focus {
	color: #5a593f;
}


button, button:visited,
.button, .button:visited {
    color: #ffffff;
    border: none;
	background-color: #331d2c;
    text-transform: uppercase;
    font-size: 0.675em;
    letter-spacing: 1px;
    padding: 1.275em 2.75em;
    line-height: 1.3;
}

.button:focus, .button:active, 
.button:hover, button:focus,
button:active, button:hover {
	background: #62536d;
    color: #fefefe;
	outline: none;	
}


/* Page Transitions */

.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}
.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* Bouncing Arrow */

.arrow-down {
    display: block;
	background: url(img/arrow-down.png) center bottom no-repeat;
    background-size: 40px;
    padding-bottom: 30px;
    font-size: 0.75em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); 
	}
  100% {
    -webkit-transform: translateY(-20px);
	 }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-20px); 
	}
}
@keyframes bounce {
  	1% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0); 
	}
  	50% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px); 
	}
  	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0); 
	}	
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.position-left.is-transition-push {
    -webkit-box-shadow: inset -8px 0 20px -13px rgba(10,10,10,.25);
    box-shadow: inset -8px 0 20px -13px rgba(10,10,10,.25);
}
.js-off-canvas-overlay {
	top: 3px;	
}
.off-canvas {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
    border-top: 2px solid #32233b;
	background: #ffffff;
    box-shadow: inset -13px 0 5px -13px rgba(10,10,10,.15);
    padding: 35px 0;
}
.off-canvas::-webkit-scrollbar { 
    display: none; 
}
.off-canvas .search-form {
	padding: 0 1rem;
    margin-bottom: 10px;
}

/* Spaces the menu a little more */
.off-canvas .accordion-menu li {
	margin: 5px 0;	
}
.off-canvas .accordion-menu li.space-top {
	margin-top: 20px;
}


.off-canvas .accordion-menu li a {
	color: #000;
    line-height: 1.5;
	padding: 0.35em 1.25em 0.35em 1em;
}
.off-canvas .accordion-menu li a:hover {
	color: #8a8969;
}

.off-canvas .accordion-menu li.divide a {
	padding-top: 0;
}

.off-canvas .accordion-menu li.divide a:before {
	content: '';
    border-top: 1px solid #e2e1d9;
    width: 100%;
    height: 1px;
    padding-top: 1rem;
    margin-top: 1.5rem;
    display: block;
}

.off-canvas .accordion-menu li.small a {
    font-size: 0.85em;
    padding-top: 0;	
}


/* Changes size and colour of arrow */
.off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border: inset 3px;
    border-color: #959477 transparent transparent;
    margin-top: -2px;
    margin-right: 2px;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Plug
--------------------------------------------------------------*/
.plug {
    padding: 2.875em 4.875em;
}
.plug .plug-wrapper {
	padding: 100px 25px;
    background: #f2f2f2;
}
.plug .plug-wrapper h3 {
    font-size: 1.725em;
    margin-bottom: 0.85em;
}
.plug .plug-wrapper p {
    margin-bottom: 1.75em;	
}
.plug .plug-wrapper .button {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.plug {
		padding: 25px;
	}	
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 50px 65px;
	border-bottom: 15px solid #32243b;
}

.site-footer p {
	padding: 0 12px;
    font-size: 0.65em;
    color: #929183;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
}

@media (max-width: 1024px) { 
	.site-footer {
		padding: 50px 10px;
	}
	.site-info {
		text-align: center !important;
		margin-top: 1.5em;	
	}
	.site-info p {
		display: inline-block;	
	}
}




/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    text-align: center;
    padding-top: 50px;
}
.widget ul.menu {
	display: flex;
    justify-content: center;
}
.widget ul.menu li {
	display: inline-block;
}
.widget ul.menu li a {
	padding: 0 5px;
    margin: 0 7px;
    font-size: 0.65em;
    color: #929183;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.widget select {
	max-width: 100%;
}

@media (max-width: 1024px) { 
	.widget ul.menu li a {
		margin-bottom: 10px;	
	}
}



/*--------------------------------------------------------------
# Enquiry Modal
--------------------------------------------------------------*/
.reveal {
    background-color: #fefefe;
    border: none;
    outline: none !important;
	padding: 60px 50px;
	overflow-y: scroll !important;	
}
.reveal::-webkit-scrollbar {
	display: none;
}
.reveal h4 {
	text-align: center;	
	margin-bottom: 15px;
	color: #060606;
}

.reveal .nf-error .ninja-forms-field {
	border: 1px solid #989580;
}

.reveal .nf-error-msg, 
.reveal .ninja-forms-req-symbol {
	color: #060606 !important;
    text-align: center;
    font-size: 0.85em;
    padding-top: 10px;
}

.reveal .close-button {
	background: none;
	border: none;
	font-size: 32px;
	padding: 5px;
    line-height: 1;	
}
.reveal .close-button:hover,
.reveal .close-button:focus {
	background: none;	
	border: none;
	color: #000;
}

@media screen and (max-width: 39.9375em) {
	.reveal {
		padding: 50px 25px;
	}
}
/*--------------------------------------------------------------
# Enquiry Modal
--------------------------------------------------------------*/
#guaranteemodal h3 {
	margin-bottom: 25px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	padding-top: 100px;
}

.content-area {
	min-height: 768px;	
}

@media (max-width: 1024px) { 
	.site-content {
		padding-top: 120px;
	}
}





/*--------------------------------------------------------------
## Layout Sections
--------------------------------------------------------------*/

/* Alternating Sections */
.alternating_sections {
	width: 100%;
}

.alternating_sections .section {
	width: 100%;
}

.alternating_sections .section .image {
    text-align: right;
}
.alternating_sections .section .content .pre-heading {
	font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.375em;
    margin-left: 2px;
    display: block;
    color: #88866c;
}
.alternating_sections .section .content h2 {
    font-size: 1.65em;
	margin-bottom: 1.25em;
}
.alternating_sections .section .content .button {
	margin-top: 2.15em;	
	margin-bottom: 0;
}

.alternating_sections .left .content {
	max-width: 450px;
    padding: 0 50px;
    margin: 0 auto;
}
.alternating_sections .right .content {
	max-width: 450px;
    padding: 0 50px;
    margin: 0 auto;
}

.alternating_sections .full .image {
	padding: 0;
	margin-bottom: 50px;	
}
.alternating_sections .full .content {
	max-width: 680px;
    padding: 0 35px;
    margin: auto;
}
.alternating_sections .full .content h2 {
    margin-bottom: 0.75em;	
}

@media (max-width: 1024px) { 
	.alternating_sections {
		padding-top: 25px;
	}
	.alternating_sections .section .image {
		padding: 0 25px;
		margin-bottom: 35px;
		text-align: right;
	}	
	.alternating_sections .section .content {
		padding: 0 50px;
	}
	.alternating_sections .full .image {
		padding: 0;	
	}
}



@media (max-width: 728px) { 
	.alternating_sections .section .content h2 {
		font-size: 1.35em;
	}
}
@media (max-width: 640px) { 
	.alternating_sections .section .content h2 {
		margin-bottom: 15px;
	}
	.alternating_sections a.section_link {
		margin: 35px 0 !important;
	}
}


/*--------------------------------------------------------------
## Fancy Sections
--------------------------------------------------------------*/

/*.page-template-fancy-sections .alternating_sections .left .content {
    padding: 0 200px 0 0;	
}
.page-template-fancy-sections .alternating_sections .image {
    margin-bottom: 2.5em;
    padding-right: 2.875em;
}
.page-template-fancy-sections .secondary-content {
	padding: 0 75px 0 105px;
}

.page-template-fancy-sections .product-link {
	padding: 0 200px 0 0;	
}
.page-template-fancy-sections .product-link a {
	margin-right: 10px;
    display: block;
    padding: 25px;
    background: #f2f2f2;
}
.page-template-fancy-sections .product-link a:last-of-type {
	margin-right: none;
}
.page-template-fancy-sections h5 {
	margin: 1.25em 0 1.5em 0;
}	

.page-template-fancy-sections .right .product-link {
	padding: 0 20px 0 160px;
}
.page-template-fancy-sections .right .secondary-content {
	padding: 0 80px 0 20px;
}

@media (max-width: 1024px) {
	.page-template-fancy-sections .alternating_sections .left .content,
	.page-template-fancy-sections .alternating_sections .right .content {
		padding: 0 35px;	
	}
	
	.page-template-fancy-sections .secondary-content {
		padding: 25px 35px 0 35px;
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
	}
	.page-template-fancy-sections .right .secondary-content {
		padding: 25px 35px 0 35px;
	}
	.page-template-fancy-sections .product-link,
	.page-template-fancy-sections .right .product-link {
		padding: 0 10px 0 20px;
		margin-top: 1.5em;
	}	
		
}*/



/*--------------------------------------------------------------
## Home-Page
--------------------------------------------------------------*/
.home .fine-jewellery {
	background: #fff8f2;	
}



/*--------------------------------------------------------------
## Lovers Guide
--------------------------------------------------------------*/


/* Adds "The Lover's Guide to title of all pages in this section */
.parent-lovers-guide .title-wrapper .title-wrapper .title-block h1:after {
    content: 'The Lovers Guide';
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    color: #8a8969;
    font-family: 'ZCOOL XiaoWei', sans-serif;
    margin-bottom: 15px;
}


/******* How to Begin *******/

.page-how-to-begin .start {
	background: #e9e8e3;	
}

.page-how-to-begin .budget {
	background: #f1edee;	
}
.page-how-to-begin .ideas {
	background: #eaeae6;
}


/*--------------------------------------------------------------
## Quote Pages
--------------------------------------------------------------*/
.page-template-quote .quote-content {
	margin: 5em 0;
}
.page-template-quote .quote-content .quote-form {
	max-width: 320px;
    padding-right: 1.875em;
    margin: 0 auto;
}
.page-template-quote .quote-content .quote-form h2 {
    font-size: 1.75em;
    margin-bottom: 25px;	
}
.page-template-quote .quote-content .other-content {
    padding: 0 50px;
    max-width: 640px;
}
.page-template-quote .quote-content .other-content h2 {
	font-size: 1.75em;
    margin-bottom: 25px;	
}
.page-template-quote .quote-content .other-content .button {
	margin-bottom: 50px;	
}

@media (max-width: 1024px){
	.page-template-quote .quote-content .other-content {
	    padding: 0 20px;	
	}
}




/*--------------------------------------------------------------
## Thank you for form
--------------------------------------------------------------*/
.page-template-thank-you .entry-content {
	text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 75px 50px;
}
.page-template-thank-you .entry-content h1 {
    font-size: 2.15em;
}


/*--------------------------------------------------------------
## Diamonds Page
--------------------------------------------------------------*/

.page-template-diamonds .alternating_sections .section .image {
	padding: 0 15px;	
}



/*--------------------------------------------------------------
## PD forms
--------------------------------------------------------------*/

.pd-forms-content {
	padding: 0 40px;	
	margin: 1.5em 0 0;	
}

.pd-forms-content .image {
    margin: 1.5em 0 0;	
}

.pd-forms-content .entry-content {
	background: #fbfbfb;
    border: 1px solid #e4e4e4;
	padding: 35px;
}
.pd-forms-content .entry-content h1 {
	font-size: 1.95em;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 15px;
}

@media (max-width: 1024px) {
	.pd-forms-content {
		padding: 0;
	}
	.pd-forms-content .entry-content {
		padding: 25px 0;
	}
}






/*--------------------------------------------------------------
## Gemstones Page
--------------------------------------------------------------*/
.page-template-gemstones .product-link {
	text-align: center;
    margin: 50px 0;
    padding: 15px;
    border-top: 1px solid #f1f1f1;
}

.page-template-gemstones .product-link h5 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #88866c;
    margin: 15px 0 25px 0;
}
.page-template-gemstones .product-link .product {
    width: 50%;
    max-width: 320px;
    padding: 35px;
    background: #f2f2f2;
    margin: 0 15px;
    display: inline-block;	
}


@media (max-width: 1024px) {
	.page-template-gemstones .product-link .product	{
		width: 40%;
		margin: 15px;	
	}
}

/*--------------------------------------------------------------
## Default Page 
--------------------------------------------------------------*/
/*.page-template-plain-text-page .content-area {
	padding: 0 70px;
}

@media (max-width: 1024px) {
	.page-template-plain-text-page .content-area {
		padding: 0 25px;
	}
}
*/
/*--------------------------------------------------------------
## Default Page 
--------------------------------------------------------------*/
.page-template-default .hentry {
	margin: 0;	
}

.page-template-default .alternating_sections .left .image {
	width: 100%;
}
.page-template-default .alternating_sections .left .content {
    max-width: 450px;
    padding: 0 100px 0 0;
}

.page-template-default .alternating_sections .right .image {
	 width: 100%;
}
.page-template-default .alternating_sections .right .content {
	max-width: 450px;
   	padding: 0 0 0 100px;
}

.page-template-default .alternating_sections .section .content h2 {
	font-size: 1.8275em;
    margin-bottom: 0.8275em;
    letter-spacing: -0.65px;
}


@media (max-width: 1024px) {
	.page-template-default .alternating_sections .left .image,
	.page-template-default .alternating_sections .right .image {
		padding: 0 25px;
	}
	.page-template-default .alternating_sections .left .content,
	.page-template-default .alternating_sections .right .content {
		padding: 0 35px;
	    margin-bottom: 5em;
	}
}



/*--------------------------------------------------------------
## Side By Side Sections
--------------------------------------------------------------*/
.side-by-side-sections {
	padding: 3em 60px;
}

.side-by-side-sections .image {
    margin-bottom: 35px;
    padding: 0 30px;
}

.side-by-side-sections .content {
	padding: 0 50px;
    margin-bottom: 5em;
}

.side-by-side-sections .content h2 {
    font-size: 1.65em;
}

@media (max-width: 1024px) { 
	.side-by-side-sections {
		padding: 35px;
	}	
	.side-by-side-sections .image,
	.side-by-side-sections .content {
		padding: 0;	
	}
}




	
/*--------------------------------------------------------------
#. Contact Us Page
--------------------------------------------------------------*/
.page-template-contact .content-area {
	padding: 50px 120px;
}
.page-template-contact .content-area h1 {
	font-size: 1.65em;	
	margin-bottom: 50px;
}
.page-template-contact .content-area h3 {
	font-size: 1.35em;
}
.page-template-contact .content-area .contact-details,
.page-template-contact .content-area .opening-hours,
.page-template-contact .content-area .social,
.page-template-contact .content-area .our-location {
	max-width: 450px;	
	margin-bottom: 50px;
}

.page-template-contact .content-area .opening-hours .hours p {
	margin-bottom: 5px;	
}
.page-template-contact .content-area .our-location p {
	margin-bottom: 35px;
}


@media (max-width: 1024px) { 
	.page-template-contact .content-area {
		padding: 35px;
	}	
}

	
	
	
/*--------------------------------------------------------------
## Links from Pages to Other Pages
--------------------------------------------------------------*/	 
.read-more {
    padding: 50px;
    background: #fbfbfb;
    border-top: 1px solid #ececec;
}
.read-more h3 {
	font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.975em;
}
.read-more h3 span {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75em;
    display: block;
    color: #88866c;
}
.read-more .read-more-content {
	position: relative;
}
.read-more .read-more-content img {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;	
}
.read-more .read-more-content h5 {
	font-size: 1.275em;
    margin: 0 0 0.15em 0.575em;
}
.read-more .read-more-content p {
	margin-left: 0.75em;	
}
.read-more .read-more-content .button {
	margin-left: 0.975em;
	font-size: 0.75em;
}

@media (max-width: 1024px) { 
	.read-more {
		padding: 15px;	
	}
	.read-more .read-more-content img {
		margin-bottom: 10px;
	}
	.read-more .read-more-content h5 {
		font-size: 1.15em;
		margin: 0;
	}
	.read-more .read-more-content p {
      	margin-left: 0;
    	padding: 5px 0;
	}

}



/*--------------------------------------------------------------
## All Pages Title Area
--------------------------------------------------------------*/
.title-wrapper {
    margin: 0;
}

.title-wrapper .category-image,
.title-wrapper .image {
	width: 100%;
}

.title-wrapper .category-image img,
.title-wrapper .image img {
	width: 100%;
	height: auto;
}

.title-wrapper .title-wrapper {
    padding: 5em;	
}
.title-wrapper .title-wrapper  .title-block {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}
.title-wrapper .title-wrapper  .title-block h1 {
	font-size: 2.3725em;
}
.title-wrapper .title-wrapper  .title-block h5 {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #88866c;	
}
.title-wrapper .title-block .link-wrapper {
	margin-bottom: 1.5em;
}
.title-wrapper .title-block .link-wrapper a {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75em;
    padding: 5px 8px;
    border-right: 1px solid #CCC;
    line-height: 1;
}
.title-wrapper .title-block .link-wrapper a:last-of-type {
	border-right: none;	
}



@media (max-width: 1024px) {
	.title-wrapper {
		margin: 0;	
	}
	.title-wrapper .small-12 {
		padding: 0;	
	}
	.title-wrapper .category-image,
	.title-wrapper .image {
	    padding: 0;
    	margin-bottom: 1.5em;
	}
	.title-wrapper .title-block {
		padding: 15px;
	}
	.title-wrapper .title-block h1 {
		margin-bottom: 0.35em;	
	}
	.title-wrapper .title-block .button {
	    margin: 1.5em 0;
	}
}



/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/


.post-type-archive-portfolio .hero {
	text-align: center;
}

.post-type-archive-portfolio .hero .image {
	margin-bottom: 35px;	
}

.post-type-archive-portfolio .hero .image img {
	width: 100%;	
}

.post-type-archive-portfolio .hero .title-block {
    padding: 0 50px;	
}
.post-type-archive-portfolio .hero .title-block h1 {
	font-size: 2.275em;
    letter-spacing: -0.75px;
}

.post-type-archive-portfolio .hero .title-block h5 {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #88866c;
}
.post-type-archive-portfolio .hero .title-block p {
	margin-top: 1.5em;	
}

.post-type-archive-portfolio .hero .title-block .browse {
	
}

.post-type-archive-portfolio .post-navigation {
	background: #fbfafa;	
}


@media (max-width: 1024px) {
	.post-type-archive-portfolio .hero {
		padding: 25px;
	}
	
	.post-type-archive-portfolio .hero .title-block {
		padding: 0;	
	}
	
}


.portfolio-wrapper {
	margin: 3.5em 0;
	padding: 0 45px;
}

.portfolio-wrapper .portfolio-item {
	margin-bottom: 5em;
}

.portfolio-wrapper .portfolio-item .image-wrapper {
	margin-bottom: 2.35em;
}

.portfolio-wrapper .portfolio-item .content-wrapper {
	padding: 0 50px;
}
.portfolio-wrapper .portfolio-item .content-wrapper .content {
	max-width: 420px;
	margin: 0 auto;
}
.portfolio-wrapper .portfolio-item .content-wrapper .content h2 {
	font-size: 1.5em;
    margin-bottom: 15px;
}
.portfolio-wrapper .portfolio-item .button {
	margin-top: 1.5em;	
}


@media (max-width: 1024px) {
	.portfolio-wrapper {
		padding: 25px 0;
		margin: 0;	
	}
	.portfolio-wrapper .portfolio-item .content-wrapper {
		padding: 0 15px;
	}
}



/*--------------------------------------------------------------
## Single Portfolio
--------------------------------------------------------------*/

.single-portfolio .the-portfolio-item {
    margin: 1.15em 0;	
}
.single-portfolio .the-portfolio-item .image {
	padding-left: 60px;	
}
.single-portfolio .the-portfolio-item .content {
 	max-width: 320px;
    margin: 0 auto;
}
.single-portfolio .the-portfolio-item .content h1 {
    font-size: 1.75em;
}
.single-portfolio .the-portfolio-item .content h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1.25em 0;
    display: block;
    color: #88866c;
}
.single-portfolio .the-portfolio-item .content .button {
    margin-top: 2.15em;
}


.single-portfolio .similar-product-wrapper {
	padding: 120px;
	max-width: 1240px;
	margin: 0 auto;
}
.single-portfolio .similar-product-wrapper .content {
	max-width: 380px;
}
.single-portfolio .similar-product-wrapper .content h5 {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1.25em 0;
    display: block;
    color: #88866c;
}
.single-portfolio .similar-product-wrapper .content h3 {
	font-size: 1.75em;	
}
.single-portfolio .similar-product-wrapper .content .button {
	margin-top: 2.15em;	
}
.single-portfolio .similar-product-wrapper .post-image {
	background: #f2f2f2;
    padding: 50px;
}

.single-portfolio .related-portfolio {
	padding: 2.5em 50px 50px 50px;
    border-top: 1px solid #ececec;
}
.single-portfolio .related-portfolio h6 {
    color: #8e8979;
    font-size: 0.75em;
    margin-bottom: 2.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}


@media (max-width: 1024px) {
	
	/* The portfolio item itself */
	.single-portfolio .the-portfolio-item .image {
		padding: 0;
		margin-bottom: 1.5em;	
	}
	
	.single-portfolio .the-portfolio-item .content .button {
		margin-top: 0;	
	}
	
	
	/* The similar product item */
	.single-portfolio .similar-product-wrapper {
		padding: 15px;	
	    margin-top: 2.5em;
	}
	.single-portfolio .similar-product-wrapper .post-image {
		margin-bottom: 1.5em;	
	}
	.single-portfolio .similar-product-wrapper .content .button {
		margin-top: 0;	
	}
	
	
	.single-portfolio .related-portfolio {
		padding: 15px;	
	}
	
	.single-portfolio .related-portfolio img {
		margin-bottom: 20px;
	}
	
}



/*--------------------------------------------------------------
#. Woocommerce Pages
--------------------------------------------------------------*/

/* Main heading */
.woocommerce .title-wrapper {
	padding: 0 0 4em 0;
    margin: 0 0 2.765em 0;
    border-bottom: 1px solid #ececec;
}
.woocommerce .title-wrapper .title-block {
	max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0.9375em 0 0.9375em;
}
.woocommerce .title-wrapper .title-block h1 {
	font-size: 2.3725em;	
}
.woocommerce .title-wrapper .title-block p {
	margin-bottom: 1em;	
}
.woocommerce .title-wrapper .title-block .link-wrapper {
	margin-bottom: 1.5em;	
}
.woocommerce .title-wrapper .title-block .link-wrapper a {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75em;
    padding: 5px 8px;
    border-right: 1px solid #CCC;
    line-height: 1;
}
.woocommerce .title-wrapper .title-block .link-wrapper a:last-of-type {
	border-right: none;	
}

/* Loop here */

/* Title */
.woocommerce .site-content .products-sub-heading-wrapper {
	padding: 1.275em 1.9375em;
    margin-bottom: 15px;
    text-align: center;
}
.woocommerce .site-content .products-sub-heading-wrapper h4.product-cat-title {
	font-size: 1.6275em;
    margin: 0;
}
.woocommerce .site-content .products-sub-heading-wrapper .product-header-sub-link {
	text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 1px;
}



/* Products */

.woocommerce .site-content .products-sub-wrapper {
    border-bottom: 1px solid #ececec;	
	margin-bottom: 2em;
    padding-bottom: 2em;
}
.woocommerce .site-content .products-sub-wrapper:last-of-type {
	border-bottom: none;		
}

.woocommerce .site-content .products-sub-wrapper .product-wrapper {
	padding: 0px 0.9375em;
    max-width: 1640px;
    margin: 0 auto;
	
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .products {
    z-index: 99;
    position: relative;
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .products-sub-wrapper:last-of-type .products {
	border-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .products .type-product {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.875em;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;		
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .products .type-product a {
	background: #f2f2f2;
    display: block;
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .products .type-product a img {
    width: 100%;
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .cat-img-wrapper {
	position: relative;	
	width: 100%;
	height: 100%;
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .cat-img {
	
}
.woocommerce .site-content .products-sub-wrapper .product-wrapper .cat-img img {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;	
    margin-bottom: 1.875em;	
}

.woocommerce .site-content .products-sub-wrapper .product-wrapper .below-product-sub-link {
	margin-bottom: 2.765em;
}




@media (max-width: 1024px) { 
	.woocommerce .site-content .products-sub-wrapper .product-wrapper {
		padding: 0px 0.9375em;	
	}
	.woocommerce .site-content .products-sub-wrapper .product-wrapper .cat-img img {
	    padding-right: .625rem;
    	padding-left: .625rem;	
	    margin-bottom: 1.25em;
	}
	.woocommerce .site-content .products-sub-wrapper .product-wrapper .products .type-product {
		margin-bottom: 1.25em;
	}
}



/* Single sub category-page */
.woocommerce .site-content .sub-title-wrapper {
	border-bottom: none;
}

.woocommerce .site-content .sub-cat-products-wrapper {
	padding: 0 3.9875em;
}

.woocommerce .site-content .sub-cat-products-wrapper .product {
	margin-bottom: 1.875em;
}
.woocommerce .site-content .sub-cat-products-wrapper .product a {
    background: #f2f2f2;
    display: block;
    padding: 54px
}
@media (max-width: 1024px) { 
	.woocommerce .site-content .sub-cat-products-wrapper {
		padding: 0px 0.9375em;	
	}

}
/*--------------------------------------------------------------
#. Single Product
--------------------------------------------------------------*/

.single-product .product-wrapper {
	padding: 0 50px;
    margin: 3em 0;
}

.single-product .thumbnail-wrapper img {
	background: #f5f5f5;
	margin-bottom: 1.875em;
	min-width: 100%;
	cursor: pointer;
}
.single-product .feature-image,
.single-product .single-feature-image {
    background: #f2f2f2;
}

.single-product .feature-image img,
.single-product .single-feature-image img {
	min-width: 100%;
}


.single-product .entry-summary {
    max-width: 360px;
    margin: 0 auto;	
}

.single-product .entry-summary h1 {
	font-size: 1.75em;
}

.single-product .entry-summary h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1.25em 0;
    display: block;
    color: #88866c;
}

.single-product .entry-summary .button-wrapper {
	margin-top: 2.15em;
}
.single-product .entry-summary .button-wrapper button,
.single-product .entry-summary .button-wrapper .button {
	margin-bottom: 0.25em;	
}

.single-product .entry-summary .price {
	margin: 0;
    border: none;
    padding: 15px 30px 0 0;
}
.single-product .entry-summary .price .amount {
	font-size: 1.15em;	
}
.single-product .entry-summary .price .after-price {
    font-family: 'Nunito Sans', "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 0.5em;
    text-transform: uppercase;
    border: none;
    margin-top: 0;
    padding-top: 0;
    display: block;
}



/* Custom Made */

.custom-made {
	padding: 2.5em;
	border-top: 1px solid #ececec;
	background: #f5f5f5;
}
.custom-made .heading {
	color: #8e8979;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;	
	margin-bottom: 0.675em;	
}
.custom-made h2 {
	text-align: center;
	font-size: 2.1275em;	
	margin-bottom: 1em;
}
.custom-made .custom-made-wrapper {
	max-width: 1024px;
	margin: 0 auto;	
}
.custom-made .custom-made-wrapper .section h4 {
	margin-top: 25px;
	margin-left: 10px;	
	font-size: 1.35em;
}
.custom-made .custom-made-wrapper .section p {
	margin-left: 10px;	
    margin-bottom: 1em;
}
.custom-made .custom-made-wrapper .section button {
	padding: 0;
    margin-left: 10px;
    background: none;
    color: #908f6f;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
}
.custom-made .custom-made-wrapper .section a {
	margin-left: 10px;	
	margin-bottom: 3.5em;
}
.custom-made .custom-made-wrapper .section a:before,
.custom-made .custom-made-wrapper .section button:before {
	content: '';
	display: inline-block;
	background: url(img/link-arrow-gold.png) center center no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;	
	margin-right: 5px;
}

@media (max-width: 1024px) { 

	.custom-made {
		padding: 35px 10px;
	}

	.custom-made .custom-made-wrapper .section h4 {
		font-size: 1.15em;
		margin-left: 0;	
	}
	.custom-made .custom-made-wrapper .section p {
		display: none;
	}
	.custom-made .custom-made-wrapper .section a,
	.custom-made .custom-made-wrapper .section button {
		margin-left: 0;	
	}
	
	.custom-made .guarantee-mobile {
	    text-align: center;
	}
	.custom-made .guarantee-mobile h4 {
		padding: 0px 25px;
		margin: 45px 0 10px 0;
		background: none;
		color: #404040;
		text-transform: none;
		font-size: 1.15rem;
		letter-spacing: 0;
		text-align: center;
	}
	
	.custom-made .guarantee-mobile button {
		padding: 0;
		background: none;
		color: #908f6f;
		text-transform: none;
		letter-spacing: 0;
		font-size: 1rem;	
	}
	
	.custom-made .guarantee-mobile button:before {
		content: '';
		display: inline-block;
		background: url(img/link-arrow-gold.png) center center no-repeat;
		background-size: 100%;
		width: 10px;
		height: 10px;	
		margin-right: 5px;
	}
}

/* Related Products */

.single-product .related-products {
	padding: 2.5em 50px 50px 50px;
    border-top: 1px solid #ececec;
}
.single-product .related-products h3 {
	color: #8e8979;
    font-size: 0.75em;
    margin-bottom: 2.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.single-product .related-products .related-product {
	background: #f5f5f5;
	padding: 60px;
    margin-bottom: 1.325em;
}

.single-product .related-products .related-product img {
	min-width: 100%;	
}


.single-product #pricemodal .price .amount {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    display: block;
    font-size: 1.2675em;
    line-height: 1;
    margin-bottom: 10px;
}

.single-product #pricemodal .price .after-price {
	font-size: 0.85em;	
}
.single-product #pricemodal .quote-text {
	font-size: 0.85em;	
}
.single-product #pricemodal .nf-form-cont {
	max-width: 320px;
}


.single-product #pricemodal .tiny {
	font-size: 0.675em;
    padding: 1em;	
}

@media (max-width: 1024px) { 
	.single-product .related-products {
		padding: 20px;
	}
	.single-product .related-products .related-product {
		padding: 15px;	
	}
}

@media (max-width: 640px) {
	.single-product .product-wrapper {
	    padding: 25px;
    	margin: 0;
	}
	.single-product .entry-summary {
		max-width: none;
		margin-top: 1.5em;
	}

}




/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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





/*--------------------------------------------------------------
## Blog / Archive
--------------------------------------------------------------*/

.blog .title-column {
    padding: 50px 0.9375em 0 50px;
}
.blog .title-column h1 {
	font-size: 2.35em;
    line-height: 1;
    margin: 35px 0;
}
.blog .title-column h1 span {
    display: block;
    font-size: 0.65em;
}


.blog .featured {
    padding: 50px 100px 50px 0;
    max-width: 1080px;
    margin: 0 auto;
}
.blog .featured img {
	margin-bottom: 35px;	
}
.blog .featured h3 {
	margin: 0 0 15px 0;
    line-height: 1.4;
    font-size: 1.85em;
}
.blog .featured h4 {
	margin: 0;	
	font-size: 1.15em;
}
.blog .featured h5 {
	margin: 0 0 5px 0;
    font-size: 1em;
}
.blog .featured p {
	max-width: 450px;
    margin: 0;
}


/* Main post area */
.blog .post-wrapper {
    padding: 50px 100px 50px 0;
	max-width: 1120px;
	margin: 0 auto;	
}
.archive .post-wrapper {
	padding: 80px 35px 0 35px;
	max-width: 1120px;
	margin: 0 auto;			
}
.blog .post-wrapper .post,
.archive .post-wrapper .post {
	margin-bottom: 100px;	
}
.blog .post-wrapper .post img,
.archive .post-wrapper .post img {
	margin-bottom: 35px;
    width: 100%;
}
.blog .post-wrapper .post .post-category,
.archive .post-wrapper .post .post-category {
	font-size: 0.925em;
    margin-bottom: 5px;
}
.blog .post-wrapper .post h3,
.archive .post-wrapper .post h3 {
	font-size: 1.65em;
    line-height: 1.4;
    margin: 0 0 25px 0;
}
.blog .post-wrapper .post h3 a,
.archive .post-wrapper .post h3 a {
	color: #000;
}
.blog .post-wrapper .post .author,
.archive .post-wrapper .post .author {
	font-size: 0.925em;
	margin-top: 5px;	
}

/* masonry */
.masonry {
	margin: 0 auto;
}
.gridsizer,
.gridbox {
	width: 50%;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-navigation {
	background: #ece1dd;
}
.post-navigation a,
.post-navigation span {
	display: inline-block;
    font-size: 0.85em;
    padding: 0 20px;
    border-left: 1px solid #d0c6c2;
    margin: 20px 0;
}
.post-navigation span:first-of-type {
	border-left: none;
}
.post-navigation a:hover {
	color: inherit;	
}
.post-navigation .prev {
	border-left: none;	
}


@media (max-width: 1024px) { 
	.blog .title, 
	.archive .title	{
		padding: 50px 10px;
	}
	.blog .title h1, 
	.archive .title h1 {
		font-size: 2.15em;
		margin-bottom: 25px;
	}
	.blog .title h1 span,
	.archive .title h1 span {
		margin-left: 0;
	}
	.blog .title p, 
	.archive .title p {
		font-size: 0.85em;	
	}
	
	.blog .featured {
		padding: 0 0 70px 0;
		background: #fbf2f0;
		margin-bottom: 30px;
	}
	.blog .featured .cell {
		margin: 0;
		width: 100%;
	}
	.blog .featured .cell .grid-margin-x {
		margin-left: 25px;
		margin-right: 25px;
	}
	.blog .featured h3 {
		font-size: 1.85em;
	}
	.blog .featured h4 {
		display: none;
	}
	
	.blog .post-wrapper {
		padding: 50px 25px 0 25px;
	}
	.blog .post-wrapper .post h3, 
	.archive .post-wrapper .post h3 {
		font-size: 1.45em;	
	}
	.gridsizer,
	.gridbox {
		width: 100%;
		padding: 0;
	}	
}



/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

.single-post .post-image {
	padding: 80px 120px;
	margin: 0 auto;	
	text-align: center;
}
.single-post .post-image .image-wrapper {
	background: #000;	
}



.single-post .side-content {
	padding-top: 5px;
}
.single-post .side-content .side-section {
	max-width: 220px;
    margin: 0 0 40px 0;
    padding: 0;
}
.single-post .side-content .side-section h4 {
	font-size: 1.35em;
	margin-bottom: 0;	
}
.single-post .side-content .side-section h5 {
    font-size: 1.05em;
    margin-bottom: 0;
}
.single-post .side-content .side-section a {
	font-size: 0.85em;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b59b97;
}
.single-post .side-content .side-section a:hover {
	border-bottom: 1px solid;	
}
.single-post .side-content .side-section p {
	font-size: 0.925em;
    margin: 5px 0;
}
.single-post .side-content .side-section button {
    margin: 35px 0;
}


.single-post .entry-content {
	padding: 0 120px;
}
.single-post .entry-content h1.post-title {
	font-size: 2.15em;
    margin-bottom: 35px;
    max-width: 660px;
    line-height: 1.2;
}
.single-post .entry-content .post-content {
    max-width: 660px;
}

.single-post .entry-content .post-content h1,
.single-post .entry-content .post-content h2 {
	margin-bottom: 0.85em;
	font-size: 1.65em;	
}
.single-post .entry-content .post-content h3,
.single-post .entry-content .post-content h4,
.single-post .entry-content .post-content h5,
.single-post .entry-content .post-content h6 {
	margin-bottom: 0.85em;
	font-size: 1.45em;
}
.single-post .entry-content .post-content p {
	font-size: 1.15em;	
}
.single-post .entry-content .post-content a {
	color: #3a3736;
}
.single-post .entry-content .post-content blockquote {
    border-left: 1px solid #494544;
}
.single-post .entry-content .post-content blockquote p {
	line-height: 1.6;
    color: #0a0a0a;	
}

.single-post .entry-content .post-content .gallery {
	margin: 35px 0;
    background: #000;
}
.single-post .entry-content .post-content .gallery .gallery-item {
	margin: 25px 35px;	
}
.single-post .entry-content .post-content .gallery .gallery-item .gallery-caption {
	max-width: 460px;
    padding: 1em 2.5em 0 2.5em;
    margin: 0 auto;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

.single-post .entry-content .post-content .slick-prev {
	z-index: 9999;
	left: 20px;
	background: url(img/arrow-left-white.png);
}
.single-post .entry-content .post-content .slick-next {
	right: 20px;	
	background: url(img/arrow-right-white.png);
}


.single-post .entry-content .post-content .bio {
	margin-top: 10em;
    margin-bottom: 5em;
}
.single-post .entry-content .post-content .bio:before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #827270;
}
.single-post .entry-content .post-content .bio h5 {
	font-size: 0.85em;
    margin: 25px 0 5px 0;
    color: #827270;
}
.single-post .entry-content .post-content .bio p {
	font-size: 1em;	
	color: #827270;
}

.single-post .related-posts-wrapper {
	background: #fff4f2;
    margin: 10em 0 0 0;
    padding: 70px 0;
}
.single-post .related-posts-wrapper .related-blog-posts {
    padding: 0 35px;
    max-width: 960px;
    margin: 0 auto;
}

.single-post .related-posts-wrapper .related-blog-posts h3 {
	text-align: center;
    margin: 0 0 50px 0;
    font-size: 1.65em;
}
.single-post .related-posts-wrapper .related-blog-posts .related-item {
	margin-bottom: 50px;
}
.single-post .related-posts-wrapper .related-blog-posts .related-item img {
	width: 100%;
	cursor: pointer;
}
.single-post .related-posts-wrapper .related-blog-posts .related-item .related-post-content {
	padding-right: 35px;
}
.single-post .related-posts-wrapper .related-blog-posts .related-item .related-post-content h4 {
	font-size: 1.35em;
    margin: 25px 0 10px 0;
    line-height: 1.6;	
}

@media (max-width: 1024px) { 
	
	.single-post .post-image,
	.single-post .entry-content {
		padding: 35px 25px 0 25px;
	}
	.single-post .side-content .side-section {
		display: none;	
	}
	
}





/*--------------------------------------------------------------
#. Home Page
--------------------------------------------------------------*/

.home .hero {
    background: #3c3c3c;
}

.home .hero h1 {
    max-width: 560px;
    padding: 0 50px;
	font-size: 1.925em;
    letter-spacing: -0.75px;
}
.home .hero p {
	max-width: 560px;
    margin-top: 1.15em;
    padding: 0 50px;
	font-size: 1.2675em;
}

.home .hero .button-wrapper {
    max-width: 560px;
    margin-top: 3.25em;
    padding: 0 50px;	
}

.home .hero .button-wrapper a,
.home .hero .button-wrapper button {
	margin-bottom: 0;
}


@media (max-width: 1024px) {
		
	.home .hero {
		padding: 25px;
	}
	
	.home .hero .img-wrapper {
		padding: 0;	
	}

	.home .hero .img-wrapper {
	    margin-bottom: 25px;
	}	
	.home .hero h1 {
		padding: 0;
		font-size: 1.675em;		
	}
	.home .hero p {
		padding: 0;	
	}
	.home .hero .button-wrapper {
		padding: 0;
	    margin-top: 0;	
	}
	.home .hero .button-wrapper .button {
		margin-bottom: 10px;
	}
}


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

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .content-area {
    max-width: 720px;
    margin: 0 auto;
    padding: 75px 50px;
}
.error404 .content-area h1 {
	font-size: 2.15em;	
}



/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.search-results .content-area {
    margin: 0 auto;
    padding: 0 50px 50px 50px;
}
.search-results .content-area h1 {
    font-size: 2.15em;
    padding: 0 15px;
    text-align: center;
    margin: 2em 0;	
}
.search-results .content-area article {
	margin-bottom: 2.5em;
    padding: 0 15px;
}
.search-results .content-area .entry-header,
.search-results .content-area .entry-summary {
	padding: 0 10px;
}
.search-results .content-area .button {
	margin-left: 10px;	
}
.search-results .content-area .entry-header h2 {
	margin: 15px 0;
	font-size: 1.75em;	
}

@media (max-width: 1024px) {
	.search-results .content-area {
		padding: 0 10px 50px 10px;
	}
}




/*--------------------------------------------------------------
#. Slick Slider
--------------------------------------------------------------*/

ul.slick-dots {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 0 0;
    list-style-type: none;
    height: 3px;
}
ul.slick-dots li {
    padding: 0 3px;
    height: 3px;
    width: 125px;
    max-width: 33.33%;
}
ul.slick-dots li button {
	display: block;
    width: 100%;
    height: 3px;
    font-size: 0;
    padding: 0;
    border: none;
    background: #e4e4e4;
	transition: 0.5s ease all;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
	background: #333;
	border: none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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 {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}
