@charset "UTF-8";
/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
* {
  font-family: "roboto";
  transition: none !important;
}
body {
  background-color: #EEEEEE;
}
h1, h2 {
  font-family: "n27bold";
}
h1 em, h2 em {
  font-family: "n27bold_italic";
}
h4 {
  font-family: "roboto";
  color: #070707;
}
.nv-single-post-wrap > div:first-child {
  margin-top: 0px !important;
}
.session-finder {
  position: fixed;
  left: calc(100vw - 107px);
  top: 20vw;
  width: 109px;
  height: 70px;
  background-color: yellow;
  color: #000;
  transform: rotate(90deg);
}
.session-finder a {
  display: block;
  padding: 10px 10px 10px 10px;
  color: #000;
  text-align: center;
}
.session-finder a:hover, .session-finder a:focus {
  color: #000;
}
.programmeGrid ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2em;
}
@media (max-width: 600px) {
  .programmeGrid ul {
    grid-template-columns: 1fr;
  }
}
.programmeGrid ul li {
  position: relative;
}
.programmeGrid ul li h3 {
  color: #f7f603;
  position: absolute;
  bottom: -15px;
  left: 15px;
  font-size: 30px;
}
.programmeIndicator {
  padding: 0px;
}
.programmeIndicator p {
  margin: 20px;
}
#yellowbox, #yellowbox2 {
  position: absolute;
  content: "";
  background-color: #f7f603;
  right: 0px;
  width: 100vw;
  height: 100%;
  top: 0px;
  margin-left: 10px;
}
.textOverlay .innerblocks-wrap {
  z-index: 1;
}
.textOverlay .wp-block-image {
  margin-bottom: 0px;
}
.textOverlay figcaption {
  position: absolute;
  bottom: 0px;
  left: 30px;
  font-size: 40px;
  text-align: left;
  max-width: 40%;
  line-height: 1.3em;
  opacity: 1;
}
#wp-block-themeisle-blocks-advanced-column-c08e2028 .wp-block-heading {
  z-index: 100;
  background-color: var(--nv-secondary-accent);
}
.bg-repeat-fixed {
  position: absolute;
  right: 10px;
  background-image: url(dots-bg.svg);
  background-repeat: repeat-y;
  background-position: top left;
  height: 1655px;
  width: 295px;
  z-index: 1;
}
@media (max-width: 600px) {
  .bg-repeat-fixed {
    display: none;
  }
}
.searching {
  min-height: 40vh !important;
}
.searching h1 {
  font-size: 80px;
}
#search-filter-form-287 ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  #search-filter-form-287 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
}
.searchandfilter select.sf-input-select {
  width: 250px;
}
@media (max-width: 600px) {
  .searchandfilter select.sf-input-select {
    width: 42vw;
  }
}
.result-block {
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin: 3em 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 600px) {
  .result-block {
    grid-template-columns: 1fr;
  }
}
.result-left {
  grid-row: span 100;
}
.result-left h2 {
  text-transform: uppercase;
  font-size: 3em;
  color: var(--nv-primary-accent);
}
.result-right {
  background-color: #fff;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 4fr 1fr;
  transition: all 0.7s ease !important;
}
.result-right > * {
  transition: all 0.7s ease !important;
}
@media (max-width: 600px) {
  .result-right {
    grid-template-columns: 2fr 1fr;
  }
}
.result-right:hover {
  background-color: #F7F603;
  cursor: pointer;
}
.result-right .result-inner {
  padding: 1.3em;
}
.result-right .result-inner h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-size: 2em;
  line-height: 0.95em;
}
.result-right .result-inner .subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 0.9em;
}
@media (max-width: 600px) {
  .result-right .result-inner .subgrid {
    grid-template-columns: 1fr 1fr;
  }
}
.result-right .result-inner .subgrid strong {
  text-transform: uppercase;
}
.result-right .bookbox {
  border-left: 1px solid #ccc;
  position: relative;
  transition: all 0.7s ease !important;
}
.result-right .bookbox .pricebox {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
  font-family: "n27bold";
}
.result-right .bookbox .hoverbox {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  transition: all 0.7s ease !important;
}
.result-right .bookbox .hoverbox div {
  text-align: center;
  padding: 24px 0px;
  background-color: #004CFC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-right .bookbox .hoverbox div:last-of-type {
  background-color: #003FD2;
}
.result-right .bookbox .hoverbox div a {
  color: #fff;
  text-decoration: none;
}
.result-right .bookbox .hoverbox div a:hover {
  color: #F7F603;
  text-decoration: none;
}
.progHero h2 {
  font-size: 40px;
}
.introSection h2 {
  font-size: 6em;
}
.twoColsContent h2.wp-block-heading {
  font-size: 3em;
  font-family: "n27light";
}
.sessionSection h2 {
  font-size: 3em;
  font-family: "n27regular";
}
figcaption.wp-element-caption {
  line-height: 1em;
  font-family: "n27bold";
  font-size: 2.5em;
}
article.nv-non-grid-article .entry-title a {
  color: var(--nv-text-color);
  font-family: "n27bold" !important;
  font-size: 65px;
}
#wp-block-themeisle-blocks-advanced-columns-096494cf {
  min-height: 80vh !important;
  padding-top: 10vh;
}
#wp-block-themeisle-blocks-advanced-column-0ad67b03 p {
  margin-bottom: -1em;
  line-height: 1em;
}
.sf-field-submit input {
  width: 250px;
  background-color: yellow;
  color: #000 !important;
}
.hasGradient:before {
  opacity: 0.84;
  background: linear-gradient(90deg, #004cfc 0%, rgba(0, 76, 252, 0) 100%);
  mix-blend-mode: normal;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
}
.smallerImage {
  background-size: 65%;
}
.footer-main h1.wp-block-heading.has-text-align-left {
  font-size: 250px;
  margin: 0;
}
.footer-bottom {
  padding-top: 1em;
}
.single-news h1 {
  font-size: 130px;
  font-family: "n27bold_italic";
}
div#block-9 {
  margin: 0;
}
