@import url('//fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@800&display=swap');
@import url('//fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');
@import url('//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200&display=swap');
/* 
font-family:'Conduit ITC W01 Extra Light';
font-family:'Conduit ITC W01 Regular';
font-family:'Catalina Anacapa Sans W05 Bold';
font-family:'DIN Next Stencil W01 Medium';

"DIN Next Stencil W01 Medium" = font-family: 'Big Shoulders Stencil Display', cursive; font-weight: 800;
"Catalina Anacapa Sans W05 Bold" = font-family: 'Amatic SC', cursive; font-weight: 700;
"Conduit ITC W01 Regular" = font-family: 'Barlow Condensed', sans-serif; font-weight: 400;
"Conduit ITC W01 Extra Light" = font-family: 'Barlow Condensed', sans-serif; font-weight: 200;
 */
a {
    color: #fff;
}
body {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 200;
}
h1 {
  font-family: 'Amatic SC', cursive; 
  font-weight: 700;
}
h2, h3, h4, h5, h6 {
  font-family: 'Amatic SC', cursive; 
  font-weight: 700;
    text-transform: uppercase;
}
.nav-v7 .container {
    width: 100%;
}
.navbar.nav-v7 .header-logo {
    max-width: 70px;
}
.navbar.nav-v7 .socialnav a:hover .social-icon {
    color: #484848;
}
.navbar-regular.nav-v7 .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    border-right: none !important;
}
.section-header,
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.private-parties-tmt-section h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.specials h1,
.events-container h1 {
    font-size: 5em;
}

.about-us-v8-content .text-wrapper h2,
.about-us-v7-content .text-wrapper h2,
.private-parties-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.specials h2,
.events-container h2 {
    font-size: 2em;
}
.private-parties-tmt-section h2 {
    line-height: 45px;
}
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.specials-v3.home-specials div a.custom-temp-btn,
.about-us-v7-wrapper.animate .text-wrapper .text-content .custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item,
.addtocalendar.atc-style-blue .atcb-link {
    padding: 8px 40px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    box-shadow: none;
    text-shadow: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.specials-v3.home-specials div a.custom-temp-btn,
.about-us-v7-wrapper.animate .text-wrapper .text-content .custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn,
.food-menu-nav .food-menu-nav-item,
.addtocalendar.atc-style-blue .atcb-link {
    background-color: #e4bc89;
    color: #000;
    border: 2px solid #009196;
}
.uk-overlay-panel a.custom-temp-btn {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
    background-color: #f5ddad;
    color: #000;
    border: 2px solid #009196;
}

.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.about-us-v7-wrapper.animate .text-wrapper .text-content .custom-temp-btn:hover,
.private-parties-tmt-section a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:focus,
.addtocalendar.atc-style-blue .atcb-link:hover {
    background-color: #b5956e;
    color: #000;
    border: 2px solid #ea0809;
}
.uk-overlay-panel a.custom-temp-btn:hover {
    background-color: #e4bc89;
    color: #000;
    border: 2px solid #e4bc89;
}
/* HOME PAGE */
/* slideshow section */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.3);
}
.uk-overlay-panel .container {
    width: 100%;
}
.uk-overlay-panel h1 {
    margin-top: 0;
}
.uk-dotnav a {
    background-color: transparent;
    border: 1px solid #fff;
}
.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* slideshow section end*/
/* banner section */
.banner-section {
    padding: 35px 0;
}
.banner-section h1 {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 200;
    font-size: 1.4em;
}
.banner-section p {
    margin: 10px 0 0;
}
.banner-section .banner-pin {
    color: #f2dab8;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #b5956e;
}
/* banner section end*/
/* about us section */
.about-us-v8-wrapper:before {
    background-color: #f3dcbd;
}
.about-us-v8-content .text-holder p  {
    margin: 30px 10px;
}
/* about us section end*/

/* custom_html_1 section */
.custom_html_1-section.section-wrapper {
    background-color: #484848;
    color: #feb358;
}
.custom_html_1-section.section-wrapper h2 {
    font-size: 2.4em;
    text-transform: uppercase;
}
/* custom_html_1 section end*/
/* specials section */
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
  font-family: 'Amatic SC', cursive; 
  font-weight: 700;
    font-size: 1.4em;
}
.about-us-v7-content .text-wrapper .text-content,
.map-newsletter .text-wrapper .text-content {
    width: 90%;
}
/* specials section end */
/*custom about us section */
.custom-about-us-v8-wrapper.about-us-v8-wrapper:before {
    background-color: #484848;
}
/*custom about us section end*/
/* reviews section*/
.reviews-v2-wrapper.section-wrapper {
    background-attachment: scroll !important;
    background-size: cover !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h2 {
    font-size: 2.2em;
    color: #00c0c2;
}
.reviews-v2-wrapper h3 {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 200;
    text-transform: capitalize;
    margin: 30px auto 0 auto;
    font-size: 1.4em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #f4d9be;
}
  .reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #f4d9be;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    outline: 0;
}
  .reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
  .reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
/* reviews section end*/
/* newsletter section*/
.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}
.map-newsletter {
    border-right: 2px solid #f8f3d5;
    color: #000;
}
.map-newsletter h1,
.custom-modal .newsletter-popup {
    color: #312b2d;
}
.map-newsletter .sph-email-subscription h2 {
    color: #000;
    font-family: 'Barlow Condensed', sans-serif; 
    font-weight: 200;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 11px 3px;
}
.map-newsletter .bar {
    top: -6px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background-color: #b5956e;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}
/* newsletter section end*/
/* newsletter popup*/
.custom-modal .modal-content {
    background-color: #e6be8b;
    background-image: url("https://static.spotapps.co/web/fishfacepokebar--com/css/../custom/Newsletter_back.jpg");
    background-position: center;
    background-size: cover;
}

.custom-modal .newsletter-popup .sph-email-subscription h2 {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 200;
    font-size: 1.3em;
    color: #000;
    text-transform: none;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 11px 15px;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #000;
}
.custom-modal .close {
    color: #000;
}
/* newsletter popup end*/
/* contact section*/
.contact-v3 {
    background-color: #484848;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Amatic SC', cursive; 
  font-weight: 700;
    font-size: 1.5em;
}
.contact-v3 .days {
    text-transform: uppercase;
}
.contact-v3 a {
    text-decoration: none;
}
/* contact section end*/
/* footer section*/
.footer-v2-wrapper {
    background-color: #484848;
    border-top: 2px solid #f3d6b8;
}
/* footer section end*/
/* food page */
.food-menu-page .food-menu-v2-wrapper {
    padding-top: 90px;
}
.food-menu-grid-item-content {
    border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #f3d6b8;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
	font-size: 2em;
}
.food-menu-grid h3 {
    font-size: 1.5em;
}
.food-menu-grid .food-price {
    font-size: 1.3em;
}
.food-menu-grid .food-price {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 200;
    color: #b5956e;
}
.food-menu-page .food-menu-nav {
	display: none;
}
.menu-description p span.text-bold {
	font-weight: 900;
}
/* food page end*/
/* about us page */
.about-us-s1-wrapper.section-wrapper {
    margin-top: 140px;
}
.about-us-page .about-us-s1-content {
    padding: 30px 20px 30px 20px;
}
.about-us-item.about-us-v7-content .text-wrapper h1 {
    color: #312b2d;
}
.about-us-item .text-wrapper .text-content img {
    max-height: 200px;
}
/* about us page end*/

/*specials page*/

.onespecial {
    font-size: 1.3em;
}

.specials .pagecontent {
    padding-top: 145px;
}

.specials h2 {
  font-family: 'Amatic SC', cursive; 
  font-weight: 700;
    text-transform: capitalize;
    font-size: 1.3em;
}

/*specials page end*/
/* empty conntent message*/
.empty-content-message h2,
.empty-content-message h3,
.drink-menu .empty-content-message h2,
.drink-menu .empty-content-message h3 {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif; 
    font-weight: 200;
    font-size: 1.4em;
    text-transform: none;
}
/* empty conntent message end*/
@media (max-width:1400px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .private-parties-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1 {
        font-size: 4.2em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .private-parties-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .specials h2,
    .events-container h2 {
        font-size: 1.8em;
    }
    .custom_html_1-section.section-wrapper h2 {
        font-size: 2.2em;
        margin: 0;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
}
@media (max-width:1200px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .private-parties-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1  {
        font-size: 3.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .private-parties-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .specials h2,
    .events-container h2 {
        font-size: 1.5em;
    }
    .custom_html_1-section.section-wrapper h2 {
        font-size: 2em;
    }
    .about-us-v8-content p {
        font-size: 1.2em;
    }
    .about-us-v7-content .text-wrapper .text-content,
    .map-newsletter .text-wrapper .text-content {
        width: 95%;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        word-break: break-word;
    }
    .about-us-item .text-wrapper .text-content img {
        max-height: 160px;
    }
}
@media (max-width:1023px) {
    .banner-section h1 {
        font-size: 1.2em;
    }
    .uk-overlay-panel h1 {
        font-size: 3.5em;
    }
    .about-us-v8-content .text-holder p {
        margin: 30px 8px;
    }
    .custom_html_1-section.section-wrapper h2 {
        font-size: 1.8em;
    }
    .contact-v3 .hours-title h1,
    .contact-v3 .social-title h1,
    .contact-v3 .contact-us-title h1 {
        font-size: 1.3em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.15em;
    }
    .sph-response-message {
        font-size: 1.5em;
    }
    .footer-v2-wrapper a {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.6em;
    }
    .food-menu-grid h3 {
        font-size: 1.3em;
    }
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
}
@media (max-width:991px) {
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .private-parties-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .specials h2,
    .events-container h2 {
        font-size: 1.4em;
    }
    p {
        font-size: 1.2em;
    }
    .navbar-regular.nav-v7 .navbar-nav>li>a {
        font-size: 1.16em;
        padding: 0 5px;
    }
    .uk-overlay-panel h1 {
        font-size: 3em;
    }
    .about-us-v8-content .text-holder p {
        margin: 30px 6px;
    }
    .custom_html_1-section.section-wrapper h2 {
        font-size: 1.6em;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        font-size: 1.3em;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .food-menu-grid p {
        font-size: 1.1em;
    }
    .events-container h1 {
        margin-top: 50px;
    }
}
@media (max-width:767px) {
    .navbar-regular.nav-v7 .navbar-nav>li>a:hover,
    .navbar-regular.nav-v7 .navbar-nav>.active>a,
    .navbar-regular.nav-v7 .navbar-nav>.active>a:focus,
    .navbar-regular.nav-v7 .navbar-nav>.active>a:hover {
        color: #484848 !important;
    }
    .navbar.nav-v6 .navbar-header {
        background-color: #f3dabb;
    }
    .navbar.nav-v6 .social-icon {
        color: #484848 !important;
    }
    .navbar.nav-v6 .social-square .contact-icon:hover {
        background-color: #484848 !important;
    }
    .navbar.nav-v7 .socialnav a:hover .social-icon {
        color: #f3dabb !important;
    }
    .navbar-regular.nav-v6 .navbar-toggle .icon-bar {
        background-color: #484848 !important;
    }
    .navbar.nav-v7 .header-logo {
        max-width: 50px;
    }
    .navbar-regular.nav-v7 .navbar-nav>li>a {
        padding: 5px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .private-parties-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1  {
        font-size: 2.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .private-parties-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .specials h2,
    .events-container h2 {
        font-size: 1.3em;
    }
    .uk-overlay-panel a.custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .specials-v3.home-specials div a.custom-temp-btn,
    .about-us-v7-wrapper.animate .text-wrapper .text-content .custom-temp-btn,
    .private-parties-tmt-section a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .food-menu-nav .food-menu-nav-item,
    .addtocalendar.atc-style-blue .atcb-link {
        font-size: 14px;
        padding: 7px 30px;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .custom_html_1-section.section-wrapper h2 {
        font-size: 1.6em;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        font-size: 1.1em;
    }
    .custom-about-us-v8-wrapper h1,
    .custom-about-us-v8-wrapper p {
        text-align: center;
    }
    .custom-about-us-v8-wrapper .about-us-v8-content .text-holder p {
        margin: 30px 0;
    }
    .private-parties-tmt-section {
        padding: 2em 0;
    }
    .private-parties-tmt-section h2 {
        line-height: 25px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.1em;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.14em;
    }
    .contact-v3 .hours-title h1,
    .contact-v3 .social-title h1,
    .contact-v3 .contact-us-title h1 {
        font-size: 1.2em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 400;
        font-size: 13px;
        padding: 15px 5px;
        text-transform: uppercase;
    }
    .food-menu-v2-wrapper .section-header {
        padding-top: 30px;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
        border: none;
        border-bottom: 1px solid #484848;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 1px solid #484848;
    }
    .food-menu-grid h3,
    .food-menu-grid h4 {
        font-size: 1.4em;
    }
    .food-menu-grid p {
        font-size: 1.2em;
    }
    .about-us-s1-wrapper.section-wrapper {
        margin-top: 70px;
    }
    .about-us-item .text-wrapper .text-content img {
        max-height: 120px;
    }
    .about-us-item .text-wrapper .text-content p {
        font-size: 1.1em;
    }
    .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
        min-height: 400px;
    }
    .about-us-s3-wrapper .map-footer {
        bottom: 46px;
    }
    .drink-menu.specials .row div[class^="col"].text-right,
    .drink-menu.events .row div[class^="col"].text-right {
        margin-top: 15px;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .specials .pagecontent {
        padding-top: 75px;
    }
    .onespecial {
        font-size: 1.2em;
    }
}
@media (max-width:320px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .private-parties-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1 {
        font-size: 2.3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .private-parties-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .events-container h2 {
        font-size: 1em;
    }
    .custom_html_1-section.section-wrapper h2 {
        font-size: 1.4em;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        font-size: 1em;
    }
    p,
    .about-us-v8-content .text-content p,
    .reviews-v2-wrapper .review-text p {
        font-size: 1em;
    }
    .contact-v3 .hours-title h1,
    .contact-v3 .social-title h1,
    .contact-v3 .contact-us-title h1 {
        font-size: 1.1em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .navbar-regular.nav-v7 .navbar-nav>li>a {
        padding: 4px 5px;
    }
    .events-container .event-time {
        font-size: 1.1em;
    }
}