/*
	Theme Name: hamptonsfilm2
	Description: A theme created for Hamptons Film Festival
	Author: Amanda McCormick
	Edited By: Stoppay
	Author URI: http://www.jellybeanboom.com
	Template: genesis

 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font SizeF
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/

/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Abel|Oswald);

*/

/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #9cd4ba;
	background-image: none!important;
	line-height: 1;
}


body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #032c2d!important;
	color: #fff;
}

::selection {
	background-color: #032c2d!important;
	color: #fff;
}

a img {
	border: none;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #000000;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover {
	color: #032c2d;
}

.genesis-nav-menu .current-menu-item a {
	color: yellow;
}

.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover {
background-color: #032c2d;
color: #FFF;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.entry-title, .entry-title a {
font-size: 20px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding-left: 8px;
padding-top: 4px;
display: block;
text-decoration: none;
}

.single .entry-title, .page .entry-title {
font-size: 1.5rem;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding-left: 18px;
padding-top: 10px;
display: block;
}

.post-info, .categories, .tags {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
padding-left: 18px;
}

.post-meta {
border-top: none;
font-weight: 400;
}

.post-meta {
padding-top: .5rem;
}

h1, h2, h3, h4, h5, h6, .entry-title a, #title {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: 400;
}

h4 {
margin-left: 5px;
}

.widgettitle h4 {
margin-left: 0px;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1 {
    font-size: 22px;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
font-size: 18px;
line-height: 1.2;
font-size: 1.2rem;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding-left: 8px;
padding-top: 10px;
display: block;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #032c2d;
    text-transform: uppercase;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

button, input[type="button"], input[type="submit"], h1, h2, h3, h4, h5, h6, .btn, .entry-title a, .genesis-nav-menu, .post-comments, .post-info .author, .post-info .date, .wp-caption, #footer p, #title {
    font-weight: 400;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

#wrap {
	margin: 0 auto;
	max-width: 1140px;
}

#inner {
clear: both;
overflow: hidden;
margin-top: 90px;
border: solid #CCC 1px;
-webkit-box-shadow: 0 0 10px 0px #444;
-moz-box-shadow: 0 0 10px 0px #444;
box-shadow: 0 0 10px 0px #444;
padding: 0px 10px 0 10px;
background: #FFF;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#header .widget-area {
	width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

 #title-area {
	float: left;
	padding: 6px 0;
	width: 360px;
	margin-left: 0px;
}
 

 
  #header {
	background-color: #032c2d;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
height: 70px;
margin-top: 0px;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 80px;
	text-indent: -9999px;
	max-width: 360px;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */


#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content, .entry-content p {
line-height: 1.625;
padding-left: 10px;
margin-right: 30px;
}


.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
        margin-right: 30px;
}


/* 04e - Post Info & Meta ----------- */

.focus {
float: left;
padding-right: 10px;
margin-bottom: -40px;
}

.focus2 {
clear: both;
padding-top: 1px;
}

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


#comments, #respond {
    line-height: 1.5;
    overflow: hidden;
    padding-left: 16px;
}


.post.entry {
margin-bottom: 2rem;
border-bottom: 1px solid #032c2d;
padding-bottom: 2rem;
}

.featuredpost .post.entry {
margin-bottom: 5px;
border-bottom: none;
padding-bottom: 0rem;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}




/* Film Guide
------------------------------------------------------------ */

.filmguide-top-2 ul {
list-style-type:none;
margin-left: -38px;
}

.filmguide-top-2 li {
padding-bottom: 20px;
}

.shortguide {
float: left;
text-transform: uppercase;
font-family: oswald;
font-size: 13px;
}

.grid h4 {
text-transform: uppercase;
color: #FFF;
text-align: center;
background: #032c2d;
padding: 5px;
}

.shortguiderow {
clear:left;
}

.shortguiderowlast {
clear:right;
}


.shortguide .text {
margin-top: 20px;
padding-left: 240px;
padding-top: 1px;
max-width: 300px;
}

.shortguide h5 {
color: #000;
font-size: 14px:
}

.shortguide .gallery {
float: left;
}

.filmguide-top-2 .featuredpage {
margin-top: -20px;
margin-bottom: 20px;
}

#shorts {
font-size: 13px;
}

h3.spacer {
background: #666;
color: #FFF;
text-transform: uppercase;
padding: 2px 430px 2px 25px;
}

h3.spacer1 {
background: #666;
color: #FFF;
text-transform: uppercase;
padding: 2px 170px 2px 25px;
}

h3.spacer2 {
background: #666;
color: #FFF;
text-transform: uppercase;
padding: 2px 15px 2px 130px;
}

.filmguide-top-1 {
float: left;
width: 67%;
padding-left: 10px;
}
 
.filmguide-top-2 {
float: right;
width: 30%;
padding: 0px 18px 0 0;
}


.page .entry-title {

}


.spacer {
float: left;
padding: 0px 39px 0;
background: #666;
color: #FFF;
}

.spacer1 {
float: left;
padding-right: 230px;
background: #666;
color: #FFF;
padding-left: 25px;
}

.spacer1 h2 {
margin-bottom: 5px;
padding-top: 5px;
}

.spacer2 {
float: left;
padding-right: 410px;
background: #666;
color: #FFF;
padding-left: 25px;
}

.spacer2 h2 {
margin-bottom: 5px;
padding-top: 5px;
}

.spacer h2 {
margin-bottom: 5px;
padding-top: 5px;
}


.filmguide h2 {
margin-bottom: 5px;
padding-top: 5px;
}

.filmguide h2 a {
color: #FFF;
}

.spacerbg {
background: #032c2d;
padding-bottom: 10px;
color: #fff;
margin-bottom: 6px;
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

h6 {
margin-top: 16px;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #7c767e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #032c2d;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #7c767e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #032c2d;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


a.button1 {
	background: transparent;
	clear: both;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

a.button1 {
	border: 3px solid #032c2d;
	color: #FFF !important;
}


button h2 {
margin-top: -20px;
}

.raffle button {
height: 59px;
}

.raffle {
text-align: center;
}

button h2 {
margin-top: -20px;
}

a.button3 {
	background: transparent;
	clear: both;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

a.button3 {
	border: 3px solid #000;
	color: #000 !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
	background-color: #032c2d;
	color: #FFF !important;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #fff !important;
	color: #000 !important;
}

a.button1 {
	border: 3px solid #FFF;
	color: #FFF;
}

a.button1:hover {
	background-color: #032c2d;
	color: #fff;
}


/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	width: auto;
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/* Widgets
------------------------------------------------------------ */

.sidebar .widgettitle {
text-transform: uppercase;
color: #000;
font-size: 18px;
}

.sidebar .widget {
border-bottom: none;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
overflow: hidden;
}

.home-top-1, .demo-top-1 {
float: left;
width: 60%;
padding: 0px 0 0 20px;
}
 
.home-top-2 img, .demo-top-2 img {
padding-top: 20px;
}

.home-top-3.widget-area, .demo-top-3.widget-area {
clear: left;
padding-left: 20px;
}

.home-top-4.widget-area, .demo-top-4.widget-area {
clear: left;
padding: 20px;
}

.home-top-4 h2, .demo-top-4 h2 {
text-decoration: none;
text-transform: uppercase;
font-size: 20px;
}

.home-top-3 .featuredpage, .demo-top-3 .featuredpage {

}
 
.home-top-4 .entry, .demo-top-4 .entry { 
	clear: left;
	margin-bottom: 2rem;
 }
 
.home-top-4 a img, .demo-top-4 a img {
padding-right: 20px;
padding-bottom:10px;
}
 
 .widget.featuredpage {
 float: left;

 }
 
#badge1 {
color: #FFF;
border: 3px solid #000;
text-align: center;
padding-bottom: 20px;
margin-top: 30px;
background: url("images/montage1.png") no-repeat scroll 0 0 transparent; 
}

#badge1 p {
padding: 5px;
}

#badge2 {
color: #FFF;
background: url("images/beach1.png") no-repeat scroll 0 0 transparent; 
border: 3px solid #032c2d;
text-align: center;
padding-bottom: 20px;
margin-top: 30px;
}

#badge2 p {
padding: 10px;
font-weight: bold;
}


#badge2 h1 {
margin-bottom: -17px;
}
 
.widget.featuredpost p {
line-height: 1.4em;
padding-left: 7px;
}
 
 .widgettitle {
text-transform:uppercase;
color: #032c2d;
font-family: abel;
font-size: 24px;
}

.widget.featuredpage .widgettitle {
text-transform: uppercase;
color: #FFF;
text-align: center;
background: #032c2d !important;
padding: 5px;
margin-bottom: 0;
font-family: 'Oswald';
margin-left: 0;
}

.home-top-1 .widgettitle {
text-transform: uppercase;
color: #000;
font-family: oswald;
font-size: 24px;
}


.tout p {
margin-top: -16px;
margin-left: 6px;
}
 
/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
font-family: 'Abel', sans-serif;
text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu.menu-primary, .genesis-nav-menu.menu-secondary {
border-bottom: none;
display: none;
}

#header .widget-area {
float: right;
text-align: right;
width: 740px;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 12px;
	width: auto;
}

a {
color: #f17871;
text-decoration: underline;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	color: #FFF;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	color: #FFF;
	padding: 26px 20px;
	margin-top: -11px;
	margin-bottom: 12px;
	position: relative;
	text-decoration:none;
	border-left: 1px solid #373737;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 36px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
	margin-left: -40px;
	margin-top: -12px;
}


.genesis-nav-menu li li a:hover {
background-color: #032c2d;
color: #FFF;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}


.genesis-nav-menu li ul ul {
margin: -70px 0 0 170px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}



ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

 #nav,
#nav a {
font-weight: normal;
color: #FFF;
font-size: 16px;
font-family: 'Abel', sans-serif;
text-transform: uppercase;
border-left: 1px solid #373737;
}

#nav .wrap {
margin-left: 360px;
width: 1200px;
}

#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav li a:active {
color: #032c2d;
}


#nav li a:hover {
background: #032c2d;
color: #FFF;
}

#nav li ul li,
#nav li ul li a {
color: #000;
}
 
 .genesis-nav-menu.menu-primary, .genesis-nav-menu.menu-secondary {
border-bottom: none;
}
 
 #menu ul li:first-child a:hover:after {
background: #032c2d;
}
 

/* Responsive Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider p {
padding-left: 10px;
}

#genesis-responsive-slider h2 {
margin-top: -16px;
padding-right: 16px;
}

.slide-image {
  padding: 0;
}


#genesis-responsive-slider a:visited {
	color: #000;
}

.slide-excerpt {
	background-color: #090909;
	border: none;
	filter: alpha(opacity=80);
	margin: 0;
	opacity: 0.8;
}

#genesis-responsive-slider p {
color: #000;
width: 625px;
line-height: 1.3em;
} 

#genesis-responsive-slider h2 {
text-decoration: none;
text-transform: uppercase;
font-size: 22px;
color: #000;
}

#genesis-responsive-slider a {
color: #000;
}

.slides .slide-excerpt-border {
background: none;
border: 0px solid #ddd;
display: inline;
float: left;
margin: 0px;
padding: 14px;
position: relative;
z-index: 8;
}

#genesis-responsive-slider .flex-direction-nav li .prev {
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

#genesis-responsive-slider .flex-direction-nav li .next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}


.pluginSkinLight {
background-color: #FFF;
}


/* FOOTER
------------------------------------------------------------ */

#footer .wrap {
	border-top:none;
	height: 250px;
	}



#footer-widgetized {
    width: auto;
    font-size: 13px;
	background-color: #032c2d!important;
	color: white;
	font-family: Oswald;
	text-transform: uppercase;
    margin: 0 auto 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    }
 
 #footer-widgetized .textwidget {
background: none;
margin: 0;
padding-top: 15px;
border: none;
}
 
 .socialicons img {
 padding: 6px;
 }
 
 .socialicons2 img {
 padding: 2px;
 }
 
#footer-widgetized .wrap {
    width: auto;
    margin: 0 auto 0;
    padding: 0;
    }
 
#footer-widgetized .widget {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    }
 
.footer-col1 {
	display: none;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    }
 
.footer-col2 {
	display: none;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    }
 
.footer-col3 {
	display: none;	
    width: 20%;
    float: right;
    margin: 0;
    padding: 0 0 0 0;
    }
 

.footer-bar {
    width: auto;
    margin-left: auto
    margin-right: auto
    }
    
.footer-bar a {    
	color: #FFF;
	text-decoration: none;
	font-family: abel;
    font-size: 20px;
}

.footer-bar p {    
	color: #FFF;
	font-family: abel;
    font-size: 12px;
}

.footer-bar a:hover {       
    color: #032c2d;
    }
    
#footer-widgetized .footer-bar li {
    display:inline;
    padding:5px;
    }
    
.footer-widgets {
	height: auto;
	background: black;
  	box-shadow: -25rem 0 0 black, 25rem 0 0 black;   /* x offset == element width */
}

#footer .creds, #footer .gototop {
display:none;
}

.paypal {
width: 25%;
}


/* Film Guide Buttons
------------------------------------------------------------ */


.aa {
padding-left: 20px;
margin-top: -35px;
float: left;
}

.bishops img {
margin-left: 40px;
margin-top: -50px;
}

.bishops2 img {
padding-left: 20px;
float: left;
margin-top: -15px;
}

.corcoran img {
margin-left: 35px;
margin-top: -5px;
}

#gallery-1 img, #gallery-2 img, #gallery-3 img, #gallery-4 img, #gallery-5 img, #gallery-6 img, #gallery-7 img, #gallery-8 img, #gallery-9 img, #gallery-10 img, #gallery-11 img, #gallery-12 img, #gallery-13 img, #gallery-14 img, #gallery-15 img, #gallery-16 img, #gallery-17 img, #gallery-18 img, #gallery-19 img, #gallery-20 img, #gallery-21 img, #gallery-22 img, #gallery-23 img, #gallery-24 img, #gallery-25 img, #gallery-26 img, #gallery-27 img, #gallery-28 img, #gallery-29 img, #gallery-30 img, #gallery-31 img, #gallery-32 img, #gallery-33 img, #gallery-34 img, #gallery-35 img, #gallery-36 img, #gallery-37 img, #gallery-38 img, #gallery-39 img, #gallery-40 img, #gallery-41 img, #gallery-42 img, #gallery-43 img, #gallery-44 img, #gallery-45 img, #gallery-46 img, #gallery-47 img, #gallery-48 img, #gallery-49 img, #gallery-50 img, #gallery-51 img, #gallery-52 img {
border: none;
margin-left: 32px;
}

#gallery-32 {
float: left;
}

.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.su-column .gallery {
max-height:300px;
}

.gallery-caption {
	font-size: 14px;
	text-align: center;
	margin-left: 2px;
	margin-top: 10px;
	max-width: 212px;
	font-weight: 400;
	line-height: 1.4em;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 10px 0 0;
	list-style: none;
}

/*
Image sizes depending on the number of columns
Based on Hybrid theme
*/
.gallery-columns-0 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-columns-10 .gallery-item {
	width: 10%;
}
.gallery-columns-11 .gallery-item {
	width: 9.09%;
}
.gallery-columns-12 .gallery-item {
	width: 8.33%;
}
.gallery-columns-13 .gallery-item {
	width: 7.69%;
}
.gallery-columns-14 .gallery-item {
	width: 7.14%;
}
.gallery-columns-15 .gallery-item {
	width: 6.66%;
}
.gallery-columns-16 .gallery-item {
	width: 6.25%;
}
.gallery-columns-17 .gallery-item {
	width: 5.88%;
}
.gallery-columns-18 .gallery-item {
	width: 5.55%;
}
.gallery-columns-19 .gallery-item {
	width: 5.26%;
}
.gallery-columns-20 .gallery-item {
	width: 5%;
}
.gallery-columns-21 .gallery-item {
	width: 4.76%;
}
.gallery-columns-22 .gallery-item {
	width: 4.54%;
}
.gallery-columns-23 .gallery-item {
	width: 4.34%;
}
.gallery-columns-24 .gallery-item {
	width: 4.16%;
}
.gallery-columns-25 .gallery-item {
	width: 4%;
}
.gallery-columns-26 .gallery-item {
	width: 3.84%;
}
.gallery-columns-27 .gallery-item {
	width: 3.7%;
}
.gallery-columns-28 .gallery-item {
	width: 3.57%;
}
.gallery-columns-29 .gallery-item {
	width: 3.44%;
}
.gallery-columns-30 .gallery-item {
	width: 3.33%;
}

.button { 
    text-align: center;
text-transform: uppercase;
font-family: abel;
font-size: 14px;
}

.button a {
    display: inline-block; 
    margin: 0 10px; 
    line-height: 30px;
    position: relative;
    color: #FFF;
}

.button a span { 
    display: inline-block; 
    text-decoration: none;
 }

.pink {   
    display: none;
    text-decoration: none;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    text-shadow: 0px 0px 8px #666666;
    border: solid #d91c71 0px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ed154a), to(#db1446));
    background: -moz-linear-gradient(top, #ed154a, #db1446); }

.blue,
.purple { 
    top: 0; 
  text-decoration: none;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  text-shadow: 0px 0px 8px #666666;
  border: solid #d91c71 0px;
}
 
.purple {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#957099), to(#7e5f82));
  background: -moz-linear-gradient(top, #957099, #7e5f82);
}

.blue {
      background: -webkit-gradient(linear, 0 0, 0 100%, from(#068ad1), to(#0776ad));
  background: -moz-linear-gradient(top, #068ad1, #0776ad);
}



.blue:hover {
  background: #76ade8;
}

.purple:hover {
  background: #af88b3;
}

.pink:hover {
  background: #f56a8d;
  color: #fff;
}


.passes a {
   border-top: 1px solid #400010;
   background: #032c2d;
   background: -webkit-gradient(linear, left top, left bottom, from(#ed1749), to(#ed1749));
   background: -webkit-linear-gradient(top, #ed1749, #ed1749);
   background: -moz-linear-gradient(top, #ed1749, #ed1749);
   background: -ms-linear-gradient(top, #ed1749, #ed1749);
   background: -o-linear-gradient(top, #ed1749, #ed1749);
   padding: 6.5px 13px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: oswald;
   text-decoration: none;
text-transform: uppercase;
   vertical-align: middle;
   }


.gallery-caption a {
border-bottom: none;
color: #FFF;
text-decoration: none;
}


.entry-content img {
max-width: 98%;
padding: 1%;
border: none;
}

.gallery-caption h3 {
text-transform: uppercase;
font-size: 16px;
margin-bottom: 5px;
}

.gallery-caption p {
margin-bottom: 0;
}
    



.su-tabs-nav .su-tabs-current {
background: #032c2d;
color: #FFF
margin-right: 2px;
}

.su-tabs-style-1 .su-tabs-nav span {
font-family: oswald;
margin-right: 2px;
padding: 0 10px;
}

.su-tabs {
background: #FFF;
}

.su-tabs {
border-right: none;
border-bottom: none;
border-left: none;
}

.su-column-2-3 {
width: 60%;
}

.su-column {
position: relative;
margin: 0 4% .3em 0;
float: left;
}

.filmguide h2 {
background: #032c2d;
padding-bottom: 5px;
color: #fff;
margin-bottom: 6px;
}


.filmguide2 h2 {
background: #666;
padding: 5px;
color: #fff;
width: 95%;
}

.filmguideorange h2 {
background: #f89a36;
padding: 5px;
color: #fff;
width: 95%;
}

.filmguidegreen h2 {
background: #8cc63e;
padding: 5px;
color: #fff;
width: 95%;
}

.filmguidepink h2 {
background: #ef3a5c;
padding: 5px;
color: #fff;
width: 95%;
}

.filmguideltpink h2 {
background: #ee8583;
padding: 5px;
color: #fff;
width: 95%;
}

.filmguideblue h2 {
background: #1c9ad6;
padding: 5px;
color: #fff;
width: 95%;
}

.filmguidepurple h2 {
background: #9e7da3;
padding: 5px;
color: #fff;
width: 95%;
}


#mobile-menu {
display: none;
visibility: hidden;
}




/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (min-width: 800px) {

#ubermenu-main-54-primary-2 {
display: none !important;
}


.audi {
	margin-left:20px;
	margin-right:30px;
}


}



@media only screen and (max-width: 1123px) {
	#inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	
		#inner {
		margin-top: 120px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0px 10px 0 10px;
		background: #FFF;
	}
	
	#sidebar {
width: 32%;
}


	.home-top-1 {
	width: 62%;
	padding: 0px 0 0 8px;
	}


	.home-top-2 {
	width: 33%;
	padding-right: 2px;
	}
	
	 .widget.featuredpage {
 float: left;
 padding: 10px;
margin-left: 0px;
 }
	
	.content,
	.sidebar,
	#header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	#header .widget-area,
	#title-area {
		text-align: center;
	}

#header	.genesis-nav-menu {
		padding-top: 20px;
	}
	
	#title-area {
	width: 100%;button
	}

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}
	
	#header {
	height: 120px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}
	
	#header .widget-area {
	text-align: center;
	float: none;
	width: 740px;
}

#header .genesis-nav-menu {
	margin-top: 2px;
	width: auto;
}

.ubermenu-responsive-toggle {
	display: none !important;
}

}


@media only screen and (max-width: 868px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	
	
	#inner {
	margin-top: 120px
	}
	

	.ubermenu-responsive-toggle {
		display: none !important;
	}

#header	.genesis-nav-menu {

		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-top: 20px;
		padding-left: 130px;
	}
	


	
	
		.home-top-1 {
	width: 90%;
	padding: 0px 0 0 8px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
	
			.home-top-2 {
	width: 45%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	float:none;
	}
	
			.home-top-3 {
	width: 100%!important;
	margin-left: auto;
	margin-right; auto;
	float: none;
	padding:0px!important;
	}

.widget.featuredpage {
    width: 300px; /* or any width you want */
     margin: 0 auto;
	 float:none!important;

	}
	
	.textwidget {
	display: block!important; 
	  justify-content: normal!important;
	  
}

}

@media only screen and (max-width: 480px) {

.genesis-nav-menu {
display: none;
}
#ubermenu-main-54-primary-2 {
display: block;
}
	
.ubermenu-responsive-toggle {
	display: block !important;
}	
	
#header {
	height: 80px;
	}


	
	#title-area {
	float: none;
	}
	

	
	.home-top-2 {
	width: 100%;

	float: none;
	padding-right: 0;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
	
	.widget.featuredpage {
	padding: 0;

	}
	
	.textwidget {
	display: block!important; /* Resets the display property from 'flex' to 'block' or any other desired display */
	  justify-content: normal!important;
}

#nav .wrap {
margin-left: 0px;
width: auto;
}


#megaMenu {
position: relative;
line-height: 1em;
overflow: visible;
zoom: 1;
display: block;
float: left;
height: auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 45px;
}

#inner {
margin-top: 33px;
}

#megaMenu ul,
.megaMenu li. {
color: inherit;
font-size: 14px;
}

#sidebar {
width: 100%;
}

.content-sidebar #content {
width: 100%;
}

}

 body.custom-background {
 	background-size:cover !important;
 	background-position: top center !important;
 }
 

 .footer-logo-wrapper { margin: 0 auto; width:505px;margin-bottom: 35px;}
 .footer-logo { max-width:505px; position:relative; left: 170px;}

 .socials { float: left; width: 100%; text-align: center; margin-top: 10px; margin-bottom: 35px;}
 .socials a { display: inline-block; vertical-align: middle; font-size: 30px; color: #fff; margin: 0 5px;}
 .socials a:hover { color: #032c2d;}
 
@media only screen and (max-width: 1000px) {
	.socials { float: left; width: 100%; text-align: center; margin-top: 10px; margin-bottom: 20px;}
    .footer-logo-wrapper { visibility:hidden; height:0px;}
    .footer-logo {  visibility:hidden;height:0px;}
	.footer-smallscreen-logo {visibility:visible;margin-bottom: 20px;}
}

@media only screen and (min-width: 1000px) {
    .socials { float: left; width: 100%; text-align: center; margin-top: 10px; margin-bottom: 35px;}	
    .footer-logo-wrapper { margin: 0 auto; width:505px;margin-bottom: 35px;visibility:visible;}
    .footer-logo { max-width:505px; position:relative; left: 170px;visibility:visible;}
	.footer-smallscreen-logo {visibility:hidden;height:0px;}
}

@media only screen and (max-width: 600px) {	
	.one-fourth,	
	.one-half	
	{	
		float: right;	
		width: 100%;	
	}	
}

.newfooter-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #f17871;
  margin-bottom:0px;
  
}

#e2ma_signup_submit_button {
    background-color: #f17871;
    color: #354a6c;
    text-transform: uppercase;
}

.top-banner {
    background-color: #032c2d !important;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 35px;
    color: white;
    font-family: 'Oswald';
    max-width: 550px;
}

  
