/* # Bozone 

Theme Name: Bozone  

Theme URI: http://www.bozone.com  

Description: Bozone   

Author: StudioPress  

Author URI: http://www.bozone.com/  

Template: genesis  

Template Version: 2.1.2  

Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  

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

	- Gallery

	- Forms

	- Tables

- Structure and Layout

	- Site Containers

	- Column Widths and Positions

	- Column Classes

- Common Classes

	- Avatar

	- Genesis

	- Search Form

	- Titles

	- WordPress

- Widgets

	- Featured Content

- Plugins

	- Genesis eNews Extended

	- Jetpack

- Site Header

	- Title Area

	- Widget Area

- Site Navigation

	- Header Navigation

	- Primary Navigation

	- Secondary Navigation

- Content Area

	- Entries

	- Entry Meta

	- Pagination

	- Comments

- Sidebars

- Footer Widgets

- Site Footer

- Media Queries

	- Retina Display

	- Max-width: 1200px

	- Max-width: 960px

	- Max-width: 800px

*/





/* # HTML5 Reset

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



/* ## Baseline Normalize

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

/* normalize.css v3.0.1 | MIT License | git.io/normalize */



html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background: 0 0
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #333
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
.center {
    text-align: center;
}
/* ## Box Sizing

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



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

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



.author-box:before,  .clearfix:before,  .entry:before,  .entry-content:before,  .footer-widgets:before,  .nav-primary:before,  .nav-secondary:before,  .pagination:before,  .site-container:before,  .site-footer:before,  .site-header:before,  .site-inner:before,  .wrap:before {
    content: " ";
    display: table;
}
.author-box:after,  .clearfix:after,  .entry:after,  .entry-content:after,  .footer-widgets:after,  .nav-primary:after,  .nav-secondary:after,  .pagination:after,  .site-container:after,  .site-footer:after,  .site-header:after,  .site-inner:after,  .wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/* # Defaults

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



/* ## Typographical Elements

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



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

body > div {
    font-size: 17px;
    font-size: 1.7rem;
}
body {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
a,  button,  input:focus,  input[type="button"],  input[type="reset"],  input[type="submit"],  textarea:focus,  .button,  .gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}




::-moz-selection {
 background-color: #333;
 color: #fff;
}
::selection {
    background-color: #333;
    color: #fff;
}
a {
    color: #1C7596;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #0596D5;
}
p {
    margin: 0 0 28px;
    padding: 0;
    letter-spacing: .5px;
}
ol,  ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
b,  strong {
    font-weight: 700;
}
blockquote,  cite,  em,  i {
    font-style: italic;
}
blockquote {
    margin: 40px;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
/* ## Headings

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



h1,  h2,  h3,  h4,  h5,  h6 {
    color: #3F5765;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
/* ## Objects

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



embed,  iframe,  img,  object,  video,  .wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
a img:hover {
    opacity: 0.8;
}
.featured-content img,  .gallery img {
    width: auto;
}
/* ## Gallery

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



.gallery {
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}
.gallery img:hover {
    border: 1px solid #999;
}
/* ## Forms

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



input,  select,  textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}
input:focus,  textarea:focus {
    border: 1px solid #999;
    outline: none;
}
input[type="checkbox"],  input[type="image"],  input[type="radio"] {
    width: auto;
}



::-moz-placeholder {
 color: #333;
 font-weight: 300;
 opacity: 1;
}



::-webkit-input-placeholder {
 color: #333;
 font-weight: 300;
}
button,  input[type="button"],  input[type="reset"],  input[type="submit"],  .button {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #EDF0F3;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
    text-transform: uppercase;
    width: auto;
    border-radius: 4px;
    margin: 12px 0 0 0;
}
a.directory-button {
    background-color: #aaa;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin: 7px;
    padding: 2px 10px;
    text-transform: lowercase;
    white-space: nowrap;
    width: auto;
}
.footer-widgets button,  .footer-widgets input[type="button"],  .footer-widgets input[type="reset"],  .footer-widgets input[type="submit"],  .footer-widgets .button {
    background-color: #e5554e;
    color: #fff;
}
button:hover,  input:hover[type="button"],  input:hover[type="reset"],  input:hover[type="submit"],  .button:hover {
    background-color: #E23522;
    color: #fff;
}
.entry-content .button:hover {
    color: #fff;
}
.footer-widgets button:hover,  .footer-widgets input:hover[type="button"],  .footer-widgets input:hover[type="reset"],  .footer-widgets input:hover[type="submit"],  .footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}
.button {
    display: inline-block;
}
 input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* ## Tables

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



table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #eee;
}
td,  th {
    text-align: left;
}
td {
    border-top: 1px solid #eee;
    padding: 2px;
}
th {
    font-weight: 400;
}
tr:nth-child(odd) {
    background: #FCFCFC;
}
tr:hover {
    background: #F6F6F6;
}
.table-times {
    width: 10%;
    white-space: nowrap;
}
.table-venue {
    width: 30%;
    font-size: 14px;
}
.table-event {
    width: 60%;
}
/* # Structure and Layout

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



/* ## Site Containers

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



.site-inner,  .wrap {
    margin: 0 auto;
    max-width: 1200px;
}
.site-inner {
    clear: both;
    padding-top: 20px;
    margin-bottom: 40px;
}
/* ## Column Widths and Positions

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



/* ### Wrapping div for .content and .sidebar-primary */



.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
/* ### Content */



.content {
    float: right;
    width: 800px;
}
.content-sidebar .content,  .content-sidebar-sidebar .content,  .sidebar-content-sidebar .content {
    float: left;
}
.content-sidebar-sidebar .content,  .sidebar-content-sidebar .content,  .sidebar-sidebar-content .content {
    width: 640px;
}
.full-width-content .content {
    width: 100%;
}
/* ### Primary Sidebar */



.sidebar-primary {
    float: right;
    width: 300px;
}
.sidebar-content .sidebar-primary,  .sidebar-sidebar-content .sidebar-primary {
    float: left;
}
/* ### Secondary Sidebar */



.sidebar-secondary {
    float: left;
    width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* ### Sidebar Extras */

.sidebar-secondary .widget-area img {
    max-width: 150px;
}
.sidebar-primary .widget-area img {
    max-width: 274px;
}
.sidebar-secondary .widget-area img:hover, .sidebar-primary .widget-area img:hover {
    opacity: 0.9;
}
/* ## Column Classes

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

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */



.five-sixths,  .four-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}
.one-half,  .three-sixths,  .two-fourths {
    width: 48.717948717948715%;
}
.one-third,  .two-sixths {
    width: 31.623931623931625%;
}
.four-sixths,  .two-thirds {
    width: 65.81196581196582%;
}
.one-fourth {
    width: 23.076923076923077%;
}
.three-fourths {
    width: 74.35897435897436%;
}
.one-sixth {
    width: 14.52991452991453%;
}
.five-sixths {
    width: 82.90598290598291%;
}
.first {
    clear: both;
    margin-left: 0;
}
/* # Common Classes

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



/* ## Avatar

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



.avatar {
    float: left;
}
.alignleft .avatar,  .author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 16px 24px 0;
}
/* ## Genesis

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



.breadcrumb {
    margin-bottom: 20px;
    font-size: 10px;
}
.archive-description,  .author-box {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px;
}
.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}
.archive-description p:last-child,  .author-box p:last-child {
    margin-bottom: 0;
}
/* ## Search Form

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



.search-form {
    overflow: hidden;
}
.site-header .search-form {
    float: right;
    margin-top: 12px;
}
.entry-content .search-form,  .site-header .search-form {
    width: 50%;
}
.genesis-nav-menu .search input[type="submit"],  .widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* ## Titles

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



.archive-title {
    font-size: 22px;
}
.entry-title {
    font-size: 22px;
}
.entry-title a,  .sidebar .widget-title a {
    color: #333;
}
.entry-title a:hover {
    color: #e5554e;
}
.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.sidebar .widget-title {
    text-align: center;
}
.footer-widgets .widget-title {
    color: #fff;
}
/* ## WordPress

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



a.aligncenter img {
    display: block;
    margin: 0 auto;
}
a.alignnone {
    display: inline-block;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft,  a.alignnone,  a.alignright {
    max-width: 100%;
}
img.centered,  .aligncenter {
    display: block;
    margin: 0 auto 24px;
}
img.alignnone,  .alignnone {
    margin-bottom: 12px;
}
a.alignleft,  img.alignleft,  .wp-caption.alignleft {
    margin: 0 24px 70px 0;
}
a.alignright,  img.alignright,  .wp-caption.alignright {
    margin: 0 0 24px 24px;
}
.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.sticky {
}
/* # Widgets

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



.sidebar .widget {
    text-align: center;
}
.widget {
    word-wrap: break-word;
}
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget_calendar table {
    width: 100%;
    margin-bottom: 3px;
}
.widget_calendar td,  .widget_calendar th {
    text-align: center;
}
/* ## Featured Content

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



.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}
.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
    font-size: 20px;
}
/* # Plugins

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



/* ## Genesis eNews Extended

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



.enews-widget,  .enews-widget .widget-title {
    color: #fff;
}
.sidebar .widget.enews-widget {
    background-color: #2B3A42;
}
.enews-widget input,  .enews-widget input:focus {
    border: 1px solid #333;
}
.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
    background-color: #FF530D;
    color: #fff;
    margin: 0;
    width: 100%;
}
.enews-widget input:hover[type="submit"] {
    background-color: #E23522;
    color: #fff;
}
.enews form + p {
    margin-top: 24px;
}
/* ## Jetpack

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



#wpstats {
    display: none;
}
/* # Site Header

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



.site-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */

background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
.site-header .wrap {
    padding: 4px 0;
}
/* ## Title Area

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



.title-area {
    float: left;
    padding: 4px 0;
    width: 222px;
}
.header-full-width .title-area {
    width: 100%;
}
.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}
.site-title a,  .site-title a:hover {
    color: #333;
}
.header-image .site-title > a {
    background: url(images/logo.png) no-repeat;
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
}
.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.site-description,  .site-title {
    margin-bottom: 0;
}
.header-image .site-description,  .header-image .site-title {
    display: block;
    text-indent: -9999px;
}
/* ## Widget Area

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



.site-header .widget-area {
    float: right;
    text-align: right;
    width: 920px;
}
/* # Site Navigation

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



.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 16px 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.genesis-nav-menu a:hover,  .genesis-nav-menu .current-menu-item > a,  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .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: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}
.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}
.genesis-nav-menu > .search {
    padding: 10px 0 0;
}
.genesis-nav-menu > .menu-item-has-children > a:after {
    content: "\f140";
    font: normal 16px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
}
/* ## Site Header Navigation

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



.site-header .sub-menu {
    border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
/* ## Primary Navigation

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



.nav-primary {
    background-color: #2D2E32;
}
.nav-primary .genesis-nav-menu a {
    color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}
.nav-primary .genesis-nav-menu a:hover,  .nav-primary .genesis-nav-menu .current-menu-item > a,  .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e;
}
/* ## Secondary Navigation

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



.nav-secondary {
    background-color: #E0E0E0; }
/* # Content Area

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



/* ## Entries

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



.entry {
    margin-bottom: 40px;
    padding: 20px 0 0 0;
}
.content .entry {
    background-color: transparent;
}
.entry-content ol,  .entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
}
.entry-content ol ol,  .entry-content ul ul {
    margin-bottom: 0;
}
/* ## Entry Meta

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



p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
}
.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}
.entry-categories,  .entry-tags {
    display: block;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
/* ## Pagination

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



.pagination {
    clear: both;
    margin: 40px 0;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}
.archive-pagination li a:hover,  .archive-pagination .active a {
    background-color: #e5554e;
}
/* ## Comments

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



.comment-respond,  .entry-comments,  .entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}
.comment-respond,  .entry-pings {
    padding: 40px 40px 16px;
}
.entry-comments {
    padding: 40px;
}
.comment-header {
    font-size: 16px;
}
li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}
.comment-content {
    clear: both;
}
.comment-list li {
    margin-top: 24px;
    padding: 32px;
}
.comment-list li li {
    margin-right: -32px;
}
.comment-respond input[type="email"],  .comment-respond input[type="text"],  .comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
/* # Sidebars

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



.sidebar {
    font-size: 16px;
}
.sidebar li {
    border-bottom: 1px dotted #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar p:last-child,  .sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    background-color: #fafafa;
    margin-bottom: 40px;
    padding: 12px;
    border: 1px solid #DDDDDD;
}
#event-calendar a {
    color: #DC3522;
}
td.calendar-next-links {
    text-align: right;
}
/* # Footer Widgets

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



.footer-widgets {
    background-color: #2D2E32;
    clear: both;
    padding-top: 40px;
}
.footer-widgets,  .footer-widgets a {
    color: #999;
}
.footer-widgets input {
    border: 1px solid #333;
    width: 100%;
}
.footer-widgets a.button,  .footer-widgets a:hover {
    color: #fff;
}
.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-widgets .widget {
    margin-bottom: 40px;
}
.footer-widgets p:last-child {
    margin-bottom: 0;
}
.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3 {
    width: 340px;
}
.footer-widgets-1 {
    margin-right: 60px;
}
.footer-widgets-1,  .footer-widgets-2 {
    float: left;
}
.footer-widgets-3 {
    float: right;
}
/* # Site Footer

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



.site-footer {
    background-color: #161616;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
    color: #cecece;
}
.site-footer p {
    margin-bottom: 10px;
}

/* # Media Queries

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



@media only screen and (max-width: 1200px) {
.site-inner,  .wrap {
    max-width: 960px;
}
.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
}
.content,  .site-header .widget-area {
    width: 620px;
}
.sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
    width: 400px;
}
.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .sidebar-primary,  .title-area {
    width: 300px;
}
.footer-widgets-1 {
    margin-right: 30px;
}
}

@media only screen and (max-width: 960px) {
.site-inner,  .wrap {
    max-width: 800px;
}
.content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .sidebar-content-sidebar .content,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-primary,  .sidebar-secondary,  .sidebar-sidebar-content .content,  .sidebar-sidebar-content .content-sidebar-wrap,  .site-header .widget-area,  .title-area {
    width: 100%;
}
.site-header .wrap {
    padding: 10px 5%;
}
.header-image .title-area {
    background-position: center top;
}
.genesis-nav-menu li,  .site-header ul.genesis-nav-menu,  .site-header .search-form {
    float: none;
}
.genesis-nav-menu,  .site-description,  .site-header .title-area,  .site-header .search-form,  .site-title {
    text-align: center;
}
.genesis-nav-menu a,  .genesis-nav-menu > .first > a,  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
}
.site-header .search-form {
    margin: 4px auto;
}
.genesis-nav-menu li.right {
    display: none;
}
.footer-widgets-1 {
    margin-right: 0;
}
}

@media only screen and (max-width: 800px) {
body {
    background-color: #fff;
    font-size: 16px;
}
.header-image .site-title > a {
    min-height: 10px;
    width: 100%;
}
input,  select,  textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    padding: 4px;
    width: 100%;
}
.site-inner,  .wrap {
    padding-left: 5%;
    padding-right: 5%;
}
.archive-description,  .author-box,  .comment-respond,  .entry,  .entry-comments,  .entry-pings,  .sidebar .widget,  .site-header {
    padding: 0;
}
.archive-pagination li a {
    margin-bottom: 4px;
}
.five-sixths,  .four-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
    margin: 0;
    width: 100%;
}
.sidebar .widget.enews-widget {
    padding: 40px;
}
.simple-social-icons ul {
    display: none;
}
}
.nav {
    background-color: #534741;
    width: 860px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.navLinks {
    color: white;
    padding: .5em;
    font-size: 13px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}
ul#navlist a {
    font-weight: bold;
    text-decoration: none;
}
ul#navlist, ul#navlist ul, ul#navlist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul#navlist li {
    float: left;
}
ul#navlist li a {
    color: #ffffff;
    background-color: #534741;
    padding: 6px;
    font-size: 13px;
}
ul#navlist li a:hover {
    color: #b77e0b;
}
ul#navlist li a:active {
}
ul#subnavlist {
    display: none;
}
ul#subnavlist li {
    float: none;
}
ul#subnavlist li a {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}
ul#navlist li:hover ul#subnavlist {
    display: block;
    position: absolute;
    font-size: 8pt;
    padding-top: 5px;
}
ul#navlist li:hover ul#subnavlist li a {
    display: block;
    width: 10em;
    border: none;
    padding: 2px;
}
.to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,0.5) url(images/to-top.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}
.to-top.top-fade-out {
    opacity: .5;
}
.no-touch .to-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
.to-top {
    right: 20px;
    bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.to-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
}
}
.rev_slider {
    border: 1px solid #ddd !important;
}
.home .entry {
    margin: 0 0 20px 0;
    padding: 0;
}
.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    font-size: 25px !important;
}
.simple-social-icons {
    overflow: hidden;
    width: 25%;
    float: right;
}
.site-header .widget_simpleimage {
    float: left;
}
.site-header .widget_simpleimage p {
    padding: 0 14px;
    margin: 0px;
}
/*.site-header .search-form { width: 20%;}*/ 



.sidebar-secondary .sidebar .widget {
    padding: 14px 2px 6px 2px;
}
.page-id-198 .entry-time, .page-id-163 .entry-time {
    display: none;
}
.widget_simpleimage .widget-title {
    display: none;
}
/* Responsive Menu

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

.responsive-menu-icon {
    cursor: pointer;
    display: none;
}
.responsive-menu-icon::before {
    content: "\f333";
    display: block;
    font: normal 30px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
}

/* # Media Queries

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

@media only screen and (max-width: 768px) {
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,  .genesis-nav-menu.responsive-menu {
    display: none;
}
.genesis-nav-menu.responsive-menu .menu-item,  .responsive-menu-icon {
    display: block;
}
.genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,  .genesis-nav-menu.responsive-menu li a,  .genesis-nav-menu.responsive-menu li a:hover,  .genesis-nav-menu.responsive-menu li.current-menu-item > a {
    background: none;
    display: block;
    line-height: 1;
    padding: 12px 0;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 11px 0;
    right: 0;
    text-align: right;
    z-index: 9999;
    color: #fff;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
    color: red;
}
.genesis-nav-menu.responsive-menu .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    padding-left: 20px;
    margin: 0;
}
.genesis-nav-menu.responsive-menu .sub-menu li a,  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    box-shadow: none;
    padding: 12px 0;
    position: relative;
    width: 100%;
}
.genesis-nav-menu.responsive-menu {
    padding-bottom: 16px;
}
.nav-primary .genesis-nav-menu.responsive-menu li a {
    background: none;
    color: #fff;
}
.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    color: red;
}
}
.header-widget-area .small-button {
    padding: 2px 34px;
    font-size: 12px;
    background-color: #5198AC;
    margin: 0;
    float: none;
}
/*

 * Table styles

 */

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;/*

   * Header and footer styles

   */

  /*

   * Body styles

   */

}
table.dataTable thead th,  table.dataTable tfoot th {
    font-weight: bold;
}
table.dataTable thead th,  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,  table.dataTable thead td:active {
    outline: none;
}
table.dataTable tfoot th,  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111;
}
table.dataTable thead .sorting,  table.dataTable thead .sorting_asc,  table.dataTable thead .sorting_desc {
    cursor: pointer;
 *cursor: hand;
}
table.dataTable thead .sorting,  table.dataTable thead .sorting_asc,  table.dataTable thead .sorting_desc,  table.dataTable thead .sorting_asc_disabled,  table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
    background-color: white;
}
table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}
table.dataTable tbody th,  table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,  table.dataTable.display tbody tr:first-child td {
    border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,  table.dataTable.hover tbody tr.odd:hover,  table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,  table.dataTable.display tbody tr.odd:hover,  table.dataTable.display tbody tr.even:hover {
    background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,  table.dataTable.hover tbody tr.odd:hover.selected,  table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,  table.dataTable.display tbody tr.odd:hover.selected,  table.dataTable.display tbody tr.even:hover.selected {
    background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,  table.dataTable.order-column tbody tr > .sorting_2,  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,  table.dataTable.display tbody tr > .sorting_2,  table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,  table.dataTable.order-column tbody tr.selected > .sorting_2,  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,  table.dataTable.display tbody tr.selected > .sorting_2,  table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,  table.dataTable.display tbody tr.odd:hover > .sorting_1,  table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,  table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,  table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,  table.dataTable.display tbody tr.odd:hover > .sorting_2,  table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,  table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,  table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
    background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,  table.dataTable.display tbody tr.odd:hover > .sorting_3,  table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,  table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,  table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
    background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,  table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,  table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,  table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,  table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,  table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,  table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,  table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,  table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,  table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,  table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,  table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,  table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}
table.dataTable.compact thead th,  table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,  table.dataTable.compact tfoot td {
    padding: 4px;
}
table.dataTable.compact tbody th,  table.dataTable.compact tbody td {
    padding: 4px;
}
table.dataTable th.dt-left,  table.dataTable td.dt-left {
    text-align: left;
}
table.dataTable th.dt-center,  table.dataTable td.dt-center,  table.dataTable td.dataTables_empty {
    text-align: center;
}
table.dataTable th.dt-right,  table.dataTable td.dt-right {
    text-align: right;
}
table.dataTable th.dt-justify,  table.dataTable td.dt-justify {
    text-align: justify;
}
table.dataTable th.dt-nowrap,  table.dataTable td.dt-nowrap {
    white-space: nowrap;
}
table.dataTable thead th.dt-head-left,  table.dataTable thead td.dt-head-left,  table.dataTable tfoot th.dt-head-left,  table.dataTable tfoot td.dt-head-left {
    text-align: left;
}
table.dataTable thead th.dt-head-center,  table.dataTable thead td.dt-head-center,  table.dataTable tfoot th.dt-head-center,  table.dataTable tfoot td.dt-head-center {
    text-align: center;
}
table.dataTable thead th.dt-head-right,  table.dataTable thead td.dt-head-right,  table.dataTable tfoot th.dt-head-right,  table.dataTable tfoot td.dt-head-right {
    text-align: right;
}
table.dataTable thead th.dt-head-justify,  table.dataTable thead td.dt-head-justify,  table.dataTable tfoot th.dt-head-justify,  table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,  table.dataTable thead td.dt-head-nowrap,  table.dataTable tfoot th.dt-head-nowrap,  table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,  table.dataTable tbody td.dt-body-left {
    text-align: left;
}
table.dataTable tbody th.dt-body-center,  table.dataTable tbody td.dt-body-center {
    text-align: center;
}
table.dataTable tbody th.dt-body-right,  table.dataTable tbody td.dt-body-right {
    text-align: right;
}
table.dataTable tbody th.dt-body-justify,  table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,  table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}
table.dataTable,  table.dataTable th,  table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*

 * Control feature layout

 */

.dataTables_wrapper {
    position: relative;
    clear: both;
 *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
 *cursor: hand;
    color: #333333 !important;
    border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #cacaca;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, white 0%, gainsboro 100%);/* W3C */

}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, #585858 0%, #111111 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, #585858 0%, #111111 100%);/* W3C */

}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */

    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);/* W3C */

}
.dataTables_wrapper .dataTables_length,  .dataTables_wrapper .dataTables_filter,  .dataTables_wrapper .dataTables_info,  .dataTables_wrapper .dataTables_processing,  .dataTables_wrapper .dataTables_paginate {
    color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
 *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info,  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
}
}

@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
}
}
table.gsc-search-box {
    width: auto !important;
    margin-top: 30px !important;
}
#gsc-i-id1 {
    height: 50px !important;
    padding: 10px !important;
    width: 100% !important;
    float: right !important;
}
.gsc-control-cse div {
    position: static;
    background: transparent;
    border: none;
}
.gsc-results-wrapper-overlay {
    background: #fff !important;
}
.gsc-webResult .gsc-result {
    text-align: left !important;
}
.header-widget-area img {
    max-height: 120px;
}
.header-widget-area .widget-wrap {
    text-align: center;
}
.footer-widgets .gform_wrapper .top_label input.medium, .footer-widgets .gform_wrapper .top_label select.medium {
    width: 100%;
}
.footer-widgets .gform_wrapper ul li.gfield {
    border-bottom: none !important;
}
.footer-widgets .gform_wrapper input[type="email"] {
    padding: 3%;
}
p.more a, p a.more {
    background-color: #1c7596;
    border-radius: 4px;
    color: #fff;
    padding: 2px 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.home .tribe-address, .archive .tribe-address { display: none;}

.tribe-events-list .tribe-events-list-event-title {
    border: none;
    display: inline-block;
    font-size: 1.3em !important;
    letter-spacing: 0;
    line-height: 1.3em !important;
    margin: 0 !important;
    padding: 0;
    text-transform: none;
}
.tribe-mini-calendar-nav div {
    background-color: #ccc;
}
.tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    display: none !important
}
.ecs-date {
    display: none !important;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 1% !important;
}
.tribe-events-list .type-tribe_events {
    padding: 1em 0 !important;
}
.home .tribe-event-date-start, .archive .tribe-event-date-start {
    display: none;
}
#tribe-events-bar {

}
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    margin: 0 !important;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
    background-color: #F4F4F4 !important;
    font-size: 17px !important;
    margin: 1.5em 0 0 !important;
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.tribe-mini-calendar .tribe-events-present,  .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: transparent !important;
}
.tribe-mini-calendar .tribe-events-present a {
    color: inherit !important;
}
.tribe-mini-calendar-wrapper {
    width : 100%;
}
.tribe-mini-calendar-grid-wrapper {
    margin-bottom: 10px;
}
.tribe-mini-calendar {
    border-collapse: collapse;
    margin-left: -1px;
    width: 100%;
    line-height: 1;
}
.tribe-mini-calendar td,  .tribe-mini-calendar th {
    width: 14.2857142857%;
    padding: 0;
    text-align : center;
    vertical-align : top;
    border : 1px solid #d2d2d2;
}
.tribe-mini-calendar thead {
    background-color: #e5554e !important;
}
.tribe-mini-calendar div[id*='daynum-'] a {
    display : block;
    text-decoration: none;
    padding: 10px 0 15px 0 !important;
    position: relative;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] {
    font-weight: bold;
}
.tribe-mini-calendar .tribe-events-has-events:hover {
    background: #444;
}
.tribe-mini-calendar .tribe-events-has-events:hover a:hover {
    background: #999;
}
.tribe-mini-calendar .tribe-events-has-events:hover a,  .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
    color: #fff;
    text-decoration: none;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    padding: 0;
    background: #999;
    margin: 5px auto 0 -4px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today:hover {
    background: #666;
}
.tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today a {
    color: #fff;
}
.tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today div[id*='daynum-'] a::before {
    background: #fff;
}
.tribe-mini-calendar .tribe-events-past {
    opacity: .6;
}
.tribe-events-has-events.tribe-events-present div[id*='daynum-'] a::before {
    background: #fff;
}
.tribe-events-has-events div[id*='daynum-'] a:hover::before {
    background: #fff;
}
.tribe-mini-calendar-dayofweek {
    background: #ddd;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 0;
}
.tribe-mini-calendar-no-event {
    color: #999;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 10px 5px 15px 5px;
}
.tribe-mini-calendar-nav {
    text-align : center;
    vertical-align : middle;
    border : 1px solid #666;
    background : #666;
    color: #fff;
}
.tribe-mini-calendar-nav div {
    position: relative;
}
.tribe-mini-calendar-nav span {
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
.tribe-mini-calendar-nav span.active {
    visibility: hidden;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link {
    display: inline-block;
    color: #999;
    padding: 5px;
}
.tribe-mini-calendar-nav .prev-month {
    margin: 0 20px 0 0;
}
.tribe-mini-calendar-nav .next-month {
    margin: 0 0 0 20px;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link:hover {
    color: #6fb7ff;
}
.tribe-mini-calendar-nav #ajax-loading-mini {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    display: none;
    width: 16px;
    height: 16px;
}
.tribe-mini-calendar .tribe-events-present,  .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #666666;
}
.tribe-mini-calendar .tribe-events-present a {
    color: #fff;
}
.tribe-mini-calendar-event {
    overflow: hidden;
    width: 100%;
    padding-bottom : 5px;
    margin-bottom : 5px;
    border-bottom : 1px dotted #2f2f2f;
}
.tribe-mini-calendar-event.first {
    margin-top: 10px;
}
.tribe-mini-calendar-event .list-date {
    float : left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    padding: 3px;
    width: 15%;
    text-align: center;
    display: inline;
    background: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tribe-mini-calendar-event .list-info {
    display: inline;
    float: left;
    margin: 10px 0;
    width: 80%;
}
.tribe-mini-calendar-event .list-date .list-dayname {
    background: #fff;
    color: #666;
    display: block;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}
.tribe-mini-calendar-event .list-date .list-daynumber {
    color: white;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}
.tribe-mini-calendar-event .list-date .list-daymonth {
    background: white;
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.tribe-mini-calendar-event .list-info {
    font-size: 13px;
    line-height: 1.6;
}
.tribe-mini-calendar-event .list-info h2 {
    font-size : 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
.tribe-mini-calendar-event .list-info p {
    display: none;
    margin: 5px 0;
}
.tribe-mini-calendar-event.first .list-info p {
    display: block;
}
.tribe-mini-calendar-event .tribe-events-divider {
    display: inline;
    font-weight: normal;
}
.tribe-mini-calendar-event .tribe-events-event-schedule-details {
    display: inline-block;
}
.tribe-mini-calendar-event-cost {
    font-weight: bold;
}
.tribe-mini-calendar-right .tribe-mini-calendar-event:last-child {
    border: 0;
}
.tribe-mini-calendar-event .tribe-events-event-schedule-details,  .tribe-mini-calendar-event-venue {
    margin: 5px 0 0;
}
.tribe-mini-calendar-wrapper a.tribe-events-button {
    margin-top: 10px;
    display: inline-block;
    background-color: #666;
    color: #fff;
    background-image: none;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 9px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 0;
    line-height: normal;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}
.recurringinfo {
    display: none !important;
}
.venueright {
    float: right;
    font-family: Lato, sans-serif;
}
.tribe-events-event-cost {
    display: none !important;
}
.single-tribe_events .tribe-events-event-meta {
    background: transparent !important;
}
div.tribe-events-day-time-slot> div:nth-of-type(even) {
    background: #FAFAFA;
}

.tribe-mini-calendar .tribe-events-present { background-color: #E1EAF4 !important; }


.tribe-events-sub-nav { display: none !important}
