/*
 Theme Name:   Neve Child
 description:  A child theme of the Neve WordPress theme
 Author:       AV
 Template:     neve
 Version:      0.0.7
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

*:focus {
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: visible;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .header .header-main-inner {
    padding: 3.125rem 0 3.0625rem !important;
  }
}
.header .hfg-slot.right {
  align-items: flex-end;
}
@media (max-width: 599px) {
  .header .hfg-slot.right {
    align-items: center;
  }
}
.header .hfg_header.site-header {
  box-shadow: none;
}
.header .primary-menu-ul li.menu-item {
  margin: 0 1.375rem;
}
.header .primary-menu-ul li.menu-item:hover > a:not([href*="#"]), .header .primary-menu-ul li.menu-item.current-menu-item > a:not([href*="#"]) {
  color: #0071CE;
}
@media (max-width: 599px) {
  .header .builder-item--logo {
    --maxwidth: 200px;
  }
}

.footer-top {
  padding-top: 4.25rem;
}

.footer-main {
  padding-bottom: 2.375rem;
}

.footer-bottom {
  display: none;
}

.site-footer .builder-item--footer-menu .component-wrap {
  margin: 0;
}
.site-footer div.hfg-slot.c-left {
  padding-left: 33.8461538462%;
}
.site-footer ul#footer-menu {
  display: block;
}
.site-footer ul#footer-menu li.menu-item {
  display: block;
  margin: 0 0 1.75rem;
}
.site-footer ul#footer-menu li.menu-item:hover > a:not([href*="#"]), .site-footer ul#footer-menu li.menu-item.current-menu-item > a:not([href*="#"]) {
  color: #6aaae4;
}
@media (max-width: 599px) {
  .site-footer ul#menu-social-links {
    text-align: center;
  }
}
.site-footer ul#menu-social-links li.menu-item {
  display: inline-block;
  margin: 0 1.375rem 0 0;
  font-size: 1.125rem;
}
.site-footer .builder-item--footer-one-widgets #block-23 {
  margin-bottom: 3.125rem;
}
.site-footer .builder-item--footer-one-widgets #block-23 img {
  min-width: 4.25rem;
}
.site-footer .builder-item--footer-four-widgets h2 {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Emperatriz Bold", "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6aaae4;
  margin-bottom: 0;
  margin-top: 0.1875rem;
  padding-left: 0.375rem;
}
.site-footer .builder-item--footer-four-widgets .widget {
  margin-bottom: 1.25rem;
}
.site-footer .ninja-forms-form-wrap .nf-before-form-content {
  display: none;
}
.site-footer .footer--row.footer-main .widget-area {
  text-align: center;
}
@media (min-width: 600px) {
  .site-footer .footer--row.footer-main .widget-area {
    display: grid;
    grid-auto-flow: column;
    justify-items: end;
    align-items: end;
    text-align: left;
  }
}
.site-footer .footer--row.footer-main .widget-area .widget {
  margin-bottom: 0;
}
.site-footer .footer--row.footer-main .widget-area .widget#block-14 {
  align-self: flex-start;
  justify-self: start;
}
.site-footer .footer--row.footer-main .widget-area .widget a {
  text-decoration: none;
  color: #6aaae4;
}
.site-footer .footer--row.footer-main .widget-area .widget a:hover {
  color: #3f91dc;
}
.site-footer .nf-form-content .list-select-wrap .nf-field-element > div, .site-footer .nf-form-content input:not([type=button]), .site-footer .nf-form-content textarea {
  border-radius: 1.0625rem !important;
  padding: 1rem 1.375rem !important;
  border-color: #FFF !important;
  height: 2.5rem !important;
  min-height: 2.5rem !important;
}
.site-footer .nf-form-content .nf-field-container {
  margin-bottom: 0.9375rem !important;
}
.site-footer .nf-form-content div.submit-container {
  padding-left: 0.375rem;
  padding-top: 0.6875rem;
}
.site-footer .nf-form-content button, .site-footer .nf-form-content input[type=button], .site-footer .nf-form-content input[type=submit] {
  background: transparent !important;
  border-radius: 0 !important;
  border: 1px solid #FFF !important;
  font-size: 0.875rem !important;
  font-weight: normal !important;
  font-family: "Emperatriz Bold", "Lato", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6aaae4 !important;
  min-width: 10.75rem;
}
.site-footer .nf-form-content button:hover, .site-footer .nf-form-content input[type=button]:hover, .site-footer .nf-form-content input[type=submit]:hover {
  border-color: #6aaae4 !important;
}

.wrap {
  max-width: 71.25rem;
  margin: 0 auto;
}

.page-template-page-events .nv-page-title-wrap.nv-big-title {
  display: none;
}
.page-template-page-events .events-grid-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #333333;
  padding-top: 2.25rem;
}
@media (min-width: 600px) {
  .page-template-page-events .events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.6315789474%;
  }
}
.page-template-page-events .events-grid .event {
  margin-bottom: 8.375rem;
}
.page-template-page-events .events-grid .event a {
  color: #333333;
}
.page-template-page-events .events-grid .event .event-inner img {
  display: block;
}
.page-template-page-events .events-grid .event .event-inner .event-caption {
  margin-top: 3rem;
}
.page-template-page-events .events-grid .event .event-inner h3, .page-template-page-events .events-grid .event .event-inner h4, .page-template-page-events .events-grid .event .event-inner h5, .page-template-page-events .events-grid .event .event-inner p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625rem;
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.page-template-page-events .events-grid .event .event-inner h3 {
  font-family: "Emperatriz Bold", "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  color: #333333;
  text-transform: uppercase;
  margin: 0.5rem 0 1.4375rem;
}
.page-template-page-events .events-grid .event .event-inner h5 {
  font-size: 0.75rem;
  color: #0071CE;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-template-page-events .events-grid .event .event-inner a {
  color: #333;
}
.page-template-page-events .events-grid.upcoming {
  grid-template-columns: repeat(1, 1fr);
  column-gap: 0;
}
.page-template-page-events h2 {
  margin-bottom: 3.5rem;
}

@media (min-width: 960px) {
  .neve-main > .single-post-container .nv-single-post-wrap.col {
    max-width: 100%;
  }
}

.single-event .neve-main > .single-post-container .nv-single-post-wrap.col {
  border-top: 1px solid #333333;
  padding-top: 2.1875rem;
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col > div:not(:last-child) {
  margin: 0;
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col > div:first-child {
  margin: 0;
}
@media (min-width: 960px) {
  .single-event .neve-main > .single-post-container .nv-single-post-wrap.col.event-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
  }
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info {
  padding-top: 1.875rem;
}
@media (min-width: 960px) {
  .single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info {
    width: 31.6949152542%;
  }
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info h3, .single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info h4, .single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info h5, .single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625rem;
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info h3 {
  font-family: "Emperatriz Bold", "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  color: #333333;
  text-transform: uppercase;
  margin: 0.5rem 0 1.4375rem;
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info h5 {
  font-size: 0.75rem;
  color: #0071CE;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-info a {
  color: #333;
}
.single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.8265306122%;
  row-gap: 1.9375rem;
}
@media (min-width: 960px) {
  .single-event .neve-main > .single-post-container .nv-single-post-wrap.col .event-images {
    width: 65.7627118644%;
  }
}

/*  Generic pages -------------------------------------------------------------------------- */
.wp-page h2, .page-template-page-events h2 {
  font-family: "Emperatriz Bold", "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em !important;
  font-size: 1.25rem !important;
  color: #4f5258 !important;
  font-weight: normal !important;
}

#representation h3, .representation h3 {
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

#contact .nf-form-layout .nf-before-form-content {
  display: none;
}
#contact .nf-form-layout .nf-form-content {
  padding: 0;
}
#contact .nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div, #contact .nf-form-layout .nf-form-content input:not([type=button]), #contact .nf-form-layout .nf-form-content textarea {
  border: none !important;
}
#contact .nf-form-layout .nf-form-content button, #contact .nf-form-layout .nf-form-content input[type=button], #contact .nf-form-layout .nf-form-content input[type=submit] {
  background: #0071CE !important;
  min-width: 10.75rem;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-family: "Emperatriz Bold", "Lato", Helvetica, Arial, sans-serif !important;
  font-size: 1.125rem !important;
}
#contact .nf-form-layout .nf-form-content button:hover, #contact .nf-form-layout .nf-form-content input[type=button]:hover, #contact .nf-form-layout .nf-form-content input[type=submit]:hover {
  background: #00559b !important;
  color: #FFF !important;
}
#contact .nf-form-layout .nf-form-content #nf-label-field-10 {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9fa4a6;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9fa4a6;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9fa4a6;
}

/*  About page mobile -------------------------------------------------------------------------- */
@media (max-width: 599px) {
  .elementor-42 .elementor-element.elementor-element-d901c39 > .elementor-element-populated, .elementor-42 .elementor-element.elementor-element-49bf844 > .elementor-element-populated {
    margin: 0 6%;
  }
}

/*  Contact page mobile -------------------------------------------------------------------------- */
#content .elementor-150 {
  margin: 0 6%;
}

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