@charset "UTF-8";
/*
Theme Name: eGlueWeb
Theme URI: https://eglueweb.com
Author: Rakesh Suryavardhan
Author URI: https://pixelglimpse.com/
Description: Exclusive theme for eGlueWeb
Requires at least: 4.9.6
Requires PHP: 7.2.14
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eglueweb
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
*/


/*--------------------------------------
Hello Comments
---------------------------------------*/
.border-top
{
    border-top:solid 1px #cfcfcf;
}
.comments-section ul
{
    padding: 0;
    margin:0;
    text-align: left;

}
.comments-section ul li ul
{
    padding-left: 20px;
}
.comment,.pingback
{
    border-bottom: solid 1px #cfcfcf;
    margin: 10px 0;
    padding: 30px 20px;
    overflow: auto;
        list-style: none;
}
.children
{
 margin-left: 40px !important;
}
.comment + h1,h2,h3,h4,h5,h6{
    margin: 0px 0;
}
.blog-comment-image {
width: 15%;
float: left;
}
.blog-comment-image img
{
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.sub-wrap img{
        max-width: 100%;
    height: auto;
}
.blog-comment-spec{
    width: 83%;
    text-align: left;
    float: right;
}
.blog-content img
{
    max-width: 100%;
    height: auto;
}
.blog-comment-spec h4{
   font-size: 1.2rem;
   letter-spacing: 0;
}
.blog-comment-spec h6{
    font-style: italic;
    color: #bbb;
    margin: 0;
}
.comment-reply-title{
    padding: 20px 0;
    margin-bottom: 20px;
    color: #000;
}
.top-border{
    border-top:solid 1px #dfdfdf;
}
.logged-in-as{
    margin-bottom: 10px;
}
/* .logged-in-as a{
    color: #f1f1f1;
} */
.comment-respond input{
    margin-bottom: 20px;
}

.form-submit{
    margin-top: 20px;
}
textarea#comment{
    margin-bottom: 15px !important;
}
#cancel-comment-reply-link{
    font-size: 1.2rem;
    color:#949494;
    font-weight: normal;
}


/**
* WordPress Number Pagination CSS Styles
*/

.page-navi.meta {
    color: RGB(38, 166, 154);
    font-size: 20px;
    font-weight: normal;
    padding: 10px 20px;
    padding-left: 0;
    border-radius:3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    padding: 10px 20px;
    font-weight: normal;
    margin-left:-6px;
}

.page-numbers.current {
   padding: 10px 20px;
   background: #F78104;
   color: rgb(255, 255, 255);
   font-weight: 600;
}

.page-navi .prev {
   float: left;
   margin-right: 0;
   font-size: 18px;
   letter-spacing: 0;
   font-weight: normal;
}

.page-navi .next {
   float: right;
   border-right: none;
   border-top: none;
   border-bottom: none;
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0;
}




    /*-------------MENU----------------*/
    .navbar{
        background: #fafafa;
        padding: 0 5vw;
        position: fixed;
        top: 0;
        left: 0;
        width: 90vw;
        max-height: 100vh;
        display: flex;
        flex-direction: column;
        z-index: 10;
        box-shadow: 0 0 1.2rem rgba(0,95,96,0.3);
    }
    .brand-and-icon{
        display: flex;
        justify-content: space-between;
        padding: .3rem 0;
        /* border-bottom: 1px solid #ddd; */
    }
    .navbar-brand{
        font-size: 1.8rem;
        letter-spacing: 3px;
        font-weight: 700;
    }
    .navbar-toggler{
        display: block;
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 0.2rem 0.5rem;
        transition: all 0.4s ease;
    }
    .navbar-toggler:hover{
        opacity: 0.7;
    }
    .navbar-collapse{
        overflow-y: scroll;
        display: none;
    }
    .navbar ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .navbar-nav > li > a{
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 700;
        display: block;
        padding: 0.6rem 0;
        margin: 0.2rem 0;
        border-bottom: 1px solid #ddd;
        border-radius: 1px;
        position: relative;
        transition: all 0.4s ease;
    }
    .navbar-nav > li:last-child a{
        border:none;
    }
    .drop-icon{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar-nav > li > a:hover{
        opacity: 0.7;
    }
    .sub-menu-mob h4{
        text-transform: capitalize;
        font-size: 1rem;
        padding: 0.5rem 0;
    }
    .sub-menu-mob ul li{
        text-transform: capitalize;
        padding: 0.2rem 0;
        margin: 0.2rem 0;
        font-size: 0.95rem;
    }
    .sub-menu-mob ul li a{
        opacity: 0.8;
        transition: all 0.5s ease;
    }
    .sub-menu-mob ul li a:hover{
        padding-left: 14px;
        opacity: 0.9;
    }
    .sub-menu-mob-mob{
        display: none;
    }
    
    .sub-menu-mob-item{
        padding-left: 1.2rem;
    }
    .sub-menu-mob-item:nth-child(3){
        background: #ddd;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .sub-menu-mob-item:nth-child(3) h2{
        text-transform: capitalize;
        margin: 1.5rem 0;
    }
    .sub-menu-mob-item:nth-child(3) .btn{
        border: 1px solid #000;
        text-transform: uppercase;
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
        cursor: pointer;
        background: #000;
        color: #fff;
        transition: all 0.5s ease;
    }
    .sub-menu-mob-item:nth-child(3) .btn:hover{
        background: transparent;
        color: #000;
    }
    .sub-menu-mob-item:nth-child(4){
        width: 50%;
        margin: 0 auto;
        padding: 2rem 0;
    }
    
    /* header */
    .header{
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header h2{
        margin: 1rem;
        font-size: 3rem;
        font-weight: 900;
        color: #fff;
        letter-spacing: 2px;
    }
    .header p{
        margin: 1rem auto;
        color: #fff;
        width: 60%;
        opacity: 0.8;
        font-weight: 300;
        font-size: 1.2rem;
        text-align: center;
    }
    .header button{
        margin: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        background: #000;
        color: #fff;
        border: none;
        padding: 0.8rem 1.5rem;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    .header button:hover{
        background: #fff;
        color: #000;
    }

    /* Media Queries */
    @media screen and (min-width: 992px){
        .navbar{
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            border-bottom: 1px solid #ddd;
            padding: 0 5rem;
            position: relative;
        }
        .navbar-toggler{
            display: none;
        }
        .brand-and-icon{
            flex: 0 0 100px;
            border-bottom: none;
            padding: 0;
        }
        .navbar-collapse{
            display: block!important;
            overflow-y: hidden;
            flex: 1 0 auto;
        }
        .navbar-nav{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .navbar-nav > li > a{
            border-bottom: none;
            margin: 0 0.4rem;
            padding: 1.7rem 1.8rem 1.7rem 0.8rem;
            font-size: 0.8rem;
        }
        .sub-menu-mob{
            position: absolute;
            left: 0;
            width: 100%;
            top: 100%;
            background: #f8f8f8;
        }
        .navbar-nav > li:hover .sub-menu-mob{
            display: grid!important;
            grid-template-columns: repeat(4, 1fr);
            padding: 0 5rem;
        }
        .navbar-nav > li{
            border-bottom: 2px solid transparent;
            transition: border-bottom 0.4s ease;
        }
        .navbar-nav > li:hover{
            border-bottom-color: #000;
        }
        .sub-menu-mob-item{
            padding-left: 0;
        }
        .sub-menu-mob-item:nth-child(3){
            padding-left: 2rem;
            padding-right: 2rem;
        }
    
        /* header */
        .header{
            height: calc(100vh - 75px);
        }
        .header h2{
            font-size: 6rem;
        }
        .header p{
            width: 40%;
        }
    }