/*!
Theme Name: Villatel
Theme URI: https://villatel.com
Author: DannCliff
Author URI: https://www.upwork.com/freelancers/~011b5ef2ca5f8758cc
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: villatel
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.

Villatel 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

--------------------------------------------------------------*/
@font-face {
  font-family: "Buenos Aires";
  src: url("fonts/BuenosAires-Regular.woff2") format("woff2"), url("fonts/BuenosAires-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: url("fonts/BuenosAires-Light.woff2") format("woff2"), url("fonts/BuenosAires-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: url("fonts/BuenosAires-Thin.woff2") format("woff2"), url("fonts/BuenosAires-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Buenos Aires", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
}

h1,
.h1 {
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 3rem;
  letter-spacing: -0.88px;
  margin: 0 0 24px;
}

h2,
.h2 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.88px;
  margin: 0 0 24px;
}

h3,
.h3 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.125rem;
  letter-spacing: -0.88px;
  margin: 0 0 24px;
}

h4,
.h4 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.44px;
  margin: 0 0 12px;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.44px;
  margin: 0;
}

.heading-size-small {
  font-size: 3.5rem;
  line-height: 1.14em;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0%;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-small {
  font-size: 0.75rem;
  line-height: 1.3;
}

.text-uppercase {
  text-transform: uppercase;
}

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;
}

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

ul,
ol {
  margin: 0 0 1.5rem 1rem;
  padding-left: 1rem;
}

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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

.button {
  padding: 12px 22px;
  background-color: #122E58;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.14em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.button:visited, .button:hover, .button:focus {
  color: #fff;
}

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

.container {
  width: 100%;
  max-width: 75.75rem;
  padding: 0 0.75px;
  margin: 0 auto;
}

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

.container-sm {
  width: 100%;
  max-width: 48.75rem;
  padding: 0 0.75px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.single .site-main {
  padding-bottom: 4rem;
}
.single .site-main .post-more .h3 {
  margin-bottom: 100px;
}
.single .site-main .post-more .posts-items {
  margin-bottom: 4rem;
}
.single .site-main .post-more .load-more {
  padding-top: 4rem;
  padding-bottom: 0;
}

#masthead {
  position: absolute;
  left: 0;
  z-index: 999;
  background: radial-gradient(114.68% 146.15% at 2.03% -2.67%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.04) 100%);
  width: 100%;
  backdrop-filter: blur(8px);
}
#masthead .mobile-header {
  display: none;
}
#masthead .header-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
#masthead .header-primary .site-branding a {
  color: #fff;
  max-width: 67px;
}
#masthead .header-primary .site-branding a svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
#masthead .header-primary .site-nav {
  display: flex;
  align-items: center;
}
#masthead .header-primary .site-nav #primary-menu li a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 40px;
  text-align: center;
}
#masthead .header-primary .site-nav .nav-icon-links {
  display: flex;
  padding-right: 35px;
}
#masthead .header-primary .site-nav .nav-icon-links a {
  padding: 5px 8px;
  display: block;
  color: #fff;
}
#masthead .header-primary .site-nav .nav-search-links {
  background: rgba(255, 255, 255, 0.1);
}
#masthead .header-primary .site-nav .nav-search-links div {
  line-height: 1;
}
#masthead .header-primary .site-nav .nav-search-links a {
  display: flex;
  color: #fff;
  padding: 26px 43px;
  text-decoration: none;
  font-weight: 300;
  gap: 12px;
  align-items: center;
  transition: 0.3s ease-in-out;
}
#masthead .header-primary .site-nav .nav-search-links a span {
  white-space: nowrap;
}
#masthead .header-primary .site-nav .nav-search-links a svg {
  width: 24px;
  height: 24px;
}
#masthead .header-primary:hover {
  background-color: #fff;
}
#masthead .header-primary:hover .site-branding a svg {
  color: #000;
}
#masthead .header-primary:hover .site-nav .nav-search-links a {
  background-color: #122E58;
}
#masthead .header-primary:hover .site-nav .nav-icon-links a {
  color: #000;
}
#masthead .header-primary:hover .site-nav #primary-menu li a {
  color: #000;
}
#masthead .header-secondary {
  background: var(--opacity-white-white-25, rgba(255, 255, 255, 0.25));
  backdrop-filter: blur(8px);
  padding: 17px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead .header-secondary > a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
#masthead .header-secondary #site-sub-navigation #secondary-menu {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
#masthead .header-secondary #site-sub-navigation #secondary-menu li {
  display: flex;
  line-height: 1;
  align-items: center;
}
#masthead .header-secondary #site-sub-navigation #secondary-menu li:after {
  content: url(images/diamond.svg);
  display: block;
}
#masthead .header-secondary #site-sub-navigation #secondary-menu li:last-child:after {
  display: none;
}
#masthead .header-secondary #site-sub-navigation #secondary-menu li a {
  padding: 0 32px;
  line-height: 1;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.hero {
  background: url(images/journal-hero.jpeg) no-repeat center/cover;
  height: 560px;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.hero .hero-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  position: relative;
}
.hero h1 {
  color: #fff;
  margin: 0;
}
.hero:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.92%, #000 146.34%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
}
.hero:after {
  background: url(images/hero-overlay.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

.no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  flex-direction: column;
  width: 100%;
}

.navigation.posts-navigation {
  margin: 4rem 0;
}
.navigation.posts-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
}
.navigation.posts-navigation .nav-links .page-numbers {
  border-radius: 100px;
  padding: 0.5rem;
  font-size: 0.875rem;
  background-color: #fff;
  line-height: 1;
  color: #122E58;
  text-decoration: none;
  font-weight: bold;
}
.navigation.posts-navigation .nav-links .page-numbers.current {
  font-weight: 300;
}

.breadcrumbs {
  padding: 24px 0;
}
.breadcrumbs .breadcrumbs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs .breadcrumbs-box .breadcrumbs-items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.breadcrumbs .breadcrumbs-box .breadcrumbs-items a,
.breadcrumbs .breadcrumbs-box .breadcrumbs-items span {
  text-decoration: none;
  color: #122E58;
  font-size: 12px;
  opacity: 0.75;
}
.breadcrumbs .breadcrumbs-box .search-box {
  position: relative;
}
.breadcrumbs .breadcrumbs-box .search-box button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background: transparent;
  color: #122E58;
  padding: 0.5rem 0.75rem;
}
.breadcrumbs .breadcrumbs-box .search-box input {
  border: 0.5px solid #122E58;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #122E58;
  padding-left: 3rem;
  line-height: 1;
  font-size: 0.875rem;
  transition: 0.3s;
}
.breadcrumbs .breadcrumbs-box .search-box input:focus {
  outline: 0;
}
.breadcrumbs .breadcrumbs-box .search-box input::placeholder {
  color: #122E58;
  opacity: 1;
  font-weight: 300;
}
.breadcrumbs .breadcrumbs-box .search-box input:focus, .breadcrumbs .breadcrumbs-box .search-box input:hover {
  background-color: #122E58;
  color: #fff;
}
.breadcrumbs .breadcrumbs-box .search-box input:focus::placeholder, .breadcrumbs .breadcrumbs-box .search-box input:hover::placeholder {
  color: #fff;
}
.breadcrumbs .breadcrumbs-box .search-box input:focus + button, .breadcrumbs .breadcrumbs-box .search-box input:hover + button {
  color: #fff;
}

.cta-button {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.cta-button .button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-footer {
  background-color: #122E58;
  color: #fff;
  font-weight: 300;
}
.site-footer a {
  text-decoration: none;
  color: #fff;
}
.site-footer .h6 {
  margin: 0 0 12px;
}
.site-footer .foot-col {
  font-size: 14px;
}
.site-footer .foot-col nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .foot-col nav ul li {
  margin-bottom: 12px;
}
.site-footer .foot-col .foot-socials {
  display: flex;
  gap: 8px;
}
.site-footer .foot-col .klaviyo-widget form h1 {
  display: none !important;
}
.site-footer .foot-col .klaviyo-widget form input[type=email] {
  border-radius: 0.75rem !important;
  border: 0.5px solid rgba(255, 255, 255, 0.75) !important;
  background: #F4F8FC !important;
  display: flex;
  height: 2.5rem !important;
  padding: 0.5rem 1rem !important;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: #122E58;
  outline: 0 !important;
  font-family: "Buenos Aires" !important;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.125rem !important;
  border: 0.5px solid #fff !important;
}
.site-footer .foot-col .klaviyo-widget form button {
  border-radius: 6.25rem !important;
  background: #122E58 !important;
  backdrop-filter: blur(8px);
  display: flex;
  padding: 0.75rem 1.75rem !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "Buenos Aires" !important;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 1.125rem !important;
  height: auto !important;
  border: 0.5px solid #fff !important;
}
.site-footer .foot-main {
  display: flex;
}
.site-footer .foot-main .foot-half {
  padding: 48px 0 30px;
  display: flex;
  width: 50%;
  gap: 80px;
}
.site-footer .foot-main .foot-half:first-child {
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
}
.site-footer .foot-main .foot-half:last-child {
  padding-left: 125px;
}
.site-footer .foot-sub {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}
.site-footer .foot-sub .foot-sub-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 20px;
}
.site-footer .foot-sub nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.site-footer .foot-sub nav ul li {
  margin: 0;
}
.site-footer .foot-sub nav ul li a {
  font-size: 10px;
  font-weight: 300;
}
.site-footer .foot-sub p {
  margin: 0;
  font-size: 10px;
}

.intro-text {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  padding: 1.5rem 0 5.5rem;
}
.intro-text .as-title {
  margin: 0;
  text-align: center;
}
.intro-text p:last-child {
  margin: 0;
}
.intro-text .cat-desc p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.intro-text .socials-share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 32px;
}
.intro-text .socials-share a {
  display: block;
  text-decoration: none;
}

.intro-content {
  flex-direction: column;
  gap: 40px;
  display: flex;
}
.intro-content ul {
  font-weight: 300;
}

.cat-cols {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.cat-cols .cat-item {
  margin-bottom: 1.5rem;
}
.cat-cols .cat-item .cat-image-wrapper {
  margin-bottom: 1.125rem;
}
.cat-cols .cat-item .cat-image-wrapper .cat-image {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.cat-cols .cat-item .cat-image-wrapper .cat-image:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.cat-cols .cat-item .cat-image-wrapper .cat-image .cat-details {
  opacity: 0;
  color: #fff;
  transition: 0.4s;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.cat-cols .cat-item .cat-image-wrapper .cat-image .cat-details span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  display: none;
  margin-bottom: 1.5rem;
}
.cat-cols .cat-item .cat-image-wrapper .cat-image .cat-details p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 0;
}
.cat-cols .cat-item .cat-image-wrapper .cat-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  object-fit: cover;
}
.cat-cols .cat-item:hover .cat-image:after {
  opacity: 1;
}
.cat-cols .cat-item:hover .cat-image .cat-details {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cat-cols .cat-item:hover .cat-image img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cat-cols .cat-item h6 {
  text-align: center;
}
.cat-cols .cat-item h6 a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
}
.cat-cols .cat-item .cat-mob-desk {
  display: none;
  margin-bottom: 0;
}
.cat-cols.double-cols {
  grid-template-columns: 1fr 1fr;
}
.cat-cols.double-cols .cat-item .cat-image-wrapper .cat-image .cat-details p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.6px;
}
.cat-cols.single-col {
  grid-template-columns: 1fr;
}
.cat-cols.single-col .cat-item .cat-image-wrapper .cat-image .cat-details {
  transform: none;
  right: 3rem;
  top: 3rem;
  left: auto;
  text-align: left;
  max-width: 326px;
  width: 100%;
}
.cat-cols.single-col .cat-item .cat-image-wrapper .cat-image .cat-details span {
  display: block;
}
.cat-cols.single-col .cat-item .cat-image-wrapper .cat-image .cat-details p {
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.6px;
}
.cat-cols.single-col .cat-item h6 {
  display: none;
}

.posts-items {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
.posts-items.double-cols {
  grid-template-columns: repeat(2, 1fr);
}
.posts-items .post-item {
  background-color: #F8F5F2;
}
.posts-items .post-item .post-item-image {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.posts-items .post-item .post-item-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  object-fit: cover;
}
.posts-items .post-item:hover .post-item-image img {
  transform: translate(-50%, -50%) scale(1.05);
}
.posts-items .post-item .post-item-details {
  padding: 1.125rem 1.3125rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.posts-items .post-item .post-item-details .post-item-cat {
  font-weight: 300;
}
.posts-items .post-item .post-item-details h4 {
  margin: 0;
}
.posts-items .post-item .post-item-details h4 a {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
.posts-items .post-item .post-item-details p {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 0;
}
.posts-items.custom-cols {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
.posts-items.custom-cols .post-item {
  grid-column: auto/span 2;
}
.posts-items.custom-cols .post-item:nth-last-child(2),
.posts-items.custom-cols .post-item:nth-last-child(1) {
  grid-column: auto/span 3;
}

.read-full-link {
  color: #204ECE;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #204ECE;
  padding: 0.75rem 0.375rem;
  display: inline-block;
  line-height: 1.125em;
}
.read-full-link:hover, .read-full-link:visited {
  color: #204ECE;
  border-bottom: 1px solid #204ECE;
}

.load-more {
  text-align: center;
}

.post-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-bottom: 64px;
  gap: 5.56rem;
}
.post-wrap .post-content .wp-block-image {
  margin-bottom: 2rem;
}
.post-wrap ul {
  font-weight: 300;
}
.archive main#primary {
  overflow: hidden;
  padding-bottom: 4rem;
}

.promo-box-wrapper {
  position: relative;
  height: 28rem;
  margin-bottom: 2.5rem;
}
.promo-box-wrapper:before {
  background: url(images/archive-promo-bg.jpeg) no-repeat center/cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1;
  display: block;
  content: "";
}
.promo-box-wrapper:after {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 2;
  display: block;
  content: "";
}
.promo-box-wrapper .promo-box {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
}
.promo-box-wrapper .promo-box h4 {
  color: #ADFCC9;
}
.promo-box-wrapper .promo-box p {
  color: #fff;
  margin-bottom: 20px;
}
.promo-box-wrapper .promo-box .button {
  border-radius: 100px;
  border: 0.5px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 28px;
  backdrop-filter: blur(8px);
  font-size: 14px;
}

.post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-sidebar .klaviyo-widget {
  background-color: #D2E2F2;
  padding: 16px;
  border-radius: 12px;
}
.post-sidebar .klaviyo-widget form h1 span {
  color: #122E58;
  font-family: "Buenos Aires" !important;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 1rem;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
}
.post-sidebar .klaviyo-widget form input[type=email] {
  border-radius: 0.75rem !important;
  border: 0.5px solid rgba(255, 255, 255, 0.75) !important;
  background: #F4F8FC !important;
  display: flex;
  height: 2.5rem !important;
  padding: 0.5rem 1rem !important;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: #122E58;
  outline: 0 !important;
  font-family: "Buenos Aires" !important;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.125rem !important;
  /* 128.571% */
}
.post-sidebar .klaviyo-widget form button {
  border-radius: 6.25rem !important;
  background: #122E58 !important;
  backdrop-filter: blur(8px);
  display: flex;
  padding: 0.75rem 1.75rem !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "Buenos Aires" !important;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 1.125rem !important;
  height: auto !important;
}
.post-sidebar .book-widget {
  background-color: #F8F5F2;
  padding: 16px;
  border-radius: 12px;
}
.post-sidebar .book-widget:last-child {
  border-bottom: 0;
}
.post-sidebar .book-widget .book-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  gap: 0;
}
.post-sidebar .book-widget .book-field.datepicker-wrap {
  border-bottom: 0;
  padding-bottom: 0;
}
.post-sidebar .book-widget .book-field select,
.post-sidebar .book-widget .book-field input {
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0 !important;
  width: 100%;
  padding: 0 10px;
  font-weight: 350;
  color: #122E58;
}
.post-sidebar .book-widget .book-field select::placeholder,
.post-sidebar .book-widget .book-field input::placeholder {
  color: #122E58;
  opacity: 1;
}
.post-sidebar .book-widget .book-button-wrap {
  margin: 19px 0 0;
}
.post-sidebar .book-widget .book-button-wrap .button {
  width: 100%;
}
.post-sidebar .book-widget h4 {
  text-align: center;
}
.post-sidebar .book-widget .popular-stays {
  margin-top: 32px;
}
.post-sidebar .book-widget .popular-stays .pop-head {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.post-sidebar .book-widget .popular-stays .pop-head .h4 {
  margin: 0;
}
.post-sidebar .book-widget .popular-stays .pop-head a {
  font-size: 12px;
  color: #112F58;
}
.post-sidebar .book-widget .popular-stays .pop-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #fff;
  border-radius: 12px;
  border: 0.5px solid #122E58;
  overflow: hidden;
}
.post-sidebar .book-widget .popular-stays .pop-item .pop-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.post-sidebar .book-widget .popular-stays .pop-item .pop-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-sidebar .book-widget .popular-stays .pop-item .pop-details {
  padding: 12px 48px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.post-sidebar .book-widget .popular-stays .pop-item .pop-details P {
  margin: 0;
}
.post-sidebar .book-widget .popular-stays .pop-item .pop-details .pop-star {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  gap: 4px;
}

.flatpickr-calendar {
  border-radius: 12px;
  padding: 16px;
}
.flatpickr-calendar .flatpickr-day.today {
  border: 0;
}
.flatpickr-calendar .flatpickr-day.inRange {
  background-color: #e8f1f9;
  box-shadow: -5px 0 0 #e8f1f9, 5px 0 0 #e8f1f9;
  border: 0 solid transparent;
}
.flatpickr-calendar .flatpickr-day.selected {
  box-shadow: -5px 0 0 #e8f1f9, 5px 0 0 #e8f1f9;
  border: 0 solid transparent;
}
.flatpickr-calendar .flatpickr-day.selected.startRange, .flatpickr-calendar .flatpickr-day.selected.startRange:hover {
  background-color: #204ECE;
  border-radius: 50px;
  box-shadow: 0 0 0 #e8f1f9, 15px 0 0 #e8f1f9;
}
.flatpickr-calendar .flatpickr-day.endRange {
  background-color: #204ECE;
  border-radius: 50px;
  box-shadow: -15px 0 0 #e8f1f9, 0 0 0 #e8f1f9;
}

@media only screen and (max-width: 1260px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #masthead .header-primary .site-nav #primary-menu {
    align-items: center;
  }
  #masthead .header-primary .site-nav #primary-menu li a {
    padding: 5px 20px;
  }
  #masthead .header-primary .site-nav .nav-search-links a {
    padding: 15px 20px;
  }
  #masthead .header-secondary #site-sub-navigation #secondary-menu li a {
    padding: 0 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  #masthead .header-primary,
  #masthead .header-secondary {
    display: none;
  }
  #masthead .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 24px;
  }
  #masthead .mobile-header .mobile-actions {
    display: flex;
    gap: 24px;
  }
  #masthead .mobile-header .mobile-logo a {
    display: block;
  }
  #masthead .mobile-header .mobile-logo a svg {
    color: #fff;
    width: 68px;
    display: block;
  }
  .breadcrumbs {
    padding: 1.5rem 0;
  }
  .breadcrumbs .breadcrumbs-items {
    justify-content: flex-end;
  }
  .post-wrap {
    gap: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-text {
    padding: 2rem 0;
  }
  .intro-text .heading-size-small {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.125rem;
    letter-spacing: -0.0375rem;
  }
  .intro-text .cat-desc {
    padding: 0 1.75rem;
  }
  .intro-text .cat-desc p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .breadcrumbs .breadcrumbs-box {
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
  .intro-content {
    gap: 2rem;
  }
  .cat-cols {
    gap: 3.5rem;
  }
  .cat-cols .cat-item {
    margin-bottom: 0;
    padding-top: 1.5rem;
  }
  .cat-cols .cat-item .cat-image-wrapper {
    margin-bottom: 2.5rem;
  }
  .cat-cols .cat-item .cat-image-wrapper .cat-image .cat-details {
    display: none;
  }
  .cat-cols .cat-item h6 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 1.5rem;
    line-height: 1.16em;
  }
  .cat-cols .cat-item .cat-mob-desk {
    display: block;
  }
  .cat-cols.single-col .cat-item .cat-image-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cat-cols.single-col .cat-item h6 {
    display: block;
  }
  .posts-items {
    grid-template-columns: 1fr;
  }
  .promo-box-wrapper {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .post-sidebar {
    margin: 0 -1.5rem;
  }
  .site-footer .foot-main {
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
  .site-footer .foot-main .foot-half {
    width: 100%;
    border-right: 0 !important;
    flex-direction: column;
    padding: 32px 0 0 !important;
    gap: 32px;
  }
  .site-footer .foot-main .foot-half .foot-col {
    text-align: center;
  }
  .site-footer .foot-main .foot-half .foot-col.socials {
    order: 1;
  }
  .site-footer .foot-main .foot-half .foot-col.socials .foot-socials {
    justify-content: center;
  }
  .site-footer .foot-main .foot-half .foot-col.foot-main-menu {
    order: 2;
  }
  .site-footer .foot-main .foot-half .foot-col.foot-sec-menu {
    order: 3;
  }
  .site-footer .foot-sub .foot-sub-wrap {
    flex-direction: column;
  }
  .site-footer .foot-sub .foot-sub-wrap nav {
    margin-bottom: 20px;
  }
  .site-footer .foot-sub .foot-sub-wrap nav ul {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .post-wrap {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .post-wrap .post-content p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media only screen and (max-width: 450px) {
  .cat-cols {
    grid-template-columns: 1fr;
  }
  .cat-cols.double-cols {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------------------------------------
# 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;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

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