/*
 Theme Name:     Kadelaw
 Theme URI:
 Description:    Salient Child Theme
 Template:       salient
 Version:        1.0.0
*/

@import url("../salient/style.css");


/*
 * Home slider elements
 */

.home-slider-elements {
  position: absolute;
  top: 0;
  padding-top:55px !important;
  height:100%;
}

.home-slider-elements:after {
  content:"";
  position:absolute;
  top:0;
  left:15px;
  width:100%;
  height:100%;
  background: transparent url(images/saban-50th-logo.png) left 93%;
  background-repeat: no-repeat;
  background-size: 11%;
  z-index: 1;
  opacity:0.5;
}

@media screen and (max-width:830px) {
  .home-slider-elements h1 {
    font-size:30px;
    line-height:1em;
  }

}

@media screen and (max-width:640px) {
  .home-slider-elements .wpb_text_column:last-child {
    padding-top:20% !important;
  }
}
