@charset "UTF-8";
/*!
 * Theme Name: Innovative AD Golf
 * Theme URI: https://innovative.ee
 * Author: Innovative AD OÜ
 * Author URI: https://innovative.ee
 * Description: ....
 * Version: 1.0
 */
/** --------------------------------------------------------------------------------------------------------------------
 * _Fonts */
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import 'https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,600,600italic,700,400italic,700italic,900';
@font-face {
  font-family: 'Aller';
  src: url("assets/fonts/Aller-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aller-Italic.woff") format("woff"), url("assets/fonts/Aller-Italic.ttf") format("truetype"), url("assets/fonts/Aller-Italic.svg#Aller-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Aller';
  src: url("assets/fonts/Aller.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aller.woff") format("woff"), url("assets/fonts/Aller.ttf") format("truetype"), url("assets/fonts/Aller.svg#Aller") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Aller';
  src: url("assets/fonts/Aller-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aller-Bold.woff") format("woff"), url("assets/fonts/Aller-Bold.ttf") format("truetype"), url("assets/fonts/Aller-Bold.svg#Aller-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Aller';
  src: url("assets/fonts/Aller-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aller-BoldItalic.woff") format("woff"), url("assets/fonts/Aller-BoldItalic.ttf") format("truetype"), url("assets/fonts/Aller-BoldItalic.svg#Aller-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic; }
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
/** --------------------------------------------------------------------------------------------------------------------
 * _Reset - normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline; }

button, hr, input {
  overflow: visible; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Grid */
.container:after {
  content: "";
  display: table;
  clear: both; }

.container {
  max-width: 1140px;
  margin: 0 20px; }
  @media only screen and (min-width: 1180px) {
    .container {
      margin: auto; } }
  .container--relative {
    position: relative; }

.grid {
  letter-spacing: -.65em;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -16px; }
  @media only screen and (min-width: 768px) {
    .grid {
      margin-right: -15px;
      margin-left: -15px;
      margin-bottom: -30px; } }

.grid--equalheight > [class^="grid__col--"],
.grid--equalheight > [class*=" grid__col--"] {
  display: flex; }

.grid--no-gutter {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0; }
  .grid--no-gutter > [class^="grid__col--"],
  .grid--no-gutter > [class*=" grid__col--"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

.grid--no-horizontal-gutter {
  margin-right: 0;
  margin-left: 0; }
  .grid--no-horizontal-gutter > [class^="grid__col--"],
  .grid--no-horizontal-gutter > [class*=" grid__col--"] {
    padding-left: 0;
    padding-right: 0; }

.grid--no-vertical-gutter {
  margin-bottom: 0; }
  .grid--no-vertical-gutter > [class^="grid__col--"],
  .grid--no-vertical-gutter > [class*=" grid__col--"] {
    margin-bottom: 0; }

[class^="grid__col--"],
[class*=" grid__col--"] {
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  flex: 0 0 auto;
  padding-right: 8px;
  padding-left: 8px;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
  outline: none; }
  @media only screen and (min-width: 768px) {
    [class^="grid__col--"],
    [class*=" grid__col--"] {
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 30px; } }

.grid__col--no-vertical-gutter {
  margin-bottom: 0; }

.grid__col--xs-1 {
  order: auto;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.grid__col--xs-2 {
  order: auto;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.grid__col--xs-3 {
  order: auto;
  flex-basis: 25%;
  max-width: 25%; }

.grid__col--xs-4 {
  order: auto;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.grid__col--xs-5 {
  order: auto;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.grid__col--xs-6 {
  order: auto;
  flex-basis: 50%;
  max-width: 50%; }

.grid__col--xs-7 {
  order: auto;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.grid__col--xs-8 {
  order: auto;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.grid__col--xs-9 {
  order: auto;
  flex-basis: 75%;
  max-width: 75%; }

.grid__col--xs-10 {
  order: auto;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.grid__col--xs-11 {
  order: auto;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.grid__col--xs-12 {
  order: auto;
  flex-basis: 100%;
  max-width: 100%; }

.grid__col--offset-xs-1 {
  margin-left: 8.33333%; }

.grid__col--offset-xs-2 {
  margin-left: 16.66667%; }

.grid__col--offset-xs-3 {
  margin-left: 25%; }

.grid__col--offset-xs-4 {
  margin-left: 33.33333%; }

.grid__col--offset-xs-5 {
  margin-left: 41.66667%; }

.grid__col--offset-xs-6 {
  margin-left: 50%; }

.grid__col--offset-xs-7 {
  margin-left: 58.33333%; }

.grid__col--offset-xs-8 {
  margin-left: 66.66667%; }

.grid__col--offset-xs-9 {
  margin-left: 75%; }

.grid__col--offset-xs-10 {
  margin-left: 83.33333%; }

.grid__col--offset-xs-11 {
  margin-left: 91.66667%; }

.grid__col--offset-xs-12 {
  margin-left: 100%; }

.grid__col--xs {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
  max-width: 100%; }

.grid__col--top-xs {
  align-self: flex-start;
  vertical-align: top; }

.grid__col--middle-xs {
  align-self: center;
  vertical-align: middle; }

.grid__col--bottom-xs {
  align-self: flex-end;
  vertical-align: bottom; }

.grid--reverse-xs {
  flex-direction: row-reverse; }

.grid--start-xs {
  justify-content: flex-start;
  text-align: left; }

.grid--center-xs {
  justify-content: center;
  text-align: center; }

.grid--end-xs {
  justify-content: flex-end;
  text-align: right; }

.grid--top-xs {
  align-items: flex-start; }
  .grid--top-xs > [class^="grid__col--"],
  .grid--top-xs > [class*=" grid__col--"] {
    vertical-align: top; }

.grid--middle-xs {
  align-items: center; }
  .grid--middle-xs > [class^="grid__col--"],
  .grid--middle-xs > [class*=" grid__col--"] {
    vertical-align: middle; }

.grid--bottom-xs {
  align-items: flex-end; }
  .grid--bottom-xs > [class^="grid__col--"],
  .grid--bottom-xs > [class*=" grid__col--"] {
    vertical-align: bottom; }

.grid--around-xs {
  justify-content: space-around; }

.grid--between-xs {
  justify-content: space-between; }

.grid__col--original-xs {
  order: 0; }

.grid__col--first-xs {
  order: -1; }

.grid__col--last-xs {
  order: 1; }

@media only screen and (min-width: 768px) {
  .grid__col--sm-1 {
    order: auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid__col--sm-2 {
    order: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid__col--sm-3 {
    order: auto;
    flex-basis: 25%;
    max-width: 25%; }
  .grid__col--sm-4 {
    order: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid__col--sm-5 {
    order: auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid__col--sm-6 {
    order: auto;
    flex-basis: 50%;
    max-width: 50%; }
  .grid__col--sm-7 {
    order: auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid__col--sm-8 {
    order: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid__col--sm-9 {
    order: auto;
    flex-basis: 75%;
    max-width: 75%; }
  .grid__col--sm-10 {
    order: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid__col--sm-11 {
    order: auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid__col--sm-12 {
    order: auto;
    flex-basis: 100%;
    max-width: 100%; }
  .grid__col--offset-sm-1 {
    margin-left: 8.33333%; }
  .grid__col--offset-sm-2 {
    margin-left: 16.66667%; }
  .grid__col--offset-sm-3 {
    margin-left: 25%; }
  .grid__col--offset-sm-4 {
    margin-left: 33.33333%; }
  .grid__col--offset-sm-5 {
    margin-left: 41.66667%; }
  .grid__col--offset-sm-6 {
    margin-left: 50%; }
  .grid__col--offset-sm-7 {
    margin-left: 58.33333%; }
  .grid__col--offset-sm-8 {
    margin-left: 66.66667%; }
  .grid__col--offset-sm-9 {
    margin-left: 75%; }
  .grid__col--offset-sm-10 {
    margin-left: 83.33333%; }
  .grid__col--offset-sm-11 {
    margin-left: 91.66667%; }
  .grid__col--offset-sm-12 {
    margin-left: 100%; }
  .grid__col--sm {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%; }
  .grid__col--top-sm {
    align-self: flex-start;
    vertical-align: top; }
  .grid__col--middle-sm {
    align-self: center;
    vertical-align: middle; }
  .grid__col--bottom-sm {
    align-self: flex-end;
    vertical-align: bottom; }
  .grid--reverse-sm {
    flex-direction: row-reverse; }
  .grid--start-sm {
    justify-content: flex-start;
    text-align: left; }
  .grid--center-sm {
    justify-content: center;
    text-align: center; }
  .grid--end-sm {
    justify-content: flex-end;
    text-align: right; }
  .grid--top-sm {
    align-items: flex-start; }
    .grid--top-sm > [class^="grid__col--"],
    .grid--top-sm > [class*=" grid__col--"] {
      vertical-align: top; }
  .grid--middle-sm {
    align-items: center; }
    .grid--middle-sm > [class^="grid__col--"],
    .grid--middle-sm > [class*=" grid__col--"] {
      vertical-align: middle; }
  .grid--bottom-sm {
    align-items: flex-end; }
    .grid--bottom-sm > [class^="grid__col--"],
    .grid--bottom-sm > [class*=" grid__col--"] {
      vertical-align: bottom; }
  .grid--around-sm {
    justify-content: space-around; }
  .grid--between-sm {
    justify-content: space-between; }
  .grid__col--original-sm {
    order: 0; }
  .grid__col--first-sm {
    order: -1; }
  .grid__col--last-sm {
    order: 1; } }

@media only screen and (min-width: 1024px) {
  .grid__col--md-1 {
    order: auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid__col--md-2 {
    order: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid__col--md-3 {
    order: auto;
    flex-basis: 25%;
    max-width: 25%; }
  .grid__col--md-4 {
    order: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid__col--md-5 {
    order: auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid__col--md-6 {
    order: auto;
    flex-basis: 50%;
    max-width: 50%; }
  .grid__col--md-7 {
    order: auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid__col--md-8 {
    order: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid__col--md-9 {
    order: auto;
    flex-basis: 75%;
    max-width: 75%; }
  .grid__col--md-10 {
    order: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid__col--md-11 {
    order: auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid__col--md-12 {
    order: auto;
    flex-basis: 100%;
    max-width: 100%; }
  .grid__col--offset-md-1 {
    margin-left: 8.33333%; }
  .grid__col--offset-md-2 {
    margin-left: 16.66667%; }
  .grid__col--offset-md-3 {
    margin-left: 25%; }
  .grid__col--offset-md-4 {
    margin-left: 33.33333%; }
  .grid__col--offset-md-5 {
    margin-left: 41.66667%; }
  .grid__col--offset-md-6 {
    margin-left: 50%; }
  .grid__col--offset-md-7 {
    margin-left: 58.33333%; }
  .grid__col--offset-md-8 {
    margin-left: 66.66667%; }
  .grid__col--offset-md-9 {
    margin-left: 75%; }
  .grid__col--offset-md-10 {
    margin-left: 83.33333%; }
  .grid__col--offset-md-11 {
    margin-left: 91.66667%; }
  .grid__col--offset-md-12 {
    margin-left: 100%; }
  .grid__col--md {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%; }
  .grid__col--top-md {
    align-self: flex-start;
    vertical-align: top; }
  .grid__col--middle-md {
    align-self: center;
    vertical-align: middle; }
  .grid__col--bottom-md {
    align-self: flex-end;
    vertical-align: bottom; }
  .grid--reverse-md {
    flex-direction: row-reverse; }
  .grid--start-md {
    justify-content: flex-start;
    text-align: left; }
  .grid--center-md {
    justify-content: center;
    text-align: center; }
  .grid--end-md {
    justify-content: flex-end;
    text-align: right; }
  .grid--top-md {
    align-items: flex-start; }
    .grid--top-md > [class^="grid__col--"],
    .grid--top-md > [class*=" grid__col--"] {
      vertical-align: top; }
  .grid--middle-md {
    align-items: center; }
    .grid--middle-md > [class^="grid__col--"],
    .grid--middle-md > [class*=" grid__col--"] {
      vertical-align: middle; }
  .grid--bottom-md {
    align-items: flex-end; }
    .grid--bottom-md > [class^="grid__col--"],
    .grid--bottom-md > [class*=" grid__col--"] {
      vertical-align: bottom; }
  .grid--around-md {
    justify-content: space-around; }
  .grid--between-md {
    justify-content: space-between; }
  .grid__col--original-md {
    order: 0; }
  .grid__col--first-md {
    order: -1; }
  .grid__col--last-md {
    order: 1; } }

@media only screen and (min-width: 1180px) {
  .grid__col--lg-1 {
    order: auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid__col--lg-2 {
    order: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid__col--lg-3 {
    order: auto;
    flex-basis: 25%;
    max-width: 25%; }
  .grid__col--lg-4 {
    order: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid__col--lg-5 {
    order: auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid__col--lg-6 {
    order: auto;
    flex-basis: 50%;
    max-width: 50%; }
  .grid__col--lg-7 {
    order: auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid__col--lg-8 {
    order: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid__col--lg-9 {
    order: auto;
    flex-basis: 75%;
    max-width: 75%; }
  .grid__col--lg-10 {
    order: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid__col--lg-11 {
    order: auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid__col--lg-12 {
    order: auto;
    flex-basis: 100%;
    max-width: 100%; }
  .grid__col--offset-lg-1 {
    margin-left: 8.33333%; }
  .grid__col--offset-lg-2 {
    margin-left: 16.66667%; }
  .grid__col--offset-lg-3 {
    margin-left: 25%; }
  .grid__col--offset-lg-4 {
    margin-left: 33.33333%; }
  .grid__col--offset-lg-5 {
    margin-left: 41.66667%; }
  .grid__col--offset-lg-6 {
    margin-left: 50%; }
  .grid__col--offset-lg-7 {
    margin-left: 58.33333%; }
  .grid__col--offset-lg-8 {
    margin-left: 66.66667%; }
  .grid__col--offset-lg-9 {
    margin-left: 75%; }
  .grid__col--offset-lg-10 {
    margin-left: 83.33333%; }
  .grid__col--offset-lg-11 {
    margin-left: 91.66667%; }
  .grid__col--offset-lg-12 {
    margin-left: 100%; }
  .grid__col--lg {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%; }
  .grid__col--top-lg {
    align-self: flex-start;
    vertical-align: top; }
  .grid__col--middle-lg {
    align-self: center;
    vertical-align: middle; }
  .grid__col--bottom-lg {
    align-self: flex-end;
    vertical-align: bottom; }
  .grid--reverse-lg {
    flex-direction: row-reverse; }
  .grid--start-lg {
    justify-content: flex-start;
    text-align: left; }
  .grid--center-lg {
    justify-content: center;
    text-align: center; }
  .grid--end-lg {
    justify-content: flex-end;
    text-align: right; }
  .grid--top-lg {
    align-items: flex-start; }
    .grid--top-lg > [class^="grid__col--"],
    .grid--top-lg > [class*=" grid__col--"] {
      vertical-align: top; }
  .grid--middle-lg {
    align-items: center; }
    .grid--middle-lg > [class^="grid__col--"],
    .grid--middle-lg > [class*=" grid__col--"] {
      vertical-align: middle; }
  .grid--bottom-lg {
    align-items: flex-end; }
    .grid--bottom-lg > [class^="grid__col--"],
    .grid--bottom-lg > [class*=" grid__col--"] {
      vertical-align: bottom; }
  .grid--around-lg {
    justify-content: space-around; }
  .grid--between-lg {
    justify-content: space-between; }
  .grid__col--original-lg {
    order: 0; }
  .grid__col--first-lg {
    order: -1; }
  .grid__col--last-lg {
    order: 1; } }

/** --------------------------------------------------------------------------------------------------------------------
 * _Base */
* {
  box-sizing: border-box; }

body {
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  background-color: #fff;
  overflow-x: hidden;}

body.no-scroll {
  overflow: hidden; }

h2 {
  margin: 1em 0;
  color: #212121;
  font-size: 20px; }

.site-wrapper {
  background: #fff;
  transition: all 300ms ease;
  overflow-x: hidden; }
  .site-wrapper.is-out-of-the-way {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%); }
  .site-wrapper .site-wrapper__blocker {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000; }
  .site-wrapper.is-out-of-the-way .site-wrapper__blocker {
    display: block; }

.hide-xs {
  display: none; }
.show-xs {
  display: block; }

@media only screen and (min-width: 768px) {
  .hide-xs {
    display: block; }
  .show-xs {
  display: none; }}

  .hide-md {
  display: none; }
.show-md {
  display: block; }

@media only screen and (min-width: 1024px) {
  .hide-md {
    display: block; }
  .show-md {
  display: none; }}

/** --------------------------------------------------------------------------------------------------------------------
 * _Form_Elements*/
input:focus,
button:focus,
textarea:focus {
  outline: none; }

form p {
  margin: 1em 0; }

.input-text {
  display: block; }
  .input-text strong {
    display: block;
    margin-bottom: 10px; }
  .input-text input {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #f5f5f5;
    background: #fff;
    height: 35px;
    line-height: 35px; }

.btn {
  display: inline-block;
  padding: 0 20px;
  border: 0;
  border-radius: 2px;
  background: #f5f5f5;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-decoration: none; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--green {
    background: #b2d916;
    color: #fff; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Awesome_Font_Modifications*/
.fa {
  margin: 0 5px; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Header */
.header {
  position: relative;
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-image: url(assets/img/header-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .header__logo {
    display: inline-block;
    margin-bottom: 20px; }
  .header__logo img {
    width: auto;
    height: 33px; }
.language-menu,
.tallink-sponsor {
  display: none;
  float: right;
  padding: 12px 15px;
      top: -8px;
    position: relative;
  background: rgba(0, 0, 0, .2);
}
.tallink-sponsor {
	display: block;
	padding: 0 15px;
	margin-right: 48px;
	line-height: 1;
}
@media only screen and (max-width: 1023px) {
	.tallink-sponsor {
		position: absolute;
		right: 185px!important;
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}
@media only screen and (max-width: 1024px) {
	.tallink-sponsor {
		position: absolute;
		right: 125px;
		top: 16%;
		transform: translateY(-16%);
	}
}
@media only screen and (max-width: 767px) {
	.tallink-sponsor {
		display: none;
	}
}
.tallink-sponsor img {
	display: block;
	line-height: 1;
	height: 43px;
	width: auto;
}
.language-menu a {
  display: inline-block;
  padding-right: 15px;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
}
.language-menu a + a {
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}
.language-menu a:last-child {
  padding-right: 0;
}
.language-menu a:hover,
.language-menu a.active {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .language-menu {
    display: block;
  }
}
.language-menu-mobile {
      position: absolute;
    top: 50%;
    right: 140px;
    transform: translateY(-52%);
  float: right; }
 @media only screen and (min-width: 1024px) {
  .language-menu-mobile {
    display: none;
  }
}
  .language-menu-mobile ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    background: #fff;
    list-style: none;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 300ms ease; }
    .language-menu-mobile ul a {
      padding: 0.5em 1em;
      color: #333; }
  .language-menu-mobile:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .language-menu-mobile a {
    display: block;
    color: #fff;
    white-space: nowrap;
    text-decoration: none; }

.nav {
  width: 100%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4); }

.main-menu {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-menu .menu-item {
position: relative;
float: left;
}

.main-menu .menu-item > a {
	display: block;
	position: relative;
	padding: 0 18px;
	color: #333536;
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	text-decoration: none;
}

.lang-en .main-menu .menu-item > a {
	padding: 0 14px;
}

@media only screen and (min-width: 1130px) {
    .main-menu .menu-item > a {
		padding: 0 28px;
	}
  .lang-en .main-menu .menu-item > a {
		padding: 0 20px;
	}
}

.main-menu .menu-item > a svg {
	margin-right: 10px;
}

.main-menu .menu-item > a svg path {
	fill: #333536;
}

.main-menu > .menu-item > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 35px;
	left: 35px;
	height: 0;
	background: #b2d916;
	transition: all 150ms ease;
}

.main-menu > .menu-item:hover > a:after {
	height: 4px;
}

.main-menu .menu-item:hover > a,
.main-menu .current-page-ancestor > a,
.main-menu .current-menu-item > a {
	color: #b2d916;
}

.main-menu .menu-item:hover > a:after,
.main-menu .current-page-ancestor > a:after,
.main-menu .current-menu-item > a:after {
	height: 4px;
}

.main-menu .menu-item:hover > a svg path,
.main-menu .current-page-ancestor > a svg path,
.main-menu .current-menu-item > a svg path {
	fill: #b2d916;
}

.main-menu .menu-item:hover > .sub-menu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	border-top: 1px solid #f5f5f5;
	background: #f9f9f9;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms ease;
}

.main-menu .sub-menu:before,
.main-menu .sub-menu:after {
	content: "";
	position: absolute;
	left: 35px;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}

.main-menu .sub-menu:before {
	top: -10px;
	border-bottom: 9px solid #f5f5f5;
}

.main-menu .sub-menu:after {
	top: -9px;
	border-bottom: 9px solid #fcfcfc;
}

.main-menu .sub-menu .menu-item {
	float: none;
}

.main-menu .sub-menu .menu-item > a {
	position: relative;
	padding: 0 35px;
	line-height: 40px;
	white-space: nowrap;
}

.main-menu .sub-menu .menu-item > a .dropdown-arrow {
	width: .6em;
    height: .6em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.3em;
    opacity: .2;
}

.main-menu .sub-menu .menu-item:hover > a {
	color: #b2d916;
	background: #fdfdfd;
}

.main-menu .sub-menu .current-menu-item > a {
	color: #b2d916;
}

.main-menu .sub-menu .sub-menu {
	top: -1px;
	left: 100%;
	background: #fdfdfd;
}

.main-menu .sub-menu .sub-menu:before,
.main-menu .sub-menu .sub-menu:after {
	display: none
}

.main-menu .sub-menu .sub-menu .menu-item > a:hover {
	background: #fff;
}

.golfbox-login {
  background: #f5f5f5;
  min-width: 250px;
	padding: 1px 20px;}
  .golfbox-login .forgot-password {
    display: block;
    padding: 0;
    margin-top: 10px;
    color: #333536;
    font-size: 11px;
    text-decoration: none; }

.searcform {
  float: right;
  border-left: 1px solid #f5f5f5; }
  .searcform input,
  .searcform button {
    display: block;
    float: left;
    height: 60px;
    padding: 0 15px;
    margin: 0;
    border: 0;
    background: 0;
    line-height: 60px; }
  .searcform input {
    min-width: 150px; }
    .searcform input::-webkit-input-placeholder {
      font-style: italic; }
    .searcform input:-moz-placeholder {
      font-style: italic; }
    .searcform input::-moz-placeholder {
      font-style: italic; }
    .searcform input:-ms-input-placeholder {
      font-style: italic; }
  .searcform button {
    color: #b2d916;
cursor: pointer; }
  .searcform svg {
    transform: translateY(3px); }
    .searcform svg path {
      fill: #b2d916; }

.nav-mobile {
  position: static;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateY(0);
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden; }
  .nav-mobile.is-active {
    opacity: 1;
    visibility: visible; }
  .nav-mobile a {
    display: block;
    margin-bottom: 0;
    padding: 20px;
    color: #2a2a2a;
    font-weight: 400;
    text-decoration: none;
      border-bottom: 1px solid #eaeaea;}
  .nav-mobile .sub-menu {
    display: none; }

  .logo-mobile img {
    width: 135px;
    height: 35px; }
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #b2d916;
}
.social-menu-mobile {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden; }
  .social-menu-mobile.is-active {
    opacity: 1;
    visibility: visible; }
  .social-menu-mobile li {
    display: inline-block; }
  .social-menu-mobile a {
    display: block;
    padding: 0 5px;
    font-size: 18px;
    text-decoration: none;
    color: #fff; }

.mobile-menu-gate {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 100;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(-65%); }
  .mobile-menu-gate i {
    position: relative;
    bottom: -7px; }

@media all and (max-width: 1023px) {
  .header {
    height: 70px;
    padding: 0 20px;
    background: #b2d916; }
    .header__logo {
      margin: 23px 0 0; }
  .nav {
    display: none; }
  .mobile-menu-gate {
    display: block; } }

/** --------------------------------------------------------------------------------------------------------------------
 * _Footer */
.sponsors {
  margin-top: 15px;
  padding: 45px 0;
  border-top: 1px solid #f8f7f7;
  background: #fafafa; }
  .sponsors__title {
    margin: 0;
    text-align: center; }
  .sponsors__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    padding: 0 40px;
    margin: 0;
    list-style: none;
    text-align: center; }
	.sponsors__title.is-small {
	font-size: 17px;
	opacity: 0.75;
}
	.sponsors__list ~ .sponsors__title {
margin-top: 70px;
}
  .sponsors__item {
    display: inline-block;
    margin: 30px 21px; }
  .sponsors__link img {
    width: 134px;
    height: auto;
    border: 0;
    vertical-align: top; }

.footer {
	padding: 50px 0 125px;
	background-image: url(assets/img/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.footer .container {
	display: flex;
}

.footer .widget {
	width: 20%;
}

.footer .widget.widget-mailbow {
	margin-left: auto;
	width: 35%;
}

.footer .widget.widget-mailbow form {
	margin-top: 45px;
}

.footer .widget.widget-mailbow .input-group {
	display: flex;
}

.footer .widget.widget-mailbow form label {
	display: block;
	margin-bottom: 7px;
}

.footer .widget.widget-mailbow form input {
	box-sizing: border-box;
	width: 60%;
	padding: 0 15px;
	line-height: 30px;
	border: 1px solid #b2d916;
	border-radius: 2px 0 0 2px;
}

.footer .widget.widget-mailbow form button {
	box-sizing: border-box;
	width: 40%;
	background-color: #b2d916;
	border-radius: 0 2px 2px 0;
	border: 0;
	text-align: center;
	color: #ffffff;
	line-height: 32px;
}

.footer .widget.widget-mailbow form button:focus {
	outline: none;
}

.footer .widget.widget-mailbow form button:hover {
	cursor: pointer;
}

.footer .widget .textwidget a {
	color: #4e4c4c;
	text-decoration: none;
}

.footer .widget .textwidget a:hover {
	color: #b2d916;
}

.footer .widget-title {
	margin: 0;
}

.footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .menu-item a {
	color: #4e4c4c;
	text-decoration: none;
}

.footer .menu-item a:hover {
	color: #b2d916;
}

.footer .menu-item a i {
	display: inline-block;
	padding: 0 5px;
	transition: all 200ms ease;
}

.footer .menu-item.is-active a i {
	transform: rotate(-90deg);
}

.footer .submenu {
	max-height: 0;
	overflow: hidden;
	transition: all 200ms ease;
}

@media all and (max-width: 1023px) {
  .sponsors {
    display: none; }

  .footer .container {
    flex-direction: column;
	justify-content: center;
	align-items: center;}

  .footer .widget {
	  order: 2;
    text-align: center; }

.footer .widget.widget-mailbow {
	order: 1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 100%;
	max-width: 480px;
	text-align: left;
}

.footer .widget.widget-mailbow form {
	margin-top: 10px;
}

.footer .widget.widget-mailbow label {
	text-align: left;
}	}

/** --------------------------------------------------------------------------------------------------------------------
 * _Hero_Post */
.post-hero {
  position: relative;
  min-height: 360px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media all and (max-width: 1023px) {
    .post-hero {
      margin-left: -20px;
      margin-right: -20px;
      border-radius: 0; } }
  .post-hero a {
    display: block;
    color: #fff;
    text-decoration: none; }
  .post-hero__color-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .65) 100%); }
    @media all and (max-width: 1023px) {
      .post-hero__color-mask {
        border-radius: 0; } }
  .post-hero__badge {
    padding: 8px 16px;
    border-radius: 2px;
    background: #df3535;
    text-transform: uppercase;
visibility: hidden; }
  .post-hero__header {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px; }
  .post-hero__title {
    margin: 15px 0;
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 8px black; }
  .post-hero__excerpt {
    margin: 0;
    text-shadow: 0 0 8px black; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Advertisement */
.advert {
  height: 310px;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .advert__helper {
    display: block; }
  .advert__helper img {
    max-width: 100%; }
  @media all and (max-width: 1023px) {
    .advert {
      display: none; } }

/** --------------------------------------------------------------------------------------------------------------------
 * _Posts'_Styles */
.post-small {
  position: relative;
  padding-bottom: 1px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07); }
  .post-small a {
    text-decoration: none; }
  .post-small__thumb {
    width: 100%;
    height: 170px;
    border-radius: 2px 2px 0 0;
    background-color: #b2d916;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .post-small__meta {
    margin: 25px 30px 0;
    color: #d4d4d4;
    font-size: 10px;
    text-transform: uppercase; }
  .post-small__content {
    margin: 0 30px 30px; }
  .post-small__title {
    margin: 0 0 15px;
    word-wrap: break-word; }
  .post-small__excerpt {
    color: #2d2d2d;
    margin: 0;
    word-wrap: break-word; }
  @media all and (max-width: 1023px) {
    .post-small {
      height: 105px; }
      .post-small__content-outer {
        float: left;
        width: calc(100% - 105px);
        padding: 20px;
        overflow: hidden; }
      .post-small__content {
        margin: 0; }
      .post-small__thumb {
        float: left;
        width: 105px;
        height: 105px; }
      .post-small__meta {
        margin: 0; }
      .post-small__title {
        margin: 0;
        font-size: 18px; }
      .post-small__excerpt {
        display: none; } }

.post-horizontal {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07); }
  .post-horizontal > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none; }
  .post-horizontal__thumb {
    display: flex;
    float: left;
    width: 200px;
    height: 200px;
    background-color: #b2d916;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .post-horizontal__meta {
    margin: 0 0 10px;
    color: #d4d4d4;
    font-size: 10px;
    text-transform: uppercase; }
  .post-horizontal__info {
    width: calc(100% - 200px);
    padding: 10px 30px; }
  @media all and (max-width: 521px) {
	.post-horizontal > a {
		display: block;
		text-decoration: none; }
	.post-horizontal__thumb {
		position: relative;
		display: block;
		float: none;
		width: 100%;
		height: auto;
	}
	.post-horizontal__thumb:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%;
	}
	.post-horizontal__thumb .content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.post-horizontal__info {
		width: 100%;
		padding: 10px 30px;
	}
  }
    .post-horizontal__info h2 {
      margin: 0 0 7px;
      font-size: 20px;
      font-weight: 700;
      line-height: 25px;
      word-wrap: break-word; }
    .post-horizontal__info p {
      margin: 0;
      color: #3d3d3d;
      line-height: 28px;
      word-wrap: break-word; }
      .post-horizontal__info p .fa {
        margin-right: 10px;
        color: #d0d0d0; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Breadcrumbs */
.breadcrumbs {
  padding: 0;
  margin: 30px 0;
  color: #9a9c9d;
  list-style: none; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumbs li {
    float: left;
    margin-left: 12px;
  }
  .breadcrumbs li:first-child {
    margin-left: 0;
  }
    .breadcrumbs li svg path {
      fill: #9a9c9d; }
  .breadcrumbs a {
    color: #9a9c9d;
    text-decoration: none; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Single_Page/Post */
.page-title {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1; }

.page-content a,
.post-content a {
  color: #b2d916;
  text-decoration: none; }
  .page-content a:hover,
  .post-content a:hover {
    color: #8cab11; }

.page-content img,
.page-content figure,
.post-content img,
.post-content figure {
  max-width: 100%;
  height: auto; }
  .page-content img.alignleft,
  .page-content figure.alignleft,
  .post-content img.alignleft,
  .post-content figure.alignleft {
    float: left;
    margin: 1em 1em 1em 0; }
  .page-content img.alignright,
  .page-content figure.alignright,
  .post-content img.alignright,
  .post-content figure.alignright {
    float: right;
    margin: 1em 0 1em 1em; }

.post-content {
  margin-right: 40px;
  color: #525252; }

.post-content__thumb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px; }
  .post-content__thumb button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    border: 0;
    background: rgba(178, 217, 22, 0.8);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    cursor: pointer; }
    .post-content__thumb button:hover {
      background: #b2d916; }
  .post-content__thumb-desc {
    margin: 15px 0 30px;
    font-weight: 700;
    font-style: italic; }

.post-content__meta {
  padding: 15px 0 21px;
  margin: 30px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 24px; }
  .post-content__meta--footer {
    border-bottom: 0; }
  .post-content__meta > div {
    display: inline-block;
    margin-right: 15px;
    color: #cfcfcf;
    font-size: 12px; }
  .post-content__meta-icon {
    position: relative;
    top: 6px;
    color: #b2d916;
    font-size: 28px;
    margin: 0 7px 0 0; }
  .post-content__meta-date {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px; }
  .post-content__meta-social {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 13px;
    border-radius: 12px;
    color: #fff !important;
    font-size: 12px;
    text-align: center; }
    .post-content__meta-social .fa {
      margin: 0; }
    .post-content__meta-social--facebook {
      background: #3b5998; }
    .post-content__meta-social--twitter {
      background: #55acee; }
    .post-content__meta-social--google {
      background: #dd4b39; }

.content-club {
  margin: 30px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: stretch; }
  .content-club__thumb {
	flex: 1;
    width: 33.333333%;
    min-height: 220px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
.content-club--b .content-club__thumb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-club--b .content-club__thumb div {
  width: 250px;
  height: 250px;
  margin: 30px 0 30px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
  .content-club__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
    width: 66.666666%;
    padding: 30px 0 30px 30px; }
    .content-club__info h5 {
		display: flex;
	align-items: center;
      margin: 0 0 25px;
      font-size: 20px;
      font-weight: 700;
      line-height: 25px; }
    .content-club__info h5 .website {
		margin-left: auto;
			font-size: 14px;
			font-weight: 400;
			padding-right: 30px}
    .content-club__info h5 .website .fa {
		color: #959595}
    .content-club__info p {
		display: flex;
		align-items: center;
      margin: 0;
      color: #333;
      line-height: 28px; }
    .content-club__info p strong {
		margin-right: 10px; }
      .content-club__info p .fa {
        margin-right: 10px;
		color: #959595;
			width: 14px;}
@media (max-width: 768px) {
	.content-club {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.content-club__thumb {
		min-height: 160px;
		margin: 30px 0 20px;
	}
	.content-club__info {
		width: 100%;
		padding: 0 30px 30px 30px;
	}
	.content-club__info h5 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.content-club__info h5 .website {
		margin-left: 0;
	}
}

/** --------------------------------------------------------------------------------------------------------------------
 * _Post_Type_Events */
.event:after {
  content: "";
  display: table;
  clear: both; }

.event + .event {
  border-top: 1px solid #eee; }

.event a {
  display: flex;
  align-items: center;
  text-decoration: none; }

.event h2 {
  padding-left: 30px; }

.event time {
	display: inline-block;
	width: 170px;
  color: #ccc; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Sidebars */
.aside {
	margin-bottom: 30px;
}

.aside-menu {
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	list-style: none;
}

.aside-menu li {
	position: relative;
}

.aside-menu a {
	display: block;
	padding: 14px 20px;
	border-bottom: 1px solid #f1efef;
	background: #fbfbfb;
	color: #333536;
	font-weight: bold;
	text-decoration: none;
}

.aside-menu li:first-child a {
	border-radius: 2px 2px 0 0;
}

.aside-menu li:last-child a {
	border-bottom: 0;
	border-radius: 0 0 2px 2px;
}

.aside-menu a i {
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px 25px;
	margin: 0;
	color: #ccc;
}

.aside-menu > li.is-active > a {
	text-decoration: underline;
}

.aside-menu > li.is-active > a,
.aside-menu > li > a:hover {
	border-color: #f6f6f6;
	background: #f6f6f6;
}

.aside-menu > li.is-active > a i {
	transform: rotate(-90deg);
}

.aside-menu > li.is-active:after,
.aside-menu > li:hover:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #b2d916;
}

.aside-menu .submenu {
	max-height: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	transition: max-height 200ms ease;
}

.aside-menu .submenu a {
	padding-left: 50px;
	border-color: #f6f6f6;
	background: #f6f6f6;
}

.aside-menu .submenu > li.is-active > a,
.aside-menu .submenu > li > a:hover {
	text-decoration: underline;
}

.aside-advert {
  padding: 10px;
  border-radius: 2px;
  background: #f5f5f5; }
  .aside-advert img {
    width: 100%;
    height: auto; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Misc */
.more-articles-link {
  margin: 0 0 30px; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Search_Overlay */
.search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-top: 60px;
  background: #b2d916;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease; }
  .search__result > a {
    color: #525252;
  }
  .search.is-active {
    visibility: visible;
    opacity: 1; }
  .search__label {
    display: block;
    height: 50px;
    margin-bottom: 40px; }
    .search__label:after {
      content: "";
      display: table;
      clear: both; }
    .search__label input {
      height: 50px;
      padding: 0 20px;
      border: 0;
      /*border-left: 6px solid #fff;*/
      background: none;
      color: #161c1e;
      line-height: 50px;
      font-family: 'Titillium Web', sans-serif;
      font-weight: 700;
      font-size: 40px; }
      .search__label input::-webkit-input-placeholder {
        color: #9bbe18; }
      .search__label input:-moz-placeholder {
        color: #9bbe18; }
      .search__label input::-moz-placeholder {
        color: #9bbe18; }
      .search__label input:-ms-input-placeholder {
        color: #9bbe18; }
  .search__results {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease; }
    .search__results.is-hidden {
      visibility: hidden;
      opacity: 0; }
  .search__result {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff; }
    .search__result a {
      display: flex;
      text-decoration: none; }
  .search__header-column {
    width: 33.333333%; }
  .search__content-column {
    width: 66.666666%; }
  .search__meta {
    margin-bottom: 15px;
    color: #d6d3d3;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700; }
  .search__title {
    padding-right: 30px;
    margin: 0; }
  .search__excerpt {
    margin: 40px 0;
    color: #525252;
    font-size: 14px;
    text-decoration: none; }
  .search__close {
    display: block;
    float: right;
    height: 60px;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    line-height: 60px;
    cursor: pointer; }
    .search__close i {
      font-size: 50px; }
    .search__close:focus {
      outline: none; }
  .search__icon {
    position: relative;
    top: 10px;
    font-size: 50px; }
  .search__spinner-wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease; }
    .search__spinner-wrap.is-visible {
      visibility: visible;
      opacity: 1; }
  .search__spinner {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -160px;
    margin-left: -160px;
    border: solid 160px;
    border-radius: 100%;
    border-color: rgba(0, 0, 0, 0.05) transparent rgba(0, 0, 0, 0.05) transparent;
    animation: spin 2s linear infinite; }
  .search__no-content {
    margin: 100px 0;
    font-size: 160px;
    font-weight: 700;
    opacity: 0.05; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/** --------------------------------------------------------------------------------------------------------------------
 * _Ranking_Table */
.ranking-table-search {
  float: right;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #f3f3f3;
  cursor: text; }
  .ranking-table-search input {
    float: left;
    line-height: 58px;
    padding: 0;
    border: 0;
    width: 250px;
    cursor: text; }
  .ranking-table-search ::-webkit-input-placeholder {
    font-style: italic; }
  .ranking-table-search ::-webkit-input-placeholder {
    font-style: italic; }
  .ranking-table-search :-moz-placeholder {
    font-style: italic; }
  .ranking-table-search ::-moz-placeholder {
    font-style: italic; }
  .ranking-table-search :-ms-input-placeholder {
    font-style: italic; }
  .ranking-table-search span {
    display: block;
    margin-top: 20px;
    float: left;
    line-height: 60px; }
  .ranking-table-search svg {
    display: inline;
    fill: #dce31f; }

.ranking-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #f3f3f3; }
  .ranking-table th {
    border: 0;
    padding: 20px 30px;
    color: #3b4859;
    font-weight: bold;
    font-size: 1.125em;
    text-align: left; }
  .ranking-table td {
    border: 0;
    padding: 20px 30px;
    line-height: 20px; }
  .ranking-table tbody {
    overflow: hidden;
    max-height: 600px; }
  .ranking-table tbody tr:nth-child(odd) {
    background: #f9f9f9; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Widgets */
.widget-color-box {
  position: relative;
  border-radius: 3px;
  overflow: visible;
  color: #fff; }
 .widget-color-box__inner {padding: 20px 20px 5px 20px; display: block;}
  .widget-color-box--red {
    background-color: #df3535; }
  .widget-color-box--blue {
    background-color: #6f92dc; }
  .widget-color-box--green {
    background-color: #b2d916; }
  .widget-color-box h2 {
    margin: 0 0 15px;
    color: #fff; }
  .widget-color-box p {
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px; }
  .widget-color-box a {
    color: #fff;
    text-decoration: none; }
    .widget-color-box a:hover {
      text-decoration: none; }
  .widget-color-box img {
    position: absolute;
    right: 0;
    bottom: 0; }
  @media only screen and (min-width: 768px) {
    .widget-color-box {
      padding: 30px 140px 5px 30px; } }

.widget-social__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.widget-social li {
  display: block; }
  .widget-social li:first-child {
    border-radius: 3px 3px 0 0; }
  .widget-social li:last-child {
    border-radius: 0 0 3px 3px; }
  .widget-social li a {
    display: block;
    padding: 15px 30px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none; }

.widget-social__facebook {
  background: #415e9a; }

.widget-social__youtube {
  background: #cd201f; }

.widget-social__instagram {
  background: #fbad50; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Tabs */
.tabs {
	overflow: hidden;
}

.tabs__nav:after {
	content: "";
	display: table;
	clear: both;
}

.tabs__nav-item {
	display: block;
	float: left;
	width: 50%;
	padding: 7px 10px 7px 0;
	border-top: 6px solid #f2f2f2;
	color: #dcdcdc;
	font-weight: 700;
	text-decoration: none;
}

    .tabs__nav-item:hover {
      border-color: #e2e2e2;
      color: #ccc; }
    .tabs__nav-item.is-active {
      border-color: #055bf4;
      color: #333; }
      .tabs__nav-item.is-active:hover {
        border-color: #055bf4;
        color: #055bf4; }
  .tabs__content-wrap {
    width: 200%;
    transform: translateX(0);
    transition: all 500ms ease; }
    .tabs__content-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .tabs__content-wrap.is-transformed {
      transform: translateX(-50%); }
  .tabs__content-list {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none; }
    .tabs__content-list li {
      padding: 20px 20px 20px 0;
      border-bottom: 1px solid #f0f0f0;
      font-size: 13px; }
      .tabs__content-list li span {
        color: #dcdcdc;
        font-size: 10px;
        text-transform: uppercase; }
    .tabs__content-list a {
      color: #333;
      text-decoration: none; }
      .tabs__content-list a:hover {
        text-decoration: underline; }

/** --------------------------------------------------------------------------------------------------------------------
 * _Contact_Page_Template */
.grey-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #f6f6f6;
  text-align: center; }
  .grey-box:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: #b2d916;
    transition: all 150ms ease; }
  .grey-box:hover:before {
    height: 5px; }
  .grey-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #fff transparent transparent; }
  .grey-box a {
    color: #b2d916;
    text-decoration: none; }
  .grey-box p {
    margin: 0; }
    .grey-box p + p {
      margin: 1em 0 0; }
  .grey-box h5 {
    margin: 0 0 0.75em;
    font-size: 18px;
    line-height: 1; }

.person {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 40px 40px 40px 180px;
  background-color: #b2d916;
  color: #fff; }
  .person--with-image {
    margin-top: 60px; }
	.person--trainer.person--with-image {
    margin-top: 0; }
  .person--margin-top {
    margin-top: 60px; }
.person--no-margin-top {
    margin-top: 0 !important; }
  .person__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    background-color: #3a3a3a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
	.person--trainer .person__picture {
    width: 160px; }
    .person__picture img {
      display: none;
      width: 100%; }
  .person--image-offset .person__picture {
    top: auto;
    left: -10px;
    width: auto;
    max-width: 130px;
    background-color: transparent;
    overflow: visible; }
    .person--image-offset .person__picture img {
      display: block; }
  .person a {
    color: #fff;
    text-decoration: none; }
  .person p {
    margin: 0;
    font-size: 14px; }
    .person p:first-child {
      line-height: 1; }
    .person p + p {
      margin: 0.75em 0 0; }
  .person h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1; }

.no-transition {
	transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.ngg-gallery-thumbnail img {
background-color:transparent!important;
border:none!important;
border-radius:10px!important;
}

.ngg-album-compactbox, .ngg-album-compactbox:after, .ngg-album-compactbox:before {
border: none !important;
}
.ngg-album-compact h4 .ngg-album-desc {
height: 90px !important;
}

.ngg-album-gallery-image-counter {
visibility: hidden!important;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

.scroll-wrapper iframe {
}

/** --------------------------------------------------------------------------------------------------------------------
 * _Ranking_Widget */
.widget-ranking {
	border-radius: 3px;

	overflow-x: hidden;
}

.widget-ranking__top {
	padding: 7px 20px 7px 35px;
	background: #f4f5f6;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.widget-ranking__top img {
	float: right;
	height: 35px;
	width: auto;
}

.widget-ranking__nav a {
	display: block;
	width: 33.333333%;
	background: #eef0f2;
	color: #161c1e;
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
}

.widget-ranking__nav a:hover,
.widget-ranking__nav a.is-active {
	background: #f4f5f6;
}

.widget-ranking__gate a {
	display: block;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: #3a65bd;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.widget-ranking__gate a:hover {
	background: #3158a8;
}

.widget-ranking__list {
	width: 300%;
	transition: all 300ms ease;
}

.widget-ranking__list ul {
	width: 33.333333%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget-ranking__list li {
	line-height: 50px;
	padding: 0 20px 0 35px;
	font-size: 16px;
}

.widget-ranking__list li:nth-child(1) {
	background: #eef0f2;
}

.widget-ranking__list li:nth-child(2) {
	background: #ebeced;
}

.widget-ranking__list li:nth-child(3) {
	background: #e7e9ea;
}

.widget-ranking__list li .widget-ranking__rank {
	display: block;
	float: left;
	position: relative;
	margin-right: 28px;
	z-index: 2;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.widget-ranking__list li .widget-ranking__rank span {
	display: block;
	position: relative;
	z-index: 2;
}

.widget-ranking__list li .widget-ranking__rank:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	transform: translate(-50%, -50%);
}

.widget-ranking__list li:nth-child(1) .widget-ranking__rank:before {
	background: #f9cc17;
}

.widget-ranking__list li:nth-child(2) .widget-ranking__rank:before {
	background: #d6d6d6;
}

.widget-ranking__list li:nth-child(3) .widget-ranking__rank:before {
	background: #d08460;
}

.widget-ranking__list li .widget-ranking__hcp {
	font-size: 13px;
	font-weight: bold;
	float: right;
	color: #c1c1c1;
}
#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
/* Tournament template */
.sidebox {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: solid 10px #ffffff;
  /*
  #gb-ls .gb-livescore-error-holder {
    border: none;
  }
  #gb-ls .gb-livescore-widget-topxleaderboard-block-outer{
    border: none;
  }
  #gb-ls .gb-livescore-widget-topxleaderboard-block-holder{
    border: none
  }
  */ }
  .sidebox > p {
    display: none; }
  .sidebox #gb-ls .gb-livescore-widget-topxleaderboard-block-container-wrapper {
    column-count: 4; }
  .sidebox .gb-livescore-widget-topxleaderboard-block-container-holder {
    min-height: 175px; }

.tournament {
  margin-bottom: 30px; }
  .tournament .page-content {
    width: 100%; }
  .tournament-hero {
    position: relative;
    min-height: 250px;
    width: 100%; }
  .tournament-hero__meta-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 120px 81px 30px 30px;
    width: 100%;
    background-image: linear-gradient(180deg, transparent 0%, #000000 100%); }
  .tournament-hero__title {
    color: #fbfbfb;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.27px;
    margin: 0; }
  .tournament-hero__time {
    color: #fbfbfb;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.24px;
    margin: 0; }
  .tournament-hero__share-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px; }
  .tournament-hero__share {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    border-radius: 8px;
    display: block;
    padding: 11px 16px;
    background-color: #f1eded; }

@media only screen and (min-width: 768px) {
  .tournament-hero {
    min-height: 400px; } }

.share__text {
  color: #333333;
  padding: 0 5px 0 21px; }

.content-tabs {
  list-style: none;
  padding: 0; }
  .content-tabs__wrapper {
    width: 100%;
    padding-bottom: 10px; }
  .content-tabs__container {
    position: relative;
    z-index: 2;
    clear: both;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .content-tabs__item {
    background-color: #efedeb;
    border-right: 1px solid #ffffff;
    float: left;
    width: auto;
    position: relative; }
    .content-tabs__item a {
      padding: 20px 25px;
      display: inline-block;
      color: #000000;
      font-family: 'Titillium Web', sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: -0.27px;
      text-decoration: none; }
    .content-tabs__item-active, .content-tabs__item.r-tabs-state-active {
      background-color: #ffffff;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .content-tabs__item-active:after, .content-tabs__item.r-tabs-state-active:after {
        content: " ";
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3; }
    .content-tabs__item:last-child {
      border-right: none; }
  .content-tabs__tab {
    padding: 25px;
    display: none; }
    .content-tabs__tab-active {
      display: block; }

.news-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list__item {
    padding: 15px 0;
    border-bottom: solid 1px #ebebeb; }
    .news-list__item:last-child {
      border-bottom: none; }
  .news-list__anchor {
    color: #2d2d2d;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.23px; }
  .news-list__item--date {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px; }

.link-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .link-list__item {
    padding: 15px 0;
    border-bottom: solid 1px #ebebeb; }
    .link-list__item:last-child {
      border-bottom: none; }
  .link-list__anchor {
    color: #2d2d2d;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.23px;
    position: relative;
    padding-left: 35px; }
    .link-list__anchor:before {
      content: " ";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      background: url("assets/img/green-link-box.png") 0 0 no-repeat;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

.tournament-gallery {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tournament-gallery__image {
    float: left; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    background-color: #efedeb;
    display: block;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    text-decoration: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

.post-small--border {
  border-radius: 2px 2px 0 0;
  border-top: solid 2px #b2d916; }

.post-small__content--padding-full {
  margin: 30px; }

.tournament .post-small {
  height: auto;
  width: 100%; }

.tournament .post-small__thumb {
  float: none;
  height: 170px;
  width: auto; }

.tournament-gallery__image {
  padding: 0 5px; }

.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.gallery__arrow--left {
  left: -17px; }

.gallery__arrow--right {
  right: -17px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    max-width: 100%;
    height: auto;
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow {
  display: block; }

.slick-arrow.slick-hidden {
  display: none; }

.nice-link__content a {
  font-weight: bold;
  color: #b2d916;
  text-decoration: none; }
  .nice-link__content .btn.btn--green{
    color: #FFFFFF;
  }

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



/**
 * VARIA
 */
.content-iframe {
	width: 800px;
}

@media all and (max-width: 1180px) {
	.content-iframe {
		width: 700px;
	}
}

@media all and (max-width: 1080px) {
	.content-iframe {
		width: 600px;
	}
}

@media all and (max-width: 980px) {
	.content-iframe {
		width: 500px;
	}
}

@media all and (max-width: 600px) {
	.content-iframe {
		width: 300px;
	}
	.mobile-hide-block {
		display: none!important;
	}
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: #959595;
	margin-left: 5px;
	margin-right: 10px;
}

@media all and (min-width: 768px) {
	.hide-desktop {
		display: none !important;
	}
}

ul li.sponsors__item:nth-child(1) img {
	width: 100px!important;
}


/**
 * Component: CARD
 * Template: template-parts/card.php
 */
.card {
  display: flex;
  align-items: stretch;
  margin: 30px 0;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

.card__img {
  flex: 0 0 auto;
  padding: 30px;
}

.card__img img {
  display: block;
  width: 250px;
  height: 250px;
  margin: auto;
  object-fit: cover;
}

.card__content {
  padding: 30px 30px 30px 0;
}

.card__content h5 {
  margin: 0 0 16px;
  color: #2A2A2A;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.card__content .fa {
  display: inline-block;
  width: 18px;
  opacity: .5;
  margin: 0 7px 0 0;
  text-align: center;
}

.card__content img {
  display: inline-block;
  width: 18px;
  height: auto;
  opacity: .5;
  margin-right: 7px;
}

.card__content p {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
  color: #2A2A2A;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.34px;
}

.card__content span + span {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .card {
    flex-direction: column;
  }

  .card__content {
    padding-top: 0;
    padding-left: 30px;
  }

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


/**
 * Widget: BIRTHDAYS
 * Template: inc/widgets/class-widget-birtdays.php
 */
.widget_birthdays {
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.widget_birthdays h2 {
  margin: 0;
  padding: 24px 30px;
  border-radius: 2px 2px 0 0;
  background-color: #B2D916;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 25px;
}

.widget_birthdays section {
  padding: 30px;
}

.widget_birthdays section + section {
  margin-top: -30px;
}

.widget_birthdays header {
  margin-bottom: 10px;
}

.widget_birthdays header h6 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 25px;
}

.widget_birthdays header span {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.34px;
  line-height: 17px;
}

.widget_birthdays ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_birthdays li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.38px;
  line-height: 24px;
}

/**
 * MOBILE MENU STUFF
 */

.mobile-navigation {
  display: none;
  flex-direction: column;
}

.mobile-navigation > header {
  flex: 0 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 10px 15px;
  background-color: #b2d916;
}

.mobile-logo img {
  display: block;
  height: 40px;
  width: auto;
  margin-bottom: -10px;
}

.mobile-close {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  text-indent: 100px;
  cursor: pointer;
  outline: 0;
}

.mobile-close:before,
.mobile-close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform-origin: 50% 50%;
}

.mobile-close:before {
  transform: rotate(45deg);
}

.mobile-close:after {
  transform: rotate(-45deg);
}

.mobile-nav-content {
  position: relative;
  flex: 1;
  background-color: #fff;
  overflow: hidden;
}

.mobile-nav-content ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 200ms ease;
}

.mobile-nav-content > ul {
  overflow-y: scroll;
}

.mobile-nav-content > ul.move-aside {
  overflow: visible !important;
}

.mobile-nav-content ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}

.mobile-nav-content ul.move-aside {
  transform: translateX(-100%);
}

.mobile-nav-content ul.move-into-view {
  display: block;
  overflow-y: scroll;
}

.mobile-nav-content ul.move-aside.move-into-view {
  overflow: visible !important;
}

.mobile-nav-content ul > li + li {
  border-top: 1px solid #eaeaea;
}

.mobile-nav-content ul > li > a,
.mobile-nav-content ul > li > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.mobile-nav-content ul > li > span {
  font-weight: bold;
}

.mobile-nav-content ul > li > a.go-back {
  justify-content: flex-start;
  font-size: 14px;
  font-weight: bold;
}

.mobile-nav-content ul > li > a > span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.mobile-nav-content ul > li > a.go-back > span {
  transform: rotate(180deg);
  margin-right: 15px;
}

.mobile-nav-content ul > li > a > span:before,
.mobile-nav-content ul > li > a > span:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  width: 10px;
  height: 2px;
  background-color: #b2d916;
}

.mobile-nav-content ul > li > a > span:before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.mobile-nav-content ul > li > a > span:after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

.mobile-search {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.mobile-search input {
  flex: 1;
  padding-right: 15px;
  border: 0;
  line-height: 50px;
}

.mobile-search button {
  flex: 0 0 25px;
  width: 25px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.mobile-search button svg {
  width: 15px;
  height: 30px;
  fill: #b2d916;
}

.mobile-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.mobile-languages a {
  display: inline-block;
  color: #b2d916;
  font-weight: 600;
  line-height: 50px;
  font-size: 18px;
  text-decoration: none;
}

.mobile-languages a + a {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .site-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .logged-in .site-wrap {
    height: calc(100vh - 32px);
  }

  .site-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 300ms ease;
  }

  .menu-open .site-content {
    transform: translateX(-100%);
  }

  .mobile-navigation {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 300ms ease;
  }

  .menu-open .mobile-navigation {
    transform: translateX(0);
  }
}
