/*
===============================================
    FONTS
===============================================
*/
@font-face {
  font-family: "Avenir Next LT W04 Medium";
  src: url("fonts/1437536/930383e5-36a7-4f9b-ba93-91da56426238.eot?#iefix");
  src: url("fonts/1437536/930383e5-36a7-4f9b-ba93-91da56426238.eot?#iefix") format("eot"), url("fonts/1437536/91e99835-1d11-4c71-af9b-aed2a94329e7.woff2") format("woff2"), url("fonts/1437536/4952d2e1-e0c0-46ca-b32e-c24a5882c471.woff") format("woff"), url("fonts/1437536/55e40b4b-6742-4cea-b87c-382b0c65d12d.ttf") format("truetype"), url("fonts/1437536/6b307c95-616f-4c40-a4f9-ec7f15fe23c1.svg#6b307c95-616f-4c40-a4f9-ec7f15fe23c1") format("svg");
}

@font-face {
  font-family: "Avenir Next LT W04 Bold";
  src: url("fonts/1437556/6ff8ab07-ccb4-4a91-8f0f-2bd4367902e8.eot?#iefix");
  src: url("fonts/1437556/6ff8ab07-ccb4-4a91-8f0f-2bd4367902e8.eot?#iefix") format("eot"), url("fonts/1437556/91799b0e-0ef8-446e-b274-5509412e1242.woff2") format("woff2"), url("fonts/1437556/97fb5311-bdbd-46bc-bf69-3bcf8c744cda.woff") format("woff"), url("fonts/1437556/88093bd3-b377-4278-8abe-8460dd24d0e8.ttf") format("truetype"), url("fonts/1437556/0fde1539-69df-4e3d-83ef-ae23d10dd2a5.svg#0fde1539-69df-4e3d-83ef-ae23d10dd2a5") format("svg");
}

#header {
  *zoom: 1;
}

#header:before, #header:after {
  content: " ";
  display: table;
}

#header:after {
  clear: both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

label, button {
  cursor: pointer;
}

button {
  padding: 0;
}

header, aside, nav, footer, article, section {
  display: block;
}

html {
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-right: 0 !important;
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Avenir Next LT W04 Medium";
}

em {
  font-style: italic;
}

a {
  -webkit-transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #39F;
}

a:focus, a:hover, a:active {
  text-decoration: none;
  color: blue;
  -webkit-transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Avenir Next LT W04 Bold";
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: black;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

p {
  margin-bottom: 20px;
}

p:last-of-type {
  margin-bottom: 0;
}

#header,
.content,
#footer {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1025px) {
  #header,
  .content,
  #footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1151px) {
  #header,
  .content,
  #footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.Logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.Logo__link {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Avenir Next LT W04 Bold", sans-serif;
}

.Logo__link:hover {
  color: blue;
}

@media (min-width: 481px) {
  .Logo__link {
    font-size: 36px;
    line-height: 36px;
  }
}

.Navtoggle {
  position: relative;
  z-index: 200;
  float: left;
  padding: 0;
  display: inline-block;
  border: none;
  background: none;
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .Navtoggle {
    display: none;
  }
}

.Navtoggle__icon {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 30px;
  height: 24px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Navtoggle__bar {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #333333;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Navtoggle__bar:nth-of-type(1) {
  top: 0;
  -webkit-box-shadow: 0 10px 0 0 #333333;
          box-shadow: 0 10px 0 0 #333333;
}

.Navtoggle__bar:nth-of-type(2) {
  bottom: 0;
}

.Navtoggle--open .Navtoggle__icon {
  width: 30px !important;
  height: 24px !important;
}

.Navtoggle--open .Navtoggle__bar {
  width: 30px !important;
  height: 3px !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Navtoggle--open .Navtoggle__bar:nth-of-type(1) {
  top: 50% !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
          box-shadow: 0 0 0 0 transparent !important;
  -webkit-transform: rotate(225deg) translateY(50%);
      -ms-transform: rotate(225deg) translateY(50%);
          transform: rotate(225deg) translateY(50%);
}

.Navtoggle--open .Navtoggle__bar:nth-of-type(2) {
  bottom: 50% !important;
  -webkit-transform: rotate(315deg) translateY(50%);
      -ms-transform: rotate(315deg) translateY(50%);
          transform: rotate(315deg) translateY(50%);
}

.menu {
  height: 100%;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .menu {
    text-align: left;
    margin-top: 0;
    border: none;
    padding: 0;
  }
}

.menu-item {
  margin-right: 10px;
  display: inline-block;
}

.menu-item a {
  color: #333;
  display: block;
  line-height: 1.2;
  font-size: 14px;
}

.menu-item a:hover {
  color: blue;
}

.current-menu-item a {
  border-bottom: 2px solid;
}

.Item {
  display: table;
  margin-bottom: 40px;
}

.Item__link {
  display: inline-block;
}

@media (min-width: 768px) {
  .Item__image {
    display: table-cell;
    vertical-align: top;
  }
}

.Item__image img {
  max-width: 200px;
}

.Item__text {
  color: #333333;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .Item__text {
    display: table-cell;
    margin-top: 0;
    padding-left: 60px;
    vertical-align: top;
  }
  .Item__text.no_padding{
    padding-left: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#header .Logo {
  float: right;
  margin-top: -3px;
}

@media (min-width: 481px) {
  #header .Logo {
    margin-top: -7px;
  }
}

@media (min-width: 1025px) {
  #header .Logo {
    right: 40px;
  }
}

@media (min-width: 1151px) {
  #header .Logo {
    right: 80px;
  }
}

#navigation-main {
  clear: both;
  display: none;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: height 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  #navigation-main {
    clear: none;
    display: block !important;
  }
}

.content {
  display: table;
  width: 100%;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main {
  display: table-cell;
  vertical-align: middle;
}

.Page__title,
.Post__title {
  margin-bottom: 20px;
}

.Page__content {
  margin-bottom: 40px;
}

.home #header .Logo {
  display: none;
}

.home .content {
  max-width: 800px;
}

.home .Page__title {
  margin-bottom: 10px;
}

.page-template-press .content {
  max-width: 800px;
}
.link-black{
  color: #333333;
}
.link-black:hover{
  color: #333333;
}

@media (min-width: 768px) {
  .page-template-press .Item__image {
    display: table-cell;
    vertical-align: middle;
  }
}

.page-template-press .Item__image img {
  max-width: 200px;
}

.page-template-press .Item__text {
  color: #333333;
}

@media (min-width: 768px) {
  .page-template-press .Item__text {
    display: table-cell;
    padding-left: 60px;
    vertical-align: middle;
  }
}

.page-template-books .content {
  max-width: 800px;
}

.page-template-books .Item__link {
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-template-books .Item__link {
    display: table;
  }
}
