/* 
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;
	overflow: hidden !important;
}

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

html {
  scroll-padding-top: 180px;
}


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

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .mobile-only {
        display: none;
    }
}

/* Button & Form Styling */
.elementor-button:hover .elementor-button-icon {
  transform: translateX(10px) !important;
}

.elementor-button-icon {
  transition: .4s all ease !important;
}

.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;
}
/* … */