/*
Theme Name: Elwynn Green Interactive
Author: the ElectricSilk team
Author URI: https://electricsilk.com/
*/
@import url("https://use.typekit.net/qmu8mhm.css");
* {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: antialiased !important;
}

body {
	background: #fff;
	line-height: 1.7;
	margin: 0 auto;
	max-width:1920px !important;
	max-height:1080px !important; 
	overflow: hidden !important;
	outline:none !important;  
	color: #21362B;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:15px;
}
a {
	color: #21362B;
	text-decoration: none;  
	outline: 0 !important;
}

a:visited,
a:focus,
a:active,
a:hover {
	color: #21362B;
	outline: 0 !important;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,h2,h3 {
	font-size: 32px !important;
	margin:0;   
	font-weight: 700;
	font-style: normal !important;
	text-transform:lowercase !important;
	color:#21362B;
	font-family: aviano, serif !important
}

h3 {
	font-size: 20px !important;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

b,
strong {
	font-weight: 700;
}

p {
	margin: 0;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	margin: 0 auto;
}

img.alignnone {
	margin: 0;
}

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 1920px;
	height:1080px;
}

.site-main {
	position: relative;
	width:1920px;
	height:1080px;    
}

.site-content {
	width:1920px;
	height:1080px;     
	padding: 0;
	margin: 0;
}

.hentry {
	padding: 0;
	margin:0;
}

.entry-content {
	margin: 0 auto;      
	padding: 0;
	width: 1920px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;  
}

a,
a:visited,
a:focus {
-webkit-tap-highlight-color: transparent !important;
outline: none !important;
}
area:focus{
  border: none !important;
  outline-style: none !important; 
  -moz-outline-style:none !important;            
outline: none !important;
}
/**
 * Custom CSS
 * ----------------------------------------------------------------------------
 */
html {scroll-behavior: smooth;}
.abs{position:absolute;z-index: 999;}
.fixed{position:fixed;z-index: 999;}
.rel{position:relative;}
.clearit {clear:both !important;}
.upper {text-transform:uppercase;}
.shadowed {text-shadow: 2px 2px 5px rgba(0,0,0,.6);}
.aligncenter {display:block;}
.fullwide {width:100%;}
strong,.strong {font-weight:700;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.float-right{float:right;}

.container-fluid {
	width:100%;
}
.container {
	width:1640px;
	margin:0 auto;
}
.d-flex {display:flex;}
.align-self-end {align-self:end;}
.align-self-center {align-self:center;}

.white {color:#fff;}
.black {color: #000;}
.gray {color:#21362B;}
.green {color:#9BC33D;}

.whitebg {background-color:#fff;}
.blackbg {background-color: #000;}
.graybg {background-color:#21362B;}
.greenbg {background-color:#9BC33D;}

/* Nav Menu */
.menuBar {flex-direction:column;}
.menuTop {
	height:90px;
	padding:14px 0 0 38px;
}
.menuBottom {
	height:60px;
}
.mainMenu li {
	width: 150px;
	margin-right:16px;
	text-align:center;
	background-color:#fff;
	border: 1px solid #707070;
	border-radius: 0 15px;
	padding:15px 0;
	display:inline-block;
	line-height:1;
}
.mainMenu a {
	color:#21362B;
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
}
.mainMenu a:last-child {
	margin-right:0;
}
.mainMenu li:hover,.mainMenu li:focus,.mainMenu li.active {
	border-color: #9BC33D;
	background-color: #9BC33D;
}
/* Footer */
.wrapper-footer {
	height:150px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	border-bottom:10px solid #21362B;
    background: linear-gradient(
    to bottom, 
    transparent 0, 
    transparent 90px, 
    #EFEFEF 90px, 
    #EFEFEF 150px
);
}
.h-150 {height:150px;}
.footLogo {
	margin-left:140px;
}
.footerDisclaimer {
	width:1000px;
	font-size:7px;
	line-height:1.2;
	padding:0 38px 0 0;
}
.devLogos {
	width:340px;
	text-align:right;
}
.devLogos img {
	margin-left:18px;
}

/* Team Page */
.hero {
	width:1640px;
	margin: 0 auto;
	padding:75px 0 38px 0;
}
.teamLeft {
	width:580px;
	align-self:center;
	margin-left:140px;
	float:left;
    display: flex;
    align-self: center;
}
.teamRight {
	width:980px;
	float:left;
	margin-right:140px;
	margin-left:70px;
}
/* Gallery Page */
.gallery-main {
	background-image : url('https://rallycreativedev.com/elwynn/wp-content/uploads/2022/06/bg-gallery.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.Gallery {
	padding-top: 75px;
}
.galleryLeft {
	float:left;
	width:1285px;
	margin-left:140px;
}
.galleryRight {
	float:left;
	width:380px;
	margin-left:50px;
	padding-top:50px;
	height:800px;
	position:relative;
}
.galleryNav {
	position:absolute;
	bottom:0;
}
.mt-18 {
	margin-top:18px;
}

/* Map Page */
h2.mapTitle {
	line-height:26px;
	margin-bottom:115px;
}
.mapMain {
	width:1640px;
	height:813px;
	margin:0 auto;
	padding-top:75px;
}
.mapLeft {
	float:left;
	width: 1088px;
}
.mapRight {
	float:left;
	width: 552px;
	padding-left: 50px;
}
.legendRight {
	padding-left:30px;
	height:804px;
	position:relative;
	padding-top:166px;
}
.backButton {
	position:absolute;
	bottom:0;
	right:0;
}
.mt-27 {
	margin-top:27px;
}
/* Floorplans */
.plans-main {
	background-image : url('https://rallycreativedev.com/elwynn/wp-content/uploads/2022/06/bg-plans.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position:right -200px top -100px;
}
.Floorplans {
	width:1640px;
	height:890px;
	margin:0 auto;
	border-bottom:4px solid #9BC33D;
	padding-top:75px;
}
h1.planTitle {
	color: #9BC33D;
	font-size: 80px !important;
	font-weight:700;
	line-height:1;
}
.beds {
	font-family: aviano, serif;
	font-weight: 900 !important;
	font-size: 21px;
	line-height:1.1;
}
.bath {
	font-family: aviano, serif;
	font-weight: 400 !important;
	font-size: 21px;
	line-height:1.1;
}
.details {
	margin-top:18px;
	white-space:nowrap !important;
}
.planLeft {
	float:left;
	width: 420px;
	height:815px;
}
.planRight {
	float:left;
	width:1220px;
	height:815px;
}

.BackButton {
	position:absolute;
	bottom:4px;
	left:0;
}