/* 
Theme Name: Priority Marketing Child
Theme URI: https://www.prioritymarketing.com/
Description: Fast, fully customizable & beautiful theme suitable for business websites. It is very lightweight and offers unparalleled speed. Built with SEO in mind. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Priority Marketing.
Author: Priority Marketing
Author URI: https://www.prioritymarketing.com/
Template: priority-marketing
Version: 2.0.0
Text Domain: priority-marketing-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/

/* || CUSTOM PAGE TEMPALTE STYLING & UTILITIES */
#content, #pmRoot {
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.home #content {
  max-width: unset !important;
  margin: unset !important;
  padding: unset !important;
}


p:last-child {
    margin: 0 !important;
}

#pmRoot ul, #pmRoot ol {
  margin-bottom: .9rem !important;
}

/* Button & Form Styling */
.elementor-button {
  
}

.elementor-button:hover, .gform_button:hover {
  
}

.gform_button {
  font-family: var(--e-global-typography-accent-font-family ), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size ) !important;
  font-weight: var(--e-global-typography-accent-font-weight ) !important;
  background-color: var(--e-global-color-accent ) !important;
  border: unset !important;
}

.gform_confirmation_message {
  background-color: #f9f9f9 !important;
  padding: 1rem !important;
  border: 3px solid rgba(104, 195, 163) !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.white label, .white legend, .white .gfield_required {
  color: #fff !important;
}

.white input, .white textarea {
  font-size: 22px !important;
}

.white .gform_button {
  background-color: #87BAC7 !important;
  color: var(--e-global-color-primary) !important;
  border: unset !important;
  margin: 0 auto !important;
}

.white .gform_button:hover {
  background-color: #fff !important;
  color: var(--e-global-color-primary) !important;
}

.white input::placeholder{
  font-size: 25px !important;
  color: #ADADAD !important;
}
/* … */