/*
Theme Name: Best Masters Programs
Theme URI: https://www.presstitan.com
Template: marketers-delight
Author: David Krug
Author URI: https://www.presstitan.com
Description: BMP is a theme that builds its layout around your content. Built with simplicity, readability, and efficiency in mind, BMP is a fast-loading theme that will look stunning on any screen device. You can also build custom layouts right from the Edit Post/Page screen.
Version: 4.8.2.2.1532094795
Updated: 2018-07-20 13:53:15

*/
/* Adjusting placement of DF widget for the homepage*/
@media screen and (max-width: 899px) {
    #content-5 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      /* optional */
    }
  
    .content-item-text h1 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
    }

    #degree-finder {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
      }
    }