.topStoryHead {
    font-family: 'Special Elite', cursive;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px 0 6px;
    margin: 20px 0 0;
    box-shadow: 0 3px 20px #777;
    z-index: 99;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
.todaystop-page .ccm-block-page-list-title a {
    color: #5e5f5f;
    font-weight: 800;
    text-align: center;
    display: block;
    text-decoration: none;
}
#ccm-panel-add-blocktypes-list div:first-child ul li a img {
	width: 100%;
	height: auto;
	top: 0;
	position: absolute;
	left: 0;
	max-width: 100% !important;
}
#ccm-panel-add-blocktypes-list > div:first-child header {
	padding-bottom: 10px !important;
	position: relative;
}

@charset "UTF-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: Nunito Sans, sans-serif;
}
body {
    overflow-x: hidden;
}

#header {
	display: flex;
	background: #000;
	padding: 0;
	align-items: flex-start;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	-moz-transition: top 1s ease-in-out;
	-webkit-transition: top 1s ease-in-out;
	-ms-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;
	flex-direction: column;
}
#header.header1 {
  width: 100%;
  align-items: center;
  flex-direction: column;
}
#header.header2 {
  width: 100%;
  align-items: center;
  flex-direction: column-reverse;
}
#header.header3 {
	width: 100%;
	align-items: flex-end;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
#header.header4 {
	width: 100%;
	align-items: flex-end;
	flex-direction: row;
	justify-content: flex-end;
}

#header img#logo {
	width: 32vw;
	padding: 0 0 0px 20px;
	display: block;
}
#header .nav {
    display: flex;
    font-size: 1rem;
    z-index: 2;
    margin-top: .3vw;
	-moz-transition: right 1s ease-in-out;
	-webkit-transition: right 1s ease-in-out;
	-ms-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
}
#header .nav li {
	margin: 5px;
	list-style: none;
}
#header .nav li a {
	padding: 5px 5px 3px;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}
#header .nav li a:hover {
	color: #ed0b05;
}
#header ul ul {
	display: none;
	position: absolute;
	background: #000;
}
#header > ul > li:hover ul {
	display: block;
}
#header ul.nav > li:first-child {
	display: none;
}
#main {
    margin-top: 8.4vw;
    min-height: 800px
}
#main form {
	padding-top: 20px;
	display: block;
}
#topSearchBox {
	width: 350px;
	position: absolute;
	right: 0;
	top: 40px;
}
#topSearch .query {
	color: #000;
	width: 250px;
	margin-right: 15px;
	border: 0px;
	height: 25px;
	border-radius: 13px;
	padding-left: 10px;
	max-width: 100%;
	box-shadow: 0px 1px 6px #505050 inset;
	float: left;
	outline: none;
}
#topSearch .submit {
	height: 25px;
	padding-bottom: 6px;
	width: 25px;
	border: 0px;
	background: url('../../images/red-check.png') 0px 0px no-repeat;
	display: none;
}
.properCont {
	width: 100%;
	overflow: hidden;
}
p.headLiner {
	justify-content: center;
}
.headLiner {
	font-size: .98vw;
	font-family: futura-pt;
	font-weight: 800;
	position: relative;
	white-space: nowrap;
	margin: 0;
	display: inline;
	text-transform: uppercase;
}
.headLiner:nth-child(2) {
	color: #918d8e;
}
#main .rslides {
	margin: 0 auto;
}

#main .ccm-image-slider-text h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900
}
#main .ccm-image-slider-text h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px
}
#main .ccm-image-slider-text p {
	color: #9e9b9c;
	font-size: 18px
}

#main .ccm-image-slider-text {
	width: 100%;
	text-align: center;
	font-family: futura-pt, sans-serif;
}
#mainh2, #main .ccm-image-slider-text p span.slider-title-grey {
	color: #9b9b9b;
}
.ccm-block-page-list-pages.anderson {
	display: flex;
	flex-wrap: wrap;
}
.ccm-block-page-list-page-entry-horizontal, .ccm-block-page-list-page-entry {
	width: 20%;
}
.ccm-block-page-list-page-entry-thumbnail .img-responsive {
	width: 96%;
	height: auto;
	margin: 2%;
}
.ccm-block-page-list-title a {
	padding: 2%;
	font-family: futura-pt, sans-serif;
	font-size: 2vw;
	color: #000;
	display: block;
	text-decoration: navajowhite;
}
footer {
	background: #000;
	text-align: center;
}
#footStack {
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
	text-align: left;
}
#footStack > div:nth-child(3) {
	text-align: right;
}
#footStack ul {
	list-style: none;
}
#footStack a {
	text-decoration: none;
	text-transform: uppercase;
}
#mousetype {
	padding: 120px 0 20px;
}
footer > img {
	width: 260px;
	height: auto;
	padding: 40px 0 10px;
}
footer .list-inline {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
footer .list-inline li {
	padding: 0 !important;
	margin: 0 20px !important;
}
footer .list-inline li a {
	color: #ed0b05;
	font-size: 24px;
}
#mousetype p {
	font-size: 14px;
	text-transform: uppercase;
}
#footStack div h3 {
	color: #d92b46;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	margin: 20px 0 0;
}
.rslides_nav {
	background: transparent url("../../images/White-Nav-Arrows-2.png") no-repeat left top !important;
} 
.rslides_nav.next {
	background-position: right top !important;
}
#footStack > div {
	width: 20%;
}
#footStack > div:nth-child(2) {
	width: 50%;
}

.cke h3, .cke .callOut {
	color: #000 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: futura-pt, sans-serif !important;
	font-size: 20px !important
}
.cke h2, .cke .slider-title-grey {
	color: #9e9b9c !important;
	width: 100% !important;
	text-transform: uppercase !important;
	font-family: futura-pt, sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-size: 2vw !important;
	line-height: 2vw !important;
	display: block !important;
}
.cke .black-larger-title {
	color: #000;
}
.ricksButton {
	width: 26%;
	background: #ed1a3b;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	padding: 8px;
	font-family: futura-pt;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.ricksButton:hover {
	background: #000;
	border-color: #ed1a3b;
}
.ccm-image-slider-inner {
	position: relative;
}
#mobHam {
	color: #fff;
	right: 3vw;
	position: absolute;
	top: 2vw;
	font-size: 25px;
	z-index: 99;
	display: none;
	cursor: pointer;
}
.mobMe #mobHam .fa-times {
	display: block;
}
.mobMe #mobHam .fa-bars, #mobHam .fa-times {
	display: none;
}
div#main > img {
	min-width: 100%;
	height: auto;
	max-width: 100%;
}
.subNavver ul {
	text-align: center;
	list-style: none;
}
.subNavver ul a {
	text-decoration: none;
	color: #000;
	font-family: futura-pt;
	font-size: 24px
}
.subNavver ul a:hover, .subNavver ul a.nav-selected {
	font-size: 200%;
	font-weight: 900
}
#main a {
	text-decoration: none;
}
.contenter {
	max-width: 100%;
}
@media (max-width:1020px) {
#header img#logo {
	width: 45vw;
}
#main {
	margin-top: 12.8vw;
}
#mobHam {
	display: block;
}
#header .nav {
	position: fixed;
	right: -50vw;
	left: unset;
	flex-direction: column;
	background: #000;
	height: 100vh;
	padding: 10vw 10vw 70px 2vw;
	width: 50vw;
	overflow: scroll;
}
#main [id^="ccm-image-slider"],
#main .ccm-image-slider {
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	left: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

	.mobMe #header .nav {
	right: 0;
	}
#header ul ul {
	display: block;
	position: relative;
	background: #000;
	left: 20px;
}
}
@media (max-width:768px) {

/* Inline #45 | https://www.zzzippysites.com/goshenflooring/ */

#footStack {
  flex-direction: column;
}

#footStack div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

/* styles.css | https://www.zzzippysites.com/goshenflooring/application/themes/zzzippy/assets/css/styles.css */

#footStack > div:nth-child(2) {
  /* width: 50%; */
  width: 100%;
  order: -1;
  margin-bottom: 20px;
}

#main .rslides,
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	margin: 0 auto !important;
	left: 0 !important;
}
.listOneText h2 span, .listOneText h2 {
	font-size: 10vw !important;
	text-align: center !important;
}
footer img {
  max-width: 60vw !important;
  margin: ;
  margin-top: 20px !important;
  display: block !important;
}
footer {
  padding-top: 20px;
}
#header img#logo {
	min-width: 40vw !important;
	padding: 20px !important;
}
#main {
	margin-top: 14vw;
}


/* Inline #27 | https://www.zzzippysites.com/goshenflooring/index.php/products */

.listOneText h2 span, .listOneText h2 {
  font-size: 10vw !important;
  text-align: center !important;
  max-width: 100% !important;
  display: inherit !important;
  line-height: inherit !important;
}

.listOneText p, .listOneText p span, .listOneText p strong {
  font-size: 22px !important;
  align-content: ;
  text-align: center;
  line-height: 30px !important;
}

.listOneText p strong {
  font-weight: bold !important;
}


@media (max-width: 980px) {
  .listOneText {
    max-width: 100% !important;
  }
}

.nav > li, .nav > li > a, .nav {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.cke_wysiwyg_div {
	min-height: 200px;
	background: #dbdad5;
	/* color: #fff; */
}
@media (max-width:768px) {
img {
    display:block;
}
}

/* ----------------------------------------------------------------------------
 * Header Button (canonical, propagated from allthingssnacks)
 * Powered by site attributes header_button_*. The dashboard renders an inline
 * <style id="hbDynamicStyles"> block that overrides the --hb-* custom props.
 * ---------------------------------------------------------------------------- */
.header-btn {
	/* All design knobs are CSS custom props so the dashboard and live theme
	   can override them by emitting a single tiny <style id="hbDynamicStyles">
	   block — no need to recompile or touch the static rules below. */
	--hb-bg:            #111111;
	--hb-bg-hover:      #333333;
	--hb-fg:            #ffffff;
	--hb-border-color:  #000000;
	--hb-border-width:  0px;
	--hb-border-radius: 4px;
	--hb-font-size:     13px;
	--hb-font-family:   inherit;
	--hb-padding-y:     11px;
	--hb-padding-x:     20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: var(--hb-padding-y) var(--hb-padding-x);
	font-family: var(--hb-font-family);
	font-size: var(--hb-font-size);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1;
	border-radius: var(--hb-border-radius);
	border: var(--hb-border-width) solid var(--hb-border-color);
	background: var(--hb-bg);
	color: var(--hb-fg) !important;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.header-btn:hover, .header-btn:focus-visible {
	background: var(--hb-bg-hover);
	color: var(--hb-fg) !important;
}
.header-btn:active { opacity: 0.9; }

/* Desktop positions — all use absolute/fixed so the button never participates
   in #header flex order (changing position won’t reflow logo/nav). */
.header-btn--d-top_right {
	position: absolute;
	top: 14px;
	right: 18px;
	z-index: 5;
}
.header-btn--d-inline_right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	height: fit-content;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 5;
}
.header-btn--d-inline_left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	height: fit-content;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 5;
}
.header-btn--d-floating {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
	border-radius: 999px;
	padding: 14px 24px;
	box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}
.header-btn--d-hidden { display: none; }

/* Mobile overrides */
@media (max-width: 768px) {
	.header-btn--m-inline {
		position: static !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		margin: 10px auto !important;
		height: auto !important;
		align-self: center !important;
	}
	.header-btn--m-floating {
		position: fixed !important;
		top: auto !important;
		left: auto !important;
		right: 14px !important;
		bottom: 14px !important;
		z-index: 50 !important;
		border-radius: 999px !important;
		padding: 12px 20px !important;
		box-shadow: 0 8px 22px rgba(0,0,0,0.22) !important;
		margin: 0 !important;
	}
	.header-btn--m-hidden { display: none !important; }
}

/* Modal (used when action = "modal") */
html.hb-modal-open, body.hb-modal-open { overflow: hidden; }
.header-btn-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-btn-modal[hidden] { display: none; }
.header-btn-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
	cursor: pointer;
}
.header-btn-modal__dialog {
	position: relative;
	z-index: 2;
	background: #fff;
	color: #111;
	width: min(580px, calc(100vw - 32px));
	max-height: calc(100vh - 48px);
	overflow: auto;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0,0,0,0.35);
	padding: 36px 36px 32px;
}
.header-btn-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: transparent;
	border: 0;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #777;
}
.header-btn-modal__close:hover, .header-btn-modal__close:focus { color: #111; }
.header-btn-modal__body { font-size: 16px; line-height: 1.55; }
.header-btn-modal__body > :first-child { margin-top: 0; }
.header-btn-modal__body > :last-child { margin-bottom: 0; }
.header-btn-modal__body h1,
.header-btn-modal__body h2,
.header-btn-modal__body h3 { font-family: inherit; line-height: 1.2; }
.header-btn-modal__body a { color: #111; text-decoration: underline; }
.header-btn-modal__body img { max-width: 100%; height: auto; }
