/*
	Theme Name: PremiereEvent Theme
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.0

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- Jetpack Twitter
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Testimonials
		- Premise
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Social Icons
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Landing Page Templates
	- Gravity Forms
	- Miscellaneous
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	background-image: url(/wp-content/themes/premiereevent/images/PE-bg.jpg);
	background-repeat: no-repeat;
	background-position: initial;
	background-size: 100%;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #000;
	color: #fff;
}

a {
	color: #f0d25c;
}

a:hover {
	color: #fff7b6;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f0d25c;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #f0d25c;
	border: none;
	box-shadow: none;
	color: #333;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #178eba;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	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;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
	padding: 0.6rem 0;
	border-top: 1px solid #ddd;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: transparent;
	margin: 24px auto;
	margin: 2.4rem auto;
	margin-bottom: 0;
	max-width: 1000px;
	overflow: hidden;
	padding: 20px;
	padding: 2rem;
}

.site-inner {
	background-color: #000;
	clear: both;
	padding-top: 2px;
	padding-top: 0.2rem;
}

div.site-inner {
	margin-left: -10px;
	width: 103%;
}

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

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
	padding: 25px 0;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.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: 633px;
	padding-left: 10px;
}

.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: 500px;
}

.full-width-content .content {
	width: 100%;
}

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 306px;
	margin-right: 10px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

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

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

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

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

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
}

.entry-title a,
.sidebar .widget-title a {
	color: #f0d25c;
	text-decoration: none;
}

.entry-title a:hover {
	color: #fbf1a1;
}

.content .home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	background: url(images/lines.png) bottom repeat-x;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
	margin-right: 1rem;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
	margin-left: 1rem;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


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

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
	margin: 0.8rem 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-bottom .featured-content .entry {
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}

.home-bottom.widget-area {
	clear: both;
}

/* Featured Content
--------------------------------------------- */

a.customisable-highlight {
	color: #71D9FF;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

#genesisresponsiveslider-widget-3 div {
	border: none !important;
	padding: 0 !important;
}

.metro-pro-home #genesis-responsive-slider a,
.metro-pro-home #genesis-responsive-slider a:visited {
	color: #71D9FF;
	text-decoration: none;
}

.metro-pro-home #genesis-responsive-slider a:hover {
	color: #fff7b6;
	text-decoration: none;
}

.metro-pro-home #genesis-responsive-slider a:visited {
	color: #71D9FF;
}

.metro-pro-home div.slide-excerpt {
	background-color: #000 !important;
	height: 100%;
	border: none;
	filter: alpha(opacity=100);
	margin: 0;
	opacity: 1 !important;
}

.metro-pro-home .slide-background {
	background-image: url(/wp-content/themes/premiereevent/images/slider-logo.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 25px;
	height: 76px;
}

html > body.metro-pro-home .slide-excerpt-border p {
	border: none;
	margin: 0 10px;
	padding: 5px;
}

.metro-pro-home .slide-excerpt h2 {
	margin: 5px 15px 0px;
	font-size: 2.0rem;
}

.metro-pro-home #genesis-responsive-slider p {
	color: #fff;
}

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

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

.home-featured-slider-area ol.flex-control-nav {
	margin: 10px 0 0;
}

.home-featured-slider-area .genesis_responsive_slider {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.home .flexslider {
	background-color: #000000;
}

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
	padding: 2.8rem 3.2rem 3.2rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #3197fb;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Landing Page Templates
----------------------------------------------- */

.page-template-page_landing-logo-php #rollover-nav {
	display: none;
}

.page-template-page_landing-logo-php #nav {
	display: none;
}

.page-template-page_landing-logo-php .site-container {
	margin-top: 0;
}

.page-template-page_landing-logo-php .title-area img {
	max-width: 250px;
}

.page-template-page_landing-logo-php .site-inner {
	margin-top: 10px;
}

.page-template-page_landing-logo-php .content-sidebar-wrap {
	padding-top: 5px;
}

.page-template-page_landing-logo-php .entry-title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 30px;
}

.page-template-page_landing-logo-php .gform_wrapper,
.page-template-page_landing-logo-php .gform_fields li:nth-child(1) {
	margin-top: 0;
}

.page-template-page_landing-logo-php .gform_wrapper select {
	min-width: 60px !important;
}

.page-template-page_landing-logo-php .gform_wrapper label {
	font-weight: 400 !important;
	font-size: 14px;
}


/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	outline-style: none;
	font-size: 1.0rem;
	font-size: 1.1rem;
	font-family: inherit;
	letter-spacing: normal;
	padding: 5px 2px 5px 2px;
	padding: 0.5rem 0.2rem 0.5rem 0.2rem;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

#gform_5 .gfield:nth-child(1) {margin-top:0;

}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/* Testimonials
--------------------------------------------- */

.testimonials-widget-testimonial .author {
	color: #f0d25c;
}

.testimonials-widget-testimonial .company {
	color: #fff7b6;
}

/* Premise
--------------------------------------------- */

.page-id-221 form {
	margin-bottom: 20px;
}

.premise-checkout-wrap input.input-submit {
	background-color: #f0d25c;
	color: #000;
	margin-left: 525px;
}

.premise-checkout-wrap input.input-submit:hover {
	background-color: #fff7b6;
}

.premise-checkout-wrap label.checkout-text-label {
	width: 200px;
}

.premise-checkout-wrap .input-text {
	width: 400px;
	margin: 5px 0;
}

/* Login Page */

#loginform p {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.page-id-69 .entry-header,
.page-id-69 a {
	text-align: center;
}

#user_pass,
#user_login {
	max-width: 250px;
}

.page-id-69 .entry-content {
	text-align: center;
}

.page-id-69 .entry-title {
	margin-top: 70px;
}

.dashboard-link {
	display: none;
}

.logged-in .dashboard-link {
	display: inline;
}

/* Presentation Page: /page */

.page-id-1412 #rollover-nav {
	display: none;
}

/* PageNew */

.page-id-2028 .entry-title {
	display: none;
}

body.page-id-2028 {
	background-image: none;
}

body.page-template-page_landing-php {
	background-image:url('http://officialpremiere.com/wp-content/uploads/2017/05/thanksbgimage.png');
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

/* Shaniah Paige page: /page */

.page-id-1415 #rollover-nav {
	display: none;
}

/* Remove on all Landing Page templates */

.page-template-page_landing-logo-php #rollovernav,
.page-template-page_landing-php #rollovernav {
	display: none;
}

/* Member's Dashboard */

#nav {
	margin-left: -10px;
}

#nav .wrap {
	max-width: 1140px;
}

#membernav ul {
	background-color: #178eba;
}

#membernav {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 101%;
	padding-top: 20px;
	max-width: 1000px;
}

#membernav .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

#membernav a {
	color: #fff;
	display: block;
	padding: 11px 10px 10px;
	padding: 1.1rem 1.0rem 1.0rem;
	position: relative;
	text-decoration: none;
}

#membernav a:hover,
#membernav .current-menu-item > a {
	background-color: #59C0E6 !important;
	color: #fff;
}

#membernav > ul li:nth-child(1) > a {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

#membernav > ul.submenu li:nth-child(1) > a {
	border-radius: 0;
}

#membernav .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
}

#membernav .sub-menu a {
	background-color: #178eba;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	position: relative;
	width: 175px;
	color: #fff;
}

#membernav .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

#membernav .menu-item:hover {
	position: static;
}

#membernav .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

#membernav > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
}

#membernav > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.page-id-69 #membernav {
	display: none;
}

.genesis-nav-menu > .right > a:hover {
	color: #3197fb;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

.page-id-69 .site-container {
	margin-top: 17%;
	margin-bottom: auto;
	max-width: 420px;
}

.page-id-69 .content {
	padding-left: 0;
}

.page-id-69 .content-sidebar-wrap {
	padding: 0;
}

.page-id-69 #membernav {
	max-width: 772px;
}

/* Premise Landing Pages */

.page-id-1412 .site-container #nav,
.page-id-5328 .site-container #nav,
.page-id-1415 .site-container #nav,
.page-id-1412 .entry-title,
.page-id-5328 .entry-title,
.page-id-1415 .entry-title {
	display: none;
}

.page-id-1412 a,
.page-id-5328 a,
.page-id-1412 a {
	color: #3F0;
}

body.page-id-1412,
body.page-id-1415, body.page-id-5328 {
	background-image: none;
}

.page-id-1412, .page-id-5328 tbody {
	border-bottom: none;
}

.page-id-1412 table,
.page-id-1412 td,.page-id-5328 table,
.page-id-5328 td  {
	border: none;
	border-color: none;
}


.page-id-1412 #rollover-nav,.page-id-5328 #rollover-nav {
	display: none;
}

.page-id-244 body.metro-pro-landing .site-container {
	max-width: 500px !important;
	width: 500px;
	padding-left: 70px;
	padding-right: 70px;
	background-color: #000;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-size: 100%;
	padding: 0;
	overflow: hidden;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 100%;
}

.title-area a {
	width: 100%;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	background-color: #f29827;
	color: #fff;
	display: inline-block;
	padding: 16px;
	padding: 1.6rem;
	text-decoration: none;
}

.title-area img {
	margin: 0 auto;
	display: block;
	max-width: 500px;
       




}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: none;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 100%;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
	width: 100%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 16px 15px 14px;
	padding: 1.6rem 1.5rem 1.4rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #f0d25c;
	color: #000;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f0d25c;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	position: relative;
	width: 175px;
	color: #000;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

nav.nav-primary,
#membernav ul {
	border-radius: 5px;
}

.sub-menu .menu-item:last-of-type a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.menu-item-520 a {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.menu-item-246 a {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	width: 103%;
	background-color: #f0d25c;
}

nav.nav-primary {
	margin-left: -10px;
	border-radius: 5px;
}

.nav-primary a {
	text-transform: uppercase;
	color: #000;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #000;
	background-color: #fff7b6;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	color: #000;
}

.nav-primary .sub-menu a:hover {
	background-color: #fff7b6;
	color: #000;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

.nav-primary .menu-item-246 {
	float: right !important;
}

.nav-primary .menu-item-246 a {
	background-color: #178eba !important;
	color: #fff !important;
	padding-left: 37px !important;
	padding-right: 38px !important;
	border-radius: 5px;
}

.nav-primary .menu-item-246 a:hover {
	background-color: #59C0E6 !important;
	color: #000 !important;
}

.nav-primary .menu-item-246 .sub-menu a {
	color: #fff !important;
}

.menu-primary>.menu-item a {
	padding-left: 30px;
	padding-right: 30px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-align: right;
	position: absolute;
	width: 100%;
	margin-top: -24px;
	height: auto;
	z-index: 10000;
}

.nav-secondary a {
	font-size: 12px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
	padding: 0.7rem;
	color: #fff;
}

.nav-secondary a:hover {
	color: #000;
}

.nav-secondary .sub-menu a:hover {
	background-color: #fff7b6;
	color: #000;
}

/*
Rollover Icon Menu
-----------------------------------------------------------------------------------------------------*/

#rollover-nav {
	position: relative;
	margin: -85px auto 10px;
	max-width: 910px;
	width: 100%;
}

#rollovernav ul {
	list-style: none;
}

#rollovernav .menu-item a,
#rollovernav .menu-item {
	float: left;
	height: 80px;
	width: 80px;
	color: transparent;
}

#rollovernav ul>li>a,
#rollovernav .menu-item {
	background-image: url(images/sprite.png);
	display: block;
}

#rollovernav li.menu-item {
	background-position-y: -160px;
}

#rollovernav .menu-item:hover a {
	transition: all .25s;
	-webkit-transition: all .25s;
	background-position-y: 0px;
	opacity: 0;
}

#rollovernav .menu-item:hover {
	transition: all .25s;
	-webkit-transition: all .25s;
	background-position-y: -240px;
	opacity: 1;
}

#rollovernav .rollover-icon-1 a {
	background-position: -240px -80px;
}

#rollovernav .rollover-icon-1 {
	background-position: -240px -80px;
}

#rollovernav .rollover-icon-2 a {
	background-position: -160px -80px;
}

#rollovernav .rollover-icon-2 {
	background-position: -160px -80px;
	margin-left: 20px;
}

#rollovernav .rollover-icon-3 a {
	background-position: 0px -80px;
	float: right;
}

#rollovernav .rollover-icon-3 {
	background-position: 0px -80px;
	float: right;
}

#rollovernav .rollover-icon-4 a {
	background-position: -80px -80px;
	float: right;
}

#rollovernav .rollover-icon-4 {
	background-position: -80px -80px;
	float: right;
	margin-right: 20px;
}

.page-id-69 #rollover-nav,
.page-id-244 #rollover-nav {
	display: none;
}

.page-template-page_landing-php #rollover-nav {
	display: none;
}

/*
Social Icons
-----------------------------------------------------------------------------------------------------*/

.simple-social-icons li.social-facebook a {
	background-color: #3b589c !important;
}

.simple-social-icons li.social-gplus a {
	background-color: #dd4b39 !important;
}

.simple-social-icons li.social-instagram a {
	background-color: #323232 !important;
}

.simple-social-icons li.social-twitter a {
	background-color: #5ea9dd !important;
}

.simple-social-icons li.social-youtube a {
	background-color: #e22b26 !important;
}

.header-widget-area .simple-social-icons ul {
	margin: 10px auto 0;
	width: 240px;
	float: none;
}

.simple-social-icons a:hover {
	background-color: #f0d25c !important;
}

section.simple-social-icons {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
}

.home-featured-slider-area .simple-social-icons {
	width: 290px;
	margin: 0 auto 20px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}

.home-middle-left,
.home-middle-right {
	width: 306px;
}

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	background: url(images/lines.png) bottom repeat-x;
	background-size: 8px 8px;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
}

.entry-content a {
	color: #71D9FF;
	text-decoration: none;
}

.entry-content a:hover {
	color: #fff7b6;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

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

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.entry-meta a {
	color: #f0d25c;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #71D9FF;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #178eba;
	color: #fff;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(images/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	margin-top: 3.2rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.after-entry .wrap {
	background-color: #333;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #3197fb;
}

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

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

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

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

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

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

.sidebar {
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #3197fb;
}


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

.footer-widgets {
	background-color: #000;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 306px;
}

.footer-widgets-1 {
	margin-right: 20px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	color: #3197fb;
}

.site-footer p {
	margin: 0;
}


/*
Gravity Forms
---------------------------------------------------------------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"] {
	outline-style: none;
	font-size: 11px;
	font-family: inherit;
	padding: 5px 2px 5px 2px;
	letter-spacing: normal;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

#gform_fields_3 .gfield label.gfield_label {
	width: 100%;
	max-height: 205px;
	height: 205px;
}

#gform_3 li[class*='gchoice']{
	padding:0.8em 1.1em !important;
	color: white;
	font-size:1.2em;
	margin:2% !important;
	width:96%;
	background-color:#666;
	border-radius:5px;
	font-weight:400;
}

#gform_3 input{
	border:0;
	border-radius:5px;
	width:32px !important;
	-webkit-appearance:none;
	background:white;
	height:32px;
	display:block;
	position:relative;

}

#gform_3 li[class*='gchoice'] label{
	margin: 0.3em 0 0 2.3em;
}

#gform_3 input:checked:after{
	display:block;
	content:'';
	background:#111;
	width:60%;
	height:60%;
	position:absolute;
	border-radius:3px;
	top:20%;
	left:20%;
}

#gform_wrapper_3 ul.gfield_radio li input[type="radio"]:checked+label{
	font-weight:400;
}

#gform_fields_3 {
	max-width: 611px;
	margin: 0 auto !important;
	display: block;
}

#gform_3 input[type="submit"] {
	background-color: #178eba;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto !important;
	height: 46px;
	margin: 0 auto;
}

#gform_3 input[type="submit"]:hover {
	background-color: #f0d25c;
	color: #333;
}

#gform_fields_3 label.gfield_label {
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_1 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/1.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_1 li[class*='gchoice']{
	background-color:#3d9ac1;
}

#gform_fields_3 #field_3_1 input:checked:after{
	background:#3d9ac1;
}


#gform_fields_3 #field_3_2 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/2.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_2 li[class*='gchoice']{
	background-color:#f6a031;
}

#gform_fields_3 #field_3_2 input:checked:after{
	background:#f6a031;
}






#gform_fields_3 #field_3_6 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/3.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_6 li[class*='gchoice']{
	background-color:#f26d7d;
}

#gform_fields_3 #field_3_6 input:checked:after{
	background:#f26d7d;
}







#gform_fields_3 #field_3_5 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/4.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_5 li[class*='gchoice']{
	background-color:#3abb5f;
}

#gform_fields_3 #field_3_5 input:checked:after{
	background:#3abb5f;
}







#gform_fields_3 #field_3_7 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/5.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_7 li[class*='gchoice']{
	background-color:#676aef;
}

#gform_fields_3 #field_3_7 input:checked:after{
	background:#676aef;
}







#gform_fields_3 #field_3_8 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/61.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_8 li[class*='gchoice']{
	background-color:#f029fc;
}

#gform_fields_3 #field_3_8 input:checked:after{
	background:#f029fc;
}







#gform_fields_3 #field_3_12 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/7.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_12 li[class*='gchoice']{
	background-color:#d4004c;
}

#gform_fields_3 #field_3_12 input:checked:after{
	background:#d4004c;
}








#gform_fields_3 #field_3_11 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/8.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_11 li[class*='gchoice']{
	background-color:#f6d263;
	color:black;
}

#gform_fields_3 #field_3_11 input:checked:after{
	background:#f6d263;
}







#gform_fields_3 #field_3_10 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/9.png);
}

#gform_fields_3 #field_3_10 li[class*='gchoice']{
	background-color:#33fef7;
	color:black;
}

#gform_fields_3 #field_3_10 input:checked:after{
	background:#33fef7;
}







#gform_fields_3 #field_3_9 label.gfield_label {
	background-image: url(http://premiereevent.com/wp-content/uploads/2014/04/10.png);
	background-repeat: no-repeat;
	max-width: 611px;
	margin: 0 auto;
	display: block;
}

#gform_fields_3 #field_3_9 li[class*='gchoice']{
	background-color:#fe3333;
}

#gform_fields_3 #field_3_9 input:checked:after{
	background:#fe3333;
}
.fname {

width:20%;
}

.headshot {
	list-style: none;
	font-weight: bold;
	

  width:100%;
  }

 .headshot input{
  padding:3px !important;
	
  
  }
  
  .photo1  {
  width: 100%;

	}
 .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
  
  .monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
  #input_13_40{
 width:100%; 
}
.startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 38%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 38%;
  }
    .experience{
	width: 200%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
  .gform_wrapper li.gfield_html {
    width: 165% !important;
	 max-width: 165% !important;
}
#input_13_4{
 margin-left:-92px; 
}
/*
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) {

    .after-entry,
    .comment-respond h3:after,
    .comment-respond h3:before,
    .entry-comments h3:after,
    .entry-comments h3:before,
    .entry,
    .widget-title:after,
    .widget-title:before {
        background-image: url(images/lines@2x.png);
    }

    .search-form input[type="search"] {
        background-image: url(images/search@2x.png);
    }

}

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

.gform_wrapper li.gfield_html {
    width: 160% !important;
	 max-width: 160% !important;
}
#input_13_4{
 margin-left:-90px; 
}


.fname {

width:22%;
}
.headshot {
	list-style: none;
	font-weight: bold;
  width:100%;
  }
   .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
  
.monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
  #input_13_40{
 width:100%; 
}
 .experience{
	width: 150%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
.startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 35%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 35%;
  }
  

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary {
		width: 272px;
	}

    .home-featured-slider-area.widget-area {
        width: 100%;
    }

    #membernav {
    	width: 948px;
    }

    #rollovernav ul {
		max-width: 960px;
	}

    #rollovernav .rollover-icon-1 {
    	margin-left: 10px;
    }

    #rollovernav .rollover-icon-1 {
    	margin-right: 10px;
    }
	
}

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

.gform_wrapper li.gfield_html {
    width: 155% !important;
	 max-width: 155% !important;
}
#input_13_4{
 margin-left:-60px; 
}

.fname {

width:30%;
} 
.experience{
	width: 140%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
.headshot {
	list-style: none;
	font-weight: bold;
	
 
  width:100%;
  }
     .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
  .monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
  #input_13_40{
 width:100%; 
}
  .startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 34%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 34%;
  }
	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: left;
	}

	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none !important;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

	.simple-social-icons div.widget-wrap {
		float: none;
		margin: 0 auto;
	}

    .flex-direction-nav {
        display: none;
    }

    .metro-pro-home .slide-excerpt h2 {
        margin: 0px 15px 0px;
        font-size: 1.5rem;
    }
    
    .nav-primary {
    	text-align: center;
    }

    #membernav {
    	max-width: 753px;
    	width: 102%;
    	text-align: center;
    }

    .site-container #rollover-nav {
		position: relative;
		margin: 5px auto 0px;
    }

    #rollover-nav .wrap {
    	max-width: 100%;
    	width: 100%;
    	display: inline-block;
    }

    #rollovernav {
    	margin: 0px auto 0;
    }

 	#rollovernav ul {
		margin: 0 auto;
		width: 360px;
		margin-top: 0;
	}

	#rollovernav ul .menu-item {
		margin: 0 5px;
	}

    #rollovernav .rollover-icon-4 {
    	margin-right: 10px;
    }

    #rollovernav .rollover-icon-3,
    #rollovernav .rollover-icon-4,
    #rollovernav .rollover-icon-2,
    #rollover-nav #rollovernav .rollover-icon-1 {
    	float: left !important;
    }

}

@media only screen and (max-width: 767px) {
.gform_wrapper li.gfield_html {
    width: 125% !important;
	 max-width: 125% !important;
}
#input_13_4{
 margin-left:-20px; 
}
.fname {

width:30%;
}
.headshot {
	list-style: none;
	font-weight: bold;
	

  width:100%;
  }   
  .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
  .monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
  
  #input_13_40{
 width:100%; 
}
 .experience{
	width: 110%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
.startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 27%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 27%;
  }
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer-widgets,
	.site-container {
		width: 94%;
	}

	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
	}

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.footer-widgets {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}

	.metro-pro-home .slide-excerpt p {
		display: none;
	}

	.metro-pro-home .slide-excerpt {
		width: 95%;

	}

    .metro-pro-home .nav-primary {
        margin-left: -10px;
    }

    .slide-background {
        display: none;
    }

    .metro-pro-home div.slide-excerpt {
        margin-top: 30%;
        opacity: 0.8 !important;
        width: auto;
        height: auto;
    }

    .metro-pro-home .slide-excerpt h2 {
        margin: 0px 15px 0px;
        font-size: 1.75rem;
    }

    .home-featured-slider-area .simple-social-icons .alignright {
        width: 290px;
        margin: 0 auto;
    }

    .metro-pro-home .youtube_gallery_center {
        width: 210px;
        margin-left: auto;
        margin-right: auto;
    }

    #rollovernav ul {
		max-width: 565px;
	}

	.page-template-page_landing-logo-php .one-half.first {
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 560px) {
.gform_wrapper li.gfield_html {
    width: 115% !important;
	 max-width: 115% !important;
}
#input_13_4{
 margin-left:0px; 
}
    .fname {

width:43%;
}
.headshot {
	list-style: none;
	font-weight: bold;
	

  width:100%;
  }
  
     .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
  .monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
  #input_13_40{
 width:100%; 
} 
.experience{
	width: 100%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
  .startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 20%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 20%;
  }
	.genesis-nav-menu > .menu-item{
		width:32.1% !important;
	}

	#rollover-nav {
		margin-top: 180px;
	}

	#gform_fields_3 .gfield > label.gfield_label {
		max-width: 100%;
		background-size: contain;
	}

	.page-template-page_landing-logo-php iframe {
		max-height: 317px;
	}

	.title-area img {
		max-width: 100%;
                margin-left:-6px;
	}
}

@media only screen and (max-width: 480px) {
.gform_wrapper li.gfield_html {
    width: 105% !important;
	 max-width: 105% !important;
}
#input_13_4{
 margin-left:0px; 
}
.fname {

width:65%;
}
.headshot {
	list-style: none;
	font-weight: bold;
	
  width:100%;
  }
     .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
  .monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
   .experience{
	width: 100%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
  #input_13_40{
 width:100%; 
}
  .startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 15%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 15%;
  }
	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

    .metro-pro-home .slide-excerpt {
        display: none;
    }

    #rollover-nav {
		margin-top: 140px;
	}

    div#membernav > ul > li,
    .genesis-nav-menu > .menu-item {
    	width: 32.0%;
    }

    div#membernav ul li a,
    .genesis-nav-menu .menu-item a {
		text-align: center;
		padding: 7px 5px !important;
    }

    #menu-item-246 a {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
    	text-align: center;
    }

    nav.nav-primary .wrap,
    #nav .wrap {
    	max-width: 395px;
    }

    #gform_fields_3 .gfield > label.gfield_label {
    	height: 135px;
    }

    .page-template-page_landing-logo-php iframe {
    	max-height: 273px;
    }
}

@media only screen and (max-width: 380px) {
.gform_wrapper li.gfield_html {
    width: 100% !important;
	 max-width: 100% !important;
}
#input_13_4{
 margin-left:0px; 
}
.fname {

width:70%;
}
.headshot {
	list-style: none;
	font-weight: bold;
	

  width:100%;
  }
     .photo1 input{
  padding:3px !important;	
  width:100% !important;	
  }
   .experience{
	width: 100%;
list-style: none;
float: left;
margin-bottom:10px !important;
	font-weight: bold;
  
  }
  .monthselect {
  width:50%; 
	float:left;
  }
.yearselect {
  width:50%; 
  float:left;
  }
  
  #input_13_40{
 width:100%; 
}
  .startform{
	
	float: right;width: 100%;top: 0px;position: relative;border:2px solid #f0d25c;padding:10px 5%;
  }

.startformsecond{
	
	float: right;width: 100%;top: 0px;position: relative;padding:10px 5%;
  }
    div.site-inner {
    	margin-left: 0;
    }

    div#membernav > ul > li,
    .genesis-nav-menu > .menu-item {
    	width: 30.0%;
    }

    #membernav ul{
    	max-width: 220px;
    	margin-left: 10px;
    	margin: 0 auto;
    	font-size: 12px;
    }

    .metro-pro-home nav.nav-primary {
    	font-size: 12px;
    	max-width: 220px;
    	margin-top: 80px;
    	margin: 0 auto;
    }

    .site-container div#nav {
    	max-width: 220px;
    	margin: 0 auto;
    	width: 100%;
    }

    #rollover-nav {
		margin-top: 70px;
	}

	#rollovernav,
	#rollovernav ul {
		width: 200px !important;
	}

	#rollovernav ul .menu-item,
	#rollovernav ul .menu-item a {
		background-size: 160px;
		height: 40px;
		width: 40px;
	}

	#rollovernav li.rollover-icon-3 {
		background-position: 0px -80px;
	}

	#rollovernav li.rollover-icon-3:hover {
		background-position-y: -120px;
	}

	#rollovernav li.rollover-icon-4 {
		background-position: -40px -80px;
	}

	#rollovernav li.rollover-icon-4:hover {
		background-position-y: -120px;
	}

	#rollovernav li.rollover-icon-2 {
		background-position: -80px -80px;
	} 

	#rollovernav li.rollover-icon-2:hover {
		background-position-y: -120px;
	} 

	#rollovernav li.rollover-icon-1 {
		background-position: -120px -80px;
	}

	#rollovernav li.rollover-icon-1:hover{
		background-position-y: -120px;
	}

	#rollovernav .rollover-icon-3 a {
		background-position: 0px -40px;
	}

	#rollovernav .rollover-icon-4 a {
		background-position: -40px -40px;
	}

	#rollovernav .rollover-icon-2 a {
		background-position: -80px -40px;
	} 

	#rollovernav .rollover-icon-1 a {
		background-position: -120px -40px ;
	}

	#rollovernav .rollover-icon-1 a:hover {
		background-position-y: 0px;
	}

	.home-featured-slider-area .simple-social-icons .alignright {
		width: 150px;
	}

	.home-featured-slider-area .simple-social-icons {
		width: 158px;
	}

	#gform_fields_3 .gfield > label.gfield_label {
    	height: 85px;
    }
}

.hidden-field {
	display: none !important;
}
.simple-social-icons ul li.social-pinterest a {
    background: red !important;
}
.simple-social-icons ul li.social-pinterest a:hover {
    background: #f0d25c !important;
}


#custom-socialv{margin-left:auto; margin-right:auto; width:268px;}
#custom-socialv a.top25iconsv {
    margin-right: 10px !important;}

#rollovernav ul>li>a, #rollovernav .menu-item {
  background-image: url(http://officialpremiere.com/wp-content/uploads/2016/03/sprite-1.png);
}


.imgupload{
	width:60%;
  }
.imgupload input{
	padding:63px 39px;
  }



.lname{
width: 20%;

}


  
  .location{
	width: 20%;

	}


.city{
	 width: 20%;


	}
	
		
	
  .state{
	 width: 20%;

	}
	

  .country{
	 width: 20%;

	}
  .imdb{
	 width: 20%;

	}
  .IMDB{
	 width: 20%;

	}



  .twitter{
	 width: 20%;

	}

  .Instagram{
	 width: 20%;
	}

 .Facebook {
  width: 20%;

	}
  

  
  .linkwork{
	    width: 20%;
    float: left;
}

#input_13_37_6_label{
  display:none;
}
  
  
 .youtube{
   width: 20%;
		
  }
  



 .movies{
	width: 20%;

}

  .etc {
  width: 20%;

}



.youtubeselectnew{
   width: 20%;

	
  }


 .moviesselect{
	width: 20%;

}



  .etcselect {
  width: 20%;
	   
}

  
.etcimg div{
 
    margin-top: -9px;

}
	

   .youtubeimg{
   width: 30%;
	float: left;
	
padding: 2px;
  }
  
  .etcimg {
  width: 30%;
	float: left;
    
padding: 2px;
}
 .moviesimg{
	width: 30%;
	float: left;
  
padding: 2px;
		
	  }




#field_13_43{
 width:100%; 
  	float:left;
}

  
#field_13_41 label{
  
 display:none; 
}
#field_13_40 label{
  
 display:none; 
}


  .htmldivide{
	
	font-weight: 700;
font-size: inherit;
width: 100%;
float: left;
  }
  

	
  #formidd ul li{
	
	list-style:none;
  }

 
 .gfield_required {
    color: #f0d25c !important;
    margin-left: 4px;
}


.gform_wrapper label.gfield_label:{
font-size: small;
    font-weight: 700;
	  }

.programselect{
	
	width:30%;
	float:left;
	
  }

.col-section-1 {
		width:32% !important;
	}
		
		.col-section-2 {
		width:33% !important;
	}
	.col-section-3 {
		width:32% !important;
	}

.col-section-1 .wpvl_auto_thumb_box{
	width: 100%  !important;
    height: auto !important;
}

.col-section-1 .wpvl_auto_thumb_box img{
	 width: 98%  !important;
    height: auto !important; 
}


.col-section-1 .wpvl_auto_thumb_play{
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
   -moz-transform: translate(-50%, -50%); /* Firefox */
   -ms-transform: translate(-50%, -50%); /* IE 9 */
   -o-transform: translate(-50%, -50%); /* Opera */  
}
.col-section-2 .wpvl_auto_thumb_box{
	width: 100%  !important;
    height: auto !important;
}

.col-section-2 .wpvl_auto_thumb_box img{
	 width: 98%  !important;
    height: auto !important; 
}


.col-section-2 .wpvl_auto_thumb_play{
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
   -moz-transform: translate(-50%, -50%); /* Firefox */
   -ms-transform: translate(-50%, -50%); /* IE 9 */
   -o-transform: translate(-50%, -50%); /* Opera */  
}
.col-section-3 .wpvl_auto_thumb_box{
	width: 100%  !important;
    height: auto !important;
}

.col-section-3 .wpvl_auto_thumb_box img{
	 width: 98%  !important;
    height: auto !important; 
}


.col-section-3 .wpvl_auto_thumb_play{
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
   -moz-transform: translate(-50%, -50%); /* Firefox */
   -ms-transform: translate(-50%, -50%); /* IE 9 */
   -o-transform: translate(-50%, -50%); /* Opera */  
}

.user-reviews1{
float:left; padding-left:29px; width:100%;
}

.story-user-img1{
float:left;margin-right:10px;
width:36%;
}
.story-user-desc1{
float:left;
width:36%;
}
#field_13_6new{
width:175%;
}

#field_13_9new{
list-style:none;margin-top:0px;float:left;margin-bottom:10px;width:100%;

}


@media only screen and (max-width: 1139px) {
.user-reviews1{
float:left; padding-left:29px; width:100%;
}
.story-user-img1{
float:left;margin-right:10px;
width:36%;
}
.story-user-desc1{
float:left;
width:36%;
}
.col-section-1 {
		width:32% !important;
	}
		
		.col-section-2 {
		width:33% !important;
	}
	.col-section-3 {
		width:32% !important;
	}


#field_13_9new{
list-style:none;margin-top:0px;float:left;margin-bottom:10px;width:100%;

}


}
@media only screen and (max-width: 1023px) {
.user-reviews1{
float:left; padding-left:29px; width:100%;
}

.story-user-img1{
float:left;margin-right:10px;
width:36%;
}
.story-user-desc1{
float:left;
width:36%;
}
#field_13_6new{
width:229%;
}

#field_13_9new{
list-style:none;margin-top:0px;float:left;margin-bottom:10px;width:100%;

}

	.col-section-1 {
		width:32% !important;
	}
		
		.col-section-2 {
		width:33% !important;
	}
	.col-section-3 {
		width:32% !important;
	}

}

	@media only screen and (max-width: 767px) {
	.user-reviews1{
float:left; padding-left:20px; width:100%;
}
.story-user-img1{

width:100%;
text-align:center;
}
.story-user-desc1{
text-align:center;
width:100%;
}
#field_13_6new{
width:100%;
}
#field_13_9new{
list-style:none;margin-top:0px;margin-bottom:10px;width:100%;
text-align:center;

}

		.col-section-1 {
		width:100% !important;
	}
		
		.col-section-2 {
		width:100% !important;
	}
	.col-section-3 {
		width:100% !important;
	}
	}
@media only screen and (max-width: 560px) {
#field_13_9new{
list-style:none;margin-top:0px;margin-bottom:10px;width:100%;
text-align:center;

}

.user-reviews1{
float:left; padding-left:9px; width:100%;
}
.story-user-img1{

width:100%;
}
.story-user-desc1{

width:100%;
}
		.col-section-1 {
		width:100% !important;
	}
		
		.col-section-2 {
		width:100% !important;
	}
	.col-section-3 {
		width:100% !important;
	}
		  
	.gf_browser_gecko.gform_wrapper li.gfield.Facebook,
	.gf_browser_gecko.gform_wrapper li.gfield.IMDB {
		width:20% !important;
	}
			  
	.story-user-img, .story-user-desc{
		width:100% !important;		
	}
				  
}

@media only screen and (max-width: 480px) {
#field_13_9new{
list-style:none;margin-top:0px;margin-bottom:10px;width:100%;
text-align:center;

}

.user-reviews1{
float:left; padding-left:9px; width:100%;
}
.story-user-img1{

width:100%;
}
.story-user-desc1{

width:100%;
}
		.col-section-1 {
		width:100% !important;
	}
		
		.col-section-2 {
		width:100% !important;
	}
	.col-section-3 {
		width:100% !important;
	}
		  
	.gf_browser_gecko.gform_wrapper li.gfield.Facebook,
	.gf_browser_gecko.gform_wrapper li.gfield.IMDB {
		width:20% !important;
	}
			  
	.story-user-img, .story-user-desc{
		width:100% !important;		
	}
				  
}
@media only screen and (max-width: 380px) {
#field_13_9new{
list-style:none;margin-top:0px;margin-bottom:10px;width:100%;
text-align:center;

}
.user-reviews1{
float:left; padding-left:21px; width:100%;
}
.story-user-img1{

width:100%;
}
.story-user-desc1{

width:100%;
}
	.col-section-1 {
		width:100% !important;
	}
		
		.col-section-2 {
		width:100% !important;
	}
	.col-section-3 {
		width:100% !important;
	}  
	.gf_browser_gecko.gform_wrapper li.gfield.Facebook,
	.gf_browser_gecko.gform_wrapper li.gfield.IMDB {
		width:20% !important;
	}
			  
	.story-user-img, .story-user-desc{
		width:100% !important;		
	}
				  
}

div.site-inner {
    margin: auto !important;
    width: 100%;
}

#genesis-responsive-slider {
    background-color: #000 !important;
    border: 10px solid #000 !important;
    margin: 0 auto;
    padding: 0px 10px !important;
    position: relative;
}

.slide-excerpt-border {
    background: none;
    border: 1px solid #000 !important;
    display: inline;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    z-index: 8;
}
.entry-time{
    display:none;
}
.entry-meta{
height:20px;
}






