/*
	Theme Name: Hedlund Agency
	Description: Theme for hedlundagency.se
	Version: 1.0
	Author: Columbird
	Author URI: www.columbird.se
	Tags:
*/
/*------------------------------------*\
	VARIABLES	
\*------------------------------------*/
/*------------------------------------*\
	COLORS
\*------------------------------------*/
/*------------------------------------*\
	MIXINS
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Gotham';
  src: url("css/fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("css/fonts/Gotham-Ultra.otf") format("opentype"), url("css/fonts/Gotham-Ultra.woff") format("woff"), url("css/fonts/Gotham-Ultra.ttf") format("truetype"), url("css/fonts/Gotham-Ultra.svg#Gotham-Ultra") format("svg");
  font-weight: 900;
  font-style: normal; }

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

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

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

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

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

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

@font-face {
  font-family: 'Gotham';
  src: url("css/fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("css/fonts/Gotham-LightItalic.otf") format("opentype"), url("css/fonts/Gotham-LightItalic.woff") format("woff"), url("css/fonts/Gotham-LightItalic.ttf") format("truetype"), url("css/fonts/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

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

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

@font-face {
  font-family: 'FreightBigPro';
  src: url("css/fonts/FreightBigProMedium-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightBigProMedium-Regular.otf") format("opentype"), url("css/fonts/FreightBigProMedium-Regular.woff") format("woff"), url("css/fonts/FreightBigProMedium-Regular.ttf") format("truetype"), url("css/fonts/-Regular.svg#FreightBigProMedium-Regular") format("svg");
  font-weight: 500;
  font-style: normal; }

h1 {
  font-family: 'FreightBigPro';
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 20px;
  color: #53867F; }
  h1 u {
    text-decoration: none;
    position: relative; }
    h1 u:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      bottom: 4px;
      left: 0;
      background-color: #78d2c4;
      -webkit-transition: all 0.3s ease-in-out 3s;
      transition: all 0.3s ease-in-out 0s; }

h2 {
  font-family: 'FreightBigPro';
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 15px;
  color: #53867F; }
  h2 u {
    text-decoration: none;
    position: relative; }
    h2 u:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      bottom: 0;
      left: 0;
      background-color: #78d2c4;
      -webkit-transition: all 0.3s ease-in-out 3s;
      transition: all 0.3s ease-in-out 0s; }

h3 {
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  color: #808080; }

h4 {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #808080; }
  h4 u {
    text-decoration: none;
    position: relative; }
    h4 u:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0px;
      left: 0;
      background-color: #78d2c4;
      -webkit-transition: all 0.3s ease-in-out 3s;
      transition: all 0.3s ease-in-out 0s; }

h5 {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #808080; }

h6 {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  color: #808080; }

p,
li,
body {
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px;
  color: #808080; }

strong {
  font-weight: 500;
  color: #9a6e9a; }

p a {
  font-weight: 500; }

a {
  color: #808080;
  text-decoration: none;
  position: relative;
  transition: all 0.4s ease; }

a:hover {
  color: #78d2c4; }

a:focus {
  outline: 0; }

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

/* Styles for links in text and links */
.preamble,
.wp-block-custom-block-preamble {
  margin: 0 40px 30px;
  font-family: 'FreightBig Pro';
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #808080; }

.date {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.quote {
  font-family: 'FreightBig Pro';
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #53867F; }

blockquote {
  margin: 40px 40px; }
  blockquote p {
    font-family: 'FreightBig Pro';
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #53867F; }

.underlined-title {
  position: relative;
  margin-bottom: 27px; }
  .underlined-title:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #78d2c4;
    position: absolute;
    bottom: -7px;
    left: 0; }

@media only screen and (max-width: 768px) {
  .wp-block-custom-block-preamble {
    margin-left: 0;
    margin-right: 0; }
  blockquote {
    margin-right: 0;
    margin-left: 0; }
    blockquote p {
      text-align: center; } }

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 20px; }
  h2 {
    font-size: 20px;
    line-height: 22px; } }

/*------------------------------------*\
	GENERAL
\*------------------------------------*/
html, body {
  height: 100%;
  margin: 0; }

body {
  margin: 0;
  /* Sticky footer */
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none; }

a img {
  border: 0; }

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.inner-container {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

#version_number {
  display: none;
  background-color: black;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 222222;
  padding: 0px 10px;
  font-size: 10px; }

main {
  flex: 1 0 auto;
  margin: 0 0 50px; }

.home main {
  margin-top: 276px; }

.full-grey-section {
  width: 100%;
  background-color: #f2f2f2;
  padding: 30px 0 25px;
  margin: 0 0 60px; }

.horisontal-separator {
  height: 1px;
  width: 100%;
  background-color: #78d2c4;
  margin-bottom: 30px; }

.vertical-separator {
  width: 1px;
  background-color: #78d2c4;
  flex: 0 0 1px;
  margin: 0 25px; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.img-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .img-wrap img {
    object-fit: cover;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    transition: transform .4s ease; }
  .img-wrap.no-img {
    background-color: #78d2c4; }
    .img-wrap.no-img .logo {
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -15px -445px;
      width: 136px;
      height: 75px; }

.boxed-list a:hover .img-wrap img,
.owl-carousel a:hover .img-wrap img {
  transform: scale(1.05); }

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.btn-wrap {
  text-align: center;
  margin: 13px 0 0; }

.btn,
.wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  padding: 0 33px 0 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #808080; }
  .btn:after,
  .wp-block-button__link:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 11px;
    right: 7px;
    top: 6px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    transition: all 0.4s ease; }

.btn.white,
.wp-block-button.white .wp-block-button__link {
  color: #fff; }
  .btn.white:after,
  .wp-block-button.white .wp-block-button__link:after {
    background-image: url(img/arrow_white_transp.png); }

.btn:hover:after,
.wp-block-button__link:hover:after {
  right: 0; }

.arrow-btn {
  background-image: url(img/assets.png);
  background-size: 800px auto;
  background-repeat: no-repeat;
  background-position: -54px -215px;
  width: 30px;
  height: 20px; }
  .arrow-btn.prev {
    background-position: -365px -215px; }

/*------------------------------------*\
	404-STYLES
\*------------------------------------*/
.error-content {
  margin: 35px 0 0;
  text-align: center; }

/*------------------------------------*\
	COMPONENTS
\*------------------------------------*/
.top-logo {
  padding: 43px 0 10px;
  background-color: #78d2c4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .top-logo .header-logo {
    background-image: url(img/assets.png);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -15px -15px;
    width: 329px;
    height: 123px;
    margin: 0 auto; }

header {
  background-color: #78d2c4;
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 176px; }
  header .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  header .logo {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 145px;
    height: 53px; }
  header .header-logo {
    background-image: url(img/assets.png);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -375px -15px;
    width: 145px;
    height: 53px; }
  header .header-menu {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 50px 0 50px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 512px; }
    header .header-menu ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      header .header-menu ul li {
        display: inline-block;
        margin: 0; }
        header .header-menu ul li a {
          color: #fff;
          font-family: 'Gotham';
          font-weight: 500;
          font-size: 11px;
          line-height: 22px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          padding: 10px 10px;
          margin: 0 15px; }
          header .header-menu ul li a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #fff;
            -webkit-transition: all 0.3s ease-in-out 3s;
            transition: all 0.3s ease-in-out 0s;
            opacity: 0; }
          header .header-menu ul li a:hover:after {
            opacity: 1; }
          header .header-menu ul li a u {
            text-decoration: none; }
      header .header-menu ul li.current-menu-item > a:after,
      header .header-menu ul li.current-page-ancestor > a:after {
        opacity: 1; }
      header .header-menu ul .sub-menu {
        display: none; }
  header .search-btn {
    background-image: url(img/assets.png);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -15px -156px;
    cursor: pointer; }
  header #mobile-open-search {
    display: none; }
  header .desktop-search {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 25px;
    height: 35px;
    overflow: hidden;
    border: 0;
    background-color: #78d2c4;
    border-color: #fff;
    /* When search is open */ }
    header .desktop-search .search-btn {
      width: 25px;
      height: 35px;
      position: absolute;
      right: 0;
      background-color: #78d2c4; }
    header .desktop-search .search-form .input-wrap {
      margin: 7px 0 0; }
    header .desktop-search .search-form input {
      background-color: transparent;
      border: none;
      border-radius: 0;
      width: 100%;
      -webkit-appearance: none;
      color: #fff; }
    header .desktop-search .search-form ::-webkit-input-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .desktop-search .search-form ::-moz-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .desktop-search .search-form :-ms-input-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .desktop-search .search-form :-moz-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .desktop-search:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out 3s;
      transition: all 0.3s ease-in-out 0s;
      opacity: 0; }
    header .desktop-search:hover:after {
      opacity: 1; }
    header .desktop-search.open {
      width: 100%; }
      header .desktop-search.open .search-form {
        width: calc(100% - 30px); }
    header .desktop-search.open:after {
      opacity: 1; }
  header .mobile-search {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #78d2c4; }
    header .mobile-search .container {
      padding-top: 0; }
    header .mobile-search .search-form {
      height: 35px;
      border-bottom: 1px solid #fff; }
    header .mobile-search .input-wrap {
      padding: 7px 0 0; }
    header .mobile-search input {
      background-color: transparent;
      border: none;
      border-radius: 0;
      width: 100%;
      -webkit-appearance: none;
      color: #fff; }
    header .mobile-search ::-webkit-input-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .mobile-search ::-moz-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .mobile-search :-ms-input-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
    header .mobile-search :-moz-placeholder {
      color: #fff;
      font-family: 'FreightBig Pro';
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      line-height: 20px; }
  header #mobile-open-search.search-btn {
    width: 25px;
    height: 35px;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%); }
  header .desktop-sub-menu {
    background-color: #D1EFEB; }
    header .desktop-sub-menu .container {
      padding-top: 14px;
      padding-bottom: 14px; }
    header .desktop-sub-menu ul {
      padding: 0;
      margin: 0; }
      header .desktop-sub-menu ul li {
        display: inline-block;
        margin: 0; }
        header .desktop-sub-menu ul li a {
          color: #53867F;
          font-family: 'Gotham';
          font-weight: 500;
          font-size: 11px;
          line-height: 22px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          padding: 7px 0;
          margin: 0 15px; }
          header .desktop-sub-menu ul li a:after {
            content: "";
            position: absolute;
            width: 65%;
            height: 1px;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background-color: #53867F;
            -webkit-transition: all 0.3s ease-in-out 3s;
            transition: all 0.3s ease-in-out 0s;
            opacity: 0; }
          header .desktop-sub-menu ul li a:hover:after {
            opacity: 1; }
          header .desktop-sub-menu ul li a.current-page:after {
            opacity: 1; }

header.sticky .desktop-search.open {
  width: 217px; }

header.sticky {
  position: fixed;
  top: 0; }
  header.sticky .logo {
    opacity: 1; }
  header.sticky .header-menu {
    width: 100%;
    justify-content: center;
    padding: 0 217px 0 217px; }
  header.sticky .search.open {
    width: 217px; }
    header.sticky .search.open .search-form {
      width: calc(100% - 40px); }

.of-canvas-menu {
  height: 100%;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  transition: all 0.5s;
  width: 100%;
  max-width: 100%;
  background-color: #78d2c4;
  background-image: url("img/ornament.png");
  background-size: 931px auto;
  background-position: 70% 174px;
  background-repeat: no-repeat;
  padding: 20px 20px 100px 10px;
  overflow-y: scroll; }
  .of-canvas-menu.open {
    visibility: visible;
    top: 0; }
  .of-canvas-menu .logo {
    width: 219px;
    height: 85px; }
    .of-canvas-menu .logo a:after {
      display: none; }
  .of-canvas-menu .menu-logo {
    background-image: url(img/assets.png);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -375px -108px;
    width: 219px;
    height: 85px; }
  .of-canvas-menu .close-menu {
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    .of-canvas-menu .close-menu span {
      width: 24px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      transition: all 0.2s ease;
      top: 9px;
      left: -2px; }
    .of-canvas-menu .close-menu span:nth-child(1) {
      transform: rotate(45deg); }
    .of-canvas-menu .close-menu span:nth-child(2) {
      transform: rotate(-45deg); }
  .of-canvas-menu .mobile-menu nav {
    /* ALL LEVELS */
    /* LEVEL 1 */
    /* Level 2 */
    /* Level 3 */
    /* Level 4 */ }
    .of-canvas-menu .mobile-menu nav ul {
      padding: 0; }
    .of-canvas-menu .mobile-menu nav li {
      display: block;
      position: relative; }
    .of-canvas-menu .mobile-menu nav a {
      display: block; }
    .of-canvas-menu .mobile-menu nav li, .of-canvas-menu .mobile-menu nav a {
      font-family: 'Gotham';
      font-weight: 500;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff;
      white-space: nowrap;
      margin: 0; }
    .of-canvas-menu .mobile-menu nav a:after {
      display: inline;
      transform: scaleX(0);
      width: 100%;
      left: 0;
      bottom: -4px;
      align-self: 0;
      text-align: left;
      transform-origin: top left; }
    .of-canvas-menu .mobile-menu nav a:hover:after {
      visibility: visible;
      width: 100%;
      display: inline;
      transform: scaleX(1); }
    .of-canvas-menu .mobile-menu nav .open-submenu {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 25px;
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -102px -214px;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      .of-canvas-menu .mobile-menu nav .open-submenu.open {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .of-canvas-menu .mobile-menu nav .current-menu-item > a:after {
      visibility: visible;
      width: 100%;
      display: inline;
      transform: scaleX(1); }
    .of-canvas-menu .mobile-menu nav > ul {
      margin: 38px 0 0; }
      .of-canvas-menu .mobile-menu nav > ul > li {
        padding: 15px 40px 15px 5px;
        border-bottom: 1px solid #fff;
        margin: 0; }
        .of-canvas-menu .mobile-menu nav > ul > li > a {
          padding: 10px 0; }
    .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu {
      display: none;
      margin: 4px 0 5px; }
      .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li {
        padding: 0 0 0 28px;
        position: relative; }
        .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > a,
        .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > div {
          padding: 9px 0; }
    .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > ul.sub-menu {
      display: none;
      margin: 0 0 12px 20px; }
      .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a,
      .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > div {
        padding: 7px 0 7px; }
    .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
      display: none;
      margin: 0 0 12px; }
      .of-canvas-menu .mobile-menu nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        font-style: italic;
        padding: 7px 0 7px; }

.menu-btn {
  display: none;
  height: 22px;
  width: 27px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
  .menu-btn span {
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 7px; }
  .menu-btn span:first-of-type {
    margin-top: 0; }

.menu-btn:hover span {
  background-color: #fff; }

@media only screen and (max-width: 1000px) {
  .top-logo {
    display: none; }
  header {
    position: relative;
    top: 0;
    /*.mobile-search{
            display: block;
        }*/ }
    header .logo {
      position: relative;
      top: unset;
      left: unset; }
    header .header-menu {
      display: none; }
    header .desktop-search {
      display: none; }
    header #desktop-open-search {
      display: none; }
    header #mobile-open-search {
      display: block; }
  .menu-btn {
    display: block; }
  main, .home main {
    margin-top: 113px; }
  .desktop-sub-menu {
    display: none; } }

@media only screen and (max-width: 550px) {
  header .container {
    padding-top: 16px;
    padding-bottom: 16px; }
  header .logo {
    width: 111px;
    height: 43px; }
  header .header-logo {
    background-image: url(img/assets.png);
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: -292px -11px;
    width: 111px;
    height: 43px; } }

.top-slider {
  width: 100%;
  height: 625px;
  max-height: 70vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 0 30px;
  /*.top-text {
        font-family: 'TT Mussels';
        font-weight: 600;
        font-size: 55px;
        line-height: 1.1;
        letter-spacing: 0em;

        color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }*/ }
  .top-slider .img-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 625px;
    max-height: 70vh;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .top-slider .img-wrap img {
      object-fit: cover;
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%; }

.slick-arrow:hover {
  opacity: 1; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  z-index: 100;
  text-indent: -200vw;
  opacity: 0.5;
  border: 0;
  transition: all 0.5s ease;
  background-color: transparent;
  padding: 0; }

.slick-arrow:focus {
  outline: 0; }

.slick-prev {
  left: 0;
  background-image: url(img/assets.png);
  background-size: 800px auto;
  background-repeat: no-repeat;
  background-position: -167px -202px;
  /*&:after{
        position: absolute;
        content: "<";
        color: #fff;
        right: 15px;
        font-size: 40px;
        top: 30%;
        height: 50%;
        text-indent: initial
    }*/ }

.slick-next {
  right: 0;
  background-image: url(img/assets.png);
  background-size: 800px auto;
  background-repeat: no-repeat;
  background-position: -121px -202px;
  /*&:after{
        position: absolute;
        content: ">";
        color: #fff;
        left: 15px;
        font-size: 40px;
        top: 30%;
        height: 50%;
        text-indent: initial
    }*/ }

.slick-dots {
  z-index: 1;
  bottom: 10px;
  position: absolute;
  display: flex;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  min-width: 100%;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0 20px;
  justify-content: center; }
  .slick-dots > li.slick-active > button {
    background-color: #fff;
    background-position: -3px 0; }
  .slick-dots > li {
    border: 0;
    padding: 5px;
    position: relative;
    height: 20px;
    width: 20px;
    margin-right: 5px; }
    .slick-dots > li > button {
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: transparent;
      border: solid 1px #fff;
      border-radius: 10px;
      text-indent: -200vw; }
    .slick-dots > li > button:focus {
      outline: 0; }

@media only screen and (max-width: 768px) {
  .top-slider,
  .top-slider .img-wrap {
    height: 500px;
    max-height: 100%; }
  .slick-dots {
    bottom: 0; } }

@media only screen and (max-width: 550px) {
  .top-slider {
    margin-bottom: 20px; }
  .top-slider,
  .top-slider .img-wrap {
    height: 220px; }
  /*.slick-arrow{
        height: 80px;
        width: 30px;
    }*/
  .slick-next:after {
    left: 10px;
    font-size: 30px; }
  .slick-prev:after {
    right: 10px;
    font-size: 30px; }
  .slick-dots {
    bottom: -15px;
    padding: 0 10px; } }

/*------------------------------------*\
    LIST OF BOOKS
\*------------------------------------*/
.page-template-list-of-books article {
  padding: 0 0 50px;
  border-bottom: 1px solid #78d2c4; }
  .page-template-list-of-books article p {
    margin: 0 0 0 30px; }

.page-template-list-of-books .list-books .load-more-wrap {
  border-top: 1px solid #82d3c8;
  margin: 0 16px;
  padding: 17px 0 0; }

/*------------------------------------*\
    SINGLE BOOK
\*------------------------------------*/
.single-books .book-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px; }
  .single-books .book-content .book-img {
    position: sticky;
    flex: 0 0 32%;
    margin-right: 6%;
 }
  .single-books .book-content article {
    flex: 1 1; }

.single-books .book-info {
  margin: 0 0 30px; }
  .single-books .book-info p {
    margin: 0; }
    .single-books .book-info p span {
      font-family: 'Gotham';
      font-weight: 500;
      font-size: 11px;
      line-height: 20px;
      letter-spacing: 0.1em;
      margin: 0;
      text-transform: uppercase;
      color: #808080; }
  .single-books .book-info a {
    font-weight: 400; }

.single-books .endorsements {
  margin: 0 0 30px; }

.single-books .agent {
  flex: 1 1 50%; }
  .single-books .agent h4 {
    margin: 0 0 5px; }
  .single-books .agent p {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px; }
    .single-books .agent p a {
      font-weight: 500; }

.single-books .sold-rights {
  margin-top: 40px !important; }
  .single-books .sold-rights p {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    margin: 0; }

.single-books .authors {
  margin-bottom: 35px;
  /*.author-wrap{
			margin: 15px 0 55px;
			padding: 0 15px 0 0;
			flex: 0 0 176px;
    		max-width: 50%;

    		.img-wrap{
    			height: 245px;
    		}

    		
		}*/ }

.single-books .accordion-section {
  width: 100%;
  padding: 10px 0 12px;
  margin: 0 0 20px; }
  .single-books .accordion-section:last-of-type {
    margin-bottom: 0; }
  .single-books .accordion-section .section-header {
    position: relative;
    cursor: pointer; }
    .single-books .accordion-section .section-header h2 {
      margin: 0; }
    .single-books .accordion-section .section-header .btn {
      position: absolute;
      right: 0;
      top: 8px; }
      .single-books .accordion-section .section-header .btn:after {
        transform: rotate(90deg); }
      .single-books .accordion-section .section-header .btn:hover:after {
        right: 7px; }
      .single-books .accordion-section .section-header .btn.open:after {
        transform: rotate(-90deg); }
  .single-books .accordion-section .section-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .single-books .accordion-section .section-content.open {
      max-height: 100%;
      padding: 20px 0 0; }

.single-books .news.container h2 {
  margin: 0 0 7px; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 768px) {
  .page-template-list-of-books article p {
    margin: 0; }
  /* SINGLE BOOK */
  .single-books .accordion-section .section-header .btn {
    background-color: transparent;
    color: #78d2c4;
    padding: 0 33px 0 0; }
    .single-books .accordion-section .section-header .btn:after {
      right: 7px;
      top: 6px;
      background-image: url(img/arrow.png); } }

@media only screen and (max-width: 600px) {
  .single-books .book-content {
    display: block; }
    .single-books .book-content .book-img {
      margin-right: 0;
      margin-bottom: 30px;
      max-width: 55%; } }

/*------------------------------------*\
    LIST OF AUTHORS
\*------------------------------------*/
.page-template-list-of-authors article {
  padding: 0 0 50px;
  border-bottom: 1px solid #82d3c8; }
  .page-template-list-of-authors article p {
    margin: 0 0 0 30px; }

.page-template-list-of-authors .list-authors .load-more-wrap {
  border-top: 1px solid #82d3c8;
  margin: 0 16px;
  padding: 17px 0 0; }

/*------------------------------------*\
    SINGLE AUTHOR
\*------------------------------------*/
.single-authors .author-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px; }
  .single-authors .author-content .author-img {
    flex: 0 0 32%;
    margin-right: 6%; }
  .single-authors .author-content article {
    flex: 1 1; }

.single-authors .agent {
  margin: 20px 0 0; }
  .single-authors .agent h4 {
    font-weight: 500;
    text-transform: uppercase; }

.single-authors .author-books {
  margin-bottom: 50px; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 600px) {
  .agent {
    margin-bottom: 45px; }
  .vertical-separator {
    display: none; } }

/*------------------------------------*\
    LIST OF NEWS
\*------------------------------------*/
.page-template-list-of-news .sidebar-menu-wrap {
  flex: 0 0 24%;
  margin: 20px 0; }

.page-template-list-of-news article p {
  margin: 0 0 0 30px; }

.list-news-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #78d2c4;
  border-top: 1px solid #78d2c4;
  margin: 0 0 17px; }

.list-news {
  flex: 0 0 71%; }

.news-date {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 15px;
  background-color: #78d2c4;
  color: #fff;
  font-family: 'Gotham';
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.1em; }

.rights-sold-author {
  display: inline-block;
  margin-left: 10px; }
  .rights-sold-author p {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #53867F; }

.book-news .list-news, .author-news .list-news {
  flex: 0 0 100%; }

.book-news .list > a .img-wrap,
.book-news .list > div .img-wrap, .author-news .list > a .img-wrap,
.author-news .list > div .img-wrap {
  width: 318px; }

/*------------------------------------*\
    SINGLE NEWS
\*------------------------------------*/
.single-news .single-news-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.single-news article {
  flex: 0 0 72%; }

.single-news aside {
  flex: 0 0 24%; }

.single-news .news-img {
  margin: 0 0 31px; }

.single-news .news-date {
  margin-bottom: 25px; }

.single-news .read-more {
  margin: 40px 0; }
  .single-news .read-more a {
    font-weight: 600;
    color: #78d2c4; }

.single-news .share-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 30px 0 30px; }
  .single-news .share-wrap a {
    margin-right: 10px; }
  .single-news .share-wrap .facebook-share {
    width: 27px;
    height: 27px;
    background-image: url(img/assets.png);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -15px -373px; }
  .single-news .share-wrap .twitter-share {
    width: 27px;
    height: 27px;
    background-image: url(img/assets.png);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -54px -373px; }

.single-news .prev-next-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #78d2c4;
  padding: 15px 0 0;
  margin-bottom: 20px; }
  .single-news .prev-next-wrap.mobile {
    display: none; }
  .single-news .prev-next-wrap .arrow {
    width: 16px;
    height: 11px;
    position: absolute;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .single-news .prev-next-wrap a {
    font-family: 'Gotham';
    font-size: 11px;
    font-weight: 500;
    color: #53867F;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .single-news .prev-next-wrap .next {
    position: relative;
    padding-right: 27px; }
    .single-news .prev-next-wrap .next .arrow {
      right: -27px;
      top: 1px; }
    .single-news .prev-next-wrap .next a:hover .arrow {
      right: -35px; }
  .single-news .prev-next-wrap .previous {
    position: relative;
    padding-left: 27px; }
    .single-news .prev-next-wrap .previous .arrow {
      left: -27px;
      top: 1px;
      transform: rotate(180deg); }
    .single-news .prev-next-wrap .previous a:hover .arrow {
      left: -35px; }

/*------------------------------------*\
    NEWS ON STARTPAGE
\*------------------------------------*/
.start-news-section {
  padding: 65px 0 0;
  margin: 0 0 40px; }
  .start-news-section .label {
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 15px;
    background-color: #82d3c8;
    color: #fff;
    font-family: 'Gotham';
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.1em; }
  .start-news-section .news-date {
    background-color: transparent;
    color: #53867F; }

.latest-news {
  margin: 0 0 50px; }
  .latest-news .news-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .latest-news .text-wrap {
    margin-right: 5%; }
  .latest-news .img-wrap {
    flex: 0 0 60%;
    width: 60%; }

.start-list-news {
  border-top: 1px solid #78d2c4;
  border-bottom: 1px solid #78d2c4;
  padding: 10px 0; }
  .start-list-news .list a {
    border: none;
    padding: 0; }
    .start-list-news .list a .img-wrap {
      width: 320px;
      flex: 0 0 320px; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .start-news-section {
    padding-top: 40px; } }

@media screen and (max-width: 768px) {
  .list a .img-wrap {
    width: 180px; }
  .single-news .news-img {
    margin-bottom: 20px; }
  .single-news .single-news-container {
    display: block; }
  .single-news .sidebar-menu-wrap {
    display: none; }
  .single-news .prev-next-wrap.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .single-news .prev-next-wrap.mobile .previous {
      padding: 0; }
      .single-news .prev-next-wrap.mobile .previous a {
        width: 40px;
        height: 40px;
        background-color: #78d2c4;
        display: block; }
        .single-news .prev-next-wrap.mobile .previous a:hover .arrow {
          left: 50%; }
      .single-news .prev-next-wrap.mobile .previous .arrow {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(180deg);
        background-image: url(img/arrow_white.png); }
    .single-news .prev-next-wrap.mobile .next {
      padding: 0; }
      .single-news .prev-next-wrap.mobile .next a {
        width: 40px;
        height: 40px;
        background-color: #78d2c4;
        display: block; }
        .single-news .prev-next-wrap.mobile .next a:hover .arrow {
          right: 0; }
      .single-news .prev-next-wrap.mobile .next .arrow {
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(img/arrow_white.png); }
    .single-news .prev-next-wrap.mobile .share-wrap {
      margin: 0; }
  .single-news .prev-next-wrap.desktop {
    display: none; }
  .single-news .share-wrap.desktop {
    display: none; }
  .list-news {
    flex-basis: 100%; }
  .list-news-wrap .sidebar-menu {
    display: none; }
  .book-news .list a .img-wrap, .author-news .list a .img-wrap {
    width: 128px; }
  .start-news-section {
    padding-top: 0; }
    .start-news-section .label {
      display: none; }
    .start-news-section .latest-news {
      margin: 0 0 3px; }
    .start-news-section .news-wrap {
      flex-wrap: wrap; }
      .start-news-section .news-wrap .img-wrap {
        flex: 0 0 100%;
        order: 1;
        margin: 0 0 10px; }
      .start-news-section .news-wrap .text-wrap {
        flex: 0 0 100%;
        margin-right: 0;
        order: 2; }
  .start-list-news {
    padding: 0;
    border-top: 2px solid #78d2c4; }
    .start-list-news .list a {
      border-bottom: 1px solid #78d2c4;
      padding: 10px 0; }
      .start-list-news .list a .img-wrap {
        width: 128px;
        flex: 0 0 128px; } }

@media screen and (max-width: 500px) {
  .news-date {
    font-size: 10px; } }

input,
select,
option,
textarea {
  border: none;
  border-radius: 0;
  width: 100%;
  /*-webkit-appearance: none;*/
  padding: 0;
  border-bottom: 1px solid #78d2c4;
  font-family: 'Gotham';
  font-size: 11px;
  line-height: 16px;
  color: #808080; }

input[type=text] {
  height: 25px;
  margin: 0 0 10px; }

input:focus,
select:focus,
option:focus,
textarea:focus {
  outline: 0;
  box-shadow: none; }

.input-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 12px; }

.input-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 8px;
  transition: .2s ease all;
  color: #808080;
  height: 27px;
  overflow: hidden;
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.1em; }

input:focus ~ .input-label,
input.not-empty ~ .input-label,
textarea:focus ~ .input-label,
textarea.not-empty ~ .input-label {
  top: -9px;
  left: 0; }

input.form-error,
textarea.form-error {
  background-color: #DF7F7F; }

::-webkit-input-placeholder {
  color: #78d2c4; }

::-moz-placeholder {
  color: #78d2c4; }

:-ms-input-placeholder {
  color: #78d2c4; }

:-moz-placeholder {
  color: #78d2c4; }

#contact-form .row {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#contact-form .col {
  position: relative;
  width: 46%; }

#contact-form textarea {
  height: 119px; }

#contact-form #contact-form-phone2 {
  position: absolute;
  left: -999em; }

#contact-form-loading {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #contact-form-loading p {
    font-weight: 500; }

.loader {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto; }
  .loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #808080;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #808080 transparent transparent transparent; }
  .loader div:nth-child(1) {
    animation-delay: -0.45s; }
  .loader div:nth-child(2) {
    animation-delay: -0.3s; }
  .loader div:nth-child(3) {
    animation-delay: -0.15s; }

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

#contact-form-success {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #contact-form-success p {
    font-weight: 500; }

#contact-form-error {
  display: none;
  margin: 10px 0 0; }
  #contact-form-error p {
    color: #DF7F7F;
    font-weight: 500; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 768px) {
  #contact-form .col {
    width: 100%; }
  #send-contact-form {
    display: block;
    margin: 0 auto; } }

.footer {
  background-color: #78d2c4;
  background-image: url("img/ornament.png");
  background-size: 931px auto;
  background-position: 100% 174px;
  background-repeat: no-repeat;
  padding: 47px 0 53px;
  color: #fff; }
  .footer p, .footer h2, .footer strong {
    color: #fff; }
  .footer .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .footer .container > div {
      flex: 0 0 50%; }
  .footer .footer-logo {
    background-image: url(img/assets.png);
    background-size: 647px auto;
    background-repeat: no-repeat;
    background-position: -15px -13px;
    width: 270px;
    height: 97px;
    margin-left: -26px;
    width: 269px;
    height: 97px;
    margin-left: -26px; }
  .footer .footer-address {
    margin: 10px 0 0; }
  .footer .footer-awards {
    margin: 40px 0 0; }
  .footer .social-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 40px 0 0; }
    .footer .social-wrap a {
      margin-right: 15px; }
    .footer .social-wrap .facebook-icon {
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -68px -322px;
      width: 37px;
      height: 35px; }
    .footer .social-wrap .instagram-icon {
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -15px -322px;
      width: 37px;
      height: 35px; }

@media only screen and (max-width: 768px) {
  .footer .footer-logo {
    margin-left: 0; } }

@media only screen and (max-width: 600px) {
  .footer {
    padding-top: 35px;
    background-position: 100% bottom; }
    .footer .container {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .container > div {
        flex-basis: 100%; }
      .footer .container > div:first-of-type {
        order: 2; }
    .footer .footer-logo {
      margin: 0 auto; }
    .footer .footer-address {
      text-align: center;
      margin-top: 25px; }
    .footer .social-wrap {
      justify-content: center; }
    .footer .footer-text {
      margin-bottom: 80px; }
      .footer .footer-text .wp-block-button {
        text-align: center; } }

/* SEPARATORS */
.wp-block-separator {
  border: none;
  border-bottom: 1px solid #808080;
  margin: 1.65em auto; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

/* BUTTON-BLOCK */
.wp-block-button {
  margin: 30px 0; }

/* TABLE-BLOCK */
.wp-block-table td {
  border: 1px solid #000;
  padding: 10px; }

/* BLOCK TO EMBEDE YOUTUBE  */
.wp-block-embed-youtube iframe {
  max-width: 100%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.boxed-list-container {
  max-width: 1012px;
  padding-top: 35px; }
  .boxed-list-container h2 {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 15px; }

.boxed-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 8px; }
  .boxed-list .desktop-filter {
    margin: 35px 16px 25px; }
  .boxed-list .mobile-filter {
    margin: 30px 8px 10px; }
  .boxed-list .box-item-wrap {
    flex: 0 0 25%;
    width: 25%;
    padding: 20px 0; }
    .boxed-list .box-item-wrap:hover .box-item h4 {
      color: #9a6e9a; }
  .boxed-list .box-item {
    position: relative;
    height: 100%;
    margin: 0 8px; }
    .boxed-list .box-item h4 {
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #53867F;
      margin: 17px 0 10px;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .boxed-list .box-item h4 span {
        font-weight: 400; }
    .boxed-list .box-item p {
      margin: 0; }

/*------------------------------------*\
    REPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1000px) {
  .container.boxed-list-container {
    padding-left: 12px;
    padding-right: 12px; }
    .container.boxed-list-container h2 {
      margin-left: 8px;
      margin-right: 8px; }
  .boxed-list {
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .boxed-list .box-item-wrap {
    /*flex: 0 0 33%;
            width: 33%;*/ } }

@media only screen and (max-width: 600px) {
  .boxed-list .box-item-wrap {
    flex: 0 0 50%;
    width: 50%; } }

.list-container .desktop-filter {
  padding-bottom: 20px; }
  .list-container .desktop-filter .filter-btn {
    border: 1px solid #78d2c4;
    color: #78d2c4; }
    .list-container .desktop-filter .filter-btn:hover, .list-container .desktop-filter .filter-btn.active {
      background-color: #78d2c4;
      color: #fff; }

.list-container .mobile-filter {
  margin-bottom: 35px; }

.list > a, .list > div {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #78d2c4; }
  .list > a:last-of-type, .list > div:last-of-type {
    border-bottom: none; }
  .list > a .list-item, .list > div .list-item {
    padding: 10px 5px 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
  .list > a .img-wrap, .list > div .img-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    width: 220px; }
    .list > a .img-wrap img, .list > div .img-wrap img {
      object-fit: cover;
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%; }
  .list > a .text-wrap, .list > div .text-wrap {
    margin: 0 0 0 20px; }
    .list > a .text-wrap p:last-of-type, .list > div .text-wrap p:last-of-type {
      margin: 0; }

.list a:hover .list-item {
  background-color: #f2f2f2; }

/*------------------------------------*\
    REPONSIVE
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .list > a .img-wrap, .list > div .img-wrap {
    width: 128px; }
  .list > a p, .list > div p {
    display: none; }
  .news-date {
    background-color: transparent;
    color: #53867F;
    padding: 0;
    margin: 0; } }

.desktop-filter .filter-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #9a6e9a;
  color: #9a6e9a;
  font-family: 'Gotham';
  font-weight: 700;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.1em;
  padding: 0 7px;
  text-transform: uppercase;
  margin: 15px 15px 0 0;
  margin-top: 15px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .desktop-filter .filter-btn.active, .desktop-filter .filter-btn:hover {
    background-color: #9a6e9a;
    color: #fff; }

.boxed-list-container .desktop-filter {
  margin: 0 16px 5px; }

.mobile-filter {
  display: none;
  margin: 0 8px 10px; }
  .mobile-filter select {
    border: 1px solid #9a6e9a;
    padding: 15px 15px;
    color: #9a6e9a;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.1em; }
    .mobile-filter select option {
      padding: 10px 0; }

.load-more-wrap {
  text-align: center; }

#no-load-more {
  display: inline-block;
  color: #78d2c4;
  text-transform: uppercase;
  font-family: 'Gotham';
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.1em; }

/*------------------------------------*\
    REPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 768px) {
  .desktop-filter {
    display: none; }
  .mobile-filter {
    display: block; } }

.sidebar-menu {
  background-color: #f2f2f2; }
  .sidebar-menu .menu-title {
    background-color: #78d2c4;
    color: #fff;
    padding: 13px 20px 14px;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.1em; }
  .sidebar-menu ul {
    padding: 8px 10px 13px;
    margin: 0; }
  .sidebar-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative; }
  .sidebar-menu .level-arrow {
    width: 16px;
    height: 11px;
    position: absolute;
    right: 6px;
    top: 11px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .sidebar-menu ul.submenu {
    display: none;
    padding: 0 0 5px;
    margin: 0; }
  .sidebar-menu li.level-1 {
    border-bottom: 1px solid #78d2c4; }
    .sidebar-menu li.level-1 > a {
      padding: 6px 0 6px 10px;
      display: block;
      font-family: 'Gotham';
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.01em;
      color: #53867F; }
    .sidebar-menu li.level-1.open-submenu .level-arrow {
      transform: rotate(90deg); }
  .sidebar-menu li.level-2 {
    margin-bottom: 5px; }
    .sidebar-menu li.level-2 > a {
      padding: 0 0 0 10px;
      font-family: 'Gotham';
      font-weight: 500;
      font-size: 13px;
      line-height: 16px; }
      .sidebar-menu li.level-2 > a:hover, .sidebar-menu li.level-2 > a.active {
        color: #9a6e9a;
        font-weight: 500; }
    .sidebar-menu li.level-2 .submenu {
      padding: 5px 0 0; }
  .sidebar-menu li.level-3 {
    padding: 0 0 0 10px;
    margin: 0 0 12px; }
    .sidebar-menu li.level-3 > a {
      font-family: 'Gotham';
      font-weight: 400;
      font-style: italic;
      font-size: 13px;
      line-height: 16px;
      color: #808080; }

.list-staff {
  /*border-top: 1px solid $turquoise;*/
  /*padding: 40px 0 0;*/
  margin: 0 0 60px; }
  .list-staff .horisontal-separator {
    margin: 0 16px 40px;
    width: auto; }
  .list-staff .box-item {
    padding-bottom: 32px; }
  .list-staff .boxed-list .box-item-wrap:hover .box-item h4 {
    color: #53867F; }
  .list-staff p.content {
    font-size: 11px;
    line-height: 17px;
    color: #8E8E8E;
    margin: 0 0 20px; }
  .list-staff .contact.desktop {
    position: absolute;
    bottom: 0; }
    .list-staff .contact.desktop p {
      font-size: 11px;
      line-height: 17px;
      font-weight: 500;
      color: #808080; }
    .list-staff .contact.desktop a:hover {
      color: #9a6e9a; }
  .list-staff .contact.mobile {
    display: none;
    position: absolute;
    bottom: 0; }
    .list-staff .contact.mobile .email {
      display: inline-block;
      width: 42px;
      height: 42px;
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -14px -559px;
      margin-right: 10px; }
    .list-staff .contact.mobile .phone {
      display: inline-block;
      width: 42px;
      height: 42px;
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -62px -559px; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1000px) {
  .list-staff .horisontal-separator {
    margin-right: 8px;
    margin-left: 8px; } }

@media only screen and (max-width: 768px) {
  .list-staff {
    padding: 20px 0 0; }
    .list-staff .contact.desktop {
      display: none; }
    .list-staff .contact.mobile {
      display: block; }
    .list-staff .box-item {
      padding-bottom: 46px; } }

.search-results .no-results {
  margin-left: 16px;
  margin-right: 16px; }

.search-results .search-books {
  margin-bottom: 30px; }

/*
Carousels also use Owl carousels stylesheets
*/
.carousels-section {
  padding-top: 55px; }
  .carousels-section .title-wrap {
    position: relative; }
    .carousels-section .title-wrap a {
      position: absolute;
      right: 0;
      top: 10px; }
  .carousels-section .owl-carousel {
    margin: 35px 0 55px; }
    .carousels-section .owl-carousel .owl-prev {
      position: absolute;
      top: 103px;
      left: -50px; }
    .carousels-section .owl-carousel .owl-next {
      position: absolute;
      top: 103px;
      right: -50px; }
    .carousels-section .owl-carousel button.owl-prev:focus,
    .carousels-section .owl-carousel button.owl-next:focus {
      border: none;
      outline: 0; }
    .carousels-section .owl-carousel .img-wrap {
      margin: 0 0 10px; }
    .carousels-section .owl-carousel h4 {
      color: #53867F; }
      .carousels-section .owl-carousel h4 span {
        font-weight: 400; }
      .carousels-section .owl-carousel h4 u:after {
        display: none; }
    .carousels-section .owl-carousel p {
      font-size: 11px;
      line-height: 16px;
      margin: 0 0 5px; }
  .carousels-section #carousel-rights .img-wrap {
    height: 153px; }
    .carousels-section #carousel-rights .img-wrap div {
      height: 100%; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .carousels-section .container {
    padding-left: 0;
    padding-right: 0; }
  .carousels-section .title-wrap {
    padding-left: 20px;
    padding-right: 20px; }
    .carousels-section .title-wrap .btn {
      background-color: transparent;
      color: #78d2c4;
      padding: 0 33px 0 0; }
      .carousels-section .title-wrap .btn:after {
        right: 7px;
        top: 6px;
        background-image: url(img/arrow.png); }
  .carousels-section .owl-carousel.owl-drag .owl-item {
    opacity: 0.1; }
    .carousels-section .owl-carousel.owl-drag .owl-item.active {
      opacity: 1; }
  .carousels-section .owl-carousel.owl-drag .owl-prev {
    left: 0;
    top: 80px;
    background-color: #fff;
    border-radius: 62px;
    width: 62px;
    height: 62px; }
    .carousels-section .owl-carousel.owl-drag .owl-prev .arrow-btn {
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -307px -215px; }
      .carousels-section .owl-carousel.owl-drag .owl-prev .arrow-btn.prev {
        margin-left: 15px; }
      .carousels-section .owl-carousel.owl-drag .owl-prev .arrow-btn.next {
        margin-right: 15px; }
  .carousels-section .owl-carousel.owl-drag .owl-next {
    right: 0;
    top: 80px;
    background-color: #fff;
    border-radius: 62px;
    width: 62px;
    height: 62px; }
    .carousels-section .owl-carousel.owl-drag .owl-next .arrow-btn {
      background-image: url(img/assets.png);
      background-size: 800px auto;
      background-repeat: no-repeat;
      background-position: -231px -215px; }
      .carousels-section .owl-carousel.owl-drag .owl-next .arrow-btn.next {
        margin-left: 15px; } }

@media screen and (max-width: 600px) {
  .carousels-section .title-wrap a {
    display: none; }
  .carousels-section .owl-carousel.owl-drag .owl-item {
    opacity: 0.1; }
    .carousels-section .owl-carousel.owl-drag .owl-item.center {
      opacity: 1; }
  .carousels-section .owl-carousel.owl-drag .owl-prev {
    top: 165px; }
  .carousels-section .owl-carousel.owl-drag .owl-next {
    top: 165px; } }

@media screen and (max-width: 500px) {
  .carousels-section .owl-carousel.owl-drag .owl-prev {
    top: 80px; }
  .carousels-section .owl-carousel.owl-drag .owl-next {
    top: 80px; } }

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1000px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 60px; }
  .btn,
  .wp-block-button__link {
    background-color: #78d2c4;
    color: #fff;
    padding: 8px 54px 8px 32px; }
    .btn:after,
    .wp-block-button__link:after {
      background-image: url(img/arrow_white.png);
      top: 14px;
      right: 30px; }
  .btn:hover,
  .wp-block-button__link:hover {
    color: #fff; }
    .btn:hover:after,
    .wp-block-button__link:hover:after {
      right: 22px; }
  .btn.white,
  .wp-block-button.white .wp-block-button__link {
    background-color: #fff;
    color: #78d2c4; }
    .btn.white:after,
    .wp-block-button.white .wp-block-button__link:after {
      background-image: url(img/arrow.png); } }

@media only screen and (max-width: 600px) {
  .flex-wrap {
    display: block; } }
