/*
	Theme Name: Eldora Child Theme
	Theme URI: http://www.eldoraspeedway.com/
	Description: Eldora child theme created for the Genesis Framework.
	Author: IDKWTM LLC
	Author URI: http://www.idkwtm.com/
	Version: 1.0

	Template: genesis
	Template Version: 1.8.2

	License: All rights reserved
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
/* Defaults
------------------------------------------------------------ */

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
    color: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

input, label, select, textarea {
    color: #333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

li, ol, ul {
    margin: 0;
    padding: 0;
}

    ol li {
        list-style-type: decimal;
    }

strong {
    font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
    color: #0F1F43;
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: medium none;
        vertical-align: bottom;
    }
/* Body
------------------------------------------------------------ */

body {

    background-color: #000;
}

    body.splash {
        background-image: url( 'images/body_background_fin_splash.png' ) !important;
    }

::-moz-selection {
    background-color: #0d72c7;
    color: #fff;
}

::selection {
    background-color: #0d72c7;
    color: #fff;
}
/* Wrap
------------------------------------------------------------ */

#wrap {
    margin: 0 auto;
    width: 980px;
    padding: 0;
    position: relative;
}
#wrap.fixed {
    margin-top: 150px;
}
/* Header
------------------------------------------------------------ */

#header {
    margin: 0 auto;
    min-height: 135px;
    width: 100%;
    position: relative;    
    z-index: 999;
    top: 0;
}
#header.fixed {
    position: fixed;
    height: 60px;
    min-height: 60px;
}

#logo {
    position: absolute;
    display: inline;
    top: 22px;
    left: -6px;
    z-index: 1000;
}

#logo-title {
    position: absolute;
    display: inline;
    top: 53px;
    left: 129px;
}

#title-area {
    display: none;
    float: left;
    overflow: hidden;
    padding: 17px 0 0;
    width: 400px;
}

#title {
    font-family: 'Open Sans', arial, serif;
    font-size: 36px;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

    #title a, #title a:hover {
        color: #333;
        padding: 0 0 0 20px;
        text-decoration: none;
    }

#description {
    font-size: 14px;
    padding: 0 0 0 20px;
}

#header .widget-area {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
    width: 510px;
}

    #header .widget-area .widget {
        /* float: right; */
    }

    #header .widget-area .textwidget {
        padding: 0;
        text-align: right;
    }

        #header .widget-area .textwidget a {
            margin-left: 10px;
        }
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 400px;
}

.header-image #description {
    display: block;
    overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
    width: 100%;
}
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#header .widget-area .widget_text {
    padding-top: 5px;
}

.menu-primary, .menu-secondary, #header .menu {
    clear: both;
    color: #333;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

/*#header .menu {
    border: 1px solid #ddd;
    box-sizing: border-box;
}*/

.menu-primary {
    border: none;
}

.menu-secondary {
    border: none;
}

    .menu-primary ul, .menu-secondary ul { /*, #header .menu ul*/
        float: left;
        width: 100%;
    }

    .menu-primary li, .menu-secondary li { /*, #header .menu li*/
        float: left;
        list-style-type: none;
        margin-right: 0;
    }

    .menu-primary a, .menu-secondary a { /*, #header .menu a*/
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 7px 15px 7px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu-primary li a:active, .menu-primary li a:hover, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a, .menu-secondary li a:active, .menu-secondary li a:hover, .menu-secondary .current_page_item a, .menu-secondary .current-cat a, .menu-secondary .current-menu-item a {
        /*, #header .menu li a:active, #header .menu li a:hover, #header .menu .current_page_item a, #header .menu .current-cat a, #header .menu .current-menu-item a*/

        background-color: #C83129;
        color: #fff;
    }

    .menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
        background: none;
        background-color: #151f43;
        border: 1px solid #212a4d;
        border-top: none;
        color: #fff;
        font-size: 13px;
        padding: 9px 10px 8px;
        position: relative;
        text-transform: none;
        width: 228px; /* 138px; */
        font-weight: normal;
    }

        .menu-primary li li a:active, .menu-primary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:hover, #header .menu li li a:active, #header .menu li li a:hover {
            background-color: #1a3d81;
            color: #fff;
        }

    .menu-primary li ul, .menu-secondary li ul, #header .menu li ul {
        height: auto;
        left: -9999px;
        margin: 0 0 0 -1px;
        position: absolute;
        width: 250px; /* 160px; */
        z-index: 9999;
    }

        .menu-primary li ul a, .menu-secondary li ul a, #header .menu li ul a {
            width: 140px;
        }

        .menu-primary li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
            margin: -36px 0 0 159px;
        }

.menu li:hover ul ul, .menu li.sfHover ul ul {
    left: -9999px;
}

.menu li:hover, .menu li.sfHover {
    position: static;
}

ul.menu li:hover > ul, ul.menu li.sfHover ul, #header .menu li:hover > ul, #header .menu li.sfHover ul {
    left: auto;
}

.menu-primary li a.sf-with-ul, .menu-secondary li a.sf-with-ul, #header .menu li a.sf-with-ul {
    /*padding-right: 25px;*/
}

.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
    /* background: url(images/icon-plus.png) no-repeat; */
    height: 16px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 10px;
    width: 16px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
    float: right;
    padding: 7px 15px 6px;
}

    .menu li.right a {
        background: none;
        border: none;
        color: #333;
        display: inline;
        text-decoration: none;
    }

        .menu li.right a:hover {
            color: #0d72c7;
            text-decoration: none;
        }

.menu li.search {
    padding: 0 10px;
}

.menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
}

.menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
}
/* Inner
------------------------------------------------------------ */

#inner {
    margin: 0 auto;
    padding-top: 15px;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    font-size: 14px;
    margin: -10px 0 30px;
    padding: 5px 10px;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    background-color: #fff;
    margin: -10px 0 30px;
    padding: 0 0 15px;
}

    .taxonomy-description p {
        font-size: 14px;
        padding: 15px 15px 0;
    }
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    width: 750px;
}

.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
    width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
    float: right;
}
/* Content
------------------------------------------------------------ */

.home #content, .page-id-26 #content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#content {
    float: left;
    padding: 0; /* padding: 10px 0; */
    width: 410px;
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
}

    #content h3 {
    }

    #content p {
        color: #000000;
        font-size: 13px;
    }

.content-sidebar #content, .sidebar-content #content {
    width: 620px;
    background-image: url( 'images/grunge_tile_light.png' );
    padding: 20px;
    min-height: 510px;
}

    .content-sidebar #content p {
        color: #191919;
    }

.page-template-page-dark-php.content-sidebar #content, .page-template-page-dark-php.sidebar-content #content {
    background-image: url( 'images/grunge_tile_dark.png' );
}

.page-template-page-white-php.content-sidebar #content, .page-template-page-white-php.sidebar-content #content {
    background: #fff;
}

.page-template-page-dark-php.content-sidebar #content {
    color: white;
}

    .page-template-page-dark-php.content-sidebar #content p {
        color: white;
    }

.sidebar-content #content, .sidebar-sidebar-content #content {
    float: right;
}

.full-width-content #content {
    background-image: url("images/grunge_tile_light.png");
    padding: 20px;
    width: 940px;
}

.page-template-page-white-php #content {
    background: #fff !important;
}

.home #content, .page-id-26 #content {
    background: none !important;
    padding: 0 !important;
    width: 980px !important;
}

.post {
    margin: 0 0 40px;
}

.entry-content p {
    margin: 0 0 10px;
}

blockquote {
    background: url(images/blockquote.png) no-repeat;
    border: none;
    margin: 5px 5px 20px;
    padding: 25px 30px 5px 70px;
}

    blockquote p {
        color: #999;
        font-style: italic;
    }

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}
/* 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: 0 0 20px;
    padding-left: 3%;
}

.one-half, .three-sixths, .two-fourths {
    width: 48%;
}

.one-third, .two-sixths {
    width: 31%;
}

.four-sixths, .two-thirds {
    width: 65%;
}

.one-fourth {
    width: 22.5%;
}

.three-fourths {
    width: 73.5%;
}

.one-fifth {
    width: 17.4%;
}

.two-fifths {
    width: 37.8%;
}

.three-fifths {
    width: 58.2%;
}

.four-fifths {
    width: 78.6%;
}

.one-sixth {
    width: 14%;
}

.five-sixths {
    width: 82%;
}

.first {
    clear: both;
    padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even, .genesis-grid-odd {
    margin: 0 0 20px;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
    font-family: 'Open Sans', arial, serif;
    line-height: 1.25;
    margin: 0 0 10px;
}

h1 {
    font-size: 30px;
}

.taxonomy-description h1 {
    margin: 0;
}

h2, h2 a, h2 a:visited {
    font-size: 28px;
}

    h2 a, h2 a:visited {
        color: #C83129;
        font-family: 'Open Sans', arial, serif;
    }

        h2 a:hover {
            color: #C83129;
            text-decoration: none;
        }

.widget-area h2, .widget-area h2 a {
    font-size: 14px;
    margin: 0 0 5px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.taxonomy-description h1, .widget-area h4 {
    font-size: 14px;
    padding: 9px 10px 8px;
}

    .widget-area h4 a {
        color: #333;
        text-decoration: none;
    }

#footer-widgets h4 {
    background: none;
    border: none;
    padding: 0;
}

h5 {
    font-size: 18px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px;
}

    .archive-page ul li, .entry-content ul li {
        list-style-type: square;
        margin: 0 0 0 30px;
        padding: 0;
    }

    .entry-content ol li {
        margin: 0 0 0 35px;
    }

    .archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
        padding: 0;
    }
/* Post Info
------------------------------------------------------------ */

.post-info {
    font-size: 14px;
    margin: -5px 0 15px;
}
/* Post Meta
------------------------------------------------------------ */

.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 14px;
    padding: 5px 0 0;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
    background-color: #f5f5f5;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}

    .author-box p {
        font-size: 14px;
    }
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    background-color: #f5f5f5;
    margin: -10px 0 40px;
    padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0 0;
    width: 45%;
}
/* Post Icons
------------------------------------------------------------ */

.post-comments, .tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}
/* Images
------------------------------------------------------------ */

img {
    /*
	height: auto;
	max-width: 100%;
	*/
}

.avatar, .featuredpage img, .featuredpost img, .post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
}

.post-image {
    margin: 0 10px 10px 0;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 0 0 10px;
}

img.centered, .aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.wp-caption {
    padding: 5px;
    text-align: center;
}

p.wp-caption-text {
    font-size: 14px;
    margin: 5px 0;
}

.wp-smiley, .wp-wink {
    border: none;
    float: none;
}

.gallery-caption {
}
/* Post Navigation
------------------------------------------------------------ */

.navigation {
    font-size: 14px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

    .navigation li {
        display: inline;
    }

        .navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
            border: 1px solid #ddd;
            padding: 5px 8px;
        }

            .navigation li a:hover, .navigation li.active a {
                background-color: #f5f5f5;
            }
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    width: 320px;
}

#sidebar-alt {
    float: left;
    width: 150px;
}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
    float: left;
}

.content-sidebar-sidebar #sidebar-alt {
    float: right;
}

.sidebar p {
    font-size: inherit;
}

.sidebar .widget {
    margin: 0 0 15px;
}

.sidebar.widget-area ol, .sidebar.widget-area ul, .widget-area .textwidget, .widget_tag_cloud div div {
    padding: 0 15px;
}

    .sidebar.widget-area ul li, #footer-widgets .widget-area ul li {
        border-bottom: 1px solid #ddd;
        list-style-type: none;
        margin: 0 0 7px;
        padding: 0 0 5px;
        word-wrap: break-word;
    }

    .sidebar.widget-area ul ul li {
        border: none;
        margin: 0;
    }
/* Dropdowns
------------------------------------------------------------ */

.widget_archive select, #cat {
    display: inline;
    margin: 5px 15px 0;
    padding: 3px;
    width: 85%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}

    .featuredpage .page, .featuredpost .post {
        border-bottom: 1px solid #ddd;
        margin: 0 0 5px;
        overflow: hidden;
        padding: 0 15px 10px;
    }

#footer-widgets .featuredpage .page, #footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}

.more-from-category {
    padding: 5px 15px 0;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}

    .user-profile p {
        padding: 5px 15px 0;
    }

    .user-profile .posts_link {
        padding: 0 15px;
    }
/* Buttons
------------------------------------------------------------ */

input[type="button"], input[type="submit"] {
    background: url(images/gradient.png) 0 0;
    border: 1px solid #ccc;
    cursor: pointer;
    line-height: 19px;
    padding: 5px 7px;
    text-decoration: none;
}

input:hover[type="button"], input:hover[type="submit"] {
    background: url(images/gradient.png) 0 -33px;
    text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */

/*#header .searchform {
    float: right;
    margin-left: 10px;
}*/

.sidebar .searchform {
    padding: 5px 0 0 15px;
}

.s {
    margin: 10px -7px 0 0;
    padding: 6px 5px;
    width: 146px;
}

#nav .s, .widget_search .s {
    background-color: transparent;
    background-image: url( 'images/search_box.png' );
    border: none;
    margin: 2px -11px 0 0;
    font-size: 13px;
}

#nav .searchsubmit, .widget_search .searchsubmit {
    display: none;
}
/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
    padding: 0 15px 5px;
}

.enews #subscribe {
    padding: 0 0 0 15px;
}

.enews #subbox {
    margin: 5px -7px 0 0;
    padding: 6px 5px;
    width: 75%;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
    width: 100%;
}

    #wp-calendar caption {
        font-size: 13px;
        font-style: italic;
        padding: 2px 5px 0 0;
        text-align: right;
    }

    #wp-calendar thead {
        background-color: #f5f5f5;
        font-weight: bold;
        margin: 10px 0 0;
    }

    #wp-calendar td {
        background-color: #f5f5f5;
        padding: 2px;
        text-align: center;
    }
/* Footer Widgets
------------------------------------------------------------ */

/*#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#footer-widgets .textwidget {
	padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}
#footer-widgets ul {
	margin: 0;
}
#footer-widgets ul li {
	margin: 0 0 0 20px;
}
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}
.footer-widgets-2 {
	float: left;
	width: 280px;
}
.footer-widgets-3 {
	float: right;
	width: 280px;
}*/
/* Footer
------------------------------------------------------------ */

/*#footer {
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	/*padding-top: 15px;*/
background-color: #000;
}

*/
/*#footer .wrap {
	overflow: hidden;
	padding: 10px 0;
}
#footer p {
	font-size: inherit;
}*/
#footer a, #footer a:visited {
    /* color: #333; */
}

.footer a:hover {
    color: #0d72c7;
    text-decoration: none;
}

.footer .gototop {
    float: left;
    width: 200px;
}

.footer .creds {
    float: right;
    text-align: right;
    width: 650px;
}
/* Comments
------------------------------------------------------------ */

#comments, #respond {
    margin: 0 0 15px;
    overflow: hidden;
}

#author, #comment, #email, #url {
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}

.ping-list {
    margin: 0 0 40px;
}

    .comment-list ol, .ping-list ol {
        padding: 10px;
    }

    .comment-list li, .ping-list li {
        font-weight: bold;
        list-style-type: none;
        margin: 15px 0 5px;
        padding: 10px 15px;
    }

        .comment-list li ul li {
            list-style-type: none;
            margin-right: -16px;
        }

.comment-content p {
    font-size: 14px;
    margin: 0 0 20px;
}

.comment-list cite, .ping-list cite {
    font-style: normal;
}

.commentmetadata {
    font-size: 13px;
    margin: 0 0 5px;
}

.reply {
    font-size: 14px;
    font-weight: 300;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
}

.thread-alt, .thread-even {
    background-color: #191919;
}

.alt, .depth-1, .even {
    border: 1px solid #090909;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
    box-sizing: border-box;
    font-size: 14px !important;
    padding: 4px 5px !important;
}

div.gform_footer input.button {
    color: #333;
}

div.gform_wrapper .ginput_complex label {
    font-size: 14px;
}

div.gform_wrapper li, div.gform_wrapper form li {
    margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {
    .menu-primary li, .menu-primary li ul, .menu-primary li ul a, .menu-secondary li, .menu-secondary li ul, .menu-secondary li ul a, #header .menu li, #header .menu li ul, #header .menu li ul a {
        width: 100%;
    }

    .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 {
        padding: 0;
        width: 100%;
    }

    .menu-primary li a, .menu-secondary li a, #header .menu li a {
        margin: 0;
        padding: 7px 3%;
    }

    .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
        background: url(images/icon-plus-white.png) right no-repeat;
    }

    .menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
        background: none;
        color: #fff;
        padding: 7px 3%;
        width: 94%;
    }

    .menu-primary li ul, .menu-secondary li ul, #header .menu li ul {
        background: #333;
        clear: both;
        margin: 0;
        padding: 0;
        position: inherit;
    }

        .menu-primary li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
            background: #666;
        }

            .menu-primary li ul ul ul, .menu-secondary li ul ul ul, #header .menu li ul ul ul {
                background: #999;
            }

        .menu-primary li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
            margin: 0;
        }
}

@media only screen and (max-width: 960px) {
    body {
        width: 100%;
        margin: 0 auto;
    }

    .archive-page, .content-sidebar #content, .content-sidebar-sidebar #content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .full-width-content #content, .sidebar, .sidebar-content #content, .sidebar-content-sidebar #content, .sidebar-sidebar-content #content, #content-sidebar-wrap, #footer .creds, #footer .gototop, #footer-widgets .wrap, #header .widget-area, #sidebar-alt, #title-area, #wrap {
        width: 100%;
    }

    #wrap {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

    #description, #footer .creds, #footer .gototop, #title, #title-area {
        float: none;
        text-align: center;
    }

    #title-area {
        padding: 10px 0;
    }

    #description, #title a, #title a:hover {
        padding: 0;
    }

    #header .widget-area {
        padding: 0 0 10px;
    }

    #header .searchform {
        /*float: none;*/
        padding: 0;
        text-align: center;
    }

    #header .s {
        margin: 0 -7px 0 0;
    }

    .menu li.right {
        display: none;
    }

    #inner {
        padding: 20px 0 0;
    }

    .breadcrumb, .navigation, .sidebar .widget, .taxonomy-description {
        margin: 0 20px 20px;
    }

    #content {
        padding: 0;
    }

    .page .page, .post, #comments, #respond {
        padding: 0 20px;
    }

    .author-box {
        margin: 0 20px 40px;
    }

    #footer-widgets .widget {
        padding: 20px 20px 0;
    }

    #footer-widgets .wrap {
        padding: 0;
    }

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        margin: 0;
    }
}
/* Eldora Custom
------------------------------------------------------------ */

#nav {
    width: 80%;
    /*position: absolute;*/
    top: 100px;
    left: 140px;
    z-index: 1000;
}

#footer_text {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
}

    #footer_text .copyright {
        display: inline-block;
        line-height: 28px;
        color: #fff;
    }

#footer_menu {
    display: inline-block;
    float: right;
}

    #footer_menu ul {
        list-style: none;
        float: left;
    }

    #footer_menu li {
        float: left;
        list-style: none;
    }

        #footer_menu li:before {
            content: '|';
            display: inline-block;
            float: left;
            line-height: 28px;
        }

        #footer_menu li a {
            display: block;
            padding: 5px 10px 5px 15px;
        }

#footer_widgets {
    margin-bottom: 20px;
    overflow: hidden;
}

    #footer_widgets ul {
        list-style: none;
    }

    #footer_widgets li {
        list-style: none;
    }

    #footer_widgets > ul > li {
        float: left;
        display: inline-block;
        padding-left: 40px;
        background-image: url( 'images/footer_li_background.jpg' );
        background-repeat: no-repeat;
        background-position: 20px 0;
        min-height: 255px;
    }

        #footer_widgets > ul > li:first-child {
            padding-left: 0;
            background-image: none;
        }

    #footer_widgets .widgettitle {
        text-transform: uppercase;
        font-size: 14px;
    }

    #footer_widgets .widget_nav_menu li {
        line-height: 24px;
    }

.home #inner, .page-id-26 #inner {
    padding-top: 0;
}

#uds-billboard-wrapper {
    margin-bottom: 0 !important;
}

#feature_content {
    background-image: url("images/grunge_tile_dark.png");
    float: left;
    height: 516px;
    position: relative;
    width: 670px;
}

#feature_post {
    z-index: 999;
}

#feature_thumbnails {
    background: none repeat scroll 0 0 #E6E6E6;
    padding: 10px 10px 5px;
    position: absolute;
    right: 10px;
    top: 387px;
    z-index: 1000;
}

.feature_thumbnail {
    width: 36px;
    height: 25px;
    cursor: pointer;
}

#feature_image {
    display: inline-block;
    width: 650px;
    height: 366px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#feature_title {
    color: #FFFFFF;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 380px;
    width: 465px;
}

    #feature_title a {
        color: #fff;
    }

#feature_entry {
    height: 95px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 448px;
    width: 650px;
}

    #feature_entry ul {
        margin-top: 5px;
    }

        #feature_entry ul li {
            display: inline-block;
            margin-right: 5px;
        }

            #feature_entry ul li a {
                color: #C72128;
            }

                #feature_entry ul li a:hover {
                    color: #fff !important;
                }

    #feature_entry p {
        color: #FFFFFF;
        font-size: 13px;
        line-height: 17px;
    }

#feature_sidebar {
    width: 300px;
    float: right;
    display: inline;
}

    #feature_sidebar ul, #feature_sidebar li {
        list-style: none;
    }

    #feature_sidebar li {
        margin-bottom: 20px;
        display: block;
        height: 250px;
        width: 300px;
        overflow: hidden;
        background-color: #2e3152;
        background-image: url( 'images/grunge_tile_dark.png' );
        background-repeat: repeat;
    }

    #feature_sidebar .textwidget {
        position: relative;
    }

        #feature_sidebar .textwidget p {
            padding: 0 15px;
            padding-bottom: 0.5em;
        }

            #feature_sidebar .textwidget p a.right.red, #feature_sidebar .textwidget p a.right.red:visited {
                display: inline-block;
                float: right;
                color: red;
                text-decoration: none;
                font-style: italic;
            }

    #feature_sidebar h1, #feature_sidebar h2, #feature_sidebar h3, #feature_sidebar h4, #feature_sidebar h5, #feature_sidebar h6 {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #feature_sidebar, #feature_sidebar h1, #feature_sidebar h2, #feature_sidebar h3, #feature_sidebar h4, #feature_sidebar h5, #feature_sidebar h6, #feature_sidebar p {
        color: white;
    }

#feature_events_content {
    float: left;
    width: 646px;
}

#feature_events_sidebar {
    width: 300px;
    float: right;
    display: inline;
}

    #feature_events_sidebar ul, #feature_events_sidebar li {
        list-style: none;
    }

    #feature_events_sidebar li {
        margin-bottom: 20px;
    }

#feature_events_content .single-event {
    padding: 20px;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
    background-image: url( 'images/grunge_tile_dark.png' );
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

    #feature_events_content .single-event.alt {
        background-image: url( 'images/grunge_tile_light.png' );
        -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    }

    #feature_events_content .single-event .thumbnail {
        display: inline;
        float: left;
        width: 285px;
    }

    #feature_events_content .single-event .title, #feature_events_content .single-event .meta {
        display: block;
        margin-bottom: 10px;
    }

    #feature_events_content .single-event .title {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
    }

    #feature_events_content .single-event .entry {
        display: inline;
        float: left;
        width: 315px;
        font-size: 13px;
        color: #fff;
    }

        #feature_events_content .single-event .entry p {
            font-size: 13px;
            color: #fff;
        }

.page-header {
    position: relative;
    margin-top: -40px;
    /* margin-bottom: -11px; */
    overflow: hidden;
    clear: both;
}

    .page-header .entry-title {
        bottom: 5px;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
        left: 5px;
        position: absolute;
        text-transform: uppercase;
    }

    .page-header img {
    }

.post-edit-link {
    font-size: 14px;
}

.jcarousel-container {
    overflow: hidden;
}

#carousel-prev {
    position: absolute;
    left: -30px;
    top: 80px;
}

#carousel-next {
    position: absolute;
    right: -30px;
    top: 80px;
}

#upcoming-races-wrapper, #upcoming-races, #upcoming-races li {
    height: 215px;
}

#upcoming-races {
    list-style-type: none;
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    background: url( 'images/grunge_tile_light.png' );
}

#upcoming-races-wrapper {
    margin: 20px auto;
    position: relative;
}

#upcoming-races li {
    position: relative;
}

#upcoming-races .link {
    height: 195px;
    display: block;
    margin: 10px;
    color: #d6000c;
}

    #upcoming-races .link:hover {
        text-decoration: none;
    }

#upcoming-races .title {
    background-color: #FFFFFF;
    bottom: 15px;
    color: #D6000C;
    font-size: 13px;
    font-weight: bold;
    left: 19px;
    padding-bottom: 0;
    position: absolute;
    width: 303px;
}

#upcoming-races .thumbnail {
    position: absolute;
    top: 32px;
    left: 10px;
    height: 173px;
    width: 97%;
    background-color: white;
    display: table;
}

    #upcoming-races .thumbnail img {
        display: table-cell;
        margin: 0 auto;
        padding: 0 0 0 9px;
        vertical-align: middle;
    }

#upcoming-races .meta {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 13px;
}

#flickrfeed li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    background-color: #ffffff;
    height: 75px;
    width: 75px;
    float: left;
}

.view_more {
    background: url( "images/small_flickr_logo.gif" ) no-repeat scroll 0 0 transparent;
    color: #191919 !important;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 20px;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 10px;
    padding-left: 25px;
    padding-top: 0;
    text-decoration: none;
}

    .view_more:hover {
        text-decoration: none;
    }

#footer_widgets .menu > li {
    text-transform: uppercase;
    font-size: 18px;
}

#footer {
    color: #fff;
}

#footer_widgets a, #footer_text a {
    color: #fff;
    text-decoration: none;
    /*font-weight: 700;*/
}

    #footer_widgets a:hover, #footer_text a:hover {
        color: #fff;
        text-decoration: underline;
    }

#footer_widgets .menu > li > ul {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: none;
}

    #footer_widgets .menu > li > ul a {
        font-weight: 100;
        color: #ddd;
    }

#footer_widgets .sub-menu {
    /*margin-left: 10px; */
}

#feature_sidebar li {
    margin-bottom: 11px;
}

body.search .post {
    margin: 0;
}

.upcoming-events {
    padding-top: 15px;
}

.safety-team {
    margin-bottom: 15px !important;
    margin-right: 25px !important;
    margin-top: 10px !important;
}

    .safety-team:nth-of-type(3n) {
        margin-right: 0 !important;
    }

#other-maps, #media {
    font-size: 12px;
    padding-bottom: 0;
}

    #other-maps li, #media li {
        display: inline-block;
        list-style: none outside none;
        margin: 0 20px 20px 0;
    }

    #other-maps div, #media div {
    }

    #other-maps img, #media img {
        margin-bottom: 0;
    }

.events-archive #content {
    padding: 0;
    background: none;
    width: 980px;
}

#race-sub-nav {
    background: none repeat scroll 0 0 #000000;
    list-style: none outside none;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 14px;
}

    #race-sub-nav li {
        display: inline;
    }

        #race-sub-nav li a {
            padding: 5px 8px;
            float: left;
            color: #fff;
            text-decoration: none;
        }

            #race-sub-nav li a:hover {
                background-color: #C83129;
            }

.main-race-page a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000 !important;
}

    .main-race-page a:hover {
        background: #fff !important;
    }
/* Tables
------------------------------------------------------------ */

.table {
    font-size: 13px;
    margin-bottom: 18px;
    width: 100%;
}

    .table thead th {
        background: none repeat scroll 0 0 #C83129;
        color: #FFFFFF;
        vertical-align: bottom;
    }

    .table th {
        font-weight: bold;
    }

    .table th, .table td {
        border-top: 1px solid #444444;
        line-height: 18px;
        padding: 8px;
        text-align: left;
        vertical-align: top;
    }

.table-bordered {
    border: 1px solid #444;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #444;
    }

    .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #ccc;
}
/* Buttons
------------------------------------------------------------ */

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active, .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        /* Buttons in IE7 don't get borders, so darken on hover */
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-color: #e6e6e6;
        background-color: #d9d9d9 \9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

.number, .number a {
    color: #FFFFFF;
    /* display: block; */
    /*float: left;*/
    padding-top: 1px;
}

    .number a {
        text-decoration: none;
    }

#header .widget-area .textwidget a {
    /*display: block;*/
    /*float: left;*/
    margin-left: 10px; /*padding-top: 4px;*/
}

#sidebar-custom-1, #sidebar-custom-2, .widget_archive {
    background-image: url("images/grunge_tile_light.png");
    font-size: 13px;
    margin-left: 20px !important;
    padding: 20px;
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
}

    #sidebar-custom-1 h2, #sidebar-custom-2 h2 {
        font-weight: 700;
        font-size: 18px;
    }

    #sidebar-custom-1 img, #sidebar-custom-2 img {
        max-width: 260px;
        margin-bottom: 10px;
    }

#sidebar-custom-1 {
    margin-bottom: 20px;
}

#sidebar-custom-2 {
}

#sidebar-custom-1 h6 {
    font-size: 13px;
    margin-bottom: 10px;
}

#sidebar-custom-1 a img {
    margin-right: 10px;
}

#sidebar-custom-1 a:last-child img {
    margin-right: 0;
}

#sidebar-custom-2 a img {
    margin-right: 10px;
}

#sidebar-custom-2 a:last-child img {
    margin-right: 0;
}

.fancy_youtube {
    background: none repeat scroll 0 0 #555555;
    display: block;
    float: left;
    height: 180px;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 10px;
    text-decoration: none !important;
    width: 120px;
}

    .fancy_youtube img {
    }

    .fancy_youtube span {
        color: #FFFFFF;
        display: block;
        font-size: 11px;
        margin-top: 10px;
        text-decoration: none;
    }

    .fancy_youtube:nth-of-type(6n) {
        margin-right: 0;
    }

.page-template-page-sidebar-php .entry-content img {
    max-width: 620px;
    height: auto;
}

.points {
    display: block;
    overflow: auto;
}

#sidebar-full-image {
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 0;
}

    #sidebar-full-image a {
        display: block;
    }

        #sidebar-full-image a img.alignnone {
            margin: 0;
        }

.mis-archive {
    overflow: auto;
}

    .mis-archive img {
        float: left;
    }

    .mis-archive p {
        float: right;
        width: 480px;
    }

#content h3 {
    width: 480px;
}

.partners {
}

    .partners a {
        display: block;
        float: left;
        margin-right: 73px;
        width: 180px;
    }

        .partners a:nth-of-type(4n) {
            margin-right: 0;
        }

        .partners a img {
            margin: 0;
        }

    .partners img {
    }

.post-edit-link {
    clear: both;
    display: block;
    font-size: 14px;
}

.former-ms-queen {
    background: none repeat scroll 0 0 #333333;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
}

    .former-ms-queen:last-child {
        margin-bottom: 0;
    }

    .former-ms-queen div {
        float: left;
        margin-left: 20px;
    }

    .former-ms-queen > p {
        float: left;
        margin-bottom: 0;
    }

    .former-ms-queen img {
        border: 2px solid #FFFFFF;
        margin: 0 !important;
    }

    .former-ms-queen div h2 {
        color: #fff;
        margin-bottom: 0;
    }

    .former-ms-queen div p {
        color: #fff !important;
    }

div#tribe-events-content table.table td.transparent {
    background-color: none;
}

div#tribe-events-content table.table td.gray {
    background-color: #ccc;
}

.standout {
    background: none repeat scroll 0 0 #C83129;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
}

    .standout a {
        color: #fff;
    }

        .standout a:hover {
            text-decoration: underline;
        }

.search div#content {
    width: 940px;
}

.search h2 a {
    font-size: 16px !important;
}

.flickr-gallery {
    background: none repeat scroll 0 0 #555555;
    float: left;
    height: 200px;
    margin-bottom: 22px;
    margin-right: 22px;
    padding: 10px;
    width: 150px;
}

    .flickr-gallery:nth-of-type(5n+1) {
        margin-right: 0;
    }

    .flickr-gallery a {
        text-decoration: none;
    }

        .flickr-gallery a span {
            color: #FFFFFF;
            display: block;
            margin-top: 5px;
        }

        .flickr-gallery a img {
        }

.widget_archive {
    list-style: none outside none;
}

    .widget_archive .widgettitle {
        font-weight: 700;
    }

.ad-rotator {
    margin: 0 auto;
}

    .ad-rotator, .ad-rotator ul, .ad-rotator ul li, .ad-rotator ul li a {
        display: block;
        height: 170px;
        width: 280px;
        overflow: hidden;
    }

span.wpcf7-list-item {
    display: block;
}

.splash .splash-content {
    padding: 40px 0;
}

.enter-website {
    text-align: center;
    padding: 20px 0;
}

    .enter-website a {
        background: none repeat scroll 0 0 #000000;
        color: #FFFFFF;
        font-size: 18px;
        padding: 5px 10px;
    }

.splash .switcher {
    display: none;
}
/*Custom css*/
@font-face {
    font-family: 'Vitesse-Light';
    src: url('fonts/Vitesse-Light.eot');
    src: url('fonts/Vitesse-Light.woff2') format('woff2'), url('fonts/Vitesse-Light.woff') format('woff'), url('fonts/Vitesse-Light.ttf') format('truetype'), url('fonts/Vitesse-Light.svg#Vitesse-Light') format('svg'), url('fonts/Vitesse-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vitesse-Book';
    src: url('fonts/Vitesse-Book.eot');
    src: url('fonts/Vitesse-Book.woff2') format('woff2'), url('fonts/Vitesse-Book.woff') format('woff'), url('fonts/Vitesse-Book.ttf') format('truetype'), url('fonts/Vitesse-Book.svg#Vitesse-Book') format('svg'), url('fonts/Vitesse-Book.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vitesse-Bold';
    src: url('fonts/Vitesse-Bold.eot');
    src: url('fonts/Vitesse-Bold.woff2') format('woff2'), url('fonts/Vitesse-Bold.woff') format('woff'), url('fonts/Vitesse-Bold.ttf') format('truetype'), url('fonts/Vitesse-Bold.svg#Vitesse-Bold') format('svg'), url('fonts/Vitesse-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vitesse-Black';
    src: url('fonts/Vitesse-Black.eot');
    src: url('fonts/Vitesse-Black.woff2') format('woff2'), url('fonts/Vitesse-Black.woff') format('woff'), url('fonts/Vitesse-Black.ttf') format('truetype'), url('fonts/Vitesse-Black.svg#Vitesse-Black') format('svg'), url('fonts/Vitesse-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
/*teko*/
@font-face {
    font-family: 'Teko-Bold';
    src: url('fonts/Teko-Bold.eot');
    src: url('fonts/Teko-Bold.woff2') format('woff2'), url('fonts/Teko-Bold.woff') format('woff'), url('fonts/Teko-Bold.ttf') format('truetype'), url('fonts/Teko-Bold.svg#Teko-Bold') format('svg'), url('fonts/Teko-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teko-Light';
    src: url('fonts/Teko-Light.eot');
    src: url('fonts/Teko-Light.woff2') format('woff2'), url('fonts/Teko-Light.woff') format('woff'), url('fonts/Teko-Light.ttf') format('truetype'), url('fonts/Teko-Light.svg#Teko-Light') format('svg'), url('fonts/Teko-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teko-Medium';
    src: url('fonts/Teko-Medium.eot');
    src: url('fonts/Teko-Medium.woff2') format('woff2'), url('fonts/Teko-Medium.woff') format('woff'), url('fonts/Teko-Medium.ttf') format('truetype'), url('fonts/Teko-Medium.svg#Teko-Medium') format('svg'), url('fonts/Teko-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teko-Regular';
    src: url('fonts/Teko-Regular.eot');
    src: url('fonts/Teko-Regular.woff2') format('woff2'), url('fonts/Teko-Regular.woff') format('woff'), url('fonts/Teko-Regular.ttf') format('truetype'), url('fonts/Teko-Regular.svg#Teko-Regular') format('svg'), url('fonts/Teko-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teko-SemiBold';
    src: url('fonts/Teko-SemiBold.eot');
    src: url('fonts/Teko-SemiBold.woff2') format('woff2'), url('fonts/Teko-SemiBold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teko-Semibold';
    src: url('fonts/Teko-Semibold.woff') format('woff'), url('fonts/Teko-Semibold.ttf') format('truetype'), url('fonts/Teko-Semibold.svg#Teko-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

#header {
    background: #1e1818;
    background: -moz-linear-gradient(top, #1e1818 0%, #1e1818 30%, #322b2b 100%);
    background: -webkit-linear-gradient(top, #1e1818 0%, #1e1818 30%, #322b2b 100%);
    background: linear-gradient(to bottom, #1e1818 0%, #1e1818 30%, #322b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1818', endColorstr='#322b2b', GradientType=0 );
    height: 90px;
    min-height: 90px;
}

#wrap #logo img {
    display: none;
}

#wrap #logo {
    background: url(images/eldora_logo.png) no-repeat 50% 50%;
    background-size: 280px 135px;
    width: 280px;
    height: 135px;
    position: absolute;
    left: 172px;
    z-index: 100;
    top: 11px;
}

#wrap #header.fixed .wrap #logo {
    background-size: 160px 77px;
    width: 160px;
    height: 77px;
}

#logo-title img {
    display: none;
}

#nav {
    position: absolute;
    top: 23px;
    left: 430px;
    z-index: 1000;
}

#header.fixed #nav {
    top: 15px;
}

.menu-primary li a:hover, .menu-primary .current_page_item a {
    color: #DA4453;
    background: none;
}

.menu-primary li a {
    font-family: 'Teko-Regular';
    letter-spacing: 0.1em;
    font-size: 1.7em;
    font-weight: 500;
}

#header .searchform {
    /*float: none;
    position: absolute;
    z-index: 10001;*/
}

#nav .widget_search .s {
    background: #656565 url(images/search.png) no-repeat 9px 7px;
    border: none;
    font-family: 'Teko-Regular';
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-weight: 500;
    background-size: 20px;
    /* top: 20px; */
    padding: 5px 5px 5px 40px;
    box-shadow: none;
    color: #fff;
    margin: 0px;
    margin-top: 15px;
    width: 175px;
}

::placeholder {
    color: #8C8C8C;
    text-transform: uppercase;
}

#menu-main-menu {
    display: inline-block;
    float: left;
}

.widget-area {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-top: -11px;
    margin-left: 20px;
    float: left;
}

.menu-primary {
    width: auto;
}

#footer {
    background: url(images/footer-bg.jpg) no-repeat 50% 0% #000;
}
#footer_text {
    margin-bottom: 20px;
    margin: 0 auto;
    color: #888;
    letter-spacing: 2px;
    padding: 20px;
    text-align: left;
}

    #footer_text .copyright {
        color: #888;
    }

.footer a {
    color: #A9A9A9;
    transition: all .2s;
}

    .footer a:hover {
        color: #fff;
        text-decoration: none;
        transition: all .2s;
    }

.footer a, .footer a {
    font-weight: normal;
    color: #a4a4a4;
}
.textwidget {
    text-align: center;
}

    .textwidget center {
        font-size: 1.25em;
        font-family: 'Vitesse-Book';
        color: #fff;
        margin-top: 2em;
        letter-spacing: 1px;
    }

#footer_widgets > ul > li.widget.widget_text {
    float: none;
    display: block;
    clear: both;
}
.textwidget a img {
    display: none;
}

.textwidget a {
    width: 60px;
    font-size: 1.5em;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 48px;
}

a[title="Facebook"] {
    background: #686969 url(images/icon_facebook.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="Twitter"] {
    background: #686969 url(images/icon_twitter.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="Youtube"] {
    background: #686969 url(images/icon_youtube.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="RSS"] {
    background: #686969 url(images/icon_rss.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="Facebook"]:hover {
    background: #DA4453 url(images/icon_facebook.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="Twitter"]:hover {
    background: #DA4453 url(images/icon_twitter.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="Youtube"]:hover {
    background: #DA4453 url(images/icon_youtube.png) no-repeat 50% 50%;
    background-size: 28px;
}

a[title="RSS"]:hover {
    background: #DA4453 url(images/icon_rss.png) no-repeat 50% 50%;
    background-size: 28px;
}

.feature-bg {
    background: none !important;
}

h2, #home .col2 h3 {
    font-family: 'Vitesse-Book';
    color: #fff;
}

.detail {
    font-size: 1em;
    font-family: 'Vitesse-Book';
    color: #fff;
    /*text-shadow: 1px 1px 0.25em #000;*/
}

#home {
    /*width: 80%;*/
    margin: 80px 0;
}

a.button-c {
    background: #BE1F24 url(images/butarrow.png) 95% 50% no-repeat !important;
    display: block !important;
    width: 100% !important;
    font-family: 'Teko-Light';
    color: #fff !important;
    font-size: 2em !important;
    letter-spacing: 0.1em !important;
    line-height: 30px !important;
    /* padding: 10px 20px 6px!important; */
    text-align: left !important;
    text-transform: uppercase !important;
    margin-top: 45px;
    padding-top: 10px !important;
    background-size: 12px !important;
}

    a.button-c:hover {
        box-shadow: none !important;
    }

.date a.button-c {
    position: absolute;
    bottom: -55px;
    box-sizing: border-box;
}

#liveevents {
    background: #F5F5F5;
    box-sizing: border-box;
}

.eventbtn a {
    box-sizing: border-box;
}

.stretchPage {
    padding: 0px;
}

    .stretchPage .feature-bg {
        padding: 0px;
    }

.archivedPPV, .tcPage {
    background: url(images/page-header-bg.jpg) no-repeat 50% 50%;
    height: 176px;
    font-family: 'Vitesse-Black';
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.65);
    text-align: center;
    position: relative;
}

    .archivedPPV span, .tcPage span {
        position: absolute;
        left: 440px;
        top: 70px;
    }

.subContainer, #pages {
    width: 80% !important;
    margin: 80px auto !important;
}

.eventYears {
    margin-bottom: 20px;
}

    .eventYears a {
        display: inline-block;
        background-color: #ccc;
        padding: 0.25em 1em;
        color: #000;
        letter-spacing: 0.1em;
        text-decoration: none;
        font-family: 'Vitesse-Black';
    }

    .eventYears.fixed {
        position: fixed;
        top: 60px;
        z-index: 1;
        background-color:#fff;
        padding: 10px;
        width: 80%;
        border-bottom: 2px solid #cfcfcf;
        padding-left: 6.5em;
    }

.eventsdates {
    position: relative;
}

.eventPreview img {
    width: 100%;
}

.eventDetail {
    color: #555;
    letter-spacing: 0.1em;
    font-size: 1.2em;
}

.eventLink {    
    margin-top: 0px;
    box-sizing: border-box;
}

.eventsdates {
    border-bottom: solid 2px #bbb;
    margin: 40px 0;
    padding-bottom: 40px;
}

    .eventsdates:last-child {
        border: 0;
    }

.stretchPage {
    background: #F5F5F5;
    box-sizing: border-box;
}

.standardview p {
    color: #555;
    margin-bottom: 15px;
    font-size: 1.2em;
}

#content p {
    margin-bottom: 15px;
    /*font-size: 1.2em !important;*/
    font-size: 1.2em;
    color: #555;
}

.category-view.content-bg {
    width: 80% !important;
    margin: 80px auto !important;
}

.pager {
    margin: 20px 0;
    width: 30%;
    border-radius: 5px;
    padding: 4px 8px;
    border: none !important;
    position: relative;
    left: 147px;
    bottom: 94px;
    box-sizing: border-box;
    background: none !important;
}

.loading-time {
    background-color: #000;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

#home .col1 .detail h2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

#home .col1 .liveevent-date {
    background-color: #fff;
    color: #b00;
    padding: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-family: Vitesse-Bold;
}

.footer {
    padding-top: 3em;
}

    .footer a {
        text-decoration: none;
    }

    .footer .newsletter {
        margin-top: 4em;
    }

        .footer .newsletter input[type=text] {
            color: #5d5d5d;
            text-transform: uppercase;
            border: none;
            border-radius: 0;
            width: 65%;
            padding: 0.75em 1em 0.5em;
            background: #343434;
            line-height: 23px;
            box-shadow: none;
        }

        .footer .newsletter input[type=submit] {
            text-indent: -999px;
            border: none;
            border-radius: 0;
            width: 40px;
            padding: 0.75em 1em 0.5em;
            background: #343434 url(images/arrow-white-right.png) no-repeat center center;
            background-size: 20%;
            line-height: 23px;
            box-shadow: none;
            position: relative;
            left: -2px;
            top: -4px;
        }

        .footer .newsletter .contact {
            display: block;
            font-size: 1.25em;
            font-family: 'Vitesse-Book';
            color: #fff;
            margin-top: 2em;
        }

    .footer ul.footer-nav {
        width: 100%;
    }

        .footer ul.footer-nav li {
            font-size: 20px;
        }

        .footer ul.footer-nav li {
            list-style: none;
            letter-spacing: 1px;
        }

        .footer ul.footer-nav > li {
            width: 49%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 2em;
        }

            .footer ul.footer-nav > li > a {
                text-transform: uppercase;
                color: #a4a4a4;
            }

            .footer ul.footer-nav > li ul {
                display: block;
                padding-left: 0;
            }

                .footer ul.footer-nav > li ul li {
                    line-height: 1.25em;
                }

                .footer ul.footer-nav > li ul a {
                    color: #666;
                    font-size: 0.7em;
                    line-height: 1em;
                }
#upcoming-events {
    background: url('images/sidebar-texture-tan.jpg') top left repeat;
    width: 250px;
    min-height: 485px;
    padding: 15px;
    font-family: Vitesse-Book;
    margin-top:-70px;
}
    #upcoming-events .content-wrapper {
    }
        #upcoming-events .content-wrapper .title {
            background-color: #4a4139;
            color: #917d6c;
            text-transform: uppercase;
            padding: 5px;
            letter-spacing: 2px;
            font-size: 12px;
        }
        #upcoming-events .content-wrapper #upcoming-events-list li {
            margin: 15px 0 0;
            list-style: none;            
        }
            #upcoming-events .content-wrapper #upcoming-events-list li img {
                width: 100%;
                margin-bottom: 10px;
            }
            #upcoming-events .content-wrapper #upcoming-events-list li span {
                display: block;                
            }
                #upcoming-events .content-wrapper #upcoming-events-list li span.event-title {
                    color: #fff;
                    font-family: Vitesse-Bold;
                }
                #upcoming-events .content-wrapper #upcoming-events-list li span.event-on {
                    text-transform: uppercase;
                    font-size: 0.8em;
                    font-family: Vitesse-Book;
                    color: #f1dec7;
                }

    #live-events .simple-view .event-on-wrapper {
        text-align: right;
    }
    #live-events  .content-bg {background-color:#fff}

/*iPhone6=380px*/
@media (max-width: 670px) {
    #upcoming-events {
        
    }  

    #wrap #logo {
        left: 6px;
    }


    #header {
        height: 60px;
        min-height: 60px;
    }
    #wrap #header .wrap #logo {
        background-size: 160px 77px;
        width: 160px;
        height: 77px;
    }
    #wrap #header.fixed .wrap #logo {
        background-size: 100px 48px;
        width: 100px;
        height: 48px;
    }    
    #nav {
        display: none;
        left: 0;
        top: 60px;
        width: 100%;
        background: linear-gradient(to top, #1e1818 0%, #1e1818 30%, #322b2b 100%);
    }
    #nav .widget-area {
        margin-left: 10px;
    }
    #header.fixed #nav {
        top: 60px;
    }
    #header .searchform {
        text-align: left;
    }
    #header button#menu-toggle {
        padding: 20px;
        background: #c52026;
        border: none;
        border-radius: 0;
        margin: 0;
        height: 60px;
    }
    #header button#menu-toggle span {
        background-color: #ffffff !important;
    }
    #header .widget-area {
        position: relative;
    }

    /*Page Title*/
    .archivedPPV, .tcPage {
        height: 100px;
    }
    .archivedPPV span, .tcPage span {
        left: 15px;
        top: 45px;
    }

    .subContainer, #pages {
        margin: 20px auto !important;
    }

    /*Archived Events List*/
    .eventYears.fixed {
        padding-left: 5px;
        width: 100%;
        left: 0;
    }
    .eventYears a {
        display: inline;
    }
    .eventYears a:last-child {
        display: inline;
    }

    .footer ul.footer-nav > li {
        display: block;
        margin-bottom: 0.3em;
    }
    .footer .newsletter input[type=text] {
        width: 85%;
    }
    .footer-logo-anchor {
        position: absolute;
        top: -15em;
        right: 0;
    }
    .footer a img {
        width: 75%;
    }
}

@media (max-width: 1024px) {
    #upcoming-events {margin: 50px auto;width:auto;min-height:unset}
    
}