/*
Theme Name:     Customizr Child  
Theme URI:      http://mysite.com/
Description:    My description    
Author:         Me                
Author URI:     http://mysite.com/
Template:       customizr      
Version:        1.0.0            
*/


/* Make Carousel fade - adapt 2s to required delay */
.carousel-inner > .item {
-webkit-transition: opacity 2s ease-in-out ;
transition:         opacity 2s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity:        1;
z-index:        1;
left:           0;
}
.carousel-inner > .active.left {
opacity:        0;
z-index:        2;
left:           0;
}
.carousel-inner > .active.right {
opacity:        0;
z-index:        2;
left:           0;
}
 

/* remove previous/next arrows from home page only 
.home .carousel-control {
display:        none ;
}
*/


/* increase caption size */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 14px;
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #555555;
}


/* background canvas pattern 
body
{
background-image:url("http://localhost/dba/wp-content/uploads/2014/11/background-canvas-gray-light.jpg");
}
*/


/* darker horizontal rule line */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #ffffff;
}


/* darker vertical rule line */
#right.widget-area {
  padding-left: 5px;
  border-left: 1px solid #bbbbbb;
  position: relative;
}


/* remove white border only on post thumbs */
.post .round-div {
    display: none;
}


/* Change color of the White Rectangles (including FPU extension) 
.round-div, [class*=span] .widget-front .round-div {
  border-color: #f0f0f0;
}
*/

/* make label of variations field visible */
.woocommerce .label > label {
    color: #5a5a5a;
	text-shadow: none;
	line-height: 35px;
}


/* make input fields larger in checkout */
.woocommerce .checkout .input-text{
    height: 25px;
}


/* make order comments field larger in checkout */
#order_comments{
    height: 30px;
}


/* change color of bulk discount text */
.productinfo-show-discounts {
    color: #ff0000;
}


/* modify 404 page */
.error404 blockquote {
    display: none;
}
article.error404 .format-icon:before {
    content: "";
}
article.error404 .entry-content.format-icon p {
    text-shadow: none;
}


/* turn off Customizr's breadcrumb in woocommerce */
.woocommerce .breadcrumb-trail, .woocommerce-cart .breadcrumb-trail , .woocommerce-checkout .breadcrumb-trail {
    display: none;
}


/* BNS Inline Aside Plugin
.bnsia.aside.note, blockquote.aside.note {
    background-color: #eeeeee;
    margin-left: 20px;
	margin-bottom: 10px;
}
span.close-aside, span.open-aside {
    cursor: pointer;
}
*/


/* darken background on captions */
.page .wp-caption {
    background: none repeat scroll 0 0 #e0e0e0;
	margin: 6px;
}


.collapseomatic_content {
    background-color: #eeeeee;
}


/* darker text */
body {
    color: #505050;
}