/* FRONT */
.front-page > .inner {
  padding: 0 30px;
}

/* SLIDER */
.front .slide > .inner {
	position: relative;
	height: 600px;
	box-sizing: border-box;
	text-align: center;
	padding: 185px 200px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.front .slide > .inner.color-white {
	color: #fff;
}
.front .slide .title {
	position: relative;
	font-size: 60px;
	font-family: "freight-display-pro", Georgia, serif;
	line-height: 1;
  white-space: normal;
}
.front .slide .btn {
	position: relative;
	margin-top: 45px;
}
.front .slide .mobile-image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* BLURBS */
.front .blurbs {
	margin-top: 34px;
}
.front .blurb {
	text-align: center;
	line-height: 1.3;
  position: relative;
}
.front .blurb > .inner {
	height: 500px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.front .blurb > .inner.color-white {
	color: #fff;
}
.front .blurb {
	margin-bottom: 34px;
  position: relative;
}
.front .blurb .title {
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 4px;
}
.front .blurb .subtitle {
	font-size: 16px;
  font-style: italic;
  margin-top: 5px;
  opacity: 0.6;
}
.front .blurb .btn {
	margin-top: 15px;
  position: relative;
  z-index: 2;
}
.front .blurb .link-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.front .blurb-small {
	width: 383px;
	float: left;
}
.front .blurb-small > .inner {
	padding-top: 50px;
}
.front .blurb-small .btn-wrap {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.front .blurb-medium {
	width: 963px;
	float: left;
	text-align: left;
}
.front .blurb-medium > .inner {
	padding: 310px 0 0 50px;
}
.front .blurb-large > .inner {
	padding-top: 185px;
	height: 520px;
}
.front .blurb-large .title {
	text-transform: none;
	letter-spacing: 0;
	font-size: 60px;
	font-family: "freight-display-pro", Georgia, serif;
	line-height: 1;
	margin-bottom: 40px;
}
.front .blurb-0,
.front .blurb-2 {
	margin-right: 34px;
	clear: both;
}
.front .blurb-4 {
	clear: both;
}
.front .blurb.blurb-detailed > .inner {
  height: auto;
  padding: 0;
  text-align: left;
  background: #f2f2f2;
  position: relative;
}
.front .blurb-detailed .texts {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 75px 145px 80px 95px;
  font-size: 16px;
}
.front .blurb-detailed .image {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.front .blurb-detailed h2 {
  font-size: 46px;
  font-family: "freight-display-pro", Georgia, serif;
  line-height: 1;
  margin: 0 0 25px;
  padding: 0 90px 30px 0;
  border-bottom: 4px solid #59554e;
}
.front .blurb-detailed .subtitle {
  opacity: 1;
  font-style: normal;
  font-weight: 500;
  font-size: inherit !important;
  margin-bottom: 10px;
}
.front .blurb-detailed .content {
  font-weight: 300;
}
.front .blurb-detailed .content a {
  border-bottom: 1px solid #59554e;
}
.front .blurb-detailed .btn {
  margin-top: 30px;
  border: 1px solid #59554e;
  background: transparent;
  color: #59554e;
}
.front .blurb-detailed .btn:hover {
  background: #59554e;
  color: #fff;
}


/* PAGE */
.page h1 {
  background: #59554e;
  color: #fff;
  padding: 80px 160px;
  margin: 0 0 60px;
	font-size: 40px;
  font-weight: normal;
	font-family: "freight-display-pro", Georgia, serif;
	line-height: 1.3;
}
.page h1.color-black {
  color: #59554e;
}
.page h1.image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 160px 0;
  box-sizing: border-box;
  height: 508px;
}
.page .sections {
  padding-bottom: 80px;
}
.page .section.type-paragraph {
  margin: 25px 0;
  font-size: 16px;
}
.page .section.type-paragraph:first-child {
  margin-top: 0;
}
.page .section .p-title {
  float: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 210px;
  margin-left: 200px;
  text-align: right;
}
.page .section .p-text {
  float: left;
  font-weight: 300;
  width: 525px;
  margin-left: 65px;
}
.page .type-image {
  margin: 75px 0;
  padding: 0 30px;
  position: relative;
}
.page .section .image-title {
  position: absolute;
  top: 40%;
  left: 15%;
  right: 15%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-size: 30px;
}



/* CATEGORY PAGE */
.category .col-2 {
  padding: 30px;
  border-top: 1px solid #f2f2f2;
}
.category h1 {
  background: #59554e;
  color: #fff;
  padding: 125px 100px 0;
  box-sizing: border-box;
  height: 285px;
  margin: 0 0 60px;
  text-align: center;
	font-size: 30px;
  font-weight: normal;
	line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
}
.category h1.image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.category h1 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.load-more {
  text-align: center;
  display: none;
}
.more .load-more {
  display: block;
}
.category-content {
  margin: 70px auto;
  max-width: 870px;
  padding: 0 40px 0;
}
.category-content .showcase_onbottom {
  padding: 0 0 45px;
  border-bottom: 4px solid #59554e;
}

.category-content .showcase_ontop {
  padding: 45px 0 0;
  border-top: 4px solid #59554e;
}

.category-content h2 {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-family: "freight-display-pro", Georgia, serif;
  font-weight: 400;
  line-height: 1;
}
.category-content .content {
  float: right;
  width: 75%;
  padding-top: 10px;
  font-size: 16px;
}


/* ORDER COMPLETE */
.order-complete {
  padding: 20px 0 80px;
}
.order-complete.payment-stripe {
  box-sizing: border-box;
  height: 720px;
  padding: 205px 0 0;
  color: #fff;
  text-align: center;
  background: url("../images/order-complete.jpg") no-repeat center center;
  background-size: cover;
}
.order-complete .content-entity {
  max-width: 550px;
  margin: 0 auto;
}
.order-complete .field-text {
  font-size: 45px;
  line-height: 1;
  margin: 0 0 15px;
  font-family: "freight-display-pro", Georgia, serif;
}
.order-complete .field-textarea {
  font-size: 16px;
  font-weight: 300;
}
.order-complete .btn {
  margin-top: 35px;
}


/* USER SETTINGS */
.form-user-settings {
  max-width: 500px;
  margin: 0 auto;
}
.speciality-login .form-user-settings {
  max-width: none;
}
.form-user-settings .form-name-col1 {
  width: 48%;
  float: left;
}
.form-user-settings .form-name-col2 {
  width: 48%;
  float: right;
  margin-top: 0;
}
.form-user-settings .form-type-address > .form-label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.form-user-settings .form-type-address .form-name-line {
  width: 48%;
  margin: 0 0 10px;
  float: left;
}
.form-user-settings .form-type-address .form-name-line2 {
  width: 48%;
  margin: 0 0 10px 4%;
  float: left;
}
.form-user-settings .form-name-customer-phone,
.form-user-settings .form-name-customer-phone2,
.form-user-settings .form-type-password {
  width: 48%;
  margin: 0 0 10px 4%;
  float: left;
}
.form-user-settings .form-name-customer-phone,
.form-user-settings .form-name-pass {
  margin-left: 0;
}
.form-user-settings .form-type-actions {
  padding-top: 10px;
  clear: both;
}
.form-user-settings .form-type-actions .form-item {
  width: 48%;
  margin: 0 0 0 4%;
}
.form-user-settings .form-type-actions .form-name-submit {
  margin-left: 0;
}
.form-user-settings .form-type-actions .btn {
  width: 100%;
}


/* 404 */
.view-404 #content {
  background: #f2f2f2;
  padding: 55px 0 90px;
}
.not-found {
  padding: 355px 0 0;
  background: url("../images/404.png") no-repeat center top;
  text-align: center;
}
.not-found .title {
  font-weight: 600;
}
.not-found .subtitle {
  margin-bottom: 30px;
}


/* NEWS INDEX */
.news-list .col-2 {
  padding-left: 65px;
}
.news-list .head {
  padding: 22px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
}
.news-list .head h1 {
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  float: left;
  width: 75%;
}
.news-list .news-filter {
  float: right;
  width: 20%;
}
.news-item {
  float: left;
  width: 30%;
  margin: 0 0 60px 5%;
}
.normal .news-item:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.large .news-item:nth-child(3n+2) {
  margin-left: 0;
  clear: both;
}
.news-item .image {
  margin-bottom: 25px;
}
.news-item .date {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px;
}
.news-item h2 {
  font-family: "freight-display-pro", Georiga, serif;
  font-size: 28px;
  line-height: 1.1;
  padding: 0;
  margin: 0 0 10px;
}
.news-item .intro {
  font-size: 16px;
  color: rgba(89, 85, 78, 0.7);
}
.news-item .btn {
  margin: 25px 0 0;
  background: #fff;
  color: #291e0a;
  border: 1px solid #59554e;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
}
.news-item .btn:hover {
  background: #59554e;
  color: #fff;
}
.large .news-item:nth-child(1) {
  width: auto;
  margin: 0 0 60px;
  float: none;
}
.large .news-item:nth-child(1) .image {
  float: left;
  width: 52%;
}
.large .news-item:nth-child(1) .texts {
  float: right;
  width: 42%;
}
.large .news-item:nth-child(1) h2 {
  font-size: 42px;
}


/* NEWS PAGE */
.news {
  background: #f2f2f2;
  padding: 55px;
}
.news .back {
  float: left;
  width: 15%;
}
.news .back a {
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 20px;
  background: url("../images/back.png") no-repeat left center;
  background-size: 8px 15px;
}
.news .content {
  float: left;
  width: 70%;
}
.news .date {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}
.news h1 {
  font-family: "freight-display-pro", Georiga, serif;
  font-size: 60px;
  line-height: 1.1;
  padding: 0 0 20px;
  margin: 40px 0 0;
  border-bottom: 4px solid #59554e;
}
.news-section {
  margin: 40px 0 0;
}
.news .image-title {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: rgba(89, 85, 78, 0.56);
  margin: 4px 0 0 4px;
}
.news-section h2 {
  width: 30%;
  font-size: 14px;
  float: left;
  margin: 0 4% 0 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.news-section .p-text {
  float: left;
  width: 66%;
  max-width: 570px;
  font-size: 16px;
  font-weight: 300;
}

.news-related {
  padding: 50px 40px 10px;
  border-top: 1px solid #e3e3e3;
}
.news-related h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 50px;
  padding: 0;
}
.news-related > .inner {
  max-width: 1136px;
  margin: 0 auto;
}