/*
Theme Name: Lust 2025 by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, grey, pink, dark, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
	font-family: Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    color: #fff;
	background-color: #111;
	background-image: url("images/global/bg-lace.jpg");
	background-position: center;
	background-repeat: repeat;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #333;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 20px 0;
	font-family: acumin-pro-extra-condensed, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 900;
	line-height: 1em;
}
h1 {
	margin-top: 15px;
    font-size: 5em;
}
h2 {
    font-size: 3.5em;
}
h3 {
    font-size: 3.0em;
}
h4 {
    font-size: 2.5em;
}
h5 {
    font-size: 2.0em;
}
h6 {
    font-size: 1.5em;
}
h1.slant {
	font-weight: 400;
	letter-spacing: .1em;
    font-size: 4.0em;
	font-style: italic;
}
h1.small, h2.small, h3.small {
	font-weight: 400;
	letter-spacing: .1em;
	line-height: .9em;
	margin: 0;
}
h2.small {
    font-size: 2.25em;
}
p {
    font-size: .9em;
    line-height: 2.5em;
    margin: 20px 0 30px 0;
}
a {
	color: #fff;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #ddd;
}
p a, li a {
	text-decoration: underline;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 20px 0 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 20px 0 30px 0;
}
li {
    font-size: .9em;
    line-height: 2.5em;
}
em {
	letter-spacing: .01em;
}


/* 	
== HEADER ==*/

.myHeader {
	width: 100%;
	height: 50px;
	padding: 15px;
	background-color: #111;
	border-bottom: 1px solid #444444;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	font-family: proxima-nova, sans-serif;
	text-transform: uppercase;
}
.logo, .logo a {
    width: 177px;
    height: 70px;
    display: block;
}
.logo {
    background-size: 100%;
    text-indent: -9999px;
	margin-bottom: -1px;
    transition: all .4s ease-in-out;
	position: absolute;
	z-index: 99;
	top: 13px;
	left: 13px;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.logo:hover {
	opacity: .8;
}
.myHeader p {
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 1em;
}
a.linkHeader {
	display: inline-block;
	text-decoration: none;
	color: #eb2c91;
}
a.linkHeader:hover {
	color: #fff;
}


/* 	
== BUTTONS ==*/

.buttons {
	display: inline-block;
	text-decoration: none;
    padding: 2px 15px 6px 15px;
    margin: 15px 0px;
    line-height: 1em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 500;
    transition: all .4s ease-in-out;
	border: 2px solid #eb2c91;
	background-color: #eb2c91;
	color: #111;
}
.buttons:hover {
	background-color: #fff;
	color: #eb2c91;
}


/* 	
== HOME PAGE ==*/

.heroVideo {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	max-height: 1060px;
	padding: 20px;
	text-align: center;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
.overlay {
	background-color: rgba(0,0,0,.45);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.heroText,
.locationHero {
	padding: 0 20px;
	text-align: center;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.heroText .buttons,
.locationHero .buttons {
	color: #fff;
	margin: 15px;
}
.heroText .buttons:hover,
.locationHero .buttons:hover{
	color: #111;
}
.heroGirl1,
.heroGirl2 {
	max-height: 900px;
	position: absolute;
	z-index: 10;
	bottom: 0px;
}
.heroGirl1 {
	left: 10px;
}
.heroGirl2 {
	right: 10px;
}
/* Section 1 */
.sOne {
	width: 100%;
	height: 650px;
    padding: 20px 40px 20px 440px;
	background-image: url("images/home/map.png");
	background-position: center left;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.s1Text {
	margin-right: 6%;
	width: 100%;
	max-width: 1040px;
}
.s1Text h3 {
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 2em
}
.s1Wrap {
	width: 100%;
	max-width: 560px;
	display: flex;
	justify-content: space-between;
}
.s1Col {
	margin-right: 10px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 1.4em;
}
.s1Col a {
	color: #eb2c91;
}
.s1Col a:hover {
	color: #fff;
}
/* Section 2 */
.sTwo {
	width: 100%;
	padding: 60px 40px;
	text-align: center;
	background-color: rgba(68,68,68,.2);
}
/* Section 3 */
.sThree {
	width: 100%;
	padding: 140px 40px;
	background-image: url("images/home/img-01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.s3Text {
	width: calc(100% - 610px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.s3TxtWrap {
	width: 100%;
	max-width: 970px;
}
/* Section 4 */
.sFour {
	width: 100%;
	display: flex;
}
.sfLeft, .sfRight {
	width: 50%;
	padding: 80px 40px;
}
.sfLeft {
	min-width: 818px;
	background-image: url("images/global/bg-lace-pink.jpg");
	background-position: center;
	background-repeat: repeat;
}
.sfLeft h2 {
	color: #111;
	margin: 0 0 20px 5%;
	font-size: 4em;
}
.sfLeft .buttons {
	display: none;
	border: 2px solid #fff;
	background-color: #fff;
	color: #eb2c91;
}
.sfLeft .buttons:hover {
	background-color: #000;
	color: #eb2c91;
}
.spWrap {
	display: flex;
	margin-left: calc(5% - 15px);
}
.spCol {
	margin: 0 15px;
}
.spCol:first-child {
	text-align: right;
}
.spCol h3 {
	margin: 0;
}
.spCol p {
    margin: 1px 0 20px 0;
    font-family: acumin-pro-extra-condensed, sans-serif;
    line-height: 1em;
    color: #000;
    font-size: 1.75em;
}
.sfRight {
	background-image: url("images/home/img-02.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: rgba(68,68,68,.2);
}
.sfRight h2 {
	margin: 0 0 20px 0;
	font-size: 4em;
}
.sfText {
	width: 100%;
	max-width: 544px;
	margin-left: 5%;
}
/* Section 5 */
.sFive {
	width: 100%;
	padding: 140px 40px;
	text-align: center;
	background-image: url("images/home/bg-01.jpg");
}
.s5Text {
	width: 100%;
	max-width: 1270px;
	margin: auto;
}
/* Section 6 */
.sSix {
	width: 100%;
	padding: 130px 40px 275px 40px;
	background-color: rgba(68,68,68,.2);
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.s6Image {
	width: 716px;
	height: 724px;
	background-image: url("images/home/img-03.png");
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 1;
}
.s6Wrap {
	width: 100%;
	max-width: 1380px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.s6Text {
	width: 100%;
	max-width: 970px;
}
/* Section 7 */
.sSeven {
	width: 100%;
	padding: 100px 40px;
	text-align: center;
}
.s7Wrap {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
.s7Col {
	margin: 10px;
}
.s7Col h3 {
	font-size: 2.25em;
}
.s7Col .fab {
    font-size: 1.5em;
    margin: 0 5px;
}
.s7Col a {
	color: #999999;
}
.s7Col a:hover {
	color: #fff;
}
.s1Text h2, .sTwo h2, .s3TxtWrap h2, .s5Text h2, .s6Text h2, .sSeven h2, .l1TxtWrap h2, .l3Text h2, .l5Wrap h2, .locSix h2 {
	margin: 0 0 1px 0;
}


/*
== TEMPLATES ==*/

.locOne {
	width: 100%;
	padding: 180px 40px;
	background-image: url("images/page/loc-01.png");;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.l1Text {
	width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}
.l1TxtWrap {
	width: 100%;
	max-width: 970px;
}
.locThree {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.l3Wrap {
	width: 50%;
	padding: 140px 40px;
}
.l3Text {
	width: 100%;
	max-width: 630px;
	margin: auto;
}
.l3Map {
	width: 50%;
}
.locFour {
	background-color: rgba(0,0,0,.3);
}
.locFour h2 {
	margin: 0;
	text-align: center;
	padding: 40px 20px;
}
.l4Wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.l4Box {
	width: 14.28%;
	min-width: 160px;
	padding: 35px 25px 40px 25px;
	background-color: rgba(256,256,256,.1);
}
.l4Box:nth-child(even) {
	background-color: rgba(256,256,256,.05);
}
.l4Box h3 {
	margin-top: 10px;
    font-size: 1.5em;
}
.l4Box h3.small {
	color: #ec2c92;
}
.l4Box p {
	margin-bottom: 0;
	line-height: 2em;
}
.locFive {
	padding: 150px 40px 120px 40px;
	background-image: url("images/page/loc-02.jpg");
}
.l5Wrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
.l5Wrap .buttons {
	margin: 10px;
}
.locSix {
	padding: 80px 130px;
	text-align: center;
}
.locSix .envira-gallery-wrap {
	margin-top: 80px;
}
.locSix .envira-gallery-item-inner {
    position: relative;
    box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, .5);
}
.locSix #sb_instagram {
	padding: 0 15px;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 850px;
	text-align: center;
	background-color: gray;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageBox {
	width: 100%;
	padding: 150px 20px 120px 20px;
}
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/* Mailchimp */
#mc_embed_signup input {
	color: black;
}
#mc_embed_signup input {
	color: #FFF;
    font-size: 1em;
	width: 50%;
	display: block;
	padding: 11px 0;
	text-indent: 8px;
	min-width: 100px;
	font-style: italic;
	margin: 0px;
	background-color: transparent;
	border: 2px solid #777;
}
#mc_embed_signup .button {
	margin-left: 0;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    background-color: #EC2C92;
    border: none;
    padding: 6px 12px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    width: auto;
    font-style: normal;
    text-indent: unset;
}
#mc_embed_signup .button:hover {
	background-color: #FFF;
	color: #EC2C92;
}
#mc_embed_signup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ececec;
}
#mc_embed_signup input::-moz-placeholder { /* Firefox 19+ */
  color: #ececec;
}
#mc_embed_signup input:-ms-input-placeholder { /* IE 10+ */
  color: #ececec;
}
#mc_embed_signup input:-moz-placeholder { /* Firefox 18- */
  color: #ececec;
}

/* 	
== THE EVENTS CALENDAR ==*/

.eventsWrap .tribe-events-header,
.eventsWrap .tribe-events-pro-photo-nav {
	/*display: none !important;*/
}
.eventsWrap .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 700px;
    padding-bottom: 0;
    padding-top: 50px;
}

 .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: #fff !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:focus,
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:focus,
.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-events-c-top-bar__datepicker-time,
.tribe-events-pro .tribe-events-pro-photo__event-datetime,
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
.tribe-events-meta-group,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-content,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
.tribe-events-pro .tribe-events-pro-photo__event-title-link,
.tribe-events-back a,
.tribe-events-back a:visited,
.tribe-events-single-event-title{
	color: #fff !important;
}
.tooltipster-base {
	background-color: #111 !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	color: #000 !important;
}
.tribe-events .tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link--prev .tribe-common-c-btn-icon__icon-svg path, .tribe-events .tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next .tribe-common-c-btn-icon__icon-svg path {
    fill: #fff !important;
}
/* Home Page */
.sTwo .tribe-events .tribe-events-c-nav,
.sTwo .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar,
.sTwo .tribe-events .tribe-events-header {
	display: none;
}
.sTwo .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 400px;
    padding-bottom: 30px;
}
.sTwo .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
	margin-bottom: 0;
}

/* Instagram Feed */
.IG-feed h3 {
	text-align: center;
}

/* 	
== FOOTER ==*/


footer {
    width: 100%;
	padding: 80px 20px;
	color: #a9a9a9;
	line-height: 1em;
	background-color: rgba(68,68,68,.2);
}
footer a {
	text-decoration: none;
	color: #a9a9a9;
}
footer p {
	margin: 50px 0 0 0;
	font-size: .75em;
	text-align: center;
}
.footTop {
	width: 100%;
	max-width: 720px;
	margin: 0px auto 50px auto;
	padding: 0 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footTop h6 {
	font-weight: 400;
	letter-spacing: .1em;
}
.footMid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footNav {
    font-size: 1.2em;
}
.footMid ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	font-family: acumin-pro-extra-condensed, sans-serif;
}
.footMid li {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.footMid li:first-child {
	font-weight: 700;
}
.footMid li:first-child a {
	color: #fff;
}


/* 	
== ENEWS ==*/

.enews {
	width: 100%;
	max-width: 560px;
	margin: 0;
	line-height: 1em;
}
.enews h5 {
	text-align: left;
	color: #fff;
	margin: 0;
	font-weight: 400;
}
.enews p {
	text-align: left;
	color: #fff;
	margin: 14px 0;
}
.enews input {
	color: #FFF;
    font-size: 1em;
}
.enews input.email {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 11px 0;
	text-indent: 8px;
	min-width: 100px;
	font-style: italic;
	margin: 0px;
	background-color: transparent;
	border: 2px solid #fff;
}
.enews .enewsButton {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 900;
	color: #000;
	letter-spacing: .08em;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border: none;
	padding: 4px 12px;
	margin-left: 10px;
    font-size: 24px;
	position: relative;
	display: inline-block;
    transition: all .4s ease-in-out;
}
.enews .enewsButton:hover {
	background-color: #DDD;
}
input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ececec;
}
input.email::-moz-placeholder { /* Firefox 19+ */
  color: #ececec;
}
input.email:-ms-input-placeholder { /* IE 10+ */
  color: #ececec;
}
input.email:-moz-placeholder { /* Firefox 18- */
  color: #ececec;
}


/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #eee;
}
#texty p a {
	color: #eee;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #eee;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #eee;
    background-color: transparent;
    color: #eee;
}
.gform_wrapper textarea {
    border: 2px solid #eee;
    background-color: transparent;
    color: #eee;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
    color: #111;
	background: #eee;
	border: 1px solid #eee;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: transparent;
	color: #eee;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eee;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #eee;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #eee;
}
.gform_wrapper .button {
	margin: 0;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/


/* Custom */
@media only screen and (max-width: 1740px) {
	.l1Text {padding: 0px;}
	.l1TxtWrap {background-color: rgba(0, 0, 0, 0.4); padding: 40px 40px 10px 40px;}
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.sFour {flex-direction: column;}
	.sfLeft, .sfRight {width: 100%; padding: 80px 20px;}
	.sfLeft {min-width: 0;}
	.sfLeft h2 {margin: 0 auto 20px auto; text-align: center;}
	.spWrap {margin: auto; justify-content: center;}
	.l4Box {width: 33.33%;}
}

/* Custom */
@media only screen and (max-width: 1249px) {
	.myHeader {justify-content: flex-start;}
	.myHeader p {margin: 0 0 0 185px; text-align: left;}
	.enews {margin: 40px auto 0 auto;}
	.enews h5, .enews p {text-align: center;}
	.s3Text {width: auto; background-color: rgba(0, 0, 0, 0.4); padding: 40px 40px 10px 40px;}
	.s3TxtWrap {max-width: 100%;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.locSix {padding: 80px 20px 20px 20px;}
}

/* Custom */
@media only screen and (max-width: 1100px) {
	.hideMe {display: none;}
}

/* Custom */
@media only screen and (max-width: 1055px) {
	.eventsWrap .dp_pec_grid_wrapper li.dp_pec_grid_event.dp_pec_grid_columns_4,
	.eventsWrap .dp_pec_date_event_wrap.dp_pec_columns_4 {width: calc(33.33% - 40px) !important;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.secondTextWrap {flex-direction: column; align-items: flex-start;}
	.stImg {width: 100%;}
	.stBox {width: 100%; padding: 100px 30px; border-top: 1px solid #333;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.heroGirl1, .heroGirl2 {max-height: 400px; max-width: 300px;}
		
	.halfWrap {flex-direction: column;}
	.halfBox {width: 100%;}
	.halfBox:first-child {height: 400px;}
	.hbText {left: 30px; bottom: 30px;}
	.threeWrap {flex-direction: column;}
	.threeBox, .threeBox:first-child { width: 100%;}
	.sfText {margin-left: 0; background-color: rgba(0, 0, 0, .4); padding: 10px 20px;}
	.locOne {padding: 120px 40px;}
	.l3Wrap {width: 100%;}
	.l3Map {width: 100%; height: 400px;}
}

/* Custom */
@media only screen and (max-width: 870px) {
	.sOne {padding: 120px 40px; display: flex; justify-content: center; align-items: center; background: none;}
	.s1Text {margin-right: 0; max-width: 100%;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.75em;}
	h5 {font-size: 1.5em;}
	h6 {font-size: 1.25em;}
	.sfLeft h2, .sfRight h2 {font-size: 2.5em;}
	
	.firstTextWrap {background: none; background: rgb(168,93,188); background: linear-gradient(45deg, rgba(168,93,188,1) 0%, rgba(18,55,86,1) 100%);}
	.eventsWrap { padding: 115px 10px;}
	.eventsWrap .dp_pec_grid_wrapper li.dp_pec_grid_event.dp_pec_grid_columns_4,
	.eventsWrap .dp_pec_date_event_wrap.dp_pec_columns_4 {width: calc(50% - 20px) !important; margin: 10px !important;}
	.s7Wrap {flex-wrap: wrap;}
	.s7Col {margin-bottom: 0;}
	.s7Col p {margin-bottom: 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.heroText h1, .bigBanner h1, .locationHero h1 {font-size: 10.25vw;}
	.bigBanner h1.small {font-size: 8vw;}
	.heroText h2 {font-size: 7vw;}
	.footNav {width: 50%; padding-bottom: 15px; text-align: center;}
	.l3Wrap {padding: 100px 40px;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.firstTextWrap {width: 100%; padding: 100px 30px;}
	.vipWrap {padding: 100px 30px;}
	.s3Text {padding: 40px 20px 10px 20px;}
	.s7Col {width: 100%;}
	.sThree, .locOne, .l1TxtWrap, .sTwo, .l3Wrap {padding-left: 20px; padding-right: 20px;}
	.l4Box {width: 100%;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.sfLeft {text-align: center;}
	.spWrap {display: none;}
	.sfLeft .buttons {display: inline-block;}
	.twoWrap {flex-direction: column;}
	.twoBox {width: 100%;}
	.footTop {padding: 0 0px}
	.footTop img {width: 200px; height: 76px;}
	.halfBox:first-child {height: 300px;}
	.showVid {display: none;}
	.hideVid {display: block;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}

/* Smaller Devices */
@media only screen and (max-width: 500px) {
	.heroGirl1, .heroGirl2, .hideMe {display: none;}
	.eventsWrap .dp_pec_grid_wrapper li.dp_pec_grid_event.dp_pec_grid_columns_4,
	.eventsWrap .dp_pec_date_event_wrap.dp_pec_columns_4 {width: calc(100% - 20px) !important; margin: 10px !important;}
	.footTop img {width: 130px;height: 45px;}
}
