/*
Theme Name: E2 Now Basic - PC2 Architects
Text Domain: e2nowbasic
Version: 17.01
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-face {
    font-family: 'BAUHS93';
    src: url('fonts/BAUHS93.eot');
    src: local('BAUHS93'), url('fonts/BAUHS93.woff') format('woff'), url('fonts/BAUHS93.ttf') format('truetype');
}
@font-face {
    font-family: 'Noteworthy-Lt';
    src: url('fonts/Noteworthy-Lt.eot');
    src: local('Noteworthy-Lt'), url('fonts/Noteworthy-Lt.woff') format('woff'), url('fonts/Noteworthy-Lt.ttf') format('truetype');
}
.pc2headingfont {
    font-family: 'BAUHS93' !important;
}
.pc2captionfont {
    font-family: 'Noteworthy-Lt' !important;
}
body{
    text-transform: lowercase !important;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    background-image: url('images/bg-pattern-grid-20.png');
    background-repeat: repeat;
    zoom: 100%;
    min-zoom: 100%;
}
header.main-page-header nav.navbar{
    background-image: url('images/bg-pattern-grid-20.png');
    background-repeat: repeat;
}
.overlay-bg-grid-pattern{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    background-image: url('images/bg-pattern-grid-20.png');
    background-repeat: repeat;
}

.bg-transparent-gradient-black-slider {
    background: rgb(16,16,16);
    background: -moz-radial-gradient(circle, rgba(16,16,16,0.2) 0%, rgba(16,16,16,0.4) 100%);
    background: -webkit-radial-gradient(circle, rgba(16,16,16,0.2) 0%, rgba(16,16,16,0.4) 100%);
    background: radial-gradient(circle, rgba(16,16,16,0.2) 0%, rgba(16,16,16,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
}

blockquote {
    color: #828282;
}
.text-color-black{
    color: #222222 !important;
}
.form-group label{
    margin-bottom: 0px;
}
.nav-header-container .navbar-brand{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.prc-portfolio-fixcolor .portfolio-hover{
    /*background-color: #e31d3b !important; */
    background-color: rgb(224 0 0 / 60%) !important;
}

/* PC2 */
@media (max-width: 991px){
    header.side-menu-nav{
        background-color: #231f20;    
    }
    .sidebar-nav-menu.left-sidebar-nav{
        background-image: url('images/bg-pattern-grid-20.png');
        background-repeat: repeat;
    }
    .side-menu-header{
        background: none !important;
        border: none !important;
    }
    .nav-icon.dark span {
        background-color: #828282 !important;
    }
    .main-page-header .navbar-collapse{
        background-image: url('images/bg-pattern-grid-20.png');
        background-repeat: repeat;  
        background-color: #231f20;    
    }
    .main-page-header .navbar.navbar-dark .navbar-nav .nav-link{
        color: #fff;
    }
    .nav-header-container .navbar-brand{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}

a:hover, a:focus {
    color: #e31d3b;
}
.bg-crimson-red{
    background-color: #e31d3b !important;
}
.bg-crimson-darkred{
    background-color: rgb(224 0 0 / 60%) !important;
}
.crimson-red-text {
    color: #e31d3b;
}
.btn.btn-crimson-red {
    background: #e31d3b;
    border-color: #e31d3b;
    color: #232323;
}
.btn.btn-crimson-red:hover, 
.btn.btn-crimson-red:focus {
    background: transparent;
    color: #e31d3b;
}
.border-color-crimson-red {
    border-color: #e31d3b !important;
}

.pc2-overlap-text.text-overlap-style-04{
    font-size: 54px !important;
}
@media (max-width: 767px){
    .pc2-testimonial-section{
        padding-bottom: 0px !important;
    }
}
.testimonials-nohover:hover {
    box-shadow: none !important; 
    background: none !important; 
}
.testimonials-nohover:hover .testimonials-bubble{
    color: #000000 !important;
}


.grid-filter > li.active > a, 
.grid-filter > li.active > a:focus, 
.grid-filter > li.active > a:hover, 
.grid-filter > li > a:hover {
    border-bottom: 1px solid #e31d3b !important;
    color: #ffffff !important;
}

@media only screen and (min-width : 991px) {
    .pc2-portfolio-filter{
        position: absolute;
        top: 5px;
        right: 15px;
        z-index: 1032;

    }
}
@media only screen and (max-width : 991px) {
    section.headnav-section { 
        padding:58px 0 !important; 
    }
    .grid-filter li:first-child {
        padding-left: 15px;
    }
    .grid-filter li:last-child {
        padding-right: 15px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
        text-align: right;
    }
    .navbar-nav {
        padding: 0px 15px 25px;
    }
    .about-title-slider{
        padding-top: 0px !important;
    }
}

.team-parag-text{
    font-size: 16px;
    line-height: 24px; 
}
.about-title-slider{
    padding-bottom: 0px !important;
}

.cust-post-pagination .screen-reader-text{
    display: none;
}
.cust-post-pagination .page-numbers {
    margin-right: 8px;
    font-size: 13px;
    padding: 4px 10px;
    border: 1px solid #828282;
}
.cust-post-pagination .page-numbers.current {
    margin-right: 8px;
    font-size: 13px;
    padding: 4px 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
}