@font-face {
    font-family: bondoni;
    src: url(../fonts/bodoni-bold.ttf);
    font-weight: bold;
}

html {
    height: 100%;
    width: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 1.2em;
    width: 100%;
}
body {
    webkit-tap-highlight-color: #d5faff;
}
::-moz-selection {
    background: #d5faff;
}
::selection {
    background: #d5faff;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #03d6f2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #03d6f2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #03d6f2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #03d6f2;
}
* {
    box-sizing: border-box;
}
a {
    color: #000;
    margin: 0;
    padding: 0;
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
b {
    font-weight: bold;
}
button {
    background-color: #fff;
    border: 1px solid #008f95;
    border-radius: 7px;
    cursor: pointer;
    float: left;
    font-size: 1.1em;
    margin: 0 2%;
    outline: none;
    padding: .7em 0;
    transition: border .3s ease;
    width: 200px;
}
button:hover,
button:focus{
    border: 1px solid #03d6f2;
    color: #03d6f2;
    transition: all .3s ease;
}
form {
    font-size: .9em;
    margin: 0;
    max-width: 680px;
    padding: 1.5em;
    width: 100%;
}
input[type=date],
input[type=text],
input[type=email],
textarea {
    border: 1px solid #000;
    border-radius: 7px;
    color: #00c0d9;
    font-family: sans-serif;
    font-size: 1.2em;
    margin-bottom: .5em;
    outline: none;
    padding: .3em;
    transition: border .3s ease;
    width: 100%;
}
input[type=date]:focus,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border: 1px solid #03d6f2;
    outline: none;
    transition: border .3s ease;
    width: 100%;
} 
input[type=radio],
input[type=checkbox]{
    width: 16px;
    height: 16px;
    margin: 0 0 0 2px;
    vertical-align: middle;
}
input[type=submit],
input[type=reset] {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 7px;
    cursor: pointer;
    float: left;
    font-size: 1.1em;
    margin: 0 2%;
    outline: none;
    padding: .7em 0;
    transition: border .3s ease;
    width: 45%;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=reset]:focus{
    border: 1px solid #03d6f2;
    color: #03d6f2;
    transition: all .3s ease;
}
textarea {
    resize: none;
    height: 170px
}
textarea.catering {
    resize: none;
    height: 240px
}
img, embed, object {
    max-width: 100%;
    width: 100%;
}
embed.menu {
    background-color: #fff;
    margin: 1em 0;
}
i {
    font-style: italic;
}



h1,h2,h3,h4,h5,h6 {
    font-family: bondoni, serif;
    font-weight: bold;
}
h1 {
    float: right;
    font-size: 2em;
    margin: 1em;
}
h2 {
    font-size: 2em;
    margin-bottom: .5em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .8em;
}
h6 {
    font-size: .7em;
}





header {
    border-top: 10px solid #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 10px solid #000000;
    margin-top: 3px;
    position: relative;
}
header h2.header {
    color: #00c0d9;
    font-size: 2.7em;
    position: absolute;
    top: 40%;
    left: 35%;
}
header img.logo {
    position: relative;
    left: 35%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 65%;
}
header section.contact-info {
    position: absolute;
    bottom: 7%;
    right: 0;
}
header section.contact-info span {
    float: left;
    font-size: .9m;
}
header section.contact-info span.address {
    float: right;
    font-size: .8em;
    margin: .3em 1.9em 0 0;
}
header section.contact-info span.phone {
    font-size: 1.3em;
    font-weight: bold;
    margin: -.1em 1em 0 0;
}
header section.contact-info span#HeaderHours {
    font-size: .9em;
    font-style: italic;
    margin: 0 1em;
}
header section.social-media {
    padding: .5em 1em 1.3em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
header img.social-media {
    float: left;
    margin: 0 3px;
    width: 20px;
}






nav {
    border-bottom: 10px solid #000000;
    position: relative;
    width: 100%;
    z-index: 10;
}
nav ul {
    width: 100%;
}

nav ul li {
    float: left;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
}
nav ul li a {
    background-color: #00bcbc;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: bondoni, serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: .4em 0;
    text-decoration: none;
    transition: background-color .75s ease;
}
nav ul li a.current {
    background-color: #03d6f2;
}
nav ul li a:hover,
nav ul li a:focus {
    background-color: #03d6f2;
    color: #fff;
    transition: background-color .25s ease;
}
nav ul.menu {
    clear: both;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .7s ease;
}
nav .menu-icon {
    clear: both;
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 10px 10px;
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 3;
}
nav .menu-icon .navicon {
    background: #000000;
    display: block;
    height: 5px;
    position: relative;
    transition: background .2s ease-out;
    width: 28px;
}
nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .4s ease-out;
    width: 100%;
}
nav .menu-icon .navicon:before {
    top: 10px;
}
nav .menu-icon .navicon:after {
    top: -10px;
}
nav .menu-btn {
    display: none;
}
nav .menu-btn:checked ~ .menu {
    max-height: 420px;
}
nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}









main {
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
}
main.min {
    min-height: 82%;
}
main.min p.date {
    color: #000;
    font-size: .8em;
    line-height: 1.3em;
    margin: 1em 2em 1em 1em;
    text-align: right;
}
main h2.at {
    font-size: 2em;
    margin: .25em auto -.75em;
    text-align: center;
    width: 100%;
}
main h2.caption {
    font-size: 1.5em;
    margin: 1em auto .3em;
    text-align: center;
}
main h2.subcaption {
    font-size: .55em;
    margin: -1.2em auto;
    text-align: center;
}
main h2.homepage {
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    text-align: center;
    text-shadow: -1px 2px 7px #000;
    width: 100%;
    z-index: 7;
}
main h3.homepage {
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    text-align: center;
    text-shadow: -1px 2px 7px #000;
    width: 240px;
    z-index: 7;
}
main ul.bottom-menu {
    margin: 0 auto 2em;
    max-width: 255px;
    width: 100%;
    text-align: center;
}
main ul.bottom-menu li {
    display: inline-block;
    margin: .2em 3%;
}
main ul.bottom-menu li a {
    color: #2a2a2a;
}
main ul.bottom-menu li a:hover,
main ul.bottom-menu li a:active,
main ul.bottom-menu li a:focus {
    color: #03d6f2;
}



main article {
    clear: both;
    margin: 7% auto 20%;
    max-width: 720px;
    padding: 1em 0;
    width: 90%;
}
main article.home {
    clear: both;
    margin: 2% auto 2%;
    max-width: 720px;
    padding: 1em 0;
    width: 90%;
}
main article a.pdf-link {
    float: left;
    font-size: .8em;
    margin: -.5em .5em 1em 2em;
}
main article a.facebook {
    color: #cc0000;
}
main article img.banner {
    border-radius: 1em;
    margin-left: 3%;
    width: 90%;
}
main article img.logo-large {
    margin: 2em 0 3em;
    position: relative;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 600px;
    width: 90%;
}
main article img.menu {
    margin-left: 5%;
    width: 90%;
}
main article img.bar-logo-inline {
    float: left;
    margin: 2em 15% .5em;
    width: 70%;
}
main article p.padding {
    font-size: .95em;
    line-height: 1.4em;
    padding: 1em 1em 2em;
}
main article p {
    font-size: 1em;
}
main article p.happy-hour {
    margin-left: 1em;
    font-size: .9em;
}
main article p.menu-radios {
    font-size: .75em;
    padding: 5px;
}
main article span.radios {
    display: inline-block;
    font-size: .9em;
    padding-left: .3em;
}
main article span.promo {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: -.5px;
}
main article span.catering {
    display: inline-block;
    font-size: .8em;
    padding-left: .4em;
}






main aside {
    float: none;
    margin: 2em auto 2em;
    padding: 10px;
    text-align: left;
    max-width: 300px;
    width: 100%;
}
main aside img.logo-inline {
    margin: 0 0 .5em;
    width: 240px;
}
main aside p.connect {
    font-size: .8em;
    padding: .5em;
}
main aside section {
    float: right;
    padding: 2em 0 0;
    width: 100%;
}
main aside section p {
    clear: both;
    float: left;
    line-height: 1.3em;
    margin: .2em 0;
}
main aside section .contact-info {
    padding-left: 0;
}
main aside section .contact-info p b {
    display: inline-block;
    font-family: bondoni, serif;
    font-size: 1.1em;
    text-align: left;
}
main aside section .contact-info p.phone,
main aside section .contact-info p.address {
    font-size: .9em;
    margin: 0 0 .5em .5em;
}
main aside section .contact-info p.hours {
    font-size: .9em;
    margin: 0 0 2em .5em;
}

main aside section p.find {
    float: left;
    font-size: .8em;
    padding: .5em;
}
main aside iframe#facebook {
    margin: 0 auto;
}
main aside iframe#google {
    height: 320px;
}





footer {
    border-top: 10px solid #000;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 10px solid #000;
    margin-bottom: 3px;
    position: relative;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a.bottom-left {
    font-size: .7em;
    position: absolute;
    bottom: 7px;
    right: 25px;
}
footer a:hover,
footer a:active {
    color: #fff;
    text-decoration: underline;
}

footer .image-container {
    position: absolute;
    top:48%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    width: 85%;
    max-width: 360px;
    height: 80%;
    max-height: 480px;
}
footer img.chamber {
    cursor: pointer;
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    width: 75%;
}
footer img.trip-advisor {
    cursor: pointer;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    width: 75%;
}
footer img.travel-oregon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    width: 75%;
}

footer .copyright {
    width:340px;
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    font-size:90%;
    font-weight:bold
}






.floatclear {
    clear: both;
}
.gallery {
    background-image: url(../images/gallery-bkgd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 6%;
    margin: 0;
    transition: all .5s ease-out;
}
.green {
    color: #00c116;
}
.hidden {
    display: none;
}
.left {
    float: left;
}
.mobile-landscape {
    display: none;
}
.mobile-portrait {
    display: block;
}
.mobile-landscape-home {
    display: none;
    padding-bottom: 3px;
    border-bottom: 10px solid #000;
    margin-bottom: 3px;
}
.mobile-portrait-home {
    display: block;
    padding-bottom: 3px;
    border-bottom: 10px solid #000;
    margin-bottom: 3px;
} 
.noscriptmsgdiv {
    display: none;
}
.over-568px {
    display: none;
}
.over-1024px {
    display: none;
}
.reader-only {
    position: absolute;
    left: -1000px;
}
.right {
    display: block;
    float: right;
}
.small {
    font-size: .7em;
}
.smaller {
    font-size: .6em;
}



#EnlargementUnderlay {
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
#EnlargementImage {
    display: none;
}
#GalleryEnlarge {
    background-image: url(../images/gallery-bkgd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 12;
}
#Hours {
    font-size: .8em;
    font-style: italic;
    line-height: 1.3em;
}





/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-------------- MEDIA QUERIES ------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 360px) {
 
    
    header img.social-media {
        width: 25px;
    }
    
    nav ul li a {
        padding: .5em 0;
    }
    
    main article {
        padding: 1em .5em;
    }
    main article p.menu-radios {
        font-size: .85em;
        padding: 4px;
    }
    
    
    
    
}


@media only screen and (min-width: 410px) {

    main h2.at {
        font-size: 2.5em;
        margin: .75em auto -.75em;
    }
    main article p.menu-radios {
        font-size: 1em;
    }

}
/* --------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 480px) {
 
    
    main h2.caption {
        font-size: 2em;
    }
    main h2.subcaption {
        font-size: .75em;
        margin: -.7em auto 0;
    }
    main h3.homepage {
        width: 280px;
    }
    main article span.promo {
        font-size: 1em;
    }
    
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 568px) {
 

    h1 {
        font-size: 2.5em;
    }
    header img.logo {
        top: 50%;
        left: 20%;
        max-width: 280px;
        width: 30%;
    }
    header section.social-media {
        top: 4%;
    }
    header img.social-media {
        width: 30px;
    }
    
    
    nav ul {
        width: 100%;
    }
    nav ul li {
        width: 14.28%;
    }
    nav ul li a {
        font-size: 1em;
        padding: .7em 0;
    }
    nav ul.menu {
      max-height: 60px;
    }
    nav .menu-icon {
        display: none;
    }
    
    
    main h2.at {
        font-size: 3em;
        margin: .75em auto -.25em;
    }
    main h3.homepage {
        width: 320px;
    }
    main article {
        margin: 7% auto 10%;
        padding: 1em .5em;
        width: 90%;
    }
    main article p.menu-radios {
        font-size: .8em;
    }
    main ul.bottom-menu {
        max-width: 100%;
    }
    main ul.bottom-menu li {
        margin: .2em 2%;
    }
    
    
    footer .image-container {
        max-width: 1024px;
    }
    footer img.chamber {
        top: 50%;
        left: 83%;
        width: 30%;
    }
    footer img.trip-advisor {
        top: 50%;
        left: 17%;
        width: 30%;
    }
    footer img.travel-oregon {
        top: 50%;
        left: 50%;
        width: 30%;
    }
    
    
    .mobile-landscape {
        display: block;
    }
    .mobile-portrait {
        display: none;
    }
    
    
    .gallery {
        padding: 3%;
        width: 50%;
    }
    .over-568px {
        display: block;
    }
    

    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 600px) {
    
    

    main article p.menu-radios {
        font-size: .85em;
        padding: 5px;
    }
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 768px) {
 

    h1 {
        font-size: 2.7em;
    }
    header section.social-media {
        top: 8%;
    }
    header img.social-media {
        width: 35px;
    }
    
    
    nav ul li a {
        font-size: 1.2em;
    }
    nav ul.menu {
      max-height: 80px;
    }
    
    
    main h2.at {
        font-size: 3.5em;
        margin: .75em auto -.25em;
    }
    main h2.caption {
        font-size: 2.5em;
    }
    main h2.subcaption {
        font-size: .9em;
        margin: -.5em auto 0;
    }
    main h3.homepage {
        width: 400px;
    }
    main ul.bottom-menu li {
        margin: .2em 1.5%;
    }
    main article p.menu-radios {
        font-size: .9em;
        padding: 5px;
    }
    main aside {
        margin: 1% auto 5em;
        max-width: 720px;
        width: 90%;
    }
    main aside img.logo-inline {
        width: 260px;
    }
    main aside p.connect {
        padding: .5em;
    }
    main aside section {
        float: right;
        padding: 0 0 0 1em;
        width: 50%;
    }
    main aside iframe#facebook {
        float: left;
        margin-left: 1em;
    }
    main aside iframe#google {
        height: 355px;
        margin-left: 1em;
    }
    
    

    
  
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1024px) {
 

    h1 {
        font-size: 3.2em;
    }
    header img.logo {
        left: 18%;
    }
    header section.contact-info {
        width: auto;
    }
    header section.contact-info span.phone {
        margin: 0 1.8em 0 0;
    }
    header section.contact-info span.address {
        margin: .3em 3.2em 0 0;
    }
    header section.contact-info span#HeaderHours {
    font-size: .95em;
}
    header section.social-media {
        top: 13%;
        right: 2%;
    }
    header img.social-media {
        width: 38px;
    }
    
    
    nav ul li a {
        font-size: 1.5em;
    }

    
    main h2.at {
        font-size: 3em;
        margin: .75em auto .25em;
    }
    main h2.caption {
        font-size: 3em;
    }
    main h2.subcaption {
        font-size: 1.1em;
        margin: .7em auto 0;
    }
    main h3.homepage {
        width: 460px;
    }
    main.min p.date {
        margin: 1em 3.5em 1em 1em;
    }
    main ul.bottom-menu li {
        margin: .2em 1%;
    }
    main article {
        float: left;
        margin: 4% 0 5% 3%;
        max-width: 65%;
        width: 65%;
    }
    main article.home {
        float: none;
        max-width: 920px;
    }
    main article img.bar-logo-inline {
        margin: 1em 20% .5em;
        width: 60%;
    }
    main article span.promo {
        font-size: 1.1em;
    }
    main aside {
        float: right;
        margin: 50px 0 2em;
        max-width: 320px;
    }
    main aside img.logo-inline {
        width: 220px;
    }
    main aside p.connect {
        padding: .5em .5em .5em 2em;
    }
    main aside section {
        padding: 3em 0 0;
        width: 100%;
    }
    main aside section .contact-info {
        padding-left: 1.2em;
    }
    main aside iframe#facebook {
        float: right;
        margin-left: 0;
    }
    main aside iframe#google {
        float: right;
        height: 300px;
    }
    main aside section p.find {
        padding: .5em .5em .5em 2em;
    }
    
    
     
    .gallery {
        padding: 2%;
        width: 33.33%;
    }
    .over-1024px {
        display: block;
    }

    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1280px) {
 

    header img.logo {
        left: 16%;
    }
    header section.contact-info span.address {
        margin: .3em 4.5em 0 0;
    }
    header section.contact-info span.phone {
        margin: 0 2.6em 0 0;
    }
    header section.social-media {
        right: 3%;
    }
    
    
    main h2.at {
        font-size: 3.5em;
        margin: .75em auto .25em;
    }
    main h3.homepage {
        width: 540px;
    }
    main.min p.date {
        margin: 1em 4.5em 1em 1em;
    }

    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1440px) {
 
    
    nav ul li a {
        font-size: 1.6em;
    }
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1600px) {
 
    
    nav ul li a {
        font-size: 1.7em;
    }

    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1920px) {
 

    footer .image-container {
        max-width: 1280px;
    }

     
    
    
}
/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
--------- MEDIA QUERIES -------- LANDSACAPE ---------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
/*-----------iPhone4--------------*/
@media(min-width:480px) and (orientation: landscape)  {

    

    
    main h2.homepage {
        top: 39%;
    }
    main h3.homepage {
        top: 65%;
    }
    
    .mobile-landscape-home {
        display: block;
    }
    .mobile-portrait-home {
        display: none;
    } 
    

    
}
/*-----------iPhone5--------------*/
@media(min-width:568px) and (orientation: landscape)  {

    

    
    
    
 
    
}
/*-----------iPad--------------*/
@media(min-width:1024px) and (orientation: landscape)  {

    
    .mobile-landscape {
        display: block;
    }
    .mobile-portrait {
        display: none;
    }
    

    
}