/* Base */
.btn.btn--red {
  background-color: #d4313e;
  border-color: #d4313e;
  color: #fff;
}

.btn:visited {
  color: #fff;
  text-decoration: none;
}

.btn {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1.375;
  padding: .5rem 1rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

h2 {
  color: #333;
  font-family: HelveticaNeue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.125rem;
  width: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wp-block-image {
  margin: 0;
}

/* CSS FOR NAVIGATION */
.navigation {
  background-color: #333;
  color: #fff;
  height: 40px;
  padding: 10px 15px;
}
.navigation .navigation-content {
  margin-left: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation > .btn {
  width: 38px;
  height: 24px;
  background: #c41f26;
  border-radius: 5px;
  font-size: 29px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation .navigation-content .logo {
  width: 100px;
  margin-right: 20px;
}
.navigation .navigation-content .logo img {
  width: 100%;
  vertical-align: middle;
}
.navigation .navigation-content .page-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

body.skin-common .editor-styles-wrapper .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.skin-common .alignwide {
  max-width: 780px;
  margin: 1em auto;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roboto","Open Sans","DejaVu Sans","Lucida Sans",sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased
}

body.page-node-type-emagazine {
  margin: 0;
}

body.page-node-type-emagazine .visually-hidden {
  display: none;
}

body.page-node-type-emagazine .footer {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

body.page-node-type-emagazine .footer img {
  max-width: 172px;
  height: auto;
}


/* responsive */
@media (min-width: 768px) {
  .navigation {
    height: 40px;
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .navigation .page-title {
    font-size: 1rem;
  }
}
