/*!
Theme Name: Alliant Aviation
Theme URI: https://www.flyalliant.com
Author: High Mountain Media
Author URI: https://www.highmountainmedia.com
Description: Custom theme for Alliant Aviation
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: flyalliant
Tags: Alliant Aviation

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

Alliant Aviation 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

--------------------------------------------------------------*/
/* Bootstrap
--------------------------------------------- */
.font-secondary {
  font-family: "Roboto Condensed", "Hind", "Helvetica Neue", sans-serif !important;
}

/*--------------------------------------------------------------
# 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Icons
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Hind", "Helvetica Neue", sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Hind", "Helvetica Neue", sans-serif !important;
  font-weight: 600;
  color: #242424;
}

.widget-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 30px;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Hind", "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.post, body.page, body.error404, body.search {
  margin: 0;
}
@media (max-width: 575.98px) {
  body.post, body.page, body.error404, body.search {
    margin: 0;
  }
}
body.home {
  margin: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0e5aa7;
  text-decoration: none;
  transition: 0.4s;
}
a:visited {
  color: #0d4582;
}
a:hover, a:focus, a:active {
  color: #0a4178;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.home a {
  color: #404040;
}
.home a:hover {
  color: #0e5aa7;
}

.link-more {
  position: relative;
  line-height: 20px;
}
.link-more:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #0e5aa7;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%230e5aa7" d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style input[type=url],
.with_frm_style input[type=password],
.with_frm_style input[type=search],
.with_frm_style input[type=number],
.with_frm_style input[type=tel],
.with_frm_style input[type=range],
.with_frm_style input[type=date],
.with_frm_style input[type=month],
.with_frm_style input[type=week],
.with_frm_style input[type=time],
.with_frm_style input[type=datetime],
.with_frm_style input[type=datetime-local],
.with_frm_style input[type=color],
.with_frm_style textarea {
  color: #666;
  border: 1px solid #ccc;
}
.with_frm_style input[type=text]:focus,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=url]:focus,
.with_frm_style input[type=password]:focus,
.with_frm_style input[type=search]:focus,
.with_frm_style input[type=number]:focus,
.with_frm_style input[type=tel]:focus,
.with_frm_style input[type=range]:focus,
.with_frm_style input[type=date]:focus,
.with_frm_style input[type=month]:focus,
.with_frm_style input[type=week]:focus,
.with_frm_style input[type=time]:focus,
.with_frm_style input[type=datetime]:focus,
.with_frm_style input[type=datetime-local]:focus,
.with_frm_style input[type=color]:focus,
.with_frm_style textarea:focus {
  color: #111;
}
.with_frm_style select {
  border: 1px solid #ccc;
}
.with_frm_style textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  background: transparent;
  transition: 0.4s;
  /*#header-top {

  	#header-top-inner {
  		border-bottom: 1px solid $color__border-line;
  	}

  	#top-left-nav {
  		height: 100%;

  		ul {
  			list-style: none;
  			margin: 0;
  			padding: 0;
  			display: flex;

  			li {
  				margin-right: 20px;

  				a {
  					font-size: 12px;
  					line-height: 36px;
  					color: #000;

  					&:hover {
  						color: $color__text-secondary;
  					}
  				}
  			}
  		}
  	}

  	#header-social {
  		display: flex;
  		justify-content: flex-end;
  		align-items: center;
  		height: 100%;

  		a {
  			position: relative;
  			font-size: 14px;
  			width: 20px;
  			height: 20px;
  			color: $color__text-light;
  			text-align: center;
  			display: flex;
  			justify-content: center;
  			align-items: center;

  			&:hover {
  				color: $color__text-secondary;
  			}

  			i {

  			}
  		}
  	}
  }*/
}
#fixed-header.scrolled {
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}
#fixed-header.scrolled #header-mid {
  height: 80px;
}
#fixed-header.scrolled #header-mid .custom-logo-link {
  height: 60px;
}
@media (max-width: 575.98px) {
  #fixed-header {
    position: relative;
  }
}
#fixed-header #header-mid {
  height: 150px;
  padding: 0 50px;
  transition: 0.4s;
}
@media (min-width: 576px) {
  #fixed-header #header-mid.scrolled {
    height: 70px;
  }
}
#fixed-header #header-mid .custom-logo-link {
  display: block;
  height: 120px;
}
#fixed-header #header-mid .custom-logo-link .custom-logo {
  width: auto;
  height: 100%;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  #fixed-header #header-mid .custom-logo-link .custom-logo {
    max-width: 100px;
  }
}
#fixed-header #header-mid #custom-logo-icon {
  display: none;
}
#fixed-header #header-mid #custom-logo-icon img {
  height: 70px;
}
#fixed-header #header-bottom {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#fixed-header #mobile-nav-icon {
  display: flex;
  height: 44px;
  justify-content: flex-end;
  align-items: center;
}
#fixed-header #mobile-nav-icon i {
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #fixed-header #mobile-nav-icon {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #fixed-header #mobile-nav-icon {
    padding-right: 8px;
  }
}

#footer {
  background: #ccc;
  font-size: 14px;
  color: #676767;
}
#footer h5 {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 1.5em;
  color: #404040;
  line-height: 40px;
}
#footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  border-top: 2px solid #0e5aa7;
}
#footer .widget {
  margin: 0 0 0.5em;
}
#footer a {
  color: #404040;
}
#footer a:hover {
  color: #0e5aa7;
}
#footer #site-info {
  color: #676767;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(128, 128, 128, 0.2);
}
@media (max-width: 575.98px) {
  #footer #site-info {
    padding: 10px;
    height: auto;
    text-align: center;
    line-height: normal;
  }
}
#footer .sep {
  padding: 0 5px;
  font-size: 9px;
  vertical-align: middle;
}
#footer .site-extra a {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  #footer .site-extra a {
    margin: 0 10px;
  }
}
#footer .footer-social a {
  margin-right: 10px;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#primary-nav ul > li {
  position: relative;
  transition: 0.3s;
}
#primary-nav ul > li.nav-last {
  margin-left: 20px;
  background-color: #0e5aa7;
  border-radius: 0.375rem;
}
#primary-nav ul > li.nav-last:hover {
  background-color: #0a4178;
}
#primary-nav ul > li.nav-last a {
  color: #fff;
  padding: 12px 20px 12px 20px;
}
#primary-nav ul > li.nav-last a:hover {
  color: #fff;
}
#primary-nav ul > li.nav-last:before {
  display: none;
}
#primary-nav ul > li.nav-last.current-menu-item a {
  color: #e0e0e0;
}
#primary-nav ul > li:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 6px;
  height: 0;
  width: 20px;
  border-bottom: 2px solid #ccc;
  transition: 0.3s;
}
#primary-nav ul > li:hover:before {
  width: 80%;
  border-bottom: 2px solid #0e5aa7;
}
#primary-nav ul > li > a {
  display: block;
  font-family: "Roboto Condensed", "Hind", "Helvetica Neue", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 40px 12px 20px;
  color: #000;
}
#primary-nav ul > li > a:hover {
  color: #0e5aa7;
}
@media (max-width: 1199.98px) {
  #primary-nav ul > li > a {
    padding: 12px 20px 12px 20px;
  }
}
#primary-nav ul > li.current-page-parent > a {
  color: #0e5aa7;
}
#primary-nav ul > li.current-menu-item a {
  color: #0e5aa7;
}
#primary-nav ul > li.current-menu-item.menu-item-has-children li a {
  color: #000;
}
#primary-nav ul > li.current-menu-item.menu-item-has-children li a:hover {
  color: #0e5aa7;
}
#primary-nav ul > li.nav-callout {
  background-color: #0e5aa7;
}
#primary-nav ul > li.nav-callout > a {
  color: #fff;
}
#primary-nav ul > li.nav-callout:hover:before {
  width: 80%;
  border-top: 2px solid #e0e0e0;
}
#primary-nav ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fff;
  min-width: 200px;
  z-index: 9999;
}
#primary-nav ul > li ul li {
  border-bottom: 1px solid #e0e0e0;
  border-right: 0;
}
#primary-nav ul > li ul li:first-child {
  border-left: 0;
}
#primary-nav ul > li ul li:before {
  display: none;
}
#primary-nav ul > li ul li:hover {
  border-bottom: 1px solid #0e5aa7;
}
#primary-nav ul > li ul li a {
  padding: 2px 0 0;
  font-family: "Hind", "Helvetica Neue", sans-serif !important;
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
  display: block;
  line-height: 30px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  #primary-nav {
    display: none;
  }
}

#mobile-nav {
  position: relative;
}
#mobile-nav .menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  background-color: #fff;
  width: 100%;
}
#mobile-nav .menu li a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
}
#mobile-nav .menu li span {
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 12px;
  font-size: 18px;
  cursor: pointer;
}
#mobile-nav .menu li span i {
  font-size: 10px;
}
#mobile-nav .menu li span:hover {
  color: #0e5aa7;
}
#mobile-nav .menu li.current-page-parent > a {
  color: #0e5aa7;
}
#mobile-nav .menu li.current-menu-item a {
  color: #0e5aa7;
}
#mobile-nav .menu li.current-menu-item.menu-item-has-children li a {
  color: #000;
}
#mobile-nav .menu li.current-menu-item.menu-item-has-children li a:hover {
  color: #0e5aa7;
}
#mobile-nav .menu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-nav .menu li ul li a {
  padding: 10px 40px;
  font-size: 13px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  padding: 3em 0 1.5em;
}

.search .entry-summary {
  padding: 0 0;
}
.search article {
  min-height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.home .entry-header {
  display: none;
}
.home .entry-content {
  padding: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-top: 100px;
  background-position: center;
  background-size: cover;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.page-header h1 {
  color: #fff;
  font-size: 46px;
}
@media (max-width: 767.98px) {
  .page-header {
    padding-top: 25%;
  }
}

.page-header-blank {
  padding-top: 15%;
  background-color: #e0e0e0;
}
@media (max-width: 767.98px) {
  .page-header-blank {
    padding-top: 25%;
  }
}

.entry-header {
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
.entry-header h1.entry-title {
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .entry-header h1.entry-title {
    padding: 30px 0 0;
  }
}

#secondary {
  padding: 3.5em 0 0;
}

@media (max-width: 575.98px) {
  .yoast-breadcrumbs {
    display: block;
    padding-bottom: 26px;
  }
  .yoast-breadcrumbs a, .yoast-breadcrumbs span {
    font-size: 0.75rem;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget .menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.widget .menu li a {
  display: inline-block;
}

#footer .menu li a {
  margin-bottom: 10px;
}

#secondary .menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
#secondary .menu li {
  transition: 0.3s;
  border-bottom: 1px solid #e0e0e0;
}
#secondary .menu li a {
  padding: 10px 0;
  font-family: "Hind", "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: normal;
  text-transform: none;
  color: #000;
}
#secondary .menu li a:hover {
  color: #0e5aa7;
}
#secondary .menu li a:visited {
  color: #000;
}
#secondary .menu li.current-menu-item {
  border-bottom: 1px solid #0e5aa7;
}
#secondary .menu li.current-menu-item a {
  color: #0e5aa7;
}
#secondary .menu li:hover {
  border-bottom: 1px solid #0e5aa7;
}

.flyalliant-accordion .vce-classic-accordion-panel-heading {
  background: #fcfcfc;
  font-family: "Roboto Condensed", "Hind", "Helvetica Neue", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 767.98px) {
  .alignleft {
    display: block;
    float: none;
    margin: 0 0 1.5em;
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 767.98px) {
  .alignright {
    display: block;
    float: none;
    margin: 0 0 1.5em;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
