/*
	Theme Name: Gray Mainstreet
	Author: Goebel Media
	Author URI: http://www.goebelmedia.com/
	Version: 1.0
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
			
		font-family: 'Muli', sans-serif;
		font-family: 'Kristi', cursive;

*/


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


/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


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

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


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

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget: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-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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


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

body {
    background-color: #222;
    color: #333;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #222;
    color: #5D2068;
    text-decoration: none;
}

a:hover {
    color: #222;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

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

li {
    list-style-type: none;
}

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

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

cite {
    font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


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

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

img {
    height: auto;
}

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


/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    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: #666;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #5D2068;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #6D6F71;
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

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

td,
th {
    text-align: left;
}

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

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


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


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

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

.site-inner {
    clear: both;
    font-size: 16px;
    overflow: hidden;
    padding-top: 30px;
}

.outreach-pro-home .site-inner {
    padding: 0;
    overflow: visible;
}

.outreach-pro-landing .wrap {
    max-width: 900px;
}


/* 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: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* Content */

.content {
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin-bottom: 30px;
    padding: 35px 40px 40px;
    width: 850px;
}

.outreach-pro-home .content {
    margin: 0;
}

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

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


/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 350px;
}

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

#authorization-text {
    font-size: 12px;
    padding: 20px 3px 0px 3px;
    margin-bottom: 0px;
}


/* Secondary Sidebar */

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

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


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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

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

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


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

.breadcrumb {
    background-color: #f5f5f5;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px 16px;
}

.archive-description {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px;
}

.author-box {
    background-color: #111;
    color: #fff;
    margin: 0 -40px 40px;
    padding: 30px;
}

.author-box-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

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


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

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 30px;
    font-weight: 700;
}

.content .entry-title a {
    color: #333;
}

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

.widget-title {
    margin-bottom: 35px;
    font-size: 19px;
    font-weight: 800;
    color: #5D2068;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
    color: #fff;
}


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

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

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

img.alignnone,
.alignnone {
    display: block;
    margin-bottom: 16px;
}

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

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

.gallery-caption {
    margin: 0 0 10px;
}

.wp-caption-text {
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}


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

.widget {
    word-wrap: break-word;
    margin-bottom: 30px;
}

.widget li {
    border-bottom: 1px dotted #494949;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.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 p:last-child,
.widget ol>li:last-child,
.widget ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_calendar table {
    border-color: #494949;
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


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

.featured-content .entry {
    margin-bottom: 20px;
}

.featured-content .entry-title {
    font-size: 20px;
}

.featured-content .entry-comments-link {
    float: none;
}

.more-from-category {
    border-top: 1px dotted #494949;
    margin-top: 10px;
    padding-top: 10px;
}


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


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

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

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

.enews-widget input[type="submit"] {
    border: none;
    color: #fff;
    margin: 0;
    width: 100%;
}

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

.enews form+p {
    margin-top: 24px;
}


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

.content #genesis-responsive-slider {
    -webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
    box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
    color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
    color: #222;
}

#genesis-responsive-slider li {
    border: none;
    margin: 0;
    padding: 0;
}

.content .slide-excerpt {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    filter: alpha(opacity=10);
    margin: 0;
    opacity: 1;
}

html>body .content .slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 30px;
}

.content #genesis-responsive-slider p {
    color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
    margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
    margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
    background: url(../../../../../../themes/JonesMainstreet/images/icon-direction-nav.png) no-repeat -50px 0;
    background-size: 100px 98px;
    height: 49px;
    right: -25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
    background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
    background-position: 0 0;
    bottom: 10px;
    left: auto;
    right: 62px !important;
    top: auto;
}

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

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
    background-position: 0 -49px;
}


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

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

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


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

#wpstats {
    display: none;
}


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

.supernav {
    width: 100%;
    background-color: #6c6f70;
}

.supernav ul#menu-site-switch-nav {
    max-width: 1200px;
    margin: 0 auto;
}

.supernav ul#menu-site-switch-nav li {
    width: 33%;
    width: calc(100% /4);
    display: block;
    text-align: center;
    margin: 0;
    float: left;
}

.supernav ul#menu-site-switch-nav li a {
    padding: 5px 0 5px;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.supernav ul#menu-site-switch-nav li.cityofgray a {
    border-bottom: 5px solid #5D2068;
    background-color: #5D2068;
}

.supernav ul#menu-site-switch-nav li.chamber a {
    border-bottom: 5px solid #8FC82E;
}

.supernav ul#menu-site-switch-nav li.mainstreet a {
    border-bottom: 5px solid #007ec4;
}

.supernav ul#menu-site-switch-nav li.dev-auth a {
    border-bottom: 5px solid #ff2d40;
}

.supernav ul#menu-site-switch-nav li.chamber a:hover {
    background-color: #8FC82E;
}

.supernav ul#menu-site-switch-nav li.mainstreet a:hover {
    background-color: #007ec4;
}

.supernav ul#menu-site-switch-nav li.dev-auth a:hover {
    background-color: #ff2d40;
}

.site-header {
    background-color: #fff;
    color: #000;
    min-height: 82px;
    position: relative;
}

.site-header .widget {
    margin-bottom: 0;
    margin-right: 40px;
    float: left;
}

.site-header .widget:last-of-type {
    margin-right: 0;
}

.site-header .wrap {
    padding: 18px 0;
}

.site-header table,
.site-header tbody,
.site-header td,
.site-header tr {
    border: none;
    margin-bottom: 0;
}

.site-header table img {
    display: block;
}

.site-header table img:hover {
    opacity: 0.65;
}

.site-header td {
    padding-right: 5px;
}

.site-header td.last-social {
    padding-right: 0;
}

.retina {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .non-retina {
        display: none;
    }
    .retina {
        display: table-cell;
    }
    .retina img {
        max-height: 40px;
    }
}


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

.title-area {
    float: left;
    padding: 14px 0;
    width: 190px;
    position: absolute;
    bottom: -35px;
}

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

.site-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
    color: #000;
}

.header-image .title-area {
    padding: 0;
}

.header-image .site-title>a {
    float: left;
    min-height: 115px;
    width: 190px;
    background-size: cover !important;
    background-position: center center !important;
    /*margin: 0px 0px 10px -100px;*/
    display: block;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    height: 0;
    line-height: 1.5;
    text-indent: -9999px;
}

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

.site-header .widget-area a {
    color: #666;
}

.site-header .widget-area a:hover {
    color: #fff;
}

.site-header .widget li {
    border-color: #666;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

.site-header .widget-area .button {
    padding: 13px !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-color: #5D2068 !important;
    letter-spacing: 0;
    font-family: 'Muli', sans-serif;
    line-height: 18px;
    margin-top: 4px;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
    opacity: .75;
}


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

.genesis-nav-menu {
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: right;
}

.genesis-nav-menu,
.genesis-nav-menu a {
    color: #6c6f70;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
}

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

.genesis-nav-menu a {
    display: block;
    padding: 12px 10px;
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover>a {
    color: #5D2068;
}

.genesis-nav-menu>.menu-item>a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #fff;
    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: 999;
}

.genesis-nav-menu .sub-menu a {
    background-color: #eee;
    border: 1px solid #fff;
    border-top: none;
    color: #333;
    font-size: 12px;
    padding: 14px 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -48px 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 {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}

.genesis-nav-menu>.date,
.genesis-nav-menu>.right>a {
    display: inline-block;
    padding: 18px 20px;
}

.genesis-nav-menu .right:hover>a {
    background: none;
    color: #fff;
}

.genesis-nav-menu .right>a:hover {
    background: #fff;
    color: #000;
}

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

.genesis-nav-menu input[type="search"] {
    font-size: 14px;
    padding: 10px 16px;
}


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

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
    border-bottom: none;
    margin: 0;
    padding: 0;
}


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

.nav-primary {
    background-color: #dedede;
}


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

.nav-secondary .wrap {
    background-color: #111;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu>li>a:hover,
.nav-secondary .genesis-nav-menu>li:hover>a {
    background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item>a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover>a {
    color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    background-color: #090909;
    border-color: #292929;
    color: #fff;
}

.nav-secondary .sub-menu {
    border-color: #292929;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.responsive-menu-icon::before {
    color: #000;
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
}

.site-header .responsive-menu-icon::before {
    padding: 0;
}


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


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

.home-top {
    position: relative;
}

.home-top .widget {
    margin: 0;
    padding: 0 40px 40px;
}

.home-top .widget:first-child {
    padding-top: 40px;
    padding: 0
}

.home-top .widget.genesis_responsive_slider {
    padding: 0;
}

.outreach-pro-home .content {
    padding: 0;
}


/*
.home-bottom {
	background-color: #fff;
	padding-top: 60px;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}
*/


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

.entry {
    margin-bottom: 40px;
}

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

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

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

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

.entry-content ul>li::before {
    content: "•";
    color: #5F2165;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

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

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


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}

p.entry-meta a {
    color: #999;
}

p.entry-meta a:hover {
    color: #333;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    padding-top: 12px;
}

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

.entry-categories {
    float: left;
}

.entry-comments-link,
.entry-tags {
    float: right;
}


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

.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
}

.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

.after-entry .featured-content li {
    text-align: center;
}


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

.pagination {
    margin: 40px 0 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #5D2068;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #5D2068;
    opacity: 0.7
}


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

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 30px;
}

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

.comment-content {
    clear: both;
}

.comment-list li,
.entry-pings 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;
    padding: 24px;
}


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

.sidebar {
    color: #ccc;
    font-size: 14px;
}

.sidebar .widget {
    background-color: #111;
    border-radius: 3px;
    padding: 30px;
}

.sidebar li a {
    color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
    color: #555;
}


/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
    background-color: #f2f6e9;
    padding: 60px 0 30px;
}

.sub-footer-left {
    float: left;
    width: 785px;
}

.sub-footer-right {
    float: right;
    font-size: 14px;
    width: 235px;
}

.sub-footer-left .entry-title {
    font-size: 30px;
}


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

.footer-widgets {
    background-color: #222;
    color: #ccc;
    clear: both;
    font-size: 14px;
    padding: 60px 0 30px;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
    color: #fff;
}


/*
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 255px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

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

.footer-widgets-4 {
	float: right;
}
*/


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

.site-footer {
    background-color: #222;
    /*border-top: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);*/
    color: #666;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

.site-footer a {
    color: #666;
}

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

.site-footer p {
    margin-bottom: 0;
}


/*
ZL CSS
---------------------------------------------------------------------------------------------------- */

.home-top #soliloquy-container-33.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside {
    background-color: transparent;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
}

.home-top #soliloquy-container-33.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside .caption {
    font-size: 27px;
    line-height: 33px;
}

.home-top #soliloquy-container-33.soliloquy-container .title.slide-title {
    font-family: 'Kristi', cursive;
    font-size: 94px;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    margin-top: -15px;
}

#soliloquy-container-33.soliloquy-container .st-wrap {
    background-color: #5D2068;
    height: 70px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 0px 15px
}

#soliloquy-container-33.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside .caption {
    max-width: 700px;
    margin: 30px auto 0px;
    text-shadow: 1px 1px 12px #000;
}

#soliloquy-container-33.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    bottom: 33%;
}

.site-footer {
    background-color: #5D2068;
    border: none;
}

.ft-inner {
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.site-footer a {
    color: white;
    text-decoration: underline;
}

.footer-widgets {
    background-color: #5D2068;
    font-size: 16px;
    font-weight: bold;
    /*color: #5D2068;*/
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width:1024px) {
    .footer-widgets a.fbubble {
        display: inline-block;
        width: 135px;
        height: 135px;
        border-radius: 50%;
        border: 3px solid #fff;
        background-color: #6B6F70;
        text-align: center;
        /*color: #5D2068;*/
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        font-weight: 100;
        padding: 36px 7px 0px;
    }
    .footer-widgets .footer-widgets-2 a.fbubble {
        background-color: #6B6F70;
    }
    .footer-widgets .footer-widgets-4 a.fbubble {
        background-color: #6B6F70;
    }
    .footer-widgets .footer-widgets-5 a.fbubble {
        background-color: #6B6F70;
    }
    .footer-widgets .footer-widgets-1 a.fbubble:hover {
        color: #5D2068;
    }
    .footer-widgets .footer-widgets-2 a.fbubble:hover {
        color: #5D2068;
    }
    .footer-widgets .footer-widgets-4 a.fbubble:hover {
        color: #5D2068;
    }
    .footer-widgets .footer-widgets-5 a.fbubble:hover {
        color: #5D2068;
    }
    .footer-widgets a.fbubble:hover {
        background-color: #fff;
        color: #5D2068;
    }
}

@media only screen and (max-width:860px) {
    .footer-widgets a.fbubble {
        color: #fff;
        padding-top: 10px !important;
    }
    .footer-widgets .widget {
        float: none !important;
    }
    .footer-widgets a.fbubble:hover {
        color: #6B6F70;
    }
    .footer-widgets a.fbubble,
    .footer-widgets,
    .footer-widgets .widget-area {
        display: block !important;
    }
}

@media only screen and (min-width:861px) and (max-width:1023px) {
    .footer-widgets {
        padding-top: 70px;
    }
    .footer-widgets a.fbubble {
        color: #fff;
        margin-right: 8px;
    }
    .footer-widgets a.fbubble:hover {
        color: #6B6F70;
    }
}

.footer-widgets .widget-area span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-transform: uppercase;
    line-height: 1;
}

.footer-widgets .widget-area {
    display: inline-block;
    width: auto;
    margin: -50px 27px 0px;
    max-width: 207px;
    vertical-align: top;
}

.footer-widgets div:nth-child(5) a.fbubble {
    padding: 36px 0px 0px;
}

.footer-widgets div:nth-child(3) {
    /* padding-top: 80px;*/
    margin-bottom: 0px;
}

.footer-widgets div:nth-child(3) section {
    margin-bottom: 0px;
}

.global-featured {
    background-color: white;
    padding: 95px 0px;
    padding-top: 0px;
}

.home .global-featured {
    padding: 95px 0px;
}

.global-featured .widget li {
    border-bottom: none;
}

.global-featured h4.widget-title {
    font-size: 19px;
    font-weight: 900;
    text-align: center;
}

.global-featured .soliloquy-container .soliloquy-image {
    display: inline-block;
    vertical-align: middle;
}

.global-featured .soliloquy-container .soliloquy-item {
    vertical-align: middle;
    display: inline-block !important;
    line-height: 146px;
}

.square-button {
    background-color: #5D2068;
    padding: 22px 25px;
    display: inline-block;
    margin: 0px;
    /* color: #5D2068;*/
    color: #fff;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .08em;
    vertical-align: middle;
    cursor: pointer;
}

.square-button:nth-child(1) {
    background-color: #6B6F70;
}

.square-button:nth-child(1):hover {
    color: #5D2068;
}

.square-button:nth-child(2) {
    background-color: #6B6F70;
}

.square-button:nth-child(2):hover {
    color: #5D2068;
}

.square-button:nth-child(3) {
    background-color: #6B6F70;
    min-width: 294px;
}

.square-button:nth-child(3):hover {
    color: #5D2068;
}

.square-button:hover {
    background-color: #fff;
}

.square-button span {
    font-family: 'Kristi', cursive;
    font-size: 52px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
}

.square-button:nth-child(2) {
    margin: 0px 12px;
}

.global-featured section:nth-child(1),
.home-top section:nth-child(2) {
    background-color: #5D2068;
    text-align: center;
    max-width: 100%;
    padding: 24px 0px;
    z-index: 10;
}

.home .global-featured section:nth-child(1) {
    background-color: transparent;
    text-align: center;
    max-width: 100%;
    padding: 0px;
}

.home-top section:nth-child(2)::after {
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-top: 31px solid #5D2068;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
    z-index: 10;
}

.home-bottom {
    position: relative;
}

.home-bottom #custom_html-10 {
    position: absolute;
    right: 20%;
    height: 80px;
    width: 80px;
    top: 40px;
    z-index: 2
}

#custom_html-10 a.fbubble {
    padding-top: 47px;
}

#custom_html-11 a.fbubble {
    padding-top: 42px;
}

#custom_html-12 a.fbubble {
    padding-top: 29px;
}

#custom_html-13 a.fbubble {
    padding-top: 32px;
}

.circ-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #5D2068;
    color: white;
    display: block;
    text-align: center;
    font-size: 13.11px;
    text-transform: uppercase;
    line-height: 13px;
    font-weight: 800;
}

.circ-button span {
    font-weight: 800;
    font-size: 40.09px;
    display: block;
    line-height: 40px;
}

.circ-button:hover {
    color: white;
    background-color: #6b6f70;
}

.home-bottom #tribe-events-adv-list-widget-2 {
    width: 49%;
    margin: 0;
    background-color: #ECECEC;
    padding: 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left;
    vertical-align: top;
}

.home-bottom #tribe-events-adv-list-widget-2 {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    padding: 60px 60px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left;
    vertical-align: top;
}

.home-bottom #soliloquy-6,
.home-bottom #custom_html-14 {
    width: 49%;
    margin: 0;
    padding: 60px 60px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: right;
    vertical-align: top;
}

#soliloquy-6 .widget-wrap,
#custom_html-14 .widget-wrap {
    max-width: 556px;
    text-align: left;
    display: inline-block;
}

.home-bottom {
    background-color: #DDD;
    text-align: center;
}

.home-col {
    display: inline-block;
    width: 215px;
    text-align: left;
}

.home-col-title {
    font-size: 19px;
    font-weight: 800;
    color: #5D2068;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.smem {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

#text-11 {
    background-color: #DDDDDD;
    margin-top: -24px;
    margin-bottom: -30px;
}

#text-11 .widget-wrap {
    max-width: 1220px;
    margin: 0 auto;
}

.ff-err-info {
    display: none;
}

#text-11 .ff-header h1 {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.content-sidebar .site-inner {
    background-image: url(../../../../../../themes/JonesMainstreet/images/chamber-bg.png);
    background-repeat: repeat-y;
    background-position: -90px center;
    background-color: white;
}

.sidebar .widget {
    background-color: transparent;
    padding: 30px 0px
}

.mainstreet-header,
.archive-description.cpt-archive-description {
    background-color: #5D2068;
    border-bottom: 20px solid #5D2068;
}

.archive-description.cpt-archive-description {
    margin: 0;
    padding: 0;
}

.mainstreet-header h1,
.archive-description.cpt-archive-description h1 {
    font-size: 94px;
    color: white;
    line-height: 116.66px;
    font-family: 'Kristi', cursive;
    text-align: center;
    margin-bottom: -16px;
}

.header-menu {
    background-color: #5D2068;
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.header-menu .widget li {
    border-bottom: 0px dotted #494949;
    margin-bottom: 00px;
    padding-bottom: 00px;
    text-align: center;
    display: inline-block;
    padding: 0px 18px;
    vertical-align: top;
    margin-top: -10px;
}

.header-menu .widget li a {
    color: white;
    font-size: 19px;
    font-weight: bold;
    padding: 0px 7px;
    display: inline-block;
}

.header-menu.header-sub-menu .widget li a {
    font-weight: 600;
}

.header-menu .widget {
    word-wrap: break-word;
    margin-bottom: 0px;
}

.header-menu .widget li.current-menu-item a,
.header-menu .widget li a:hover {
    border-bottom: 3px solid white;
}

.attachment-page-hero {
    margin-bottom: 45px;
    display: block;
    width: 100%;
}

.entry-content h2 {
    font-weight: 800;
    font-size: 26px;
    color: #5D2068;
    line-height: 1;
    margin-bottom: 15px;
}

.sidebar .widget-title {
    color: #5D2068;
    font-size: 19px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar #tribe-events-adv-list-widget-3 .widget-title {
    max-width: 130px;
}

.sidebar .widget-wrap {
    font-size: 19px;
    line-height: 25px;
    color: #444;
}

.sidebar .button {
    padding: 10px 20px;
    display: inline-block;
    background-color: #5D2068;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 18px;
}

.sidebar .button:hover {
    background-color: #6b6f70;
    color: #fff;
}

.tribe-events-adv-list-widget .tribe-event-title a {
    font-size: 19px;
    line-height: 1;
    color: #444;
    font-weight: 400;
}

.tribe-event-duration {
    font-size: 15px;
    font-weight: 800;
    color: #444;
}

.widget .tribe-adv-list-widget li {
    border-bottom: 0px dotted #494949;
}

#tribe-events-adv-list-widget-3 {
    position: relative;
    padding-top: 70px;
}

.circ-button.widget-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.sidebar .circ-button.widget-button {
    top: 50px;
}

.sidebar-primary {
    padding: 0px 45px;
}

.sidebar section+section {
    border-top: 2px solid #C9C9C9;
}

.home .circ-button.widget-button {
    top: 38px;
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .home .circ-button.widget-button {
        right: 12%;
    }
}

@media only screen and (min-width:1280px) and (max-width:1366px) {
    .home .circ-button.widget-button {
        right: 27%;
    }
}

@media only screen and (min-width:1367px) {
    .home .circ-button.widget-button {
        right: 400px;
    }
}

.home .circ-button.widget-button:hover {
    background-color: #6D6F71;
}

.full-width-content .site-inner {
    background-color: white;
}

.custom-tbar #tribe-events-bar {
    margin-bottom: 0px;
}

.custom-tbar {
    background-color: #5D2068;
    margin-top: -20px;
}

.custom-tbar #tribe-bar-form {
    background: transparent;
}

.temps {
    float: left;
    width: auto;
    text-align: center;
    margin-right: 40px;
}

figure.icons {
    display: inline-block;
}

.weather-temp {
    font-size: 31.86px;
    font-weight: 800;
    color: #000;
    display: inline-block;
    vertical-align: top;
}

.gform_wrapper.cready_wrapper input,
.gform_wrapper.cready_wrapper .ginput_container input {
    line-height: 1;
    padding: 15px !important;
    margin: 0px;
}

.gform_wrapper.cready_wrapper input.gform_button.button,
.gform_wrapper.cready_wrapper .ginput_container input.gform_button.button {
    padding: 10px 20px !important;
    float: right;
}

#input_3_1 input {
    margin-bottom: 0px !important;
}

body .gform_wrapper.cready_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

.cready_wrapper ::-webkit-input-placeholder {
    color: #969696;
    font-style: italic;
}

.cready_wrapper ::-moz-placeholder {
    color: #969696;
    font-style: italic;
}


/* Firefox 19+ */

.cready_wrapper :-moz-placeholder {
    color: #969696;
    font-style: italic;
}


/* Firefox 18- */

.cready_wrapper :-ms-input-placeholder {
    color: #969696;
    font-style: italic;
}

.gform_wrapper.cready_wrapper .address_line_1,
.gform_wrapper.cready_wrapper .address_line_2 {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
}

.gform_wrapper.cready_wrapper .address_line_1 {
    padding-right: 8px;
}

.gform_wrapper.cready_wrapper .address_line_1 {
    margin-right: 8px;
}

.gform_wrapper.cready_wrapper .address_line_2 {
    margin-right: -8px;
    padding-right: 8px;
}

.gform_wrapper.gf_browser_gecko.cready_wrapper select {
    padding: 8px 12px 10px 10px;
}

.gform_wrapper.cready_wrapper .ginput_complex .address_state,
.gform_wrapper.cready_wrapper .ginput_complex .address_zip {
    width: 24%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.gform_wrapper.cready_wrapper .ginput_complex .address_zip {
    padding-right: 0 !important;
}

.gform_wrapper.cready_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
    padding-right: 0 !important;
    float: right;
}

.cready_wrapper h4 {
    font-size: 26px;
    font-weight: 700;
    color: #8cc648;
}

.custom-tbar #tribe-bar-form #tribe-bar-views {
    background: transparent;
    float: left;
    left: auto;
    margin: 0;
    padding: 0 0 0 5px;
    position: static;
    right: auto;
    width: 18%;
    display: none !important;
}

#tribe-bar-form .tribe-bar-views-inner label {
    float: left;
}

.custom-tbar #tribe-bar-views .tribe-bar-views-list {
    float: left;
    width: auto;
    display: block;
    position: static;
}

.custom-tbar #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    left: auto;
    right: auto;
    width: 80%;
    float: none;
    margin: 0 auto;
}

.custom-tbar #tribe-bar-views .tribe-bar-views-list {
    float: left;
    width: auto;
}

.custom-tbar {
    color: white;
}

.custom-tbar #tribe-bar-form label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.custom-tbar #tribe-bar-form input {
    display: inline-block;
    width: auto !important;
    margin-left: 8px;
}

.custom-tbar #tribe-bar-form input[type="text"] {
    border-bottom: 1px dashed #fff;
}

.custom-tbar .tribe-bar-date-filter {
    float: left;
    margin-bottom: 0;
    padding: 25px 0px;
    width: auto;
}

.custom-tbar #tribe-bar-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.custom-tbar #tribe-bar-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.custom-tbar #tribe-bar-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.custom-tbar #tribe-bar-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.custom-tbar .tribe-bar-search-filter {
    padding: 25px 0px;
}

.custom-tbar input {
    color: #e5b7ea;
}

.custom-tbar .tribe-bar-views-inner {
    padding: 26px 0 26px;
}

.custom-tbar .tribe-bar-submit {
    float: right;
    margin-left: 0;
}

.custom-tbar .tribe-bar-views-inner {
    background: transparent;
}

.custom-tbar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: transparent;
    color: #9ddaff;
}

.custom-tbar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    background: transparent;
    color: #fff;
}

.custom-tbar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background: transparent;
}

.custom-tbar #tribe-bar-form .tribe-bar-submit input[type="submit"] {
    -webkit-appearance: button;
    background: #5D2068;
    background-image: none;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    padding: 14px 20px;
    width: 100%;
}

.custom-tbar ::-webkit-input-placeholder {
    color: #e5b7ea;
}

.custom-tbar ::-moz-placeholder {
    color: #e5b7ea;
}


/* Firefox 19+ */

.custom-tbar :-moz-placeholder {
    color: #e5b7ea;
}


/* Firefox 18- */

.custom-tbar :-ms-input-placeholder {
    color: #e5b7ea;
}

.clone-cal #tribe-events .tribe-events-button,
.clone-cal #tribe-events .tribe-events-button:hover,
.clone-cal #tribe_events_filters_wrapper input[type="submit"],
.clone-cal .tribe-events-button,
.clone-cal .tribe-events-button.tribe-active:hover,
.clone-cal .tribe-events-button.tribe-inactive,
.clone-cal .tribe-events-button:hover,
.clone-cal .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.clone-cal .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
    background-color: #5D2068;
    font-size: 18px;
    font-weight: 800;
}

.clone-cal .tribe-events-calendar div[id*="tribe-events-daynum-"],
.clone-cal .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    font-size: 18px;
    font-weight: 800;
}

.tribe-events-calendar .tribe-events-month-event-title a {
    color: #007ac4;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present {
    background-color: #EAEAEA;
}

.clone-cal .tribe-events-calendar thead th {
    background-color: #666;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

main.content {
    background-color: transparent;
}

.widget .tribe-events-widget-link .button {
    margin-top: 25px;
}

.home-bottom .title.slide-title {
    display: none;
}

.home-bottom .caption {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
}

.home-bottom .soliloquy-container .biztitle {
    font-size: 36px;
    color: #5D2068;
    display: inline-block;
    font-family: 'Kristi', cursive;
}

.home-bottom .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0.7);
}

.global-featured .soliloquy-container .soliloquy-prev {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -60px;
    z-index: 1320;
    background-image: url(../../../../../../themes/JonesMainstreet/images/car-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.global-featured .soliloquy-container .soliloquy-next {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -60px;
    z-index: 1320;
    background-image: url(../../../../../../themes/JonesMainstreet/images/car-forward.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.archive article.bussinesses {
    width: 255px;
    padding: 0;
    background-color: #F8F8F8;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    min-height: 427.7px;
}

.archive .content {
    padding: 35px 20px 40px;
}

.archive article.bussinesses:nth-child(3n) {
    margin-right: 0px;
}

.archive article.bussinesses .entry-title,
.archive article.bussinesses .entry-title a {
    font-size: 18px;
    font-weight: bold;
    color: #5D2068;
    text-align: center;
}

.cpt-grid-addess {
    font-size: 16px;
    color: #575757;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px 20px;
}

.cpt-size {
    margin-top: 20px;
}

.cpt-bar {
    width: 75px;
    background-color: #5D2068;
    margin: 0 auto;
    height: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.cpt-grid-img {
    position: relative;
}

.cpt-cat {
    position: absolute;
    top: 15px;
    left: 0px;
    padding: 0px 20px;
    line-height: 26px;
    text-transform: uppercase;
    border-bottom: 4px solid #5D2068;
    font-weight: bold;
    color: #6c6f70;
    text-align: center;
    background-color: #DEDEDE;
}

.single-post-navi {
    background-color: #AE1E01;
    text-align: center;
}

.blog-post-navi a {
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 14.19px;
    text-transform: uppercase;
    display: block;
    line-height: 80px;
    margin-top: -20px;
    vertical-align: middle;
}

.single-data {
    display: block;
    width: 100%;
    font-size: 17px;
    color: #444;
}

.single-label {
    display: inline-block;
    font-weight: 800;
}

.single-content {
    display: inline;
}

.listing-title {
    font-size: 20px;
    font-weight: 800;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.left-bot,
.right-bot,
.left-top,
.right-top {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.left-bot,
.left-top {
    width: 305px;
}

.right-bot,
.right-top {
    width: 475px;
}

.single-bussinesses .content {
    padding: 0;
}

.cpt-single-title {
    font-size: 26px;
    font-weight: 800;
    color: #5D2068;
}

.single-cpt-img {
    margin-bottom: 35px;
    text-align: right;
}

.badd {
    margin-bottom: 15px;
}

.bsite {
    margin-bottom: 20px;
}

.sidebar .widget ol.tribe-list-widget>li {
    list-style-type: none;
    border-bottom: none;
}

#execphp-3 {
    padding: 0 !important;
}

.acf-map {
    width: 100%;
    height: 240px;
    border: #ccc solid 1px;
    margin: 20px 0;
    max-width: 780px;
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

.sidebar #custom_html-7 {
    text-align: center;
}

.sidebar .focus {
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
}

.custom-search {
    background-color: #5E1C69;
    text-align: center;
    color: white;
    margin-top: -20px;
    padding: 26.5px 0px;
}

.custom-search li {
    display: inline-block;
}

.custom-search li a {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px 0px 0px 8px;
    line-height: 80px;
    font-size: 14.19px;
    line-height: 1;
    padding: 12px 2px;
    display: inline-block;
    border-bottom: 4px solid transparent;
}

.custom-search li a:hover,
.custom-search li.current-menu-item a {
    border-bottom: 4px solid white;
}

.custom-search li:after {
    content: "/";
    display: inline-block;
    margin-left: 10px;
}

.custom-search li.csearch-label:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
}

.custom-search li.csearch-last:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
    background-color: #2B75C9 !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 25px;
}

.post-type-archive .tribe-events-calendar div[id*="tribe-events-daynum-"],
.post-type-archive .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #C4C5C6;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
}

.entry-content ul.tribe-events-sub-nav>li::before {
    content: "";
}

#tribe-events a.tribe-events-ical.tribe-events-button {
    background-color: #8FC82E !important;
}

ol.tribe-list-widget>li {
    text-indent: 0px !important;
    margin-bottom: .25rem;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-left: -20px;
}

ol.tribe-list-widget>li h4 {
    margin-bottom: 0px;
}

.widget .tribe-list-widget li {
    border-bottom: 0px dotted #494949;
    padding-left: 20px;
    text-indent: -20px;
}

.sidebar .widget ol.tribe-list-widget>li {
    list-style-type: none;
    border-bottom: none;
}


/* Tourism 
---------------------------------------------------------------------------------------------------- */

.tourism .one-half {
    margin-bottom: 50px;
}

.tourism .single_looped_tourism {
    padding: 0 15px 0;
}

.tourism .single_looped_tourism img {
    display: block;
}

.tourism .resource_main {
    background-color: #0b7bc0;
    padding: 15px;
    color: #fff;
    position: relative;
    margin-top: -50px;
    z-index: 999;
}

.tourism .resource_main .resource_name {
    font-size: 20px;
}

.tourism .resource_main a.tourism_btn {
    text-transform: uppercase;
    color: #5D2068;
    display: inline-block;
    width: 47%;
    padding: 7px 0;
    background-color: #fff;
    margin: 10px 1% 0;
    text-align: center;
    font-size: 16px;
}

.tourism .resource_main a.tourism_btn:hover {
    background-color: #5D2068;
    color: #fff;
}

.tourism .resource_main a.tourism_btn.first {
    margin-left: 0;
}

.home-bottom #execphp-2 {
    display: inline-block;
    width: 49%;
}

.widget#execphp-2 ol>li {
    list-style-type: none;
    border-bottom: none;
}

.home-bottom .fb-page {
    min-height: 550px;
    max-width: 100%;
    display: block;
    width: 100%;
}

.home-bottom #custom_html-14 .widget_text {
    padding-bottom: 40px;
}

.slip-screen {
    background-color: rgba(236, 236, 236, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 0;
}

.lds-gear {
    margin-top: -37px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    z-index: 2;
}


/* Front Page Facebook Feed*/

.fts-jal-fb-vid-picture img {
    max-height: 225px;
}

.fts-jal-fb-header {
    text-align: center;
}

.fts-simple-fb-wrapper,
.fts-fb-load-more-wrapper .fts-fb-load-more-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
}

.fts-fb-large-photo img {
    max-height: 225px;
}

@media only screen and (max-width: 1910px) {
    .content-sidebar .site-inner {
        background-position: right 25% center;
    }
}

@media only screen and (max-width: 1700px) {
    .content-sidebar .site-inner {
        background-position: right 40% center;
    }
}

@media only screen and (max-width: 1220px) {
    .content-sidebar .site-inner {
        background-position: right 33% center;
    }
}

@media only screen and (max-width: 1023px) {
    .content-sidebar .site-inner {
        background-image: none;
    }
    .sidebar {
        background-color: #ECECEC;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    #menu-main .chamber,
    #menu-main .mainstreet,
    #menu-main .dev-auth {
        display: block;
    }
}

@media only screen and (max-width:479px) {
    article.post-1152 img.alignright {
        float: none !important;
    }
    article.post-1152 div.one-fourth {
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
	.mainstreet-header,
	.archive-description.cpt-archive-description {
		padding: 10px 0 0;
	}
}


/* Upcoming Events Styling */

.home-bottom .tribe-events-list-widget {
    width: 49%;
    margin: 0;
    background-color: #ECECEC;
    padding: 60px 60px 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left;
    vertical-align: top;
    min-height: 308px;
}

@media only screen and (min-width:861px) {
    .home-bottom #custom_html-14 {
        width: 49% !important;
        display: inline-block !important;
    }
}

@media only screen and (max-width:860px) {
    .home-bottom .tribe-events-list-widget {
        padding-top: 150px;
    }
    .home-bottom .tribe-events-list-widget {
        width: 100%;
        float: none;
        display: block;
        height: auto !important;
    }
    .home-bottom .tribe-events-widget-link {
        text-align: center
    }
}