/*
 Theme Name: Divi Child
 Descrciption: Divi Custom Child Theme
 Author: Peralta Design
 Template: Divi
*/

@media only screen and (min-width: 1500px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (min-width: 981px) and (max-width: 1272px) {
}

@media only screen and (min-width: 981px) {
  /*.et_pb_section_video_bg {
        overflow: visible;
        top: -100px;
    }*/
}

/* IPAD HORIZONTAL */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
}

@media only screen and (min-width: 981px) and (max-width: 1046px) {
}

@media only screen and (max-width: 980px) {
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }

  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
}
