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

@media only screen and (min-width: 1024px) {
	.single-line {
		display: block;
}
}

/* Button & Form Styling */
.elementor-button {
  transform: skew(-20deg);
}

.elementor-button .elementor-button-text {
  transform: skew(20deg);
}

.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;
}

/* ====== Form Styles ======*/

/* General Form Styles */

.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;
}

.gform_footer input[type="submit"] {
  background-color: transparent !important;
  background-image: url('https://firstus.com/wp-content/uploads/2024/04/button_angled.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;  
  border: none;
  width: 200px;
  max-width: 100%;
  color: var(--e-global-color-primary);
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
}

.gform_footer input[type="submit"]:hover {
  background-image: url('https://firstus.com/wp-content/uploads/2024/04/blue_button_angled-copy.svg');
  color: #ffffff;
}

.gform_confirmation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-family: "Work Sans", sans-serif !important; 
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}


/* Footer Form Styles */

#footer-form #field_2_5 {
  display: flex;
  align-items: center;
}

#footer-form #field_2_5 .ginput_container {
  width: 100%;
  font-weight: 600;
}

#footer-form .ginput_container input {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #9A9A9B;
  padding: 5px 0;
}

#footer-form .gform_footer input:focus-visible,
#footer-form .gform_footer input:focus{
	outline: none !important;
}

#footer-form .ginput_container input:focus-visible {
  outline: none;
  border-color: var(--e-global-color-accent);
}

#footer-form .ginput_container input:focus-visible::placeholder {
  opacity: .6;
  color: var(--e-global-color-primary);
}

#footer-form .ginput_container input::placeholder {
  color: #000;
  font-weight: 600;
  transition: .4s all ease;
}

#footer-form .gfield-choice-input {
  border-radius: 0;
}

#footer-form .gform_footer input[type="submit"] {
margin-top: 10px
}
/* … */