/*
Theme Name: customizr-child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: ME
*/
/* Your awesome customization starts here */
@import url("/wp-content/themes/customizr/style.css");

/*h1 a, a:hover, a:visited { color: #ff6600; }*/
@media only screen and (max-width: 640px) {
    h1.czrs-title {
	font-size: 25px;
    }
/*    h1 {
        font-size: 1em;
    }
 
    h2 {
        font-size: 24px;
    }
 
    h3 {
        font-size: 20px;
    }
 
    blockquote {
        font-size: 16px !important;
    }

    body {
        font-size: 16px;
    }
*/   
   
 }

/* START OF Change Slider to Fader */
/* 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 ;
}
/* END OF Change Slider to Fader */

/* START OF Change text appearance of the Featured Pages Heading-Text-Button */
/* Change Featured Pages Heading */
.fp-title {
font-size:      1.3em;
color:          #840000;
}

/* Change Featured Pages Text */
.fp-text-one, .fp-text-two, .fp-text-three, .fp-text-four, .fp-text-five, .fp-text-six  {
min-height:	90px;
font-size:      1.2em;
color:          #2C3539;
}

/* Change Featured Pages Button */
.fp-button {
font-size:      1.3em;
font-weight:    bold;
color:          white;
}
/* END OF Change text appearance of the Featured Pages Heading-Text-Button */
