/*
Theme Name: Tenleytown Main Street
Theme URI: https://42works.net
Author: 42Works
Author URI: https://42works.net
Requires at least: WordPress 4.9.6
Version: 1.4
Text Domain: ttms
*/


/* Alignments */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1rem;
}
@media only screen and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#home-slider .slider-slide-inner {
		background-size: 100% 100%;
	}
	#home-slider {
		height: 280px;
	}
	.logobox {
		text-align: left !important;
		margin-left: 20px;
	}
}
@media only screen and (min-width: 768px) {
    .alignleft {
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem);
    }
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignright {
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem);
    }
}

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


@font-face {
    font-family: 'JMH Typewriter';
    src: url('fonts/JMHTypewriter-Regular.eot');
    src: url('fonts/JMHTypewriter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/JMHTypewriter-Regular.woff2') format('woff2'),
        url('fonts/JMHTypewriter-Regular.woff') format('woff'),
        url('fonts/JMHTypewriter-Regular.ttf') format('truetype'),
        url('fonts/JMHTypewriter-Regular.svg#JMHTypewriter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('fonts/JMHTypewriter-Bold.eot');
    src: url('fonts/JMHTypewriter-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/JMHTypewriter-Bold.woff2') format('woff2'),
        url('fonts/JMHTypewriter-Bold.woff') format('woff'),
        url('fonts/JMHTypewriter-Bold.ttf') format('truetype'),
        url('fonts/JMHTypewriter-Bold.svg#JMHTypewriter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/************** New Header Css ****************/


body {
    font-family: 'Proxima Nova Rg' !important;
    color: #012222;
}

.newheader {
    background: rgb(0, 94, 108);
    padding: 20px 0px;
}


.logobox {
    position: relative;
	text-align: center;
}

.logobox .site-logo {
    position: absolute;
    z-index: 99;
}

.logobox .site-logo img {
    width: 100px;
}

#mega-menu-main-menu li.mega-menu-item-has-children a {}

#mega-menu-main-menu li.mega-menu-item-has-children>a:after {
    content: "";
    background: url(/wp-content/uploads/Triangle.svg);
    width: 12px;
    height: 6px;
    position: absolute;
    right: -3px;
    display: inline-block !important;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;

}

.main-menu.navbar-nav.mr-auto {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
   /* padding: 25px 0px;*/
	padding: 0.5rem 1rem;
}

a.headersubscribe.btn.whitebtn {
    position: relative;
    right: 0;
    background: #fff;
    color: rgb(0, 176, 176) !important;
    text-transform: uppercase;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    font-weight: 600;
    transition: all ease-in-out .4s;
    border: 1px solid #fff;
}

a.headersubscribe.btn.whitebtn:hover {
    color: #fff !important;
    background: transparent !important;
}

a.headersubscribe.header-donate-btn.btn.whitebtn {
    background: rgb(0, 176, 176) !important;
    border-color: rgb(0, 176, 176) !important;
    color: #fff !important;
}

a.headersubscribe.header-donate-btn.btn.whitebtn:hover {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.main-menu.navbar-nav #mega-menu-wrap-main-menu {
    width: calc(100% - 135px);
}

.homeactionmenu {
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: 0;
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}

.homeactionmenu .container {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.homeactionmenu li {}

.homeactionmenu li a {
    font-size: 16px;
    text-transform: uppercase;
}

.homeactionmenu li:first-child a {
    background: rgb(0, 176, 176);
    color: #fff !important;
    width: 150px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    padding: 0px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.full.bannerarea {
    position: relative;
    border-bottom: 20px solid rgb(0, 176, 176);
}

.homeactionmenu li:last-child a {
    color: rgb(0, 176, 176);
    text-decoration: underline;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 30px;
}

#home-slider .slider-slide-inner h3 {
    font-family: 'JMH Typewriter';
}

.homecalltoaction.call-to-action {
    background: rgb(241, 90, 41);
}

.home-call-to-action-inner {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

a.call-to-action-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: underline !important;
    display: inline-block;
    margin-left: 25px;
}

.newfooter {
    border-top: 20px solid rgb(241, 90, 41);
    background: rgb(0, 94, 108);
    color: #fff;
    padding-top: 60px;
    border-bottom: 0px;
}

.footersite-logo img {
    max-height: 175px;
}

.footer-block {
    margin-bottom: 0px;
}

h3.fb-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.footer-block .fb-content {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.footer-block .fb-content a {
    color: #fff !important;
}

.follow-us>span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.footer-menu-outer li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.footer-menu-outer ul {}

.footer-menu-outer li {
    list-style: none;
    margin-bottom: 5px;
}

.footerlogosbox svg,
.footerlogosbox svg path {
    fill: #fff !important;
}

.footerlogosbox a {
    margin-right: 40px;
}

.footerlogosbox a:last-of-type {
    margin-right: 0px;
}

.footer-middle.text-center {
    margin-top: 110px;
}

.full.footerlogosbox {
    margin-bottom: 30px;
}

.footerlogosbox img {
    max-height: 100px;
}

.full.footer-bottom.text-center {
    margin-top: 10px;
    padding: 14px 0px;
    opacity: .5;
    font-size: 14px;
}

.full.footer-bottom.text-center p {
    margin-bottom: 0px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    color: #fff !important;
}

.full {
    width: 100%;
}

.home-page-eventbox {
    background: #F7F7F7;
    padding-bottom: 80px;
    position: relative;
}

.headingbox h2,
.section h2 {
    font-family: 'JMH Typewriter';
    color: #012222;
    font-size: 36px;
}


.event-image img {
 /*   height: 450px;*/
     height: 334px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.full.event-image {
    margin-bottom: 20px;
    border: 1px solid #eee;
    text-align: center;
}

.ttmswidget {
    margin-top: 20px;
}

.full.eventreadmore {
    margin-top: 10px;
}

a.readmorelink {
    font-size: 16px;
    text-decoration: underline;
}

.btn.darkbtn.ttms-btn {
    background: rgb(0, 94, 108);
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-weight: 600;
    transition: all ease-in-out .4s;
    border: 1px solid rgb(0, 94, 108);
}

.btn.darkbtn.ttms-btn:hover {
    background: transparent !important;
    color: rgb(0, 94, 108) !important;
}

img {
    max-width: 100%;
    height: auto;
}

.btn.themebtn.lightbtn {
    background: rgb(0, 176, 176);
    border: 1px solid rgb(0, 176, 176);
    color: #fff;
    font-weight: 600;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all ease-in-out .4s;
}

.btn.themebtn.lightbtn:hover {
    background: transparent !important;
    color: rgb(0, 176, 176) !important;
}

.business-rightbox {
    padding-left: 15px;
    font-size: 21px;
    line-height: 1.3;
}

.business-rightbox h2,
.home-page-historic h2 {
    margin-bottom: 25px;
}

.business-rightbox p:last-of-type,
.home-page-historic p:last-of-type {
    margin-bottom: 30px;
}

.business-leftbox {
    padding-left: 0;
    padding-right: 30px;
}

.midbox {
    margin: auto;
    max-width: 650px;
}

.home-page-historic {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 80px;
}

.headingnewsbox h2 {
    text-align: center;
    position: relative;
}

.headingnewsbox h2:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: rgb(0, 94, 108);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.headingnewsbox h2 span {
    background: #fff;
    display: inline-block;
    z-index: 1;
    padding: 0px 30px;
}

.newsimagebox {
    border: 0px solid #eee;
    text-align: center;
    padding: 0px;
    margin-bottom: 20px;

}

.specialinner {
    background: #F7F7F7;
        height: 100%;
}

.ttm-widget {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

.ttms-specials-widget-new h2 {
    text-align: center;
    margin: 40px 0px 10px;
}

.view-all-specials {
    margin-top: 40px;
    margin-bottom: 15px;
}

section.static-page.home-page-business.section {
    background: url(/wp-content/uploads/topboxbg.jpg);
    background-repeat: no-repeat;
    background-position: top -35px center;
    background-color: #fff;
    background-size: 100%;
}

.home-page-eventbox:after {
    /*    content: "";
        background: url(/wp-content/uploads/topboxbg.jpg);
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 214px;*/
}

.home-page-historic {
    background: url(/wp-content/uploads/bottomboxbg.jpg);
    background-repeat: no-repeat;
    background-position: top -20px center;
    background-color: #F7F7F7;
    padding-top: 240px;
    background-size: 100%;
}

section.static-page.home-newsandspecial.section {
    padding-bottom: 0;
}

.headingbox h2,
.section h2 {
    font-weight: 600;

}

.business-leftbox-inner .owl-dots {
    margin: 0 !important;
    position: absolute;
    right: 10px;
    bottom: 7px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px !important;
    background: #fff;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    opacity: 1;
}


#mega-menu-wrap-main-menu li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {}

#mega-menu-item-12585 ul.mega-sub-menu {
    background-color: transparent !important;
}

#mega-menu-item-12585 ul.mega-sub-menu li a {
    background-color: rgba(37, 118, 117, 0.9) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .7) !important;
}

.ttms-event-widget .owl-theme .owl-dots .owl-dot.active span,
.ttms-event-widget .owl-theme .owl-dots .owl-dot:hover span,
.ttms-event-widget .owl-theme .owl-dots .owl-dot span {
    background: #000 !important;
}

.ttms-news-widget .owl-theme .owl-dots .owl-dot.active span,
.ttms-news-widget .owl-theme .owl-dots .owl-dot:hover span,
.ttms-news-widget .owl-theme .owl-dots .owl-dot span {
    background: #000 !important;
}

#mega-menu-main-menu li.mega-menu-item-has-children:hover>a:after {
    transform: translateY(-50%) rotate(180deg);
}


.homeactionmenu li:first-child a:hover {
    text-decoration: underline;
}

#home-slider .swiper-button-next,
#home-slider .swiper-button-prev,
#home-slider .swiper-pagination {
    display: none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    padding-right: 30px !important;
    text-align: right !important;
}

#mega-menu-item-12614 ul.mega-sub-menu li a {
    background-color: rgba(0, 94, 108, 0.9) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .7) !important;
}

/***************************************************************************************************/

@media (min-width: 1320px) {
    .container {
        max-width: 1275px;
    }

    .main-menu.navbar-nav #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item {
        margin-right: 15px;
    }

    .newsouter,
    .headingnewsbox {
        padding-right: 30px;
    }

    .specialouter {
        padding-left: 30px;
    }

}

@media screen and (min-width:1400px) {
    #home-slider {
        height: 450px !important;
    }
}

@media screen and (min-width:1700px) {
    #home-slider {
        height: 500px !important;
    }
}

@media (min-width: 1420px) {
    .container {
        /*max-width: 1350px;*/
    }
}

@media (min-width: 1620px) {
    .container {
        /*max-width: 1550px;*/
    }
}

@media (min-width: 1920px) {
    .container {
        /*max-width: 1750px;*/
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .newheader .container {
        max-width: 100%;
    }

.ttms-event-widget .event-image img {
    height: 311px;
}
.headingnewsbox h2 span {
    padding: 0px 0px;
}
}

@media (min-width:767px) and (max-width:991px) {
    .event-image img {
        height: 175px;
        object-fit: cover;
    }

    section.static-page.home-page-business.section {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.static-page.home-page-business.section {
        background-position: top -124px center;
    }

    .home-call-to-action-inner div {
        display: block !important;
    }

    a.call-to-action-link {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff !important;
        text-decoration: underline !important;
        display: block !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .home-call-to-action-inner {
        font-size: 24px !important;
        padding: 0px 20px;
    }

    .specials-list .specials-item {
        padding: 25px 15px;
    }

    .specials-list .specials-item .specials-content {
        padding: 0 0 0 20px;
        font-size: 16px;
        line-height: 1.3;
        flex: 55%;
    }

    .specials-list .specials-item .specials-image {
        flex: 40%;
    }

   /* .specials-list .specials-item .specials-image img {
        height: 155px;
    }*/

    .main-menu.navbar-nav.mr-auto {
        display: none !important;
    }

    .newheader {
        background: rgb(0, 94, 108);
    }

    .logobox .site-logo {
        position: absolute;
        /*left: 20px;*/
        z-index: 99;
    }

    .ttms-mobile-menu .navbar-toggler {
        background: rgb(0, 94, 108);
        position: relative;
        padding: 13px;
        z-index: 9999;
    }

    .ttms-mobile-menu .navbar-collapse {
        margin-bottom: -45px;
        position: absolute;
        top: 14px;
        width: 100%;
        z-index: 999;
        left: 0;
    }

    .home-page-historic {
        padding-top: 150px;
    }

    .home-newsandspecial {
        padding-bottom: 50px;
    }
}
@media (max-width:1300px) {
li#menu-item-5293 {
    display: none;
}
}
@media (max-width:767px) {
	#home-slider .slider-slide-inner {
    background-size: 100% 100%;
}
#home-slider {
    height: 180px;
}
#home-slider .slider-slide-inner h3 {
    font-size: 16px !important;
    margin-bottom: 40px;
}
	.logobox {
	text-align: left;
}
    .home-page-eventbox .view-all-events {
        margin-bottom: 0;
    }

    .business-leftbox,
    .business-rightbox {
        padding: 0px 15px;
        text-align: center;
    }

    section.static-page.home-page-business.section {
        padding-bottom: 0px;
        padding-top: 50px;
    }

    .footerlogosbox a {
        width: 33.3%;
        display: inline-block;
        margin: 0;
        padding: 0px 10px;
    }

    .footerlogosbox a img,
    .footerlogosbox a img,
    .footerlogosbox a svg {
        width: auto;
        max-height: 75px;
        max-width: 100%;
    }

    .footerinfoinner br {
        display: none;
    }

    .footertopcol.footertopcol-1 {
        width: 40%;
    }

    .footertopcol-right {
        width: 60%;
    }

    .footer-menu-outer ul {
        padding-left: 0;
    }

    .follow-us {
        float: left;
    }

    .full.top-footer {
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }

    .footer-middle.text-center {
        margin-top: 60px;
    }

    .event-item {
        flex: 100%;
    }

    .specials-list .specials-item {
        padding: 25px 15px;
        flex-wrap: wrap;
    }

    .specials-list .specials-item .specials-content {
        padding: 0 0 0 20px;
        font-size: 16px;
        line-height: 1.3;
        flex: 55%;
    }

   .specials-list .specials-item .specials-image {
        flex: 40%;
    }

    .home-page-eventbox {
        padding-bottom: 50px;
    }

    .view-all-events {
        margin-top: -10px;
        margin-bottom: 50px;
    }

    .main-menu.navbar-nav.mr-auto {
        display: none !important;
    }

    .newheader {
        background: rgb(0, 94, 108);
    }

    .ttms-mobile-menu .navbar-collapse {
        margin-bottom: -45px;
        position: absolute;
        top: 14px;
        width: 100%;
        z-index: 999;
        left: 0;
    }

    .homeactionmenu .container {
        padding: 0px !important;
    }

    .col-xs-12.col-sm-4.col-md-4.event-item {
        padding: 0 !important;
    }

    .row.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin: 0px !important;
        /*        padding-right: 30px !important;*/
    }

    .event-item {
        margin-bottom: 0px;
    }

    .ttms-event-widget .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 30px;
    }

    .footertopcol.footertopcol-2,
    .footertopcol-3 {
        margin-bottom: 25px;
    }

    .homeactionmenu {
        padding: 0;
    }

    .ttms-event-widget .event-image img {
        height: 270px;
    }
}

@media (max-width: 480px) {
    #banner-outter.art-all-night-banner-wrap {
        min-height: 200px;
    }

    .home-call-to-action-inner {
        font-size: 20px !important;
        padding: 0px 20px;
    }

    .specials-list .specials-item .specials-content h3 {
        font-size: 15px;
    }

    .home-page-historic {
        background-position: top -270px left 41%;
        padding: 100px 15px 50px 15px !important;
        background-size: cover;
    }

    .headingbox h2,
    .section h2 {
        color: #012222;
        font-size: 34px;
        line-height: 1.2;
    }

    .specials-detail {
        font-size: 14px;
    }

    .ttms-event-widget .event-image img {
        height: 230px;
    }

    .ttms-news-widget .news-item-col {
        padding: 0;
    }

}

@media (max-width: 414px) {
    #home-slider .slider-slide-inner h3 {
        font-size: 24px;
        line-height: 1.4;
    }

}

@media (max-width: 375px) {
    .home .call-to-action .call-to-action-inner span {
        font-size: 28px;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }

    .home .call-to-action .call-to-action-inner .text-right {
        text-align: center !important;
    }
}