/*
 Theme Name:     SLCPAP
 Description:    Genesis Child Theme
 Author:         PoleVault Media
 Author URI:     http://polevaultmedia.com
 Template:       genesis
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,500,700);
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #333333;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  color: #e5554e;
  text-decoration: none;
}
a:hover {
  color: #333;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img,
.gallery img {
  width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover {
  border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff;
}
.entry-content .button:hover {
  color: #fff;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.site-inner {
  clear: both;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* ### Content */
.content {
  float: right;
  width: 800px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
}
.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 12px;
}
.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
}
.entry-title {
  font-size: 36px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #333;
}
.entry-title a:hover {
  color: #e5554e;
}
.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-widgets .widget-title {
  color: #fff;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
  margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
  font-size: 20px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px;
}
.site-header .wrap {
  padding: 40px 0;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.site-title a,
.site-title a:hover {
  color: #333;
}
.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%;
}
.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.site-description,
.site-title {
  margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 24px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
/*   margin: -55px 0 0 199px; */
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333;
}
.nav-primary .genesis-nav-menu a {
  color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}
/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 50px 60px;
}
.content .entry {
  background-color: #fff;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}
.entry-comments {
  padding: 40px;
}
.comment-header {
  font-size: 16px;
}
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}
.comment-content {
  clear: both;
}
.comment-list li {
  margin-top: 24px;
  padding: 32px;
}
.comment-list li li {
  margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px;
}
.footer-widgets,
.footer-widgets a {
  color: #999;
}
.footer-widgets input {
  border: 1px solid #333;
}
.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}
.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px;
}
.footer-widgets-1 {
  margin-right: 60px;
}
.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
  }
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('lib/fonts/icomoon/fonts/icomoon.eot?i97rw1');
  src: url('lib/fontsicomoon/fonts//icomoon.eot?#iefixi97rw1') format('embedded-opentype'), url('lib/fonts/icomoon/fonts/icomoon.woff?i97rw1') format('woff'), url('lib/fonts/icomoon/fonts/icomoon.ttf?i97rw1') format('truetype'), url('lib/fonts/icomoon/fonts/icomoon.svg?i97rw1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
  content: "\e600";
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-up:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.icon-search:before {
  content: "\e986";
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000000;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-loading .featherlight-next,
  .featherlight-loading .featherlight-previous {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: 0 0;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.featherlight {
  z-index: 99999;
}
.featherlight .featherlight-content .featherlight-next,
.featherlight .featherlight-content .featherlight-previous {
  background: #be2f3f;
  position: absolute;
  top: 50%;
  height: 55px;
  width: 36px;
  margin-top: -28px;
  left: auto;
  right: auto;
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.featherlight .featherlight-content .featherlight-next:hover,
.featherlight .featherlight-content .featherlight-previous:hover {
  opacity: 1;
}
.featherlight .featherlight-content .featherlight-next span,
.featherlight .featherlight-content .featherlight-previous span {
  width: auto;
  display: inline-block;
  line-height: normal;
  font-size: 30px;
  font-weight: bold;
  margin-top: 7px;
  top: auto;
  text-shadow: none;
}
.featherlight .featherlight-content .featherlight-next {
  right: 25px;
}
.featherlight .featherlight-content .featherlight-previous {
  left: 25px;
}
body.no-gallery .featherlight .featherlight-content .featherlight-next,
body.no-gallery .featherlight .featherlight-content .featherlight-previous {
  display: none;
}
body {
  line-height: 1.5;
}
p {
  line-height: 1.5;
}
.wrap {
  max-width: 1400px;
}
.clear-four {
  border: 0;
  margin: 0;
  clear: both;
}
.button {
  background: #480630;
  border-radius: 10px;
  font-size: 24px;
  color: white;
  padding: 8px 34px;
}
input,
select,
textarea {
  padding: 12px;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.slcpap-search input[type="text"] {
  max-width: 290px;
  float: left;
  height: 50px;
  border: 0;
}
.search-btn {
  position: relative;
  float: left;
  height: 50px;
  width: 50px;
  background: #be2f3f;
}
.search-btn .icon-search {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 22px;
  color: white;
  z-index: 1;
}
.search-btn #btnSearch {
  position: relative;
  background: transparent;
  color: transparent;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.search-btn:hover {
  background: black;
}
.pagination {
  margin: 20px 0 0 0;
  text-align: right;
}
.pagination a {
  padding: 0 5px;
}
.slcpap_line:after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-top: 10px;
  background-color: #be2f3f;
}
.slcpap_line_before:before {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-bottom: 10px;
  background-color: #be2f3f;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay {
  -webkit-animation-delay: 0.3s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.3s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
html.wf-active {
  padding-top: 0 !important;
}
@media only screen and (max-width: 540px) {
  .featherlight .featherlight-content .featherlight-previous {
    left: 10px;
  }
  .featherlight .featherlight-content .featherlight-next {
    right: 10px;
  }
}
.home .nav-primary .genesis-nav-menu li:hover .sub-menu {
  bottom: 96px;
  top: auto;
}
.site-header {
  min-height: 0;
  position: absolute;
  width: 100%;
  top: 60px;
  background: transparent;
}
.site-header .wrap {
  padding: 0;
}
.site-header .title-area {
  float: none;
  height: 124px;
  width: 124px;
  left: 50%;
  margin-left: -62px;
  padding: 0;
  position: relative;
  z-index: 999;
  -ms-transition: width 0.2s, height 0.2s, margin 0.2s;
}
.site-header .title-area .site-title {
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99;
}
.site-header .title-area .site-title a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 99;
  text-indent: -99999px;
}
.site-header .title-area .site-description {
  display: none;
}
.site-header .title-area.fixed {
  position: fixed;
  left: 50%;
  margin-left: -75px;
  top: 0;
  -webkit-transition: width 0.3s, height 0.3s, margin 0.3s;
  -moz-transition: width 0.3s, height 0.3s, margin 0.3s;
  -ms-transition: width 0.3s, height 0.3s, margin 0.3s;
  -o-transition: width 0.3s, height 0.3s, margin 0.3s;
  transition: width 0.3s, height 0.3s, margin 0.3s;
}
.site-header .title-area.fixed.small {
  width: 66px;
  height: 66px;
  margin-left: -31px;
}
.nav-primary {
  background-color: #480630;
  position: absolute;
  height: 96px;
  width: 100%;
  z-index: 101;
  top: 75px;
}
.nav-primary div.wrap {
  max-width: 1200px;
}
.nav-primary .genesis-nav-menu li {
  text-transform: uppercase;
  font-size: 24px;
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  max-height: 96px;
}
.nav-primary .genesis-nav-menu li a {
  padding: 130px 24px 38px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-primary .genesis-nav-menu li a:hover {
  background-color: #be2f3f;
  color: white;
}
.nav-primary .genesis-nav-menu li:hover .sub-menu {
  left: 0;
  width: 100%;
  padding: 20px 15%;
  background: white;
  z-index: 300;
  top: 96px;
}

.genesis-nav-menu .sub-menu .sub-menu li a{font-size:15px !important}
.home  .genesis-nav-menu .sub-menu .sub-menu{bottom:84px !important; top:auto !important}
.nav-primary .genesis-nav-menu li:hover .sub-menu .sub-menu{top:84px}
.nav-primary .genesis-nav-menu li:hover .sub-menu:after {
  content: "";
  display: table;
}
.nav-primary .genesis-nav-menu li:hover .sub-menu li {
  float: left;
  width: auto;
  max-height: none;
}
.nav-primary .genesis-nav-menu li:hover .sub-menu li a {
  width: auto;
  font-size: 20px;
  border: 0;
  padding: 12px 24px 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-primary .genesis-nav-menu li:hover .sub-menu li a:hover {
  background: white;
  color: #be2f3f;
}
.nav-primary .genesis-nav-menu li:hover .sub-menu.smDown {
  bottom: auto;
  top: 96px;
}
.nav-primary .genesis-nav-menu li.home {
  display: none;
}
.nav-primary .genesis-nav-menu li.one {
  width: 30%;
}
.nav-primary .genesis-nav-menu li.two {
  width: 20%;
  padding-right: 48px;
}
.nav-primary .genesis-nav-menu li.three {
  padding-left: 48px;
}
.nav-primary.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.site-header .title-area.fixed {
  height: 96px;
  width: 96px;
  margin-left: -48px;
}
body #sdrn_bar {
  height: 70px;
}
body #sdrn_bar .bar_logo {
  height: 50px;
  width: 50px;
  position: absolute;
  padding: 0;
  top: 22px;
  left: 15px;
}
body #sdrn_bar .sdrn_ic {
  width: 30px;
  top: 14px;
}
body #sdrn_bar .sdrn_ic span {
  width: 30px;
}
body #sdrn_bar .sdrn_ic_2 {
  top: 9px;
}
body #sdrn_bar .sdrn_ic_3 {
  top: 18px;
}
body #sdrn_menu.top > ul {
  padding-top: 70px;
}
@media only screen and (max-width: 960px) {
  .nav-primary,
  .site-header .title-area {
    display: none;
  }
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_container {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.rslides_container .centered-btns_nav {
  z-index: 100;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: -800px;
  opacity: 0.4;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 30px;
  margin-top: -45px;
  -webkit-transition: all 0.37s ease-in-out;
  -moz-transition: all 0.37s ease-in-out;
  -ms-transition: all 0.37s ease-in-out;
  -o-transition: all 0.37s ease-in-out;
  transition: all 0.37s ease-in-out;
}
.rslides_container .centered-btns_nav:after {
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  text-indent: 0;
  color: white;
  font-size: 30px;
}
.rslides_container .centered-btns_nav:hover {
  opacity: .8;
}
.rslides_container .centered-btns_nav:active {
  opacity: 1.0;
}
.rslides_container:hover .centered-btns_nav {
  left: 10px;
}
.rslides_container .centered-btns_nav.next {
  left: auto;
  right: -800px;
}
.rslides_container:hover .centered-btns_nav.next {
  right: 10px;
}
.rslides_container:hover .centered-btns_nav.next:after {
  content: "\e603";
}
.rslides_container:hover .centered-btns_nav.prev {
  left: 10px;
}
.rslides_container:hover .centered-btns_nav.prev:after {
  content: "\e600";
}
.rslides_container:hover .centered-btns_nav.next {
  right: 10px;
}
.rslides_container:hover .centered-btns_nav.next:after {
  content: "\e603";
}
.rslides_container .centered-btns_nav:focus {
  outline: none;
}
.rslides_container .centered-btns_tabs {
  margin-left: 0px;
  text-align: center;
  position: relative;
  z-index: 100;
  position: absolute;
  width: 100%;
  bottom: 120px;
}
.rslides_container .centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
.rslides_container .centered-btns_tabs_rates {
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.rslides_container .centered-btns_tabs_rates li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
.rslides_container .centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 3px;
  background: #ccc;
  background: rgba(220, 220, 220, 0.7);
  display: inline-block;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 11px;
  height: 11px;
  -webkit-transition: all 0.37s ease-in-out;
  -moz-transition: all 0.37s ease-in-out;
  -ms-transition: all 0.37s ease-in-out;
  -o-transition: all 0.37s ease-in-out;
  transition: all 0.37s ease-in-out;
}
.rslides_container .centered-btns_tabs a:hover {
  background: #be2f3f;
}
.rslides_container .centered-btns_here a {
  background: rgba(0, 0, 0, 0.7);
}
#slides-content {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  content: 'viewport-units-buggyfill; height: 100vh;';
}
#slides-content .wrap {
  max-width: 1024px;
}
#slides-content .home-title {
  font-size: 49px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4rem;
  color: white;
  max-width: 500px;
  margin: 20vh auto 0 auto;
  font-weight: 700;
  content: 'viewport-units-buggyfill; margin: 20vh auto 0 auto;';
}
#slides-content .home-title span {
  display: block;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  border-top: solid 1px white;
  max-width: 83%;
  margin: 10px auto 0 auto;
  padding-top: 5px;
}
#slides-content .cta {
  background: rgba(0, 0, 0, 0.66);
  padding: 18px 0;
  width: 100%;
  position: absolute;
  bottom: 27%;
}
#slides-content .cta a {
  color: white;
  font-size: 50px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 100;
  opacity: 0.8;
}
#slides-content .cta a .icon-arrow-right {
  content: "\e603";
  font-family: 'icomoon';
  font-weight: 100;
  color: rgba(255, 255, 255, 0.74);
  font-size: 32px;
}
#slides-content .cta a:hover {
  font-weight: 600;
}
#slides-content .cta a .bold {
  font-weight: 600;
  display: block;
  font-size: 36px;
  line-height: 40px;
  opacity: 1;
}
#slides-content .cta a span {
  display: inline;
}
#slides-content #home-view-more {
  color: white;
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -43px;
  bottom: 165px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#slides-content #home-view-more .view-more-text {
  display: block;
  color: transparent;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#slides-content #home-view-more .icon-arrow-down {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: solid 2px white;
  font-size: 25px;
  position: relative;
  left: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#slides-content #home-view-more .icon-arrow-down:before {
  position: relative;
  top: 12px;
  font-size: 27px;
}
#slides-content #home-view-more:hover {
  cursor: pointer;
}
#slides-content #home-view-more:hover .view-more-text {
  color: white;
}
#slides-content #home-view-more:hover .icon-arrow-down {
  background: #be2f3f;
}
.safari #slides-content .cta a,
.msie #slides-content .cta a,
.ios #slides-content .cta a {
  font-weight: 300;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.safari #slides-content .cta a:hover,
.msie #slides-content .cta a:hover,
.ios #slides-content .cta a:hover {
  font-weight: 600;
}
@media only screen and (max-height: 800px) and (min-width: 800px) {
  #slides-content .home-title {
    margin: 14vh auto 0 auto;
    content: 'viewport-units-buggyfill; margin: 14vh auto 0 auto;';
  }
  #slides-content .cta {
    bottom: 35%;
  }
  #slides-content .cta a {
    font-size: 34px;
    line-height: 38px;
  }
  #slides-content .cta a .bold {
    font-size: 25px;
    line-height: 28px;
  }
  #slides-content .home-view-more {
    bottom: 155px;
  }
}
@media only screen and (max-height: 700px) and (min-width: 800px) {
  #slides-content #home-view-more {
    bottom: 155px;
  }
}
@media only screen and (max-height: 600px) and (min-width: 800px) {
  #slides-content .home-title {
    font-size: 34px;
    line-height: 38px;
    margin: 20vh auto 0 auto;
    content: 'viewport-units-buggyfill; margin: 20vh auto 0 auto;';
  }
  #slides-content .home-title span {
    max-width: 61%;
  }
  #slides-content .cta {
    bottom: 30%;
  }
  #slides-content .cta a {
    font-size: 34px;
    line-height: 38px;
  }
  #slides-content .cta a .bold {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (max-height: 385px) and (min-width: 600px) {
  .site-container #slides-content .home-title {
    font-size: 22px;
    line-height: 24px;
    margin: 12vh auto 0 auto;
    content: 'viewport-units-buggyfill; margin: 12vh auto 0 auto;';
  }
  .site-container #slides-content .home-title span {
    max-width: 61%;
  }
  #slides-content #home-view-more .icon-arrow-down {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  #slides-content #home-view-more .icon-arrow-down:before {
    top: 5px;
    font-size: 22px;
  }
  #slides-content .cta {
    bottom: 30%;
  }
  #slides-content .cta a {
    font-size: 24px;
    line-height: 28px;
  }
  #slides-content .cta a .bold {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .rslides_container .centered-btns_tabs {
    bottom: 8%;
  }
  #slides-content #home-view-more {
    bottom: 15%;
  }
}
@media only screen and (max-width: 800px) {
  #slides-content .cta .one-half {
    width: 48.717948717948715%;
  }
}
@media only screen and (max-width: 700px) {
  #slides-content .cta a {
    font-size: 24px;
    line-height: 24px;
  }
  #slides-content .cta a .bold {
    font-size: 18px;
    line-height: 20px;
  }
  #slides-content .cta a .icon-arrow-right {
    font-size: 22px;
    position: relative;
    top: 2px;
  }
  #slides-content .home-title {
    font-size: 30px;
    line-height: 42px;
    max-width: 100%;
    padding: 8% 0;
  }
  #slides-content .home-title span {
    max-width: 54%;
  }
  .rslides_container .centered-btns_nav {
    display: none;
  }
  #artwork-content .rslides_container .centered-btns_nav {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #slides-content .cta {
    bottom: 38%;
  }
  #slides-content .cta a {
    font-size: 20px;
    line-height: 20px;
  }
  #slides-content .cta a .bold {
    font-size: 16px;
    line-height: 16px;
  }
  #slides-content .cta a .icon-arrow-right {
    font-size: 19px;
  }
  #slides-content .home-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.3rem;
    margin: 80px auto 0 auto;
  }
  #slides-content .home-title span {
    max-width: 66%;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 600px) {
  #slides-content,
  .rslides_container,
  .rslides,
  .rslides li {
    height: 550px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #slides-content .home-title {
    margin-top: 90px;
  }
  #slides-content .cta {
    bottom: 35%;
  }
  #slides-content #home-view-more {
    bottom: 90px;
  }
}
.home .site-container .site-inner .content-sidebar-wrap {
  max-width: none;
}
.home .wrap {
  max-width: 1080px;
}
.home .home-heading {
  font-size: 36px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.home .site-header {
  bottom: 0;
  top: auto;
}
.home .site-header .title-area {
  height: 96px;
  width: 96px;
  margin-left: -48px;
}
.home .nav-primary {
  bottom: 0;
  top: auto;
}
.home .nav-primary.fixed {
  top: 0;
}
.home #main-content {
  clear: both;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0 40px 0;
}
.home #main-content .main-content-title {
  text-align: center;
}
.home #featured-art {
  background: #be2f3f;
  color: #ddd;
  overflow: hidden;
}
.home #featured-art #featured-art-content {
  width: 45%;
  float: left;
  padding: 60px 50px 60px 0;
}
.home #featured-art #featured-art-content .featured-art-heading {
  color: #ddd;
  font-weight: 400;
}
.home #featured-art #featured-art-content .featured-art-text p {
  font-size: 18px;
  font-weight: 400;
}
.home #featured-art .gallery {
  width: 55%;
  float: left;
}
.home #featured-art .gallery li {
  width: 50%;
  padding-bottom: 50%;
  float: left;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
.home #featured-art .gallery li .view-more {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(72, 6, 48, 0.8);
  margin-top: 100%;
  padding: 30px;
}
.home #featured-art .gallery li .view-more .artwork-title {
  text-transform: uppercase;
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 100;
  letter-spacing: 0.08rem;
  margin: 25% 0 15px 0;
  color: white;
}
.home #featured-art .gallery li .view-more .plus {
  background: #be2f3f;
  color: #c7c8c6;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 18px;
  font-size: 32px;
  line-height: 34px;
}
.home #featured-art .gallery li:hover .view-more {
  margin-top: 0;
}
.home .cta {
  padding: 160px 0;
  text-align: center;
}
.home .cta .cta-heading {
  max-width: 65%;
  margin: 0 auto;
}
.home .cta .button {
  background: #be2f3f;
}
.home .cta .button:hover {
  background: #480630;
}
.page.home .sidebar {
  padding: 0;
}
.msie .home #featured-art .gallery li .view-more .artwork-title {
  font-weight: 300;
}
.ios .home #featured-art .gallery li .view-more {
  margin-top: 0;
  background: none;
}
.ios .home #featured-art .gallery li .view-more .artwork-title {
  display: none;
}
.ios .home #featured-art .gallery li .view-more .plus {
  position: absolute;
  margin-top: -18px;
  margin-left: -18px;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  .home .site-inner,
  .home .wrap {
    max-width: 100%;
  }
  .home .wrap {
    padding: 0 8%;
  }
  .home #featured-art .wrap {
    padding: 0;
  }
  .home #featured-art #featured-art-content {
    padding: 60px 8% 60px 8%;
  }
}
@media only screen and (max-width: 1180px) {
  .home #featured-art #featured-art-content {
    width: 100%;
  }
  .home #featured-art .gallery {
    width: 100%;
  }
  .home #featured-art .gallery li {
    width: 25%;
    padding-bottom: 25%;
  }
  .home #featured-art .gallery li .view-more .artwork-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15%;
  }
}
@media only screen and (max-width: 960px) {
  .home .site-inner,
  .home .wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .site-inner,
  .wrap {
    padding: 0;
  }
  .home .cta .cta-heading {
    max-width: 80%;
  }
  .home #featured-art .gallery li {
    width: 50%;
    padding-bottom: 50%;
  }
  .home #featured-art .gallery li .view-more .artwork-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 25%;
  }
}
@media only screen and (max-width: 560px) {
  .home #featured-art .gallery li .view-more {
    padding: 10px 30px;
  }
  .home #featured-art .gallery li .view-more .artwork-title {
    font-size: 20px;
    line-height: 26px;
  }
  .home .cta {
    padding: 80px 0;
  }
  .ios #slides-content .home-title {
    margin-top: 100px;
  }
  .home #featured-art .gallery li .view-more {
    margin-top: 0;
    background: rgba(72, 6, 48, 0.75);
  }
}
@media only screen and (max-width: 480px) {
  .home .home-heading {
    font-size: 28px;
  }
  .home .cta .cta-heading {
    max-width: 90%;
  }
  .home #featured-art .gallery li .view-more .artwork-title {
    font-size: 16px;
    line-height: 24px;
  }
}
body.page {
  position: static !important;
  background: #ebebeb;
}
#page-header {
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: relative;
  border-bottom: solid 7px #be2f3f;
}
#page-header .wrap {
  min-height: 475px;
  position: relative;
  max-width: 1400px;
}
#page-header .wrap .page-header-title {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: #be2f3f;
  padding: 15px 25px 6px 60px;
  margin: 0;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
#page-header .wrap .page-header-title:before {
  position: absolute;
  bottom: 0;
  left: -9999px;
  content: "";
  width: 9999px;
  height: 69px;
  background: #be2f3f;
}
.page .content-sidebar-wrap,
.single .content-sidebar-wrap,
.search .content-sidebar-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.page .content,
.single .content,
.search .content {
  width: 68%;
}
.page .content .entry-title,
.single .content .entry-title,
.search .content .entry-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 32px;
  margin: 0 0 22px;
}
.page .content .entry-title:after,
.single .content .entry-title:after,
.search .content .entry-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-top: 10px;
  background-color: #be2f3f;
}
.page .content h2,
.single .content h2,
.search .content h2 {
  margin: 0 0 30px;
}
.page .content h3,
.single .content h3,
.search .content h3 {
  margin: 0 0 20px;
}
.page .content p,
.single .content p,
.search .content p {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.page .sidebar,
.single .sidebar,
.search .sidebar {
  width: 32%;
  padding-bottom: 30px;
}
.page .entry,
.single .entry,
.search .entry {
  margin-bottom: 0;
}
.page .header-cred,
.single .header-cred,
.search .header-cred {
  margin-top: 20px;
}
.page .header-cred:before,
.single .header-cred:before,
.search .header-cred:before {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-bottom: 10px;
  background-color: #be2f3f;
}
@media only screen and (max-width: 1350px) {
  .slcpap-search input[type="text"] {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 100%;
  }
  .slcpap-search input[type="text"] {
    max-width: 78%;
  }
}
@media only screen and (max-width: 960px) {
  .page .content,
  .single .content,
  .search .content,
  .page .sidebar,
  .single .sidebar,
  .search .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  #page-header .wrap {
    min-height: 395px;
  }
  .page .entry,
  .single .entry,
  .search .entry {
    padding: 50px 8%;
  }
  .page .sidebar,
  .single .sidebar,
  .search .sidebar {
    padding: 30px 8% 50px 8%;
  }
  .page.page-template-default.page-id-11 #page-header .wrap .page-header-title,
  body.single.single-art #page-header .wrap .page-header-title,
  #page-header .wrap .page-header-title {
    font-size: 36px;
    line-height: 42px;
  }
  .page .sidebar,
  .single .sidebar,
  .search .sidebar {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  #page-header {
    border-bottom: 0;
  }
  #page-header .wrap {
    min-height: 275px;
  }
  .page .entry,
  .single .entry,
  .search .entry {
    padding: 30px 8%;
  }
  .page .content .entry-title,
  .single .content .entry-title,
  .search .content .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
  .page.page-template-default.page-id-11 #page-header .wrap .page-header-title,
  body.single.single-art #page-header .wrap .page-header-title,
  #page-header .wrap .page-header-title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 30px 15px 8%;
  }
}
.single.single-artist .page-header-title {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  padding: 15px 25px 6px 60px;
  letter-spacing: 0.15rem;
}
.single.single-artist .sidebar {
  padding-bottom: 0;
}
.single.single-artist .content-sidebar-wrap {
  background: white;
}
.single.single-artist .content {
  width: 100%;
}
.single.single-artist .content #artwork {
  padding: 0;
}
.single.single-artist .content #artwork .heading {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.single.single-artist .content #artwork .art.one-fourth {
  margin-left: 0;
  margin-right: 2.564102564102564%;
  margin-bottom: 35px;
}
.single.single-artist .content #artwork .art.one-fourth .artwork-title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 8px 0 0 0;
}
.single.single-artist .content #artwork .art.one-fourth .artwork-title a {
  color: #480630;
}
.single.single-artist .content #artwork .art.one-fourth .artwork-title a:hover {
  color: #be2f3f;
}
.single.single-artist .content #artwork .art.one-fourth.last {
  margin-right: 0;
}
.page.page-id-11 .content,
.page.page-id-12 .content,
.page.page-id-2455 .content,
.page.page-id-2453 .content,
.single.flying-objects .content {
  width: 100%;
  background: white;
}
.page.page-id-11 .content #loading-wrap,
.page.page-id-12 .content #loading-wrap,
.page.page-id-2455 .content #loading-wrap,
.page.page-id-2453 .content #loading-wrap,
.single.flying-objects .content #loading-wrap {
  text-align: center;
  position: relative;
}
.page.page-id-11 .content #loading-wrap #loading,
.page.page-id-12 .content #loading-wrap #loading,
.page.page-id-2455 .content #loading-wrap #loading,
.page.page-id-2453 .content #loading-wrap #loading,
.single.flying-objects .content #loading-wrap #loading {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -254px;
}
.page.page-id-11 .sidebar,
.page.page-id-12 .sidebar,
.page.page-id-2455 .sidebar,
.page.page-id-2453 .sidebar,
.single.flying-objects .sidebar {
  padding-bottom: 0;
}
.page.page-id-2455 #artwork {
  padding: 0;
}
.page.page-id-2455 #artwork .wrap .copy {
  padding: 0 0 30px 0;
}
.page.page-id-2455 #artwork .wrap .copy .heading {
  font-size: 32px;
  text-transform: uppercase;
}
#art-sorter {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  font-weight: 500;
}
#art-sorter .wrap {
  background: #e9e9e9;
  margin: 0 auto;
  padding: 10px 60px;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
}
#art-sorter .wrap .sort-btn,
#art-sorter .wrap .link-btn {
  padding: 5px 20px;
  color: #333;
}
#art-sorter .wrap .sort-btn:hover,
#art-sorter .wrap .link-btn:hover {
  color: #be2f3f;
}
#art-sorter .wrap .sort-btn.selected {
  color: #be2f3f;
}
#art-sorter .wrap .filters {
  float: left;
}
#art-sorter .wrap .filters.mobile {
  display: none;
}
#art-sorter .wrap .filters.mobile form {
  display: inline-block;
  margin-bottom: 0;
}
#art-sorter .wrap .filters.mobile form select {
  width: auto;
  margin-left: 10px;
  border-radius: 0;
}
#art-sorter .wrap .links {
  float: right;
}
#art-sorter .wrap .links .sort-btn {
  padding: 5px 15px;
}
#artwork {
  padding: 60px 0 0 0;
}
#artwork .entry-title {
  font-size: 28px;
  margin: 0 0 32px;
}
#artwork .art.one-fourth {
  margin-left: 0;
  margin-right: 2.564102564102564%;
  margin-bottom: 35px;
}
#artwork .art.one-fourth img {
  border: 0;
  padding: 0;
}
#artwork .art.one-fourth .artwork-title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
#artwork .art.one-fourth .artwork-title a {
  color: #480630;
}
#artwork .art.one-fourth .artwork-title a:hover {
  color: #be2f3f;
}
#artwork .art.one-fourth .artists {
  margin: 8px 0 4px 0;
}
#artwork .art.one-fourth .artists a {
  color: #333;
  padding: 0 1px;
  line-height: 1;
}
#artwork .art.one-fourth .artists a:hover {
  color: #be2f3f;
}
#artwork .art.one-fourth .artists a:first-child {
  padding-left: 0;
}
#artwork .art.one-fourth.last {
  margin-right: 0;
}
.list-view {
  margin: 0 auto;
  padding: 50px 0;
}
.list-view .one-fourth {
  margin-left: 0;
  margin-right: 2.564102564102564%;
  margin-bottom: 35px;
  padding-right: 2.5%;
}
.list-view .one-fourth .title {
  font-weight: 700;
  display: block;
  border-bottom: solid 2px #be2f3f;
  margin-bottom: 10px;
  color: black;
}
.list-view .one-fourth a.title:hover {
  color: #be2f3f;
}
.list-view .one-fourth .artist-name,
.list-view .one-fourth .neighborhood {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #333;
}
.list-view .one-fourth .station {
  display: block;
}
.list-view .one-fourth .artist-name:hover {
  color: #be2f3f;
}
.list-view .one-fourth.last {
  margin-right: 0;
}
.list-view .one-fourth.last:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#art-search {
  padding: 50px 0;
  text-align: center;
}
#art-search .slcpap-search {
  width: 400px;
  margin: 0 auto;
  display: inline-block;
}
#art-search input[type="text"] {
  width: 350px;
  border: solid 1px #e9e9e9;
}
.search.post-type-archive-art .content,
.search.post-type-archive-artist .content {
  width: 100%;
}
.search.post-type-archive-art .sidebar,
.search.post-type-archive-artist .sidebar {
  padding: 0;
}
.search.post-type-archive-art .archive-description,
.search.post-type-archive-artist .archive-description {
  float: left;
}
.search.post-type-archive-art .archive-description .archive-title,
.search.post-type-archive-artist .archive-description .archive-title {
  font-size: 28px;
}
.search.post-type-archive-art #art-search,
.search.post-type-archive-artist #art-search {
  float: right;
  padding: 0;
  width: 340px;
  margin-top: 6px;
}
.search.post-type-archive-art #artwork,
.search.post-type-archive-artist #artwork {
  padding: 20px 0;
  clear: both;
}
.search.post-type-archive-artist h2.artist {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.search.post-type-archive-artist h2.artist a {
  display: block;
  padding: 8px 0;
}
@media only screen and (max-width: 1040px) {
  #art-sorter .wrap .filters {
    float: none;
    margin-bottom: 6px;
  }
  #art-sorter .wrap .links {
    float: none;
  }
  #art-search .slcpap-search {
    width: 340px;
  }
  #art-search .slcpap-search.first {
    margin-right: 30px;
  }
  .search.post-type-archive-art #art-search,
  .search.post-type-archive-artist #art-search {
    float: left;
    clear: both;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 840px) {
  #art-search .slcpap-search.first {
    display: block;
    margin: 0 auto 30px auto;
    overflow: auto;
  }
  .list-view .one-fourth {
    width: 50%;
    padding: 0 3%;
    margin-right: 0;
  }
  .list-view .artist.one-fourth.odd,
  .list-view .district.one-fourth.odd,
  .list-view .line.one-fourth.odd {
    clear: left;
  }
  .list-view .artist.one-fourth.even,
  .list-view .district.one-fourth.even,
  .list-view .line.one-fourth.even {
    margin-right: 0;
  }
  .list-view .artist.one-fourth.even:after,
  .list-view .district.one-fourth.even:after,
  .list-view .line.one-fourth.even:after {
    content: "";
    display: table;
  }
}
@media only screen and (max-width: 800px) {
  #artwork .wrap {
    width: 100%;
  }
  #artwork .wrap .art.one-fourth {
    width: 48.717948717948715%;
    margin-right: 2.564102564102564%;
    text-align: center;
  }
  #artwork .wrap .art.one-fourth.even {
    margin-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  #art-sorter .wrap {
    padding: 15px 5px;
  }
  #art-sorter .wrap .filters.desktop {
    display: none;
  }
  #art-sorter .wrap .filters.mobile {
    display: inline-block;
  }
  #art-sorter .wrap .links .link-btn,
  #art-sorter .wrap .links .sort-btn {
    padding: 5px 10px;
  }
  .search.post-type-archive-art .archive-description .archive-title,
  .search.search-results .archive-description .archive-title,
  .search.post-type-archive-artist .archive-description .archive-title {
    font-size: 20px;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (max-width: 540px) {
  #art-sorter .wrap .label {
    display: block;
  }
  #art-sorter .wrap .links .link-btn,
  #art-sorter .wrap .links .sort-btn {
    display: block;
  }
  #artwork .wrap .art.one-fourth {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .list-view .one-fourth {
    width: 100%;
    margin-right: 0;
  }
  #art-search .slcpap-search {
    width: 300px;
  }
  #art-search .slcpap-search input[type="text"] {
    width: 250px;
  }
  .search.post-type-archive-art #art-search,
  .search.post-type-archive-artist #art-search {
    width: 300px;
  }
  #art-sorter .wrap .filters.mobile form select {
    margin-left: 0;
  }
}
.single.single-art #page-header .wrap .page-header-title {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  padding: 15px 25px 6px 60px;
  letter-spacing: 0.15rem;
}
.single.single-art .content {
  width: 100%;
}
.single.single-art .content .rslides_container {
  background: #444;
}
.single.single-art .content .rslides_container .rslides li {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.single.single-art .content .rslides_container .rslides li img {
  display: none;
}
.single.single-art .content .rslides_container .centered-btns_tabs {
  display: none;
}
.single.single-art .content .rslides_container .centered-btns_nav {
  background: #be2f3f;
  top: 50%;
  margin-top: -28px;
  padding: 14px 18px;
  height: auto;
  width: auto;
  opacity: 0.7;
}
.single.single-art .content .rslides_container .centered-btns_nav:hover {
  opacity: 1;
}
.single.single-art .content .rslides_container .centered-btns_nav.prev {
  left: 0;
}
.single.single-art .content .rslides_container .centered-btns_nav.prev:after {
  content: "\e600";
  left: 2px;
  top: 7px;
}
.single.single-art .content .rslides_container .centered-btns_nav.next {
  right: 0;
}
.single.single-art .content .rslides_container .centered-btns_nav.next:after {
  content: "\e603";
  left: 5px;
  top: 7px;
}
.single.single-art .content .featured-image {
  text-align: center;
}
.single.single-art .content .featured-image img {
  max-height: 468px;
  width: auto;
}
.single.single-art .content .mag-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  background: #480630;
  color: white;
}
.single.single-art .content .mag-btn .icon-search {
  position: absolute;
  font-size: 18px;
  top: 7px;
  left: 6px;
}
.single.single-art .content .mag-btn .icon-search .plus {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 0.5px;
  left: 3.6px;
}
.single.single-art .content .mag-btn:hover {
  background: #be2f3f;
}
.single.single-art .content #artwork-content {
  padding: 50px 60px;
}
.single.single-art .content #artwork-content .artists {
  margin-bottom: 4px;
}
.single.single-art .content #artwork-content .artists a {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #444;
  line-height: 1;
}
.single.single-art .content #artwork-content .artists a:hover {
  color: #be2f3f;
}
.single.single-art .content #artwork-content .project-title {
  font-style: italic;
}
.single.single-art .content #artwork-content .materials {
  display: block;
}
.single.single-art .content #artwork-content .project-meta {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.single.single-art .content #artwork-content .project-meta a {
  color: #333;
}
.single.single-art .content #artwork-content .project-meta a:hover {
  color: #be2f3f;
}
.single.single-art .content #artwork-content .project-meta:after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-top: 10px;
  background-color: #be2f3f;
}
.single.single-art .content #artwork-content .project-details {
  padding: 10px 0 0 0;
}
.single.single-art .content #artwork-content .project-details p {
  font-size: 16px;
}
.single.single-art .content #artwork-content .project-location {
  margin: 20px 0 0 0;
}
.single.single-art .content #artwork-content .project-location .label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.single.single-art .content #artwork-content .project-location .acf-map {
  height: 210px;
  width: 310px;
  margin: 5px 0;
}
.single.single-art .content #artwork-content .project-location .address,
.single.single-art .content #artwork-content .project-location .location,
.single.single-art .content #artwork-content .project-location .district,
.single.single-art .content #artwork-content .project-location .line {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.single.single-art .header-cred {
  padding: 0 60px;
}
.single.flying-objects .content,
.single.multiple-installations .content {
  padding-bottom: 20px;
}
.single.flying-objects .content #artwork,
.single.multiple-installations .content #artwork {
  padding: 0;
}
.single.flying-objects .content #artwork .wrap,
.single.multiple-installations .content #artwork .wrap {
  padding: 50px 60px 10px 60px;
}
.single.flying-objects .content #artwork .wrap .entry-title,
.single.multiple-installations .content #artwork .wrap .entry-title {
  font-size: 32px;
}
.single.flying-objects .content #artwork .wrap .copy,
.single.multiple-installations .content #artwork .wrap .copy {
  padding: 20px 0 0 0;
}
.single.flying-objects .content .maps,
.single.multiple-installations .content .maps {
  overflow: hidden;
  height: 0;
}
.single.flying-objects .content .maps .acf-map,
.single.multiple-installations .content .maps .acf-map {
  min-width: 70%;
  min-height: 300px;
}
.featherlight .featherlight-close-icon {
  font-family: sans-serif !important;
}
.featherlight.map .featherlight-content {
  min-width: 80%;
}
.firefox .single.single-art .content .mag-btn .icon-search .plus {
  top: -1.2px;
  left: 3.5px;
  font-size: 11px;
}
.msie .single.single-art .content .mag-btn .icon-search .plus {
  top: 0.3px;
  left: 3.5px;
  font-size: 11px;
}
@media only screen and (max-width: 800px) {
  .single.single-art .content .rslides_container {
    margin-bottom: 20px;
  }
  .single.single-art .content #artwork-content .project-title {
    font-size: 24px;
  }
  .single.single-art .content #artwork-content .project-location {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  body.single.single-art .content #artwork-content {
    padding: 30px 8%;
  }
  .single.single-art .header-cred {
    padding: 0 8%;
  }
}
aside.sidebar .widget {
  background: transparent;
}
aside.sidebar .widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
aside.sidebar .widget .widget-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-top: 10px;
  background-color: #be2f3f;
}
aside.sidebar .widget .menu {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
aside.sidebar li {
  border-bottom: 0;
}
body.search {
  position: static !important;
  background: #ebebeb;
}
body.search .content-sidebar-wrap {
  overflow: hidden;
}
body.search .content-sidebar-wrap #art-sorter {
  margin-bottom: 40px;
}
body.search .content-sidebar-wrap .content {
  padding: 50px 60px;
  background: white;
}
body.search .page-header-title {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  padding: 15px 25px 6px 60px;
  letter-spacing: 0.15rem;
}
body.search .archive-description {
  padding: 0;
  margin: 0;
}
body.search .archive-description .archive-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.1rem;
  margin: 0 0 22px;
}
body.search .archive-description .archive-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  margin-top: 10px;
  background-color: #be2f3f;
}
body.search .entry {
  padding: 0 60px 50px 60px;
}
body.search .search-result {
  margin-bottom: 30px;
  overflow: hidden;
}
body.search .search-result .wp-post-image {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
}
body.search .search-result .search-result-label {
  display: block;
  font-weight: 700;
  font-size: 15px;
}
body.search .search-result h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.search .search-result p {
  margin-bottom: 0;
}
body.search .search-result .art-info {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
}
body.search .search-result .art-info a {
  color: #444;
}
body.search .search-result .art-info a:hover {
  color: #be2f3f;
}
body.search .search-result .art-info .location,
body.search .search-result .art-info .address,
body.search .search-result .art-info .district {
  display: block;
}
body.search.archive {
  background: white;
}
body.search.archive .content-sidebar-wrap #art-sorter {
  margin-bottom: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 1040px) {
  body.search.archive .content-sidebar-wrap #art-sorter {
    padding: 0 8%;
  }
}
@media only screen and (max-width: 800px) {
  body.search.archive .content-sidebar-wrap .content {
    padding: 50px 8%;
  }
  body.search .search-result .wp-post-image {
    display: block;
    float: none;
  }
}
#pre-footer {
  overflow: hidden;
  background: #480630;
  color: white;
  padding: 50px 0 45px 0;
}
#pre-footer .wrap {
  max-width: 1080px;
}
#pre-footer .footer-col {
  text-transform: uppercase;
}
#pre-footer .footer-col h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 18px;
}
#pre-footer .footer-col a {
  color: white;
  text-transform: uppercase;
  display: block;
  padding: 8px 0;
}
#pre-footer .footer-col a:hover {
  color: #be2f3f;
}
#pre-footer .footer-col address {
  font-style: normal;
}
#pre-footer .footer-col address a {
  display: inline;
}
#pre-footer .footer-col address .phone,
#pre-footer .footer-col address .fax {
  display: block;
  margin-top: 16px;
}
.home .photo-credits {
  background: #be2f3f;
  color: white;
  padding: 10px;
}
.home .photo-credits p {
  margin-bottom: 0;
}
.home .photo-credits p a {
  color: white;
}
.site-footer {
  background: black;
  color: #c7c8c6;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  padding: 22px 0;
}
.site-footer .wrap {
  max-width: 1080px;
}
.site-footer a {
  color: #c7c8c6;
}
.site-footer a:hover {
  color: #be2f3f;
}
.site-footer #author {
  float: left;
}
.site-footer #copyright {
  float: right;
}
@media only screen and (max-width: 1200px) {
  #footer-creds .wrap {
    padding: 0;
  }
  #pre-footer .wrap {
    padding: 0 8%;
  }
  .site-footer .wrap {
    padding: 0 8%;
  }
  .site-footer #author,
  .site-footer #copyright {
    float: none;
  }
  .site-footer #author {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 800px) {
  #pre-footer {
    padding: 50px 0 15px 0;
  }
  #pre-footer .footer-col {
    margin-bottom: 30px;
  }
}
