/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #E4BC56;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "Old Standard TT", serif;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.1px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  	clear: both;
	font-family: "Old Standard TT", serif;
}
h1 {
	font-weight: 400;
	font-size: 75px;
	line-height: 80px;
	margin-bottom:30px
}
h2 {
	font-family: 'Old Standard TT';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	margin-bottom:25px;
}
h3 {
  line-height: 41.44px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
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;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1660px;
	margin:0 auto;
}

#home-section {
	background-color: #52493F;
	padding: 120px 0 170px 0;
	color: #fff;
	position: relative;
	overflow:hidden;
}

#header-logo {
	margin-bottom: 40px;
	text-align: center;
}

#heading-type1,#heading-type2{
	text-align:center;
}

#heading-type1 h2{
	margin-bottom:90px;
}

#heading-type2 h1{
	color: #E4BC56;
}

#home-bt-wrapper {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

#home-bt-wrapper .btn-wrapper{
	margin-right:20px;
	margin-bottom:20px;
}

#home-section .container {
	position: relative;
}

#home-bt-wrapper .btn {
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display: inline-block;
	padding: 17px 30px;
	width: 350px;
	text-align: center;
	transition:all 0.25s linear;
}

#home-bt-wrapper .btn:hover{
	border: 1px solid #E4BC56;
	background:#E4BC56;
}

#home-content {
	width: 55%;
}

#home-section::before {
	background-image: url(assets/images/Wellington.png?v=3.3);
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	width: 47%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-position: bottom;
	z-index:2;
}

#home-section::after {
	background-image: url(assets/images/overlay.png);
	content: '';
	width: 37%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

@media screen and (min-width: 1921px) {
	#home-section::before {
		background-position: bottom right;			
	}
}

.footer-widget-title{
	color: #52493F;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:30px;
}

#footer-flex {
	display: flex;
	justify-content: space-between;
	padding: 64px 0 80px 0;
}

.contact-item {
	display: flex;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;	
	color: #52493F;	
}

.contact-item a,
#copyright a{
	color: #52493F;	
	text-decoration: underline;
}

.contact-item a:hover,
#copyright a:hover{
	text-decoration: none;
}

.contact-left {
	margin-right: 30px;
}

#copyright {
	text-align: center;
	padding-bottom: 30px;
	font-size: 18px;
	color: #52493F;	
	position: relative;
}


#copyright:before{
	background: #E4BC56;
	content:'';
	width: 65px;
	height: 2px;
	display: block;
	margin:0 auto 20px auto;
}

#model-suite-gallery{
	display: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 2px !important;
	border-color: #E4BC56 !important;
}

#mobile-banner{
	display:none;
}


.carousel__button.fancybox__button--close {
	background: #E4BC56;
	border-radius: 0;
	color: #52493F;
}

.fancybox__backdrop {
	background: rgba(82, 73, 63, 0.95);
}

.fancybox__carousel {
    width: 1100px;   
    margin: 0 auto;    
    position: relative; 
	overflow:hidden;
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #E4BC56;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel__button.is-prev {
    left: -40px; 
}

.carousel__button.is-next {
    right: -40px; 
}

@media screen and (max-width: 1680px) {
	.container{
		width:calc(100% - 50px);
	}
}

@media screen and (max-width: 1500px) {
	.contact-item {
		flex-direction: column;
	}
}


@media screen and (max-width: 1350px) {
	
	
	#home-section {
		padding: 75px 0 75px 0;
	}

	#home-section .container {
		position: relative;
		width: 60%;
		margin: 0;
	}	
	
	h1 {
		font-size: 50px;
		line-height: 60px;
	}	
	
	#heading-type1 h2 {
		margin-bottom: 30px;
	}
	
	#header-logo img {
		max-width: 330px;
	}	
	
	#home-content {
		width: 100%;
	}	
	
	#footer-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}	
	
	.contact-item-wrapper {
		width: 100%;
	}	
	
	.contact-item {
		flex-direction: column;
	}	
	
	.contact-left {
		margin-right: 0;
	}	
	
	#home-bt-wrapper .btn {
		width: 300px;
	}	
	
	#home-bt-wrapper .btn-wrapper{
		margin-right:0;
	}
	
	#home-section::before {
		background-image: url(assets/images/Wellington-tablet.png?v=3.1);
		background-position: right bottom;
		background-size: contain;
		z-index: 2;
	}
	
	#home-section::after {
		background-image: url(assets/images/overlay.png);
		content: '';
		width: 30%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background-size: cover;
		background-position: center;
		z-index: 1;
	}

	#home-bt-wrapper {
		flex-direction: column;
		align-items: center;
	}	
	
	#footer-flex {
		flex-flow: wrap;
		padding: 64px 0 50px 0;
		justify-content: inherit;
		text-align: inherit;
	}
	
	.contact-item-wrapper {
		width: 47%;
		margin-bottom: 40px;
	}	
	
	#copyright{
		text-align:left;
	}
	
	#copyright::before {
		margin: 0 0 20px 0;
	}	

	
}

@media screen and (max-width: 1300px) {
	.fancybox__carousel {
		width: 800px;   
	}		
}


@media screen and (max-width: 767px) {
	.fancybox__carousel {
		width: 100%;   
	}
	
	#mobile-banner{
		display:block;
	}
	
	#home-section::before,#home-section::after {
		display:none;
	}
	
	#home-section {
		padding: 40px 0 0 0;
	}
	
	#header-logo img {
		max-width: 260px;
	}
	
	#heading-type1 h2 {
		font-size: 26px;
		line-height: 34px
	}

	h1 {
		font-size: 40px;
		line-height: 50px;
	}	
	
	#home-section .container {
		width: 100%;
	}	
	
	img {
		max-width: 100%;
		height: auto;
	}	
	
	#mobile-banner img{
		width:100%;	
	}
	
	.contact-item-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}	
	
	#home-bt-wrapper .btn {
		font-size: 14px;
		line-height: 1;
		padding: 17px;
	}
	
}