@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&family=Work+Sans:wght@300;400;500;700&display=swap");
@import 'icons/icons.css';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../images/background.svg") center top no-repeat;
  font-family: "Work Sans";
  color: #3d3d3d;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 70px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media all and (max-width: 1300px) {
  .content {
    padding: 0px 10px;
  }
}

.sidebar {
  grid-area: sidebar;
  padding: 30px;
  border: 2px solid #f1f1f1;
  float: left;
}
.sidebar .block {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.sidebar .block:last-child {
  margin-bottom: 0;
}
.sidebar h3 {
  font-size: 30px;
  color: #a51f37;
  margin: 0;
  margin-bottom: 20px;
}
.sidebar h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #a51f37;
  margin-top: 10px;
}
@supports (display: grid) {
  .sidebar .instagram {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.sidebar .instagram img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sidebar .tags {
  display: flex;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}
.sidebar .tags a {
  background: #f1f1f1;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #3d3d3d;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.sidebar .tags a:hover {
  background: #a51f37;
  color: white;
}
.sidebar .inline-list {
  display: flex;
  flex-direction: column;
}
.sidebar .inline-list .item {
  display: flex;
  margin-bottom: 30px;
}
.sidebar .inline-list .item .image {
  width: 100px;
}
.sidebar .inline-list .item .image img {
  max-width: 100%;
  height: auto;
}
.sidebar .inline-list .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.sidebar .inline-list .item .info a {
  text-decoration: none;
}
.sidebar .inline-list .item .info .post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .inline-list .item .info .author {
  color: #3d3d3d;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.sidebar .inline-list .item .info .author a {
  color: #a51f37;
  background: #f1f1f1;
  font-size: 0.8rem;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.sidebar .inline-list .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.sidebar .inline-list .item .info p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 15px;
}
.sidebar .inline-list .item .info h2 {
  color: #a51f37;
  margin: 0;
  margin-bottom: 10px;
}
.sidebar .inline-list .item .info h2 a {
  color: #a51f37;
}
.sidebar .inline-list .item .info {
  padding: 0px;
  margin-left: 30px;
  flex: 1;
}
.sidebar .inline-list .item .info h2 {
  font-size: 18px;
}

.profile {
  border: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  grid-area: profile;
}
.profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.profile h2 {
  font-size: 30px;
  font-weight: 500;
  color: #a51f37;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profile h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #a51f37;
  margin-top: 10px;
}

#search {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(150%) blur(5px);
  backdrop-filter: saturate(150%) blur(5px);
  visibility: hidden;
  padding: 10px;
  z-index: 100;
}
#search:target {
  visibility: visible;
}
#search .icon-close2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 30px;
  color: #a51f37;
  font-size: 30px;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  #search .icon-close2 {
    font-size: 20px;
    padding: 20px;
  }
}

.search-form {
  float: left;
  width: 100%;
  max-width: 600px;
  background: #FFFFFF;
  box-shadow: 0 -3px 19px 0 rgba(0, 0, 0, 0.11);
}
@media all and (max-width: 999px) {
  .search-form {
    max-width: 100%;
  }
}
.search-form form {
  display: flex;
}
.search-form form input {
  flex: 1;
  padding: 25px;
  color: #a51f37;
  border: 0px;
  font-size: 24px;
  outline: none;
}
@media all and (max-width: 999px) {
  .search-form form input {
    font-size: 20px;
  }
}
@media all and (max-width: 399px) {
  .search-form form input {
    padding: 20px;
  }
}
.search-form form button {
  background: #a51f37;
  color: white;
  padding: 15px;
  border: 0px;
  width: 80px;
  font-size: 30px;
}
.search-form form button:hover {
  cursor: pointer;
  background: #a51f37;
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
@media all and (max-width: 999px) {
  #menu {
    display: block;
  }
}
#menu:target .inset {
  margin-left: 0px;
}
#menu .inset {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 250px;
  background: #a51f37;
  padding: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-left: -300px;
}
#menu .inset .icon-close2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
#menu .inset nav {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
#menu .inset nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

header {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  header {
    height: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    border-top: 5px solid #a51f37;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(150%) blur(5px);
    backdrop-filter: saturate(150%) blur(5px);
    border-bottom: 1px solid #f1f1f1;
    z-index: 100;
  }
}
header > svg polygon {
  fill: #a51f37;
}
@media all and (max-width: 999px) {
  header svg {
    display: none;
  }
}
header > .icon-search {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #a51f37;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  display: none;
  z-index: 2;
}
@media all and (max-width: 999px) {
  header > .icon-search {
    display: block;
  }
}
header > .icon-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #a51f37;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  display: none;
  z-index: 2;
}
@media all and (max-width: 999px) {
  header > .icon-menu {
    display: block;
  }
}
header .logo-wrapper {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .logo-wrapper img {
  height: 100px;
  width: auto;
}
header .logo-wrapper .search {
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 1.3rem;
  color: #3d3d3d;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 40px;
}
@media all and (max-width: 999px) {
  header .logo-wrapper .search {
    display: none;
  }
}
header .logo-wrapper .search:hover {
  background: #3d3d3d;
  color: white;
}
header .logo-wrapper .search i {
  margin-left: 10px;
}
@media all and (max-width: 999px) {
  header .logo-wrapper {
    padding: 0px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .logo-wrapper img {
    max-height: 50px;
    width: auto;
    max-width: 200px;
  }
}
header .menu-wrapper {
  float: left;
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
}
@media all and (max-width: 999px) {
  header .menu-wrapper {
    display: none;
  }
}
header .menu-wrapper .content nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0px;
}
header .menu-wrapper .content nav a {
  font-weight: 550;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: #3d3d3d;
  position: relative;
  height: 20px;
  line-height: 20px;
}
header .menu-wrapper .content nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 10px;
  background: #a51f37;
  margin-bottom: -5px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
header .menu-wrapper .content nav a:hover {
  color: #a51f37;
}
header .menu-wrapper .content nav a:hover:after {
  content: "";
  margin-bottom: 0;
  opacity: 1;
}
header .menu-wrapper .content nav a i {
  vertical-align: middle;
  font-size: 20px;
}

footer {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
}
footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
footer .badges {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
footer .badges img {
  max-width: 100%;
  height: auto;
}
footer .newsletter {
  background: #a51f37;
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .newsletter {
    flex-direction: column;
  }
}
footer .newsletter span {
  color: white;
  font-weight: bold;
  flex: 1;
  text-align: center;
  font-size: 20px;
}
footer .newsletter form {
  background: rgba(255, 255, 255, 0.1);
  padding: 0px;
  min-width: 40%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .newsletter form {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 499px) {
  footer .newsletter form {
    flex-direction: column;
    padding: 10px;
  }
}
footer .newsletter form input {
  padding: 20px;
  margin: 0;
  background: none;
  border: 0px;
  flex: 1;
  outline: none;
  color: white;
}
footer .newsletter form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
footer .newsletter form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
footer .newsletter form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
@media all and (max-width: 499px) {
  footer .newsletter form input {
    width: 100%;
    text-align: center;
  }
}
footer .newsletter form button {
  background: #a51f37;
  border: 0px;
  padding: 15px;
  margin-right: 10px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
footer .newsletter form button:hover {
  background: white;
  color: #a51f37;
}
@media all and (max-width: 499px) {
  footer .newsletter form button {
    width: 100%;
    margin-right: 0px;
  }
}
footer nav {
  width: 100%;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 999px) {
  footer nav {
    flex-wrap: wrap;
    align-items: center;
  }
}
footer nav a {
  color: #3d3d3d;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (max-width: 999px) {
  footer nav a {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
  }
}
footer nav a:hover {
  color: #a51f37;
}
footer .share {
  text-align: center;
}
footer .share h4 {
  font-size: 20px;
}
footer .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #f1f1f1;
  color: #3d3d3d;
  text-decoration: none;
  line-height: 50px;
  font-size: 20px;
}
footer .share a:hover {
  background: #a51f37;
  border: 2px solid #a51f37;
  color: white;
}

main.slider {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.slider .swiper-slide {
  position: relative;
}
@media all and (max-width: 999px) {
  main.slider .swiper-button-white {
    display: none;
  }
}
main.slider .swiper-pagination span {
  background: white;
}
main.slider .image {
  float: left;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover !important;
}
@media all and (min-width: 1500px) {
  main.slider .image {
    padding-bottom: 0px;
    height: 550px;
  }
}
@media all and (max-width: 699px) {
  main.slider .image {
    padding-bottom: 60%;
  }
}
main.slider .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  display: flex;
  align-items: flex-end;
}
main.slider .info .info-inset {
  max-width: 800px;
  color: white;
  margin-bottom: 60px;
  font-weight: bold;
}
@media all and (max-width: 999px) {
  main.slider .info .info-inset {
    margin-bottom: 20px;
  }
}
main.slider .info .info-inset h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.slider .info .info-inset h2 {
    font-size: 2rem;
  }
}
main.slider .info .info-inset h2:after {
  display: block;
  width: 50px;
  height: 3px;
  background: white;
  content: "";
  margin-top: 20px;
}

main.home {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  main.home {
    flex-direction: column;
  }
}
main.home .main-view {
  flex: 1;
}
main.home .side-view {
  width: 33%;
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  main.home .side-view {
    width: 100%;
    min-width: 0px;
    margin-bottom: 40px;
  }
}
main.home .featured {
  float: left;
  width: 100%;
  margin-top: 20px;
  flex: 100%;
  margin-bottom: 40px;
}
@supports (display: grid) {
  main.home .featured {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  @media all and (max-width: 999px) {
    main.home .featured {
      grid-template-columns: repeat(1, 1fr);
    }
    main.home .featured img {
      width: 100%;
      height: auto;
    }
  }
}
main.home .featured .item {
  background: #FFFFFF;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.09);
}
main.home .featured .item .image img {
  max-width: 100%;
  height: auto;
}
main.home .featured .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.home .featured .item .info a {
  text-decoration: none;
}
main.home .featured .item .info .post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
main.home .featured .item .info .author {
  color: #3d3d3d;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
main.home .featured .item .info .author a {
  color: #a51f37;
  background: #f1f1f1;
  font-size: 0.8rem;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
main.home .featured .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .featured .item .info p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 15px;
}
main.home .featured .item .info h2 {
  color: #a51f37;
  margin: 0;
  margin-bottom: 10px;
}
main.home .featured .item .info h2 a {
  color: #a51f37;
}
main.home .grid-featured {
  position: relative;
  width: 100%;
  float: left;
}
main.home .grid-featured .image {
  width: 100%;
  padding-bottom: 65%;
  float: left;
  width: 100%;
  background-size: cover !important;
}
main.home .grid-featured .info-holder {
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: white;
}
main.home .grid-featured .info-holder .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.home .grid-featured .info-holder .info a {
  text-decoration: none;
}
main.home .grid-featured .info-holder .info .post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
main.home .grid-featured .info-holder .info .author {
  color: #3d3d3d;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
main.home .grid-featured .info-holder .info .author a {
  color: #a51f37;
  background: #f1f1f1;
  font-size: 0.8rem;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
main.home .grid-featured .info-holder .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .grid-featured .info-holder .info p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 15px;
}
main.home .grid-featured .info-holder .info h2 {
  color: #a51f37;
  margin: 0;
  margin-bottom: 10px;
}
main.home .grid-featured .info-holder .info h2 a {
  color: #a51f37;
}
main.home .list .inline-list {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.home .list .inline-list .item {
  display: flex;
  margin-bottom: 30px;
}
@media all and (max-width: 599px) {
  main.home .list .inline-list .item {
    flex-direction: column;
  }
}
main.home .list .inline-list .item .image {
  width: 250px;
}
@media all and (max-width: 599px) {
  main.home .list .inline-list .item .image {
    width: 100%;
  }
}
main.home .list .inline-list .item .image img {
  max-width: 100%;
  height: auto;
}
main.home .list .inline-list .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.home .list .inline-list .item .info a {
  text-decoration: none;
}
main.home .list .inline-list .item .info .post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
main.home .list .inline-list .item .info .author {
  color: #3d3d3d;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
main.home .list .inline-list .item .info .author a {
  color: #a51f37;
  background: #f1f1f1;
  font-size: 0.8rem;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
main.home .list .inline-list .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .list .inline-list .item .info p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 15px;
}
main.home .list .inline-list .item .info h2 {
  color: #a51f37;
  margin: 0;
  margin-bottom: 10px;
}
main.home .list .inline-list .item .info h2 a {
  color: #a51f37;
}
main.home .list .inline-list .item .info {
  padding: 0px;
  margin-left: 30px;
  flex: 1;
}
@media all and (max-width: 599px) {
  main.home .list .inline-list .item .info {
    margin-left: 0px;
    margin-top: 20px;
  }
}
main.home .list .grid-list {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  main.home .list .grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  @media all and (max-width: 599px) {
    main.home .list .grid-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
main.home .list .grid-list .item {
  background: #FFFFFF;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.09);
}
main.home .list .grid-list .item .image img {
  max-width: 100%;
  height: auto;
}
main.home .list .grid-list .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.home .list .grid-list .item .info a {
  text-decoration: none;
}
main.home .list .grid-list .item .info .post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
main.home .list .grid-list .item .info .author {
  color: #3d3d3d;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
main.home .list .grid-list .item .info .author a {
  color: #a51f37;
  background: #f1f1f1;
  font-size: 0.8rem;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
main.home .list .grid-list .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .list .grid-list .item .info p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 15px;
}
main.home .list .grid-list .item .info h2 {
  color: #a51f37;
  margin: 0;
  margin-bottom: 10px;
}
main.home .list .grid-list .item .info h2 a {
  color: #a51f37;
}
@media all and (max-width: 999px) {
  main.home .list .grid-list .item .info {
    padding: 15px;
  }
}

main.category {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "list list profile" "list list sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.category {
    grid-template-areas: "list" "sidebar" "profile";
    grid-template-columns: 1fr;
  }
}
main.category .sidebar {
  grid-area: sidebar;
}
main.category .profile {
  grid-area: profile;
}
main.category .list {
  grid-area: list;
}
main.category .list h1 {
  font-size: 50px;
  color: #a51f37;
  font-weight: 500;
  margin-bottom: 10px;
}
main.category .list h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #a51f37;
  margin-top: 20px;
}
main.category .list .category-meta {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
main.category .list .category-meta span {
  background: #f1f1f1;
  padding: 4px 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: bold;
}
main.category .list .list-items {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.category .list .list-items .item {
  display: flex;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  main.category .list .list-items .item {
    flex-direction: column;
  }
}
main.category .list .list-items .item .image {
  width: 225px;
}
@media all and (max-width: 999px) {
  main.category .list .list-items .item .image {
    width: 100%;
  }
}
main.category .list .list-items .item .image img {
  max-width: 100%;
  height: auto;
}
main.category .list .list-items .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.category .list .list-items .item .info a {
  text-decoration: none;
}
main.category .list .list-items .item .info .post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
main.category .list .list-items .item .info .author {
  color: #3d3d3d;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
main.category .list .list-items .item .info .author a {
  color: #a51f37;
  background: #f1f1f1;
  font-size: 0.8rem;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
main.category .list .list-items .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.category .list .list-items .item .info p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 15px;
}
main.category .list .list-items .item .info h2 {
  color: #a51f37;
  margin: 0;
  margin-bottom: 10px;
}
main.category .list .list-items .item .info h2 a {
  color: #a51f37;
}
main.category .list .list-items .item .info {
  padding: 0px;
  margin-left: 30px;
  flex: 1;
}
@media all and (max-width: 999px) {
  main.category .list .list-items .item .info {
    margin-left: 0px;
    margin-top: 20px;
  }
}
main.category .list .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.category .list .pagination a {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a51f37;
  color: white;
  text-decoration: none;
}
main.category .list .pagination span {
  background: #f1f1f1;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.category .list .pagination a, main.category .list .pagination span {
  margin: 0px 5px;
}

main.post {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "post post profile" "post post sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.post {
    grid-template-areas: "post" "profile" "sidebar";
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
main.post .post-share {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
main.post .post-share span {
  font-weight: bold;
  opacity: 0.5;
  margin-right: 10px;
}
main.post .post-share a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #3d3d3d;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 10px;
}
main.post .post-share a:hover {
  background: #a51f37;
  color: white;
}
main.post .sidebar {
  grid-area: sidebar;
}
main.post .profile {
  grid-area: profile;
}
main.post .post-comments {
  float: left;
  width: 100%;
  padding-top: 30px;
}
main.post .post-content {
  grid-area: post;
}
main.post .post-content img {
  max-width: 100%;
  height: auto;
}
main.post .post-content .post-featured-image:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #a51f37;
  margin-top: 10px;
  margin-bottom: 10px;
}
main.post .post-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #a51f37;
  margin-top: 40px;
  margin-bottom: 20px;
}
main.post .post-content .post-tags {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
main.post .post-content .post-tags h5 {
  margin: 0;
  color: #3d3d3d;
  font-weight: bold;
  opacity: 0.5;
  margin-right: 10px;
  margin-bottom: 10px;
}
main.post .post-content .post-tags .list {
  display: flex;
  flex-wrap: wrap;
}
main.post .post-content .post-tags .list a {
  background: rgba(0, 0, 0, 0.1);
  color: #3d3d3d;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 0.8rem;
  margin-right: 10px;
}
main.post .post-content .post-tags .list a:hover {
  background: #a51f37;
  color: white;
}
main.post .post-content .post-meta {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}
main.post .post-content .post-meta .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.post .post-content .post-meta .author {
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
}
main.post .post-content .post-meta .social {
  display: flex;
  margin-left: 10px;
}
main.post .post-content .post-meta .social a {
  width: 20px;
  height: 20px;
  background: rgba(165, 31, 55, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #a51f37;
  font-size: 0.7rem;
  margin-right: 6px;
}
main.post .post-content .post-meta .social a:hover {
  background: #a51f37;
  color: white;
}
main.post .post-content .post-meta .social a i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-inset-content {
  line-height: 1.5;
}
.post-inset-content a {
  color: #a51f37;
  font-weight: bold;
}
.post-inset-content h2, .post-inset-content h3, .post-inset-content h4, .post-inset-content h5 {
  color: #a51f37;
}
.post-inset-content figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 30px;
}
.post-inset-content figure img {
  display: block;
}
.post-inset-content figure span {
  background: #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  padding-left: 10px;
}

main.page {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "post post profile" "post post sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.page {
    grid-template-areas: "post" "profile" "sidebar";
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
main.page .sidebar {
  grid-area: sidebar;
}
main.page .profile {
  grid-area: profile;
}
main.page .post-content {
  grid-area: post;
}
main.page .post-content img {
  max-width: 100%;
  height: auto;
}
main.page .post-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #a51f37;
  margin-top: 40px;
  margin-bottom: 20px;
}

main.inner-page {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "page page profile" "page page sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.inner-page {
    grid-template-areas: "page" "profile" "sidebar";
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
main.inner-page .sidebar {
  grid-area: sidebar;
}
main.inner-page .profile {
  grid-area: profile;
}
main.inner-page .page {
  grid-area: page;
  line-height: 1.4;
}
main.inner-page .page h1 {
  font-size: 35px;
  font-weight: 700;
  color: #a51f37;
  margin-top: 40px;
  margin-bottom: 20px;
}
main.inner-page .page h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #a51f37;
  margin-top: 20px;
}

.contact-form {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.contact-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  .contact-form form {
    flex-direction: column;
  }
}
.contact-form form .col {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  .contact-form form .col {
    width: 100%;
  }
}
.contact-form form .col .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.contact-form form .col .form-group label {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-form form .col .form-group input, .contact-form form .col .form-group textarea {
  border: 2px solid #f1f1f1;
  padding: 15px;
  color: #a51f37;
  outline: none;
  resize: none;
}
.contact-form form .col .form-group input:focus, .contact-form form .col .form-group textarea:focus {
  border-left: 2px solid #a51f37;
}
.contact-form form .action {
  flex: 100%;
  border-top: 2px solid #f1f1f1;
  text-align: right;
  padding-top: 20px;
  margin-top: 20px;
}
.contact-form form .action button {
  background: #a51f37;
  border: 20px;
  padding: 15px 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-info {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.contact-info h3 {
  color: #a51f37;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.contact-info address {
  font-size: 17px;
  font-style: normal;
}
.contact-info .block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.contact-info .map {
  float: left;
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  background: #f1f1f1;
  margin-top: 20px;
  border-bottom: 2px solid #a51f37;
}
.contact-info .map #map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.contact-info .phone-list {
  display: flex;
}
.contact-info .phone-list span, .contact-info .phone-list a {
  margin-right: 20px;
  color: #a51f37;
  text-decoration: none;
  font-size: 20px;
}
.contact-info .phone-list span i, .contact-info .phone-list a i {
  vertical-align: middle;
}

/*# sourceMappingURL=base.css.map */
ngURL=base.css.map */
