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



body {
	font-family: 'Helvetica Neue', Helvetica, Arial;
	margin: 0;
	padding: 0;
}
p {
	font-size:0.8em;
	line-height: 1.48em;
}
a {
	color: #d4632b;
	text-decoration: none;
}
.lead,h4 {
	font-size: 1.13em;
	line-height: 1.57em;
	font-weight: 200;
}
h1 {
	margin: 0;
	font-size: .8em;
}
h2 {
	color:#d4632b;
	margin-top: 0px;
	font-size: 1.9em;
}
h3 {
	color:#d4632b;
	margin-top: 10px;
}
h4 {
	color:#454545;
	margin:0;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12
{
	display: inline-block;
}
.container, #container {
	width: 960px;
	margin:0 auto;
	clear: both;
}
#header {
	position: relative;
}
#header #call {
	float:right;
	position: absolute;
	right: 45px;
	padding: 14px 0;
	font-size: 25px;
	font-weight: bold;
}
h1.top-title,
h2.top-title {
	float:right;
	position: absolute;
	right: 45px;
	font-size: 14px;
	padding: 10px 0;
	/*font-size: 1.1em;*/
	color:#b3b3b3 !important;
	text-align: right;
}
#header #call a,
#header #call tel {
	font-family: Monaco, courier, Menlo;
	color: black;
	text-decoration: none;
	color: #de6415;
}
#feature {
	margin-top: 15px;
	margin-bottom: 30px;
	height: 374px;
	width: 100%;
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: inset -800px 0px 200px rgba(255,255,255,0.7);
	background: #dddddd url('../images/feature.jpg') top left no-repeat;
	background-position-x:30%;
}
#feature .button {
	font-size: 1.5em;
	padding: 12px 14px;
	color: white;
}
#feature .header {
	font-size: 3.5em;
	font-weight: bold;
	background: transparent;
	background: linear-gradient(45deg, #f37828, #dd5227);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.01em #c44e00;

}
#feature .text {
	float: right;
	height: 100%;
	margin-left:65%;
	padding-top: 65px;
	padding-bottom: 25px;
	color: #ee763c;
	font-family: 'Helvetica Neue', Helvetica, Arial, serif;
}
#logo {
	width:200px;
	height:148px;
	z-index:999;
	float: left;
}
#menu {
	float: right;
	border-bottom: solid 2px #b57714;
	margin: 20px 10px 20px 0px;
	padding: 10px;
	width: 650px;
}
#content {
}
#left {
	float:left;
	width:640px;
	padding: 10px;
	margin-bottom: 10px;
}
#right {
	float:right;
	width:220px;
	margin-bottom: 10px;
}
#right .right {
	margin-top: 50px;
}
#intro {
	float:left;
	width:630px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #b57714;*/
	margin-bottom: 10px;
}
#main {
	float:left;
	width:630px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#tips {
	float:left;
	width:170px;
	margin-right: 10px;
	padding-right: 10px;
	/*border-right: 1px solid #b57714;*/
}
#book {
	float:left;
	width:440px;
}
#book .title {
	float:left;
	width:80px;
	font-size: 3em;
	color: #e0e0e0;
}
#book .text {
	float:left;
	width:360px
}
#footer {
	margin-top: 70px;
	padding:20px 10px;
	font-size:.8ems;
	font-size: 0.8em;
}
.cleaner {
	clear:both;
	height:1px;
	display: block;
}
ul#navlist {
	font-family: Monaco, 'courier new', menlo;
}
ul#navlist a {
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #012E01;
}
ul#navlist, ul#navlist ul, ul#navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#navlist li {
	float: left;
	padding-right: 15px;
}
ul#navlist li a {
	color: #333333;
	padding: 5px;
}
ul#navlist li a:hover {
	color: #FFFFFF;
	background-color: #d4632b;
}
ul#navlist li a:active {
	color: #cccccc;
	background-color: #d4632b;
}
ul#subnavlist {
	display: none;
}
ul#subnavlist li {
	float: none;
	background-color: #FFFFFF;
}
ul#subnavlist li a {
	padding: 0px;
	margin: 0px;
}
ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	font-size: 8pt;
	padding-top: 12px;
}
ul#navlist li:hover ul#subnavlist li {
	background-color:#d4632b;
}
ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 10em;
	border: none;
	padding: 2px 10px;
}
ul#navlist li:hover ul#subnavlist li a:before {
}
.imgright {
	padding-right:0px;
	padding-left:30px;
	padding-bottom:20px;
}
.button
{
	text-decoration: none;
	padding: 6px 8px;
	border: 1px solid #c44e00;
	border-radius: 4px;
	background: #f37828;
	background: linear-gradient(45deg, #f37828, #dd5227);
}

.get-quote
{
	padding: 10px 10px;
	margin: 10px 0;
	border: 1px solid #c44e00;
	border-radius: 4px;
	background: #f37828;
	background: linear-gradient(45deg, #f37828, #dd5227);
}

.get-quote a
{
	text-align: center;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.get-quote p,
.get-quote h3
{
	text-align: center !important;
}

.get-quote h3 a
{
	color: white;
	font-size: 22px;
}



/*
 MOBILE NAVIGATION
 */

.mobile-only,
.tablet-only
{
	display: none;
}

#mobile-nav
{
	display: none !important;
	margin:-20px 0 40px 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none;
}

#mobile-nav li
{
	border-bottom: 1px solid #e9e9e9;
}

#mobile-nav li a
{
	border: none;
	padding: 10px 50px;
	line-height: 25px;
	display: block;
	background: #fafafa;
	background: linear-gradient(90deg, #ffffff, #f7f7f7);
	font-style: normal;
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}

#mobile-nav li a:hover
{
	font-weight: bold;
	color: #d4632b;
	background: #ffffff;
}

button#mobile-nav-button
{
	position: relative;
	display: none;
	float: right;
	margin: 105px 15px 0 7px;
	padding: 9px 10px;
	background-image: none;
	background: #f37828;
	background: linear-gradient(45deg, #f37828, #dd5227);
	border: 1px solid #C61616;
	border-radius: 8px;
	opacity: 0.9;
	cursor: hand;
	cursor: pointer;
}

button#mobile-nav-button:hover
{
	opacity: 1 !important;
}

button#mobile-nav-button .icon-bar
{
	display: block;
	width: 24px;
	height: 3px;
	margin-top: 4px;
	border-radius: 1px;
	background: #e7e7e7;
}

button#mobile-nav-button.active .icon-bar
{
	background: #ffffff;
}

/* TABLET */
@media (max-width: 940px) {

	button#mobile-nav-button
	{
		display: block;
	}

	#mobile-nav.active
	{
		display:block !important;
	}

	#feature,
	#navigation
	{
		display: none;
	}

	#header
	{
		height: 200px;
	}

	h1,h2,h3,h4,h5,h6,.lead
	{
		text-align: left;
	}

	#container,
	.container,
	#left,
	#right,
	#main,
	#intro,
	#tips,
	#book
	{
		display: block;
		width: 100%;
		float: none;
		clear: both;
		border: none;
	}

	#container,
	.container
	{
		box-sizing: border-box;
	}

	#left,
	#right
	{
		padding: 0;
		margin: 0;
	}

	#right,
	#book
	{
		margin-top: 25px;
	}

	#content,
	#header
	{
		padding: 0 45px;
	}

	#content,
	#left,
	#right,
	#footer
	{
		border: none;
	}

	.tablet-only
	{
		display: block !important;
	}

	.desktop-only
	{
		display: none !important;
	}

	#footer
	{
		margin-top:25px;
		border-top: 1px solid #e2e2e2;
		background: #f8f8f8;
	}
}

/* MOBILE */
@media (max-width: 640px) {

	.container.quotes {
		padding: 0 !important;
	}

	.mobile-only
	{
		display: block !important;
	}

	.desktop-only
	{
		display: none !important;
	}

	#book .wrapper
	{
		position: relative;
	}

	#book .title
	{
		top: -10px;
		left: 0px;
		position: absolute;
	}

	#book .text
	{
		margin-left: 80px;
		width: auto;
	}

	#content
	{
		/*padding: 0 !important;*/
	}

	body,span,p
	{
		text-align: justify;
	}

	#right
	{
		padding-top:10px;
	}

	.get-quote
	{
		display: block;
		border-radius: 0;
		margin: 25px -45px;
		padding: 40px;
		border-left: none;
		border-right: none;
	}

	.responsive,
	.imgright,
	.imgleft
	{
		float: none !important;
		display: block !important;
		width: 97%;
		height: auto;
		margin:-10px -10px 15px -10px;
		border: 1px solid #e7e7e7;
		padding:15px;
		background: #f8f8f8;
	}
}

/* SMALL MOBILE */
@media (max-width: 480px) {
	.container,#container,#header {
		padding-left:15px;
		padding-right:15px;
	}

	.container.quotes {
		padding: 0 !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-align: center !important;
	}

	#call,
	.top-title
	{
		display: none;
	}
}
/* Basic form container */
#ms-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

/* Form fields */
#ms-form .form-group {
  margin-bottom: 20px;
}

#ms-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#ms-form input[type="text"],
#ms-form input[type="email"],
#ms-form textarea {
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#ms-form textarea {
  height: 100px;
}

/* Submit button */
#ms-form button[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #d4632b;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#ms-form button[type="submit"]:hover {
  background-color: #d4632b;
}
                  /* for the validation alert both forms - optional */
.has-danger {color:#b00000;}

/* #### Quick form container - optional #### */
#ms-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

/* Form fields */
#ms-form .form-group {
  margin-bottom: 20px;
}

#ms-form label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

#ms-form input[type="text"],
#ms-form input[type="email"],
#ms-form textarea {
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#ms-form textarea {
  height: 100px;
}

/* Submit button */
#ms-form button[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#ms-form button[type="submit"]:hover {
  background-color: #0056b3;
}


/* #### Full quote form container - optional #### */
#ms-form-container-fullquote {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

/* Form fields */
#ms-form-container-fullquote .form-group {
  margin-bottom: 20px;
}

#ms-form-container-fullquote label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.furniture-options label {
  margin:5px 5px 5px 35px;
}


#ms-form-container-fullquote input[type="text"],
#ms-form-container-fullquote input[type="email"],
#ms-form-container-fullquote textarea {
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#ms-form-container-fullquote textarea {
  height: 100px;
}

/* Submit button */
#ms-form-container-fullquote button[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#ms-form-container-fullquote button[type="submit"]:hover {
  background-color: #0056b3;
}


/* Full quote form add on for furniture list - include for best visuals */
#formSection4 .item {
  width: 48%;
  border: 1px solid #eaeaea;
  margin-bottom: 5px;
  padding: 5px 10px;
}

@media(max-width:600px){
   #formSection4 .item {width:100%;}
}

/* for the progress bar on the full quote form - include for best visuals */
#ms-progress {
  /* Progress Colour Setup*/
  --progress-bar-color: #00c5d8;
  --progress-bar-bg-color: #e6e6e6;
  --progress-step-color: #e6e6e6;
  --progress-active-color: #00c5d8;

  position: relative;
  margin: 30px 15% 30px;
}
@media(max-width:560px){
  #ms-progress {
      margin: 30px 8% 30px;
  }
}

#ms-progress-bar {
  position: absolute;
  background: var(--progress-bar-color);
  height: 5px;
  width: 0%;
  top: 50%;
  left: 0;
}
#ms-progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#ms-progress-num::before {
  content: "";
  background-color: var(--progress-bar-bg-color);
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  margin-top: -2px;
  width: 100%;
  z-index: -1;
}
#ms-progress-num .ms-step {
  border: 3px solid var(--progress-step-color);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
#ms-progress-num .ms-step.active {
  border-color: var(--progress-active-color);
  background-color: var(--progress-active-color);
  color: #fff;
}
#ms-progress-num .btn {
  background: var(--progress-bar-bg-color);
  border: none;
  border-radius: 3px;
  padding: 6px 12px;
}
