@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');

/* Body */

body {
	background-color: #eff0f3;
	font-family: 'Open Sans', sans-serif;
}
section {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: solid 1px #CCC;
}
a {
	transition: 0.2s;
	color: #666666;
}
h1 {
	margin-top: 0px;
}
h3 {
	font-weight: 400;
	font-size: 1.4em;
}
h4 {
	margin-bottom: 25px;
}
h5 {
	margin-bottom: 10px;
	font-size: 1.9rem;
}
.no-bg {
	background: none;
}
.no-pad {
	padding: 0px;
}
.excerpt-body {
	padding-bottom: 15px;
}
.border-fade {
	border-image: linear-gradient(to left, transparent, #5cb85c) 100% 1;
	border-style: solid;
	border-width: 0px 3px 3px 0px;
	color: #5cb85c;
	padding-bottom: 5px;
	display: inline-block;
}
.white-leather {
	background: url(//cdn.sofasandsectionals.com.s3.amazonaws.com/static/white_leather.png);
}
input[type="text"], textarea {
	border: solid 1px #CCC;
	width: 100%;
	border-radius: 3px;
	padding: 5px 15px;
}

/* Header */

header {
	background-color: #FFF;
}
header .user-info .btn {
	padding: 0px;
	border: none;
	padding-right: 32px;
	color: #FFF;
	font-weight: 400;
}
header .user-avatar {
	max-height: 25px;
}
header h2 {
	margin-top: 0px;
}
header h2 a {
	color: #000;
	font-weight: 100;
}
.header-top {
	background-color: #000;
	color: #FFF;
}
.header-top .our-services {
	display: flex;
  -webkit-box-align: center;
  align-items: center;
  list-style-type: none; 
}
.header-top .our-services li {
	padding-right: 10px;
}
.header-top a {
	color: #FFF;
}

/* Page Header */

.page-header {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.page-header h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 100;
}
.page-header ol.breadcrumbs:first-child a {
	margin-left: 0px;
}

/* Main Content */

.hero {
	position: relative;
	background-image: url("http://www.trurooms.com/assets/bg/bg2-7362c5e84f208944cba89e59d2b2befacff27bc5ede934c16ae96c63f4a53ee6.jpg");
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.hero-overlay {
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.hero h1 {
	color: #FFF;
	margin-top: 40px;
}
.support-search {
	margin-top: 40px;
	margin-bottom: 60px;
	position: relative;
}
.support-search input {
  height: 50px;
  font-size: 18px;
  color: #8c8b8b;
  font-weight: 400;
  padding: 0px 20px 0px 50px;
  box-shadow: none;
  border: 2px solid #d7d7d7;
  border-radius: 4px;
}
.support-search input#query {
	width: 80%;
	border: none;
}
.support-search input[type=submit] {
  width: 15%;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #76aa58;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-align:center;
  padding-left: 10px;
}
.support-search:before {
  content: "";
  position: absolute;
  background-image: url(//cdn.sofasandsectionals.com/static/2019/search-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
}
@media (max-width: 650px) {
	.support-search:before {
	  top: -48px;
	}
	.support-search input#query {
		width: 100%;
		border-bottom-left-radius: 0px;
  	border-bottom-right-radius: 0px;
	}
	.support-search input[type=submit] {
		display: block;
		width: 100%;
		border-radius: 5px;
		border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
	}
}
.mini-support-search {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.mini-support-search input {
  height: 40px;
  font-size: 18px;
  color: #8c8b8b;
  font-weight: 400;
  padding: 0px 20px 0px 50px;
  box-shadow: none;
  border: 2px solid #d7d7d7;
  border-radius: 4px;
}
.mini-support-search input#query {
	width: 80%;
	border: none;
}
.mini-support-search input[type=submit] {
  width: 15%;
  height: 38px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #76aa58;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-align:center;
  padding-left: 10px;
}
.mini-support-search:before {
  content: "";
  position: absolute;
  background-image: url(//cdn.sofasandsectionals.com/static/2019/search-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
}
@media (max-width: 650px) {
	.mini-support-search:before {
	  top: -40px;
	}
	.mini-support-search input#query {
		width: 100%;
		border-bottom-left-radius: 0px;
  	border-bottom-right-radius: 0px;
	}
	.mini-support-search input[type=submit] {
		display: block;
		width: 100%;
		border-radius: 5px;
		border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
	}
}
.border-box {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    margin-bottom: 25px;
    padding: 10px 30px;
}
.border-box:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.border-box:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.border-box .inner:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.border-box .inner:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.border-box:hover {
    color: #000;
}
.border-box:hover:before {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.border-box:hover:after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.border-box:hover .inner:before {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.border-box:hover .inner:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.border-box h3 {
	margin-top: 0px;
	padding: 15px;
}

/* Promoted Articles */

.promoted-article {
	font-size: 1.2rem;
}
.promoted-article h5 {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.promoted {
	border: solid 1px green;
}

/* Ticket Callout */

.ticket-callout h3 {
	margin-bottom: 20px;
}
.ticket-callout p {
	margin-bottom: 20px;
}

/* Articles */

.cms-body p {
	line-height: 1.8em;
}

/* Recent Articles */

.recent-articles {
	margin:0px;
	background: none;
	padding-top:0px;
	border-bottom: 0px;
}
.recent-articles h3 {
	border-image: linear-gradient(to left, transparent, #5cb85c) 100% 1;
	border-style: solid;
	border-width: 0px 3px 3px 0px;
	color: #5cb85c;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.recent-articles ul li {
	padding: 10px;
}

/* Request Form */

.request-form .form-field {
	padding-bottom: 15px;
}
.request-form input[type=submit] {
	background-color: #457fab;
	border-color: #457fab;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	    border-top-color: transparent;
	    border-right-color: transparent;
	    border-bottom-color: transparent;
	    border-left-color: transparent;
}

/* Search */

.search-results h4 {
	margin-bottom: 5px;
}
.search-results .meta-group {
	padding-bottom: 5px;
}
.search-results .search-result-description {
	padding-left: 5px;
}
