@charset "UTF-8";
/*********************************************

	Theme Name: Elling Eide Center
	Description: Custom theme for Elling Eide Center
	Author: Vladimír Jarkovský
	Version: 1.0.0

*********************************************

---------------------------------------------
	TABLE OF CONTENTS:
---------------------------------------------
1. Fonts
2. Variables
3. Mixins
4. General Styles
5. Typography
6. Forms
7. Navigation
8. Main Content
9. Article
10. Header / Hero

*********************************************/
/*----------------------------------------------------------*/
/*	1. Fonts
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*	2. Variables
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*	3. Mixins
/*----------------------------------------------------------*/
/* Border radius */
/* Background cover */
/* Background contain */
/* Verical and / or horizontal aligning */
/* Reset centre */
/* Remove box shaddows */
/* Remove list styles */
/*----------------------------------------------------------*/
/*	4. General Styles
/*----------------------------------------------------------*/
body, .off-canvas-content {
  background: #fff; }

* {
  color: #414042;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }
  *:focus {
    outline: none; }

img {
  width: 100%;
  height: auto; }

.main-content .hentry img {
  width: auto;
  height: auto; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.no-bottom-padding {
  padding-bottom: 0 !important; }

.home #header, .home #content {
  margin: 0; }

.row {
  max-width: 1100px; }

figure {
  margin-left: 0;
  margin-right: 0; }
  figure figcaption {
    margin-top: 4px; }

/*----------------------------------------------------------*/
/*	X. Typography
/*----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #414042;
  font-family: "ff-tisa-web-pro", "Georgia", serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

span {
  color: inherit;
  font-size: inherit; }

a {
  color: #414042;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover, a:focus {
    color: #E52018; }

.entry-content a, .standout-text a {
  text-decoration: underline; }

p {
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 26px; }

.standout-text {
  /*font-family: $secondary-font;*/
  font-family: "franklin-gothic-urw", sans-serif;
  color: #414042;
  font-size: 21px;
  margin-bottom: 36px; }

.page-header {
  margin-bottom: 40px; }
  .page-header .page-title {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 13px; }

button, .button, input[type="submit"] {
  border: none;
  background: #E52018;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .045em;
  padding: 12px 18px;
  text-decoration: none !important; }
  button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #75787B; }

.remove-list-styles {
  list-style: none;
  margin: 0; }

/*----------------------------------------------------------*/
/*	X. Header
/*----------------------------------------------------------*/
#header {
  margin-bottom: 60px; }
  #header .top-bar {
    background: #E52018;
    padding: 0; }
    #header .top-bar ul {
      background: #E52018; }
    #header .top-bar .top-bar-left {
      position: relative;
      width: 100%;
      max-width: 310px; }
      #header .top-bar .top-bar-left ul li, #header .top-bar .top-bar-left ul a {
        padding-left: 0; }
    #header .top-bar .logo-main-wrap {
      position: absolute;
      left: 0;
      bottom: 20px; }
    #header .top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
      display: none; }
  #header #primary-nav {
    background: #E52018;
    height: 120px;
    position: relative; }
    #header #primary-nav > .row, #header #primary-nav .top-bar, #header #primary-nav .top-bar-left {
      height: 100%; }
    #header #primary-nav .top-bar-right {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: -1px;
      width: 55%; }
      #header #primary-nav .top-bar-right .menu {
        height: 100%;
        border-left: 1px solid #fff;
        position: relative; }
        #header #primary-nav .top-bar-right .menu > li {
          position: relative;
          display: block;
          height: 50%;
          border-right: 1px solid #fff; }
          #header #primary-nav .top-bar-right .menu > li a {
            display: block;
            position: relative;
            height: 100%;
            font-size: 15px; }
            #header #primary-nav .top-bar-right .menu > li a span {
              position: absolute;
              bottom: 0;
              left: 0;
              color: #fff;
              padding: 14px 16px; }
          #header #primary-nav .top-bar-right .menu > li:nth-child(4n) {
            border-right: none; }
          #header #primary-nav .top-bar-right .menu > li.current-menu-item, #header #primary-nav .top-bar-right .menu > li:hover {
            background: #4E4E52; }
          #header #primary-nav .top-bar-right .menu > li.has-submenu a:after {
            display: none; }
          #header #primary-nav .top-bar-right .menu > li:nth-child(-n+4) {
            border-bottom: 1px solid #fff; }
        #header #primary-nav .top-bar-right .menu .submenu {
          margin: 0;
          margin-left: -1px;
          min-width: auto;
          border: none;
          border-top: none;
          z-index: 13;
          background: #4E4E52;
          padding-bottom: 8px;
          list-style: none; }
          #header #primary-nav .top-bar-right .menu .submenu > li {
            padding: 0; }
            #header #primary-nav .top-bar-right .menu .submenu > li a {
              padding: 4px 16px;
              color: #BEBFC1;
              background: #4E4E52; }
              #header #primary-nav .top-bar-right .menu .submenu > li a:hover {
                color: #fff; }
              #header #primary-nav .top-bar-right .menu .submenu > li a span {
                position: relative;
                color: inherit;
                padding: 0; }

.page-intro {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 560px; }
  .page-intro .intro-content {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    /*bottom: 100px;*/
    z-index: 2;
    top: 70%; }
    .page-intro .intro-content * {
      color: #fff; }
    .page-intro .intro-content .section-title {
      font-size: 13px;
      text-transform: uppercase;
      display: inline-block;
      width: 180px;
      background: rgba(231, 26, 0, 0.65);
      padding: 6px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      letter-spacing: .1em; }
    .page-intro .intro-content h1 {
      font-size: 32px;
      font-weight: 700; }
    .page-intro .intro-content h3 {
      font-size: 22px;
      font-weight: 700; }

.page-template-template-home .page-intro .intro-content {
  bottom: auto;
  top: 50%; }

.breadcrumbs-wrap {
  background: #EFEFEF;
  padding: 20px 0;
  min-height: 55px; }
  .breadcrumbs-wrap .breadcrumbs {
    margin: 0; }
    .breadcrumbs-wrap .breadcrumbs li {
      font-size: 15px;
      text-transform: none;
      margin: 0 8px;
      position: relative; }
      .breadcrumbs-wrap .breadcrumbs li a {
        font-size: 15px;
        color: #414042;
        padding: 0; }
      .breadcrumbs-wrap .breadcrumbs li::after {
        content: "/";
        color: #414042;
        position: absolute;
        top: -6px;
        right: -12px;
        margin: 0; }
      .breadcrumbs-wrap .breadcrumbs li:first-child {
        margin-left: 0; }
        .breadcrumbs-wrap .breadcrumbs li:first-child.home {
          padding-right: 4px; }
          .breadcrumbs-wrap .breadcrumbs li:first-child.home::before {
            content: "/";
            color: #414042;
            position: absolute;
            top: -6px;
            right: -8px;
            margin: 0; }
          .breadcrumbs-wrap .breadcrumbs li:first-child.home a {
            text-transform: uppercase; }
      .breadcrumbs-wrap .breadcrumbs li:last-child {
        margin-right: 0; }
        .breadcrumbs-wrap .breadcrumbs li:last-child:after {
          display: none; }
      .breadcrumbs-wrap .breadcrumbs li.current-menu-item a {
        color: #E52018;
        cursor: default; }
        .breadcrumbs-wrap .breadcrumbs li.current-menu-item a:hover {
          text-decoration: none; }

/*----------------------------------------------------------*/
/*	X. Main content
/*----------------------------------------------------------*/
#content {
  margin-bottom: 65px; }
  #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: "franklin-gothic-urw", sans-serif; }

/*----------------------------------------------------------*/
/*	X. Quick links
/*----------------------------------------------------------*/
#quick-links {
  background: #EFEFEF;
  padding: 60px 0 50px 0; }
  #quick-links .quick-links-heading {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "franklin-gothic-urw", sans-serif; }
  #quick-links .quick-link .image-wrap {
    margin-bottom: 15px;
    background: #1c1c1c; }
  #quick-links .quick-link img {
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%; }
  #quick-links .quick-link h5 {
    font-size: 16px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0; }
  #quick-links .quick-link a:hover img {
    opacity: .6; }

/*----------------------------------------------------------*/
/*	X. Footer
/*----------------------------------------------------------*/
#footer {
  background: #4E4E52;
  padding: 40px 0 40px 0; }
  #footer * {
    color: #fff;
    font-size: 15px; }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    font-family: "franklin-gothic-urw", sans-serif; }
  #footer .footer-main {
    margin-bottom: 70px; }
  #footer .footer-headline {
    font-size: 16px;
    text-transform: uppercase; }
  #footer .copyright {
    font-size: 12px;
    margin-bottom: 0; }
    #footer .copyright a {
      font-size: inherit; }
  #footer ul {
    list-style: none;
    margin: 0; }
  #footer .widget .menu li {
    display: block;
    margin-bottom: 10px; }
    #footer .widget .menu li:last-child {
      margin-bottom: 0; }
    #footer .widget .menu li a {
      padding: 0; }
  #footer .widget.widget_mc4wp_form_widget {
    margin-top: 20px; }
    #footer .widget.widget_mc4wp_form_widget h5 {
      text-transform: none; }
    #footer .widget.widget_mc4wp_form_widget form {
      position: relative;
      display: block;
      width: 100%; }
      #footer .widget.widget_mc4wp_form_widget form input[type="email"] {
        background: #818188;
        color: #fff;
        border: none;
        display: block;
        width: 100%;
        margin-bottom: 0;
        height: 38px; }
      #footer .widget.widget_mc4wp_form_widget form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0;
        height: 38px;
        line-height: 38px;
        background: #818188;
        padding-top: 0;
        padding-bottom: 0; }
      #footer .widget.widget_mc4wp_form_widget form p {
        margin-bottom: 0; }
      #footer .widget.widget_mc4wp_form_widget form ::-webkit-input-placeholder {
        color: #4E4E52; }
      #footer .widget.widget_mc4wp_form_widget form :-moz-placeholder {
        color: #4E4E52; }
      #footer .widget.widget_mc4wp_form_widget form ::-moz-placeholder {
        color: #4E4E52; }
      #footer .widget.widget_mc4wp_form_widget form :-ms-input-placeholder {
        color: #4E4E52; }
  #footer .prominent .menu a {
    text-transform: uppercase;
    font-weight: 500; }
  #footer .social-wrap {
    text-align: left; }
    #footer .social-wrap p {
      margin-bottom: 8px; }

/*----------------------------------------------------------*/
/*	X. Social menu
/*----------------------------------------------------------*/
.social-wrap {
  text-align: right; }

.social.menu {
  display: inline-block; }
  .social.menu li {
    margin-right: 10px;
    display: inline-block; }
    .social.menu li a {
      background: #000;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      border-radius: 999px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding: 0;
      font-size: 15px; }
      .social.menu li a i {
        margin: 0;
        line-height: 30px; }
      .social.menu li a:hover {
        background: #E52018; }
    .social.menu li:last-child {
      margin-right: 0; }

.lSSlideOuter {
  position: relative; }
  .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block; }
    .lSSlideOuter .lSPager.lSpg > li a {
      height: 10px;
      width: 10px;
      background: rgba(255, 255, 255, 0.35); }
      .lSSlideOuter .lSPager.lSpg > li a:hover {
        background: rgba(255, 255, 255, 0.35); }
    .lSSlideOuter .lSPager.lSpg > li.active a {
      background: #fff; }

/*----------------------------------------------------------*/
/*	X. Blog styles
/*----------------------------------------------------------*/
.hentry .entry-header {
  margin-top: -10px; }
  .hentry .entry-header a {
    text-decoration: none; }
  .hentry .entry-header h1.post-title {
    color: #E52018;
    /*font-style: italic;*/
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 11px;
    font-family: "ff-tisa-web-pro", "Georgia", serif !important;
    font-weight: 400; }
  .hentry .entry-header .entry-meta span {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin-bottom: 11px;
    display: block; }

.blog .hentry {
  margin-bottom: 30px; }
  .blog .hentry .image-wrap {
    background: #1c1c1c; }
  .blog .hentry img {
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%; }
  .blog .hentry a:hover img {
    opacity: .6; }

.single-post .hentry h1.post-title {
  font-style: normal; }

/*----------------------------------------------------------*/
/*	X. Contact page
/*----------------------------------------------------------*/
.form-wrap {
  background: #EFEFEF;
  padding: 30px 0;
  margin-top: 20px;
  margin-bottom: -65px; }
  .form-wrap input[type="text"], .form-wrap input[type="password"], .form-wrap input[type="date"], .form-wrap input[type="datetime"], .form-wrap input[type="datetime-local"], .form-wrap input[type="month"], .form-wrap input[type="week"], .form-wrap input[type="email"], .form-wrap input[type="number"], .form-wrap input[type="search"], .form-wrap input[type="tel"], .form-wrap input[type="time"], .form-wrap input[type="url"], .form-wrap input[type="color"] {
    border: none;
    margin-bottom: -2px; }
    .form-wrap input[type="text"]:focus, .form-wrap input[type="password"]:focus, .form-wrap input[type="date"]:focus, .form-wrap input[type="datetime"]:focus, .form-wrap input[type="datetime-local"]:focus, .form-wrap input[type="month"]:focus, .form-wrap input[type="week"]:focus, .form-wrap input[type="email"]:focus, .form-wrap input[type="number"]:focus, .form-wrap input[type="search"]:focus, .form-wrap input[type="tel"]:focus, .form-wrap input[type="time"]:focus, .form-wrap input[type="url"]:focus, .form-wrap input[type="color"]:focus {
      border: none; }
  .form-wrap textarea {
    border: none; }
    .form-wrap textarea:focus {
      border: none; }
  .form-wrap input[type="submit"] {
    padding: 12px 27px; }

div.wpcf7 img.ajax-loader {
  display: none; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] {
  padding: 0 6px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

textarea {
  padding: 6px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  textarea.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/*----------------------------------------------------------*/
/*	X. Board of directors page
/*----------------------------------------------------------*/
.board-members {
  margin-top: 14px;
  margin-bottom: 30px; }
  .board-members .board-member {
    margin-bottom: 25px; }
    .board-members .board-member img {
      margin-bottom: 8px;
      width: 100%;
      height: auto; }
    .board-members .board-member .name {
      font-size: 17px;
      margin-bottom: 0;
      font-weight: 500;
      color: #505555; }
    .board-members .board-member .role {
      font-size: 15px;
      margin-bottom: 0;
      color: #5A5F5F; }

.staff-contacts li {
  margin-bottom: 25px; }
  .staff-contacts li .name {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #505555; }
  .staff-contacts li .email {
    color: #414042;
    text-decoration: underline; }
    .staff-contacts li .email:hover {
      color: #E52018; }
  .staff-contacts li .phone {
    font-size: 15px;
    margin-bottom: 0px; }

.title-above {
  margin-bottom: 15px; }

/*----------------------------------------------------------*/
/*	X. Off-canvas menu
/*----------------------------------------------------------*/
.off-canvas-wrapper {
  background: #4E4E52; }
  .off-canvas-wrapper .off-canvas {
    background: #4E4E52;
    padding-top: 40px; }
    .off-canvas-wrapper .off-canvas .menu li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 0; }
      .off-canvas-wrapper .off-canvas .menu li a {
        color: #fff;
        padding: 18px 16px; }
      .off-canvas-wrapper .off-canvas .menu li.current-menu-item a {
        background: rgba(0, 0, 0, 0.4); }

.close-button {
  color: rgba(255, 255, 255, 0.5);
  background: none;
  padding: 0; }
  .close-button:focus {
    color: rgba(255, 255, 255, 0.5);
    background: none; }
  .close-button:hover {
    color: white;
    background: none; }

.js-off-canvas-exit {
  background: rgba(0, 0, 0, 0.55);
  z-index: 100; }

.off-canvas-trigger {
  margin: 0;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 20px;
  position: relative;
  width: 24px;
  height: 22px;
  padding: 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff; }
  .off-canvas-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0; }
  .off-canvas-trigger:hover {
    background: none;
    color: inherit; }

.mobile-menu .is-drilldown-submenu {
  margin-left: 0;
  background: #4E4E52; }
  .mobile-menu .is-drilldown-submenu a {
    padding: 18px 16px;
    display: block; }
  .mobile-menu .is-drilldown-submenu .js-drilldown-back a {
    background: rgba(0, 0, 0, 0.3); }
  .mobile-menu .is-drilldown-submenu .js-drilldown-back > a::before {
    border-color: transparent #fff transparent transparent; }
.mobile-menu .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff; }

/*----------------------------------------------------------*/
/*	X. Responsive styles
/*----------------------------------------------------------*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  #header .top-bar .logo-main-wrap {
    max-width: 80%; }

  #header #primary-nav {
    height: 100px; }

  .hentry .entry-header {
    margin-top: 15px; }
    .hentry .entry-header h1.post-title {
      font-size: 21px; } }
/* Small and medium */
@media screen and (max-width: 63.9375em) {
  .page-intro {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto !important; }
    .page-intro .intro-content {
      position: relative;
      display: block;
      width: 100%;
      left: 0;
      /*bottom: 100px;*/
      z-index: 2;
      padding-top: 45%;
      padding-bottom: 60px; }
      .page-intro .intro-content .section-title {
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        width: 180px;
        background: rgba(231, 26, 0, 0.65);
        padding: 6px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        letter-spacing: .1em; }
      .page-intro .intro-content h1 {
        font-size: 29px; }
      .page-intro .intro-content h3 {
        font-size: 20px; }

  .page-template-template-home .page-intro .intro-content {
    bottom: auto;
    top: auto; }

  .lSSlideWrapper ul li {
    height: 100%; }
    .lSSlideWrapper ul li .page-intro {
      height: 100% !important; }
      .lSSlideWrapper ul li .page-intro .intro-content {
        height: 100%; }

  .row {
    max-width: 93%; }

  #footer .social-wrap {
    text-align: left; }
  #footer .widget {
    margin-bottom: 40px; }
  #footer .footer-main {
    margin-bottom: 30px; } }
