/*
Theme Name: Bizlight Child
Theme URI: http://evisionthemes.com/themes/bizlight
Author: Desh Bandhu
Author URI: http://evisionsolutions.co.in
Template:   bizlight
Description: Bizlight theme is clean and elegant lightweight WordPress theme, adequate enough to create a standard site for any corporate house. Bizlight is basically designed for the normal WordPress users, in order to create a site quickly and efficiently. However, it has many competencies including responsive, bootstrap, HTML5, CSS3, retina ready, font awesome, google font, cross-browser compatibility, color control, layout control, logo upload, translation-ready, custom CSS field, etc. Documentation consists of several parts and shows you the entire process of setting up WordPress and Bizlight theme from scratch.Demo : http://demo.evisionthemes.com/bizlight-pro/ Documentation : http://doc.evisionthemes.com/bizlight/
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizlight
Tags: light, white, blue, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, translation-ready, responsive-layout, theme-options, threaded-comments

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url("../bizlight/style.css");
body{
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 300;
}
/*HTML tags Overridden*/
h3{
    font-weight:bold;
}
p{
    margin-bottom: 30px !important;
}
    
    
/*Bootstrap Overridden*/
.panel-info{
    border-color:#f0eff6;
}
.panel-heading{
  color:#7e71b1 !important;
  background-color: #f0eff6 !important;
  border-color:#f0eff6 !important;  
}
.list-group-item{
  border-color: #f0eff6 !important;
  padding-left: 48px;
}


/*Theme Overridden*/
body:not(.home) .site-header.evision-nav-right{
    background-color: #f0eff6 !important;
    }  
    @media screen and (max-width: 767px){
        body.home .site-header.evision-nav-right{
          background-color: #F6EEEB !important;
        } 
    }    
    a.button{
        background-color: #d98e8c;        
    }
    a.button::before{
        background: #C04340 !important;
    }    
    .evision-slider-caption .main-title{
        font-weight: 300 !important;
    }   
    .main-navigation a {
        color:#C04340 !important;     
        font-weight:bold;
    }
    .main-navigation ul ul{
      background-color: #ffffff !important;       
    }    
    .main-navigation ul ul li a{
      border-bottom : 1px solid #C04340 !important;
      font-weight:normal;
    }    
    
    .main-navigation ul ul a:hover{
        background-color: #C04340 !important;
        color: #ffffff !important;
       
    }    
    .main-navigation .menu-toggle{
        background-color: #d98e8c !important;
    }
    #breadcrumb{
        background-color: #71669F !important;
    }
    .navbar-fixed-active{
       background-color: #f0eff6 !important;
    }
    .bx-viewport, .bx-wrapper{
        height: 50vh !important;
    }    
    .evision-wrap-banner{
        border-bottom: none;
    }
    .box-container a .box-content{
        min-height: 450px;
    }
    .box-container a:hover .box-content{
        background-color:#C04340 !important;
    }
    .icon-container i{
        border: 1px solid #C04340 !important;   
        color:#C04340;
    }
    .icon-section i{
        background-color: #C04340 !important;        
    }
    .title-divider{
        background-color: #C04340 !important;        
    }
    .wrap-about{
        background-color: #F6EEEB !important;
        padding-bottom: 0 !important;
    }
    
    .wrap-testimonial{
        color:#C04340 !important;
        background-color: #F6EEEB !important;
    }
    .wrap-testimonial p{
        color:#C04340 !important;
    }
    .testimonial-icon{
        color:#C04340 !important;
        opacity:1.0;
    }
    .carousel-indicators li{
        border: 1px solid #C04340 !important;
    }
    .carousel-indicators .active{
        background-color: #C04340 !important;
    }
    .wrap-highlight h2{
        font-weight: 300 !important;
    }
    .site-footer{
        background-color: #898989 !important;
    }
    .evision-back-to-top{
        background: #d98e8c none repeat scroll 0 0 !important;
    }    
    .evision-back-to-top:before{
        background: #C04340 none repeat scroll 0 0 !important;
    }
    .evision-social-section a{
        background-color: #d98e8c !important;
        color:#ffffff !important;
        border-width: 0 !important;
    }
    .evision-social-section a[href*="facebook.com"]:hover{
        color: #3C5899 !important;
    } 
    .copyright{
        color: white;
        font-size:12px;
    }
    
/*EES Custom CSS*/
    .ees-homepage-view-all{
        margin-bottom:35px;
    }
  .ees-layout-content-cards-thumbnail{
      padding:0;
      line-height: 24px !important; 
      font-size: 14px !important;
      opacity:0.8;
      filter: alpha(opacity=40); /* For IE8 and earlier */
  }
  .ees-layout-content-cards-thumbnail:hover{
      border-color:#C04340 !important;
       opacity: 1.0;
      -moz-transition: opacity 1s; /* Firefox 4 */
      -webkit-transition: opacity 1s; /* Safari and Chrome */
      -o-transition: opacity 1s;
      transition: opacity 1s;
      filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .ees-layout-content-cards-thumbnail-image{
    display:inline-flex;
    height:200px;
  }
  .ees-layout-content-cards-thumbnail-image > img {
    
  }

  .ees-layout-content-cards-thumbnail-image > img:hover {
    
  }
  .ees-layout-content-cards-title{
    min-height:70px;
    padding-bottom:5px;
  }
  .ees-layout-content-cards-content{
    min-height:130px;    
  }
