/* Custom CSS
------------------------------------------------------------ */
/** Put this in Dynamik Custom CSS
------------------------------------ */

#ez-home-top-container {
	background: #ffffff;
}

#ez-home-middle-container {
	background: #ffffff;
}

#ez-home-bottom-container {
	background: #ffffff;
}

.ez-home .site-inner{
	max-width: 100%;
	padding-bottom: 0 !important;
}

.ez-home-wrap {
	max-width: 1100px;
	margin:0 auto;	
}

#home-hook-wrap {
	padding:0;
}

.ez-home-container-area {
	margin: 0;
	padding: 0px 20px 50px 20px;
}

/* COLOR CHANGE TO FACEBOOK BLUE*/

/* Widget background */
#sc-inventory-wrapper {
background-color: #00B6F1 !important;
}


/* Title Wrapper */
.sc-item-wrapper > a > div {
    background-color: #9F0300 !important;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {

}