/*
Theme Name: E2 Now Basic - Justin Sebastian Photography
Text Domain: e2nowbasic
Version: 5.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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #b1f1d7;
    --very-light-gray:#f8f9f9;
    --alt-font: 'Schibsted Grotesk', sans-serif; 
    --primary-font: 'Poppins', sans-serif;
} 
html {
    overflow-x: hidden;
}
body{
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-gray);
} 
a, a:hover {
    color: var(--dark-gray);
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
    background: var(--base-color);
}
/* Reset Cursor Border*/
#ball-cursor #ball-cursor-loader{border-style:none}
/* header */ 
header .navbar-brand img {
    max-height: 60px;
}
header .navbar.mini-header .navbar-brand img {
    max-height: 24px;
}
header .widget-text {
    font-size: 15px;
}
header .navbar-brand {
    padding: 33px 0;
}
header .navbar.header-light{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .85) !important;
}
.bg-jspwhite{
    background-color: #fafafa !important;
}
.hamburger-logo img {
    max-height: 87px;
}
.header-icon .header-social-icon a {
    padding-left: 15px;
}
.menu-list-wrapper {
    height: calc(85vh - 150px);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    /*font-size: 35px;
    line-height: 22px;
    left:0;*/
    /*font-size: 30px;
    line-height: 18px;*/
    font-size: 20px;
    line-height: 8px;
    left: 0;
    letter-spacing: 0px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
    opacity: 1;
    color: var(--base-color);
    left: 10px;
}
header .elements-social ul li {
    margin-right: 20px;
    margin-left: 0;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
.push-menu .close-menu {
    width: 50px;
    height: 50px;
}
.header-push-button .push-button {
    height: 10px;
}
.header-push-button .push-button span:first-child {
    width: 15px;
    margin-right: 0;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    width: 15px;
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.bg-light-gray-mainmenu {
    background-color: rgb(168 168 168 / 98%);;
}
/* heading tag */
h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
} 
/* btn */
.btn.btn-base-color {
    color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 59px;
}
/* small icon */
.small-icon a {
    font-size: 16px;
}
@media (max-width: 991px) {
    .header-transparent[data-header-hover=light] {
        background-color: transparent !important;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        /*font-size: 35px;
        line-height: 22px;*/
        /*font-size: 28px;
        line-height: 18px;*/
        font-size: 20px;
        line-height: 8px;
    }
    header .navbar-brand {
        padding: 22px 0;
    }
    header .navbar-brand .mobile-logo {
        max-width: 180px !important;
    }
}
@media (max-width: 767px) {
    header .navbar-expand-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        /*font-size: 35px;
        line-height: 22px;*/
        /*font-size: 24px;
        line-height: 18px;*/
        font-size: 20px;
        line-height: 8px;
        letter-spacing: 0px;
    }
    .menu-list-wrapper {
        height: calc(90vh - 120px);
    }
}


.logo-white-bg{
    background-color: #ffffff;
    padding: 20px 10px 10px !important;
}
.text-justify {
    text-align: justify !important;
}

.pagination-jsp .nav-links .page-numbers {
    display: inline-block;
    border: 0;
    padding: 0 2px;
    margin: 0 1px;
    background: 0 0;
    color: var(--medium-gray);
    font-size: inherit;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 40px;
    min-height: 40px;
    min-width: 40px;
    text-decoration: none;
}
.pagination-jsp .nav-links .page-numbers.current {
    background: var(--dark-gray);
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, .15) !important;
}
.pagination-jsp .nav-links .page-numbers:hover {
    background: var(--white);
    color: var(--dark-gray);
    box-shadow: 0 0 10px rgba(23, 23, 23, .15) !important;
}

.outside-link-pointer {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}


.jsp-submenu.open .dropdown-menu.show
.jsp-submenu .dropdown-menu.show{
    display: block;  
}
.jsp-submenu .dropdown-menu,
.jsp-submenu .dropdown-menu.show{
    position: relative !important;   
    border: none;
    background: none;
    transform: none !important;  
}
.jsp-submenu .dropdown-menu li a{
    left: 0;
    /*line-height: 28px;
    font-size: 20px;*/
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;  
}
.jsp-submenu .dropdown-menu li a:hover{
    opacity: 1;
    color: var(--base-color);
    left: 10px; 
}

@media (max-width: 991px) {
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .navbar-expand-lg>.container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .jsp-px-md-15px{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (min-width: 992px) {
    .jsp-px-lg-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .jsp-px-lg-30px{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


.project-page-slider{
    width: auto; 
/*  height: 460px; */
/*  height: 604px; */
    height: 70vh; /* 70% of the viewport height */
    text-align: center;
}
.project-page-slider img{
    max-height: 100%;
}
@media screen and (max-width: 575px) {
    .project-page-slider{
        height: auto !important; 
        padding-bottom: 66%;
        position: relative;
    }
    .project-page-slider img{
        max-height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
    .project-page-slider .lightbox-group-gallery-item{
        min-width: 100vw;
        min-height: 40vh;
        display: block;
    }
}

@media screen and (min-width: 2560px) {
    .project-page-slider{
        height: 80vh; /* 70% of the viewport height */   
    }
    .project-page-slider img {
        height: 80vh;
    }
}



/* Optional: Style scrollbar */
.swiper-scrollbar {
    height: 4px;
    background-color: #ddd;
    margin-top: 10px;
}
.swiper-scrollbar-drag {
    background-color: #999;
}

.homeimage-slidestyle{
    background-repeat: no-repeat;
    background-position: center;
}