/*
Theme Name: Tomorrow Is Now
Text Domain: e2nowbasic
Version: 3.21
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Square Works Design Studio
Author URI: https://squareworks.in/
Theme URI: https://esquarenow.com/themes/e2nowbasic/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* font */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* variable */
:root {     
    --base-color: #242321;
    --dark-gray: #242321;
    --medium-gray: #85827e;
    --light-medium-gray:#7C7C7C;
    --very-light-gray: #F7F2EF;
    --alt-font: 'Anton', serif;
    --primary-font: 'IBM Plex Mono', sans-serif;
}
/* body */
html {  
    position: relative;
    overflow-x: hidden;
}
body{
    line-height: 30px;
    overflow-x: hidden;
}
/* box layout */
.box-layout {
    padding: 0 175px; 
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* header */
header .disable-fixed {
    width: calc(100% - 350px);
    left: 175px;
    right: 175px;
}
header .header-top-bar {
    border-radius: 0 0 5px 5px;
}
header .navbar-brand {
    padding:27px 0;
}
header .navbar-brand img {
    max-height: 41px;
}
header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    line-height: 22px; 
    padding: 10px 20px;
    font-weight: 600;
}
header .header-top-bar .header-icon .header-social-icon a {
    font-size: 14px;
}
header .header-top-bar .header-icon .header-social-icon i {
    margin-right: 5px;
}
/* btn */ 
.btn { 
    font-family: var(--primary-font);
    font-weight: 600;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 17px;
    padding: 20px 40px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 14px 28px;
}
.btn.btn-small {
    font-size: 14px;
    padding: 12px 24px;
}
.btn.btn-very-small {
    font-size: 13px;
    padding: 10px 20px;
}
.btn-hover-animation.text-transform-none .btn-icon i:before {
    vertical-align: -5px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* border color */ 
.border-color-transparent-base-color {
    border-color: rgba(183,128,87,.5) !important;
}
/* border color */ 
.categories-btn {
    font-size: 13px;
    line-height: 21px;
}
.categories-style-03 .categories-box .category-title {
    padding: 30px 40px;
}
/* social icon style */ 
.social-icon-style-03 .small-icon li {
    margin: 0 15px;
}
/* left right bottom top class */ 
.left-minus-300px {
    left: -300px;
}
.left-minus-15 {
    left: -15%;
}
.left-minus-30 {
    left: -30%;
}
.left-50 {
    left: 50%;
}
.right-minus-250px {
    right: -250px;
}
.right-minus-15 {
    right: -15%;
}
.right-minus-25 {
    right: -25%;
}
.bottom-10 {
    bottom: 10%;
}
.top-25 {
    top: 25%;
}
/* page title */ 
.page-title-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* word break normal */ 
.word-break-normal {
    word-break: normal;
}
.categories-btn {
    font-size: 12px;
}
.pagination-style-01 .page-item.active .page-link, .pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 41px;
}
footer ul li {
    margin-bottom: 0;
}
.terms-condition .box:before {
    background-color: var(--white);
}
.input-medium, .textarea-medium, .select-medium {
    padding: 10px 28px;
}
.newsletter-style-02 .btn i {
    top: -2px;
}
.newsletter-style-02 input {
    padding-right: 55px !important;
}
/* media query responsive */
@media (max-width: 1799px) {
    .box-layout {
        padding: 0 100px;
    }
    header .disable-fixed {
        width: calc(100% - 200px);
        left: 100px;
        right: 100px;;
    }
}
@media (max-width: 1600px) {
    .box-layout {
        padding: 0 80px;
    }
    header .disable-fixed {
        width: calc(100% - 160px);
        left: 80px;
        right: 80px;;
    }
}
@media (max-width: 1399px) {
    header .disable-fixed {
        width: calc(100% - 160px);
        left: 80px;
        right: 80px;;
    }
    .categories-style-03 .categories-box .category-title {
        padding: 20px 20px;
    }
}
@media (max-width: 1199px) {
    .box-layout {
        padding: 0 30px;
    }
    header .disable-fixed {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .right-minus-25 {
        right: -40%;
    }
    .left-minus-30 {
        left: -50%;
    }
    header .disable-fixed {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    } 
    .blog-side-image .blog-box .blog-image {
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .box-layout {
        padding: 0 15px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    } 
    header .disable-fixed {
        width: calc(100% - 0px);
        left: 0px;
        right: 0;
    } 
}


/* Tomorrow Is Now */
p,
.form-group > label{
    line-height: 17px;
    margin-bottom: 14px;
    font-size: 14px;
}
/*.form-group .form-control{
    height: auto;
    padding: 0px 0px 12px 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    color: #000;
    border: none;
    border-bottom: 1px solid #b7b7b7 !important;
    border-radius: 0px;
    box-shadow: none;
}*/
.custom-control-label::before{
    border: #b7b7b7 solid 1px;
}
.custom-control-label{
    font-size: 12px;
    line-height: 24px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #258ed8;
    background-color: #258ed8;
}

#message-progress.progress {
    height: 1px;
    border-radius: 0px;
    margin-bottom: 14px;
}
#message-progress.progress .progress-bar {
    background-color: #b7b7b7;
}


.tnw-column-left{
    height: 100vh;
}
.poster-image{
    background-size: cover;
    background-position: center center !important;
    position: fixed;
    top:0px;
    bottom: 0px;
}

/* Small devices (max-width: 600px) */
@media only screen and (max-width: 991px) {
    .poster-image-col-box{
        height: 50vh; 
    }
    .poster-image{
        background-size: contain;
        background-position: top center !important;
        position: absolute;
        top:0px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
    }
}



.tnw-column-right{
    height: 100vh; 
    overflow-y: auto;
}
.form-control, .form-select, input, select, textarea {
    padding: 4px 8px !important;
}
.guest-count-badge{
    padding: 2px 4px;
}
.get-ticket-img{
    transform: rotate(320deg);
    width: 120px;
}
.showmorecontent{
    display: none;
}
.expanded .showmorecontent{
    display: inline;
}
.partnerht-34{
    max-height: 34px;
}
.partnerht-44{
    max-height: 34px;
}
.brandht-40{
    max-height: 40px;
}
.brandht-150{
    max-height: 150px;
}
.logo-maxwidth200{
    max-width: 200px;
}

.social-media-container{
    height: 100%;
    z-index: 1;
}
.social-abs-pos{
    position: absolute;
    bottom: 0px;
    left: 15px;
}

@media (min-width: 768px) {
    .min-width-ticketbox{
        min-width: 540px;
    }
    .min-width-ticketqr{
        min-width: 195px;
    }
    .min-width-ticketdetails{
        min-width: 340px;
    }
    .partnerht-44{
        max-height: 44px;
    }
    .logo-maxwidth200{
        max-width: 300px;
    }
}

@media (min-width: 990px) {
    .social-media-container{
        height: 100vh !important;
    }
    .social-abs-pos{
        position: fixed !important;
        bottom: 10px;
    }
}