/*
Theme Name: customizr-child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */

/* START OF Change Customizr Background to Texture or Image  */
/* Set the color (darkgray) of the body, wrapper, header & footer */




body, #main-wrapper, header.tc-header, footer#footer .colophon {
	background-color: lightgray;
	}
	
.row-fluid {
	border-bottom:0px;
	}
	
footer#footer {
	border-top: 0px;
	}
	
hr.featurette-divider.__before_main_container {
    visibility: hidden;
	}
	
.sticky-enabled .tc-header {
    height: auto!important;
    background: #fff;
    background: lightgray;
    /* border-top: 0; */
	}
	
.round-div {
	border-color: lightgray;
	}
.credits P {
	display:none;
}