body { background: url("wp-content/themes/customizr/assets/front/img/kids/white-paper-bg.jpg") repeat scroll 0 0 transparent;}

/*-- Buttons and Forms --*/
.img-btn-cont {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  max-width:100%;
  text-align:center;
}

.img-btn-cont :hover {
  transition: transform .3s ease-in-out;
  transform: scale(1.1);
}

.main-img-btn {
    display: block;
    float: none;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
    background-color: transparent;
    width: 88%;
}

/*---RESPONSIVE--*/
@media screen and (max-width: 992px) {
  .main-img-btn {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .main-img-btn {
    width: 100%;
  }
}

/*---FOOTER--*/
#footer {
  /*-- background: url("wp-content/themes/kids/images/resp-footer-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0); --*/
  background-color: #eceeef;
}

/*---Footer Widget Post Styling--*/
#footer .cat-post-item {
  background: url(wp-content/themes/kids/images/event-widget-title-bg2.png) no-repeat 0 0 transparent;
	height: 46px;
	width: 224px;
	position: relative;
  left: -20px;
	margin-bottom:0;
}
#footer .cat-post-title {
  display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    position: relative;
    top:18px;
	padding-left: 42px;
}
.footer-contact {
  display: block;
  border-radius: 25px;
  background-color: #f8f8f8;
  padding:10px;
  
}
