/*
Theme Name:  Andy's Glass
Theme URI:   https://wpmechanic.pro
Author:      WP Mechanic
Author URI:  https://wpmechanic.pro
Description: Custom built WordPress theme.
Template:    WPM-Framework
Version:     1.0.0
Text Domain: custom
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**********************************************************
// Body
**********************************************************/
body {
	background: #FFF;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2F3A43;
	}

a { color: #004D7A; }
a:hover { color: #E20916; }

.Content { padding: 30px 10px; }

.Gradient-Section {
	margin: 20px auto 30px auto;
	padding: 20px;
	width: 100%;
	max-width: 750px;
	background: #FFF;
	background: -moz-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	background: linear-gradient(to bottom, #D2EAF8 0%, #FFF 100%);
	background: -webkit-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2EAF8', endColorstr='#FFF',GradientType=0 );
	border-radius: 4px;
	font-weight: 500;
	}

/**********************************************************
// Mobile Navigation
**********************************************************/
.Mobile-Nav {
	background: #004D7A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	}

.Mobile-Nav a { color: #FFF; }
.Mobile-Nav li.current-menu-item > a,
.Mobile-Nav li.current-menu-item > a:hover {
	background-color: #FFF;
	font-weight: 700;
	color: #E20916;
	}

.Mobile-Nav-Logo {
	padding: 30px 20px;
	background: #FFF;
	background: -moz-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	background: linear-gradient(to bottom, #D2EAF8 0%, #FFF 100%);
	background: -webkit-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2EAF8', endColorstr='#FFF',GradientType=0 );
	border-top: 1px solid #EBF7FE;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

.Mobile-Nav-Close { background: rgba(255, 255, 255, 0.85); }

/**********************************************************
// Header
**********************************************************/
.Header {
	padding: 15px 10px;
	text-align: center;
	position: fixed;
	z-index: 9000;
	right: 0;
	left: 0;
	top: 0;
	}

body.admin-bar .Header { top: 32px; }

.Header-Spacer { height: 130px; }

.Header-BG {
	opacity: 1;
	background: #FFF;
	background: -moz-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	background: linear-gradient(to bottom, #D2EAF8 0%, #FFF 100%);
	background: -webkit-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2EAF8', endColorstr='#FFF',GradientType=0 );
	border-top: 1px solid #EBF7FE;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Header-Inner {
	margin: auto;
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 2000;
	}

.Header-Logo {
	margin: auto;
	text-align: left;
	display: inline-block;
	line-height: 0;
	font-size: 0;
	float: left;
	}

.Header-Logo img {
	width: auto;
	height: auto;
	max-height: 100px;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	}

.Header-Right {
	margin-top: 30px;
	float: right;
	}

/**********************************************************
// Header >> Scroll
**********************************************************/
.Header.Scroll {
	padding: 10px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #FFF;
	}

.Header.Scroll .Header-BG { opacity: 0; }

.Header.Scroll .Header-Logo img {
	width: auto;
	max-width: 230px;
	}

.Header.Scroll .Header-Right { margin-top: 10px; }

/**********************************************************
// Header >> Nav
**********************************************************/
.Header-Nav {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	}

.Header-Nav *,
.Header-Nav *:before,
.Header-Nav *:after {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.Header-Nav > div > ul > li {
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

.Header-Nav > div > ul > li:first-child { margin-left: 0; }
.Header-Nav > div > ul > li:last-child { margin-right: 0; }

.Header-Nav a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	color: #004D7A;
	display: block;
	}

.Header-Nav > div > ul > li > a:hover,
.Header-Nav > div > ul > li.menu-item-has-children > a:hover:after {
	text-decoration: none;
	color: #E20916;
	}

.Header-Nav > div > ul > li.current-menu-item > a,
.Header-Nav > div > ul > li.current-menu-item.menu-item-has-children > a:after {
	color: #E20916;
	}

.Header-Nav > div > ul > li.menu-item-has-children > a:after {
	content: "\f0d7";
	margin-left: 7px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 10px;
	color: #004D7A;
	position: relative;
	top: -2px;
	}

.Header-Nav li.Button a {
	margin: auto;
	padding: 10px 20px;
	line-height: 1.5em;
	background: #3DDF6F;
	background: -moz-linear-gradient(top, #3DDF6F 0%, #1FCE54 100%);
	background: linear-gradient(to bottom, #3DDF6F 0%, #1FCE54 100%);
	background: -webkit-linear-gradient(top, #3DDF6F 0%, #1FCE54 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3DDF6F', endColorstr='#1FCE54',GradientType=0 );
	color: #FFF !important;
	border-radius: 5px;
	display: inline-block;
	}

.Header-Nav li.Button a:hover {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	color: #FFF;
	}

.Header-Nav li.Button a:active {
	background: #1FCE54;
	background: -moz-linear-gradient(top, #1FCE54 0%, #3DDF6F 100%);
	background: linear-gradient(to bottom, #1FCE54 0%, #3DDF6F 100%);
	background: -webkit-linear-gradient(top, #1FCE54 0%, #3DDF6F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1FCE54', endColorstr='#3DDF6F',GradientType=0 );
	}

.Header-Nav li:hover > ul { display: block; opacity: 1; }
.Header-Nav li ul {
	margin-top: 0;
	margin-left: -90px;
	padding-top: 10px;
	width: 180px;
	display: none;
	opacity: 0;
	animation: Grow_Down 300ms ease-in-out forwards;
	transform-origin: top center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: left;
	position: absolute;
	z-index: 3000;
	left: 50%;
	}

@keyframes Grow_Down {
      0% { transform: scaleY(0)   }
     80% { transform: scaleY(1.1) }
    100% { transform: scaleY(1)   }
	}

.Header-Nav li > ul li:hover { background: #006AA9; }
.Header-Nav li > ul li {
	margin: 0;
	height: auto;
	border-bottom: 1px solid #FFF;
	background: #004D7A;
	color: #FFF;
	overflow: hidden;
	display: block;
	}

.Header-Nav li > ul li:last-child { border-bottom: 0; }

.Header-Nav li > ul > li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.Header-Nav li > ul > li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.Header-Nav li > ul li.menu-item-has-children > a:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 10px;
	color: #FFF;
	opacity: 0.5;
	position: absolute;
	right: 8px;
	top: 5px;
	}

.Header-Nav li > ul li.current-menu-item > a {
	background: #E20916;
	}

.Header-Nav li ul li a:hover { color: #FFF; }
.Header-Nav li > ul li a {
	padding: 6px;
	line-height: 24px;
	font-weight: 600;
	font-size: 12px;
	display: block;
	color: #FFF;
	position: relative;
	}

.Header-Nav li:hover > ul > li:hover ul { display: block; }
.Header-Nav li ul li ul li { padding-left: 5px; }
.Header-Nav li ul li ul {
	margin: 0;
	padding-left: 1px;
	width: 180px;
	display: none;
	position: absolute;
	left: 180px;
	top: 0px;
	}

.Header-Nav li.Icon-Auto > a:before,
.Header-Nav li.Icon-Residential > a:before,
.Header-Nav li.Icon-Business > a:before,
.Header-Nav li.Icon-Custom > a:before {
	margin-right: 6px;
	width: 26px;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 12px;
	display: inline-block;
	}

.Header-Nav li.Icon-Auto > a:before        { content: "\f1b9"; }
.Header-Nav li.Icon-Residential > a:before { content: "\e00d"; }
.Header-Nav li.Icon-Business > a:before    { content: "\f1ad"; }
.Header-Nav li.Icon-Custom > a:before      { content: "\f055"; }

.Header-Nav li.Icon-Auto > a:hover:before,
.Header-Nav li.Icon-Residential > a:hover:before,
.Header-Nav li.Icon-Business > a:hover:before,
.Header-Nav li.Icon-Custom > a:hover:before { font-size: 14px; }

/**********************************************************
// Header >> Nav: Menu
**********************************************************/
.Header-Nav-Menu:hover { color: #E20916; }
.Header-Nav-Menu {
	margin: auto;
	padding: 0;
	width: auto;
	text-transform: uppercase;
	display: none;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	color: #004D7A;
	}

.Header-Nav-Menu-Icon {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Nav-Menu-Text {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Footer >> Top
**********************************************************/
.Footer-Top {
	padding: 30px 10px;
	background: #004D7A;
	background: -moz-linear-gradient(top, #004D7A 0%, #0473B4 100%);
	background: linear-gradient(to bottom, #004D7A 0%, #0473B4 100%);
	background: -webkit-linear-gradient(top, #004D7A 0%, #0473B4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004D7A', endColorstr='#0473B4',GradientType=0 );
	border-top: 5px solid #D2EAF8;
	color: #FFF;
	font-size: 0;
	text-align: center;
	}

.Footer-Top-Section {
	margin: 0 1%;
	width: 31.3%;
	max-width: 350px;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Top-Section a { color: #FFF; }
.Footer-Top-Section a:hover { color: #E20916; }

/**********************************************************
// Footer >> Top >> Box
**********************************************************/
.Footer-Top-Box {
	margin: 10px auto 0 auto;
	padding: 0 0 10px 0;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	font-size: 0;
	}

.Footer-Top-Box h3 {
	padding: 10px;
	background: rgba(0, 0, 0, 0.225);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	}

/**********************************************************
// Footer >> Top >> Hours
**********************************************************/
.Footer-Top-Hours-Text {
	padding: 10px 10px 0 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 14px;
	}

/**********************************************************
// Footer >> Top >> Map
**********************************************************/
.Footer-Top-Map {
	margin: 0 auto 2px auto;
	background: #FFF;
	border: 2px solid #004D7A;
	border-radius: 5px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
			box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	}

.Footer-Top-Map:hover span { opacity: 1; }
.Footer-Top-Map span {
	padding: 55px 10px 10px 10px;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 40px;
	font-weight: 600;
	font-size: 30px;
	color: #FFF;
	background: rgba(0, 77, 122, 0.75);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Footer >> Top >> Contact
**********************************************************/
.Footer-Top-Contact {
	margin-top: 0;
	padding: 0;
	}

.Footer-Top-Contact li {
	margin: auto;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	}

.Footer-Top-Contact li:last-child { border-bottom: 0; }

.Footer-Top-Contact-Icon {
	width: 20%;
	text-align: center;
	line-height: 1em;
	font-size: 20px;
	}

.Footer-Top-Contact-Text {
	padding-left: 10px;
	width: 80%;
	line-height: 1.5em;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	}

.Footer-Top-Contact-Text small { font-size: 10px; }

/**********************************************************
// Footer >> Top >> Social
**********************************************************/
.Footer-Top-Social {
	margin: auto;
	text-align: center;
	}

.Footer-Top-Social-Icons li {
	margin: 10px 10px 0 10px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Top-Social-Icons li a span { display: none; }
.Footer-Top-Social-Icons li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	background: #FFF;
	font-size: 20px;
	color: #004D7A;
	display: block;
	}

.Footer-Top-Social-Icons li a:hover {
	background: #E20916;
	color: #FFF !important;
	}

.Footer-Top-Social-Button li { margin-top: 10px; }
.Footer-Top-Social-Button li a {
	width: 100%;
	height: 38px;
	text-align: left;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.1);
	color: #FFF;
	overflow: hidden;
	display: block;
	}

.Footer-Top-Social-Button li a > i {
	width: 20%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: rgba(0, 0, 0, 0.225);
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.Footer-Top-Social-Button li a span {
	padding-left: 20px;
	width: 80%;
	line-height: 38px;
	border-left: 3px solid #0473B4;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Top-Social-Button li a span i {
	margin-left: 3px;
	font-size: 12px;
	position: relative;
	left: 0;
	}

.Footer-Top-Social-Button li a:hover span i { left: 5px; }
.Footer-Top-Social-Button li a:hover {
	background: #E20916;
	color: #FFF !important;
	}

/**********************************************************
// Footer >> Top >> Nav
**********************************************************/
.Footer-Top-Nav {
	margin: auto;
	padding: 0;
	}

.Footer-Top-Nav li {
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.18em;
	font-weight: 600;
	font-size: 14px;
	}

.Footer-Top-Nav li:last-child { border-bottom: 0; }

.Footer-Top-Nav li a:hover { background: rgba(0, 0, 0, 0.05); }
.Footer-Top-Nav li a {
	padding: 10px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}

/**********************************************************
// Footer
**********************************************************/
.Footer a { color: #FFF; }
.Footer a:hover { color: #E20916; }
.Footer {
	padding: 20px 10px;
	line-height: 1.5em;
	background: #013A5C;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
	}

/**********************************************************
// Post >> Elements
**********************************************************/
.post { margin-bottom: 40px; }
article.post:last-child { margin-bottom: 0; }
article:last-child .post { margin-bottom: 0; }

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { padding: 15px 0; }

.post blockquote p:first-child { padding-top: 0; }
.post blockquote p:last-child { padding-bottom: 0; }
.post blockquote {
	margin: 10px auto;
	padding: 0 20px;
	line-height: 24px;
	border-left: 3px solid #004D7A;
	font-style: italic;
	font-size: 18px;
	display: block;
	}

.post p {
	margin: auto;
	padding: 10px 0;
	line-height: 1.5em;
	}

.post .Width-750 {
	margin: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 770px;
	}

.post .Width-1280 {
	margin: auto;
	width: 100%;
	max-width: 1280px;
	}

.post .Title {
	margin: auto;
	padding: 10px 0 !important;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: initial;
	text-align: center;
	font-weight: 600;
	font-size: 34px;
	}

.post .Subtitle {
	margin: auto;
	padding: 10px 0 !important;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: initial;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	}

.post .Line {
	margin: 30px auto;
	width: 100%;
	max-width: 750px;
	height: 2px;
	border: 0;
	}

.post ol {
	margin-left: 20px;
	padding-left: 2px;
	list-style: decimal;
	}

.post ul {
	margin-left: 15px;
	padding-left: 2px;
	list-style: disc;
	}

/*.post ul li:before {
	content: "\f111";
	font: normal normal normal 7px/1 FontAwesome;
	color: #777;
	position: absolute;
	top: 8px;
	left: 0;
	}*/

.post ul li {
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	position: relative;
	}

.post ol li {
	margin-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	line-height: 22px;
	position: relative;
	}

/**********************************************************
// Slick Slideshow
**********************************************************/
.slick-slide:focus { outline: 0; }

.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	z-index: 2000;
	}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 50px;
	}

/**********************************************************
// Gutenberg Block >> Alignment
**********************************************************/
.post .alignwide {
	margin-left: -80px;
	margin-right: -80px;
	}

.post .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
	margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
	max-width: 100vw !important;
	min-width: 100vw !important;
	}

.alignfull > img { width: 100vw; }

body .wp-block-pgcsimplygalleryblock-grid {
	margin: 20px auto 40px auto !important;
	width: 100%;
	max-width: 1280px;
	}

.wp-block-image img { border-radius: 4px; }
.wp-block-image .aligncenter { padding: 0 10px; }

/**********************************************************
// Gutenberg Block >> Gallery
**********************************************************/
.wp-block-gallery li { padding: 0 !important; }
.wp-block-gallery li:before { display: none; }
.wp-block-gallery img { margin: auto; }

/**********************************************************
// Gutenberg Block >> Colors
**********************************************************/
.has-black-background-color { background-color: #000; }
.has-white-background-color { background-color: #FFF; }
.has-dark-background-color  { background-color: #2F3A43; }
.has-blue-background-color  { background-color: #004D7A; }
.has-red-background-color   { background-color: #E20916; }
.has-green-background-color { background-color: #3DDF6F; }
.has-light-blue-background-color { background-color: #D2EAF8; }

.has-black-color { color: #000; }
.has-white-color { color: #FFF; }
.has-dark-color  { color: #2F3A43; }
.has-blue-color  { color: #004D7A; }
.has-red-color   { color: #E20916; }
.has-green-color { color: #3DDF6F; }
.has-light-blue-color { color: #D2EAF8; }

/**********************************************************
// Excerpt
**********************************************************/
.Excerpt-Title a { color: #777; }
.Excerpt-Title a:hover { color: #999; }

.Excerpt-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	}

.Excerpt-Date {
	margin: auto;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #888;
	}

/**********************************************************
// Entry
**********************************************************/
.Entry-Thumb {
	margin-top: 10px;
	text-align: center;
	}

.Entry-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	}

.Entry-Date {
	margin: auto;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #888;
	}

/**********************************************************
// Post >> Nav
**********************************************************/
.Post-Nav {
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	}

.Post-Nav-Link {
	margin: 0 5%;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav a {
	height: 24px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	}

.Post-Nav a:hover {
	text-decoration: none;
	color: #555;
	}

.Post-Nav span {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav-Next span:first-child { margin-right: 10px; }
.Post-Nav-Next span:first-child i {
	font-size: 12px;
	position: relative;
	top: 0;
	}

.Post-Nav-Prev span:last-child { margin-left: 10px; }
.Post-Nav-Prev span:last-child i {
	font-size: 12px;
	position: relative;
	top: 0;
	}

/**********************************************************
// Page >> Titles
**********************************************************/
.Page-Title {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: initial;
	text-align: center;
	font-weight: 600;
	font-size: 34px;
	color: #004D7A;
	}

.Page-Subtitle {
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	}

/**********************************************************
// Gravity Forms
**********************************************************/
.gform_wrapper {
    margin: 0 auto !important;
	padding: 0 10px !important;
    max-width: 720px !important;
    }

.gform_wrapper ul.gform_fields { padding-left: 0 !important; }
.gform_wrapper .gform_title { display: none; }

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    letter-spacing: 1px;
    font-size: 14px;
	color: #004D7A;
    }

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    padding: 10px;
    width: 99.2% !important;
    border: 0;
	line-height: 1.5em;
    background: #F4F4F4;
    color: #0C2A37;
    font-size: 16px;
    }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px;
	line-height: 1.5em;
	}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url] {
    padding: 10px;
    border: 0;
    background: #F4F4F4;
    color: #2F3A43;
    font-size: 16px;
    }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper textarea {
    padding: 10px;
    border: 0;
	border-radius: 4px;
    background: #F4F4F4;
    color: #2F3A43;
    font-size: 16px;
    }

.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-top: -3px !important;
	-webkit-appearance: radio;
    }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: -3px !important;
	-webkit-appearance: checkbox;
    }

.gform_wrapper ::-webkit-input-placeholder { color: #2F3A43; }
.gform_wrapper :-moz-placeholder           { color: #2F3A43; }
.gform_wrapper ::-moz-placeholder          { color: #2F3A43; }
.gform_wrapper :-ms-input-placeholder      { color: #2F3A43; }

.gform_wrapper .gform_footer { text-align: center; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
	margin: auto !important;
    padding: 15px 30px;
    border: 0;
    background: #E20916;
    color: #FFF;
	border-radius: 4px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
    font-size: 14px !important;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
    }

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	background: #F2212E;
	color: #FFF;
    }

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	line-height: 30px;
	font-weight: bold;
    font-size: 20px;
    }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	padding: 0 10px !important;
	max-width: 100% !important;
	}

body .gform_wrapper li.gfield_error textarea { border: 1px solid #790000 !important; }

.gform_wrapper ul.gform_fields li.gfield.gsection {
	padding-left: 15px !important;
	padding-right: 15px !important;
	}

body .gform_wrapper .gsection {
	margin: 16px auto !important;
    padding: 15px 15px !important;
	width: 100%;
	background: #D2EAF8;
    /*background: -moz-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	background: linear-gradient(to bottom, #D2EAF8 0%, #FFF 100%);
	background: -webkit-linear-gradient(top, #D2EAF8 0%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2EAF8', endColorstr='#FFF',GradientType=0 );*/
	border: 0 !important;
    border-radius: 4px;
    color: #2F3A43;
	}

body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gsection_title {
	padding: 5px 0 !important;
	border-bottom: 0;
	color: #004D7A;
	}

body .gform_button_select_files {
	padding: 15px 30px;
	background: #004D7A;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
    font-size: 14px !important;
	border: 0 !important;
    border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}

body .gform_button_select_files:hover {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	background: #0A6092;
	color: #FFF;
	}

body .gfield_description { line-height: 1.5em !important; }

body .ginput_container_consent { margin-top: 10px; }
