/*
 Theme Name:   Hind Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hind Child Theme
 Author:       Alberto Perojo
 Author URI:   http://example.com
 Template:     hind
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hind-child
*/


.footer-copyright,
.footer-contact,
.footer-follow {
  display: none;
}

footer {
  /* display: none; */
  padding: 0 0 20px 0;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  color: rgb(222, 222, 221);
  background: none;
}

.footer-rgpd {
  text-align: center !important;
  margin-top: 40px !important;
  font-family: Roboto;
  font-size: 13px !important;
  font-weight: 400;
  color: rgb(222, 222, 221);
  background: none;
}

.footer-rgpd a {
  color: rgb(222, 222, 221);
}

body:not(.home) footer {
  display: none;
}

@media (max-width: 1700px) {

  #rev_slider_1_1_wrapper {
    min-height: 1000px !important;
	}

  .footer-rgpd {
    padding-top: 100px;
  }
}

@media (max-width: 1500px) {

  #rev_slider_1_1_wrapper {
    min-height: 900px !important;
	}


}


@media (max-width: 420px) {

  footer {
    margin-top: -30px;
  }
  /* .footer-rgpd {
    padding-top: 20px !important;
  } */
}