/*
Theme Name:         StreetStore
Theme URI:          https://github.com/jwfwessels/streetstore-theme
Author:             JWF Wessels
Description:        This theme was crafted for thestreetstore.org by <a href="http://www.southernark.co.za">Southern Ark</a>
Version:            1.2.2
Author URI:         http://www.southernark.co.za
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI:   https://github.com/jwfwessels/streetstore-theme
GitHub Branch:     master
*/

/*
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

StreetStore is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    /*font-family: sans-serif;*/
    /*-webkit-text-size-adjust: 100%;*/
    /*-ms-text-size-adjust: 100%;*/
}

body {
    margin: 0;
}

*
{
	outline:none !important;
}

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

footer {
    /*text-align: center;*/
    box-shadow: rgba(0,0,0,.1) 0 -2px 8px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    /*display: block;*/
    text-decoration: none;
    font-size: 1.125em;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.5em;
    margin: 1em 0;
}

mark {
    background: #ffff00;
    color: #000000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 0;
}

hr {
    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;
    border-radius: 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;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444444;
    /*color: #fff;*/
    /*font-family: sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 400;
    font-size: 1em;
    /*font-size: 1rem;*/
    line-height: 1.5;
}

.light {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eeeeee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff; /* Fallback for when there is no custom background color defined. */
    /*background-color: #181818;*/
    height:100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #cccccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn {
    padding: 10px;
    border: solid #000000 2px;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid #444444;
    /*border-color: #000000;*/
    /*border-radius: 3px;*/
    background: none;
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
    color: #444444;
    font-size: 1.125em;
    /*font-size: 0.75rem;*/
    /*line-height: 1;*/
    padding: .6em 1em .4em;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

    /* margin: -1px; */
    /* border: 3px solid; */
    /*border-color: #cccccc #bbbbbb #aaaaaa;*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    margin: -1px;
    border: 3px solid;
    /*border-color: #aaaaaa #bbbbbb #bbbbbb;*/
    /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    /*outline: 0;*/
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    color: #ffffff;
    /*clear: both;*/
    /*display: block;*/
    /*float: left;*/
    /*width: 100%;*/
    padding: 38px 50px;
    float: right;
    position: absolute;
    right: 0;

}

.dark.main-navigation {
    color: #000000;
}

.main-navigation .menu {
    float: left;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    margin-right: 1.5em;
    line-height: 2.5em;
    display:inline-block;
    vertical-align:top;
}

.main-navigation a {
    color: inherit;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation li a 
{
    font-size:16px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.menu-toggle,
.menu-toggle:visited,
.menu-toggle:active,
.menu-toggle:hover,
.menu-toggle:focus {
    float: right;
    border: none;
    outline: none;
    padding: 10px 11px;
    background: none;
    margin: 0;
}

.menu-toggle .icon-bar {
    /*margin-bottom: 3px;*/
    display: block;
    width: 22px;
    height: 2px;
    background-color: #dddddd;
    /*border-radius: 1px;*/
}

.menu-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.dark .menu-toggle .icon-bar {
    background-color: #000000;
}


.dark .menu-toggle:hover .icon-bar {
    background-color: #444444;
}

.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block !important;
}

.main-navigation ul {
    display: none;
}

@media screen and (max-width: 767px) {
    .main-navigation {
        position: static;
        padding: 0;
        width: 100%;
        height: auto !important;
    }

    .main-navigation.toggled {
        height: 100% !important;
    }

    .main-navigation .menu {
        float: none;
    }

    .main-navigation li {
        width: 100%;
    }

    .main-navigation li a {
        padding-left: 15px;
    }

    .menu-toggle,
    .menu-toggle:visited,
    .menu-toggle:active,
    .menu-toggle:hover,
    .menu-toggle:focus {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    color: #ffffff;
    z-index: 15;
    position: fixed;
    width: 100%;
}

.grad {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 95%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 95%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 95%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 95%);
    transition:all ease-in-out .3s;
}

.wt
{
    background:#000;
    transition:all ease-in-out .3s;
}

.site-header.dark {
    color: #141414;
    background: none;
}

.site-header.streetstore-photos {
    position: relative;
    background: none;
}

.site-branding {
    padding: 20px 57px 16px 57px;
    float: left;
}

.site-header.streetstore-photos .site-branding {
    position: absolute;

}

.site-header.streetstore-photos .header-image {
    max-height: 350px;
    overflow: hidden;
    clear: both;
}

.site-header.streetstore-photos .header-image img {
    width: 100%;
    max-width: none;
}

/*.site-branding a{*/
/*text-decoration: none;*/
/*}*/

/*.image-passive, #logo-home:hover .image-active {*/
/*display: block*/
/*}*/

/*.image-active, #logo-home:hover .image-passive {*/
/*display: none*/
/*}*/

/*#logo-home .site-title {*/
/*display: none;*/
/*}*/

.site-header .image-passive,
.site-header.toggled .image-active {
    display: block
}

.site-header .image-active,
.site-header.toggled .image-passive {
    display: none
}

#logo-home .site-title {
    display: none;
}

#logo-home .logo-img {
    display: block;
}

#logo-home img
{
    width:100px;
    height:auto;
}

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

    .site-header.toggled {
        background: #000;
        position: fixed;
    }

    .site-header.toggled.dark {
        background:#fff;
    }

    .site-branding {
        padding: 0;
    }

    .site-header.streetstore-photos {
        height: 100%;
    }

    .site-header.toggled.streetstore-photos {
        height: auto;
    }

    .site-header.toggled.streetstore-photos .site-branding {
        position: static;
        /*background: none;*/
    }

    .site-header.toggled.streetstore-photos .header-image {
        overflow: visible;
    }
    
    #logo-home
    {
        margin-top: 10px;
        display: block;
    }

    #logo-home .site-title {
        display: none;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        padding: 15px;
        line-height: 10px;
        margin-top: -6px;
    }

    #logo-home .logo-img {
       float: left;
        margin-left: 20px;
        width: 60px;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

article.hentry {
    padding: 10% 15px 0;
}

.hentry {
    max-width: 960px;
    margin: 0 auto 1.5em;

}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    /*margin: 1.5em 0 0;*/
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.banner {
    width: 100%;
    min-width: 960px;
}

.fluid-banner {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    /*z-index: -1000;*/
}

.fluid-banner .hentry {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    padding: 0;
    margin: 0;
}

.swiper-home article
{
    opacity:0;
    transition:all ease-in-out .3s;
}

.swiper-home .swiper-slide-active article
{
    opacity:1;
    transition:all ease-in-out .3s;
}

.page-template-pagetemplate-cardboard,
.page-template-template-partspagetemplate-cardboard-php
    /*.cardboard*/
{
    background: url("images/background-tile.jpg") repeat;
}

/*--------------------------------------------------------------
## titles
--------------------------------------------------------------*/
/***fancy titles*/
.fancy-sides {
    text-align: center;
}

.fancy-sides {
    position: relative;
    /*padding-left: 2.5%;*/
}

.fancy-sides span:before,
.fancy-sides span:after {
    content: "";
    position: absolute;
    border-bottom: 0.125em dotted #444444;
    top: 40%;
    width: 10%;
}

.fancy-sides span {
    /*encase of letter-spacing on h2 apply padding to left side in equal quantity*/
    /*padding-left: 0.3em;*/
    position: relative;
}

.fancy-sides span:before {
    /*right : 100 %;*/
    /*margin-right : 5 %;*/
    right: 103%;
}

.fancy-sides span:after {
    /*left : 100 %;*/
    /*margin-left : 5.5 %;*/
    /*to compensate for letter spacing */
    left: 103%;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    border: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    /*display: inline-block;*/
    text-align: center;
    /*vertical-align: top;*/
    /*width: 100%;*/

    /*padding-bottom: 56.25%;*/
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.gallery img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: auto !important;*/
    /*width: auto !important;*/
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    /*margin: auto;*/
    /*right: 0;*/

    /*min-height: 320px;*/
}

.cardboard {
    position: relative;
}

.cardboard article.hentry {
    padding: 0;
    /*! min-height: 568px; */
    margin: 0 auto;
}



.cardboard .text-content {
    margin: 10% 50px;
}

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

    .cardboard article.hentry {
        /*! padding: 4em 0; */
        /*! min-height: 568px; */
    }

    .cardboard .text-content {
        margin: 10% 10px;
    }

}

.caldera-grid .row {
    margin-left: 0;
    margin-right: 0;
}

.caldera-grid h1 {
    font-size: 3.5em;
    margin: 0.67em 0;
}

.caldera-grid hr {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 3px solid #000000;
    width: 15%;
}

.caldera-info-block {
    margin-bottom: 2em;
}

/*progress bar*/
#caldera_form_1 {

}

.caldera-grid form {
    /*padding-top: 154px;*/
    /*padding-bottom: 50px;*/
    text-align: center;
    /*position: relative;*/
    /*-moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3);*/
}

.caldera-grid input[type=text],
.caldera-grid input[type=email],
.caldera-grid select,
.caldera-grid textarea {
    outline: none;
    background: transparent;
    border: 1px solid black;
    border-radius: 0;
}

.breadcrumb {
    display: table;
    /*position: relative;*/
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    height: 5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.breadcrumb li {
    display: table-cell;
    /*float: left;*/
    /*margin: 0;*/
    /*padding: 0;*/
    background: #444444;
    /*width: 25%;*/
    /*height: 5px;*/
    /*-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);*/
}

.breadcrumb li.active ~ li {
    /*color: #000000;*/

    background: rgba(68, 68, 68, 0.5);
}

.breadcrumb li a {
    visibility: hidden;
}

.caldera-title-count h1 {
    font-size: 12.5em;
    line-height: 0.5em;
    margin: 0.5em 0;
    color: rgba(68, 68, 68, 0.5);
}

.prev-btn {
    padding: 10px;
    font-size: 2em;
    position: absolute;
    left: -45px;
    top: 50%;
}

.prev-btn p {
    margin: 0 0 0 5px;
    display: none;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 600;
}

.progress-list ul {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
# Babusi Custom Code
--------------------------------------------------------------*/

html, body.home, body.home #page, body.home .site-content, body.home .content-area, body.home .swiper-container
{
    height:100%;
}

.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
       display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-slide .banner
{
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border:1px solid rgba(255,255,255,.5)
}


footer.swiper-slide
{
	height:auto !important;
	display:block !important;
}

footer.swiper-slide .site-info
{
    padding:50px 0
}

footer.swiper-slide h1 
{
    margin-bottom:0;
    margin-top:0;
}

footer.swiper-slide p 
{
    margin-top:-15px;
    letter-spacing:0.04em;
    font-size:0.85em;
}


footer.swiper-slide .footer-copyright
{
    font-size:13px
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {

  opacity: 1;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 20px;
  top: auto;
  bottom:0px;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin:20px 0 0
}

#menu-social ul li {
    display: inline-block;
    position: relative;
    margin-right: 0.1em;
    margin-top:3px;
}

#menu-social li a {
    font-size: 0.925em;
    line-height: auto;
    padding: 7px 5px 5px;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 50%;
    transition:all ease-in .3s;
    height:30px;
    width:30px;
}

#menu-social li a:hover {
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    padding: 7px 5px 5px;
}

/* ///// */

@media screen and (max-width: 767px) {
    h1,
    .caldera-grid h1 {
        font-size: 1.5em;
        line-height:1.2em !important;
        letter-spacing: 0 !important;
    }

    .caldera-title-count h1 {
        font-size: 3em;
    }

    article.hentry {
        padding-top: 2em;
    }

    .prev-btn {
        position: static;
        left: auto;
        top: auto;
        font-size: 1.5em;
    }

    .prev-btn p {
        display: inline-block;

        font-weight: 100;
    }
}


.text-content.light a {
    border: 2px solid #ffffff;
    background: none;
    color: #ffffff;
    padding: .6em 1em .4em;
    text-align: center;
    display: inline-block;
}

.info-panel .text-content {
    margin-top: 100px;
    margin-bottom: 0;
}

.text-content h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    margin-top:0;
    line-height:1.2em;
}

.text-content h3 {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

.remodal {
    padding: 5px;
    background: #000000;
    min-height: 60%;
    max-width: 80%;
}

.count {
    line-height: 0.5em;
    color: white;
    margin: auto;
    font-size: 10em;
    margin-bottom:10px;
    display:inline-block;
    font-style:normal;
    /*letter-spacing: 0.1em;*/
}

.text-content.light .gallery a,
.text-content .gallery a,
.slides-wrapper .gallery a,
.bss-slides a {
    /*background: #ffffff;*/
    border: none;
    display: block;
    padding: 0;
    padding-bottom: 62%;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: auto;
}

.text-content hr {
    background-color: #000000;
    border: 0;
    height: 3px;
    margin-bottom: 2em;
    width: 20%;
}

.text-content.light hr {
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .text-content {
        margin: auto;
    }

    .text-content h2 {
        font-size: 1.2em;
        margin-bottom: 1.2em;
    }

    .remodal {
        min-height: 80%;
    }

    .count {
        font-size: 8em;
    }
}

footer .site-info {
    /* margin: 75px 0; */
    width: 100%;
    /*height: 100%;*/
    display: block;
    /* box-sizing: border-box; */
    /* clear: both; */
}

footer .footer-row {
    display: table;
    width: 100%;
    position: relative;
}

footer .footer-col9 {
    width: 60%;
    display: block;
    min-height: 1px;
    /* float: left; */
    display: block;
    box-sizing: border-box;
    float: left;
    /* clear: both; */
    margin: 75px 0;
    padding: 0 15px;
    border-right: solid 2px black;
}

footer .footer-col9 img {
    float: left;
    display: block;
    padding-right: 3em;
}

footer .footer-col9 h1 {
    clear: none;
    margin: 0;
    line-height: 1em;
    display: inline-block;
}

footer .footer-col9 p {
    margin: 0.5em 0 0 0;
}


footer .footer-col3 {
    width: 40%;
    /* float: left; */
    display: block;
    float: right;
    margin: 65px 0;
    padding: 0 15px;
    line-height: 7em;
}

footer .footer-col3 .center-col,
footer .footer-col9 .center-col {
    display: table;
    margin: 0 auto;
}

footer .site-info .left-justified {
    text-align: left;
    display: inline-block;
}

footer .footer-copyright {
    position: absolute;
    color: #727272;
    font-size: 0.75em;
    /*margin-top: 40px;*/
    bottom: 5px;
}

footer .site-info a.social {
    font-size: 1.1em;
    line-height: 0.5em;
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #fff;
}

footer .site-info a.social:hover {
    border: 1px solid #ccc;
    border-radius: 25px;
}

footer .site-info a.social[href*="mailto:"] {
    border: none;
    padding: 10px;
}

footer .site-info a.social::before {
    content: '\f408';
    display: inline-block;
    /*padding: 0 5px;*/
    font: normal 16px/1 'Genericons';
    font-size: 0.7775em;
    /*vertical-align: top;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #666;
}

footer .site-info a.social[href*="twitter.com"]::before {
    content: '\f202';
    /*/ / color : #33ccff;*/
}

footer .site-info a.social[href*="facebook.com"]::before {
    content: '\f203';
    /*/ / color : #3b5998;*/
}

footer .site-info a.social[href*="mailto:"]::before {
    content: '';
    /*/ / color : #3b5998;*/
}

/* additional code from Babusi */

footer .footer-row {
    display: table;
    width: 100%;
    position: relative;
}

footer .footer-col9 {
    width: 60%;
    display: block;
    min-height: 1px;
    /* float: left; */
    display: block;
    box-sizing: border-box;
    float: left;
    /* clear: both; */
    margin: 75px 0;
    padding: 0;
    border-right: solid 2px black;
}

footer .footer-col9 img {
    float: left;
    display: block;
    padding-right: 3em;
}

footer .footer-col9 h1 {
    clear: none;
    margin: 0;
    line-height: 1em;
    display: inline-block;
}

footer .footer-col9 p {
    margin: 0.5em 0 0 0;
}

footer .footer-col3 {
    width: 40%;
    /* float: left; */
    display: block;
    float: right;
    margin: 65px 0;
    padding: 0 ;
    line-height: 7em;
}

footer .footer-col3 .center-col,
footer .footer-col9 .center-col {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    footer .footer-row {
        position: relative;
    }

    footer .footer-col3,
    footer .footer-col9 {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    footer .footer-col9 {
        border-right: none;
        border-bottom: none;
    }

    footer .footer-col9 img {
        float: none;
        display: block;
        padding-right: 0;
        margin: 1em auto;
    }

    footer .site-info .left-justified {
        text-align: center;
    }

    footer .footer-copyright {
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        position:static
    }

    footer .footer-col3 {
        line-height: 3em;
        margin: 0.5em 0;
    }

    footer .site-info a.social[href*="twitter.com"]::before,
    footer .site-info a.social[href*="facebook.com"]::before {
        font-size: 1.5em;
    }

}

.page-template-pagetemplate-cardboard, .page-template-pagetemplate-cardboard .site, .page-template-pagetemplate-cardboard .site-content
{
    height:100%;
    width:100%;
}

.cardboard
{
    color:#000;

    height:100%;
}

.cardboard button
{
    color:#000;
    padding:15px 30px
}




.cardboard button.no-border
{
    border-top:none;
    border-left:none;
    border-right:none;
}

.cardboard h1
{
    line-height:45px;
    letter-spacing:2px;
	text-transform:uppercase;
	font-size:43px;
}


.cardboard img
{
    width:700px;
}

.step
{
    text-align:center;
    height:100%;
    width:100%;
}

.swiper-slide .slide-caption
{
    width:960px;
    margin:0 auto;
    max-width:100%;
}

.step h1
{
    font-size:140px;
    margin-bottom:100px;
    opacity:.4;
    font-weight:200;
}

.step h3 
{
    font-size:16px;
    font-style:italic;
    margin-bottom:50px
}

.step h5
{
    font-size:11px;
}

.swiper-button-prev
{
    background:none;
    font-size:50px;
    left:30px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled
{
    opacity:0;
}

.step input
{
    background:none;
    border:1px solid;
    padding:20px 0;
    width:600px;
    max-width:100%;
    text-align:center;
    display:block;
	margin:0 auto;
    margin-bottom:40px;
	color:#000;
}

.step textarea
{
    background:none;
    border:1px solid;
    padding:20px;
    width:600px;
    max-width:100%;
    display:block;
	margin:0 auto;
    margin-bottom:40px;
	color:#000;
	min-height:150px;
	border-radius:0;
	border:1px solid #000;
}

.step .btn.disabled-btn
{
	transition:all ease-in-out .3s;
}

::-webkit-input-placeholder { color: #000; } :-moz-placeholder { /* Firefox 18- */ color: #000; } ::-moz-placeholder { /* Firefox 19+ */ color: #000; } :-ms-input-placeholder { color: #000; }
/* progress bar */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #000;
  position: absolute;
  left: 0;
  top: auto;
  bottom:0px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom:40px;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.languages-slide img
{
	width:100px;
}

.step .disabled-btn
{
	opacity:.5;
}



/*
 * Select
 */

.select {
  position: relative;
  display: block;
  color: #000;
  width:500px;
  max-width:100%;
  margin:0 auto;
  border: 1px solid #000;
  padding:0 30px
}
.select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  line-height: 1.5;
  color: #000;
  font-style:italic;
  background:none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align:center;
  border:none;
}
/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* Dropdown arrow */
.select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;

  margin-top: -.15rem;
  pointer-events: none;
  border-top: .35rem solid;
  border-right: .35rem solid transparent;

  border-bottom: .35rem solid transparent;
  border-left: .35rem solid transparent;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.

.select select:hover {
  background-color: #ddd;
}
*/

/* Focus */
.select select:focus {
  box-shadow: none
}

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9;
}

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }

  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: white;
  }
}

/* IE9 hack to hide the arrow */
@media screen and (min-width:0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem;
  }
  .select:after {
    z-index: 5;
  }
  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee;
  }
  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee;
  }
}

#bg_holder
{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:9;
    background-size:cover;
    background-position:center;
    background-color:#000;
    transition:all ease-in-out .2s
}

#bg_holder .download-footer
{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
}

#bg_holder .download-footer h3
{
    float:right;
    margin:0;
}

#bg_holder .download-footer img
{
    float:left;
    margin:0;
    width:100px;
}

.tribe-events-list .tribe-events-event-image {
    float: left;
    margin: 0 3% 0 0;
    width: 60%;
}

.tribe-events-list .tribe-events-event-image a
{
    display: inline-block;
    width: 100%;
}

.other-stores .tribe-events-event-image img, .tribe-events-list .tribe-events-event-image img
{
    width:100% !important;
    float:none;
    display: inline-block;
    position: relative;
    margin:0;
    left:0;
    top:0;
    height: auto
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content{float:left;position:relative;width:37%}

.tribe-events-read-more
{
    border:3px solid;
    padding:15px 20px;
    margin-top:10px;
    display:inline-block;
}

.post-type-archive-tribe_events #tribe-events-pg-template {
    padding: 0 15px;
    margin: auto;
}

#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events .tribe-events-button, .tribe-events-button {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #444444;
    background: none;
    color: #444444;
    font-size: 1.125em;
    padding: .6em 1em .4em;
    margin: 0 30px 0 0;
}


#tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    color: initial;
    margin: 0 30px 0 0 !important;
    border: 2px solid !important;
    background: none;
}

.other-stores .tribe-events-event-image img,
.tribe-events-list .tribe-events-event-image img {
    min-height: 0;
}

.event-image
{
    height:70%;
    content:'';
    display:block;
    width:100%;
    position:static;
}

.mask
{
	display:block;
	height:70%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.4;
	z-index:0;
	bottom:0;
	right:0;
}

.events-title
{
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height:70%;
	width:100%;
	z-index:1;
	position:absolute;
}

.events-title h1
{
    display:inline-block;
	color:#fff;
}

.events-title h1.visible-single
{
    display:none;
}

.single-tribe_events h1.visible-single
{
    display:inline-block;
}

.single-tribe_events .hidden-single
{
    display:none;
}


#page
{
    height:100%;
}

#preload_wrapper
{
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    height:100%;
    width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:9999999999;
}

#preload_wrapper img
{
	width:200px;
	height:auto;
}


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: inherit !important;
  line-height: 0.85em !important;
  margin-bottom:-20px !important;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
footer .site-info a.social {
    font-size: 1em;
    line-height: 0.5em;
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #fff;
}

.main-navigation li {
    position: relative;
    margin-right: 0.5em;
    line-height: 2.5em;
    display:inline-block;
    vertical-align:top;
}

.main-navigation li a 
{
    font-size:14px !important;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.visible-sm
	{
		display:block;
	}
	
	.hidden-sm
	{
		display:none;
	}
	
 .text-content
    {
        padding:0 20px;
    }
    
    footer.swiper-slide .site-info
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    footer.swiper-slide p 
    {
       font-size: 13px;
        line-height: 15px;
        margin-top: 5px;
    }
    
    .swiper-button-prev
    {
        top:auto;
        bottom:100px;
    }
    
    .step .slide-caption
    {
        padding:0 20px;
    }
    
    .step h1
{
    font-size:100px;
    margin-bottom:-10px;
    opacity:.4;
    font-weight:200;
    margin-top: -20px
}

.step h3
{
    font-size:15px;
    font-style:italic;
    margin-bottom:20px
}

.step h5
{
    font-size:11px;
}

.swiper-button-prev
{
    background:none;
    font-size:50px;
    left:30px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled
{
    opacity:0;
}

.step input
{
    background:none;
    border:1px solid;
    padding:20px 0;
    width:80%;
    max-width:100%;
    text-align:center;
    display:block;
	margin:0 auto;
    margin-bottom:40px;
	color:#000;
    font-size: 12px;
}

.step textarea
{
    background:none;
    border:1px solid;
    padding:20px;
    width:80%;
    max-width:100%;
    display:block;
	margin:0 auto;
    margin-bottom:40px;
	color:#000;
	min-height:150px;
	border-radius:0;
	border:1px solid #000;
}
    
.cardboard button
{
    color:#000;
    padding:10px 20px;
    font-size: 15px;
}

.step .btn.disabled-btn
{
	transition:all ease-in-out .3s;
}
    
.select {
  position: relative;
  display: block;
  color: #000;
  width:80%;
  margin:0 auto;
  border: 1px solid #000;
  padding:0 30px
}
    .select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  line-height: 1.5;
  color: #000;
  font-style:italic;
  background:none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align:center;
  border:none;
}
    
    .tribe-events-list .tribe-events-event-image {
    float: left;
    margin: 0 3% 0 0;
    width: 100%;
}
    
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
}

.tribe-events-list .tribe-events-event-image a
{
    display: inline-block;
    width: 100%;
}

.other-stores .tribe-events-event-image img, .tribe-events-list .tribe-events-event-image img
{
    width:100% !important;
    float:none;
    display: inline-block;
    position: relative;
    margin:0;
    left:0;
    top:0;
    height: auto !important;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content
{
    float:left;
    position:relative;
    width:100%
}

.tribe-events-read-more
{
    border:3px solid;
    padding:10px 15px;
    margin-top:10px;
    font-size: 14px;
    display:inline-block;
}

.post-type-archive-tribe_events #tribe-events-pg-template {
    padding: 0 15px;
    margin: auto;
}

#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events .tribe-events-button, .tribe-events-button {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #444444;
    background: none;
    color: #444444;
    font-size: 1em;
    padding: .6em 1em .4em;
    margin: 0 30px 0 0;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.event-image
{
    height:50%;
    content:'';
    display:block;
    width:100%;
    position:static;
}

.mask
{
	display:block;
	height:50%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.4;
	z-index:0;
	bottom:0;
	right:0;
}

.events-title
{
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height:50%;
	width:100%;
	z-index:1;
	position:absolute;
    padding:0 20px;
}

.events-title h1
{
    display:inline-block;
	color:#fff;
}

.events-title h1.visible-single
{
    display:none;
}

.single-tribe_events h1.visible-single
{
    display:inline-block;
}

.single-tribe_events .hidden-single
{
    display:none;
}
    
.tribe-events-sub-nav
    {
        
    background: #666;
    }
.tribe-events-sub-nav li a {
    color: #fff;
    display: block;
    padding: 10px 18px;
    position: relative;
    white-space: normal;
    font-size: 12px;
}
    
    #tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #000;
    background: none;
    color: #000;
    font-size: 1em;
    padding: .6em 1em .4em;
    margin: 0 30px 0 0;
    letter-spacing: 0;
    margin-bottom: 3px;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    color: initial;
    margin: 0 30px 0 0 !important;
    border: 2px solid !important;
    background: none;
}
    
    .text-content.light a {
    border: 2px solid #ffffff;
    background: none;
    color: #ffffff;
    padding: .6em 1em .4em;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
    
.tribe-events-loop .tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #eee;
    margin-top: 12px;
    padding: 12px 5px 15px;
    text-align: center
}

.cardboard h1 {
    line-height: 38px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 35px;
}

.cardboard h1.step-number {
    line-height: 90px !important;
    font-size: 90px;
}
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}


















 