/*!
Theme Name: dorrien
Theme URI: http://underscores.me/
Author: Tracey Rickard
Author URI: https://traceyrickard.co.uk
Description: A bespoke WordPress theme created by Tracey Rickard Web Design
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dorrien
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.

dorrien is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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


/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight:300;
    margin-bottom:1em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    clear:none;
    font-weight:500;
}
h1 {
    font-size:24px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:18px;
}
h4 {
    font-size:16px;
}
h2.entry-title {
    text-align:center;
    text-transform: uppercase;
    margin-top:.5em;
    margin-bottom:0;
    font-size:20px;
}
.blog p, .archive p {
    font-size:14px;
}
.archive .rug p  {
    font-size:12px;
} 
.blog p, .archive p {
    font-size:14px;
}
.archive .rug h2 {
    font-size:12px;
}

h2.result-title {
    margin-bottom:0;
}

p {
	margin-bottom: 1.5em;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}
.site b, .site strong {
  font-weight: 500;
}

/* Elements
--------------------------------------------- */
body {
	background: #f0f0f0;
}

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

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 1.5em;
}

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

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

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	/*margin: 1em 0;*/
}

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

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

html,
body.home,
.home .site/*,
.home .site .wrapper,
.home .site .wrapper .site-main,
.home .site .wrapper .site-main .hentry,
.home .site .wrapper .site-main .hentry .entry-content */{
    min-height:100%;
}

.home .entry-content {
    line-height:1;
}
.home .wp-block-columns {
    margin-top:14%;
}
.home p {
    margin-bottom:10px;
}
.home .border-right-column {
   /* border-right:1px solid #ccc;*/
}
.cormorant {
    font-family: 'Cormorant Garamond', serif;
}
.goudy {
    font-family: goudy-old-style, serif;
}
.home .entry-content {
    margin:0;
}
.home .entry-content.home-mobile-600-down {
    display:none;
    padding:1.5em 0;
}
.home .entry-content.home-desktop-601-up {
padding:10em 0 0 0;
}
.home .page {
    margin:0;
}
.home .enter-site {
    padding-right:30px;
    padding-bottom:10px;
    font-weight:700;
}

.wrapper {
    width:70%;
    margin:0 auto;
    max-width:800px;
}
.home .site .wrapper {
    max-width: 700px;
}
.site-header {
    margin:32px 10% 20px 10%;
    border-bottom:2px solid #f0f0f0;
    padding-bottom:20px;
    position:relative;
}
.home .site-header {
    border-bottom:0 none;
    margin:32px 10px 20px 5%;
}
.site-branding img {
    max-width:120px;
}
.home .site-branding {
    padding-top:40px;
}
.tagline-text {

    margin-top:-10px;
    font-size:16px;
    padding-left:0;
    font-family: 'Cormorant Garamond', serif;
}
.blog-layout {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.post-type-archive-rug .grid-layout,
.archive.tax-decade .grid-layout {
    /*display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;*/
    -moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap:5em;
-webkit-column-gap: 5em;
column-gap: 5em;
}

.one-half {
    align-self: stretch;
    order: 0;
    flex: 0 0 0px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom:2em;
    flex-basis:50%;
}
.one-third {
    /*align-self: stretch;
    order: 0;
    flex: 0 0 0px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom:2em;
    flex-basis:28%;*/
    text-align:center;
    display: inline-block;
margin: 0 0 1em;
width: 100%;
}
.one-third.decade-00s img {
}

.one-half.featured-image {
    padding-right:45px;
}
.one-half.featured-text {
    padding-left:10px;
    padding-right:10px;
    padding-top:40px;
    text-align:center;
}
.decades-landing-page .one-half p {
    font-size:14px;
}
.blog-layout:nth-child(even) {
  flex-direction: row-reverse;  
}
.blog-layout:nth-child(even) .one-half.featured-image {
    padding-right:0;
    padding-left:45px;
}
.view-details {
    text-align: center;
}
.site-footer {
    background:#eee;
    margin-top:80px;
    position:relative;
    padding:16px 0;
    font-size:14px;
    font-weight:100;
}
.site-footer a {
    text-decoration:none;
}
.top-header {
    padding:0 5%;
    background:#eee;
}
.top-header .fa-brands, .top-header .fa-regular {
    font-size:18px;
    height:18px;
    line-height:1;
    margin-left:9px;
    color:#ccc;
}
.indented-text {
    padding-left:1em;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left:0;
    padding-right:8%;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-left:8%;
    padding-right:0;
}
.wp-block-media-text {
    margin-bottom:1.5em;
}
.post-194 .wp-block-gallery .wp-block-image {
    padding:1em;
}

/* Clearings
--------------------------------------------- */
/*--------------------------------------------------------------
# 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,
.wrapper::before,
.wrapper::after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

a:visited {
	color: #000;
}

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

.home a, .home .entry-content a {
	color: #ccc;
    text-decoration:none;
}

.home a:visited,
.home .entry-content a:visited {
	
}

.home a:hover,
.home .entry-content a:hover,
.home a:focus,
.home .entry-content a:focus,
.home a:active,
.home .entry-content a:active {
	
}
.entry-content a:hover {
    font-weight:300;
    text-decoration: none;
}
a, a img {-webkit-transition:all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in;}
a img:hover {opacity:.7;}

/* Forms
--------------------------------------------- */
button, .button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"] {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	line-height: 1;
	padding: .6em 1.2em;
    text-decoration:none;
    text-transform:uppercase;
    cursor: pointer;
    font-size:12px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	line-height: 1;
}

button:active,
.button:active,
button:focus,
.button:focus,
button:visited,
.button:visited,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:visited,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:visited,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:visited,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:visited {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	line-height: 1;
}
.back-button input {
    color:#000;
    border:1px solid #000;
    font-size:10px;
}
.back-button {
    /*padding-top:60px;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
    text-transform:uppercase;
}

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

/*.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}*/

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
   font-weight:400;
    color:#333;
    font-size:14px;
    
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled {
}
.menu-toggle {
    background-color: #fff !important;
    padding:0 !important;
    color:#000 !important;
    border:2px solid #fff !important;
    font-size:35px;
    height:39px;
    width:39px;
    font-weight:normal!important;
    position:absolute;
    top:20px; 
    right:0;
}
.home .menu-toggle,
.home .menu-toggle span.dashicons {
    color:#948603 !important;
}
.menu-toggle span.dashicons {
    font-size:35px;
    height:35px;
    color:#000;
    width:35px;
}
.main-navigation.toggled .menu-main-navigation-container {
    padding-top:20px;
}

.main-navigation.toggled ul {
     width:16%;
    margin-left:84%;
    background:#948603;
}
.home .main-navigation.toggled ul {
    margin-top:-60px
}
.main-navigation.toggled ul li {
	padding: 9px 10px;
	border-bottom: 1px solid #736904;
}

@media screen and (min-width: 2000em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
        text-align:left;
	}
    .main-navigation li {
    display:inline-block;
    margin:0 15px;
}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.posts-navigation a {
    background:#f0f0f0;
    padding:.5em 1em;
}

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

.page-template-default .site-main,
.single .site-main {
    max-width:600px;
    margin:0 auto;
}
.single-rug .site-main .rug {
    max-width:800px;
    margin:0 auto;
}

.home.page-template-default .site-main,
.page-template-default.page-id-15 .site-main {
    max-width:100%;
    margin:0 auto;
}

.single-rug .entry-header {
    display:none;
}
.sticky {
	display: block;
}

body .post,
body .page {
	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;
}
.single .post-thumbnail {
    text-align:center;
    margin:1.5em 0;
}

    .featured-text .cat-links a {
        text-transform:uppercase;
        text-decoration: none;
        font-size:18px;
    }
    .featured-text h2 {
        /*text-transform:uppercase;*/
        margin-bottom:0;
        font-size:18px;
    }
    p.continue-reading {
        padding-top:1em;
    }
   
    .breaker.single-post-breaker {
        margin:36px 0;
    }
   
    .single h1 {
        text-transform:uppercase;
        margin:0 0 20px 0;
    }
.page-template-default h1 {
        text-transform:uppercase;
        margin:0 0 1em 0;
    }
.search h1, .blog h1 {
        text-transform:uppercase;
        margin:1em 0 20px 0;
    text-align:center;
    }
.archive h1 {
        margin:0 0 20px 0;
    text-align:right;
    }

.error-404 {
    text-align:center;
}
.error-404 ul li {
    margin-bottom:8px;
   
    text-transform:uppercase;
}
.single-rug .wp-block-column:nth-child(2){
    padding:0 0 0 5em;
}
.error-404 h1 {
   margin:1em 0;
}
.search-results article {
    margin-bottom:2em;
    border-bottom:1px solid #fff;
    padding-bottom:1em;
}
.entry-meta {
    margin-bottom:1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.comment-content {
      overflow-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
        display:block;
        width:100%;
    }
    .comments-area {
        margin-bottom:3em;
    }
.comment.depth-1 {
    background-image: url("/wp-content/uploads/2023/03/breaker.png");
    background-position:bottom center;
    background-repeat:no-repeat;
    padding-bottom:40px;
    margin-bottom:40px;
    background-size:400px;
}
a.comment-reply-link {
    color:#ff1ace;
    text-transform: uppercase;
}
.comment-content p {
    margin-bottom:.5em;
}
.reply {
    margin-bottom:1.5em;
}
.comment {
    position:relative;
    
}
.comment-author img {
    position:absolute;
    left:0;
    top:0;
}
.comment article {
    padding-left:50px;
}
ol.children {
    padding-left:2em;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
.type-rug .wp-element-button {
    font-size:12px!important;
}

/*--------------------------------------------------------------
# search form
--------------------------------------------------------------*/
.top-header-inner {
    position:relative;
    padding:8px 0;
}
.top-header-inner .search-form {
position: absolute;
right: 0;
top: 0;
}
span.inner-header-line {
    margin: 0 32px 0 8px;
}
.top-header .search-field {
background-color: transparent;
background-image: url(inc/search-icon.png);
background-position: 5px 5px;
background-repeat: no-repeat;
background-size: 20px 20px;
border: none;
cursor: pointer;
height: 34px;
margin: 3px 0;
padding: 0 0 0 30px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
}

.top-header-inner .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 250px;
}
.search-form
.search-submit {
display:none;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*.entry-content div img {
    margin-bottom:2em;
}*/

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/


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

    .button {
        font-size:12px;
    }
    .site-branding {
  margin: 0 auto 0 auto;
}
    .single h1 {
        margin-top:1em;
    }
  
    .main-navigation.toggled ul {
     width:30%;
    margin-left:70%;
}
    
}
@media screen and (max-width: 834px) {
 .main-navigation.toggled ul {
     width:40%;
    margin-left:60%;
}
    .one-half.featured-text {
        padding-top:0;
    }
    .tax-decade .featured-image img {
        max-height:240px;
        max-width:auto;
        width:auto !important;
    }
	 .home .wrapper {
        width:90%;
    }
}
    
@media screen and (max-width: 782px) {
  
    .single .post {
        width:auto;
    }
        .one-half {
    align-self: stretch;
    order: 0;
    flex: 0 0 0px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom:2em;
    flex-basis:100%;
}
    .one-half.featured-image {
    padding-right:0;
        text-align:center;
}
.one-half.featured-text {
    padding-left:0;
    padding-right:0;
    text-align:center;
	padding-top:0;
}
.blog-layout:nth-child(even) {
  flex-direction: row;  
}
.blog-layout:nth-child(even) .one-half.featured-image {
    padding-right:0;
    padding-left:0;
}
   
   
   
}

@media screen and (max-width: 601px) {
.one-third {
  align-self: stretch;
  order: 0;
  flex: 0 0 0px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 2em;
  flex-basis: 100%;
}
  
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 1;
        padding:0 !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 2;
}
    p.continue-reading {
 
}
    .post-type-archive-rug .grid-layout, .archive.tax-decade .grid-layout {
        column-count: 2;
        column-gap:2em;
    }
    h2.entry-title {
  font-size: 14px;
}
    .view-details {
  font-size:14px;
}
    .tax-decade .featured-image img {
        max-height:332px;
    }
    h1 {
    font-size:22px;
}
h2 {
    font-size:18px;
}
h3 {
    font-size:16px;
}
h4 {
    font-size:14px;
}
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left:0;
    padding-right:0;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-left:0;
    padding-right:0;
}
    .home .entry-content.home-desktop-601-up {
    display:none;
}
    .home .entry-content.home-mobile-600-down {
    display:block;
}
   
 
}
@media screen and (max-width: 440px) {
ol.children {
  padding-left: 1em;
}
    .backtotop {
        bottom:130px;
    }


    .tagline-text {
  letter-spacing: normal;
  margin-top: -10px;
}
    .single-rug .wp-block-column:nth-child(2) {
  padding: 0 0 0 0;
    }
   
     .main-navigation.toggled ul {
     width:70%;
    margin-left:30%;
}
     .tax-decade .featured-image img {
        max-height:220px;
    }
   
    .home .wp-block-columns {
  margin-top: 20px !important;
        margin-bottom: 0 !important;
}

}
@media screen and (max-width: 340px) {
    .top-header-inner .search-field:focus {
        width:200px;
    }
    .tax-decade .featured-image img {
        max-height:160px;
    }
     .main-navigation.toggled ul {
     width:80%;
    margin-left:20%;
}
    
}