/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;x
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
body{
background: #0a0a0a;
}
.body-home {
  background-color: #000;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.footer {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #666;
  text-align: center;
}

.nav {
  background-color: #000;
}

.nav-link {
  position: relative;
  border-bottom: 3px solid #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.nav-link.w--current {
  border-width: 3px;
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.nav-link-dropdown-parent {
  border-style: none;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-link-dropdown {
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-dropdown:hover {
  background-color: #000;
  color: #fff;
}

.nav-link-dropdown.w--current {
  background-color: #000;
  color: #fff;
}

.nav-dropdown {
  padding-right: 20px;
  float: none;
  clear: none;
  background-color: #000;
  text-transform: none;
}

.nav-dropdown.w--open {
  background-color: #000;
  text-transform: none;
}

.nav-title-link {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  padding: 20px 20px 20px 30px;
  float: left;
  font-family: acumin-pro-wide, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-title-link:hover {
  color: hsla(0, 0%, 100%, .75);
}

.nav-title-link.w--current {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.nav-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  text-align: center;
}
ul.menu{
	padding-left: 0;
}
.nav-menu ul.menu .menu-item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.nav-menu ul.menu .menu-item a{
	position: relative;
    border-bottom: 3px solid #000;
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 0.03em;
    padding: 20px;
    text-decoration: none;
}
.nav-menu ul.menu .menu-item a:hover, .nav-menu ul.menu .menu-item.current-menu-item a {
  border-bottom-color: #fff;
}
.nav-menu ul.sub-menu li{
	float: none;
}
.nav-menu .menu-item-has-children{
	position: relative;
}
@media all and (min-width: 901px){
.nav-menu .menu-item-has-children:hover>ul.sub-menu{
	display: block !important;
}
}
ul.sub-menu{
	position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
    padding: 0;
    top: 100%;
}
ul.sub-menu.switch{
	display: block;
}
ul.sub-menu li{
	background-color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    min-width: 100%;
    text-transform: uppercase;
}
ul.sub-menu li.menu-item a{
	color: #000 !important;
    position: relative;
    border-bottom: 0px solid #000 !important;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    min-width: 100%;
    padding: 10px 20px !important;
    text-decoration: none;
}
div.nav-menus{
	display: inline-block;
}
ul#menu-primary-menu{
	margin-bottom: 0;
}
ul.sub-menu li.menu-item a:hover {
    background-color: #000;
    color: #fff !important;
}
.nav-link-social {
  position: relative;
  display: inline-block;
  padding: 20px 12px;
  clear: none;
}

.nav-link-social:hover {
  opacity: 0.5;
}

.nav-menu-social {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: 30px;
  float: right;
}

.body-interior {
  background-color: #000;
  background-image: url('../images/lights-bg.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: acumin-pro, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.interior-content {
  max-width: 1140px;
  margin-top: 18%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 30px;
  background-color: #fff;
}

.interior-content.home-content {
  position: static;
  top: -8vh;
  z-index: 999;
  margin-top: 0%;
}

.button-black {
  display: block;
  height: 48px;
  max-width: 300px;
  min-width: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 8px 16px 12px;
  border: 3px solid #fff;
  background-color: #000;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.button-black.disable{
    border-color: transparent !important;
    background-color: #ccc !important;
    color: #fff !important;
    cursor: default !important;
}

.button-black.disable:hover{
	
}

.button-black:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}

.button-black.modal-button {
  width: 100%;
  max-width: 540px;
}

.interior-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: acumin-pro-wide, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.interior-h1.newsletter-h1 {
  margin-bottom: 16px;
  color: #fff;
}

.interior-h1.modal-title {
  margin-top: 24px;
  margin-bottom: 0px;
  line-height: 36px;
}

.interior-h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.interior-p {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
}

.text-link {
  color: #000;
}

.interior-h4 {
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 600;
  text-align: center;
}

.video-info {
  color: #666;
  text-align: center;
}

.interior-section {
  position: relative;
  left: 0px;
  top: -8vh;
  right: 0px;
  z-index: 999;
  margin-right: 30px;
  margin-bottom: -8vh;
  margin-left: 30px;
}

.video-row {
  margin-bottom: 24px;
}

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

.interior-h3 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.interior-paragraph {
  margin-bottom: 20px;
  text-align: center;
}

.interior-paragraph.newsletter-paragraph {
  color: #fff;
}

.home-slider {
  position: relative;
  display: block;
  height: 60vh;
}

.home-slider-section {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.slider-icon {
  color: hsla(0, 0%, 100%, .5);
  font-size: 0.5em;
}

.slider-navigation {
  bottom: 8vh;
  font-size: 0.5em;
}

.slide {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 33%), -webkit-linear-gradient(0deg, #000, transparent 33%), -webkit-linear-gradient(180deg, #000, transparent 33%), url('../images/kevin-nealon-home-slider.jpg');
  background-image: linear-gradient(0deg, #000, transparent 33%), linear-gradient(90deg, #000, transparent 33%), linear-gradient(270deg, #000, transparent 33%), url('../images/kevin-nealon-home-slider.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.slide.slide-2 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 33%), -webkit-linear-gradient(0deg, #000, transparent 33%), -webkit-linear-gradient(180deg, #000, transparent 33%), url('../images/manwithaplan-slider.jpg');
  background-image: linear-gradient(0deg, #000, transparent 33%), linear-gradient(90deg, #000, transparent 33%), linear-gradient(270deg, #000, transparent 33%), url('../images/manwithaplan-slider.jpg');
  background-size: auto, auto, auto, cover;
}

.slider-interior-container {
  display: block;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-arrow {
  bottom: 8vh;
}

.left-arrow {
  bottom: 8vh;
}

.slider-heading {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.slider-left-column {
  padding-left: 0px;
}

.slider-paragraph {
  margin-bottom: 24px;
  font-size: 1.2em;
  line-height: 1.5em;
  text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.slider-button {
  padding: 10px 24px 12px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.newsletter-section {
  margin-top: 45px;
  margin-right: 30px;
  margin-left: 30px;
}

.submit-button {
  display: inline-block;
  height: 48px;
  margin-top: -6px;
  border: 2px solid #fff;
  background-color: #000;
  font-weight: 700;
}

.text-field {
  display: inline-block;
  height: 48px;
  max-width: 420px;
  margin-top: 12px;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 14px 16px 16px;
}

.newsletter-form {
  max-width: 555px;
  margin-right: auto;
  margin-left: auto;
}

.success-message {
  background-color: #000;
}

.error-message {
  background-color: #000;
  text-align: center;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.modal-newsletter-wrapper {
  display: block;
  max-width: 450px;
  margin-top: 12%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.modal-close {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  float: right;
  opacity: 0.25;
  line-height: 1em;
  text-align: right;
}

.modal-close:hover {
  opacity: 1;
}

.form-success {
  background-color: #000;
}

.form-error {
  background-color: #fff;
  text-align: center;
}

.text-block-2 {
  color: grey;
}

.promotional-section {
  position: relative;
  margin: 30px;
}

.promotional-container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.promotion-bg{
	
}
@media (min-width: 480px) and (max-width: 991px){
	.promotion-bg{
		height: 300px !important;
	}
}
@media all and (max-width: 480px){
	.promotion-bg{
		height: 200px !important;
	}
}
.inside-promo{
	padding: 60px 25px;
}
.promotional-container h1{
	text-align: left;
}
.promotional-container p{
	color: #666;
}

html.w-mod-js *[data-ix="display-modal"] {
  display: none;
  opacity: 0;
}

@media all and (max-width: 991px) {
div.nav-menus{
	display: block;
}
.submit-button{
	max-width: 710px;
}
.nav-menu ul.menu .menu-item{
	width: 100%;
	text-align: center;
}
  .nav-link {
    background-color: #000;
    text-align: center;
  }
  ul.sub-menu{
	  position: relative;
  }
  .nav-menu {
    background-color: #000;
  }
  .nav-link-social {
    float: left;
    text-align: left;
  }
  .nav-menu-button {
    color: #fff;
  }
  .nav-menu-button.w--open {
    background-color: #fff;
    color: #000;
  }
  .nav-menu-social {
    position: static;
    display: inline-block;
    margin-right: 0px;
    float: none;
    background-color: #000;
  }
  .body-interior {
    background-position: 0px 24px;
    background-size: 100%;
    background-attachment: scroll;
  }
  .interior-content {
    margin-top: 24%;
  }
  .button-black {
    width: 100%;
  }
  .slider-heading {
    font-size: 30px;
    line-height: 42px;
  }
  .submit-button {
    width: 100%;
  }
  .text-field {
    max-width: 710px;/*

    margin-right: 0;
    margin-left: 4px;
*/
  }
  .column-3 {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
	
	.new-stack, .book-stack{
		width: 100% !important;
	}
  .body-interior {
    background-position: 0px 30px;
  }
  .interior-content {
    margin-top: 30%;
  }
  .promotional-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media all and (max-width: 580px) {
  .body-interior {
    background-image: none;
  }
  
  .rwd-table td{
	  display: flex !important;
  }
  .rwd-table td:nth-child(2):before{
	  margin-right: 10px !important;
  }
  .interior-content {
    margin-top: 48%;
  }
  .slider-interior-container {
    padding-top: 45px;
  }
  .slider-heading {
    line-height: 36px;
  }
  .modal-newsletter-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.rwd-table {
  width: 100%;
}
.rwd-table tr {
  border-bottom: 2px solid #f5f5f5;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media all and (min-width: 580px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media all and (min-width: 580px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
/*     text-align: center; */
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #fff;
  color: #666;
  overflow: hidden;
}
.rwd-table tr:first-child{
	border-color: #cccccc;
}
.rwd-table tr {
  border-color: transparent;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media all and (min-width: 580px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #000;
}
.tourLink{
	color: #333;
	font-weight: bold;
}
.page-template-page-tour .rwd-table tbody > tr{
	display: table-row !important;
}
.page-template-page-home .rwd-table tbody > tr{
	display: none;
}
.page-template-page-home .rwd-table tbody > tr:nth-child(-n+6) {
	display: table-row !important;
}
.page-template-page-home .rwd-table.all tbody > tr,
.page-template-page-tour .rwd-table.all tbody > tr{
	display: table-row !important;	
}
.new-stack-row, .book-stack-row{
	text-align: center
}
.new-stack, .book-stack{
    width: 47%;
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    margin: 0 0 40px 0 !important;
}
.mc4wp-form{
	text-align: center;
}
.modal-form .submit-button{
	width: 100%;
}
.modal-wrapper.EP{
	display: none !important;
	opacity: 0 !important;
}