/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

/* Custom Culsure Survey Portal Styles */

/* Logo width */
.navbar-brand img,
.custom-logo {
	width: 372px !important;
	height: auto !important;
}

/* Navbar padding */
nav#main-nav {
	padding: 30px;
}

/* Gravity Forms submit button */
input#gform_submit_button_1 {
	background: #0073aa;
}
input#gform_submit_button_1:hover {
	background: #04547a;
}

/* Bootstrap primary color override */
.bg-primary {
	background-color: #0073aa !important;
}
.btn-primary {
	background-color: #0073aa !important;
	border-color: #0073aa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #005a87 !important;
	border-color: #005a87 !important;
}
.text-primary {
	color: #0073aa !important;
}
a {
	color: #0073aa;
}
a:hover {
	color: #005a87;
}
.survey-header {
				background: #0073aa !important;
				padding: 20px 0;
				text-align: center;
			}
			.survey-header .container {
				display: inline-flex;
				align-items: center;
				justify-content: center;
				padding: 0 15px;
			}
			.survey-header .navbar-text {
				font-size: 4.5rem;
				font-weight: 600;
				color: #ffffff;
				margin-right: 15px;
				line-height: 1;
			}
			.survey-header .navbar-brand {
				display: inline-flex;
				align-items: center;
			}
			.survey-header .navbar-brand img {
				max-height: 80px;
				width: auto;
				vertical-align: middle;
			}
			.survey-container {
				width: 100%;
				height: calc(100vh - 140px);
				background-color: #ffffff;
			}
			.survey-frame {
				width: 100%;
				height: 100%;
				border: none;
			}
			@media (max-width: 768px) {
				.survey-header .navbar-text {
					font-size: 2rem;
				}
				.survey-header .navbar-brand img {
					max-height: 50px;
				}
			}