/*
Theme Name: Wizzie Child Theme
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: http://wordpress-style.net
Template: Divi
Version: 2.0
*/
/* Start your custom CSS bellow this comment
============================================ */

@media (min-width: 981px) {
    .fetch-print h2 {
        white-space: nowrap;
    }
}

/* 1501px – 1700px */
/*@media (min-width: 1501px) and (max-width: 1700px) {*/
/*    .et_pb_text.fetch-print h2 {*/
/*        font-size: 40px;*/
/*    }*/
/*}*/

/* 1201px – 1500px */
/*@media (min-width: 1201px) and (max-width: 1500px) {*/
/*    .et_pb_text.fetch-print h2 {*/
/*        font-size: 34px;*/
/*    }*/
/*}*/

/* 981px – 1200px */
/*@media (min-width: 981px) and (max-width: 1200px) {*/
/*    .et_pb_text.fetch-print h2 {*/
/*        font-size: 28px;*/
/*    }*/
/*}*/
