/*
 Theme Name:   PtG Business
 Description:  This is a Divi child theme
 Author:       Gaby P.
 Template:     Divi
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ptg
*/

/* Inline buttons and center*/
.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
  }
  .inline-buttons {
    text-align: center;
  }

/* change column order on mobile*/

@media (max-width: 980px) {
    .gpd-reverse-column {
        display: flex;
        flex-direction: column-reverse
    }
    }
    

/*make Divi Builder text style settings sticky on scroll*/
.mce-panel .mce-stack-layout-item.mce-first {
    position: sticky!important;
    top: -60px;
   }