/* =================================================================================

  Project Information

  Theme Name: Price Modern 2025 Theme
  Theme URI: https://git.mindgrub.net/creative-engineering/MG WP Page Builder Theme#
  Description: Custom Wordpress theme
  Version: 1
  Author: Mindgrub
  Tags: html5, css, JavaScript
  Text Domain: pm2025

================================================================================= */

/* Service Request form - match input font size */
#gform_wrapper_3 {
	--gf-ctrl-font-size: 1.6rem;
	--gf-ctrl-placeholder-font-size: 1.6rem;
}

#gform_wrapper_3 input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#gform_wrapper_3 select,
#gform_wrapper_3 textarea {
	font-size: 1.6rem !important;
}

#gform_wrapper_3 input::placeholder,
#gform_wrapper_3 textarea::placeholder {
	font-size: 1.6rem !important;
}

#gform_wrapper_3 .gform-field-label--type-sub {
	font-size: 1.6rem !important;
}

/* Footer secondary menu - right justify */
.pm2025-footer__secondary-menu {
	text-align: right;
}

.pm2025-footer__menu--secondary {
	align-items: flex-end;
}

/* Homepage CTA overrides */
.home .pm2025-cta {
	padding-top: 50px;
}

.home .pm2025-cta__subheading {
	display: none;
}

.home .pm2025-cta__content {
	justify-content: center;
}

.home .pm2025-cta__content-inner-wrapper {
	padding-left: 0;
}
