@charset "UTF-8";
/*!
Theme Name: _fair
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _fair
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * 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;
  -webkit-text-decoration: underline dotted;
          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: #0080f4;
  font-family: RubikX, Archivo, roboto-slab, brandon-grotesque, futura-pt;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.05em;
}

h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 0.9em;
}

h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1em;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 300;
  text-transform: none;
}

h6 {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.5em;
}

p {
  font-family: RubikX, Archivo, roboto-slab, brandon-grotesque, futura-pt;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.005em;
}
p:first-child {
  margin-top: 0;
}

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
--------------------------------------------- */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
}

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

ul,
ol {
  margin: 1em 0 1em 0;
}
ul li,
ol li {
  margin-bottom: 0.2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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: #ff1148;
  text-decoration: none;
}
a:focus {
  outline: unset;
}
a:hover, a:active {
  outline: unset;
}

a.button {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffd765;
  padding: 6px 20px;
  margin-bottom: 1em;
  display: inline-block;
  transition: all 0.2s;
}
a.button:hover {
  background: #ff1148;
  color: #ffd765;
}

#arrow a {
  position: relative;
  font-weight: 500;
}
#arrow a:after {
  content: "→";
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  top: -0.2em;
  left: 10px;
  transition: all 0.3s;
}
#arrow a:hover {
  color: #0080f4;
}
#arrow a:hover:after {
  left: 20px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: block;
}

.wp-block-search .wp-block-search__button {
  background: #ffd765;
  color: #ff1148;
  border: 1px solid #ffd765;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffd765;
  padding: 5px 20px;
  border-radius: 0;
  display: block;
  transition: all 0.2s;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0.5em;
}
.wp-block-search .wp-block-search__button:hover {
  color: #ffd765;
  background: #ff1148;
  border: 1px solid #ff1148;
}

/* 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 {
  border: unset;
  box-shadow: inset 0px 0px 0px 1px #0080f4;
  border-radius: 0px;
  padding: 3px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 5px;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.2s;
  line-height: 1.7em;
}
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: unset;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.gform-body .top_label .gfield div.ginput_container {
  margin-top: 0;
}
.gform-body .field_description_below .gfield_description {
  padding-top: 0 !important;
}
.gform-body input, .gform-body select, .gform-body optgroup, .gform-body textarea {
  color: #000000;
}
.gform-body input, .gform-body .gform_fileupload_rules {
  font-size: 14px;
  font-weight: 600;
}
.gform-body .gform_fileupload_rules {
  display: block;
  margin-top: 5px;
}

.gform_wrapper .gform_footer input.gform_button[type=submit] {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffd765;
  padding: 6px 20px;
  margin-bottom: 1em;
  display: inline-block;
  transition: all 0.2s;
  color: #ff1148;
  text-decoration: none;
  border: unset;
  border-radius: 0;
  line-height: 1.5em;
}
.gform_wrapper .gform_footer input.gform_button[type=submit]:hover {
  background: #ff1148;
  color: #ffd765;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.sfm-rollback,
.cart-icon-mobile {
  display: none;
}

.main-navigation,
.secondary-menu {
  display: block;
}

.sfm-rollback {
  position: absolute;
}

div#sfm-sidebar .responsive-secondary-menu {
  margin-top: 50px;
}
div#sfm-sidebar .responsive-secondary-menu a {
  color: #fbf8e5;
}
div#sfm-sidebar .responsive-secondary-menu a:hover {
  color: #ffd765;
}
div#sfm-sidebar .sfm-menu li a {
  padding: 10px 0;
}
div#sfm-sidebar .sfm-child-menu.sfm-menu-level-1 li a {
  font-size: 20px;
  padding-left: 10% !important;
  box-shadow: unset;
}
div#sfm-sidebar .sfm-child-menu.sfm-menu-level-2 li a {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10% !important;
  font-family: RubikX, Archivo, roboto-slab, brandon-grotesque, futura-pt;
}

.main-navigation {
  text-align: right;
  float: right;
  padding: 65px 50px 0 0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul.sub-menu {
  display: block;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  padding-top: 10px;
  text-align: left;
}
.main-navigation ul ul.sub-menu ul {
  top: 0;
  display: block;
  padding-top: 0px;
  padding-right: 2px;
}
.main-navigation ul ul.sub-menu ul li {
  display: block;
  width: 100%;
  text-align: right;
}
.main-navigation ul ul.sub-menu ul li:hover {
  margin-left: 0;
}
.main-navigation ul ul.sub-menu ul li a {
  background-color: #ffffff;
}
.main-navigation ul ul.sub-menu li {
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 0px;
  float: none;
  min-width: 240px;
  transition: all 0.3s;
}
.main-navigation ul ul.sub-menu li:hover {
  margin-left: -20px;
  transition: all 0.3s;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  display: block;
  left: calc(-100% - 2px);
}
.main-navigation ul ul.sub-menu a {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  background: #ffd765;
  color: #0080f4;
  padding: 8px 10px;
  margin-bottom: 2px;
}
.main-navigation ul ul.sub-menu a:hover,
.main-navigation ul ul.sub-menu a.focus {
  color: #ff1148;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 15px;
}
.main-navigation li {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
  max-width: 160px;
}
.main-navigation .nav-menu a {
  display: block;
  text-decoration: none;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  line-height: 1em;
}
.main-navigation .nav-menu a:hover {
  color: #ffd765;
}
.main-navigation .nav-menu a .menu-item-description {
  font-family: RubikX, Archivo, roboto-slab, brandon-grotesque, futura-pt;
  font-size: 13px;
  text-transform: none;
  font-weight: 100;
  display: none;
  line-height: 1.2em;
}
.secondary-menu {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  text-align: right;
  padding-right: 50px;
  padding-bottom: 7px;
  color: #ffd765;
}
.secondary-menu a.sec-menu-item {
  display: inline-block;
  background: transparent;
  color: #ffd765;
  margin-bottom: 0;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0 10px;
}
.secondary-menu a.sec-menu-item:hover {
  color: #fbf8e5;
}
.secondary-menu a.sec-menu-item svg {
  height: 24px;
  -webkit-transform: translate(10px, 3px) rotate(-30deg);
          transform: translate(10px, 3px) rotate(-30deg);
  fill: #ffd765;
  margin-right: 10px;
}

.cart-contents:before {
  font-family: WooCommerce;
  content: "\e01d";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  position: relative;
  top: 2px;
  color: #ffd765;
}

.cart-contents {
  position: relative;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #0080f4;
  background-color: #ffd765;
  border-radius: 50%;
  width: 19px;
  padding-top: 2px;
  height: 19px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 25px;
  top: -5px;
}

/* 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;
  font-size: 18px;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  text-align: left;
}

.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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

/* Pages Templates
--------------------------------------------- */
.site-header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.site-header .site-branding {
  position: absolute;
  top: -80px;
  left: 20px;
  width: 300px;
  transition: all 0.5s;
}
.site-header .site-branding:hover {
  top: -60px;
  transition: all 0.5s;
}

body {
  background-color: #fbf8e5;
}

main {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
main #primary {
  flex: 4;
  margin: 0 auto;
  border-left: 1px solid #0080f4;
}
main #primary h1, main #primary h2, main #primary h3, main #primary h4, main #primary h5, main #primary h6 {
  margin-bottom: 1rem;
}
main #secondary {
  flex: 1;
}

aside {
  padding: 30px;
  margin-top: -100px;
  padding-top: 100px;
}
aside #CDT {
  color: #0080f4;
  margin-top: 10px;
}
aside #CDT .number-wrapper {
  margin-right: 10px;
  width: 100%;
}
aside #CDT .number {
  font-size: 30px;
  width: calc(25% - 10px);
  border-top: unset;
}
aside #CDT .caption {
  font-size: 14px;
}
aside h2 {
  font-size: 40px;
}
aside form {
  margin-top: 20px;
}
aside .sidebar-search,
aside .sidebar-links,
aside .sidebar-social,
aside .sidebar-newsletter {
  margin-bottom: 50px;
}

.wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}

.CDT span {
  display: inline;
}
.CDT .number-wrapper {
  margin-right: 10px;
  position: relative;
}
.CDT .number {
  display: inline-block;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 40px;
  font-weight: 800;
  *display: inline;
  *zoom: 1;
  width: 100px;
  text-align: center;
  border-top: 2px solid;
}
.CDT .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 52%;
  left: 0;
}
.CDT .caption {
  font-size: 20px;
  position: absolute;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
}

.home main {
  display: block;
}

.home #primary {
  flex: 0 0 100%;
  max-width: none;
}

.home-top {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #0080f4;
  position: relative;
  display: flex;
}
.home-top .home-top-bg {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  display: block;
  position: absolute;
  background-size: cover;
  opacity: 0.6;
  mix-blend-mode: hard-light;
  -webkit-filter: saturate(0) contrast(1.5) brightness(0.5);
          filter: saturate(0) contrast(1.5) brightness(0.5);
}
.home-top img {
  position: absolute;
  width: auto;
  height: 95%;
  left: -5%;
  bottom: 0%;
}
.home-top .content {
  position: relative;
  color: #ffffff;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 2;
  padding-bottom: 2em;
  display: inline-block;
  margin: 340px auto 80px auto;
  width: 80%;
  max-width: 1200px;
}
.home-top .content svg {
  width: 100%;
}
.home-top .content svg .st0, .home-top .content svg .st2 {
  stroke-width: 1px;
}
.home-top .content h3 {
  margin-left: 0%;
  margin-top: 0.8em;
}
.home-top .content h1 {
  font-family: RubikX, Archivo, roboto-slab, brandon-grotesque, futura-pt;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  color: transparent;
  font-size: 150px;
}
.home-top .content h1 span {
  display: inline;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  letter-spacing: -0.05em;
  -webkit-text-stroke-color: #ffd765;
  font-size: 1.6em;
  position: absolute;
  margin-top: 0.14em;
}
.home-top .content h1 span span {
  color: #ffd765;
  top: 0;
  margin-top: 0;
  font-size: 1em;
}
.home-top .content h4 {
  margin-top: 4em;
  text-transform: unset;
  width: 50%;
}
.home-top .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 40px;
  color: #ffd765;
  line-height: 59px;
  padding-left: 14px;
  padding-top: 17px;
}

.round {
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  position: absolute;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.3s;
}
.round:hover {
  background: #ffd765;
  border: 1px solid #ffd765;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}

#cta .arrow {
  left: 30%;
}

.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 12px;
}

.segunda {
  margin-left: 8px;
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}
.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.round .arrow {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.round .arrow.primera {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.home-section-slider {
  position: relative;
  z-index: 5;
  background: #0080f4;
}

.home-slider-container {
  position: relative;
  border-top: 1px solid #fbf8e5;
}
.home-slider-container .flex-viewport, .home-slider-container .flexslider, .home-slider-container .slides {
  height: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}
.home-slider-container .flexslider .slides > li {
  height: 100%;
}
.home-slider-container .flex-control-nav {
  bottom: 10px;
}
.home-slider-container .flexslider {
  position: relative;
  margin: 0 !important;
  display: block;
  border: unset !important;
  height: 700px;
}
.home-slider-container .flexslider:hover .flex-direction-nav .flex-prev,
.home-slider-container .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
}
.home-slider-container .flexslider .flex-direction-nav .flex-prev,
.home-slider-container .flexslider .flex-direction-nav .flex-next {
  top: 50%;
  background: #ffffff;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  margin: 0;
}
.home-slider-container .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  -webkit-transform: translate(-170px, -50%);
          transform: translate(-170px, -50%);
}
.home-slider-container .flexslider .flex-direction-nav .flex-next {
  right: 0;
  -webkit-transform: translate(170px, -50%);
          transform: translate(170px, -50%);
}
.home-slider-container .flexslider .flex-direction-nav a:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #0080f4;
  font-size: 24px;
}
.home-slider-container .flexslider .flex-direction-nav a.flex-prev:before {
  right: 10px;
  top: 50%;
}
.home-slider-container .flexslider .flex-direction-nav a.flex-next:before {
  left: 10px;
  top: 50%;
}
.home-slider-container .flexslider .slides {
  height: 100%;
}
.home-slider-container .flexslider .home-slide {
  height: 100%;
  background: #0080f4;
  color: #fbf8e5;
  position: relative;
  transition: all 0.3s;
}
.home-slider-container .flexslider .home-slide:hover .home-slide-bg {
  opacity: 0.8;
}
.home-slider-container .flexslider .home-slide .home-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  mix-blend-mode: hard-light;
  opacity: 0.6;
  -webkit-filter: saturate(0) contrast(1.5) brightness(0.5);
          filter: saturate(0) contrast(1.5) brightness(0.5);
}
.home-slider-container .flexslider .home-slide .home-slide-content {
  position: relative;
  z-index: 2;
  padding: 50px;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  pointer-events: none;
}
.home-slider-container .flexslider .home-slide .home-slide-content .home-slide-more {
  position: absolute;
  bottom: 60px;
  padding-right: 50px;
}
.home-slider-container .flexslider .home-slide .home-slide-content .home-slide-more h5 {
  margin-top: 100px;
  margin-bottom: 2rem !important;
}
.home-slider-container .flexslider .home-slide .home-slide-content .home-slide-more a.button {
  margin-bottom: 0;
  pointer-events: all;
}

.announcements-slider {
  background: #fbf8e5;
  max-width: calc(100% - 100px);
  margin: 50px auto;
}
.announcements-slider .home-slider-container .flexslider {
  background: #fbf8e5;
}
.announcements-slider .home-slider-container .flexslider .flex-viewport {
  overflow: unset !important;
}
.announcements-slider .home-slider-container .flexslider .home-slide {
  background: #ffffff;
  color: #0080f4;
  border: 2px solid #0080f4;
}
.announcements-slider .home-slider-container .flexslider .home-slide-bg {
  width: 100%;
  margin: 0 auto;
  padding-top: 40%;
  position: relative;
  mix-blend-mode: unset;
  -webkit-filter: unset;
          filter: unset;
  opacity: 1;
}
.announcements-slider .home-slider-container .flexslider .home-slide-content {
  flex: 1;
  position: relative;
}
.announcements-slider .home-slider-container .flexslider .home-slide .home-slide-content .home-slide-more {
  position: relative;
  bottom: unset;
}

.masonry-section {
  background-color: #fbf8e5;
  position: relative;
}
.masonry-section .content {
  padding: 100px;
  margin: 0 auto;
  text-align: center;
  background: #ff1148;
  color: #fbf8e5;
}
.masonry-section .content h2 {
  max-width: 900px;
  margin: 0 auto;
}
.masonry-section .home-second {
  width: 100%;
  height: 0;
  padding-top: 30%;
}

.masonry-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: hard-light;
  background-size: cover;
  background-position: 50%;
  opacity: 0.5;
  -webkit-filter: saturate(0) contrast(1.5) brightness(0.5);
          filter: saturate(0) contrast(1.5) brightness(0.5);
}

.masonry {
  margin: 0 auto;
  display: flex;
}

.masonry-item {
  width: calc(50% - 25px);
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffd765;
  color: #000000;
  flex: 1;
  transition: all 0.3s;
}
.masonry-item:first-child {
  border-left: unset;
}
.masonry-item:last-child {
  border-right: unset;
}
.masonry-item .home-slide-bg {
  width: 100%;
  margin: 0 auto;
  padding-top: 40%;
  position: relative;
  background-size: cover;
  background-position: 50%;
  display: none;
}
.masonry-item .home-slide-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
  padding: 30px;
}
.masonry-item .home-slide-content a.button {
  background: #ff1148;
  color: #ffd765;
}
.masonry-item .home-slide-content a.button:hover {
  background: #ffffff;
  color: #ff1148;
}

.home-second {
  width: 100%;
  padding: 0px 0 100px 0;
  position: relative;
  border-top: 1px solid #ffffff;
}
.home-second .home-second-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.home-second .content {
  width: 50%;
  position: relative;
  z-index: 5;
  height: auto;
  padding: 100px 100px 100px 100px;
  background-color: #ff1148;
  color: #fbf8e5;
  text-align: center;
}
.home-second .content .time_circles > div > h4 {
  font-size: 24px !important;
}
.ticker-wrapper {
  color: #0080f4;
  overflow-x: hidden;
  width: 100vw;
}
.ticker-wrapper.news {
  background: #ff1148;
  left: 0;
  bottom: 0;
  color: #ffffff;
}
.ticker-wrapper a {
  color: #ffd765;
}
.ticker-wrapper a:hover {
  color: #ffffff;
}
.ticker-wrapper .ticker {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.ticker-wrapper .ticker .news-message {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  -webkit-animation: slide-left 30s linear infinite;
          animation: slide-left 30s linear infinite;
}
.ticker-wrapper .ticker .news-message h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1em;
  padding: 2px 0 12px 0.3em;
  margin-bottom: 0 !important;
}
.ticker-wrapper .ticker .news-message img {
  height: 50px;
  margin: -10px 20px -10px 20px;
  top: 5px;
  position: relative;
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.sponsor-slider {
  width: 100vw;
  overflow: hidden;
}
.sponsor-slider .ticker-wrapper {
  padding: 40px 0;
  background: unset;
  border-top: unset;
}
.sponsor-slider .ticker-wrapper .news-message img {
  width: 300px;
  padding: 20px 50px;
  height: auto;
  margin: 0;
  top: unset;
  position: relative;
}

.home-highlights {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home-highlights .home-highlight {
  flex: 0 0 50%;
  padding: 90px;
  color: #ffffff;
  position: relative;
}
.home-highlights .home-highlight-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  mix-blend-mode: hard-light;
  opacity: 0.2;
  -webkit-filter: saturate(0) contrast(1.5) brightness(0.5);
          filter: saturate(0) contrast(1.5) brightness(0.5);
}
.home-highlights .home-highlight-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.home-highlights .home-highlight-content .highlight-date {
  margin-bottom: 0 !important;
}
.home-highlights .home-highlight-content h2 {
  text-transform: uppercase;
}
.home-highlights .home-highlight-content h4 {
  color: #ffffff;
}
.home-highlights .home-highlight-1 {
  background-color: #ff1148;
}
.home-highlights .home-highlight-2 {
  background-color: #0080f4;
}
.home-highlights .home-highlight-3 {
  background-color: #0080f4;
}
.home-highlights .home-highlight-4 {
  padding: 0;
}
.home-highlights .home-highlight-4 .home-highlight-4-top {
  background-color: #ff1148;
  width: 100%;
  height: 50%;
  padding: 80px;
}
.home-highlights .home-highlight-4 .home-highlight-4-bottom {
  background-color: #ffd765;
  width: 100%;
  height: 50%;
  padding: 80px;
}

.page-template-page-home .wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-template-default #primary {
  padding-bottom: 50px;
}

.page-id-2 .page-top {
  background: #0080f4;
}

.page-top {
  width: 100%;
  height: auto;
  background: #0080f4;
  position: relative;
  padding: 240px 50px 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
.page-top .date {
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 50%;
}
.page-top .date span {
  display: inline;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  letter-spacing: -0.05em;
  -webkit-text-stroke-color: #ffffff;
  position: absolute;
  margin-top: 0.14em;
}
.page-top .date span span {
  top: 0;
  margin-top: 0;
}
.page-top .page-top-bg {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  display: block;
  position: absolute;
  background-size: cover;
  mix-blend-mode: hard-light;
  background-position: 50%;
  opacity: 0.5;
  -webkit-filter: saturate(0) contrast(1.5) brightness(0.5);
          filter: saturate(0) contrast(1.5) brightness(0.5);
}
.page-top .subtitle {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 1em;
}
.page-top .title {
  position: relative;
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
.single-column {
  width: 100%;
  padding-bottom: 1rem;
  position: relative;
}
.single-column img {
  margin-top: 1em;
  max-width: none;
  width: 100%;
}
.single-column img.aligncenter, .single-column img.alignleft, .single-column img.alignright {
  max-width: 100%;
  width: unset;
}
.single-column h1:first-child, .single-column h2:first-child, .single-column h3:first-child, .single-column h4:first-child, .single-column h5:first-child, .single-column h6:first-child, .single-column p:first-child {
  margin-top: 0;
}

.two-columns {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
.two-columns .left {
  flex: 0 0 50%;
  padding: 0 20px 0 0;
}
.two-columns .right {
  flex: 0 0 50%;
  padding: 0 0 0 20px;
}

.three-columns {
  width: 100%;
  display: flex;
  padding-bottom: 2em;
  margin-bottom: 1em;
  position: relative;
}
.three-columns .first, .three-columns .second, .three-columns .third {
  flex: 0 0 33.333%;
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #0080f4;
}

.full-width-image {
  width: calc(100% - 50px);
  height: 0;
  padding-top: 50%;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 3em;
}

.image-and-text {
  width: 90%;
  display: flex;
  margin-bottom: 50px;
}
.image-and-text .image {
  flex: 2;
  padding: 0 60px 30px 0;
}
.image-and-text .image div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.image-and-text .text {
  flex: 2;
  padding: 0 30px;
}

.accordion {
  margin-bottom: 3rem;
}
.accordion dt {
  padding: 20px 20px 5px 20px;
}
.accordion dt a {
  display: block;
  color: #0080f4;
}
.accordion dt a:hover {
  color: #ff1148;
}
.accordion dt {
  border-bottom: 1px solid #000000;
  position: relative;
  padding-left: 20px;
}
.accordion dt .open-indicator {
  display: block;
  position: absolute;
  top: 1.8em;
  right: 10px;
  color: #ff1148;
  width: 20px;
  height: 20px;
  /* Vertical line */
  /* horizontal line */
}
.accordion dt .open-indicator:before, .accordion dt .open-indicator:after {
  position: absolute;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.accordion dt .open-indicator:before {
  content: "→";
}
.accordion dt.active .open-indicator:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion dt.active .open-indicator:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion dt:hover .open-indicator {
  cursor: pointer;
}
.accordion dt:hover .open-indicator:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion dt:hover .open-indicator:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion dd {
  border-top: 0;
  padding-left: 20px;
  margin: 0 auto;
  margin-top: 1.5em;
}
.accordion dd:last-of-type {
  position: relative;
  top: -1px;
}

.page-template-page-parent .page-top {
  margin-bottom: 0;
}
.page-template-page-parent main {
  display: block;
}
.page-template-default .flexslider {
  background-image: linear-gradient(45deg, #fbf8e5 45.45%, #ffd765 45.45%, #ffd765 50%, #fbf8e5 50%, #fbf8e5 95.45%, #ffd765 95.45%, #ffd765 100%) !important;
  background-size: 15.56px 15.56px !important;
  border: unset !important;
}
.page-template-default .flexslider:hover .flex-direction-nav a {
  opacity: 1 !important;
}
.page-template-default .flexslider .flex-direction-nav a {
  background: #fbf8e5;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  padding: 5px 14px;
}
.page-template-default .flexslider .flex-direction-nav a:before {
  color: #0080f4 !important;
  font-size: 30px;
}
.page-template-default .flexslider .flex-direction-nav a:hover {
  background: #0080f4 !important;
}
.page-template-default .flexslider .flex-direction-nav a:hover:before {
  color: #fbf8e5 !important;
}
.page-template-default .flexslider .slides li {
  height: 0px;
  padding-top: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.notice {
  border: 1px solid;
  padding: 1em;
  text-align: center;
  margin-bottom: 2em !important;
}

.separator {
  width: 300px;
  height: 100px;
  margin: 0px auto 1rem auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 50% 0;
}
.separator.cow {
  background-image: url(images/separator-cow.png);
}
.separator.sheep {
  background-image: url(images/separator-sheep.png);
}
.separator.horse {
  background-image: url(images/separator-horse.png);
}
.separator.pig {
  background-image: url(images/separator-pig.png);
}
.separator.chicken {
  background-image: url(images/separator-chicken.png);
}

@media only screen and (max-width: 1240px) {
  .main-navigation li {
    border-left: unset;
  }
  .main-navigation li a .menu-item-description {
    display: none;
  }
}
.site-footer {
  background: #ff1148;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}
.site-footer .wp-block-social-links {
  margin: 0 auto;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}
.site-footer .wp-block-social-links li {
  margin: 0 5px !important;
}
.site-footer .wp-block-social-links svg {
  width: 1.8em;
  height: 1.8em;
  padding: 3px;
}
.site-footer .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #fff;
  color: #f00075;
}
.site-footer .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #fff;
  color: #1778f2;
}
.site-footer .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #fff;
  color: #1da1f2;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #ffd765;
}

.woocommerce div.product .product_title {
  font-size: 60px;
  line-height: 0.9em;
  text-transform: unset;
  letter-spacing: 0.02em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-weight: 600;
  font-size: 30px;
  color: #0080f4;
  border-top: 1px solid #ffd765;
  border-bottom: 1px solid #ffd765;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffd765;
  padding: 5px 20px;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.2s;
  color: #ff1148;
  line-height: 1.7em;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart:hover {
  background: #ff1148;
  color: #ffd765;
}

.woocommerce a.added_to_cart {
  margin-left: 10px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 5px 20px;
}

.product_meta {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #ffffff;
  color: #0080f4;
  border-top: 3px solid #0080f4;
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 24px;
  line-height: 1.2em !important;
}

.woocommerce table.shop_table {
  border: 3px solid #0080f4;
  border-radius: 0;
  background: #ffffff;
}

.woocommerce table.shop_table td {
  border-color: #0080f4;
}

.woocommerce table.shop_table th {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 22px;
  text-transform: uppercase;
}

.product-name {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  line-height: 1.2em !important;
}
.product-name a {
  color: #0080f4;
}

.woocommerce-cart table.cart img {
  width: 60px;
  margin-top: 0px;
}

.woocommerce form .form-row {
  margin-top: 20px;
}

.woocommerce form .form-row label {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 22px;
  line-height: 1em !important;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 22px;
  letter-spacing: unset;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-color: #0080f4;
  border-radius: 0;
}

.select2-results__option {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 22px;
  padding: 0 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ffffff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 44px;
  color: #0080f4;
  padding: 0;
  line-height: 1em;
}

.woocommerce ul.products li.product .price {
  font-family: RubikX, Archivo, brandon-grotesque, futura-pt;
  font-size: 30px;
  color: #0080f4;
  line-height: 1em;
}

.woocommerce ul.products li.product .button {
  margin-top: 5px;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
}

/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 1040px) {
  h1 {
    font-size: 64px;
    line-height: 0.9em;
  }

  .sfm-rollback,
.cart-icon-mobile {
    display: block;
  }

  .cart-contents {
    position: absolute;
    top: 60px;
    right: 130px;
  }

  #sfm-sidebar .secondary-menu {
    display: block;
  }

  .main-navigation,
.secondary-menu {
    display: none;
  }

  .site-header .site-branding {
    width: 250px;
  }

  .home-top .content {
    margin: 280px auto 60px auto;
  }
  .home-top .content svg .st0, .home-top .content svg .st2 {
    stroke-width: 1.5px;
  }

  .masonry {
    max-width: 700px;
  }

  .masonry-item {
    width: 100%;
  }

  .home-second .content {
    width: 100%;
    text-align: center;
  }
  .home-second .home-second-bg {
    position: relative;
    height: 400px;
  }

  .page-top {
    padding: 220px 50px 80px;
  }

  main {
    display: block;
  }

  aside {
    margin-top: 50px;
    padding-top: 50px;
    background: #ffffff;
  }
  aside .sidebar-newsletter {
    margin-bottom: 0;
  }

  main #secondary {
    text-align: center;
  }
  main #secondary section {
    max-width: 500px;
    margin: 0 auto;
  }
  main #secondary .wp-block-social-links {
    justify-content: center;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 54px;
    line-height: 0.9em;
  }

  h2 {
    font-size: 34px;
    line-height: 1.1em;
  }

  h3 {
    font-size: 28px;
    line-height: 1.3em;
  }

  h4 {
    font-size: 22px;
    line-height: 1.5em;
  }

  .site-header .site-branding {
    width: 200px;
  }

  .home-top .content {
    margin: 260px auto 40px auto;
  }
  .home-top .content svg .st0, .home-top .content svg .st2 {
    stroke-width: 2px;
  }

  .home-slider-container .flexslider .home-slide .home-slide-content {
    max-width: 500px;
  }

  .ticker-wrapper .ticker .news-message h2 {
    font-size: 1.5rem;
    padding: 0px 0 10px 0.3em;
  }

  .masonry-section .content {
    padding: 80px 0 60px 0;
  }

  .masonry-item {
    width: 100%;
  }

  .page-top {
    padding: 180px 30px 60px;
  }
  .page-top .title {
    padding: 0;
  }

  .wrap {
    max-width: 600px;
  }

  .two-columns {
    display: block;
  }
  .two-columns .left, .two-columns .right {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 36px;
    line-height: 1em;
  }

  h2 {
    font-size: 30px;
    line-height: 1.1em;
  }

  h3 {
    font-size: 26px;
  }

  .page-top {
    padding: 200px 20px 50px;
    margin-bottom: 80px;
  }
}

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