/*
Theme Name: Washington Square Films 2015
Theme URI: http://www.wsfilms.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, John Robson, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:
    font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-weight: 400;
        font-weight: 500;
        font-weight: 700;

Colors:
    Blue: #022239;
    White: #FFFFFF;

/*-------------------------------------------------------------- */

/*
 * Globals
 */
html {
  height: 100%;
}
body {
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #022239;
  margin: 0;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
::selection {
  color: #ebebe3;
  background: #222;
}
::-moz-selection {
  color: #ebebe3;
  background: #222;
}
.fullbleed {
  background-size: cover;
  background-position: center center;
}
.play-all,
.open-thumbs {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid white;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: white;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 200;
  box-sizing: border-box;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.title {
  line-height: 1.4;
  font-size: 16px;
}
.title span {
  display: block;
}
.title .line-1 {
  font-weight: 700;
  text-transform: uppercase;
}
button {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

/*
 * Links
 */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: inherit;
}
a img {
  border: none;
}

/*
 * Page Structure
 */
#container {
  min-height: 100%;
}
#header {
  position: fixed;
  z-index: 150;
  left: 35px;
  right: 35px;
  height: 65px;
  overflow: hidden;
  top: 35px;
}
#header-slim {
  position: fixed;
  z-index: 190;
  top: -70px;
  width: 100%;
  height: 0;
  text-align: center;
}
#content {
}
#footer {
  padding: 20px 25px;
  background-color: #022239;
  color: white;
}

/*
 * Menus
 */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu li {
  display: inline-block;
}
.main-menu {
  float: right;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 16px;
}
.main-menu li {
  margin-left: 15px;
}
.slim-menu a,
.main-menu a {
  color: #022239;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.current-menu-item a,
.current-page-ancestor a,
.current-post-ancestor a,
.slim-menu a:hover,
.main-menu a:hover {
  border-bottom-color: inherit;
}
/* Slim Menu */
.slim-menu {
  display: none;
  text-align: center;
  float: none;
  margin: 23px 80px;
  text-transform: lowercase;
}
.slim-menu li {
  margin: 0 15px;
}
/* White Menu */
.video-overlay-opened #hamburger rect,
.video-overlay-opened #logo-small path,
.video-overlay-opened #logo path,
.white-menu #hamburger rect,
.white-menu #logo-small path,
.white-menu #logo path {
  fill: white;
}
.white-menu .main-menu,
.white-menu .main-menu a {
  color: white;
}

/* Blue Header */
.blue-menu #hamburger rect,
.blue-menu #logo-small path,
.blue-menu #logo path {
  fill: #022239;
}
.blue-menu .main-menu,
.blue-menu .main-menu a {
  color: #022239;
}

/* Slim header Menu Opened */
.menu-opened #header-slim {
  height: 70px;
  background-color: white;
}
.menu-opened #hamburger .open {
  display: none;
}
.menu-opened #hamburger .close {
  display: block;
}
.menu-opened #logo-small path,
.menu-opened #hamburger rect {
  fill: #022239;
}

/* Side Menus */
.side-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu li {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 50%;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.side-menu li:first-child {
  left: 40px;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left center 0;
}
.side-menu li:last-child {
  right: 40px;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center 0;
}
.side-menu a {
  opacity: 0.5;
  border-bottom: 3px solid transparent;
  color: #022239;
}
.side-menu a:hover,
.side-menu .current_page_item a,
.side-menu .current_page_parent a {
  border-color: #022239;
  opacity: 1;
}

/*
 * Header
 */
.slim-header-on #header {
  top: -100px;
}
.slim-header-on #header-slim {
  top: 0;
}
#logo-small {
  padding: 20px;
  top: 3px;
  left: 15px;
  position: absolute;
}
#hamburger {
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 20px;
  cursor: pointer;
}
#hamburger .close {
  display: none;
}

/*
 * Background Slideshow Component
 */
.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.background-slideshow .slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.background-slideshow .slide .image {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
}
.background-slideshow .slide img {
  display: none;
}
.background-slideshow .box {
  position: absolute;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  background-color: white;
  z-index: 110;
}

/*
 * Home
 */
.home .background-slideshow {
  position: relative;
  height: calc(100vh - 70px);
  width: 100%;
}
.video-slideshow {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 200px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.video-slideshow .slide {
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-slideshow .cycle-slide {
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.video-slideshow .image {
  position: absolute;
  top: 0;
  left: 100px;
  right: 100px;
  bottom: 0;
}
.video-slideshow .slide img {
  display: none;
}
.video-slideshow .cycle-slide.cycle-slide-active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-slideshow .open-video {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  right: 0;
  margin: auto;
}
.video-slideshow .open-video .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-slideshow .browse {
  padding: 20px;
  top: 50%;
  font-size: 0;
  cursor: pointer;
  margin-top: -33px;
  position: absolute;
  z-index: 110;
}
.video-slideshow .prev {
  left: 30px;
}
.video-slideshow .next {
  right: 30px;
}
.video-slideshow .browse.disabled {
  display: none;
}
.pager {
  position: absolute;
  bottom: 93px;
  left: 30px;
  right: 30px;
  text-align: center;
  color: #022239;
  z-index: 1;
}
.pager .block {
  display: inline-block;
  margin: 20px;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.2;
  max-width: 230px;
}
.pager .block.active {
  opacity: 1;
}
.pager .block span {
  display: block;
}
.pager .block .line-1 {
  font-weight: 700;
  text-transform: uppercase;
}
.pager .block .line-2 {
  display: none;
}

/*
 * Video Player component
 */
body.video-overlay-opened {
  overflow: hidden;
}
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 180;
  display: none;
}
.video-player {
  display: -webkit-flex;
  display: flex;
  color: white;
  height: 100vh;
  position: relative;
  background-color: #022239;
}
.video-player .media {
  position: relative;
  margin: auto;
  display: inline-block;
}
.video-player .title {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
.video-player .title span {
  display: block;
}
.video-player .title .line-1 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.video-player .close {
  position: absolute;
  top: -16px;
  right: -20px;
  padding: 20px;
  font-size: 0;
}
.video-player iframe {
  margin: 40px 0;
}
.video-player .name {
  max-width: 80%;
  font-size: 18px;
  font-weight: 200;
}
.video-player .open-thumbs {
  position: absolute;
  bottom: -0.5em;
  right: 0;
}
.video-player .browse {
  position: absolute;
  padding: 20px;
  top: 50%;
  font-size: 0;
  margin-top: -17.5px;
  cursor: pointer;
}
.video-player .prev {
  left: 10px;
}
.video-player .next {
  right: 10px;
}
.video-player .browse path {
  fill: white;
}
.video-player .post-edit-link {
  position: absolute;
  bottom: 35px;
  left: 50px;
  right: 50px;
  text-align: center;
}

/*
 * Video thumbs overlay component
 */
#video-thumbs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
#video-thumbs .wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 135px;
  margin-top: -67.5px;
}
.thumb-block {
  float: left;
  position: relative;
  color: white;
}
.thumb-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 6px solid transparent;
  opacity: 0;
}
.thumb-block img {
  display: block;
}
.thumb-block .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: white;
}
.thumb-block .title span {
  display: block;
}
.thumb-block .title .line-1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.thumb-block.active .overlay,
.thumb-block:hover .overlay {
  border-color: white;
  opacity: 1;
}
#video-thumbs .browse {
  top: 50%;
  cursor: pointer;
  padding: 20px;
  position: absolute;
  margin-top: -33px;
}
#video-thumbs .browse path {
  fill: white;
}
#video-thumbs .prev {
  left: 5px;
}
#video-thumbs .next {
  right: 5px;
}
#video-thumbs .browse.disabled {
  opacity: 0;
  cursor: default;
}

/*
 * Featured Block
 */
.featured-block {
  display: inline-block;
  max-width: 600px;
  text-align: left;
  vertical-align: top;
  width: 40%;
  width: calc(50% - 40px);
  margin: 0 10px 50px 10px;
  font-size: 14px;
}
.featured-block img {
  width: 100%;
  height: auto;
}
.featured-block .title {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.4;
}

/*
 * Post Block
 */
.post-block {
  display: inline-block;
  width: 330px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  margin: 5px 10px;
}
.post-block .title {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  min-height: 3em;
  line-height: 1.4;
}
.thumb {
  overflow: hidden;
  font-size: 0;
}
.thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-block:hover .thumb img,
.post-block:hover .thumb img {
  transform: scale(1.15);
}

/*
 * Poster Block (used on Film & TV, and Managament)
 */
.poster-block {
  max-width: 445px;
  text-align: center;
  position: relative;
  color: #022239;
}
.poster-block > img {
  display: block;
}
.poster-block .title .line-1 {
  font-size: 18px;
}
.poster-block .overlay {
  border: 5px solid #022239;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  opacity: 0;
  padding: 20px;
}
.poster-block .links {
  margin-top: 30px;
  line-height: 1;
}
.poster-block .links a {
  display: inline-block;
  padding: 5px;
}
.poster-block.active .overlay,
.poster-block:hover .overlay {
  opacity: 1;
}

/*
 * Homepage posts grids
 */
.featured-grid {
  background-color: #022239;
  color: white;
  text-align: center;
  position: relative;
  font-size: 0;
  padding: 0 60px;
}
.featured-grid .latest-scroll {
  text-align: left;
  font-size: 19px;
  padding: 23px 0;
  font-weight: 300;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 60px);
}
.featured-grid .latest-scroll span {
  cursor: pointer;
  display: inline-block;
  margin-left: -60px;
}
.featured-grid .latest-scroll .svg {
  margin-right: 35px;
}
.slim-header-on .featured-grid .latest-scroll .svg {
  opacity: 0;
}
.posts-grid {
  font-size: 0;
  background-color: white;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
}
.posts-grid .block-wrap {
  display: inline-block;
}

/*
 * Name Grids (used for commercials, managment pages)
 */
.name-grid {
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 90px;
  right: 90px;
  z-index: 10;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.name-menu {
  position: relative;
  margin: auto;
  width: 100%;
  z-index: 20;
  max-width: 960px;
}
.name-menu .column {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
}
.name-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.name-menu li {
  font-size: 16px;
  display: block;
  padding: 20px 30px;
  cursor: pointer;
}
.name-menu li > a,
.name-menu .name {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.name-menu .active > a,
.name-menu li:hover > a,
.name-menu li > a:hover {
  border-color: white;
  color: white;
}
.name-menu .inactive .name {
  color: #cbcbcb;
}

/*
 * Commercials Grid
 */
.commercials-menu .column {
  width: 40%;
}
.commercials-menu a {
  color: #022239;
  font-size: 18px;
}
.commercials-menu.active a {
  color: white;
}
.commercials-menu a:hover {
  color: #022239;
}
/* Slideshow behind names */
.commercials-slideshow {
  position: fixed;
  top: 100px;
  left: 50px;
  right: 50px;
  bottom: 100px;
  z-index: 10;
}
.commercials-slideshow .slide {
  position: absolute;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
.commercials-slideshow .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  right: 100px;
}
.commercials-slideshow .image img {
  display: none;
}
.commercials-grid .background-slideshow {
  position: fixed;
}

/*
 * Director Landing
 */
#content.director-landing {
  padding: 25px;
}
.director-slideshow {
  min-height: 400px;
  height: 60vh;
  z-index: 1;
}
.director-slideshow .slide {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
}
.director-slideshow .meta {
  margin: auto;
  min-width: 400px;
  padding: 50px;
  position: relative;
  z-index: 10;
}
.director-slideshow .title {
  line-height: 1.4;
  font-weight: 200;
  font-size: 16px;
  margin-top: 10px;
}
.director-slideshow .title span {
  display: block;
}
.director-slideshow .title .line-1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.director-slideshow .slide > img {
  display: none;
}
.director-slideshow .browse {
  position: absolute;
  top: 50%;
  padding: 20px;
  z-index: 110;
  font-size: 0;
  margin-top: -32.5px;
  cursor: pointer;
}
.director-slideshow .browse path {
  fill: white;
}
.director-slideshow .prev {
  left: 5px;
}
.director-slideshow .next {
  right: 5px;
}
.director-bio {
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  max-width: 1280px;
}
.director-bio .poster {
  margin-right: 20px;
}
.director-bio .text {
  flex: 1 1 auto;
  align-self: auto;
  max-width: 800px;
}
.director-bio .name {
  font-size: 22px;
  font-weight: 700;
  margin-right: 140px;
}
.director-bio > h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.director-bio .entry {
  font-weight: 400;
}
.director-bio .entry .ari-fancybox img,
.director-bio .entry img.alignnone {
  width: 100%;
  height: auto;
}
.director-bio .open-thumbs {
  position: absolute;
  top: 40px;
  right: 0;
  color: #022239;
  font-weight: 500;
  border-color: #022239;
}
.director-bio .play-all {
  position: absolute;
  top: 40px;
  right: 95px;
  color: #022239;
  font-weight: 500;
  border-color: #022239;
}

/*
  * Film & TV Grid
  */
#content.film-tv-grid {
  padding: 100px 0;
  margin: 0 60px;
}
#content.film-tv-grid .grid {
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0;
}
.film-tv-grid .poster-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 70px 30px;
  width: calc(33% - 60px);
  font-size: 16px;
}
.film-tv-grid .poster-block img {
  width: 100%;
  height: auto;
  display: block;
}
.film-tv-grid .poster-block:nth-child(2n) {
  margin-top: 70px;
}

/*
 * Managment Grid (for writers and directors)
 */
.management-menu {
  font-size: 0;
}
.management-menu .column {
  width: 33%;
  font-size: 16px;
}
.management-menu .children .name:hover,
.management-menu .children li:hover .name {
  border-color: #022239;
  color: #022239;
}

/*
 * Actors Grid
 */
#content.actors-grid {
  margin: 0 90px;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}
#content.actors-grid .grid {
  margin: 0 auto;
}
.actors-grid .poster-block {
  width: 280px;
  display: inline-block;
  margin: 0 12.5px 25px 12.5px;
}

/*
  * Detail page (used as the detail for Film & TV, and Managment)
  */
#content.detail-page {
  min-height: calc(100vh - 150px);
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 100px 90px 50px 90px;
}
.detail-page .block {
  min-height: 404px;
  min-width: 300px;
  max-width: 445px;
  width: 30%;
  margin: 20px 50px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}
.detail-page .title .line-1 {
  font-size: 22px;
}
.detail-page .links a {
  text-decoration: underline;
  font-weight: 500;
}
.detail-page img {
  width: 100%;
  height: auto;
}
.detail-page .browse {
  position: fixed;
  top: 50%;
  padding: 20px;
  font-size: 0;
  margin-top: -20px;
}
.detail-page .prev {
  left: 5%;
}
.detail-page .next {
  right: 5%;
}

/*
 * Archive (category)
 */
#content.category {
  padding: 100px 25px;
  text-align: center;
}

/*
 * Single (Blog detail) & Fallback
 */
#content.fallback {
  max-width: 860px;
  padding: 100px 150px;
  margin: 0 auto;
  text-align: center;
}
.fallback .title {
  font-size: 35px;
  margin: 15px auto;
  font-weight: 700;
  max-width: 640px;
  line-height: 1.2;
}
.fallback .date {
  margin: 10px 0 30px;
  letter-spacing: normal;
}
.fallback .wp-post-image {
  width: 100%;
  height: auto;
  max-width: 960px;
}
.fallback .entry {
  line-height: 1.4;
}
.fallback .entry > p {
  max-width: 720px;
  margin: 1.4em auto;
  text-align: left;
}
.fallback .entry h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.fallback .entry .alignnone {
  width: 100%;
  height: auto;
  max-width: 960px;
}
.fallback .entry a {
  text-decoration: underline;
}
.fallback .fluid-width-video-wrapper {
  margin: 1.4em auto;
}
/* Share Links */
.share-links {
  color: #989898;
  font-size: 14px;
  margin-bottom: 10px;
}
.share-links a {
  color: #989898;
}
.share-links a:hover {
  text-decoration: underline;
}
/* Pagination */
.single-pagination a {
  position: fixed;
  top: 80px;
  font-size: 14px;
  display: inline-block;
  padding: 20px 0;
}
.single-pagination .svg {
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}
.single a[rel="next"] {
  left: 35px;
}
.single a[rel="next"] .svg {
  margin-right: 20px;
}
.single a[rel="prev"] {
  right: 35px;
}
.single a[rel="prev"] .svg {
  margin-left: 20px;
}
.single-pagination a:hover {
  text-decoration: underline;
}

/*
 * Gallery
 */
.gallery {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 0;
}
.gallery .gallery-item {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery .gallery-item img {
  display: none;
}
.gallery .browse {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 110;
  padding: 20px;
  margin-top: -25px;
  font-size: 0;
}
.gallery .browse.prev {
  left: 0;
}
.gallery .browse.next {
  right: 0;
}
.gallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  padding: 5px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

/*
 * About page
 */
#content.about {
  padding: 25px;
}
.about-slideshow {
  height: 60vh;
  min-height: 400px;
  position: relative;
}
.about-slideshow .slide {
  height: 100%;
  width: 100%;
}
.about-slideshow .slide img {
  display: none;
}
.about .entry {
  margin: 60px auto 0 auto;
  max-width: 1024px;
  text-align: center;
  font-weight: 200;
  padding-bottom: 25px;
}
.about .entry > * {
  text-align: justify;
}
.about .entry h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.about .entry .more {
  display: none;
}
.about .entry button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #022239;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #022239;
  padding: 3px 20px;
  font-size: 16px;
  text-align: center;
  margin: 2em 0 1em 0;
  outline: none;
}
.about.Management .entry button {
  display: none;
}

/*
 * Contact page
 */
#content.contact {
  padding: 25px;
}
.contact-slideshow {
  height: 60vh;
  min-height: 400;
  position: relative;
  margin-bottom: 40px;
}
.contact-slideshow .slide {
  height: 100%;
  width: 100%;
}
.contact-slideshow .slide img {
  display: none;
}
.contact .cities,
.contact .entry {
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.4;
}
.contact .entry ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 200;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.contact .entry li {
  margin: 0 20px 20px 20px;
  padding: 0;
}
.contact .entry h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.contact .entry h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.contact .entry p {
  margin: 0;
}
.contact .entry .email {
  font-weight: 500;
  text-decoration: underline;
}

/* Cities */
.cities.entry {
  margin-top: 10px;
}
.cities button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #022239;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #022239;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  margin: 0 20px;
}
.cities button.active {
  background-color: #022239;
  color: white;
}
.cities .city-button-la {
  float: right;
}
.cities .city-la {
  display: none;
}
.cities .city-entry {
  margin: 20px 0;
  clear: both;
}
.contact .city-entry li {
  align-self: flex-end;
  margin: ;
}
.contact .city-entry li:first-child {
  align-self: flex-start;
  margin-right: 0;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.contact .city-entry h3 {
  font-size: 16px;
}
.contact .city-entry span {
  font-weight: 500;
}

/*
 * Footer
 */
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.social-links li {
  display: inline-block;
  vertical-align: top;
}
.social-links li:first-child {
  width: 16%;
  font-size: 18px;
}
.social-links li:last-child {
  float: right;
}
.social-links .links a {
  display: inline-block;
  margin-right: 10px;
}
.mailing-list {
  display: inline-block;
  margin-left: 10px;
}
.mailing-list input {
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

/*
 * Tools
 */
#tagline {
  display: none;
}
.post-edit-link {
  font-size: 10px;
  text-transform: uppercase;
}

/*
 * Animations
 */

/* Opactiy & Border & Color */
.name,
a {
  transition: opacity 0.4s, border 0.4s, color 0.4s;
}

/* Opacity */
.latest-scroll .svg,
.pager .block,
.overlay,
.browse {
  transition: opacity 0.4s;
}

/* Scale */
.video-slideshow .slide {
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.thumb img {
  -webkit-transition: transform 8s;
  transition: transform 8s;
}

/* Everything */
.overlay,
#header-slim,
#header,
#header-mobile,
svg path {
  transition: 0.4s;
}

/*
 * Wordpress Required
 */
.alignleft {
  display: inline;
  float: left;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
}
.alignright {
  display: inline;
  float: right;
}
img.alignleft {
  margin: 0 10px 10px 0;
}
img.alignright {
  margin: 0 0 10px 10px;
}
img.aligncenter {
  margin: 0 auto 10px auto;
}

.wp-caption {
  background: #f1f1f1;
  color: #888;
  text-align: center;
  margin-bottom: 15px;
  width: auto !important;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.wp-caption img {
  margin: 0px;
}
.wp-caption p.wp-caption-text {
  margin: 0 0 5px;
  padding: 4px;
  font-style: italic;
}
