/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Jason Wydro
Author URI: https://onlinestrategypodcast.com
Description: Custom Elementor Theme
Tags: Custom
Version: 1.0.1648478572
Updated: 2022-03-28 14:42:52

*/

/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 641px) {
  
 body #gform_wrapper_2 { 
  max-width: 80%;
  margin: 0 auto;
 }
  
 body #gform_wrapper_2 .gfield .ginput_container,
 body #gform_wrapper_2 .gfield .gfield_description,
 body #gform_wrapper_2 div.ginput_complex label,
 body #gform_wrapper_2 input:not([type='radio']):not([type='checkbox']):not([type='submit']), 
 body #gform_wrapper_2 select, 
 body #gform_wrapper_2 textarea { 
  text-align:center;
 }
  
 body #gform_wrapper_2 .top_label .gfield .gfield_label {
  text-align: center;
  display: block;
 }
    
  body #gform_wrapper_2 .gform_footer,
  body #gform_wrapper_2 .gform_page_footer{
    text-align: center;
  }
  
}

