/*
 Theme Name:   Oktoberfest by the Bay
 Theme URI:    http://oktoberfestbythebay.com
 Description:  Oktoberfest by the Bay theme by Practitioner Plus
 Author:       Practitioner Plus
 Author URI:   http://practitioner.plus
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/
body, .site-header, .site-content-contain, .navigation-top, .menu-festival-info-container {
    background-color: #F9F6D9;
}

body, button, input, select, textarea {
    color: #333;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.4;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 1.5em;
    font-weight: 300;
}

h2 {
    font-size: 1.25em;
    font-weight: 300;
}

h3 {
    font-size: 1.125em;
    font-weight: 300;
}

h4 {
    font-size: 1em;
    font-weight: 800;
}

h5 {
    font-size: 0.8125em;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h6 {
    font-size: 0.9375em;
    font-weight: 800;
}

p {
    margin: 0px 0 1.5em;
    padding: 0;
}

/*-------------- #global structure styles -----  */
.fullheight {
    height: 100%;
    min-height: 100vh;
}

.fullwidth {
    max-width: 70em;
    width: 100vw;
    min-width: 100%;
    justify-content: flex-start;
}

.threequart {
    max-width: 45rem;
}

.half {
    max-width: 27rem;
}

.quarter {
    max-width: 18rem;
}

.third {
    max-width: 22rem;
}

.right {
    justify-self: right;
}

.rightalign {
    text-align: right;
}

.leftaligntext {
    text-align: left;
}

.centeraligntext {
    text-align: center;
}

.flex, .centflex, .leftflex {
    display: flex;
}

.centjust, .centflex {
    justify-content: center;
}

.centalign, .centflex {
    align-items: center;
}

.flexcol, .centflex {
    flex-direction: column;
}

.leftjust, .leftflex {
    justify-content: left;
}

.leftalign, .leftflex {
    align-items: left;
}

.leftjustself {
    justify-self: left;
}

.centjustself {
    justify-self: center;
}

.rightjustself {
    justify-self: right;
}

.centalignself {
    align-self: center;
}

.basealignself {
    align-self: baseline;
}

.endalignself {
    align-self: end;
}

.block * {
    display: block;
}

/*------- margins */
.rightmarg {
    margin-right: 4rem;
}

.rightmarg-sm {
    margin-right: 2rem;
}

.rightmarg-med {
    margin-right: 8rem;
}

.rightmarg-lg {
    margin-right: 14rem;
}

.leftmarg {
    margin-left: 4rem;
}

.leftmarg-sm {
    margin-left: 2rem;
}

.leftmarg-med {
    margin-left: 8rem;
}

.leftmarg-lg {
    margin-left: 14rem;
}

*.bottommarg, .bottomrmarg {
    margin-bottom: 4rem;
}

.bottommarg-sm {
    margin-bottom: 2rem;
}

.bottommarg-med {
    margin-bottom: 8rem;
}

.bottommarg-lg {
    margin-bottom: 14rem;
}

*.topmarg, .topmarg {
    margin-top: 4rem;
}

*.topmarg-sm, .topmarg-sm {
    margin-top: 2rem;
}

.topmarg-med {
    margin-top: 8rem;
}

.topmarg-lg {
    margin-top: 14rem;
}

.col1-1, .col1-1-1, .col1-1-1-1, .col1-2 {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1em;
    align-items: center;
}

@media only screen and (min-width: 600px) {
    .col1-1 {
        grid-template-columns: repeat(2, calc(50% - 1em));
        justify-content: end;
    }

    .col1-1-1 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .col1-1-1-1 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .col1-2 {
        grid-template-columns: 1fr 2fr;
        grid-gap: 1em;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0 0 0rem;
}

h1, h2, h3 {
    color: #1c4c75;
    font-weight: 700;
    /* text-shadow: 1px 1px 0 black; */
}

h6 {
    font-size: .8em;
}

a, a * {
    transition: 200ms all ease-in;
}

/* ------------------- #header ---------------*/
nav#site-navigation {
    margin-top: 0;
    position: absolute;
    width: 100%;
}

#masthead .wrap {
    position: relative;
    padding: 1em 2em .75em;
    max-width: 1500px;
    height: 11em;
}

.main-navigation ul {
    text-align: right;
}

@media screen and (max-width: 79em) {
    #masthead .wrap {
        display: flex;
        justify-content: center;
    }

    nav#site-navigation {
        margin-top: 9em;
        z-index: 12;
    }
    .page:not(.home) #top-menu {
        padding-top: 7em;
    }
    .main-navigation ul {
        text-align: center;
    }
}

@media screen and (max-width: 48em) {
    nav#site-navigation {
        margin-top: 10em;
        z-index: 11;
    }
}

.logolink {
    width: 100%;
    height: 100%;
}

.js .main-navigation.toggled-on > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

s-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    display: table;
    height: 300px;
    height: 40vh;
    width: 100%;
}

.custom-header-media:before {
    background: none;
}
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    height: 10em;
}
.custom-header-media {
    background: none;
}
iframe#wp-custom-header-video {
    margin-top: -2em;
    object-fit: unset;
}
 #masthead .navigation-border {
    /* display: none; */
 }


@media screen and (min-width: 48em) {
    .has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
        display: block;
        height: 70vh;
        min-height: 500px;
    }
    .custom-header-media {
     background: url(/wp-content/uploads/2018/07/beer-banner.jpg);
    background-position: 50% -10%;
    background-size: cover;
    }
     .navigation-border {
    display: block;
 }
}

body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {
    color: #ffde16;
    text-shadow: black 2px 2px 0px;
}

@media screen and (min-width: 30em) {
    .site-branding {
        padding: 1em 0 2rem;
    }
}

@media screen and (max-width: 48em) {
    #masthead .site-branding {
        display:none;
    }

}

/* ------------------- #nav ---------------*/
#masthead .navigation-top {
    border: none;
    padding-top: 0em;
    /* top: 0; */
    bottom: 0px;
}

ul#top-menu {
    position: relative;
    margin-top: 6px;
    background: transparent;
    padding-top: 2em;
    padding-bottom: .5em;
    padding-right: 4em;
    z-index: 2;
    /* text-align: right; */
    justify-content: flex-end;
    border: none;
}

#top-menu > li {
    position: relative;
    z-index: 6;
    border: none;
}

@media screen and (max-width: 79em) {
    .home #masthead .navigation-top {
        position: absolute;
        width: 100%;
    }

    ul#top-menu {
        padding: 0em;
        justify-content: center;
    }
}

.menu-festival-info-container {
    padding: 0 1em;
}

.navigation-border {
    background: url(/wp-content/uploads/2018/07/Asset-2A-768x99.png);
    height: 2em;
    background-size: auto 100%;
    margin: 0;
    width: 100%;
    background-repeat: repeat-x;
    z-index: 1;
    position: absolute;
    /* top: 0; */
    margin-top: 1em;
    background-position: 50% 0%;
}

.navigation-border:nth-of-type(2) {
    background-position: 38% 0%;
}

.navigation-border:nth-of-type(3) {
    background-position: 25% 0%;
}
#masthead .navigation-border {
    top: 0;
    margin: -8px;
}

.logo {
    max-width: 60em;
    width: 100%;
    margin-top: -95px;
    position: absolute;
    z-index: 10;
    bottom: auto;
}
.page:not(.home) .logo {
    margin-top: 0px;
}
@media screen and (max-width: 48em) {
    .logo {
    margin-top: 10px;
    }
    #masthead .navigation-border {
    display: none;
    }

}

.menu-main-navigation-container {
    position: relative;
}

.site-navigation-fixed .logo {
    /* margin-top: -8.5rem; */
    max-width: 100%;
}

@media screen and (min-width: 67em) {
    .site-navigation-fixed .logo {
        margin-top: -0.5rem;
        max-width: 400px;
    }
}

@media screen and (min-width: 79em) {
    .site-navigation-fixed .logo {
        margin-top: 0;
        max-width: 595px;
    }
}

@media screen and (min-width: 48em) {
    .navigation-top .wrap, .site-branding .wrap {
        max-width: 1500px;
    }
}

.main-navigation a:not(.logolink), .main-navigation .current-menu-item > a:not(.logolink), .main-navigation .current_page_item > a:not(.logolink) {
    color: white;
    background: #1c4c75;
    border: black 3px solid;
    border-radius: 10px;
    padding: .5em 1em;
}

.main-navigation a:hover, .main-navigation .current-menu-item > a:hover, .main-navigation .current_page_item > a:hover {
    background-color: white;
    color: #1c4c75;
}

#masthead .buytix a {
    background-color: #1c4c75;
    border: black 3px solid;
    border-radius: 10px;
    color: #1c4c75;
    padding: .5em 1em;
    background-image: url(/wp-content/uploads/2018/07/page-bkgd-pattern.png);
}

#masthead .buytix a:hover {
    color: #1c4c75;
    background: white;
}

/* ------------------- #content ---------------*/
.site-content-contain {
    margin-top: -2px;
}

.site-main {
    margin-top: -4px;
    padding-top: 2em;
}

.page:not(.home) .site-main {
    margin-top: 0em;
    padding-top: 0em;
}

@media screen and (max-width: 67em) {
    section.intro-blurb {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0rem;
    }
    .site-main {
    margin-top: -4px;
    padding-top: 2em;
    }

}

.intro-blurb .col1-1-1 {
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding-bottom: 2em;
}

@media only screen and (max-width: 700px) {
    .col1-1-1 {
        grid-template-columns: 1fr;
    }
}

.intro-blurb h3 {
    font-size: 1em;
    color: #20203b;
    text-shadow: 0 0 0 transparent;
}

.intro-blurb .col1-1-1 h4 {
    font-weight: 700;
    font-size: 1.1rem;
    background-color: #1c4c75;
    padding: 1rem .7rem;
    color: white;
    border: 3px solid black;
    border-radius: 10px;
    text-shadow: 1px 1px 0 black;
}

.intro-blurb .col1-1-1 h4:hover, .intro-blurb .col1-1-1 h4:hover a {
    background-color: white;
    color: #1c4c75;
}

.intro-blurb h4 a {
    color: white;
}

.intro-blurb h4 strong {
    font-size: 1.2rem;
}

.intro-blurb h4 span {
    display: inline-block;
    border-top: 2px white solid;
    padding-top: 0.2em;
    margin-top: 0.3em;
    font-weight: 400;
}
#post-4 .entry-content, .page-id-114 .site-content .entry-content {
        display: grid;
        grid-template-columns:auto;
        grid-gap: 1rem 0;
    }
@media screen and (min-width: 67em) {
    .page.home .site-content-contain, .page-id-114 .site-content-contain {
        padding-top: 0em;
    }

    .intro-blurb {
        z-index: 5;
    }

    #post-4 .wrap, .page-id-114 .site-content .wrap, .page-id-114 #content #primary.content-area {
        max-width: 1500px;
    }

    #post-4 .entry-content, .page-id-114 .site-content .entry-content {
        display: grid;
        grid-template-columns: calc(50% - 3rem) calc(50% - 3rem);
        grid-gap: 1rem 6rem;
    }

    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 0em;
    }
}

@media screen and (max-width: 67em) {
    .page-one-column .panel-content .wrap {
        max-width: 1100px;
        padding-top: 0;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

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

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

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

@media screen and (min-width: 67em) {
    .page-one-column .panel-content .wrap {
        max-width: 1210px;
        padding-top: 0;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

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

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

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

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: none;
}

@media screen and (min-width: 48em) {
    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 0em;
    }

    .intro-blurb {
        z-index: 4;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer: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, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
    content: none;
}

.ticket-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.ticket-info .gallery-columns-4 {
    background: url(/wp-content/uploads/2018/07/fence-body.png);
    border: black 3px solid;
    border-radius: 20px;
    z-index: 3;
}

.ticket-info h3 {
    padding-top: 1.5rem;
    padding-bottom: 0.4rem;
    color: white;
}

.ticket-info img {
    margin-right: 0rem;
}

#vip h2 {
    color: white;
    background: #3a7642;
    padding: 0.8em 1.8em;
    border-radius: 50% 50%;
    width: fit-content;
    align-self: center;
    margin-bottom: 0.5em;
    border: 3px black solid;
}
.ticket-info
    button.ticket-cta {      font-size: 1.9rem;
    margin-top: 1em;  }
    border: black 3px solid;
    border-radius: 50%;
    /* border: 3px solid black; */
    margin-bottom: 0.6em;
}

#vipinfo h3 {
    color: white;
    /* max-width: 100%; */
    /* align-self: center; */
    padding: 2.5rem 0 .5rem;
    z-index: 2;
    filter: hue-rotate(40deg);
    font-size: 29px;
}
#vipinfo {
    background: #3a7642;
    margin-top: 1em;
    padding: 1em 2em 0em;
    color: white;
    margin-bottom: .5em;
    font-size: 1.5rem;
    line-height: 2rem;
    background: #3a7642;
    border-radius: 10px;
    border: 3px black solid;
    color: white;
    width: 100%;
    font-size: 22px;
    max-width: 1050px;
    align-self: center;
}
.ticket-info .gallery-columns-4 a {
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 1.2em;
    padding-bottom: 0em;
}

.ticket-info .gallery-item {
    display: inline-block;
    text-align: center;
    margin: 0 0 0em;
    padding: 1em .3em;
    transition: 200ms all ease-in;
}
@media screen and (min-width: 67em) {
.ticket-info .gallery-item:nth-of-type(1), #ga.ticket-info .gallery-item:nth-of-type(3) {
    border-right: 3px #F9F6D9 solid;
    margin-right: 0em;
    padding-right: 1.4em;
}
}
.ticket-info a {
    /* margin-bottom: -2em; */
}

.ticket-info h2 {
    padding-bottom: 0.3em;
    font-size: 2.8rem;
    /* color:white; */
}

.ticket-option {
    display: grid;
    grid-template-areas: 'top' 'mid' 'bot';
}

.ticket-option h3 {
    grid-area: top;
    color: white;
    font-size: 1.7rem;
}

.ticket-icon {
    grid-area: mid;
    position: relative;
    display: flex;
    justify-content: center;
}

.ticket-info .ticket-option * {
    margin: 0;
    padding: 0;
}

.ticket-option p {
    position: relative;
}

.ticket-option h3:last-of-type {
    margin-top: .3em;
    grid-area: bot;
}

.icon-hover {
    width: 135px;
    height: 135px;
    /* background: #1c4c75; */
    border-radius: 50%;
    position: absolute;
    top: 0;
}

.ticket-info .gallery-item:hover .icon-hover, .ticket-info .gallery-item:focus .icon-hover {
    background: #1c4c75;
}

.ticket-info#vip .gallery-item:hover .icon-hover, .ticket-info .gallery-item:focus .icon-hover {
    background: #3a7642;
}

.fri-vip-icon, .satn-vip-icon, .satd-vip-icon, .sun-ga-icon, .satd-ga-icon, .satn-ga-icon, .fri-ga-icon {
    height: 125px;
    width: 100%;
    min-width: 125px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    z-index: 5;
}

.fri-vip-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-5-norm.png);
}

.satd-vip-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-7-norm.png);
}

.satn-vip-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-3-norm.png);
}

.fri-ga-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-1-norm.png);
}

.satd-ga-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-5-norm.png);
}

.satn-ga-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-2-norm.png);
}

.sun-ga-icon {
    background-image: url(/wp-content/uploads/2018/07/tix-4-norm.png);
}

.ticket-info a span {
    margin: 0 0em;
    transition: 200ms all ease-in;
}

.ticket-info ul {
    text-align: left;
    max-width: 44rem;
    width: 100%;
    /* align-self: center; */
    padding: 1rem 1.6rem;
    margin: 0;
}


.alert {
	position: absolute;
	right: 2em;
	top: 6em;
    background-image: url(/wp-content/uploads/2018/07/page-bkgd-pattern.png);
	border-radius: 50%;
	padding: 1em;
	color: black;
	text-align: center;
	border: 3px solid black;
	font-size: 1rem;
	animation: 2s flashing infinite alternate;
	z-index: 5;
}
.alert p {
	margin: 0;
}
@keyframes flashing {
	0%{ transform: scale(1.2); }
	50%{ transform: scale(1); }
}

@media screen and (max-width: 48em) {

	.alert{
		top: 0;
		border-radius: 0;
		right: 0;
		width: 100%;
		animation: none;
	}
	.alert br {
		display: none;
	}
	.custom-header-media {
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 600px) {
    .ticket-info ul {
        padding: 0rem 1.6rem;
        margin: 0;
    }

    .ticket-info .col1-1 {
        grid-gap: 0;
    }
}

.ticket-info li::before {
    color: white;
    /* content: "-"; */
    margin-left: -1.4em;
    padding-right: 0.9em;
}

.ticket-info li {
    padding: 0.6em;
    margin-bottom: .5em;
    font-size: 1.5rem;
    line-height: 2rem;
    /* background: white; */
    border-radius: 10px;
    /* border: 3px black solid; */
    /* color: #3a7642; */
    width: 100%;
    font-size: 22px;
}

@media screen and (min-width: 79em) {
    .ticket-info a span {
        margin: 0 0em;
    }
}

#ga {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 128px;
    /* margin-top: 83px; */
    /* color: white; */
    /* background: #1c4c75; */
    /* padding: 0.3em 0em 2em; */
    /* width: 100%; */
    /* align-self: center; */
    /* border-radius: 20px; */
    /* border: 3px solid black; */
    /* margin-bottom: 0.6em; */
    /* text-shadow: 1px 1px 1px black; */
    margin-left: 5px;
    margin-right: 5px;
}

#vip {
    padding-top: 128px;
    margin-top: 39px;
    /* color: white; */
    /* background: #3a7642; */
    padding: 0.3em 0em;
    /* width: 100%; */
    align-self: center;
    /* border-radius: 20px; */
    /* border: 3px solid black; */
    /* margin-bottom: 0.6em; */
    /* text-shadow: 1px 1px 1px black; */
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (min-width: 67em) {
    #ga {
        padding-top: 40px;
        margin-top: 0px;
    }
    #vip, #ga {

    padding: 0.3em 2.1em;
    }
}
.ticket-info .gallery-columns-4 {
    padding: 2em .5em 3em;
    margin-top: 1em;
}

.tickets .ticket-container {
    position: relative;
    width: 280px;
    height: 100%;
    display: flex;
    justify-self: center;
    align-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    padding: 0;
    margin-top: 35px;
}

.ticket-container > a {
    display: flex;
}

.ticket-container span {
    display: block;
    height: 127px;
    position: relative;
    top: -115px;
    text-align: center;
    font-weight: 400;
}

.ticket-container:nth-of-type(2) span {
    top: -100px;
}

.home a:hover, .home a {
    text-decoration: none;
    text-decoration-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 67em) {
    .tickets {
        display: none;
    }
}

@media screen and (min-width: 30em) {
    .tickets {
        font-size: 16px;
    }
}

@media screen and (max-width: 30em) {
    .tickets .col1-1 {
        margin: 0 -2rem;
    }
}

.ticket-container h2 {
    font-weight: 700;
    font-size: 1.6em;
    position: relative;
    text-align: center;
    background-color: #ffde16;
    background: url(/wp-content/uploads/2018/07/tickets-barrel-ring-4pics.png);
    top: -25px;
    width: 190px;
    height: 190px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 2rem;
    background-color: #1c4c75;
    color: white;
    border-radius: 50% 50%;
    text-shadow: 2px 2px 0 black;
    margin-top: 0;
}

#content .ticket-container img {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: -0.9em;
}

.ticket-container:nth-of-type(2) h2 {
    background-color: #3a7642;
}

.ticket-container:hover h2 {
    background-color: white;
    color: #1c4c75;
    text-shadow: 1px 1px 0 black;
}

.ticket-container button {
    padding: .2rem 1rem;
    background: transparent;
    color: black;
    margin-top: .7rem;
    width: 100%;
}

.ticket-cta {
    width: 100%;
    /* max-width: 560px; */
    padding: 0.4em 1.3em;
    background-image: url(/wp-content/uploads/2018/07/page-bkgd-pattern.png);
    text-align: center;
    border: 3px black solid;
    border-radius: 10px;
    margin-top: 0;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    color: #1c4c75;
    background-position: 0px 6px;
    letter-spacing: 1px;
    justify-self: center;
    /* text-shadow: 1px 1px 0 black; */
}
.ticket-info button.ticket-cta {
    font-size: 1.9rem;
    margin-top: 1em;
    width: auto;
}
.cta {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    justify-content: center;
}

.cta a {
    width: 100%;
    max-width: 800px;
}

button.ticket-cta:hover, button.ticket-cta:focus {
    background: white;
}

.tickets button:hover, .tickets button:focus {
    color: #1c4c75;
}

.ticket-cta * {
    padding: 0;
    margin: 0;
    /* font-size: 1.5rem; */
}

article#post-4 {
    margin-bottom: -90px;
}

.site-footer {
    background: url(/wp-content/uploads/2018/07/fence-body.png);
    font-weight: 300;
    color: white;
    text-shadow: 1px 1px 1px black;
    padding-top: 5em;
    margin-top: 5em;
    text-align: center;
    z-index: 20;
}

#page .site-footer {
    z-index: 20;
    margin-top: 9em;
}

.site-footer .navigation-border {
    background: url(/wp-content/uploads/2018/07/fence-top.png);
    height: 109px;
    margin-top: -178px;
}

.site-info {
    font-size: 1.1rem;
    width: 80%;
    max-width: 600px;
    text-align: center;
}

@media screen and (max-width: 30em) {
    .site-info .col1-1-1-1 {
        grid-template-columns: 1fr 1fr;
    }
}

.social div {
    width: 85px;
    height: 85px;
}

.social a, .social a:hover {
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.facebook {
    background: url(/wp-content/uploads/2018/07/facebook-norm.png);
}

.facebook:hover {
    background: url(/wp-content/uploads/2018/07/facebook-hov.png);
}

.twitter {
    background: url(/wp-content/uploads/2018/07/twitter-norm.png);
}

.twitter:hover {
    background: url(/wp-content/uploads/2018/07/twitter-hov.png);
}

.instagram {
    background: url(/wp-content/uploads/2018/07/instagram-norm.png);
}

.instagram:hover {
    background: url(/wp-content/uploads/2018/07/instagram-hov.png);
}

div.drinkup {
    background: url(/wp-content/uploads/2018/07/germans-norm.png);
    width: 117px;
    height: 135px;
}

.drinkup:hover {
    background: url(/wp-content/uploads/2018/07/germans-hov.png);
}

/* ------------------- #header-slider ---------------*/
.slider {
    margin: 0 0 1em;
}

.slide_viewer {
    height: 8em;
    overflow: hidden;
    position: relative;
}

.slider_group {
    min-height: 400px;
    position: relative;
    width: 100%;
    padding-top: 6em;
}

.slide {
    display: none;
    height: 5em;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    /*     border: 3px black solid; */
    justify-content: center;
    align-items: baseline;
    text-align: center;
    padding: .5em 1em;
    font-family: pt sans narrow;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    transition: 1s ease all;
}

.slide:first-child {
    display: flex;
}

/* .slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
} */
.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover, .next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 48em) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}

/* ------------------- #inner pages ---------------*/
#wp-custom-header img {
    display: none;
}

*:not(.home) h1 {
    padding-bottom: 0.3em;
    border-bottom: 3px solid #1c4c75;
    margin-bottom: 1.2em;
    margin-top: 2em;
    font-size: 1.7em;
}
.page:not(.home) .custom-header-media, .page:not(.home) #masthead .navigation-border {
    display: none;
}
*:not(.home) section:first-of-type h1 {
    margin-top: 0em;
}

.page:not(.home) .site-content img {
    padding: .5em 0;
    max-width: calc(100vw - 4em);
}

#festival-info h3 {
    padding-bottom: 1em;
    color: #237543;
}

p#map {
    height: 20em;
    margin-bottom: 5em;
}

:not(.page-id-5) #secondary {
    /* display: none; */
}

.page-id-5 header#masthead {
    /* height: 100%; */
}

.page-id-5 #content {
    padding-top: 0;
}

.page:not(.home) #main {
    display: grid;
    grid-template-columns: 6fr 1fr;
    grid-gap: 4rem;
    position: relative;
    max-width: 1500px;
}

@media screen and (max-width: 48em) {
    .page-id-5 #main {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 4rem;
        position: relative;
        margin-top: 4em;
    }

    .page-id-5 #secondary {
        display: none;
    }
}

.page:not(.home) #content #primary, .page:not(.home) .wrap {
    max-width: 1400px;
}

.page-id-5 #secondary {
    position: relative;
    display: flex;
    justify-content: end;
    /* width: 11rem; */
    text-align: right;
    z-index: 4;
    overflow: hidden;
    height: 100%;
}

.page-id-5 #secondary > section {
    /* position: sticky; */
    justify-self: end;
    text-align: right;
}

@media screen and (max-width: 79em) {
    .page-id-5 #secondary > section {
        padding-right: 2rem;
    }
}

#faq h4 {
    color: #3a7642;
    padding: 1.7em 0 .1em;
}

#faq p {
    padding: 0;
    margin: 0;
}

#faq p:last-of-type {
    padding-bottom: 2em;
}

.widget-title {
    display: none;
}

#secondary section> div::before {
    content: 'Festival Info:';
    line-height: 2.5rem;
    font-weight: 700;
}

.social {
    padding-bottom: 1rem;
}

/*---------------- topbar  */
.topbar {
    position: absolute;
    top: 0;
    background: url(/wp-content/uploads/2018/07/fence-plain.jpg);
    width: 100%;
    height: 7em;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    overflow: scroll;
}

.topbar::-webkit-scrollbar {
    display: none;
}

.topbar a {
    color: white;
    text-shadow: 1px 1px 0 black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 10rem;
}

.dates img {
    height: 3em;
    width: 3em;
}
#festival-info img {
    margin-left: -1.7em;
}
#entertainment p,
#entertainment img {
    margin: 0;
}
#entertainment h3 {
    margin-top: 1.5em;
}
.site-footer .wrap {
    /* padding-bottom: 1.5em; */
    /* padding-top: 0em; */
    margin-top: -3em;
    padding: 0 1em 1.5em;
}
button#wp-custom-header-video-button {
    display: none;
}
/*---------------- test page  */
.page-id-114 .ticket-container {
    background-image: none;
    background-size: 100% 100%;
    padding: 0;
    margin-top: -100px;
}

.page-id-114 .ticket-container h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    background: url(/wp-content/uploads/2018/07/tickets-barrel-ring-4pics.png);
    top: 0;
    width: 210px;
    height: 210px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.3rem;
    background-color: #1c4c75;
    color: white;
    border-radius: 50% 50%;
    text-shadow: 2px 2px 0 black;
}

.page-id-114 .ticket-info-cont {
    grid-column-start: 1;
    grid-column-end: 3;
}

.page-id-114 #secondary {
    display: none;
}

.page-id-114 .ticket-info img {
    margin: 0;
    padding: 0;
}

.page-id-114 a,.page-id-114 a:hover {
    webkit-box-shadow: none;
    box-shadow: none;
}

.page-id-114 .site-content .entry-content {
    display: grid;
    grid-template-columns: calc(40% - 2rem) calc(60% - 2rem);
    grid-gap: 4rem;
}

.page-id-114 .site-content .wrap, .page-id-114 #content #primary.content-area {
    max-width: 1800px;
}

.page-id-114 .site-content {
    padding: 0;
}

.page-id-114 .ticket-container {
    justify-content: start;
    margin-top: -1em;
}
.post-23 .wrap {
    padding: 0;
}

@media screen and (max-width: 48em) {
.post-23 .wrap {
    padding: 0;
    margin-top: 5em;
}
.slide_viewer {
    height: 13em;
    margin-bottom: -4em;
}
#masthead *.main-navigation > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1em;
}
}
@media screen and (max-width: 30em) {
.slide_viewer {
    height: 22em;
}

}

.js .menu-toggle {
    display: none;
}
#wpadminbar {
    display: none;
}

.logo2 {
	color: white;
    background: #3a7642;
    padding: 0.8em 1.8em;
    border-radius: 50% 50%;
    width: fit-content;
    margin-bottom: 0.5em;
    border: 3px black solid;
	font-size: 2.8rem;
	font-weight: 700;
	
}


.column {
  float: left;
  width: 50%;
  
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}