/*!
Theme Name: gorman
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gorman
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gorman is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}





.pum-container .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.pum-container .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
     .pum-container .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.pum-container p {
    font-size: clamp(0.96875rem, 0.9375rem + 0.1563vw, 1.125rem) !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.pum-container .wpcf7-form-control-wrap {
    position: relative;
}
.pum-container .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
   /* font-size: 1rem;*/
   font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid  #FFF;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    margin-top: 10px;
}
.pum-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    padding: .6rem .75rem;
}
.pum-container .wpcf7 input::placeholder,
.pum-container .wpcf7 textarea::placeholder {
    /*font-size: 14px;*/  
    font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
    font-weight: 500;  
    color: #fff;
    font-family: "Nunito Sans", Sans-serif; 
}


.pum-container .submit-btn {
    text-align: center;
    width: 100%;
}

/* Center the submit button */
.pum-container .wpcf7-submit {

    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    color: #0D71A2 !important;
    /*font-size: 13px !important;*/
    font-size: clamp(0.9375rem, 0.8942rem + 0.1923vw, 1.125rem);
    font-weight: 700 !important;
    padding: 10px 15px!important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.3sease-in-out !important;
    position: relative !important;
    text-transform: uppercase;
}

.pum-container .submit-btn p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pum-container .wpcf7-form-control:focus-visible {
    outline: none;
}
.pum-container .wpcf7-form-control{
    color: #fff;
    font-family: Nunito Sans;
}
.pum-container .wpcf7-spinner{
    margin: 0
}
.pum-container {
	background-color: #0D71A2;
}


.add-image:after {
    content: '';
    width: 250px;
    height: 80px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/03/Logo.png);
    position: absolute;
    bottom: 4%;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (max-width: 1024px){
  .add-image:after {
   width: 196px;
    height: 60px;
  }
}