@charset "UTF-8";
/**
 * Set global flags for any indices
 */
html,
button,
input,
select,
textarea {
  color: black; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/fonts/fontawesome-webfont.eot#iefix&v=4.5.0") format("embedded-opentype"), url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  height: 100%;
  quotes: "“" "”" "‘" "’"; }

img {
  width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none;
  /* Chrome, Safari, Opera */
  transition: all 0.3s linear; }

strong, b {
  font-weight: 600; }

em {
  font-style: italic; }

mark {
  background-color: transparent; }

.svg_icon {
  display: inline-block;
  width: 100%;
  height: 100%; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.no_list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  vertical-align: bottom; }

.col-half {
  width: 50%;
  float: left; }

.header--decorated {
  background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_ornament_l.svg") no-repeat, url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_ornament_r.svg") no-repeat;
  background-position: left, right;
  background-size: contain;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .header--decorated h1, .header--decorated h2 {
    background-color: #f9f7eb;
    display: inline;
    font-family: "omnes-pro", sans-serif;
    font-size: 31px;
    letter-spacing: 2.5px;
    padding: 0 20px;
    text-transform: uppercase; }

@media screen and (min-width: 0) {
  .mobile {
    display: none !important;
    visibility: visible; }

  .desktop,
  .tablet-up,
  .tablet-up-display-inline {
    display: none !important;
    visibility: hidden; }

  .section {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    .section--full-width {
      padding: 0;
      max-width: 100%; }
    .section--centered {
      margin: 0 auto;
      padding: 60px 5%;
      width: 100%; }
    .section--half {
      background-color: transparent;
      padding: 60px 5%; }
    .section--third {
      float: left;
      width: 33.3%; }

  .heading {
    font-family: tablet-gothic, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    text-align: left; }
    .heading--centered {
      text-align: center; }
    .heading--subhead {
      font-weight: normal;
      font-size: 2rem; }
    .heading--plain {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 1.6rem; }

  p {
    font-size: 1.4rem;
    line-height: 1.375;
    margin-bottom: 15px; }
    p.centered {
      text-align: center; }

  .button {
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: tablet-gothic, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    height: 46px;
    line-height: 1;
    min-width: 155px;
    overflow: hidden;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    /* Chrome, Safari, Opera */
    transition: all 0.3s; }
    .button:after {
      content: '';
      height: 103%;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 0;
      z-index: -1;
      /* Chrome, Safari, Opera */
      transition: all 0.3s; }
    .button--disabled {
      background-color: transparent;
      cursor: initial; }
      .button--disabled:after {
        background-color: transparent; }
      .button--disabled:hover {
        opacity: 1; } }
@media screen and (min-width: 768px) {
  .tablet-up {
    display: block !important;
    visibility: visible; }

  .tablet-up-display-inline {
    display: inline-block !important;
    visibility: visible; } }
@media screen and (max-width: 767px) {
  .header--decorated {
    background-size: 100%;
    margin-bottom: 15px;
    max-width: 90%;
    text-align: center; }
    .header--decorated h1, .header--decorated h2 {
      font-size: 18px; }

  .mobile {
    display: block !important;
    visibility: visible; } }
@media screen and (min-width: 1023px) {
  .mobile {
    display: none !important;
    visibility: hidden; }

  .desktop {
    display: block !important;
    visibility: visible; }

  .page--content {
    margin-top: 0px; }

  .section--full-width {
    padding: 0; }
  .section--centered {
    max-width: 1038px;
    padding: 60px 0;
    width: 84%; }
  .section--offset {
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.5);
    height: 800px;
    margin-top: -52px;
    max-width: 1038px;
    overflow: hidden;
    position: relative;
    width: 84%;
    z-index: 200; }
  .section--inner {
    max-width: 1038px;
    width: 100%; }
  .section--texture {
    padding: 192px 10%; }
  .section--sidebar {
    clear: none;
    float: left;
    width: 35%; }
  .section--content {
    clear: none;
    width: 65%; }
    .section--content--right {
      float: left;
      width: 75%; }
    .section--content--left {
      float: left;
      width: 65%; }
  .section--half {
    clear: none;
    float: left;
    padding: 60px 0;
    max-width: 519px;
    width: 50%; }

  .heading--hero {
    font-size: 6.4rem; }
  .heading--section {
    font-size: 3.6rem; }
  .heading--subhead {
    font-size: 2.4rem; }
  .heading a:hover {
    color: inherit;
    opacity: .6; }

  p {
    font-size: 1.6rem;
    margin-bottom: 35px; }

  .button {
    font-size: 1.6rem; } }
.hamburger {
  position: fixed !important; }

.contact-info {
  background-color: #000;
  color: #fff;
  display: block;
  display: none;
  font-family: "Shift", serif;
  font-size: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 10% 5%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 130px;
  width: 80%;
  z-index: 1; }
  .contact-info h2 {
    color: #ac8148;
    font-family: "omnes-pro", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.125em;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .contact-info .contact-info-close {
    color: #ac8148;
    cursor: pointer;
    font-size: 14px;
    font-family: "omnes-pro", sans-serif;
    letter-spacing: 0.125em;
    text-transform: uppercase; }

@media screen and (min-width: 0) {
  .page--header {
    background-color: transparent;
    height: 50px;
    left: 0;
    padding: 12px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
    /* Chrome, Safari, Opera */
    transition: all 0.3s linear; }
    .page--header .mob-nav-wrapper {
      background: #242424;
      display: block;
      padding: 20px 0;
      margin-top: -15px;
      position: fixed;
      width: 100%; }
      .page--header .mob-nav-wrapper .logo-wrapper {
        top: 10px; }
        .page--header .mob-nav-wrapper .logo-wrapper .paley-logo {
          display: block;
          max-height: 30px;
          max-width: 25%;
          margin: 0 auto;
          width: auto; }
    .page--header .hamburger {
      border-top: 3px solid #ac8148;
      cursor: pointer;
      height: 30px;
      position: absolute;
      left: 25px;
      top: 30px;
      width: 45px;
      z-index: 1001;
      /* Chrome, Safari, Opera */
      transition: all 0.3s linear; }
      .page--header .hamburger:before, .page--header .hamburger:after {
        background-color: #ac8148;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: 6px;
        width: 100%;
        /* Chrome, Safari, Opera */
        transition: all 0.3s linear; }
      .page--header .hamburger:after {
        top: 15px; }
    .page--header .navbar--wrapper {
      background-color: rgba(0, 0, 0, 0.9);
      height: 100vh;
      overflow: hidden;
      position: fixed;
      top: 0;
      width: 0;
      z-index: 1000; }
      .page--header .navbar--wrapper .logo-wrapper {
        position: relative;
        top: 30px; }
        .page--header .navbar--wrapper .logo-wrapper .paley-logo {
          display: block;
          margin: auto;
          width: 170px; }
        .page--header .navbar--wrapper .logo-wrapper .nav-zigzag {
          display: block;
          margin: 0 auto;
          margin-bottom: 35px;
          margin-top: 45px;
          width: 65px; }
    .page--header .navbar--nav {
      /* left: 0;
      position: absolute;
      top: 30%; */
      width: 100%;
      z-index: 0; }
    .page--header .navbar--nav-secondary {
      /* left: 0;
      position: absolute;
      top: 30%; */
      width: 100%;
      z-index: 0; }
    .page--header .navbar--nav_item {
      color: #ac8148;
      font-family: "omnes-pro", sans-serif;
      font-size: 2.4rem;
      margin-bottom: 20px;
      letter-spacing: 0.125em;
      text-align: center;
      text-transform: uppercase; }

  .nav--open .page--header .hamburger {
    border-top: 3px solid transparent;
    position: fixed; }
    .nav--open .page--header .hamburger:before, .nav--open .page--header .hamburger:after {
      top: 6px; }
    .nav--open .page--header .hamburger:before {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }
    .nav--open .page--header .hamburger:after {
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-45deg); }
  .nav--open .navbar--wrapper {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .hamburger {
    margin-top: -10px;
    width: 35px !important;
    z-index: 1001; }

  .navbar--wrapper .logo-wrapper {
    top: 17px !important; }
    .navbar--wrapper .logo-wrapper .paley-logo {
      max-width: 25%; }
    .navbar--wrapper .logo-wrapper .nav-zigzag {
      max-width: 50px; }
  .navbar--nav {
    top: 25% !important; } }
@media screen and (min-width: 1023px) {
  .hamburger {
    display: none; }

  .page--header {
    display: none; }

  .page--header .navbar--nav-secondary .navbar--nav_item {
    color: rgba(249, 247, 235, 0.4);
    font-size: 1.4rem;
    font-size: 14px; } }
.section h1, .section h2 {
  font-family: "omnes-pro", sans-serif; }
.section--bg_img {
  height: 0;
  overflow: hidden;
  padding-bottom: 40.2%;
  position: relative; }
  .section--bg_img.bg_img_columsq .caption {
    bottom: 0;
    color: #f9f7eb;
    font-family: "Shift", serif;
    line-height: 18px;
    margin-bottom: 12px;
    position: absolute;
    right: 30px;
    text-align: right; }
    .section--bg_img.bg_img_columsq .caption p {
      font-size: 11px;
      margin-bottom: 0; }
  .section--bg_img .bg_img--half {
    height: 100%;
    position: absolute;
    width: 50%; }
    .section--bg_img .bg_img--half:first-child {
      left: 0; }
    .section--bg_img .bg_img--half:nth-child(2) {
      left: 50%; }
  .section--bg_img .bg_img--one-third {
    float: left;
    width: 33%;
    position: relative; }
    .section--bg_img .bg_img--one-third:nth-of-type(3) {
      width: 34%; }
  .section--bg_img .bg_img--two-thirds {
    float: left;
    width: 67%;
    position: relative; }
.section--bg_img_full {
  min-height: 650px; }
.section--cream {
  background-color: #f9f7eb; }
  .section--cream h1, .section--cream h2 {
    color: #ac8148; }
  .section--cream p {
    color: #242424; }
.section--gold {
  background-color: #ac8148; }
  .section--gold a, .section--gold em, .section--gold h1, .section--gold h2, .section--gold h3, .section--gold h4, .section--gold h5, .section--gold h6, .section--gold p, .section--gold strong {
    color: #f9f7eb; }
.section--gray {
  background-color: #242424; }
  .section--gray a, .section--gray em, .section--gray h1, .section--gray h2, .section--gray h3, .section--gray h4, .section--gray h5, .section--gray h6, .section--gray strong {
    color: #ac8148; }
  .section--gray p {
    color: #f9f7eb; }
.section--grn {
  background-color: #BAB87D; }
  .section--grn h1, .section--grn h2 {
    color: #f9f7eb; }
  .section--grn p {
    color: #242424; }
.section--second .history-link {
  background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_arrow_right.png") right center no-repeat;
  background-size: 10px;
  color: #ac8148;
  font-family: "Shift", serif;
  font-size: 20px;
  letter-spacing: 2.8px;
  padding-right: 20px;
  padding-top: 5px;
  text-transform: uppercase; }
.section--mail_signup {
  padding: 60px 0; }
  .section--mail_signup .mail-items-wrapper .mail-blurb {
    text-align: center;
    width: 40%;
    float: left; }
    .section--mail_signup .mail-items-wrapper .mail-blurb p {
      color: #ac8148;
      font-family: "Shift", serif;
      font-size: 18px;
      margin: 0;
      line-height: 27px; }
  .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper {
    width: 60%;
    float: left; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mail-signup-wrapper-inner {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_emailFrame.svg") no-repeat;
      background-size: 100%;
      cursor: pointer;
      height: 65px;
      width: 550px;
      position: relative; }
      .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mail-signup-wrapper-inner .mail-signup-link {
        color: #ac8148;
        display: block;
        left: 0;
        font-family: "Shift", serif;
        font-size: 20px;
        height: 65px;
        letter-spacing: 2.8px;
        margin: 0 auto;
        padding-right: 20px;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 37%; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_emailformFrame.svg") no-repeat;
      background-size: 100%;
      cursor: pointer;
      float: left;
      height: 60px;
      text-align: center;
      width: 510px;
      position: relative; }
      .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email {
        background-color: initial;
        border: none;
        font-family: "Shift", serif;
        font-size: 14px;
        letter-spacing: 2.8px;
        text-align: center;
        text-transform: uppercase;
        width: 475px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #ac8148; }
        .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email::-moz-placeholder {
          /* Firefox 19+ */
          color: #ac8148; }
        .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email:-ms-input-placeholder {
          /* IE 10+ */
          color: #ac8148; }
        .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email:-moz-placeholder {
          /* Firefox 18- */
          color: #ac8148; }
        .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email:focus::-webkit-input-placeholder {
          color: transparent; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .button {
      border: none;
      color: #ac8148;
      font-family: "Shift", serif;
      padding: 2px 0 0 10px;
      text-align: left;
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_arrow_right.png") right center no-repeat;
      background-size: 15%;
      height: 60px;
      min-width: 90px; }
.section--map {
  height: 499px;
  overflow: hidden; }
  .section--map .map-frame {
    height: 500px;
    width: 100%; }
.section--menus {
  background-color: #f9f7eb;
  height: 0;
  overflow: hidden;
  padding-bottom: 31.8%;
  position: relative; }
  .section--menus h1 {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    /*this will need adjustment for smaller widths*/ }
  .section--menus.section--text {
    padding-top: 30px; }
  .section--menus--inner {
    position: absolute;
    top: 2.69%;
    left: 0;
    right: 0;
    bottom: 0; }
  .section--menus .menu--items-wrapper {
    border: 2px solid #ac8148;
    font-family: "Shift", serif;
    margin: 0 auto;
    text-transform: uppercase;
    position: relative; }
    .section--menus .menu--items-wrapper:before {
      border: 1px solid #ac8148;
      content: ' ';
      position: absolute;
      left: -117px;
      bottom: -248px;
      height: 300px;
      -ms-transform: rotate(50deg);
      /* IE 9 */
      -webkit-transform: rotate(50deg);
      /* Chrome, Safari, Opera */
      transform: rotate(50deg); }
    .section--menus .menu--items-wrapper:after {
      border: 1px solid #ac8148;
      content: '';
      position: absolute;
      right: -117px;
      bottom: -248px;
      height: 300px;
      -ms-transform: rotate(-50deg);
      /* IE 9 */
      -webkit-transform: rotate(-50deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-50deg); }
    .section--menus .menu--items-wrapper ul li {
      color: #ac8148;
      font-size: 18px;
      letter-spacing: 2.3px;
      line-height: 20px; }
.section--news.section--text {
  padding-bottom: 40px; }
.section--press {
  padding-bottom: 40px; }
  .section--press .press--items-wrapper {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 95%; }
    .section--press .press--items-wrapper .press--item-wrapper {
      border-right: 1px solid #ac8148;
      display: inline-block;
      font-family: "Shift", serif;
      padding-bottom: 40px;
      text-align: center;
      width: 19.5%; }
      .section--press .press--items-wrapper .press--item-wrapper:nth-child(5n), .section--press .press--items-wrapper .press--item-wrapper:last-child {
        border-right: none; }
      .section--press .press--items-wrapper .press--item-wrapper p {
        margin: 0; }
      .section--press .press--items-wrapper .press--item-wrapper .pub_name {
        padding: 0; }
      .section--press .press--items-wrapper .press--item-wrapper .pub_date {
        padding: 0; }
      .section--press .press--items-wrapper .press--item-wrapper .pub_link {
        color: #ac8148;
        font-style: italic;
        display: block;
        font-size: 1.6rem;
        margin: 5px 0;
        line-height: 2rem; }
.section--text {
  text-align: center;
  padding: 60px 20px 100px; }
  .section--text h1 {
    display: block;
    font-family: "omnes-pro", sans-serif;
    font-size: 41px;
    letter-spacing: 3.3px;
    line-height: 43px;
    margin: auto;
    margin-bottom: 40px;
    max-width: 70%;
    text-transform: uppercase; }
  .section--text p {
    font-family: "Shift", serif;
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto 30px auto;
    max-width: 850px;
    width: 90%; }
    .section--text p:last-child {
      margin-bottom: 0; }

body, html {
  margin: 0;
  padding: 0; }

.section--menus {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 31.8%;
  background-color: #f9f7eb; }
  .section--menus h1 {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
  .section--menus:after, .section--menus:before {
    content: '';
    height: 2px;
    width: 50%;
    background-color: #ac8148;
    position: absolute;
    top: 0;
    left: -25.3%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .section--menus:before {
    left: auto;
    right: -25.3%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.section--menus .menu--items-wrapper {
  background-color: #f9f7eb;
  border: 2px solid #ac8148;
  font-family: "Shift", serif;
  height: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 14.15%;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 26%;
  z-index: 10;
  width: 83%; }

.menu--items {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_menuframe_divider.png") no-repeat;
  background-position: center center;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }
  .menu--items .menu--items-list {
    width: 58%;
    margin: 0 auto;
    text-align: center;
    padding: 0; }
    .menu--items .menu--items-list li {
      font-size: 18px;
      letter-spacing: 2.3px;
      line-height: 20px;
      margin: 20px 4%;
      display: inline-block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu--items {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
_:-ms-fullscreen .menu--items, :root .ie11up .menu--items {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media screen and (max-width: 0) {
  .section--menus .menu--items-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 40px 20px; }
    .section--menus .menu--items-wrapper ul {
      display: block; }
      .section--menus .menu--items-wrapper ul li {
        display: block;
        letter-spacing: 2.3px;
        line-height: 20px;
        padding: 20px 0; }
  .section--text h1 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1.6px;
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .section--bg_img {
    height: auto;
    padding-bottom: 0; }
    .section--bg_img.bg_img_columsq .caption {
      right: 10px; }
    .section--bg_img .bg_img--half {
      position: static;
      width: 100%;
      float: none; }
      .section--bg_img .bg_img--half:nth-child(2) {
        left: 0;
        float: none; }
    .section--bg_img .bg_img--one-third {
      float: none;
      width: 100%; }
    .section--bg_img .bg_img--two-thirds {
      float: none;
      width: 100%; }
  .section--second .history-link {
    font-size: 14px;
    padding-top: 4px; }
  .section--mail_signup .mail-items-wrapper .mail-blurb {
    margin-bottom: 20px;
    float: none;
    font-size: 15px;
    width: 100%; }
  .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper {
    float: none;
    margin: auto;
    padding-left: 0;
    width: 80%; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .button-wrapper {
      text-align: center; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .button {
      height: 25px;
      min-width: 80px; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_emailformFrame.svg") no-repeat;
      background-size: 100%;
      float: none;
      height: 45px;
      margin: 0 auto;
      text-align: center;
      width: 375px; }
      .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email {
        width: 355px;
        font-size: 15px; }
      .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .mail-signup-link {
        font-size: 14px;
        letter-spacing: 2px;
        top: 17px; }
  .section--map {
    height: 199px;
    overflow: hidden; }
    .section--map .map-frame {
      height: 200px;
      width: 100%; }
  .section--menus:after, .section--menus:before {
    content: '';
    height: 2px;
    width: 50%;
    background-color: #ac8148;
    position: absolute;
    top: 0;
    left: -26.9%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .section--menus:before {
    left: auto;
    right: -26.9%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .section--menus.section--text {
    padding: 0 0 150% 0; }
  .section--menus h1 {
    top: 3%;
    font-size: 16px; }
  .section--menus .menu--items-wrapper {
    top: 10%;
    padding-bottom: 120%;
    max-width: 75%; }
    .section--menus .menu--items-wrapper .menu--items {
      background: none; }
      .section--menus .menu--items-wrapper .menu--items .menu--items-list li {
        margin: 0 4% 20px;
        font-size: 16px;
        padding: 5px 0; }
        .section--menus .menu--items-wrapper .menu--items .menu--items-list li:last-child {
          margin-bottom: 0; }
    .section--menus .menu--items-wrapper ul {
      display: block; }
      .section--menus .menu--items-wrapper ul li {
        display: block;
        font-size: 18px;
        letter-spacing: 2.3px;
        line-height: 20px;
        padding: 10px 0; }
  .section--press .press--items-wrapper {
    padding-top: 20px; }
    .section--press .press--items-wrapper .press--item-wrapper {
      border: none;
      display: block;
      width: 100%;
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_zigzag_press.svg") no-repeat;
      background-position: bottom 17% center;
      background-size: 20px; }
      .section--press .press--items-wrapper .press--item-wrapper .pub_link {
        max-width: 300px;
        margin: 5px auto; }
      .section--press .press--items-wrapper .press--item-wrapper:last-of-type, .section--press .press--items-wrapper .press--item-wrapper:last-child {
        background: none; }
  .section--press .show-more {
    color: #ac8148;
    cursor: pointer;
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    line-height: 19.8px;
    letter-spacing: 1.3px;
    text-align: center;
    text-transform: uppercase; }
    .section--press .show-more:after {
      height: 32px;
      width: 17px;
      content: '';
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_arrow_right.png") no-repeat;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      display: block;
      margin: 0 auto; }
  .section--text {
    padding: 40px 22px; }
    .section--text h1 {
      font-size: 20px;
      line-height: 23px;
      letter-spacing: 1.6px;
      max-width: 100%;
      margin-bottom: 20px; }
    .section--text p {
      font-size: 16px; } }
@media screen and (min-width: 767px) {
  .section--press .press--items-wrapper .press--item-wrapper {
    padding: 0 10px;
    min-height: 200px;
    vertical-align: top; }
    .section--press .press--items-wrapper .press--item-wrapper:first-child, .section--press .press--items-wrapper .press--item-wrapper:nth-child(2), .section--press .press--items-wrapper .press--item-wrapper:nth-child(3), .section--press .press--items-wrapper .press--item-wrapper:nth-child(4), .section--press .press--items-wrapper .press--item-wrapper:nth-child(5) {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_zigzag_press.svg") no-repeat;
      background-position: bottom 15% center;
      background-size: 12%; } }
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section--menus.section--text {
    padding-bottom: 125%; }
  .section--menus:before {
    right: -24.9%; }
  .section--menus:after {
    left: -24.9%; }
  .section--menus .menu--items-wrapper {
    padding-bottom: 85%; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper {
    width: 95%; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner {
      width: 100%; }
      .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email {
        font-size: 14px;
        width: 95%; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) and (orientation: portrait) {
  .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner {
    height: 35px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--mail_signup .mail-items-wrapper .mail-blurb {
    margin-bottom: 20px;
    float: none;
    width: 100%; }
  .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper {
    float: none;
    margin: auto;
    padding-left: 0;
    width: 80%; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .button-wrapper {
      text-align: center; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .button {
      height: 25px;
      min-width: 80px; }
    .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner {
      float: none;
      margin: 0 auto;
      text-align: center;
      width: 515px; }
      .section--mail_signup .mail-items-wrapper .mail-signup-link-wrapper .mailform-signup-wrapper-inner .email {
        width: 480px; }
  .section--menus:after, .section--menus:before {
    content: '';
    height: 2px;
    width: 50%;
    background-color: #ac8148;
    position: absolute;
    top: 0;
    left: -25.5%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .section--menus:before {
    left: auto;
    right: -25.5%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .section--press .press--items-wrapper .press--item-wrapper:first-child, .section--press .press--items-wrapper .press--item-wrapper:nth-child(2), .section--press .press--items-wrapper .press--item-wrapper:nth-child(3), .section--press .press--items-wrapper .press--item-wrapper:nth-child(4), .section--press .press--items-wrapper .press--item-wrapper:nth-child(5) {
    background-position: bottom 21% center; }
  .section--press .press--items-wrapper .press--item-wrapper p, .section--press .press--items-wrapper .press--item-wrapper .pub_link {
    font-size: 13px; } }
@media screen and (min-width: 1200px) {
  .section--press .press--items-wrapper .press--item-wrapper:first-child, .section--press .press--items-wrapper .press--item-wrapper:nth-child(2), .section--press .press--items-wrapper .press--item-wrapper:nth-child(3), .section--press .press--items-wrapper .press--item-wrapper:nth-child(4), .section--press .press--items-wrapper .press--item-wrapper:nth-child(5) {
    background-position: bottom 20% center; } }
@media screen and (max-width: 1023px) {
  .section--menus .menu--items .menu--items-list {
    width: 70%; } }
@media screen and (max-width: 940px) {
  .section--menus .menu--items {
    background-size: 85%; }
    .section--menus .menu--items .menu--items-list {
      width: 85%; } }
.carousel-wrapper {
  position: relative; }
  .carousel-wrapper .logo-wrapper {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 23px;
    width: 100%;
    z-index: 999; }
    .carousel-wrapper .logo-wrapper .navbar--nav-2, .carousel-wrapper .logo-wrapper .navbar--nav-secondary {
      display: none; }
    .carousel-wrapper .logo-wrapper .paley-logo {
      display: block;
      margin: 0 auto;
      max-width: 30%;
      width: auto; }

.home--carousel {
  position: relative; }
  .home--carousel .slidesjs-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .home--carousel .slidesjs-navigation {
    color: #ac8148;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 45%;
    z-index: 200; }
    .home--carousel .slidesjs-navigation.slidesjs-previous {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_arrow_left.png") no-repeat;
      display: block;
      height: 32px;
      left: 25px;
      width: 17px; }
    .home--carousel .slidesjs-navigation.slidesjs-next {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_arrow_right.png") no-repeat;
      display: block;
      height: 32px;
      right: 25px;
      width: 17px; }

@media screen and (max-width: 0) {
  .carousel-wrapper .logo-wrapper {
    top: 10px; } }
@media screen and (max-width: 767px) {
  .carousel-wrapper .logo-wrapper {
    display: none;
    top: 10px; }
    .carousel-wrapper .logo-wrapper .paley-logo {
      max-width: 25%; }
    .carousel-wrapper .logo-wrapper .navbar--nav-2 .navbar--nav_item {
      font-size: 17px; }

  .home--carousel {
    margin-top: 50px; }
    .home--carousel .slidesjs-navigation.slidesjs-previous {
      height: 32px;
      left: 10px;
      width: 17px; }
    .home--carousel .slidesjs-navigation.slidesjs-next {
      height: 32px;
      right: 10px;
      width: 17px; } }
@media screen and (min-width: 1023px) {
  .carousel-wrapper .contact-info {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .carousel-wrapper .logo-wrapper {
    background: rgba(36, 36, 36, 0.8);
    padding: 28px 0;
    top: 0; }
    .carousel-wrapper .logo-wrapper .navbar--nav-2 {
      bottom: 0;
      color: #ac8148;
      display: block;
      float: right;
      margin-bottom: 28px;
      margin-right: 40px;
      position: absolute;
      right: 0; }
      .carousel-wrapper .logo-wrapper .navbar--nav-2 .navbar--nav_item {
        display: inline;
        font-family: "omnes-pro", sans-serif;
        font-size: 1.3rem;
        font-size: 17px;
        letter-spacing: 1px;
        margin-left: 20px;
        text-transform: uppercase; } }
      @media screen and (min-width: 1023px) and (min-width: 1200px) {
        .carousel-wrapper .logo-wrapper .navbar--nav-2 .navbar--nav_item {
          font-size: 20px; } }
@media screen and (min-width: 1023px) {
        .carousel-wrapper .logo-wrapper .navbar--nav-2 .navbar--nav_item .navbar--nav_link:hover {
          color: rgba(249, 247, 235, 0.8); }
    .carousel-wrapper .logo-wrapper .navbar--nav-secondary {
      color: rgba(249, 247, 235, 0.4);
      display: block;
      padding: 28px 40px 0 0;
      position: absolute;
      right: 0;
      top: 0; }
      .carousel-wrapper .logo-wrapper .navbar--nav-secondary .navbar--nav_item {
        color: rgba(255, 255, 255, 0.8);
        display: inline;
        font-family: "omnes-pro", sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        margin-left: 20px;
        text-transform: uppercase; }
        .carousel-wrapper .logo-wrapper .navbar--nav-secondary .navbar--nav_item .navbar--nav_link:hover {
          color: #ac8148; }
    .carousel-wrapper .logo-wrapper .paley-logo {
      display: inline;
      margin: 0 0 0 40px;
      width: 170px; } }
.otw-widget-form-wrap label {
  display: none !important; }
.otw-widget-form-wrap .powered-by-open-table {
  display: none; }
.otw-widget-form-wrap .otw-wrapper .open .dropdown-menu {
  display: block;
  min-height: 100px;
  max-width: 100px;
  display: block;
  margin: auto; }
.otw-widget-form-wrap .otw-wrapper .dropdown-menu {
  background-color: #242424;
  border: none;
  bottom: 0;
  box-shadow: none;
  right: 0;
  top: 45%;
  max-height: auto !important; }
  .otw-widget-form-wrap .otw-wrapper .dropdown-menu ul {
    top: 0; }
    .otw-widget-form-wrap .otw-wrapper .dropdown-menu ul li {
      font-family: "Shift", serif;
      padding: 10px 0; }
      .otw-widget-form-wrap .otw-wrapper .dropdown-menu ul li a {
        border: none;
        outline: none; }
      .otw-widget-form-wrap .otw-wrapper .dropdown-menu ul li span {
        color: #f9f7eb;
        cursor: pointer;
        outline: none;
        text-transform: uppercase;
        letter-spacing: 2.2px;
        font-size: 16px; }
.otw-widget-form-wrap .otw-wrapper .otw-button-wrap {
  display: inline-block;
  margin-left: -8px; }
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap .otw-submit {
    background-color: transparent;
    border: none;
    color: #f9f7eb;
    cursor: pointer;
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    box-shadow: none;
    outline: none;
    margin: 0 auto;
    height: 245px; }
.otw-widget-form-wrap .otw-wrapper .otw-button-wrap,
.otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
  background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_reservations.svg") no-repeat;
  background-size: 100%;
  height: 250px;
  max-width: 100%;
  position: relative;
  width: 250px; }
.otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
  display: inline-block;
  margin-left: -8px;
  background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_reservations.svg") no-repeat;
  height: 250px;
  max-width: 100%;
  position: relative;
  background-size: 100%;
  width: 250px; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .filter-option,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .otw-reservation-date {
    font-size: 16px; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input:placeholder-shown {
    color: #f9f7eb; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input[type=text],
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
    -webkit-box-shadow: none;
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #f9f7eb;
    font-family: "Shift", serif;
    font-size: 18px;
    height: 250px;
    text-align: center;
    text-transform: uppercase; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap select {
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 100px;
    max-height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
    box-shadow: none;
    outline: none;
    margin: 0 auto;
    height: 250px; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn:hover, .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn:active, .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn:focus {
      outline: none; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn span {
      outline: none;
      letter-spacing: 2.2px; }
      .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn span:hover, .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn span:active, .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn span:focus {
        outline: none; }

.open-table-widget-datepicker .datepicker-container {
  left: 72px;
  position: relative;
  top: -110px; }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .open-table-widget-datepicker .datepicker-container {
      left: 60px;
      top: -90px; } }

.otw-reservation-date {
  cursor: pointer;
  font-size: 16px !important;
  letter-spacing: 1px; }

.otw-input-wrap ::-webkit-input-placeholder {
  color: #f9f7eb; }
.otw-input-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #f9f7eb; }
.otw-input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f9f7eb; }
.otw-input-wrap :-ms-input-placeholder {
  color: #f9f7eb; }

@media screen and (max-width: 767px) {
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap .otw-submit {
    height: 350px; }
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    height: 350px;
    width: 350px;
    margin-top: -23px; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    height: 350px;
    width: 350px; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap:first-child {
      margin-top: 0; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input,
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input[type=text],
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
      height: 350px;
      margin-top: -4px; } }
@media screen and (max-width: 400px) {
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    margin-top: -30px; }
  .otw-widget-form-wrap .otw-wrapper .otw-submit {
    margin-top: -4px !important; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input[type=text],
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
    margin-top: -4px; } }
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    margin-top: -40px; }
  .otw-widget-form-wrap .otw-wrapper .otw-submit {
    margin-top: -10px !important; } }
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-aspect-ratio: 13 / 9) {
  .navbar--nav {
    top: 45% !important; }

  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
    margin-top: 0; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    margin-top: -40px; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
    margin-top: 0; }
  .otw-widget-form-wrap .otw-wrapper .otw-submit {
    margin-top: -10px !important; } }
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (min-aspect-ratio: 13 / 9) {
  .navbar--nav {
    top: 45% !important; }

  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
    margin-top: 0; } }
@media screen and (max-device-width: 736px) {
  .otw-widget-form-wrap {
    height: 0 !important;
    padding-bottom: 400% !important; }
    .otw-widget-form-wrap .otw-input-wrap, .otw-widget-form-wrap .otw-button-wrap {
      height: 0 !important;
      margin: -4px auto !important;
      max-width: 100% !important;
      padding-bottom: 100% !important; }
    .otw-widget-form-wrap .btn,
    .otw-widget-form-wrap .otw-input-wrap input,
    .otw-widget-form-wrap .otw-submit {
      width: 100%;
      bottom: 0 !important;
      height: 100% !important;
      left: 0 !important;
      position: absolute !important;
      right: 0 !important;
      top: 0 !important; }
    .otw-widget-form-wrap .btn span {
      width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .otw-widget-form-wrap .otw-wrapper span, .otw-widget-form-wrap .otw-wrapper ul li, .otw-widget-form-wrap .otw-wrapper a {
    font-size: 14px; }
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap .otw-submit {
    height: 200px;
    font-size: 13px; }
  .otw-widget-form-wrap .otw-wrapper .otw-button-wrap,
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    height: 200px;
    width: 200px; }
  .otw-widget-form-wrap .otw-wrapper .otw-input-wrap {
    height: 200px;
    width: 200px; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .otw-reservation-date {
      font-size: 14px !important; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .filter-option,
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .otw-reservation-date {
      font-size: 14px; }
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input,
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap input[type=text],
    .otw-widget-form-wrap .otw-wrapper .otw-input-wrap .btn {
      height: 200px; } }
.join-us--content {
  background: #f9f7eb;
  padding: 0 0 60px; }
  .join-us--content .section--text {
    padding-bottom: 60px; }
.join-us--opportunities {
  padding: 0 60px; }
  .join-us--opportunities .opportunities--job_wrapper {
    border-right: 1px solid #ac8148;
    font-family: "Shift", serif;
    float: left;
    text-align: center;
    padding: 0 40px;
    width: 33%; }
    .join-us--opportunities .opportunities--job_wrapper:last-child {
      border-right: none; }
    .join-us--opportunities .opportunities--job_wrapper .job_header {
      color: #ac8148;
      margin-bottom: 20px;
      letter-spacing: 1.7px;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase; }
    .join-us--opportunities .opportunities--job_wrapper .btn-apply-frame {
      background: url("/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_ApplyFrame.svg") no-repeat;
      background-size: 100%;
      height: 40px;
      margin: auto;
      width: 115px; }
      .join-us--opportunities .opportunities--job_wrapper .btn-apply-frame .btn-apply {
        color: #ac8148;
        display: inline-block;
        font-family: "omnes-pro", sans-serif;
        font-size: 16px;
        letter-spacing: 1.2px;
        margin: 0 auto;
        padding: 12px 0;
        text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .join-us--opportunities {
    padding: 0; }
    .join-us--opportunities .opportunities--job_wrapper {
      border-right: none;
      border-bottom: 1px solid #ac8148;
      float: none;
      padding: 40px;
      margin: auto;
      width: 90%; }
      .join-us--opportunities .opportunities--job_wrapper:first-child {
        padding-top: 20px; }
      .join-us--opportunities .opportunities--job_wrapper:last-child {
        border-bottom: 0; }
      .join-us--opportunities .opportunities--job_wrapper p {
        margin-bottom: 30px; } }
.footer {
  padding: 60px; }
  .footer a, .footer em, .footer p {
    font-family: "Shift", serif; }
  .footer p {
    color: #ac8148;
    font-size: 14px;
    margin-bottom: 20px; }
  .footer h1, .footer h2 {
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .footer h2 {
    margin-bottom: 20px; }
  .footer--hours_info_wrapper {
    margin-bottom: 20px; }
    .footer--hours_info_wrapper p {
      display: block;
      margin: 0; }
  .footer--contact_wrapper .address {
    margin-bottom: 10px; }
  .footer--upper a, .footer--upper em {
    font-size: 14px; }
  .footer--upper .footer--parking_validation {
    clear: both; }
  .footer--lower {
    text-align: center; }
    .footer--lower p {
      margin-bottom: 0; }
    .footer--lower .restaurant-group a {
      display: block;
      font-family: "omnes-pro", sans-serif;
      font-size: 20px;
      letter-spacing: 1.5px;
      margin: 20px 0 30px;
      text-transform: uppercase; }
    .footer--lower .footer--social-item {
      display: inline;
      font-size: 32px;
      margin-right: 6px; }
    .footer--lower .copyright {
      margin-top: 20px; }

.slidesjs-play, .slidesjs-stop {
  display: none !important; }

.popup-promo {
  background-size: cover;
  color: #fff;
  display: none;
  font-family: "Shift", serif;
  font-size: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 130px;
  width: 80%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7); }
  @media screen and (min-width: 767px) {
    .popup-promo {
      padding: 60px 100px; } }
  .popup-promo a {
    color: #ac8148;
    cursor: pointer;
    font-size: 14px;
    font-family: "omnes-pro", sans-serif;
    letter-spacing: 0.125em;
    text-transform: uppercase; }
  .popup-promo h1 {
    color: #ac8148;
    font-family: "omnes-pro", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.125em;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .popup-promo img {
    max-width: 100%;
    width: auto; }
  .popup-promo .close {
    background: url(/web/20200327103519im_/https://paleyhollywood.com/wp-content/themes/Paley/lib/assets/out/images/Paley_NavX.svg) center center;
    height: 52px;
    width: 37px;
    display: block;
    background-size: 500px;
    position: absolute;
    top: 20px;
    right: 20px; }
  .promo-popup-is-visible .popup-promo {
    display: block; }

@media screen and (min-width: 0) {
  .footer--parking_map img {
    max-width: 500px; } }
@media screen and (max-width: 767px) {
  footer {
    text-align: center; }
    footer .col-half {
      float: none;
      width: 100%; }
    footer.footer {
      padding: 10px; } }
@media screen and (min-width: 768px) {
  .footer--hours_wrapper .col-half:first-of-type {
    width: 40%; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer--contact_wrapper .col-half:first-of-type {
    width: 65%; }
  .footer--contact_wrapper .col-half:last-of-type {
    width: 35%; } }
    
    /* Emma CSS */
    .ui.form .field .prompt.label { top: 45px !important; }

/*
     FILE ARCHIVED ON 10:35:19 Mar 27, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:45:58 Jan 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.397
  exclusion.robots: 0.012
  exclusion.robots.policy: 0.005
  esindex: 0.007
  cdx.remote: 5.498
  LoadShardBlock: 548.706 (3)
  PetaboxLoader3.datanode: 592.507 (5)
  load_resource: 163.008 (2)
  PetaboxLoader3.resolve: 95.424 (2)
*/