/* ----------------------------------------------------------------
   Footer-mordern-bg Styles
-----------------------------------------------------------------*/

.footer-modern-bg {
  background-color: #2a2424;
  min-height: 100px;
  background-position: top center;
  background-repeat: repeat-y;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  padding: 50px 0 10px 0;
}
.footer-modern-bg .footer-widget {
  padding-right: 20px;
  padding-left: 20px;
}
.footer-modern-bg h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-modern-bg ul {
  padding: 0;
}
.footer-modern-bg ul li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.footer-modern-bg ul li a {
  color: #ffffff;
}
.footer-modern-bg ul li a:before {
  content: "";
  background: url(../images/happykiddo_footer-list-style.png) 0 0 no-repeat;
  width: 10px;
  height: 15px;
  position: absolute;
  display: block;
  left: 0;
}
.footer-modern-bg ul li a:hover {
  color: #fcc005;
  text-decoration: none;
}
.footer-modern-bg ul li a:hover:before {
  background: url(../images/happykiddo_footer-list-style.png) -14px 0 no-repeat;
}
.footer-modern-bg .contact-widget .contacts {
  color: #fcc005;
  margin-top: 20px;
}
.footer-modern-bg .contact-widget .contacts div {
  margin-bottom: 10px;
}
.footer-modern-bg .contact-widget .contacts i {
  margin-right: 10px;
}
.footer-modern-bg .contact-widget ul.social-links li {
  padding-right: 12px;
  padding-left: 0;
  font-size: 20px;
}
.footer-modern-bg .contact-widget ul.social-links li a {
  color: #ffffff;
  width: auto;
  height: auto;
}
.footer-modern-bg .contact-widget ul.social-links li a:before {
  display: none;
}
.footer-modern-bg .contact-widget ul.social-links li a:hover {
  color: #fcc005;
}
.footer-modern-bg .recent-works-widget .row {
  padding: 0 15px;
}
.footer-modern-bg .recent-works-widget .recent-works-col {
  padding: 5px;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box {
  height: 80px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box img {
  max-width: 130px;
  min-height: 80px;
  height: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box .mask {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.35s ease-in;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box .mask a {
  color: #ffffff;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box .mask a:hover {
  text-decoration: none;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box .mask .mask-btn {
  position: relative;
  height: 100%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box .mask .mask-btn i {
  border-radius: 50%;
  background-color: #f34235;
  color: #ffffff;
  padding: 10px;
  margin-top: 24%;
  margin-bottom: 5px;
  font-size: 12px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box .mask .mask-btn span {
  display: block;
  font-size: 12px;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box:hover .mask {
  opacity: 1;
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box:hover .mask .mask-btn i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.footer-modern-bg .recent-works-widget .recent-works-col .img-box:hover .mask .mask-btn i:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.footer-modern-bg .second-row {
  margin-top: 30px;
}
.footer-modern-bg .second-row .search-form {
  border-bottom: 1px solid #595555;
}
.footer-modern-bg .second-row .search-form form {
  box-shadow: none;
}
.footer-modern-bg .second-row .search-form form input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  border: 1px solid #595555;
  background: transparent url(../images/happykiddo_search-icon.png) no-repeat 11px center;
  padding: 9px 0;
  outline: none;
  width: 45px;
  color: transparent;
  cursor: pointer;
  height: 20px;
  position: relative;
  top: 1px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.footer-modern-bg .second-row .search-form form input::-webkit-search-decoration,
.footer-modern-bg .second-row .search-form form input::-webkit-search-cancel-button {
  display: none;
}
.footer-modern-bg .second-row .search-form form input[type=search]:hover {
  background-color: #595555;
}
.footer-modern-bg .second-row .search-form form input[type=search]:focus {
  width: 100%;
  padding-left: 42px;
  color: #ffffff;
  background-color: #595555;
  cursor: auto;
  border: 1px solid #595555;
  border-bottom: 0;
}
.footer-modern-bg .second-row .search-form form input:-moz-placeholder {
  color: transparent;
}
.footer-modern-bg .second-row .search-form form input::-webkit-input-placeholder {
  color: transparent;
}
.footer-modern-bg .second-row .copyright {
  padding-top: 10px;
  font-size: 11px;
}
.footer-modern-bg .second-row .copyright  ul li a:before {
  display: none;
}
.footer-modern-bg .second-row .copyright  ul li {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer-modern-bg ul {
    margin-bottom: 30px
  }
}
/*# sourceMappingURL=footer-modern-bg.css.map */