@charset "UTF-8";
/*
Theme Name: SAP Temat
Theme URI: http://www.greatbeyond.se/
Author: Great Beyond
Author URI: http://www.greatbeyond.se/
Description: Officiella SAP temat.
Version: 1.2.0
Text Domain: SAP Temat
Tags: SAP
*/
@font-face {
  font-family: 'regular';
  src: url("fonts/1.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heavy';
  src: url("fonts/2.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'black';
  src: url("fonts/black.woff");
  font-weight: normal;
  font-style: normal; }

body {
  padding-top: 100px; }

body, p {
  font-family: "regular";
  font-size: 16px;
  line-height: 25px;
  color: #3c3c3c; }

p {
  margin-bottom: 20px; }

a {
  color: #f31e37; }

a:hover {
  color: #ca0b22; }

h1, h2, h3, h4, h5, h6 {
  font-family: "black";
  color: #000000; }

strong {
  font-family: "heavy";
  color: #000000;
  font-weight: normal; }

.strong {
  font-family: "heavy";
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 17px; }

figure {
  max-width: 100%; }

h4 {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #3c3c3c; }

.row {
  max-width: 1100px; }

.column, .columns {
  padding-right: 15px;
  padding-left: 15px; }

.button {
  background: #f31e37;
  color: #ffffff;
  border-radius: 3px;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  padding: 11px; }
  .button:hover, .button:focus {
    background: #ca0b22; }
  .button.full {
    width: 100%; }
  .button.read-more {
    background-image: url("img/dots.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding-left: 52px;
    padding-right: 20px;
    margin-bottom: 10px; }
  .button.show-all {
    background-color: #f3f3f3;
    color: #000000;
    background-image: url("img/book.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 20px center;
    padding-left: 52px;
    padding-right: 20px;
    margin-bottom: 40px; }
    .button.show-all:hover {
      background-color: #e8e8e8; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week] {
  box-shadow: none;
  border-radius: 3px;
  border: 2px solid #000000;
  height: 42px;
  margin-bottom: 10px;
  padding: 8px 15px; }

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus {
  box-shadow: none;
  border-radius: 3px;
  border: 2px solid #000000;
  height: 42px;
  margin-bottom: 10px;
  padding: 8px 15px; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

#hamburger {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 13px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  cursor: pointer; }

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0px; }

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 7px; }

#hamburger span:nth-child(4) {
  top: 14px; }

.mega-menu.open #hamburger span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%; }

.mega-menu.open #hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mega-menu.open #hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mega-menu.open #hamburger span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%; }

header {
  /* height: 100px;  */
  background: #f31e37;
  color: #ffffff; }
  header .logo {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-top: 20px;
    width: 330px; }
    header .logo img {
      width: 256px; }
    header .logo .sub {
      width: 270px;
      text-transform: uppercase;
      position: absolute;
      bottom: -7px;
      left: 60px;
      font-size: 10px;
      font-family: "black";
      line-height: 25px;
      letter-spacing: 1px;
      color: #ffffff; }
      header .logo .sub:hover {
        color: #ffffff; }

.tribe-events-header {
	background: #fff;
}

.tribe-events-calendar-month__header {
 background: #f31e375c;
	
}

  header nav.top-nav {
    float: left;
    position: relative;
    width: 429px;
    height: 100px;
    overflow: hidden; }
    header nav.top-nav ul {
      list-style: none;
      margin: 0px; }
      header nav.top-nav ul li {
        float: left; }
        header nav.top-nav ul li a {
          color: #ffffff;
          font-family: "black";
          font-size: 18px;
          line-height: 26px;
          text-transform: uppercase;
          letter-spacing: 0.4px;
          display: inline-block;
          padding: 38px 12px 36px 12px;
          position: relative; }
          header nav.top-nav ul li a:hover:after {
            content: "";
            position: absolute;
            width: calc(100% - 24px);
            height: 3px;
            background: #ffffff;
            top: calc(50% + 13px);
            left: 12px; }
        header nav.top-nav ul li.current-menu-item a:after {
          content: "";
          position: absolute;
          width: calc(100% - 24px);
          height: 3px;
          background: #ffffff;
          top: calc(50% + 13px);
          left: 12px; }
  header .site-search-wrap {
    width: 0px;
    height: 0px;
    position: relative;
    display: none;
    z-index: 9999; }
  header .site-search-wrap.open {
    display: block; }
  header .site-search {
    position: absolute;
    top: 0px;
    right: -84px;
    width: 600px;
    height: 100%; }
    header .site-search label span {
      display: none; }
    header .site-search .search-field {
      height: 42px;
      border: 0px;
      background: #ffffff; }
    header .site-search .search-submit {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 74px;
      height: 33px;
      color: #ffffff;
      background-color: #f31e37;
      border-radius: 3px;
      background-image: url("img/search_white.svg");
      background-size: 23px 23px;
      background-repeat: no-repeat;
      background-position: left 10px center;
      padding-left: 30px;
      border: none;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-family: "regular"; }
      header .site-search .search-submit:hover, header .site-search .search-submit:focus {
        background-color: #c4082e;
        outline: none; }
  header .search-and-menu {
    float: right;
    padding-top: 29px; }
    header .search-and-menu .top-search {
      float: left;
      height: 42px;
      background-color: #c4082e;
      color: #ffffff;
      font-size: 18px;
      line-height: 22px;
      padding: 10px 15px 10px 40px;
      border-radius: 3px;
      margin-right: 10px;
      background-image: url("img/search_white.svg");
      background-size: 23px 23px;
      background-repeat: no-repeat;
      background-position: left 15px center;
      transition: background-color .25s ease-out,color .25s ease-out;
      -moz-box-shadow: inset 0 0 5px #bb052a;
      -webkit-box-shadow: inset 0 0 5px #bb052a;
      box-shadow: inset 0 0 5px #bb052a; }
      header .search-and-menu .top-search:hover {
        background-color: #ffffff;
        color: #c4082e;
        box-shadow: none;
        background-image: url("img/search_red.svg"); }
    header .search-and-menu .mega-menu {
      float: left;
      height: 42px; }
      header .search-and-menu .mega-menu .menu-link {
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 10px 15px 10px 43px;
        display: block;
        background: #c4082e;
        color: #ffffff;
        font-size: 18px;
        line-height: 22px;
        border-radius: 3px;
        transition: background-color .25s ease-out,color .25s ease-out;
        -moz-box-shadow: inset 0 0 5px #bb052a;
        -webkit-box-shadow: inset 0 0 5px #bb052a;
        box-shadow: inset 0 0 5px #bb052a; }
        header .search-and-menu .mega-menu .menu-link:hover {
          background-color: #ffffff;
          color: #c4082e;
          box-shadow: none; }
          header .search-and-menu .mega-menu .menu-link:hover #hamburger span {
            background: #c4082e; }
      header .search-and-menu .mega-menu .mega-menu-dropdown {
        background: #f31e37;
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0px;
        padding-top: 40px;
        padding-bottom: 65px;
        display: none;
        z-index: 9999; }
        header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap {
          max-width: 1070px;
          margin: 0 auto; }
          header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul {
            list-style: none;
            margin: 0px; }
            header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li {
              width: 25%;
              float: left;
              margin-bottom: 30px; }
              header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li a {
                color: #ffffff;
                font-family: "black";
                font-size: 18px;
                line-height: 26px;
                text-transform: uppercase;
                letter-spacing: 0.4px;
                padding-left: 10px; }
                header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li a:hover {
                  text-decoration: underline; }
              header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li {
                position: relative;
                z-index: 1;
                width: 100%;
                float: none;
                margin-bottom: 0px; }
                header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li a {
                  font-family: "regular";
                  font-size: 16px;
                  line-height: 25px;
                  text-transform: none;
                  display: block;
                  padding: 2px 0px 2px 11px; }
                header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li ul {
                  position: relative;
                  border-radius: 0px 0px 3px 3px; }
                  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li ul li a {
                    padding-left: 30px;
                    font-family: "regular"; }
                  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li ul li ul {
                    display: none; }
      header .search-and-menu .mega-menu.open .mega-menu-dropdown {
        display: block; }
      header .search-and-menu .mega-menu.open .menu-link {
        background-color: #ffffff;
        color: #c4082e;
        box-shadow: none; }
        header .search-and-menu .mega-menu.open .menu-link #hamburger span {
          background: #c4082e; }

.searched span {
  color: #00c3c5; }

.admin-bar header {
  top: 32px; }

.admin-bar #home-jumbotron {
  height: 617px; }

#home-jumbotron {
  height: 620px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #home-jumbotron .text-wrap {
    text-align: center;
    padding: 0px 30px; }
    #home-jumbotron .text-wrap .title {
      margin: 0px;
      color: #ffffff;
      margin-bottom: 20px;
      font-size: 42px;
      line-height: 60px;
      padding: 0px; }
      #home-jumbotron .text-wrap .title span {
        background-color: #f31e37;
        color: #fff;
        display: inline;
        padding: 0px 15px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone; }
    #home-jumbotron .text-wrap .button.cta {
      height: 50px;
      background: #ffffff;
      border: 3px solid #f31e37;
      color: #f31e37;
      font-family: "black";
      padding: 14px 13px;
      border-radius: 0px;
      margin: 0px 10px; }
      #home-jumbotron .text-wrap .button.cta:hover {
        background: #f31e37;
        color: #ffffff; }

.post {
  padding-bottom: 30px; }
  .post .post-image {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 26px; }
    .post .post-image .wp-post-image {
      width: 100%; }
  .post .title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 10px; }
  .post .post-meta {
    margin-bottom: 10px; }
    .post .post-meta .author-image {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
    .post .post-meta .author-date {
      float: left;
      padding-top: 10px; }
      .post .post-meta .author-date .author-name {
        display: block;
        text-transform: uppercase;
        font-family: "black";
        color: #000000;
        font-size: 16px;
        line-height: 20px; }
        .post .post-meta .author-date .author-name a {
          color: #000000; }
      .post .post-meta .author-date .post-timestamp {
        display: block;
        color: #8e8e8e;
        font-size: 16px;
        line-height: 20px; }
  .post.sticky {
    background: #f3f3f3;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px 30px;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    .post.sticky .sticky-title {
      padding-top: 14px;
      padding-bottom: 13px;
      font-family: "black";
      font-size: 16px;
      letter-spacing: 0.2px;
      color: #000000; }
      .post.sticky .sticky-title img {
        height: 19px;
        width: auto;
        margin-right: 5px; }
    .post.sticky .post-image {
      margin-bottom: 0px; }
    .post.sticky .title {
      margin-top: 20px; }
  .post ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .post li {
    padding-left: 16px;
    text-indent: -7px; }
  .post ul li:before {
    content: "•";
    color: #f8153b;
    position: relative;
    left: -8px; }

.post.page {
  margin-bottom: 50px; }

.content-margin-top {
  margin-top: 40px; }

.gallery {
  margin-left: -10px;
  margin-right: -10px; }

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

.gallery-item {
  margin: 0;
  float: left;
  padding: 10px; }
  .gallery-item img {
    width: 100%; }
  .gallery-item .gallery-caption {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.wp-caption.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.wp-caption.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  margin-top: 5px;
  line-height: 18px; }

.navigation {
  margin-bottom: 40px; }

.navigation ul {
  margin: 0px; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none; }

.navigation li {
  display: inline; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #3C8DC5; }
  .navigation li a:hover:hover,
  .navigation li.active a:hover {
    color: #ffffff; }

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: #000;
  background-color: #f3f3f3;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  height: 42px;
  width: 42px;
  display: inline-block;
  font-family: "black";
  line-height: normal; }

.navigation li.pagination-prev, .navigation li.pagination-next {
  position: relative;
  width: 42px;
  display: inline-block; }

.navigation li.pagination-prev a, .navigation li.pagination-next a {
  color: transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 42px;
  background-position: center;
  background-repeat: no-repeat; }

.navigation li.pagination-prev a {
  background-image: url("img/left-arrow.png"); }

.navigation li.pagination-next a {
  background-image: url("img/right-arrow.png"); }

.navigation li.pagination-next a:hover, .navigation li.pagination-prev a:hover {
  color: transparent; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #18c4c5;
  color: #ffffff; }

blockquote {
  border: none;
  background: #f3f3f3;
  text-align: center;
  padding: 70px 80px;
  margin: 30px -30px 30px -30px;
  position: relative; }

blockquote p {
  color: #5e5e5e;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 27px; }

blockquote:before {
  content: '';
  width: 52px;
  height: 39px;
  background: url("img/quotes.svg");
  position: absolute;
  top: 20px;
  left: 20px; }

blockquote:after {
  content: '';
  width: 52px;
  height: 39px;
  background: url("img/quotes.svg");
  position: absolute;
  bottom: 20px;
  right: 20px; }

#instagram {
  background: #f3f3f3;
  padding-bottom: 30px; }
  #instagram .account-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px; }
    #instagram .account-info .insta-logo {
      width: 59px;
      height: 59px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 15px;
      float: left; }
    #instagram .account-info .insta-info {
      float: left; }
    #instagram .account-info .insta-title {
      font-size: 24px;
      line-height: 30px;
      font-family: "black";
      letter-spacing: 0.4px;
      text-transform: uppercase;
      color: #3c3c3c;
      margin-top: 5px; }
    #instagram .account-info .insta-username {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      color: #3c3c3c; }
  #instagram .insta-carousel .item {
    border: 10px solid #ffffff; }
  #instagram .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 24px);
    left: 0px;
    width: 43px;
    height: 48px;
    color: transparent;
    background: url(img/arrow_l_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d1243a;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-radius: 0px 7px 7px 0px;
    background-size: 12px; }
    #instagram .owl-carousel .owl-nav .owl-prev:hover {
      background-color: #b81429; }
  #instagram .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 24px);
    right: 0px;
    width: 43px;
    height: 48px;
    color: transparent;
    background: url(img/arrow_l_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d1243a;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-radius: 0px 7px 7px 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    background-size: 12px; }
    #instagram .owl-carousel .owl-nav .owl-next:hover {
      background-color: #b81429; }

.sidebar-link-style-1 {
  min-height: 178px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  margin-bottom: 20px; }
  .sidebar-link-style-1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .sidebar-link-style-1 .text-wrap {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    width: 100%; }
    .sidebar-link-style-1 .text-wrap .title {
      color: #ffffff;
      text-transform: uppercase; }

.side-nav {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden; }
  .side-nav a.title {
    color: #000000;
    text-transform: uppercase;
    position: relative;
    line-height: normal;
    padding: 15px 30px 15px 55px;
    display: block;
    font-family: "black"; }
    .side-nav a.title:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 30px;
      width: 12px;
      height: 100%;
      background: url("img/arrow_d_black.svg") center no-repeat; }
    .side-nav a.title.active, .side-nav a.title:hover, .side-nav a.title.one {
      background: #00c3c5;
      color: #ffffff; }
  .side-nav ul {
    list-style: none;
    margin: 0px; }
    .side-nav ul li a {
      color: #8e8e8e;
      text-transform: none;
      border-top: 1px solid #e9e9e9;
      text-transform: none;
      position: relative;
      line-height: normal;
      padding: 15px 30px 15px 55px;
      display: block; }
      .side-nav ul li a:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 30px;
        width: 12px;
        height: 100%;
        background: url("img/dot_blue.svg") center no-repeat;
        background-size: 6px; }
      .side-nav ul li a:hover {
        background: #00c3c5;
        color: #ffffff; }
        .side-nav ul li a:hover:after {
          background: url("img/dot_white.svg") center no-repeat;
          background-size: 6px; }
    .side-nav ul li ul li a {
      padding-left: 75px;
      background: #E8E8E8;
      border-top: 1px solid #dad9d9; }
      .side-nav ul li ul li a:after {
        left: 50px; }
    .side-nav ul li ul li ul {
      display: none; }
    .side-nav ul li.page_item_has_children a:after {
      background: url("img/arrow_d_ter.svg") center no-repeat; }
    .side-nav ul li.page_item_has_children a:hover:after {
      background: url("img/arrow_d_white.svg") center no-repeat; }
    .side-nav ul li.page_item_has_children ul li a:after {
      background: url("img/dot_blue.svg") center no-repeat;
      background-size: 6px; }
    .side-nav ul li.page_item_has_children ul li a:hover:after {
      background: url("img/dot_white.svg") center no-repeat;
      background-size: 6px; }
    .side-nav ul li.page_item_has_children.current_page_item > a:after {
      background: url("img/arrow_d_white.svg") center no-repeat; }
    .side-nav ul li.current_page_item > a {
      background: #00c3c5;
      color: #ffffff; }
      .side-nav ul li.current_page_item > a:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 30px;
        width: 12px;
        height: 100%;
        background: url("img/dot_white.svg") center no-repeat;
        background-size: 6px; }

.side-nav ul li ul li.page_item_has_children a:after {
  background: url("img/arrow_d_ter.svg") center no-repeat;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.side-nav ul li ul li.page_item_has_children a:hover:after {
  background: url("img/arrow_d_white.svg") center no-repeat;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.newsletter {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
  display: none; }

.facebook-page {
  margin-bottom: 20px; }
  .facebook-page .facebook-embed-wrap {
    display: block; }
  .facebook-page .facebook-mobile-link {
    display: none; }
    .facebook-page .facebook-mobile-link .button.fb-mb-link {
      background-color: #537bbd;
      width: 100%;
      text-align: center;
      position: relative; }
      .facebook-page .facebook-mobile-link .button.fb-mb-link:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 38px;
        height: 100%;
        background-color: #3a61a1;
        background-image: url("img/fb-white.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px auto; }

.tags {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px; }
  .tags .title {
    text-transform: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 28px; }
    .tags .title:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 5px;
      width: 12px;
      height: 100%;
      background: url("img/arrow_d_black.svg") center no-repeat; }
  .tags .tag-wrap a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #20c3c8;
    padding: 3px 10px;
    color: #ffffff;
    border-radius: 3px;
    text-transform: capitalize; }

.widget_text {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px; }
  .widget_text .widget-title {
    text-transform: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
    color: #3c3c3c; }

.post-footer {
  margin-top: 5px;
  margin-bottom: 40px; }
  .post-footer p {
    color: #8e8e8e;
    margin-bottom: 5px; }
  .post-footer .tags {
    background: transparent;
    padding: 0px;
    float: left; }
    .post-footer .tags .tag-wrap a {
      margin-right: 7px; }
  .post-footer .share-wrap {
    float: left; }
    .post-footer .share-wrap a {
      margin-left: 8px;
      margin-right: 8px; }
    .post-footer .share-wrap img {
      max-height: 25px; }

.breadcrumb {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 25px; }
  .breadcrumb a {
    color: #8e8e8e; }
    .breadcrumb a:hover {
      color: #f31e37; }
  .breadcrumb .current {
    color: #f31e37; }

.mobile-open-breadcrumb, .mobile-breadcrumb-dropdown {
  display: none; }

.tag-archive .the-tag {
  display: inline-block;
  margin-left: 30px;
  background: #20c3c8;
  padding: 3px 10px;
  color: #ffffff;
  border-radius: 3px;
  text-transform: capitalize; }

.category-archive {
  background: #00c3c5;
  border-radius: 5px;
  padding: 30px 30px 10px 30px;
  margin-bottom: 20px; }
  .category-archive h1 {
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 20px; }
  .category-archive p {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    margin: 0px; }

.author-archive {
  margin-bottom: 20px; }
  .author-archive .author-image {
    float: left;
    width: 130px;
    height: 130px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 30px; }
  .author-archive .author-data {
    float: left;
    width: calc(100% - 160px);
    padding: 20px;
    background: #00c3c5;
    border-radius: 3px;
    position: relative;
    min-height: 130px; }
    .author-archive .author-data h1 {
      font-size: 25px;
      line-height: 25px;
      color: #ffffff;
      margin: 0px; }
    .author-archive .author-data p {
      color: #ffffff;
      font-size: 20px;
      line-height: 25px;
      margin: 0px; }
    .author-archive .author-data:after {
      content: "";
      position: absolute;
      top: 50px;
      left: -10px;
      width: 26px;
      height: 26px;
      background-image: url("img/author-arrow.png");
      background-repeat: no-repeat;
      background-position: center; }

footer {
  padding-top: 30px; }
  footer .logo {
    margin-bottom: 20px; }
    footer .logo .sub {
      text-transform: uppercase;
      font-size: 10px;
      font-family: "black";
      line-height: 13px;
      letter-spacing: 1px;
      color: #7c7c7c;
      margin-top: 7px;
      padding: 0px 0px;
      text-align: center;
      display: block; }
      footer .logo .sub:hover {
        color: #7c7c7c; }
  footer .newsletter {
    margin-bottom: 30px;
    display: none; }
  footer .footer-bar {
    background: #f31e37;
    height: 50px;
    text-align: center;
    color: #ffffff;
    padding-top: 16px; }
    footer .footer-bar:hover {
      background: #c4082e; }
    footer .footer-bar p {
      margin: 0px;
      font-size: 18px;
      line-height: 18px;
      color: #ffffff;
      font-family: "black";
      letter-spacing: 0.4px;
      text-transform: uppercase; }

footer.grey-footer {
  background: #F3F3F3; }

#page-top {
  position: relative;
  top: -100px; }

.share-sticky {
  position: fixed;
  right: 0px;
  top: calc(50% - 96px);
  width: 60px;
  background: #f3f3f3;
  border-radius: 3px 0px 0px 3px;
  z-index: 9999;
  overflow: hidden; }
  .share-sticky a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    text-align: center; }
    .share-sticky a:hover {
      background: #e3e3e3; }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

header .site-search .search-field {
  padding-right: 93px; }

header .site-search {
  padding-left: 30px; }

header .site-search .search-close {
  position: absolute;
  left: -12px;
  background-color: #f31e37;
  background-image: url("img/cross.svg");
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px; }

.site-header.small {
  height: 70px; }

.site-header.small .logo img {
  width: 200px; }

.site-header.small nav.top-nav {
  height: 70px; }

header.small .search-and-menu .mega-menu .mega-menu-dropdown {
  top: 60px; }

.site-header.small nav.top-nav ul li a {
  padding: 23px 12px 20px 12px; }

.site-header.small .logo {
  padding-top: 13px;
  width: 330px; }

.site-header.small .sub {
  left: 46px; }

.site-header.small .search-and-menu {
  padding-top: 14px; }

.site-header.small .site-search {
  top: 0px; }

@media screen and (max-width: 64em) {
  .posts .post.sticky {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 20px 13px 20px; }
  .posts .post .post-image {
    margin-left: 0px;
    margin-right: 0px; }
  .top-nav {
    display: none; }
  .sidebar-link-style-1 .text-wrap {
    padding: 20px; }
  .side-nav {
    padding: 3px 20px; }
  .newsletter {
    padding: 15px; }
  .share-sticky {
    display: none; }
  header .site-search {
    width: 300px; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li {
    width: 33.333333333%; }
  header .search-and-menu .mega-menu .mega-menu-dropdown {
    padding-top: 10px;
    padding-bottom: 5px; }
  .menu-all-pages-container {
    padding: 0px 30px; }
  .mobile-open-breadcrumb, .mobile-breadcrumb-dropdown.open {
    display: block; }
  .breadcrumb {
    margin: 0px; }
  .breadcrumb .columns {
    position: relative; }
  .mobile-open-breadcrumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background-image: url("img/arrow_d_black.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 15px; }
  .mobile-breadcrumb-dropdown {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px; }
    .mobile-breadcrumb-dropdown ul {
      margin: 0px;
      list-style: none; }
      .mobile-breadcrumb-dropdown ul li a {
        display: block;
        width: 100%;
        padding: 10px 15px;
        color: #8e8e8e;
        background: #ffffff;
        border-bottom: 1px solid rgba(142, 142, 142, 0.2); }
      .mobile-breadcrumb-dropdown ul li.current_page_item > a {
        color: #f31e37; }
      .mobile-breadcrumb-dropdown ul li ul li a {
        padding-left: 40px;
        position: relative;
        background: #f3f3f3; }
        .mobile-breadcrumb-dropdown ul li ul li a:after {
          content: "";
          position: absolute;
          top: 0px;
          left: 20px;
          width: 12px;
          height: 100%;
          background: url("img/dot_grey.svg") center no-repeat;
          background-size: 5px;
          opacity: 0.5; }
      .mobile-breadcrumb-dropdown ul li ul li:first-child a {
        border-top: none; }
      .mobile-breadcrumb-dropdown ul li ul li ul {
        display: none; }
      .mobile-breadcrumb-dropdown ul li.page_item_has_children > a:after {
        background: url("img/arrow_d_black.svg") center no-repeat;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-size: 10px; }
  .breadcrumb #crumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px; }
  .side-nav {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  body {
    padding-top: 50px; }
  header.small .search-and-menu .mega-menu .mega-menu-dropdown {
    top: 50px; }
  .site-header.small {
    height: 50px; }
  .site-header.small .logo {
    padding: 0px; }
  header {
    height: 50px;
    width: 100%;
   /* position: fixed; */
    top: 0px;
    left: 0px;
    z-index: 9999; }
  header .logo {
    margin: 0px;
    padding: 0px;
    height: 39px;
    position: fixed;
    top: 8px;
    left: 10px; }
  header .logo .sub {
    position: fixed;
    bottom: auto;
    top: 25px;
    left: 46px;
    font-size: 5px; }
  .site-header.small .sub {
    left: 46px; }
  header .logo img {
    height: 34px;
    width: auto; }
  header .search-and-menu .top-search span.text {
    display: none; }
  header .search-and-menu .mega-menu .menu-link span.text {
    display: none; }
  header .search-and-menu .mega-menu {
    height: auto; }
  .site-header.small .logo img {
    width: auto; }
  header .search-and-menu .mega-menu .menu-link {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px; }
  header .search-and-menu .top-search {
    position: fixed;
    right: 52px;
    top: 0px;
    height: 50px;
    width: 50px;
    border-radius: 0px;
    padding: 0px;
    background-position: center;
    margin: 0px; }
  /*Responsive mobile menu*/
  header .search-and-menu .mega-menu .mega-menu-dropdown {
    top: 50px;
    height: 100vh;
    padding: 0px;
    overflow-y: scroll;
    padding-bottom: 59px;
    -webkit-overflow-scrolling: touch; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li {
    width: 100%;
    background: #f31e37; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li {
    margin-bottom: 0px; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li a {
    display: block;
    padding: 12px 15px 10px 15px;
    border-bottom: 1px solid #a20029; }
    header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li a:hover {
      text-decoration: none; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li a {
    display: block;
    padding: 12px 0px 11px 25px; }
  .mega-menu-dropdown .sub-menu {
    background-color: black; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul.sub-menu li {
    background-color: #c8002f; }
  header .search-and-menu .mega-menu .mega-menu-dropdown .mega-menu-dropdown-wrap nav ul li ul li ul li a {
    padding-left: 40px; }
  #menu-testing-menu {
    padding: 0px 0px; }
  #hamburger {
    left: 15px;
    top: 17px; }
  #home-jumbotron {
    height: 400px;
    margin-bottom: 0px; }
  #home-jumbotron .text-wrap .title {
    font-size: 22px;
    line-height: 32px;
    display: inline;
    text-align: center; }
  #home-jumbotron .text-wrap .button.cta {
    height: auto;
    padding: 10px 15px;
    border: 2px solid #f31e37;
    margin-top: 8px; }
  #home-jumbotron .text-wrap .title span {
    padding: 0px 6px; }
  .posts .post.sticky .sticky-title {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 15px; }
  .posts .post.sticky .sticky-title img {
    height: 16px; }
  .posts .post {
    padding-bottom: 0px; }
  .posts .post.sticky {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px; }
  .posts .post.sticky .post-image {
    margin-left: -20px;
    margin-right: -20px; }
  .posts .post .post-image {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 16px; }
  .posts .post .title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0px; }
  .post .post-image {
    margin-left: -15px;
    margin-right: -15px; }
  .widget.tags {
    display: none; }
  p, strong {
    margin-bottom: 10px; }
  body, p, strong {
    font-size: 15px;
    line-height: 23px; }
  .button.read-more {
    margin-bottom: 20px; }
  .button {
    font-size: 14px;
    line-height: 12px;
    border-radius: 0px; }
  .button.show-all {
    margin-bottom: 20px;
    background-size: 17px;
    background-position: left 15px center;
    padding-left: 45px; }
  .sidebar-link-style-1 {
    min-height: 136px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
    text-align: center; }
  .sidebar-link-style-1 .button.full {
    width: auto; }
  .newsletter {
    margin-left: -15px;
    margin-right: -15px; }
  .newsletter .title {
    text-align: center; }
  .post .post-meta .author-date .author-name a {
    font-size: 13px; }
  .post .post-meta .author-date .post-timestamp {
    font-size: 13px;
    margin-top: -5px; }
  #instagram .owl-carousel .owl-nav .owl-next, #instagram .owl-carousel .owl-nav .owl-prev {
    display: none; }
  [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week] {
    height: 36px;
    border: 3px solid #000000;
    border-radius: 0px; }
  footer .logo {
    text-align: center;
    width: 100%; }
  footer .logo img {
    margin: 0px auto;
    width: 200px; }
  footer .logo .sub {
    font-size: 12px;
    width: 100%;
    margin: 5px auto 30px auto;
    padding: 0px 20px; }
  footer .contact-us {
    border-top: 2px solid #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    text-align: center; }
  header .site-search {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    position: fixed;
    padding-left: 50px; }
    header .site-search .search-field {
      height: 50px;
      margin: 0px;
      border-radius: 0px;
      padding-right: 75px; }
    header .site-search .search-submit {
      height: 50px;
      right: 0px;
      top: 0px;
      background-color: #c4082e;
      border-radius: 0px;
      width: auto;
      color: transparent;
      width: 50px;
      background-position: left 15px center; }
  header .site-search .search-close {
    left: 0px;
    height: 50px;
    width: 50px; }
  .tags {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px; }
  .widget_text {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px; }
  .post-footer .tags {
    margin: 0px; }
  .author-archive {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px; }
  .author-archive .author-image {
    float: none;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    margin: 15px auto 0px;
    border-radius: 50%;
    overflow: hidden; }
  .author-archive .author-data {
    float: none;
    padding: 5px 15px 15px 15px;
    width: 100%; }
  .author-archive .author-data h1 {
    text-align: center;
    font-size: 20px; }
  .author-archive .author-data p {
    text-align: center;
    font-size: 16px;
    line-height: 20px; }
  .post .post-meta .author-image {
    display: none; }
  .admin-bar header {
    top: 46px; }
  .admin-bar header .search-and-menu .top-search {
    top: 46px; }
  .admin-bar header .search-and-menu .mega-menu .menu-link {
    top: 46px; }
  .admin-bar header .logo {
    top: 49px; }
  .admin-bar header .site-search {
    top: 46px; }
  .admin-bar header .logo .sub {
    left: 46px;
    top: 67px; }
  .admin-bar .site-header.small {
    top: 0px; }
    .admin-bar .site-header.small .search-and-menu .top-search {
      top: 0px; }
    .admin-bar .site-header.small .search-and-menu .mega-menu .menu-link {
      top: 0px; }
    .admin-bar .site-header.small .logo {
      top: 3px; }
    .admin-bar .site-header.small .logo .sub {
      top: 22px; }
    .admin-bar .site-header.small .site-search {
      top: 0px; }
  .admin-bar #home-jumbotron {
    height: 65vh; }
  .facebook-page .facebook-embed-wrap {
    display: none; }
  .facebook-page .facebook-mobile-link {
    display: block; } }
