/*
Theme Name: Ryno Blocks Builder
Theme URI: http://rynoss.com
Author: RYNO Strategic Solutions
Author URI: http://rynoss.com
Description: RYNO ACF Block theme for landing pages, with a modified version of Theme3 as a foundation
Version: 1.0.0
Text Domain: ryno_blocks_builder
*/

.proudly-serving-section {
    background-position: bottom;
}
@media (min-width: 992px) {
    .service-form-section .gform_wrapper .gchoice input {
        right: -10px;
    }
}
.google-icon {
    height: 50px;
    top: -5px;
    position: relative;
}

.copyright p a {
	text-decoration: underline !important;
}
.copyright button {
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .footer .footer-box--3 p {
        text-align: center !important;
    }
    .footer .footer-box--3,
    .footer .footer-box--2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.footer .footer-box--2 {
		padding-right: calc(var(--bs-gutter-x)/2);
		padding-left: calc(var(--bs-gutter-x)/2);
	}
}