h1, h2, h3, h4 {
  font-family: 'Lora', serif !important;
  font-weight: 700 !important;
}
p, a, ul, li {
  font-family: 'Lora', serif;
  font-weight: 400;
}
.blue-button {
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  background: #ba9c5f;
  border: none;
  border-bottom: 4px solid #8f7c4d;
  border-radius: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 'background-color' '400ms' 'linear';
  -moz-transition: 'background-color' '400ms' 'linear';
  -o-transition: 'background-color' '400ms' 'linear';
  -ms-transition: 'background-color' '400ms' 'linear';
  transition: 'background-color' '400ms' ;
}
.blue-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #aa905c;
}
.gray-button {
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  background: #363636;
  border: none;
  border-bottom: 4px solid #272727;
  border-radius: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 'background-color' '400ms' 'linear';
  -moz-transition: 'background-color' '400ms' 'linear';
  -o-transition: 'background-color' '400ms' 'linear';
  -ms-transition: 'background-color' '400ms' 'linear';
  transition: 'background-color' '400ms' ;
}
.gray-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #272727;
}
#menu-item-29 a {
  color: #fff !important;
}
.magazines-wrapper .magazine {
  background-color: #f2f2f2;
  min-height: 80vh;
}
.magazines-wrapper .magazine aside.magazine-nav {
  background-color: #f2f2f2;
  height: 80vh;
  padding-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.magazines-wrapper .magazine aside.magazine-nav div.page {
  position: relative;
  border: 2px solid #ededed;
  margin: 0 0 10px 0;
}
.magazines-wrapper .magazine aside.magazine-nav div.page span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 20px;
  color: #fff;
  text-align: center;
  background-color: #474747;
}
.magazines-wrapper .magazine aside.magazine-nav div.page img {
  width: 100%;
}
.magazines-wrapper .magazine aside.magazine-nav div.page.active {
  border: 2px solid #c5b276;
}
.magazines-wrapper .magazine aside.magazine-nav div.page.active span {
  background-color: #c5b276;
}
.magazines-wrapper .magazine main.magazine-main {
  background-color: #ededed;
  min-height: 80vh;
}
.magazines-wrapper .magazine main.magazine-main > div {
  position: relative;
  float: left;
  height: 80vh;
}
.magazines-wrapper .magazine main.magazine-main > div button {
  position: absolute;
  top: 40%;
  border: none;
}
.magazines-wrapper .magazine main.magazine-main .left {
  width: 10%;
  min-height: 1px;
  text-align: right;
}
.magazines-wrapper .magazine main.magazine-main .left button.prev {
  right: 0;
  background-image: url('../../img/arrow-prev.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  max-width: 100px;
  min-width: 100%;
  height: 120px;
}
.magazines-wrapper .magazine main.magazine-main .image {
  position: relative;
  width: 80%;
  margin-top: 20px;
}
.magazines-wrapper .magazine main.magazine-main .image div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 70vh;
}
.magazines-wrapper .magazine main.magazine-main .right {
  width: 10%;
  min-height: 1px;
}
.magazines-wrapper .magazine main.magazine-main .right .issue {
  padding-top: 15px;
  padding-left: 10px;
  font-family: 'Lora', serif;
}
.magazines-wrapper .magazine main.magazine-main .right .issue span.date {
  font-size: 15px;
  font-weight: bold;
}
.magazines-wrapper .magazine main.magazine-main .right .issue .page-number {
  padding-top: 2px;
  font-size: 12px;
}
.magazines-wrapper .magazine main.magazine-main .right button.next {
  left: 0;
  background-image: url('../../img/arrow-next.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  max-width: 100px;
  min-width: 100%;
  height: 120px;
}
.magazines-wrapper .mailing-list {
  font-family: 'Lora', serif;
  width: 100%;
  background-color: #c5b276;
}
.magazines-wrapper .mailing-list .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.magazines-wrapper .mailing-list .form-container {
  padding: 0 20px;
}
.magazines-wrapper .mailing-list .form-container h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .magazines-wrapper .mailing-list .form-container h3 {
    text-align: center;
  }
}
.magazines-wrapper .mailing-list .form-container h3 span {
  color: #fff;
}
.magazines-wrapper .mailing-list .form-container .wpcf7 {
  margin-top: 15px;
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .input, .magazines-wrapper .mailing-list .form-container .wpcf7 .submit {
  float: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .magazines-wrapper .mailing-list .form-container .wpcf7 .input, .magazines-wrapper .mailing-list .form-container .wpcf7 .submit {
    display: block;
  }
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .input input, .magazines-wrapper .mailing-list .form-container .wpcf7 .submit input {
  padding: 15px 20px;
  width: 100%;
  border: none;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .magazines-wrapper .mailing-list .form-container .wpcf7 .input input, .magazines-wrapper .mailing-list .form-container .wpcf7 .submit input {
    font-size: 15px;
  }
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .input {
  width: 38%;
}
@media (max-width: 767px) {
  .magazines-wrapper .mailing-list .form-container .wpcf7 .input {
    width: 100%;
  }
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .input input {
  border-right: 2px solid #c5b276;
}
@media (max-width: 767px) {
  .magazines-wrapper .mailing-list .form-container .wpcf7 .input input {
    border-right: none;
    margin-bottom: 4px;
  }
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .submit {
  width: 24%;
}
@media (max-width: 767px) {
  .magazines-wrapper .mailing-list .form-container .wpcf7 .submit {
    width: 100%;
  }
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .submit input {
  background: #272727;
  color: #fff;
}
.magazines-wrapper .mailing-list .form-container .wpcf7 .submit input:hover {
  background-color: #363636;
}
.magazines-wrapper .bottom-wrapper {
  padding-top: 80px;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper {
    padding-top: 0px;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries {
  background-color: #aa905c;
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding {
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding {
    padding: 10px 10px;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding h3 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding h3 {
    text-align: center;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items {
  margin: 0;
  border-bottom: 1px solid #c5b276;
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #c5b276;
  text-decoration: none;
  color: #fff;
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog span.date {
  color: #363636;
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog {
  display: block;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
  text-decoration: none;
  border-top: none;
  border-right: 1px solid #c5b276;
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog:first-child {
  padding-left: 0;
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog {
    border-right: none;
    border-bottom: 1px solid #c5b276;
    padding-left: 0;
    padding-right: 0;
  }
  .magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-items a.blog:last-child {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .blog-entries .blog-padding .blog-link {
  margin: 30px 0;
  text-align: center;
}
.magazines-wrapper .bottom-wrapper .main-bottom .contact {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 45px;
  padding-right: 45px;
  background: #363636;
}
.magazines-wrapper .bottom-wrapper .main-bottom .contact h3 {
  color: #474747;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .contact h3 {
    text-align: center;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .contact .content {
  font-family: 'Lora', serif;
  color: #767676;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .contact .content {
    text-align: center;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .contact .content span, .magazines-wrapper .bottom-wrapper .main-bottom .contact .content a {
  font-size: 32px;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .contact .content span, .magazines-wrapper .bottom-wrapper .main-bottom .contact .content a {
    font-size: 20px;
  }
}
.magazines-wrapper .bottom-wrapper .main-bottom .contact .content a.email {
  color: #767676;
  border-bottom: 1px solid #767676;
  text-decoration: none;
}
@media (max-width: 767px) {
  .magazines-wrapper .bottom-wrapper .main-bottom .contact {
    padding-top: 20px;
  }
}
